commit 25c3900ef120dc62141be5a72209f01dd58df568 Author: sujan Date: Fri Sep 27 17:13:00 2024 +0545 first website push diff --git a/assets/css/treck-dark.css b/assets/css/treck-dark.css new file mode 100644 index 0000000..8fcb1b6 --- /dev/null +++ b/assets/css/treck-dark.css @@ -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; +} + + + + + + + + + + + +/* */ \ No newline at end of file diff --git a/assets/css/treck-responsive.css b/assets/css/treck-responsive.css new file mode 100644 index 0000000..e77fb17 --- /dev/null +++ b/assets/css/treck-responsive.css @@ -0,0 +1,2389 @@ +/* Medium screen */ +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .feature-one__inner { + padding: 44px 20px 40px; + } + + .feature-one__img-one { + display: none; + } + + .about-one__left { + max-width: 600px; + margin: 0 auto 0; + } + + .about-one__right { + max-width: 600px; + margin: 197px auto 0; + } + + .video-one__text { + font-size: 18px; + } + + .coaching-one__left .section-title__title { + font-size: 42px; + } + + .contact-one__address-box { + right: inherit; + left: 130px; + } + + .blog-one__content { + padding: 30px 18px 11px; + } + + .footer-widget__about { + margin-right: 0; + } + + .footer-widget__link { + margin-right: 0; + } + + .footer-widget__visa { + margin-left: 0; + } + + .footer-widget__Contact { + margin-top: 35px; + } + + .about-two__left { + max-width: 600px; + margin: 0 auto 0; + } + + .about-two__right { + max-width: 600px; + margin: 50px auto 0; + } + + .countries-two__carousel.owl-theme .owl-nav::before, + .countries-two__carousel.owl-theme .owl-nav::after { + display: none; + } + + .coaching-two__single { + flex-direction: column; + align-items: baseline; + padding-left: 30px; + } + + .coaching-two__img-box { + margin-top: 0; + } + + .coaching-two__content { + margin-left: 0; + margin-top: 20px; + } + + .faq-one__left { + max-width: 600px; + margin: 0 auto 0; + } + + .faq-one__bg { + left: 0; + right: 0; + bottom: 0; + } + + .faq-one__inner { + padding: 100px 70px 110px; + } + + .faq-one__right { + padding-top: 50px; + max-width: 600px; + margin: 0 auto 0; + } + + .services-two__carousel.owl-theme .owl-nav::before, + .services-two__carousel.owl-theme .owl-nav::after { + display: none; + } + + .process-one__content { + margin-left: 20px; + } + + .process-one__title { + font-size: 20px; + } + + .testimonial-two__left .section-title__title { + font-size: 48px; + } + + + .awards-one__shape-5 { + display: none; + } + + .awards-one__shape-7 { + display: none; + } + + .awards-one__left { + max-width: 600px; + margin: 0 auto 45px; + } + + .awards-one__right { + max-width: 600px; + margin: 0 auto 0; + } + + .brand-two__title:before, + .brand-two__title:after { + display: none; + } + + .feature-two__single-inner { + padding-left: 124px; + padding-right: 10px; + } + + .feature-two__title { + font-size: 17px; + } + + .about-three__left { + max-width: 600px; + margin: 0 auto 0; + } + + .about-three__right { + max-width: 600px; + margin: 133px auto 0; + } + + .services-three__top-left .section-title__title { + font-size: 40px; + } + + .benefits-one__left { + max-width: 600px; + margin: 0 auto 0; + } + + .benefits-one__img-two { + right: 0; + } + + .benefits-one__right { + max-width: 600px; + margin: 50px auto 0; + } + + .coaching-three__carousel.owl-theme .owl-nav::before, + .coaching-three__carousel.owl-theme .owl-nav::after { + display: none; + } + + .contact-three__form-top { + padding: 28px 30px 30px; + } + + .contact-three__form { + padding: 30px; + } + + .about-four__left { + max-width: 600px; + margin: 0 auto 0; + } + + .about-four__right { + max-width: 600px; + margin: 60px auto 0; + } + + .about-four__img-two { + right: 0; + } + + + .about-four { + padding: 120px 0 180px; + } + + .blog-details__pagenation-left:before { + display: none; + } + + .coaching-details__importance-title { + font-size: 20px; + } + + .coaching-details__importance { + padding-left: 30px; + } + + .location-one__top-left .section-title__title { + font-size: 42px; + } + + .location-one__tab-content-box-inner { + flex-direction: column; + } + + .location-one__tab-content-right { + margin-left: 0; + margin-top: 50px; + } + + .location-one__tab-content-right:before { + display: none; + } + + .countries-details__points { + flex-direction: column; + align-items: baseline; + } + + .countries-details__points li+li { + margin-left: 0; + margin-top: 10px; + } + + .pricing-page__single-inner { + padding: 43px 30px 49px; + } + + .story-details__img-box { + right: -210px; + } + + .story-details__img img { + width: 70%; + } + + .team-details__right { + margin-left: 0; + } + + .team-details__guarantee { + left: 0; + } + + .visa-offers__img { + bottom: 60px; + right: 0; + } + + .cart-page .table-responsive { + margin-bottom: 30px; + } + + .testimonial-three__counter-box { + padding-left: 40px; + } + + .testimonial-three__left { + margin-left: 0; + margin-right: 0; + } + + .testimonial-three__slider { + padding-left: 20px; + padding-right: 20px; + } + + .testimonial-three__map { + display: none; + } + + .testimonial-one__img-1 { + display: none; + } + + + + + + + + + +} + + + + + + + + + + + + + + + + + + +/* Tablet Layout: 768px. */ +@media only screen and (min-width: 768px) and (max-width: 991px) { + .about-one__left { + max-width: 600px; + margin: 0 auto 0; + } + + .about-one__right { + max-width: 600px; + margin: 197px auto 0; + } + + .about-one__badge { + display: none; + } + + .video-one__left { + margin-bottom: 50px; + } + + .video-one { + padding-bottom: 110px; + } + + .counter-one { + padding: 100px 0 70px; + } + + .coaching-one__left .section-title { + margin-bottom: 0; + } + + .coaching-one__text { + margin-top: 31px; + } + + .coaching-one__top { + margin-bottom: 51px; + } + + .testimonial-one__img-1 { + display: none; + } + + .contact-one__address-box { + right: 425px; + } + + .site-footer__top { + flex-direction: column; + } + + .site-footer__call { + margin-top: 11px; + } + + .footer-widget__about { + margin-right: 0; + } + + .footer-widget__link { + margin-right: 0; + } + + .footer-widget__visa { + margin-left: 0; + margin-top: 35px; + } + + .footer-widget__gallery { + margin-left: 0; + margin-top: 35px; + } + + .footer-widget__Contact { + margin-top: 35px; + } + + .about-two__left { + max-width: 600px; + margin: 0 auto 0; + } + + .about-two__right { + max-width: 600px; + margin: 50px auto 0; + } + + .about-two__experience { + left: 0; + } + + .countries-two__carousel.owl-theme .owl-nav::before, + .countries-two__carousel.owl-theme .owl-nav::after { + display: none; + } + + .faq-one__left { + max-width: 600px; + margin: 0 auto 0; + } + + .faq-one__bg { + left: 0; + right: 0; + bottom: 0; + } + + .faq-one__inner { + padding: 100px 70px 110px; + } + + .faq-one__right { + padding-top: 50px; + max-width: 600px; + margin: 0 auto 0; + } + + .services-two__carousel.owl-theme .owl-nav::before, + .services-two__carousel.owl-theme .owl-nav::after { + display: none; + } + + .testimonial-two__left .section-title { + margin-bottom: 0; + } + + .testimonial-two__right-text { + margin-top: 31px; + } + + .testimonial-two__top { + margin-bottom: 51px; + } + + .awards-one__shape-5 { + display: none; + } + + .awards-one__shape-7 { + display: none; + } + + .awards-one__left { + max-width: 600px; + margin: 0 auto 45px; + } + + .awards-one__right { + max-width: 600px; + margin: 0 auto 0; + } + + .contact-two__right { + margin-left: 0; + } + + .brand-two__title:before, + .brand-two__title:after { + display: none; + } + + .about-three__left { + max-width: 600px; + margin: 0 auto 0; + } + + .about-three__right { + max-width: 600px; + margin: 133px auto 0; + } + + .countries-three__bottom { + padding-left: 30px; + flex-direction: column; + } + + .countries-three__btn-box { + margin-top: 10px; + } + + .benefits-one__left { + max-width: 600px; + margin: 0 auto 0; + } + + .benefits-one__img-two { + right: 0; + } + + .benefits-one__right { + max-width: 600px; + margin: 50px auto 0; + } + + .coaching-three__carousel.owl-theme .owl-nav::before, + .coaching-three__carousel.owl-theme .owl-nav::after { + display: none; + } + + .contact-three__right { + margin-top: 50px; + } + + .about-four__left { + max-width: 600px; + margin: 0 auto 0; + } + + .about-four__right { + max-width: 600px; + margin: 60px auto 0; + } + + .about-four__img-two { + right: 0; + } + + + .about-four { + padding: 120px 0 180px; + } + + .blog-details__pagenation { + padding: 30px 10px 30px; + } + + .blog-details__pagenation-left-title { + font-size: 15px; + } + + .blog-details__pagenation-left:before { + display: none; + } + + .blog-details__left { + padding: 120px 0 60px; + } + + .blog-details__right { + margin-left: 0; + } + + .blog-details__right .sidebar { + padding-bottom: 120px; + } + + .blog-sidebar__left { + padding: 120px 0 60px; + } + + .blog-sidebar__right { + margin-left: 0; + } + + .sidebar { + padding-bottom: 120px; + } + + .coaching-details__right { + margin-top: 60px; + } + + .location-one__main-tab-box .tab-buttons .tab-btn span { + padding: 21px 42px 21px; + } + + .location-one__tab-content-box-inner { + flex-direction: column; + } + + .location-one__tab-content-left { + flex-direction: column; + align-items: baseline; + } + + .location-one__tab-content-contact { + margin-left: 0; + margin-top: 18px; + } + + .location-one__tab-content-right { + margin-left: 0; + margin-top: 40px; + } + + .location-one__tab-content-right:before { + display: none; + } + + .travel-one__right { + margin-top: 51px; + } + + .countries-details__right { + margin-top: 56px; + } + + .countries-details__points { + flex-direction: column; + align-items: baseline; + } + + .countries-details__points li+li { + margin-left: 0; + margin-top: 10px; + } + + .faq-search-box__shape { + display: none; + } + + .faq-page__left { + margin-right: 0; + } + + .faq-page__right { + margin-left: 0; + margin-top: 60px; + } + + .story-details__img-box { + display: none; + } + + .success-stories .testimonial-two__inner { + padding: 40px 20px 31px; + padding-left: 20px; + } + + .success-stories .testimonial-two__img { + position: relative; + top: 0; + } + + .success-stories .testimonial-two__client-details-and-quote { + margin-top: 136px; + } + + .team-details__left { + margin-right: 0; + } + + .team-details__right { + margin-left: 0; + margin-top: 49px; + } + + .team-details__guarantee { + left: 0; + } + + .team-details-experience-right { + margin-left: 0; + margin-top: 40px; + } + + .visa-details__visa-process-list li+li { + margin-left: 30px; + } + + .coaching-details__sidebar { + margin-top: 60px; + } + + .product__sidebar { + margin-bottom: 60px; + } + + .product-details__top { + margin-top: 51px; + } + + .cart-page .table-responsive { + margin-bottom: 30px; + } + + .cart-total li { + justify-content: flex-start; + } + + .cart-total li span:first-child { + text-align: left; + } + + .cart-page__buttons { + justify-content: start; + } + + .checkout__payment { + margin-top: 50px; + } + + .testimonial-three__counter-box { + padding-left: 40px; + } + + .testimonial-three__left { + margin-left: 0; + margin-right: 0; + } + + .testimonial-three__slider { + padding-left: 20px; + padding-right: 20px; + } + + .testimonial-three__map { + display: none; + } + + .testimonial-three__right { + margin-top: 50px; + } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +/* Mobile Layout: 320px. */ +@media only screen and (max-width: 767px) { + .section-title__title { + font-size: 30px; + line-height: 40px; + } + + .section-title__title br { + display: none; + } + + .feature-one__inner { + padding: 44px 20px 40px; + } + + .feature-one__img-one { + display: none; + } + + .about-one__left { + margin-left: 0; + margin-right: 0; + } + + .about-one__img-2 { + display: none; + } + + .about-one__experience { + bottom: 0; + left: 0; + } + + .about-one__badge { + display: none; + } + + .about-one__shape-1 { + display: none; + } + + .about-one__right { + margin-top: 50px; + } + + .video-one__left { + margin-bottom: 50px; + padding: 60px 20px 60px; + } + + .video-one { + padding-bottom: 110px; + } + + .video-one .section-title__title { + font-size: 29px; + line-height: 40px; + } + + .video-one__text { + font-size: 18px; + } + + .video-one__text br { + display: none; + } + + .counter-one { + padding: 100px 0 70px; + } + + .coaching-one__left .section-title { + margin-bottom: 0; + } + + .coaching-one__text { + margin-top: 31px; + } + + .coaching-one__top { + margin-bottom: 51px; + } + + .testimonial-one__img-1 { + display: none; + } + + .testimonial-one__wrap { + padding: 76px 15px 178px; + } + + .testimonial-one__client-name-box { + flex-direction: column; + align-items: baseline; + } + + .testimonial-one__client-sub-title { + padding-top: 10px; + } + + .contact-one__left { + margin-right: 0; + } + + .contact-one__address-box { + right: inherit; + left: 20px; + } + + .blog-one__content { + padding: 30px 18px 11px; + } + + .site-footer__top { + flex-direction: column; + } + + .site-footer__visa-box { + flex-direction: column; + text-align: center; + } + + .site-footer__visa-content { + margin-left: 0; + margin-top: 11px; + } + + .site-footer__call { + margin-top: 11px; + } + + .footer-widget__about { + margin-right: 0; + } + + .footer-widget__link { + margin-right: 0; + margin-top: 43px; + margin-bottom: 34px; + } + + .footer-widget__visa { + margin-left: 0; + } + + .footer-widget__gallery { + margin-left: 0; + margin-top: 34px; + margin-bottom: 33px; + } + + .about-two__left { + margin-right: 0; + } + + .about-two__experience { + bottom: 0; + left: 0; + } + + .about-two__right { + margin-top: 50px; + } + + .about-two__points { + flex-direction: column; + align-items: baseline; + } + + .about-two__points li+li { + margin-left: 0; + margin-top: 15px; + } + + .about-two__btn-and-call-box { + flex-direction: column; + align-items: baseline; + } + + .about-two__call-box { + margin-left: 0; + margin-top: 20px; + } + + .countries-two__carousel.owl-theme .owl-nav::before, + .countries-two__carousel.owl-theme .owl-nav::after { + display: none; + } + + .excellence-one__shape-1, + .excellence-one__shape-2 { + display: none; + } + + .excellence-one__inner { + padding: 57px 20px 70px; + } + + .excellence-one__title { + font-size: 40px; + line-height: 50px; + } + + .coaching-two__single { + flex-direction: column; + align-items: baseline; + padding-left: 30px; + } + + .coaching-two__img-box { + margin-top: 0; + } + + .coaching-two__content { + margin-left: 0; + margin-top: 20px; + } + + .faq-one__left { + margin-right: 0; + margin-left: 0; + } + + .faq-one__bg { + left: 0; + right: 0; + bottom: 0; + } + + .faq-one__inner { + padding: 60px 20px 60px; + } + + .faq-one__title { + font-size: 29px; + line-height: 39px; + } + + .faq-one__right { + padding-top: 50px; + } + + .services-two__carousel.owl-theme .owl-nav::before, + .services-two__carousel.owl-theme .owl-nav::after { + display: none; + } + + .process-one__content { + margin-left: 20px; + } + + .process-one__title { + font-size: 20px; + } + + .testimonial-two__left .section-title { + margin-bottom: 0; + } + + .testimonial-two__right-text { + margin-top: 31px; + } + + .testimonial-two__top { + margin-bottom: 51px; + } + + .testimonial-two__inner { + padding: 40px 20px 31px; + padding-left: 20px; + } + + .testimonial-two__img { + position: relative; + top: 0; + } + + .testimonial-two__client-details-and-quote { + margin-top: 136px; + } + + .awards-one__shape-2, + .awards-one__shape-3, + .awards-one__shape-4, + .awards-one__shape-5, + .awards-one__shape-6, + .awards-one__shape-7 { + display: none; + } + + .awards-one__text-and-points-box { + flex-direction: column; + align-items: baseline; + } + + .awards-one__points { + margin-left: 0; + top: 0; + margin-top: 20px; + } + + .awards-one__right { + margin-left: 0; + margin-top: 45px; + } + + .blog-two__content { + left: 20px; + right: 20px; + } + + .contact-two__right { + margin-left: 0; + } + + .contact-two__form-box { + padding: 10px 10px 50px; + } + + .brand-two__title:before, + .brand-two__title:after { + display: none; + } + + .feature-two__single-inner { + padding-left: 125px; + padding-right: 10px; + } + + .feature-two__title { + font-size: 16px; + } + + .about-three__left { + margin-left: 0; + margin-right: 0; + } + + .about-three__img-two, + .about-three__img-three { + display: none; + } + + .about-three__right { + margin-left: 0; + margin-top: 45px; + } + + .countries-three__main-tab-box .tab-buttons { + position: relative; + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + margin-bottom: 20px; + } + + .countries-three__main-tab-box .tab-buttons .tab-btn { + position: relative; + display: flex; + align-items: center; + } + + .countries-three__main-tab-box .tab-buttons .tab-btn+.tab-btn { + margin-top: 10px; + } + + .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(1) { + left: 0; + bottom: 0; + } + + .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(2) { + bottom: 0; + left: 0; + } + + .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(3) { + top: 0; + left: 0; + } + + .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(4) { + top: 0; + left: 0; + transform: translateX(0%); + } + + .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(5) { + right: 0; + top: 0; + } + + .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(6) { + bottom: 0; + right: 0; + } + + .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(7) { + right: 0; + bottom: 0; + } + + .countries-three__bottom { + padding-left: 30px; + flex-direction: column; + text-align: center; + } + + .countries-three__btn-box { + margin-top: 10px; + } + + .benefits-one__left { + margin-left: 0; + margin-right: 0; + } + + .benefits-one__img-two { + display: none; + } + + .benefits-one__solution { + bottom: 0; + right: 0; + } + + .benefits-one__right { + margin-left: 0; + margin-top: 50px; + } + + .coaching-three__carousel.owl-theme .owl-nav::before, + .coaching-three__carousel.owl-theme .owl-nav::after { + display: none; + } + + .contact-three__right { + margin-top: 50px; + } + + .contact-three__main-tab-box .tab-buttons .tab-btn+.tab-btn { + margin-left: 0; + margin-top: 10px; + } + + .contact-three__main-tab-box .tab-buttons .tab-btn { + display: block; + max-width: 155px; + width: 100%; + } + + .contact-three__contact-details { + flex-direction: column; + align-items: baseline; + } + + .contact-three__contact-list { + margin-left: 0; + margin-top: 30px; + } + + .contact-three__form-top { + padding: 28px 20px 30px; + } + + .contact-three__form { + padding: 20px; + } + + .error-page__title { + font-size: 110px; + line-height: 110px; + } + + .error-page__img { + bottom: -82px; + } + + .error-page__tagline { + color: var(--treck-base); + } + + .error-page { + padding: 98px 0 120px; + } + + .about-four__left { + margin-right: 0; + } + + .about-four__points-box { + flex-direction: column; + align-items: baseline; + } + + .about-four__points--two { + margin-left: 0; + } + + .about-four__right { + margin-left: 0; + margin-right: 0; + margin-top: 60px; + } + + .about-four__experience { + bottom: 0; + left: 0; + } + + .about-four__img-two { + display: none; + } + + .about-four__shape-2 { + display: none; + } + + .blog-details__bottom { + flex-direction: column; + } + + .blog-details__social-list { + margin-top: 20px; + } + + .blog-details__pagenation { + padding: 30px 20px 30px; + flex-direction: column; + } + + .blog-details__pagenation-right { + margin-top: 20px; + } + + .comment-one__single { + flex-direction: column; + align-items: baseline; + } + + .comment-one__content { + margin-left: 0; + margin-top: 20px; + } + + .blog-details__right { + margin-left: 0; + } + + .blog-details__right .sidebar { + padding-bottom: 120px; + } + + .blog-details__left { + padding: 120px 0 60px; + } + + .sidebar { + padding-left: 10px; + padding-right: 10px; + padding-bottom: 120px; + } + + .blog-sidebar__bottom-box { + padding: 60px 30px 51px; + } + + .blog-sidebar__provide-services { + padding: 60px 30px 60px; + } + + .blog-sidebar__left { + padding: 120px 0 60px; + } + + .blog-sidebar__right { + margin-left: 0; + } + + .banner-one { + padding-left: 60px; + } + + .coaching-details__right { + margin-top: 60px; + } + + .coaching-details__importance { + padding: 40px 15px 40px; + padding-left: 15px; + flex-direction: column; + align-items: baseline; + } + + .coaching-details__importance-title-box { + margin-bottom: 27px; + } + + .coaching-details__importance-bg { + left: 0; + } + + .location-one__main-tab-box .tab-buttons .tab-btn { + display: block; + max-width: 230px; + } + + .location-one__main-tab-box .tab-buttons .tab-btn+.tab-btn { + margin-left: 0; + margin-top: 10px; + } + + + .location-one__tab-content-box-inner { + flex-direction: column; + padding: 50px 20px 50px; + } + + .location-one__tab-content-left { + flex-direction: column; + align-items: baseline; + } + + .location-one__tab-content-contact { + margin-left: 0; + margin-top: 18px; + } + + .location-one__tab-content-right { + margin-left: 0; + margin-top: 40px; + } + + .location-one__tab-content-right:before { + display: none; + } + + .travel-one__right { + margin-top: 51px; + } + + .countries-details__right { + margin-top: 56px; + } + + .countries-details__points { + flex-direction: column; + align-items: baseline; + } + + .countries-details__points li+li { + margin-left: 0; + margin-top: 10px; + } + + .faq-search-box__shape { + display: none; + } + + .faq-search-box__inner { + padding-left: 20px; + padding-right: 20px; + } + + .faq-search-box__title { + font-size: 29px; + } + + .faq-search-box__form-input input[type="search"] { + padding-left: 20px; + } + + .faq-search-box__form-btn-and-text { + flex-direction: column; + align-items: baseline; + } + + .faq-search-box__form-text { + margin-left: 0; + margin-top: 10px; + } + + .faq-page__left { + margin-right: 0; + } + + .faq-page__right { + margin-left: 0; + margin-top: 60px; + } + + .faq-page__content { + padding: 44px 25px 47px; + } + + .login-page__form { + padding: 60px 20px 60px; + } + + .login-page__form-btn-box { + flex-direction: column; + align-items: baseline; + } + + .login-page__form-forgot-password { + margin-left: 0; + margin-top: 10px; + } + + .pricing-page__single-inner { + padding: 43px 30px 49px; + } + + .story-details__img-box { + display: none; + } + + .story-details__content { + max-width: 100%; + } + + .story-details__title { + font-size: 40px; + line-height: 50px; + } + + .story-details__btn-box { + flex-direction: column; + align-items: baseline; + } + + .story-details__btn-two { + margin-left: 0; + margin-top: 10px; + } + + .team-details__left { + margin-right: 0; + } + + .team-details__right { + margin-left: 0; + margin-top: 49px; + } + + .team-details__guarantee { + left: 0; + bottom: 0; + } + + .team-details-experience-right { + margin-left: 0; + margin-top: 40px; + } + + .team-details-experience-left { + margin-right: 0; + } + + .coaching-details__sidebar { + margin-top: 60px; + } + + .visa-details__visa-process-list { + flex-direction: column; + align-items: baseline; + } + + .visa-details__visa-process-list li+li { + margin-left: 0; + margin-top: 30px; + } + + .visa-offers__single { + padding: 40px 20px 40px; + } + + .visa-offers__img { + bottom: 70px; + right: 0; + height: 150px; + width: 150px; + } + + .visa-offers__flag { + right: 30px; + } + + .product__sidebar { + margin-bottom: 60px; + } + + .product__showing-result { + flex-direction: column; + } + + .product__showing-text-box { + margin-bottom: 20px; + } + + .product-details__top { + margin-top: 51px; + } + + .product-details__buttons { + flex-direction: column; + align-items: baseline; + } + + .product-details__buttons-2 { + margin-left: 0; + margin-top: 10px; + } + + .product-details__social { + flex-direction: column; + align-items: baseline; + } + + .product-details__social-link { + margin-left: 0; + margin-top: 20px; + } + + .comments-area .comment { + flex-direction: column; + align-items: baseline; + } + + .review-one__content { + padding-left: 0; + margin-top: 20px; + } + + .review-one__content-top { + flex-direction: column; + align-items: baseline; + } + + .cart-page .table-responsive { + margin-bottom: 30px; + } + + .cart-total li { + justify-content: flex-start; + } + + .cart-total li span:first-child { + text-align: left; + } + + .cart-page__buttons { + justify-content: start; + flex-direction: column; + align-items: baseline; + } + + .cart-page__buttons-2 { + margin-left: 0; + margin-top: 10px; + } + + .checkout__payment { + margin-top: 50px; + padding: 49px 30px 18px; + } + + .cart-total li span:first-child { + margin-right: 45px; + } + + .testimonial-three__counter-box { + padding-left: 15px; + } + + .testimonial-three__left { + margin-left: 0; + margin-right: 0; + } + + .testimonial-three__slider { + padding-left: 20px; + padding-right: 20px; + } + + .testimonial-three__map, + .testimonial-three__shape-2 { + display: none; + } + + .testimonial-three__right { + margin-top: 50px; + } + + + + + + + + + + + +} + + + + + + + + + + + + + + +@media only screen and (min-width: 1200px) and (max-width: 1590px) { + .contact-one__address-box { + right: 380px; + } +} + + + +@media only screen and (min-width: 1200px) and (max-width: 1320px) { + .coaching-two__single { + flex-direction: column; + align-items: baseline; + padding-left: 30px; + } + + .coaching-two__img-box { + margin-top: 0; + } + + .coaching-two__content { + margin-left: 0; + margin-top: 20px; + } +} + +@media only screen and (min-width: 1400px) and (max-width: 1680px) { + .faq-one__left { + margin-right: 90px; + margin-left: -90px; + } + + .faq-one__bg { + right: -40px; + bottom: -40px; + } + + .faq-one__inner { + padding: 100px 60px 110px; + } +} + +@media only screen and (min-width: 1200px) and (max-width: 1399px) { + .faq-one__left { + margin-right: 0px; + margin-left: 0px; + } + + .faq-one__bg { + right: 0px; + bottom: 0px; + } + + .faq-one__inner { + padding: 100px 40px 110px; + } +} + + +@media only screen and (min-width: 1200px) and (max-width: 1800px) { + .testimonial-three__map { + display: none; + } +} + + + + + + + + + + + + + + +/*-------------------------------------------------------------- +# Slider All Responsice Css +--------------------------------------------------------------*/ + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .main-slider__feature-single { + padding: 37px 20px 33px; + padding-right: 20px; + } + + .main-slider__feature-title { + font-size: 17px; + } + + .main-slider-two .owl-theme .owl-dots { + display: none; + } +} + + + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .main-slider-two .owl-theme .owl-dots { + display: none; + } + + .main-slider-three__title { + font-size: 78px; + line-height: 88px; + } + + + + + + + + +} + + + +@media only screen and (max-width: 767px) { + .main-slider__title { + font-size: 40px; + line-height: 50px; + } + + .main-slider-two .owl-theme .owl-dots { + display: none; + } + + .main-slider-two .owl-theme .owl-nav { + display: none; + } + + .main-slider-two__title { + font-size: 38px; + line-height: 55px; + } + + .main-slider-two__points { + flex-direction: column; + align-items: baseline; + } + + .main-slider-two__points li+li { + margin-left: 0; + margin-top: 10px; + } + + + .main-slider__feature-single { + padding: 37px 20px 33px; + padding-right: 20px; + } + + .main-slider__feature-title { + font-size: 17px; + } + + .main-slider-two__shape-1 { + display: none; + } + + + + + .main-slider-three__title { + font-size: 33px; + line-height: 43px; + } + + .main-slider-three__btn-box { + flex-direction: column; + } + + .main-slider-three__btn-two { + margin-left: 0; + margin-top: 10px; + } + + + + + + + + + +} + + + +@media only screen and (min-width: 1200px) and (max-width: 1340px) { + .main-slider-two .owl-theme .owl-dots { + display: none; + } +} + + + + + +/*-------------------------------------------------------------- +# Main Menu All Responsice Css +--------------------------------------------------------------*/ + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .main-menu__top { + display: none; + } + + .main-menu__update-box { + display: none; + } + + .main-menu .mobile-nav__toggler { + display: inline-block; + padding: 30px 0; + } + + .main-menu__call { + display: none; + } + + + + + .main-header-two__top-menu { + display: none; + } + + .main-header-two__top-inner { + padding-left: 30px; + } + + .main-header-two__social-box { + margin-left: 0; + padding-right: 30px; + } + + .main-menu-two__wrapper-inner { + padding: 0 30px 0; + } + + .main-menu-two__logo { + padding-right: 50px; + } + + .main-menu-two .mobile-nav__toggler:hover { + color: var(--treck-white); + } + + + + + + + + .main-menu-three__top { + display: none; + } + + .main-menu-three__call { + display: none; + } + + .main-menu-three .mobile-nav__toggler { + display: inline-block; + padding: 28px 0; + } + + + + + + + + + + + + + + +} + + + + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .main-menu__top { + display: none; + } + + .main-menu__update-box { + display: none; + } + + .main-menu .mobile-nav__toggler { + display: inline-block; + padding: 30px 0; + } + + .main-menu__call { + display: none; + } + + .main-menu__search-box { + display: none; + } + + .main-menu__wrapper-inner-content { + padding-right: 50px; + } + + + + + .main-header-two__top { + display: none; + } + + .main-menu-two__wrapper-inner { + padding: 0 30px 0; + } + + .main-menu-two__logo { + padding-right: 50px; + } + + .main-menu-two .mobile-nav__toggler:hover { + color: var(--treck-white); + } + + .main-menu-two__call { + display: none; + } + + .main-menu-two__btn-box { + margin-right: 70px; + } + + .main-slider-two__shadow { + top: 0; + } + + + + + + + + + + .main-menu-three__top { + display: none; + } + + .main-menu-three__call { + display: none; + } + + .main-menu-three .mobile-nav__toggler { + display: inline-block; + padding: 28px 0; + } + + .main-menu-three__search-cart-box { + margin-right: 30px; + } + + + + + + + + + + + + + + + + + + + + + +} + + +@media (max-width: 767px) { + .main-menu__top { + display: none; + } + + .main-menu__update-box { + display: none; + } + + .main-menu .mobile-nav__toggler { + display: inline-block; + padding: 30px 0; + } + + .main-menu__right { + display: none; + } + + .main-menu__search-box { + display: none; + } + + .main-menu__wrapper-inner-content { + padding-right: 20px; + } + + .main-menu__bottom-inner { + max-width: 50px; + width: 100%; + margin-left: auto; + justify-content: center; + } + + .main-menu__logo { + left: 20px; + } + + + + + + + .main-header-two__top { + display: none; + } + + .main-menu-two__wrapper-inner { + padding: 0 30px 0; + } + + .main-menu-two__logo { + padding-right: 0px; + } + + .main-menu-two .mobile-nav__toggler:hover { + color: var(--treck-white); + } + + .main-menu-two__right { + display: none; + } + + .main-menu-two__left { + justify-content: space-between; + flex: 1; + } + + .main-slider-two__shadow { + top: 0; + } + + + + + + + .main-menu-three__top { + display: none; + } + + .main-menu-three__right { + display: none; + } + + .main-menu-three .mobile-nav__toggler { + display: inline-block; + padding: 28px 0; + } + + .main-menu-three__logo { + left: 20px; + } + + .main-menu-three__wrapper-inner { + display: flex; + align-items: center; + justify-content: space-between; + padding: 0 20px; + } + + .main-menu-three__logo { + position: relative; + left: 0; + } + + .main-menu-three__bottom-inner { + padding-left: 30px; + } + + + + +} + + + + +@media only screen and (min-width: 1500px) and (max-width: 1765px) { + .main-menu__call { + display: none; + } + + .main-menu__btn-box { + margin-left: 0; + } + + .main-menu__bottom-inner { + padding: 0 30px; + } +} + + +@media only screen and (min-width: 1200px) and (max-width: 1499px) { + .main-menu__call { + display: none; + } + + .main-menu__btn-box { + margin-left: 0; + } + + .main-menu__bottom-inner { + padding: 0 20px; + } + + .main-menu__wrapper-inner-content { + padding-left: 160px; + padding-right: 160px; + } + + .main-menu .main-menu__list>li+li, + .stricky-header .main-menu__list>li+li { + margin-left: 30px; + } + + .main-menu__logo { + left: 10px; + } + + .main-menu__search-box { + right: 10px; + } + + .main-menu__btn { + padding: 9px 25px 9px; + } + +} + +@media only screen and (min-width: 1200px) and (max-width: 1560px) { + .main-menu__update-box { + display: none; + } +} + + + +@media only screen and (min-width: 1600px) and (max-width: 1800px) { + .main-menu-two__call { + display: none; + } + + .main-menu-two__btn-box { + margin-right: 70px; + } +} + +@media only screen and (min-width: 1400px) and (max-width: 1599px) { + .main-menu-two__call { + display: none; + } + + .main-menu-two__search-cart-box { + display: none; + } + + .main-menu-two .main-menu__list>li+li, + .stricky-header.main-menu-two .main-menu__list>li+li { + margin-left: 45px; + } + + .main-menu-two__logo { + padding-right: 100px; + } +} + +@media only screen and (min-width: 1200px) and (max-width: 1399px) { + .main-menu-two__logo { + padding-right: 100px; + } + + .main-menu-two__call { + display: none; + } + + .main-menu-two__search-cart-box { + display: none; + } + + .main-menu-two .main-menu__list>li+li, + .stricky-header.main-menu-two .main-menu__list>li+li { + margin-left: 30px; + } + + .main-menu-two__wrapper-inner { + padding: 0 30px 0; + } + + .main-header-two__top-menu { + display: none; + } + + .main-header-two__top-inner { + padding-left: 30px; + } + + .main-header-two__social-box { + margin-left: 0; + padding-right: 30px; + } +} + + +@media only screen and (min-width: 1500px) and (max-width: 1770px) { + .main-menu-three__call { + display: none; + } +} + +@media only screen and (min-width: 1200px) and (max-width: 1499px) { + .main-menu-three__call { + display: none; + } + + .main-menu-three__btn { + display: none; + } + + .main-menu-three__top-menu { + display: none; + } +} \ No newline at end of file diff --git a/assets/css/treck.css b/assets/css/treck.css new file mode 100644 index 0000000..d44b9a0 --- /dev/null +++ b/assets/css/treck.css @@ -0,0 +1,17824 @@ +/*-------------------------------------------------------------- +>>> TABLE OF CONTENTS: +---------------------------------------------------------------- +# Utility +# Cards +# Common +# Form +# Navigations +# Animations +# Mobile Nav +# Search Popup +# Page Header +# Google Map +# Client Carousel +--------------------------------------------------------------*/ + +/*-------------------------------------------------------------- +# Common +--------------------------------------------------------------*/ +:root { + --treck-font: 'Plus Jakarta Sans', sans-serif; + --treck-gray: #727272; + --treck-gray-rgb: 114, 114, 114; + --treck-white: #ffffff; + --treck-white-rgb: 255, 255, 255; + --treck-base: #e20935; + --treck-base-rgb: 226, 9, 53; + --treck-black: #16171a; + --treck-black-rgb: 22, 23, 26; + --treck-primary: #f2edeb; + --treck-primary-rgb: 242, 237, 235; + --treck-bdr-color: #e3dbd8; + --treck-bdr-color-rgb: 227, 219, 216; + +} + +.row { + --bs-gutter-x: 30px; +} + +.gutter-y-30 { + --bs-gutter-y: 30px; +} + +body { + font-family: var(--treck-font); + color: var(--treck-gray); + font-size: 16px; + line-height: 30px; + font-weight: 400; +} + +body.locked { + overflow: hidden; +} + +a { + color: var(--treck-gray); +} + +a, +a:hover, +a:focus, +a:visited { + text-decoration: none; +} + +::-webkit-input-placeholder { + color: inherit; + opacity: 1; +} + +:-ms-input-placeholder { + color: inherit; + opacity: 1; +} + +::-ms-input-placeholder { + color: inherit; + opacity: 1; +} + +::placeholder { + color: inherit; + opacity: 1; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + font-family: var(--treck-font); + color: var(--treck-black); + margin: 0; +} + +p { + margin: 0; +} + +dl, +ol, +ul { + margin-top: 0; + margin-bottom: 0; +} + +::-webkit-input-placeholder { + color: inherit; + opacity: 1; +} + +:-ms-input-placeholder { + color: inherit; + opacity: 1; +} + +::-ms-input-placeholder { + color: inherit; + opacity: 1; +} + +::placeholder { + color: inherit; + opacity: 1; +} + +.page-wrapper { + position: relative; + margin: 0 auto; + width: 100%; + min-width: 300px; + overflow: hidden; +} + +.container { + padding-left: 15px; + padding-right: 15px; +} + +@media (min-width: 1200px) { + .container { + max-width: 1200px; + } +} + +::-webkit-input-placeholder { + color: inherit; + opacity: 1; +} + +:-ms-input-placeholder { + color: inherit; + opacity: 1; +} + +::-ms-input-placeholder { + color: inherit; + opacity: 1; +} + +::placeholder { + color: inherit; + opacity: 1; +} + +.section-separator { + border-color: var(--treck-border); + border-width: 1px; + margin-top: 0; + margin-bottom: 0; +} + +#particles-js { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + width: 100%; + height: 100%; + background-position: 50% 50%; + opacity: 0.4; + z-index: -1; +} + +/*-------------------------------------------------------------- +# Custom Cursor +--------------------------------------------------------------*/ +.custom-cursor__cursor { + width: 25px; + height: 25px; + border-radius: 100%; + border: 1px solid var(--treck-base); + -webkit-transition: all 200ms ease-out; + transition: all 200ms ease-out; + position: fixed; + pointer-events: none; + left: 0; + top: 0; + -webkit-transform: translate(calc(-50% + 5px), -50%); + transform: translate(calc(-50% + 5px), -50%); + z-index: 999991; +} + +.custom-cursor__cursor-two { + width: 10px; + height: 10px; + border-radius: 100%; + background-color: var(--treck-base); + opacity: .3; + position: fixed; + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + pointer-events: none; + -webkit-transition: width .3s, height .3s, opacity .3s; + transition: width .3s, height .3s, opacity .3s; + z-index: 999991; +} + +.custom-cursor__hover { + background-color: var(--treck-base); + opacity: 0.4; +} + +.custom-cursor__innerhover { + width: 25px; + height: 25px; + opacity: .4; +} + + +.thm-btn { + position: relative; + display: inline-block; + vertical-align: middle; + -webkit-appearance: none; + appearance: none; + outline: none !important; + background-color: var(--treck-base); + color: var(--treck-white); + font-size: 14px; + font-weight: 600; + padding: 9px 49px 13px; + overflow: hidden; + transition: all 0.5s linear; + z-index: 1; +} + +.thm-btn::before { + transition-duration: 800ms; + position: absolute; + width: 200%; + height: 200%; + content: ""; + top: 110%; + left: 50%; + background-color: var(--treck-black); + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + border-radius: 50%; + z-index: -1; +} + +.thm-btn:hover:before { + top: -40%; +} + +.thm-btn:hover { + color: var(--treck-white); +} + +.section-title { + position: relative; + display: block; + margin-top: -10px; + margin-bottom: 50px; +} + +.section-title__tagline-box { + position: relative; + display: inline-block; +} + +.section-title__tagline { + position: relative; + display: inline-block; + font-size: 14px; + line-height: 14px; + color: var(--treck-gray); + font-weight: 600; + text-transform: uppercase; + letter-spacing: 0.1em; +} + +.section-title__border-box { + position: relative; + display: block; + height: 2px; + width: 68px; + background-color: var(--treck-base); + margin: 11px auto 0; +} + +.section-title__border-box:before { + content: ""; + position: absolute; + top: 50%; + left: 50%; + height: 12px; + width: 12px; + border-radius: 50%; + transform: translateX(-50%) translateY(-50%); + background-color: var(--treck-white); +} + +.section-title__border-box:after { + content: ""; + position: absolute; + top: 50%; + left: 50%; + height: 8px; + width: 8px; + border-radius: 50%; + transform: translateX(-50%) translateY(-50%); + background-color: var(--treck-white); + border: 1px solid var(--treck-base); +} + +.section-title__title { + margin: 0; + color: var(--treck-black); + font-size: 50px; + line-height: 60px; + font-weight: 600; + margin-top: 8px; +} + +.bootstrap-select .btn-light:not(:disabled):not(.disabled).active, +.bootstrap-select .btn-light:not(:disabled):not(.disabled):active, +.bootstrap-select .show>.btn-light.dropdown-toggle { + -webkit-box-shadow: none !important; + box-shadow: none !important; + outline: none !important; +} + +.bootstrap-select>.dropdown-toggle { + -webkit-box-shadow: none !important; + box-shadow: none !important; +} + +.bootstrap-select .dropdown-toggle:focus, +.bootstrap-select>select.mobile-device:focus+.dropdown-toggle { + outline: none !important; +} + +.bootstrap-select .dropdown-menu { + border: 0; + padding-top: 0; + padding-bottom: 0; + margin-top: 0; + z-index: 991; + border-radius: 0; +} + +.bootstrap-select .dropdown-menu>li+li>a { + border-top: 1px solid rgba(255, 255, 255, 0.2); +} + +.bootstrap-select .dropdown-menu>li.selected>a { + background: var(--treck-base); + color: #fff; +} + +.bootstrap-select .dropdown-menu>li>a { + font-size: 16px; + font-weight: 500; + padding: 4px 20px; + color: #ffffff; + background: var(--treck-black); + -webkit-transition: all 0.4s ease; + transition: all 0.4s ease; +} + +.bootstrap-select .dropdown-menu>li>a:hover { + background: var(--treck-black); + color: var(--treck-white); + cursor: pointer; +} + +.preloader { + position: fixed; + background-color: #fff; + background-position: center center; + background-repeat: no-repeat; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 99999; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + text-align: center; +} + +.preloader__image { + -webkit-animation-fill-mode: both; + animation-fill-mode: both; + -webkit-animation-name: flipInY; + animation-name: flipInY; + -webkit-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + background-image: url("../images/loader.png"); + background-repeat: no-repeat; + background-position: center center; + background-size: 60px auto; + width: 100%; + height: 100%; +} + +/* scroll to top */ +.scroll-to-top { + display: inline-block; + width: 50px; + height: 50px; + background: var(--treck-base); + position: fixed; + bottom: 40px; + right: 40px; + z-index: 99; + text-align: center; + -webkit-transition: all 0.4s ease; + transition: all 0.4s ease; + display: none; + border-radius: 50%; +} + +.scroll-to-top i { + color: var(--treck-white); + font-size: 18px; + line-height: 50px; + -webkit-transition: all 0.4s ease; + transition: all 0.4s ease; + position: relative; + display: inline-block; + transform: rotate(-90deg); +} + +.scroll-to-top:hover { + background-color: var(--treck-black); +} + +.scroll-to-top:hover i { + color: #fff; +} + + +/*-------------------------------------------------------------- +# Navigations One +--------------------------------------------------------------*/ +.main-header { + position: relative; + display: block; + background-color: var(--treck-primary); + width: 100%; + transition: all 500ms ease; + z-index: 999; +} + +.main-menu { + position: relative; + display: block; +} + +.main-menu__wrapper { + position: relative; + display: block; +} + +.main-menu__wrapper-inner { + position: relative; + display: block; + background-color: rgb(242, 237, 235); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); + z-index: 1; +} + +.main-menu__wrapper-inner-content { + position: relative; + display: block; + padding-left: 235px; + padding-right: 235px; + z-index: 1; +} + +.main-menu__update-box { + position: absolute; + bottom: -50px; + left: 0; + right: 0; + z-index: 2; + padding-left: 235px; + padding-right: 235px; +} + +.main-menu__update-box-inner { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + background-color: var(--treck-base); + padding-right: 40px; + flex-wrap: wrap; +} + +.main-menu__update-box-left { + position: relative; + display: flex; + align-items: center; + max-width: 795px; + width: 100%; +} + +.main-menu__update-icon-box { + position: relative; + display: flex; + align-items: center; + justify-content: center; + background-color: var(--treck-black); + padding: 13.5px 40px 13.5px; +} + +.main-menu__update-icon { + position: relative; + display: flex; + align-items: center; +} + +.main-menu__update-icon span { + position: relative; + display: inline-block; + font-size: 23px; + color: var(--treck-white); +} + +.main-menu__update-icon-text { + margin-left: 15px; +} + +.main-menu__update-icon-text p { + font-size: 14px; + font-weight: 500; + color: var(--treck-white); + line-height: 14px; +} + +.main-menu__update-carousel-box { + position: relative; + display: block; + max-width: 615px; + width: 100%; + margin-left: 30px; +} + +.main-menu__update-carousel { + position: relative; + display: block; +} + +.main-menu__update-single { + position: relative; + display: block; +} + +.main-menu__update-text { + font-size: 14px; + font-weight: 600; + color: #fcc9d3; + line-height: 24px; +} + +.main-menu__update-carousel.owl-theme .owl-nav { + position: absolute; + top: 62%; + right: 0; + margin: 0; + transform: translateY(-50%); +} + +.main-menu__update-carousel.owl-theme .owl-nav .owl-next { + color: var(--treck-white); + font-size: 18px; + margin: 0; + text-align: center; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu__update-carousel.owl-theme .owl-nav .owl-prev { + color: var(--treck-white); + font-size: 18px; + margin: 0; + text-align: center; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu__update-carousel.owl-theme .owl-nav .owl-prev { + margin-right: 10px; +} + +.main-menu__update-carousel.owl-theme .owl-nav .owl-next span, +.main-menu__update-carousel.owl-theme .owl-nav .owl-prev span { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.main-menu__update-carousel.owl-theme .owl-nav .owl-next:hover, +.main-menu__update-carousel.owl-theme .owl-nav .owl-prev:hover { + color: var(--treck-black); + background-color: transparent; +} + + +.main-menu__update-box-right { + position: relative; + display: block; +} + +.main-menu__social-box { + position: relative; + display: flex; + align-items: center; +} + +.main-menu__social-title { + font-size: 14px; + color: #fcc9d3; + font-weight: 600; + line-height: 24px; +} + +.main-menu__social { + position: relative; + display: flex; + align-items: center; + margin-left: 20px; +} + +.main-menu__social a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + font-size: 10px; + color: var(--treck-white); + height: 26px; + width: 26px; + background-color: var(--treck-black); + border-radius: 50%; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu__social a:hover { + background-color: var(--treck-white); + color: var(--treck-base); +} + +.main-menu__social a+a { + margin-left: 10px; +} + +.main-menu__top { + position: relative; + display: block; + z-index: 1; +} + +.main-menu__top-inner { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + padding: 11px 0; + z-index: 1; +} + +.main-menu__logo { + position: absolute; + top: 0; + bottom: 0; + left: 50px; + display: flex; + align-items: center; + z-index: 5; +} + +.main-menu__logo a { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.main-menu__search-box { + position: absolute; + top: 0; + bottom: 0; + right: 50px; + display: flex; + align-items: center; + z-index: 5; +} + +.main-menu__search { + position: relative; + display: flex; + align-items: center; + font-size: 24px; + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu__search:hover { + color: var(--treck-base); +} + +.main-menu__search span { + font-size: 16px; + color: var(--treck-gray); + font-weight: 500; + font-family: var(--treck-font); + position: relative; + display: inline-block; + margin-left: 15px; +} + +.main-menu__top-left { + position: relative; + display: flex; + align-items: center; + z-index: 1; +} + +.main-menu__contact-list { + position: relative; + display: flex; + align-items: center; +} + +.main-menu__contact-list li { + position: relative; + display: flex; + align-items: center; +} + +.main-menu__contact-list li+li { + margin-left: 20px; +} + +.main-menu__contact-list li .icon { + position: relative; + display: flex; + align-items: center; + top: 2px; +} + +.main-menu__contact-list li .icon i { + font-size: 14px; + color: var(--treck-base); +} + +.main-menu__contact-list li .text { + margin-left: 10px; +} + +.main-menu__contact-list li .text p { + font-size: 14px; + font-weight: 500; + color: var(--treck-gray); +} + +.main-menu__contact-list li .text p a { + color: var(--treck-gray); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu__contact-list li .text p a:hover { + color: var(--treck-base); +} + +.main-menu__top-right { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; +} + +.main-menu__top-menu { + position: relative; + display: flex; + align-items: center; +} + +.main-menu__top-menu li+li { + margin-left: 35px; +} + +.main-menu__top-menu li a { + position: relative; + display: inline-block; + font-size: 14px; + color: var(--treck-gray); + font-weight: 500; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu__top-menu li a:hover { + color: var(--treck-base); +} + +.main-menu__top-menu li a:before { + content: ""; + position: absolute; + top: 8px; + bottom: 8px; + left: -17px; + width: 1px; + background-color: #e3dbd8; + transform: rotate(10deg); +} + +.main-menu__top-menu li:first-child a:before { + display: none; +} + +.main-menu__bottom { + display: block; +} + +.main-menu__bottom-inner { + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + background-color: var(--treck-white); + padding: 0 40px; +} + +.main-menu__main-menu-box { + display: block; +} + +.main-menu__right { + position: relative; + display: flex; + align-items: center; +} + +.main-menu__call { + position: relative; + display: flex; + align-items: center; + padding: 5px 0; + z-index: 5; +} + +.main-menu__call-icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.main-menu__call-icon img { + width: auto; +} + +.main-menu__call-content { + margin-left: 10px; +} + +.main-menu__call-sub-title { + font-size: 14px; + line-height: 14px; + margin-bottom: 8px; +} + +.main-menu__call-number { + font-size: 16px; + font-weight: 600; + line-height: 20px; +} + +.main-menu__call-number span { + font-size: 14px; + color: var(--treck-gray); + font-weight: 400; +} + +.main-menu__call-number a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu__call-number a:hover { + color: var(--treck-base); +} + +.main-menu__btn-box { + position: relative; + display: block; + margin-left: 40px; +} + +.main-menu__btn { + padding: 10px 49px 10px; + font-size: 14px; + font-weight: 500; + color: var(--treck-gray); + background-color: transparent; + border: 1px solid var(--treck-bdr-color); +} + +.stricky-header.main-menu { + background-color: var(--treck-primary); +} + +.stricky-header .main-menu__top { + display: none; +} + +.stricky-header .main-menu__update-box { + display: none; +} + + +.main-menu .main-menu__list, +.main-menu .main-menu__list>li>ul, +.main-menu .main-menu__list>li>ul>li>ul, +.stricky-header .main-menu__list, +.stricky-header .main-menu__list>li>ul, +.stricky-header .main-menu__list>li>ul>li>ul { + margin: 0; + padding: 0; + list-style-type: none; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: none; +} + + + +@media (min-width: 1200px) { + + .main-menu .main-menu__list, + .main-menu .main-menu__list>li>ul, + .main-menu .main-menu__list>li>ul>li>ul, + .stricky-header .main-menu__list, + .stricky-header .main-menu__list>li>ul, + .stricky-header .main-menu__list>li>ul>li>ul { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + } +} + +.main-menu .main-menu__list>li, +.stricky-header .main-menu__list>li { + padding-top: 30px; + padding-bottom: 30px; + position: relative; +} + +.main-menu .main-menu__list>li+li, +.stricky-header .main-menu__list>li+li { + margin-left: 45px; +} + +.main-menu .main-menu__list>li>a, +.stricky-header .main-menu__list>li>a { + font-size: 16px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + color: var(--treck-gray); + position: relative; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + font-weight: 500; +} + +.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-black); + text-shadow: 0.05px 0 0 rgb(22 23 26 / 80%); +} + +.main-menu .main-menu__list>li>ul, +.main-menu .main-menu__list>li>ul>li>ul, +.stricky-header .main-menu__list>li>ul, +.stricky-header .main-menu__list>li>ul>li>ul { + position: absolute; + top: 100%; + left: 0; + min-width: 270px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + opacity: 0; + visibility: hidden; + -webkit-transform-origin: top center; + transform-origin: top center; + -webkit-transform: scaleY(0) translateZ(100px); + transform: scaleY(0) translateZ(100px); + -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease; + transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease; + transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease; + transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease; + z-index: 99; + background-color: rgb(255, 255, 255); + padding: 23px 40px 23px; +} + +.sub-menu { + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); +} + +.main-menu .main-menu__list>li>ul>li>ul>li>ul, +.stricky-header .main-menu__list>li>ul>li>ul>li>ul { + display: none; +} + +.main-menu .main-menu__list>li:hover>ul, +.main-menu .main-menu__list>li>ul>li:hover>ul, +.stricky-header .main-menu__list>li:hover>ul, +.stricky-header .main-menu__list>li>ul>li:hover>ul { + opacity: 1; + visibility: visible; + -webkit-transform: scaleY(1) translateZ(0px); + transform: scaleY(1) translateZ(0px); +} + +.main-menu .main-menu__list>li>ul>li, +.main-menu .main-menu__list>li>ul>li>ul>li, +.stricky-header .main-menu__list>li>ul>li, +.stricky-header .main-menu__list>li>ul>li>ul>li { + -webkit-box-flex: 1; + -ms-flex: 1 1 100%; + flex: 1 1 100%; + width: 100%; + position: relative; +} + +.main-menu .main-menu__list>li>ul>li+li, +.main-menu .main-menu__list>li>ul>li>ul>li+li, +.stricky-header .main-menu__list>li>ul>li+li, +.stricky-header .main-menu__list>li>ul>li>ul>li+li { + border-top: none; +} + +.main-menu .main-menu__list>li>ul>li>a, +.main-menu .main-menu__list>li>ul>li>ul>li>a, +.stricky-header .main-menu__list>li>ul>li>a, +.stricky-header .main-menu__list>li>ul>li>ul>li>a { + position: relative; + font-size: 16px; + line-height: 30px; + color: var(--treck-gray); + font-weight: 500; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + padding: 8px 0px 8px; + -webkit-transition: 500ms; + transition: 500ms; + background-color: var(--treck-white); + letter-spacing: var(--treck-letter-spacing-two); + border-bottom: 1px solid var(--treck-bdr-color); +} + +.main-menu .main-menu__list>li>ul>li:last-child>a, +.main-menu .main-menu__list>li>ul>li>ul>li:last-child>a, +.stricky-header .main-menu__list>li>ul>li:last-child>a, +.stricky-header .main-menu__list>li>ul>li>ul>li:last-child>a { + border-bottom: 0; +} + +.main-menu .main-menu__list>li>ul>li:hover>a, +.main-menu .main-menu__list>li>ul>li>ul>li:hover>a, +.stricky-header .main-menu__list>li>ul>li:hover>a, +.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a { + background-color: var(--treck-primary); + color: var(--treck-black); + padding-left: 15px; +} + +.main-menu .main-menu__list>li>ul>li>a::before, +.main-menu .main-menu__list>li>ul>li>ul>li>a::before, +.stricky-header .main-menu__list>li>ul>li>a::before, +.stricky-header .main-menu__list>li>ul>li>ul>li>a::before { + position: absolute; + top: 50%; + right: 20px; + font-family: "Font Awesome 5 Free"; + font-weight: 900; + content: "\f105"; + font-size: 14px; + color: var(--treck-base); + transform: translateY(-50%) scale(0); + -webkit-transition: 500ms; + transition: 500ms; +} + +.main-menu .main-menu__list>li>ul>li:hover>a::before, +.main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before, +.stricky-header .main-menu__list>li>ul>li:hover>a::before, +.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before { + transform: translateY(-50%) scale(1); +} + +.main-menu .main-menu__list>li>ul>li>ul, +.stricky-header .main-menu__list>li>ul>li>ul { + top: 0; + left: 100%; +} + +.main-menu .main-menu__list li ul li>ul.right-align, +.stricky-header .main-menu__list li ul li>ul.right-align { + top: 0; + left: auto; + right: 100%; +} + +.main-menu-three__main-menu-box .main-menu__list>.megamenu, +.main-menu-two__main-menu-box .main-menu__list>.megamenu, +.main-menu__wrapper .main-menu__list>.megamenu { + position: static; +} + +.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul, +.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul, +.main-menu__wrapper .main-menu__list>.megamenu>ul { + top: 100% !important; + left: 0 !important; + right: 0 !important; + background-color: transparent; +} + +.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li, +.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li, +.main-menu__wrapper .main-menu__list>.megamenu>ul>li { + padding: 0 !important; +} + +.stricky-header { + position: fixed; + z-index: 991; + top: 0; + left: 0; + background-color: #fff; + width: 100%; + visibility: hidden; + -webkit-transform: translateY(-120%); + transform: translateY(-120%); + -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease; + transition: visibility 500ms ease, -webkit-transform 500ms ease; + transition: transform 500ms ease, visibility 500ms ease; + transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease; + -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); +} + +@media (max-width: 1199px) { + .stricky-header { + display: none !important; + } +} + +.stricky-header.stricky-fixed { + -webkit-transform: translateY(0); + transform: translateY(0); + visibility: visible; +} + +.stricky-header .main-menu__inner { + -webkit-box-shadow: none; + box-shadow: none; + padding-right: 0; + max-width: 1170px; + width: 100%; + margin: 0 auto; +} + +.mobile-nav__buttons { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin-left: auto; + margin-right: 10px; +} + +@media (min-width: 1200px) { + .mobile-nav__buttons { + display: none; + } +} + +.mobile-nav__buttons a { + font-size: 20px; + color: var(--treck-base); + cursor: pointer; +} + +.mobile-nav__buttons a+a { + margin-left: 10px; +} + +.mobile-nav__buttons a:hover { + color: var(--treck-base); +} + +.main-menu .mobile-nav__toggler { + font-size: 20px; + color: var(--treck-base); + cursor: pointer; + -webkit-transition: 500ms; + transition: 500ms; +} + +.main-menu .mobile-nav__toggler:hover { + color: var(--treck-black); +} + +@media (min-width: 1200px) { + .main-menu .mobile-nav__toggler { + display: none; + } +} + +/*-------------------------------------------------------------- +# Mobile Nav +--------------------------------------------------------------*/ +.mobile-nav__wrapper { + position: fixed; + top: 0; + left: 0; + width: 100vw; + height: 100vh; + z-index: 999; + -webkit-transform: translateX(-100%); + transform: translateX(-100%); + -webkit-transform-origin: left center; + transform-origin: left center; + -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms; + transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms; + transition: transform 500ms ease 500ms, visibility 500ms ease 500ms; + transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms; + visibility: hidden; +} + +.mobile-nav__wrapper .container { + padding-left: 0; + padding-right: 0; +} + +.mobile-nav__wrapper.expanded { + opacity: 1; + -webkit-transform: translateX(0%); + transform: translateX(0%); + visibility: visible; + -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms; + transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms; + transition: transform 500ms ease 0ms, visibility 500ms ease 0ms; + transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms; +} + +.mobile-nav__overlay { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: #000000; + opacity: 0.5; + cursor: pointer; +} + +.mobile-nav__content { + width: 300px; + background-color: var(--treck-black); + z-index: 10; + position: relative; + height: 100%; + overflow-y: auto; + padding-top: 30px; + padding-bottom: 30px; + padding-left: 15px; + padding-right: 15px; + opacity: 0; + visibility: hidden; + -webkit-transform: translateX(-100%); + transform: translateX(-100%); + -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms; + transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms; + transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms; + transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms; +} + +.mobile-nav__wrapper.expanded .mobile-nav__content { + opacity: 1; + visibility: visible; + -webkit-transform: translateX(0); + transform: translateX(0); + -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms; + transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms; + transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms; + transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms; +} + +.mobile-nav__content .logo-box { + margin-bottom: 40px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.mobile-nav__close { + position: absolute; + top: 20px; + right: 15px; + font-size: 18px; + color: var(--treck-white); + cursor: pointer; +} + +.mobile-nav__content .main-menu__list, +.mobile-nav__content .main-menu__list>li>ul, +.mobile-nav__content .main-menu__list>li>ul>li>ul { + margin: 0; + padding: 0; + list-style-type: none; +} + +.mobile-nav__content .main-menu__list>li>ul, +.mobile-nav__content .main-menu__list>li>ul>li>ul { + display: none; + border-top: 1px solid rgba(255, 255, 255, 0.1); + margin-left: 0.5em; +} + +.mobile-nav__content .main-menu__list>li:not(:last-child), +.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child), +.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) { + border-bottom: 1px solid rgba(255, 255, 255, 0.1); +} + +.mobile-nav__content .main-menu__list>li>a>.main-menu-border { + display: none !important; +} + +.mobile-nav__content .main-menu__list>li>a, +.mobile-nav__content .main-menu__list>li>ul>li>a, +.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + line-height: 30px; + color: #ffffff; + font-size: 14px; + font-family: var(--treck-font); + font-weight: 500; + height: 46px; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-transition: 500ms; + transition: 500ms; +} + +.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded { + color: var(--treck-base); +} + +.mobile-nav__content .main-menu__list li a.expanded { + color: var(--treck-base); +} + +.mobile-nav__content .main-menu__list>li>a>button, +.mobile-nav__content .main-menu__list>li>ul>li>a>button, +.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button { + width: 30px; + height: 30px; + background-color: var(--treck-base); + border: none; + outline: none; + color: #fff; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + text-align: center; + -webkit-transform: rotate(-90deg); + transform: rotate(-90deg); + -webkit-transition: -webkit-transform 500ms ease; + transition: -webkit-transform 500ms ease; + transition: transform 500ms ease; + transition: transform 500ms ease, -webkit-transform 500ms ease; + padding: 0; +} + +.mobile-nav__content .main-menu__list>li>a>button.expanded, +.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded, +.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + background-color: #fff; + color: var(--treck-base); +} + +/* no menu after 2rd level dropdown */ +.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button, +.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul { + display: none !important; +} + +.mobile-nav__content .main-menu__list li.cart-btn span { + position: relative; + top: auto; + right: auto; + -webkit-transform: translate(0, 0); + transform: translate(0, 0); +} + +.mobile-nav__content .main-menu__list li.cart-btn i { + font-size: 16px; +} + +.mobile-nav__top { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + margin-bottom: 30px; +} + +.mobile-nav__top .main-menu__login a { + color: var(--treck-text-dark); +} + +.mobile-nav__container { + border-top: 1px solid rgba(255, 255, 255, 0.1); + border-bottom: 1px solid rgba(255, 255, 255, 0.1); +} + +.mobile-nav__social { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.mobile-nav__social a { + font-size: 16px; + color: var(--treck-white); + -webkit-transition: 500ms; + transition: 500ms; +} + +.mobile-nav__social a+a { + margin-left: 30px; +} + +.mobile-nav__social a:hover { + color: var(--treck-base); +} + +.mobile-nav__contact { + margin-bottom: 0; + margin-top: 20px; + margin-bottom: 20px; +} + +.mobile-nav__contact li { + color: var(--treck-text-dark); + font-size: 14px; + font-weight: 500; + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.mobile-nav__contact li+li { + margin-top: 15px; +} + +.mobile-nav__contact li a { + color: #ffffff; + -webkit-transition: 500ms; + transition: 500ms; +} + +.mobile-nav__contact li a:hover { + color: var(--treck-base); +} + +.mobile-nav__contact li>i { + width: 30px; + height: 30px; + border-radius: 50%; + background-color: var(--treck-base); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + text-align: center; + font-size: 11px; + margin-right: 10px; + color: #fff; +} + +.mobile-nav__container .main-logo, +.mobile-nav__container .topbar__buttons, +.mobile-nav__container .main-menu__language, +.mobile-nav__container .main-menu__login { + display: none; +} + + + +/*-------------------------------------------------------------- +# Home Showcase +--------------------------------------------------------------*/ +.home-showcase { + margin-top: -23px; + margin-bottom: -23px; +} + +.home-showcase__inner { + padding: 40px 40px 36px; + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); +} + +.home-showcase .row { + --bs-gutter-x: 42px; + --bs-gutter-y: 20px; +} + +.home-showcase__image { + position: relative; + background-color: var(--treck-base); + overflow: hidden; +} + +.home-showcase__image>img { + width: 100%; + -webkit-transition: 500ms ease; + transition: 500ms ease; + -webkit-transform: scale(1); + transform: scale(1); +} + +.home-showcase__image:hover>img { + opacity: 0.75; +} + +.home-showcase__image:hover .home-showcase__buttons { + -webkit-transform: scale(1, 1); + transform: scale(1, 1); + opacity: 1; + visibility: visible; +} + +.home-showcase__buttons { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-transform: scale(1, 0); + transform: scale(1, 0); + opacity: 0; + visibility: hidden; + -webkit-transform-origin: bottom center; + transform-origin: bottom center; + -webkit-transition: 500ms ease; + transition: 500ms ease; +} + +.home-showcase__buttons__item { + padding: 10px 20px 11px; + width: 150px; + text-align: center; +} + +.home-showcase__buttons__item+.home-showcase__buttons__item { + margin-top: 10px; +} + +.home-showcase__title { + margin: 0; + text-align: center; + font-size: 16px; + font-weight: 700; + color: var(--treck-black); + margin-top: 17px; +} + +.mobile-nav__wrapper .home-showcase .row [class*=col-] { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; +} + +.mobile-nav__wrapper .home-showcase__inner { + padding: 15px 0px; + background-color: rgba(0, 0, 0, 0); +} + +.mobile-nav__wrapper .home-showcase__title { + color: var(--treck-white, #ffffff); +} + +/*-------------------------------------------------------------- +# Navigations Two +--------------------------------------------------------------*/ +.main-header-two { + background: transparent; + position: absolute; + left: 0px; + top: 0px; + right: 0; + width: 100%; + transition: all 500ms ease; + z-index: 999; +} + +.stricky-header.main-menu-two { + background-color: var(--treck-black); +} + +.main-header-two__top { + position: relative; + display: block; + background-color: var(--treck-black); +} + +.main-header-two__top-inner { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + padding-left: 60px; +} + +.main-header-two__top-left { + position: relative; + display: block; +} + +.main-header-two__contact-list { + position: relative; + display: flex; + align-items: center; + padding: 6px 0; +} + +.main-header-two__contact-list li { + position: relative; + display: flex; + align-items: center; +} + +.main-header-two__contact-list li+li { + margin-left: 20px; +} + +.main-header-two__contact-list li .icon { + position: relative; + display: flex; + align-items: center; + top: 2px; +} + +.main-header-two__contact-list li .icon i { + font-size: 14px; + color: var(--treck-base); +} + +.main-header-two__contact-list li .text { + margin-left: 10px; +} + +.main-header-two__contact-list li .text p { + font-size: 13px; + font-weight: 500; + color: #68696c; +} + +.main-header-two__contact-list li .text p a { + color: #68696c; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-header-two__contact-list li .text p a:hover { + color: var(--treck-base); +} + +.main-header-two__top-right { + position: relative; + display: flex; + align-items: center; +} + +.main-header-two__top-menu { + position: relative; + display: flex; + align-items: center; + padding: 5.5px 0; +} + +.main-header-two__top-menu li+li { + margin-left: 35px; +} + +.main-header-two__top-menu li a { + position: relative; + display: inline-block; + font-size: 13px; + color: #68696c; + font-weight: 500; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-header-two__top-menu li a:hover { + color: var(--treck-white); +} + +.main-header-two__top-menu li a:before { + content: ""; + position: absolute; + top: 8px; + bottom: 8px; + left: -17px; + width: 1px; + background-color: #1e2129; + transform: rotate(10deg); +} + +.main-header-two__top-menu li:first-child a:before { + display: none; +} + +.main-header-two__social-box { + position: relative; + display: flex; + align-items: center; + margin-left: 60px; + background-color: var(--treck-base); + overflow: hidden; + padding: 8px 60px 8px; + z-index: 1; +} + +.main-header-two__social-shape { + position: absolute; + top: 0; + left: 0; + bottom: 0; + opacity: .20; + z-index: -1; +} + +.main-header-two__social-shape img { + width: auto; +} + +.main-header-two__social-title { + font-size: 14px; + color: #fcc9d3; + font-weight: 500; + line-height: 14px; +} + +.main-header-two__social { + position: relative; + display: flex; + align-items: center; + margin-left: 20px; +} + +.main-header-two__social a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 26px; + width: 26px; + background-color: var(--treck-black); + border-radius: 50%; + font-size: 10px; + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-header-two__social a+a { + margin-left: 10px; +} + +.main-header-two__social a:hover { + background-color: var(--treck-white); + color: var(--treck-base); +} + +.main-menu-two__wrapper { + position: relative; + display: block; + z-index: 1; +} + +.main-menu-two__wrapper-inner { + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1); + padding: 0 60px 0; +} + +.main-menu-two__left { + display: flex; + align-items: center; +} + +.main-menu-two__logo { + display: block; + padding-right: 175px; +} + +.main-menu-two__main-menu-box { + display: block; +} + +.main-menu-two__right { + display: flex; + align-items: center; +} + +.main-menu-two__btn-box { + position: relative; + display: block; +} + +.main-menu-two__btn { + padding: 10px 49px 10px; + font-size: 14px; + font-weight: 500; + background-color: transparent; + border: 1px solid #28292b; +} + +.main-menu-two__call { + position: relative; + display: flex; + align-items: center; + margin-left: 40px; + margin-right: 70px; +} + +.main-menu-two__call-icon { + position: relative; + display: flex; + align-items: center; +} + +.main-menu-two__call-icon img { + width: auto; +} + +.main-menu-two__call-content { + margin-left: 10px; +} + +.main-menu-two__call-sub-title { + font-size: 14px; + color: #68696c; + line-height: 14px; + margin-bottom: 8px; +} + +.main-menu-two__call-number { + font-size: 16px; + font-weight: 600; + line-height: 20px; + color: var(--treck-white); +} + +.main-menu-two__call-number span { + font-size: 14px; + color: #68696c; + font-weight: 400; +} + +.main-menu-two__call-number a { + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu-two__call-number a:hover { + color: var(--treck-base); +} + +.main-menu-two__search-cart-box { + display: flex; + align-items: center; +} + +.main-menu-two__search-box { + position: relative; + display: block; +} + +.main-menu-two__search-box:before { + content: ""; + position: absolute; + top: -13px; + bottom: -13px; + left: -30px; + width: 1px; + background-color: rgba(var(--treck-white-rgb), .10); +} + +.main-menu-two__search { + position: relative; + display: flex; + align-items: center; + font-size: 24px; + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu-two__search:hover { + color: var(--treck-base); +} + +.main-menu-two__cart-box { + position: relative; + display: block; +} + +.main-menu-two__cart { + position: relative; + display: flex; + align-items: center; + font-size: 24px; + color: var(--treck-white); + margin-left: 30px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu-two__cart:hover { + color: var(--treck-base); +} + +.main-menu-two .main-menu__list>li+li, +.stricky-header.main-menu-two .main-menu__list>li+li { + margin-left: 45px; +} + +.main-menu-two .main-menu__list>li, +.stricky-header.main-menu-two .main-menu__list>li { + padding-top: 30px; + padding-bottom: 30px; +} + +.main-menu-two .main-menu__list>li>a, +.stricky-header.main-menu-two .main-menu__list>li>a { + color: var(--treck-white); +} + +.main-menu-two .main-menu__list>li.current>a, +.main-menu-two .main-menu__list>li:hover>a, +.stricky-header.main-menu-two .main-menu__list>li.current>a, +.stricky-header.main-menu-two .main-menu__list>li:hover>a { + color: var(--treck-white); + text-shadow: 0.05px 0 0 rgb(255 255 255 / 80%); +} + + +/*-------------------------------------------------------------- +# Navigations Three +--------------------------------------------------------------*/ +.main-header-three { + position: relative; + display: block; + z-index: 999; +} + +.main-menu-three__wrapper { + position: relative; + display: block; +} + +.main-menu-three__wrapper-inner { + position: relative; + display: block; + padding-left: 257px; +} + +.main-menu-three__logo { + position: absolute; + top: 0; + bottom: 0; + left: 60px; + display: flex; + align-items: center; + z-index: 5; +} + +.main-menu-three__top { + position: relative; + display: block; + background-color: var(--treck-primary); +} + +.main-menu-three__top-inner { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + background-color: var(--treck-primary); + padding: 5.5px 60px 5.5px; +} + +.main-menu-three__top-inner:before { + content: ""; + position: absolute; + top: 78px; + left: 0; + border-left: 6px solid var(--treck-bdr-color); + border-top: 8px solid transparent; + border-bottom: 8px solid transparent; +} + +.main-menu-three__top-left { + position: relative; + display: block; +} + +.main-menu-three__contact-list { + position: relative; + display: flex; + align-items: center; +} + +.main-menu-three__contact-list li { + position: relative; + display: flex; + align-items: center; +} + +.main-menu-three__contact-list li+li { + margin-left: 20px; +} + +.main-menu-three__contact-list li .icon { + position: relative; + display: flex; + align-items: center; + top: 2px; +} + +.main-menu-three__contact-list li .icon i { + font-size: 14px; + color: var(--treck-base); +} + +.main-menu-three__contact-list li .text { + margin-left: 10px; +} + +.main-menu-three__contact-list li .text p { + font-size: 13px; + font-weight: 500; + color: var(--treck-gray); +} + +.main-menu-three__contact-list li .text p a { + color: var(--treck-gray); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu-three__contact-list li .text p a:hover { + color: var(--treck-base); +} + +.main-menu-three__top-right { + position: relative; + display: flex; + align-items: center; +} + +.main-menu-three__social { + position: relative; + display: flex; + align-items: center; +} + +.main-menu-three__social a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 26px; + width: 26px; + background-color: var(--treck-white); + color: var(--treck-black); + font-size: 10px; + border-radius: 50%; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu-three__social a:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + +.main-menu-three__social a+a { + margin-left: 10px; +} + +.main-menu-three__top-menu { + position: relative; + display: flex; + align-items: center; + margin-left: 40px; +} + +.main-menu-three__top-menu li+li { + margin-left: 35px; +} + +.main-menu-three__top-menu li a { + position: relative; + display: inline-block; + font-size: 13px; + color: var(--treck-gray); + font-weight: 500; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu-three__top-menu li a:hover { + color: var(--treck-base); +} + +.main-menu-three__top-menu li a:before { + content: ""; + position: absolute; + top: 8px; + bottom: 8px; + left: -17px; + width: 1px; + background-color: #e4dcd9; + transform: rotate(10deg); +} + +.main-menu-three__top-menu li:first-child a:before { + display: none; +} + +.main-menu-three__bottom { + display: block; +} + +.main-menu-three__bottom-inner { + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + padding-left: 60px; + border-left: 1px solid var(--treck-bdr-color); +} + +.main-menu-three__main-menu-box { + display: block; +} + +.main-menu-three__right { + position: relative; + display: flex; + align-items: center; + flex-wrap: wrap; +} + +.main-menu-three__call { + position: relative; + display: flex; + align-items: center; + margin-right: 90px; +} + +.main-menu-three__call-icon { + position: relative; + display: flex; + align-items: center; +} + +.main-menu-three__call-icon img { + width: auto; +} + +.main-menu-three__call-content { + margin-left: 10px; +} + +.main-menu-three__call-sub-title { + font-size: 14px; + color: var(--treck-gray); + line-height: 14px; + margin-bottom: 8px; +} + +.main-menu-three__call-number { + font-size: 16px; + font-weight: 600; + line-height: 20px; + color: var(--treck-black); +} + +.main-menu-three__call-number span { + font-size: 14px; + color: var(--treck-gray); + font-weight: 400; +} + +.main-menu-three__call-number a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu-three__call-number a:hover { + color: var(--treck-base); +} + +.main-menu-three__search-cart-box { + display: flex; + align-items: center; + margin-right: 60px; +} + +.main-menu-three__search-box { + position: relative; + display: block; +} + +.main-menu-three__search-box:before { + content: ""; + position: absolute; + top: -12px; + bottom: -12px; + left: -30px; + width: 1px; + background-color: var(--treck-bdr-color); +} + +.main-menu-three__search { + position: relative; + display: flex; + align-items: center; + font-size: 24px; + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu-three__search:hover { + color: var(--treck-base); +} + +.main-menu-three__cart-box { + position: relative; + display: block; +} + +.main-menu-three__cart { + position: relative; + display: flex; + align-items: center; + font-size: 24px; + color: var(--treck-black); + margin-left: 30px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu-three__cart:hover { + color: var(--treck-base); +} + +.main-menu-three__btn { + position: relative; + display: block; + z-index: 1; +} + +.main-menu-three__btn a { + position: relative; + display: block; + background-color: var(--treck-base); + padding: 28px 60px 28px; + color: var(--treck-white); + font-weight: 600; + font-size: 16px; + overflow: hidden; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.main-menu-three__btn a:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 107px; + background-image: url("../images/shapes/main-menu-three-btn-shape.png"); + background-repeat: no-repeat; + background-position: top center; + background-size: cover; + opacity: .20; + z-index: -1; +} + +.main-menu-three__btn a:hover { + background-color: var(--treck-black); +} + +.main-menu-three .main-menu__list>li, +.stricky-header.main-menu-three .main-menu__list>li { + padding-top: 28px; + padding-bottom: 28px; +} + +.stricky-header.main-menu-three { + background-color: var(--treck-white); +} + +.stricky-header .main-menu-three__top { + display: none; +} + +/*-------------------------------------------------------------- +# Search Popup +--------------------------------------------------------------*/ +.search-popup { + position: fixed; + top: 0; + left: 0; + width: 100vw; + height: 100vh; + z-index: 9999; + padding-left: 20px; + padding-right: 20px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-transform: translateY(-110%); + transform: translateY(-110%); + -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease; + transition: opacity 500ms ease, -webkit-transform 500ms ease; + transition: transform 500ms ease, opacity 500ms ease; + transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease; +} + +.search-popup.active { + -webkit-transform: translateY(0%); + transform: translateY(0%); +} + +.search-popup__overlay { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: var(--treck-black); + opacity: 0.75; + cursor: pointer; +} + +.search-popup__content { + width: 100%; + max-width: 560px; +} + +.search-popup__content form { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + position: relative; + background-color: #fff; + border-radius: 0; + overflow: hidden; +} + +.search-popup__content form input[type="search"], +.search-popup__content form input[type="text"] { + width: 100%; + background-color: #fff; + font-size: 16px; + border: none; + outline: none; + height: 66px; + padding-left: 30px; +} + +.search-popup__content .thm-btn { + padding: 0; + width: 68px; + height: 68px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + text-align: center; + position: absolute; + top: 0; + right: -1px; + border-radius: 0; + background-color: var(--treck-base); + border: 0; +} + +.search-popup__content .thm-btn i { + height: auto; + width: auto; + background-color: transparent; + border-radius: 50%; + color: var(--treck-white); + font-size: 22px; + line-height: inherit; + text-align: center; + top: 0; + margin-right: 0; + padding-left: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.search-popup__content .thm-btn:hover:before { + width: 150%; +} + +/*-------------------------------------------------------------- +# Main Slider +--------------------------------------------------------------*/ +.main-slider { + position: relative; + background-color: #121315; + z-index: 10; +} + +.main-slider .item { + background-color: #121315; + position: relative; + padding-top: 186px; + padding-bottom: 150px; + z-index: 10; +} + +.main-slider__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-size: cover; + background-repeat: no-repeat; + background-position: center; + z-index: 1; +} + +.main-slider__bg:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: rgba(18, 19, 21, .50); + z-index: -1; +} + +.main-slider__content { + position: relative; + display: block; + z-index: 10; +} + +.main-slider__title { + position: relative; + font-size: 90px; + color: var(--treck-white); + font-weight: 600; + line-height: 90px; + letter-spacing: -0.04em; + margin-bottom: 41px; + opacity: 0; + visibility: hidden; + -webkit-transform: translateY(-120px); + transform: translateY(-120px); + -webkit-transition-delay: 1000ms; + transition-delay: 1000ms; + -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; +} + +.main-slider__btn-box { + position: relative; + display: block; + opacity: 0; + visibility: hidden; + -webkit-transform: translateY(120px); + transform: translateY(120px); + -webkit-transition-delay: 1000ms; + transition-delay: 1000ms; + -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; +} + +.active .main-slider__title, +.active .main-slider__btn-box { + visibility: visible; + opacity: 1; + -webkit-transform: translateY(0) translateX(0); + transform: translateY(0) translateX(0); +} + + +.main-slider .owl-theme .owl-nav { + position: absolute; + bottom: 27px; + right: 0; + left: 0; + z-index: 100; + display: flex; + align-items: center; + flex-direction: row; + justify-content: flex-end; + max-width: 1200px; + width: 100%; + padding: 0 15px; + margin: 0 auto; + height: 0; + line-height: 0; +} + +.main-slider .owl-theme .owl-nav [class*=owl-] { + position: relative; + top: auto; + left: auto; + right: auto; + bottom: auto; + z-index: 100; + width: 55px; + height: 55px; + display: flex; + justify-content: center; + align-items: center; + font-size: 18px; + color: rgba(var(--treck-black-rgb), 1); + background-color: rgba(var(--treck-white-rgb), .20); + border: none; + border-radius: 0; + margin: 0; + text-align: center; + transition: all 500ms ease; + padding: 0px 0px !important; +} + +.main-slider .owl-theme .owl-nav [class*=owl-]:hover { + color: rgba(var(--treck-black-rgb), 1); + background-color: rgba(var(--treck-white-rgb), 1); +} + +.main-slider .owl-theme .owl-nav [class*=owl-]+[class*=owl-] { + margin-left: 10px; +} + +.main-slider .owl-theme .owl-dots { + display: flex; + align-items: center; + justify-content: flex-start; + max-width: 1200px; + width: 100%; + position: absolute; + bottom: 50px; + left: 0; + right: 0; + padding: 0 15px; + margin: 0 auto; + height: 0; + line-height: 0; +} + +.main-slider .owl-theme .owl-dots .owl-dot+.owl-dot { + margin-left: 10px; +} + +.main-slider .owl-theme .owl-dots .owl-dot span { + width: 10px; + height: 10px; + border-radius: 50%; + background-color: rgba(var(--treck-white-rgb), .30); + margin: 0; + -webkit-transition: all 300ms ease; + transition: all 300ms ease; +} + +.main-slider .owl-theme .owl-dots .owl-dot:hover span, +.main-slider .owl-theme .owl-dots .owl-dot.active span { + background-color: rgba(var(--treck-white-rgb), 1); +} + +/*-------------------------------------------------------------- +# Main Slider Two +--------------------------------------------------------------*/ +.main-slider-two { + position: relative; + background-color: var(--treck-black); + z-index: 10; +} + +.main-slider-two .item { + background-color: var(--treck-black); + position: relative; + padding-top: 292px; + padding-bottom: 40px; + z-index: 10; +} + +.main-slider-two__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-size: cover; + background-repeat: no-repeat; + background-position: center; + z-index: 1; +} + +.main-slider-two__bg:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: rgba(18, 19, 21, .50); + z-index: 1; +} + +.main-slider-two__shadow { + position: absolute; + top: 41px; + left: 0; + right: 0; + height: 400px; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + opacity: .80; + z-index: 1; +} + +.main-slider-two__content { + position: relative; + display: block; + z-index: 15; +} + +.main-slider-two__shape-1 { + position: absolute; + top: 38px; + left: 421px; + z-index: 5; +} + +.main-slider-two__shape-1 img { + width: auto !important; +} + +.main-slider-two__title { + position: relative; + font-size: 80px; + color: var(--treck-white); + font-weight: 600; + line-height: 90px; + letter-spacing: -0.04em; + opacity: 0; + visibility: hidden; + -webkit-transform: translateY(-120px); + transform: translateY(-120px); + -webkit-transition-delay: 1000ms; + transition-delay: 1000ms; + -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; +} + +.main-slider-two__points { + position: relative; + display: flex; + align-items: center; + margin-top: 29px; + margin-bottom: 31px; + opacity: 0; + visibility: hidden; + -webkit-transform: translateY(120px); + transform: translateY(120px); + -webkit-transition-delay: 1000ms; + transition-delay: 1000ms; + -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; +} + +.main-slider-two__points li { + position: relative; + display: flex; + align-items: center; +} + +.main-slider-two__points li+li { + margin-left: 16px; +} + +.main-slider-two__points li .icon { + position: relative; + display: flex; + align-items: center; +} + +.main-slider-two__points li .icon span { + font-size: 19px; + color: var(--treck-base); +} + +.main-slider-two__points li .text { + margin-left: 5px; +} + +.main-slider-two__points li .text p { + color: var(--treck-white); + font-weight: 500; +} + +.main-slider-two__btn-box { + position: relative; + display: block; + opacity: 0; + visibility: hidden; + -webkit-transform: translateY(120px); + transform: translateY(120px); + -webkit-transition-delay: 1000ms; + transition-delay: 1000ms; + -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; +} + +.main-slider-two__btn:hover { + color: var(--treck-base); +} + +.main-slider-two__btn:before { + background-color: var(--treck-white); +} + +.main-slider__feature { + position: relative; + display: block; + margin-top: 70px; + z-index: 2; +} + +.main-slider__feature:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: var(--treck-white); + mix-blend-mode: soft-light; + opacity: .10; + z-index: -1; +} + +.main-slider__feature .row { + --bs-gutter-x: 0px; +} + +.main-slider__feature-single { + position: relative; + display: flex; + padding: 37px 40px 33px; + padding-right: 45px; + border-right: 1px solid rgba(236, 240, 244, .10); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 3; +} + +.main-slider__feature-single:hover { + border-right: 1px solid transparent; +} + +.main-slider__feature-single:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: var(--treck-black); + transition: all 900ms ease; + -moz-transition: all 900ms ease; + -webkit-transition: all 900ms ease; + -ms-transition: all 900ms ease; + -o-transition: all 900ms ease; + transition: -webkit-transform 0.5s ease; + transition: transform 0.5s ease; + transition: transform 0.5s ease, -webkit-transform 0.5s ease; + -webkit-transform: scale(1, 0); + -ms-transform: scale(1, 0); + transform: scale(1, 0); + -webkit-transform-origin: top center; + -ms-transform-origin: top center; + transform-origin: top center; + z-index: -1; +} + +.main-slider__feature-single:hover:before { + -webkit-transform: scale(1, 1); + -ms-transform: scale(1, 1); + transform: scale(1, 1); + -webkit-transform-origin: bottom center; + -ms-transform-origin: bottom center; + transform-origin: bottom center; +} + +.main-slider__feature-single--3 { + border-right: 1px solid transparent; +} + +.main-slider__feature-icon { + position: relative; + display: flex; +} + +.main-slider__feature-icon span { + position: relative; + display: inline-block; + font-size: 64px; + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-slider__feature-single:hover .main-slider__feature-icon span { + color: var(--treck-base); +} + +.main-slider__feature-content { + margin-left: 20px; +} + +.main-slider__feature-title { + font-size: 20px; + font-weight: 600; + line-height: 20px; + margin-bottom: 18px; +} + +.main-slider__feature-title a { + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-slider__feature-single:hover .main-slider__feature-title a { + color: var(--treck-white); +} + +.main-slider__feature-text { + font-size: 14px; + line-height: 30px; + color: var(--treck-white); + opacity: .70; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-slider__feature-single:hover .main-slider__feature-text { + color: #68696c; +} + +.main-slider__feature-arrow { + position: absolute; + bottom: 16px; + right: 16px; +} + +.main-slider__feature-arrow a { + position: relative; + display: flex; + align-items: center; + font-size: 22px; + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-slider__feature-single:hover .main-slider__feature-arrow a { + color: var(--treck-base); +} + +.active .main-slider-two__title, +.active .main-slider-two__points, +.active .main-slider-two__btn-box { + visibility: visible; + opacity: 1; + -webkit-transform: translateY(0) translateX(0); + transform: translateY(0) translateX(0); +} + + +.main-slider-two .owl-theme .owl-nav { + position: absolute; + top: 46%; + left: 50%; + z-index: 100; + transform: translateY(-50%) translateX(-50%); + display: flex; + align-items: flex-end; + flex-direction: column; + max-width: 100%; + width: 100%; + padding: 0 60px; + margin: 0 auto; + height: 0; + line-height: 0; +} + +.main-slider-two .owl-theme .owl-nav [class*=owl-] { + position: relative; + top: auto; + left: auto; + right: auto; + bottom: auto; + z-index: 100; + width: 55px; + height: 55px; + display: flex; + justify-content: center; + align-items: center; + font-size: 18px; + color: rgba(var(--treck-black-rgb), 1); + background-color: rgba(var(--treck-white-rgb), .20); + border: none; + border-radius: 0; + margin: 0; + text-align: center; + transition: all 500ms ease; + padding: 19px 0 !important; +} + +.main-slider-two .owl-theme .owl-nav [class*=owl-]:hover { + color: rgba(var(--treck-black-rgb), 1); + background-color: rgba(var(--treck-white-rgb), 1); +} + +.main-slider-two .owl-theme .owl-nav [class*=owl-]+[class*=owl-] { + margin-top: 10px; +} + +.main-slider-two .owl-theme .owl-dots { + display: flex; + align-items: flex-start; + justify-content: flex-start; + flex-direction: column; + max-width: 100%; + width: 100%; + position: absolute; + left: 50%; + top: 48%; + transform: translateX(-50%) translateY(-50%); + padding: 0 60px; + margin: 0 auto; + height: 0; + line-height: 0; +} + +.main-slider-two .owl-theme .owl-dots .owl-dot+.owl-dot { + margin-top: 10px; +} + +.main-slider-two .owl-theme .owl-dots .owl-dot span { + width: 10px; + height: 10px; + border-radius: 50%; + background-color: rgba(var(--treck-white-rgb), .30); + margin: 0; + -webkit-transition: all 300ms ease; + transition: all 300ms ease; +} + +.main-slider-two .owl-theme .owl-dots .owl-dot:hover span, +.main-slider-two .owl-theme .owl-dots .owl-dot.active span { + background-color: rgba(var(--treck-white-rgb), 1); +} + + + +/*-------------------------------------------------------------- +# Main Slider Three +--------------------------------------------------------------*/ +.main-slider-three { + position: relative; + background-color: #121315; + z-index: 10; +} + +.main-slider-three .item { + background-color: #121315; + position: relative; + padding-top: 185px; + padding-bottom: 195px; + z-index: 10; +} + +.main-slider-three__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-size: cover; + background-repeat: no-repeat; + background-position: center; + z-index: 1; +} + +.main-slider-three__bg:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: rgba(18, 19, 21, .50); + z-index: -1; +} + +.main-slider-three__content { + position: relative; + display: block; + text-align: center; + z-index: 15; +} + +.main-slider-three__sub-title { + font-size: 16px; + line-height: 30px; + color: var(--treck-white); + font-weight: 500; + position: relative; + display: inline-block; + letter-spacing: 0.1em; + text-transform: uppercase; + opacity: 0; + visibility: hidden; + -webkit-transform: translateY(-120px); + transform: translateY(-120px); + -webkit-transition-delay: 1000ms; + transition-delay: 1000ms; + -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; +} + +.main-slider-three__title { + position: relative; + font-size: 90px; + color: var(--treck-white); + font-weight: 300; + line-height: 100px; + letter-spacing: -0.04em; + margin-top: 3px; + margin-bottom: 37px; + opacity: 0; + visibility: hidden; + -webkit-transform: translateY(-120px); + transform: translateY(-120px); + -webkit-transition-delay: 1000ms; + transition-delay: 1000ms; + -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; +} + +.main-slider-three__title span { + font-weight: 800; +} + +.main-slider-three__btn-box { + position: relative; + display: flex; + align-items: center; + justify-content: center; + opacity: 0; + visibility: hidden; + -webkit-transform: translateY(120px); + transform: translateY(120px); + -webkit-transition-delay: 1000ms; + transition-delay: 1000ms; + -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; +} + +.main-slider-three__btn-two { + color: var(--treck-black); + background-color: var(--treck-white); + margin-left: 10px; +} + +.active .main-slider-three__title, +.active .main-slider-three__sub-title, +.active .main-slider-three__btn-box { + visibility: visible; + opacity: 1; + -webkit-transform: translateY(0) translateX(0); + transform: translateY(0) translateX(0); +} + +.main-slider-three .owl-theme .owl-nav { + position: absolute; + bottom: 28px; + right: 0; + left: 0; + z-index: 100; + display: flex; + align-items: center; + flex-direction: row; + justify-content: flex-end; + max-width: 1200px; + width: 100%; + padding: 0 15px; + margin: 0 auto; + height: 0; + line-height: 0; +} + +.main-slider-three .owl-theme .owl-nav [class*=owl-] { + position: relative; + top: auto; + left: auto; + right: auto; + bottom: auto; + z-index: 100; + width: 55px; + height: 55px; + display: flex; + justify-content: center; + align-items: center; + font-size: 18px; + color: rgba(var(--treck-black-rgb), 1); + background-color: rgba(var(--treck-white-rgb), .20); + border: none; + border-radius: 0; + margin: 0; + text-align: center; + transition: all 500ms ease; + padding: 0px 0px !important; +} + +.main-slider-three .owl-theme .owl-nav [class*=owl-]:hover { + color: rgba(var(--treck-black-rgb), 1); + background-color: rgba(var(--treck-white-rgb), 1); +} + +.main-slider-three .owl-theme .owl-nav [class*=owl-]+[class*=owl-] { + margin-left: 10px; +} + +.main-slider-three .owl-theme .owl-dots { + display: flex; + align-items: center; + justify-content: flex-start; + max-width: 1200px; + width: 100%; + position: absolute; + bottom: 50px; + left: 0; + right: 0; + padding: 0 15px; + margin: 0 auto; + height: 0; + line-height: 0; +} + +.main-slider-three .owl-theme .owl-dots .owl-dot+.owl-dot { + margin-left: 10px; +} + +.main-slider-three .owl-theme .owl-dots .owl-dot span { + width: 10px; + height: 10px; + border-radius: 50%; + background-color: rgba(var(--treck-white-rgb), .30); + margin: 0; + -webkit-transition: all 300ms ease; + transition: all 300ms ease; +} + +.main-slider-three .owl-theme .owl-dots .owl-dot:hover span, +.main-slider-three .owl-theme .owl-dots .owl-dot.active span { + background-color: rgba(var(--treck-white-rgb), 1); +} + +/*-------------------------------------------------------------- +# feature One +--------------------------------------------------------------*/ +.feature-one { + position: relative; + display: block; + padding: 60px 0 56px; + background-image: -moz-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 15%); + background-image: -webkit-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 15%); + background-image: -ms-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 15%); + z-index: 1; +} + +.feature-one .container { + max-width: 1800px; +} + +.feature-one__single { + position: relative; + display: block; + background-color: var(--treck-primary); + margin-bottom: 30px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.feature-one__single:hover { + transform: translateY(-10px); + box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1); +} + +.feature-one__inner { + position: relative; + display: block; + overflow: hidden; + padding: 44px 40px 40px; + z-index: 1; +} + +.feature-one__shape-1 { + position: absolute; + top: -50px; + left: -80px; + z-index: -1; +} + +.feature-one__shape-1 img { + width: auto; +} + +.feature-one__img-one { + position: absolute; + top: -62px; + right: -40px; + z-index: -1; +} + +.feature-one__img-one img { + width: auto; +} + +.feature-one__img-two { + top: -10px; + right: -20px; +} + +.feature-one__img-three { + position: absolute; + top: -134px; + right: -60px; + z-index: -1; +} + +.feature-one__sub-title { + font-size: 12px; + font-weight: 600; + line-height: 22px; + letter-spacing: 0.1em; + text-transform: uppercase; + color: var(--treck-gray); +} + +.feature-one__title { + font-size: 22px; + font-weight: 600; + line-height: 32px; +} + +.feature-one__title a { + color: #131519; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.feature-one__title a:hover { + color: var(--treck-base); +} + +.feature-one__btn-box { + position: relative; + display: block; + margin-top: 20px; +} + +.feature-one__btn { + position: relative; + display: inline-block; + font-size: 14px; + font-weight: 500; + color: var(--treck-gray); + border: 1px solid var(--treck-bdr-color); + padding: 10px 35px 10px; + background-color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.feature-one__btn:hover { + background-color: var(--treck-base); + color: var(--treck-white); + border: 1px solid var(--treck-base); +} + + +.feature-one__bottom { + position: relative; + display: block; + text-align: center; + margin-top: 32px; +} + +.feature-one__text { + font-size: 18px; +} + +.feature-one__text a { + position: relative; + display: inline-block; + color: var(--treck-black); + font-weight: 600; +} + +.feature-one__text a::before { + content: ""; + position: absolute; + bottom: 2px; + left: 0; + right: 0; + height: 2px; + background-color: var(--treck-base); +} + +/*-------------------------------------------------------------- +# About One +--------------------------------------------------------------*/ +.about-one { + position: relative; + display: block; + padding: 120px 0 120px; + z-index: 1; +} + +.about-one__shape-3 { + position: absolute; + right: 0; + top: 60px; + opacity: .10; + z-index: -1; +} + +.about-one__shape-3 img { + width: auto; +} + +.about-one__left { + position: relative; + display: block; + margin-left: 130px; + margin-right: 40px; +} + +.about-one__shape-2 { + position: absolute; + left: -355px; + top: 190px; + z-index: -1; +} + +.about-one__shape-2 img { + width: auto; +} + +.about-one__img-box { + position: relative; + display: block; +} + +.about-one__img { + position: relative; + display: block; + z-index: 1; +} + +.about-one__img img { + width: 100%; +} + +.about-one__img-2 { + position: absolute; + left: -130px; + bottom: -137px; + z-index: -1; +} + +.about-one__img-2 img { + width: auto; +} + +.about-one__shape-1 { + position: absolute; + bottom: -93px; + right: 25px; + z-index: -1; +} + +.about-one__shape-1 img { + width: auto; +} + +.about-one__experience { + position: absolute; + bottom: -64px; + left: 107px; + background-color: var(--treck-white); + padding: 22px 40px 23px; + max-width: 239px; + width: 100%; + z-index: 1; +} + +.about-one__experience::before { + content: ""; + position: absolute; + top: 0; + left: 0; + bottom: 0; + width: 5px; + background-color: var(--treck-base); + z-index: -1; +} + +.about-one__experience::after { + content: ""; + position: absolute; + top: 50%; + left: 5px; + border-top: 10px solid transparent; + border-left: 7px solid var(--treck-base); + border-bottom: 10px solid transparent; + z-index: -1; + transform: translateY(-50%); +} + +.about-one__experience h3 { + font-size: 48px; + font-weight: 600; + line-height: 48px; + color: var(--treck-base); +} + +.about-one__experience p { + margin-top: -2px; +} + +.about-one__badge { + position: absolute; + top: 40px; + left: -205px; +} + +.about-one__badge img { + width: auto; +} + +.about-one__right { + position: relative; + display: block; +} + +.about-one__right .section-title__border-box { + margin-left: 0; +} + +.about-one__right .section-title { + margin-bottom: 21px; +} + +.about-one__points { + position: relative; + display: block; + margin-top: 23px; + margin-bottom: 46px; +} + +.about-one__points li { + position: relative; + display: flex; + align-items: center; +} + +.about-one__points li+li { + margin-top: 18px; +} + +.about-one__points li .icon { + position: relative; + display: inline-block; +} + +.about-one__points li .icon span { + position: relative; + display: inline-block; + font-size: 64px; + color: var(--treck-base); + -webkit-transition: all 500ms linear; + transition: all 500ms linear; + -webkit-transition-delay: 0.1s; + transition-delay: 0.1s; +} + +.about-one__points li:hover .icon span { + transform: scale(.9); +} + +.about-one__points li .content { + position: relative; + display: block; + margin-left: 50px; + padding-left: 30px; +} + +.about-one__points li .content::before { + content: ""; + position: absolute; + left: 0; + top: 8px; + bottom: 4px; + width: 2px; + background-color: var(--treck-bdr-color); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.about-one__points li:hover .content::before { + background-color: var(--treck-base); +} + +.about-one__points li .content::after { + content: ""; + position: absolute; + left: -5px; + top: 50%; + transform: translateY(-50%); + border-top: 7px solid transparent; + border-bottom: 7px solid transparent; + border-right: 5px solid var(--treck-bdr-color); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.about-one__points li:hover .content::after { + border-right: 5px solid var(--treck-base); +} + +.about-one__points li .content h3 { + font-size: 20px; + font-weight: 600; + line-height: 30px; + margin-bottom: 4px; +} + +.about-one__points li .content p { + font-size: 15px; + font-weight: 500; + line-height: 26px; +} + +/*-------------------------------------------------------------- +# Services One +--------------------------------------------------------------*/ +.services-one { + position: relative; + display: block; + padding: 0 0 90px; +} + +.services-one__single { + position: relative; + display: block; + margin-bottom: 30px; + z-index: 1; +} + +.services-one__single-inner { + position: relative; + display: block; + border: 1px solid var(--treck-bdr-color); + text-align: center; + padding: 14px 39px 31px; + z-index: 1; +} + +.services-one__single-inner:before { + content: ""; + position: absolute; + top: -1px; + left: -1px; + width: 65px; + height: 65px; + background-color: var(--treck-white); + border: 1px solid var(--treck-bdr-color); + border-top: 0; + border-left: 0; +} + +.services-one__single-inner:after { + content: ""; + position: absolute; + top: -1px; + right: -1px; + width: 65px; + height: 65px; + background-color: var(--treck-white); + border: 1px solid var(--treck-bdr-color); + border-top: 0; + border-right: 0; +} + +.services-one__icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 100px; + width: 100px; + background-color: var(--treck-base); + margin: 0 auto 0; + z-index: 1; +} + +.services-one__icon span { + position: relative; + display: inline-block; + font-size: 60px; + color: var(--treck-white); +} + +.services-one__title { + font-size: 20px; + font-weight: 600; + line-height: 20px; + margin-top: 27px; + margin-bottom: 9px; +} + +.services-one__title a { + color: var(--treck-black); +} + +.services-one__text { + font-size: 15px; +} + +.services-one__hover-content { + position: absolute; + top: -1px; + left: -1px; + right: -1px; + bottom: -1px; + background-position: center top; + transition-delay: .1s; + transition-timing-function: ease-in-out; + transition-duration: .5s; + transition-property: all; + transform-origin: top; + transform-style: preserve-3d; + transform: scaleY(0); + z-index: 2; +} + +.services-one__single:hover .services-one__hover-content { + transform: scaleY(1.0); +} + +.services-one__hover-bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + z-index: 1; +} + +.services-one__hover-title-box { + position: absolute; + bottom: 0; + left: 0; + right: 0; + padding: 14px 30px 14px; + background-color: var(--treck-base); + text-align: left; + overflow: hidden; + z-index: 2; +} + +.services-one__hover-shpae { + position: absolute; + top: 0; + left: 0; + opacity: .20; + z-index: -1; +} + +.services-one__hover-shpae img { + width: auto; +} + +.services-one__hover-title { + font-size: 20px; + font-weight: 600; + line-height: 30px; +} + +.services-one__hover-title a { + color: var(--treck-white); +} + +.services-one__arrow { + position: absolute; + bottom: 50px; + right: 10px; + z-index: 2; +} + +.services-one__arrow a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 50px; + width: 50px; + background-color: var(--treck-white); + font-size: 17px; + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.services-one__arrow a:hover { + color: var(--treck-white); + background-color: var(--treck-black); +} + +/*-------------------------------------------------------------- +# Video One +--------------------------------------------------------------*/ +.video-one { + position: relative; + display: block; + background-color: #121315; + padding-top: 120px; + z-index: 2; +} + +.video-one__bg { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + opacity: .50; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; + ; +} + +.video-one .section-title__title { + font-size: 34px; + line-height: 41px; +} + +.video-one .section-title__border-box { + margin-left: 0; +} + +.video-one__left { + position: relative; + display: block; + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); + padding: 60px 60px 60px; + margin-bottom: -60px; +} + +.video-one__left:before { + content: ""; + position: absolute; + top: 10px; + bottom: 10px; + left: 10px; + right: 10px; + border: 1px dashed var(--treck-bdr-color); +} + +.video-one__left .section-title { + margin-bottom: 33px; +} + +.video-one__points { + position: relative; + display: block; +} + +.video-one__points li { + position: relative; + display: flex; + align-items: center; + background-image: -moz-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -webkit-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -ms-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + padding: 10px 30px 13px; +} + +.video-one__points li+li { + margin-top: 10px; +} + +.video-one__points li .icon { + position: relative; + display: inline-block; + top: 4px; +} + +.video-one__points li .icon span { + position: relative; + display: inline-block; + font-size: 25px; + color: var(--treck-base); +} + +.video-one__points li .text { + margin-left: 15px; +} + +.video-one__points li .text p { + font-size: 18px; + font-weight: 500; + line-height: 28px; +} + +.video-one__right { + position: relative; + display: block; + text-align: right; +} + +.video-one__video-link { + position: relative; + display: inline-block; + padding-right: 16px; + padding-top: 16px; +} + +.video-one__video-icon { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + width: 85px; + height: 85px; + line-height: 100px; + text-align: center; + font-size: 21px; + color: var(--treck-white); + background-color: var(--treck-base); + border-radius: 50%; + transition: all 0.5s ease; + -moz-transition: all 0.5s ease; + -webkit-transition: all 0.5s ease; + -ms-transition: all 0.5s ease; + -o-transition: all 0.5s ease; +} + +.video-one__video-icon:hover { + background-color: var(--treck-white); + color: var(--treck-base); +} + +.video-one__video-icon:before { + position: absolute; + top: -16px; + left: -16px; + right: -16px; + bottom: -16px; + content: ""; + border-radius: 50%; + border: 1px solid rgba(var(--treck-white-rgb), .10); + z-index: 1; +} + +.video-one__video-link .ripple, +.video-one__video-icon .ripple:before, +.video-one__video-icon .ripple:after { + position: absolute; + top: 50%; + left: 50%; + width: 117px; + height: 117px; + border-radius: 50%; + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + -ms-box-shadow: 0 0 0 0 rgba(var(--treck-white-rgb), 0.6); + -o-box-shadow: 0 0 0 0 rgba(var(--treck-white-rgb), 0.6); + -webkit-box-shadow: 0 0 0 0 rgba(var(--treck-white-rgb), 0.6); + box-shadow: 0 0 0 0 rgba(var(--treck-white-rgb), 0.6); + -webkit-animation: ripple 3s infinite; + animation: ripple 3s infinite; +} + +.video-one__video-icon .ripple:before { + -webkit-animation-delay: 0.9s; + animation-delay: 0.9s; + content: ""; + position: absolute; +} + +.video-one__video-icon .ripple:after { + -webkit-animation-delay: 0.6s; + animation-delay: 0.6s; + content: ""; + position: absolute; +} + +.video-one__shape-1 { + position: absolute; + top: 55px; + left: -140px; +} + +.video-one__shape-1 img { + width: auto; +} + +.video-one__text { + font-size: 20px; + font-weight: 600; + line-height: 36px; + color: var(--treck-white); + margin-top: 45px; +} + +/*-------------------------------------------------------------- +# Counter One +--------------------------------------------------------------*/ +.counter-one { + position: relative; + display: block; + background-color: var(--treck-base); + padding: 160px 0 70px; + z-index: 1; +} + +.counter-one__bg { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 297px; + opacity: .10; + mix-blend-mode: multiply; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + z-index: -1; +} + +.counter-one__single { + position: relative; + display: flex; + align-items: center; + padding: 30px 0 30px; + margin-bottom: 30px; + border-right: 1px solid #fffefe; + z-index: 1; +} + +.counter-one__single:before { + content: ""; + position: absolute; + top: 0; + left: 0; + right: 0; + height: 1px; + background-image: -moz-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); + background-image: -webkit-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); + background-image: -ms-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); +} + +.counter-one__single:after { + content: ""; + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 1px; + background-image: -moz-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); + background-image: -webkit-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); + background-image: -ms-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); +} + +.counter-one__icon { + position: relative; + display: inline-block; +} + +.counter-one__icon span { + position: relative; + display: inline-block; + font-size: 64px; + color: var(--treck-white); + -webkit-transition: all 500ms linear; + transition: all 500ms linear; + -webkit-transition-delay: 0.1s; + transition-delay: 0.1s; +} + +.counter-one__single:hover .counter-one__icon span { + transform: scale(.9); +} + +.counter-one__content { + position: relative; + display: block; + margin-left: 20px; + padding-left: 25px; +} + +.counter-one__content::before { + content: ""; + position: absolute; + top: 5px; + left: 0; + bottom: 5px; + width: 2px; + background-color: rgba(var(--treck-white-rgb), .20); +} + +.counter-one__content::after { + content: ""; + position: absolute; + top: 50%; + left: 2px; + border-top: 5px solid transparent; + border-left: 4px solid rgba(var(--treck-white-rgb), .20); + border-bottom: 5px solid transparent; + transform: translateY(-50%); +} + +.counter-one__count-box { + position: relative; + display: flex; + align-items: center; +} + +.counter-one__count-box h3 { + font-size: 36px; + font-weight: 600; + line-height: 36px; + color: var(--treck-white); +} + +.counter-two__plus { + font-size: 36px; + font-weight: 600; + line-height: 36px; + color: var(--treck-white); +} + +.counter-one__content p { + font-weight: 500; + color: var(--treck-white); + margin-top: 5px; +} + +/*-------------------------------------------------------------- +# Coaching One +--------------------------------------------------------------*/ +.coaching-one { + position: relative; + display: block; + padding: 120px 0 90px; + z-index: 1; +} + +.coaching-one__top { + position: relative; + display: block; +} + +.coaching-one__left { + position: relative; + display: block; +} + +.coaching-one__left .section-title__border-box { + margin-left: 0; +} + +.coaching-one__right { + position: relative; + display: block; +} + +.coaching-one__text { + margin-top: 27px; +} + +.coaching-one__bottom { + position: relative; + display: block; +} + +.coaching-one__bottom .container { + max-width: 1540px; +} + +.coaching-one__bottom .row { + --bs-gutter-x: 50px; +} + +.coaching-one__single { + position: relative; + display: block; + margin-bottom: 30px; +} + +.coaching-one__img-box { + position: relative; + display: block; +} + +.coaching-one__img { + position: relative; + display: block; +} + +.coaching-one__img img { + width: 100%; +} + +.coaching-one__content { + position: absolute; + bottom: 0; + right: -20px; + left: 50px; + display: flex; + align-items: center; + justify-content: space-between; + background-color: var(--treck-base); + padding: 12px 30px 16px; + overflow: hidden; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.coaching-one__single:hover .coaching-one__content { + opacity: 0; +} + +.coaching-one__shape-1 { + position: absolute; + top: 0; + left: 0; + opacity: .20; + z-index: -1; +} + +.coaching-one__shape-1 img { + width: auto; +} + +.coaching-one__title { + font-size: 20px; + font-weight: 600; + line-height: 30px; +} + +.coaching-one__title a { + color: var(--treck-white); +} + +.coaching-one__arrow-box { + position: relative; + display: block; +} + +.coaching-one__arrow { + position: relative; + display: block; + font-size: 24px; + color: var(--treck-white); + top: 3px; +} + +.coaching-one__hover-content { + position: absolute; + bottom: 0; + right: -20px; + left: 50px; + background-color: var(--treck-white); + padding: 40px 40px 46px; + background-position: center bottom; + transition-delay: .1s; + transition-timing-function: ease-in-out; + transition-duration: .5s; + transition-property: all; + transform-origin: bottom; + transform-style: preserve-3d; + transform: scaleY(0); + z-index: 2; +} + +.coaching-one__single:hover .coaching-one__hover-content { + transform: scaleY(1.0); +} + +.coaching-one__hover-icon { + position: relative; + display: block; +} + +.coaching-one__hover-icon img { + width: auto; +} + +.coaching-one__hover-title { + font-size: 20px; + font-weight: 600; + line-height: 30px; + margin-top: 12px; + margin-bottom: 15px; +} + +.coaching-one__hover-title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.coaching-one__hover-title a:hover { + color: var(--treck-base); +} + +.coaching-one__hover-text { + font-size: 14px; + font-weight: 500; + line-height: 26px; + color: #707072; +} + +.coaching-one__hover-arrow-box { + position: absolute; + right: 30px; + bottom: 30px; +} + +.coaching-one__hover-arrow { + font-size: 24px; + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.coaching-one__hover-arrow:hover { + color: var(--treck-base); +} + +.coaching-one__hover-shape-1 { + position: absolute; + top: 45px; + right: -20px; + width: 172px; + height: 26px; + background-image: -moz-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgba(255, 255, 255, 0) 100%); + background-image: -webkit-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgba(255, 255, 255, 0) 100%); + background-image: -ms-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgba(255, 255, 255, 0) 100%); +} + +/*-------------------------------------------------------------- +# Testimonial One +--------------------------------------------------------------*/ +.testimonial-one { + position: relative; + display: block; + z-index: 1; +} + +.testimonial-one__wrap { + position: relative; + display: block; + background-color: var(--treck-primary); + padding: 69px 80px 178px; + z-index: 1; +} + +.testimonial-one__bg { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 194px; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; +} + +.testimonial-one__img-1 { + position: absolute; + bottom: -179px; + right: -535px; + z-index: 1; +} + +.testimonial-one__img-1 img { + width: auto; +} + +.testimonial-one__shape-1 { + position: absolute; + top: 145px; + left: 15px; + z-index: -1; +} + +.testimonial-one__shape-1 img { + width: auto; +} + +.testimonial-one__carousel { + position: relative; + display: block; + max-width: 545px; + width: 100%; +} + +.testimonial-one__carousel.owl-carousel .owl-stage-outer { + overflow: visible; +} + +.testimonial-one__carousel.owl-carousel .owl-item { + opacity: 0; + visibility: hidden; + transition: opacity 500ms ease, visibility 500ms ease; +} + +.testimonial-one__carousel.owl-carousel .owl-item.active { + opacity: 1; + visibility: visible; +} + + +.testimonial-one__single { + position: relative; + display: block; + z-index: 1; +} + +.testimonial-one__inner { + position: relative; + display: block; +} + +.testimonial-one__icon-and-ratting { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; +} + +.testimonial-one__icon { + position: relative; + display: inline-block; +} + +.testimonial-one__icon span { + position: relative; + display: inline-block; + font-size: 64px; + color: var(--treck-white); +} + +.testimonial-one__ratting { + position: relative; + display: flex; + align-items: center; +} + +.testimonial-one__ratting i { + font-size: 15px; + color: var(--treck-base); +} + +.testimonial-one__ratting i+i { + margin-left: 4px; +} + +.testimonial-one__text { + font-size: 20px; + line-height: 38px; + margin-top: 22px; + margin-bottom: 31px; +} + +.testimonial-one__client-name-box { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + padding-left: 72px; +} + +.testimonial-one__client-name { + font-size: 20px; + font-weight: 600; + line-height: 30px; + position: relative; + display: block; +} + +.testimonial-one__client-name::before { + content: ""; + position: absolute; + left: -72px; + top: 15px; + height: 2px; + width: 53px; + background-image: -moz-linear-gradient(0deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%); + background-image: -webkit-linear-gradient(0deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%); + background-image: -ms-linear-gradient(0deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%); +} + +.testimonial-one__client-sub-title { + font-size: 12px; + font-weight: 600; + line-height: 12px; + text-transform: uppercase; + letter-spacing: 0.1em; + position: relative; + display: block; + border-bottom: 1px solid #b9b6b5; +} + +.testimonial-one__carousel.owl-theme .owl-nav { + position: absolute; + bottom: -98px; + left: 0; + margin: 0; +} + +.testimonial-one__carousel.owl-theme .owl-nav .owl-next { + height: 55px; + width: 55px; + line-height: 55px; + border-radius: 0; + color: var(--treck-black); + background-color: var(--treck-white); + font-size: 15px; + margin: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.testimonial-one__carousel.owl-theme .owl-nav .owl-prev { + height: 55px; + width: 55px; + line-height: 55px; + color: var(--treck-black); + border-radius: 0; + background-color: var(--treck-white); + font-size: 15px; + margin: 0; + text-align: center; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + position: relative; + display: inline-block; + transform: rotate(180deg); +} + +.testimonial-one__carousel.owl-theme .owl-nav .owl-next { + margin-left: 5px; +} + +.testimonial-one__carousel.owl-theme .owl-nav .owl-prev { + margin-right: 5px; +} + +.testimonial-one__carousel.owl-theme .owl-nav .owl-next span, +.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover, +.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Countries One +--------------------------------------------------------------*/ +.countries-one { + position: relative; + display: block; + overflow: hidden; + padding: 120px 0 80px; + background-image: -moz-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%); + background-image: -webkit-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%); + background-image: -ms-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%); + z-index: 1; +} + +.countries-one__bg { + position: absolute; + left: 0; + right: 0; + bottom: 0; + height: 485px; + opacity: .04; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + mix-blend-mode: luminosity; + z-index: -1; +} + +.countries-one__single { + position: relative; + display: block; + text-align: center; + border: 1px solid #e3dcd9; + padding: 26px 30px 16px; + margin-bottom: 40px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.countries-one__single:hover { + border: 1px solid transparent; +} + +.countries-one__single::before { + content: ""; + position: absolute; + left: 0; + right: 0; + top: 0; + bottom: -16px; + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); + background-position: center bottom; + transition-delay: .1s; + transition-timing-function: ease-in-out; + transition-duration: .5s; + transition-property: all; + transform-origin: bottom; + transform-style: preserve-3d; + transform: scaleY(0); + z-index: -1; +} + +.countries-one__single:hover::before { + transform: scaleY(1.0); +} + +.countries-one__img-box { + position: relative; + display: block; + width: 52px; + margin: 0 auto; + border-radius: 50%; +} + +.countries-one__img-box::before { + content: ""; + position: absolute; + left: -28px; + top: 50%; + width: 16px; + height: 1px; + background-color: #e3dcd9; + transform: translateY(-50%); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-one__single:hover .countries-one__img-box::before { + background-color: var(--treck-base) +} + +.countries-one__img-box::after { + content: ""; + position: absolute; + right: -28px; + top: 50%; + width: 16px; + height: 1px; + background-color: #e3dcd9; + transform: translateY(-50%); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-one__single:hover .countries-one__img-box::after { + background-color: var(--treck-base) +} + +.countries-one__img { + position: relative; + display: block; + width: 52px; + margin: 0 auto; + border-radius: 50%; +} + +.countries-one__img::before { + content: ""; + position: absolute; + top: -7px; + left: -7px; + right: -7px; + bottom: -7px; + border: 1px solid var(--treck-bdr-color); + border-radius: 50%; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-one__single:hover .countries-one__img::before { + border: 1px solid var(--treck-base); +} + +.countries-one__img img { + width: 100%; + border-radius: 50%; +} + +.countries-one__title { + font-size: 18px; + font-weight: 600; + line-height: 28px; + margin-bottom: 6px; + margin-top: 20px; +} + +.countries-one__title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-one__title a:hover { + color: var(--treck-base); +} + +.countries-one__text { + font-size: 14px; + font-weight: 500; + line-height: 24px; + color: #68696c; +} + +.countries-one__arrow-box { + position: absolute; + bottom: -33px; + left: 50%; + transform: translateX(-50%); +} + +.countries-one__arrow { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 36px; + height: 36px; + background-color: var(--treck-base); + border-radius: 50%; + font-size: 16px; + color: var(--treck-white); + -webkit-transform: scale(0); + transform: scale(0); + opacity: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-one__single:hover .countries-one__arrow { + -webkit-transform: scale(1); + transform: scale(1); + transition-delay: 500ms; + opacity: 1; +} + +.countries-one__arrow:hover { + background-color: var(--treck-black); + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Team One +--------------------------------------------------------------*/ +.team-one { + position: relative; + display: block; + padding: 120px 0 90px; + z-index: 1; +} + +.team-one__single { + position: relative; + display: block; + margin-bottom: 30px; +} + +.team-one__img-box { + position: relative; + display: block; +} + +.team-one__img { + position: relative; + display: block; + z-index: 2; +} + +.team-one__img:before { + content: ""; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-image: -moz-linear-gradient(90deg, rgb(226, 9, 53) 0%, rgba(255, 255, 255, 0) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(226, 9, 53) 0%, rgba(255, 255, 255, 0) 100%); + background-image: -ms-linear-gradient(90deg, rgb(226, 9, 53) 0%, rgba(255, 255, 255, 0) 100%); + background-position: center bottom; + transition-delay: .1s; + transition-timing-function: ease-in-out; + transition-duration: .5s; + transition-property: all; + transform-origin: bottom; + transform-style: preserve-3d; + transform: scaleY(0); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.team-one__single:hover .team-one__img:before { + transform: scaleY(1.0); + border-top-left-radius: 130px; + border-top-right-radius: 130px; +} + +.team-one__img img { + width: 100%; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.team-one__single:hover .team-one__img img { + border-top-left-radius: 130px; + border-top-right-radius: 130px; +} + +.team-one__share-btn { + position: absolute; + right: 10px; + bottom: 0; + z-index: 2; +} + +.team-one__share-btn a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 40px; + height: 40px; + background-color: var(--treck-black); + font-size: 16px; + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.team-one__single:hover .team-one__share-btn a { + background-color: var(--treck-white); + color: var(--treck-black); +} + +.team-one__social { + position: absolute; + display: flex; + align-items: center; + right: 50px; + bottom: 0; + background-color: var(--treck-black); + padding: 4px 20px 6px; + transform: scaleX(0.0); + transform-origin: center; + transform-style: preserve-3d; + -webkit-transition: all 0.4s linear; + -o-transition: all 0.4s linear; + transition: all 0.4s linear; + transform-origin: right center; + z-index: 2; +} + + +.team-one__single:hover .team-one__social { + transform: scaleX(1.0); + transform-origin: left center; + transition-delay: 500ms; +} + +.team-one__social li { + position: relative; + display: block; +} + +.team-one__social li a { + position: relative; + display: block; + font-size: 14px; + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.team-one__social li a:hover { + color: var(--treck-base); +} + +.team-one__social li+li { + margin-left: 20px; +} + +.team-one__content { + position: relative; + display: block; + padding: 23px 30px 23px; + background-image: -moz-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -ms-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); +} + +.team-one__sub-title { + font-size: 14px; + font-weight: 500; + line-height: 24px; +} + +.team-one__title { + font-size: 20px; + font-weight: 600; + line-height: 30px; + margin-top: 1px; +} + +.team-one__title a { + color: #222222; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.team-one__title a:hover { + color: var(--treck-base); +} + +.team-one__arrow-box { + position: absolute; + top: 0; + right: 10px; +} + +.team-one__arrow { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 40px; + height: 40px; + font-size: 16px; + color: var(--treck-white); + background-color: var(--treck-base); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.team-one__arrow:hover { + color: var(--treck-white); + background-color: var(--treck-black); +} + +/*-------------------------------------------------------------- +# Contact One +--------------------------------------------------------------*/ +.contact-one { + position: relative; + display: block; + padding: 0px 0px 0px; + z-index: 1; +} + +.contact-one__left { + position: relative; + display: block; + margin-right: 70px; + padding-top: 120px; + z-index: 1; +} + +.contact-one__bg { + position: absolute; + top: 0; + left: -375px; + right: -433px; + bottom: -120px; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + clip-path: polygon(0 0, 100% 0%, 73% 100%, 0% 100%); + z-index: -1; +} + +.contact-one__shape-1 { + position: absolute; + top: 0; + bottom: -120px; + left: -375px; + right: -158px; + background-repeat: no-repeat; + background-position: left center; + background-size: cover; + opacity: .80; + z-index: -1; +} + +.contact-one__left .section-title__tagline { + color: var(--treck-white); +} + +.contact-one__left .section-title__border-box { + background-color: var(--treck-white); +} + +.contact-one__left .section-title__border-box:before { + background-color: var(--treck-base); +} + +.contact-one__left .section-title__border-box:after { + background-color: var(--treck-base); + border: 1px solid var(--treck-white); +} + +.contact-one__left .section-title__title { + color: var(--treck-white); +} + +.contact-one__form-box { + position: relative; + display: block; +} + +.contact-one__form .row { + --bs-gutter-x: 10px; +} + +.contact-one__form-input-box { + position: relative; + display: block; + margin-bottom: 10px; +} + +.contact-one__form-input-box input[type="text"], +.contact-one__form-input-box input[type="email"] { + height: 52px; + width: 100%; + border: none; + background-color: var(--treck-white); + padding-left: 30px; + padding-right: 30px; + outline: none; + font-size: 14px; + color: var(--treck-gray); + display: block; + font-weight: 500; +} + +.contact-one__form-input-box textarea { + font-size: 14px; + color: var(--treck-gray); + height: 122px; + width: 100%; + background-color: var(--treck-white); + padding: 15px 30px 30px; + border: none; + outline: none; + margin-bottom: 0px; + font-weight: 500; +} + +.contact-one__form-input-box.text-message-box { + height: 122px; +} + +.contact-one__form-btn { + border: none; + font-size: 14px; + font-weight: 600; + background-color: var(--treck-black); + padding: 12px 50px 10px; +} + +.contact-one__form-btn:hover { + color: var(--treck-base); +} + +.contact-one__form-btn:before { + background-color: var(--treck-white); +} + +.contact-one__form-input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { + position: relative; + display: block; + max-width: 100%; + width: 100% !important; +} + +.contact-one__form-input-box .bootstrap-select>.dropdown-toggle::after { + display: none; +} + +.contact-one__form-input-box .bootstrap-select>.dropdown-toggle { + position: relative; + background-color: var(--treck-white) !important; + border-radius: 0; + color: var(--treck-gray) !important; + font-size: 14px; + font-weight: 500; + height: 52px; + line-height: 52px; + padding-left: 30px; + padding-right: 30px; + padding-top: 0; + padding-bottom: 0; + width: 100%; + outline: none !important; + border: 0; + box-shadow: none !important; + background-repeat: no-repeat; + background-size: 14px 12px; + background-position: right 25.75px center; +} + +.contact-one__form-input-box .bootstrap-select>.dropdown-toggle:before { + position: absolute; + top: 0; + bottom: 0; + right: 25px; + font-family: "Font Awesome 5 Free"; + content: "\f107"; + font-weight: 900; + font-size: 15px; + color: var(--treck-gray); +} + +.contact-one__right { + position: relative; + display: block; + margin-left: -30px; + margin-right: -375px; + margin-top: 40px; +} + +.contact-one__right:before { + content: ""; + position: absolute; + top: -40px; + left: 344px; + border-bottom: 40px solid var(--treck-black); + border-left: 20px solid transparent; + border-right: 30px solid transparent; +} + +.contact-one__google-map-box { + position: relative; + display: block; + background-color: var(--treck-primary); + clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%); +} + +.google-map__one { + position: relative; + display: block; + border: none; + height: 658px; + width: 100%; + mix-blend-mode: luminosity; +} + + +.contact-one__address-box { + position: absolute; + top: 120px; + right: 170px; + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); + max-width: 312px; + width: 100%; + z-index: 2; +} + +.contact-one__address-top { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + background-image: -moz-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -ms-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + padding-left: 40px; + padding-right: 30px; + padding-top: 19px; + padding-bottom: 19px; + z-index: 2; +} + +.contact-one__address-top:before { + content: ""; + position: absolute; + bottom: -10px; + left: 40px; + border-top: 10px solid var(--treck-primary); + border-left: 10px solid transparent; + border-right: 10px solid transparent; + z-index: 2; +} + +.contact-one__address-top-title { + position: relative; + display: block; +} + +.contact-one__address-top-title h3 { + font-size: 20px; + font-weight: 600; + line-height: 30px; +} + +.contact-one__address-top-icon { + position: relative; + display: flex; + align-items: center; +} + +.contact-one__address-top-icon span { + position: relative; + display: inline-block; + font-size: 65px; + color: var(--treck-base); +} + +.contact-one__address-faq { + position: relative; + display: block; +} + +.contact-one__address-faq .faq-one-accrodion .accrodion { + position: relative; + display: block; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + background-color: var(--treck-white); + border-bottom: 1px solid var(--treck-bdr-color); +} + +.contact-one__address-faq .faq-one-accrodion .accrodion.last-child { + border-bottom: 0; +} + +.contact-one__address-faq .faq-one-accrodion .accrodion-title { + position: relative; + display: block; + cursor: pointer; + padding: 13px 40px 13px; + transition: all 200ms linear; + transition-delay: 0.1s; +} + +.contact-one__address-faq .faq-one-accrodion .accrodion-title h4 { + margin: 0; + font-size: 16px; + font-weight: 600; + line-height: 26px; + color: var(--treck-black); + position: relative; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.contact-one__address-faq .faq-one-accrodion .accrodion.active .accrodion-title h4 { + color: var(--treck-black); +} + +.contact-one__address-faq .faq-one-accrodion .accrodion-title h4::before { + content: "\e907"; + font-family: 'icomoon' !important; + font-weight: 900; + font-size: 11px; + color: var(--treck-base); + position: absolute; + top: 50%; + right: -5px; + height: 20px; + width: 20px; + border-radius: 50%; + text-align: center; + display: flex; + justify-content: center; + align-items: center; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.contact-one__address-faq .faq-one-accrodion .accrodion.active .accrodion-title h4::before { + content: "\e905"; + color: var(--treck-black); + height: 20px; + width: 20px; + border-radius: 50%; + text-align: center; + display: flex; + justify-content: center; + align-items: center; +} + +.contact-one__address-faq .faq-one-accrodion .accrodion-content { + position: relative; + padding: 0px 40px 23px; + margin-top: -8px; +} + +.contact-one__address-list { + position: relative; + display: block; +} + +.contact-one__address-list li { + position: relative; + display: flex; +} + +.contact-one__address-list li:nth-child(1) { + margin-bottom: 13px; +} + +.contact-one__address-list li:nth-child(2) { + margin-bottom: 7px; +} + +.contact-one__address-list li .icon { + position: relative; + display: inline-block; +} + +.contact-one__address-list li .icon i { + position: relative; + display: inline-block; + font-size: 15px; + color: var(--treck-base); +} + +.contact-one__address-list li .text { + margin-left: 20px; +} + +.contact-one__address-list li .text p { + font-size: 15px; + font-weight: 500; + line-height: 26px; +} + +.contact-one__address-list li .text p a { + color: var(--treck-gray); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.contact-one__address-list li .text p a:hover { + color: var(--treck-base); +} + +/*-------------------------------------------------------------- +# Brand One +--------------------------------------------------------------*/ +.brand-one { + position: relative; + display: block; + overflow: hidden; + z-index: 1; +} + +.brand-one__inner { + position: relative; + display: block; + padding: 60px 0 60px; + border-bottom: 1px solid var(--treck-bdr-color); +} + +.brand-one .swiper-slide { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.brand-one .swiper-slide img { + -webkit-transition: 500ms; + transition: 500ms; + opacity: 0.25; + max-width: 100%; +} + +.brand-one .swiper-slide img:hover { + opacity: 0.60; +} + +/*-------------------------------------------------------------- +# Blog One +--------------------------------------------------------------*/ +.blog-one { + position: relative; + display: block; + padding: 120px 0 90px; + background-image: -moz-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -ms-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + z-index: 1; +} + +.blog-one__single { + position: relative; + display: block; + margin-bottom: 30px; +} + +.blog-one__img-box { + position: relative; + display: block; +} + +.blog-one__img { + position: relative; + display: block; + overflow: hidden; +} + +.blog-one__img img { + width: 100%; + transition: all 500ms ease; + transform: scale(1); +} + +.blog-one__single:hover .blog-one__img img { + transform: scale(1.05); +} + +.blog-one__img>a { + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(var(--treck-black-rgb), 0.3); + position: absolute; + display: flex; + justify-content: center; + align-items: center; + font-size: 30px; + color: var(--thm-base); + transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease; + visibility: hidden; + opacity: 0; + transform: translateY(-30%); +} + +.blog-one__img>a>span { + position: relative; +} + +.blog-one__img>a>span::before { + content: ''; + width: 20px; + height: 2px; + background-color: var(--treck-base); + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + transition: all 500ms ease; +} + +.blog-one__img>a>span::after { + content: ''; + transition: all 500ms ease; + width: 2px; + height: 20px; + background-color: var(--treck-base); + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +.blog-one__img>a:hover>span::before, +.blog-one__img>a:hover>span::after { + background-color: var(--treck-white); +} + +.blog-one__single:hover .blog-one__img>a { + visibility: visible; + transform: translateY(0%); + opacity: 1; +} + +.blog-one__date { + position: absolute; + left: 30px; + bottom: 0; + background-color: var(--treck-base); + padding: 9px 15px 5px; + z-index: 2; +} + +.blog-one__date::before { + content: ""; + position: absolute; + bottom: 0; + left: -30px; + border-top: 25px solid transparent; + border-bottom: 25px solid #d1062f; + border-left: 15px solid transparent; + border-right: 15px solid #d1062f; +} + +.blog-one__date p { + font-size: 30px; + font-weight: 600; + line-height: 30px; + color: var(--treck-white); +} + +.blog-one__date p span { + font-size: 16px; + position: relative; + left: -3px; +} + +.blog-one__content { + position: relative; + display: block; + padding: 30px 40px 11px; + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.09); +} + +.blog-one__tag-and-user { + position: relative; + display: flex; + align-items: center; +} + +.blog-one__tag { + position: relative; + display: block; + background-color: var(--treck-primary); + padding: 4px 20px 6px; +} + +.blog-one__tag p { + font-size: 12px; + font-weight: 500; + line-height: 22px; +} + +.blog-one__user { + position: relative; + display: flex; + align-items: center; + margin-left: 10px; +} + +.blog-one__user .img { + position: relative; + display: block; + width: 29px; +} + +.blog-one__user .img img { + width: 100%; + border-radius: 50%; +} + +.blog-one__user .text { + margin-left: 10px; +} + +.blog-one__user .text p { + font-size: 14px; + font-weight: 500; + line-height: 14px; +} + +.blog-one__title { + font-size: 20px; + line-height: 30px; + font-weight: 600; + margin-top: 12px; + padding-bottom: 27px; + margin-bottom: 9px; + border-bottom: 1px solid var(--treck-bdr-color); +} + +.blog-one__title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-one__title a:hover { + color: var(--treck-base); +} + +.blog-one__comment-and-arrow { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; +} + +.blog-one__comment { + position: relative; + display: block; +} + +.blog-one__comment p { + font-size: 14px; + font-weight: 500; + line-height: 14px; +} + +.blog-one__comment p span { + font-size: 14px; + color: var(--treck-base); + margin-right: 4px; +} + +.blog-one__arrow { + position: relative; + display: block; +} + +.blog-one__arrow a { + font-size: 25px; + color: var(--treck-black); + top: 4px; + position: relative; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-one__arrow a:hover { + color: var(--treck-base); +} + +/*-------------------------------------------------------------- +# Site Footer +--------------------------------------------------------------*/ +.site-footer { + position: relative; + display: block; + background-color: var(--treck-black); + z-index: 1; +} + +.site-footer__top { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + border-bottom: 1px solid rgba(var(--treck-white-rgb), .10); + overflow: hidden; + padding: 44px 0px 44px; + z-index: 1; +} + +.site-footer__map { + position: absolute; + top: 0; + left: 30px; + opacity: .40; + z-index: -1; +} + +.site-footer__map img { + width: auto; +} + +.site-footer__top-left { + position: relative; + display: block; +} + +.site-footer__visa-box { + position: relative; + display: flex; + align-items: center; +} + +.site-footer__visa-list { + position: relative; + display: flex; + align-items: center; +} + +.site-footer__visa-list li+li { + margin-left: 4px; +} + +.site-footer__visa-img { + position: relative; + display: block; + width: 30px; + border-radius: 50%; +} + +.site-footer__visa-img img { + width: 100%; + border-radius: 50%; +} + +.site-footer__visa-content { + margin-left: 20px; +} + +.site-footer__visa-text { + color: #68696c; + font-weight: 500; +} + +.site-footer__visa-text a { + position: relative; + display: inline-block; + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.site-footer__visa-text a:before { + content: ""; + position: absolute; + bottom: 4px; + left: 0; + right: 0; + height: 1px; + background-color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.site-footer__visa-text a:hover:before { + background-color: var(--treck-base); +} + +.site-footer__visa-text a:hover { + color: var(--treck-base); +} + +.site-footer__call { + position: relative; + display: flex; + align-items: center; +} + +.site-footer__call-icon { + position: relative; + display: flex; + align-items: center; +} + +.site-footer__call-icon img { + width: auto; +} + +.site-footer__call-content { + margin-left: 15px; +} + +.site-footer__call-sub-title { + font-size: 14px; + color: #68696c; + line-height: 14px; +} + +.site-footer__call-number { + font-size: 16px; + font-weight: 600; + line-height: 16px; + margin-top: 9px; +} + +.site-footer__call-number a { + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.site-footer__call-number a span { + font-size: 14px; + color: #68696c; +} + +.site-footer__call-number a:hover { + color: var(--treck-base); +} + +.site-footer__middle { + position: relative; + display: block; + padding-top: 85px; + padding-bottom: 79px; +} + +.footer-widget__title-box { + position: relative; + display: block; + margin-bottom: 24px; +} + +.footer-widget__title { + font-size: 18px; + color: var(--treck-white); + line-height: 28px; + font-weight: 600; +} + +.footer-widget__about { + position: relative; + display: block; + margin-right: 10px; +} + +.footer-widget__logo { + position: relative; + display: block; + margin-bottom: 20px; +} + +.footer-widget__about-text { + font-size: 15px; + color: #68696c; +} + +.site-footer__social { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + margin-top: 29px; +} + +.site-footer__social a { + position: relative; + height: 40px; + width: 40px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + text-align: center; + color: var(--treck-white); + background-color: transparent; + font-size: 15px; + border-radius: 50%; + border: 1px solid var(--treck-base); + overflow: hidden; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.site-footer__social a:hover { + color: var(--treck-base); + background-color: var(--treck-white); + border: 1px solid var(--treck-white); +} + +.site-footer__social a:after { + position: absolute; + content: ""; + top: 0; + left: 0; + right: 0; + height: 100%; + background-color: var(--treck-white); + -webkit-transition-delay: .1s; + transition-delay: .1s; + -webkit-transition-timing-function: ease-in-out; + transition-timing-function: ease-in-out; + -webkit-transition-duration: .4s; + transition-duration: .4s; + -webkit-transition-property: all; + transition-property: all; + opacity: 1; + -webkit-transform-origin: top; + transform-origin: top; + -webkit-transform-style: preserve-3d; + transform-style: preserve-3d; + -webkit-transform: scaleY(0); + transform: scaleY(0); + z-index: -1; +} + +.site-footer__social a:hover:after { + opacity: 1; + -webkit-transform: scaleY(1); + transform: scaleY(1); +} + +.site-footer__social a+a { + margin-left: 10px; +} + +.footer-widget__link { + position: relative; + display: block; + margin-right: -30px; +} + +.footer-widget__link-list { + position: relative; + display: block; +} + +.footer-widget__link-list li+li { + margin-top: 6px; +} + +.footer-widget__link-list li a { + position: relative; + color: #68696c; + font-size: 15px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.footer-widget__link-list li a:hover { + color: var(--treck-white); +} + +.footer-widget__visa { + position: relative; + display: block; + margin-left: 60px; +} + +.footer-widget__visa-list { + position: relative; + display: block; +} + +.footer-widget__visa-list li { + position: relative; + display: block; +} + +.footer-widget__visa-list li+li { + margin-top: 6px; +} + +.footer-widget__visa-list li a { + position: relative; + color: #68696c; + font-size: 15px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.footer-widget__visa-list li a:hover { + color: var(--treck-white); +} + +.footer-widget__gallery { + position: relative; + display: block; + margin-left: -9px; +} + +.footer-widget__gallery .footer-widget__title-box { + margin-bottom: 33px; +} + +.footer-widget__gallery-list { + position: relative; + display: flex; + align-items: center; + flex-wrap: wrap; + margin-right: -5px; + margin-left: -5px; +} + +.footer-widget__gallery-list li { + position: relative; + display: inline-block; + padding-left: 5px; + padding-right: 5px; + margin-bottom: 10px; +} + +.footer-widget__gallery-img { + position: relative; + display: block; + overflow: hidden; + width: 70px; + z-index: 1; +} + +.footer-widget__gallery-img:before { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + content: ""; + background-color: rgba(var(--treck-black-rgb), .30); + transition: all 700ms ease; + transform: translateY(-100%); + z-index: 1; +} + +.footer-widget__gallery-list li:hover .footer-widget__gallery-img:before { + transform: translateY(0%); +} + +.footer-widget__gallery-img img { + width: 100%; + transition-delay: .1s; + transition-timing-function: ease-in-out; + transition-duration: .7s; + transition-property: all; +} + +.footer-widget__gallery-list li:hover .footer-widget__gallery-img img { + transform: scale(1.1) rotate(2deg); +} + +.footer-widget__gallery-img a { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + display: flex; + align-items: center; + justify-content: center; + font-size: 17px; + color: var(--treck-white); + transform: translateY(100px); + opacity: 0; + transition: all 700ms ease; + z-index: 2; +} + +.footer-widget__gallery-list li:hover .footer-widget__gallery-img a { + transform: translateY(0px); + opacity: 1; + transition-delay: 0.3s; +} + +.footer-widget__gallery-list li .footer-widget__gallery-img a:hover { + color: var(--treck-base); +} + +.footer-widget__Contact { + position: relative; + display: block; +} + +.footer-widget__Contact-list { + position: relative; + display: block; + margin-top: -1px; +} + +.footer-widget__Contact-list li { + position: relative; + display: flex; +} + +.footer-widget__Contact-list li .icon { + font-size: 16px; + margin-right: 12px; +} + +.footer-widget__Contact-list li:nth-child(1) { + margin-bottom: 20px; +} + +.footer-widget__Contact-list li:nth-child(2) { + margin-bottom: 22px; +} + +.footer-widget__Contact-list li .icon span { + color: var(--treck-base); + font-size: 15px; +} + +.footer-widget__Contact-list li .text p { + font-size: 15px; + font-weight: 500; + color: #68696c; + line-height: 26px; +} + +.footer-widget__Contact-list li .text p a { + color: #68696c; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.footer-widget__Contact-list li .text p a:hover { + color: var(--treck-base); + transition: all 500ms ease; +} + +.site-footer__bottom { + position: relative; + display: block; + padding: 32px 0 34px; + background-color: #121315; +} + +.site-footer__bottom-inner { + position: relative; + display: block; + text-align: center; +} + +.site-footer__bottom-text { + color: #727478; + font-size: 15px; + font-weight: 500; +} + +.site-footer__bottom-text a { + color: #727478; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.site-footer__bottom-text a:hover { + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# About Two +--------------------------------------------------------------*/ +.about-two { + position: relative; + display: block; + padding: 120px 0 120px; + z-index: 1; +} + +.about-two__shape-2 { + position: absolute; + top: 113px; + left: 0; + opacity: .10; + z-index: -1; +} + +.about-two__shape-2 img { + width: auto; +} + +.about-two__left { + position: relative; + display: block; + margin-right: 50px; +} + +.about-two__img-box { + position: relative; + display: block; +} + +.about-two__img { + position: relative; + display: block; + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); + border-top-left-radius: 250px; + border-top-right-radius: 250px; + border-bottom-left-radius: 250px; +} + +.about-two__img::before { + content: ""; + position: absolute; + top: -8px; + left: -27px; + bottom: 0; + right: 30px; + border: 8px solid var(--treck-base); + border-top-right-radius: 250px; + border-top-left-radius: 250px; + border-bottom-right-radius: 250px; +} + +.about-two__img img { + width: 100%; + border-top-left-radius: 250px; + border-top-right-radius: 250px; + border-bottom-left-radius: 250px; +} + +.about-two__experience { + position: absolute; + bottom: 79px; + left: -148px; + border-bottom-left-radius: 45px; + background-color: rgb(255, 255, 255); + box-shadow: 14.982px 29.403px 87px 0px rgba(0, 0, 0, 0.07); +} + +.about-two__experience-inner { + position: relative; + display: block; + max-width: 247px; + padding: 22px 80px 23px; + padding-right: 20px; + width: 100%; + border-bottom-left-radius: 45px; + overflow: hidden; + z-index: 1; +} + +.about-two__experience h3 { + font-size: 45px; + font-weight: 600; + line-height: 45px; + color: var(--treck-base); +} + +.about-two__experience p { + font-size: 15px; + margin-top: -2px; +} + +.about-two__shape-1 { + position: absolute; + left: -85px; + bottom: -13px; +} + +.about-two__shape-1 img { + width: auto; + mix-blend-mode: darken; +} + +.about-two__right { + position: relative; + display: block; +} + +.about-two__right .section-title { + margin-bottom: 31px; +} + +.about-two__right .section-title__border-box { + margin-left: 0; +} + +.about-two__points { + position: relative; + display: flex; + align-items: center; + margin-top: 27px; + margin-bottom: 30px; +} + +.about-two__points li { + position: relative; + display: flex; + align-items: center; +} + +.about-two__points li+li { + margin-left: 48px; +} + +.about-two__points li .icon { + position: relative; + display: inline-block; +} + +.about-two__points li .icon span { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 44px; + height: 44px; + font-size: 22px; + color: var(--treck-base); + border-radius: 50%; + background-color: var(--treck-primary); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.about-two__points li .icon:hover span { + color: var(--treck-white); + background-color: var(--treck-base); +} + +.about-two__points li .text { + margin-left: 20px; +} + +.about-two__points li .text p { + font-size: 18px; + font-weight: 600; + line-height: 26px; + color: var(--treck-black); +} + +.about-two__progress { + position: relative; + display: block; +} + +.about-two__progress-title { + font-size: 16px; + font-weight: 600; + line-height: 28px; + color: var(--treck-black); + margin-bottom: 3px; +} + +.about-two__progress .bar { + position: relative; + width: 100%; + height: 17px; + border: 1px solid var(--treck-bdr-color); + background-color: rgb(255, 255, 255); + box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.15); +} + +.about-two__progress .bar-inner { + position: relative; + display: block; + width: 0px; + height: 9px; + background-image: -moz-linear-gradient(0deg, rgb(22, 23, 26) 0%, rgb(226, 9, 53) 100%); + background-image: -webkit-linear-gradient(0deg, rgb(22, 23, 26) 0%, rgb(226, 9, 53) 100%); + background-image: -ms-linear-gradient(0deg, rgb(22, 23, 26) 0%, rgb(226, 9, 53) 100%); + -webkit-transition: all 1500ms ease; + -ms-transition: all 1500ms ease; + -o-transition: all 1500ms ease; + -moz-transition: all 1500ms ease; + transition: all 1500ms ease; + top: 3px; + left: 3px; +} + +.about-two__progress .count-text { + position: absolute; + right: 0px; + bottom: 18px; + color: var(--treck-gray); + line-height: 24px; + font-size: 14px; + text-align: center; + font-weight: 400; + opacity: 0; + -webkit-transition: all 500ms ease; + -ms-transition: all 500ms ease; + -o-transition: all 500ms ease; + -moz-transition: all 500ms ease; + transition: all 500ms ease; +} + +.about-two__progress .bar-inner.counted .count-text { + opacity: 1; +} + +.about-two__progress .bar.marb-0 { + margin-bottom: 0; +} + +.about-two__btn-and-call-box { + position: relative; + display: flex; + align-items: center; + margin-top: 40px; +} + +.about-two__btn-box { + position: relative; + display: block; +} + +.about-two__call-box { + position: relative; + display: flex; + align-items: center; + margin-left: 20px; +} + +.about-two__call-icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 52px; + height: 52px; + border: 2px solid var(--treck-bdr-color); + border-radius: 50%; +} + +.about-two__call-icon span { + position: relative; + display: inline-block; + font-size: 16px; + color: var(--treck-black); +} + +.about-two__call-content { + position: relative; + display: block; + margin-left: 18px; +} + +.about-two__call-content p { + font-size: 14px; + line-height: 24px; +} + +.about-two__call-content h3 { + font-size: 16px; + font-weight: 600; + line-height: 24px; +} + +.about-two__call-content h3 a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.about-two__call-content h3 a:hover { + color: var(--treck-base); +} + +.about-two__call-content h3 span { + font-size: 14px; + color: var(--treck-gray); + font-weight: 400; +} + +/*-------------------------------------------------------------- +# countries Two +--------------------------------------------------------------*/ +.countries-two { + position: relative; + display: block; + padding-bottom: 100px; +} + +.countries-two__bottom { + position: relative; + display: block; +} + +.countries-two__carousel { + position: relative; + display: block; +} + +.countries-two__single { + position: relative; + display: block; + border: 1px solid var(--treck-bdr-color); + padding: 21px 30px 20px; + background-color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-two__single:hover { + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); +} + +.countries-two__name-and-img { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + padding-bottom: 23px; + border-bottom: 1px solid var(--treck-bdr-color); + margin-bottom: 16px; +} + +.countries-two__name-and-img:before { + content: ""; + position: absolute; + bottom: -7px; + left: 0; + border-top: 6px solid #e3dbd8; + border-left: 8px solid transparent; + border-right: 8px solid transparent; +} + +.countries-two__img { + position: relative; + display: block; + width: 51px; + border-radius: 50%; + box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); +} + +.countries-two__img img { + width: 100%; + border-radius: 50%; + border: 3px solid var(--treck-white); +} + +.countries-two__name { + position: relative; + display: block; +} + +.countries-two__name h3 { + font-size: 20px; + line-height: 30px; + font-weight: 600; +} + +.countries-two__name h3 a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-two__name h3 a:hover { + color: var(--treck-base); +} + +.countries-two__points { + position: relative; + display: block; +} + +.countries-two__points li { + position: relative; + display: flex; + align-items: center; +} + +.countries-two__points li .icon { + position: relative; + display: inline-block; + top: 2px; +} + +.countries-two__points li .icon span { + position: relative; + display: inline-block; + font-size: 18px; + color: #e3dbd8; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-two__points li:hover .icon span { + color: var(--treck-base); +} + +.countries-two__points li .text { + margin-left: 10px; +} + +.countries-two__points li .text p { + font-size: 14px; + font-weight: 500; + line-height: 24px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-two__points li:hover .text p { + color: var(--treck-black); +} + +.countries-two__carousel.owl-carousel .owl-stage-outer { + overflow: visible; +} + +.countries-two__carousel.owl-carousel .owl-item { + opacity: 0; + visibility: hidden; + transition: opacity 500ms ease, visibility 500ms ease; +} + +.countries-two__carousel.owl-carousel .owl-item.active { + opacity: 1; + visibility: visible; +} + +.countries-two__carousel.owl-theme .owl-nav { + position: relative; + display: block; + margin-top: 28px; +} + +.countries-two__carousel.owl-theme .owl-nav::before { + content: ""; + position: absolute; + left: 0; + bottom: 14px; + width: 530px; + height: 1px; + background-color: #dfd7d4; +} + +.countries-two__carousel.owl-theme .owl-nav::after { + content: ""; + position: absolute; + right: 0; + bottom: 14px; + width: 530px; + height: 1px; + background-color: #dfd7d4; +} + +.countries-two__carousel.owl-theme .owl-nav .owl-next { + height: 27px; + width: 26px; + line-height: 26px; + border-radius: 0; + color: var(--treck-black); + background-color: #f0ebe9; + font-size: 15px; + margin: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-two__carousel.owl-theme .owl-nav .owl-prev { + height: 27px; + width: 26px; + line-height: 26px; + border-radius: 0; + color: var(--treck-black); + background-color: #f0ebe9; + font-size: 15px; + margin: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-two__carousel.owl-theme .owl-nav .owl-next { + margin-left: 2.50px; +} + +.countries-two__carousel.owl-theme .owl-nav .owl-prev { + margin-right: 2.50px; +} + +.countries-two__carousel.owl-theme .owl-nav .owl-next span, +.countries-two__carousel.owl-theme .owl-nav .owl-prev span { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.countries-two__carousel.owl-theme .owl-nav .owl-next:hover, +.countries-two__carousel.owl-theme .owl-nav .owl-prev:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Excellence One +--------------------------------------------------------------*/ +.excellence-one { + position: relative; + display: block; +} + +.excellence-one__inner { + position: relative; + display: block; + background-color: var(--treck-base); + padding: 57px 80px 70px; + border-left: 6px solid var(--treck-black); + overflow: hidden; + z-index: 1; +} + +.excellence-one__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + opacity: .70; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + mix-blend-mode: luminosity; + z-index: -1; +} + +.excellence-one__inner::before { + content: ""; + position: absolute; + top: 70px; + left: 0; + border-top: 24px solid transparent; + border-left: 12px solid var(--treck-black); + border-bottom: 25px solid transparent; +} + +.excellence-one__shape-1 { + position: absolute; + bottom: -153px; + right: -3px; + z-index: 1; +} + +.excellence-one__shape-1 img { + width: auto; +} + +.excellence-one__shape-2 { + position: absolute; + top: -46px; + right: -162px; + z-index: -1; +} + +.excellence-one__shape-2 img { + width: auto; +} + +.excellence-one__title { + font-size: 50px; + font-weight: 600; + line-height: 60px; + color: var(--treck-white); + position: relative; + display: block; + z-index: 5; +} + +.excellence-one__btn-box { + position: relative; + display: block; + margin-top: 30px; +} + +.excellence-one__btn { + background-color: var(--treck-black); +} + +.excellence-one__btn:hover { + color: var(--treck-base); +} + +.excellence-one__btn::before { + background-color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# coaching Two +--------------------------------------------------------------*/ +.coaching-two { + position: relative; + display: block; + padding: 120px 0 90px; + background-color: var(--treck-primary); + z-index: 1; +} + +.coaching-two__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + opacity: .65; + mix-blend-mode: multiply; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + z-index: -1; +} + +.coaching-two__bg-2 { + position: absolute; + height: 297px; + left: 0; + right: 0; + bottom: 0; + opacity: .08; + mix-blend-mode: multiply; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + z-index: -1; +} + +.coaching-two .container { + max-width: 1500px; +} + +.coaching-two .section-title { + margin-bottom: 70px; +} + +.coaching-two .section-title__border-box:before { + background-color: var(--treck-primary); +} + +.coaching-two .section-title__border-box:after { + background-color: var(--treck-primary); +} + +.coaching-two__single { + position: relative; + display: flex; + align-items: center; + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); + padding-right: 30px; + padding-bottom: 20px; + margin-bottom: 30px; +} + +.coaching-two__img-box { + position: relative; + display: block; + margin-top: -20px; +} + +.coaching-two__img { + position: relative; + display: block; + width: 200px; + overflow: hidden; +} + +.coaching-two__img:before { + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; + content: ""; + background: rgba(var(--treck-black-rgb), .40); + transition: all 900ms ease; + -moz-transition: all 900ms ease; + -webkit-transition: all 900ms ease; + -ms-transition: all 900ms ease; + -o-transition: all 900ms ease; + transition: -webkit-transform 0.5s ease; + transition: transform 0.5s ease; + transition: transform 0.5s ease, -webkit-transform 0.5s ease; + -webkit-transform: scale(0, 1); + -ms-transform: scale(0, 1); + transform: scale(0, 1); + -webkit-transform-origin: right center; + -ms-transform-origin: right center; + transform-origin: right center; + background-position: center center; + z-index: 1; +} + +.coaching-two__single:hover .coaching-two__img:before { + -webkit-transform: scale(1, 1); + -ms-transform: scale(1, 1); + transform: scale(1, 1); + -webkit-transform-origin: left center; + -ms-transform-origin: left center; + transform-origin: left center; +} + + +.coaching-two__img img { + width: 100%; + -webkit-transform: scale(1); + transform: scale(1); + -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease; + transition: opacity 500ms ease, -webkit-transform 500ms ease; + transition: transform 500ms ease, opacity 500ms ease; + transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease; +} + +.coaching-two__single:hover .coaching-two__img img { + transform: scale(1.05); +} + +.coaching-two__content { + position: relative; + display: block; + margin-left: 30px; +} + +.coaching-two__title { + position: relative; + display: block; + font-size: 20px; + font-weight: 600; + line-height: 24px; + padding-bottom: 16px; + margin-bottom: 20px; + border-bottom: 1px solid var(--treck-bdr-color); +} + +.coaching-two__title::before { + content: ""; + position: absolute; + bottom: -7px; + left: 0; + border-top: 6px solid #e3dbd8; + border-left: 8px solid transparent; + border-right: 8px solid transparent; +} + +.coaching-two__title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.coaching-two__title a:hover { + color: var(--treck-base); +} + +.coaching-two__text { + font-size: 14px; + font-weight: 500; +} + +.coaching-two__arrow-box { + position: absolute; + bottom: 10px; + right: 10px; +} + +.coaching-two__arrow { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 50px; + height: 48px; + font-size: 25px; + color: var(--treck-black); + background-color: #f4efed; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.coaching-two__arrow:hover { + color: var(--treck-white); + background-color: var(--treck-base); +} + +/*-------------------------------------------------------------- +# FAQ One +--------------------------------------------------------------*/ +.faq-one { + position: relative; + display: block; + z-index: 1; +} + +.faq-one__shape-1 { + position: absolute; + top: 87px; + right: 0; + opacity: .10; +} + +.faq-one__shape-1 img { + width: auto; +} + +.faq-one__left { + position: relative; + display: block; + margin-right: 190px; + margin-left: -255px; +} + +.faq-one__inner { + position: relative; + display: block; + background-color: rgba(var(--treck-base-rgb), .90); + padding: 100px 100px 110px; + z-index: 1; +} + +.faq-one__bg { + position: absolute; + top: 0; + left: -120px; + right: -120px; + bottom: -120px; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; +} + +.faq-one__icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 123px; + height: 123px; + border-radius: 50%; + background-color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.faq-one__icon:hover { + background-color: var(--treck-white); +} + +.faq-one__icon span { + position: relative; + display: inline-block; + font-size: 64px; + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.faq-one__icon:hover span { + color: var(--treck-black); +} + +.faq-one__title { + font-size: 50px; + font-weight: 600; + line-height: 60px; + color: var(--treck-white); + margin-top: 24px; + margin-bottom: 42px; +} + +.faq-one__btn-box { + position: relative; + display: block; +} + +.faq-one__btn { + color: var(--treck-black); + background-color: var(--treck-white); +} + +.faq-one__right { + position: relative; + display: block; + padding-top: 120px; +} + +.faq-one__right .section-title__border-box { + margin-left: 0; +} + +.faq-one__faq-box { + position: relative; + display: block; + border: 1px solid var(--treck-bdr-color); +} + +.faq-one__faq-box .faq-one-accrodion .accrodion { + position: relative; + display: block; + padding: 21px 40px 26px; + border-bottom: 1px solid #e2dbd7; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.faq-one__faq-box .faq-one-accrodion .accrodion-title { + position: relative; + display: block; + cursor: pointer; + transition: all 200ms linear; + transition-delay: 0.1s; +} + +.faq-one__faq-box .faq-one-accrodion .accrodion-title h4 { + margin: 0; + font-size: 18px; + font-weight: 600; + line-height: 28px; + color: var(--treck-black); + position: relative; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.faq-one__faq-box .faq-one-accrodion .accrodion+.accrodion { + margin-top: 0px; +} + +.faq-one__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4 { + color: var(--treck-base); +} + +.faq-one__faq-box .faq-one-accrodion .accrodion-title h4::before { + content: "\f067"; + font-family: "Font Awesome 5 Free"; + font-weight: 700; + font-size: 14px; + color: var(--treck-base); + position: absolute; + top: 4px; + right: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.faq-one__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4::before { + content: "\f068"; + color: var(--treck-black); +} + +.faq-one__faq-box .faq-one-accrodion .accrodion-content { + position: relative; + padding-top: 24px; +} + +.faq-one__faq-box .faq-one-accrodion .accrodion-content p { + margin: 0; +} + +.faq-one__faq-box .faq-one-accrodion .accrodion:last-child { + border-bottom: 1px solid transparent; +} + +/*-------------------------------------------------------------- +# Services Two +--------------------------------------------------------------*/ +.services-two { + position: relative; + display: block; + padding: 120px 0 0; +} + +.services-two__wrap { + position: relative; + display: block; + max-width: 1370px; + width: 100%; + margin: 0 auto; + padding: 120px 0 120px; + background-color: var(--treck-primary); + overflow: hidden; + z-index: 1; +} + +.services-two__shape-1 { + position: absolute; + bottom: -50px; + left: 0; + right: -100px; + height: 200px; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + z-index: -1; +} + +.services-two__inner { + position: relative; + display: block; +} + +.services-two__carousel { + position: relative; + display: block; +} + +.services-two__single { + position: relative; + display: block; + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); +} + +.services-two__single-inner { + position: relative; + display: block; + overflow: hidden; + background-color: rgb(255, 255, 255); + z-index: 1; +} + +.services-two__content { + position: relative; + display: block; + padding: 32px 40px 44px; +} + +.services-two__title { + font-size: 20px; + font-weight: 600; + line-height: 30px; + margin-bottom: 2px; +} + +.services-two__title a { + color: var(--treck-black); +} + +.services-two__img-box { + position: relative; + display: block; +} + +.services-two__icon { + position: absolute; + top: -30px; + right: 20px; + background-color: var(--treck-base); + height: 90px; + width: 90px; + display: flex; + align-items: center; + justify-content: center; + z-index: 1; +} + +.services-two__icon:before { + content: ""; + position: absolute; + top: 0; + left: -20px; + border-bottom: 30px solid #d1062f; + border-left: 20px solid transparent; +} + +.services-two__icon span { + position: relative; + display: inline-block; + font-size: 63px; + color: var(--treck-white); +} + +.services-two__img { + position: relative; + display: block; +} + +.services-two__img img { + width: 100%; +} + +.services-two__hover-content-box { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-position: center top; + transition-delay: .1s; + transition-timing-function: ease-in-out; + transition-duration: .5s; + transition-property: all; + transform-origin: top; + transform-style: preserve-3d; + transform: scaleY(0); + z-index: 2; +} + +.services-two__single:hover .services-two__hover-content-box { + transform: scaleY(1.0); +} + +.services-two__hover-bg { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + z-index: -1; +} + +.services-two__hover-bg:before { + background-image: -moz-linear-gradient(90deg, rgb(22, 23, 26) 0%, rgba(22, 23, 26, 0) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(22, 23, 26) 0%, rgba(22, 23, 26, 0) 100%); + background-image: -ms-linear-gradient(90deg, rgb(22, 23, 26) 0%, rgba(22, 23, 26, 0) 100%); + position: absolute; + left: 0; + right: 0; + bottom: 0; + top: 0; + content: ""; +} + +.services-two__hover-content { + position: absolute; + bottom: 38px; + left: 40px; + z-index: 2; +} + +.services-two__hover-title { + font-size: 20px; + font-weight: 600; + line-height: 30px; + margin-bottom: 4px; +} + +.services-two__hover-title a { + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.services-two__hover-title a:hover { + color: var(--treck-base); +} + +.services-two__hover-text { + color: var(--treck-white); + line-height: 26px; +} + +.services-two__hover-icon { + position: absolute; + top: 20px; + right: 20px; + background-color: var(--treck-base); + height: 90px; + width: 90px; + display: flex; + align-items: center; + justify-content: center; + z-index: 1; +} + +.services-two__hover-icon span { + position: relative; + display: inline-block; + font-size: 63px; + color: var(--treck-white); + -webkit-transition: all 500ms linear; + transition: all 500ms linear; + -webkit-transition-delay: 0.1s; + transition-delay: 0.1s; +} + +.services-two__hover-icon:hover span { + transform: scale(.9); +} + +.services-two__carousel.owl-carousel .owl-stage-outer { + overflow: visible; +} + +.services-two__carousel.owl-carousel .owl-item { + opacity: 0; + visibility: hidden; + transition: opacity 500ms ease, visibility 500ms ease; +} + +.services-two__carousel.owl-carousel .owl-item.active { + opacity: 1; + visibility: visible; +} + +.services-two__carousel.owl-theme .owl-nav { + position: relative; + display: block; + margin-top: 28px; +} + +.services-two__carousel.owl-theme .owl-nav::before { + content: ""; + position: absolute; + left: 0; + bottom: 14px; + width: 530px; + height: 1px; + background-color: #e1d9d6; +} + +.services-two__carousel.owl-theme .owl-nav::after { + content: ""; + position: absolute; + right: 0; + bottom: 14px; + width: 530px; + height: 1px; + background-color: #e1d9d6; +} + +.services-two__carousel.owl-theme .owl-nav .owl-next { + height: 27px; + width: 26px; + line-height: 26px; + border-radius: 0; + color: var(--treck-black); + background-color: #ffffff; + font-size: 15px; + margin: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.services-two__carousel.owl-theme .owl-nav .owl-prev { + height: 27px; + width: 26px; + line-height: 26px; + border-radius: 0; + color: var(--treck-black); + background-color: #ffffff; + font-size: 15px; + margin: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.services-two__carousel.owl-theme .owl-nav .owl-next { + margin-left: 2.50px; +} + +.services-two__carousel.owl-theme .owl-nav .owl-prev { + margin-right: 2.50px; +} + +.services-two__carousel.owl-theme .owl-nav .owl-next span, +.services-two__carousel.owl-theme .owl-nav .owl-prev span { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.services-two__carousel.owl-theme .owl-nav .owl-next:hover, +.services-two__carousel.owl-theme .owl-nav .owl-prev:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Process One +--------------------------------------------------------------*/ +.process-one { + position: relative; + display: block; + counter-reset: count; + background-image: -moz-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%); + background-image: -webkit-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%); + background-image: -ms-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%); + padding: 120px 0 29px; + z-index: 1; +} + +.process-one__bg { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 485px; + opacity: .04; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + mix-blend-mode: luminosity; + z-index: -1; +} + +.process-one .section-title { + margin-bottom: 85px; +} + +.process-one__single { + position: relative; + display: flex; + align-items: center; + margin-bottom: 137px; +} + +.process-one__icon-box { + position: relative; + display: block; + max-width: 127px; + z-index: 1; +} + +.process-one__icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 127px; + width: 127px; + border-radius: 50%; + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09); + top: 5px; + overflow: hidden; + z-index: 1; +} + +.process-one__icon:before { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + content: ""; + background-color: var(--treck-base); + border-radius: 50%; + -webkit-transition-delay: .1s; + transition-delay: .1s; + -webkit-transition-timing-function: ease-in-out; + transition-timing-function: ease-in-out; + -webkit-transition-duration: .4s; + transition-duration: .4s; + -webkit-transition-property: all; + transition-property: all; + opacity: 1; + -webkit-transform-origin: top; + transform-origin: top; + -webkit-transform-style: preserve-3d; + transform-style: preserve-3d; + -webkit-transform: scaleY(0); + transform: scaleY(0); + z-index: -1; +} + +.process-one__single:hover .process-one__icon:before { + opacity: 1; + -webkit-transform: scaleY(1); + transform: scaleY(1); +} + +.process-one__icon span { + position: relative; + display: inline-block; + font-size: 56px; + color: var(--treck-base); + -webkit-transition: all 500ms linear; + transition: all 500ms linear; + -webkit-transition-delay: 0.1s; + transition-delay: 0.1s; +} + +.process-one__single:hover .process-one__icon span { + transform: scale(.9); + color: var(--treck-white); +} + +.process-one__shape-1 { + position: absolute; + left: 55px; + top: -51px; + z-index: -1; +} + +.process-one__shape-1 img { + width: auto; +} + +.process-one__shape-2 { + position: absolute; + left: 47px; + top: 62px; + z-index: -1; +} + +.process-one__shape-2 img { + width: auto; +} + +.process-one__shape-3 { + position: absolute; + right: -27px; + bottom: -13px; + z-index: -1; +} + +.process-one__shape-3 img { + width: auto; +} + +.process-one__content { + position: relative; + display: block; + margin-left: 30px; + z-index: 2; +} + +.process-one__title { + font-size: 22px; + font-weight: 600; + line-height: 27px; + margin-bottom: 16px; + margin-top: 6px; +} + +.process-one__title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.process-one__title a:hover { + color: var(--treck-base); +} + +.process-one__text { + font-size: 14px; + font-weight: 500; + line-height: 26px; +} + +.process-one__step { + position: relative; + display: inline-block; +} + +.process-one__step p { + font-size: 16px; + font-weight: 600; + color: var(--treck-base); +} + +.process-one__count { + position: absolute; + top: -3px; + left: 40px; +} + +.process-one__count:before { + position: absolute; + top: -7px; + left: 0; + right: 0; + font-size: 16px; + line-height: 50px; + font-weight: 600; + counter-increment: count; + content: "0"counter(count); + transition: all 200ms linear; + transition-delay: 0.1s; + color: var(--treck-base); + text-align: center; +} + +/*-------------------------------------------------------------- +# Testimonial Two +--------------------------------------------------------------*/ +.testimonial-two { + position: relative; + display: block; + padding: 120px 0 120px; + z-index: 1; +} + +.testimonial-two__top { + position: relative; + display: block; +} + +.testimonial-two__left { + position: relative; + display: block; +} + +.testimonial-two__left .section-title__border-box { + margin-left: 0; +} + +.testimonial-two__right { + position: relative; + display: block; +} + +.testimonial-two__right-text { + margin-top: 32px; +} + +.testimonial-two__single { + position: relative; + display: block; + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.testimonial-two__single:hover { + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15); +} + +.testimonial-two__inner { + position: relative; + display: block; + padding: 40px 40px 31px; + padding-left: 230px; + overflow: hidden; + z-index: 1; +} + +.testimonial-two__img { + position: absolute; + top: 58px; + left: 18px; + width: 154px; + z-index: 1; +} + +.testimonial-two__img>img { + width: 100%; + border-radius: 50%; + border: 2px solid var(--treck-white); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); +} + +.testimonial-two__shape-1 { + position: absolute; + top: -18px; + left: -18px; + right: -18px; + z-index: -1; +} + +.testimonial-two__shape-1>img { + width: auto !important; +} + +.testimonial-two__client-details-and-quote { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + padding-bottom: 22px; + border-bottom: 2px solid var(--treck-bdr-color); + margin-bottom: 31px; +} + +.testimonial-two__client-details-and-quote::before { + content: ""; + position: absolute; + left: 0; + bottom: -9px; + border-top: 7px solid var(--treck-bdr-color); + border-left: 10px solid transparent; + border-right: 10px solid transparent; +} + +.testimonial-two__client-details { + position: relative; + display: block; +} + +.testimonial-two__client-rate { + position: relative; + display: flex; + align-items: center; +} + +.testimonial-two__client-rate span { + position: relative; + display: inline-block; + font-size: 13px; + color: var(--treck-base); +} + +.testimonial-two__client-rate span+span { + margin-left: 4px; +} + +.testimonial-two__client-name { + font-size: 24px; + font-weight: 600; + line-height: 34px; + margin-top: 1px; + margin-bottom: 2px; +} + +.testimonial-two__client-name a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.testimonial-two__client-name a:hover { + color: var(--treck-base); +} + +.testimonial-two__quote { + position: relative; + display: inline-block; +} + +.testimonial-two__quote span { + position: relative; + display: inline-block; + font-size: 64px; + color: var(--treck-primary); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.testimonial-two__single:hover .testimonial-two__quote span { + color: var(--treck-base); +} + +.testimonial-two__carousel.owl-carousel .owl-stage-outer { + overflow: visible; +} + +.testimonial-two__carousel.owl-carousel .owl-item { + opacity: 0; + visibility: hidden; + transition: opacity 500ms ease, visibility 500ms ease; +} + +.testimonial-two__carousel.owl-carousel .owl-item.active { + opacity: 1; + visibility: visible; +} + +/*-------------------------------------------------------------- +# Awards One +--------------------------------------------------------------*/ +.awards-one { + position: relative; + display: block; + background-color: var(--treck-black); + padding: 120px 0 50px; + overflow: hidden; + z-index: 1; +} + +.awards-one__shape-2 { + position: absolute; + left: 0; + top: -125px; + opacity: .40; + mix-blend-mode: multiply; + z-index: -1; +} + +.awards-one__shape-2 img { + width: auto; +} + +.awards-one__shape-3 { + position: absolute; + left: 0; + bottom: 0; + z-index: -1; +} + +.awards-one__shape-3 img { + width: auto; +} + +.awards-one__shape-4 { + position: absolute; + left: 226px; + top: 0; + z-index: -1; +} + +.awards-one__shape-4 img { + width: auto; +} + +.awards-one__shape-5 { + position: absolute; + left: 0; + bottom: -84px; + z-index: -1; +} + +.awards-one__shape-5 img { + width: auto; +} + +.awards-one__shape-6 { + position: absolute; + right: 0; + top: -40px; + opacity: .10; + z-index: -1; +} + +.awards-one__shape-6 img { + width: auto; +} + +.awards-one__left { + position: relative; + display: block; +} + +.awards-one__left .section-title__border-box { + margin-left: 0; +} + +.awards-one__left .section-title { + margin-bottom: 32px; +} + +.awards-one__left .section-title__tagline { + color: #68696c; +} + +.awards-one__left .section-title__title { + color: var(--treck-white); +} + +.awards-one__left .section-title__border-box:before { + background-color: var(--treck-black); +} + +.awards-one__left .section-title__border-box:after { + background-color: var(--treck-black); +} + +.awards-one__text-and-points-box { + position: relative; + display: flex; + align-items: center; +} + +.awards-one__text { + position: relative; + max-width: 256px; + width: 100%; + color: #68696c; +} + +.awards-one__text span { + font-weight: 600; + color: var(--treck-base); +} + +.awards-one__points { + position: relative; + display: block; + margin-left: 37px; + top: 4px; +} + +.awards-one__points li { + position: relative; + display: flex; + align-items: center; +} + +.awards-one__points li .icon { + position: relative; + display: inline-block; + top: 2px; +} + +.awards-one__points li .icon span { + position: relative; + display: inline-block; + font-size: 20px; + color: var(--treck-base); +} + +.awards-one__points li .text { + margin-left: 10px; +} + +.awards-one__points li .text p { + color: var(--treck-white); +} + +.awards-one__right { + position: relative; + display: block; + margin-left: 80px; + z-index: 1; +} + +.awards-one__shape-7 { + position: absolute; + right: -30px; + top: -60px; + z-index: -1; +} + +.awards-one__shape-7 img { + width: auto; +} + +.awards-one__right .row { + --bs-gutter-x: 20px; +} + +.awards-one__single { + position: relative; + display: block; + background-color: #111214; + text-align: center; + padding: 28px 20px 58px; + margin-bottom: 70px; +} + +.awards-one__single::before { + content: ""; + position: absolute; + bottom: 0; + left: 0; + right: 0; + border-bottom: 20px solid var(--treck-black); + border-left: 75px solid transparent; + border-right: 75px solid transparent; +} + +.awards-one__year { + font-size: 12px; + font-weight: 500; + line-height: 14px; + letter-spacing: 0.1em; + text-transform: uppercase; + color: #68696c; +} + +.awards-one__img { + position: relative; + display: block; + margin-bottom: 16px; + margin-top: 17px; + margin-left: auto; + margin-right: auto; + width: 110px; +} + +.awards-one__img img { + width: 100%; +} + +.awards-one__title { + font-size: 16px; + font-weight: 600; + line-height: 19px; +} + +.awards-one__title a { + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.awards-one__title a:hover { + color: var(--treck-base); +} + +.awards-one__shape-1 { + position: absolute; + bottom: -40px; + left: 50%; + transform: translateX(-50%); +} + +.awards-one__shape-1 img { + width: auto; +} + +/*-------------------------------------------------------------- +# Blog Two +--------------------------------------------------------------*/ +.blog-two { + position: relative; + display: block; + padding: 120px 0 90px; + z-index: 1; +} + +.blog-two__single { + position: relative; + display: block; + margin-bottom: 30px; +} + +.blog-two__img-box { + position: relative; + display: block; +} + +.blog-two__img { + position: relative; + display: block; + overflow: hidden; +} + +.blog-two__img::before { + content: ""; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-image: -moz-linear-gradient(90deg, rgb(18, 19, 21) 0%, rgba(18, 19, 21, 0) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(18, 19, 21) 0%, rgba(18, 19, 21, 0) 100%); + background-image: -ms-linear-gradient(90deg, rgb(18, 19, 21) 0%, rgba(18, 19, 21, 0) 100%); + z-index: 1; +} + +.blog-two__img img { + width: 100%; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-two__single:hover .blog-two__img img { + transform: scale(1.05); +} + +.blog-two__date { + position: absolute; + top: 30px; + right: 30px; + background-color: var(--treck-base); + padding: 13px 15px 8px; + z-index: 2; +} + +.blog-two__date p { + font-size: 20px; + font-weight: 600; + line-height: 20px; + color: var(--treck-white); +} + +.blog-two__date p span { + font-size: 12px; + font-weight: 500; + line-height: 12px; + letter-spacing: 0.1em; + text-transform: uppercase; + position: relative; + top: -6px; +} + +.blog-two__content { + position: absolute; + bottom: 11px; + left: 40px; + right: 40px; + z-index: 2; +} + +.blog-two__tag { + position: relative; + display: inline-block; + background-color: rgba(var(--treck-white-rgb), .10); + padding: 4px 20px 6px; +} + +.blog-two__tag p { + font-size: 12px; + font-weight: 500; + line-height: 22px; + color: var(--treck-white); +} + +.blog-two__title { + font-size: 20px; + line-height: 30px; + font-weight: 600; + margin-top: 12px; + padding-bottom: 27px; + margin-bottom: 9px; + border-bottom: 1px solid rgba(var(--treck-white-rgb), .10); +} + +.blog-two__title a { + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-two__title a:hover { + color: var(--treck-base); +} + +.blog-two__comment-and-arrow { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; +} + +.blog-two__comment { + position: relative; + display: block; +} + +.blog-two__comment p { + font-size: 14px; + font-weight: 500; + line-height: 14px; + color: var(--treck-white); +} + +.blog-two__comment p span { + font-size: 14px; + color: var(--treck-base); + margin-right: 4px; +} + +.blog-two__arrow { + position: relative; + display: block; +} + +.blog-two__arrow a { + font-size: 25px; + color: var(--treck-white); + top: 4px; + position: relative; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-two__arrow a:hover { + color: var(--treck-base); +} + +.blog-two__single-two { + position: relative; + display: block; + margin-bottom: 30px; +} + +.blog-two__single-list { + position: relative; + display: block; +} + +.blog-two__single-list li { + position: relative; + display: block; +} + +.blog-two__single-list li+li { + margin-top: 30px; +} + +.blog-two__content-two { + position: relative; + display: block; + padding: 30px 40px 11px; + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.09); +} + +.blog-two__tag-and-user-two { + position: relative; + display: flex; + align-items: center; +} + +.blog-two__tag-two { + position: relative; + display: block; + background-color: var(--treck-primary); + padding: 4px 20px 6px; +} + +.blog-two__tag-two p { + font-size: 12px; + font-weight: 500; + line-height: 22px; +} + +.blog-two__user-two { + position: relative; + display: flex; + align-items: center; + margin-left: 10px; +} + +.blog-two__user-two .img { + position: relative; + display: block; + width: 29px; +} + +.blog-two__user-two .img img { + width: 100%; + border-radius: 50%; +} + +.blog-two__user-two .text { + margin-left: 10px; +} + +.blog-two__user-two .text p { + font-size: 14px; + font-weight: 500; + line-height: 14px; +} + +.blog-two__title-two { + font-size: 20px; + line-height: 30px; + font-weight: 600; + margin-top: 12px; + padding-bottom: 27px; + margin-bottom: 9px; + border-bottom: 1px solid var(--treck-bdr-color); +} + +.blog-two__title-two a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-two__title-two a:hover { + color: var(--treck-base); +} + +.blog-two__comment-and-arrow-two { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; +} + +.blog-two__comment-two { + position: relative; + display: block; +} + +.blog-two__comment-two p { + font-size: 14px; + font-weight: 500; + line-height: 14px; +} + +.blog-two__comment-two p span { + font-size: 14px; + color: var(--treck-base); + margin-right: 4px; +} + +.blog-two__arrow-two { + position: relative; + display: block; +} + +.blog-two__arrow-two a { + font-size: 25px; + color: var(--treck-black); + top: 4px; + position: relative; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-two__arrow-two a:hover { + color: var(--treck-base); +} + +/*-------------------------------------------------------------- +# Contact Two +--------------------------------------------------------------*/ +.contact-two { + position: relative; + display: block; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 60%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 60%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 60%, rgb(242, 237, 235) 100%); + overflow: hidden; + padding: 120px 0 60px; + z-index: 1; +} + +.contact-two__bg { + position: absolute; + left: 0; + right: 0; + top: 0; + height: 708px; + opacity: .05; + mix-blend-mode: luminosity; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; +} + +.contact-two .section-title__border-box:before { + background-color: #f8f5f4; +} + +.contact-two .section-title__border-box:after { + background-color: #f8f5f4; +} + +.contact-two__inner { + position: relative; + display: block; + padding: 20px 20px 20px; + background-color: rgb(226, 9, 53); + box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05); +} + +.contact-two__left { + position: relative; + display: block; +} + +.contact-two__form-box { + position: relative; + display: block; + padding: 60px 60px 60px; + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); +} + +.contact-two__form .row { + --bs-gutter-x: 10px; +} + +.contact-two__form-input-box { + position: relative; + display: block; + margin-bottom: 10px; +} + +.contact-two__form-input-box input[type="text"], +.contact-two__form-input-box input[type="email"] { + height: 52px; + width: 100%; + border: none; + background-color: var(--treck-primary); + padding-left: 30px; + padding-right: 30px; + outline: none; + font-size: 14px; + color: var(--treck-gray); + display: block; + font-weight: 500; +} + +.contact-two__form-input-box textarea { + font-size: 14px; + color: var(--treck-gray); + height: 122px; + width: 100%; + background-color: var(--treck-primary); + padding: 15px 30px 30px; + border: none; + outline: none; + margin-bottom: 0px; + font-weight: 500; +} + +.contact-two__form-input-box.text-message-box { + height: 122px; +} + +.contact-two__form-btn { + border: none; + font-size: 14px; + font-weight: 600; + background-color: var(--treck-black); + padding: 12px 50px 10px; +} + +.contact-two__form-btn:before { + background-color: var(--treck-base); +} + +.contact-two__form-input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { + position: relative; + display: block; + max-width: 100%; + width: 100% !important; +} + +.contact-two__form-input-box .bootstrap-select>.dropdown-toggle::after { + display: none; +} + +.contact-two__form-input-box .bootstrap-select>.dropdown-toggle { + position: relative; + background-color: var(--treck-primary) !important; + border-radius: 0; + color: var(--treck-gray) !important; + font-size: 14px; + font-weight: 500; + height: 52px; + line-height: 52px; + padding-left: 30px; + padding-right: 30px; + padding-top: 0; + padding-bottom: 0; + width: 100%; + outline: none !important; + border: 0; + box-shadow: none !important; + background-repeat: no-repeat; + background-size: 14px 12px; + background-position: right 25.75px center; +} + +.contact-two__form-input-box .bootstrap-select>.dropdown-toggle:before { + position: absolute; + top: 0; + bottom: 0; + right: 25px; + font-family: "Font Awesome 5 Free"; + content: "\f107"; + font-weight: 900; + font-size: 15px; + color: var(--treck-gray); +} + +.contact-two__right { + position: relative; + display: block; + margin-left: -10px; +} + +.contact-two__address-box { + position: relative; + display: block; + background-color: var(--treck-base); +} + +.contact-two__address-top { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + background-color: var(--treck-black); + padding-left: 40px; + padding-right: 30px; + padding-top: 19px; + padding-bottom: 19px; + z-index: 2; +} + +.contact-two__address-top:before { + content: ""; + position: absolute; + bottom: -10px; + left: 40px; + border-top: 10px solid var(--treck-black); + border-left: 10px solid transparent; + border-right: 10px solid transparent; + z-index: 2; +} + +.contact-two__address-top-title { + position: relative; + display: block; +} + +.contact-two__address-top-title h3 { + font-size: 20px; + font-weight: 600; + line-height: 30px; + color: var(--treck-white); +} + +.contact-two__address-top-icon { + position: relative; + display: flex; + align-items: center; +} + +.contact-two__address-top-icon span { + position: relative; + display: inline-block; + font-size: 65px; + color: var(--treck-base); +} + +.contact-two__address-faq { + position: relative; + display: block; + margin-top: 10px; +} + +.contact-two__address-faq .faq-one-accrodion .accrodion { + position: relative; + display: block; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + border-bottom: 1px solid rgba(var(--treck-white-rgb), .20) +} + +.contact-two__address-faq .faq-one-accrodion .accrodion.last-child { + border-bottom: 0; +} + +.contact-two__address-faq .faq-one-accrodion .accrodion-title { + position: relative; + display: block; + cursor: pointer; + padding: 13px 40px 13px; + transition: all 200ms linear; + transition-delay: 0.1s; +} + +.contact-two__address-faq .faq-one-accrodion .accrodion-title h4 { + margin: 0; + font-size: 16px; + font-weight: 600; + line-height: 26px; + color: var(--treck-white); + position: relative; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.contact-two__address-faq .faq-one-accrodion .accrodion.active .accrodion-title h4 { + color: var(--treck-white); +} + +.contact-two__address-faq .faq-one-accrodion .accrodion-title h4::before { + content: "\e907"; + font-family: 'icomoon' !important; + font-weight: 900; + font-size: 11px; + color: var(--treck-black); + position: absolute; + top: 50%; + right: -5px; + height: 20px; + width: 20px; + border-radius: 50%; + text-align: center; + display: flex; + justify-content: center; + align-items: center; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.contact-two__address-faq .faq-one-accrodion .accrodion.active .accrodion-title h4::before { + content: "\e905"; + color: var(--treck-white); + height: 20px; + width: 20px; + border-radius: 50%; + text-align: center; + display: flex; + justify-content: center; + align-items: center; +} + +.contact-two__address-faq .faq-one-accrodion .accrodion-content { + position: relative; + padding: 0px 40px 23px; + margin-top: -8px; +} + +.contact-two__address-list { + position: relative; + display: block; +} + +.contact-two__address-list li { + position: relative; + display: flex; +} + +.contact-two__address-list li:nth-child(1) { + margin-bottom: 13px; +} + +.contact-two__address-list li:nth-child(2) { + margin-bottom: 7px; +} + +.contact-two__address-list li .icon { + position: relative; + display: inline-block; +} + +.contact-two__address-list li .icon i { + position: relative; + display: inline-block; + font-size: 15px; + color: var(--treck-white); +} + +.contact-two__address-list li .text { + margin-left: 20px; +} + +.contact-two__address-list li .text p { + font-size: 15px; + font-weight: 500; + line-height: 26px; + color: #fcc9d3; +} + +.contact-two__address-list li .text p a { + color: #fcc9d3; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.contact-two__address-list li .text p a:hover { + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Brand Two +--------------------------------------------------------------*/ +.brand-two { + position: relative; + display: block; + padding: 66px 0 60px; + z-index: 1; +} + +.brand-two__title { + color: var(--treck-gray); + font-size: 12px; + font-weight: 500; + position: absolute; + top: 0; + right: 0; + left: 0; + max-width: 1170px; + width: 100%; + text-align: center; + margin: 0 auto; + margin-top: -2px; + text-transform: uppercase; + letter-spacing: 0.1em; +} + +.brand-two__title:before { + position: absolute; + top: 7px; + left: 0; + content: ""; + height: 1px; + background-color: #e5dddb; + max-width: 464px; + width: 100%; + transform: translateY(-50%); +} + +.brand-two__title:after { + position: absolute; + top: 7px; + right: 0; + content: ""; + height: 1px; + background-color: #e5dddb; + max-width: 464px; + width: 100%; + transform: translateY(-50%); +} + +.brand-two .swiper-slide { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.brand-two .swiper-slide img { + -webkit-transition: 500ms; + transition: 500ms; + opacity: 0.25; + max-width: 100%; +} + +.brand-two .swiper-slide img:hover { + opacity: 0.60; +} + +/*-------------------------------------------------------------- +# Gallery Three +--------------------------------------------------------------*/ +.gallery-one { + position: relative; + display: block; + padding-bottom: 60px; + z-index: 1; +} + +.gallery-one .container { + max-width: 1620px; +} + +.gallery-one__single { + position: relative; + display: block; +} + +.gallery-one__img { + position: relative; + display: block; + overflow: hidden; + z-index: 1; +} + +.gallery-one__img:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: rgba(var(--treck-base-rgb), .90); + visibility: hidden; + -webkit-transform-origin: bottom center; + transform-origin: bottom center; + -webkit-transform: scaleY(0) translateZ(100px); + transform: scaleY(0) translateZ(100px); + -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease; + transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease; + transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease; + transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease; + z-index: 1; +} + +.gallery-one__single:hover .gallery-one__img:before { + visibility: visible; + -webkit-transform: scaleY(1) translateZ(0px); + transform: scaleY(1) translateZ(0px); +} + +.gallery-one__img img { + width: 100%; + transform: scale(1); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.gallery-one__single:hover .gallery-one__img img { + transform: scale(1.05); +} + +.gallery-one__icon { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + display: flex; + align-items: center; + justify-content: center; + z-index: 2; +} + +.gallery-one__icon a { + font-size: 20px; + color: var(--treck-white); + position: relative; + display: flex; + align-items: center; + justify-content: center; + transform: scale(0); + transition: all 500ms ease; +} + +.gallery-one__single:hover .gallery-one__icon a { + transform: scale(1); + transition-delay: 300ms; +} + +/*-------------------------------------------------------------- +# Feature Two +--------------------------------------------------------------*/ +.feature-two { + position: relative; + display: block; + z-index: 1; +} + +.feature-two__shape-3 { + position: absolute; + top: -45px; + right: 0; + opacity: .80; + z-index: -1; +} + +.feature-two__shape-3 img { + width: auto; +} + +.feature-two__wrap { + position: relative; + display: block; + max-width: 1290px; + width: 100%; + margin: 0 auto; + padding: 60px 0px 30px; + background-image: -moz-linear-gradient(90deg, rgb(242, 237, 235) 25%, rgb(255, 255, 255) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(242, 237, 235) 25%, rgb(255, 255, 255) 100%); + background-image: -ms-linear-gradient(90deg, rgb(242, 237, 235) 25%, rgb(255, 255, 255) 100%); +} + +.feature-two__single { + position: relative; + display: block; + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.07); + margin-bottom: 30px; +} + +.feature-two__single-inner { + position: relative; + display: block; + overflow: hidden; + padding-top: 38px; + padding-bottom: 49px; + padding-left: 138px; + z-index: 1; +} + +.feature-two__shape-1 { + position: absolute; + left: -78px; + top: -10px; + border-radius: 50%; + background-color: rgb(242, 237, 235); + width: 191px; + height: 192px; + z-index: 1; +} + +.feature-two__shape-2 { + position: absolute; + left: -7px; + top: 0; + border-radius: 50%; + background-image: -moz-linear-gradient(0deg, rgb(242, 237, 235) 25%, rgb(255, 255, 255) 100%); + background-image: -webkit-linear-gradient(0deg, rgb(242, 237, 235) 25%, rgb(255, 255, 255) 100%); + background-image: -ms-linear-gradient(0deg, rgb(242, 237, 235) 25%, rgb(255, 255, 255) 100%); + width: 191px; + height: 192px; + z-index: 1; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.feature-two__shape-2:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: var(--treck-base); + border-radius: 50%; + opacity: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: -1; +} + +.feature-two__single:hover .feature-two__shape-2:before { + opacity: 1; +} + +.feature-two__icon { + position: absolute; + top: 51%; + right: 22px; + transform: translateY(-50%); +} + +.feature-two__icon span { + position: relative; + display: inline-block; + font-size: 65px; + color: var(--treck-base); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.feature-two__single:hover .feature-two__icon span { + color: var(--treck-white); +} + +.feature-two__content-box { + position: relative; + display: block; +} + +.feature-two__sub-title { + font-size: 12px; + font-weight: 500; + text-transform: uppercase; + letter-spacing: 0.1em; +} + +.feature-two__title { + font-size: 20px; + font-weight: 600; + line-height: 25px; + margin-top: 3px; +} + +.feature-two__title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.feature-two__title a:hover { + color: var(--treck-base); +} + +/*-------------------------------------------------------------- +# About Three +--------------------------------------------------------------*/ +.about-three { + position: relative; + display: block; + padding: 120px 0 120px; + z-index: 2; +} + +.about-thre__shape-1 { + position: absolute; + bottom: 90px; + left: 0; + z-index: -1; +} + +.about-thre__shape-1 img { + width: auto; +} + +.about-three__left { + position: relative; + display: block; + margin-left: 170px; + margin-right: 10px; +} + +.about-three__img-box { + position: relative; + display: block; +} + +.about-three__img { + position: relative; + display: block; +} + +.about-three__img img { + width: 100%; +} + +.about-three__img-two { + position: absolute; + top: 39px; + left: -175px; + z-index: -1; +} + +.about-three__img-three { + position: absolute; + bottom: -95px; + left: -75px; +} + +.about-three__right { + position: relative; + display: block; + margin-left: 30px; + margin-top: -2px; +} + +.about-three__top { + position: relative; + display: flex; + align-items: center; +} + +.about-three__icon { + position: relative; + display: flex; + align-items: center; +} + +.about-three__icon span { + position: relative; + display: inline-block; + font-size: 63px; + color: var(--treck-black); +} + +.about-three__content { + margin-left: 17px; +} + +.about-three__content h4 { + font-size: 24px; + color: var(--treck-base); + font-weight: 500; + line-height: 30px; +} + +.about-three__text-1 { + padding-top: 34px; + padding-bottom: 30px; +} + +.about-three__points { + position: relative; + display: block; + margin-top: 32px; + margin-bottom: 41px; +} + +.about-three__points li { + position: relative; + display: flex; + align-items: center; +} + +.about-three__points li .icon { + position: relative; + display: flex; + align-items: center; +} + +.about-three__points li .icon span { + font-size: 21px; + color: var(--treck-base); +} + +.about-three__points li .text { + margin-left: 6px; +} + +.about-three__points li .text p { + font-size: 16px; + color: var(--treck-black); + font-weight: 600; +} + +/*-------------------------------------------------------------- +# Services Three +--------------------------------------------------------------*/ +.services-three { + position: relative; + display: block; + background-color: var(--treck-primary); + padding: 120px 0 77px; + z-index: 1; +} + +.services-three__bg-one { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 485px; + background-repeat: no-repeat; + background-size: cover; + background-position: bottom center; + mix-blend-mode: luminosity; + opacity: 0.05; + z-index: 1; +} + +.services-three__bg-two { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + mix-blend-mode: multiply; + opacity: 0.35; + z-index: -1; +} + +.services-three__top { + position: relative; + display: block; + margin-bottom: 50px; +} + +.services-three__top-left { + position: relative; + display: block; +} + +.services-three__top-left .section-title { + margin-bottom: 0; +} + +.services-three__top-left .section-title__border-box { + margin-left: 0; +} + +.services-three__top-right { + position: relative; + display: block; + margin-top: 34px; +} + +.services-three__bottom { + position: relative; + display: block; +} + +.services-three__single { + position: relative; + display: block; + margin-bottom: 43px; +} + +.services-three__img-box { + position: relative; + display: block; + height: 191px; + width: 191px; + border-radius: 50%; + margin: 0 auto; + z-index: 2; +} + +.services-three__icon { + position: absolute; + bottom: 0; + right: 0; + height: 63px; + width: 63px; + background-color: var(--treck-base); + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 2; +} + +.services-three__icon span { + position: relative; + display: inline-block; + font-size: 32px; + color: var(--treck-white); +} + +.services-three__single:hover .services-three__icon { + opacity: 0; +} + +.services-three__img { + position: relative; + display: block; + overflow: hidden; + height: 191px; + width: 191px; + border-radius: 50%; + z-index: 1; +} + +.services-three__img:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: rgba(var(--treck-base-rgb), .80); + border-radius: 50%; + transform: scale(0.5); + opacity: 0; + -webkit-transition: all 0.4s linear; + -o-transition: all 0.4s linear; + transition: all 0.4s linear; + z-index: 1; +} + +.services-three__single:hover .services-three__img:before { + transform: scale(1.0); + opacity: 1; +} + +.services-three__icon-two { + position: absolute; + top: 50%; + left: 50%; + height: 63px; + width: 63px; + background-color: var(--treck-white); + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + transform: translateX(-50%) translateY(-50%) scale(0); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 2; +} + +.services-three__single:hover .services-three__icon-two { + transform: translateX(-50%) translateY(-50%) scale(1); + transition-delay: 500ms; +} + +.services-three__icon-two span { + position: relative; + display: inline-block; + font-size: 32px; + color: var(--treck-black); +} + +.services-three__img img { + width: 100%; + border: 6px solid var(--treck-white); + border-radius: 50%; +} + +.services-three__content { + position: relative; + display: block; + background-color: var(--treck-white); + border: 1px solid var(--treck-bdr-color); + text-align: center; + padding: 116px 38px 28px; + margin-top: -90px; + z-index: 1; +} + +.services-three__content:before { + content: ""; + position: absolute; + top: -1px; + bottom: -13px; + left: -1px; + right: -1px; + border: 1px solid var(--treck-bdr-color); + background-color: var(--treck-white); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); + opacity: 0; + visibility: hidden; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: -1; +} + +.services-three__single:hover .services-three__content:before { + opacity: 1; + visibility: visible; +} + +.services-three__title-box { + position: relative; + display: block; + border-bottom: 1px solid var(--treck-bdr-color); + padding-bottom: 13px; + margin-bottom: 21px; +} + +.services-three__title-box:before { + content: ""; + position: absolute; + bottom: -6px; + left: 50%; + transform: translateX(-50%); + border-top: 6px solid var(--treck-bdr-color); + border-left: 8px solid transparent; + border-right: 8px solid transparent; +} + +.services-three__title { + font-size: 20px; + font-weight: 600; + line-height: 30px; +} + +.services-three__title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.services-three__title a:hover { + color: var(--treck-base); +} + +.services-three__text { + font-size: 15px; + font-weight: 500; +} + +.services-three__arrow { + position: relative; + display: block; +} + +.services-three__arrow a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 30px; + width: 30px; + background-color: transparent; + border-radius: 50%; + color: var(--treck-black); + font-size: 14px; + margin: 11px auto 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.services-three__single:hover .services-three__arrow a { + background-color: var(--treck-base); + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Countries Three +--------------------------------------------------------------*/ +.countries-three { + position: relative; + display: block; + padding: 120px 0px 0px; + overflow: hidden; + z-index: 1; +} + +.countries-three__shape-1 { + position: absolute; + top: -43px; + left: 0; + opacity: .80; + z-index: -1; +} + +.countries-three__shape-1 img { + width: auto; +} + +.countries-three__shape-2 { + position: absolute; + bottom: 60px; + right: 362px; + z-index: -1; +} + +.countries-three__shape-2 img { + width: auto; +} + +.countries-three .section-title { + margin-bottom: 83px; +} + +.countries-three__top { + position: relative; + display: block; + margin-bottom: 42px; +} + +.countries-three__main-tab-box { + position: relative; + display: block; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + max-width: 710px; + width: 100%; + margin: 0 auto; + padding: 130px 0 18px; + border-top-left-radius: 358px; + border-top-right-radius: 358px; + z-index: 1; +} + +.countries-three__main-tab-box .tab-buttons { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + z-index: 30; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn { + position: absolute; + z-index: 2; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(1) { + left: -25px; + bottom: 39px; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(2) { + bottom: 153px; + left: 17px; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(3) { + top: 25px; + left: 135px; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(4) { + top: -32px; + left: 50%; + transform: translateX(-50%); +} + +.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(5) { + right: 134px; + top: 24px; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(6) { + bottom: 154px; + right: 23px; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(7) { + right: -23px; + bottom: 39px; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn .img-box { + position: relative; + display: block; + height: 66px; + width: 66px; + border-radius: 50%; + border: 1px solid var(--treck-bdr-color); + padding: 6px; + cursor: pointer; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn .img-box img { + width: 100%; + border-radius: 50%; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn.active-btn .img-box { + border: 1px solid var(--treck-base); +} + +.countries-three__main-tab-box .tabs-content { + position: relative; + display: block; + max-width: 315px; + margin: 0 auto; + z-index: 100; +} + +.countries-three__main-tab-box .tabs-content .tab { + position: relative; + display: none; + -webkit-transform: translateY(35px); + -ms-transform: translateY(35px); + transform: translateY(35px); + -webkit-transition: all 600ms ease; + -moz-transition: all 600ms ease; + -ms-transition: all 600ms ease; + -o-transition: all 600ms ease; + transition: all 600ms ease; + z-index: 10; +} + +.countries-three__main-tab-box .tabs-content .tab.active-tab { + display: block; + margin-top: 0px; + -webkit-transform: translateY(0px); + -ms-transform: translateY(0px); + transform: translateY(0px); +} + +.countries-three__main-content-box { + position: relative; + display: block; + text-align: center; +} + +.countries-three__title-box { + position: relative; + display: inline-block; +} + +.countries-three__title-box:before { + content: ""; + position: absolute; + bottom: -24px; + left: -35px; + right: -35px; + height: 1px; + background-color: var(--treck-bdr-color); +} + +.countries-three__title-box:after { + content: ""; + position: absolute; + bottom: -30px; + left: 50%; + transform: translateX(-50%); + border-top: 6px solid var(--treck-bdr-color); + border-left: 8px solid transparent; + border-right: 8px solid transparent; +} + +.countries-three__title { + font-size: 24px; + font-weight: 600; + color: var(--treck-black); + line-height: 34px; +} + +.countries-three__text { + padding-top: 43px; + padding-bottom: 21px; +} + +.countries-three__arrow { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.countries-three__arrow a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 50px; + width: 50px; + font-size: 26px; + color: var(--treck-black); + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-three__arrow a:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + +.countries-three__bottom { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + background-color: var(--treck-base); + padding-left: 110px; + padding-right: 30px; + padding-top: 30px; + padding-bottom: 30px; + z-index: 1; +} + +.countries-three__bottom-shape { + position: absolute; + top: 0; + left: 0; + bottom: 0; + opacity: .20; + z-index: -1; +} + +.countries-three__bottom-shape img { + width: auto; +} + +.countries-three__bottom-content { + position: relative; + display: block; +} + +.countries-three__bottom-text { + font-size: 18px; + color: #fcc9d3; + line-height: 24px; +} + +.countries-three__bottom-text a { + font-weight: 600; + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-three__bottom-text a:hover { + color: var(--treck-black); +} + +.countries-three__btn-box { + position: relative; + display: block; +} + +.countries-three__btn { + padding: 4px 30px 4px; + font-size: 12px; + background-color: var(--treck-black); +} + +.countries-three__btn:hover { + color: var(--treck-base); +} + +.countries-three__btn:before { + background-color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Benefits One +--------------------------------------------------------------*/ +.benefits-one { + position: relative; + display: block; + padding: 120px 0 120px; + z-index: 1; +} + +.benefits-one__shape-1 { + position: absolute; + top: 0; + right: 0; + opacity: .10; + z-index: -1; +} + +.benefits-one__shape-1 img { + width: auto; +} + +.benefits-one__left { + position: relative; + display: block; + margin-left: -60px; + margin-right: 330px; +} + +.benefits-one__img-box { + position: relative; + display: block; +} + +.benefits-one__img-one { + position: relative; + display: block; +} + +.benefits-one__img-one img { + width: 100%; +} + +.benefits-one__img-two { + position: absolute; + top: 120px; + right: -330px; +} + +.benefits-one__img-two img { + width: auto; +} + +.benefits-one__solution { + position: absolute; + bottom: -80px; + right: -70px; + background-color: var(--treck-base); + padding: 30px 30px 30px; + z-index: 1; +} + +.benefits-one__solution-icon { + position: relative; + display: block; + margin-bottom: 3px; +} + +.benefits-one__solution-icon span { + position: relative; + display: inline-block; + font-size: 33px; + color: var(--treck-white); +} + +.benefits-one__solution-title { + font-size: 20px; + color: var(--treck-white); + font-weight: 600; + line-height: 25px; +} + +.benefits-one__right { + position: relative; + display: block; + margin-left: 70px; +} + +.benefits-one__right .section-title { + margin-bottom: 31px; +} + +.benefits-one__right .section-title__border-box { + margin-left: 0; +} + +.benefits-one__points { + position: relative; + display: block; + margin-top: 41px; +} + +.benefits-one__points li { + position: relative; + display: flex; + align-items: center; + border: 1px solid var(--treck-bdr-color); + padding: 23.5px 30px 23.5px; +} + +.benefits-one__points li+li { + margin-top: 10px; +} + +.benefits-one__points li .icon { + position: relative; + display: flex; + align-items: center; +} + +.benefits-one__points li .icon span { + position: relative; + display: inline-block; + font-size: 65px; + color: var(--treck-base); + -webkit-transition: all 500ms linear; + transition: all 500ms linear; + -webkit-transition-delay: 0.1s; + transition-delay: 0.1s; +} + +.benefits-one__points li:hover .icon span { + transform: scale(.9); +} + +.benefits-one__points li .content { + position: relative; + display: block; + margin-left: 30px; + padding-left: 30px; +} + +.benefits-one__points li .content:before { + content: ""; + position: absolute; + top: -10px; + bottom: -9px; + left: 0; + width: 1px; + background-color: var(--treck-bdr-color); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.benefits-one__points li:hover .content:before { + background-color: var(--treck-base); +} + +.benefits-one__points li .content:after { + content: ""; + position: absolute; + top: 50%; + left: 0; + border-left: 6px solid var(--treck-bdr-color); + border-top: 8px solid transparent; + border-bottom: 8px solid transparent; + transform: translateY(-50%); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.benefits-one__points li:hover .content:after { + border-left: 6px solid var(--treck-base); +} + +.benefits-one__points li .content h4 { + font-size: 20px; + font-weight: 600; +} + +/*-------------------------------------------------------------- +# Coaching Three +--------------------------------------------------------------*/ +.coaching-three { + position: relative; + display: block; + background-color: var(--treck-black); + padding: 120px 0 119px; + z-index: 1; +} + +.coaching-three__bg { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + mix-blend-mode: luminosity; + opacity: 0.08; + z-index: -1; +} + +.coaching-three .section-title__border-box:before { + background-color: #232427; +} + +.coaching-three .section-title__border-box:after { + background-color: #232427; +} + +.coaching-three .section-title__title { + color: var(--treck-white); +} + +.coaching-three__carousel { + position: relative; + display: block; +} + +.coaching-three__single { + position: relative; + display: block; +} + +.coaching-three__img { + position: relative; + display: block; + overflow: hidden; + z-index: 1; +} + +.coaching-three__img img { + width: 100%; +} + +.coaching-three__img-content { + position: absolute; + bottom: 20px; + left: 20px; + right: 20px; + background-color: var(--treck-base); + text-align: center; + padding: 9px 0; + transition: all 500ms ease; + z-index: 2; +} + +.coaching-three__img-content p { + font-size: 12px; + color: var(--treck-white); + font-weight: 600; + text-transform: uppercase; + letter-spacing: 0.1em; + line-height: 12px; +} + +.coaching-three__single:hover .coaching-three__img-content { + opacity: 0; +} + +.coaching-three__hover { + position: absolute; + top: 20px; + left: 20px; + right: 20px; + bottom: 20px; + background-color: rgba(var(--treck-base-rgb), .90); + display: flex; + align-items: center; + justify-content: center; + transform: scaleY(0); + transform-origin: center; + transform-style: preserve-3d; + transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52); + z-index: 2; +} + +.coaching-three__hover p { + font-size: 12px; + color: var(--treck-white); + font-weight: 600; + text-transform: uppercase; + letter-spacing: 0.1em; + line-height: 12px; +} + +.coaching-three__single:hover .coaching-three__hover { + transform: scaleY(1); +} + +.coaching-three__arrow { + position: absolute; + bottom: 0; + right: 0; + z-index: 2; +} + +.coaching-three__arrow a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 50px; + width: 50px; + background-color: var(--treck-black); + font-size: 22px; + color: var(--treck-white); + transition: all 500ms ease; +} + +.coaching-three__arrow a:hover { + color: var(--treck-base); + background-color: var(--treck-white); +} + +.coaching-three__content { + position: relative; + display: block; + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); + text-align: center; + padding: 22px 40px 31px; + z-index: 1; +} + +.coaching-three__title-box { + position: relative; + display: block; + border-bottom: 1px solid var(--treck-bdr-color); + padding-bottom: 13px; + margin-bottom: 21px; +} + +.coaching-three__title-box:before { + content: ""; + position: absolute; + bottom: -6px; + left: 50%; + transform: translateX(-50%); + border-top: 6px solid var(--treck-bdr-color); + border-left: 8px solid transparent; + border-right: 8px solid transparent; +} + +.coaching-three__title { + font-size: 20px; + font-weight: 600; + line-height: 30px; +} + +.coaching-three__title a { + color: var(--treck-black); + transition: all 500ms ease; +} + +.coaching-three__title a:hover { + color: var(--treck-base); +} + +.coaching-three__carousel.owl-carousel .owl-stage-outer { + overflow: visible; +} + +.coaching-three__carousel.owl-carousel .owl-item { + opacity: 0; + visibility: hidden; + transition: opacity 500ms ease, visibility 500ms ease; +} + +.coaching-three__carousel.owl-carousel .owl-item.active { + opacity: 1; + visibility: visible; +} + +.coaching-three__carousel.owl-theme .owl-nav { + position: relative; + display: block; + margin-top: 28px; +} + +.coaching-three__carousel.owl-theme .owl-nav::before { + content: ""; + position: absolute; + left: 0; + bottom: 14px; + width: 530px; + height: 1px; + background-color: rgba(var(--treck-white-rgb), .10); +} + +.coaching-three__carousel.owl-theme .owl-nav::after { + content: ""; + position: absolute; + right: 0; + bottom: 14px; + width: 530px; + height: 1px; + background-color: rgba(var(--treck-white-rgb), .10); +} + +.coaching-three__carousel.owl-theme .owl-nav .owl-next { + height: 27px; + width: 26px; + line-height: 26px; + border-radius: 0; + color: var(--treck-black); + background-color: #ffffff; + font-size: 15px; + margin: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.coaching-three__carousel.owl-theme .owl-nav .owl-prev { + height: 27px; + width: 26px; + line-height: 26px; + border-radius: 0; + color: var(--treck-black); + background-color: #ffffff; + font-size: 15px; + margin: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.coaching-three__carousel.owl-theme .owl-nav .owl-next { + margin-left: 2.50px; +} + +.coaching-three__carousel.owl-theme .owl-nav .owl-prev { + margin-right: 2.50px; +} + +.coaching-three__carousel.owl-theme .owl-nav .owl-next span, +.coaching-three__carousel.owl-theme .owl-nav .owl-prev span { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.coaching-three__carousel.owl-theme .owl-nav .owl-next:hover, +.coaching-three__carousel.owl-theme .owl-nav .owl-prev:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + + +/*-------------------------------------------------------------- +# Testimonial Three +--------------------------------------------------------------*/ +.testimonial-three { + position: relative; + display: block; + z-index: 1; +} + +.testimonial-three__map { + position: absolute; + top: 58px; + left: 0; + opacity: .10; + z-index: 2; +} + +.testimonial-three__map img { + width: auto; +} + +.testimonial-three__shape-1 { + position: absolute; + bottom: 0; + left: 0; + mix-blend-mode: multiply; + opacity: .10; + z-index: -1; +} + +.testimonial-three__shape-1 img { + width: auto; +} + +.testimonial-three__shape-2 { + position: absolute; + top: 120px; + right: -120px; + z-index: 2; +} + +.testimonial-three__shape-2 img { + width: auto; +} + +.testimonial-three__left { + position: relative; + display: block; + margin-left: -120px; + margin-right: 90px; + z-index: 1; +} + +.testimonial-three__left:before { + content: ""; + position: absolute; + top: 0; + left: -375px; + right: -120px; + bottom: 0; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + z-index: -1; +} + +.testimonial-three__slider { + position: relative; + display: block; + background-color: var(--treck-white); + padding-left: 120px; + padding-right: 100px; + padding-top: 80px; + padding-bottom: 114px; +} + +.testimonial-three__thumb-outer-box { + position: relative; + display: block; + max-width: 260px; + width: 100%; + margin-left: 0; + margin-right: auto; + padding-top: 40px; + padding-bottom: 53px; +} + +.testimonial-three__thumb-carousel { + position: relative; + width: 100%; + margin: 0 auto; +} + +.testimonial-three__thumb-carousel.owl-carousel .owl-stage-outer { + overflow: visible; +} + +.testimonial-three__thumb-carousel .owl-item { + position: relative; + opacity: 1; +} + +.testimonial-three__thumb-item { + position: relative; + display: block; +} + +.testimonial-three__img-holder-box { + position: relative; + display: block; + border-radius: 50%; +} + +.testimonial-three__img-holder { + position: relative; + display: block; + border-radius: 50%; + transition: all 500ms ease; + transform: scale(.85); + cursor: pointer; + -webkit-transition: all 300ms ease; + -ms-transition: all 300ms ease; + -o-transition: all 300ms ease; + -moz-transition: all 300ms ease; + transition: all 300ms ease; + z-index: 1; +} + +.testimonial-three__img-holder>img { + border-radius: 50%; + border: 5px solid var(--treck-white); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); + transition: all 0.5s ease-in-out; +} + +.testimonial-three__thumb-outer-box .owl-item.current .testimonial-three__img-holder>img { + border: 5px solid var(--treck-base); +} + +.testimonial-three__thumb-outer-box .owl-item.current .testimonial-three__img-holder { + transform: scale(1); +} + +.testimonial-three__quote { + position: absolute; + bottom: 0; + right: 0; + height: 30px; + width: 30px; + background-color: var(--treck-base); + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + -webkit-transition: all 300ms ease; + -ms-transition: all 300ms ease; + -o-transition: all 300ms ease; + -moz-transition: all 300ms ease; + transition: all 300ms ease; + opacity: 0; + z-index: 2; +} + +.testimonial-three__quote img { + width: auto !important; +} + +.testimonial-three__thumb-outer-box .owl-item.current .testimonial-three__quote { + opacity: 1; +} + +.testimonial-three__main-content { + position: relative; + display: block; +} + +.testimonial-three__carousel { + position: relative; + display: block; +} + +.testimonial-three__item { + position: relative; + display: block; +} + +.testimonial-three__inner-content { + position: relative; + display: block; +} + +.testimonial-three__rating { + position: relative; + display: flex; + align-items: center; +} + +.testimonial-three__rating i { + font-size: 15px; + color: var(--treck-base); +} + +.testimonial-three__rating i+i { + margin-left: 4px; +} + +.testimonial-three__text { + font-size: 20px; + line-height: 38px; + padding-top: 18px; + margin-bottom: 23px; +} + +.testimonial-three__client-info { + position: relative; + display: block; + margin-left: 63px; +} + +.testimonial-three__client-info:before { + content: ""; + position: absolute; + top: 15px; + left: -63px; + height: 2px; + width: 53px; + background-image: -moz-linear-gradient(0deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%); + background-image: -webkit-linear-gradient(0deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%); + background-image: -ms-linear-gradient(0deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%); +} + +.testimonial-three__client-name { + font-size: 20px; + font-weight: 600; + line-height: 30px; + margin-bottom: 5px; +} + +.testimonial-three__client-sub-title { + font-size: 12px; + font-weight: 500; + color: var(--treck-base); + text-transform: uppercase; + letter-spacing: 0.1em; + line-height: 20px; +} + + +.testimonial-three__carousel.owl-theme .owl-nav { + position: absolute; + bottom: -96px; + left: 0; + display: flex; + align-items: center; + z-index: 100; +} + +.testimonial-three__carousel .owl-nav .owl-next, +.testimonial-three__carousel .owl-nav .owl-prev { + position: relative; + top: auto; + left: auto; + right: auto; + bottom: auto; + width: 55px; + height: 55px; + display: flex; + justify-content: center; + align-items: center; + font-size: 15px !important; + color: var(--treck-black) !important; + background-color: var(--treck-primary) !important; + border-radius: 0; + margin: 0; + text-align: center; + opacity: 1; + transition: all 500ms ease; + z-index: 100; +} + + +.testimonial-three__carousel.owl-theme .owl-nav .owl-next { + margin-left: 5px; +} + +.testimonial-three__carousel.owl-theme .owl-nav .owl-prev { + margin-right: 5px; +} + +.testimonial-three__carousel.owl-theme .owl-nav .owl-next span, +.testimonial-three__carousel.owl-theme .owl-nav .owl-prev span { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.testimonial-three__carousel.owl-theme .owl-nav .owl-next:hover, +.testimonial-three__carousel.owl-theme .owl-nav .owl-prev:hover { + background-color: var(--treck-base) !important; + color: var(--treck-white) !important; +} + +.testimonial-three__right { + position: relative; + display: block; + background-color: var(--treck-base); + padding: 120px 0 120px; + z-index: 1; +} + +.testimonial-three__right:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + right: -1000000px; + left: 0; + background-color: var(--treck-base); + z-index: -1; +} + +.testimonial-three__counter-box { + position: relative; + display: block; + padding-left: 120px; +} + +.testimonial-three__counter-box li { + position: relative; + display: block; +} + +.testimonial-three__counter-box li+li { + margin-top: 20px; +} + +.testimonial-three__counter-single { + position: relative; + display: flex; + align-items: center; + padding: 25px 0 25px; + border-right: 1px solid #fffefe; + z-index: 1; +} + +.testimonial-three__counter-single:before { + content: ""; + position: absolute; + top: 0; + left: 0; + right: 0; + height: 1px; + background-image: -moz-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); + background-image: -webkit-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); + background-image: -ms-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); +} + +.testimonial-three__counter-single:after { + content: ""; + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 1px; + background-image: -moz-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); + background-image: -webkit-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); + background-image: -ms-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); +} + +.testimonial-three__counter-icon { + position: relative; + display: flex; + align-items: center; +} + +.testimonial-three__counter-icon span { + position: relative; + display: inline-block; + font-size: 63px; + color: var(--treck-white); + -webkit-transition: all 500ms linear; + transition: all 500ms linear; + -webkit-transition-delay: 0.1s; + transition-delay: 0.1s; +} + +.testimonial-three__counter-box li:hover .testimonial-three__counter-icon span { + transform: scale(.9); +} + +.testimonial-three__counter-content-box { + position: relative; + display: block; + margin-left: 34px; + padding-left: 34px; +} + +.testimonial-three__counter-content-box:before { + content: ""; + position: absolute; + top: 5px; + bottom: 5px; + left: 0; + width: 2px; + background-color: rgba(var(--treck-white-rgb), .20); +} + +.testimonial-three__counter-content-box:after { + content: ""; + position: absolute; + top: 50%; + left: 2px; + border-left: 5px solid rgba(var(--treck-white-rgb), .20); + border-top: 5px solid transparent; + border-bottom: 5px solid transparent; + transform: translateY(-50%); +} + +.testimonial-three__counter-count-box { + position: relative; + display: flex; + align-items: center; + margin-bottom: 5px; +} + +.testimonial-three__counter-count-box h3 { + font-size: 36px; + font-weight: 600; + line-height: 36px; + color: var(--treck-white); +} + +.testimonial-three__counter-plus { + font-size: 36px; + font-weight: 600; + line-height: 36px; + color: var(--treck-white); +} + +.testimonial-three__counter-content-box p { + font-size: 16px; + font-weight: 500; + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Blog Three +--------------------------------------------------------------*/ +.blog-three { + position: relative; + display: block; + padding: 120px 0 90px; + z-index: 1; +} + +/*-------------------------------------------------------------- +# Contact Three +--------------------------------------------------------------*/ +.contact-three { + position: relative; + display: block; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + padding: 120px 0 120px; + z-index: 1; +} + +.contact-three__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + mix-blend-mode: luminosity; + opacity: 0.05; + z-index: -1; +} + +.contact-three__left { + position: relative; + display: block; +} + +.contact-three__left .section-title { + margin-bottom: 40px; +} + +.contact-three__left .section-title__border-box { + margin-left: 0; +} + +.contact-three__main-tab-box .tab-buttons { + position: relative; + display: block; +} + +.contact-three__main-tab-box .tab-buttons .tab-btn { + position: relative; + display: inline-block; +} + +.contact-three__main-tab-box .tab-buttons .tab-btn+.tab-btn { + margin-left: 5px; +} + +.contact-three__main-tab-box .tab-buttons .tab-btn span { + position: relative; + display: block; + text-align: center; + transition: all 200ms linear; + transition-delay: 0.1s; + font-size: 18px; + line-height: 18px; + color: var(--treck-black); + background-color: var(--treck-bdr-color); + padding: 16px 40px 16px; + font-weight: 600; + letter-spacing: 0; + cursor: pointer; + transition: all 0.3s ease; + z-index: 1; +} + +.contact-three__main-tab-box .tab-buttons .tab-btn.active-btn span { + color: var(--treck-white); +} + +.contact-three__main-tab-box .tab-buttons .tab-btn span:before { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + height: 0%; + content: ""; + background-color: var(--treck-base); + transition: all 0.3s ease; + z-index: -1; +} + +.contact-three__main-tab-box .tab-buttons .tab-btn.active-btn span:before { + height: 100%; +} + +.contact-three__main-tab-box .tab-buttons .tab-btn span:after { + content: ""; + position: absolute; + bottom: -6px; + left: 50%; + transform: translateX(-50%); + border-top: 6px solid var(--treck-base); + border-left: 10px solid transparent; + border-right: 10px solid transparent; + opacity: 0; + transition: all 0.3s ease; +} + +.contact-three__main-tab-box .tab-buttons .tab-btn.active-btn span:after { + opacity: 1; +} + +.contact-three__main-tab-box .tabs-content { + position: relative; + display: block; +} + +.contact-three__main-tab-box .tabs-content .tab { + position: relative; + display: none; + -webkit-transform: translateY(35px); + -ms-transform: translateY(35px); + transform: translateY(35px); + -webkit-transition: all 600ms ease; + -moz-transition: all 600ms ease; + -ms-transition: all 600ms ease; + -o-transition: all 600ms ease; + transition: all 600ms ease; + z-index: 10; +} + +.contact-three__main-tab-box .tabs-content .tab.active-tab { + display: block; + margin-top: 0px; + -webkit-transform: translateY(0px); + -ms-transform: translateY(0px); + transform: translateY(0px); +} + + +.contact-three__tab-content-inner { + position: relative; + display: block; + margin-top: 31px; +} + +.contact-three__tab-content-text { + padding-bottom: 21px; +} + +.contact-three__contact-details { + position: relative; + display: flex; + align-items: center; + flex-wrap: wrap; +} + +.contact-three__contact-details-img { + position: relative; + display: block; + width: 199px; + border-radius: 50%; + z-index: 1; +} + +.contact-three__contact-details-img img { + width: 100%; + border-radius: 50%; +} + +.contact-three__contact-list { + position: relative; + display: block; + margin-left: 30px; +} + +.contact-three__contact-list li { + position: relative; + display: flex; + align-items: center; +} + +.contact-three__contact-list li:first-child { + padding-bottom: 7px; +} + +.contact-three__contact-list li+li { + margin-top: 10px; +} + +.contact-three__contact-list li .icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 40px; + width: 40px; + border-radius: 50%; + background-color: rgb(255, 255, 255); + box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.contact-three__contact-list li:hover .icon { + background-color: var(--treck-base); +} + +.contact-three__contact-list li .icon i { + position: relative; + display: inline-block; + font-size: 16px; + color: var(--treck-base); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.contact-three__contact-list li:hover .icon i { + color: var(--treck-white); +} + +.contact-three__contact-list li .text { + margin-left: 20px; +} + +.contact-three__contact-list li .text p { + font-size: 18px; + font-weight: 500; + line-height: 26px; +} + +.contact-three__contact-list li .text p a { + color: var(--treck-gray); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.contact-three__contact-list li .text p a:hover { + color: var(--treck-base); +} + +.contact-three__right { + position: relative; + display: block; +} + +.contact-three__form-box { + position: relative; + display: block; + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1); +} + +.contact-three__form-top { + position: relative; + display: block; + background-color: var(--treck-base); + padding: 28px 60px 30px; +} + +.contact-three__form-top:before { + content: ""; + position: absolute; + bottom: -10px; + left: 60px; + border-top: 10px solid var(--treck-base); + border-left: 25px solid transparent; + border-right: 25px solid transparent; +} + +.contact-three__form-top p { + font-size: 24px; + font-weight: 600; + line-height: 24px; + color: var(--treck-white); +} + +.contact-three__form { + position: relative; + display: block; + padding: 60px; +} + +.contact-three__form .row { + --bs-gutter-x: 10px; +} + +.contact-three__form-input-box { + position: relative; + display: block; + margin-bottom: 10px; +} + +.contact-three__form-input-box input[type="text"], +.contact-three__form-input-box input[type="email"] { + height: 52px; + width: 100%; + border: none; + background-color: var(--treck-primary); + padding-left: 30px; + padding-right: 30px; + outline: none; + font-size: 14px; + color: var(--treck-gray); + display: block; + font-weight: 500; +} + +.contact-three__form-input-box textarea { + font-size: 14px; + color: var(--treck-gray); + height: 122px; + width: 100%; + background-color: var(--treck-primary); + padding: 15px 30px 30px; + border: none; + outline: none; + margin-bottom: 0px; + font-weight: 500; +} + +.contact-three__form-input-box.text-message-box { + height: 122px; +} + +.contact-three__form-btn { + border: none; + font-size: 14px; + font-weight: 600; + background-color: var(--treck-black); + padding: 12px 50px 10px; +} + +.contact-three__form-btn:before { + background-color: var(--treck-base); +} + +.contact-three__form-input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { + position: relative; + display: block; + max-width: 100%; + width: 100% !important; +} + +.contact-three__form-input-box .bootstrap-select>.dropdown-toggle::after { + display: none; +} + +.contact-three__form-input-box .bootstrap-select>.dropdown-toggle { + position: relative; + background-color: var(--treck-primary) !important; + border-radius: 0; + color: var(--treck-gray) !important; + font-size: 14px; + font-weight: 500; + height: 52px; + line-height: 52px; + padding-left: 30px; + padding-right: 30px; + padding-top: 0; + padding-bottom: 0; + width: 100%; + outline: none !important; + border: 0; + box-shadow: none !important; + background-repeat: no-repeat; + background-size: 14px 12px; + background-position: right 25.75px center; +} + +.contact-three__form-input-box .bootstrap-select>.dropdown-toggle:before { + position: absolute; + top: 0; + bottom: 0; + right: 25px; + font-family: "Font Awesome 5 Free"; + content: "\f107"; + font-weight: 900; + font-size: 15px; + color: var(--treck-gray); +} + +/*-------------------------------------------------------------- +# Page Header +--------------------------------------------------------------*/ +.page-header { + position: relative; + display: block; + background-color: var(--treck-black); + z-index: 1; +} + +.page-header .container { + max-width: 1480px; +} + +.page-header-bg { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + opacity: .50; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + z-index: -1; +} + +.page-header__inner { + position: relative; + display: block; + text-align: center; + padding: 190px 0 171px; + z-index: 15; +} + +.page-header__inner h2 { + font-size: 40px; + color: var(--treck-white); + line-height: 50px; + font-weight: 600; +} + +.thm-breadcrumb { + position: absolute; + left: 0; + bottom: 33px; + z-index: 2; +} + +.thm-breadcrumb li { + position: relative; + display: inline-block; + font-size: 14px; + font-weight: 500; + color: #9fa0a3; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.thm-breadcrumb li+li { + margin-left: 6px; +} + +.thm-breadcrumb li a { + position: relative; + display: inline-block; + font-size: 14px; + font-weight: 500; + color: #9fa0a3; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.thm-breadcrumb li:hover a { + color: var(--treck-white); + opacity: 1; +} + +.thm-breadcrumb li.active { + color: var(--treck-white); + opacity: 1; +} + +.thm-breadcrumb li span { + font-size: 14px; + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Blog Page +--------------------------------------------------------------*/ +.blog-page { + position: relative; + display: block; + padding: 120px 0 90px; +} + +/*-------------------------------------------------------------- +# Blog Sidebar +--------------------------------------------------------------*/ +.blog-sidebar { + position: relative; + display: block; +} + +.blog-sidebar__left { + position: relative; + display: block; + padding: 120px 0 120px; +} + +.blog-sidebar__content-box { + position: relative; + display: block; +} + +.blog-sidebar__single { + position: relative; + display: block; +} + +.blog-sidebar__single+.blog-sidebar__single { + margin-top: 30px; +} + +.blog-sidebar__img { + position: relative; + display: block; +} + +.blog-sidebar__img img { + width: 100%; +} + +.blog-sidebar__date { + position: absolute; + left: 30px; + bottom: 0; + background-color: var(--treck-base); + padding: 9px 15px 5px; + z-index: 2; +} + +.blog-sidebar__date::before { + content: ""; + position: absolute; + bottom: 0; + left: -30px; + border-top: 25px solid transparent; + border-bottom: 25px solid #d1062f; + border-left: 15px solid transparent; + border-right: 15px solid #d1062f; +} + +.blog-sidebar__date p { + font-size: 30px; + font-weight: 600; + line-height: 30px; + color: var(--treck-white); +} + +.blog-sidebar__date p span { + font-size: 16px; + position: relative; + left: -3px; +} + +.blog-sidebar__content { + position: relative; + display: block; + margin-top: 21px; +} + +.blog-sidebar__meta { + position: relative; + display: flex; + align-items: center; +} + +.blog-sidebar__meta li+li { + margin-left: 12px; +} + +.blog-sidebar__meta li a { + font-size: 14px; + color: var(--treck-gray); + font-weight: 500; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-sidebar__meta li a:hover { + color: var(--treck-base); +} + +.blog-sidebar__meta li a i { + color: var(--treck-base); + padding-right: 7px; +} + +.blog-sidebar__title { + font-size: 28px; + font-weight: 600; + line-height: 38px; + margin-top: 4px; +} + +.blog-sidebar__title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-sidebar__title a:hover { + color: var(--treck-base); +} + +.blog-sidebar__text { + padding-top: 13px; + padding-bottom: 21px; +} + +.blog-sidebar__btn { + position: relative; + display: block; +} + +.blog-sidebar__btn a { + position: relative; + display: inline-block; + font-size: 14px; + font-weight: 500; + color: var(--treck-gray); + border: 1px solid var(--treck-bdr-color); + padding: 10px 30px 10px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-sidebar__btn a:hover { + background-color: var(--treck-base); + color: var(--treck-white); + border: 1px solid var(--treck-base); +} + +.blog-sidebar__bottom-box { + position: relative; + display: block; + background-color: var(--treck-primary); + padding: 60px 60px 51px; + margin-top: 30px; + overflow: hidden; + z-index: 1; +} + +.blog-sidebar__bottom-box-icon { + margin-bottom: 21px; +} + +.blog-sidebar__provide-services { + position: relative; + display: block; + background-color: var(--treck-primary); + padding: 60px 60px 60px; + margin-top: 30px; + margin-bottom: 30px; + overflow: hidden; + z-index: 1; +} + +.blog-sidebar__provide-services-icon { + margin-bottom: 24px; +} + +.blog-sidebar__provide-services-title { + font-size: 30px; + line-height: 35px; + font-weight: 600; +} + +.blog-sidebar__provide-services-title a { + color: var(--treck-black); + transition: all 500ms ease; +} + +.blog-sidebar__provide-services-title a:hover { + color: var(--treck-base); +} + +.blog-sidebar__col { + display: flex; +} + +.blog-sidebar__right { + position: relative; + display: flex; + flex: 1; + width: 100%; +} + +@media (min-width: 992px) { + .blog-sidebar__right { + margin-left: 20px; + } +} + +.sidebar { + position: relative; + display: block; + width: 100%; + flex: 1; +} + +@media (min-width: 992px) { + .sidebar { + padding-top: 120px; + padding-left: 50px; + background-image: -moz-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 10%); + background-image: -webkit-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 10%); + background-image: -ms-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 10%); + } +} + +.sidebar__search { + position: relative; + display: block; +} + +.sidebar__search-form { + position: relative; +} + +.sidebar__search-form input[type="search"] { + display: block; + border: 1px solid var(--treck-bdr-color); + outline: none; + background-color: var(--treck-white); + color: var(--treck-gray); + font-size: 16px; + padding-left: 30px; + height: 64px; + width: 100%; + padding-right: 50px; +} + +.sidebar__search-form ::-webkit-input-placeholder { + color: var(--treck-gray); + opacity: 1; +} + +.sidebar__search-form :-ms-input-placeholder { + color: var(--treck-gray); + opacity: 1; +} + +.sidebar__search-form ::-ms-input-placeholder { + color: var(--treck-gray); + opacity: 1; +} + +.sidebar__search-form ::placeholder { + color: var(--treck-gray); + opacity: 1; +} + +.sidebar__search-form :-ms-input-placeholder { + color: var(--treck-gray); +} + +.sidebar__search-form ::-ms-input-placeholder { + color: var(--treck-gray); +} + +.sidebar__search-form button[type="submit"] { + background-color: transparent; + color: var(--treck-gray); + font-size: 22px; + position: absolute; + top: 0; + right: 0; + bottom: 0; + width: 42px; + outline: none; + border: none; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 0; +} + +.sidebar__post { + position: relative; + display: block; + margin-top: 42px; + margin-bottom: 37px; + z-index: 1; +} + +.sidebar__title { + font-size: 20px; + font-weight: 600; + line-height: 30px; + margin-bottom: 17px; +} + +.sidebar__post-list { + margin: 0; +} + +.sidebar__post-list li { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + border-bottom: 1px solid var(--treck-bdr-color); + padding-bottom: 15px; + margin-bottom: 14px; +} + +.sidebar__post-list li:last-child { + border-bottom: 0; + padding-bottom: 0; + margin-bottom: 0; +} + + +.sidebar__post-image { + margin-right: 20px; +} + +.sidebar__post-image>img { + width: 70px; +} + +.sidebar__post-content { + position: relative; + top: -1px; +} + +.sidebar__post-content h3 { + font-size: 16px; + margin: 0; + line-height: 26px; + font-weight: 600; + margin-bottom: 9px; +} + +.sidebar__post-content h3 a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.sidebar__post-content h3 a:hover { + color: var(--treck-base); +} + +.sidebar__post-content-meta { + position: relative; + display: block; + font-size: 13px; + line-height: 23px; + color: var(--treck-gray); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.sidebar__post-content-meta i { + color: var(--treck-base); + font-size: 14px; + padding-right: 4px; +} + +.sidebar__category { + position: relative; + display: block; +} + +.sidebar__category .sidebar__title { + margin-bottom: 7px; +} + +.sidebar__category-list { + position: relative; + display: block; +} + +.sidebar__category-list li { + position: relative; + display: block; +} + +.sidebar__category-list li a { + position: relative; + display: block; + font-size: 16px; + color: var(--treck-gray); + border-bottom: 1px solid var(--treck-bdr-color); + padding-left: 15px; + padding-top: 7px; + padding-bottom: 10px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.sidebar__category-list li a:hover { + color: var(--treck-base); +} + +.sidebar__category-list li a span { + position: absolute; + top: 16px; + left: 0; + font-size: 16px; + color: var(--treck-gray); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.sidebar__category-list li a:hover span { + color: var(--treck-base); +} + +.sidebar__category-list li:last-child a { + border-bottom: 0; +} + +.sidebar__project { + position: relative; + display: block; + margin-top: 24px; +} + +.sidebar__project .sidebar__title { + margin-bottom: 23px; +} + +.sidebar__project-box { + position: relative; + display: block; + min-height: 163px; + z-index: 1; +} + +.sidebar__project-bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + z-index: -1; +} + +.sidebar__project-bg:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background: rgb(22, 23, 26); + background: linear-gradient(0deg, rgba(22, 23, 26, 1) 5%, rgba(22, 23, 26, 0) 51%); +} + +.sidebar__project-carousel { + position: relative; + display: block; +} + +.sidebar__project-single { + position: relative; + display: block; + min-height: 163px; +} + +.sidebar__project-single p { + color: var(--treck-white); + font-weight: 600; + position: absolute; + bottom: 15px; + left: 20px; +} + +.sidebar__project-carousel.owl-carousel .owl-dots { + position: absolute; + bottom: 20px; + right: 20px; + text-align: center; + margin: 0 !important; + display: flex; + align-items: center; +} + +.sidebar__project-carousel.owl-carousel .owl-dots .owl-dot { + position: relative; + display: inline-block; + width: 6px; + height: 6px; + border-radius: 50%; + background-color: rgba(var(--treck-white-rgb), .30); + margin: 0px 2.5px; + padding: 0px; + transition: all 100ms linear; + transition-delay: 0.1s; +} + +.sidebar__project-carousel.owl-carousel .owl-dot.active { + background-color: rgba(var(--treck-white-rgb), 1); +} + +.sidebar__project-carousel.owl-carousel .owl-dot:focus { + outline: none; +} + +.sidebar__project-carousel.owl-carousel .owl-dots .owl-dot span { + display: none; +} + +.sidebar__tags { + position: relative; + display: block; + margin-top: 42px; + margin-bottom: 42px; + z-index: 1; +} + +.sidebar__tags .sidebar__title { + margin-bottom: 23px; +} + +.sidebar__tags-list { + margin-top: -10px; + margin-left: -7px; +} + +.sidebar__tags-list a { + font-size: 12px; + color: var(--treck-gray); + -webkit-transition: all 0.4s ease; + transition: all 0.4s ease; + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); + display: inline-block; + padding: 4px 20px 4px; + margin-left: 7px; + font-weight: 600; +} + +.sidebar__tags-list a+a { + margin-left: 7px; + margin-top: 10px; +} + +.sidebar__tags-list a:hover { + color: var(--treck-white); + background: var(--treck-base); +} + +.sidebar__comments { + position: relative; + display: block; + z-index: 1; +} + +.sidebar__comments .sidebar__title { + margin-bottom: 23px; +} + +.sidebar__comments-list { + position: relative; + display: block; +} + +.sidebar__comments-list li { + position: relative; + display: block; + padding-left: 65px; +} + +.sidebar__comments-list li+li { + margin-top: 28px; +} + +.sidebar__comments-icon { + height: 45px; + width: 45px; + background-color: var(--treck-white); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); + border-radius: 50%; + font-size: 15px; + color: var(--treck-black); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + position: absolute; + top: 0; + left: 0; + -webkit-transition: all 0.4s ease; + transition: all 0.4s ease; +} + +.sidebar__comments-list li:hover .sidebar__comments-icon { + background-color: var(--treck-base); + color: var(--treck-white); +} + +.sidebar__comments-text-box p { + font-size: 15px; + font-weight: 500; + margin: 0; + line-height: 24px; +} + +.sidebar__comments-text-box p span { + color: var(--treck-black); +} + +/*-------------------------------------------------------------- +# Blog Details +--------------------------------------------------------------*/ +.blog-details { + position: relative; + display: block; +} + +.blog-details__left { + position: relative; + display: block; + padding: 120px 0 120px; +} + +.blog-details__img-box { + position: relative; + display: block; +} + +.blog-details__img-box img { + width: 100%; +} + +.blog-details__date { + position: absolute; + left: 30px; + bottom: 0; + background-color: var(--treck-base); + padding: 9px 15px 5px; + z-index: 2; +} + +.blog-details__date::before { + content: ""; + position: absolute; + bottom: 0; + left: -30px; + border-top: 25px solid transparent; + border-bottom: 25px solid #d1062f; + border-left: 15px solid transparent; + border-right: 15px solid #d1062f; +} + +.blog-details__date p { + font-size: 30px; + font-weight: 600; + line-height: 30px; + color: var(--treck-white); +} + +.blog-details__date p span { + font-size: 16px; + position: relative; + left: -3px; +} + +.blog-details__content { + position: relative; + display: block; + margin-top: 21px; +} + +.blog-details__meta { + position: relative; + display: flex; + align-items: center; +} + +.blog-details__meta li+li { + margin-left: 12px; +} + +.blog-details__meta li a { + font-size: 14px; + color: var(--treck-gray); + font-weight: 500; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-details__meta li a:hover { + color: var(--treck-base); +} + +.blog-details__meta li a i { + color: var(--treck-base); + padding-right: 7px; +} + +.blog-details__title { + font-size: 28px; + font-weight: 600; + line-height: 38px; + margin-top: 3px; + margin-bottom: 13px; +} + +.blog-details__text-2 { + padding-top: 30px; +} + +.blog-details__bottom { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + padding: 30px 0 30px; + margin-top: 51px; + border-top: 1px solid var(--treck-bdr-color); +} + +.blog-details__bottom p { + margin: 0; +} + +.blog-details__tags span { + color: var(--treck-black); + font-size: 20px; + margin-right: 6px; + font-weight: 600; +} + +.blog-details__tags a { + position: relative; + color: var(--treck-gray); + font-size: 12px; + background-color: var(--treck-white); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); + display: inline-block; + padding: 4px 20px 4px; + font-weight: 600; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-details__tags a:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + +.blog-details__tags a+a { + margin-left: 7px; +} + +.blog-details__social-list { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.blog-details__social-list a { + position: relative; + height: 43px; + width: 43px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + text-align: center; + color: var(--treck-black); + font-size: 14px; + border: 1px solid var(--treck-bdr-color); + border-radius: 50%; + overflow: hidden; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.blog-details__social-list a:hover { + color: var(--treck-white); + border: 1px solid var(--treck-base); +} + +.blog-details__social-list a:after { + position: absolute; + content: ""; + top: 0; + left: 0; + right: 0; + height: 100%; + background-color: var(--treck-base); + -webkit-transition-delay: .1s; + transition-delay: .1s; + -webkit-transition-timing-function: ease-in-out; + transition-timing-function: ease-in-out; + -webkit-transition-duration: .4s; + transition-duration: .4s; + -webkit-transition-property: all; + transition-property: all; + opacity: 1; + -webkit-transform-origin: top; + transform-origin: top; + -webkit-transform-style: preserve-3d; + transform-style: preserve-3d; + -webkit-transform: scalex(0); + transform: scalex(0); + z-index: -1; +} + +.blog-details__social-list a:hover:after { + opacity: 1; + -webkit-transform: scalex(1); + transform: scalex(1); +} + +.blog-details__social-list a+a { + margin-left: 10px; +} + +.blog-details__pagenation { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + background-color: var(--treck-primary); + padding: 30px 30px 30px; + margin-bottom: 53px; +} + +.blog-details__pagenation-left { + position: relative; + display: flex; + align-items: center; +} + +.blog-details__pagenation-left:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + right: -19px; + width: 1px; + background-color: var(--treck-bdr-color); +} + +.blog-details__pagenation-left-img { + position: relative; + display: block; + width: 90px; +} + +.blog-details__pagenation-left-img img { + width: 100%; +} + +.blog-details__pagenation-left-content { + margin-left: 20px; +} + +.blog-details__pagenation-left-title { + font-size: 16px; + font-weight: 600; + line-height: 26px; + margin-bottom: 4px; +} + +.blog-details__pagenation-left-title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-details__pagenation-left-title a:hover { + color: var(--treck-base); +} + +.blog-details__pagenation-left-date { + font-size: 13px; + font-weight: 500; +} + +.blog-details__pagenation-left-date i { + font-size: 15px; + color: var(--treck-base); + padding-right: 4px; +} + +.blog-details__pagenation-right { + position: relative; + display: flex; + align-items: center; +} + +.blog-details__pagenation-right-content { + position: relative; + display: block; + text-align: right; +} + +.blog-details__pagenation-right-title { + font-size: 16px; + font-weight: 600; + line-height: 26px; + margin-bottom: 4px; +} + +.blog-details__pagenation-right-title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-details__pagenation-right-title a:hover { + color: var(--treck-base); +} + +.blog-details__pagenation-right-date { + font-size: 13px; + font-weight: 500; +} + +.blog-details__pagenation-right-date i { + font-size: 15px; + color: var(--treck-base); + padding-right: 4px; +} + +.blog-details__pagenation-right-img { + position: relative; + display: block; + width: 90px; + margin-left: 20px; +} + +.blog-details__pagenation-right-img img { + width: 100%; +} + + +/*-------------------------------------------------------------- +## Comments +--------------------------------------------------------------*/ +.comment-one__title, +.comment-form__title { + margin: 0; + color: var(--treck-black); + font-size: 30px; + margin-bottom: 54px; + font-weight: 600; +} + +.comment-one__single { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + align-items: center; + border-bottom: 1px solid var(--treck-bdr-color); + padding-bottom: 60px; + margin-bottom: 60px; +} + +.comment-one__content { + position: relative; + margin-left: 45px; +} + +.comment-one__content h3 { + margin: 0; + font-size: 20px; + color: var(--treck-black); + margin-bottom: 24px; + font-weight: 600; +} + +.comment-one__btn { + padding: 4px 20px 4px; + position: absolute; + top: -12px; + right: 0; + font-size: 12px; + font-weight: 600; + color: var(--treck-gray); + background-color: var(--treck-primary); +} + +.comment-one__image { + position: relative; + display: block; + border-radius: 50%; +} + +.comment-one__image img { + border-radius: 50%; +} + +.comment-form .comment-form__title { + margin-top: -7px; +} + +.comment-one__form .row { + --bs-gutter-x: 20px; +} + +.comment-form__input-box { + position: relative; + display: block; + margin-bottom: 20px; + background-color: var(--treck-primary); +} + +.comment-form__input-box input[type="text"], +.comment-form__input-box input[type="email"] { + height: 52px; + width: 100%; + border: none; + background-color: var(--treck-primary); + padding-left: 30px; + padding-right: 30px; + outline: none; + font-size: 14px; + color: var(--treck-gray); + display: block; + font-weight: 500; +} + +.comment-form__input-box textarea { + font-size: 14px; + color: var(--treck-gray); + height: 190px; + width: 100%; + background-color: var(--treck-primary); + padding: 25px 30px 30px; + border: none; + outline: none; + margin-bottom: 0px; + font-weight: 500; +} + +.comment-form__btn { + border: none; +} + +.comment-form__input-box.text-message-box { + height: 190px; +} + + +.blog-details__right { + position: relative; + display: block; + margin-left: 20px; +} + + +/*-------------------------------------------------------------- +# Team Page +--------------------------------------------------------------*/ +.team-page { + position: relative; + display: block; + padding: 120px 0 90px; +} + +/*-------------------------------------------------------------- +# Team Details +--------------------------------------------------------------*/ +.team-details { + position: relative; + display: block; + padding: 120px 0 0; + z-index: 1; +} + +.team-details__shape-1 { + position: absolute; + bottom: -204px; + left: 105px; +} + +.team-details__shape-1 img { + width: auto; +} + +.team-details__left { + position: relative; + display: block; + margin-right: 20px; +} + +.team-details__img { + position: relative; + display: block; +} + +.team-details__img img { + width: 100%; +} + +.team-details__guarantee { + position: absolute; + bottom: 40px; + left: -116px; + padding: 20px; + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); +} + +.team-details__guarantee-inner { + position: relative; + display: block; + background-color: var(--treck-base); + padding: 26px 30px 29px; +} + +.team-details__guarantee-icon { + position: relative; + display: flex; + align-items: center; + margin-bottom: 8px; +} + +.team-details__guarantee-icon span { + position: relative; + display: inline-block; + font-size: 73px; + color: var(--treck-white); +} + +.team-details__guarantee-title { + font-size: 24px; + font-weight: 600; + color: var(--treck-white); + line-height: 29px; +} + +.team-details__right { + position: relative; + display: block; + margin-left: 70px; + margin-top: -11px; +} + +.team-details__name { + font-size: 40px; + font-weight: 600; + line-height: 50px; +} + +.team-details__sub-title { + font-weight: 500; + padding-top: 6px; + padding-bottom: 21px; +} + +.team-details__social { + position: relative; + display: flex; + align-items: center; +} + +.team-details__social a { + position: relative; + height: 40px; + width: 40px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + text-align: center; + color: var(--treck-black); + background-color: transparent; + font-size: 15px; + border-radius: 50%; + border: 1px solid var(--treck-bdr-color); + overflow: hidden; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.team-details__social a:hover { + color: var(--treck-white); + background-color: var(--treck-black); + border: 1px solid var(--treck-black); +} + +.team-details__social a:after { + position: absolute; + content: ""; + top: 0; + left: 0; + right: 0; + height: 100%; + background-color: var(--treck-black); + -webkit-transition-delay: .1s; + transition-delay: .1s; + -webkit-transition-timing-function: ease-in-out; + transition-timing-function: ease-in-out; + -webkit-transition-duration: .4s; + transition-duration: .4s; + -webkit-transition-property: all; + transition-property: all; + opacity: 1; + -webkit-transform-origin: top; + transform-origin: top; + -webkit-transform-style: preserve-3d; + transform-style: preserve-3d; + -webkit-transform: scaleY(0); + transform: scaleY(0); + z-index: -1; +} + +.team-details__social a:hover:after { + opacity: 1; + -webkit-transform: scaleY(1); + transform: scaleY(1); +} + +.team-details__social a+a { + margin-left: 10px; +} + +.team-details__text-1 { + padding-top: 21px; + padding-bottom: 33px; +} + +.team-details__points-box { + position: relative; + display: block; +} + +.team-details__points-title { + font-size: 22px; + font-weight: 600; + color: var(--treck-base); + line-height: 32px; + margin-bottom: 35px; +} + +.team-details__points { + position: relative; + display: block; +} + +.team-details__points li { + position: relative; + display: flex; + align-items: center; +} + +.team-details__points li+li { + margin-top: 7px; +} + +.team-details__points li .icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 14px; + width: 14px; + background-color: var(--treck-base); + border-radius: 50%; + font-size: 7px; + color: var(--treck-white); +} + +.team-details__points li .text { + margin-left: 10px; +} + +.team-details__points li .text p { + font-size: 16px; + font-weight: 600; + color: var(--treck-black); +} + + + +/*-------------------------------------------------------------- +# Team Details Experience +--------------------------------------------------------------*/ +.team-details-experience { + position: relative; + display: block; +} + +.team-details-experience__inner { + position: relative; + display: block; + border-top: 1px solid var(--treck-bdr-color); + margin-top: 100px; + padding-top: 92px; + padding-bottom: 100px; +} + +.team-details-experience-left { + position: relative; + display: block; + margin-right: 80px; + margin-top: 20px; +} + +.team-details-experience-left-title { + font-size: 36px; + font-weight: 700; + line-height: 46px; + letter-spacing: -0.04em; +} + +.team-details-experience-left-text { + padding-top: 22px; +} + +.team-details-experience-right { + position: relative; + display: block; + margin-left: 70px; +} + +.team-details__progress { + position: relative; + display: block; + width: 100%; +} + +.team-details__progress-single { + position: relative; + display: block; +} + +.team-details__progress-title { + font-size: 16px; + font-weight: 600; + line-height: 28px; + color: var(--treck-black); + margin-bottom: 3px; +} + +.team-details__progress .bar { + position: relative; + width: 100%; + height: 17px; + border-style: solid; + border-width: 1px; + border-color: rgb(227, 219, 216); + background-color: rgb(255, 255, 255); + box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.15); + border-radius: 0px; + margin-bottom: 12px; +} + +.team-details__progress .bar-inner { + position: relative; + display: block; + width: 0px; + height: 9px; + border-radius: 0px; + top: 3px; + left: 3px; + background-image: -moz-linear-gradient(0deg, rgb(22, 23, 26) 0%, rgb(226, 9, 53) 100%); + background-image: -webkit-linear-gradient(0deg, rgb(22, 23, 26) 0%, rgb(226, 9, 53) 100%); + background-image: -ms-linear-gradient(0deg, rgb(22, 23, 26) 0%, rgb(226, 9, 53) 100%); + -webkit-transition: all 1500ms ease; + transition: all 1500ms ease; +} + +.team-details__progress .count-text { + position: absolute; + right: 0px; + bottom: 18px; + color: var(--treck-gray); + line-height: 24px; + font-size: 14px; + text-align: center; + opacity: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.team-details__progress .bar-inner.counted .count-text { + opacity: 1; +} + +.team-details__progress .bar.marb-0 { + margin-bottom: 0; +} + +/*-------------------------------------------------------------- +# Contact Four +--------------------------------------------------------------*/ +.contact-four { + position: relative; + display: block; + background-color: var(--treck-primary); + overflow: hidden; + padding: 120px 0 120px; + z-index: 1; +} + +.contact-four__bg-1 { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + mix-blend-mode: multiply; + opacity: .35; + z-index: -1; +} + +.contact-four__bg-2 { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 485px; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + mix-blend-mode: luminosity; + opacity: 0.08; + z-index: -1; +} + +.contact-four .container { + max-width: 800px; +} + +.contact-four__form-box { + position: relative; + display: block; +} + +.contact-four__form { + position: relative; + display: block; +} + +.contact-four__form .row { + --bs-gutter-x: 20px; +} + +.contact-four__input-box { + position: relative; + display: block; + margin-bottom: 20px; +} + +.contact-four__input-box input[type="text"], +.contact-four__input-box input[type="email"] { + height: 52px; + width: 100%; + border: none; + background-color: var(--treck-white); + padding-left: 30px; + padding-right: 30px; + outline: none; + font-size: 14px; + font-weight: 500; + color: var(--treck-gray); + display: block; +} + +.contact-four__input-box textarea { + font-size: 14px; + color: var(--treck-gray); + font-weight: 500; + height: 190px; + width: 100%; + background-color: var(--treck-white); + padding: 20px 30px 30px; + border: none; + outline: none; + margin-bottom: 0px; +} + +.contact-four__btn-box { + position: relative; + display: block; + margin: 0 auto; + text-align: center; +} + +.contact-four__btn { + border: none; +} + +.contact-four__input-box.text-message-box { + height: 190px; +} + +/*-------------------------------------------------------------- +# Success Stories +--------------------------------------------------------------*/ +.success-stories { + position: relative; + display: block; + padding: 120px 0 90px; +} + +.success-stories .testimonial-two__single { + margin-bottom: 30px; +} + +/*-------------------------------------------------------------- +# Story Details +--------------------------------------------------------------*/ +.story-details { + position: relative; + display: block; +} + +.story-details__wrap { + position: relative; + display: block; + max-width: 1410px; + width: 100%; + margin: 0 auto; + padding: 107px 0 120px; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); +} + +.story-details__inner { + position: relative; + display: block; +} + +.story-details__content { + position: relative; + display: block; + max-width: 615px; + width: 100%; +} + +.story-details__title { + font-size: 50px; + font-weight: 600; + line-height: 60px; +} + +.story-details__icon-and-rating { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + padding-right: 50px; + margin-top: 39px; +} + +.story-details__icon { + position: relative; + display: flex; + align-items: center; +} + +.story-details__icon span { + position: relative; + display: inline-block; + font-size: 65px; + color: var(--treck-white); +} + +.story-details__rating { + position: relative; + display: flex; + align-items: center; +} + +.story-details__rating i { + font-size: 15px; + color: var(--treck-base); +} + +.story-details__rating i+i { + margin-left: 4px; +} + +.story-details__text-1 { + font-size: 20px; + line-height: 40px; +} + +.story-details__text-2 { + font-size: 20px; + line-height: 40px; + padding-top: 40px; + padding-bottom: 30px; +} + +.story-details__list { + position: relative; + display: block; +} + +.story-details__list li { + position: relative; + display: block; + font-size: 20px; + font-weight: 400; +} + +.story-details__list li+li { + margin-top: 10px; +} + +.story-details__list li span { + font-weight: 600; + color: var(--treck-base); +} + +.story-details__client-name { + position: relative; + display: block; + padding-left: 72px; + margin-top: 15px; + margin-bottom: 53px; +} + +.story-details__client-name:before { + content: ""; + position: absolute; + top: 14px; + left: 0; + width: 53px; + height: 2px; + background-image: -moz-linear-gradient(0deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%); + background-image: -webkit-linear-gradient(0deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%); + background-image: -ms-linear-gradient(0deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%); +} + +.story-details__client-name h3 { + font-size: 20px; + font-weight: 600; + line-height: 30px; +} + +.story-details__btn-box { + position: relative; + display: flex; + align-items: center; +} + +.story-details__btn-two { + background-color: var(--treck-black); + margin-left: 10px; +} + +.story-details__btn-two::before { + background-color: var(--treck-base); +} + +.story-details__img-box { + position: absolute; + top: 107px; + right: -35px; + z-index: 1; +} + +.story-details__img { + position: relative; + display: block; +} + +.story-details__img img { + width: auto; +} + +.story-details__badge { + position: absolute; + top: -22px; + left: 10px; +} + +.story-details__badge img { + width: auto; +} + +.story-details__shape { + position: absolute; + top: -88px; + right: 61px; + z-index: -1; +} + +.story-details__shape img { + width: auto; +} + +.story-details__flag { + position: absolute; + bottom: 53px; + left: 187px; +} + +.story-details__flag img { + width: auto; +} + +/*-------------------------------------------------------------- +# Visa Offers +--------------------------------------------------------------*/ +.visa-offers { + position: relative; + display: block; + padding: 120px 0 90px; +} + +.visa-offers__single { + position: relative; + display: block; + overflow: hidden; + background-color: #e10835; + padding: 40px 40px 40px; + margin-bottom: 30px; + z-index: 1; + transition: transform 700ms ease; + transform: translateY(0px); +} + +.visa-offers__single:hover { + transform: translateY(-10px); +} + +.visa-offers__shape-1 { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + z-index: -1; +} + +.visa-offers__shape-2 { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + mix-blend-mode: luminosity; + opacity: .15; + z-index: -1; +} + +.visa-offers__img { + position: absolute; + bottom: 73px; + right: 76px; + height: 246px; + width: 246px; + border-radius: 50%; + z-index: 1; +} + +.visa-offers__img img { + width: 100%; + transform: scale(1); + border-radius: 50%; + transition: transform 700ms ease; +} + +.visa-offers__img:hover img { + transform: scale(.95); +} + +.visa-offers__dot { + position: absolute; + bottom: 162px; + left: 222px; + z-index: -1; +} + +.visa-offers__dot img { + width: auto; +} + +.visa-offers__plane { + position: absolute; + top: 40px; + left: 273px; + z-index: -1; +} + +.visa-offers__plane img { + width: auto; +} + +.visa-offers__flag { + position: absolute; + top: 33px; + right: 50px; + height: 50px; + width: 50px; + border-radius: 50%; + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); +} + +.visa-offers__flag img { + width: 100%; + border-radius: 50%; +} + +.visa-offers__time { + position: absolute; + bottom: 14px; + right: 20px; +} + +.visa-offers__time p { + font-size: 14px; + color: var(--treck-white); + font-weight: 600; + text-transform: uppercase; + letter-spacing: 0.1em; + line-height: 24px; +} + +.visa-offers__sub-title-box { + position: relative; + display: inline-block; + background-color: var(--treck-white); + padding-top: 10px; + padding-bottom: 8px; + padding-left: 15px; + padding-right: 25px; + clip-path: polygon(100% 0, 92% 50%, 100% 100%, 0% 100%, 0 48%, 0% 0%); +} + +.visa-offers__sub-title { + font-size: 12px; + line-height: 12px; + color: var(--treck-base); + text-transform: uppercase; + letter-spacing: 0.1em; + font-weight: 600; +} + +.visa-offers__title { + font-size: 26px; + font-weight: 600; + line-height: 36px; + margin-top: 12px; + margin-bottom: 13px; +} + +.visa-offers__title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.visa-offers__title a:hover { + color: var(--treck-base); +} + +.visa-offers__points { + position: relative; + display: block; +} + +.visa-offers__points li { + position: relative; + display: flex; + align-items: center; +} + +.visa-offers__points li .icon { + position: relative; + display: flex; + align-items: center; +} + +.visa-offers__points li .icon span { + font-size: 22px; + color: var(--treck-gray); +} + +.visa-offers__points li .text { + margin-left: 14px; +} + +.visa-offers__price-box { + position: relative; + display: block; + margin-top: 105px; +} + +.visa-offers__price-start { + font-size: 14px; + color: var(--treck-white); + font-weight: 600; +} + +.visa-offers__price { + position: relative; + display: inline-block; + background-color: var(--treck-black); + padding: 10px 20px 10px; + margin-top: 4px; +} + +.visa-offers__price p { + font-size: 24px; + font-weight: 600; + color: var(--treck-white); + line-height: 24px; +} + +.visa-offers__single--2 { + background-color: #3558c5; +} + +.visa-offers__single--2 .visa-offers__sub-title { + color: #063388; +} + +.visa-offers__single--3 { + background-color: #429fb9; +} + +.visa-offers__single--3 .visa-offers__sub-title { + color: #46a6d1; +} + +.visa-offers__single--4 { + background-color: #e49f14; +} + +.visa-offers__single--4 .visa-offers__sub-title { + color: #f3b903; +} + +.visa-offers__single--5 { + background-color: #d76c24; +} + +.visa-offers__single--5 .visa-offers__sub-title { + color: #f79034; +} + +.visa-offers__single--6 { + background-color: #37c46f; +} + +.visa-offers__single--6 .visa-offers__sub-title { + color: #079e3c; +} + + +/*-------------------------------------------------------------- +# Countries Details +--------------------------------------------------------------*/ +.countries-details { + position: relative; + display: block; + padding: 120px 0 120px; +} + +.countries-details__sidebar { + position: relative; + display: block; + background-color: var(--treck-primary); + padding: 30px 30px 30px; +} + +.countries-details__services-list { + position: relative; + display: block; +} + +.countries-details__services { + position: relative; + display: block; +} + +.countries-details__services li { + position: relative; + display: block; +} + +.countries-details__services li+li { + margin-top: 10px; +} + +.countries-details__services li a { + position: relative; + display: block; + font-size: 16px; + font-weight: 600; + line-height: 26px; + color: var(--treck-black); + background-color: var(--treck-white); + padding: 14px 26px 15px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-details__services li:hover a { + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07); +} + +.countries-details__services li.active a { + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07); +} + +.countries-details__services li a::before { + content: ""; + position: absolute; + top: 0; + left: 0; + bottom: 0; + width: 2px; + background-color: var(--treck-bdr-color); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-details__services li:hover a::before { + background-color: var(--treck-base); +} + +.countries-details__services li.active a::before { + background-color: var(--treck-base); +} + +.countries-details__services li a::after { + content: ""; + position: absolute; + top: 50%; + left: 2px; + border-top: 5px solid transparent; + border-left: 4px solid var(--treck-bdr-color); + border-bottom: 5px solid transparent; + transform: translateY(-50%); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-details__services li:hover a::after { + border-left: 4px solid var(--treck-base); +} + +.countries-details__services li.active a::after { + border-left: 4px solid var(--treck-base); +} + +.countries-details__countries-flag { + position: absolute; + right: 10px; + top: 50%; + width: 35px; + transform: translateY(-50%); +} + +.countries-details__countries-flag img { + width: 100%; + border-radius: 50%; +} + +.banner-one { + position: relative; + display: block; + background-color: var(--treck-primary); + border: 4px solid var(--treck-base); + padding: 20px 30px 36px; + padding-left: 145px; + margin-top: 30px; + overflow: hidden; + z-index: 1; +} + +.banner-one__shape-1 { + position: absolute; + bottom: 0; + left: 0; + z-index: -1; +} + +.banner-one__shape-1 img { + width: auto; +} + +.banner-one__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + opacity: .30; + mix-blend-mode: multiply; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; +} + +.banner-one__img { + position: absolute; + left: 0; + bottom: -4px; +} + +.banner-one__img img { + width: auto; +} + +.banner-one__title { + font-size: 24px; + font-weight: 600; + line-height: 29px; +} + +.banner-one__btn-box { + position: relative; + display: inline-block; + margin-top: 216px; + left: 8px; +} + +.banner-one__btn { + position: relative; + display: inline-block; + font-size: 12px; + font-weight: 600; + line-height: 12px; + color: var(--treck-gray); + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); + padding: 13px 30px 13px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.banner-one__btn:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + +.countries-details__documents { + position: relative; + display: flex; + align-items: center; + padding: 20px 25px 20px; + margin-top: 30px; + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05); +} + +.countries-details__documents .icon { + position: relative; + display: inline-block; +} + +.countries-details__documents .icon span { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 51px; + height: 51px; + font-size: 23px; + color: var(--treck-white); + background-color: var(--treck-base); + border-radius: 50%; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-details__documents .icon span:hover { + color: var(--treck-white); + background-color: var(--treck-black); +} + +.countries-details__documents .content { + position: relative; + display: block; + margin-left: 10px; +} + +.countries-details__documents .content h3 { + font-size: 16px; + font-weight: 600; + line-height: 16px; +} + +.countries-details__documents .content h3 a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-details__documents .content h3 a:hover { + color: var(--treck-base); +} + +.countries-details__documents .content p { + font-size: 12px; + font-weight: 500; + line-height: 20px; + letter-spacing: 0.1em; + margin-top: 4px; +} + +.countries-details__right { + position: relative; + display: block; + margin-top: -4px; +} + +.countries-details__title { + font-size: 30px; + font-weight: 600; + line-height: 30px; +} + +.countries-details__text { + margin-top: 18px; + margin-bottom: 31px; +} + +.countries-details__img-box { + position: relative; + display: block; +} + +.countries-details__img { + position: relative; + display: block; + margin-bottom: 30px; +} + +.countries-details__img img { + width: 100%; +} + +.countries-details__text-two { + margin-bottom: 29px; +} + +.countries-details__text-three { + font-size: 18px; + font-weight: 600; + line-height: 30px; + color: var(--treck-base); +} + +.countries-details__text-four { + margin-top: 31px; +} + +.countries-details__title-two { + font-size: 30px; + font-weight: 600; + line-height: 40px; + margin-top: 42px; + margin-bottom: 13px; +} + +.countries-details__points { + position: relative; + display: flex; + align-items: center; + margin-top: 31px; +} + +.countries-details__points li { + position: relative; + display: flex; + align-items: center; + border: 1px solid var(--treck-bdr-color); + max-width: 250px; + width: 100%; + padding: 28px 30px 21px; +} + +.countries-details__points li+li { + margin-left: 10px; +} + +.countries-details__points li .icon { + position: relative; + display: inline-block; +} + +.countries-details__points li .icon span { + position: relative; + display: inline-block; + font-size: 32px; + color: var(--treck-base); +} + +.countries-details__points li .text { + margin-left: 23px; +} + +.countries-details__points li .text p { + font-size: 17px; + font-weight: 600; + line-height: 20px; +} + +.countries-details__points li .text p a { + color: var(--treck-black); + transition: all 500ms ease; +} + +.countries-details__points li .text p a:hover { + color: var(--treck-base); +} + +/*-------------------------------------------------------------- +# Coaching Four +--------------------------------------------------------------*/ +.coaching-four { + position: relative; + display: block; + padding: 120px 0 90px; + z-index: 1; +} + +.coaching-four .coaching-three__single { + margin-bottom: 30px; +} + +/*-------------------------------------------------------------- +# Feature Three +--------------------------------------------------------------*/ +.feature-three { + position: relative; + display: block; + padding: 120px 0 90px; + background-color: var(--treck-black); + z-index: 1; +} + +.feature-three__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + opacity: .07; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + mix-blend-mode: luminosity; + z-index: -1; +} + +/*-------------------------------------------------------------- +# Coaching five +--------------------------------------------------------------*/ +.coaching-five { + position: relative; + display: block; + padding: 120px 0 90px; + z-index: 1; +} + +.coaching-five .container { + max-width: 1540px; +} + +/*-------------------------------------------------------------- +# Countries-Four +--------------------------------------------------------------*/ +.countries-four { + position: relative; + display: block; + padding-top: 150px; +} + +/*-------------------------------------------------------------- +# Travel One +--------------------------------------------------------------*/ +.travel-one { + position: relative; + display: block; + padding: 120px 0 120px; + background-color: var(--treck-primary); + z-index: 1; +} + +.travel-one__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + opacity: .65; + mix-blend-mode: multiply; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; +} + +.travel-one__bg-two { + position: absolute; + height: 297px; + left: 0; + right: 0; + bottom: 0; + opacity: .10; + mix-blend-mode: multiply; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; +} + +.travel-one__left { + position: relative; + display: block; +} + +.travel-one__img { + position: relative; + display: block; +} + +.travel-one__img img { + width: 100%; +} + +.travel-one__right { + position: relative; + display: block; + margin-top: -9px; +} + +.travel-one__text-2 { + margin-top: 30px; + margin-bottom: 32px; +} + +.travel-one__points { + position: relative; + display: block; +} + +.travel-one__points li { + position: relative; + display: flex; + align-items: center; +} + +.travel-one__points li .icon { + position: relative; + display: inline-block; + top: 3px; +} + +.travel-one__points li .icon span { + position: relative; + display: inline-block; + font-size: 21px; + color: var(--treck-base); +} + +.travel-one__points li .text { + position: relative; + display: block; + margin-left: 7px; +} + +.travel-one__points li .text p { + font-size: 16px; + font-weight: 600; + line-height: 30px; + color: var(--treck-black); +} + +.travel-one__btn-box { + position: relative; + display: block; + margin-top: 41px; +} + +/*-------------------------------------------------------------- +# Gallery Two +--------------------------------------------------------------*/ +.gallery-two { + position: relative; + display: block; + padding-top: 120px; + z-index: 1; +} + +/*-------------------------------------------------------------- +# Countries Page +--------------------------------------------------------------*/ +.countries-page-brand .brand-one__inner { + border-bottom: none +} + +/*-------------------------------------------------------------- +# Countries Details +--------------------------------------------------------------*/ +.coaching-details { + position: relative; + display: block; + padding: 120px 0 120px; +} + +.coaching-details__sidebar { + position: relative; + display: block; + background-color: var(--treck-primary); + padding: 30px 30px 30px; +} + +.coaching-details__services-list { + position: relative; + display: block; +} + +.coaching-details__services { + position: relative; + display: block; +} + +.coaching-details__services li { + position: relative; + display: block; +} + +.coaching-details__services li+li { + margin-top: 10px; +} + +.coaching-details__services li a { + position: relative; + display: block; + font-size: 16px; + font-weight: 600; + line-height: 26px; + color: var(--treck-black); + background-color: var(--treck-white); + padding: 14px 26px 15px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.coaching-details__services li:hover a { + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07); +} + +.coaching-details__services li.active a { + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07); +} + +.coaching-details__services li a::before { + content: ""; + position: absolute; + top: 0; + left: 0; + bottom: 0; + width: 2px; + background-color: var(--treck-bdr-color); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.coaching-details__services li:hover a::before { + background-color: var(--treck-base); +} + +.coaching-details__services li.active a::before { + background-color: var(--treck-base); +} + +.coaching-details__services li a::after { + content: ""; + position: absolute; + top: 50%; + left: 2px; + border-top: 5px solid transparent; + border-left: 4px solid var(--treck-bdr-color); + border-bottom: 5px solid transparent; + transform: translateY(-50%); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.coaching-details__services li:hover a::after { + border-left: 4px solid var(--treck-base); +} + +.coaching-details__services li.active a::after { + border-left: 4px solid var(--treck-base); +} + +.coaching-details__right { + position: relative; + display: block; +} + +.coaching-details__img { + position: relative; + display: block; +} + +.coaching-details__img img { + width: 100%; +} + +.coaching-details__title-1 { + font-size: 30px; + font-weight: 600; + line-height: 40px; + margin-top: 21px; + margin-bottom: 23px; +} + +.coaching-details__text-1 { + position: relative; + display: block; +} + +.coaching-details__title-2 { + font-size: 24px; + line-height: 34px; + color: var(--treck-base); + margin-top: 24px; + margin-bottom: 32px; +} + +.coaching-details__text-2 { + position: relative; + display: block; +} + +.coaching-details__title-3 { + font-size: 30px; + font-weight: 600; + line-height: 30px; + margin-top: 47px; + margin-bottom: 37px; +} + +.coaching-details__why { + position: relative; + display: block; +} + +.coaching-details__why-single { + position: relative; + display: block; + background-color: var(--treck-primary); + text-align: center; + padding: 30px 30px 31px; + margin-bottom: 30px; + z-index: 1; +} + +.coaching-details__why-single::before { + content: ""; + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-position: center bottom; + transition-delay: .1s; + transition-timing-function: ease-in-out; + transition-duration: .5s; + transition-property: all; + transform-origin: bottom; + transform-style: preserve-3d; + transform: scaleY(0); + z-index: -1; +} + +.coaching-details__why-single:hover::before { + transform: scaleY(1.0); +} + +.coaching-details__why-icon { + position: relative; + display: inline-block; + z-index: 1; +} + +.coaching-details__why-icon span { + position: relative; + display: inline-block; + font-size: 64px; + color: var(--treck-base); +} + +.coaching-details__why-shape-1 { + position: absolute; + width: 79px; + height: 79px; + left: 50%; + bottom: 19px; + transform: translateX(-50%); + border-radius: 50%; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + z-index: -1; +} + +.coaching-details__why-title { + position: relative; + display: block; +} + +.coaching-details__why-title h3 { + font-size: 17px; + font-weight: 600; + line-height: 20px; + margin-top: 9px; +} + +.coaching-details__hover-single { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: var(--treck-primary); + text-align: center; + padding: 20px 30px 15px; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-position: center bottom; + transition-delay: .1s; + transition-timing-function: ease-in-out; + transition-duration: .5s; + transition-property: all; + transform-origin: bottom; + transform-style: preserve-3d; + transform: scaleY(0); + z-index: 2; +} + +.coaching-details__why-single:hover .coaching-details__hover-single { + transform: scaleY(1.0); +} + +.coaching-details__hover-icon { + position: relative; + display: inline-block; + z-index: 1; +} + +.coaching-details__hover-icon span { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 78px; + height: 78px; + border-radius: 50%; + background-color: var(--treck-base); + font-size: 64px; + color: var(--treck-white); +} + +.coaching-details__hover-title { + position: relative; + display: block; +} + +.coaching-details__hover-title h3 { + font-size: 17px; + font-weight: 600; + line-height: 20px; + margin-top: 28px; +} + +.coaching-details__benefit { + position: relative; + display: block; + margin-top: 30px; + margin-bottom: 60px; +} + +.coaching-details__benefit-img { + position: relative; + display: block; + max-width: 369px; + width: 100%; +} + +.coaching-details__benefit-img img { + width: 100%; + border-radius: 50%; +} + +.coaching-details__benefit-content { + position: relative; + display: block; + margin-top: 37px; +} + +.coaching-details__benefit-title { + font-size: 30px; + font-weight: 600; + line-height: 30px; +} + +.coaching-details__benefit-text { + font-size: 18px; + font-weight: 500; + line-height: 30px; + color: var(--treck-base); + margin-top: 29px; + margin-bottom: 37px; +} + +.coaching-details__benefit-points { + position: relative; + display: block; +} + +.coaching-details__benefit-points li { + position: relative; + display: flex; + align-items: center; +} + +.coaching-details__benefit-points li+li { + margin-top: 10px; +} + +.coaching-details__benefit-points li .icon { + position: relative; + display: inline-block; +} + +.coaching-details__benefit-points li .icon span { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 14px; + height: 14px; + font-size: 9px; + color: var(--treck-white); + background-color: var(--treck-base); + border-radius: 50%; +} + +.coaching-details__benefit-points li .text { + margin-left: 12px; +} + +.coaching-details__benefit-points li .text p { + font-size: 16px; + font-weight: 500; + line-height: 26px; +} + +.coaching-details__importance { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + background-image: -moz-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -webkit-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -ms-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + padding: 40px 40px 40px; + padding-left: 50px; + z-index: 1; +} + +.coaching-details__importance-bg { + position: absolute; + top: 0; + right: 33px; + bottom: 0; + width: 537px; + background-repeat: no-repeat; + background-size: cover; + background-position: right center; + mix-blend-mode: luminosity; + opacity: .30; + z-index: -1; +} + +.coaching-details__importance-title-box { + position: relative; + display: block; +} + +.coaching-details__importance-title { + font-size: 22px; + font-weight: 600; + line-height: 34px; +} + +.coaching-details__importance-btn-box { + position: relative; + display: block; + margin-top: 29px; +} + +.coaching-details__importance-btn { + font-size: 12px; + font-weight: 600; + line-height: 22px; + color: var(--treck-gray); + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); + padding: 11px 30px 12px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.coaching-details__importance-btn:hover { + color: var(--treck-white); + background-color: var(--treck-base); +} + +.coaching-details__importance-points-list { + position: relative; + display: block; + background-color: var(--treck-base); + padding: 23px 30px 26px; + max-width: 210px; + width: 100%; +} + +.coaching-details__importance-points-list li { + position: relative; + display: flex; + align-items: center; + line-height: 26px; +} + +.coaching-details__importance-points-list li .icon { + position: relative; + display: inline-block; + top: 2px; +} + +.coaching-details__importance-points-list li .icon span { + position: relative; + display: inline-block; + font-size: 19px; + color: var(--treck-white); +} + +.coaching-details__importance-points-list li .text { + margin-left: 7px; +} + +.coaching-details__importance-points-list li .text p { + font-size: 16px; + font-weight: 600; + line-height: 16px; + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Visa Details +--------------------------------------------------------------*/ +.visa-details { + position: relative; + display: block; + padding: 120px 0 120px; + z-index: 1; +} + +.visa-details__left { + position: relative; + display: block; +} + +.visa-details__img { + position: relative; + display: block; + max-width: 370px; +} + +.visa-details__img img { + width: 100%; + border-radius: 50%; +} + +.visa-details__points-box { + position: relative; + display: block; + margin-top: 24px; +} + +.visa-details__points-box-title { + font-size: 30px; + font-weight: 600; + line-height: 30px; +} + +.visa-details__points-box-text { + font-size: 18px; + font-weight: 500; + line-height: 30px; + color: var(--treck-base); + margin-top: 19px; + margin-bottom: 35px; +} + +.visa-details__points-list { + position: relative; + display: block; +} + +.visa-details__points-list li { + position: relative; + display: flex; + align-items: center; +} + +.visa-details__points-list li+li { + margin-top: 6px; +} + +.visa-details__points-list li .icon { + position: relative; + display: inline-block; +} + +.visa-details__points-list li .icon span { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 14px; + height: 14px; + font-size: 10px; + color: var(--treck-white); + background-color: var(--treck-base); + border-radius: 50%; +} + +.visa-details__points-list li .text { + margin-left: 12px; +} + +.visa-details__points-list li .text p { + font-size: 16px; + font-weight: 500; +} + +.visa-details__text-1 { + margin-top: 42px; + margin-bottom: 42px; +} + +.visa-details__text-box { + position: relative; + display: block; + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07); + padding: 18px 35px 22px; +} + +.visa-details__text-box::before { + content: ""; + position: absolute; + top: 0; + left: 0; + bottom: 0; + width: 6px; + background-color: var(--treck-base); +} + +.visa-details__text-box p { + font-size: 18px; + font-weight: 600; + line-height: 28px; + color: var(--treck-black); +} + +.visa-details__text-2 { + margin-top: 42px; + margin-bottom: 47px; +} + +.visa-details__visa-process { + position: relative; + display: block; +} + +.visa-details__visa-process-title { + font-size: 30px; + font-weight: 600; + line-height: 30px; +} + +.visa-details__visa-process-list { + position: relative; + display: flex; + align-items: center; + margin-top: 37px; +} + +.visa-details__visa-process-list li { + position: relative; + display: block; + text-align: center; +} + +.visa-details__visa-process-list li+li { + margin-left: 50px; +} + +.visa-details__visa-process-list li .icon-box { + position: relative; + display: inline-block; +} + +.visa-details__visa-process-list li .icon-box::before { + content: ""; + position: absolute; + bottom: -44px; + left: 50%; + width: 1px; + height: 44px; + background-color: #e3dbd8; + transform: translateX(-50%); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.visa-details__visa-process-list li:hover .icon-box::before { + background-color: var(--treck-base); +} + +.visa-details__visa-process-list li .icon-box::after { + content: ""; + position: absolute; + bottom: -49px; + left: 50%; + transform: translateX(-50%); + border-top: 5px solid #e3dbd8; + border-left: 5px solid transparent; + border-right: 5px solid transparent; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.visa-details__visa-process-list li:hover .icon-box::after { + border-top: 5px solid var(--treck-base); +} + +.visa-details__visa-process-list li .icon { + position: relative; + display: inline-block; +} + +.visa-details__visa-process-list li .icon::before { + content: ""; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border-radius: 50%; + background-color: var(--treck-base); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + opacity: 0; + z-index: -1; +} + +.visa-details__visa-process-list li:hover .icon::before { + opacity: 1; +} + +.visa-details__visa-process-list li .icon span { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 110px; + height: 110px; + font-size: 64px; + color: var(--treck-base); + border-radius: 50%; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.visa-details__visa-process-list li:hover .icon span { + color: var(--treck-white); + background-image: none; +} + +.visa-details__visa-process-list li .title { + margin-top: 65px; +} + +.visa-details__visa-process-list li .title p { + font-size: 17px; + font-weight: 600; + line-height: 20px; + color: var(--treck-black); +} + +.visa-details__btn-box { + position: relative; + display: block; + margin-top: 61px; +} + +/*-------------------------------------------------------------- +# Services Four +--------------------------------------------------------------*/ +.services-four { + position: relative; + display: block; + padding: 120px 0 90px; + z-index: 1; +} + +/*-------------------------------------------------------------- +# Feature Four +--------------------------------------------------------------*/ +.feature-four { + position: relative; + display: block; + padding-bottom: 58px; + z-index: 1; +} + +.feature-four .container { + max-width: 1800px; +} + +/*-------------------------------------------------------------- +# Benefits Two +--------------------------------------------------------------*/ +.benefits-two { + background-color: var(--treck-primary); +} + +.benefits-two__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + opacity: .65; + mix-blend-mode: multiply; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; +} + +.benefits-two__bg-two { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 297px; + opacity: .10; + mix-blend-mode: multiply; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; +} + +.benefits-two .benefits-one__points li { + background-color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Services Five +--------------------------------------------------------------*/ +.services-five { + position: relative; + display: block; + padding: 120px 0 77px; + z-index: 1; +} + + + +/*-------------------------------------------------------------- +# Pricing Page +--------------------------------------------------------------*/ +.pricing-page { + position: relative; + display: block; + padding: 112px 0 90px; +} + +.pricing-page__main-tab-box { + position: relative; + display: block; +} + +.pricing-page__main-tab-box .tab-buttons { + position: relative; + display: flex; + align-items: center; + justify-content: center; + margin-bottom: 40px; +} + +.pricing-page__main-tab-box .tab-buttons .tab-btn { + position: relative; + display: flex; + align-items: center; +} + +.pricing-page__main-tab-box .tab-buttons .tab-btn+.tab-btn { + margin-left: 0px; +} + +.pricing-page__main-tab-box .tab-buttons .tab-btn span { + position: relative; + display: block; + text-align: center; + font-size: 14px; + line-height: 14px; + color: var(--treck-gray); + background-color: var(--treck-primary); + padding: 15px 30px 15px; + font-weight: 600; + cursor: pointer; + overflow: hidden; + border-radius: 0px; + transition: all 0.5s linear; + z-index: 1; +} + +.pricing-page__main-tab-box .tab-buttons .tab-btn.active-btn span { + color: var(--treck-white); +} + +.pricing-page__main-tab-box .tab-buttons .tab-btn span:before { + content: ""; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + height: 0%; + background-color: var(--treck-base); + transition: all 0.3s ease; + z-index: -1; +} + +.pricing-page__main-tab-box .tab-buttons .tab-btn.active-btn span:before { + height: 100%; +} + +.pricing-page__main-tab-box .tabs-content { + position: relative; + display: block; +} + +.pricing-page__main-tab-box .tabs-content .tab { + position: relative; + display: none; + -webkit-transform: translateY(35px); + -ms-transform: translateY(35px); + transform: translateY(35px); + -webkit-transition: all 600ms ease; + -moz-transition: all 600ms ease; + -ms-transition: all 600ms ease; + -o-transition: all 600ms ease; + transition: all 600ms ease; + z-index: 10; +} + +.pricing-page__main-tab-box .tabs-content .tab.active-tab { + display: block; + margin-top: 0px; + -webkit-transform: translateY(0px); + -ms-transform: translateY(0px); + transform: translateY(0px); +} + +.pricing-page__inner { + position: relative; + display: block; +} + +.pricing-page__single { + position: relative; + display: block; + margin-bottom: 30px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.pricing-page__single:hover { + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); +} + +.pricing-page__single-inner { + position: relative; + display: block; + overflow: hidden; + border: 1px solid var(--treck-bdr-color); + background-color: var(--treck-white); + padding: 43px 49px 49px; + z-index: 1; +} + +.pricing-page__shape-1 { + position: absolute; + bottom: 0; + left: 0; + right: 0; + z-index: -1; +} + +.pricing-page__shape-1 img { + width: auto; +} + +.pricing-page__price-box { + position: relative; + display: block; + text-align: center; +} + +.pricing-page__price { + font-size: 34px; + font-weight: 800; + line-height: 44px; +} + +.pricing-page__icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 120px; + width: 120px; + border-radius: 50%; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + margin: 21px auto 15px; + z-index: 1; +} + +.pricing-page__icon:before { + content: ""; + position: absolute; + top: 50%; + left: -75px; + width: 75px; + height: 1px; + background-color: var(--treck-bdr-color); + z-index: -1; +} + +.pricing-page__icon:after { + content: ""; + position: absolute; + top: 50%; + right: -75px; + width: 75px; + height: 1px; + background-color: var(--treck-bdr-color); + z-index: -1; +} + +.pricing-page__icon span { + position: relative; + display: inline-block; + font-size: 64px; + color: var(--treck-base); + -webkit-transition: all 500ms linear; + transition: all 500ms linear; + -webkit-transition-delay: 0.1s; + transition-delay: 0.1s; +} + +.pricing-page__single:hover .pricing-page__icon span { + transform: scale(.9); +} + +.pricing-page__content { + position: relative; + display: block; + text-align: center; +} + +.pricing-page__title { + font-size: 16px; + font-weight: 600; +} + +.pricing-page__service-list { + position: relative; + display: block; + margin-top: 18px; + margin-bottom: 31px; +} + +.pricing-page__service-list li { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.pricing-page__service-list li+li { + margin-top: 10px; +} + +.pricing-page__service-list li .icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 13px; + width: 13px; + background-color: var(--treck-base); + border-radius: 50%; + font-size: 7px; + color: var(--treck-white); +} + +.pricing-page__service-list li .text { + margin-left: 10px; +} + +.pricing-page__btn-box { + position: relative; + display: block; +} + +/*-------------------------------------------------------------- +# Login Page +--------------------------------------------------------------*/ +.login-page { + position: relative; + display: block; + padding: 120px 0 90px; + z-index: 1; +} + +.login-page__top { + position: relative; + display: block; + background-color: var(--treck-primary); + padding: 16px 30px 18px; + margin-bottom: 50px; +} + +.login-page__top p { + font-size: 14px; + font-weight: 500; + line-height: 24px; +} + +.login-page__top p span { + color: var(--treck-black); +} + +.login-page__top p a { + color: var(--treck-base); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.login-page__top p a:hover { + color: var(--treck-black); +} + +.login-page__single { + position: relative; + display: block; + margin-bottom: 30px; +} + +.login-page__title { + font-size: 30px; + font-weight: 600; + line-height: 40px; + letter-spacing: -0.04em; + margin-bottom: 32px; +} + +.login-page__form { + position: relative; + display: block; + padding: 60px 60px 60px; + border: 1px solid var(--treck-bdr-color); + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); +} + +.login-page__form-input-box { + position: relative; + display: block; + margin-bottom: 20px; +} + +.login-page__form-input-box input[type="email"], +.login-page__form-input-box input[type="password"] { + height: 52px; + width: 100%; + border: none; + background-color: var(--treck-primary); + padding-left: 30px; + padding-right: 30px; + outline: none; + font-size: 14px; + color: var(--treck-gray); + display: block; + font-weight: 500; +} + +.login-page__form-btn-box { + position: relative; + display: flex; + align-items: center; +} + +.login-page__form-btn { + border: none; +} + +.login-page__form .checked-box { + position: relative; + display: block; + margin-top: -8px; + margin-bottom: 14px; +} + +.login-page__form .checked-box label { + position: relative; + display: inline-block; + padding-left: 30px; + margin-right: 0px; + margin-bottom: 0; + color: var(--treck-gray); + font-size: 14px; + line-height: 22px; + font-weight: 500; + text-transform: none; + cursor: pointer; +} + +.login-page__form .checked-box input[type="checkbox"] { + display: none; +} + +.login-page__form .checked-box input[type="checkbox"]+label span { + position: absolute; + top: 2px; + left: 0; + width: 16px; + height: 16px; + vertical-align: middle; + background: var(--treck-white); + cursor: pointer; + -webkit-transition: all 300ms ease; + -moz-transition: all 300ms ease; + -ms-transition: all 300ms ease; + -o-transition: all 300ms ease; + transition: all 300ms ease; + border: 1px solid var(--treck-bdr-color); +} + +.login-page__form .checked-box label span:before { + position: absolute; + top: 2px; + left: 3px; + display: block; + border-bottom: 2px solid #e1e5e8; + border-right: 2px solid #e1e5e8; + content: ''; + width: 6px; + height: 9px; + pointer-events: none; + -webkit-transform-origin: 66% 66%; + -ms-transform-origin: 66% 66%; + transform-origin: 66% 66%; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); + -webkit-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + opacity: 1; +} + +.login-page__form.checked-box input[type="checkbox"]:checked+label span { + border-color: #e1e5e8; +} + +.login-page__form .checked-box input[type="checkbox"]:checked+label span:before { + opacity: 0; +} + +.login-page__form-forgot-password { + position: relative; + display: block; + margin-left: 20px; +} + +.login-page__form-forgot-password a { + font-size: 14px; + font-weight: 500; + color: var(--treck-gray); + position: relative; + display: inline-block; +} + +.login-page__form-btn { + padding: 9px 40px 14px; +} + +/*-------------------------------------------------------------- +# Gallery Two +--------------------------------------------------------------*/ +.gallery-page { + position: relative; + display: block; + padding: 120px 0 110px; +} + +.gallery-page .row { + --bs-gutter-x: 10px; +} + +.gallery-page .container { + max-width: 1572px; +} + +.gallery-page__single { + position: relative; + display: block; + margin-bottom: 10px; +} + +.gallery-page__img { + position: relative; + display: block; + overflow: hidden; + z-index: 1; +} + +.gallery-page__img:before { + content: ""; + position: absolute; + top: 0; + bottom: -2px; + left: 0; + right: 0; + background-color: var(--treck-base); + opacity: 0; + visibility: hidden; + -webkit-transform-origin: top center; + transform-origin: top center; + -webkit-transform: scaleY(0) translateZ(100px); + transform: scaleY(0) translateZ(100px); + -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease; + transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease; + transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease; + transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease; +} + +.gallery-page__single:hover .gallery-page__img:before { + opacity: .90; + visibility: visible; + -webkit-transform: scaleY(1) translateZ(0px); + transform: scaleY(1) translateZ(0px); +} + +.gallery-page__img img { + width: 100%; +} + +.gallery-page__icon { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + z-index: 2; +} + +.gallery-page__icon a { + height: 50px; + width: 50px; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + font-size: 30px; + color: var(--treck-white); + -webkit-transform: scale(0); + transform: scale(0); + opacity: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 2; +} + + +.gallery-page__single:hover .gallery-page__icon a { + -webkit-transform: scale(1); + transform: scale(1); + transition-delay: 500ms; + opacity: 1; +} + +.gallery-page__icon a:hover { + color: var(--treck-black); +} + +/*-------------------------------------------------------------- +# Faq Search Box +--------------------------------------------------------------*/ +.faq-search-box { + position: relative; + display: block; +} + +.faq-search-box__inner { + position: relative; + display: block; + background-image: -moz-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -ms-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + padding-left: 120px; + padding-top: 111px; + padding-bottom: 120px; + z-index: 1; +} + +.faq-search-box__shape { + position: absolute; + right: 60px; + bottom: 0px; + z-index: -1; +} + +.faq-search-box__shape img { + width: auto; +} + +.faq-search-box__left { + position: relative; + display: block; + max-width: 485px; + width: 100%; +} + +.faq-search-box__title { + font-size: 34px; + font-weight: 600; + line-height: 44px; +} + +.faq-search-box__text { + font-size: 14px; + font-weight: 500; + padding-top: 11px; + padding-bottom: 26px; +} + +.faq-search-box__form { + position: relative; + display: block; +} + +.faq-search-box__form-input { + position: relative; + display: block; + margin-bottom: 20px; +} + +.faq-search-box__form-input input[type="search"] { + height: 54px; + width: 100%; + border: none; + outline: none; + background-color: var(--treck-white); + font-size: 16px; + color: var(--treck-gray); + font-weight: 500; + padding-left: 50px; + padding-right: 75px; +} + +.faq-search-box__form-input button[type="submit"] { + background-color: transparent; + color: var(--treck-black); + font-size: 22px; + position: absolute; + top: 0; + right: 0px; + bottom: 0; + width: 72px; + outline: none; + border: none; + display: flex; + align-items: center; + padding: 0; +} + +.faq-search-box__form-btn-and-text { + position: relative; + display: flex; + align-items: center; +} + +.faq-search-box__form-text { + margin-left: 20px; +} + +/*-------------------------------------------------------------- +# Faq Page +--------------------------------------------------------------*/ +.faq-page { + position: relative; + display: block; + padding: 120px 0 110px; +} + +.faq-page__left { + position: relative; + display: block; + margin-right: 30px; +} + +.faq-page__content { + position: relative; + display: block; + background-color: var(--treck-base); + padding: 44px 50px 47px; +} + +.faq-page__content-title { + font-size: 24px; + font-weight: 600; + color: var(--treck-white); + line-height: 29px; + margin-bottom: 22px; +} + +.faq-page__call { + position: relative; + display: flex; + align-items: center; +} + +.faq-page__call-icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 40px; + width: 40px; + background-color: var(--treck-black); + border-radius: 50%; + font-size: 15px; + color: var(--treck-white); +} + +.faq-page__call-content { + margin-left: 15px; +} + +.faq-page__call-sub-title { + font-size: 14px; + color: #fcc9d3; + line-height: 20px; +} + +.faq-page__call-number { + font-size: 16px; + font-weight: 600; + line-height: 26px; +} + +.faq-page__call-number span { + font-size: 14px; + color: #fcc9d3; + font-weight: 400; +} + +.faq-page__call-number a { + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.faq-page__call-number a:hover { + color: var(--treck-black); +} + +.faq-page__right { + position: relative; + display: block; + margin-left: -30px; +} + +/*-------------------------------------------------------------- +## Error Page +--------------------------------------------------------------*/ +.error-page { + position: relative; + display: block; + padding: 35px 0 120px; + z-index: 1; +} + +.error-page__bg { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 378px; + opacity: .30; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; +} + +.error-page__inner { + position: relative; + display: block; + text-align: center; + z-index: 1; +} + +.error-page__img { + position: absolute; + left: 50%; + bottom: 54px; + transform: translateX(-50%); + z-index: -1; +} + +.error-page__img img { + width: auto; +} + +.error-page__title-box { + position: relative; + display: inline-block; +} + +.error-page__title { + position: relative; + display: inline-block; + font-size: 350px; + line-height: 350px; + font-weight: 600; + color: var(--treck-base); + letter-spacing: -0.04em; +} + +.error-page__title span { + margin-left: 141px; +} + +.error-page__tagline { + font-size: 40px; + font-weight: 600; + line-height: 50px; + margin-top: 62px; + margin-bottom: 13px; + color: var(--treck-black); +} + +.error-page__text { + margin: 0; + font-size: 20px; + font-weight: 400; +} + +.error-page__form { + position: relative; + display: block; + margin: 32px auto 20px; +} + +.error-page__form-input { + position: relative; + display: block; + max-width: 550px; + width: 100%; + margin: 0 auto; +} + +.error-page__form input[type="search"] { + height: 52px; + width: 100%; + border: none; + outline: none; + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07); + font-size: 14px; + color: var(--treck-gray); + font-weight: 500; + padding-left: 50px; + padding-right: 75px; +} + +.error-page__form button[type="submit"] { + background-color: transparent; + color: var(--treck-black); + font-size: 22px; + position: absolute; + top: 0; + right: 0px; + bottom: 0; + width: 72px; + outline: none; + border: none; + display: flex; + align-items: center; + padding: 0; +} + +/*-------------------------------------------------------------- +# Contact Five +--------------------------------------------------------------*/ +.contact-five { + position: relative; + display: block; + overflow: hidden; + padding: 120px 0 120px; + background-image: -moz-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 20%); + background-image: -webkit-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 20%); + background-image: -ms-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 20%); + z-index: 1; +} + +.contact-five__bg { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 485px; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + mix-blend-mode: luminosity; + opacity: 0.05; + z-index: -1; +} + +.contact-five .container { + max-width: 800px; +} + +.contact-five__form-box { + position: relative; + display: block; +} + +.contact-five__form { + position: relative; + display: block; +} + +.contact-five__form .row { + --bs-gutter-x: 20px; +} + +.contact-five__input-box { + position: relative; + display: block; + margin-bottom: 20px; +} + +.contact-five__input-box input[type="text"], +.contact-five__input-box input[type="email"] { + height: 52px; + width: 100%; + border: none; + background-color: var(--treck-primary); + padding-left: 30px; + padding-right: 30px; + outline: none; + font-size: 14px; + font-weight: 500; + color: var(--treck-gray); + display: block; +} + +.contact-five__input-box textarea { + font-size: 14px; + color: var(--treck-gray); + font-weight: 500; + height: 190px; + width: 100%; + background-color: var(--treck-primary); + padding: 20px 30px 30px; + border: none; + outline: none; + margin-bottom: 0px; +} + +.contact-five__btn-box { + position: relative; + display: block; + margin: 0 auto; + text-align: center; +} + +.contact-five__btn { + border: none; +} + +.contact-five__input-box.text-message-box { + height: 190px; +} + +/*-------------------------------------------------------------- +# Location One +--------------------------------------------------------------*/ +.location-one { + position: relative; + display: block; + padding: 120px 0 0; + z-index: 2; +} + +.location-one__top { + position: relative; + display: block; + margin-bottom: 50px; +} + +.location-one__top-left { + position: relative; + display: block; +} + +.location-one__top-left .section-title { + margin-bottom: 0; +} + +.location-one__top-left .section-title__border-box { + margin-left: 0; +} + +.location-one__top-right { + position: relative; + display: block; + margin-top: 31px; +} + +.location-one__bottom { + position: relative; + display: block; + z-index: 2; +} + +.location-one__bottom:before { + content: ""; + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 60px; + background: #fff; + z-index: -1; +} + +.location-one__main-tab-box .tab-buttons { + position: relative; + display: block; +} + +.location-one__main-tab-box .tab-buttons .tab-btn { + position: relative; + display: inline-block; +} + +.location-one__main-tab-box .tab-buttons .tab-btn+.tab-btn { + margin-left: 5px; +} + +.location-one__main-tab-box .tab-buttons .tab-btn span { + position: relative; + display: block; + text-align: center; + transition: all 200ms linear; + transition-delay: 0.1s; + font-size: 18px; + line-height: 18px; + color: var(--treck-black); + background-color: var(--treck-bdr-color); + padding: 21px 50px 21px; + font-weight: 600; + cursor: pointer; + transition: all 0.3s ease; + z-index: 1; +} + +.location-one__main-tab-box .tab-buttons .tab-btn.active-btn span { + color: var(--treck-white); +} + +.location-one__main-tab-box .tab-buttons .tab-btn span:before { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + height: 0%; + content: ""; + background-color: var(--treck-base); + transition: all 0.3s ease; + z-index: -1; +} + +.location-one__main-tab-box .tab-buttons .tab-btn.active-btn span:before { + height: 100%; +} + +.location-one__main-tab-box .tabs-content { + position: relative; + display: block; + border: 1px solid var(--treck-bdr-color); +} + +.location-one__main-tab-box .tabs-content .tab { + position: relative; + display: none; + -webkit-transform: translateY(35px); + -ms-transform: translateY(35px); + transform: translateY(35px); + -webkit-transition: all 600ms ease; + -moz-transition: all 600ms ease; + -ms-transition: all 600ms ease; + -o-transition: all 600ms ease; + transition: all 600ms ease; + z-index: 10; +} + +.location-one__main-tab-box .tabs-content .tab.active-tab { + display: block; + margin-top: 0px; + -webkit-transform: translateY(0px); + -ms-transform: translateY(0px); + transform: translateY(0px); +} + +.location-one__tab-content-box { + position: relative; + display: block; + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); +} + +.location-one__tab-content-box-inner { + position: relative; + display: flex; + flex-wrap: wrap; + overflow: hidden; + padding: 50px 50px 50px; + z-index: 1; +} + +.location-one__bg { + position: absolute; + bottom: -60px; + left: 0; + right: 0; + height: 252px; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + opacity: .20; + z-index: -1; +} + +.location-one__tab-content-left { + position: relative; + display: flex; + align-items: center; + flex-wrap: wrap; +} + +.location-one__tab-content-img { + position: relative; + display: block; + max-width: 370px; + width: 100%; +} + +.location-one__tab-content-img img { + width: 100%; +} + +.location-one__tab-content-contact { + position: relative; + display: block; + margin-left: 40px; + margin-top: -12px; +} + +.location-one__tab-content-contact-title { + font-size: 20px; + font-weight: 600; + line-height: 30px; + margin-bottom: 37px; +} + +.location-one__tab-content-contact-list { + position: relative; + display: block; +} + +.location-one__tab-content-contact-list li { + position: relative; + display: flex; + align-items: center; +} + +.location-one__tab-content-contact-list li+li { + margin-top: 22px; +} + +.location-one__tab-content-contact-list li .icon { + position: relative; + display: flex; + align-items: center; +} + +.location-one__tab-content-contact-list li:first-child .icon { + top: -12px; +} + +.location-one__tab-content-contact-list li .icon i { + font-size: 16px; + color: var(--treck-base); +} + +.location-one__tab-content-contact-list li .content { + margin-left: 20px; +} + +.location-one__tab-content-contact-list li .content p { + font-size: 18px; + line-height: 26px; +} + +.location-one__tab-content-contact-list li .content p a { + color: var(--treck-gray); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.location-one__tab-content-contact-list li .content p a:hover { + color: var(--treck-base); +} + +.location-one__tab-content-right { + position: relative; + display: block; + margin-left: 160px; +} + +.location-one__tab-content-right:before { + content: ""; + position: absolute; + bottom: -8px; + top: -5px; + left: -50px; + width: 1px; + background-color: var(--treck-bdr-color); +} + +.location-one__tab-content-time { + position: relative; + display: block; +} + +.location-one__tab-content-time li { + position: relative; + display: block; +} + +.location-one__tab-content-time li+li { + margin-top: 37px; +} + +.location-one__tab-content-day-name { + font-size: 12px; + color: var(--treck-base); + text-transform: uppercase; + letter-spacing: 0.1em; + font-weight: 500; + line-height: 12px; + margin-bottom: 12px; +} + +.location-one__tab-content-time-box { + font-size: 18px; + font-weight: 400; + line-height: 18px; +} + +/*-------------------------------------------------------------- +# Google Map Two +--------------------------------------------------------------*/ +.google-map-two { + position: relative; + display: block; + margin-top: -60px; + background-color: var(--treck-primary); +} + +.google-map__two { + position: relative; + display: block; + border: none; + height: 565px; + width: 100%; + mix-blend-mode: luminosity; +} + + + +/*-------------------------------------------------------------- +# Product +--------------------------------------------------------------*/ +.product { + position: relative; + display: block; + padding: 120px 0 90px; +} + +.product__sidebar { + position: relative; + display: block; +} + +.product__sidebar-single+.product__sidebar-single { + margin-top: 30px; +} + +.product__sidebar-title { + font-size: 20px; + font-weight: 600; + line-height: 20px; + margin: 0; + margin-bottom: 22px; +} + + + +.shop-search { + position: relative; + display: block; +} + +.shop-search form { + border-radius: 0; + position: relative; +} + +.shop-search form input[type=search], +.shop-search form input[type=text] { + width: 100%; + height: 60px; + background-color: transparent; + padding-left: 30px; + padding-right: 30px; + font-size: 14px; + color: var(--treck-gray); + font-family: var(--treck-font); + border: 1px solid var(--treck-bdr-color); + outline: none; + font-weight: 500; + border-radius: 0; +} + +.shop-search form ::placeholder { + color: inherit; + opacity: 1; +} + + + +.product__price-ranger { + position: relative; + padding: 27px 30px 31px; + margin: 0; + background-color: var(--treck-primary); +} + +.product__price-ranger.price-ranger { + margin-top: 7px; + margin-bottom: 0px; +} + +.product__price-ranger .price-ranger .ui-widget-content { + background: var(--treck-white); + border: none; + height: 5px; + border-radius: 0; +} + +.product__price-ranger .price-ranger .ui-slider-handle { + position: absolute; + top: -5px; + background: var(--treck-base); + border: 0; + height: 14px; + width: 14px !important; + border-radius: 50%; + margin-left: -2px; + outline: medium none; + cursor: pointer; + z-index: 2; +} + +.product__price-ranger .price-ranger .ui-slider .ui-slider-range { + background: var(--treck-base); +} + +.product__price-ranger .price-ranger #slider-range { + margin-left: 3px; + margin-right: 0; + margin-top: 0; +} + +.product__price-ranger .price-ranger .ranger-min-max-block { + position: relative; + display: block; + margin-top: 17px; +} + +.product__price-ranger .price-ranger .ranger-min-max-block input { + display: inline-block; +} + +.product__price-ranger .price-ranger .ranger-min-max-block input[type="submit"] { + position: relative; + display: block; + background: var(--treck-white); + float: right; + text-align: center; + border: none; + color: var(--treck-gray); + font-size: 12px; + font-weight: 600; + margin-top: 3px; + cursor: pointer; + padding: 4px 20px 4px; + border-radius: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.product__price-ranger .price-ranger .ranger-min-max-block input[type="submit"]:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + +.product__price-ranger .price-ranger .ranger-min-max-block input[type="text"] { + position: relative; + display: inline-block; + color: var(--treck-gray); + font-size: 14px; + font-weight: 500; + width: 40px; + line-height: 30px; + border: none; + padding: 0; + text-align: center; + background-color: transparent; +} + +.product__price-ranger .price-ranger .ranger-min-max-block span { + position: relative; + display: inline-block; + color: var(--treck-gray); + font-size: 14px; + font-weight: 400; + line-height: 40px; + left: -2px; +} + + + +.shop-category { + position: relative; + display: block; + padding: 27px 15px 13px; + background-color: var(--treck-primary); +} + +.shop-category .product__sidebar-title { + margin-left: 15px; + margin-bottom: 13px; +} + +.shop-category ul { + position: relative; + display: block; +} + +.shop-category ul li { + position: relative; + line-height: 24px; + font-size: 16px; + text-transform: capitalize; + color: var(--treck-gray); + margin-bottom: 6px; +} + +.shop-category ul li:last-child { + margin-bottom: 0; +} + +.shop-category ul li a { + position: relative; + display: block; + line-height: 24px; + font-size: 16px; + text-transform: capitalize; + color: var(--treck-gray); + font-weight: 400; + transition: all 0.3s ease; + z-index: 1; + padding: 8px 30px 10px; +} + +.shop-category ul li a::before { + content: ""; + position: absolute; + top: 0; + left: 0; + bottom: 0; + width: 100%; + background: var(--treck-white); + z-index: -1; + transform: scaleY(0.0); + transform-origin: left; + transform-style: preserve-3d; + transition: all 200ms linear; + transition-delay: 0.1s; +} + +.shop-category ul li a:hover:before { + transform: scaleY(1.0); +} + +.shop-category ul li:hover a, +.shop-category ul li.active a { + color: var(--treck-black); + color: var(--treck-black); + background: var(--treck-white); +} + +.shop-category ul li a:after { + position: absolute; + left: 15px; + top: 5px; + font-family: "Font Awesome 5 Free"; + font-weight: 700; + content: "\f0da"; + opacity: 1; + font-size: 15px; + color: var(--treck-gray); + line-height: 30px; + transition: all 200ms linear; + transition-delay: 0.1s; + z-index: 1; +} + +.shop-category ul li a:hover:after, +.shop-category ul li.active a:after { + color: var(--treck-base); +} + + + + + + + + + + +.product__items { + position: relative; + display: block; +} + +.product__showing-result { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + margin-bottom: 30px; +} + +.product__showing-text-box { + position: relative; + display: block; +} + +.product__showing-text { + font-size: 18px; +} + +.product__showing-sort { + position: relative; + display: block; + max-width: 340px; + width: 100%; +} + +.product__showing-sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { + position: relative; + display: block; + max-width: 340px; + width: 100% !important; + +} + +.product__showing-sort .bootstrap-select>.dropdown-toggle::after { + display: none; +} + +.product__showing-sort .bootstrap-select>.dropdown-toggle { + position: relative; + height: 64px; + outline: none !important; + border-radius: 0; + border: 0; + background-color: var(--treck-primary) !important; + margin: 0; + padding: 0; + padding-left: 30px; + padding-right: 30px; + color: var(--treck-gray) !important; + font-size: 14px; + line-height: 64px; + font-weight: 500; + box-shadow: none !important; + background-repeat: no-repeat; + background-size: 14px 12px; + background-position: right 25.75px center; +} + +.product__showing-sort .bootstrap-select>.dropdown-toggle:before { + position: absolute; + top: 0; + bottom: 0; + right: 26px; + font-family: "Font Awesome 5 Free"; + content: "\f107"; + font-weight: 900; + font-size: 14px; + color: var(--treck-gray); +} + +.product__all { + position: relative; + display: block; +} + +.product__all-single { + position: relative; + display: block; + margin-bottom: 30px; + text-align: center; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.product__all-single:hover { + box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07); +} + +.product__all-single-inner { + position: relative; + display: block; + overflow: hidden; + border: 1px solid var(--treck-bdr-color); + background-color: var(--treck-white); + z-index: 1; +} + +.product__all-img { + position: relative; + display: block; + overflow: hidden; + background-color: var(--treck-white); + z-index: 1; +} + +.product__all-img:before { + position: absolute; + content: ""; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: rgba(var(--treck-primary-rgb), .30); + -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease; + transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease; + transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease; + transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease; + visibility: hidden; + opacity: 0; + -webkit-transform: translateY(-70%); + transform: translateY(-70%); + z-index: 1; +} + +.product__all-single:hover .product__all-img:before { + visibility: visible; + -webkit-transform: translateY(0%); + transform: translateY(0%); + opacity: 1; +} + +.product__all-img img { + width: 100%; + mix-blend-mode: darken; + transition: all 500ms ease; +} + +.product__all-single:hover .product__all-img img { + transform: scale(1.05); +} + +.product__all-content { + position: relative; + display: block; + text-align: center; + padding-top: 30px; + padding-bottom: 30px; +} + +.product__all-review { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.product__all-review i { + color: var(--treck-base); + font-size: 15px; +} + +.product__all-review i+i { + margin-left: 5px; +} + +.product__all-title { + font-size: 20px; + font-weight: 600; + line-height: 30px; + margin-top: 2px; +} + +.product__all-title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.product__all-title a:hover { + color: var(--treck-base); +} + +.product__all-price { + font-weight: 500; + line-height: 25px; + font-size: 16px; +} + +.product__all-btn-box { + position: relative; + display: block; + margin-top: 16px; + z-index: 2; +} + +.product__all-btn { + font-weight: 600; + padding: 4px 20px 4px; + font-size: 12px; + color: var(--treck-gray); + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); +} + +.product__all-btn:hover { + color: var(--treck-white); +} + +.product__all-btn:before { + background-color: var(--treck-base); +} + +.products__all-icon-boxes { + position: absolute; + top: 20px; + right: 20px; + z-index: 2; + display: flex; + align-items: center; + flex-direction: column; + opacity: 0; + -webkit-transform: perspective(400px) rotateX(20deg) translateX(100%); + -ms-transform: perspective(400px) rotateX(20deg) translateX(100%); + transform: perspective(400px) rotateX(20deg) translateX(100%); + -webkit-transform-origin: bottom; + -ms-transform-origin: bottom; + transform-origin: bottom; + transition-delay: .1s; + transition-timing-function: ease-in-out; + transition-duration: .5s; + transition-property: all; + z-index: 1; +} + +.product__all-single:hover .products__all-icon-boxes { + opacity: 1.0; + -webkit-transform: perspective(400px) rotateX(0deg) translateX(0%); + -ms-transform: perspective(400px) rotateX(0deg) translateX(0%); + transform: perspective(400px) rotateX(0deg) translateX(-0%); + transition-delay: .3s; + transition-timing-function: ease-in-out; + transition-duration: .5s; + transition-property: all; +} + +.products__all-icon-boxes a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 40px; + width: 40px; + background-color: var(--treck-primary); + border-radius: 50%; + font-size: 14px; + color: var(--treck-black); + transition: all 200ms linear; + transition-delay: 0.1s; +} + +.products__all-icon-boxes a:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + +.products__all-icon-boxes a+a { + margin-top: 10px; +} + +/*-------------------------------------------------------------- +# Product Details +--------------------------------------------------------------*/ +.product-details { + position: relative; + display: block; + padding: 112px 0px 56px; +} + +.product-details__img { + position: relative; + display: block; + overflow: hidden; +} + +.product-details__img img { + width: 100%; + border: 1px solid var(--treck-bdr-color); +} + +.product-details__img-search { + position: absolute; + top: 30px; + right: 30px; +} + +.product-details__img-search a span { + position: relative; + display: flex; + align-items: center; + font-size: 21px; + color: var(--treck-black); +} + + +.product-details__top { + position: relative; + display: block; + margin-top: -9px; +} + +.product-details__title { + font-size: 34px; + line-height: 44px; + font-weight: 600; + margin: 0; +} + +.product-details__title span { + position: relative; + display: inline-block; + color: var(--treck-base); + font-size: 20px; + line-height: 24px; + font-weight: 500; + margin-left: 15px; + letter-spacing: 0; +} + +.product-details__reveiw { + display: flex; + align-items: center; + margin-top: 20px; + padding-bottom: 30px; + margin-bottom: 21px; + border-bottom: 1px solid var(--treck-bdr-color); +} + +.product-details__reveiw i { + font-size: 15px; + color: var(--treck-base); +} + +.product-details__reveiw i+i { + margin-left: 4px; +} + +.product-details__reveiw span { + position: relative; + top: 1px; + line-height: 1; + font-size: 16px; + color: var(--treck-gray); + font-weight: 500; + margin-left: 20px; +} + +.product-details__content { + position: relative; + display: block; +} + +.product-details__content-text1 { + font-size: 16px; + line-height: 30px; + margin: 0; + margin-bottom: 31px; +} + +.product-details__content-text2 { + font-size: 16px; + line-height: 30px; + margin: 0; +} + +.product-details__quantity { + position: relative; + display: flex; + align-items: center; + margin-top: 21px; +} + +.product-details__quantity-title { + margin: 0; + color: var(--treck-black); + font-size: 18px; + line-height: 30px; + font-weight: 600; + margin-right: 30px; +} + +.product-details__quantity .quantity-box { + position: relative; + width: 98px; + height: 50px; +} + +.product-details__quantity .quantity-box input { + width: 98px; + height: 50px; + border: 1px solid var(--treck-bdr-color); + -webkit-appearance: textfield; + -moz-appearance: textfield; + appearance: textfield; + font-family: var(--treck-font); + padding-left: 30px; + outline: none; + font-size: 18px; + font-weight: 400; + color: var(--treck-gray); + background-color: var(--treck-white); +} + +.product-details__quantity .quantity-box button { + width: 24px; + height: 24px; + color: var(--treck-gray); + font-size: 8px; + position: absolute; + top: 1px; + right: 1px; + background-color: var(--treck-white); + border: none; + border-left: 1px solid var(--treck-bdr-color); + display: flex; + align-items: center; + justify-content: center; + outline: none; +} + +.product-details__quantity .quantity-box button.sub { + bottom: 1px; + top: auto; + border-top: 1px solid var(--treck-bdr-color); +} + +.product-details__buttons { + position: relative; + display: flex; + align-items: center; + margin-bottom: 30px; + margin-top: 30px; +} + +.product-details__buttons-1 { + position: relative; + display: block; +} + +.product-details__buttons-1 .thm-btn { + background-color: var(--treck-black); + color: var(--treck-white); +} + +.product-details__buttons-1 .thm-btn:hover { + color: var(--treck-white); +} + +.product-details__buttons-1 .thm-btn::before { + background-color: var(--treck-base); +} + +.product-details__buttons-2 { + position: relative; + display: block; + margin-left: 10px; +} + +.product-details__buttons-2 .thm-btn { + background-color: var(--treck-base); +} + + + +.product-details__social { + position: relative; + display: flex; + align-items: center; +} + +.product-details__social .title { + position: relative; + display: block; +} + +.product-details__social .title h3 { + color: var(--treck-black); + font-size: 18px; + line-height: 18px; + font-weight: 600; +} + +.product-details__social-link { + position: relative; + display: flex; + align-items: center; + margin-left: 30px; +} + +.product-details__social-link a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + color: var(--treck-black); + font-size: 15px; + transition: all 200ms linear; + transition-delay: 0.1s; + background-color: transparent; + border-radius: 50%; + height: 40px; + width: 40px; + border: 1px solid var(--treck-bdr-color); +} + +.product-details__social-link a+a { + margin-left: 10px; +} + +.product-details__social-link a:hover { + color: var(--treck-white); + background-color: var(--treck-base); + border: 1px solid var(--treck-base); +} + + +/*-------------------------------------------------------------- +# Product Description +--------------------------------------------------------------*/ +.product-description { + position: relative; + display: block; + background: #ffffff; + padding: 0px 0px 50px; +} + +.product-description__title { + font-size: 30px; + line-height: 30px; + font-weight: 600; + margin-bottom: 28px; +} + +.product-description__text1 { + font-size: 16px; + line-height: 30px; + margin: 0; +} + +.product-description__list { + position: relative; + display: block; + margin-top: 30px; + margin-bottom: 30px; +} + +.product-description__list ul { + position: relative; + display: block; +} + +.product-description__list ul li { + position: relative; + display: block; + margin-bottom: 2px; +} + +.product-description__list ul li:last-child { + margin-bottom: 0px; +} + +.product-description__list ul li p { + color: var(--treck-black); + margin: 0; + font-weight: 600; + font-size: 16px; +} + +.product-description__list ul li p span:before { + position: relative; + display: inline-block; + color: var(--treck-base); + font-size: 17px; + line-height: 17px; + margin-right: 11px; + top: 2px; +} + +.product-description__tex2 { + font-size: 16px; + line-height: 30px; + margin: 0; +} + +/*-------------------------------------------------------------- +# Review One +--------------------------------------------------------------*/ +.review-one { + position: relative; + display: block; +} + +.comments-area { + position: relative; + display: block; + border-top: 1px solid var(--treck-bdr-color); + padding-top: 56px; +} + +.review-one__title { + position: relative; + display: block; + margin-bottom: 37px; +} + +.review-one__title h3 { + font-size: 30px; + line-height: 30px; + font-weight: 600; + margin: 0; +} + + +.comments-area .comment-box { + position: relative; + display: block; + margin-bottom: 40px; + padding-bottom: 40px; + border-bottom: 1px solid var(--treck-bdr-color); +} + +.comments-area .comment { + position: relative; + display: flex; + align-items: center; +} + +.comments-area .comment-box .author-thumb { + position: relative; + display: block; + width: 165px; + height: 165px; + border-radius: 50%; + overflow: hidden; +} + +.comments-area .comment-box .author-thumb img { + width: 100%; +} + +.comments-area .comment-box .author-thumb figure { + margin: 0; +} + +.review-one__content { + position: relative; + display: block; + padding-left: 45px; + flex: 1; +} + +.review-one__content-top { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + margin-bottom: 28px; +} + +.review-one__content-top .info { + position: relative; + display: block; +} + +.review-one__content-top .info h2 { + font-size: 20px; + line-height: 30px; + font-weight: 600; +} + +.review-one__content-top .info h2 span { + color: var(--treck-base); + font-size: 16px; + font-weight: 500; + letter-spacing: 0; + text-transform: capitalize; +} + +.review-one__content-top .reply-btn { + position: relative; + display: block; +} + +.review-one__content-top .reply-btn i:before { + color: var(--treck-base); + font-size: 15px; +} + +.review-one__content-bottom { + position: relative; + display: block; +} + +.review-one__content-bottom p { + font-size: 16px; + line-height: 30px; + margin: 0px; +} + +/*-------------------------------------------------------------- +# Review Form One +--------------------------------------------------------------*/ +.review-form-one { + position: relative; + display: block; + padding: 16px 0 120px; +} + +.review-form-one__inner { + position: relative; + display: block; +} + +.review-form-one__title { + font-size: 30px; + font-weight: 600; + line-height: 30px; +} + +.review-form-one__rate-box { + position: relative; + display: flex; + align-items: center; + margin-top: 18px; + margin-bottom: 26px; +} + +.review-form-one__rate-text { + font-size: 18px; + font-weight: 400; +} + +.review-form-one__rate { + position: relative; + display: flex; + align-items: center; + margin-left: 17px; +} + +.review-form-one__rate i { + font-size: 16px; + color: var(--treck-base); +} + +.review-form-one__rate i+i { + margin-left: 5px; +} + +.review-form-one__form { + position: relative; + display: block; +} + +.review-form-one__form .row { + --bs-gutter-x: 20px; +} + +.review-form-one__input-box textarea { + font-size: 14px; + color: var(--treck-gray); + height: 190px; + width: 100%; + background-color: var(--treck-primary); + padding: 20px 30px 30px; + border: none; + outline: none; + margin-bottom: 0px; + font-weight: 500; +} + +.review-form-one__input-box.text-message-box { + height: 190px; +} + +.review-form-one__input-box { + position: relative; + display: block; + margin-bottom: 20px; +} + +.review-form-one__input-box input[type="text"], +.review-form-one__input-box input[type="email"] { + height: 52px; + width: 100%; + border: none; + background-color: var(--treck-primary); + padding-left: 30px; + padding-right: 30px; + outline: none; + font-size: 14px; + color: var(--treck-gray); + display: block; + font-weight: 500; +} + +.review-form-one__btn { + border: none; +} + + +/*-------------------------------------------------------------- +# Cart Page +--------------------------------------------------------------*/ +.cart-page { + position: relative; + display: block; + background: var(--treck-white); + padding: 110px 0px 120px; +} + +.cart-page .table-responsive { + position: relative; + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; +} + +@media(max-width: 1199px) { + .cart-table { + min-width: 1170px; + } +} + +.cart-table { + margin-bottom: 60px; +} + +.cart-table thead th { + color: var(--treck-black); + font-size: 20px; + line-height: 30px; + font-weight: 600; + padding: 0; + border: none; + padding-bottom: 23px; +} + +.cart-table thead th:last-child { + text-align: right; +} + +.cart-table tbody tr { + vertical-align: middle; +} + +.cart-table tbody tr:last-child { + border-bottom: 1px solid #eeede5; +} + +.cart-table tbody td { + font-size: 18px; + font-weight: 400; + color: var(--treck-gray); + vertical-align: middle; + border-top: 1px solid var(--treck-bdr-color); + border-bottom: 1px solid var(--treck-bdr-color); + padding-top: 30px; + padding-bottom: 30px; + padding-left: 0; + padding-right: 0; + letter-spacing: 0; +} + +.cart-table tbody td:last-child { + text-align: right; +} + +.cart-table .product-box { + display: flex; + align-items: center; +} + +.cart-table .product-box .img-box { + position: relative; + display: block; + width: 120px; + overflow: hidden; + margin-right: 35px; +} + +.cart-table .product-box .img-box img { + width: 100%; + border: 1px solid var(--treck-bdr-color); +} + +.cart-table h3 { + color: var(--treck-black); + font-size: 20px; + font-weight: 600; + margin: 0; + text-transform: none; +} + +.cart-table h3 a { + color: var(--treck-black); + transition: all 200ms linear; + transition-delay: 0.1s; +} + +.cart-table h3 a:hover { + color: var(--treck-base); +} + +.cart-table .quantity-box { + position: relative; + width: 98px; + height: 50px; +} + +.cart-table .quantity-box input { + width: 98px; + height: 50px; + border: 1px solid var(--treck-bdr-color); + -webkit-appearance: textfield; + appearance: textfield; + font-family: var(--treck-font); + padding-left: 30px; + outline: none; + font-size: 18px; + font-weight: 400; + color: var(--treck-gray); + background-color: transparent; +} + +.cart-table .quantity-box button { + width: 24px; + height: 24px; + background-color: transparent; + color: var(--treck-gray); + font-size: 8px; + position: absolute; + top: 1px; + right: 1px; + background-color: transparent; + border: none; + border-left: 1px solid var(--treck-bdr-color); + display: flex; + align-items: center; + justify-content: center; + outline: none; +} + +.cart-table .quantity-box button.sub { + bottom: 1px; + top: auto; + border-top: 1px solid var(--treck-bdr-color); +} + +.cart-table .cross-icon { + position: relative; + display: block; +} + +.cart-table .cross-icon i:before { + position: relative; + display: inline-block; + color: var(--treck-black); + font-size: 16px; +} + +.cart-cupon__form { + position: relative; + display: block; + margin-bottom: 30px; +} + +.cart-cupon__input { + width: 100%; + max-width: 375px; + background-color: var(--treck-primary); + padding-left: 30px; + padding-right: 30px; + margin-right: 20px; + font-family: var(--treck-font); + font-size: 14px; + color: var(--treck-gray); + height: 52px; + margin-bottom: 20px; + border: none; + outline: none; + font-weight: 500; +} + +.cart-cupon__form ::placeholder { + color: var(--treck-gray); + opacity: 1; +} + +.cart-cupon__form button { + top: -2px; + border: none; + outline: none !important; +} + +.cart-total { + position: relative; + display: block; + margin-bottom: 23px; + margin-top: -8px; +} + +.cart-total li { + display: flex; + justify-content: flex-end; + align-items: center; + color: var(--treck-gray); + font-size: 18px; + font-weight: 400; + letter-spacing: 0; +} + +.cart-total li+li { + margin-top: 15px; +} + +.cart-total li span:first-child { + display: block; + color: var(--treck-black); + font-size: 20px; + margin-right: 75px; + font-weight: 600; + width: 135px; + text-align: right; +} + +.cart-total li:nth-child(2) span:first-child { + position: relative; + right: 6px; +} + +.cart-total-amount { + color: var(--treck-base); + font-weight: 400; +} + +.cart-page__buttons { + position: relative; + display: flex; + align-items: center; + justify-content: flex-end; +} + +.cart-page__buttons-1 { + position: relative; + display: block; +} + +.cart-page__buttons-1 .thm-btn { + background: var(--treck-black); + color: var(--treck-white); +} + +.cart-page__buttons-1 .thm-btn:before { + background-color: var(--treck-base); +} + +.cart-page__buttons-2 { + position: relative; + display: block; + margin-left: 10px; +} + +.cart-page__buttons-2 .thm-btn { + background-color: var(--treck-base); +} + + +/*-------------------------------------------------------------- +# Checkout +--------------------------------------------------------------*/ +.checkout-page { + position: relative; + display: block; + padding: 110px 0 120px; +} + +.checkout-page .billing_details { + position: relative; + display: block; +} + +.billing_title { + position: relative; + display: block; + margin-bottom: 33px; +} + +.billing_title p { + font-size: 16px; + margin: 0; +} + +.billing_title span { + color: var(--treck-base); +} + +.billing_title h2 { + font-size: 30px; + line-height: 30px; + margin: 0; + font-weight: 600; + margin-top: 17px; +} + +.billing_details_form { + position: relative; + display: block; +} + +.billing_details_form .bs-gutter-x-20 { + --bs-gutter-x: 20px; +} + + +.billing_details_form .btn-light { + border: none; +} + +.billing_details_form .btn-light:hover { + border: none; +} + +.billing_input_box { + position: relative; + display: block; + margin-bottom: 20px; +} + +.billing_input_box input[type="text"], +.billing_input_box input[type="email"], +.billing_input_box input[type="tel"] { + height: 52px; + width: 100%; + border: none; + background-color: var(--treck-primary); + padding-left: 30px; + padding-right: 30px; + outline: none; + font-size: 14px; + color: var(--treck-gray); + display: block; + font-weight: 500; +} + +.billing_details .checked-box { + position: relative; + display: block; + margin-top: -6px; +} + +.billing_details .checked-box label { + position: relative; + display: inline-block; + padding-left: 30px; + margin-right: 0px; + margin-bottom: 0; + color: var(--treck-gray); + font-size: 16px; + line-height: 24px; + font-weight: 400; + text-transform: none; + cursor: pointer; + font-family: var(--treck-font); +} + +.billing_details .checked-box input[type="checkbox"] { + display: none; +} + +.billing_details .checked-box input[type="checkbox"]+label span { + position: absolute; + top: 2px; + left: 0; + width: 20px; + height: 20px; + border-radius: 50%; + vertical-align: middle; + background: var(--treck-base); + cursor: pointer; + -webkit-transition: all 300ms ease; + -moz-transition: all 300ms ease; + -ms-transition: all 300ms ease; + -o-transition: all 300ms ease; + transition: all 300ms ease; + border: 0; +} + +.billing_details .checked-box label span:before { + position: absolute; + top: 4px; + left: 6px; + display: block; + border-bottom: 2px solid #fff; + border-right: 2px solid #fff; + content: ''; + width: 6px; + height: 9px; + pointer-events: none; + -webkit-transform-origin: 66% 66%; + -ms-transform-origin: 66% 66%; + transform-origin: 66% 66%; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); + -webkit-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + opacity: 0; +} + +.billing_details.checked-box input[type="checkbox"]:checked+label span { + border-color: #ffffff; +} + +.billing_details .checked-box input[type="checkbox"]:checked+label span:before { + opacity: 1; +} + +.ship_different_address_title { + margin-top: 44px; +} + +.ship_different_address_title h2 span::before { + position: relative; + display: inline-block; + color: var(--treck-white); + font-size: 10px; + top: -5px; + left: 2px; + height: 20px; + width: 20px; + background-color: var(--treck-base); + border-radius: 50%; + text-align: center; + line-height: 20px; +} + +.ship_different_address_form .ship_different_input { + position: relative; + display: block; + height: 122px; +} + +.ship_different_address_form .ship_different_input textarea { + font-size: 14px; + color: var(--treck-gray); + height: 122px; + width: 100%; + background-color: var(--treck-primary); + padding: 15px 30px 20px; + border: none; + outline: none; + margin-bottom: 0px; + font-weight: 500; +} + +.billing_details_form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { + position: relative; + display: block; + max-width: 100%; + width: 100% !important; + +} + +.billing_details_form .bootstrap-select>.dropdown-toggle::after { + display: none; +} + +.billing_details_form .bootstrap-select>.dropdown-toggle { + position: relative; + height: 52px; + outline: none !important; + border-radius: 0; + border: 0; + background-color: var(--treck-primary) !important; + margin: 0; + padding: 0; + padding-left: 30px; + padding-right: 30px; + color: var(--treck-gray) !important; + font-size: 14px; + line-height: 52px; + font-weight: 500; + box-shadow: none !important; + background-repeat: no-repeat; + background-size: 14px 12px; + background-position: right 25.75px center; +} + +.billing_details_form .bootstrap-select>.dropdown-toggle:before { + position: absolute; + top: 0; + bottom: 0; + right: 26px; + font-family: "Font Awesome 5 Free"; + content: "\f107"; + font-weight: 900; + font-size: 14px; + color: var(--treck-gray); +} + +.your_order { + position: relative; + display: block; + padding-top: 56px; +} + +.your_order h2 { + font-size: 30px; + line-height: 30px; + font-weight: 600; + margin: 0; + margin-bottom: 57px; +} + +.order_table_box { + position: relative; + width: 100%; + border-bottom: 1px solid var(--treck-bdr-color); + padding-bottom: 24px; +} + +.order_table_detail { + position: relative; + width: 100%; +} + +.order_table_head { + position: relative; + width: 100%; + border-bottom: 1px solid var(--treck-bdr-color); + border-top: 1px solid var(--treck-bdr-color); +} + +.order_table_head th { + font-size: 20px; + color: var(--treck-black); + font-weight: 600; + margin: 0; + padding: 22px 0 23px; +} + +.order_table_head th.right { + float: right; +} + +.order_table_detail tbody td { + padding: 29px 0 2px; +} + +.order_table_detail tbody td.pro__title { + color: var(--treck-gray); + font-size: 16px; + line-height: 18px; + font-weight: 400; +} + +.order_table_detail tbody td.pro__price { + color: var(--treck-gray); + font-size: 16px; + line-height: 18px; + text-align: right; + font-weight: 400; + letter-spacing: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.checkout__payment { + background-color: var(--treck-primary); + padding: 52px 50px 20px; + margin-bottom: 20px; +} + +.checkout__payment__item+.checkout__payment__item { + margin-top: 39px; +} + + +.checkout__payment__title { + display: flex; + color: var(--treck-black); + font-size: 18px; + font-weight: 600; + margin: 0; + align-items: center; + margin-bottom: 27px; + cursor: pointer; +} + +.checkout__payment__title::before { + content: ''; + width: 23px; + height: 23px; + background-color: #ffffff; + border: 2px solid #e3dbd8; + border-radius: 50%; + margin-right: 10px; + font-family: 'Font Awesome 5 Free'; + font-weight: 900; + font-size: 10px; + color: #fff; + display: flex; + justify-content: center; + align-items: center; + margin-right: 15px; + position: relative; + top: -2px; + transition: all 500ms ease; +} + +.checkout__payment__title img { + margin-left: 15px; +} + +.checkout__payment__item--active .checkout__payment__title::before { + background-color: var(--treck-base); + border-color: var(--treck-base); + content: '\f00c'; + color: var(--treck-white); +} + +.checkout__payment__content { + font-size: 16px; + line-height: 30px; + color: var(--treck-gray); + font-weight: 500; + margin-left: 39px; +} + +/*-------------------------------------------------------------- +# About Four +--------------------------------------------------------------*/ +.about-four { + position: relative; + display: block; + padding: 120px 0 120px; + overflow: hidden; + z-index: 1; +} + +.about-four__shape-2 { + position: absolute; + left: 70px; + bottom: -55px; + z-index: -1; +} + +.about-four__shape-2 img { + width: auto; +} + +.about-four__left { + position: relative; + display: block; + margin-right: 80px; +} + +.about-four__left .section-title { + margin-bottom: 38px; +} + +.about-four__left .section-title__border-box { + margin-left: 0; +} + +.about-four__top { + position: relative; + display: flex; + align-items: center; +} + +.about-four__icon { + position: relative; + display: flex; + align-items: center; +} + +.about-four__icon span { + position: relative; + display: inline-block; + font-size: 63px; + color: var(--treck-black); +} + +.about-four__content { + margin-left: 17px; +} + +.about-four__content h4 { + font-size: 24px; + color: var(--treck-base); + font-weight: 500; + line-height: 30px; +} + +.about-four__text-1 { + padding-top: 34px; + padding-bottom: 22px; +} + +.about-four__points-box { + position: relative; + display: flex; + align-items: center; +} + +.about-four__points { + position: relative; + display: block; +} + +.about-four__points li { + position: relative; + display: flex; + align-items: center; +} + +.about-four__points li .icon { + position: relative; + display: flex; + align-items: center; +} + +.about-four__points li .icon span { + font-size: 21px; + color: var(--treck-base); +} + +.about-four__points li .text { + margin-left: 6px; +} + +.about-four__points li .text p { + font-size: 16px; + color: var(--treck-black); + font-weight: 600; +} + +.about-four__points--two { + margin-left: 25px; +} + +.about-four__btn-box { + position: relative; + display: block; + margin-top: 45px; +} + +.about-four__right { + position: relative; + display: block; + margin-left: -40px; + margin-right: 310px; +} + +.about-four__img-box { + position: relative; + display: block; +} + +.about-four__img-one { + position: relative; + display: block; +} + +.about-four__img-one img { + width: 100%; +} + +.about-four__img-two { + position: absolute; + top: 0; + right: -310px; +} + +.about-four__img-two img { + width: auto; +} + +.about-four__experience { + position: absolute; + bottom: -60px; + left: -54px; + border-bottom-left-radius: 45px; + background-color: rgb(255, 255, 255); + box-shadow: 14.982px 29.403px 87px 0px rgba(0, 0, 0, 0.07); +} + +.about-four__experience-inner { + position: relative; + display: block; + max-width: 247px; + padding: 22px 80px 23px; + padding-right: 20px; + width: 100%; + border-bottom-left-radius: 45px; + overflow: hidden; + z-index: 1; +} + +.about-four__experience h3 { + font-size: 45px; + font-weight: 600; + line-height: 45px; + color: var(--treck-base); +} + +.about-four__experience p { + font-size: 15px; + margin-top: -2px; +} + +.about-four__shape-1 { + position: absolute; + left: -85px; + bottom: -13px; +} + +.about-four__shape-1 img { + width: auto; + mix-blend-mode: darken; +} + +/*-------------------------------------------------------------- +# About Page Testimonial +--------------------------------------------------------------*/ +.about-page-testimonial { + position: relative; + display: block; + background-color: var(--treck-primary); + z-index: 1; +} + +.about-page-testimonial__bg-1 { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + mix-blend-mode: multiply; + opacity: 0.35; + z-index: -1; +} + +.about-page-testimonial__bg-2 { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 485px; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + mix-blend-mode: luminosity; + opacity: 0.05; + z-index: -1; +} + +/*-------------------------------------------------------------- +# About Page Counter +--------------------------------------------------------------*/ +.about-page-counter { + padding-top: 100px; +} + + + + +/*-------------------------------------------------------------- +# Boxed Version +--------------------------------------------------------------*/ + +body.boxed-wrapper { + background-color: var(--treck-primary); +} + +.boxed-wrapper .page-wrapper { + max-width: 1530px; + margin-left: auto; + margin-right: auto; + background-color: #fff; + box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08); +} + +.boxed-wrapper .main-menu__call { + display: none; +} + +.boxed-wrapper .main-menu .main-menu__list>li+li, +.boxed-wrapper .stricky-header .main-menu__list>li+li { + margin-left: 42px; +} \ No newline at end of file diff --git a/assets/images/backgrounds/about-page-testimonial-bg-1.jpg b/assets/images/backgrounds/about-page-testimonial-bg-1.jpg new file mode 100644 index 0000000..496928d Binary files /dev/null and b/assets/images/backgrounds/about-page-testimonial-bg-1.jpg differ diff --git a/assets/images/backgrounds/about-page-testimonial-bg-2.png b/assets/images/backgrounds/about-page-testimonial-bg-2.png new file mode 100644 index 0000000..54384f5 Binary files /dev/null and b/assets/images/backgrounds/about-page-testimonial-bg-2.png differ diff --git a/assets/images/backgrounds/banner-one-bg.jpg b/assets/images/backgrounds/banner-one-bg.jpg new file mode 100644 index 0000000..a61ecdb Binary files /dev/null and b/assets/images/backgrounds/banner-one-bg.jpg differ diff --git a/assets/images/backgrounds/benefits-two-bg-two.png b/assets/images/backgrounds/benefits-two-bg-two.png new file mode 100644 index 0000000..f7c2025 Binary files /dev/null and b/assets/images/backgrounds/benefits-two-bg-two.png differ diff --git a/assets/images/backgrounds/benefits-two-bg.jpg b/assets/images/backgrounds/benefits-two-bg.jpg new file mode 100644 index 0000000..42b7e1b Binary files /dev/null and b/assets/images/backgrounds/benefits-two-bg.jpg differ diff --git a/assets/images/backgrounds/coaching-details-importance-bg.png b/assets/images/backgrounds/coaching-details-importance-bg.png new file mode 100644 index 0000000..6c8e157 Binary files /dev/null and b/assets/images/backgrounds/coaching-details-importance-bg.png differ diff --git a/assets/images/backgrounds/coaching-three-bg.jpg b/assets/images/backgrounds/coaching-three-bg.jpg new file mode 100644 index 0000000..bde1e4e Binary files /dev/null and b/assets/images/backgrounds/coaching-three-bg.jpg differ diff --git a/assets/images/backgrounds/coaching-two-bg-2.png b/assets/images/backgrounds/coaching-two-bg-2.png new file mode 100644 index 0000000..f7c2025 Binary files /dev/null and b/assets/images/backgrounds/coaching-two-bg-2.png differ diff --git a/assets/images/backgrounds/coaching-two-bg.jpg b/assets/images/backgrounds/coaching-two-bg.jpg new file mode 100644 index 0000000..662f201 Binary files /dev/null and b/assets/images/backgrounds/coaching-two-bg.jpg differ diff --git a/assets/images/backgrounds/contact-five-bg.png b/assets/images/backgrounds/contact-five-bg.png new file mode 100644 index 0000000..54384f5 Binary files /dev/null and b/assets/images/backgrounds/contact-five-bg.png differ diff --git a/assets/images/backgrounds/contact-four-bg-1.jpg b/assets/images/backgrounds/contact-four-bg-1.jpg new file mode 100644 index 0000000..5d5ab8f Binary files /dev/null and b/assets/images/backgrounds/contact-four-bg-1.jpg differ diff --git a/assets/images/backgrounds/contact-four-bg-2.png b/assets/images/backgrounds/contact-four-bg-2.png new file mode 100644 index 0000000..54384f5 Binary files /dev/null and b/assets/images/backgrounds/contact-four-bg-2.png differ diff --git a/assets/images/backgrounds/contact-one-bg.jpg b/assets/images/backgrounds/contact-one-bg.jpg new file mode 100644 index 0000000..956480b Binary files /dev/null and b/assets/images/backgrounds/contact-one-bg.jpg differ diff --git a/assets/images/backgrounds/contact-three-bg.png b/assets/images/backgrounds/contact-three-bg.png new file mode 100644 index 0000000..b153313 Binary files /dev/null and b/assets/images/backgrounds/contact-three-bg.png differ diff --git a/assets/images/backgrounds/contact-two-bg.png b/assets/images/backgrounds/contact-two-bg.png new file mode 100644 index 0000000..b153313 Binary files /dev/null and b/assets/images/backgrounds/contact-two-bg.png differ diff --git a/assets/images/backgrounds/counter-one-bg.png b/assets/images/backgrounds/counter-one-bg.png new file mode 100644 index 0000000..f7c2025 Binary files /dev/null and b/assets/images/backgrounds/counter-one-bg.png differ diff --git a/assets/images/backgrounds/countries-one-bg.png b/assets/images/backgrounds/countries-one-bg.png new file mode 100644 index 0000000..54384f5 Binary files /dev/null and b/assets/images/backgrounds/countries-one-bg.png differ diff --git a/assets/images/backgrounds/error-page-bg.png b/assets/images/backgrounds/error-page-bg.png new file mode 100644 index 0000000..1ab75ea Binary files /dev/null and b/assets/images/backgrounds/error-page-bg.png differ diff --git a/assets/images/backgrounds/excellence-one-bg.png b/assets/images/backgrounds/excellence-one-bg.png new file mode 100644 index 0000000..9355b73 Binary files /dev/null and b/assets/images/backgrounds/excellence-one-bg.png differ diff --git a/assets/images/backgrounds/faq-one-bg.jpg b/assets/images/backgrounds/faq-one-bg.jpg new file mode 100644 index 0000000..54ce00c Binary files /dev/null and b/assets/images/backgrounds/faq-one-bg.jpg differ diff --git a/assets/images/backgrounds/feature-three-bg.jpg b/assets/images/backgrounds/feature-three-bg.jpg new file mode 100644 index 0000000..43e9fb9 Binary files /dev/null and b/assets/images/backgrounds/feature-three-bg.jpg differ diff --git a/assets/images/backgrounds/location-one-bg.png b/assets/images/backgrounds/location-one-bg.png new file mode 100644 index 0000000..da55128 Binary files /dev/null and b/assets/images/backgrounds/location-one-bg.png differ diff --git a/assets/images/backgrounds/page-header-bg.jpg b/assets/images/backgrounds/page-header-bg.jpg new file mode 100644 index 0000000..9258ba8 Binary files /dev/null and b/assets/images/backgrounds/page-header-bg.jpg differ diff --git a/assets/images/backgrounds/process-one-bg.png b/assets/images/backgrounds/process-one-bg.png new file mode 100644 index 0000000..54384f5 Binary files /dev/null and b/assets/images/backgrounds/process-one-bg.png differ diff --git a/assets/images/backgrounds/services-three-bg-1.png b/assets/images/backgrounds/services-three-bg-1.png new file mode 100644 index 0000000..54384f5 Binary files /dev/null and b/assets/images/backgrounds/services-three-bg-1.png differ diff --git a/assets/images/backgrounds/services-three-bg-2.jpg b/assets/images/backgrounds/services-three-bg-2.jpg new file mode 100644 index 0000000..4291a8e Binary files /dev/null and b/assets/images/backgrounds/services-three-bg-2.jpg differ diff --git a/assets/images/backgrounds/services-two-hover-bg.jpg b/assets/images/backgrounds/services-two-hover-bg.jpg new file mode 100644 index 0000000..7c4cb88 Binary files /dev/null and b/assets/images/backgrounds/services-two-hover-bg.jpg differ diff --git a/assets/images/backgrounds/sidebar-project-bg-2.jpg b/assets/images/backgrounds/sidebar-project-bg-2.jpg new file mode 100644 index 0000000..e61439d Binary files /dev/null and b/assets/images/backgrounds/sidebar-project-bg-2.jpg differ diff --git a/assets/images/backgrounds/sidebar-project-bg.jpg b/assets/images/backgrounds/sidebar-project-bg.jpg new file mode 100644 index 0000000..75d6abb Binary files /dev/null and b/assets/images/backgrounds/sidebar-project-bg.jpg differ diff --git a/assets/images/backgrounds/slider-1-1.jpg b/assets/images/backgrounds/slider-1-1.jpg new file mode 100644 index 0000000..8ec853a Binary files /dev/null and b/assets/images/backgrounds/slider-1-1.jpg differ diff --git a/assets/images/backgrounds/slider-1-2.jpg b/assets/images/backgrounds/slider-1-2.jpg new file mode 100644 index 0000000..50ef7c2 Binary files /dev/null and b/assets/images/backgrounds/slider-1-2.jpg differ diff --git a/assets/images/backgrounds/slider-1-3.jpg b/assets/images/backgrounds/slider-1-3.jpg new file mode 100644 index 0000000..406afb8 Binary files /dev/null and b/assets/images/backgrounds/slider-1-3.jpg differ diff --git a/assets/images/backgrounds/slider-2-1.jpg b/assets/images/backgrounds/slider-2-1.jpg new file mode 100644 index 0000000..7aff5c1 Binary files /dev/null and b/assets/images/backgrounds/slider-2-1.jpg differ diff --git a/assets/images/backgrounds/slider-2-2.jpg b/assets/images/backgrounds/slider-2-2.jpg new file mode 100644 index 0000000..b26d202 Binary files /dev/null and b/assets/images/backgrounds/slider-2-2.jpg differ diff --git a/assets/images/backgrounds/slider-2-3.jpg b/assets/images/backgrounds/slider-2-3.jpg new file mode 100644 index 0000000..e9aea19 Binary files /dev/null and b/assets/images/backgrounds/slider-2-3.jpg differ diff --git a/assets/images/backgrounds/slider-3-1.jpg b/assets/images/backgrounds/slider-3-1.jpg new file mode 100644 index 0000000..306d16d Binary files /dev/null and b/assets/images/backgrounds/slider-3-1.jpg differ diff --git a/assets/images/backgrounds/slider-3-2.jpg b/assets/images/backgrounds/slider-3-2.jpg new file mode 100644 index 0000000..25fa2e0 Binary files /dev/null and b/assets/images/backgrounds/slider-3-2.jpg differ diff --git a/assets/images/backgrounds/slider-3-3.jpg b/assets/images/backgrounds/slider-3-3.jpg new file mode 100644 index 0000000..a75b862 Binary files /dev/null and b/assets/images/backgrounds/slider-3-3.jpg differ diff --git a/assets/images/backgrounds/testimonial-one-bg-dark.png b/assets/images/backgrounds/testimonial-one-bg-dark.png new file mode 100644 index 0000000..0eef3e8 Binary files /dev/null and b/assets/images/backgrounds/testimonial-one-bg-dark.png differ diff --git a/assets/images/backgrounds/testimonial-one-bg.png b/assets/images/backgrounds/testimonial-one-bg.png new file mode 100644 index 0000000..86eeca4 Binary files /dev/null and b/assets/images/backgrounds/testimonial-one-bg.png differ diff --git a/assets/images/backgrounds/travel-one-bg-two.png b/assets/images/backgrounds/travel-one-bg-two.png new file mode 100644 index 0000000..f7c2025 Binary files /dev/null and b/assets/images/backgrounds/travel-one-bg-two.png differ diff --git a/assets/images/backgrounds/travel-one-bg.jpg b/assets/images/backgrounds/travel-one-bg.jpg new file mode 100644 index 0000000..f14261d Binary files /dev/null and b/assets/images/backgrounds/travel-one-bg.jpg differ diff --git a/assets/images/backgrounds/video-one-bg.jpg b/assets/images/backgrounds/video-one-bg.jpg new file mode 100644 index 0000000..9d6546e Binary files /dev/null and b/assets/images/backgrounds/video-one-bg.jpg differ diff --git a/assets/images/blog/blog-1-1.jpg b/assets/images/blog/blog-1-1.jpg new file mode 100644 index 0000000..035b772 Binary files /dev/null and b/assets/images/blog/blog-1-1.jpg differ diff --git a/assets/images/blog/blog-1-2.jpg b/assets/images/blog/blog-1-2.jpg new file mode 100644 index 0000000..9c978ab Binary files /dev/null and b/assets/images/blog/blog-1-2.jpg differ diff --git a/assets/images/blog/blog-1-3.jpg b/assets/images/blog/blog-1-3.jpg new file mode 100644 index 0000000..a400870 Binary files /dev/null and b/assets/images/blog/blog-1-3.jpg differ diff --git a/assets/images/blog/blog-1-4.jpg b/assets/images/blog/blog-1-4.jpg new file mode 100644 index 0000000..c23e9ef Binary files /dev/null and b/assets/images/blog/blog-1-4.jpg differ diff --git a/assets/images/blog/blog-1-5.jpg b/assets/images/blog/blog-1-5.jpg new file mode 100644 index 0000000..f06b147 Binary files /dev/null and b/assets/images/blog/blog-1-5.jpg differ diff --git a/assets/images/blog/blog-1-6.jpg b/assets/images/blog/blog-1-6.jpg new file mode 100644 index 0000000..92b9d35 Binary files /dev/null and b/assets/images/blog/blog-1-6.jpg differ diff --git a/assets/images/blog/blog-2-1.jpg b/assets/images/blog/blog-2-1.jpg new file mode 100644 index 0000000..25a1900 Binary files /dev/null and b/assets/images/blog/blog-2-1.jpg differ diff --git a/assets/images/blog/blog-2-2.jpg b/assets/images/blog/blog-2-2.jpg new file mode 100644 index 0000000..6cc9875 Binary files /dev/null and b/assets/images/blog/blog-2-2.jpg differ diff --git a/assets/images/blog/blog-2-3.jpg b/assets/images/blog/blog-2-3.jpg new file mode 100644 index 0000000..3753af7 Binary files /dev/null and b/assets/images/blog/blog-2-3.jpg differ diff --git a/assets/images/blog/blog-details-img-1.jpg b/assets/images/blog/blog-details-img-1.jpg new file mode 100644 index 0000000..d0da205 Binary files /dev/null and b/assets/images/blog/blog-details-img-1.jpg differ diff --git a/assets/images/blog/blog-details-pagenation-img-1.jpg b/assets/images/blog/blog-details-pagenation-img-1.jpg new file mode 100644 index 0000000..675e529 Binary files /dev/null and b/assets/images/blog/blog-details-pagenation-img-1.jpg differ diff --git a/assets/images/blog/blog-details-pagenation-img-2.jpg b/assets/images/blog/blog-details-pagenation-img-2.jpg new file mode 100644 index 0000000..55fb73a Binary files /dev/null and b/assets/images/blog/blog-details-pagenation-img-2.jpg differ diff --git a/assets/images/blog/blog-one-user-img-1.jpg b/assets/images/blog/blog-one-user-img-1.jpg new file mode 100644 index 0000000..9895ba4 Binary files /dev/null and b/assets/images/blog/blog-one-user-img-1.jpg differ diff --git a/assets/images/blog/blog-sidebar-1-1.jpg b/assets/images/blog/blog-sidebar-1-1.jpg new file mode 100644 index 0000000..7035c78 Binary files /dev/null and b/assets/images/blog/blog-sidebar-1-1.jpg differ diff --git a/assets/images/blog/blog-sidebar-1-2.jpg b/assets/images/blog/blog-sidebar-1-2.jpg new file mode 100644 index 0000000..8694921 Binary files /dev/null and b/assets/images/blog/blog-sidebar-1-2.jpg differ diff --git a/assets/images/blog/blog-sidebar-1-3.jpg b/assets/images/blog/blog-sidebar-1-3.jpg new file mode 100644 index 0000000..00abdea Binary files /dev/null and b/assets/images/blog/blog-sidebar-1-3.jpg differ diff --git a/assets/images/blog/blog-two-user-img-1.jpg b/assets/images/blog/blog-two-user-img-1.jpg new file mode 100644 index 0000000..9895ba4 Binary files /dev/null and b/assets/images/blog/blog-two-user-img-1.jpg differ diff --git a/assets/images/blog/comment-1-1.jpg b/assets/images/blog/comment-1-1.jpg new file mode 100644 index 0000000..a333985 Binary files /dev/null and b/assets/images/blog/comment-1-1.jpg differ diff --git a/assets/images/blog/comment-1-2.jpg b/assets/images/blog/comment-1-2.jpg new file mode 100644 index 0000000..6bb2bee Binary files /dev/null and b/assets/images/blog/comment-1-2.jpg differ diff --git a/assets/images/blog/lp-1-1.jpg b/assets/images/blog/lp-1-1.jpg new file mode 100644 index 0000000..1c474b3 Binary files /dev/null and b/assets/images/blog/lp-1-1.jpg differ diff --git a/assets/images/blog/lp-1-2.jpg b/assets/images/blog/lp-1-2.jpg new file mode 100644 index 0000000..bbe0a14 Binary files /dev/null and b/assets/images/blog/lp-1-2.jpg differ diff --git a/assets/images/blog/lp-1-3.jpg b/assets/images/blog/lp-1-3.jpg new file mode 100644 index 0000000..9e0c109 Binary files /dev/null and b/assets/images/blog/lp-1-3.jpg differ diff --git a/assets/images/brand/brand-1-1-dark.png b/assets/images/brand/brand-1-1-dark.png new file mode 100644 index 0000000..f259995 Binary files /dev/null and b/assets/images/brand/brand-1-1-dark.png differ diff --git a/assets/images/brand/brand-1-1.png b/assets/images/brand/brand-1-1.png new file mode 100644 index 0000000..b6836b7 Binary files /dev/null and b/assets/images/brand/brand-1-1.png differ diff --git a/assets/images/brand/brand-1-2-dark.png b/assets/images/brand/brand-1-2-dark.png new file mode 100644 index 0000000..1910bfa Binary files /dev/null and b/assets/images/brand/brand-1-2-dark.png differ diff --git a/assets/images/brand/brand-1-2.png b/assets/images/brand/brand-1-2.png new file mode 100644 index 0000000..d4ed346 Binary files /dev/null and b/assets/images/brand/brand-1-2.png differ diff --git a/assets/images/brand/brand-1-3-dark.png b/assets/images/brand/brand-1-3-dark.png new file mode 100644 index 0000000..d07f712 Binary files /dev/null and b/assets/images/brand/brand-1-3-dark.png differ diff --git a/assets/images/brand/brand-1-3.png b/assets/images/brand/brand-1-3.png new file mode 100644 index 0000000..051819c Binary files /dev/null and b/assets/images/brand/brand-1-3.png differ diff --git a/assets/images/brand/brand-1-4-dark.png b/assets/images/brand/brand-1-4-dark.png new file mode 100644 index 0000000..e8a357e Binary files /dev/null and b/assets/images/brand/brand-1-4-dark.png differ diff --git a/assets/images/brand/brand-1-4.png b/assets/images/brand/brand-1-4.png new file mode 100644 index 0000000..b844907 Binary files /dev/null and b/assets/images/brand/brand-1-4.png differ diff --git a/assets/images/brand/brand-1-5-dark.png b/assets/images/brand/brand-1-5-dark.png new file mode 100644 index 0000000..d443f54 Binary files /dev/null and b/assets/images/brand/brand-1-5-dark.png differ diff --git a/assets/images/brand/brand-1-5.png b/assets/images/brand/brand-1-5.png new file mode 100644 index 0000000..965a978 Binary files /dev/null and b/assets/images/brand/brand-1-5.png differ diff --git a/assets/images/brand/brand-1-6-dark.png b/assets/images/brand/brand-1-6-dark.png new file mode 100644 index 0000000..3bca77b Binary files /dev/null and b/assets/images/brand/brand-1-6-dark.png differ diff --git a/assets/images/brand/brand-1-6.png b/assets/images/brand/brand-1-6.png new file mode 100644 index 0000000..3b96967 Binary files /dev/null and b/assets/images/brand/brand-1-6.png differ diff --git a/assets/images/brand/brand-2-1.png b/assets/images/brand/brand-2-1.png new file mode 100644 index 0000000..b6836b7 Binary files /dev/null and b/assets/images/brand/brand-2-1.png differ diff --git a/assets/images/brand/brand-2-2.png b/assets/images/brand/brand-2-2.png new file mode 100644 index 0000000..d4ed346 Binary files /dev/null and b/assets/images/brand/brand-2-2.png differ diff --git a/assets/images/brand/brand-2-3.png b/assets/images/brand/brand-2-3.png new file mode 100644 index 0000000..051819c Binary files /dev/null and b/assets/images/brand/brand-2-3.png differ diff --git a/assets/images/brand/brand-2-4.png b/assets/images/brand/brand-2-4.png new file mode 100644 index 0000000..b844907 Binary files /dev/null and b/assets/images/brand/brand-2-4.png differ diff --git a/assets/images/brand/brand-2-5.png b/assets/images/brand/brand-2-5.png new file mode 100644 index 0000000..965a978 Binary files /dev/null and b/assets/images/brand/brand-2-5.png differ diff --git a/assets/images/brand/brand-2-6.png b/assets/images/brand/brand-2-6.png new file mode 100644 index 0000000..3b96967 Binary files /dev/null and b/assets/images/brand/brand-2-6.png differ diff --git a/assets/images/coaching/coaching-1-1.jpg b/assets/images/coaching/coaching-1-1.jpg new file mode 100644 index 0000000..c85ea81 Binary files /dev/null and b/assets/images/coaching/coaching-1-1.jpg differ diff --git a/assets/images/coaching/coaching-1-2.jpg b/assets/images/coaching/coaching-1-2.jpg new file mode 100644 index 0000000..809256a Binary files /dev/null and b/assets/images/coaching/coaching-1-2.jpg differ diff --git a/assets/images/coaching/coaching-1-3.jpg b/assets/images/coaching/coaching-1-3.jpg new file mode 100644 index 0000000..e0baf96 Binary files /dev/null and b/assets/images/coaching/coaching-1-3.jpg differ diff --git a/assets/images/coaching/coaching-1-4.jpg b/assets/images/coaching/coaching-1-4.jpg new file mode 100644 index 0000000..9c75f77 Binary files /dev/null and b/assets/images/coaching/coaching-1-4.jpg differ diff --git a/assets/images/coaching/coaching-2-1.jpg b/assets/images/coaching/coaching-2-1.jpg new file mode 100644 index 0000000..082b75e Binary files /dev/null and b/assets/images/coaching/coaching-2-1.jpg differ diff --git a/assets/images/coaching/coaching-2-2.jpg b/assets/images/coaching/coaching-2-2.jpg new file mode 100644 index 0000000..4c133e3 Binary files /dev/null and b/assets/images/coaching/coaching-2-2.jpg differ diff --git a/assets/images/coaching/coaching-2-3.jpg b/assets/images/coaching/coaching-2-3.jpg new file mode 100644 index 0000000..ef8d7fd Binary files /dev/null and b/assets/images/coaching/coaching-2-3.jpg differ diff --git a/assets/images/coaching/coaching-details-benefit-img.jpg b/assets/images/coaching/coaching-details-benefit-img.jpg new file mode 100644 index 0000000..cf4ba96 Binary files /dev/null and b/assets/images/coaching/coaching-details-benefit-img.jpg differ diff --git a/assets/images/coaching/coaching-details-img-1.jpg b/assets/images/coaching/coaching-details-img-1.jpg new file mode 100644 index 0000000..4037009 Binary files /dev/null and b/assets/images/coaching/coaching-details-img-1.jpg differ diff --git a/assets/images/countries/australia-flag.jpg b/assets/images/countries/australia-flag.jpg new file mode 100644 index 0000000..3989f0a Binary files /dev/null and b/assets/images/countries/australia-flag.jpg differ diff --git a/assets/images/countries/canada-flag.jpg b/assets/images/countries/canada-flag.jpg new file mode 100644 index 0000000..3b37ef8 Binary files /dev/null and b/assets/images/countries/canada-flag.jpg differ diff --git a/assets/images/countries/countries-1-1.jpg b/assets/images/countries/countries-1-1.jpg new file mode 100644 index 0000000..1a253db Binary files /dev/null and b/assets/images/countries/countries-1-1.jpg differ diff --git a/assets/images/countries/countries-1-2.jpg b/assets/images/countries/countries-1-2.jpg new file mode 100644 index 0000000..3c8aaa5 Binary files /dev/null and b/assets/images/countries/countries-1-2.jpg differ diff --git a/assets/images/countries/countries-1-3.jpg b/assets/images/countries/countries-1-3.jpg new file mode 100644 index 0000000..8d57113 Binary files /dev/null and b/assets/images/countries/countries-1-3.jpg differ diff --git a/assets/images/countries/countries-1-4.jpg b/assets/images/countries/countries-1-4.jpg new file mode 100644 index 0000000..50aec3a Binary files /dev/null and b/assets/images/countries/countries-1-4.jpg differ diff --git a/assets/images/countries/countries-1-5.jpg b/assets/images/countries/countries-1-5.jpg new file mode 100644 index 0000000..3007911 Binary files /dev/null and b/assets/images/countries/countries-1-5.jpg differ diff --git a/assets/images/countries/countries-1-6.jpg b/assets/images/countries/countries-1-6.jpg new file mode 100644 index 0000000..d175213 Binary files /dev/null and b/assets/images/countries/countries-1-6.jpg differ diff --git a/assets/images/countries/countries-2-1.jpg b/assets/images/countries/countries-2-1.jpg new file mode 100644 index 0000000..dae9a4b Binary files /dev/null and b/assets/images/countries/countries-2-1.jpg differ diff --git a/assets/images/countries/countries-2-2.jpg b/assets/images/countries/countries-2-2.jpg new file mode 100644 index 0000000..9ada581 Binary files /dev/null and b/assets/images/countries/countries-2-2.jpg differ diff --git a/assets/images/countries/countries-2-3.jpg b/assets/images/countries/countries-2-3.jpg new file mode 100644 index 0000000..56934e7 Binary files /dev/null and b/assets/images/countries/countries-2-3.jpg differ diff --git a/assets/images/countries/countries-2-4.jpg b/assets/images/countries/countries-2-4.jpg new file mode 100644 index 0000000..dae9a4b Binary files /dev/null and b/assets/images/countries/countries-2-4.jpg differ diff --git a/assets/images/countries/countries-details-img-1.jpg b/assets/images/countries/countries-details-img-1.jpg new file mode 100644 index 0000000..c8393df Binary files /dev/null and b/assets/images/countries/countries-details-img-1.jpg differ diff --git a/assets/images/countries/countries-details-img-2.jpg b/assets/images/countries/countries-details-img-2.jpg new file mode 100644 index 0000000..a6eba71 Binary files /dev/null and b/assets/images/countries/countries-details-img-2.jpg differ diff --git a/assets/images/countries/germany-flag.jpg b/assets/images/countries/germany-flag.jpg new file mode 100644 index 0000000..cca5404 Binary files /dev/null and b/assets/images/countries/germany-flag.jpg differ diff --git a/assets/images/countries/italy-flag.jpg b/assets/images/countries/italy-flag.jpg new file mode 100644 index 0000000..bf05b6c Binary files /dev/null and b/assets/images/countries/italy-flag.jpg differ diff --git a/assets/images/countries/united-kingdom-flag.jpg b/assets/images/countries/united-kingdom-flag.jpg new file mode 100644 index 0000000..0b59dda Binary files /dev/null and b/assets/images/countries/united-kingdom-flag.jpg differ diff --git a/assets/images/countries/united-states-flag.jpg b/assets/images/countries/united-states-flag.jpg new file mode 100644 index 0000000..9e31c9d Binary files /dev/null and b/assets/images/countries/united-states-flag.jpg differ diff --git a/assets/images/favicons/apple-touch-icon.png b/assets/images/favicons/apple-touch-icon.png new file mode 100644 index 0000000..53b2977 Binary files /dev/null and b/assets/images/favicons/apple-touch-icon.png differ diff --git a/assets/images/favicons/favicon-16x16.png b/assets/images/favicons/favicon-16x16.png new file mode 100644 index 0000000..6a6beec Binary files /dev/null and b/assets/images/favicons/favicon-16x16.png differ diff --git a/assets/images/favicons/favicon-32x32.png b/assets/images/favicons/favicon-32x32.png new file mode 100644 index 0000000..fa48942 Binary files /dev/null and b/assets/images/favicons/favicon-32x32.png differ diff --git a/assets/images/favicons/site.webmanifest b/assets/images/favicons/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/assets/images/favicons/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/assets/images/gallery/footer-widget-gallery-img-1.jpg b/assets/images/gallery/footer-widget-gallery-img-1.jpg new file mode 100644 index 0000000..f9d8ae0 Binary files /dev/null and b/assets/images/gallery/footer-widget-gallery-img-1.jpg differ diff --git a/assets/images/gallery/footer-widget-gallery-img-2.jpg b/assets/images/gallery/footer-widget-gallery-img-2.jpg new file mode 100644 index 0000000..a861d39 Binary files /dev/null and b/assets/images/gallery/footer-widget-gallery-img-2.jpg differ diff --git a/assets/images/gallery/footer-widget-gallery-img-3.jpg b/assets/images/gallery/footer-widget-gallery-img-3.jpg new file mode 100644 index 0000000..d67afc9 Binary files /dev/null and b/assets/images/gallery/footer-widget-gallery-img-3.jpg differ diff --git a/assets/images/gallery/footer-widget-gallery-img-4.jpg b/assets/images/gallery/footer-widget-gallery-img-4.jpg new file mode 100644 index 0000000..51e67f4 Binary files /dev/null and b/assets/images/gallery/footer-widget-gallery-img-4.jpg differ diff --git a/assets/images/gallery/footer-widget-gallery-img-5.jpg b/assets/images/gallery/footer-widget-gallery-img-5.jpg new file mode 100644 index 0000000..c57497d Binary files /dev/null and b/assets/images/gallery/footer-widget-gallery-img-5.jpg differ diff --git a/assets/images/gallery/footer-widget-gallery-img-6.jpg b/assets/images/gallery/footer-widget-gallery-img-6.jpg new file mode 100644 index 0000000..ac5792e Binary files /dev/null and b/assets/images/gallery/footer-widget-gallery-img-6.jpg differ diff --git a/assets/images/gallery/gallery-1-1.jpg b/assets/images/gallery/gallery-1-1.jpg new file mode 100644 index 0000000..84cfecb Binary files /dev/null and b/assets/images/gallery/gallery-1-1.jpg differ diff --git a/assets/images/gallery/gallery-1-2.jpg b/assets/images/gallery/gallery-1-2.jpg new file mode 100644 index 0000000..d5061db Binary files /dev/null and b/assets/images/gallery/gallery-1-2.jpg differ diff --git a/assets/images/gallery/gallery-1-3.jpg b/assets/images/gallery/gallery-1-3.jpg new file mode 100644 index 0000000..1a83ede Binary files /dev/null and b/assets/images/gallery/gallery-1-3.jpg differ diff --git a/assets/images/gallery/gallery-1-4.jpg b/assets/images/gallery/gallery-1-4.jpg new file mode 100644 index 0000000..2fccdd6 Binary files /dev/null and b/assets/images/gallery/gallery-1-4.jpg differ diff --git a/assets/images/gallery/gallery-1-5.jpg b/assets/images/gallery/gallery-1-5.jpg new file mode 100644 index 0000000..9739a70 Binary files /dev/null and b/assets/images/gallery/gallery-1-5.jpg differ diff --git a/assets/images/gallery/gallery-page-1-1.jpg b/assets/images/gallery/gallery-page-1-1.jpg new file mode 100644 index 0000000..3863aab Binary files /dev/null and b/assets/images/gallery/gallery-page-1-1.jpg differ diff --git a/assets/images/gallery/gallery-page-1-10.jpg b/assets/images/gallery/gallery-page-1-10.jpg new file mode 100644 index 0000000..575791d Binary files /dev/null and b/assets/images/gallery/gallery-page-1-10.jpg differ diff --git a/assets/images/gallery/gallery-page-1-2.jpg b/assets/images/gallery/gallery-page-1-2.jpg new file mode 100644 index 0000000..47aca5f Binary files /dev/null and b/assets/images/gallery/gallery-page-1-2.jpg differ diff --git a/assets/images/gallery/gallery-page-1-3.jpg b/assets/images/gallery/gallery-page-1-3.jpg new file mode 100644 index 0000000..251c0d7 Binary files /dev/null and b/assets/images/gallery/gallery-page-1-3.jpg differ diff --git a/assets/images/gallery/gallery-page-1-4.jpg b/assets/images/gallery/gallery-page-1-4.jpg new file mode 100644 index 0000000..92a9542 Binary files /dev/null and b/assets/images/gallery/gallery-page-1-4.jpg differ diff --git a/assets/images/gallery/gallery-page-1-5.jpg b/assets/images/gallery/gallery-page-1-5.jpg new file mode 100644 index 0000000..6159311 Binary files /dev/null and b/assets/images/gallery/gallery-page-1-5.jpg differ diff --git a/assets/images/gallery/gallery-page-1-6.jpg b/assets/images/gallery/gallery-page-1-6.jpg new file mode 100644 index 0000000..0f1c39c Binary files /dev/null and b/assets/images/gallery/gallery-page-1-6.jpg differ diff --git a/assets/images/gallery/gallery-page-1-7.jpg b/assets/images/gallery/gallery-page-1-7.jpg new file mode 100644 index 0000000..04e4fef Binary files /dev/null and b/assets/images/gallery/gallery-page-1-7.jpg differ diff --git a/assets/images/gallery/gallery-page-1-8.jpg b/assets/images/gallery/gallery-page-1-8.jpg new file mode 100644 index 0000000..039c8e9 Binary files /dev/null and b/assets/images/gallery/gallery-page-1-8.jpg differ diff --git a/assets/images/gallery/gallery-page-1-9.jpg b/assets/images/gallery/gallery-page-1-9.jpg new file mode 100644 index 0000000..423daa2 Binary files /dev/null and b/assets/images/gallery/gallery-page-1-9.jpg differ diff --git a/assets/images/home-showcase/home-showcase-1-1.jpg b/assets/images/home-showcase/home-showcase-1-1.jpg new file mode 100644 index 0000000..6f4fc02 Binary files /dev/null and b/assets/images/home-showcase/home-showcase-1-1.jpg differ diff --git a/assets/images/home-showcase/home-showcase-1-2.jpg b/assets/images/home-showcase/home-showcase-1-2.jpg new file mode 100644 index 0000000..61c4771 Binary files /dev/null and b/assets/images/home-showcase/home-showcase-1-2.jpg differ diff --git a/assets/images/home-showcase/home-showcase-1-3.jpg b/assets/images/home-showcase/home-showcase-1-3.jpg new file mode 100644 index 0000000..2c41616 Binary files /dev/null and b/assets/images/home-showcase/home-showcase-1-3.jpg differ diff --git a/assets/images/home-showcase/home-showcase-1-4.jpg b/assets/images/home-showcase/home-showcase-1-4.jpg new file mode 100644 index 0000000..dec86f9 Binary files /dev/null and b/assets/images/home-showcase/home-showcase-1-4.jpg differ diff --git a/assets/images/icon/blog-sidebar-bottom-box-icon.png b/assets/images/icon/blog-sidebar-bottom-box-icon.png new file mode 100644 index 0000000..6272030 Binary files /dev/null and b/assets/images/icon/blog-sidebar-bottom-box-icon.png differ diff --git a/assets/images/icon/blog-sidebar-provide-services-icon.png b/assets/images/icon/blog-sidebar-provide-services-icon.png new file mode 100644 index 0000000..b64f5cd Binary files /dev/null and b/assets/images/icon/blog-sidebar-provide-services-icon.png differ diff --git a/assets/images/icon/coaching-one-hover-icon.png b/assets/images/icon/coaching-one-hover-icon.png new file mode 100644 index 0000000..7fb7f14 Binary files /dev/null and b/assets/images/icon/coaching-one-hover-icon.png differ diff --git a/assets/images/icon/main-menu-comment-icon.png b/assets/images/icon/main-menu-comment-icon.png new file mode 100644 index 0000000..786de6e Binary files /dev/null and b/assets/images/icon/main-menu-comment-icon.png differ diff --git a/assets/images/icon/main-menu-three-comment-icon.png b/assets/images/icon/main-menu-three-comment-icon.png new file mode 100644 index 0000000..798f021 Binary files /dev/null and b/assets/images/icon/main-menu-three-comment-icon.png differ diff --git a/assets/images/icon/main-menu-two-comment-icon.png b/assets/images/icon/main-menu-two-comment-icon.png new file mode 100644 index 0000000..cb8b679 Binary files /dev/null and b/assets/images/icon/main-menu-two-comment-icon.png differ diff --git a/assets/images/icon/site-footer-icon-comment.png b/assets/images/icon/site-footer-icon-comment.png new file mode 100644 index 0000000..4189cc9 Binary files /dev/null and b/assets/images/icon/site-footer-icon-comment.png differ diff --git a/assets/images/icon/story-details-chatting-icon.png b/assets/images/icon/story-details-chatting-icon.png new file mode 100644 index 0000000..38bfd2b Binary files /dev/null and b/assets/images/icon/story-details-chatting-icon.png differ diff --git a/assets/images/icon/testimonial-one-chatting-icon-dark.png b/assets/images/icon/testimonial-one-chatting-icon-dark.png new file mode 100644 index 0000000..dfe79e1 Binary files /dev/null and b/assets/images/icon/testimonial-one-chatting-icon-dark.png differ diff --git a/assets/images/icon/testimonial-one-chatting-icon.png b/assets/images/icon/testimonial-one-chatting-icon.png new file mode 100644 index 0000000..d0c0d92 Binary files /dev/null and b/assets/images/icon/testimonial-one-chatting-icon.png differ diff --git a/assets/images/icon/testimonial-three-quote.png b/assets/images/icon/testimonial-three-quote.png new file mode 100644 index 0000000..c4ce368 Binary files /dev/null and b/assets/images/icon/testimonial-three-quote.png differ diff --git a/assets/images/loader.png b/assets/images/loader.png new file mode 100644 index 0000000..00ce5ac Binary files /dev/null and b/assets/images/loader.png differ diff --git a/assets/images/resources/about-four-img-1.jpg b/assets/images/resources/about-four-img-1.jpg new file mode 100644 index 0000000..da643bf Binary files /dev/null and b/assets/images/resources/about-four-img-1.jpg differ diff --git a/assets/images/resources/about-four-img-2.jpg b/assets/images/resources/about-four-img-2.jpg new file mode 100644 index 0000000..fba3ff6 Binary files /dev/null and b/assets/images/resources/about-four-img-2.jpg differ diff --git a/assets/images/resources/about-one-badge-dark.png b/assets/images/resources/about-one-badge-dark.png new file mode 100644 index 0000000..90dbd04 Binary files /dev/null and b/assets/images/resources/about-one-badge-dark.png differ diff --git a/assets/images/resources/about-one-badge.png b/assets/images/resources/about-one-badge.png new file mode 100644 index 0000000..d6a3ab1 Binary files /dev/null and b/assets/images/resources/about-one-badge.png differ diff --git a/assets/images/resources/about-one-img-1.jpg b/assets/images/resources/about-one-img-1.jpg new file mode 100644 index 0000000..1cd7351 Binary files /dev/null and b/assets/images/resources/about-one-img-1.jpg differ diff --git a/assets/images/resources/about-one-img-2.jpg b/assets/images/resources/about-one-img-2.jpg new file mode 100644 index 0000000..4d95a0d Binary files /dev/null and b/assets/images/resources/about-one-img-2.jpg differ diff --git a/assets/images/resources/about-three-img-1.jpg b/assets/images/resources/about-three-img-1.jpg new file mode 100644 index 0000000..0075b2e Binary files /dev/null and b/assets/images/resources/about-three-img-1.jpg differ diff --git a/assets/images/resources/about-three-img-2.jpg b/assets/images/resources/about-three-img-2.jpg new file mode 100644 index 0000000..d3c99a5 Binary files /dev/null and b/assets/images/resources/about-three-img-2.jpg differ diff --git a/assets/images/resources/about-three-img-3.jpg b/assets/images/resources/about-three-img-3.jpg new file mode 100644 index 0000000..6271df5 Binary files /dev/null and b/assets/images/resources/about-three-img-3.jpg differ diff --git a/assets/images/resources/about-two-img-1.jpg b/assets/images/resources/about-two-img-1.jpg new file mode 100644 index 0000000..304d233 Binary files /dev/null and b/assets/images/resources/about-two-img-1.jpg differ diff --git a/assets/images/resources/awards-1-1.png b/assets/images/resources/awards-1-1.png new file mode 100644 index 0000000..f87b977 Binary files /dev/null and b/assets/images/resources/awards-1-1.png differ diff --git a/assets/images/resources/awards-1-2.png b/assets/images/resources/awards-1-2.png new file mode 100644 index 0000000..484846f Binary files /dev/null and b/assets/images/resources/awards-1-2.png differ diff --git a/assets/images/resources/awards-1-3.png b/assets/images/resources/awards-1-3.png new file mode 100644 index 0000000..2f0fb88 Binary files /dev/null and b/assets/images/resources/awards-1-3.png differ diff --git a/assets/images/resources/banner-one-img.png b/assets/images/resources/banner-one-img.png new file mode 100644 index 0000000..ec0b469 Binary files /dev/null and b/assets/images/resources/banner-one-img.png differ diff --git a/assets/images/resources/benefits-one-img-1.jpg b/assets/images/resources/benefits-one-img-1.jpg new file mode 100644 index 0000000..1c6f2f4 Binary files /dev/null and b/assets/images/resources/benefits-one-img-1.jpg differ diff --git a/assets/images/resources/benefits-one-img-2.jpg b/assets/images/resources/benefits-one-img-2.jpg new file mode 100644 index 0000000..270958a Binary files /dev/null and b/assets/images/resources/benefits-one-img-2.jpg differ diff --git a/assets/images/resources/benefits-two-img-1.jpg b/assets/images/resources/benefits-two-img-1.jpg new file mode 100644 index 0000000..e1ed154 Binary files /dev/null and b/assets/images/resources/benefits-two-img-1.jpg differ diff --git a/assets/images/resources/benefits-two-img-2.jpg b/assets/images/resources/benefits-two-img-2.jpg new file mode 100644 index 0000000..ee7c22d Binary files /dev/null and b/assets/images/resources/benefits-two-img-2.jpg differ diff --git a/assets/images/resources/coaching-three-1-1.jpg b/assets/images/resources/coaching-three-1-1.jpg new file mode 100644 index 0000000..f7f08c0 Binary files /dev/null and b/assets/images/resources/coaching-three-1-1.jpg differ diff --git a/assets/images/resources/coaching-three-1-2.jpg b/assets/images/resources/coaching-three-1-2.jpg new file mode 100644 index 0000000..a65d117 Binary files /dev/null and b/assets/images/resources/coaching-three-1-2.jpg differ diff --git a/assets/images/resources/coaching-three-1-3.jpg b/assets/images/resources/coaching-three-1-3.jpg new file mode 100644 index 0000000..a539f75 Binary files /dev/null and b/assets/images/resources/coaching-three-1-3.jpg differ diff --git a/assets/images/resources/contact-three-contact-details-img.jpg b/assets/images/resources/contact-three-contact-details-img.jpg new file mode 100644 index 0000000..d303146 Binary files /dev/null and b/assets/images/resources/contact-three-contact-details-img.jpg differ diff --git a/assets/images/resources/error-page-img.png b/assets/images/resources/error-page-img.png new file mode 100644 index 0000000..eb16fae Binary files /dev/null and b/assets/images/resources/error-page-img.png differ diff --git a/assets/images/resources/feature-1-1.png b/assets/images/resources/feature-1-1.png new file mode 100644 index 0000000..fd0bd7b Binary files /dev/null and b/assets/images/resources/feature-1-1.png differ diff --git a/assets/images/resources/feature-1-2.png b/assets/images/resources/feature-1-2.png new file mode 100644 index 0000000..73ef189 Binary files /dev/null and b/assets/images/resources/feature-1-2.png differ diff --git a/assets/images/resources/feature-1-3.png b/assets/images/resources/feature-1-3.png new file mode 100644 index 0000000..fa4835f Binary files /dev/null and b/assets/images/resources/feature-1-3.png differ diff --git a/assets/images/resources/flag-1-1.jpg b/assets/images/resources/flag-1-1.jpg new file mode 100644 index 0000000..ef4b949 Binary files /dev/null and b/assets/images/resources/flag-1-1.jpg differ diff --git a/assets/images/resources/flag-1-2.jpg b/assets/images/resources/flag-1-2.jpg new file mode 100644 index 0000000..d900ddf Binary files /dev/null and b/assets/images/resources/flag-1-2.jpg differ diff --git a/assets/images/resources/flag-1-3.jpg b/assets/images/resources/flag-1-3.jpg new file mode 100644 index 0000000..10cbe54 Binary files /dev/null and b/assets/images/resources/flag-1-3.jpg differ diff --git a/assets/images/resources/flag-1-4.jpg b/assets/images/resources/flag-1-4.jpg new file mode 100644 index 0000000..98da20d Binary files /dev/null and b/assets/images/resources/flag-1-4.jpg differ diff --git a/assets/images/resources/flag-1-5.jpg b/assets/images/resources/flag-1-5.jpg new file mode 100644 index 0000000..c3845aa Binary files /dev/null and b/assets/images/resources/flag-1-5.jpg differ diff --git a/assets/images/resources/flag-1-6.jpg b/assets/images/resources/flag-1-6.jpg new file mode 100644 index 0000000..37337f6 Binary files /dev/null and b/assets/images/resources/flag-1-6.jpg differ diff --git a/assets/images/resources/flag-1-7.jpg b/assets/images/resources/flag-1-7.jpg new file mode 100644 index 0000000..bd6a1fc Binary files /dev/null and b/assets/images/resources/flag-1-7.jpg differ diff --git a/assets/images/resources/footer-logo.png b/assets/images/resources/footer-logo.png new file mode 100644 index 0000000..f2b313d Binary files /dev/null and b/assets/images/resources/footer-logo.png differ diff --git a/assets/images/resources/location-one-tab-content-img-1.jpg b/assets/images/resources/location-one-tab-content-img-1.jpg new file mode 100644 index 0000000..5917c82 Binary files /dev/null and b/assets/images/resources/location-one-tab-content-img-1.jpg differ diff --git a/assets/images/resources/location-one-tab-content-img-2.jpg b/assets/images/resources/location-one-tab-content-img-2.jpg new file mode 100644 index 0000000..d8cfc90 Binary files /dev/null and b/assets/images/resources/location-one-tab-content-img-2.jpg differ diff --git a/assets/images/resources/location-one-tab-content-img-3.jpg b/assets/images/resources/location-one-tab-content-img-3.jpg new file mode 100644 index 0000000..f4dce9b Binary files /dev/null and b/assets/images/resources/location-one-tab-content-img-3.jpg differ diff --git a/assets/images/resources/location-one-tab-content-img-4.jpg b/assets/images/resources/location-one-tab-content-img-4.jpg new file mode 100644 index 0000000..945f52f Binary files /dev/null and b/assets/images/resources/location-one-tab-content-img-4.jpg differ diff --git a/assets/images/resources/logo-1.png b/assets/images/resources/logo-1.png new file mode 100644 index 0000000..682514b Binary files /dev/null and b/assets/images/resources/logo-1.png differ diff --git a/assets/images/resources/logo-2.png b/assets/images/resources/logo-2.png new file mode 100644 index 0000000..f01143d Binary files /dev/null and b/assets/images/resources/logo-2.png differ diff --git a/assets/images/resources/services-one-img-1.jpg b/assets/images/resources/services-one-img-1.jpg new file mode 100644 index 0000000..ba79d49 Binary files /dev/null and b/assets/images/resources/services-one-img-1.jpg differ diff --git a/assets/images/resources/services-one-img-2.jpg b/assets/images/resources/services-one-img-2.jpg new file mode 100644 index 0000000..99f2d32 Binary files /dev/null and b/assets/images/resources/services-one-img-2.jpg differ diff --git a/assets/images/resources/services-one-img-3.jpg b/assets/images/resources/services-one-img-3.jpg new file mode 100644 index 0000000..3e8b3ee Binary files /dev/null and b/assets/images/resources/services-one-img-3.jpg differ diff --git a/assets/images/resources/services-one-img-4.jpg b/assets/images/resources/services-one-img-4.jpg new file mode 100644 index 0000000..0d3464b Binary files /dev/null and b/assets/images/resources/services-one-img-4.jpg differ diff --git a/assets/images/resources/site-footer-visa-img-1-1.jpg b/assets/images/resources/site-footer-visa-img-1-1.jpg new file mode 100644 index 0000000..1888730 Binary files /dev/null and b/assets/images/resources/site-footer-visa-img-1-1.jpg differ diff --git a/assets/images/resources/site-footer-visa-img-1-2.jpg b/assets/images/resources/site-footer-visa-img-1-2.jpg new file mode 100644 index 0000000..cebde25 Binary files /dev/null and b/assets/images/resources/site-footer-visa-img-1-2.jpg differ diff --git a/assets/images/resources/site-footer-visa-img-1-3.jpg b/assets/images/resources/site-footer-visa-img-1-3.jpg new file mode 100644 index 0000000..53b7a30 Binary files /dev/null and b/assets/images/resources/site-footer-visa-img-1-3.jpg differ diff --git a/assets/images/resources/story-details-badge.png b/assets/images/resources/story-details-badge.png new file mode 100644 index 0000000..b98de57 Binary files /dev/null and b/assets/images/resources/story-details-badge.png differ diff --git a/assets/images/resources/story-details-flag.png b/assets/images/resources/story-details-flag.png new file mode 100644 index 0000000..0623972 Binary files /dev/null and b/assets/images/resources/story-details-flag.png differ diff --git a/assets/images/resources/story-details-img-1.png b/assets/images/resources/story-details-img-1.png new file mode 100644 index 0000000..a012b5b Binary files /dev/null and b/assets/images/resources/story-details-img-1.png differ diff --git a/assets/images/resources/travel-one-img-1.jpg b/assets/images/resources/travel-one-img-1.jpg new file mode 100644 index 0000000..68222c5 Binary files /dev/null and b/assets/images/resources/travel-one-img-1.jpg differ diff --git a/assets/images/resources/visa-details-img-1.jpg b/assets/images/resources/visa-details-img-1.jpg new file mode 100644 index 0000000..7805190 Binary files /dev/null and b/assets/images/resources/visa-details-img-1.jpg differ diff --git a/assets/images/resources/visa-offers-flag-1-1.jpg b/assets/images/resources/visa-offers-flag-1-1.jpg new file mode 100644 index 0000000..ffdec90 Binary files /dev/null and b/assets/images/resources/visa-offers-flag-1-1.jpg differ diff --git a/assets/images/resources/visa-offers-flag-1-2.jpg b/assets/images/resources/visa-offers-flag-1-2.jpg new file mode 100644 index 0000000..0b1e881 Binary files /dev/null and b/assets/images/resources/visa-offers-flag-1-2.jpg differ diff --git a/assets/images/resources/visa-offers-flag-1-3.jpg b/assets/images/resources/visa-offers-flag-1-3.jpg new file mode 100644 index 0000000..f7619c8 Binary files /dev/null and b/assets/images/resources/visa-offers-flag-1-3.jpg differ diff --git a/assets/images/resources/visa-offers-flag-1-4.jpg b/assets/images/resources/visa-offers-flag-1-4.jpg new file mode 100644 index 0000000..147d2fb Binary files /dev/null and b/assets/images/resources/visa-offers-flag-1-4.jpg differ diff --git a/assets/images/resources/visa-offers-flag-1-5.jpg b/assets/images/resources/visa-offers-flag-1-5.jpg new file mode 100644 index 0000000..15a51da Binary files /dev/null and b/assets/images/resources/visa-offers-flag-1-5.jpg differ diff --git a/assets/images/resources/visa-offers-flag-1-6.jpg b/assets/images/resources/visa-offers-flag-1-6.jpg new file mode 100644 index 0000000..ef49fbc Binary files /dev/null and b/assets/images/resources/visa-offers-flag-1-6.jpg differ diff --git a/assets/images/resources/visa-offers-img-1-1.jpg b/assets/images/resources/visa-offers-img-1-1.jpg new file mode 100644 index 0000000..daf6a2f Binary files /dev/null and b/assets/images/resources/visa-offers-img-1-1.jpg differ diff --git a/assets/images/resources/visa-offers-img-1-2.jpg b/assets/images/resources/visa-offers-img-1-2.jpg new file mode 100644 index 0000000..68bfca1 Binary files /dev/null and b/assets/images/resources/visa-offers-img-1-2.jpg differ diff --git a/assets/images/resources/visa-offers-img-1-3.jpg b/assets/images/resources/visa-offers-img-1-3.jpg new file mode 100644 index 0000000..1621cdd Binary files /dev/null and b/assets/images/resources/visa-offers-img-1-3.jpg differ diff --git a/assets/images/resources/visa-offers-img-1-4.jpg b/assets/images/resources/visa-offers-img-1-4.jpg new file mode 100644 index 0000000..75e6181 Binary files /dev/null and b/assets/images/resources/visa-offers-img-1-4.jpg differ diff --git a/assets/images/resources/visa-offers-img-1-5.jpg b/assets/images/resources/visa-offers-img-1-5.jpg new file mode 100644 index 0000000..61592c5 Binary files /dev/null and b/assets/images/resources/visa-offers-img-1-5.jpg differ diff --git a/assets/images/resources/visa-offers-img-1-6.jpg b/assets/images/resources/visa-offers-img-1-6.jpg new file mode 100644 index 0000000..bf30ffe Binary files /dev/null and b/assets/images/resources/visa-offers-img-1-6.jpg differ diff --git a/assets/images/services/services-2-1.jpg b/assets/images/services/services-2-1.jpg new file mode 100644 index 0000000..29c39ca Binary files /dev/null and b/assets/images/services/services-2-1.jpg differ diff --git a/assets/images/services/services-2-2.jpg b/assets/images/services/services-2-2.jpg new file mode 100644 index 0000000..40b5641 Binary files /dev/null and b/assets/images/services/services-2-2.jpg differ diff --git a/assets/images/services/services-2-3.jpg b/assets/images/services/services-2-3.jpg new file mode 100644 index 0000000..0f35cad Binary files /dev/null and b/assets/images/services/services-2-3.jpg differ diff --git a/assets/images/services/services-3-1.jpg b/assets/images/services/services-3-1.jpg new file mode 100644 index 0000000..d731642 Binary files /dev/null and b/assets/images/services/services-3-1.jpg differ diff --git a/assets/images/services/services-3-2.jpg b/assets/images/services/services-3-2.jpg new file mode 100644 index 0000000..d3c2387 Binary files /dev/null and b/assets/images/services/services-3-2.jpg differ diff --git a/assets/images/services/services-3-3.jpg b/assets/images/services/services-3-3.jpg new file mode 100644 index 0000000..401f221 Binary files /dev/null and b/assets/images/services/services-3-3.jpg differ diff --git a/assets/images/services/services-3-4.jpg b/assets/images/services/services-3-4.jpg new file mode 100644 index 0000000..428f553 Binary files /dev/null and b/assets/images/services/services-3-4.jpg differ diff --git a/assets/images/shapes/about-four-shape-2.png b/assets/images/shapes/about-four-shape-2.png new file mode 100644 index 0000000..2d73f05 Binary files /dev/null and b/assets/images/shapes/about-four-shape-2.png differ diff --git a/assets/images/shapes/about-one-shape-1-dark.png b/assets/images/shapes/about-one-shape-1-dark.png new file mode 100644 index 0000000..bbfed8b Binary files /dev/null and b/assets/images/shapes/about-one-shape-1-dark.png differ diff --git a/assets/images/shapes/about-one-shape-1.png b/assets/images/shapes/about-one-shape-1.png new file mode 100644 index 0000000..e060334 Binary files /dev/null and b/assets/images/shapes/about-one-shape-1.png differ diff --git a/assets/images/shapes/about-one-shape-2-dark.png b/assets/images/shapes/about-one-shape-2-dark.png new file mode 100644 index 0000000..eb3165f Binary files /dev/null and b/assets/images/shapes/about-one-shape-2-dark.png differ diff --git a/assets/images/shapes/about-one-shape-2.png b/assets/images/shapes/about-one-shape-2.png new file mode 100644 index 0000000..d42914d Binary files /dev/null and b/assets/images/shapes/about-one-shape-2.png differ diff --git a/assets/images/shapes/about-one-shape-3-dark.png b/assets/images/shapes/about-one-shape-3-dark.png new file mode 100644 index 0000000..ae251bc Binary files /dev/null and b/assets/images/shapes/about-one-shape-3-dark.png differ diff --git a/assets/images/shapes/about-one-shape-3.png b/assets/images/shapes/about-one-shape-3.png new file mode 100644 index 0000000..6cffce8 Binary files /dev/null and b/assets/images/shapes/about-one-shape-3.png differ diff --git a/assets/images/shapes/about-three-shape-1.png b/assets/images/shapes/about-three-shape-1.png new file mode 100644 index 0000000..7ae9ea0 Binary files /dev/null and b/assets/images/shapes/about-three-shape-1.png differ diff --git a/assets/images/shapes/about-two-shape-1.png b/assets/images/shapes/about-two-shape-1.png new file mode 100644 index 0000000..4bf6035 Binary files /dev/null and b/assets/images/shapes/about-two-shape-1.png differ diff --git a/assets/images/shapes/about-two-shape-2.png b/assets/images/shapes/about-two-shape-2.png new file mode 100644 index 0000000..8a73db4 Binary files /dev/null and b/assets/images/shapes/about-two-shape-2.png differ diff --git a/assets/images/shapes/awards-one-shape-1.png b/assets/images/shapes/awards-one-shape-1.png new file mode 100644 index 0000000..63a8339 Binary files /dev/null and b/assets/images/shapes/awards-one-shape-1.png differ diff --git a/assets/images/shapes/awards-one-shape-2.png b/assets/images/shapes/awards-one-shape-2.png new file mode 100644 index 0000000..266974a Binary files /dev/null and b/assets/images/shapes/awards-one-shape-2.png differ diff --git a/assets/images/shapes/awards-one-shape-3.png b/assets/images/shapes/awards-one-shape-3.png new file mode 100644 index 0000000..256c5a3 Binary files /dev/null and b/assets/images/shapes/awards-one-shape-3.png differ diff --git a/assets/images/shapes/awards-one-shape-4.png b/assets/images/shapes/awards-one-shape-4.png new file mode 100644 index 0000000..f6494d2 Binary files /dev/null and b/assets/images/shapes/awards-one-shape-4.png differ diff --git a/assets/images/shapes/awards-one-shape-5.png b/assets/images/shapes/awards-one-shape-5.png new file mode 100644 index 0000000..9728845 Binary files /dev/null and b/assets/images/shapes/awards-one-shape-5.png differ diff --git a/assets/images/shapes/awards-one-shape-6.png b/assets/images/shapes/awards-one-shape-6.png new file mode 100644 index 0000000..bb913ea Binary files /dev/null and b/assets/images/shapes/awards-one-shape-6.png differ diff --git a/assets/images/shapes/awards-one-shape-7.png b/assets/images/shapes/awards-one-shape-7.png new file mode 100644 index 0000000..43485cc Binary files /dev/null and b/assets/images/shapes/awards-one-shape-7.png differ diff --git a/assets/images/shapes/banner-one-shape-1.png b/assets/images/shapes/banner-one-shape-1.png new file mode 100644 index 0000000..43f0813 Binary files /dev/null and b/assets/images/shapes/banner-one-shape-1.png differ diff --git a/assets/images/shapes/benefits-one-shape-1.png b/assets/images/shapes/benefits-one-shape-1.png new file mode 100644 index 0000000..8fdc881 Binary files /dev/null and b/assets/images/shapes/benefits-one-shape-1.png differ diff --git a/assets/images/shapes/coaching-one-shape-1.png b/assets/images/shapes/coaching-one-shape-1.png new file mode 100644 index 0000000..e697bf9 Binary files /dev/null and b/assets/images/shapes/coaching-one-shape-1.png differ diff --git a/assets/images/shapes/contact-one-shape-1.png b/assets/images/shapes/contact-one-shape-1.png new file mode 100644 index 0000000..dc796fd Binary files /dev/null and b/assets/images/shapes/contact-one-shape-1.png differ diff --git a/assets/images/shapes/countries-three-bottom-shape.png b/assets/images/shapes/countries-three-bottom-shape.png new file mode 100644 index 0000000..a111c24 Binary files /dev/null and b/assets/images/shapes/countries-three-bottom-shape.png differ diff --git a/assets/images/shapes/countries-three-shape-1.png b/assets/images/shapes/countries-three-shape-1.png new file mode 100644 index 0000000..8aee3cc Binary files /dev/null and b/assets/images/shapes/countries-three-shape-1.png differ diff --git a/assets/images/shapes/countries-three-shape-2.png b/assets/images/shapes/countries-three-shape-2.png new file mode 100644 index 0000000..2303583 Binary files /dev/null and b/assets/images/shapes/countries-three-shape-2.png differ diff --git a/assets/images/shapes/excellence-one-shape-1.png b/assets/images/shapes/excellence-one-shape-1.png new file mode 100644 index 0000000..c43583e Binary files /dev/null and b/assets/images/shapes/excellence-one-shape-1.png differ diff --git a/assets/images/shapes/excellence-one-shape-2.png b/assets/images/shapes/excellence-one-shape-2.png new file mode 100644 index 0000000..a632058 Binary files /dev/null and b/assets/images/shapes/excellence-one-shape-2.png differ diff --git a/assets/images/shapes/faq-one-shape-1.png b/assets/images/shapes/faq-one-shape-1.png new file mode 100644 index 0000000..8117c4b Binary files /dev/null and b/assets/images/shapes/faq-one-shape-1.png differ diff --git a/assets/images/shapes/faq-search-shape-1.png b/assets/images/shapes/faq-search-shape-1.png new file mode 100644 index 0000000..1230300 Binary files /dev/null and b/assets/images/shapes/faq-search-shape-1.png differ diff --git a/assets/images/shapes/feature-one-shape-1-dark.png b/assets/images/shapes/feature-one-shape-1-dark.png new file mode 100644 index 0000000..5970c67 Binary files /dev/null and b/assets/images/shapes/feature-one-shape-1-dark.png differ diff --git a/assets/images/shapes/feature-one-shape-1.png b/assets/images/shapes/feature-one-shape-1.png new file mode 100644 index 0000000..e56b4eb Binary files /dev/null and b/assets/images/shapes/feature-one-shape-1.png differ diff --git a/assets/images/shapes/feature-two-shape-3.png b/assets/images/shapes/feature-two-shape-3.png new file mode 100644 index 0000000..48bd58d Binary files /dev/null and b/assets/images/shapes/feature-two-shape-3.png differ diff --git a/assets/images/shapes/main-header-two-social-shape.png b/assets/images/shapes/main-header-two-social-shape.png new file mode 100644 index 0000000..462a195 Binary files /dev/null and b/assets/images/shapes/main-header-two-social-shape.png differ diff --git a/assets/images/shapes/main-menu-three-btn-shape.png b/assets/images/shapes/main-menu-three-btn-shape.png new file mode 100644 index 0000000..389e4f5 Binary files /dev/null and b/assets/images/shapes/main-menu-three-btn-shape.png differ diff --git a/assets/images/shapes/main-slider-two-shadow.png b/assets/images/shapes/main-slider-two-shadow.png new file mode 100644 index 0000000..1f926bc Binary files /dev/null and b/assets/images/shapes/main-slider-two-shadow.png differ diff --git a/assets/images/shapes/main-slider-two-shape-1.png b/assets/images/shapes/main-slider-two-shape-1.png new file mode 100644 index 0000000..4f01a74 Binary files /dev/null and b/assets/images/shapes/main-slider-two-shape-1.png differ diff --git a/assets/images/shapes/pricing-page-shape-1.png b/assets/images/shapes/pricing-page-shape-1.png new file mode 100644 index 0000000..246b3b9 Binary files /dev/null and b/assets/images/shapes/pricing-page-shape-1.png differ diff --git a/assets/images/shapes/process-one-shape-1.png b/assets/images/shapes/process-one-shape-1.png new file mode 100644 index 0000000..3040798 Binary files /dev/null and b/assets/images/shapes/process-one-shape-1.png differ diff --git a/assets/images/shapes/process-one-shape-2.png b/assets/images/shapes/process-one-shape-2.png new file mode 100644 index 0000000..5e5f92c Binary files /dev/null and b/assets/images/shapes/process-one-shape-2.png differ diff --git a/assets/images/shapes/process-one-shape-3.png b/assets/images/shapes/process-one-shape-3.png new file mode 100644 index 0000000..33c4cdc Binary files /dev/null and b/assets/images/shapes/process-one-shape-3.png differ diff --git a/assets/images/shapes/services-one-hover-shape.png b/assets/images/shapes/services-one-hover-shape.png new file mode 100644 index 0000000..f1dcf06 Binary files /dev/null and b/assets/images/shapes/services-one-hover-shape.png differ diff --git a/assets/images/shapes/services-two-shape-1.png b/assets/images/shapes/services-two-shape-1.png new file mode 100644 index 0000000..088eb11 Binary files /dev/null and b/assets/images/shapes/services-two-shape-1.png differ diff --git a/assets/images/shapes/site-footer-map-1.png b/assets/images/shapes/site-footer-map-1.png new file mode 100644 index 0000000..67a7db4 Binary files /dev/null and b/assets/images/shapes/site-footer-map-1.png differ diff --git a/assets/images/shapes/story-details-shape-1.png b/assets/images/shapes/story-details-shape-1.png new file mode 100644 index 0000000..91d637b Binary files /dev/null and b/assets/images/shapes/story-details-shape-1.png differ diff --git a/assets/images/shapes/team-details-shape-1.png b/assets/images/shapes/team-details-shape-1.png new file mode 100644 index 0000000..ffa327b Binary files /dev/null and b/assets/images/shapes/team-details-shape-1.png differ diff --git a/assets/images/shapes/testimonial-one-shape-1-dark.png b/assets/images/shapes/testimonial-one-shape-1-dark.png new file mode 100644 index 0000000..caf9eb4 Binary files /dev/null and b/assets/images/shapes/testimonial-one-shape-1-dark.png differ diff --git a/assets/images/shapes/testimonial-one-shape-1.png b/assets/images/shapes/testimonial-one-shape-1.png new file mode 100644 index 0000000..cd6c591 Binary files /dev/null and b/assets/images/shapes/testimonial-one-shape-1.png differ diff --git a/assets/images/shapes/testimonial-three-map.png b/assets/images/shapes/testimonial-three-map.png new file mode 100644 index 0000000..b777883 Binary files /dev/null and b/assets/images/shapes/testimonial-three-map.png differ diff --git a/assets/images/shapes/testimonial-three-shape-1.png b/assets/images/shapes/testimonial-three-shape-1.png new file mode 100644 index 0000000..e5b0fd4 Binary files /dev/null and b/assets/images/shapes/testimonial-three-shape-1.png differ diff --git a/assets/images/shapes/testimonial-three-shape-2.png b/assets/images/shapes/testimonial-three-shape-2.png new file mode 100644 index 0000000..80aeaf1 Binary files /dev/null and b/assets/images/shapes/testimonial-three-shape-2.png differ diff --git a/assets/images/shapes/testimonial-two-shape-1.png b/assets/images/shapes/testimonial-two-shape-1.png new file mode 100644 index 0000000..9a2f4d3 Binary files /dev/null and b/assets/images/shapes/testimonial-two-shape-1.png differ diff --git a/assets/images/shapes/video-one-shape-1.png b/assets/images/shapes/video-one-shape-1.png new file mode 100644 index 0000000..73861a6 Binary files /dev/null and b/assets/images/shapes/video-one-shape-1.png differ diff --git a/assets/images/shapes/visa-offers-dot.png b/assets/images/shapes/visa-offers-dot.png new file mode 100644 index 0000000..bf1606d Binary files /dev/null and b/assets/images/shapes/visa-offers-dot.png differ diff --git a/assets/images/shapes/visa-offers-plane-2.png b/assets/images/shapes/visa-offers-plane-2.png new file mode 100644 index 0000000..d71a631 Binary files /dev/null and b/assets/images/shapes/visa-offers-plane-2.png differ diff --git a/assets/images/shapes/visa-offers-plane-3.png b/assets/images/shapes/visa-offers-plane-3.png new file mode 100644 index 0000000..ff9a25c Binary files /dev/null and b/assets/images/shapes/visa-offers-plane-3.png differ diff --git a/assets/images/shapes/visa-offers-plane-4.png b/assets/images/shapes/visa-offers-plane-4.png new file mode 100644 index 0000000..d6cd918 Binary files /dev/null and b/assets/images/shapes/visa-offers-plane-4.png differ diff --git a/assets/images/shapes/visa-offers-plane-5.png b/assets/images/shapes/visa-offers-plane-5.png new file mode 100644 index 0000000..fcbe3aa Binary files /dev/null and b/assets/images/shapes/visa-offers-plane-5.png differ diff --git a/assets/images/shapes/visa-offers-plane-6.png b/assets/images/shapes/visa-offers-plane-6.png new file mode 100644 index 0000000..fbe1721 Binary files /dev/null and b/assets/images/shapes/visa-offers-plane-6.png differ diff --git a/assets/images/shapes/visa-offers-plane.png b/assets/images/shapes/visa-offers-plane.png new file mode 100644 index 0000000..643bf6d Binary files /dev/null and b/assets/images/shapes/visa-offers-plane.png differ diff --git a/assets/images/shapes/visa-offers-shape-1.jpg b/assets/images/shapes/visa-offers-shape-1.jpg new file mode 100644 index 0000000..41f371a Binary files /dev/null and b/assets/images/shapes/visa-offers-shape-1.jpg differ diff --git a/assets/images/shapes/visa-offers-shape-2.jpg b/assets/images/shapes/visa-offers-shape-2.jpg new file mode 100644 index 0000000..5216a08 Binary files /dev/null and b/assets/images/shapes/visa-offers-shape-2.jpg differ diff --git a/assets/images/shapes/visa-offers-shape-3.jpg b/assets/images/shapes/visa-offers-shape-3.jpg new file mode 100644 index 0000000..da53ae1 Binary files /dev/null and b/assets/images/shapes/visa-offers-shape-3.jpg differ diff --git a/assets/images/shapes/visa-offers-shape-4.jpg b/assets/images/shapes/visa-offers-shape-4.jpg new file mode 100644 index 0000000..59bbaa7 Binary files /dev/null and b/assets/images/shapes/visa-offers-shape-4.jpg differ diff --git a/assets/images/shapes/visa-offers-shape-5.jpg b/assets/images/shapes/visa-offers-shape-5.jpg new file mode 100644 index 0000000..d463d85 Binary files /dev/null and b/assets/images/shapes/visa-offers-shape-5.jpg differ diff --git a/assets/images/shapes/visa-offers-shape-6.jpg b/assets/images/shapes/visa-offers-shape-6.jpg new file mode 100644 index 0000000..95ff465 Binary files /dev/null and b/assets/images/shapes/visa-offers-shape-6.jpg differ diff --git a/assets/images/shapes/visa-offers-texture-shape.jpg b/assets/images/shapes/visa-offers-texture-shape.jpg new file mode 100644 index 0000000..fa458ac Binary files /dev/null and b/assets/images/shapes/visa-offers-texture-shape.jpg differ diff --git a/assets/images/shop/cart-page-img-1.jpg b/assets/images/shop/cart-page-img-1.jpg new file mode 100644 index 0000000..b930049 Binary files /dev/null and b/assets/images/shop/cart-page-img-1.jpg differ diff --git a/assets/images/shop/cart-page-img-2.jpg b/assets/images/shop/cart-page-img-2.jpg new file mode 100644 index 0000000..4f09263 Binary files /dev/null and b/assets/images/shop/cart-page-img-2.jpg differ diff --git a/assets/images/shop/paypal-1.jpg b/assets/images/shop/paypal-1.jpg new file mode 100644 index 0000000..3135d5f Binary files /dev/null and b/assets/images/shop/paypal-1.jpg differ diff --git a/assets/images/shop/product-details-img-1.jpg b/assets/images/shop/product-details-img-1.jpg new file mode 100644 index 0000000..7d48273 Binary files /dev/null and b/assets/images/shop/product-details-img-1.jpg differ diff --git a/assets/images/shop/review-1-1.jpg b/assets/images/shop/review-1-1.jpg new file mode 100644 index 0000000..e669382 Binary files /dev/null and b/assets/images/shop/review-1-1.jpg differ diff --git a/assets/images/shop/review-1-2.jpg b/assets/images/shop/review-1-2.jpg new file mode 100644 index 0000000..eb05848 Binary files /dev/null and b/assets/images/shop/review-1-2.jpg differ diff --git a/assets/images/shop/shop-product-1-1.jpg b/assets/images/shop/shop-product-1-1.jpg new file mode 100644 index 0000000..26aff72 Binary files /dev/null and b/assets/images/shop/shop-product-1-1.jpg differ diff --git a/assets/images/shop/shop-product-1-2.jpg b/assets/images/shop/shop-product-1-2.jpg new file mode 100644 index 0000000..c56becb Binary files /dev/null and b/assets/images/shop/shop-product-1-2.jpg differ diff --git a/assets/images/shop/shop-product-1-3.jpg b/assets/images/shop/shop-product-1-3.jpg new file mode 100644 index 0000000..c7961e4 Binary files /dev/null and b/assets/images/shop/shop-product-1-3.jpg differ diff --git a/assets/images/shop/shop-product-1-4.jpg b/assets/images/shop/shop-product-1-4.jpg new file mode 100644 index 0000000..0d12b32 Binary files /dev/null and b/assets/images/shop/shop-product-1-4.jpg differ diff --git a/assets/images/shop/shop-product-1-5.jpg b/assets/images/shop/shop-product-1-5.jpg new file mode 100644 index 0000000..60287db Binary files /dev/null and b/assets/images/shop/shop-product-1-5.jpg differ diff --git a/assets/images/shop/shop-product-1-6.jpg b/assets/images/shop/shop-product-1-6.jpg new file mode 100644 index 0000000..57b8807 Binary files /dev/null and b/assets/images/shop/shop-product-1-6.jpg differ diff --git a/assets/images/shop/shop-product-1-7.jpg b/assets/images/shop/shop-product-1-7.jpg new file mode 100644 index 0000000..e68324f Binary files /dev/null and b/assets/images/shop/shop-product-1-7.jpg differ diff --git a/assets/images/shop/shop-product-1-8.jpg b/assets/images/shop/shop-product-1-8.jpg new file mode 100644 index 0000000..7180a74 Binary files /dev/null and b/assets/images/shop/shop-product-1-8.jpg differ diff --git a/assets/images/shop/shop-product-1-9.jpg b/assets/images/shop/shop-product-1-9.jpg new file mode 100644 index 0000000..c93840a Binary files /dev/null and b/assets/images/shop/shop-product-1-9.jpg differ diff --git a/assets/images/team/team-1-1.jpg b/assets/images/team/team-1-1.jpg new file mode 100644 index 0000000..f38baba Binary files /dev/null and b/assets/images/team/team-1-1.jpg differ diff --git a/assets/images/team/team-1-2.jpg b/assets/images/team/team-1-2.jpg new file mode 100644 index 0000000..98525fd Binary files /dev/null and b/assets/images/team/team-1-2.jpg differ diff --git a/assets/images/team/team-1-3.jpg b/assets/images/team/team-1-3.jpg new file mode 100644 index 0000000..2e4f82e Binary files /dev/null and b/assets/images/team/team-1-3.jpg differ diff --git a/assets/images/team/team-1-4.jpg b/assets/images/team/team-1-4.jpg new file mode 100644 index 0000000..7783245 Binary files /dev/null and b/assets/images/team/team-1-4.jpg differ diff --git a/assets/images/team/team-1-5.jpg b/assets/images/team/team-1-5.jpg new file mode 100644 index 0000000..755c9b7 Binary files /dev/null and b/assets/images/team/team-1-5.jpg differ diff --git a/assets/images/team/team-1-6.jpg b/assets/images/team/team-1-6.jpg new file mode 100644 index 0000000..8e5c089 Binary files /dev/null and b/assets/images/team/team-1-6.jpg differ diff --git a/assets/images/team/team-1-7.jpg b/assets/images/team/team-1-7.jpg new file mode 100644 index 0000000..cffab42 Binary files /dev/null and b/assets/images/team/team-1-7.jpg differ diff --git a/assets/images/team/team-1-8.jpg b/assets/images/team/team-1-8.jpg new file mode 100644 index 0000000..ab87a39 Binary files /dev/null and b/assets/images/team/team-1-8.jpg differ diff --git a/assets/images/team/team-details-img-1.jpg b/assets/images/team/team-details-img-1.jpg new file mode 100644 index 0000000..5bc3317 Binary files /dev/null and b/assets/images/team/team-details-img-1.jpg differ diff --git a/assets/images/testimonial/testimonial-2-1.jpg b/assets/images/testimonial/testimonial-2-1.jpg new file mode 100644 index 0000000..b60c0bb Binary files /dev/null and b/assets/images/testimonial/testimonial-2-1.jpg differ diff --git a/assets/images/testimonial/testimonial-2-2.jpg b/assets/images/testimonial/testimonial-2-2.jpg new file mode 100644 index 0000000..24fe7cf Binary files /dev/null and b/assets/images/testimonial/testimonial-2-2.jpg differ diff --git a/assets/images/testimonial/testimonial-2-3.jpg b/assets/images/testimonial/testimonial-2-3.jpg new file mode 100644 index 0000000..43c35d1 Binary files /dev/null and b/assets/images/testimonial/testimonial-2-3.jpg differ diff --git a/assets/images/testimonial/testimonial-2-4.jpg b/assets/images/testimonial/testimonial-2-4.jpg new file mode 100644 index 0000000..89f20f3 Binary files /dev/null and b/assets/images/testimonial/testimonial-2-4.jpg differ diff --git a/assets/images/testimonial/testimonial-2-5.jpg b/assets/images/testimonial/testimonial-2-5.jpg new file mode 100644 index 0000000..9477451 Binary files /dev/null and b/assets/images/testimonial/testimonial-2-5.jpg differ diff --git a/assets/images/testimonial/testimonial-2-6.jpg b/assets/images/testimonial/testimonial-2-6.jpg new file mode 100644 index 0000000..00cce15 Binary files /dev/null and b/assets/images/testimonial/testimonial-2-6.jpg differ diff --git a/assets/images/testimonial/testimonial-3-1.jpg b/assets/images/testimonial/testimonial-3-1.jpg new file mode 100644 index 0000000..5d9dbf7 Binary files /dev/null and b/assets/images/testimonial/testimonial-3-1.jpg differ diff --git a/assets/images/testimonial/testimonial-3-2.jpg b/assets/images/testimonial/testimonial-3-2.jpg new file mode 100644 index 0000000..10b1fd1 Binary files /dev/null and b/assets/images/testimonial/testimonial-3-2.jpg differ diff --git a/assets/images/testimonial/testimonial-3-3.jpg b/assets/images/testimonial/testimonial-3-3.jpg new file mode 100644 index 0000000..7712e2f Binary files /dev/null and b/assets/images/testimonial/testimonial-3-3.jpg differ diff --git a/assets/images/testimonial/testimonial-one-img-1.png b/assets/images/testimonial/testimonial-one-img-1.png new file mode 100644 index 0000000..58a7ebf Binary files /dev/null and b/assets/images/testimonial/testimonial-one-img-1.png differ diff --git a/assets/images/testimonial/testimonial-one-img-2.png b/assets/images/testimonial/testimonial-one-img-2.png new file mode 100644 index 0000000..4a0eb87 Binary files /dev/null and b/assets/images/testimonial/testimonial-one-img-2.png differ diff --git a/assets/images/testimonial/testimonial-one-img-3.png b/assets/images/testimonial/testimonial-one-img-3.png new file mode 100644 index 0000000..87f7d62 Binary files /dev/null and b/assets/images/testimonial/testimonial-one-img-3.png differ diff --git a/assets/images/testimonial/testimonial-one-img-4.png b/assets/images/testimonial/testimonial-one-img-4.png new file mode 100644 index 0000000..c5b98c3 Binary files /dev/null and b/assets/images/testimonial/testimonial-one-img-4.png differ diff --git a/assets/js/treck.js b/assets/js/treck.js new file mode 100644 index 0000000..a9de03e --- /dev/null +++ b/assets/js/treck.js @@ -0,0 +1,1083 @@ +(function ($) { + "use strict"; + + + + function thmSwiperInit() { + // swiper slider + if ($(".thm-swiper__slider").length) { + $(".thm-swiper__slider").each(function () { + let elm = $(this); + let options = elm.data('swiper-options'); + let thmSwiperSlider = new Swiper(elm, options); + }); + } + + } + + + + function thmOwlInit() { + // owl slider + + if ($(".thm-owl__carousel").length) { + $(".thm-owl__carousel").each(function () { + let elm = $(this); + let options = elm.data('owl-options'); + let thmOwlCarousel = elm.owlCarousel(options); + }); + } + + if ($(".thm-owl__carousel--custom-nav").length) { + $(".thm-owl__carousel--custom-nav").each(function () { + let elm = $(this); + let owlNavPrev = elm.data('owl-nav-prev'); + let owlNavNext = elm.data('owl-nav-next'); + $(owlNavPrev).on("click", function (e) { + elm.trigger('prev.owl.carousel'); + e.preventDefault(); + }) + + $(owlNavNext).on("click", function (e) { + elm.trigger('next.owl.carousel'); + e.preventDefault(); + }) + }); + } + + + } + + + // Price Filter + function priceFilter() { + if ($(".price-ranger").length) { + $(".price-ranger #slider-range").slider({ + range: true, + min: 50, + max: 500, + values: [11, 300], + slide: function (event, ui) { + $(".price-ranger .ranger-min-max-block .min").val( + "$" + ui.values[0] + ); + $(".price-ranger .ranger-min-max-block .max").val( + "$" + ui.values[1] + ); + }, + }); + $(".price-ranger .ranger-min-max-block .min").val( + "$" + $(".price-ranger #slider-range").slider("values", 0) + ); + $(".price-ranger .ranger-min-max-block .max").val( + "$" + $(".price-ranger #slider-range").slider("values", 1) + ); + } + } + + + //===Language switcher=== + function languageSwitcher() { + + if ($("#polyglot-language-options").length) { + $('#polyglotLanguageSwitcher').polyglotLanguageSwitcher({ + effect: 'slide', + animSpeed: 500, + testMode: true, + onChange: function (evt) { + alert("The selected language is: " + evt.selectedItem); + } + + }); + }; + } + + + + // custom coursor + if ($(".custom-cursor").length) { + + var cursor = document.querySelector('.custom-cursor__cursor'); + var cursorinner = document.querySelector('.custom-cursor__cursor-two'); + var a = document.querySelectorAll('a'); + + document.addEventListener('mousemove', function (e) { + var x = e.clientX; + var y = e.clientY; + cursor.style.transform = `translate3d(calc(${e.clientX}px - 50%), calc(${e.clientY}px - 50%), 0)` + }); + + document.addEventListener('mousemove', function (e) { + var x = e.clientX; + var y = e.clientY; + cursorinner.style.left = x + 'px'; + cursorinner.style.top = y + 'px'; + }); + + document.addEventListener('mousedown', function () { + cursor.classList.add('click'); + cursorinner.classList.add('custom-cursor__innerhover') + }); + + document.addEventListener('mouseup', function () { + cursor.classList.remove('click') + cursorinner.classList.remove('custom-cursor__innerhover') + }); + + a.forEach(item => { + item.addEventListener('mouseover', () => { + cursor.classList.add('custom-cursor__hover'); + }); + item.addEventListener('mouseleave', () => { + cursor.classList.remove('custom-cursor__hover'); + }); + }) + } + + + if ($(".listing-details__contact-info-phone").length) { + $(".listing-details__contact-info-phone").on("click", function (e) { + e.preventDefault(); + var textElement = $(this).find(".text h5"); + var mainText = textElement.data("number"); + var toggleText = textElement.data("toggle-number"); + if (textElement.text() === mainText) { + textElement.text(toggleText); + } else { + textElement.text(mainText); + } + }); + } + + + + if ($(".listing-top__map-show-hide").length) { + $(".listing-top__map-show-hide").on("click", function () { + $(this).toggleClass("hidden"); + var textElement = $(this).find(".listing-top__map-show-hide-text span"); + if (textElement.text() == textElement.data("text")) { + textElement.text(textElement.data("toggle-text")); + } else { + textElement.text(textElement.data("text")); + } + $(".listing__map").toggleClass("hidden"); + $(".listing__content").toggleClass("hidden"); + }); + } + + + + + if ($("#datepicker").length) { + $("#datepicker").datepicker(); + } + + if ($("#datepicker2").length) { + $("#datepicker2").datepicker(); + } + + if ($("#datepicker-inline").length) { + $("#datepicker-inline").datepicker(); + } + + if ($('input[name="time"]').length) { + $('input[name="time"]').ptTimeSelect(); + } + + + if ($(".banner-bg-slide").length) { + $(".banner-bg-slide").each(function () { + var Self = $(this); + var bgSlideOptions = Self.data("options"); + var bannerTwoSlides = Self.vegas(bgSlideOptions); + }); + } + + //Pricing Tabs + if ($(".pricing-tabs").length) { + $(".pricing-tabs .tab-btns .tab-btn").on("click", function (e) { + e.preventDefault(); + var target = $($(this).attr("data-tab")); + + if ($(target).hasClass("actve-tab")) { + return false; + } else { + $(".pricing-tabs .tab-btns .tab-btn").removeClass("active-btn"); + $(this).addClass("active-btn"); + $(".pricing-tabs .pr-content .pr-tab").removeClass("active-tab"); + $(target).addClass("active-tab"); + } + }); + } + + // Type Effect + if ($(".typed-effect").length) { + $(".typed-effect").each(function () { + var typedStrings = $(this).data("strings"); + var typedTag = $(this).attr("id"); + var typed = new Typed("#" + typedTag, { + typeSpeed: 100, + backSpeed: 100, + fadeOut: true, + loop: true, + strings: typedStrings.split(",") + }); + }); + } + + // Popular Causes Progress Bar + if ($(".count-bar").length) { + $(".count-bar").appear( + function () { + var el = $(this); + var percent = el.data("percent"); + $(el).css("width", percent).addClass("counted"); + }, { + accY: -50 + } + ); + } + + //Progress Bar / Levels + if ($(".progress-levels .progress-box .bar-fill").length) { + $(".progress-box .bar-fill").each( + function () { + $(".progress-box .bar-fill").appear(function () { + var progressWidth = $(this).attr("data-percent"); + $(this).css("width", progressWidth + "%"); + }); + }, { + accY: 0 + } + ); + } + + //Fact Counter + Text Count + if ($(".count-box").length) { + $(".count-box").appear( + function () { + var $t = $(this), + n = $t.find(".count-text").attr("data-stop"), + r = parseInt($t.find(".count-text").attr("data-speed"), 10); + + if (!$t.hasClass("counted")) { + $t.addClass("counted"); + $({ + countNum: $t.find(".count-text").text() + }).animate({ + countNum: n + }, { + duration: r, + easing: "linear", + step: function () { + $t.find(".count-text").text(Math.floor(this.countNum)); + }, + complete: function () { + $t.find(".count-text").text(this.countNum); + } + }); + } + }, { + accY: 0 + } + ); + } + + // Accrodion + if ($(".accrodion-grp").length) { + var accrodionGrp = $(".accrodion-grp"); + accrodionGrp.each(function () { + var accrodionName = $(this).data("grp-name"); + var Self = $(this); + var accordion = Self.find(".accrodion"); + Self.addClass(accrodionName); + Self.find(".accrodion .accrodion-content").hide(); + Self.find(".accrodion.active").find(".accrodion-content").show(); + accordion.each(function () { + $(this) + .find(".accrodion-title") + .on("click", function () { + if ($(this).parent().hasClass("active") === false) { + $(".accrodion-grp." + accrodionName) + .find(".accrodion") + .removeClass("active"); + $(".accrodion-grp." + accrodionName) + .find(".accrodion") + .find(".accrodion-content") + .slideUp(); + $(this).parent().addClass("active"); + $(this).parent().find(".accrodion-content").slideDown(); + } + }); + }); + }); + } + + + if ($(".scroll-to-target").length) { + $(".scroll-to-target").on("click", function () { + var target = $(this).attr("data-target"); + // animate + $("html, body").animate({ + scrollTop: $(target).offset().top + }, + 1000 + ); + + return false; + }); + } + + + if ($(".contact-form-validated").length) { + $(".contact-form-validated").validate({ + // initialize the plugin + rules: { + name: { + required: true + }, + email: { + required: true, + email: true + }, + message: { + required: true + }, + subject: { + required: true + } + }, + submitHandler: function (form) { + // sending value with ajax request + $.post( + $(form).attr("action"), + $(form).serialize(), + function (response) { + $(form).parent().find(".result").append(response); + $(form).find('input[type="text"]').val(""); + $(form).find('input[type="email"]').val(""); + $(form).find("textarea").val(""); + } + ); + return false; + } + }); + } + + // mailchimp form + if ($(".mc-form").length) { + $(".mc-form").each(function () { + var Self = $(this); + var mcURL = Self.data("url"); + var mcResp = Self.parent().find(".mc-form__response"); + + Self.ajaxChimp({ + url: mcURL, + callback: function (resp) { + // appending response + mcResp.append(function () { + return '

' + resp.msg + "

"; + }); + // making things based on response + if (resp.result === "success") { + // Do stuff + Self.removeClass("errored").addClass("successed"); + mcResp.removeClass("errored").addClass("successed"); + Self.find("input").val(""); + + mcResp.find("p").fadeOut(10000); + } + if (resp.result === "error") { + Self.removeClass("successed").addClass("errored"); + mcResp.removeClass("successed").addClass("errored"); + Self.find("input").val(""); + + mcResp.find("p").fadeOut(10000); + } + } + }); + }); + } + + if ($(".video-popup").length) { + $(".video-popup").magnificPopup({ + type: "iframe", + mainClass: "mfp-fade", + removalDelay: 160, + preloader: true, + + fixedContentPos: false + }); + } + + if ($(".img-popup").length) { + var groups = {}; + $(".img-popup").each(function () { + var id = parseInt($(this).attr("data-group"), 10); + + if (!groups[id]) { + groups[id] = []; + } + + groups[id].push(this); + }); + + $.each(groups, function () { + $(this).magnificPopup({ + type: "image", + closeOnContentClick: true, + closeBtnInside: false, + gallery: { + enabled: true + } + }); + }); + } + + function dynamicCurrentMenuClass(selector) { + let FileName = window.location.href.split("/").reverse()[0]; + + selector.find("li").each(function () { + let anchor = $(this).find("a"); + if ($(anchor).attr("href") === FileName) { + $(this).addClass("current"); + } + }); + // if any li has .current elmnt add class + selector.children("li").each(function () { + if ($(this).find(".current").length) { + $(this).addClass("current"); + } + }); + // if no file name return + if ("" === FileName) { + selector.find("li").eq(0).addClass("current"); + } + } + + if ($(".main-menu__list").length) { + // dynamic current class + let mainNavUL = $(".main-menu__list"); + dynamicCurrentMenuClass(mainNavUL); + } + if ($(".service-details__sidebar-service-list").length) { + // dynamic current class + let mainNavUL = $(".service-details__sidebar-service-list"); + dynamicCurrentMenuClass(mainNavUL); + } + + if ($(".main-menu__list").length && $(".mobile-nav__container").length) { + let navContent = document.querySelector(".main-menu__list").outerHTML; + let mobileNavContainer = document.querySelector(".mobile-nav__container"); + mobileNavContainer.innerHTML = navContent; + } + if ($(".sticky-header__content").length) { + let navContent = document.querySelector(".main-menu").innerHTML; + let mobileNavContainer = document.querySelector(".sticky-header__content"); + mobileNavContainer.innerHTML = navContent; + } + + if ($(".mobile-nav__container .main-menu__list").length) { + let dropdownAnchor = $( + ".mobile-nav__container .main-menu__list .dropdown > a" + ); + dropdownAnchor.each(function () { + let self = $(this); + let toggleBtn = document.createElement("BUTTON"); + toggleBtn.setAttribute("aria-label", "dropdown toggler"); + toggleBtn.innerHTML = ""; + self.append(function () { + return toggleBtn; + }); + self.find("button").on("click", function (e) { + e.preventDefault(); + let self = $(this); + self.toggleClass("expanded"); + self.parent().toggleClass("expanded"); + self.parent().parent().children("ul").slideToggle(); + }); + }); + } + + if ($(".mobile-nav__toggler").length) { + $(".mobile-nav__toggler").on("click", function (e) { + e.preventDefault(); + $(".mobile-nav__wrapper").toggleClass("expanded"); + $("body").toggleClass("locked"); + }); + } + + if ($(".search-toggler").length) { + $(".search-toggler").on("click", function (e) { + e.preventDefault(); + $(".search-popup").toggleClass("active"); + $(".mobile-nav__wrapper").removeClass("expanded"); + $("body").toggleClass("locked"); + }); + } + + if ($(".odometer").length) { + var odo = $(".odometer"); + odo.each(function () { + $(this).appear(function () { + var countNumber = $(this).attr("data-count"); + $(this).html(countNumber); + }); + }); + } + + if ($(".dynamic-year").length) { + let date = new Date(); + $(".dynamic-year").html(date.getFullYear()); + } + + if ($(".wow").length) { + var wow = new WOW({ + boxClass: "wow", // animated element css class (default is wow) + animateClass: "animated", // animation css class (default is animated) + mobile: true, // trigger animations on mobile devices (default is true) + live: true // act on asynchronously loaded content (default is true) + }); + wow.init(); + } + + if ($("#donate-amount__predefined").length) { + let donateInput = $("#donate-amount"); + $("#donate-amount__predefined") + .find("li") + .on("click", function (e) { + e.preventDefault(); + let amount = $(this).find("a").text(); + donateInput.val(amount); + $("#donate-amount__predefined").find("li").removeClass("active"); + $(this).addClass("active"); + }); + } + + if ($(".thm-accordion").length) { + let accordionWrapper = $(".thm-accordion"); + accordionWrapper.each(function () { + let $this = $(this); + let accordionID = $this.attr("id"); + let accordionTitle = $this.find(".thm-accordion__title"); + $this.addClass(accordionID); + // default hide + let mainAccordionContent = $this.find(".thm-accordion__content").hide(); + $this.find(".active-item .thm-accordion__content").show(); + // on title click + accordionTitle.on("click", function (e) { + e.preventDefault(); + let $this = $(this); + let accordionItem = $(this).parent(); + if (false === accordionItem.hasClass("active-item")) { + $("#" + accordionID) + .find(".thm-accordion__item") + .removeClass("active-item"); + accordionItem.addClass("active-item"); + mainAccordionContent.slideUp(); + accordionItem.find(".thm-accordion__content").slideDown(); + } + }); + }); + } + + $(".add").on("click", function () { + if ($(this).prev().val() < 999) { + $(this) + .prev() + .val(+$(this).prev().val() + 1); + } + }); + $(".sub").on("click", function () { + if ($(this).next().val() > 1) { + if ($(this).next().val() > 1) + $(this) + .next() + .val(+$(this).next().val() - 1); + } + }); + + if ($(".tabs-box").length) { + $(".tabs-box .tab-buttons .tab-btn").on("click", function (e) { + e.preventDefault(); + var target = $($(this).attr("data-tab")); + + if ($(target).is(":visible")) { + return false; + } else { + target + .parents(".tabs-box") + .find(".tab-buttons") + .find(".tab-btn") + .removeClass("active-btn"); + $(this).addClass("active-btn"); + target + .parents(".tabs-box") + .find(".tabs-content") + .find(".tab") + .fadeOut(0); + target + .parents(".tabs-box") + .find(".tabs-content") + .find(".tab") + .removeClass("active-tab"); + $(target).fadeIn(300); + $(target).addClass("active-tab"); + } + }); + } + + if ($(".range-slider-price").length) { + var priceRange = document.getElementById("range-slider-price"); + + noUiSlider.create(priceRange, { + start: [30, 150], + limit: 200, + behaviour: "drag", + connect: true, + range: { + min: 10, + max: 200 + } + }); + + var limitFieldMin = document.getElementById("min-value-rangeslider"); + var limitFieldMax = document.getElementById("max-value-rangeslider"); + + priceRange.noUiSlider.on("update", function (values, handle) { + (handle ? $(limitFieldMax) : $(limitFieldMin)).text(values[handle]); + }); + } + + + + + + + + + + + //Client Testimonial Carousel + if ($('.testimonial-three__carousel').length && $('.testimonial-three__thumb-carousel').length) { + + var bigimage = $(".testimonial-three__carousel"); + var thumbs = $(".testimonial-three__thumb-carousel"); + //var totalslides = 10; + var syncedSecondary = true; + + bigimage + .owlCarousel({ + items: 1, + slideSpeed: 2000, + nav: true, + autoplay: true, + dots: false, + loop: true, + navText: [ + '', + '' + ] + }) + .on("changed.owl.carousel", syncPosition); + + thumbs + .on("initialized.owl.carousel", function () { + thumbs + .find(".owl-item") + .eq(0) + .addClass("current"); + }) + .owlCarousel({ + items: 3, + dots: true, + nav: true, + navText: [ + '', + '' + ], + smartSpeed: 700, + slideBy: 3, + }) + .on("changed.owl.carousel", syncPosition2); + + function syncPosition(el) { + //if loop is set to false, then you have to uncomment the next line + //var current = el.item.index; + + //to disable loop, comment this block + var count = el.item.count - 1; + var current = Math.round(el.item.index - el.item.count / 2 - 0.5); + + if (current < 0) { + current = count; + } + if (current > count) { + current = 0; + } + //to this + thumbs + .find(".owl-item") + .removeClass("current") + .eq(current) + .addClass("current"); + var onscreen = thumbs.find(".owl-item.active").length - 1; + var start = thumbs + .find(".owl-item.active") + .first() + .index(); + var end = thumbs + .find(".owl-item.active") + .last() + .index(); + + if (current > end) { + thumbs.data("owl.carousel").to(current, 500, true); + } + if (current < start) { + thumbs.data("owl.carousel").to(current - onscreen, 500, true); + } + } + + function syncPosition2(el) { + if (syncedSecondary) { + var number = el.item.index; + bigimage.data("owl.carousel").to(number, 500, true); + } + } + + thumbs.on("click", ".owl-item", function (e) { + e.preventDefault(); + var number = $(this).index(); + bigimage.data("owl.carousel").to(number, 500, true); + }); + } + + + // ===Portfolio=== + function projectMasonaryLayout() { + if ($(".masonary-layout").length) { + $(".masonary-layout").isotope({ + layoutMode: "masonry" + }); + } + if ($(".post-filter").length) { + $(".post-filter li") + .children(".filter-text") + .on("click", function () { + var Self = $(this); + var selector = Self.parent().attr("data-filter"); + $(".post-filter li").removeClass("active"); + Self.parent().addClass("active"); + $(".filter-layout").isotope({ + filter: selector, + animationOptions: { + duration: 500, + easing: "linear", + queue: false + } + }); + return false; + }); + } + + if ($(".post-filter.has-dynamic-filters-counter").length) { + // var allItem = $('.single-filter-item').length; + var activeFilterItem = $(".post-filter.has-dynamic-filters-counter").find( + "li" + ); + activeFilterItem.each(function () { + var filterElement = $(this).data("filter"); + var count = $(".filter-layout").find(filterElement).length; + $(this) + .children(".filter-text") + .append('' + count + ""); + }); + } + } + + + // ===Checkout Payment=== + if ($(".checkout__payment__title").length) { + + $(".checkout__payment__item").find('.checkout__payment__content').hide(); + $(".checkout__payment__item--active").find('.checkout__payment__content').show(); + + $(".checkout__payment__title").on("click", function (e) { + e.preventDefault(); + + + $(this).parents('.checkout__payment').find('.checkout__payment__item').removeClass("checkout__payment__item--active"); + $(this).parents(".checkout__payment").find(".checkout__payment__content").slideUp(); + + $(this).parent().addClass("checkout__payment__item--active"); + $(this).parent().find(".checkout__payment__content").slideDown(); + + }) + } + + //Single Vertical Carousel + if ($('.single-vertical-carousel').length) { + $('.single-vertical-carousel').slick({ + dots: true, + autoplay: false, + loop: true, + autoplaySpeed: 5000, + infinite: true, + responsive: true, + slidesToShow: 2, + vertical: true, + slidesToScroll: 1, + prevArrow: "
", + nextArrow: "
" + }); + } + + + + + if ($(".circle-progress").length) { + $(".circle-progress").appear(function () { + let circleProgress = $(".circle-progress"); + circleProgress.each(function () { + let progress = $(this); + let progressOptions = progress.data("options"); + progress.circleProgress(progressOptions); + }); + }); + } + + function SmoothMenuScroll() { + var anchor = $(".scrollToLink"); + if (anchor.length) { + anchor.children("a").bind("click", function (event) { + if ($(window).scrollTop() > 10) { + var headerH = "90"; + } else { + var headerH = "90"; + } + var target = $(this); + $("html, body") + .stop() + .animate({ + scrollTop: $(target.attr("href")).offset().top - headerH + "px" + }, + 1200, + "easeInOutExpo" + ); + anchor.removeClass("current"); + anchor.removeClass("current-menu-ancestor"); + anchor.removeClass("current_page_item"); + anchor.removeClass("current-menu-parent"); + target.parent().addClass("current"); + event.preventDefault(); + }); + } + } + SmoothMenuScroll(); + + function OnePageMenuScroll() { + var windscroll = $(window).scrollTop(); + if (windscroll >= 117) { + var menuAnchor = $(".one-page-scroll-menu .scrollToLink").children("a"); + menuAnchor.each(function () { + var sections = $(this).attr("href"); + $(sections).each(function () { + if ($(this).offset().top <= windscroll + 100) { + var Sectionid = $(sections).attr("id"); + $(".one-page-scroll-menu").find("li").removeClass("current"); + $(".one-page-scroll-menu").find("li").removeClass("current-menu-ancestor"); + $(".one-page-scroll-menu").find("li").removeClass("current_page_item"); + $(".one-page-scroll-menu").find("li").removeClass("current-menu-parent"); + $(".one-page-scroll-menu") + .find("a[href*=\\#" + Sectionid + "]") + .parent() + .addClass("current"); + } + }); + }); + } else { + $(".one-page-scroll-menu li.current").removeClass("current"); + $(".one-page-scroll-menu li:first").addClass("current"); + } + } + + + // window load event + + $(window).on("load", function () { + if ($(".preloader").length) { + $(".preloader").fadeOut(); + } + thmSwiperInit(); + thmOwlInit(); + projectMasonaryLayout(); + priceFilter(); + languageSwitcher() + + + if ($(".curved-circle--item").length) { + $(".curved-circle--item").circleType(); + } + + //Jquery Spinner / Quantity Spinner + if ($('.quantity-spinner').length) { + $("input.quantity-spinner").TouchSpin({ + verticalbuttons: true + }); + } + + + + if ($(".post-filter").length) { + var postFilterList = $(".post-filter li"); + // for first init + $(".filter-layout").isotope({ + filter: ".filter-item", + animationOptions: { + duration: 500, + easing: "linear", + queue: false + } + }); + // on click filter links + postFilterList.on("click", function () { + var Self = $(this); + var selector = Self.attr("data-filter"); + postFilterList.removeClass("active"); + Self.addClass("active"); + + $(".filter-layout").isotope({ + filter: selector, + animationOptions: { + duration: 500, + easing: "linear", + queue: false + } + }); + return false; + }); + } + + if ($(".post-filter.has-dynamic-filter-counter").length) { + // var allItem = $('.single-filter-item').length; + + var activeFilterItem = $(".post-filter.has-dynamic-filter-counter").find( + "li" + ); + + activeFilterItem.each(function () { + var filterElement = $(this).data("filter"); + var count = $(".filter-layout").find(filterElement).length; + $(this).append("[" + count + "]"); + }); + } + + //Testimonials Two + if ($(".listing-details__gallery .bxslider").length) { + $(".listing-details__gallery .bxslider").bxSlider({ + nextSelector: ".listing-details__gallery #slider-next", + prevSelector: ".listing-details__gallery #slider-prev", + nextText: '', + prevText: '', + mode: "horizontal", + auto: "true", + speed: "1000", + pagerCustom: ".listing-details__gallery .slider-pager .listing-details__thumb-box" + }); + } + + + + if ($("#testimonials-one__thumb").length) { + let testimonialsThumb = new Swiper("#testimonials-one__thumb", { + slidesPerView: 4, + spaceBetween: 0, + speed: 1400, + watchSlidesVisibility: true, + watchSlidesProgress: true, + loop: true, + autoplay: { + delay: 5000 + } + }); + + let testimonialsCarousel = new Swiper("#testimonials-one__carousel", { + observer: true, + observeParents: true, + speed: 1400, + mousewheel: true, + slidesPerView: 1, + autoplay: { + delay: 5000 + }, + thumbs: { + swiper: testimonialsThumb + }, + pagination: { + el: '#testimonials-one__carousel-pagination', + type: 'bullets', + clickable: true + }, + }); + } + + + + + + + + + + + + }); + + // window scroll event + + $(window).on("scroll", function () { + if ($(".stricked-menu").length) { + var headerScrollPos = 130; + var stricky = $(".stricked-menu"); + if ($(window).scrollTop() > headerScrollPos) { + stricky.addClass("stricky-fixed"); + } else if ($(this).scrollTop() <= headerScrollPos) { + stricky.removeClass("stricky-fixed"); + } + } + if ($(".scroll-to-top").length) { + var strickyScrollPos = 100; + if ($(window).scrollTop() > strickyScrollPos) { + $(".scroll-to-top").fadeIn(500); + } else if ($(this).scrollTop() <= strickyScrollPos) { + $(".scroll-to-top").fadeOut(500); + } + } + + OnePageMenuScroll(); + + }); + + if ($(".before-after-twentytwenty").length) { + $(".before-after-twentytwenty").each(function () { + var Self = $(this); + var objName = Self.attr("id"); + $("#" + objName).twentytwenty(); + + // hack for bs tab + $(document).on("shown.bs.tab", 'a[data-toggle="tab"]', function (e) { + var paneTarget = $(e.target).attr("data-target"); + var $thePane = $(".tab-pane" + paneTarget); + var twentyTwentyContainer = "#" + objName; + var twentyTwentyHeight = $thePane.find(twentyTwentyContainer).height(); + if (0 === twentyTwentyHeight) { + $thePane.find(twentyTwentyContainer).trigger("resize"); + } + }); + }); + } + + + +})(jQuery); \ No newline at end of file diff --git a/assets/vendors/animate/animate.min.css b/assets/vendors/animate/animate.min.css new file mode 100644 index 0000000..a0b4f69 --- /dev/null +++ b/assets/vendors/animate/animate.min.css @@ -0,0 +1,3610 @@ +@charset "UTF-8"; + +/*! +Animate.css - http://daneden.me/animate +Licensed under the MIT license - http://opensource.org/licenses/MIT + +Copyright (c) 2015 Daniel Eden +*/ + +.animated { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +.animated.infinite { + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} + +.animated.hinge { + -webkit-animation-duration: 2s; + animation-duration: 2s; +} + +.animated.bounceIn, +.animated.bounceOut { + -webkit-animation-duration: .75s; + animation-duration: .75s; +} + +.animated.flipOutX, +.animated.flipOutY { + -webkit-animation-duration: .75s; + animation-duration: .75s; +} + +@-webkit-keyframes bounce { + + 0%, + 20%, + 53%, + 80%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +@keyframes bounce { + + 0%, + 20%, + 53%, + 80%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +.bounce { + -webkit-animation-name: bounce; + animation-name: bounce; + -webkit-transform-origin: center bottom; + transform-origin: center bottom; +} + +@-webkit-keyframes flash { + + 0%, + 50%, + 100% { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +@keyframes flash { + + 0%, + 50%, + 100% { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +.flash { + -webkit-animation-name: flash; + animation-name: flash; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes pulse { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes pulse { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.pulse { + -webkit-animation-name: pulse; + animation-name: pulse; +} + +@-webkit-keyframes rubberBand { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.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); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes rubberBand { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.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); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.rubberBand { + -webkit-animation-name: rubberBand; + animation-name: rubberBand; +} + +@-webkit-keyframes shake { + + 0%, + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 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 shake { + + 0%, + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 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); + } +} + +.shake { + -webkit-animation-name: shake; + animation-name: shake; +} + +@-webkit-keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + 100% { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +@keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + 100% { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +.swing { + -webkit-transform-origin: top center; + transform-origin: top center; + -webkit-animation-name: swing; + animation-name: swing; +} + +@-webkit-keyframes tada { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes tada { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.tada { + -webkit-animation-name: tada; + animation-name: tada; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes wobble { + 0% { + -webkit-transform: none; + transform: none; + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +@keyframes wobble { + 0% { + -webkit-transform: none; + transform: none; + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +.wobble { + -webkit-animation-name: wobble; + animation-name: wobble; +} + +@-webkit-keyframes jello { + 11.1% { + -webkit-transform: none; + transform: none + } + + 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(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg) + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg) + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg) + } + + 100% { + -webkit-transform: none; + transform: none + } +} + +@keyframes jello { + 11.1% { + -webkit-transform: none; + transform: none + } + + 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(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg) + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg) + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg) + } + + 100% { + -webkit-transform: none; + transform: none + } +} + + + +.jello { + -webkit-animation-name: jello; + animation-name: jello; + -webkit-transform-origin: center; + + transform-origin: center +} + +@-webkit-keyframes bounceIn { + + 0%, + 20%, + 40%, + 60%, + 80%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 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); + } + + 100% { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes bounceIn { + + 0%, + 20%, + 40%, + 60%, + 80%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 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); + } + + 100% { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.bounceIn { + -webkit-animation-name: bounceIn; + animation-name: bounceIn; +} + +@-webkit-keyframes bounceInDown { + + 0%, + 60%, + 75%, + 90%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +@keyframes bounceInDown { + + 0%, + 60%, + 75%, + 90%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +.bounceInDown { + -webkit-animation-name: bounceInDown; + animation-name: bounceInDown; +} + +@-webkit-keyframes bounceInLeft { + + 0%, + 60%, + 75%, + 90%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +@keyframes bounceInLeft { + + 0%, + 60%, + 75%, + 90%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +.bounceInLeft { + -webkit-animation-name: bounceInLeft; + animation-name: bounceInLeft; +} + +@-webkit-keyframes bounceInRight { + + 0%, + 60%, + 75%, + 90%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +@keyframes bounceInRight { + + 0%, + 60%, + 75%, + 90%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +.bounceInRight { + -webkit-animation-name: bounceInRight; + animation-name: bounceInRight; +} + +@-webkit-keyframes bounceInUp { + + 0%, + 60%, + 75%, + 90%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInUp { + + 0%, + 60%, + 75%, + 90%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.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); + } + + 100% { + 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); + } + + 100% { + opacity: 0; + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + } +} + +.bounceOut { + -webkit-animation-name: bounceOut; + animation-name: bounceOut; +} + +@-webkit-keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.bounceOutDown { + -webkit-animation-name: bounceOutDown; + animation-name: bounceOutDown; +} + +@-webkit-keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.bounceOutLeft { + -webkit-animation-name: bounceOutLeft; + animation-name: bounceOutLeft; +} + +@-webkit-keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.bounceOutRight { + -webkit-animation-name: bounceOutRight; + animation-name: bounceOutRight; +} + +@-webkit-keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.bounceOutUp { + -webkit-animation-name: bounceOutUp; + animation-name: bounceOutUp; +} + + +@-webkit-keyframes fadeIn { + 0% { + opacity: 0; + } + + 100% { + opacity: 1; + } +} + +@keyframes fadeIn { + 0% { + opacity: 0; + } + + 100% { + opacity: 1; + } +} + +.fadeIn { + -webkit-animation-name: fadeIn; + animation-name: fadeIn; +} + +@-webkit-keyframes fadeInDown { + 0% { + opacity: 0; + -webkit-transform: translateY(-20px); + transform: translateY(-20px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } +} + +@keyframes fadeInDown { + 0% { + opacity: 0; + -webkit-transform: translateY(-20px); + -ms-transform: translateY(-20px); + transform: translateY(-20px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + } +} + +.fadeInDown { + -webkit-animation-name: fadeInDown; + animation-name: fadeInDown; +} + +@-webkit-keyframes fadeInDownBig { + 0% { + opacity: 0; + -webkit-transform: translateY(-2000px); + transform: translateY(-2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } +} + +@keyframes fadeInDownBig { + 0% { + opacity: 0; + -webkit-transform: translateY(-2000px); + -ms-transform: translateY(-2000px); + transform: translateY(-2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + } +} + +.fadeInDownBig { + -webkit-animation-name: fadeInDownBig; + animation-name: fadeInDownBig; +} + +@-webkit-keyframes fadeInLeft { + 0% { + opacity: 0; + -webkit-transform: translateX(-20px); + transform: translateX(-20px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +@keyframes fadeInLeft { + 0% { + opacity: 0; + -webkit-transform: translateX(-20px); + -ms-transform: translateX(-20px); + transform: translateX(-20px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + } +} + +.fadeInLeft { + -webkit-animation-name: fadeInLeft; + animation-name: fadeInLeft; +} + +@-webkit-keyframes fadeInLeftBig { + 0% { + opacity: 0; + -webkit-transform: translateX(-2000px); + transform: translateX(-2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +@keyframes fadeInLeftBig { + 0% { + opacity: 0; + -webkit-transform: translateX(-2000px); + -ms-transform: translateX(-2000px); + transform: translateX(-2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + } +} + +.fadeInLeftBig { + -webkit-animation-name: fadeInLeftBig; + animation-name: fadeInLeftBig; +} + +@-webkit-keyframes fadeInRight { + 0% { + opacity: 0; + -webkit-transform: translateX(20px); + transform: translateX(20px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +@keyframes fadeInRight { + 0% { + opacity: 0; + -webkit-transform: translateX(20px); + -ms-transform: translateX(20px); + transform: translateX(20px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + } +} + +.fadeInRight { + -webkit-animation-name: fadeInRight; + animation-name: fadeInRight; +} + +@-webkit-keyframes fadeInRightBig { + 0% { + opacity: 0; + -webkit-transform: translateX(2000px); + transform: translateX(2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +@keyframes fadeInRightBig { + 0% { + opacity: 0; + -webkit-transform: translateX(2000px); + -ms-transform: translateX(2000px); + transform: translateX(2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + } +} + +.fadeInRightBig { + -webkit-animation-name: fadeInRightBig; + animation-name: fadeInRightBig; +} + +@-webkit-keyframes fadeInUp { + 0% { + opacity: 0; + -webkit-transform: translateY(20px); + transform: translateY(20px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } +} + +@keyframes fadeInUp { + 0% { + opacity: 0; + -webkit-transform: translateY(20px); + -ms-transform: translateY(20px); + transform: translateY(20px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + } +} + +.fadeInUp { + -webkit-animation-name: fadeInUp; + animation-name: fadeInUp; +} + +@-webkit-keyframes fadeInUpBig { + 0% { + opacity: 0; + -webkit-transform: translateY(2000px); + transform: translateY(2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } +} + +@keyframes fadeInUpBig { + 0% { + opacity: 0; + -webkit-transform: translateY(2000px); + -ms-transform: translateY(2000px); + transform: translateY(2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + } +} + +.fadeInUpBig { + -webkit-animation-name: fadeInUpBig; + animation-name: fadeInUpBig; +} + +@-webkit-keyframes fadeOut { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + } +} + +@keyframes fadeOut { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + } +} + +.fadeOut { + -webkit-animation-name: fadeOut; + animation-name: fadeOut; +} + +@-webkit-keyframes fadeOutDown { + 0% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(20px); + transform: translateY(20px); + } +} + +@keyframes fadeOutDown { + 0% { + opacity: 1; + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(20px); + -ms-transform: translateY(20px); + transform: translateY(20px); + } +} + +.fadeOutDown { + -webkit-animation-name: fadeOutDown; + animation-name: fadeOutDown; +} + +@-webkit-keyframes fadeOutDownBig { + 0% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(2000px); + transform: translateY(2000px); + } +} + +@keyframes fadeOutDownBig { + 0% { + opacity: 1; + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(2000px); + -ms-transform: translateY(2000px); + transform: translateY(2000px); + } +} + +.fadeOutDownBig { + -webkit-animation-name: fadeOutDownBig; + animation-name: fadeOutDownBig; +} + +@-webkit-keyframes fadeOutLeft { + 0% { + opacity: 1; + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(-20px); + transform: translateX(-20px); + } +} + +@keyframes fadeOutLeft { + 0% { + opacity: 1; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(-20px); + -ms-transform: translateX(-20px); + transform: translateX(-20px); + } +} + +.fadeOutLeft { + -webkit-animation-name: fadeOutLeft; + animation-name: fadeOutLeft; +} + +@-webkit-keyframes fadeOutLeftBig { + 0% { + opacity: 1; + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(-2000px); + transform: translateX(-2000px); + } +} + +@keyframes fadeOutLeftBig { + 0% { + opacity: 1; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(-2000px); + -ms-transform: translateX(-2000px); + transform: translateX(-2000px); + } +} + +.fadeOutLeftBig { + -webkit-animation-name: fadeOutLeftBig; + animation-name: fadeOutLeftBig; +} + +@-webkit-keyframes fadeOutRight { + 0% { + opacity: 1; + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(20px); + transform: translateX(20px); + } +} + +@keyframes fadeOutRight { + 0% { + opacity: 1; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(20px); + -ms-transform: translateX(20px); + transform: translateX(20px); + } +} + +.fadeOutRight { + -webkit-animation-name: fadeOutRight; + animation-name: fadeOutRight; +} + +@-webkit-keyframes fadeOutRightBig { + 0% { + opacity: 1; + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(2000px); + transform: translateX(2000px); + } +} + +@keyframes fadeOutRightBig { + 0% { + opacity: 1; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(2000px); + -ms-transform: translateX(2000px); + transform: translateX(2000px); + } +} + +.fadeOutRightBig { + -webkit-animation-name: fadeOutRightBig; + animation-name: fadeOutRightBig; +} + +@-webkit-keyframes fadeOutUp { + 0% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(-20px); + transform: translateY(-20px); + } +} + +@keyframes fadeOutUp { + 0% { + opacity: 1; + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(-20px); + -ms-transform: translateY(-20px); + transform: translateY(-20px); + } +} + +.fadeOutUp { + -webkit-animation-name: fadeOutUp; + animation-name: fadeOutUp; +} + +@-webkit-keyframes fadeOutUpBig { + 0% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(-2000px); + transform: translateY(-2000px); + } +} + +@keyframes fadeOutUpBig { + 0% { + opacity: 1; + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(-2000px); + -ms-transform: translateY(-2000px); + transform: translateY(-2000px); + } +} + +.fadeOutUpBig { + -webkit-animation-name: fadeOutUpBig; + animation-name: fadeOutUpBig; +} + +@-webkit-keyframes flip { + 0% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(.95, .95, .95); + transform: perspective(400px) scale3d(.95, .95, .95); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 100% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +@keyframes flip { + 0% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(.95, .95, .95); + transform: perspective(400px) scale3d(.95, .95, .95); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 100% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +.animated.flip { + -webkit-backface-visibility: visible; + backface-visibility: visible; + -webkit-animation-name: flip; + animation-name: flip; +} + +@-webkit-keyframes flipInX { + 0% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + 100% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInX { + 0% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + 100% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.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) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + 100% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInY { + 0% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + 100% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.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) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutX { + 0% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +.flipOutX { + -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) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutY { + 0% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +.flipOutY { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipOutY; + animation-name: flipOutY; +} + +@-webkit-keyframes lightSpeedIn { + 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); + opacity: 1; + } + + 100% { + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +@keyframes lightSpeedIn { + 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); + opacity: 1; + } + + 100% { + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +.lightSpeedIn { + -webkit-animation-name: lightSpeedIn; + animation-name: lightSpeedIn; + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; +} + +@-webkit-keyframes lightSpeedOut { + 0% { + opacity: 1; + } + + 100% { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +@keyframes lightSpeedOut { + 0% { + opacity: 1; + } + + 100% { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +.lightSpeedOut { + -webkit-animation-name: lightSpeedOut; + animation-name: lightSpeedOut; + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; +} + +@-webkit-keyframes rotateIn { + 0% { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +@keyframes rotateIn { + 0% { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +.rotateIn { + -webkit-animation-name: rotateIn; + animation-name: rotateIn; +} + +@-webkit-keyframes rotateInDownLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +@keyframes rotateInDownLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +.rotateInDownLeft { + -webkit-animation-name: rotateInDownLeft; + animation-name: rotateInDownLeft; +} + +@-webkit-keyframes rotateInDownRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +@keyframes rotateInDownRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +.rotateInDownRight { + -webkit-animation-name: rotateInDownRight; + animation-name: rotateInDownRight; +} + +@-webkit-keyframes rotateInUpLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +@keyframes rotateInUpLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +.rotateInUpLeft { + -webkit-animation-name: rotateInUpLeft; + animation-name: rotateInUpLeft; +} + +@-webkit-keyframes rotateInUpRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +@keyframes rotateInUpRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +.rotateInUpRight { + -webkit-animation-name: rotateInUpRight; + animation-name: rotateInUpRight; +} + +@-webkit-keyframes rotateOut { + 0% { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + 100% { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +@keyframes rotateOut { + 0% { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + 100% { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +.rotateOut { + -webkit-animation-name: rotateOut; + animation-name: rotateOut; +} + +@-webkit-keyframes rotateOutDownLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +.rotateOutDownLeft { + -webkit-animation-name: rotateOutDownLeft; + animation-name: rotateOutDownLeft; +} + +@-webkit-keyframes rotateOutDownRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.rotateOutDownRight { + -webkit-animation-name: rotateOutDownRight; + animation-name: rotateOutDownRight; +} + +@-webkit-keyframes rotateOutUpLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutUpLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.rotateOutUpLeft { + -webkit-animation-name: rotateOutUpLeft; + animation-name: rotateOutUpLeft; +} + +@-webkit-keyframes rotateOutUpRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +@keyframes rotateOutUpRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +.rotateOutUpRight { + -webkit-animation-name: rotateOutUpRight; + animation-name: rotateOutUpRight; +} + +@-webkit-keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + 100% { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +@keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + 100% { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +.hinge { + -webkit-animation-name: hinge; + animation-name: hinge; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollIn { + 0% { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +@keyframes rollIn { + 0% { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +.rollIn { + -webkit-animation-name: rollIn; + animation-name: rollIn; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollOut { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +@keyframes rollOut { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +.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; + } +} + +.zoomIn { + -webkit-animation-name: zoomIn; + animation-name: zoomIn; +} + +@-webkit-keyframes zoomInStable { + 0% { + opacity: 0; + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + } + + 33.333% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 66.666666% { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes zoomInStable { + 0% { + opacity: 0; + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + } + + 33.333% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 66.666666% { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.zoomInStable { + -webkit-animation-name: zoomInStable; + animation-name: zoomInStable; +} + +@-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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 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(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 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(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +.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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 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(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 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(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +.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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 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(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 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(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +.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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 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(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 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(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +.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); + } + + 100% { + opacity: 0; + } +} + +@keyframes zoomOut { + 0% { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + } + + 100% { + opacity: 0; + } +} + +.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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 100% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 100% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +.zoomOutDown { + -webkit-animation-name: zoomOutDown; + animation-name: zoomOutDown; +} + +@-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); + } + + 100% { + opacity: 0; + -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); + transform: scale(.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +@keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); + transform: scale(.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +.zoomOutLeft { + -webkit-animation-name: zoomOutLeft; + animation-name: zoomOutLeft; +} + +@-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); + } + + 100% { + opacity: 0; + -webkit-transform: scale(.1) translate3d(2000px, 0, 0); + transform: scale(.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +@keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: scale(.1) translate3d(2000px, 0, 0); + transform: scale(.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +.zoomOutRight { + -webkit-animation-name: zoomOutRight; + animation-name: zoomOutRight; +} + +@-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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 100% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 100% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +.zoomOutUp { + -webkit-animation-name: zoomOutUp; + animation-name: zoomOutUp; +} + +@-webkit-keyframes slideInDown { + 0% { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInDown { + 0% { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.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; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInLeft { + 0% { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.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; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInRight { + 0% { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.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; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInUp { + 0% { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInUp { + -webkit-animation-name: slideInUp; + animation-name: slideInUp; +} + +@-webkit-keyframes slideOutDown { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes slideOutDown { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.slideOutDown { + -webkit-animation-name: slideOutDown; + animation-name: slideOutDown; +} + +@-webkit-keyframes slideOutLeft { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes slideOutLeft { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.slideOutLeft { + -webkit-animation-name: slideOutLeft; + animation-name: slideOutLeft; +} + +@-webkit-keyframes slideOutRight { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes slideOutRight { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.slideOutRight { + -webkit-animation-name: slideOutRight; + animation-name: slideOutRight; +} + +@-webkit-keyframes slideOutUp { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes slideOutUp { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.slideOutUp { + -webkit-animation-name: slideOutUp; + animation-name: slideOutUp; +} + +@keyframes anime { + from { + opacity: 0; + transform: scaleY(0); + -webkit-transform: scaleY(0); + -moz-transform: scaleY(0); + -ms-transform: scaleY(0); + -o-transform: scaleY(0); + } + + to { + opacity: 1; + transform: scaleY(1); + -webkit-transform: scaleY(1); + -ms-transform: scaleY(1); + -o-transform: scaleY(1); + -moz-transform: scaleY(1); + } +} + +@-webkit-keyframes anime { + from { + opacity: 0; + transform: scaleY(0); + -webkit-transform: scaleY(0); + -moz-transform: scaleY(0); + -ms-transform: scaleY(0); + -o-transform: scaleY(0); + } + + to { + opacity: 1; + transform: scaleY(1); + -webkit-transform: scaleY(1); + -ms-transform: scaleY(1); + -o-transform: scaleY(1); + -moz-transform: scaleY(1); + } +} + +@-moz-keyframes anime { + from { + opacity: 0; + transform: scaleY(0); + -webkit-transform: scaleY(0); + -moz-transform: scaleY(0); + -ms-transform: scaleY(0); + -o-transform: scaleY(0); + } + + to { + opacity: 1; + transform: scaleY(1); + -webkit-transform: scaleY(1); + -ms-transform: scaleY(1); + -o-transform: scaleY(1); + -moz-transform: scaleY(1); + } + +} + +@-o-keyframes anime { + from { + opacity: 0; + transform: scaleY(0); + -webkit-transform: scaleY(0); + -moz-transform: scaleY(0); + -ms-transform: scaleY(0); + -o-transform: scaleY(0); + } + + to { + opacity: 1; + transform: scaleY(1); + -webkit-transform: scaleY(1); + -ms-transform: scaleY(1); + -o-transform: scaleY(1); + -moz-transform: scaleY(1); + } +} + +@-ms-keyframes anime { + from { + opacity: 0; + transform: scaleY(0); + -webkit-transform: scaleY(0); + -moz-transform: scaleY(0); + -ms-transform: scaleY(0); + -o-transform: scaleY(0); + } + + to { + opacity: 1; + transform: scaleY(1); + -webkit-transform: scaleY(1); + -ms-transform: scaleY(1); + -o-transform: scaleY(1); + -moz-transform: scaleY(1); + } + +} \ No newline at end of file diff --git a/assets/vendors/animate/custom-animate.css b/assets/vendors/animate/custom-animate.css new file mode 100644 index 0000000..2e01b98 --- /dev/null +++ b/assets/vendors/animate/custom-animate.css @@ -0,0 +1,1739 @@ +@keyframes rotateme { + from { + transform: rotate(0deg); + } + + to { + transform: rotate(360deg); + } +} + +@-webkit-keyframes rotateme { + from { + -webkit-transform: rotate(0deg); + } + + to { + -webkit-transform: rotate(360deg); + } +} + +@-moz-keyframes rotateme { + from { + -moz-transform: rotate(0deg); + } + + to { + -moz-transform: rotate(360deg); + } +} + +@-o-keyframes rotateme { + from { + -o-transform: rotate(0deg); + } + + to { + -o-transform: rotate(360deg); + } +} + + +.rotate-me { + animation-name: rotateme; + animation-duration: 24s; + animation-iteration-count: infinite; + animation-timing-function: linear; + + -webkit-animation-name: rotateme; + -webkit-animation-duration: 24s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + + -moz-animation-name: rotateme; + -moz-animation-duration: 24s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: linear; + + -ms-animation-name: rotateme; + -ms-animation-duration: 24s; + -ms-animation-iteration-count: infinite; + -ms-animation-timing-function: linear; + + -o-animation-name: rotateme; + -o-animation-duration: 24s; + -o-animation-iteration-count: infinite; + -o-animation-timing-function: linear; +} + + + +@-webkit-keyframes shine { + 100% { + left: 125%; + } +} + +@keyframes shine { + 100% { + left: 125%; + } +} + + + +@-webkit-keyframes float-bob { + 0% { + -webkit-transform: translateX(-100px); + transform: translateX(-100px); + } + + 50% { + -webkit-transform: translateX(-10px); + transform: translateX(-10px); + } + + 100% { + -webkit-transform: translateX(-100px); + transform: translateX(-100px); + } +} + +@keyframes float-bob { + 0% { + -webkit-transform: translateX(-100px); + transform: translateX(-100px); + } + + 50% { + -webkit-transform: translateX(-10px); + transform: translateX(-10px); + } + + 100% { + -webkit-transform: translateX(-100px); + transform: translateX(-100px); + } +} + + + + +.float-bob { + animation-name: float-bob; + animation-duration: 7s; + animation-iteration-count: infinite; + animation-timing-function: linear; + + -webkit-animation-name: float-bob; + -webkit-animation-duration: 7s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + + -moz-animation-name: float-bob; + -moz-animation-duration: 7s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: linear; + + -ms-animation-name: float-bob; + -ms-animation-duration: 7s; + -ms-animation-iteration-count: infinite; + -ms-animation-timing-function: linear; + + -o-animation-name: float-bob; + -o-animation-duration: 7s; + -o-animation-iteration-count: infinite; + -o-animation-timing-function: linear; +} + + + + + + + +/*** +============================================= + circle Css +============================================= +***/ +@-webkit-keyframes circle { + 0% { + opacity: 1; + } + + 40% { + opacity: 1; + } + + 100% { + width: 200%; + height: 200%; + opacity: 0; + } +} + +@keyframes circle { + 0% { + opacity: 1; + } + + 40% { + opacity: 1; + } + + 100% { + width: 200%; + height: 200%; + opacity: 0; + } +} + +/*** +============================================= + Zoom In Out Css +============================================= +***/ +.zoominout { + animation-name: zoomInOut; + animation-duration: 3s; + animation-iteration-count: infinite; + animation-timing-function: ease-in-out; + + -webkit-animation-name: zoomInOut; + -webkit-animation-duration: 3s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: ease-in-out; + + -moz-animation-name: zoomInOut; + -moz-animation-duration: 3s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: ease-in-out; + + -ms-animation-name: zoomInOut; + -ms-animation-duration: 3s; + -ms-animation-iteration-count: infinite; + -ms-animation-timing-function: ease-in-out; + + -o-animation-name: zoomInOut; + -o-animation-duration: 3s; + -o-animation-iteration-count: infinite; + -o-animation-timing-function: ease-in-out; +} + +@-webkit-keyframes zoomInOut { + 0% { + -webkit-transform: rotate(0deg) scale(0.7); + transform: rotate(0deg) scale(0.7); + opacity: 0; + } + + 50% { + -webkit-transform: rotate(180deg) scale(1); + transform: rotate(180deg) scale(1); + opacity: 1; + } + + 100% { + -webkit-transform: rotate(360deg) scale(0.7); + transform: rotate(360deg) scale(0.7); + opacity: 0; + } +} + + + + +/*** +============================================= + Zoom In Out Css +============================================= +***/ +.zoominout-2 { + animation-name: zoomInOut-2; + animation-duration: 3s; + animation-iteration-count: infinite; + animation-timing-function: ease-in-out; + + -webkit-animation-name: zoomInOut-2; + -webkit-animation-duration: 3s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: ease-in-out; + + -moz-animation-name: zoomInOut-2; + -moz-animation-duration: 3s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: ease-in-out; + + -ms-animation-name: zoomInOut-2; + -ms-animation-duration: 3s; + -ms-animation-iteration-count: infinite; + -ms-animation-timing-function: ease-in-out; + + -o-animation-name: zoomInOut-2; + -o-animation-duration: 3s; + -o-animation-iteration-count: infinite; + -o-animation-timing-function: ease-in-out; +} + +@-webkit-keyframes zoomInOut-2 { + 0% { + -webkit-transform: rotate(0deg) scale(0.7); + transform: rotate(0deg) scale(0.7); + opacity: .50; + } + + 50% { + -webkit-transform: rotate(0deg) scale(1); + transform: rotate(0deg) scale(1); + opacity: .50; + } + + 100% { + -webkit-transform: rotate(0deg) scale(0.7); + transform: rotate(0deg) scale(0.7); + opacity: .50; + } +} + + + + + +@-webkit-keyframes bgSlideReverse { + 0% { + background-position: 0 0; + } + + 20% { + background-position: 100px 0; + } + + 40% { + background-position: 200px 0; + } + + 60% { + background-position: 150px 0; + } + + 80% { + background-position: 100px 0; + } + + 100% { + background-position: 0px 0; + } +} + +@keyframes bgSlideReverse { + 0% { + background-position: 0 0; + } + + 20% { + background-position: 100px 0; + } + + 40% { + background-position: 200px 0; + } + + 60% { + background-position: 150px 0; + } + + 80% { + background-position: 100px 0; + } + + 100% { + background-position: 0px 0; + } +} + + + +@-webkit-keyframes bgSlideReverse2 { + 0% { + background-position: -0 0; + } + + 20% { + background-position: -100px 0; + } + + 40% { + background-position: -200px 0; + } + + 60% { + background-position: -150px 0; + } + + 80% { + background-position: -100px 0; + } + + 100% { + background-position: -0px 0; + } +} + +@keyframes bgSlideReverse2 { + 0% { + background-position: -0 0; + } + + 20% { + background-position: -100px 0; + } + + 40% { + background-position: -200px 0; + } + + 60% { + background-position: -150px 0; + } + + 80% { + background-position: -100px 0; + } + + 100% { + background-position: -0px 0; + } +} + + + + + + +@-webkit-keyframes banner-animate { + 0% { + -webkit-transform: translateX(-1000px); + transform: translateX(-1000px); + } + + 50% { + -webkit-transform: translateX(-10px); + transform: translateX(-10px); + } + + 100% { + -webkit-transform: translateX(-1000px); + transform: translateX(-1000px); + } +} + +@keyframes banner-animate { + 0% { + -webkit-transform: translateX(-1000px); + transform: translateX(-1000px); + } + + 50% { + -webkit-transform: translateX(-10px); + transform: translateX(-10px); + } + + 100% { + -webkit-transform: translateX(-1000px); + transform: translateX(-1000px); + } +} + +.banner-animate { + animation-name: banner-animate; + animation-duration: 70s; + animation-iteration-count: infinite; + animation-timing-function: linear; + -webkit-animation-name: banner-animate; + -webkit-animation-duration: 70s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + + -moz-animation-name: banner-animate; + -moz-animation-duration: 70s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: linear; + + -ms-animation-name: banner-animate; + -ms-animation-duration: 70s; + -ms-animation-iteration-count: infinite; + -ms-animation-timing-function: linear; + + -o-animation-name: banner-animate; + -o-animation-duration: 70s; + -o-animation-iteration-count: infinite; + -o-animation-timing-function: linear; +} + + + + + + + +@-webkit-keyframes ripple { + 70% { + box-shadow: 0 0 0 40px rgba(10, 165, 205, 0); + } + + 100% { + box-shadow: 0 0 0 0 rgba(10, 165, 205, 0); + } +} + +@keyframes ripple { + 70% { + box-shadow: 0 0 0 40px rgba(10, 165, 205, 0); + } + + 100% { + box-shadow: 0 0 0 0 rgba(10, 165, 205, 0); + } +} + + +/*** +============================================= + Animation1 Css +============================================= +***/ +@-webkit-keyframes animation1 { + + 0%, + 100% { + -webkit-transform: rotate(0deg) translateX(0); + transform: rotate(0deg) translateX(0); + } + + 25%, + 75% { + -webkit-transform: rotate(5deg) translateX(15px); + transform: rotate(5deg) translateX(15px); + } + + 50% { + -webkit-transform: rotate(10deg) translateX(30px); + transform: rotate(10deg) translateX(30px); + } +} + +@keyframes animation1 { + + 0%, + 100% { + -webkit-transform: rotate(0deg) translateX(0); + transform: rotate(0deg) translateX(0); + } + + 25%, + 75% { + -webkit-transform: rotate(5deg) translateX(15px); + transform: rotate(5deg) translateX(15px); + } + + 50% { + -webkit-transform: rotate(10deg) translateX(30px); + transform: rotate(10deg) translateX(30px); + } +} + + + +/*** +============================================= + Animation2 Css +============================================= +***/ +@animation2 { + 0% { + -webkit-transform: rotateY(0deg); + transform: rotateY(0deg) + } + + 100% { + -webkit-transform: rotateY(360deg); + transform: rotateY(360deg) + } +} + +@-moz-keyframes animation2 { + 0% { + -moz-transform: rotateY(0deg); + transform: rotateY(0deg) + } + + 100% { + -moz-transform: rotateY(360deg); + transform: rotateY(360deg) + } +} + +@-o-keyframes animation2 { + 0% { + -o-transform: rotateY(0deg); + transform: rotateY(0deg) + } + + 100% { + -o-transform: rotateY(360deg); + transform: rotateY(360deg) + } +} + +@keyframes animation2 { + 0% { + -webkit-transform: rotateY(0deg); + -moz-transform: rotateY(0deg); + -o-transform: rotateY(0deg); + transform: rotateY(0deg) + } + + 100% { + -webkit-transform: rotateY(360deg); + -moz-transform: rotateY(360deg); + -o-transform: rotateY(360deg); + transform: rotateY(360deg) + } +} + + + + + + + + + +@-webkit-keyframes bgSlide { + 0% { + background-position: 0 0; + } + + 20% { + background-position: -100px 0; + } + + 40% { + background-position: -200px 0; + } + + 60% { + background-position: -150px 0; + } + + 80% { + background-position: -100px 0; + } + + 100% { + background-position: 0px 0; + } +} + + +@keyframes bgSlide { + 0% { + background-position: 0 0; + } + + 20% { + background-position: -100px 0; + } + + 40% { + background-position: -200px 0; + } + + 60% { + background-position: -150px 0; + } + + 80% { + background-position: -100px 0; + } + + 100% { + background-position: 0px 0; + } +} + +@-webkit-keyframes bgSlideReverse { + 0% { + background-position: 0 0; + } + + 20% { + background-position: 100px 0; + } + + 40% { + background-position: 200px 0; + } + + 60% { + background-position: 150px 0; + } + + 80% { + background-position: 100px 0; + } + + 100% { + background-position: 0px 0; + } +} + +@keyframes bgSlideReverse { + 0% { + background-position: 0 0; + } + + 20% { + background-position: 100px 0; + } + + 40% { + background-position: 200px 0; + } + + 60% { + background-position: 150px 0; + } + + 80% { + background-position: 100px 0; + } + + 100% { + background-position: 0px 0; + } +} + +@-webkit-keyframes ribbonRotate { + + 0%, + 100% { + -webkit-transform: rotate(0); + transform: rotate(0); + } + + 25%, + 75% { + -webkit-transform: rotate(15deg); + transform: rotate(15deg); + } + + 50% { + -webkit-transform: rotate(30deg); + transform: rotate(30deg); + } +} + +@keyframes ribbonRotate { + + 0%, + 100% { + -webkit-transform: rotate(0); + transform: rotate(0); + } + + 25%, + 75% { + -webkit-transform: rotate(15deg); + transform: rotate(15deg); + } + + 50% { + -webkit-transform: rotate(30deg); + transform: rotate(30deg); + } +} + + + +@-webkit-keyframes footerFish { + + 0%, + 100% { + -webkit-transform: translateX(0) translateY(0) rotate(0); + transform: translateX(0) translateY(0) rotate(0); + } + + 25%, + 75% { + -webkit-transform: translateX(20px) translateY(30px) rotate(25deg); + transform: translateX(20px) translateY(30px) rotate(25deg); + } + + 50% { + -webkit-transform: translateX(40px) translateY(60px) rotate(45deg); + transform: translateX(40px) translateY(60px) rotate(45deg); + } +} + +@keyframes footerFish { + + 0%, + 100% { + -webkit-transform: translateX(0) translateY(0) rotate(0); + transform: translateX(0) translateY(0) rotate(0); + } + + 25%, + 75% { + -webkit-transform: translateX(20px) translateY(30px) rotate(25deg); + transform: translateX(20px) translateY(30px) rotate(25deg); + } + + 50% { + -webkit-transform: translateX(40px) translateY(60px) rotate(45deg); + transform: translateX(40px) translateY(60px) rotate(45deg); + } +} + +@-webkit-keyframes contactSwimmer { + + 0%, + 100% { + -webkit-transform: translateX(0) translateY(0) rotate(0); + transform: translateX(0) translateY(0) rotate(0); + } + + 25%, + 75% { + -webkit-transform: translateX(15px) translateY(20px) rotate(10deg); + transform: translateX(15px) translateY(20px) rotate(10deg); + } + + 50% { + -webkit-transform: translateX(60px) translateY(35px) rotate(15deg); + transform: translateX(60px) translateY(35px) rotate(15deg); + } +} + +@keyframes contactSwimmer { + + 0%, + 100% { + -webkit-transform: translateX(0) translateY(0) rotate(0); + transform: translateX(0) translateY(0) rotate(0); + } + + 25%, + 75% { + -webkit-transform: translateX(15px) translateY(20px) rotate(10deg); + transform: translateX(15px) translateY(20px) rotate(10deg); + } + + 50% { + -webkit-transform: translateX(60px) translateY(35px) rotate(15deg); + transform: translateX(60px) translateY(35px) rotate(15deg); + } +} + + + + +/*** +============================================= + Float Bob Y Animation Css +============================================= +***/ +@-webkit-keyframes float-bob-y { + 0% { + transform: translateY(-20px); + } + + 50% { + transform: translateY(-10px); + } + + 100% { + transform: translateY(-20px); + } +} + +@keyframes float-bob-y { + 0% { + transform: translateY(-20px); + } + + 50% { + transform: translateY(-10px); + } + + 100% { + transform: translateY(-20px); + } +} + +.float-bob-y { + -webkit-animation-name: float-bob-y; + animation-name: float-bob-y; + -webkit-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + animation-timing-function: linear; +} + + + +@-webkit-keyframes footerTree { + + 0%, + 100% { + -webkit-transform: rotate(0deg) translateX(0); + transform: rotate(0deg) translateX(0); + } + + 25%, + 75% { + -webkit-transform: rotate(5deg) translateX(15px); + transform: rotate(5deg) translateX(15px); + } + + 50% { + -webkit-transform: rotate(10deg) translateX(30px); + transform: rotate(10deg) translateX(30px); + } +} + +@keyframes footerTree { + + 0%, + 100% { + -webkit-transform: rotate(0deg) translateX(0); + transform: rotate(0deg) translateX(0); + } + + 25%, + 75% { + -webkit-transform: rotate(5deg) translateX(15px); + transform: rotate(5deg) translateX(15px); + } + + 50% { + -webkit-transform: rotate(10deg) translateX(30px); + transform: rotate(10deg) translateX(30px); + } +} + +.footertree { + -webkit-animation: footerTree 5s ease-in infinite; + animation: footerTree 5s ease-in infinite; +} + + + +@service_hexagon_2 { + 0% { + -webkit-transform: rotateY(0deg); + transform: rotateY(0deg) + } + + 100% { + -webkit-transform: rotateY(360deg); + transform: rotateY(360deg) + } +} + +@-moz-keyframes service_hexagon_2 { + 0% { + -moz-transform: rotateY(0deg); + transform: rotateY(0deg) + } + + 100% { + -moz-transform: rotateY(360deg); + transform: rotateY(360deg) + } +} + +@-o-keyframes service_hexagon_2 { + 0% { + -o-transform: rotateY(0deg); + transform: rotateY(0deg) + } + + 100% { + -o-transform: rotateY(360deg); + transform: rotateY(360deg) + } +} + +@keyframes service_hexagon_2 { + 0% { + -webkit-transform: rotateY(0deg); + -moz-transform: rotateY(0deg); + -o-transform: rotateY(0deg); + transform: rotateY(0deg) + } + + 100% { + -webkit-transform: rotateY(360deg); + -moz-transform: rotateY(360deg); + -o-transform: rotateY(360deg); + transform: rotateY(360deg) + } +} + + + +@keyframes bgSlide { + 0% { + background-position: 0 0; + } + + 20% { + background-position: -100px 0; + } + + 40% { + background-position: -200px 0; + } + + 60% { + background-position: -150px 0; + } + + 80% { + background-position: -100px 0; + } + + 100% { + background-position: 0px 0; + } +} + + + + + + + + + + + +@keyframes rotateScale { + from { + transform: rotate(0deg) scale(1); + } + + to { + transform: rotate(360deg); + } +} + +@-webkit-keyframes rotateScale { + from { + transform: rotate(0deg) scale(1); + } + + to { + transform: rotate(360deg); + } +} + +@-moz-keyframes rotateScale { + from { + transform: rotate(0deg) scale(1); + } + + to { + transform: rotate(360deg); + } +} + +@-o-keyframes rotateScale { + from { + transform: rotate(0deg) scale(1); + } + + to { + transform: rotate(360deg); + } +} + +.rotatescale { + -webkit-animation-name: rotateScale; + -webkit-animation-duration: 20s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + + -moz-animation-name: rotateScale; + -moz-animation-duration: 20s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: linear; + + -ms-animation-name: rotateScale; + -ms-animation-duration: 20s; + -ms-animation-iteration-count: infinite; + -ms-animation-timing-function: linear; + + animation-name: rotateScale; + animation-duration: 20s; + animation-iteration-count: infinite; + animation-timing-function: linear; +} + +/*-------------------------------------------------------------- +# Animations +--------------------------------------------------------------*/ +@-webkit-keyframes bubbleMover { + 0% { + transform: translateY(0px) translateX(0) rotate(0); + } + + 30% { + transform: translateY(30px) translateX(50px) rotate(15deg); + transform-origin: center center; + } + + 50% { + transform: translateY(50px) translateX(100px) rotate(45deg); + transform-origin: right bottom; + } + + 80% { + transform: translateY(30px) translateX(50px) rotate(15deg); + transform-origin: left top; + } + + 100% { + transform: translateY(0px) translateX(0) rotate(0); + transform-origin: center center; + } +} + +@keyframes bubbleMover { + 0% { + transform: translateY(0px) translateX(0) rotate(0); + } + + 30% { + transform: translateY(30px) translateX(50px) rotate(15deg); + transform-origin: center center; + } + + 50% { + transform: translateY(50px) translateX(100px) rotate(45deg); + transform-origin: right bottom; + } + + 80% { + transform: translateY(30px) translateX(50px) rotate(15deg); + transform-origin: left top; + } + + 100% { + transform: translateY(0px) translateX(0) rotate(0); + transform-origin: center center; + } +} + +@-webkit-keyframes shapeMover { + + 0%, + 100% { + transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0); + } + + 50% { + transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px); + } +} + +@keyframes shapeMover { + + 0%, + 100% { + transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0); + } + + 50% { + transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px); + } +} + + + +@-webkit-keyframes shapeMover { + + 0%, + 100% { + -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0); + transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0); + } + + 50% { + -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px); + transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px); + } +} + + +@keyframes shapeMover-2 { + + 0%, + 100% { + -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0); + transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0); + } + + 50% { + -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px); + transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px); + } +} + +.shape-mover { + -webkit-animation-name: shapeMover; + animation-name: shapeMover; + -webkit-animation-duration: 9s; + animation-duration: 9s; + -webkit-animation-timing-function: linear; + animation-timing-function: linear; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} + + + +@-webkit-keyframes banner3Shake { + 0% { + transform: rotate3d(0, 1, 0, 0deg); + } + + 30% { + transform: rotate3d(0, 0, 1, 5deg); + } + + 60% { + transform: rotate3d(1, 0, 0, 0deg); + } + + 80% { + transform: rotate3d(0, 0, 1, 5deg); + } + + 100% { + transform: rotate3d(0, 1, 0, 0deg); + } +} + + + +@keyframes banner3Shake { + 0% { + -webkit-transform: rotate3d(0, 1, 0, 0deg); + transform: rotate3d(0, 1, 0, 0deg); + } + + 30% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 60% { + -webkit-transform: rotate3d(1, 0, 0, 0deg); + transform: rotate3d(1, 0, 0, 0deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 100% { + -webkit-transform: rotate3d(0, 1, 0, 0deg); + transform: rotate3d(0, 1, 0, 0deg); + } + +} + + +.banner-3-Shake { + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; + -webkit-animation-name: banner3Shake; + animation-name: banner3Shake; + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + -webkit-animation-duration: 5s; + animation-duration: 5s; + -webkit-animation-delay: 1s; + animation-delay: 1s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} + + + +@-webkit-keyframes squareMover { + + 0%, + 100% { + transform: translate(0, 0) rotate(0); + } + + 20%, + 60% { + transform: translate(20px, 40px) rotate(180deg); + } + + 30%, + 80% { + transform: translate(40px, 60px) rotate(0deg); + } +} + +@keyframes squareMover { + + 0%, + 100% { + transform: translate(0, 0) rotate(0); + } + + 20%, + 60% { + transform: translate(20px, 40px) rotate(180deg); + } + + 30%, + 80% { + transform: translate(40px, 60px) rotate(0deg); + } +} + +@-webkit-keyframes treeMove { + + 0%, + 100% { + transform: rotate(0deg) translateX(0); + } + + 25%, + 75% { + transform: rotate(5deg) translateX(15px); + } + + 50% { + transform: rotate(10deg) translateX(30px); + } +} + +@keyframes treeMove { + + 0%, + 100% { + transform: rotate(0deg) translateX(0); + } + + 25%, + 75% { + transform: rotate(5deg) translateX(15px); + } + + 50% { + transform: rotate(10deg) translateX(30px); + } +} + + +/*-------------------------------------------------------------- +# Zoom Fade Css +--------------------------------------------------------------*/ +.zoom-fade { + animation-name: zoom-fade; + animation-duration: 5s; + animation-iteration-count: infinite; + animation-timing-function: linear; + + -webkit-animation-name: zoom-fade; + -webkit-animation-duration: 5s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + + -moz-animation-name: zoom-fade; + -moz-animation-duration: 5s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: linear; + + -ms-animation-name: zoom-fade; + -ms-animation-duration: 5s; + -ms-animation-iteration-count: infinite; + -ms-animation-timing-function: linear; + + -o-animation-name: zoom-fade; + -o-animation-duration: 5s; + -o-animation-iteration-count: infinite; + -o-animation-timing-function: linear; +} + +@-webkit-keyframes zoom-fade { + 0% { + transform: scale(0.9) translateX(-50%); + } + + 50% { + transform: scale(1) translateX(-50%); + } + + 100% { + transform: scale(0.9) translateX(-50%); + } +} + +@keyframes zoom-fade { + 0% { + transform: scale(0.9) translateX(-50%); + } + + 50% { + transform: scale(1) translateX(-50%); + } + + 100% { + transform: scale(0.9) translateX(-50%); + } +} + + +/*-------------------------------------------------------------- +# Zoom Fade 2 Css +--------------------------------------------------------------*/ +.zoom-fade-2 { + animation-name: zoom-fade-2; + animation-duration: 8s; + animation-iteration-count: infinite; + animation-timing-function: linear; + + -webkit-animation-name: zoom-fade-2; + -webkit-animation-duration: 8s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + + -moz-animation-name: zoom-fade-2; + -moz-animation-duration: 8s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: linear; + + -ms-animation-name: zoom-fade-2; + -ms-animation-duration: 8s; + -ms-animation-iteration-count: infinite; + -ms-animation-timing-function: linear; + + -o-animation-name: zoom-fade-2; + -o-animation-duration: 8s; + -o-animation-iteration-count: infinite; + -o-animation-timing-function: linear; +} + +@-webkit-keyframes zoom-fade-2 { + 0% { + transform: scale(0.9) translateX(0) translateY(0); + } + + 50% { + transform: scale(1) translateX(0) translateY(0); + } + + 100% { + transform: scale(0.9) translateX(0) translateY(0); + } +} + +@keyframes zoom-fade-2 { + 0% { + transform: scale(0.9) translateX(0) translateY(0); + } + + 50% { + transform: scale(1) translateX(0) translateY(0); + } + + 100% { + transform: scale(0.9) translateX(0) translateY(0); + } +} + + + + + +/*-------------------------------------------------------------- +# Zoom Fade 3 Css +--------------------------------------------------------------*/ +.zoom-fade-3 { + animation-name: zoom-fade-3; + animation-duration: 5s; + animation-iteration-count: infinite; + animation-timing-function: linear; + + -webkit-animation-name: zoom-fade-3; + -webkit-animation-duration: 5s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + + -moz-animation-name: zoom-fade-3; + -moz-animation-duration: 5s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: linear; + + -ms-animation-name: zoom-fade-3; + -ms-animation-duration: 5s; + -ms-animation-iteration-count: infinite; + -ms-animation-timing-function: linear; + + -o-animation-name: zoom-fade-3; + -o-animation-duration: 5s; + -o-animation-iteration-count: infinite; + -o-animation-timing-function: linear; +} + + + +/* custom animations */ + +@keyframes btnIconMove { + 0% { + transform: rotate(0deg) translate(0px, 0px); + } + + 50% { + transform: rotate(20deg) translate(10px, 0px); + } + + 100% { + transform: rotate(0deg) translate(0px, 0px); + } +} + + + + +@-webkit-keyframes ImgBounce { + 0% { + -webkit-transform: translateY(0); + transform: translateY(0); + } + + 100% { + -webkit-transform: translateY(-30px); + transform: translateY(-30px); + } +} + +@keyframes ImgBounce { + 0% { + -webkit-transform: translateY(0); + transform: translateY(0); + } + + 100% { + -webkit-transform: translateY(-30px); + transform: translateY(-30px); + } +} + + +.img-bounce { + -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate; + animation: ImgBounce 5s ease-in-out 0s infinite alternate; +} + + + +/** squares **/ + +@-moz-keyframessquares { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 0 + } + + 20% { + -webkit-transform: scale(1.24); + transform: scale(1.24); + opacity: 1 + } + + 100% { + -webkit-transform: scale(2.1); + transform: scale(2.1); + opacity: 0 + } +} + +@-moz-keyframes squares { + 0% { + -moz-transform: scale(1); + transform: scale(1); + opacity: 0 + } + + 20% { + -moz-transform: scale(1.24); + transform: scale(1.24); + opacity: 1 + } + + 100% { + -moz-transform: scale(2.1); + transform: scale(2.1); + opacity: 0 + } +} + +@-o-keyframes squares { + 0% { + -o-transform: scale(1); + transform: scale(1); + opacity: 0 + } + + 20% { + -o-transform: scale(1.24); + transform: scale(1.24); + opacity: 1 + } + + 100% { + -o-transform: scale(2.1); + transform: scale(2.1); + opacity: 0 + } +} + +@keyframes squares { + 0% { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + opacity: 0 + } + + 20% { + -webkit-transform: scale(1.24); + -moz-transform: scale(1.24); + -o-transform: scale(1.24); + transform: scale(1.24); + opacity: 1 + } + + 100% { + -webkit-transform: scale(2.1); + -moz-transform: scale(2.1); + -o-transform: scale(2.1); + transform: scale(2.1); + opacity: 0 + } +} + +/*** +============================================= + Float Bob X Animation Css +============================================= +***/ +@-webkit-keyframes float-bob-x { + 0% { + transform: translateX(-30px); + } + + 50% { + transform: translateX(-10px); + } + + 100% { + transform: translateX(-30px); + } +} + +@keyframes float-bob-x { + 0% { + transform: translateX(-30px); + } + + 50% { + transform: translateX(-10px); + } + + 100% { + transform: translateX(-30px); + } +} + +.float-bob-x { + -webkit-animation-name: float-bob-x; + animation-name: float-bob-x; + -webkit-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + animation-timing-function: linear; +} + + +/*** +============================================= + Float Bob Y Animation Css +============================================= +***/ +@-webkit-keyframes float-bob-y-2 { + 0% { + transform: translateY(-20px) translateX(-50%) rotate(0deg); + ; + } + + 50% { + transform: translateY(-10px) translateX(-50%) rotate(0deg); + ; + } + + 100% { + transform: translateY(-20px) translateX(-50%) rotate(0deg); + ; + } +} + +@keyframes float-bob-y-2 { + 0% { + transform: translateY(-20px) translateX(-50%) rotate(0deg); + ; + } + + 50% { + transform: translateY(-10px) translateX(-50%) rotate(0deg); + ; + } + + 100% { + transform: translateY(-20px) translateX(-50%) rotate(0deg); + ; + } +} + +.float-bob-y-2 { + -webkit-animation-name: float-bob-y-2; + animation-name: float-bob-y-2; + -webkit-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + animation-timing-function: linear; +} \ No newline at end of file diff --git a/assets/vendors/bootstrap-select/css/bootstrap-select.min.css b/assets/vendors/bootstrap-select/css/bootstrap-select.min.css new file mode 100644 index 0000000..45970b0 --- /dev/null +++ b/assets/vendors/bootstrap-select/css/bootstrap-select.min.css @@ -0,0 +1,6 @@ +/*! + * Bootstrap-select v1.14.0-beta2 (https://developer.snapappointments.com/bootstrap-select) + * + * Copyright 2012-2021 SnapAppointments, LLC + * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE) + */@-webkit-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@-o-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select .dropdown-toggle .bs-select-clear-selected{position:relative;display:block;margin-right:5px;text-align:center}.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected{padding-right:inherit}.bootstrap-select .dropdown-toggle .bs-select-clear-selected span{position:relative;top:-webkit-calc(((-1em / 1.5) + 1ex)/ 2);top:calc(((-1em / 1.5) + 1ex)/ 2);pointer-events:none}.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected span{top:auto}.bootstrap-select .dropdown-toggle.bs-placeholder .bs-select-clear-selected{display:none}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu .notify.fadeOut{-webkit-animation:.3s linear 750ms forwards bs-notify-fadeOut;-o-animation:.3s linear 750ms forwards bs-notify-fadeOut;animation:.3s linear 750ms forwards bs-notify-fadeOut}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group{display:block}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group{display:block}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none} \ No newline at end of file diff --git a/assets/vendors/bootstrap-select/js/bootstrap-select.min.js b/assets/vendors/bootstrap-select/js/bootstrap-select.min.js new file mode 100644 index 0000000..f0aa106 --- /dev/null +++ b/assets/vendors/bootstrap-select/js/bootstrap-select.min.js @@ -0,0 +1,9 @@ +/*! + * Bootstrap-select v1.14.0-beta2 (https://developer.snapappointments.com/bootstrap-select) + * + * Copyright 2012-2021 SnapAppointments, LLC + * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE) + */ + +!function(e,t){void 0===e&&void 0!==window&&(e=window),"function"==typeof define&&define.amd?define(["jquery"],function(e){return t(e)}):"object"==typeof module&&module.exports?module.exports=t(require("jquery")):t(e.jQuery)}(this,function(e){!function(T){"use strict";var d=["sanitize","whiteList","sanitizeFn"],l=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],e={"*":["class","dir","id","lang","role","tabindex","style",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},r=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,a=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i,n=["title","placeholder"];function v(e,t){var i=e.nodeName.toLowerCase();if(-1!==T.inArray(i,t))return-1===T.inArray(i,l)||Boolean(e.nodeValue.match(r)||e.nodeValue.match(a));for(var s=T(t).filter(function(e,t){return t instanceof RegExp}),n=0,o=s.length;n]+>/g,"")),s&&(a=I(a)),a=a.toUpperCase(),o="function"==typeof i?i(a,t):"contains"===i?0<=a.indexOf(t):a.startsWith(t)))break}return o}function L(e){return parseInt(e,10)||0}T.fn.triggerNative=function(e){var t,i=this[0];i.dispatchEvent&&(f?t=new Event(e,{bubbles:!0}):(t=document.createEvent("Event")).initEvent(e,!0,!1),i.dispatchEvent(t))};var m={"\xc0":"A","\xc1":"A","\xc2":"A","\xc3":"A","\xc4":"A","\xc5":"A","\xe0":"a","\xe1":"a","\xe2":"a","\xe3":"a","\xe4":"a","\xe5":"a","\xc7":"C","\xe7":"c","\xd0":"D","\xf0":"d","\xc8":"E","\xc9":"E","\xca":"E","\xcb":"E","\xe8":"e","\xe9":"e","\xea":"e","\xeb":"e","\xcc":"I","\xcd":"I","\xce":"I","\xcf":"I","\xec":"i","\xed":"i","\xee":"i","\xef":"i","\xd1":"N","\xf1":"n","\xd2":"O","\xd3":"O","\xd4":"O","\xd5":"O","\xd6":"O","\xd8":"O","\xf2":"o","\xf3":"o","\xf4":"o","\xf5":"o","\xf6":"o","\xf8":"o","\xd9":"U","\xda":"U","\xdb":"U","\xdc":"U","\xf9":"u","\xfa":"u","\xfb":"u","\xfc":"u","\xdd":"Y","\xfd":"y","\xff":"y","\xc6":"Ae","\xe6":"ae","\xde":"Th","\xfe":"th","\xdf":"ss","\u0100":"A","\u0102":"A","\u0104":"A","\u0101":"a","\u0103":"a","\u0105":"a","\u0106":"C","\u0108":"C","\u010a":"C","\u010c":"C","\u0107":"c","\u0109":"c","\u010b":"c","\u010d":"c","\u010e":"D","\u0110":"D","\u010f":"d","\u0111":"d","\u0112":"E","\u0114":"E","\u0116":"E","\u0118":"E","\u011a":"E","\u0113":"e","\u0115":"e","\u0117":"e","\u0119":"e","\u011b":"e","\u011c":"G","\u011e":"G","\u0120":"G","\u0122":"G","\u011d":"g","\u011f":"g","\u0121":"g","\u0123":"g","\u0124":"H","\u0126":"H","\u0125":"h","\u0127":"h","\u0128":"I","\u012a":"I","\u012c":"I","\u012e":"I","\u0130":"I","\u0129":"i","\u012b":"i","\u012d":"i","\u012f":"i","\u0131":"i","\u0134":"J","\u0135":"j","\u0136":"K","\u0137":"k","\u0138":"k","\u0139":"L","\u013b":"L","\u013d":"L","\u013f":"L","\u0141":"L","\u013a":"l","\u013c":"l","\u013e":"l","\u0140":"l","\u0142":"l","\u0143":"N","\u0145":"N","\u0147":"N","\u014a":"N","\u0144":"n","\u0146":"n","\u0148":"n","\u014b":"n","\u014c":"O","\u014e":"O","\u0150":"O","\u014d":"o","\u014f":"o","\u0151":"o","\u0154":"R","\u0156":"R","\u0158":"R","\u0155":"r","\u0157":"r","\u0159":"r","\u015a":"S","\u015c":"S","\u015e":"S","\u0160":"S","\u015b":"s","\u015d":"s","\u015f":"s","\u0161":"s","\u0162":"T","\u0164":"T","\u0166":"T","\u0163":"t","\u0165":"t","\u0167":"t","\u0168":"U","\u016a":"U","\u016c":"U","\u016e":"U","\u0170":"U","\u0172":"U","\u0169":"u","\u016b":"u","\u016d":"u","\u016f":"u","\u0171":"u","\u0173":"u","\u0174":"W","\u0175":"w","\u0176":"Y","\u0177":"y","\u0178":"Y","\u0179":"Z","\u017b":"Z","\u017d":"Z","\u017a":"z","\u017c":"z","\u017e":"z","\u0132":"IJ","\u0133":"ij","\u0152":"Oe","\u0153":"oe","\u0149":"'n","\u017f":"s"},g=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,b=RegExp("[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\u1ab0-\\u1aff\\u1dc0-\\u1dff]","g");function w(e){return m[e]}function I(e){return(e=e.toString())&&e.replace(g,w).replace(b,"")}var x,y,$,S,E=(x={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},y="(?:"+Object.keys(x).join("|")+")",$=RegExp(y),S=RegExp(y,"g"),function(e){return e=null==e?"":""+e,$.test(e)?e.replace(S,C):e});function C(e){return x[e]}var O={32:" ",48:"0",49:"1",50:"2",51:"3",52:"4",53:"5",54:"6",55:"7",56:"8",57:"9",59:";",65:"A",66:"B",67:"C",68:"D",69:"E",70:"F",71:"G",72:"H",73:"I",74:"J",75:"K",76:"L",77:"M",78:"N",79:"O",80:"P",81:"Q",82:"R",83:"S",84:"T",85:"U",86:"V",87:"W",88:"X",89:"Y",90:"Z",96:"0",97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9"},N=27,H=13,W=32,B=9,M=38,R=40,U=window.Dropdown||bootstrap.Dropdown;function V(){var t;try{t=T.fn.dropdown.Constructor.VERSION}catch(e){t=U.VERSION}return t}var j={success:!1,major:"3"};try{j.full=(V()||"").split(" ")[0].split("."),j.major=j.full[0],j.success=!0}catch(e){}var _=0,F=".bs.select",G={DISABLED:"disabled",DIVIDER:"divider",SHOW:"open",DROPUP:"dropup",MENU:"dropdown-menu",MENURIGHT:"dropdown-menu-right",MENULEFT:"dropdown-menu-left",BUTTONCLASS:"btn-default",POPOVERHEADER:"popover-title",ICONBASE:"glyphicon",TICKICON:"glyphicon-ok"},q={MENU:"."+G.MENU,DATA_TOGGLE:'data-toggle="dropdown"'},K={div:document.createElement("div"),span:document.createElement("span"),i:document.createElement("i"),subtext:document.createElement("small"),a:document.createElement("a"),li:document.createElement("li"),whitespace:document.createTextNode("\xa0"),fragment:document.createDocumentFragment(),option:document.createElement("option")};K.selectedOption=K.option.cloneNode(!1),K.selectedOption.setAttribute("selected",!0),K.noResults=K.li.cloneNode(!1),K.noResults.className="no-results",K.a.setAttribute("role","option"),K.a.className="dropdown-item",K.subtext.className="text-muted",K.text=K.span.cloneNode(!1),K.text.className="text",K.checkMark=K.span.cloneNode(!1);var Q=new RegExp(M+"|"+R),Y=new RegExp("^"+B+"$|"+N),Z={li:function(e,t,i){var s=K.li.cloneNode(!1);return e&&(1===e.nodeType||11===e.nodeType?s.appendChild(e):s.innerHTML=e),void 0!==t&&""!==t&&(s.className=t),null!=i&&s.classList.add("optgroup-"+i),s},a:function(e,t,i){var s=K.a.cloneNode(!0);return e&&(11===e.nodeType?s.appendChild(e):s.insertAdjacentHTML("beforeend",e)),void 0!==t&&""!==t&&s.classList.add.apply(s.classList,t.split(/\s+/)),i&&s.setAttribute("style",i),s},text:function(e,t){var i,s,n=K.text.cloneNode(!1);if(e.content)n.innerHTML=e.content;else{if(n.textContent=e.text,e.icon){var o=K.whitespace.cloneNode(!1);(s=(!0===t?K.i:K.span).cloneNode(!1)).className=this.options.iconBase+" "+e.icon,K.fragment.appendChild(s),K.fragment.appendChild(o)}e.subtext&&((i=K.subtext.cloneNode(!1)).textContent=e.subtext,n.appendChild(i))}if(!0===t)for(;0'},maxOptions:!1,mobile:!1,selectOnTab:!1,dropdownAlignRight:!1,windowPadding:0,virtualScroll:600,display:!1,sanitize:!0,sanitizeFn:null,whiteList:e},te.prototype={constructor:te,init:function(){var i=this,e=this.$element.attr("id"),t=this.$element[0],s=t.form;_++,this.selectId="bs-select-"+_,t.classList.add("bs-select-hidden"),this.multiple=this.$element.prop("multiple"),this.autofocus=this.$element.prop("autofocus"),t.classList.contains("show-tick")&&(this.options.showTick=!0),this.$newElement=this.createDropdown(),this.$element.after(this.$newElement).prependTo(this.$newElement),s&&null===t.form&&(s.id||(s.id="form-"+this.selectId),t.setAttribute("form",s.id)),this.$button=this.$newElement.children("button"),this.options.allowClear&&(this.$clearButton=this.$button.children(".bs-select-clear-selected")),this.$menu=this.$newElement.children(q.MENU),this.$menuInner=this.$menu.children(".inner"),this.$searchbox=this.$menu.find("input"),t.classList.remove("bs-select-hidden"),this.fetchData(function(){i.render(!0),i.buildList(),requestAnimationFrame(function(){i.$element.trigger("loaded"+F)})}),this.fetchData(function(){i.render(!0),i.buildList(),requestAnimationFrame(function(){i.$element.trigger("loaded"+F)})}),!0===this.options.dropdownAlignRight&&this.$menu[0].classList.add(G.MENURIGHT),void 0!==e&&this.$button.attr("data-id",e),this.checkDisabled(),this.clickListener(),4'+this.options.header+""),this.options.liveSearch&&(l=''),this.multiple&&this.options.actionsBox&&(r='
"),this.multiple&&this.options.doneButton&&(a='
"),this.options.allowClear&&(c='×'),n='",T(n)},setPositionData:function(){this.selectpicker.view.canHighlight=[],this.selectpicker.view.size=0,this.selectpicker.view.firstHighlightIndex=!1;for(var e=0;e=this.options.virtualScroll||!0===this.options.virtualScroll},createView:function(z,e,t){var D,L,N=this,i=0,H=[];if(this.selectpicker.isSearching=z,this.selectpicker.current=z?this.selectpicker.search:this.selectpicker.main,this.setPositionData(),e)if(t)i=this.$menuInner[0].scrollTop;else if(!N.multiple){var s=N.$element[0],n=(s.options[s.selectedIndex]||{}).liIndex;if("number"==typeof n&&!1!==N.options.size){var o=N.selectpicker.main.data[n],l=o&&o.position;l&&(i=l-(N.sizeInfo.menuInnerHeight+N.sizeInfo.liHeight)/2)}}function W(e,t){var i,s,n,o,l,r,a,c,d=N.selectpicker.current.data.length,h=[],p=!0,u=N.isVirtual();N.selectpicker.view.scrollTop=e,i=N.options.chunkSize,s=Math.ceil(d/i)||1;for(var f=0;fd-1?0:N.selectpicker.current.data[d-1].position-N.selectpicker.current.data[N.selectpicker.view.position1-1].position,b.firstChild.style.marginTop=v+"px",b.firstChild.style.marginBottom=g+"px"):(b.firstChild.style.marginTop=0,b.firstChild.style.marginBottom=0),b.firstChild.appendChild(w),!0===u&&N.sizeInfo.hasScrollBar){var C=b.firstChild.offsetWidth;if(t&&CN.sizeInfo.selectWidth)b.firstChild.style.minWidth=N.sizeInfo.menuInnerInnerWidth+"px";else if(C>N.sizeInfo.menuInnerInnerWidth){N.$menu[0].style.minWidth=0;var O=b.firstChild.offsetWidth;O>N.sizeInfo.menuInnerInnerWidth&&(N.sizeInfo.menuInnerInnerWidth=O,b.firstChild.style.minWidth=N.sizeInfo.menuInnerInnerWidth+"px"),N.$menu[0].style.minWidth=""}}}(!z&&N.options.source.load||z&&N.options.source.search)&&l===s-1&&N.fetchData(function(){N.render(),N.buildList(d,z),N.setPositionData(),W(e)},z?"search":"load",l+1,z?N.selectpicker.search.previousValue:void 0)}if(N.prevActiveIndex=N.activeIndex,N.options.liveSearch){if(z&&t){var A,T=0;N.selectpicker.view.canHighlight[T]||(T=1+N.selectpicker.view.canHighlight.slice(1).indexOf(!0)),A=N.selectpicker.view.visibleElements[T],N.defocusItem(N.selectpicker.view.currentActive),N.activeIndex=(N.selectpicker.current.data[T]||{}).index,N.focusItem(A)}}else N.$menuInner.trigger("focus")}W(i,!0),this.$menuInner.off("scroll.createView").on("scroll.createView",function(e,t){N.noScroll||W(this.scrollTop,t),N.noScroll=!1}),T(window).off("resize"+F+"."+this.selectId+".createView").on("resize"+F+"."+this.selectId+".createView",function(){N.$newElement.hasClass(G.SHOW)&&W(N.$menuInner[0].scrollTop)})},focusItem:function(e,t,i){if(e){t=t||this.selectpicker.main.data[this.activeIndex];var s=e.firstChild;s&&(s.setAttribute("aria-setsize",this.selectpicker.view.size),s.setAttribute("aria-posinset",t.posinset),!0!==i&&(this.focusedParent.setAttribute("aria-activedescendant",s.id),e.classList.add("active"),s.classList.add("active")))}},defocusItem:function(e){e&&(e.classList.remove("active"),e.firstChild&&e.firstChild.classList.remove("active"))},setPlaceholder:function(){var e=this,t=!1;if((this.options.placeholder||this.options.allowClear)&&!this.multiple){this.selectpicker.view.titleOption||(this.selectpicker.view.titleOption=document.createElement("option")),t=!0;var i=this.$element[0],s=!1,n=!this.selectpicker.view.titleOption.parentNode,o=i.selectedIndex,l=i.options[o],r=i.querySelector("select > *:not(:disabled)"),a=r?r.index:0,c=window.performance&&window.performance.getEntriesByType("navigation"),d=c&&c.length?"back_forward"!==c[0].type:2!==window.performance.navigation.type;n&&(this.selectpicker.view.titleOption.className="bs-title-option",this.selectpicker.view.titleOption.value="",s=!l||o===a&&!1===l.defaultSelected&&void 0===this.$element.data("selected")),!n&&0===this.selectpicker.view.titleOption.index||i.insertBefore(this.selectpicker.view.titleOption,i.firstChild),s&&d?i.selectedIndex=0:"complete"!==document.readyState&&window.addEventListener("pageshow",function(){e.selectpicker.view.displayedValue!==i.value&&e.render()})}return t},fetchData:function(t,i,e,s){i=i||"data";var n,o=this,l=this.options.source[i];l?(this.options.virtualScroll=!0,"function"==typeof l?l.call(this,function(e){n=o.buildData(e,i),t.call(o,n)},e,s):Array.isArray(l)&&(n=o.buildData(l,i),t.call(o,n))):(n=this.buildData(!1,i),t.call(o,n))},buildData:function(p,e){var u=!1===p?J.fromOption:J.fromDataSource,f=':not([hidden]):not([data-hidden="true"])',m=[],l=0,v=0,g=this.setPlaceholder()&&!p?1:0;"load"===e?l=this.selectpicker.main.data.length:"search"===e&&(l=this.selectpicker.search.data.length),this.options.hideDisabled&&(f+=":not(:disabled)");var t=p?p.filter(ee,this):this.$element[0].querySelectorAll("select > *"+f);function b(e){var t=m[m.length-1];t&&"divider"===t.type&&(t.optID||e.optID)||((e=e||{}).type="divider",m.push(e))}function w(e,t){if((t=t||{}).divider=u(e,"divider"),!0===t.divider)b({optID:t.optID});else{var i=m.length+l,s=u(e,"style"),n=s?E(s):"",o=(e.className||"")+(t.optgroupClass||"");t.optID&&(o="opt "+o),t.optionClass=o.trim(),t.inlineStyle=n,t.text=u(e,"text"),t.content=u(e,"content"),t.tokens=u(e,"tokens"),t.subtext=u(e,"subtext"),t.icon=u(e,"icon"),t.display=t.content||t.text,t.value=void 0===e.value?e.text:e.value,t.type="option",t.index=i,t.option=e.option?e.option:e,t.option.liIndex=i,t.selected=!!e.selected,t.disabled=t.disabled||!!e.disabled,m.push(t)}}function i(e,t){var i=t[e],s=!(e-1 li")},render:function(e){var t,i=this,s=this.$element[0],n=this.setPlaceholder()&&0===s.selectedIndex,o=A.call(this),l=o.length,r=z.call(this,o),a=this.$button[0],c=a.querySelector(".filter-option-inner-inner"),d=document.createTextNode(this.options.multipleSeparator),h=K.fragment.cloneNode(!1),p=!1;if(this.options.source.data&&e&&(o.map(function e(t){t.selected?i.createOption(t,!0):t.children&&t.children.length&&t.children.map(e)}),s.appendChild(this.selectpicker.main.optionQueue),n=n&&0===s.selectedIndex),a.classList.toggle("bs-placeholder",i.multiple?!l:!r&&0!==r),i.multiple||1!==o.length||(i.selectpicker.view.displayedValue=r),"static"===this.options.selectedTextFormat)h=Z.text.call(this,{text:this.options.placeholder},!0);else if(!1===(this.multiple&&-1!==this.options.selectedTextFormat.indexOf("count")&&1")).length&&l>t[1]||1===t.length&&2<=l))){if(!n){for(var u=0;u option"+v+", optgroup"+v+" option"+v).length,b="function"==typeof this.options.countSelectedText?this.options.countSelectedText(l,g):this.options.countSelectedText;h=Z.text.call(this,{text:b.replace("{0}",l.toString()).replace("{1}",g.toString())},!0)}if(h.childNodes.length||(h=Z.text.call(this,{text:this.options.placeholder?this.options.placeholder:this.options.noneSelectedText},!0)),a.title=h.textContent.replace(/<[^>]*>?/g,"").trim(),this.options.sanitize&&p&&P([h],i.options.whiteList,i.options.sanitizeFn),c.innerHTML="",c.appendChild(h),j.major<4&&this.$newElement[0].classList.contains("bs3-has-addon")){var w=a.querySelector(".filter-expand"),I=c.cloneNode(!0);I.className="filter-expand",w?a.replaceChild(I,w):a.appendChild(I)}this.$element.trigger("rendered"+F)},setStyle:function(e,t){var i,s=this.$button[0],n=this.$newElement[0],o=this.options.style.trim();this.$element.attr("class")&&this.$newElement.addClass(this.$element.attr("class").replace(/selectpicker|mobile-device|bs-select-hidden|validate\[.*\]/gi,"")),j.major<4&&(n.classList.add("bs3"),n.parentNode.classList&&n.parentNode.classList.contains("input-group")&&(n.previousElementSibling||n.nextElementSibling)&&(n.previousElementSibling||n.nextElementSibling).classList.contains("input-group-addon")&&n.classList.add("bs3-has-addon")),i=e?e.trim():o,"add"==t?i&&s.classList.add.apply(s.classList,i.split(" ")):"remove"==t?i&&s.classList.remove.apply(s.classList,i.split(" ")):(o&&s.classList.remove.apply(s.classList,o.split(" ")),i&&s.classList.add.apply(s.classList,i.split(" ")))},liHeight:function(e){if(e||!1!==this.options.size&&!Object.keys(this.sizeInfo).length){var t,i=K.div.cloneNode(!1),s=K.div.cloneNode(!1),n=K.div.cloneNode(!1),o=document.createElement("ul"),l=K.li.cloneNode(!1),r=K.li.cloneNode(!1),a=K.a.cloneNode(!1),c=K.span.cloneNode(!1),d=this.options.header&&0this.sizeInfo.menuExtras.vert&&r+this.sizeInfo.menuExtras.vert+50>this.sizeInfo.selectOffsetBot,!0===this.selectpicker.isSearching&&(a=this.selectpicker.dropup),this.$newElement.toggleClass(G.DROPUP,a),this.selectpicker.dropup=a),"auto"===this.options.size)n=3this.options.size){for(var b=0;bthis.sizeInfo.menuInnerHeight&&(this.sizeInfo.hasScrollBar=!0,this.sizeInfo.totalMenuWidth=this.sizeInfo.menuWidth+this.sizeInfo.scrollBarWidth),"auto"===this.options.dropdownAlignRight&&this.$menu.toggleClass(G.MENURIGHT,this.sizeInfo.selectOffsetLeft>this.sizeInfo.selectOffsetRight&&this.sizeInfo.selectOffsetRightthis.options.size&&i.off("resize"+F+"."+this.selectId+".setMenuSize scroll"+F+"."+this.selectId+".setMenuSize")}this.createView(!1,!0,e)},setWidth:function(){var i=this;"auto"===this.options.width?requestAnimationFrame(function(){i.$menu.css("min-width","0"),i.$element.on("loaded"+F,function(){i.liHeight(),i.setMenuSize();var e=i.$newElement.clone().appendTo("body"),t=e.css("width","auto").children("button").outerWidth();e.remove(),i.sizeInfo.selectWidth=Math.max(i.sizeInfo.totalMenuWidth,t),i.$newElement.css("width",i.sizeInfo.selectWidth+"px")})}):"fit"===this.options.width?(this.$menu.css("min-width",""),this.$newElement.css("width","").addClass("fit-width")):this.options.width?(this.$menu.css("min-width",""),this.$newElement.css("width",this.options.width)):(this.$menu.css("min-width",""),this.$newElement.css("width","")),this.$newElement.hasClass("fit-width")&&"fit"!==this.options.width&&this.$newElement[0].classList.remove("fit-width")},selectPosition:function(){this.$bsContainer=T('
');function e(e){var t={},i=l.options.display||!!T.fn.dropdown.Constructor.Default&&T.fn.dropdown.Constructor.Default.display;l.$bsContainer.addClass(e.attr("class").replace(/form-control|fit-width/gi,"")).toggleClass(G.DROPUP,e.hasClass(G.DROPUP)),s=e.offset(),r.is("body")?n={top:0,left:0}:((n=r.offset()).top+=parseInt(r.css("borderTopWidth"))-r.scrollTop(),n.left+=parseInt(r.css("borderLeftWidth"))-r.scrollLeft()),o=e.hasClass(G.DROPUP)?0:e[0].offsetHeight,(j.major<4||"static"===i)&&(t.top=s.top-n.top+o,t.left=s.left-n.left),t.width=e[0].offsetWidth,l.$bsContainer.css(t)}var s,n,o,l=this,r=T(this.options.container);this.$button.on("click.bs.dropdown.data-api",function(){l.isDisabled()||(e(l.$newElement),l.$bsContainer.appendTo(l.options.container).toggleClass(G.SHOW,!l.$button.hasClass(G.SHOW)).append(l.$menu))}),T(window).off("resize"+F+"."+this.selectId+" scroll"+F+"."+this.selectId).on("resize"+F+"."+this.selectId+" scroll"+F+"."+this.selectId,function(){l.$newElement.hasClass(G.SHOW)&&e(l.$newElement)}),this.$element.on("hide"+F,function(){l.$menu.data("height",l.$menu.height()),l.$bsContainer.detach()})},createOption:function(e,t){var i=e.option?e.option:e;if(i&&1!==i.nodeType){var s=(t?K.selectedOption:K.option).cloneNode(!0);void 0!==i.value&&(s.value=i.value),s.textContent=i.text,s.selected=!0,void 0!==i.liIndex?s.liIndex=i.liIndex:t||(s.liIndex=e.index),e.option=s,this.selectpicker.main.optionQueue.appendChild(s)}},setOptionStatus:function(e){var t=this;if(t.noScroll=!1,t.selectpicker.view.visibleElements&&t.selectpicker.view.visibleElements.length){for(var i=0;i
');$[2]&&(S=S.replace("{var}",$[2][1"+S+"")),h=!1,O.$element.trigger("maxReached"+F)),b&&I&&(C.append(T("
"+E+"
")),h=!1,O.$element.trigger("maxReachedGrp"+F)),setTimeout(function(){O.setSelected(l,!1)},10),C[0].classList.add("fadeOut"),setTimeout(function(){C.remove()},1050)}}}else d&&O.setSelected(d,!1),O.setSelected(o,!0);O.options.source.data&&O.$element[0].appendChild(O.selectpicker.main.optionQueue),!O.multiple||O.multiple&&1===O.options.maxOptions?O.$button.trigger("focus"):O.options.liveSearch&&O.$searchbox.trigger("focus"),h&&(!O.multiple&&a===s.selectedIndex||(D=[p.index,u.prop("selected"),r],O.$element.triggerNative("change")))}}),this.$menu.on("click","li."+G.DISABLED+" a, ."+G.POPOVERHEADER+", ."+G.POPOVERHEADER+" :not(.close)",function(e){e.currentTarget==this&&(e.preventDefault(),e.stopPropagation(),O.options.liveSearch&&!T(e.target).hasClass("close")?O.$searchbox.trigger("focus"):O.$button.trigger("focus"))}),this.$menuInner.on("click",".divider, .dropdown-header",function(e){e.preventDefault(),e.stopPropagation(),O.options.liveSearch?O.$searchbox.trigger("focus"):O.$button.trigger("focus")}),this.$menu.on("click","."+G.POPOVERHEADER+" .close",function(){O.$button.trigger("click")}),this.$searchbox.on("click",function(e){e.stopPropagation()}),this.$menu.on("click",".actions-btn",function(e){O.options.liveSearch?O.$searchbox.trigger("focus"):O.$button.trigger("focus"),e.preventDefault(),e.stopPropagation(),T(this).hasClass("bs-select-all")?O.selectAll():O.deselectAll()}),this.$button.on("focus"+F,function(e){var t=O.$element[0].getAttribute("tabindex");void 0!==t&&e.originalEvent&&e.originalEvent.isTrusted&&(this.setAttribute("tabindex",t),O.$element[0].setAttribute("tabindex",-1),O.selectpicker.view.tabindex=t)}).on("blur"+F,function(e){void 0!==O.selectpicker.view.tabindex&&e.originalEvent&&e.originalEvent.isTrusted&&(O.$element[0].setAttribute("tabindex",O.selectpicker.view.tabindex),this.setAttribute("tabindex",-1),O.selectpicker.view.tabindex=void 0)}),this.$element.on("change"+F,function(){O.render(),O.$element.trigger("changed"+F,D),D=null}).on("focus"+F,function(){O.options.mobile||O.$button[0].focus()})},liveSearchListener:function(){var u=this;this.$button.on("click.bs.dropdown.data-api",function(){u.$searchbox.val()&&(u.$searchbox.val(""),u.selectpicker.search.previousValue=void 0)}),this.$searchbox.on("click.bs.dropdown.data-api focus.bs.dropdown.data-api touchend.bs.dropdown.data-api",function(e){e.stopPropagation()}),this.$searchbox.on("input propertychange",function(){var t=u.$searchbox[0].value;if(u.selectpicker.search.elements=[],u.selectpicker.search.data=[],t)if(u.options.source.search)u.fetchData(function(e){u.render(),u.buildList(void 0,!0),u.createView(!0),X.call(u,e,t)},"search",0,t);else{var e=[],i=t.toUpperCase(),s={},n=[],o=u._searchStyle(),l=u.options.liveSearchNormalize;l&&(i=I(i));for(var r=0;r=a.selectpicker.view.canHighlight.length&&(t=a.selectpicker.view.firstHighlightIndex),a.selectpicker.view.canHighlight[t+f]||(t=t+1+a.selectpicker.view.canHighlight.slice(t+f+1).indexOf(!0))),e.preventDefault();var m=f+t;e.which===M?0===f&&t===c.length-1?(a.$menuInner[0].scrollTop=a.$menuInner[0].scrollHeight,m=a.selectpicker.current.elements.length-1):d=(o=(n=a.selectpicker.current.data[m]).position-n.height)u+a.sizeInfo.menuInnerHeight),s=a.selectpicker.main.elements[v],a.activeIndex=b[x],a.focusItem(s),s&&s.firstChild.focus(),d&&(a.$menuInner[0].scrollTop=o),l.trigger("focus")}}i&&(e.which===W&&!a.selectpicker.keydown.keyHistory||e.which===H||e.which===B&&a.options.selectOnTab)&&(e.which!==W&&e.preventDefault(),a.options.liveSearch&&e.which===W||(a.$menuInner.find(".active a").trigger("click",!0),l.trigger("focus"),a.options.liveSearch||(e.preventDefault(),T(document).data("spaceSelect",!0))))}},mobile:function(){this.options.mobile=!0,this.$element[0].classList.add("mobile-device")},refresh:function(){var e=this,t=T.extend({},this.options,h(this.$element),this.$element.data());this.options=t,this.options.source.data?(this.render(),this.buildList()):this.fetchData(function(){e.render(),e.buildList()}),this.checkDisabled(),this.setStyle(),this.setWidth(),this.setSize(!0),this.$element.trigger("refreshed"+F)},hide:function(){this.$newElement.hide()},show:function(){this.$newElement.show()},remove:function(){this.$newElement.remove(),this.$element.remove()},destroy:function(){this.$newElement.before(this.$element).remove(),this.$bsContainer?this.$bsContainer.remove():this.$menu.remove(),this.selectpicker.view.titleOption&&this.selectpicker.view.titleOption.parentNode&&this.selectpicker.view.titleOption.parentNode.removeChild(this.selectpicker.view.titleOption),this.$element.off(F).removeData("selectpicker").removeClass("bs-select-hidden selectpicker"),T(window).off(F+"."+this.selectId)}};var se=T.fn.selectpicker;function ne(){return j.major<5?T.fn.dropdown?(T.fn.dropdown.Constructor._dataApiKeydownHandler||T.fn.dropdown.Constructor.prototype.keydown).apply(this,arguments):void 0:U.dataApiKeydownHandler}T.fn.selectpicker=ie,T.fn.selectpicker.Constructor=te,T.fn.selectpicker.noConflict=function(){return T.fn.selectpicker=se,this},T(document).off("keydown.bs.dropdown.data-api").on("keydown.bs.dropdown.data-api",":not(.bootstrap-select) > ["+q.DATA_TOGGLE+"]",ne).on("keydown.bs.dropdown.data-api",":not(.bootstrap-select) > .dropdown-menu",ne).on("keydown"+F,".bootstrap-select ["+q.DATA_TOGGLE+'], .bootstrap-select [role="listbox"], .bootstrap-select .bs-searchbox input',te.prototype.keydown).on("focusin.modal",".bootstrap-select ["+q.DATA_TOGGLE+'], .bootstrap-select [role="listbox"], .bootstrap-select .bs-searchbox input',function(e){e.stopPropagation()}),document.addEventListener("DOMContentLoaded",function(){T(".selectpicker").each(function(){var e=T(this);ie.call(e,e.data())})})}(e)}); +//# sourceMappingURL=bootstrap-select.min.js.map \ No newline at end of file diff --git a/assets/vendors/bootstrap/css/bootstrap.min.css b/assets/vendors/bootstrap/css/bootstrap.min.css new file mode 100644 index 0000000..83dc5b7 --- /dev/null +++ b/assets/vendors/bootstrap/css/bootstrap.min.css @@ -0,0 +1,7 @@ +@charset "UTF-8";/*! + * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors + * Copyright 2011-2021 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x)/ -2);margin-left:calc(var(--bs-gutter-x)/ -2)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)/ 2);padding-left:calc(var(--bs-gutter-x)/ 2);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.3333333333%}.col-2{flex:0 0 auto;width:16.6666666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.3333333333%}.col-5{flex:0 0 auto;width:41.6666666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.3333333333%}.col-8{flex:0 0 auto;width:66.6666666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.3333333333%}.col-11{flex:0 0 auto;width:91.6666666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.3333333333%}.col-sm-2{flex:0 0 auto;width:16.6666666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.3333333333%}.col-sm-5{flex:0 0 auto;width:41.6666666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.3333333333%}.col-sm-8{flex:0 0 auto;width:66.6666666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.3333333333%}.col-sm-11{flex:0 0 auto;width:91.6666666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.3333333333%}.col-md-2{flex:0 0 auto;width:16.6666666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.3333333333%}.col-md-8{flex:0 0 auto;width:66.6666666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.3333333333%}.col-md-11{flex:0 0 auto;width:91.6666666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.3333333333%}.col-lg-2{flex:0 0 auto;width:16.6666666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.3333333333%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.col-lg-8{flex:0 0 auto;width:66.6666666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.3333333333%}.col-lg-11{flex:0 0 auto;width:91.6666666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.3333333333%}.col-xl-2{flex:0 0 auto;width:16.6666666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-5{flex:0 0 auto;width:41.6666666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.3333333333%}.col-xl-8{flex:0 0 auto;width:66.6666666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.3333333333%}.col-xl-11{flex:0 0 auto;width:91.6666666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.3333333333%}.col-xxl-2{flex:0 0 auto;width:16.6666666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.3333333333%}.col-xxl-5{flex:0 0 auto;width:41.6666666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.3333333333%}.col-xxl-8{flex:0 0 auto;width:66.6666666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.3333333333%}.col-xxl-11{flex:0 0 auto;width:91.6666666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.3333333333%}.offset-xxl-2{margin-left:16.6666666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333333333%}.offset-xxl-5{margin-left:41.6666666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333333333%}.offset-xxl-8{margin-left:66.6666666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333333333%}.offset-xxl-11{margin-left:91.6666666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{max-width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);padding:1rem .75rem}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754;padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545;padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu{top:0;right:auto;left:100%}.dropend .dropdown-menu[data-bs-popper]{margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu{top:0;right:100%;left:auto}.dropstart .dropdown-menu[data-bs-popper]{margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:last-of-type{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast:not(.showing):not(.show){opacity:0}.toast.hide{display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid #d8d8d8;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1040;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-header{display:flex;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.offcanvas-backdrop::before{position:fixed;top:0;left:0;z-index:1039;width:100vw;height:100vh;content:"";background-color:rgba(0,0,0,.5)}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{color:#0d6efd!important}.text-secondary{color:#6c757d!important}.text-success{color:#198754!important}.text-info{color:#0dcaf0!important}.text-warning{color:#ffc107!important}.text-danger{color:#dc3545!important}.text-light{color:#f8f9fa!important}.text-dark{color:#212529!important}.text-white{color:#fff!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-reset{color:inherit!important}.bg-primary{background-color:#0d6efd!important}.bg-secondary{background-color:#6c757d!important}.bg-success{background-color:#198754!important}.bg-info{background-color:#0dcaf0!important}.bg-warning{background-color:#ffc107!important}.bg-danger{background-color:#dc3545!important}.bg-light{background-color:#f8f9fa!important}.bg-dark{background-color:#212529!important}.bg-body{background-color:#fff!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} +/*# sourceMappingURL=bootstrap.min.css.map */ \ No newline at end of file diff --git a/assets/vendors/bootstrap/js/bootstrap.bundle.min.js b/assets/vendors/bootstrap/js/bootstrap.bundle.min.js new file mode 100644 index 0000000..2168d63 --- /dev/null +++ b/assets/vendors/bootstrap/js/bootstrap.bundle.min.js @@ -0,0 +1,7 @@ +/*! + * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */ +!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).bootstrap=e()}(this,(function(){"use strict";const t=t=>{do{t+=Math.floor(1e6*Math.random())}while(document.getElementById(t));return t},e=t=>{let e=t.getAttribute("data-bs-target");if(!e||"#"===e){let i=t.getAttribute("href");if(!i||!i.includes("#")&&!i.startsWith("."))return null;i.includes("#")&&!i.startsWith("#")&&(i="#"+i.split("#")[1]),e=i&&"#"!==i?i.trim():null}return e},i=t=>{const i=e(t);return i&&document.querySelector(i)?i:null},s=t=>{const i=e(t);return i?document.querySelector(i):null},n=t=>{if(!t)return 0;let{transitionDuration:e,transitionDelay:i}=window.getComputedStyle(t);const s=Number.parseFloat(e),n=Number.parseFloat(i);return s||n?(e=e.split(",")[0],i=i.split(",")[0],1e3*(Number.parseFloat(e)+Number.parseFloat(i))):0},o=t=>{t.dispatchEvent(new Event("transitionend"))},r=t=>(t[0]||t).nodeType,a=(t,e)=>{let i=!1;const s=e+5;t.addEventListener("transitionend",(function e(){i=!0,t.removeEventListener("transitionend",e)})),setTimeout(()=>{i||o(t)},s)},l=(t,e,i)=>{Object.keys(i).forEach(s=>{const n=i[s],o=e[s],a=o&&r(o)?"element":null==(l=o)?""+l:{}.toString.call(l).match(/\s([a-z]+)/i)[1].toLowerCase();var l;if(!new RegExp(n).test(a))throw new TypeError(t.toUpperCase()+": "+`Option "${s}" provided type "${a}" `+`but expected type "${n}".`)})},c=t=>{if(!t)return!1;if(t.style&&t.parentNode&&t.parentNode.style){const e=getComputedStyle(t),i=getComputedStyle(t.parentNode);return"none"!==e.display&&"none"!==i.display&&"hidden"!==e.visibility}return!1},d=t=>!t||t.nodeType!==Node.ELEMENT_NODE||!!t.classList.contains("disabled")||(void 0!==t.disabled?t.disabled:t.hasAttribute("disabled")&&"false"!==t.getAttribute("disabled")),h=t=>{if(!document.documentElement.attachShadow)return null;if("function"==typeof t.getRootNode){const e=t.getRootNode();return e instanceof ShadowRoot?e:null}return t instanceof ShadowRoot?t:t.parentNode?h(t.parentNode):null},f=()=>function(){},u=t=>t.offsetHeight,p=()=>{const{jQuery:t}=window;return t&&!document.body.hasAttribute("data-bs-no-jquery")?t:null},g=()=>"rtl"===document.documentElement.dir,m=(t,e)=>{var i;i=()=>{const i=p();if(i){const s=i.fn[t];i.fn[t]=e.jQueryInterface,i.fn[t].Constructor=e,i.fn[t].noConflict=()=>(i.fn[t]=s,e.jQueryInterface)}},"loading"===document.readyState?document.addEventListener("DOMContentLoaded",i):i()},_=new Map;var b={set(t,e,i){_.has(t)||_.set(t,new Map);const s=_.get(t);s.has(e)||0===s.size?s.set(e,i):console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(s.keys())[0]}.`)},get:(t,e)=>_.has(t)&&_.get(t).get(e)||null,remove(t,e){if(!_.has(t))return;const i=_.get(t);i.delete(e),0===i.size&&_.delete(t)}};const v=/[^.]*(?=\..*)\.|.*/,y=/\..*/,w=/::\d+$/,E={};let T=1;const A={mouseenter:"mouseover",mouseleave:"mouseout"},L=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function O(t,e){return e&&`${e}::${T++}`||t.uidEvent||T++}function k(t){const e=O(t);return t.uidEvent=e,E[e]=E[e]||{},E[e]}function D(t,e,i=null){const s=Object.keys(t);for(let n=0,o=s.length;n{!function(t,e,i,s){const n=e[i]||{};Object.keys(n).forEach(o=>{if(o.includes(s)){const s=n[o];S(t,e,i,s.originalHandler,s.delegationSelector)}})}(t,l,i,e.slice(1))});const d=l[r]||{};Object.keys(d).forEach(i=>{const s=i.replace(w,"");if(!a||e.includes(s)){const e=d[i];S(t,l,r,e.originalHandler,e.delegationSelector)}})},trigger(t,e,i){if("string"!=typeof e||!t)return null;const s=p(),n=e.replace(y,""),o=e!==n,r=L.has(n);let a,l=!0,c=!0,d=!1,h=null;return o&&s&&(a=s.Event(e,i),s(t).trigger(a),l=!a.isPropagationStopped(),c=!a.isImmediatePropagationStopped(),d=a.isDefaultPrevented()),r?(h=document.createEvent("HTMLEvents"),h.initEvent(n,l,!0)):h=new CustomEvent(e,{bubbles:l,cancelable:!0}),void 0!==i&&Object.keys(i).forEach(t=>{Object.defineProperty(h,t,{get:()=>i[t]})}),d&&h.preventDefault(),c&&t.dispatchEvent(h),h.defaultPrevented&&void 0!==a&&a.preventDefault(),h}};class j{constructor(t){(t="string"==typeof t?document.querySelector(t):t)&&(this._element=t,b.set(this._element,this.constructor.DATA_KEY,this))}dispose(){b.remove(this._element,this.constructor.DATA_KEY),this._element=null}static getInstance(t){return b.get(t,this.DATA_KEY)}static get VERSION(){return"5.0.0-beta3"}}class P extends j{static get DATA_KEY(){return"bs.alert"}close(t){const e=t?this._getRootElement(t):this._element,i=this._triggerCloseEvent(e);null===i||i.defaultPrevented||this._removeElement(e)}_getRootElement(t){return s(t)||t.closest(".alert")}_triggerCloseEvent(t){return N.trigger(t,"close.bs.alert")}_removeElement(t){if(t.classList.remove("show"),!t.classList.contains("fade"))return void this._destroyElement(t);const e=n(t);N.one(t,"transitionend",()=>this._destroyElement(t)),a(t,e)}_destroyElement(t){t.parentNode&&t.parentNode.removeChild(t),N.trigger(t,"closed.bs.alert")}static jQueryInterface(t){return this.each((function(){let e=b.get(this,"bs.alert");e||(e=new P(this)),"close"===t&&e[t](this)}))}static handleDismiss(t){return function(e){e&&e.preventDefault(),t.close(this)}}}N.on(document,"click.bs.alert.data-api",'[data-bs-dismiss="alert"]',P.handleDismiss(new P)),m("alert",P);class I extends j{static get DATA_KEY(){return"bs.button"}toggle(){this._element.setAttribute("aria-pressed",this._element.classList.toggle("active"))}static jQueryInterface(t){return this.each((function(){let e=b.get(this,"bs.button");e||(e=new I(this)),"toggle"===t&&e[t]()}))}}function M(t){return"true"===t||"false"!==t&&(t===Number(t).toString()?Number(t):""===t||"null"===t?null:t)}function R(t){return t.replace(/[A-Z]/g,t=>"-"+t.toLowerCase())}N.on(document,"click.bs.button.data-api",'[data-bs-toggle="button"]',t=>{t.preventDefault();const e=t.target.closest('[data-bs-toggle="button"]');let i=b.get(e,"bs.button");i||(i=new I(e)),i.toggle()}),m("button",I);const B={setDataAttribute(t,e,i){t.setAttribute("data-bs-"+R(e),i)},removeDataAttribute(t,e){t.removeAttribute("data-bs-"+R(e))},getDataAttributes(t){if(!t)return{};const e={};return Object.keys(t.dataset).filter(t=>t.startsWith("bs")).forEach(i=>{let s=i.replace(/^bs/,"");s=s.charAt(0).toLowerCase()+s.slice(1,s.length),e[s]=M(t.dataset[i])}),e},getDataAttribute:(t,e)=>M(t.getAttribute("data-bs-"+R(e))),offset(t){const e=t.getBoundingClientRect();return{top:e.top+document.body.scrollTop,left:e.left+document.body.scrollLeft}},position:t=>({top:t.offsetTop,left:t.offsetLeft})},H={find:(t,e=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(e,t)),findOne:(t,e=document.documentElement)=>Element.prototype.querySelector.call(e,t),children:(t,e)=>[].concat(...t.children).filter(t=>t.matches(e)),parents(t,e){const i=[];let s=t.parentNode;for(;s&&s.nodeType===Node.ELEMENT_NODE&&3!==s.nodeType;)s.matches(e)&&i.push(s),s=s.parentNode;return i},prev(t,e){let i=t.previousElementSibling;for(;i;){if(i.matches(e))return[i];i=i.previousElementSibling}return[]},next(t,e){let i=t.nextElementSibling;for(;i;){if(i.matches(e))return[i];i=i.nextElementSibling}return[]}},W={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},U={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},$="next",F="prev",z="left",K="right";class Y extends j{constructor(t,e){super(t),this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this.touchStartX=0,this.touchDeltaX=0,this._config=this._getConfig(e),this._indicatorsElement=H.findOne(".carousel-indicators",this._element),this._touchSupported="ontouchstart"in document.documentElement||navigator.maxTouchPoints>0,this._pointerEvent=Boolean(window.PointerEvent),this._addEventListeners()}static get Default(){return W}static get DATA_KEY(){return"bs.carousel"}next(){this._isSliding||this._slide($)}nextWhenVisible(){!document.hidden&&c(this._element)&&this.next()}prev(){this._isSliding||this._slide(F)}pause(t){t||(this._isPaused=!0),H.findOne(".carousel-item-next, .carousel-item-prev",this._element)&&(o(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null}cycle(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config&&this._config.interval&&!this._isPaused&&(this._updateInterval(),this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))}to(t){this._activeElement=H.findOne(".active.carousel-item",this._element);const e=this._getItemIndex(this._activeElement);if(t>this._items.length-1||t<0)return;if(this._isSliding)return void N.one(this._element,"slid.bs.carousel",()=>this.to(t));if(e===t)return this.pause(),void this.cycle();const i=t>e?$:F;this._slide(i,this._items[t])}dispose(){N.off(this._element,".bs.carousel"),this._items=null,this._config=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null,super.dispose()}_getConfig(t){return t={...W,...t},l("carousel",t,U),t}_handleSwipe(){const t=Math.abs(this.touchDeltaX);if(t<=40)return;const e=t/this.touchDeltaX;this.touchDeltaX=0,e&&this._slide(e>0?K:z)}_addEventListeners(){this._config.keyboard&&N.on(this._element,"keydown.bs.carousel",t=>this._keydown(t)),"hover"===this._config.pause&&(N.on(this._element,"mouseenter.bs.carousel",t=>this.pause(t)),N.on(this._element,"mouseleave.bs.carousel",t=>this.cycle(t))),this._config.touch&&this._touchSupported&&this._addTouchEventListeners()}_addTouchEventListeners(){const t=t=>{!this._pointerEvent||"pen"!==t.pointerType&&"touch"!==t.pointerType?this._pointerEvent||(this.touchStartX=t.touches[0].clientX):this.touchStartX=t.clientX},e=t=>{this.touchDeltaX=t.touches&&t.touches.length>1?0:t.touches[0].clientX-this.touchStartX},i=t=>{!this._pointerEvent||"pen"!==t.pointerType&&"touch"!==t.pointerType||(this.touchDeltaX=t.clientX-this.touchStartX),this._handleSwipe(),"hover"===this._config.pause&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout(t=>this.cycle(t),500+this._config.interval))};H.find(".carousel-item img",this._element).forEach(t=>{N.on(t,"dragstart.bs.carousel",t=>t.preventDefault())}),this._pointerEvent?(N.on(this._element,"pointerdown.bs.carousel",e=>t(e)),N.on(this._element,"pointerup.bs.carousel",t=>i(t)),this._element.classList.add("pointer-event")):(N.on(this._element,"touchstart.bs.carousel",e=>t(e)),N.on(this._element,"touchmove.bs.carousel",t=>e(t)),N.on(this._element,"touchend.bs.carousel",t=>i(t)))}_keydown(t){/input|textarea/i.test(t.target.tagName)||("ArrowLeft"===t.key?(t.preventDefault(),this._slide(z)):"ArrowRight"===t.key&&(t.preventDefault(),this._slide(K)))}_getItemIndex(t){return this._items=t&&t.parentNode?H.find(".carousel-item",t.parentNode):[],this._items.indexOf(t)}_getItemByOrder(t,e){const i=t===$,s=t===F,n=this._getItemIndex(e),o=this._items.length-1;if((s&&0===n||i&&n===o)&&!this._config.wrap)return e;const r=(n+(s?-1:1))%this._items.length;return-1===r?this._items[this._items.length-1]:this._items[r]}_triggerSlideEvent(t,e){const i=this._getItemIndex(t),s=this._getItemIndex(H.findOne(".active.carousel-item",this._element));return N.trigger(this._element,"slide.bs.carousel",{relatedTarget:t,direction:e,from:s,to:i})}_setActiveIndicatorElement(t){if(this._indicatorsElement){const e=H.findOne(".active",this._indicatorsElement);e.classList.remove("active"),e.removeAttribute("aria-current");const i=H.find("[data-bs-target]",this._indicatorsElement);for(let e=0;e{r.classList.remove(h,f),r.classList.add("active"),s.classList.remove("active",f,h),this._isSliding=!1,setTimeout(()=>{N.trigger(this._element,"slid.bs.carousel",{relatedTarget:r,direction:p,from:o,to:l})},0)}),a(s,t)}else s.classList.remove("active"),r.classList.add("active"),this._isSliding=!1,N.trigger(this._element,"slid.bs.carousel",{relatedTarget:r,direction:p,from:o,to:l});c&&this.cycle()}}_directionToOrder(t){return[K,z].includes(t)?g()?t===K?F:$:t===K?$:F:t}_orderToDirection(t){return[$,F].includes(t)?g()?t===$?z:K:t===$?K:z:t}static carouselInterface(t,e){let i=b.get(t,"bs.carousel"),s={...W,...B.getDataAttributes(t)};"object"==typeof e&&(s={...s,...e});const n="string"==typeof e?e:s.slide;if(i||(i=new Y(t,s)),"number"==typeof e)i.to(e);else if("string"==typeof n){if(void 0===i[n])throw new TypeError(`No method named "${n}"`);i[n]()}else s.interval&&s.ride&&(i.pause(),i.cycle())}static jQueryInterface(t){return this.each((function(){Y.carouselInterface(this,t)}))}static dataApiClickHandler(t){const e=s(this);if(!e||!e.classList.contains("carousel"))return;const i={...B.getDataAttributes(e),...B.getDataAttributes(this)},n=this.getAttribute("data-bs-slide-to");n&&(i.interval=!1),Y.carouselInterface(e,i),n&&b.get(e,"bs.carousel").to(n),t.preventDefault()}}N.on(document,"click.bs.carousel.data-api","[data-bs-slide], [data-bs-slide-to]",Y.dataApiClickHandler),N.on(window,"load.bs.carousel.data-api",()=>{const t=H.find('[data-bs-ride="carousel"]');for(let e=0,i=t.length;et===this._element);null!==n&&o.length&&(this._selector=n,this._triggerArray.push(e))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}static get Default(){return q}static get DATA_KEY(){return"bs.collapse"}toggle(){this._element.classList.contains("show")?this.hide():this.show()}show(){if(this._isTransitioning||this._element.classList.contains("show"))return;let t,e;this._parent&&(t=H.find(".show, .collapsing",this._parent).filter(t=>"string"==typeof this._config.parent?t.getAttribute("data-bs-parent")===this._config.parent:t.classList.contains("collapse")),0===t.length&&(t=null));const i=H.findOne(this._selector);if(t){const s=t.find(t=>i!==t);if(e=s?b.get(s,"bs.collapse"):null,e&&e._isTransitioning)return}if(N.trigger(this._element,"show.bs.collapse").defaultPrevented)return;t&&t.forEach(t=>{i!==t&&X.collapseInterface(t,"hide"),e||b.set(t,"bs.collapse",null)});const s=this._getDimension();this._element.classList.remove("collapse"),this._element.classList.add("collapsing"),this._element.style[s]=0,this._triggerArray.length&&this._triggerArray.forEach(t=>{t.classList.remove("collapsed"),t.setAttribute("aria-expanded",!0)}),this.setTransitioning(!0);const o="scroll"+(s[0].toUpperCase()+s.slice(1)),r=n(this._element);N.one(this._element,"transitionend",()=>{this._element.classList.remove("collapsing"),this._element.classList.add("collapse","show"),this._element.style[s]="",this.setTransitioning(!1),N.trigger(this._element,"shown.bs.collapse")}),a(this._element,r),this._element.style[s]=this._element[o]+"px"}hide(){if(this._isTransitioning||!this._element.classList.contains("show"))return;if(N.trigger(this._element,"hide.bs.collapse").defaultPrevented)return;const t=this._getDimension();this._element.style[t]=this._element.getBoundingClientRect()[t]+"px",u(this._element),this._element.classList.add("collapsing"),this._element.classList.remove("collapse","show");const e=this._triggerArray.length;if(e>0)for(let t=0;t{this.setTransitioning(!1),this._element.classList.remove("collapsing"),this._element.classList.add("collapse"),N.trigger(this._element,"hidden.bs.collapse")}),a(this._element,i)}setTransitioning(t){this._isTransitioning=t}dispose(){super.dispose(),this._config=null,this._parent=null,this._triggerArray=null,this._isTransitioning=null}_getConfig(t){return(t={...q,...t}).toggle=Boolean(t.toggle),l("collapse",t,V),t}_getDimension(){return this._element.classList.contains("width")?"width":"height"}_getParent(){let{parent:t}=this._config;r(t)?void 0===t.jquery&&void 0===t[0]||(t=t[0]):t=H.findOne(t);const e=`[data-bs-toggle="collapse"][data-bs-parent="${t}"]`;return H.find(e,t).forEach(t=>{const e=s(t);this._addAriaAndCollapsedClass(e,[t])}),t}_addAriaAndCollapsedClass(t,e){if(!t||!e.length)return;const i=t.classList.contains("show");e.forEach(t=>{i?t.classList.remove("collapsed"):t.classList.add("collapsed"),t.setAttribute("aria-expanded",i)})}static collapseInterface(t,e){let i=b.get(t,"bs.collapse");const s={...q,...B.getDataAttributes(t),..."object"==typeof e&&e?e:{}};if(!i&&s.toggle&&"string"==typeof e&&/show|hide/.test(e)&&(s.toggle=!1),i||(i=new X(t,s)),"string"==typeof e){if(void 0===i[e])throw new TypeError(`No method named "${e}"`);i[e]()}}static jQueryInterface(t){return this.each((function(){X.collapseInterface(this,t)}))}}N.on(document,"click.bs.collapse.data-api",'[data-bs-toggle="collapse"]',(function(t){("A"===t.target.tagName||t.delegateTarget&&"A"===t.delegateTarget.tagName)&&t.preventDefault();const e=B.getDataAttributes(this),s=i(this);H.find(s).forEach(t=>{const i=b.get(t,"bs.collapse");let s;i?(null===i._parent&&"string"==typeof e.parent&&(i._config.parent=e.parent,i._parent=i._getParent()),s="toggle"):s=e,X.collapseInterface(t,s)})})),m("collapse",X);var Q="top",G="bottom",Z="right",J="left",tt=[Q,G,Z,J],et=tt.reduce((function(t,e){return t.concat([e+"-start",e+"-end"])}),[]),it=[].concat(tt,["auto"]).reduce((function(t,e){return t.concat([e,e+"-start",e+"-end"])}),[]),st=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function nt(t){return t?(t.nodeName||"").toLowerCase():null}function ot(t){if(null==t)return window;if("[object Window]"!==t.toString()){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function rt(t){return t instanceof ot(t).Element||t instanceof Element}function at(t){return t instanceof ot(t).HTMLElement||t instanceof HTMLElement}function lt(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ot(t).ShadowRoot||t instanceof ShadowRoot)}var ct={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach((function(t){var i=e.styles[t]||{},s=e.attributes[t]||{},n=e.elements[t];at(n)&&nt(n)&&(Object.assign(n.style,i),Object.keys(s).forEach((function(t){var e=s[t];!1===e?n.removeAttribute(t):n.setAttribute(t,!0===e?"":e)})))}))},effect:function(t){var e=t.state,i={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,i.popper),e.styles=i,e.elements.arrow&&Object.assign(e.elements.arrow.style,i.arrow),function(){Object.keys(e.elements).forEach((function(t){var s=e.elements[t],n=e.attributes[t]||{},o=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:i[t]).reduce((function(t,e){return t[e]="",t}),{});at(s)&&nt(s)&&(Object.assign(s.style,o),Object.keys(n).forEach((function(t){s.removeAttribute(t)})))}))}},requires:["computeStyles"]};function dt(t){return t.split("-")[0]}function ht(t){var e=t.getBoundingClientRect();return{width:e.width,height:e.height,top:e.top,right:e.right,bottom:e.bottom,left:e.left,x:e.left,y:e.top}}function ft(t){var e=ht(t),i=t.offsetWidth,s=t.offsetHeight;return Math.abs(e.width-i)<=1&&(i=e.width),Math.abs(e.height-s)<=1&&(s=e.height),{x:t.offsetLeft,y:t.offsetTop,width:i,height:s}}function ut(t,e){var i=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(i&<(i)){var s=e;do{if(s&&t.isSameNode(s))return!0;s=s.parentNode||s.host}while(s)}return!1}function pt(t){return ot(t).getComputedStyle(t)}function gt(t){return["table","td","th"].indexOf(nt(t))>=0}function mt(t){return((rt(t)?t.ownerDocument:t.document)||window.document).documentElement}function _t(t){return"html"===nt(t)?t:t.assignedSlot||t.parentNode||(lt(t)?t.host:null)||mt(t)}function bt(t){return at(t)&&"fixed"!==pt(t).position?t.offsetParent:null}function vt(t){for(var e=ot(t),i=bt(t);i&>(i)&&"static"===pt(i).position;)i=bt(i);return i&&("html"===nt(i)||"body"===nt(i)&&"static"===pt(i).position)?e:i||function(t){for(var e=-1!==navigator.userAgent.toLowerCase().indexOf("firefox"),i=_t(t);at(i)&&["html","body"].indexOf(nt(i))<0;){var s=pt(i);if("none"!==s.transform||"none"!==s.perspective||"paint"===s.contain||-1!==["transform","perspective"].indexOf(s.willChange)||e&&"filter"===s.willChange||e&&s.filter&&"none"!==s.filter)return i;i=i.parentNode}return null}(t)||e}function yt(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}var wt=Math.max,Et=Math.min,Tt=Math.round;function At(t,e,i){return wt(t,Et(e,i))}function Lt(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function Ot(t,e){return e.reduce((function(e,i){return e[i]=t,e}),{})}var kt={name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,i=t.state,s=t.name,n=t.options,o=i.elements.arrow,r=i.modifiersData.popperOffsets,a=dt(i.placement),l=yt(a),c=[J,Z].indexOf(a)>=0?"height":"width";if(o&&r){var d=function(t,e){return Lt("number"!=typeof(t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:Ot(t,tt))}(n.padding,i),h=ft(o),f="y"===l?Q:J,u="y"===l?G:Z,p=i.rects.reference[c]+i.rects.reference[l]-r[l]-i.rects.popper[c],g=r[l]-i.rects.reference[l],m=vt(o),_=m?"y"===l?m.clientHeight||0:m.clientWidth||0:0,b=p/2-g/2,v=d[f],y=_-h[c]-d[u],w=_/2-h[c]/2+b,E=At(v,w,y),T=l;i.modifiersData[s]=((e={})[T]=E,e.centerOffset=E-w,e)}},effect:function(t){var e=t.state,i=t.options.element,s=void 0===i?"[data-popper-arrow]":i;null!=s&&("string"!=typeof s||(s=e.elements.popper.querySelector(s)))&&ut(e.elements.popper,s)&&(e.elements.arrow=s)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]},Dt={top:"auto",right:"auto",bottom:"auto",left:"auto"};function xt(t){var e,i=t.popper,s=t.popperRect,n=t.placement,o=t.offsets,r=t.position,a=t.gpuAcceleration,l=t.adaptive,c=t.roundOffsets,d=!0===c?function(t){var e=t.x,i=t.y,s=window.devicePixelRatio||1;return{x:Tt(Tt(e*s)/s)||0,y:Tt(Tt(i*s)/s)||0}}(o):"function"==typeof c?c(o):o,h=d.x,f=void 0===h?0:h,u=d.y,p=void 0===u?0:u,g=o.hasOwnProperty("x"),m=o.hasOwnProperty("y"),_=J,b=Q,v=window;if(l){var y=vt(i),w="clientHeight",E="clientWidth";y===ot(i)&&"static"!==pt(y=mt(i)).position&&(w="scrollHeight",E="scrollWidth"),y=y,n===Q&&(b=G,p-=y[w]-s.height,p*=a?1:-1),n===J&&(_=Z,f-=y[E]-s.width,f*=a?1:-1)}var T,A=Object.assign({position:r},l&&Dt);return a?Object.assign({},A,((T={})[b]=m?"0":"",T[_]=g?"0":"",T.transform=(v.devicePixelRatio||1)<2?"translate("+f+"px, "+p+"px)":"translate3d("+f+"px, "+p+"px, 0)",T)):Object.assign({},A,((e={})[b]=m?p+"px":"",e[_]=g?f+"px":"",e.transform="",e))}var Ct={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,i=t.options,s=i.gpuAcceleration,n=void 0===s||s,o=i.adaptive,r=void 0===o||o,a=i.roundOffsets,l=void 0===a||a,c={placement:dt(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:n};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,xt(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:r,roundOffsets:l})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,xt(Object.assign({},c,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}},St={passive:!0},Nt={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,i=t.instance,s=t.options,n=s.scroll,o=void 0===n||n,r=s.resize,a=void 0===r||r,l=ot(e.elements.popper),c=[].concat(e.scrollParents.reference,e.scrollParents.popper);return o&&c.forEach((function(t){t.addEventListener("scroll",i.update,St)})),a&&l.addEventListener("resize",i.update,St),function(){o&&c.forEach((function(t){t.removeEventListener("scroll",i.update,St)})),a&&l.removeEventListener("resize",i.update,St)}},data:{}},jt={left:"right",right:"left",bottom:"top",top:"bottom"};function Pt(t){return t.replace(/left|right|bottom|top/g,(function(t){return jt[t]}))}var It={start:"end",end:"start"};function Mt(t){return t.replace(/start|end/g,(function(t){return It[t]}))}function Rt(t){var e=ot(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Bt(t){return ht(mt(t)).left+Rt(t).scrollLeft}function Ht(t){var e=pt(t),i=e.overflow,s=e.overflowX,n=e.overflowY;return/auto|scroll|overlay|hidden/.test(i+n+s)}function Wt(t,e){var i;void 0===e&&(e=[]);var s=function t(e){return["html","body","#document"].indexOf(nt(e))>=0?e.ownerDocument.body:at(e)&&Ht(e)?e:t(_t(e))}(t),n=s===(null==(i=t.ownerDocument)?void 0:i.body),o=ot(s),r=n?[o].concat(o.visualViewport||[],Ht(s)?s:[]):s,a=e.concat(r);return n?a:a.concat(Wt(_t(r)))}function Ut(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function $t(t,e){return"viewport"===e?Ut(function(t){var e=ot(t),i=mt(t),s=e.visualViewport,n=i.clientWidth,o=i.clientHeight,r=0,a=0;return s&&(n=s.width,o=s.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(r=s.offsetLeft,a=s.offsetTop)),{width:n,height:o,x:r+Bt(t),y:a}}(t)):at(e)?function(t){var e=ht(t);return e.top=e.top+t.clientTop,e.left=e.left+t.clientLeft,e.bottom=e.top+t.clientHeight,e.right=e.left+t.clientWidth,e.width=t.clientWidth,e.height=t.clientHeight,e.x=e.left,e.y=e.top,e}(e):Ut(function(t){var e,i=mt(t),s=Rt(t),n=null==(e=t.ownerDocument)?void 0:e.body,o=wt(i.scrollWidth,i.clientWidth,n?n.scrollWidth:0,n?n.clientWidth:0),r=wt(i.scrollHeight,i.clientHeight,n?n.scrollHeight:0,n?n.clientHeight:0),a=-s.scrollLeft+Bt(t),l=-s.scrollTop;return"rtl"===pt(n||i).direction&&(a+=wt(i.clientWidth,n?n.clientWidth:0)-o),{width:o,height:r,x:a,y:l}}(mt(t)))}function Ft(t){return t.split("-")[1]}function zt(t){var e,i=t.reference,s=t.element,n=t.placement,o=n?dt(n):null,r=n?Ft(n):null,a=i.x+i.width/2-s.width/2,l=i.y+i.height/2-s.height/2;switch(o){case Q:e={x:a,y:i.y-s.height};break;case G:e={x:a,y:i.y+i.height};break;case Z:e={x:i.x+i.width,y:l};break;case J:e={x:i.x-s.width,y:l};break;default:e={x:i.x,y:i.y}}var c=o?yt(o):null;if(null!=c){var d="y"===c?"height":"width";switch(r){case"start":e[c]=e[c]-(i[d]/2-s[d]/2);break;case"end":e[c]=e[c]+(i[d]/2-s[d]/2)}}return e}function Kt(t,e){void 0===e&&(e={});var i=e,s=i.placement,n=void 0===s?t.placement:s,o=i.boundary,r=void 0===o?"clippingParents":o,a=i.rootBoundary,l=void 0===a?"viewport":a,c=i.elementContext,d=void 0===c?"popper":c,h=i.altBoundary,f=void 0!==h&&h,u=i.padding,p=void 0===u?0:u,g=Lt("number"!=typeof p?p:Ot(p,tt)),m="popper"===d?"reference":"popper",_=t.elements.reference,b=t.rects.popper,v=t.elements[f?m:d],y=function(t,e,i){var s="clippingParents"===e?function(t){var e=Wt(_t(t)),i=["absolute","fixed"].indexOf(pt(t).position)>=0&&at(t)?vt(t):t;return rt(i)?e.filter((function(t){return rt(t)&&ut(t,i)&&"body"!==nt(t)})):[]}(t):[].concat(e),n=[].concat(s,[i]),o=n[0],r=n.reduce((function(e,i){var s=$t(t,i);return e.top=wt(s.top,e.top),e.right=Et(s.right,e.right),e.bottom=Et(s.bottom,e.bottom),e.left=wt(s.left,e.left),e}),$t(t,o));return r.width=r.right-r.left,r.height=r.bottom-r.top,r.x=r.left,r.y=r.top,r}(rt(v)?v:v.contextElement||mt(t.elements.popper),r,l),w=ht(_),E=zt({reference:w,element:b,strategy:"absolute",placement:n}),T=Ut(Object.assign({},b,E)),A="popper"===d?T:w,L={top:y.top-A.top+g.top,bottom:A.bottom-y.bottom+g.bottom,left:y.left-A.left+g.left,right:A.right-y.right+g.right},O=t.modifiersData.offset;if("popper"===d&&O){var k=O[n];Object.keys(L).forEach((function(t){var e=[Z,G].indexOf(t)>=0?1:-1,i=[Q,G].indexOf(t)>=0?"y":"x";L[t]+=k[i]*e}))}return L}function Yt(t,e){void 0===e&&(e={});var i=e,s=i.placement,n=i.boundary,o=i.rootBoundary,r=i.padding,a=i.flipVariations,l=i.allowedAutoPlacements,c=void 0===l?it:l,d=Ft(s),h=d?a?et:et.filter((function(t){return Ft(t)===d})):tt,f=h.filter((function(t){return c.indexOf(t)>=0}));0===f.length&&(f=h);var u=f.reduce((function(e,i){return e[i]=Kt(t,{placement:i,boundary:n,rootBoundary:o,padding:r})[dt(i)],e}),{});return Object.keys(u).sort((function(t,e){return u[t]-u[e]}))}var qt={name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,i=t.options,s=t.name;if(!e.modifiersData[s]._skip){for(var n=i.mainAxis,o=void 0===n||n,r=i.altAxis,a=void 0===r||r,l=i.fallbackPlacements,c=i.padding,d=i.boundary,h=i.rootBoundary,f=i.altBoundary,u=i.flipVariations,p=void 0===u||u,g=i.allowedAutoPlacements,m=e.options.placement,_=dt(m),b=l||(_!==m&&p?function(t){if("auto"===dt(t))return[];var e=Pt(t);return[Mt(t),e,Mt(e)]}(m):[Pt(m)]),v=[m].concat(b).reduce((function(t,i){return t.concat("auto"===dt(i)?Yt(e,{placement:i,boundary:d,rootBoundary:h,padding:c,flipVariations:p,allowedAutoPlacements:g}):i)}),[]),y=e.rects.reference,w=e.rects.popper,E=new Map,T=!0,A=v[0],L=0;L=0,C=x?"width":"height",S=Kt(e,{placement:O,boundary:d,rootBoundary:h,altBoundary:f,padding:c}),N=x?D?Z:J:D?G:Q;y[C]>w[C]&&(N=Pt(N));var j=Pt(N),P=[];if(o&&P.push(S[k]<=0),a&&P.push(S[N]<=0,S[j]<=0),P.every((function(t){return t}))){A=O,T=!1;break}E.set(O,P)}if(T)for(var I=function(t){var e=v.find((function(e){var i=E.get(e);if(i)return i.slice(0,t).every((function(t){return t}))}));if(e)return A=e,"break"},M=p?3:1;M>0&&"break"!==I(M);M--);e.placement!==A&&(e.modifiersData[s]._skip=!0,e.placement=A,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function Vt(t,e,i){return void 0===i&&(i={x:0,y:0}),{top:t.top-e.height-i.y,right:t.right-e.width+i.x,bottom:t.bottom-e.height+i.y,left:t.left-e.width-i.x}}function Xt(t){return[Q,Z,G,J].some((function(e){return t[e]>=0}))}var Qt={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,i=t.name,s=e.rects.reference,n=e.rects.popper,o=e.modifiersData.preventOverflow,r=Kt(e,{elementContext:"reference"}),a=Kt(e,{altBoundary:!0}),l=Vt(r,s),c=Vt(a,n,o),d=Xt(l),h=Xt(c);e.modifiersData[i]={referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:d,hasPopperEscaped:h},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":d,"data-popper-escaped":h})}},Gt={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var e=t.state,i=t.options,s=t.name,n=i.offset,o=void 0===n?[0,0]:n,r=it.reduce((function(t,i){return t[i]=function(t,e,i){var s=dt(t),n=[J,Q].indexOf(s)>=0?-1:1,o="function"==typeof i?i(Object.assign({},e,{placement:t})):i,r=o[0],a=o[1];return r=r||0,a=(a||0)*n,[J,Z].indexOf(s)>=0?{x:a,y:r}:{x:r,y:a}}(i,e.rects,o),t}),{}),a=r[e.placement],l=a.x,c=a.y;null!=e.modifiersData.popperOffsets&&(e.modifiersData.popperOffsets.x+=l,e.modifiersData.popperOffsets.y+=c),e.modifiersData[s]=r}},Zt={name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,i=t.name;e.modifiersData[i]=zt({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}},Jt={name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,i=t.options,s=t.name,n=i.mainAxis,o=void 0===n||n,r=i.altAxis,a=void 0!==r&&r,l=i.boundary,c=i.rootBoundary,d=i.altBoundary,h=i.padding,f=i.tether,u=void 0===f||f,p=i.tetherOffset,g=void 0===p?0:p,m=Kt(e,{boundary:l,rootBoundary:c,padding:h,altBoundary:d}),_=dt(e.placement),b=Ft(e.placement),v=!b,y=yt(_),w="x"===y?"y":"x",E=e.modifiersData.popperOffsets,T=e.rects.reference,A=e.rects.popper,L="function"==typeof g?g(Object.assign({},e.rects,{placement:e.placement})):g,O={x:0,y:0};if(E){if(o||a){var k="y"===y?Q:J,D="y"===y?G:Z,x="y"===y?"height":"width",C=E[y],S=E[y]+m[k],N=E[y]-m[D],j=u?-A[x]/2:0,P="start"===b?T[x]:A[x],I="start"===b?-A[x]:-T[x],M=e.elements.arrow,R=u&&M?ft(M):{width:0,height:0},B=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},H=B[k],W=B[D],U=At(0,T[x],R[x]),$=v?T[x]/2-j-U-H-L:P-U-H-L,F=v?-T[x]/2+j+U+W+L:I+U+W+L,z=e.elements.arrow&&vt(e.elements.arrow),K=z?"y"===y?z.clientTop||0:z.clientLeft||0:0,Y=e.modifiersData.offset?e.modifiersData.offset[e.placement][y]:0,q=E[y]+$-Y-K,V=E[y]+F-Y;if(o){var X=At(u?Et(S,q):S,C,u?wt(N,V):N);E[y]=X,O[y]=X-C}if(a){var tt="x"===y?Q:J,et="x"===y?G:Z,it=E[w],st=it+m[tt],nt=it-m[et],ot=At(u?Et(st,q):st,it,u?wt(nt,V):nt);E[w]=ot,O[w]=ot-it}}e.modifiersData[s]=O}},requiresIfExists:["offset"]};function te(t,e,i){void 0===i&&(i=!1);var s,n,o=mt(e),r=ht(t),a=at(e),l={scrollLeft:0,scrollTop:0},c={x:0,y:0};return(a||!a&&!i)&&(("body"!==nt(e)||Ht(o))&&(l=(s=e)!==ot(s)&&at(s)?{scrollLeft:(n=s).scrollLeft,scrollTop:n.scrollTop}:Rt(s)),at(e)?((c=ht(e)).x+=e.clientLeft,c.y+=e.clientTop):o&&(c.x=Bt(o))),{x:r.left+l.scrollLeft-c.x,y:r.top+l.scrollTop-c.y,width:r.width,height:r.height}}var ee={placement:"bottom",modifiers:[],strategy:"absolute"};function ie(){for(var t=arguments.length,e=new Array(t),i=0;i"applyStyles"===t.name&&!1===t.enabled);this._popper=re(e,this._menu,i),s&&B.setDataAttribute(this._menu,"popper","static")}"ontouchstart"in document.documentElement&&!t.closest(".navbar-nav")&&[].concat(...document.body.children).forEach(t=>N.on(t,"mouseover",null,(function(){}))),this._element.focus(),this._element.setAttribute("aria-expanded",!0),this._menu.classList.toggle("show"),this._element.classList.toggle("show"),N.trigger(this._element,"shown.bs.dropdown",e)}}hide(){if(this._element.disabled||this._element.classList.contains("disabled")||!this._menu.classList.contains("show"))return;const t={relatedTarget:this._element};N.trigger(this._element,"hide.bs.dropdown",t).defaultPrevented||(this._popper&&this._popper.destroy(),this._menu.classList.toggle("show"),this._element.classList.toggle("show"),B.removeDataAttribute(this._menu,"popper"),N.trigger(this._element,"hidden.bs.dropdown",t))}dispose(){N.off(this._element,".bs.dropdown"),this._menu=null,this._popper&&(this._popper.destroy(),this._popper=null),super.dispose()}update(){this._inNavbar=this._detectNavbar(),this._popper&&this._popper.update()}_addEventListeners(){N.on(this._element,"click.bs.dropdown",t=>{t.preventDefault(),this.toggle()})}_getConfig(t){if(t={...this.constructor.Default,...B.getDataAttributes(this._element),...t},l("dropdown",t,this.constructor.DefaultType),"object"==typeof t.reference&&!r(t.reference)&&"function"!=typeof t.reference.getBoundingClientRect)throw new TypeError("dropdown".toUpperCase()+': Option "reference" provided type "object" without a required "getBoundingClientRect" method.');return t}_getMenuElement(){return H.next(this._element,".dropdown-menu")[0]}_getPlacement(){const t=this._element.parentNode;if(t.classList.contains("dropend"))return ue;if(t.classList.contains("dropstart"))return pe;const e="end"===getComputedStyle(this._menu).getPropertyValue("--bs-position").trim();return t.classList.contains("dropup")?e?de:ce:e?fe:he}_detectNavbar(){return null!==this._element.closest(".navbar")}_getOffset(){const{offset:t}=this._config;return"string"==typeof t?t.split(",").map(t=>Number.parseInt(t,10)):"function"==typeof t?e=>t(e,this._element):t}_getPopperConfig(){const t={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return"static"===this._config.display&&(t.modifiers=[{name:"applyStyles",enabled:!1}]),{...t,..."function"==typeof this._config.popperConfig?this._config.popperConfig(t):this._config.popperConfig}}static dropdownInterface(t,e){let i=b.get(t,"bs.dropdown");if(i||(i=new _e(t,"object"==typeof e?e:null)),"string"==typeof e){if(void 0===i[e])throw new TypeError(`No method named "${e}"`);i[e]()}}static jQueryInterface(t){return this.each((function(){_e.dropdownInterface(this,t)}))}static clearMenus(t){if(t){if(2===t.button||"keyup"===t.type&&"Tab"!==t.key)return;if(/input|select|textarea|form/i.test(t.target.tagName))return}const e=H.find('[data-bs-toggle="dropdown"]');for(let i=0,s=e.length;it.composedPath().includes(e)))continue;if("keyup"===t.type&&"Tab"===t.key&&o.contains(t.target))continue}N.trigger(e[i],"hide.bs.dropdown",n).defaultPrevented||("ontouchstart"in document.documentElement&&[].concat(...document.body.children).forEach(t=>N.off(t,"mouseover",null,(function(){}))),e[i].setAttribute("aria-expanded","false"),s._popper&&s._popper.destroy(),o.classList.remove("show"),e[i].classList.remove("show"),B.removeDataAttribute(o,"popper"),N.trigger(e[i],"hidden.bs.dropdown",n))}}}static getParentFromElement(t){return s(t)||t.parentNode}static dataApiKeydownHandler(t){if(/input|textarea/i.test(t.target.tagName)?"Space"===t.key||"Escape"!==t.key&&("ArrowDown"!==t.key&&"ArrowUp"!==t.key||t.target.closest(".dropdown-menu")):!le.test(t.key))return;if(t.preventDefault(),t.stopPropagation(),this.disabled||this.classList.contains("disabled"))return;const e=_e.getParentFromElement(this),i=this.classList.contains("show");if("Escape"===t.key)return(this.matches('[data-bs-toggle="dropdown"]')?this:H.prev(this,'[data-bs-toggle="dropdown"]')[0]).focus(),void _e.clearMenus();if(!i&&("ArrowUp"===t.key||"ArrowDown"===t.key))return void(this.matches('[data-bs-toggle="dropdown"]')?this:H.prev(this,'[data-bs-toggle="dropdown"]')[0]).click();if(!i||"Space"===t.key)return void _e.clearMenus();const s=H.find(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",e).filter(c);if(!s.length)return;let n=s.indexOf(t.target);"ArrowUp"===t.key&&n>0&&n--,"ArrowDown"===t.key&&nthis.hide(t)),N.on(this._dialog,"mousedown.dismiss.bs.modal",()=>{N.one(this._element,"mouseup.dismiss.bs.modal",t=>{t.target===this._element&&(this._ignoreBackdropClick=!0)})}),this._showBackdrop(()=>this._showElement(t)))}hide(t){if(t&&t.preventDefault(),!this._isShown||this._isTransitioning)return;if(N.trigger(this._element,"hide.bs.modal").defaultPrevented)return;this._isShown=!1;const e=this._isAnimated();if(e&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),N.off(document,"focusin.bs.modal"),this._element.classList.remove("show"),N.off(this._element,"click.dismiss.bs.modal"),N.off(this._dialog,"mousedown.dismiss.bs.modal"),e){const t=n(this._element);N.one(this._element,"transitionend",t=>this._hideModal(t)),a(this._element,t)}else this._hideModal()}dispose(){[window,this._element,this._dialog].forEach(t=>N.off(t,".bs.modal")),super.dispose(),N.off(document,"focusin.bs.modal"),this._config=null,this._dialog=null,this._backdrop=null,this._isShown=null,this._isBodyOverflowing=null,this._ignoreBackdropClick=null,this._isTransitioning=null,this._scrollbarWidth=null}handleUpdate(){this._adjustDialog()}_getConfig(t){return t={...be,...t},l("modal",t,ve),t}_showElement(t){const e=this._isAnimated(),i=H.findOne(".modal-body",this._dialog);this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0,i&&(i.scrollTop=0),e&&u(this._element),this._element.classList.add("show"),this._config.focus&&this._enforceFocus();const s=()=>{this._config.focus&&this._element.focus(),this._isTransitioning=!1,N.trigger(this._element,"shown.bs.modal",{relatedTarget:t})};if(e){const t=n(this._dialog);N.one(this._dialog,"transitionend",s),a(this._dialog,t)}else s()}_enforceFocus(){N.off(document,"focusin.bs.modal"),N.on(document,"focusin.bs.modal",t=>{document===t.target||this._element===t.target||this._element.contains(t.target)||this._element.focus()})}_setEscapeEvent(){this._isShown?N.on(this._element,"keydown.dismiss.bs.modal",t=>{this._config.keyboard&&"Escape"===t.key?(t.preventDefault(),this.hide()):this._config.keyboard||"Escape"!==t.key||this._triggerBackdropTransition()}):N.off(this._element,"keydown.dismiss.bs.modal")}_setResizeEvent(){this._isShown?N.on(window,"resize.bs.modal",()=>this._adjustDialog()):N.off(window,"resize.bs.modal")}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._showBackdrop(()=>{document.body.classList.remove("modal-open"),this._resetAdjustments(),this._resetScrollbar(),N.trigger(this._element,"hidden.bs.modal")})}_removeBackdrop(){this._backdrop.parentNode.removeChild(this._backdrop),this._backdrop=null}_showBackdrop(t){const e=this._isAnimated();if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className="modal-backdrop",e&&this._backdrop.classList.add("fade"),document.body.appendChild(this._backdrop),N.on(this._element,"click.dismiss.bs.modal",t=>{this._ignoreBackdropClick?this._ignoreBackdropClick=!1:t.target===t.currentTarget&&("static"===this._config.backdrop?this._triggerBackdropTransition():this.hide())}),e&&u(this._backdrop),this._backdrop.classList.add("show"),!e)return void t();const i=n(this._backdrop);N.one(this._backdrop,"transitionend",t),a(this._backdrop,i)}else if(!this._isShown&&this._backdrop){this._backdrop.classList.remove("show");const i=()=>{this._removeBackdrop(),t()};if(e){const t=n(this._backdrop);N.one(this._backdrop,"transitionend",i),a(this._backdrop,t)}else i()}else t()}_isAnimated(){return this._element.classList.contains("fade")}_triggerBackdropTransition(){if(N.trigger(this._element,"hidePrevented.bs.modal").defaultPrevented)return;const t=this._element.scrollHeight>document.documentElement.clientHeight;t||(this._element.style.overflowY="hidden"),this._element.classList.add("modal-static");const e=n(this._dialog);N.off(this._element,"transitionend"),N.one(this._element,"transitionend",()=>{this._element.classList.remove("modal-static"),t||(N.one(this._element,"transitionend",()=>{this._element.style.overflowY=""}),a(this._element,e))}),a(this._element,e),this._element.focus()}_adjustDialog(){const t=this._element.scrollHeight>document.documentElement.clientHeight;(!this._isBodyOverflowing&&t&&!g()||this._isBodyOverflowing&&!t&&g())&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),(this._isBodyOverflowing&&!t&&!g()||!this._isBodyOverflowing&&t&&g())&&(this._element.style.paddingRight=this._scrollbarWidth+"px")}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}_checkScrollbar(){const t=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(t.left+t.right)t+this._scrollbarWidth),this._setElementAttributes(".sticky-top","marginRight",t=>t-this._scrollbarWidth),this._setElementAttributes("body","paddingRight",t=>t+this._scrollbarWidth)),document.body.classList.add("modal-open")}_setElementAttributes(t,e,i){H.find(t).forEach(t=>{if(t!==document.body&&window.innerWidth>t.clientWidth+this._scrollbarWidth)return;const s=t.style[e],n=window.getComputedStyle(t)[e];B.setDataAttribute(t,e,s),t.style[e]=i(Number.parseFloat(n))+"px"})}_resetScrollbar(){this._resetElementAttributes(".fixed-top, .fixed-bottom, .is-fixed, .sticky-top","paddingRight"),this._resetElementAttributes(".sticky-top","marginRight"),this._resetElementAttributes("body","paddingRight")}_resetElementAttributes(t,e){H.find(t).forEach(t=>{const i=B.getDataAttribute(t,e);void 0===i&&t===document.body?t.style[e]="":(B.removeDataAttribute(t,e),t.style[e]=i)})}_getScrollbarWidth(){const t=document.createElement("div");t.className="modal-scrollbar-measure",document.body.appendChild(t);const e=t.getBoundingClientRect().width-t.clientWidth;return document.body.removeChild(t),e}static jQueryInterface(t,e){return this.each((function(){let i=b.get(this,"bs.modal");const s={...be,...B.getDataAttributes(this),..."object"==typeof t&&t?t:{}};if(i||(i=new ye(this,s)),"string"==typeof t){if(void 0===i[t])throw new TypeError(`No method named "${t}"`);i[t](e)}}))}}N.on(document,"click.bs.modal.data-api",'[data-bs-toggle="modal"]',(function(t){const e=s(this);"A"!==this.tagName&&"AREA"!==this.tagName||t.preventDefault(),N.one(e,"show.bs.modal",t=>{t.defaultPrevented||N.one(e,"hidden.bs.modal",()=>{c(this)&&this.focus()})});let i=b.get(e,"bs.modal");if(!i){const t={...B.getDataAttributes(e),...B.getDataAttributes(this)};i=new ye(e,t)}i.toggle(this)})),m("modal",ye);const we=()=>{const t=document.documentElement.clientWidth;return Math.abs(window.innerWidth-t)},Ee=(t,e,i)=>{const s=we();H.find(t).forEach(t=>{if(t!==document.body&&window.innerWidth>t.clientWidth+s)return;const n=t.style[e],o=window.getComputedStyle(t)[e];B.setDataAttribute(t,e,n),t.style[e]=i(Number.parseFloat(o))+"px"})},Te=(t,e)=>{H.find(t).forEach(t=>{const i=B.getDataAttribute(t,e);void 0===i&&t===document.body?t.style.removeProperty(e):(B.removeDataAttribute(t,e),t.style[e]=i)})},Ae={backdrop:!0,keyboard:!0,scroll:!1},Le={backdrop:"boolean",keyboard:"boolean",scroll:"boolean"};class Oe extends j{constructor(t,e){super(t),this._config=this._getConfig(e),this._isShown=!1,this._addEventListeners()}static get Default(){return Ae}static get DATA_KEY(){return"bs.offcanvas"}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||N.trigger(this._element,"show.bs.offcanvas",{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._element.style.visibility="visible",this._config.backdrop&&document.body.classList.add("offcanvas-backdrop"),this._config.scroll||((t=we())=>{document.body.style.overflow="hidden",Ee(".fixed-top, .fixed-bottom, .is-fixed","paddingRight",e=>e+t),Ee(".sticky-top","marginRight",e=>e-t),Ee("body","paddingRight",e=>e+t)})(),this._element.classList.add("offcanvas-toggling"),this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add("show"),setTimeout(()=>{this._element.classList.remove("offcanvas-toggling"),N.trigger(this._element,"shown.bs.offcanvas",{relatedTarget:t}),this._enforceFocusOnElement(this._element)},n(this._element)))}hide(){this._isShown&&(N.trigger(this._element,"hide.bs.offcanvas").defaultPrevented||(this._element.classList.add("offcanvas-toggling"),N.off(document,"focusin.bs.offcanvas"),this._element.blur(),this._isShown=!1,this._element.classList.remove("show"),setTimeout(()=>{this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._element.style.visibility="hidden",this._config.backdrop&&document.body.classList.remove("offcanvas-backdrop"),this._config.scroll||(document.body.style.overflow="auto",Te(".fixed-top, .fixed-bottom, .is-fixed","paddingRight"),Te(".sticky-top","marginRight"),Te("body","paddingRight")),N.trigger(this._element,"hidden.bs.offcanvas"),this._element.classList.remove("offcanvas-toggling")},n(this._element))))}_getConfig(t){return t={...Ae,...B.getDataAttributes(this._element),..."object"==typeof t?t:{}},l("offcanvas",t,Le),t}_enforceFocusOnElement(t){N.off(document,"focusin.bs.offcanvas"),N.on(document,"focusin.bs.offcanvas",e=>{document===e.target||t===e.target||t.contains(e.target)||t.focus()}),t.focus()}_addEventListeners(){N.on(this._element,"click.dismiss.bs.offcanvas",'[data-bs-dismiss="offcanvas"]',()=>this.hide()),N.on(document,"keydown",t=>{this._config.keyboard&&"Escape"===t.key&&this.hide()}),N.on(document,"click.bs.offcanvas.data-api",t=>{const e=H.findOne(i(t.target));this._element.contains(t.target)||e===this._element||this.hide()})}static jQueryInterface(t){return this.each((function(){const e=b.get(this,"bs.offcanvas")||new Oe(this,"object"==typeof t?t:{});if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t](this)}}))}}N.on(document,"click.bs.offcanvas.data-api",'[data-bs-toggle="offcanvas"]',(function(t){const e=s(this);if(["A","AREA"].includes(this.tagName)&&t.preventDefault(),d(this))return;N.one(e,"hidden.bs.offcanvas",()=>{c(this)&&this.focus()});const i=H.findOne(".offcanvas.show, .offcanvas-toggling");i&&i!==e||(b.get(e,"bs.offcanvas")||new Oe(e)).toggle(this)})),N.on(window,"load.bs.offcanvas.data-api",()=>{H.find(".offcanvas.show").forEach(t=>(b.get(t,"bs.offcanvas")||new Oe(t)).show())}),m("offcanvas",Oe);const ke=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),De=/^(?:(?:https?|mailto|ftp|tel|file):|[^#&/:?]*(?:[#/?]|$))/i,xe=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i,Ce=(t,e)=>{const i=t.nodeName.toLowerCase();if(e.includes(i))return!ke.has(i)||Boolean(De.test(t.nodeValue)||xe.test(t.nodeValue));const s=e.filter(t=>t instanceof RegExp);for(let t=0,e=s.length;t{Ce(t,a)||i.removeAttribute(t.nodeName)})}return s.body.innerHTML}const Ne=new RegExp("(^|\\s)bs-tooltip\\S+","g"),je=new Set(["sanitize","allowList","sanitizeFn"]),Pe={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(array|string|function)",container:"(string|element|boolean)",fallbackPlacements:"array",boundary:"(string|element)",customClass:"(string|function)",sanitize:"boolean",sanitizeFn:"(null|function)",allowList:"object",popperConfig:"(null|object|function)"},Ie={AUTO:"auto",TOP:"top",RIGHT:g()?"left":"right",BOTTOM:"bottom",LEFT:g()?"right":"left"},Me={animation:!0,template:'',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:[0,0],container:!1,fallbackPlacements:["top","right","bottom","left"],boundary:"clippingParents",customClass:"",sanitize:!0,sanitizeFn:null,allowList:{"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},popperConfig:null},Re={HIDE:"hide.bs.tooltip",HIDDEN:"hidden.bs.tooltip",SHOW:"show.bs.tooltip",SHOWN:"shown.bs.tooltip",INSERTED:"inserted.bs.tooltip",CLICK:"click.bs.tooltip",FOCUSIN:"focusin.bs.tooltip",FOCUSOUT:"focusout.bs.tooltip",MOUSEENTER:"mouseenter.bs.tooltip",MOUSELEAVE:"mouseleave.bs.tooltip"};class Be extends j{constructor(t,e){if(void 0===ae)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");super(t),this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.config=this._getConfig(e),this.tip=null,this._setListeners()}static get Default(){return Me}static get NAME(){return"tooltip"}static get DATA_KEY(){return"bs.tooltip"}static get Event(){return Re}static get EVENT_KEY(){return".bs.tooltip"}static get DefaultType(){return Pe}enable(){this._isEnabled=!0}disable(){this._isEnabled=!1}toggleEnabled(){this._isEnabled=!this._isEnabled}toggle(t){if(this._isEnabled)if(t){const e=this._initializeOnDelegatedTarget(t);e._activeTrigger.click=!e._activeTrigger.click,e._isWithActiveTrigger()?e._enter(null,e):e._leave(null,e)}else{if(this.getTipElement().classList.contains("show"))return void this._leave(null,this);this._enter(null,this)}}dispose(){clearTimeout(this._timeout),N.off(this._element,this.constructor.EVENT_KEY),N.off(this._element.closest(".modal"),"hide.bs.modal",this._hideModalHandler),this.tip&&this.tip.parentNode&&this.tip.parentNode.removeChild(this.tip),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.config=null,this.tip=null,super.dispose()}show(){if("none"===this._element.style.display)throw new Error("Please use show on visible elements");if(!this.isWithContent()||!this._isEnabled)return;const e=N.trigger(this._element,this.constructor.Event.SHOW),i=h(this._element),s=null===i?this._element.ownerDocument.documentElement.contains(this._element):i.contains(this._element);if(e.defaultPrevented||!s)return;const o=this.getTipElement(),r=t(this.constructor.NAME);o.setAttribute("id",r),this._element.setAttribute("aria-describedby",r),this.setContent(),this.config.animation&&o.classList.add("fade");const l="function"==typeof this.config.placement?this.config.placement.call(this,o,this._element):this.config.placement,c=this._getAttachment(l);this._addAttachmentClass(c);const d=this._getContainer();b.set(o,this.constructor.DATA_KEY,this),this._element.ownerDocument.documentElement.contains(this.tip)||(d.appendChild(o),N.trigger(this._element,this.constructor.Event.INSERTED)),this._popper?this._popper.update():this._popper=re(this._element,o,this._getPopperConfig(c)),o.classList.add("show");const f="function"==typeof this.config.customClass?this.config.customClass():this.config.customClass;f&&o.classList.add(...f.split(" ")),"ontouchstart"in document.documentElement&&[].concat(...document.body.children).forEach(t=>{N.on(t,"mouseover",(function(){}))});const u=()=>{const t=this._hoverState;this._hoverState=null,N.trigger(this._element,this.constructor.Event.SHOWN),"out"===t&&this._leave(null,this)};if(this.tip.classList.contains("fade")){const t=n(this.tip);N.one(this.tip,"transitionend",u),a(this.tip,t)}else u()}hide(){if(!this._popper)return;const t=this.getTipElement(),e=()=>{this._isWithActiveTrigger()||("show"!==this._hoverState&&t.parentNode&&t.parentNode.removeChild(t),this._cleanTipClass(),this._element.removeAttribute("aria-describedby"),N.trigger(this._element,this.constructor.Event.HIDDEN),this._popper&&(this._popper.destroy(),this._popper=null))};if(!N.trigger(this._element,this.constructor.Event.HIDE).defaultPrevented){if(t.classList.remove("show"),"ontouchstart"in document.documentElement&&[].concat(...document.body.children).forEach(t=>N.off(t,"mouseover",f)),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,this.tip.classList.contains("fade")){const i=n(t);N.one(t,"transitionend",e),a(t,i)}else e();this._hoverState=""}}update(){null!==this._popper&&this._popper.update()}isWithContent(){return Boolean(this.getTitle())}getTipElement(){if(this.tip)return this.tip;const t=document.createElement("div");return t.innerHTML=this.config.template,this.tip=t.children[0],this.tip}setContent(){const t=this.getTipElement();this.setElementContent(H.findOne(".tooltip-inner",t),this.getTitle()),t.classList.remove("fade","show")}setElementContent(t,e){if(null!==t)return"object"==typeof e&&r(e)?(e.jquery&&(e=e[0]),void(this.config.html?e.parentNode!==t&&(t.innerHTML="",t.appendChild(e)):t.textContent=e.textContent)):void(this.config.html?(this.config.sanitize&&(e=Se(e,this.config.allowList,this.config.sanitizeFn)),t.innerHTML=e):t.textContent=e)}getTitle(){let t=this._element.getAttribute("data-bs-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this._element):this.config.title),t}updateAttachment(t){return"right"===t?"end":"left"===t?"start":t}_initializeOnDelegatedTarget(t,e){const i=this.constructor.DATA_KEY;return(e=e||b.get(t.delegateTarget,i))||(e=new this.constructor(t.delegateTarget,this._getDelegateConfig()),b.set(t.delegateTarget,i,e)),e}_getOffset(){const{offset:t}=this.config;return"string"==typeof t?t.split(",").map(t=>Number.parseInt(t,10)):"function"==typeof t?e=>t(e,this._element):t}_getPopperConfig(t){const e={placement:t,modifiers:[{name:"flip",options:{altBoundary:!0,fallbackPlacements:this.config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this.config.boundary}},{name:"arrow",options:{element:`.${this.constructor.NAME}-arrow`}},{name:"onChange",enabled:!0,phase:"afterWrite",fn:t=>this._handlePopperPlacementChange(t)}],onFirstUpdate:t=>{t.options.placement!==t.placement&&this._handlePopperPlacementChange(t)}};return{...e,..."function"==typeof this.config.popperConfig?this.config.popperConfig(e):this.config.popperConfig}}_addAttachmentClass(t){this.getTipElement().classList.add("bs-tooltip-"+this.updateAttachment(t))}_getContainer(){return!1===this.config.container?document.body:r(this.config.container)?this.config.container:H.findOne(this.config.container)}_getAttachment(t){return Ie[t.toUpperCase()]}_setListeners(){this.config.trigger.split(" ").forEach(t=>{if("click"===t)N.on(this._element,this.constructor.Event.CLICK,this.config.selector,t=>this.toggle(t));else if("manual"!==t){const e="hover"===t?this.constructor.Event.MOUSEENTER:this.constructor.Event.FOCUSIN,i="hover"===t?this.constructor.Event.MOUSELEAVE:this.constructor.Event.FOCUSOUT;N.on(this._element,e,this.config.selector,t=>this._enter(t)),N.on(this._element,i,this.config.selector,t=>this._leave(t))}}),this._hideModalHandler=()=>{this._element&&this.hide()},N.on(this._element.closest(".modal"),"hide.bs.modal",this._hideModalHandler),this.config.selector?this.config={...this.config,trigger:"manual",selector:""}:this._fixTitle()}_fixTitle(){const t=this._element.getAttribute("title"),e=typeof this._element.getAttribute("data-bs-original-title");(t||"string"!==e)&&(this._element.setAttribute("data-bs-original-title",t||""),!t||this._element.getAttribute("aria-label")||this._element.textContent||this._element.setAttribute("aria-label",t),this._element.setAttribute("title",""))}_enter(t,e){e=this._initializeOnDelegatedTarget(t,e),t&&(e._activeTrigger["focusin"===t.type?"focus":"hover"]=!0),e.getTipElement().classList.contains("show")||"show"===e._hoverState?e._hoverState="show":(clearTimeout(e._timeout),e._hoverState="show",e.config.delay&&e.config.delay.show?e._timeout=setTimeout(()=>{"show"===e._hoverState&&e.show()},e.config.delay.show):e.show())}_leave(t,e){e=this._initializeOnDelegatedTarget(t,e),t&&(e._activeTrigger["focusout"===t.type?"focus":"hover"]=e._element.contains(t.relatedTarget)),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState="out",e.config.delay&&e.config.delay.hide?e._timeout=setTimeout(()=>{"out"===e._hoverState&&e.hide()},e.config.delay.hide):e.hide())}_isWithActiveTrigger(){for(const t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1}_getConfig(t){const e=B.getDataAttributes(this._element);return Object.keys(e).forEach(t=>{je.has(t)&&delete e[t]}),t&&"object"==typeof t.container&&t.container.jquery&&(t.container=t.container[0]),"number"==typeof(t={...this.constructor.Default,...e,..."object"==typeof t&&t?t:{}}).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),l("tooltip",t,this.constructor.DefaultType),t.sanitize&&(t.template=Se(t.template,t.allowList,t.sanitizeFn)),t}_getDelegateConfig(){const t={};if(this.config)for(const e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t}_cleanTipClass(){const t=this.getTipElement(),e=t.getAttribute("class").match(Ne);null!==e&&e.length>0&&e.map(t=>t.trim()).forEach(e=>t.classList.remove(e))}_handlePopperPlacementChange(t){const{state:e}=t;e&&(this.tip=e.elements.popper,this._cleanTipClass(),this._addAttachmentClass(this._getAttachment(e.placement)))}static jQueryInterface(t){return this.each((function(){let e=b.get(this,"bs.tooltip");const i="object"==typeof t&&t;if((e||!/dispose|hide/.test(t))&&(e||(e=new Be(this,i)),"string"==typeof t)){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}m("tooltip",Be);const He=new RegExp("(^|\\s)bs-popover\\S+","g"),We={...Be.Default,placement:"right",offset:[0,8],trigger:"click",content:"",template:''},Ue={...Be.DefaultType,content:"(string|element|function)"},$e={HIDE:"hide.bs.popover",HIDDEN:"hidden.bs.popover",SHOW:"show.bs.popover",SHOWN:"shown.bs.popover",INSERTED:"inserted.bs.popover",CLICK:"click.bs.popover",FOCUSIN:"focusin.bs.popover",FOCUSOUT:"focusout.bs.popover",MOUSEENTER:"mouseenter.bs.popover",MOUSELEAVE:"mouseleave.bs.popover"};class Fe extends Be{static get Default(){return We}static get NAME(){return"popover"}static get DATA_KEY(){return"bs.popover"}static get Event(){return $e}static get EVENT_KEY(){return".bs.popover"}static get DefaultType(){return Ue}isWithContent(){return this.getTitle()||this._getContent()}setContent(){const t=this.getTipElement();this.setElementContent(H.findOne(".popover-header",t),this.getTitle());let e=this._getContent();"function"==typeof e&&(e=e.call(this._element)),this.setElementContent(H.findOne(".popover-body",t),e),t.classList.remove("fade","show")}_addAttachmentClass(t){this.getTipElement().classList.add("bs-popover-"+this.updateAttachment(t))}_getContent(){return this._element.getAttribute("data-bs-content")||this.config.content}_cleanTipClass(){const t=this.getTipElement(),e=t.getAttribute("class").match(He);null!==e&&e.length>0&&e.map(t=>t.trim()).forEach(e=>t.classList.remove(e))}static jQueryInterface(t){return this.each((function(){let e=b.get(this,"bs.popover");const i="object"==typeof t?t:null;if((e||!/dispose|hide/.test(t))&&(e||(e=new Fe(this,i),b.set(this,"bs.popover",e)),"string"==typeof t)){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}m("popover",Fe);const ze={offset:10,method:"auto",target:""},Ke={offset:"number",method:"string",target:"(string|element)"};class Ye extends j{constructor(t,e){super(t),this._scrollElement="BODY"===this._element.tagName?window:this._element,this._config=this._getConfig(e),this._selector=`${this._config.target} .nav-link, ${this._config.target} .list-group-item, ${this._config.target} .dropdown-item`,this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,N.on(this._scrollElement,"scroll.bs.scrollspy",()=>this._process()),this.refresh(),this._process()}static get Default(){return ze}static get DATA_KEY(){return"bs.scrollspy"}refresh(){const t=this._scrollElement===this._scrollElement.window?"offset":"position",e="auto"===this._config.method?t:this._config.method,s="position"===e?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),H.find(this._selector).map(t=>{const n=i(t),o=n?H.findOne(n):null;if(o){const t=o.getBoundingClientRect();if(t.width||t.height)return[B[e](o).top+s,n]}return null}).filter(t=>t).sort((t,e)=>t[0]-e[0]).forEach(t=>{this._offsets.push(t[0]),this._targets.push(t[1])})}dispose(){super.dispose(),N.off(this._scrollElement,".bs.scrollspy"),this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null}_getConfig(e){if("string"!=typeof(e={...ze,..."object"==typeof e&&e?e:{}}).target&&r(e.target)){let{id:i}=e.target;i||(i=t("scrollspy"),e.target.id=i),e.target="#"+i}return l("scrollspy",e,Ke),e}_getScrollTop(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop}_getScrollHeight(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)}_getOffsetHeight(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height}_process(){const t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),i=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),t>=i){const t=this._targets[this._targets.length-1];this._activeTarget!==t&&this._activate(t)}else{if(this._activeTarget&&t0)return this._activeTarget=null,void this._clear();for(let e=this._offsets.length;e--;)this._activeTarget!==this._targets[e]&&t>=this._offsets[e]&&(void 0===this._offsets[e+1]||t`${e}[data-bs-target="${t}"],${e}[href="${t}"]`),i=H.findOne(e.join(","));i.classList.contains("dropdown-item")?(H.findOne(".dropdown-toggle",i.closest(".dropdown")).classList.add("active"),i.classList.add("active")):(i.classList.add("active"),H.parents(i,".nav, .list-group").forEach(t=>{H.prev(t,".nav-link, .list-group-item").forEach(t=>t.classList.add("active")),H.prev(t,".nav-item").forEach(t=>{H.children(t,".nav-link").forEach(t=>t.classList.add("active"))})})),N.trigger(this._scrollElement,"activate.bs.scrollspy",{relatedTarget:t})}_clear(){H.find(this._selector).filter(t=>t.classList.contains("active")).forEach(t=>t.classList.remove("active"))}static jQueryInterface(t){return this.each((function(){let e=b.get(this,"bs.scrollspy");if(e||(e=new Ye(this,"object"==typeof t&&t)),"string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}N.on(window,"load.bs.scrollspy.data-api",()=>{H.find('[data-bs-spy="scroll"]').forEach(t=>new Ye(t,B.getDataAttributes(t)))}),m("scrollspy",Ye);class qe extends j{static get DATA_KEY(){return"bs.tab"}show(){if(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&this._element.classList.contains("active")||d(this._element))return;let t;const e=s(this._element),i=this._element.closest(".nav, .list-group");if(i){const e="UL"===i.nodeName||"OL"===i.nodeName?":scope > li > .active":".active";t=H.find(e,i),t=t[t.length-1]}const n=t?N.trigger(t,"hide.bs.tab",{relatedTarget:this._element}):null;if(N.trigger(this._element,"show.bs.tab",{relatedTarget:t}).defaultPrevented||null!==n&&n.defaultPrevented)return;this._activate(this._element,i);const o=()=>{N.trigger(t,"hidden.bs.tab",{relatedTarget:this._element}),N.trigger(this._element,"shown.bs.tab",{relatedTarget:t})};e?this._activate(e,e.parentNode,o):o()}_activate(t,e,i){const s=(!e||"UL"!==e.nodeName&&"OL"!==e.nodeName?H.children(e,".active"):H.find(":scope > li > .active",e))[0],o=i&&s&&s.classList.contains("fade"),r=()=>this._transitionComplete(t,s,i);if(s&&o){const t=n(s);s.classList.remove("show"),N.one(s,"transitionend",r),a(s,t)}else r()}_transitionComplete(t,e,i){if(e){e.classList.remove("active");const t=H.findOne(":scope > .dropdown-menu .active",e.parentNode);t&&t.classList.remove("active"),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!1)}t.classList.add("active"),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),u(t),t.classList.contains("fade")&&t.classList.add("show"),t.parentNode&&t.parentNode.classList.contains("dropdown-menu")&&(t.closest(".dropdown")&&H.find(".dropdown-toggle").forEach(t=>t.classList.add("active")),t.setAttribute("aria-expanded",!0)),i&&i()}static jQueryInterface(t){return this.each((function(){const e=b.get(this,"bs.tab")||new qe(this);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}N.on(document,"click.bs.tab.data-api",'[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',(function(t){t.preventDefault(),(b.get(this,"bs.tab")||new qe(this)).show()})),m("tab",qe);const Ve={animation:"boolean",autohide:"boolean",delay:"number"},Xe={animation:!0,autohide:!0,delay:5e3};class Qe extends j{constructor(t,e){super(t),this._config=this._getConfig(e),this._timeout=null,this._setListeners()}static get DefaultType(){return Ve}static get Default(){return Xe}static get DATA_KEY(){return"bs.toast"}show(){if(N.trigger(this._element,"show.bs.toast").defaultPrevented)return;this._clearTimeout(),this._config.animation&&this._element.classList.add("fade");const t=()=>{this._element.classList.remove("showing"),this._element.classList.add("show"),N.trigger(this._element,"shown.bs.toast"),this._config.autohide&&(this._timeout=setTimeout(()=>{this.hide()},this._config.delay))};if(this._element.classList.remove("hide"),u(this._element),this._element.classList.add("showing"),this._config.animation){const e=n(this._element);N.one(this._element,"transitionend",t),a(this._element,e)}else t()}hide(){if(!this._element.classList.contains("show"))return;if(N.trigger(this._element,"hide.bs.toast").defaultPrevented)return;const t=()=>{this._element.classList.add("hide"),N.trigger(this._element,"hidden.bs.toast")};if(this._element.classList.remove("show"),this._config.animation){const e=n(this._element);N.one(this._element,"transitionend",t),a(this._element,e)}else t()}dispose(){this._clearTimeout(),this._element.classList.contains("show")&&this._element.classList.remove("show"),N.off(this._element,"click.dismiss.bs.toast"),super.dispose(),this._config=null}_getConfig(t){return t={...Xe,...B.getDataAttributes(this._element),..."object"==typeof t&&t?t:{}},l("toast",t,this.constructor.DefaultType),t}_setListeners(){N.on(this._element,"click.dismiss.bs.toast",'[data-bs-dismiss="toast"]',()=>this.hide())}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(t){return this.each((function(){let e=b.get(this,"bs.toast");if(e||(e=new Qe(this,"object"==typeof t&&t)),"string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t](this)}}))}}return m("toast",Qe),{Alert:P,Button:I,Carousel:Y,Collapse:X,Dropdown:_e,Modal:ye,Offcanvas:Oe,Popover:Fe,ScrollSpy:Ye,Tab:qe,Toast:Qe,Tooltip:Be}})); +//# sourceMappingURL=bootstrap.bundle.min.js.map \ No newline at end of file diff --git a/assets/vendors/bxslider/jquery.bxslider.css b/assets/vendors/bxslider/jquery.bxslider.css new file mode 100644 index 0000000..15d97cf --- /dev/null +++ b/assets/vendors/bxslider/jquery.bxslider.css @@ -0,0 +1,204 @@ +/** + * BxSlider v4.1.2 - Fully loaded, responsive content slider + * http://bxslider.com + * + * Written by: Steven Wanderski, 2014 + * http://stevenwanderski.com + * (while drinking Belgian ales and listening to jazz) + * + * CEO and founder of bxCreative, LTD + * http://bxcreative.com + */ + + +/** RESET AND LAYOUT +===================================*/ + +.bx-wrapper { + position: relative; + margin: 0 auto 60px; + padding: 0; + *zoom: 1; +} + +.bx-wrapper img { + max-width: 100%; + display: block; +} + +/** THEME +===================================*/ + +.bx-wrapper .bx-viewport { + -moz-box-shadow: 0 0 5px #ccc; + -webkit-box-shadow: 0 0 5px #ccc; + box-shadow: 0 0 5px #ccc; + border: 5px solid #fff; + left: -5px; + background: #fff; + + /*fix other elements on the page moving (on Chrome)*/ + -webkit-transform: translatez(0); + -moz-transform: translatez(0); + -ms-transform: translatez(0); + -o-transform: translatez(0); + transform: translatez(0); +} + +.bx-wrapper .bx-pager, +.bx-wrapper .bx-controls-auto { + position: absolute; + bottom: -30px; + width: 100%; +} + +/* LOADER */ + +.bx-wrapper .bx-loading { + min-height: 50px; + background: url("https://bracketweb.com/treck-html/main-html/assets/vendors/images/icon/bx_loader.gif") center center no-repeat #fff; + height: 100%; + width: 100%; + position: absolute; + top: 0; + left: 0; + z-index: 2000; +} + +/* PAGER */ + +.bx-wrapper .bx-pager { + text-align: center; + font-size: .85em; + font-family: Arial; + font-weight: bold; + color: #666; + padding-top: 20px; +} + +.bx-wrapper .bx-pager .bx-pager-item, +.bx-wrapper .bx-controls-auto .bx-controls-auto-item { + display: inline-block; + *zoom: 1; + *display: inline; +} + +.bx-wrapper .bx-pager.bx-default-pager a { + background: #666; + text-indent: -9999px; + display: block; + width: 10px; + height: 10px; + margin: 0 5px; + outline: 0; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; +} + +.bx-wrapper .bx-pager.bx-default-pager a:hover, +.bx-wrapper .bx-pager.bx-default-pager a.active { + background: #000; +} + +/* DIRECTION CONTROLS (NEXT / PREV) */ + +.bx-wrapper .bx-prev { + left: 10px; + background: url("https://bracketweb.com/treck-html/main-html/assets/vendors/img/bx-slider/controls.png") no-repeat 0 -32px; +} + +.bx-wrapper .bx-next { + right: 10px; + background: url("https://bracketweb.com/treck-html/main-html/assets/vendors/img/bx-slider/controls.png") no-repeat -43px -32px; +} + +.bx-wrapper .bx-prev:hover { + background-position: 0 0; +} + +.bx-wrapper .bx-next:hover { + background-position: -43px 0; +} + +.bx-wrapper .bx-controls-direction a { + position: absolute; + top: 50%; + margin-top: -16px; + outline: 0; + width: 32px; + height: 32px; + text-indent: -9999px; + z-index: 9999; +} + +.bx-wrapper .bx-controls-direction a.disabled { + display: none; +} + +/* AUTO CONTROLS (START / STOP) */ + +.bx-wrapper .bx-controls-auto { + text-align: center; +} + +.bx-wrapper .bx-controls-auto .bx-start { + display: block; + text-indent: -9999px; + width: 10px; + height: 11px; + outline: 0; + background: url("https://bracketweb.com/treck-html/main-html/assets/vendors/img/bx-slider/controls.png") -86px -11px no-repeat; + margin: 0 3px; +} + +.bx-wrapper .bx-controls-auto .bx-start:hover, +.bx-wrapper .bx-controls-auto .bx-start.active { + background-position: -86px 0; +} + +.bx-wrapper .bx-controls-auto .bx-stop { + display: block; + text-indent: -9999px; + width: 9px; + height: 11px; + outline: 0; + background: url("https://bracketweb.com/treck-html/main-html/assets/vendors/img/bx-slider/controls.png") -86px -44px no-repeat; + margin: 0 3px; +} + +.bx-wrapper .bx-controls-auto .bx-stop:hover, +.bx-wrapper .bx-controls-auto .bx-stop.active { + background-position: -86px -33px; +} + +/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */ + +.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { + text-align: left; + width: 80%; +} + +.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { + right: 0; + width: 35px; +} + +/* IMAGE CAPTIONS */ + +.bx-wrapper .bx-caption { + position: absolute; + bottom: 0; + left: 0; + background: #666\9; + background: rgba(80, 80, 80, 0.75); + width: 100%; +} + +.bx-wrapper .bx-caption span { + color: #fff; + font-family: Arial; + display: block; + font-size: .85em; + padding: 10px; +} diff --git a/assets/vendors/bxslider/jquery.bxslider.min.js b/assets/vendors/bxslider/jquery.bxslider.min.js new file mode 100644 index 0000000..dc338f7 --- /dev/null +++ b/assets/vendors/bxslider/jquery.bxslider.min.js @@ -0,0 +1,10 @@ +/** + * BxSlider v4.1.2 - Fully loaded, responsive content slider + * http://bxslider.com + * + * Copyright 2014, Steven Wanderski - http://stevenwanderski.com - http://bxcreative.com + * Written while drinking Belgian ales and listening to jazz + * + * Released under the MIT license - http://opensource.org/licenses/MIT + */ +!function(t){var e={},s={mode:"horizontal",slideSelector:"",infiniteLoop:!0,hideControlOnEnd:!1,speed:500,easing:null,slideMargin:0,startSlide:0,randomStart:!1,captions:!1,ticker:!1,tickerHover:!1,adaptiveHeight:!1,adaptiveHeightSpeed:500,video:!1,useCSS:!0,preloadImages:"visible",responsive:!0,slideZIndex:50,touchEnabled:!0,swipeThreshold:50,oneToOneTouch:!0,preventDefaultSwipeX:!0,preventDefaultSwipeY:!1,pager:!0,pagerType:"full",pagerShortSeparator:" / ",pagerSelector:null,buildPager:null,pagerCustom:null,controls:!0,nextText:"Next",prevText:"Prev",nextSelector:null,prevSelector:null,autoControls:!1,startText:"Start",stopText:"Stop",autoControlsCombine:!1,autoControlsSelector:null,auto:!1,pause:4e3,autoStart:!0,autoDirection:"next",autoHover:!1,autoDelay:0,minSlides:1,maxSlides:1,moveSlides:0,slideWidth:0,onSliderLoad:function(){},onSlideBefore:function(){},onSlideAfter:function(){},onSlideNext:function(){},onSlidePrev:function(){},onSliderResize:function(){}};t.fn.bxSlider=function(n){if(0==this.length)return this;if(this.length>1)return this.each(function(){t(this).bxSlider(n)}),this;var o={},r=this;e.el=this;var a=t(window).width(),l=t(window).height(),d=function(){o.settings=t.extend({},s,n),o.settings.slideWidth=parseInt(o.settings.slideWidth),o.children=r.children(o.settings.slideSelector),o.children.length1||o.settings.maxSlides>1,o.carousel&&(o.settings.preloadImages="all"),o.minThreshold=o.settings.minSlides*o.settings.slideWidth+(o.settings.minSlides-1)*o.settings.slideMargin,o.maxThreshold=o.settings.maxSlides*o.settings.slideWidth+(o.settings.maxSlides-1)*o.settings.slideMargin,o.working=!1,o.controls={},o.interval=null,o.animProp="vertical"==o.settings.mode?"top":"left",o.usingCSS=o.settings.useCSS&&"fade"!=o.settings.mode&&function(){var t=document.createElement("div"),e=["WebkitPerspective","MozPerspective","OPerspective","msPerspective"];for(var i in e)if(void 0!==t.style[e[i]])return o.cssPrefix=e[i].replace("Perspective","").toLowerCase(),o.animProp="-"+o.cssPrefix+"-transform",!0;return!1}(),"vertical"==o.settings.mode&&(o.settings.maxSlides=o.settings.minSlides),r.data("origStyle",r.attr("style")),r.children(o.settings.slideSelector).each(function(){t(this).data("origStyle",t(this).attr("style"))}),c()},c=function(){r.wrap('
'),o.viewport=r.parent(),o.loader=t('
'),o.viewport.prepend(o.loader),r.css({width:"horizontal"==o.settings.mode?100*o.children.length+215+"%":"auto",position:"relative"}),o.usingCSS&&o.settings.easing?r.css("-"+o.cssPrefix+"-transition-timing-function",o.settings.easing):o.settings.easing||(o.settings.easing="swing"),f(),o.viewport.css({width:"100%",overflow:"hidden",position:"relative"}),o.viewport.parent().css({maxWidth:p()}),o.settings.pager||o.viewport.parent().css({margin:"0 auto 0px"}),o.children.css({"float":"horizontal"==o.settings.mode?"left":"none",listStyle:"none",position:"relative"}),o.children.css("width",u()),"horizontal"==o.settings.mode&&o.settings.slideMargin>0&&o.children.css("marginRight",o.settings.slideMargin),"vertical"==o.settings.mode&&o.settings.slideMargin>0&&o.children.css("marginBottom",o.settings.slideMargin),"fade"==o.settings.mode&&(o.children.css({position:"absolute",zIndex:0,display:"none"}),o.children.eq(o.settings.startSlide).css({zIndex:o.settings.slideZIndex,display:"block"})),o.controls.el=t('
'),o.settings.captions&&P(),o.active.last=o.settings.startSlide==x()-1,o.settings.video&&r.fitVids();var e=o.children.eq(o.settings.startSlide);"all"==o.settings.preloadImages&&(e=o.children),o.settings.ticker?o.settings.pager=!1:(o.settings.pager&&T(),o.settings.controls&&C(),o.settings.auto&&o.settings.autoControls&&E(),(o.settings.controls||o.settings.autoControls||o.settings.pager)&&o.viewport.after(o.controls.el)),g(e,h)},g=function(e,i){var s=e.find("img, iframe").length;if(0==s)return i(),void 0;var n=0;e.find("img, iframe").each(function(){t(this).one("load",function(){++n==s&&i()}).each(function(){this.complete&&t(this).load()})})},h=function(){if(o.settings.infiniteLoop&&"fade"!=o.settings.mode&&!o.settings.ticker){var e="vertical"==o.settings.mode?o.settings.minSlides:o.settings.maxSlides,i=o.children.slice(0,e).clone().addClass("bx-clone"),s=o.children.slice(-e).clone().addClass("bx-clone");r.append(i).prepend(s)}o.loader.remove(),S(),"vertical"==o.settings.mode&&(o.settings.adaptiveHeight=!0),o.viewport.height(v()),r.redrawSlider(),o.settings.onSliderLoad(o.active.index),o.initialized=!0,o.settings.responsive&&t(window).bind("resize",Z),o.settings.auto&&o.settings.autoStart&&H(),o.settings.ticker&&L(),o.settings.pager&&q(o.settings.startSlide),o.settings.controls&&W(),o.settings.touchEnabled&&!o.settings.ticker&&O()},v=function(){var e=0,s=t();if("vertical"==o.settings.mode||o.settings.adaptiveHeight)if(o.carousel){var n=1==o.settings.moveSlides?o.active.index:o.active.index*m();for(s=o.children.eq(n),i=1;i<=o.settings.maxSlides-1;i++)s=n+i>=o.children.length?s.add(o.children.eq(i-1)):s.add(o.children.eq(n+i))}else s=o.children.eq(o.active.index);else s=o.children;return"vertical"==o.settings.mode?(s.each(function(){e+=t(this).outerHeight()}),o.settings.slideMargin>0&&(e+=o.settings.slideMargin*(o.settings.minSlides-1))):e=Math.max.apply(Math,s.map(function(){return t(this).outerHeight(!1)}).get()),e},p=function(){var t="100%";return o.settings.slideWidth>0&&(t="horizontal"==o.settings.mode?o.settings.maxSlides*o.settings.slideWidth+(o.settings.maxSlides-1)*o.settings.slideMargin:o.settings.slideWidth),t},u=function(){var t=o.settings.slideWidth,e=o.viewport.width();return 0==o.settings.slideWidth||o.settings.slideWidth>e&&!o.carousel||"vertical"==o.settings.mode?t=e:o.settings.maxSlides>1&&"horizontal"==o.settings.mode&&(e>o.maxThreshold||e0)if(o.viewport.width()o.maxThreshold)t=o.settings.maxSlides;else{var e=o.children.first().width();t=Math.floor(o.viewport.width()/e)}else"vertical"==o.settings.mode&&(t=o.settings.minSlides);return t},x=function(){var t=0;if(o.settings.moveSlides>0)if(o.settings.infiniteLoop)t=o.children.length/m();else for(var e=0,i=0;e0&&o.settings.moveSlides<=f()?o.settings.moveSlides:f()},S=function(){if(o.children.length>o.settings.maxSlides&&o.active.last&&!o.settings.infiniteLoop){if("horizontal"==o.settings.mode){var t=o.children.last(),e=t.position();b(-(e.left-(o.viewport.width()-t.width())),"reset",0)}else if("vertical"==o.settings.mode){var i=o.children.length-o.settings.minSlides,e=o.children.eq(i).position();b(-e.top,"reset",0)}}else{var e=o.children.eq(o.active.index*m()).position();o.active.index==x()-1&&(o.active.last=!0),void 0!=e&&("horizontal"==o.settings.mode?b(-e.left,"reset",0):"vertical"==o.settings.mode&&b(-e.top,"reset",0))}},b=function(t,e,i,s){if(o.usingCSS){var n="vertical"==o.settings.mode?"translate3d(0, "+t+"px, 0)":"translate3d("+t+"px, 0, 0)";r.css("-"+o.cssPrefix+"-transition-duration",i/1e3+"s"),"slide"==e?(r.css(o.animProp,n),r.bind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",function(){r.unbind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd"),D()})):"reset"==e?r.css(o.animProp,n):"ticker"==e&&(r.css("-"+o.cssPrefix+"-transition-timing-function","linear"),r.css(o.animProp,n),r.bind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",function(){r.unbind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd"),b(s.resetValue,"reset",0),N()}))}else{var a={};a[o.animProp]=t,"slide"==e?r.animate(a,i,o.settings.easing,function(){D()}):"reset"==e?r.css(o.animProp,t):"ticker"==e&&r.animate(a,speed,"linear",function(){b(s.resetValue,"reset",0),N()})}},w=function(){for(var e="",i=x(),s=0;i>s;s++){var n="";o.settings.buildPager&&t.isFunction(o.settings.buildPager)?(n=o.settings.buildPager(s),o.pagerEl.addClass("bx-custom-pager")):(n=s+1,o.pagerEl.addClass("bx-default-pager")),e+='"}o.pagerEl.html(e)},T=function(){o.settings.pagerCustom?o.pagerEl=t(o.settings.pagerCustom):(o.pagerEl=t('
'),o.settings.pagerSelector?t(o.settings.pagerSelector).html(o.pagerEl):o.controls.el.addClass("bx-has-pager").append(o.pagerEl),w()),o.pagerEl.on("click","a",I)},C=function(){o.controls.next=t(''+o.settings.nextText+""),o.controls.prev=t(''+o.settings.prevText+""),o.controls.next.bind("click",y),o.controls.prev.bind("click",z),o.settings.nextSelector&&t(o.settings.nextSelector).append(o.controls.next),o.settings.prevSelector&&t(o.settings.prevSelector).append(o.controls.prev),o.settings.nextSelector||o.settings.prevSelector||(o.controls.directionEl=t('
'),o.controls.directionEl.append(o.controls.prev).append(o.controls.next),o.controls.el.addClass("bx-has-controls-direction").append(o.controls.directionEl))},E=function(){o.controls.start=t('"),o.controls.stop=t('"),o.controls.autoEl=t('
'),o.controls.autoEl.on("click",".bx-start",k),o.controls.autoEl.on("click",".bx-stop",M),o.settings.autoControlsCombine?o.controls.autoEl.append(o.controls.start):o.controls.autoEl.append(o.controls.start).append(o.controls.stop),o.settings.autoControlsSelector?t(o.settings.autoControlsSelector).html(o.controls.autoEl):o.controls.el.addClass("bx-has-controls-auto").append(o.controls.autoEl),A(o.settings.autoStart?"stop":"start")},P=function(){o.children.each(function(){var e=t(this).find("img:first").attr("title");void 0!=e&&(""+e).length&&t(this).append('
'+e+"
")})},y=function(t){o.settings.auto&&r.stopAuto(),r.goToNextSlide(),t.preventDefault()},z=function(t){o.settings.auto&&r.stopAuto(),r.goToPrevSlide(),t.preventDefault()},k=function(t){r.startAuto(),t.preventDefault()},M=function(t){r.stopAuto(),t.preventDefault()},I=function(e){o.settings.auto&&r.stopAuto();var i=t(e.currentTarget),s=parseInt(i.attr("data-slide-index"));s!=o.active.index&&r.goToSlide(s),e.preventDefault()},q=function(e){var i=o.children.length;return"short"==o.settings.pagerType?(o.settings.maxSlides>1&&(i=Math.ceil(o.children.length/o.settings.maxSlides)),o.pagerEl.html(e+1+o.settings.pagerShortSeparator+i),void 0):(o.pagerEl.find("a").removeClass("active"),o.pagerEl.each(function(i,s){t(s).find("a").eq(e).addClass("active")}),void 0)},D=function(){if(o.settings.infiniteLoop){var t="";0==o.active.index?t=o.children.eq(0).position():o.active.index==x()-1&&o.carousel?t=o.children.eq((x()-1)*m()).position():o.active.index==o.children.length-1&&(t=o.children.eq(o.children.length-1).position()),t&&("horizontal"==o.settings.mode?b(-t.left,"reset",0):"vertical"==o.settings.mode&&b(-t.top,"reset",0))}o.working=!1,o.settings.onSlideAfter(o.children.eq(o.active.index),o.oldIndex,o.active.index)},A=function(t){o.settings.autoControlsCombine?o.controls.autoEl.html(o.controls[t]):(o.controls.autoEl.find("a").removeClass("active"),o.controls.autoEl.find("a:not(.bx-"+t+")").addClass("active"))},W=function(){1==x()?(o.controls.prev.addClass("disabled"),o.controls.next.addClass("disabled")):!o.settings.infiniteLoop&&o.settings.hideControlOnEnd&&(0==o.active.index?(o.controls.prev.addClass("disabled"),o.controls.next.removeClass("disabled")):o.active.index==x()-1?(o.controls.next.addClass("disabled"),o.controls.prev.removeClass("disabled")):(o.controls.prev.removeClass("disabled"),o.controls.next.removeClass("disabled")))},H=function(){o.settings.autoDelay>0?setTimeout(r.startAuto,o.settings.autoDelay):r.startAuto(),o.settings.autoHover&&r.hover(function(){o.interval&&(r.stopAuto(!0),o.autoPaused=!0)},function(){o.autoPaused&&(r.startAuto(!0),o.autoPaused=null)})},L=function(){var e=0;if("next"==o.settings.autoDirection)r.append(o.children.clone().addClass("bx-clone"));else{r.prepend(o.children.clone().addClass("bx-clone"));var i=o.children.first().position();e="horizontal"==o.settings.mode?-i.left:-i.top}b(e,"reset",0),o.settings.pager=!1,o.settings.controls=!1,o.settings.autoControls=!1,o.settings.tickerHover&&!o.usingCSS&&o.viewport.hover(function(){r.stop()},function(){var e=0;o.children.each(function(){e+="horizontal"==o.settings.mode?t(this).outerWidth(!0):t(this).outerHeight(!0)});var i=o.settings.speed/e,s="horizontal"==o.settings.mode?"left":"top",n=i*(e-Math.abs(parseInt(r.css(s))));N(n)}),N()},N=function(t){speed=t?t:o.settings.speed;var e={left:0,top:0},i={left:0,top:0};"next"==o.settings.autoDirection?e=r.find(".bx-clone").first().position():i=o.children.first().position();var s="horizontal"==o.settings.mode?-e.left:-e.top,n="horizontal"==o.settings.mode?-i.left:-i.top,a={resetValue:n};b(s,"ticker",speed,a)},O=function(){o.touch={start:{x:0,y:0},end:{x:0,y:0}},o.viewport.bind("touchstart",X)},X=function(t){if(o.working)t.preventDefault();else{o.touch.originalPos=r.position();var e=t.originalEvent;o.touch.start.x=e.changedTouches[0].pageX,o.touch.start.y=e.changedTouches[0].pageY,o.viewport.bind("touchmove",Y),o.viewport.bind("touchend",V)}},Y=function(t){var e=t.originalEvent,i=Math.abs(e.changedTouches[0].pageX-o.touch.start.x),s=Math.abs(e.changedTouches[0].pageY-o.touch.start.y);if(3*i>s&&o.settings.preventDefaultSwipeX?t.preventDefault():3*s>i&&o.settings.preventDefaultSwipeY&&t.preventDefault(),"fade"!=o.settings.mode&&o.settings.oneToOneTouch){var n=0;if("horizontal"==o.settings.mode){var r=e.changedTouches[0].pageX-o.touch.start.x;n=o.touch.originalPos.left+r}else{var r=e.changedTouches[0].pageY-o.touch.start.y;n=o.touch.originalPos.top+r}b(n,"reset",0)}},V=function(t){o.viewport.unbind("touchmove",Y);var e=t.originalEvent,i=0;if(o.touch.end.x=e.changedTouches[0].pageX,o.touch.end.y=e.changedTouches[0].pageY,"fade"==o.settings.mode){var s=Math.abs(o.touch.start.x-o.touch.end.x);s>=o.settings.swipeThreshold&&(o.touch.start.x>o.touch.end.x?r.goToNextSlide():r.goToPrevSlide(),r.stopAuto())}else{var s=0;"horizontal"==o.settings.mode?(s=o.touch.end.x-o.touch.start.x,i=o.touch.originalPos.left):(s=o.touch.end.y-o.touch.start.y,i=o.touch.originalPos.top),!o.settings.infiniteLoop&&(0==o.active.index&&s>0||o.active.last&&0>s)?b(i,"reset",200):Math.abs(s)>=o.settings.swipeThreshold?(0>s?r.goToNextSlide():r.goToPrevSlide(),r.stopAuto()):b(i,"reset",200)}o.viewport.unbind("touchend",V)},Z=function(){var e=t(window).width(),i=t(window).height();(a!=e||l!=i)&&(a=e,l=i,r.redrawSlider(),o.settings.onSliderResize.call(r,o.active.index))};return r.goToSlide=function(e,i){if(!o.working&&o.active.index!=e)if(o.working=!0,o.oldIndex=o.active.index,o.active.index=0>e?x()-1:e>=x()?0:e,o.settings.onSlideBefore(o.children.eq(o.active.index),o.oldIndex,o.active.index),"next"==i?o.settings.onSlideNext(o.children.eq(o.active.index),o.oldIndex,o.active.index):"prev"==i&&o.settings.onSlidePrev(o.children.eq(o.active.index),o.oldIndex,o.active.index),o.active.last=o.active.index>=x()-1,o.settings.pager&&q(o.active.index),o.settings.controls&&W(),"fade"==o.settings.mode)o.settings.adaptiveHeight&&o.viewport.height()!=v()&&o.viewport.animate({height:v()},o.settings.adaptiveHeightSpeed),o.children.filter(":visible").fadeOut(o.settings.speed).css({zIndex:0}),o.children.eq(o.active.index).css("zIndex",o.settings.slideZIndex+1).fadeIn(o.settings.speed,function(){t(this).css("zIndex",o.settings.slideZIndex),D()});else{o.settings.adaptiveHeight&&o.viewport.height()!=v()&&o.viewport.animate({height:v()},o.settings.adaptiveHeightSpeed);var s=0,n={left:0,top:0};if(!o.settings.infiniteLoop&&o.carousel&&o.active.last)if("horizontal"==o.settings.mode){var a=o.children.eq(o.children.length-1);n=a.position(),s=o.viewport.width()-a.outerWidth()}else{var l=o.children.length-o.settings.minSlides;n=o.children.eq(l).position()}else if(o.carousel&&o.active.last&&"prev"==i){var d=1==o.settings.moveSlides?o.settings.maxSlides-m():(x()-1)*m()-(o.children.length-o.settings.maxSlides),a=r.children(".bx-clone").eq(d);n=a.position()}else if("next"==i&&0==o.active.index)n=r.find("> .bx-clone").eq(o.settings.maxSlides).position(),o.active.last=!1;else if(e>=0){var c=e*m();n=o.children.eq(c).position()}if("undefined"!=typeof n){var g="horizontal"==o.settings.mode?-(n.left-s):-n.top;b(g,"slide",o.settings.speed)}}},r.goToNextSlide=function(){if(o.settings.infiniteLoop||!o.active.last){var t=parseInt(o.active.index)+1;r.goToSlide(t,"next")}},r.goToPrevSlide=function(){if(o.settings.infiniteLoop||0!=o.active.index){var t=parseInt(o.active.index)-1;r.goToSlide(t,"prev")}},r.startAuto=function(t){o.interval||(o.interval=setInterval(function(){"next"==o.settings.autoDirection?r.goToNextSlide():r.goToPrevSlide()},o.settings.pause),o.settings.autoControls&&1!=t&&A("stop"))},r.stopAuto=function(t){o.interval&&(clearInterval(o.interval),o.interval=null,o.settings.autoControls&&1!=t&&A("start"))},r.getCurrentSlide=function(){return o.active.index},r.getCurrentSlideElement=function(){return o.children.eq(o.active.index)},r.getSlideCount=function(){return o.children.length},r.redrawSlider=function(){o.children.add(r.find(".bx-clone")).outerWidth(u()),o.viewport.css("height",v()),o.settings.ticker||S(),o.active.last&&(o.active.index=x()-1),o.active.index>=x()&&(o.active.last=!0),o.settings.pager&&!o.settings.pagerCustom&&(w(),q(o.active.index))},r.destroySlider=function(){o.initialized&&(o.initialized=!1,t(".bx-clone",this).remove(),o.children.each(function(){void 0!=t(this).data("origStyle")?t(this).attr("style",t(this).data("origStyle")):t(this).removeAttr("style")}),void 0!=t(this).data("origStyle")?this.attr("style",t(this).data("origStyle")):t(this).removeAttr("style"),t(this).unwrap().unwrap(),o.controls.el&&o.controls.el.remove(),o.controls.next&&o.controls.next.remove(),o.controls.prev&&o.controls.prev.remove(),o.pagerEl&&o.settings.controls&&o.pagerEl.remove(),t(".bx-caption",this).remove(),o.controls.autoEl&&o.controls.autoEl.remove(),clearInterval(o.interval),o.settings.responsive&&t(window).unbind("resize",Z))},r.reloadSlider=function(t){void 0!=t&&(n=t),r.destroySlider(),d()},d(),this}}(jQuery); \ No newline at end of file diff --git a/assets/vendors/circleType/jquery.circleType.js b/assets/vendors/circleType/jquery.circleType.js new file mode 100644 index 0000000..808058a --- /dev/null +++ b/assets/vendors/circleType/jquery.circleType.js @@ -0,0 +1,153 @@ +/* + * CircleType 0.34 + * Peter Hrynkow + * Copyright 2013, Licensed GPL & MIT + * +*/ + +$.fn.circleType = function(options) { + + var settings = { + dir: 1, + position: 'relative' + }; + if (typeof($.fn.lettering) !== 'function') { + console.log('Lettering.js is required'); + return; + } + return this.each(function () { + + if (options) { + $.extend(settings, options); + } + var elem = this, + delta = (180 / Math.PI), + ch = parseInt($(elem).css('line-height'), 10), + fs = parseInt($(elem).css('font-size'), 10), + txt = elem.innerHTML.replace(/^\s+|\s+$/g, '').replace(/\s/g, ' '), + letters, + center; + + elem.innerHTML = txt + $(elem).lettering(); + + elem.style.position = settings.position; + + letters = elem.getElementsByTagName('span'); + center = Math.floor(letters.length / 2) + + var layout = function () { + var tw = 0, + i, + offset = 0, + minRadius, + origin, + innerRadius, + l, style, r, transform; + + for (i = 0; i < letters.length; i++) { + tw += letters[i].offsetWidth; + } + minRadius = (tw / Math.PI) / 2 + ch; + + if (settings.fluid && !settings.fitText) { + settings.radius = Math.max(elem.offsetWidth / 2, minRadius); + } + else if (!settings.radius) { + settings.radius = minRadius; + } + + if (settings.dir === -1) { + origin = 'center ' + (-settings.radius + ch) / fs + 'em'; + } else { + origin = 'center ' + settings.radius / fs + 'em'; + } + + innerRadius = settings.radius - ch; + + for (i = 0; i < letters.length; i++) { + l = letters[i]; + offset += l.offsetWidth / 2 / innerRadius * delta; + l.rot = offset; + offset += l.offsetWidth / 2 / innerRadius * delta; + } + for (i = 0; i < letters.length; i++) { + l = letters[i] + style = l.style + r = (-offset * settings.dir / 2) + l.rot * settings.dir + transform = 'rotate(' + r + 'deg)'; + + style.position = 'absolute'; + style.left = '50%'; + style.marginLeft = -(l.offsetWidth / 2) / fs + 'em'; + + style.webkitTransform = transform; + style.MozTransform = transform; + style.OTransform = transform; + style.msTransform = transform; + style.transform = transform; + + style.webkitTransformOrigin = origin; + style.MozTransformOrigin = origin; + style.OTransformOrigin = origin; + style.msTransformOrigin = origin; + style.transformOrigin = origin; + if(settings.dir === -1) { + style.bottom = 0; + } + } + + if (settings.fitText) { + if (typeof($.fn.fitText) !== 'function') { + console.log('FitText.js is required when using the fitText option'); + } else { + $(elem).fitText(); + $(window).resize(function () { + updateHeight(); + }); + } + } + updateHeight(); + }; + + var getBounds = function (elem) { + var docElem = document.documentElement, + box = elem.getBoundingClientRect(); + return { + top: box.top + window.pageYOffset - docElem.clientTop, + left: box.left + window.pageXOffset - docElem.clientLeft, + height: box.height + }; + }; + + var updateHeight = function () { + var mid = getBounds(letters[center]), + first = getBounds(letters[0]), + h; + if (mid.top < first.top) { + h = first.top - mid.top + first.height; + } else { + h = mid.top - first.top + first.height; + } + elem.style.height = h + 'px'; + } + + if (settings.fluid && !settings.fitText) { + $(window).resize(function () { + layout(); + }); + } + + if (document.readyState !== "complete") { + elem.style.visibility = 'hidden'; + $(window).load(function () { + elem.style.visibility = 'visible'; + layout(); + }); + } else { + layout(); + } + }); +}; + + diff --git a/assets/vendors/circleType/jquery.lettering.min.js b/assets/vendors/circleType/jquery.lettering.min.js new file mode 100644 index 0000000..43d7a18 --- /dev/null +++ b/assets/vendors/circleType/jquery.lettering.min.js @@ -0,0 +1,2 @@ +/* Lettering.JS 0.6.1 by Dave Rupert - http://daverupert.com */ +(function($){function injector(t,splitter,klass,after){var a=t.text().split(splitter),inject='';if(a.length){$(a).each(function(i,item){inject+=''+item+''+after});t.empty().append(inject)}}var methods={init:function(){return this.each(function(){injector($(this),'','char','')})},words:function(){return this.each(function(){injector($(this),' ','word',' ')})},lines:function(){return this.each(function(){var r="eefec303079ad17405c889e092e105b0";injector($(this).children("br").replaceWith(r).end(),r,'line','')})}};$.fn.lettering=function(method){if(method&&methods[method]){return methods[method].apply(this,[].slice.call(arguments,1))}else if(method==='letters'||!method){return methods.init.apply(this,[].slice.call(arguments,0))}$.error('Method '+method+' does not exist on jQuery.lettering');return this}})(jQuery); \ No newline at end of file diff --git a/assets/vendors/countdown/countdown.min.js b/assets/vendors/countdown/countdown.min.js new file mode 100644 index 0000000..801e036 --- /dev/null +++ b/assets/vendors/countdown/countdown.min.js @@ -0,0 +1,215 @@ +!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var n;"undefined"!=typeof window?n=window:"undefined"!=typeof global?n=global:"undefined"!=typeof self&&(n=self),n.Countdown=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o "+ date.days +" Days " + + "
  • "+ date.hours +" Hours
  • " + + "
  • "+ date.min +" Minutes
  • " + + "
  • "+ date.sec +" Seconds
  • "; + } +}; + +/** + * Countdown constructor + * @param {HTMLElement} el DOM node of the countdown + * @param {Object} options (optional) Options for the plugin + */ +var Countdown = function(el, options) { + + /** + * Reference to the DOM element + * @type {HTMLElement} + */ + this.el = el; + + /** + * Options of the countdown plugin + * @type {Object} + */ + this.options = {}; + + /** + * Interval reference or false if counter is stopped + * @type {Mixed} + */ + this.interval = false; + + // merge default options and options into this.options + for (var i in defaultOptions) { + if (defaultOptions.hasOwnProperty(i)) { + this.options[i] = typeof options[i] !== 'undefined' ? options[i] : defaultOptions[i]; + + if (i === 'date' && typeof this.options.date !== 'object') { + this.options.date = new Date(this.options.date); + } + + // bind context for functions + if (typeof this.options[i] === 'function') { + this.options[i] = this.options[i].bind(this); + } + } + } + + /** + * Get the difference between now and the end date + * @return {Object} Object with the diff information (years, days, hours, min, sec, millisec) + */ + this.getDiffDate = function() { + var diff = (this.options.date.getTime() - Date.now() + this.options.offset) / 1000; + + var dateData = { + years: 0, + days: 0, + hours: 0, + min: 0, + sec: 0, + millisec: 0 + }; + + if (diff <= 0) { + if (this.interval) { + this.stop(); + this.options.onEnd(); + } + return dateData; + } + + if (diff >= (365.25 * 86400)) { + dateData.years = Math.floor(diff / (365.25 * 86400)); + diff -= dateData.years * 365.25 * 86400; + } + + if (diff >= 86400) { + dateData.days = Math.floor(diff / 86400); + diff -= dateData.days * 86400; + } + + if (diff >= 3600) { + dateData.hours = Math.floor(diff / 3600); + diff -= dateData.hours * 3600; + } + + if (diff >= 60) { + dateData.min = Math.floor(diff / 60); + diff -= dateData.min * 60; + } + + dateData.sec = Math.round(diff); + + dateData.millisec = diff % 1 * 1000; + + return dateData; + }.bind(this); + + /** + * Add leading zeros to a number + * @param {Number} num Input number + * @param {Number} length Length of the desired output + * @return {String} String of the desired length with leading zeros + */ + this.leadingZeros = function(num, length) { + length = length || 2; + num = String(num); + if (num.length > length) { + return num; + } + return (Array(length + 1).join('0') + num).substr(-length); + }; + + /** + * Update the end date of the countdown + * @param {Mixed} newDate Date object or a String/Number that can be passed to the Date constructor + * @return {Countdown} Countdown instance + */ + this.update = function(newDate) { + if (typeof newDate !== 'object') { + newDate = new Date(newDate); + } + this.options.date = newDate; + this.render(); + return this; + }.bind(this); + + /** + * Stop the countdown refresh / rerender + * @return {Countdown} Countdown instance + */ + this.stop = function() { + if (this.interval) { + clearInterval(this.interval); + this.interval = false; + } + return this; + }.bind(this); + + /** + * Render the countdown + * @return {Countdown} Countdown instance + */ + this.render = function() { + this.options.render(this.getDiffDate()); + return this; + }.bind(this); + + /** + * Start the countdown + * @return {Countdown} Countdown instance + */ + this.start = function() { + // don't start if the countdown is already started + if (this.interval) { return; } + + this.render(); + + if (this.options.refresh) { + this.interval = setInterval(this.render, this.options.refresh); + } + + return this; + }.bind(this); + + /** + * Update the offset + * @param {Number} offset New offset in ms + * @return {Countdown} Countdown instance + */ + this.updateOffset = function(offset) { + this.options.offset = offset; + return this; + }.bind(this); + + + // initial start of the countdown or initial render + this.start(); +}; + +module.exports = Countdown; + +},{}],2:[function(require,module,exports){ +var Countdown = require('./countdown.js'); +var NAME = 'countdown'; +var DATA_ATTR = 'date'; + +jQuery.fn.countdown = function(options) { + return $.each(this, function(i, el) { + var $el = $(el); + if (!$el.data(NAME)) { + // allow setting the date via the data-date attribute + if ($el.data(DATA_ATTR)) { + options.date = $el.data(DATA_ATTR); + } + $el.data(NAME, new Countdown(el, options)); + } + }); +}; + +module.exports = Countdown; + +},{"./countdown.js":1}]},{},[2])(2) +}); \ No newline at end of file diff --git a/assets/vendors/fontawesome/css/all.min.css b/assets/vendors/fontawesome/css/all.min.css new file mode 100644 index 0000000..34d689e --- /dev/null +++ b/assets/vendors/fontawesome/css/all.min.css @@ -0,0 +1,5 @@ +/*! + * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + */ +.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url("../webfonts/fa-brands-400.eot");src:url("../webfonts/fa-brands-400-.eot#iefix") format("embedded-opentype"),url("../webfonts/fa-brands-400.woff2") format("woff2"),url("../webfonts/fa-brands-400.woff") format("woff"),url("../webfonts/fa-brands-400.ttf") format("truetype"),url("../webfonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url("../webfonts/fa-regular-400.eot");src:url("../webfonts/fa-regular-400-.eot#iefix") format("embedded-opentype"),url("../webfonts/fa-regular-400.woff2") format("woff2"),url("../webfonts/fa-regular-400.woff") format("woff"),url("../webfonts/fa-regular-400.ttf") format("truetype"),url("../webfonts/fa-regular-400.svg#fontawesome") format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url("../webfonts/fa-solid-900.eot");src:url("../webfonts/fa-solid-900-.eot#iefix") format("embedded-opentype"),url("../webfonts/fa-solid-900.woff2") format("woff2"),url("../webfonts/fa-solid-900.woff") format("woff"),url("../webfonts/fa-solid-900.ttf") format("truetype"),url("../webfonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900} \ No newline at end of file diff --git a/assets/vendors/fontawesome/webfonts/fa-brands-400-.eot b/assets/vendors/fontawesome/webfonts/fa-brands-400-.eot new file mode 100644 index 0000000..958684e Binary files /dev/null and b/assets/vendors/fontawesome/webfonts/fa-brands-400-.eot differ diff --git a/assets/vendors/fontawesome/webfonts/fa-brands-400.eot b/assets/vendors/fontawesome/webfonts/fa-brands-400.eot new file mode 100644 index 0000000..958684e Binary files /dev/null and b/assets/vendors/fontawesome/webfonts/fa-brands-400.eot differ diff --git a/assets/vendors/fontawesome/webfonts/fa-brands-400.svg b/assets/vendors/fontawesome/webfonts/fa-brands-400.svg new file mode 100644 index 0000000..2b7cf17 --- /dev/null +++ b/assets/vendors/fontawesome/webfonts/fa-brands-400.svg @@ -0,0 +1,3717 @@ + + + + +Created by FontForge 20200314 at Mon Oct 5 09:50:45 2020 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/vendors/fontawesome/webfonts/fa-brands-400.ttf b/assets/vendors/fontawesome/webfonts/fa-brands-400.ttf new file mode 100644 index 0000000..f071825 Binary files /dev/null and b/assets/vendors/fontawesome/webfonts/fa-brands-400.ttf differ diff --git a/assets/vendors/fontawesome/webfonts/fa-brands-400.woff b/assets/vendors/fontawesome/webfonts/fa-brands-400.woff new file mode 100644 index 0000000..277ab65 Binary files /dev/null and b/assets/vendors/fontawesome/webfonts/fa-brands-400.woff differ diff --git a/assets/vendors/fontawesome/webfonts/fa-brands-400.woff2 b/assets/vendors/fontawesome/webfonts/fa-brands-400.woff2 new file mode 100644 index 0000000..47805d4 Binary files /dev/null and b/assets/vendors/fontawesome/webfonts/fa-brands-400.woff2 differ diff --git a/assets/vendors/fontawesome/webfonts/fa-regular-400-.eot b/assets/vendors/fontawesome/webfonts/fa-regular-400-.eot new file mode 100644 index 0000000..bef9f72 Binary files /dev/null and b/assets/vendors/fontawesome/webfonts/fa-regular-400-.eot differ diff --git a/assets/vendors/fontawesome/webfonts/fa-regular-400.eot b/assets/vendors/fontawesome/webfonts/fa-regular-400.eot new file mode 100644 index 0000000..bef9f72 Binary files /dev/null and b/assets/vendors/fontawesome/webfonts/fa-regular-400.eot differ diff --git a/assets/vendors/fontawesome/webfonts/fa-regular-400.svg b/assets/vendors/fontawesome/webfonts/fa-regular-400.svg new file mode 100644 index 0000000..bccc256 --- /dev/null +++ b/assets/vendors/fontawesome/webfonts/fa-regular-400.svg @@ -0,0 +1,801 @@ + + + + +Created by FontForge 20200314 at Mon Oct 5 09:50:45 2020 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/vendors/fontawesome/webfonts/fa-regular-400.ttf b/assets/vendors/fontawesome/webfonts/fa-regular-400.ttf new file mode 100644 index 0000000..659527a Binary files /dev/null and b/assets/vendors/fontawesome/webfonts/fa-regular-400.ttf differ diff --git a/assets/vendors/fontawesome/webfonts/fa-regular-400.woff b/assets/vendors/fontawesome/webfonts/fa-regular-400.woff new file mode 100644 index 0000000..31f44b2 Binary files /dev/null and b/assets/vendors/fontawesome/webfonts/fa-regular-400.woff differ diff --git a/assets/vendors/fontawesome/webfonts/fa-regular-400.woff2 b/assets/vendors/fontawesome/webfonts/fa-regular-400.woff2 new file mode 100644 index 0000000..0332a9b Binary files /dev/null and b/assets/vendors/fontawesome/webfonts/fa-regular-400.woff2 differ diff --git a/assets/vendors/fontawesome/webfonts/fa-solid-900-.eot b/assets/vendors/fontawesome/webfonts/fa-solid-900-.eot new file mode 100644 index 0000000..5da4fa0 Binary files /dev/null and b/assets/vendors/fontawesome/webfonts/fa-solid-900-.eot differ diff --git a/assets/vendors/fontawesome/webfonts/fa-solid-900.eot b/assets/vendors/fontawesome/webfonts/fa-solid-900.eot new file mode 100644 index 0000000..5da4fa0 Binary files /dev/null and b/assets/vendors/fontawesome/webfonts/fa-solid-900.eot differ diff --git a/assets/vendors/fontawesome/webfonts/fa-solid-900.svg b/assets/vendors/fontawesome/webfonts/fa-solid-900.svg new file mode 100644 index 0000000..313b311 --- /dev/null +++ b/assets/vendors/fontawesome/webfonts/fa-solid-900.svg @@ -0,0 +1,5028 @@ + + + + +Created by FontForge 20200314 at Mon Oct 5 09:50:45 2020 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/vendors/fontawesome/webfonts/fa-solid-900.ttf b/assets/vendors/fontawesome/webfonts/fa-solid-900.ttf new file mode 100644 index 0000000..e074608 Binary files /dev/null and b/assets/vendors/fontawesome/webfonts/fa-solid-900.ttf differ diff --git a/assets/vendors/fontawesome/webfonts/fa-solid-900.woff b/assets/vendors/fontawesome/webfonts/fa-solid-900.woff new file mode 100644 index 0000000..ef6b447 Binary files /dev/null and b/assets/vendors/fontawesome/webfonts/fa-solid-900.woff differ diff --git a/assets/vendors/fontawesome/webfonts/fa-solid-900.woff2 b/assets/vendors/fontawesome/webfonts/fa-solid-900.woff2 new file mode 100644 index 0000000..120b300 Binary files /dev/null and b/assets/vendors/fontawesome/webfonts/fa-solid-900.woff2 differ diff --git a/assets/vendors/isotope/isotope.js b/assets/vendors/isotope/isotope.js new file mode 100644 index 0000000..785afd9 --- /dev/null +++ b/assets/vendors/isotope/isotope.js @@ -0,0 +1,8 @@ +/*! + * Isotope PACKAGED v2.1.1 + * Filter & sort magical layouts + * http://isotope.metafizzy.co + */ + +(function(t){function e(){}function i(t){function i(e){e.prototype.option||(e.prototype.option=function(e){t.isPlainObject(e)&&(this.options=t.extend(!0,this.options,e))})}function n(e,i){t.fn[e]=function(n){if("string"==typeof n){for(var s=o.call(arguments,1),a=0,u=this.length;u>a;a++){var p=this[a],h=t.data(p,e);if(h)if(t.isFunction(h[n])&&"_"!==n.charAt(0)){var f=h[n].apply(h,s);if(void 0!==f)return f}else r("no such method '"+n+"' for "+e+" instance");else r("cannot call methods on "+e+" prior to initialization; "+"attempted to call '"+n+"'")}return this}return this.each(function(){var o=t.data(this,e);o?(o.option(n),o._init()):(o=new i(this,n),t.data(this,e,o))})}}if(t){var r="undefined"==typeof console?e:function(t){console.error(t)};return t.bridget=function(t,e){i(e),n(t,e)},t.bridget}}var o=Array.prototype.slice;"function"==typeof define&&define.amd?define("jquery-bridget/jquery.bridget",["jquery"],i):"object"==typeof exports?i(require("jquery")):i(t.jQuery)})(window),function(t){function e(e){var i=t.event;return i.target=i.target||i.srcElement||e,i}var i=document.documentElement,o=function(){};i.addEventListener?o=function(t,e,i){t.addEventListener(e,i,!1)}:i.attachEvent&&(o=function(t,i,o){t[i+o]=o.handleEvent?function(){var i=e(t);o.handleEvent.call(o,i)}:function(){var i=e(t);o.call(t,i)},t.attachEvent("on"+i,t[i+o])});var n=function(){};i.removeEventListener?n=function(t,e,i){t.removeEventListener(e,i,!1)}:i.detachEvent&&(n=function(t,e,i){t.detachEvent("on"+e,t[e+i]);try{delete t[e+i]}catch(o){t[e+i]=void 0}});var r={bind:o,unbind:n};"function"==typeof define&&define.amd?define("eventie/eventie",r):"object"==typeof exports?module.exports=r:t.eventie=r}(this),function(t){function e(t){"function"==typeof t&&(e.isReady?t():s.push(t))}function i(t){var i="readystatechange"===t.type&&"complete"!==r.readyState;e.isReady||i||o()}function o(){e.isReady=!0;for(var t=0,i=s.length;i>t;t++){var o=s[t];o()}}function n(n){return"complete"===r.readyState?o():(n.bind(r,"DOMContentLoaded",i),n.bind(r,"readystatechange",i),n.bind(t,"load",i)),e}var r=t.document,s=[];e.isReady=!1,"function"==typeof define&&define.amd?define("doc-ready/doc-ready",["eventie/eventie"],n):"object"==typeof exports?module.exports=n(require("eventie")):t.docReady=n(t.eventie)}(window),function(){function t(){}function e(t,e){for(var i=t.length;i--;)if(t[i].listener===e)return i;return-1}function i(t){return function(){return this[t].apply(this,arguments)}}var o=t.prototype,n=this,r=n.EventEmitter;o.getListeners=function(t){var e,i,o=this._getEvents();if(t instanceof RegExp){e={};for(i in o)o.hasOwnProperty(i)&&t.test(i)&&(e[i]=o[i])}else e=o[t]||(o[t]=[]);return e},o.flattenListeners=function(t){var e,i=[];for(e=0;t.length>e;e+=1)i.push(t[e].listener);return i},o.getListenersAsObject=function(t){var e,i=this.getListeners(t);return i instanceof Array&&(e={},e[t]=i),e||i},o.addListener=function(t,i){var o,n=this.getListenersAsObject(t),r="object"==typeof i;for(o in n)n.hasOwnProperty(o)&&-1===e(n[o],i)&&n[o].push(r?i:{listener:i,once:!1});return this},o.on=i("addListener"),o.addOnceListener=function(t,e){return this.addListener(t,{listener:e,once:!0})},o.once=i("addOnceListener"),o.defineEvent=function(t){return this.getListeners(t),this},o.defineEvents=function(t){for(var e=0;t.length>e;e+=1)this.defineEvent(t[e]);return this},o.removeListener=function(t,i){var o,n,r=this.getListenersAsObject(t);for(n in r)r.hasOwnProperty(n)&&(o=e(r[n],i),-1!==o&&r[n].splice(o,1));return this},o.off=i("removeListener"),o.addListeners=function(t,e){return this.manipulateListeners(!1,t,e)},o.removeListeners=function(t,e){return this.manipulateListeners(!0,t,e)},o.manipulateListeners=function(t,e,i){var o,n,r=t?this.removeListener:this.addListener,s=t?this.removeListeners:this.addListeners;if("object"!=typeof e||e instanceof RegExp)for(o=i.length;o--;)r.call(this,e,i[o]);else for(o in e)e.hasOwnProperty(o)&&(n=e[o])&&("function"==typeof n?r.call(this,o,n):s.call(this,o,n));return this},o.removeEvent=function(t){var e,i=typeof t,o=this._getEvents();if("string"===i)delete o[t];else if(t instanceof RegExp)for(e in o)o.hasOwnProperty(e)&&t.test(e)&&delete o[e];else delete this._events;return this},o.removeAllListeners=i("removeEvent"),o.emitEvent=function(t,e){var i,o,n,r,s=this.getListenersAsObject(t);for(n in s)if(s.hasOwnProperty(n))for(o=s[n].length;o--;)i=s[n][o],i.once===!0&&this.removeListener(t,i.listener),r=i.listener.apply(this,e||[]),r===this._getOnceReturnValue()&&this.removeListener(t,i.listener);return this},o.trigger=i("emitEvent"),o.emit=function(t){var e=Array.prototype.slice.call(arguments,1);return this.emitEvent(t,e)},o.setOnceReturnValue=function(t){return this._onceReturnValue=t,this},o._getOnceReturnValue=function(){return this.hasOwnProperty("_onceReturnValue")?this._onceReturnValue:!0},o._getEvents=function(){return this._events||(this._events={})},t.noConflict=function(){return n.EventEmitter=r,t},"function"==typeof define&&define.amd?define("eventEmitter/EventEmitter",[],function(){return t}):"object"==typeof module&&module.exports?module.exports=t:n.EventEmitter=t}.call(this),function(t){function e(t){if(t){if("string"==typeof o[t])return t;t=t.charAt(0).toUpperCase()+t.slice(1);for(var e,n=0,r=i.length;r>n;n++)if(e=i[n]+t,"string"==typeof o[e])return e}}var i="Webkit Moz ms Ms O".split(" "),o=document.documentElement.style;"function"==typeof define&&define.amd?define("get-style-property/get-style-property",[],function(){return e}):"object"==typeof exports?module.exports=e:t.getStyleProperty=e}(window),function(t){function e(t){var e=parseFloat(t),i=-1===t.indexOf("%")&&!isNaN(e);return i&&e}function i(){}function o(){for(var t={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},e=0,i=s.length;i>e;e++){var o=s[e];t[o]=0}return t}function n(i){function n(){if(!d){d=!0;var o=t.getComputedStyle;if(p=function(){var t=o?function(t){return o(t,null)}:function(t){return t.currentStyle};return function(e){var i=t(e);return i||r("Style returned "+i+". Are you running this code in a hidden iframe on Firefox? "+"See http://bit.ly/getsizebug1"),i}}(),h=i("boxSizing")){var n=document.createElement("div");n.style.width="200px",n.style.padding="1px 2px 3px 4px",n.style.borderStyle="solid",n.style.borderWidth="1px 2px 3px 4px",n.style[h]="border-box";var s=document.body||document.documentElement;s.appendChild(n);var a=p(n);f=200===e(a.width),s.removeChild(n)}}}function a(t){if(n(),"string"==typeof t&&(t=document.querySelector(t)),t&&"object"==typeof t&&t.nodeType){var i=p(t);if("none"===i.display)return o();var r={};r.width=t.offsetWidth,r.height=t.offsetHeight;for(var a=r.isBorderBox=!(!h||!i[h]||"border-box"!==i[h]),d=0,l=s.length;l>d;d++){var c=s[d],y=i[c];y=u(t,y);var m=parseFloat(y);r[c]=isNaN(m)?0:m}var g=r.paddingLeft+r.paddingRight,v=r.paddingTop+r.paddingBottom,_=r.marginLeft+r.marginRight,I=r.marginTop+r.marginBottom,L=r.borderLeftWidth+r.borderRightWidth,z=r.borderTopWidth+r.borderBottomWidth,b=a&&f,x=e(i.width);x!==!1&&(r.width=x+(b?0:g+L));var S=e(i.height);return S!==!1&&(r.height=S+(b?0:v+z)),r.innerWidth=r.width-(g+L),r.innerHeight=r.height-(v+z),r.outerWidth=r.width+_,r.outerHeight=r.height+I,r}}function u(e,i){if(t.getComputedStyle||-1===i.indexOf("%"))return i;var o=e.style,n=o.left,r=e.runtimeStyle,s=r&&r.left;return s&&(r.left=e.currentStyle.left),o.left=i,i=o.pixelLeft,o.left=n,s&&(r.left=s),i}var p,h,f,d=!1;return a}var r="undefined"==typeof console?i:function(t){console.error(t)},s=["paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom","borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth"];"function"==typeof define&&define.amd?define("get-size/get-size",["get-style-property/get-style-property"],n):"object"==typeof exports?module.exports=n(require("desandro-get-style-property")):t.getSize=n(t.getStyleProperty)}(window),function(t){function e(t,e){return t[s](e)}function i(t){if(!t.parentNode){var e=document.createDocumentFragment();e.appendChild(t)}}function o(t,e){i(t);for(var o=t.parentNode.querySelectorAll(e),n=0,r=o.length;r>n;n++)if(o[n]===t)return!0;return!1}function n(t,o){return i(t),e(t,o)}var r,s=function(){if(t.matchesSelector)return"matchesSelector";for(var e=["webkit","moz","ms","o"],i=0,o=e.length;o>i;i++){var n=e[i],r=n+"MatchesSelector";if(t[r])return r}}();if(s){var a=document.createElement("div"),u=e(a,"div");r=u?e:n}else r=o;"function"==typeof define&&define.amd?define("matches-selector/matches-selector",[],function(){return r}):"object"==typeof exports?module.exports=r:window.matchesSelector=r}(Element.prototype),function(t){function e(t,e){for(var i in e)t[i]=e[i];return t}function i(t){for(var e in t)return!1;return e=null,!0}function o(t){return t.replace(/([A-Z])/g,function(t){return"-"+t.toLowerCase()})}function n(t,n,r){function a(t,e){t&&(this.element=t,this.layout=e,this.position={x:0,y:0},this._create())}var u=r("transition"),p=r("transform"),h=u&&p,f=!!r("perspective"),d={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"otransitionend",transition:"transitionend"}[u],l=["transform","transition","transitionDuration","transitionProperty"],c=function(){for(var t={},e=0,i=l.length;i>e;e++){var o=l[e],n=r(o);n&&n!==o&&(t[o]=n)}return t}();e(a.prototype,t.prototype),a.prototype._create=function(){this._transn={ingProperties:{},clean:{},onEnd:{}},this.css({position:"absolute"})},a.prototype.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},a.prototype.getSize=function(){this.size=n(this.element)},a.prototype.css=function(t){var e=this.element.style;for(var i in t){var o=c[i]||i;e[o]=t[i]}},a.prototype.getPosition=function(){var t=s(this.element),e=this.layout.options,i=e.isOriginLeft,o=e.isOriginTop,n=parseInt(t[i?"left":"right"],10),r=parseInt(t[o?"top":"bottom"],10);n=isNaN(n)?0:n,r=isNaN(r)?0:r;var a=this.layout.size;n-=i?a.paddingLeft:a.paddingRight,r-=o?a.paddingTop:a.paddingBottom,this.position.x=n,this.position.y=r},a.prototype.layoutPosition=function(){var t=this.layout.size,e=this.layout.options,i={};e.isOriginLeft?(i.left=this.position.x+t.paddingLeft+"px",i.right=""):(i.right=this.position.x+t.paddingRight+"px",i.left=""),e.isOriginTop?(i.top=this.position.y+t.paddingTop+"px",i.bottom=""):(i.bottom=this.position.y+t.paddingBottom+"px",i.top=""),this.css(i),this.emitEvent("layout",[this])};var y=f?function(t,e){return"translate3d("+t+"px, "+e+"px, 0)"}:function(t,e){return"translate("+t+"px, "+e+"px)"};a.prototype._transitionTo=function(t,e){this.getPosition();var i=this.position.x,o=this.position.y,n=parseInt(t,10),r=parseInt(e,10),s=n===this.position.x&&r===this.position.y;if(this.setPosition(t,e),s&&!this.isTransitioning)return this.layoutPosition(),void 0;var a=t-i,u=e-o,p={},h=this.layout.options;a=h.isOriginLeft?a:-a,u=h.isOriginTop?u:-u,p.transform=y(a,u),this.transition({to:p,onTransitionEnd:{transform:this.layoutPosition},isCleaning:!0})},a.prototype.goTo=function(t,e){this.setPosition(t,e),this.layoutPosition()},a.prototype.moveTo=h?a.prototype._transitionTo:a.prototype.goTo,a.prototype.setPosition=function(t,e){this.position.x=parseInt(t,10),this.position.y=parseInt(e,10)},a.prototype._nonTransition=function(t){this.css(t.to),t.isCleaning&&this._removeStyles(t.to);for(var e in t.onTransitionEnd)t.onTransitionEnd[e].call(this)},a.prototype._transition=function(t){if(!parseFloat(this.layout.options.transitionDuration))return this._nonTransition(t),void 0;var e=this._transn;for(var i in t.onTransitionEnd)e.onEnd[i]=t.onTransitionEnd[i];for(i in t.to)e.ingProperties[i]=!0,t.isCleaning&&(e.clean[i]=!0);if(t.from){this.css(t.from);var o=this.element.offsetHeight;o=null}this.enableTransition(t.to),this.css(t.to),this.isTransitioning=!0};var m=p&&o(p)+",opacity";a.prototype.enableTransition=function(){this.isTransitioning||(this.css({transitionProperty:m,transitionDuration:this.layout.options.transitionDuration}),this.element.addEventListener(d,this,!1))},a.prototype.transition=a.prototype[u?"_transition":"_nonTransition"],a.prototype.onwebkitTransitionEnd=function(t){this.ontransitionend(t)},a.prototype.onotransitionend=function(t){this.ontransitionend(t)};var g={"-webkit-transform":"transform","-moz-transform":"transform","-o-transform":"transform"};a.prototype.ontransitionend=function(t){if(t.target===this.element){var e=this._transn,o=g[t.propertyName]||t.propertyName;if(delete e.ingProperties[o],i(e.ingProperties)&&this.disableTransition(),o in e.clean&&(this.element.style[t.propertyName]="",delete e.clean[o]),o in e.onEnd){var n=e.onEnd[o];n.call(this),delete e.onEnd[o]}this.emitEvent("transitionEnd",[this])}},a.prototype.disableTransition=function(){this.removeTransitionStyles(),this.element.removeEventListener(d,this,!1),this.isTransitioning=!1},a.prototype._removeStyles=function(t){var e={};for(var i in t)e[i]="";this.css(e)};var v={transitionProperty:"",transitionDuration:""};return a.prototype.removeTransitionStyles=function(){this.css(v)},a.prototype.removeElem=function(){this.element.parentNode.removeChild(this.element),this.emitEvent("remove",[this])},a.prototype.remove=function(){if(!u||!parseFloat(this.layout.options.transitionDuration))return this.removeElem(),void 0;var t=this;this.on("transitionEnd",function(){return t.removeElem(),!0}),this.hide()},a.prototype.reveal=function(){delete this.isHidden,this.css({display:""});var t=this.layout.options;this.transition({from:t.hiddenStyle,to:t.visibleStyle,isCleaning:!0})},a.prototype.hide=function(){this.isHidden=!0,this.css({display:""});var t=this.layout.options;this.transition({from:t.visibleStyle,to:t.hiddenStyle,isCleaning:!0,onTransitionEnd:{opacity:function(){this.isHidden&&this.css({display:"none"})}}})},a.prototype.destroy=function(){this.css({position:"",left:"",right:"",top:"",bottom:"",transition:"",transform:""})},a}var r=t.getComputedStyle,s=r?function(t){return r(t,null)}:function(t){return t.currentStyle};"function"==typeof define&&define.amd?define("outlayer/item",["eventEmitter/EventEmitter","get-size/get-size","get-style-property/get-style-property"],n):"object"==typeof exports?module.exports=n(require("wolfy87-eventemitter"),require("get-size"),require("desandro-get-style-property")):(t.Outlayer={},t.Outlayer.Item=n(t.EventEmitter,t.getSize,t.getStyleProperty))}(window),function(t){function e(t,e){for(var i in e)t[i]=e[i];return t}function i(t){return"[object Array]"===f.call(t)}function o(t){var e=[];if(i(t))e=t;else if(t&&"number"==typeof t.length)for(var o=0,n=t.length;n>o;o++)e.push(t[o]);else e.push(t);return e}function n(t,e){var i=l(e,t);-1!==i&&e.splice(i,1)}function r(t){return t.replace(/(.)([A-Z])/g,function(t,e,i){return e+"-"+i}).toLowerCase()}function s(i,s,f,l,c,y){function m(t,i){if("string"==typeof t&&(t=a.querySelector(t)),!t||!d(t))return u&&u.error("Bad "+this.constructor.namespace+" element: "+t),void 0;this.element=t,this.options=e({},this.constructor.defaults),this.option(i);var o=++g;this.element.outlayerGUID=o,v[o]=this,this._create(),this.options.isInitLayout&&this.layout()}var g=0,v={};return m.namespace="outlayer",m.Item=y,m.defaults={containerStyle:{position:"relative"},isInitLayout:!0,isOriginLeft:!0,isOriginTop:!0,isResizeBound:!0,isResizingContainer:!0,transitionDuration:"1s",hiddenStyle:{opacity:0,transform:"scale(0.005) rotateX(180deg)"},visibleStyle:{opacity:1,transform:"scale(1) rotateX(0deg)"}},e(m.prototype,f.prototype),m.prototype.option=function(t){e(this.options,t)},m.prototype._create=function(){this.reloadItems(),this.stamps=[],this.stamp(this.options.stamp),e(this.element.style,this.options.containerStyle),this.options.isResizeBound&&this.bindResize()},m.prototype.reloadItems=function(){this.items=this._itemize(this.element.children)},m.prototype._itemize=function(t){for(var e=this._filterFindItemElements(t),i=this.constructor.Item,o=[],n=0,r=e.length;r>n;n++){var s=e[n],a=new i(s,this);o.push(a)}return o},m.prototype._filterFindItemElements=function(t){t=o(t);for(var e=this.options.itemSelector,i=[],n=0,r=t.length;r>n;n++){var s=t[n];if(d(s))if(e){c(s,e)&&i.push(s);for(var a=s.querySelectorAll(e),u=0,p=a.length;p>u;u++)i.push(a[u])}else i.push(s)}return i},m.prototype.getItemElements=function(){for(var t=[],e=0,i=this.items.length;i>e;e++)t.push(this.items[e].element);return t},m.prototype.layout=function(){this._resetLayout(),this._manageStamps();var t=void 0!==this.options.isLayoutInstant?this.options.isLayoutInstant:!this._isLayoutInited;this.layoutItems(this.items,t),this._isLayoutInited=!0},m.prototype._init=m.prototype.layout,m.prototype._resetLayout=function(){this.getSize()},m.prototype.getSize=function(){this.size=l(this.element)},m.prototype._getMeasurement=function(t,e){var i,o=this.options[t];o?("string"==typeof o?i=this.element.querySelector(o):d(o)&&(i=o),this[t]=i?l(i)[e]:o):this[t]=0},m.prototype.layoutItems=function(t,e){t=this._getItemsForLayout(t),this._layoutItems(t,e),this._postLayout()},m.prototype._getItemsForLayout=function(t){for(var e=[],i=0,o=t.length;o>i;i++){var n=t[i];n.isIgnored||e.push(n)}return e},m.prototype._layoutItems=function(t,e){function i(){o.emitEvent("layoutComplete",[o,t])}var o=this;if(!t||!t.length)return i(),void 0;this._itemsOn(t,"layout",i);for(var n=[],r=0,s=t.length;s>r;r++){var a=t[r],u=this._getItemLayoutPosition(a);u.item=a,u.isInstant=e||a.isLayoutInstant,n.push(u)}this._processLayoutQueue(n)},m.prototype._getItemLayoutPosition=function(){return{x:0,y:0}},m.prototype._processLayoutQueue=function(t){for(var e=0,i=t.length;i>e;e++){var o=t[e];this._positionItem(o.item,o.x,o.y,o.isInstant)}},m.prototype._positionItem=function(t,e,i,o){o?t.goTo(e,i):t.moveTo(e,i)},m.prototype._postLayout=function(){this.resizeContainer()},m.prototype.resizeContainer=function(){if(this.options.isResizingContainer){var t=this._getContainerSize();t&&(this._setContainerMeasure(t.width,!0),this._setContainerMeasure(t.height,!1))}},m.prototype._getContainerSize=h,m.prototype._setContainerMeasure=function(t,e){if(void 0!==t){var i=this.size;i.isBorderBox&&(t+=e?i.paddingLeft+i.paddingRight+i.borderLeftWidth+i.borderRightWidth:i.paddingBottom+i.paddingTop+i.borderTopWidth+i.borderBottomWidth),t=Math.max(t,0),this.element.style[e?"width":"height"]=t+"px"}},m.prototype._itemsOn=function(t,e,i){function o(){return n++,n===r&&i.call(s),!0}for(var n=0,r=t.length,s=this,a=0,u=t.length;u>a;a++){var p=t[a];p.on(e,o)}},m.prototype.ignore=function(t){var e=this.getItem(t);e&&(e.isIgnored=!0)},m.prototype.unignore=function(t){var e=this.getItem(t);e&&delete e.isIgnored},m.prototype.stamp=function(t){if(t=this._find(t)){this.stamps=this.stamps.concat(t);for(var e=0,i=t.length;i>e;e++){var o=t[e];this.ignore(o)}}},m.prototype.unstamp=function(t){if(t=this._find(t))for(var e=0,i=t.length;i>e;e++){var o=t[e];n(o,this.stamps),this.unignore(o)}},m.prototype._find=function(t){return t?("string"==typeof t&&(t=this.element.querySelectorAll(t)),t=o(t)):void 0},m.prototype._manageStamps=function(){if(this.stamps&&this.stamps.length){this._getBoundingRect();for(var t=0,e=this.stamps.length;e>t;t++){var i=this.stamps[t];this._manageStamp(i)}}},m.prototype._getBoundingRect=function(){var t=this.element.getBoundingClientRect(),e=this.size;this._boundingRect={left:t.left+e.paddingLeft+e.borderLeftWidth,top:t.top+e.paddingTop+e.borderTopWidth,right:t.right-(e.paddingRight+e.borderRightWidth),bottom:t.bottom-(e.paddingBottom+e.borderBottomWidth)}},m.prototype._manageStamp=h,m.prototype._getElementOffset=function(t){var e=t.getBoundingClientRect(),i=this._boundingRect,o=l(t),n={left:e.left-i.left-o.marginLeft,top:e.top-i.top-o.marginTop,right:i.right-e.right-o.marginRight,bottom:i.bottom-e.bottom-o.marginBottom};return n},m.prototype.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},m.prototype.bindResize=function(){this.isResizeBound||(i.bind(t,"resize",this),this.isResizeBound=!0)},m.prototype.unbindResize=function(){this.isResizeBound&&i.unbind(t,"resize",this),this.isResizeBound=!1},m.prototype.onresize=function(){function t(){e.resize(),delete e.resizeTimeout}this.resizeTimeout&&clearTimeout(this.resizeTimeout);var e=this;this.resizeTimeout=setTimeout(t,100)},m.prototype.resize=function(){this.isResizeBound&&this.needsResizeLayout()&&this.layout()},m.prototype.needsResizeLayout=function(){var t=l(this.element),e=this.size&&t;return e&&t.innerWidth!==this.size.innerWidth},m.prototype.addItems=function(t){var e=this._itemize(t);return e.length&&(this.items=this.items.concat(e)),e},m.prototype.appended=function(t){var e=this.addItems(t);e.length&&(this.layoutItems(e,!0),this.reveal(e))},m.prototype.prepended=function(t){var e=this._itemize(t);if(e.length){var i=this.items.slice(0);this.items=e.concat(i),this._resetLayout(),this._manageStamps(),this.layoutItems(e,!0),this.reveal(e),this.layoutItems(i)}},m.prototype.reveal=function(t){var e=t&&t.length;if(e)for(var i=0;e>i;i++){var o=t[i];o.reveal()}},m.prototype.hide=function(t){var e=t&&t.length;if(e)for(var i=0;e>i;i++){var o=t[i];o.hide()}},m.prototype.getItem=function(t){for(var e=0,i=this.items.length;i>e;e++){var o=this.items[e];if(o.element===t)return o}},m.prototype.getItems=function(t){if(t&&t.length){for(var e=[],i=0,o=t.length;o>i;i++){var n=t[i],r=this.getItem(n);r&&e.push(r)}return e}},m.prototype.remove=function(t){t=o(t);var e=this.getItems(t);if(e&&e.length){this._itemsOn(e,"remove",function(){this.emitEvent("removeComplete",[this,e])});for(var i=0,r=e.length;r>i;i++){var s=e[i];s.remove(),n(s,this.items)}}},m.prototype.destroy=function(){var t=this.element.style;t.height="",t.position="",t.width="";for(var e=0,i=this.items.length;i>e;e++){var o=this.items[e];o.destroy()}this.unbindResize();var n=this.element.outlayerGUID;delete v[n],delete this.element.outlayerGUID,p&&p.removeData(this.element,this.constructor.namespace)},m.data=function(t){var e=t&&t.outlayerGUID;return e&&v[e]},m.create=function(t,i){function o(){m.apply(this,arguments)}return Object.create?o.prototype=Object.create(m.prototype):e(o.prototype,m.prototype),o.prototype.constructor=o,o.defaults=e({},m.defaults),e(o.defaults,i),o.prototype.settings={},o.namespace=t,o.data=m.data,o.Item=function(){y.apply(this,arguments)},o.Item.prototype=new y,s(function(){for(var e=r(t),i=a.querySelectorAll(".js-"+e),n="data-"+e+"-options",s=0,h=i.length;h>s;s++){var f,d=i[s],l=d.getAttribute(n);try{f=l&&JSON.parse(l)}catch(c){u&&u.error("Error parsing "+n+" on "+d.nodeName.toLowerCase()+(d.id?"#"+d.id:"")+": "+c);continue}var y=new o(d,f);p&&p.data(d,t,y)}}),p&&p.bridget&&p.bridget(t,o),o},m.Item=y,m}var a=t.document,u=t.console,p=t.jQuery,h=function(){},f=Object.prototype.toString,d="function"==typeof HTMLElement||"object"==typeof HTMLElement?function(t){return t instanceof HTMLElement}:function(t){return t&&"object"==typeof t&&1===t.nodeType&&"string"==typeof t.nodeName},l=Array.prototype.indexOf?function(t,e){return t.indexOf(e)}:function(t,e){for(var i=0,o=t.length;o>i;i++)if(t[i]===e)return i;return-1};"function"==typeof define&&define.amd?define("outlayer/outlayer",["eventie/eventie","doc-ready/doc-ready","eventEmitter/EventEmitter","get-size/get-size","matches-selector/matches-selector","./item"],s):"object"==typeof exports?module.exports=s(require("eventie"),require("doc-ready"),require("wolfy87-eventemitter"),require("get-size"),require("desandro-matches-selector"),require("./item")):t.Outlayer=s(t.eventie,t.docReady,t.EventEmitter,t.getSize,t.matchesSelector,t.Outlayer.Item)}(window),function(t){function e(t){function e(){t.Item.apply(this,arguments)}e.prototype=new t.Item,e.prototype._create=function(){this.id=this.layout.itemGUID++,t.Item.prototype._create.call(this),this.sortData={}},e.prototype.updateSortData=function(){if(!this.isIgnored){this.sortData.id=this.id,this.sortData["original-order"]=this.id,this.sortData.random=Math.random();var t=this.layout.options.getSortData,e=this.layout._sorters;for(var i in t){var o=e[i];this.sortData[i]=o(this.element,this)}}};var i=e.prototype.destroy;return e.prototype.destroy=function(){i.apply(this,arguments),this.css({display:""})},e}"function"==typeof define&&define.amd?define("isotope/js/item",["outlayer/outlayer"],e):"object"==typeof exports?module.exports=e(require("outlayer")):(t.Isotope=t.Isotope||{},t.Isotope.Item=e(t.Outlayer))}(window),function(t){function e(t,e){function i(t){this.isotope=t,t&&(this.options=t.options[this.namespace],this.element=t.element,this.items=t.filteredItems,this.size=t.size)}return function(){function t(t){return function(){return e.prototype[t].apply(this.isotope,arguments)}}for(var o=["_resetLayout","_getItemLayoutPosition","_manageStamp","_getContainerSize","_getElementOffset","needsResizeLayout"],n=0,r=o.length;r>n;n++){var s=o[n];i.prototype[s]=t(s)}}(),i.prototype.needsVerticalResizeLayout=function(){var e=t(this.isotope.element),i=this.isotope.size&&e;return i&&e.innerHeight!==this.isotope.size.innerHeight},i.prototype._getMeasurement=function(){this.isotope._getMeasurement.apply(this,arguments)},i.prototype.getColumnWidth=function(){this.getSegmentSize("column","Width")},i.prototype.getRowHeight=function(){this.getSegmentSize("row","Height")},i.prototype.getSegmentSize=function(t,e){var i=t+e,o="outer"+e;if(this._getMeasurement(i,o),!this[i]){var n=this.getFirstItemSize();this[i]=n&&n[o]||this.isotope.size["inner"+e]}},i.prototype.getFirstItemSize=function(){var e=this.isotope.filteredItems[0];return e&&e.element&&t(e.element)},i.prototype.layout=function(){this.isotope.layout.apply(this.isotope,arguments)},i.prototype.getSize=function(){this.isotope.getSize(),this.size=this.isotope.size},i.modes={},i.create=function(t,e){function o(){i.apply(this,arguments)}return o.prototype=new i,e&&(o.options=e),o.prototype.namespace=t,i.modes[t]=o,o},i}"function"==typeof define&&define.amd?define("isotope/js/layout-mode",["get-size/get-size","outlayer/outlayer"],e):"object"==typeof exports?module.exports=e(require("get-size"),require("outlayer")):(t.Isotope=t.Isotope||{},t.Isotope.LayoutMode=e(t.getSize,t.Outlayer))}(window),function(t){function e(t,e){var o=t.create("masonry");return o.prototype._resetLayout=function(){this.getSize(),this._getMeasurement("columnWidth","outerWidth"),this._getMeasurement("gutter","outerWidth"),this.measureColumns();var t=this.cols;for(this.colYs=[];t--;)this.colYs.push(0);this.maxY=0},o.prototype.measureColumns=function(){if(this.getContainerWidth(),!this.columnWidth){var t=this.items[0],i=t&&t.element;this.columnWidth=i&&e(i).outerWidth||this.containerWidth}this.columnWidth+=this.gutter,this.cols=Math.floor((this.containerWidth+this.gutter)/this.columnWidth),this.cols=Math.max(this.cols,1)},o.prototype.getContainerWidth=function(){var t=this.options.isFitWidth?this.element.parentNode:this.element,i=e(t);this.containerWidth=i&&i.innerWidth},o.prototype._getItemLayoutPosition=function(t){t.getSize();var e=t.size.outerWidth%this.columnWidth,o=e&&1>e?"round":"ceil",n=Math[o](t.size.outerWidth/this.columnWidth);n=Math.min(n,this.cols);for(var r=this._getColGroup(n),s=Math.min.apply(Math,r),a=i(r,s),u={x:this.columnWidth*a,y:s},p=s+t.size.outerHeight,h=this.cols+1-r.length,f=0;h>f;f++)this.colYs[a+f]=p;return u},o.prototype._getColGroup=function(t){if(2>t)return this.colYs;for(var e=[],i=this.cols+1-t,o=0;i>o;o++){var n=this.colYs.slice(o,o+t);e[o]=Math.max.apply(Math,n)}return e},o.prototype._manageStamp=function(t){var i=e(t),o=this._getElementOffset(t),n=this.options.isOriginLeft?o.left:o.right,r=n+i.outerWidth,s=Math.floor(n/this.columnWidth);s=Math.max(0,s);var a=Math.floor(r/this.columnWidth);a-=r%this.columnWidth?0:1,a=Math.min(this.cols-1,a);for(var u=(this.options.isOriginTop?o.top:o.bottom)+i.outerHeight,p=s;a>=p;p++)this.colYs[p]=Math.max(u,this.colYs[p])},o.prototype._getContainerSize=function(){this.maxY=Math.max.apply(Math,this.colYs);var t={height:this.maxY};return this.options.isFitWidth&&(t.width=this._getContainerFitWidth()),t},o.prototype._getContainerFitWidth=function(){for(var t=0,e=this.cols;--e&&0===this.colYs[e];)t++;return(this.cols-t)*this.columnWidth-this.gutter},o.prototype.needsResizeLayout=function(){var t=this.containerWidth;return this.getContainerWidth(),t!==this.containerWidth},o}var i=Array.prototype.indexOf?function(t,e){return t.indexOf(e)}:function(t,e){for(var i=0,o=t.length;o>i;i++){var n=t[i];if(n===e)return i}return-1};"function"==typeof define&&define.amd?define("masonry/masonry",["outlayer/outlayer","get-size/get-size"],e):"object"==typeof exports?module.exports=e(require("outlayer"),require("get-size")):t.Masonry=e(t.Outlayer,t.getSize)}(window),function(t){function e(t,e){for(var i in e)t[i]=e[i];return t}function i(t,i){var o=t.create("masonry"),n=o.prototype._getElementOffset,r=o.prototype.layout,s=o.prototype._getMeasurement;e(o.prototype,i.prototype),o.prototype._getElementOffset=n,o.prototype.layout=r,o.prototype._getMeasurement=s;var a=o.prototype.measureColumns;o.prototype.measureColumns=function(){this.items=this.isotope.filteredItems,a.call(this)};var u=o.prototype._manageStamp;return o.prototype._manageStamp=function(){this.options.isOriginLeft=this.isotope.options.isOriginLeft,this.options.isOriginTop=this.isotope.options.isOriginTop,u.apply(this,arguments)},o}"function"==typeof define&&define.amd?define("isotope/js/layout-modes/masonry",["../layout-mode","masonry/masonry"],i):"object"==typeof exports?module.exports=i(require("../layout-mode"),require("masonry-layout")):i(t.Isotope.LayoutMode,t.Masonry)}(window),function(t){function e(t){var e=t.create("fitRows");return e.prototype._resetLayout=function(){this.x=0,this.y=0,this.maxY=0,this._getMeasurement("gutter","outerWidth")},e.prototype._getItemLayoutPosition=function(t){t.getSize();var e=t.size.outerWidth+this.gutter,i=this.isotope.size.innerWidth+this.gutter;0!==this.x&&e+this.x>i&&(this.x=0,this.y=this.maxY);var o={x:this.x,y:this.y};return this.maxY=Math.max(this.maxY,this.y+t.size.outerHeight),this.x+=e,o},e.prototype._getContainerSize=function(){return{height:this.maxY}},e}"function"==typeof define&&define.amd?define("isotope/js/layout-modes/fit-rows",["../layout-mode"],e):"object"==typeof exports?module.exports=e(require("../layout-mode")):e(t.Isotope.LayoutMode)}(window),function(t){function e(t){var e=t.create("vertical",{horizontalAlignment:0});return e.prototype._resetLayout=function(){this.y=0},e.prototype._getItemLayoutPosition=function(t){t.getSize();var e=(this.isotope.size.innerWidth-t.size.outerWidth)*this.options.horizontalAlignment,i=this.y;return this.y+=t.size.outerHeight,{x:e,y:i}},e.prototype._getContainerSize=function(){return{height:this.y}},e}"function"==typeof define&&define.amd?define("isotope/js/layout-modes/vertical",["../layout-mode"],e):"object"==typeof exports?module.exports=e(require("../layout-mode")):e(t.Isotope.LayoutMode)}(window),function(t){function e(t,e){for(var i in e)t[i]=e[i];return t}function i(t){return"[object Array]"===h.call(t)}function o(t){var e=[];if(i(t))e=t;else if(t&&"number"==typeof t.length)for(var o=0,n=t.length;n>o;o++)e.push(t[o]);else e.push(t);return e}function n(t,e){var i=f(e,t);-1!==i&&e.splice(i,1)}function r(t,i,r,u,h){function f(t,e){return function(i,o){for(var n=0,r=t.length;r>n;n++){var s=t[n],a=i.sortData[s],u=o.sortData[s];if(a>u||u>a){var p=void 0!==e[s]?e[s]:e,h=p?1:-1;return(a>u?1:-1)*h}}return 0}}var d=t.create("isotope",{layoutMode:"masonry",isJQueryFiltering:!0,sortAscending:!0});d.Item=u,d.LayoutMode=h,d.prototype._create=function(){this.itemGUID=0,this._sorters={},this._getSorters(),t.prototype._create.call(this),this.modes={},this.filteredItems=this.items,this.sortHistory=["original-order"];for(var e in h.modes)this._initLayoutMode(e)},d.prototype.reloadItems=function(){this.itemGUID=0,t.prototype.reloadItems.call(this)},d.prototype._itemize=function(){for(var e=t.prototype._itemize.apply(this,arguments),i=0,o=e.length;o>i;i++){var n=e[i];n.id=this.itemGUID++}return this._updateItemsSortData(e),e +},d.prototype._initLayoutMode=function(t){var i=h.modes[t],o=this.options[t]||{};this.options[t]=i.options?e(i.options,o):o,this.modes[t]=new i(this)},d.prototype.layout=function(){return!this._isLayoutInited&&this.options.isInitLayout?(this.arrange(),void 0):(this._layout(),void 0)},d.prototype._layout=function(){var t=this._getIsInstant();this._resetLayout(),this._manageStamps(),this.layoutItems(this.filteredItems,t),this._isLayoutInited=!0},d.prototype.arrange=function(t){function e(){o.reveal(i.needReveal),o.hide(i.needHide)}this.option(t),this._getIsInstant();var i=this._filter(this.items);this.filteredItems=i.matches;var o=this;this._isInstant?this._noTransition(e):e(),this._sort(),this._layout()},d.prototype._init=d.prototype.arrange,d.prototype._getIsInstant=function(){var t=void 0!==this.options.isLayoutInstant?this.options.isLayoutInstant:!this._isLayoutInited;return this._isInstant=t,t},d.prototype._filter=function(t){var e=this.options.filter;e=e||"*";for(var i=[],o=[],n=[],r=this._getFilterTest(e),s=0,a=t.length;a>s;s++){var u=t[s];if(!u.isIgnored){var p=r(u);p&&i.push(u),p&&u.isHidden?o.push(u):p||u.isHidden||n.push(u)}}return{matches:i,needReveal:o,needHide:n}},d.prototype._getFilterTest=function(t){return s&&this.options.isJQueryFiltering?function(e){return s(e.element).is(t)}:"function"==typeof t?function(e){return t(e.element)}:function(e){return r(e.element,t)}},d.prototype.updateSortData=function(t){var e;t?(t=o(t),e=this.getItems(t)):e=this.items,this._getSorters(),this._updateItemsSortData(e)},d.prototype._getSorters=function(){var t=this.options.getSortData;for(var e in t){var i=t[e];this._sorters[e]=l(i)}},d.prototype._updateItemsSortData=function(t){for(var e=t&&t.length,i=0;e&&e>i;i++){var o=t[i];o.updateSortData()}};var l=function(){function t(t){if("string"!=typeof t)return t;var i=a(t).split(" "),o=i[0],n=o.match(/^\[(.+)\]$/),r=n&&n[1],s=e(r,o),u=d.sortDataParsers[i[1]];return t=u?function(t){return t&&u(s(t))}:function(t){return t&&s(t)}}function e(t,e){var i;return i=t?function(e){return e.getAttribute(t)}:function(t){var i=t.querySelector(e);return i&&p(i)}}return t}();d.sortDataParsers={parseInt:function(t){return parseInt(t,10)},parseFloat:function(t){return parseFloat(t)}},d.prototype._sort=function(){var t=this.options.sortBy;if(t){var e=[].concat.apply(t,this.sortHistory),i=f(e,this.options.sortAscending);this.filteredItems.sort(i),t!==this.sortHistory[0]&&this.sortHistory.unshift(t)}},d.prototype._mode=function(){var t=this.options.layoutMode,e=this.modes[t];if(!e)throw Error("No layout mode: "+t);return e.options=this.options[t],e},d.prototype._resetLayout=function(){t.prototype._resetLayout.call(this),this._mode()._resetLayout()},d.prototype._getItemLayoutPosition=function(t){return this._mode()._getItemLayoutPosition(t)},d.prototype._manageStamp=function(t){this._mode()._manageStamp(t)},d.prototype._getContainerSize=function(){return this._mode()._getContainerSize()},d.prototype.needsResizeLayout=function(){return this._mode().needsResizeLayout()},d.prototype.appended=function(t){var e=this.addItems(t);if(e.length){var i=this._filterRevealAdded(e);this.filteredItems=this.filteredItems.concat(i)}},d.prototype.prepended=function(t){var e=this._itemize(t);if(e.length){this._resetLayout(),this._manageStamps();var i=this._filterRevealAdded(e);this.layoutItems(this.filteredItems),this.filteredItems=i.concat(this.filteredItems),this.items=e.concat(this.items)}},d.prototype._filterRevealAdded=function(t){var e=this._filter(t);return this.hide(e.needHide),this.reveal(e.matches),this.layoutItems(e.matches,!0),e.matches},d.prototype.insert=function(t){var e=this.addItems(t);if(e.length){var i,o,n=e.length;for(i=0;n>i;i++)o=e[i],this.element.appendChild(o.element);var r=this._filter(e).matches;for(i=0;n>i;i++)e[i].isLayoutInstant=!0;for(this.arrange(),i=0;n>i;i++)delete e[i].isLayoutInstant;this.reveal(r)}};var c=d.prototype.remove;return d.prototype.remove=function(t){t=o(t);var e=this.getItems(t);if(c.call(this,t),e&&e.length)for(var i=0,r=e.length;r>i;i++){var s=e[i];n(s,this.filteredItems)}},d.prototype.shuffle=function(){for(var t=0,e=this.items.length;e>t;t++){var i=this.items[t];i.sortData.random=Math.random()}this.options.sortBy="random",this._sort(),this._layout()},d.prototype._noTransition=function(t){var e=this.options.transitionDuration;this.options.transitionDuration=0;var i=t.call(this);return this.options.transitionDuration=e,i},d.prototype.getFilteredItemElements=function(){for(var t=[],e=0,i=this.filteredItems.length;i>e;e++)t.push(this.filteredItems[e].element);return t},d}var s=t.jQuery,a=String.prototype.trim?function(t){return t.trim()}:function(t){return t.replace(/^\s+|\s+$/g,"")},u=document.documentElement,p=u.textContent?function(t){return t.textContent}:function(t){return t.innerText},h=Object.prototype.toString,f=Array.prototype.indexOf?function(t,e){return t.indexOf(e)}:function(t,e){for(var i=0,o=t.length;o>i;i++)if(t[i]===e)return i;return-1};"function"==typeof define&&define.amd?define(["outlayer/outlayer","get-size/get-size","matches-selector/matches-selector","isotope/js/item","isotope/js/layout-mode","isotope/js/layout-modes/masonry","isotope/js/layout-modes/fit-rows","isotope/js/layout-modes/vertical"],r):"object"==typeof exports?module.exports=r(require("outlayer"),require("get-size"),require("desandro-matches-selector"),require("./item"),require("./layout-mode"),require("./layout-modes/masonry"),require("./layout-modes/fit-rows"),require("./layout-modes/vertical")):t.Isotope=r(t.Outlayer,t.getSize,t.matchesSelector,t.Isotope.Item,t.Isotope.LayoutMode)}(window); \ No newline at end of file diff --git a/assets/vendors/jarallax/jarallax.css b/assets/vendors/jarallax/jarallax.css new file mode 100644 index 0000000..f12cf97 --- /dev/null +++ b/assets/vendors/jarallax/jarallax.css @@ -0,0 +1,15 @@ +.jarallax { + position: relative; + z-index: 0; +} +.jarallax > .jarallax-img { + position: absolute; + object-fit: cover; + /* support for plugin https://github.com/bfred-it/object-fit-images */ + font-family: 'object-fit: cover;'; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: -1; +} \ No newline at end of file diff --git a/assets/vendors/jarallax/jarallax.min.js b/assets/vendors/jarallax/jarallax.min.js new file mode 100644 index 0000000..794effd --- /dev/null +++ b/assets/vendors/jarallax/jarallax.min.js @@ -0,0 +1,7 @@ +/*! + * Name : Just Another Parallax [Jarallax] + * Version : 1.12.4 + * Author : nK + * GitHub : https://github.com/nk-o/jarallax + */!function(n){var o={};function i(e){if(o[e])return o[e].exports;var t=o[e]={i:e,l:!1,exports:{}};return n[e].call(t.exports,t,t.exports,i),t.l=!0,t.exports}i.m=n,i.c=o,i.d=function(e,t,n){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)i.d(n,o,function(e){return t[e]}.bind(null,o));return n},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=10)}([,,function(e,t){e.exports=function(e){"complete"===document.readyState||"interactive"===document.readyState?e.call():document.attachEvent?document.attachEvent("onreadystatechange",function(){"interactive"===document.readyState&&e.call()}):document.addEventListener&&document.addEventListener("DOMContentLoaded",e)}},function(n,e,t){(function(e){var t="undefined"!=typeof window?window:void 0!==e?e:"undefined"!=typeof self?self:{};n.exports=t}).call(this,t(4))},function(e,t){function n(e){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var o=function(){return this}();try{o=o||new Function("return this")()}catch(e){"object"===("undefined"==typeof window?"undefined":n(window))&&(o=window)}e.exports=o},,,,,,function(e,t,n){e.exports=n(11)},function(e,t,n){"use strict";n.r(t);var o=n(2),i=n.n(o),a=n(3),r=n(12);function l(e){return(l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var s,c,u=a.window.jarallax;a.window.jarallax=r.default,a.window.jarallax.noConflict=function(){return a.window.jarallax=u,this},void 0!==a.jQuery&&((s=function(){for(var e=arguments.length,t=new Array(e),n=0;ne.length)&&(t=e.length);for(var n=0,o=new Array(t);n=a&&i<=a+l+f&&c+h+o>=e&&c<=e+d+o?r.appeared||r.trigger("appear",p.data):r.appeared=!1}else r.appeared=!1},c=function(){if(r.appeared=!0,p.one){n.unbind("scroll",t);var c=e.inArray(t,e.fn.appear.checks);c>=0&&e.fn.appear.checks.splice(c,1)}a.apply(this,arguments)};p.one?r.one("appear",p.data,c):r.bind("appear",p.data,c),n.scroll(t),e.fn.appear.checks.push(t),t()}else r.trigger("appear",p.data)})},e.extend(e.fn.appear,{checks:[],timeout:null,checkAll:function(){var a=e.fn.appear.checks.length;if(a>0)for(;a--;)e.fn.appear.checks[a]()},run:function(){e.fn.appear.timeout&&clearTimeout(e.fn.appear.timeout),e.fn.appear.timeout=setTimeout(e.fn.appear.checkAll,20)}}),e.each(["append","prepend","after","before","attr","removeAttr","addClass","removeClass","toggleClass","remove","css","show","hide"],function(a,r){var p=e.fn[r];p&&(e.fn[r]=function(){var a=p.apply(this,arguments);return e.fn.appear.run(),a})})}(jQuery); \ No newline at end of file diff --git a/assets/vendors/jquery-circle-progress/jquery.circle-progress.min.js b/assets/vendors/jquery-circle-progress/jquery.circle-progress.min.js new file mode 100644 index 0000000..a4c4053 --- /dev/null +++ b/assets/vendors/jquery-circle-progress/jquery.circle-progress.min.js @@ -0,0 +1,10 @@ +/** + * jquery-circle-progress - jQuery Plugin to draw animated circular progress bars: + * {@link http://kottenator.github.io/jquery-circle-progress/} + * + * @author Rostyslav Bryzgunov + * @version 1.2.2 + * @licence MIT + * @preserve + */ +!function(i){if("function"==typeof define&&define.amd)define(["jquery"],i);else if("object"==typeof module&&module.exports){var t=require("jquery");i(t),module.exports=t}else i(jQuery)}(function(i){function t(i){this.init(i)}t.prototype={value:0,size:100,startAngle:-Math.PI,thickness:"auto",fill:{gradient:["#3aeabb","#fdd250"]},emptyFill:"rgba(0, 0, 0, .1)",animation:{duration:1200,easing:"circleProgressEasing"},animationStartValue:0,reverse:!1,lineCap:"butt",insertMode:"prepend",constructor:t,el:null,canvas:null,ctx:null,radius:0,arcFill:null,lastFrameValue:0,init:function(t){i.extend(this,t),this.radius=this.size/2,this.initWidget(),this.initFill(),this.draw(),this.el.trigger("circle-inited")},initWidget:function(){this.canvas||(this.canvas=i("")["prepend"==this.insertMode?"prependTo":"appendTo"](this.el)[0]);var t=this.canvas;if(t.width=this.size,t.height=this.size,this.ctx=t.getContext("2d"),window.devicePixelRatio>1){var e=window.devicePixelRatio;t.style.width=t.style.height=this.size+"px",t.width=t.height=this.size*e,this.ctx.scale(e,e)}},initFill:function(){function t(){var t=i("")[0];t.width=e.size,t.height=e.size,t.getContext("2d").drawImage(g,0,0,r,r),e.arcFill=e.ctx.createPattern(t,"no-repeat"),e.drawFrame(e.lastFrameValue)}var e=this,a=this.fill,n=this.ctx,r=this.size;if(!a)throw Error("The fill is not specified!");if("string"==typeof a&&(a={color:a}),a.color&&(this.arcFill=a.color),a.gradient){var s=a.gradient;if(1==s.length)this.arcFill=s[0];else if(s.length>1){for(var l=a.gradientAngle||0,o=a.gradientDirection||[r/2*(1-Math.cos(l)),r/2*(1+Math.sin(l)),r/2*(1+Math.cos(l)),r/2*(1-Math.sin(l))],h=n.createLinearGradient.apply(n,o),c=0;c(a||v.height())},_setFocus:function(){(b.st.focus?b.content.find(b.st.focus).eq(0):b.wrap).focus()},_onFocusIn:function(c){return c.target===b.wrap[0]||a.contains(b.wrap[0],c.target)?void 0:(b._setFocus(),!1)},_parseMarkup:function(b,c,d){var e;d.data&&(c=a.extend(d.data,c)),y(l,[b,c,d]),a.each(c,function(c,d){if(void 0===d||d===!1)return!0;if(e=c.split("_"),e.length>1){var f=b.find(p+"-"+e[0]);if(f.length>0){var g=e[1];"replaceWith"===g?f[0]!==d[0]&&f.replaceWith(d):"img"===g?f.is("img")?f.attr("src",d):f.replaceWith(a("").attr("src",d).attr("class",f.attr("class"))):f.attr(e[1],d)}}else b.find(p+"-"+c).html(d)})},_getScrollbarSize:function(){if(void 0===b.scrollbarSize){var a=document.createElement("div");a.style.cssText="width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;",document.body.appendChild(a),b.scrollbarSize=a.offsetWidth-a.clientWidth,document.body.removeChild(a)}return b.scrollbarSize}},a.magnificPopup={instance:null,proto:t.prototype,modules:[],open:function(b,c){return A(),b=b?a.extend(!0,{},b):{},b.isObj=!0,b.index=c||0,this.instance.open(b)},close:function(){return a.magnificPopup.instance&&a.magnificPopup.instance.close()},registerModule:function(b,c){c.options&&(a.magnificPopup.defaults[b]=c.options),a.extend(this.proto,c.proto),this.modules.push(b)},defaults:{disableOn:0,key:null,midClick:!1,mainClass:"",preloader:!0,focus:"",closeOnContentClick:!1,closeOnBgClick:!0,closeBtnInside:!0,showCloseBtn:!0,enableEscapeKey:!0,modal:!1,alignTop:!1,removalDelay:0,prependTo:null,fixedContentPos:"auto",fixedBgPos:"auto",overflowY:"auto",closeMarkup:'',tClose:"Close (Esc)",tLoading:"Loading...",autoFocusLast:!0}},a.fn.magnificPopup=function(c){A();var d=a(this);if("string"==typeof c)if("open"===c){var e,f=u?d.data("magnificPopup"):d[0].magnificPopup,g=parseInt(arguments[1],10)||0;f.items?e=f.items[g]:(e=d,f.delegate&&(e=e.find(f.delegate)),e=e.eq(g)),b._openClick({mfpEl:e},d,f)}else b.isOpen&&b[c].apply(b,Array.prototype.slice.call(arguments,1));else c=a.extend(!0,{},c),u?d.data("magnificPopup",c):d[0].magnificPopup=c,b.addGroup(d,c);return d};var C,D,E,F="inline",G=function(){E&&(D.after(E.addClass(C)).detach(),E=null)};a.magnificPopup.registerModule(F,{options:{hiddenClass:"hide",markup:"",tNotFound:"Content not found"},proto:{initInline:function(){b.types.push(F),w(h+"."+F,function(){G()})},getInline:function(c,d){if(G(),c.src){var e=b.st.inline,f=a(c.src);if(f.length){var g=f[0].parentNode;g&&g.tagName&&(D||(C=e.hiddenClass,D=x(C),C="mfp-"+C),E=f.after(D).detach().removeClass(C)),b.updateStatus("ready")}else b.updateStatus("error",e.tNotFound),f=a("
    ");return c.inlineElement=f,f}return b.updateStatus("ready"),b._parseMarkup(d,{},c),d}}});var H,I="ajax",J=function(){H&&a(document.body).removeClass(H)},K=function(){J(),b.req&&b.req.abort()};a.magnificPopup.registerModule(I,{options:{settings:null,cursor:"mfp-ajax-cur",tError:'The content could not be loaded.'},proto:{initAjax:function(){b.types.push(I),H=b.st.ajax.cursor,w(h+"."+I,K),w("BeforeChange."+I,K)},getAjax:function(c){H&&a(document.body).addClass(H),b.updateStatus("loading");var d=a.extend({url:c.src,success:function(d,e,f){var g={data:d,xhr:f};y("ParseAjax",g),b.appendContent(a(g.data),I),c.finished=!0,J(),b._setFocus(),setTimeout(function(){b.wrap.addClass(q)},16),b.updateStatus("ready"),y("AjaxContentAdded")},error:function(){J(),c.finished=c.loadError=!0,b.updateStatus("error",b.st.ajax.tError.replace("%url%",c.src))}},b.st.ajax.settings);return b.req=a.ajax(d),""}}});var L,M=function(c){if(c.data&&void 0!==c.data.title)return c.data.title;var d=b.st.image.titleSrc;if(d){if(a.isFunction(d))return d.call(b,c);if(c.el)return c.el.attr(d)||""}return""};a.magnificPopup.registerModule("image",{options:{markup:'
    ',cursor:"mfp-zoom-out-cur",titleSrc:"title",verticalFit:!0,tError:'The image could not be loaded.'},proto:{initImage:function(){var c=b.st.image,d=".image";b.types.push("image"),w(m+d,function(){"image"===b.currItem.type&&c.cursor&&a(document.body).addClass(c.cursor)}),w(h+d,function(){c.cursor&&a(document.body).removeClass(c.cursor),v.off("resize"+p)}),w("Resize"+d,b.resizeImage),b.isLowIE&&w("AfterChange",b.resizeImage)},resizeImage:function(){var a=b.currItem;if(a&&a.img&&b.st.image.verticalFit){var c=0;b.isLowIE&&(c=parseInt(a.img.css("padding-top"),10)+parseInt(a.img.css("padding-bottom"),10)),a.img.css("max-height",b.wH-c)}},_onImageHasSize:function(a){a.img&&(a.hasSize=!0,L&&clearInterval(L),a.isCheckingImgSize=!1,y("ImageHasSize",a),a.imgHidden&&(b.content&&b.content.removeClass("mfp-loading"),a.imgHidden=!1))},findImageSize:function(a){var c=0,d=a.img[0],e=function(f){L&&clearInterval(L),L=setInterval(function(){return d.naturalWidth>0?void b._onImageHasSize(a):(c>200&&clearInterval(L),c++,void(3===c?e(10):40===c?e(50):100===c&&e(500)))},f)};e(1)},getImage:function(c,d){var e=0,f=function(){c&&(c.img[0].complete?(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("ready")),c.hasSize=!0,c.loaded=!0,y("ImageLoadComplete")):(e++,200>e?setTimeout(f,100):g()))},g=function(){c&&(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("error",h.tError.replace("%url%",c.src))),c.hasSize=!0,c.loaded=!0,c.loadError=!0)},h=b.st.image,i=d.find(".mfp-img");if(i.length){var j=document.createElement("img");j.className="mfp-img",c.el&&c.el.find("img").length&&(j.alt=c.el.find("img").attr("alt")),c.img=a(j).on("load.mfploader",f).on("error.mfploader",g),j.src=c.src,i.is("img")&&(c.img=c.img.clone()),j=c.img[0],j.naturalWidth>0?c.hasSize=!0:j.width||(c.hasSize=!1)}return b._parseMarkup(d,{title:M(c),img_replaceWith:c.img},c),b.resizeImage(),c.hasSize?(L&&clearInterval(L),c.loadError?(d.addClass("mfp-loading"),b.updateStatus("error",h.tError.replace("%url%",c.src))):(d.removeClass("mfp-loading"),b.updateStatus("ready")),d):(b.updateStatus("loading"),c.loading=!0,c.hasSize||(c.imgHidden=!0,d.addClass("mfp-loading"),b.findImageSize(c)),d)}}});var N,O=function(){return void 0===N&&(N=void 0!==document.createElement("p").style.MozTransform),N};a.magnificPopup.registerModule("zoom",{options:{enabled:!1,easing:"ease-in-out",duration:300,opener:function(a){return a.is("img")?a:a.find("img")}},proto:{initZoom:function(){var a,c=b.st.zoom,d=".zoom";if(c.enabled&&b.supportsTransition){var e,f,g=c.duration,j=function(a){var b=a.clone().removeAttr("style").removeAttr("class").addClass("mfp-animated-image"),d="all "+c.duration/1e3+"s "+c.easing,e={position:"fixed",zIndex:9999,left:0,top:0,"-webkit-backface-visibility":"hidden"},f="transition";return e["-webkit-"+f]=e["-moz-"+f]=e["-o-"+f]=e[f]=d,b.css(e),b},k=function(){b.content.css("visibility","visible")};w("BuildControls"+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.content.css("visibility","hidden"),a=b._getItemToZoom(),!a)return void k();f=j(a),f.css(b._getOffset()),b.wrap.append(f),e=setTimeout(function(){f.css(b._getOffset(!0)),e=setTimeout(function(){k(),setTimeout(function(){f.remove(),a=f=null,y("ZoomAnimationEnded")},16)},g)},16)}}),w(i+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.st.removalDelay=g,!a){if(a=b._getItemToZoom(),!a)return;f=j(a)}f.css(b._getOffset(!0)),b.wrap.append(f),b.content.css("visibility","hidden"),setTimeout(function(){f.css(b._getOffset())},16)}}),w(h+d,function(){b._allowZoom()&&(k(),f&&f.remove(),a=null)})}},_allowZoom:function(){return"image"===b.currItem.type},_getItemToZoom:function(){return b.currItem.hasSize?b.currItem.img:!1},_getOffset:function(c){var d;d=c?b.currItem.img:b.st.zoom.opener(b.currItem.el||b.currItem);var e=d.offset(),f=parseInt(d.css("padding-top"),10),g=parseInt(d.css("padding-bottom"),10);e.top-=a(window).scrollTop()-f;var h={width:d.width(),height:(u?d.innerHeight():d[0].offsetHeight)-g-f};return O()?h["-moz-transform"]=h.transform="translate("+e.left+"px,"+e.top+"px)":(h.left=e.left,h.top=e.top),h}}});var P="iframe",Q="//about:blank",R=function(a){if(b.currTemplate[P]){var c=b.currTemplate[P].find("iframe");c.length&&(a||(c[0].src=Q),b.isIE8&&c.css("display",a?"block":"none"))}};a.magnificPopup.registerModule(P,{options:{markup:'
    ',srcAction:"iframe_src",patterns:{youtube:{index:"youtube.com",id:"v=",src:"//www.youtube.com/embed/%id%?autoplay=1"},vimeo:{index:"vimeo.com/",id:"/",src:"//player.vimeo.com/video/%id%?autoplay=1"},gmaps:{index:"//maps.google.",src:"%id%&output=embed"}}},proto:{initIframe:function(){b.types.push(P),w("BeforeChange",function(a,b,c){b!==c&&(b===P?R():c===P&&R(!0))}),w(h+"."+P,function(){R()})},getIframe:function(c,d){var e=c.src,f=b.st.iframe;a.each(f.patterns,function(){return e.indexOf(this.index)>-1?(this.id&&(e="string"==typeof this.id?e.substr(e.lastIndexOf(this.id)+this.id.length,e.length):this.id.call(this,e)),e=this.src.replace("%id%",e),!1):void 0});var g={};return f.srcAction&&(g[f.srcAction]=e),b._parseMarkup(d,g,c),b.updateStatus("ready"),d}}});var S=function(a){var c=b.items.length;return a>c-1?a-c:0>a?c+a:a},T=function(a,b,c){return a.replace(/%curr%/gi,b+1).replace(/%total%/gi,c)};a.magnificPopup.registerModule("gallery",{options:{enabled:!1,arrowMarkup:'',preload:[0,2],navigateByImgClick:!0,arrows:!0,tPrev:"Previous (Left arrow key)",tNext:"Next (Right arrow key)",tCounter:"%curr% of %total%"},proto:{initGallery:function(){var c=b.st.gallery,e=".mfp-gallery";return b.direction=!0,c&&c.enabled?(f+=" mfp-gallery",w(m+e,function(){c.navigateByImgClick&&b.wrap.on("click"+e,".mfp-img",function(){return b.items.length>1?(b.next(),!1):void 0}),d.on("keydown"+e,function(a){37===a.keyCode?b.prev():39===a.keyCode&&b.next()})}),w("UpdateStatus"+e,function(a,c){c.text&&(c.text=T(c.text,b.currItem.index,b.items.length))}),w(l+e,function(a,d,e,f){var g=b.items.length;e.counter=g>1?T(c.tCounter,f.index,g):""}),w("BuildControls"+e,function(){if(b.items.length>1&&c.arrows&&!b.arrowLeft){var d=c.arrowMarkup,e=b.arrowLeft=a(d.replace(/%title%/gi,c.tPrev).replace(/%dir%/gi,"left")).addClass(s),f=b.arrowRight=a(d.replace(/%title%/gi,c.tNext).replace(/%dir%/gi,"right")).addClass(s);e.click(function(){b.prev()}),f.click(function(){b.next()}),b.container.append(e.add(f))}}),w(n+e,function(){b._preloadTimeout&&clearTimeout(b._preloadTimeout),b._preloadTimeout=setTimeout(function(){b.preloadNearbyImages(),b._preloadTimeout=null},16)}),void w(h+e,function(){d.off(e),b.wrap.off("click"+e),b.arrowRight=b.arrowLeft=null})):!1},next:function(){b.direction=!0,b.index=S(b.index+1),b.updateItemHTML()},prev:function(){b.direction=!1,b.index=S(b.index-1),b.updateItemHTML()},goTo:function(a){b.direction=a>=b.index,b.index=a,b.updateItemHTML()},preloadNearbyImages:function(){var a,c=b.st.gallery.preload,d=Math.min(c[0],b.items.length),e=Math.min(c[1],b.items.length);for(a=1;a<=(b.direction?e:d);a++)b._preloadItem(b.index+a);for(a=1;a<=(b.direction?d:e);a++)b._preloadItem(b.index-a)},_preloadItem:function(c){if(c=S(c),!b.items[c].preloaded){var d=b.items[c];d.parsed||(d=b.parseEl(c)),y("LazyLoad",d),"image"===d.type&&(d.img=a('').on("load.mfploader",function(){d.hasSize=!0}).on("error.mfploader",function(){d.hasSize=!0,d.loadError=!0,y("LazyLoadError",d)}).attr("src",d.src)),d.preloaded=!0}}}});var U="retina";a.magnificPopup.registerModule(U,{options:{replaceSrc:function(a){return a.src.replace(/\.\w+$/,function(a){return"@2x"+a})},ratio:1},proto:{initRetina:function(){if(window.devicePixelRatio>1){var a=b.st.retina,c=a.ratio;c=isNaN(c)?c():c,c>1&&(w("ImageHasSize."+U,function(a,b){b.img.css({"max-width":b.img[0].naturalWidth/c,width:"100%"})}),w("ElementParse."+U,function(b,d){d.src=a.replaceSrc(d,c)}))}}}}),A()}); \ No newline at end of file diff --git a/assets/vendors/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png b/assets/vendors/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png new file mode 100644 index 0000000..fc9ea17 Binary files /dev/null and b/assets/vendors/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png differ diff --git a/assets/vendors/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png b/assets/vendors/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png new file mode 100644 index 0000000..a82f975 Binary files /dev/null and b/assets/vendors/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png differ diff --git a/assets/vendors/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png b/assets/vendors/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png new file mode 100644 index 0000000..c1bce39 Binary files /dev/null and b/assets/vendors/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png differ diff --git a/assets/vendors/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png b/assets/vendors/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png new file mode 100644 index 0000000..c390858 Binary files /dev/null and b/assets/vendors/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png differ diff --git a/assets/vendors/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png b/assets/vendors/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png new file mode 100644 index 0000000..e847779 Binary files /dev/null and b/assets/vendors/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png differ diff --git a/assets/vendors/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/assets/vendors/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png new file mode 100644 index 0000000..d403ee6 Binary files /dev/null and b/assets/vendors/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png differ diff --git a/assets/vendors/jquery-ui/images/ui-icons_222222_256x240.png b/assets/vendors/jquery-ui/images/ui-icons_222222_256x240.png new file mode 100644 index 0000000..e9c8e16 Binary files /dev/null and b/assets/vendors/jquery-ui/images/ui-icons_222222_256x240.png differ diff --git a/assets/vendors/jquery-ui/images/ui-icons_2e83ff_256x240.png b/assets/vendors/jquery-ui/images/ui-icons_2e83ff_256x240.png new file mode 100644 index 0000000..f2bf838 Binary files /dev/null and b/assets/vendors/jquery-ui/images/ui-icons_2e83ff_256x240.png differ diff --git a/assets/vendors/jquery-ui/images/ui-icons_454545_256x240.png b/assets/vendors/jquery-ui/images/ui-icons_454545_256x240.png new file mode 100644 index 0000000..d6169e8 Binary files /dev/null and b/assets/vendors/jquery-ui/images/ui-icons_454545_256x240.png differ diff --git a/assets/vendors/jquery-ui/images/ui-icons_888888_256x240.png b/assets/vendors/jquery-ui/images/ui-icons_888888_256x240.png new file mode 100644 index 0000000..d3e6e02 Binary files /dev/null and b/assets/vendors/jquery-ui/images/ui-icons_888888_256x240.png differ diff --git a/assets/vendors/jquery-ui/images/ui-icons_cd0a0a_256x240.png b/assets/vendors/jquery-ui/images/ui-icons_cd0a0a_256x240.png new file mode 100644 index 0000000..4937018 Binary files /dev/null and b/assets/vendors/jquery-ui/images/ui-icons_cd0a0a_256x240.png differ diff --git a/assets/vendors/jquery-ui/jquery-ui.css b/assets/vendors/jquery-ui/jquery-ui.css new file mode 100644 index 0000000..6fecf14 --- /dev/null +++ b/assets/vendors/jquery-ui/jquery-ui.css @@ -0,0 +1,1214 @@ +/*! jQuery UI - v1.11.4 - 2016-04-01 +* http://jqueryui.com +* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, theme.css +* To view and modify this theme, visit http://jqueryui.com/themeroller/ +* Copyright jQuery Foundation and other contributors; Licensed MIT */ + +/* Layout helpers +----------------------------------*/ +.ui-helper-hidden { + display: none; +} +.ui-helper-hidden-accessible { + border: 0; + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} +.ui-helper-reset { + margin: 0; + padding: 0; + border: 0; + outline: 0; + line-height: 1.3; + text-decoration: none; + font-size: 100%; + list-style: none; +} +.ui-helper-clearfix:before, +.ui-helper-clearfix:after { + content: ""; + display: table; + border-collapse: collapse; +} +.ui-helper-clearfix:after { + clear: both; +} +.ui-helper-clearfix { + min-height: 0; /* support: IE7 */ +} +.ui-helper-zfix { + width: 100%; + height: 100%; + top: 0; + left: 0; + position: absolute; + opacity: 0; + filter:Alpha(Opacity=0); /* support: IE8 */ +} + +.ui-front { + z-index: 100; +} + + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { + cursor: default !important; +} + + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { + display: block; + text-indent: -99999px; + overflow: hidden; + background-repeat: no-repeat; +} + + +/* Misc visuals +----------------------------------*/ + +/* Overlays */ +.ui-widget-overlay { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; +} +.ui-draggable-handle { + -ms-touch-action: none; + touch-action: none; +} +.ui-resizable { + position: relative; +} +.ui-resizable-handle { + position: absolute; + font-size: 0.1px; + display: block; + -ms-touch-action: none; + touch-action: none; +} +.ui-resizable-disabled .ui-resizable-handle, +.ui-resizable-autohide .ui-resizable-handle { + display: none; +} +.ui-resizable-n { + cursor: n-resize; + height: 7px; + width: 100%; + top: -5px; + left: 0; +} +.ui-resizable-s { + cursor: s-resize; + height: 7px; + width: 100%; + bottom: -5px; + left: 0; +} +.ui-resizable-e { + cursor: e-resize; + width: 7px; + right: -5px; + top: 0; + height: 100%; +} +.ui-resizable-w { + cursor: w-resize; + width: 7px; + left: -5px; + top: 0; + height: 100%; +} +.ui-resizable-se { + cursor: se-resize; + width: 12px; + height: 12px; + right: 1px; + bottom: 1px; +} +.ui-resizable-sw { + cursor: sw-resize; + width: 9px; + height: 9px; + left: -5px; + bottom: -5px; +} +.ui-resizable-nw { + cursor: nw-resize; + width: 9px; + height: 9px; + left: -5px; + top: -5px; +} +.ui-resizable-ne { + cursor: ne-resize; + width: 9px; + height: 9px; + right: -5px; + top: -5px; +} +.ui-selectable { + -ms-touch-action: none; + touch-action: none; +} +.ui-selectable-helper { + position: absolute; + z-index: 100; + border: 1px dotted black; +} +.ui-sortable-handle { + -ms-touch-action: none; + touch-action: none; +} +.ui-accordion .ui-accordion-header { + display: block; + cursor: pointer; + position: relative; + margin: 2px 0 0 0; + padding: .5em .5em .5em .7em; + min-height: 0; /* support: IE7 */ + font-size: 100%; +} +.ui-accordion .ui-accordion-icons { + padding-left: 2.2em; +} +.ui-accordion .ui-accordion-icons .ui-accordion-icons { + padding-left: 2.2em; +} +.ui-accordion .ui-accordion-header .ui-accordion-header-icon { + position: absolute; + left: .5em; + top: 50%; + margin-top: -8px; +} +.ui-accordion .ui-accordion-content { + padding: 1em 2.2em; + border-top: 0; + overflow: auto; +} +.ui-autocomplete { + position: absolute; + top: 0; + left: 0; + cursor: default; +} +.ui-button { + display: inline-block; + position: relative; + padding: 0; + line-height: normal; + margin-right: .1em; + cursor: pointer; + vertical-align: middle; + text-align: center; + overflow: visible; /* removes extra width in IE */ +} +.ui-button, +.ui-button:link, +.ui-button:visited, +.ui-button:hover, +.ui-button:active { + text-decoration: none; +} +/* to make room for the icon, a width needs to be set here */ +.ui-button-icon-only { + width: 2.2em; +} +/* button elements seem to need a little more width */ +button.ui-button-icon-only { + width: 2.4em; +} +.ui-button-icons-only { + width: 3.4em; +} +button.ui-button-icons-only { + width: 3.7em; +} + +/* button text element */ +.ui-button .ui-button-text { + display: block; + line-height: normal; +} +.ui-button-text-only .ui-button-text { + padding: .4em 1em; +} +.ui-button-icon-only .ui-button-text, +.ui-button-icons-only .ui-button-text { + padding: .4em; + text-indent: -9999999px; +} +.ui-button-text-icon-primary .ui-button-text, +.ui-button-text-icons .ui-button-text { + padding: .4em 1em .4em 2.1em; +} +.ui-button-text-icon-secondary .ui-button-text, +.ui-button-text-icons .ui-button-text { + padding: .4em 2.1em .4em 1em; +} +.ui-button-text-icons .ui-button-text { + padding-left: 2.1em; + padding-right: 2.1em; +} +/* no icon support for input elements, provide padding by default */ +input.ui-button { + padding: .4em 1em; +} + +/* button icon element(s) */ +.ui-button-icon-only .ui-icon, +.ui-button-text-icon-primary .ui-icon, +.ui-button-text-icon-secondary .ui-icon, +.ui-button-text-icons .ui-icon, +.ui-button-icons-only .ui-icon { + position: absolute; + top: 50%; + margin-top: -8px; +} +.ui-button-icon-only .ui-icon { + left: 50%; + margin-left: -8px; +} +.ui-button-text-icon-primary .ui-button-icon-primary, +.ui-button-text-icons .ui-button-icon-primary, +.ui-button-icons-only .ui-button-icon-primary { + left: .5em; +} +.ui-button-text-icon-secondary .ui-button-icon-secondary, +.ui-button-text-icons .ui-button-icon-secondary, +.ui-button-icons-only .ui-button-icon-secondary { + right: .5em; +} + +/* button sets */ +.ui-buttonset { + margin-right: 7px; +} +.ui-buttonset .ui-button { + margin-left: 0; + margin-right: -.3em; +} + +/* workarounds */ +/* reset extra padding in Firefox, see h5bp.com/l */ +input.ui-button::-moz-focus-inner, +button.ui-button::-moz-focus-inner { + border: 0; + padding: 0; +} +.ui-datepicker { + width: 17em; + padding: .2em .2em 0; + display: none; +} +.ui-datepicker .ui-datepicker-header { + position: relative; + padding: .2em 0; +} +.ui-datepicker .ui-datepicker-prev, +.ui-datepicker .ui-datepicker-next { + position: absolute; + top: 2px; + width: 1.8em; + height: 1.8em; +} +.ui-datepicker .ui-datepicker-prev-hover, +.ui-datepicker .ui-datepicker-next-hover { + top: 1px; +} +.ui-datepicker .ui-datepicker-prev { + left: 2px; +} +.ui-datepicker .ui-datepicker-next { + right: 2px; +} +.ui-datepicker .ui-datepicker-prev-hover { + left: 1px; +} +.ui-datepicker .ui-datepicker-next-hover { + right: 1px; +} +.ui-datepicker .ui-datepicker-prev span, +.ui-datepicker .ui-datepicker-next span { + display: block; + position: absolute; + left: 50%; + margin-left: -8px; + top: 50%; + margin-top: -8px; +} +.ui-datepicker .ui-datepicker-title { + margin: 0 2.3em; + line-height: 1.8em; + text-align: center; +} +.ui-datepicker .ui-datepicker-title select { + font-size: 1em; + margin: 1px 0; +} +.ui-datepicker select.ui-datepicker-month, +.ui-datepicker select.ui-datepicker-year { + width: 45%; +} +.ui-datepicker table { + width: 100%; + font-size: .9em; + border-collapse: collapse; + margin: 0 0 .4em; +} +.ui-datepicker th { + padding: .7em .3em; + text-align: center; + font-weight: bold; + border: 0; +} +.ui-datepicker td { + border: 0; + padding: 1px; +} +.ui-datepicker td span, +.ui-datepicker td a { + display: block; + padding: .2em; + text-align: right; + text-decoration: none; +} +.ui-datepicker .ui-datepicker-buttonpane { + background-image: none; + margin: .7em 0 0 0; + padding: 0 .2em; + border-left: 0; + border-right: 0; + border-bottom: 0; +} +.ui-datepicker .ui-datepicker-buttonpane button { + float: right; + margin: .5em .2em .4em; + cursor: pointer; + padding: .2em .6em .3em .6em; + width: auto; + overflow: visible; +} +.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { + float: left; +} + +/* with multiple calendars */ +.ui-datepicker.ui-datepicker-multi { + width: auto; +} +.ui-datepicker-multi .ui-datepicker-group { + float: left; +} +.ui-datepicker-multi .ui-datepicker-group table { + width: 95%; + margin: 0 auto .4em; +} +.ui-datepicker-multi-2 .ui-datepicker-group { + width: 50%; +} +.ui-datepicker-multi-3 .ui-datepicker-group { + width: 33.3%; +} +.ui-datepicker-multi-4 .ui-datepicker-group { + width: 25%; +} +.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, +.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { + border-left-width: 0; +} +.ui-datepicker-multi .ui-datepicker-buttonpane { + clear: left; +} +.ui-datepicker-row-break { + clear: both; + width: 100%; + font-size: 0; +} + +/* RTL support */ +.ui-datepicker-rtl { + direction: rtl; +} +.ui-datepicker-rtl .ui-datepicker-prev { + right: 2px; + left: auto; +} +.ui-datepicker-rtl .ui-datepicker-next { + left: 2px; + right: auto; +} +.ui-datepicker-rtl .ui-datepicker-prev:hover { + right: 1px; + left: auto; +} +.ui-datepicker-rtl .ui-datepicker-next:hover { + left: 1px; + right: auto; +} +.ui-datepicker-rtl .ui-datepicker-buttonpane { + clear: right; +} +.ui-datepicker-rtl .ui-datepicker-buttonpane button { + float: left; +} +.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, +.ui-datepicker-rtl .ui-datepicker-group { + float: right; +} +.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, +.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { + border-right-width: 0; + border-left-width: 1px; +} +.ui-dialog { + overflow: hidden; + position: absolute; + top: 0; + left: 0; + padding: .2em; + outline: 0; +} +.ui-dialog .ui-dialog-titlebar { + padding: .4em 1em; + position: relative; +} +.ui-dialog .ui-dialog-title { + float: left; + margin: .1em 0; + white-space: nowrap; + width: 90%; + overflow: hidden; + text-overflow: ellipsis; +} +.ui-dialog .ui-dialog-titlebar-close { + position: absolute; + right: .3em; + top: 50%; + width: 20px; + margin: -10px 0 0 0; + padding: 1px; + height: 20px; +} +.ui-dialog .ui-dialog-content { + position: relative; + border: 0; + padding: .5em 1em; + background: none; + overflow: auto; +} +.ui-dialog .ui-dialog-buttonpane { + text-align: left; + border-width: 1px 0 0 0; + background-image: none; + margin-top: .5em; + padding: .3em 1em .5em .4em; +} +.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { + float: right; +} +.ui-dialog .ui-dialog-buttonpane button { + margin: .5em .4em .5em 0; + cursor: pointer; +} +.ui-dialog .ui-resizable-se { + width: 12px; + height: 12px; + right: -5px; + bottom: -5px; + background-position: 16px 16px; +} +.ui-draggable .ui-dialog-titlebar { + cursor: move; +} +.ui-menu { + list-style: none; + padding: 0; + margin: 0; + display: block; + outline: none; +} +.ui-menu .ui-menu { + position: absolute; +} +.ui-menu .ui-menu-item { + position: relative; + margin: 0; + padding: 3px 1em 3px .4em; + cursor: pointer; + min-height: 0; /* support: IE7 */ + /* support: IE10, see #8844 */ + list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); +} +.ui-menu .ui-menu-divider { + margin: 5px 0; + height: 0; + font-size: 0; + line-height: 0; + border-width: 1px 0 0 0; +} +.ui-menu .ui-state-focus, +.ui-menu .ui-state-active { + margin: -1px; +} + +/* icon support */ +.ui-menu-icons { + position: relative; +} +.ui-menu-icons .ui-menu-item { + padding-left: 2em; +} + +/* left-aligned */ +.ui-menu .ui-icon { + position: absolute; + top: 0; + bottom: 0; + left: .2em; + margin: auto 0; +} + +/* right-aligned */ +.ui-menu .ui-menu-icon { + left: auto; + right: 0; +} +.ui-progressbar { + height: 2em; + text-align: left; + overflow: hidden; +} +.ui-progressbar .ui-progressbar-value { + margin: -1px; + height: 100%; +} +.ui-progressbar .ui-progressbar-overlay { + background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw=="); + height: 100%; + filter: alpha(opacity=25); /* support: IE8 */ + opacity: 0.25; +} +.ui-progressbar-indeterminate .ui-progressbar-value { + background-image: none; +} +.ui-selectmenu-menu { + padding: 0; + margin: 0; + position: absolute; + top: 0; + left: 0; + display: none; +} +.ui-selectmenu-menu .ui-menu { + overflow: auto; + /* Support: IE7 */ + overflow-x: hidden; + padding-bottom: 1px; +} +.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { + font-size: 1em; + font-weight: bold; + line-height: 1.5; + padding: 2px 0.4em; + margin: 0.5em 0 0 0; + height: auto; + border: 0; +} +.ui-selectmenu-open { + display: block; +} +.ui-selectmenu-button { + display: inline-block; + overflow: hidden; + position: relative; + text-decoration: none; + cursor: pointer; +} +.ui-selectmenu-button span.ui-icon { + right: 0.5em; + left: auto; + margin-top: -8px; + position: absolute; + top: 50%; +} +.ui-selectmenu-button span.ui-selectmenu-text { + text-align: left; + padding: 0.4em 2.1em 0.4em 1em; + display: block; + line-height: 1.4; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} +.ui-slider { + position: relative; + text-align: left; +} +.ui-slider .ui-slider-handle { + position: absolute; + z-index: 2; + width: 1.2em; + height: 1.2em; + cursor: default; + -ms-touch-action: none; + touch-action: none; +} +.ui-slider .ui-slider-range { + position: absolute; + z-index: 1; + font-size: .7em; + display: block; + border: 0; + background-position: 0 0; +} + +/* support: IE8 - See #6727 */ +.ui-slider.ui-state-disabled .ui-slider-handle, +.ui-slider.ui-state-disabled .ui-slider-range { + filter: inherit; +} + +.ui-slider-horizontal { + height: .8em; +} +.ui-slider-horizontal .ui-slider-handle { + top: -.3em; + margin-left: -.6em; +} +.ui-slider-horizontal .ui-slider-range { + top: 0; + height: 100%; +} +.ui-slider-horizontal .ui-slider-range-min { + left: 0; +} +.ui-slider-horizontal .ui-slider-range-max { + right: 0; +} + +.ui-slider-vertical { + width: .8em; + height: 100px; +} +.ui-slider-vertical .ui-slider-handle { + left: -.3em; + margin-left: 0; + margin-bottom: -.6em; +} +.ui-slider-vertical .ui-slider-range { + left: 0; + width: 100%; +} +.ui-slider-vertical .ui-slider-range-min { + bottom: 0; +} +.ui-slider-vertical .ui-slider-range-max { + top: 0; +} +.ui-spinner { + position: relative; + display: inline-block; + overflow: hidden; + padding: 0; + vertical-align: middle; +} +.ui-spinner-input { + border: none; + background: none; + color: inherit; + padding: 0; + margin: .2em 0; + vertical-align: middle; + margin-left: .4em; + margin-right: 22px; +} +.ui-spinner-button { + width: 16px; + height: 50%; + font-size: .5em; + padding: 0; + margin: 0; + text-align: center; + position: absolute; + cursor: default; + display: block; + overflow: hidden; + right: 0; +} +/* more specificity required here to override default borders */ +.ui-spinner a.ui-spinner-button { + border-top: none; + border-bottom: none; + border-right: none; +} +/* vertically center icon */ +.ui-spinner .ui-icon { + position: absolute; + margin-top: -8px; + top: 50%; + left: 0; +} +.ui-spinner-up { + top: 0; +} +.ui-spinner-down { + bottom: 0; +} + +/* TR overrides */ +.ui-spinner .ui-icon-triangle-1-s { + /* need to fix icons sprite */ + background-position: -65px -16px; +} +.ui-tabs { + position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ + padding: .2em; +} +.ui-tabs .ui-tabs-nav { + margin: 0; + padding: .2em .2em 0; +} +.ui-tabs .ui-tabs-nav li { + list-style: none; + float: left; + position: relative; + top: 0; + margin: 1px .2em 0 0; + border-bottom-width: 0; + padding: 0; + white-space: nowrap; +} +.ui-tabs .ui-tabs-nav .ui-tabs-anchor { + float: left; + padding: .5em 1em; + text-decoration: none; +} +.ui-tabs .ui-tabs-nav li.ui-tabs-active { + margin-bottom: -1px; + padding-bottom: 1px; +} +.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, +.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, +.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { + cursor: text; +} +.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { + cursor: pointer; +} +.ui-tabs .ui-tabs-panel { + display: block; + border-width: 0; + padding: 1em 1.4em; + background: none; +} + +/* Component containers +----------------------------------*/ +.ui-widget { + font-family: Verdana,Arial,sans-serif; + font-size: 1.1em; +} +.ui-widget .ui-widget { + font-size: 1em; +} +.ui-widget input, +.ui-widget select, +.ui-widget textarea, +.ui-widget button { + font-family: Verdana,Arial,sans-serif; + font-size: 1em; +} +.ui-widget-content { + border: 1px solid #aaaaaa; + background: #ffffff; + color: #222222; +} +.ui-widget-content a { + color: #222222; +} +.ui-widget-header { + border: 1px solid #aaaaaa; + background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x; + color: #222222; + font-weight: bold; +} +.ui-widget-header a { + color: #222222; +} + +/* Interaction states +----------------------------------*/ +.ui-state-default, +.ui-widget-content .ui-state-default, +.ui-widget-header .ui-state-default { + border: 1px solid #d3d3d3; + background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x; + font-weight: normal; + color: #555555; +} +.ui-state-default a, +.ui-state-default a:link, +.ui-state-default a:visited { + color: #555555; + text-decoration: none; +} +.ui-state-hover, +.ui-widget-content .ui-state-hover, +.ui-widget-header .ui-state-hover, +.ui-state-focus, +.ui-widget-content .ui-state-focus, +.ui-widget-header .ui-state-focus { + border: 1px solid #999999; + background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x; + font-weight: normal; + color: #212121; +} +.ui-state-hover a, +.ui-state-hover a:hover, +.ui-state-hover a:link, +.ui-state-hover a:visited, +.ui-state-focus a, +.ui-state-focus a:hover, +.ui-state-focus a:link, +.ui-state-focus a:visited { + color: #212121; + text-decoration: none; +} +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active { + border: 1px solid #aaaaaa; + background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x; + font-weight: normal; + color: #212121; +} +.ui-state-active a, +.ui-state-active a:link, +.ui-state-active a:visited { + color: #212121; + text-decoration: none; +} + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, +.ui-widget-content .ui-state-highlight, +.ui-widget-header .ui-state-highlight { + border: 1px solid #fcefa1; + background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x; + color: #363636; +} +.ui-state-highlight a, +.ui-widget-content .ui-state-highlight a, +.ui-widget-header .ui-state-highlight a { + color: #363636; +} +.ui-state-error, +.ui-widget-content .ui-state-error, +.ui-widget-header .ui-state-error { + border: 1px solid #cd0a0a; + background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x; + color: #cd0a0a; +} +.ui-state-error a, +.ui-widget-content .ui-state-error a, +.ui-widget-header .ui-state-error a { + color: #cd0a0a; +} +.ui-state-error-text, +.ui-widget-content .ui-state-error-text, +.ui-widget-header .ui-state-error-text { + color: #cd0a0a; +} +.ui-priority-primary, +.ui-widget-content .ui-priority-primary, +.ui-widget-header .ui-priority-primary { + font-weight: bold; +} +.ui-priority-secondary, +.ui-widget-content .ui-priority-secondary, +.ui-widget-header .ui-priority-secondary { + opacity: .7; + filter:Alpha(Opacity=70); /* support: IE8 */ + font-weight: normal; +} +.ui-state-disabled, +.ui-widget-content .ui-state-disabled, +.ui-widget-header .ui-state-disabled { + opacity: .35; + filter:Alpha(Opacity=35); /* support: IE8 */ + background-image: none; +} +.ui-state-disabled .ui-icon { + filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */ +} + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { + width: 16px; + height: 16px; +} +.ui-icon, +.ui-widget-content .ui-icon { + background-image: url("images/ui-icons_222222_256x240.png"); +} +.ui-widget-header .ui-icon { + background-image: url("images/ui-icons_222222_256x240.png"); +} +.ui-state-default .ui-icon { + background-image: url("images/ui-icons_888888_256x240.png"); +} +.ui-state-hover .ui-icon, +.ui-state-focus .ui-icon { + background-image: url("images/ui-icons_454545_256x240.png"); +} +.ui-state-active .ui-icon { + background-image: url("images/ui-icons_454545_256x240.png"); +} +.ui-state-highlight .ui-icon { + background-image: url("images/ui-icons_2e83ff_256x240.png"); +} +.ui-state-error .ui-icon, +.ui-state-error-text .ui-icon { + background-image: url("images/ui-icons_cd0a0a_256x240.png"); +} + +/* positioning */ +.ui-icon-blank { background-position: 16px 16px; } +.ui-icon-carat-1-n { background-position: 0 0; } +.ui-icon-carat-1-ne { background-position: -16px 0; } +.ui-icon-carat-1-e { background-position: -32px 0; } +.ui-icon-carat-1-se { background-position: -48px 0; } +.ui-icon-carat-1-s { background-position: -64px 0; } +.ui-icon-carat-1-sw { background-position: -80px 0; } +.ui-icon-carat-1-w { background-position: -96px 0; } +.ui-icon-carat-1-nw { background-position: -112px 0; } +.ui-icon-carat-2-n-s { background-position: -128px 0; } +.ui-icon-carat-2-e-w { background-position: -144px 0; } +.ui-icon-triangle-1-n { background-position: 0 -16px; } +.ui-icon-triangle-1-ne { background-position: -16px -16px; } +.ui-icon-triangle-1-e { background-position: -32px -16px; } +.ui-icon-triangle-1-se { background-position: -48px -16px; } +.ui-icon-triangle-1-s { background-position: -64px -16px; } +.ui-icon-triangle-1-sw { background-position: -80px -16px; } +.ui-icon-triangle-1-w { background-position: -96px -16px; } +.ui-icon-triangle-1-nw { background-position: -112px -16px; } +.ui-icon-triangle-2-n-s { background-position: -128px -16px; } +.ui-icon-triangle-2-e-w { background-position: -144px -16px; } +.ui-icon-arrow-1-n { background-position: 0 -32px; } +.ui-icon-arrow-1-ne { background-position: -16px -32px; } +.ui-icon-arrow-1-e { background-position: -32px -32px; } +.ui-icon-arrow-1-se { background-position: -48px -32px; } +.ui-icon-arrow-1-s { background-position: -64px -32px; } +.ui-icon-arrow-1-sw { background-position: -80px -32px; } +.ui-icon-arrow-1-w { background-position: -96px -32px; } +.ui-icon-arrow-1-nw { background-position: -112px -32px; } +.ui-icon-arrow-2-n-s { background-position: -128px -32px; } +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } +.ui-icon-arrow-2-e-w { background-position: -160px -32px; } +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } +.ui-icon-arrowstop-1-n { background-position: -192px -32px; } +.ui-icon-arrowstop-1-e { background-position: -208px -32px; } +.ui-icon-arrowstop-1-s { background-position: -224px -32px; } +.ui-icon-arrowstop-1-w { background-position: -240px -32px; } +.ui-icon-arrowthick-1-n { background-position: 0 -48px; } +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } +.ui-icon-arrowthick-1-e { background-position: -32px -48px; } +.ui-icon-arrowthick-1-se { background-position: -48px -48px; } +.ui-icon-arrowthick-1-s { background-position: -64px -48px; } +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } +.ui-icon-arrowthick-1-w { background-position: -96px -48px; } +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } +.ui-icon-arrow-4 { background-position: 0 -80px; } +.ui-icon-arrow-4-diag { background-position: -16px -80px; } +.ui-icon-extlink { background-position: -32px -80px; } +.ui-icon-newwin { background-position: -48px -80px; } +.ui-icon-refresh { background-position: -64px -80px; } +.ui-icon-shuffle { background-position: -80px -80px; } +.ui-icon-transfer-e-w { background-position: -96px -80px; } +.ui-icon-transferthick-e-w { background-position: -112px -80px; } +.ui-icon-folder-collapsed { background-position: 0 -96px; } +.ui-icon-folder-open { background-position: -16px -96px; } +.ui-icon-document { background-position: -32px -96px; } +.ui-icon-document-b { background-position: -48px -96px; } +.ui-icon-note { background-position: -64px -96px; } +.ui-icon-mail-closed { background-position: -80px -96px; } +.ui-icon-mail-open { background-position: -96px -96px; } +.ui-icon-suitcase { background-position: -112px -96px; } +.ui-icon-comment { background-position: -128px -96px; } +.ui-icon-person { background-position: -144px -96px; } +.ui-icon-print { background-position: -160px -96px; } +.ui-icon-trash { background-position: -176px -96px; } +.ui-icon-locked { background-position: -192px -96px; } +.ui-icon-unlocked { background-position: -208px -96px; } +.ui-icon-bookmark { background-position: -224px -96px; } +.ui-icon-tag { background-position: -240px -96px; } +.ui-icon-home { background-position: 0 -112px; } +.ui-icon-flag { background-position: -16px -112px; } +.ui-icon-calendar { background-position: -32px -112px; } +.ui-icon-cart { background-position: -48px -112px; } +.ui-icon-pencil { background-position: -64px -112px; } +.ui-icon-clock { background-position: -80px -112px; } +.ui-icon-disk { background-position: -96px -112px; } +.ui-icon-calculator { background-position: -112px -112px; } +.ui-icon-zoomin { background-position: -128px -112px; } +.ui-icon-zoomout { background-position: -144px -112px; } +.ui-icon-search { background-position: -160px -112px; } +.ui-icon-wrench { background-position: -176px -112px; } +.ui-icon-gear { background-position: -192px -112px; } +.ui-icon-heart { background-position: -208px -112px; } +.ui-icon-star { background-position: -224px -112px; } +.ui-icon-link { background-position: -240px -112px; } +.ui-icon-cancel { background-position: 0 -128px; } +.ui-icon-plus { background-position: -16px -128px; } +.ui-icon-plusthick { background-position: -32px -128px; } +.ui-icon-minus { background-position: -48px -128px; } +.ui-icon-minusthick { background-position: -64px -128px; } +.ui-icon-close { background-position: -80px -128px; } +.ui-icon-closethick { background-position: -96px -128px; } +.ui-icon-key { background-position: -112px -128px; } +.ui-icon-lightbulb { background-position: -128px -128px; } +.ui-icon-scissors { background-position: -144px -128px; } +.ui-icon-clipboard { background-position: -160px -128px; } +.ui-icon-copy { background-position: -176px -128px; } +.ui-icon-contact { background-position: -192px -128px; } +.ui-icon-image { background-position: -208px -128px; } +.ui-icon-video { background-position: -224px -128px; } +.ui-icon-script { background-position: -240px -128px; } +.ui-icon-alert { background-position: 0 -144px; } +.ui-icon-info { background-position: -16px -144px; } +.ui-icon-notice { background-position: -32px -144px; } +.ui-icon-help { background-position: -48px -144px; } +.ui-icon-check { background-position: -64px -144px; } +.ui-icon-bullet { background-position: -80px -144px; } +.ui-icon-radio-on { background-position: -96px -144px; } +.ui-icon-radio-off { background-position: -112px -144px; } +.ui-icon-pin-w { background-position: -128px -144px; } +.ui-icon-pin-s { background-position: -144px -144px; } +.ui-icon-play { background-position: 0 -160px; } +.ui-icon-pause { background-position: -16px -160px; } +.ui-icon-seek-next { background-position: -32px -160px; } +.ui-icon-seek-prev { background-position: -48px -160px; } +.ui-icon-seek-end { background-position: -64px -160px; } +.ui-icon-seek-start { background-position: -80px -160px; } +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { background-position: -80px -160px; } +.ui-icon-stop { background-position: -96px -160px; } +.ui-icon-eject { background-position: -112px -160px; } +.ui-icon-volume-off { background-position: -128px -160px; } +.ui-icon-volume-on { background-position: -144px -160px; } +.ui-icon-power { background-position: 0 -176px; } +.ui-icon-signal-diag { background-position: -16px -176px; } +.ui-icon-signal { background-position: -32px -176px; } +.ui-icon-battery-0 { background-position: -48px -176px; } +.ui-icon-battery-1 { background-position: -64px -176px; } +.ui-icon-battery-2 { background-position: -80px -176px; } +.ui-icon-battery-3 { background-position: -96px -176px; } +.ui-icon-circle-plus { background-position: 0 -192px; } +.ui-icon-circle-minus { background-position: -16px -192px; } +.ui-icon-circle-close { background-position: -32px -192px; } +.ui-icon-circle-triangle-e { background-position: -48px -192px; } +.ui-icon-circle-triangle-s { background-position: -64px -192px; } +.ui-icon-circle-triangle-w { background-position: -80px -192px; } +.ui-icon-circle-triangle-n { background-position: -96px -192px; } +.ui-icon-circle-arrow-e { background-position: -112px -192px; } +.ui-icon-circle-arrow-s { background-position: -128px -192px; } +.ui-icon-circle-arrow-w { background-position: -144px -192px; } +.ui-icon-circle-arrow-n { background-position: -160px -192px; } +.ui-icon-circle-zoomin { background-position: -176px -192px; } +.ui-icon-circle-zoomout { background-position: -192px -192px; } +.ui-icon-circle-check { background-position: -208px -192px; } +.ui-icon-circlesmall-plus { background-position: 0 -208px; } +.ui-icon-circlesmall-minus { background-position: -16px -208px; } +.ui-icon-circlesmall-close { background-position: -32px -208px; } +.ui-icon-squaresmall-plus { background-position: -48px -208px; } +.ui-icon-squaresmall-minus { background-position: -64px -208px; } +.ui-icon-squaresmall-close { background-position: -80px -208px; } +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } +.ui-icon-grip-solid-vertical { background-position: -32px -224px; } +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } +.ui-icon-grip-diagonal-se { background-position: -80px -224px; } + + +/* Misc visuals +----------------------------------*/ + +/* Corner radius */ +.ui-corner-all, +.ui-corner-top, +.ui-corner-left, +.ui-corner-tl { + border-top-left-radius: 4px; +} +.ui-corner-all, +.ui-corner-top, +.ui-corner-right, +.ui-corner-tr { + border-top-right-radius: 4px; +} +.ui-corner-all, +.ui-corner-bottom, +.ui-corner-left, +.ui-corner-bl { + border-bottom-left-radius: 4px; +} +.ui-corner-all, +.ui-corner-bottom, +.ui-corner-right, +.ui-corner-br { + border-bottom-right-radius: 4px; +} + +/* Overlays */ +.ui-widget-overlay { + background: #aaaaaa; + opacity: .3; + filter: Alpha(Opacity=30); /* support: IE8 */ +} +.ui-widget-shadow { + margin: -8px 0 0 -8px; + padding: 8px; + background: #aaaaaa; + opacity: .3; + filter: Alpha(Opacity=30); /* support: IE8 */ + border-radius: 8px; +} diff --git a/assets/vendors/jquery-ui/jquery-ui.js b/assets/vendors/jquery-ui/jquery-ui.js new file mode 100644 index 0000000..17cd384 --- /dev/null +++ b/assets/vendors/jquery-ui/jquery-ui.js @@ -0,0 +1,16159 @@ +/*! jQuery UI - v1.11.4 - 2016-04-01 +* http://jqueryui.com +* Includes: core.js, widget.js, mouse.js, position.js, draggable.js, droppable.js, resizable.js, selectable.js, sortable.js, accordion.js, autocomplete.js, button.js, datepicker.js, dialog.js, menu.js, progressbar.js, selectmenu.js, slider.js, spinner.js, tabs.js, effect.js, effect-blind.js, effect-bounce.js, effect-clip.js, effect-drop.js, effect-explode.js, effect-fade.js, effect-fold.js, effect-highlight.js, effect-puff.js, effect-pulsate.js, effect-scale.js, effect-shake.js, effect-size.js, effect-slide.js, effect-transfer.js +* Copyright jQuery Foundation and other contributors; Licensed MIT */ + +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + + // AMD. Register as an anonymous module. + define([ "jquery" ], factory ); + } else { + + // Browser globals + factory( jQuery ); + } +}(function( $ ) { +/*! + * jQuery UI Core 1.11.4 + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/category/ui-core/ + */ + + +// $.ui might exist from components with no dependencies, e.g., $.ui.position +$.ui = $.ui || {}; + +$.extend( $.ui, { + version: "1.11.4", + + keyCode: { + BACKSPACE: 8, + COMMA: 188, + DELETE: 46, + DOWN: 40, + END: 35, + ENTER: 13, + ESCAPE: 27, + HOME: 36, + LEFT: 37, + PAGE_DOWN: 34, + PAGE_UP: 33, + PERIOD: 190, + RIGHT: 39, + SPACE: 32, + TAB: 9, + UP: 38 + } +}); + +// plugins +$.fn.extend({ + scrollParent: function( includeHidden ) { + var position = this.css( "position" ), + excludeStaticParent = position === "absolute", + overflowRegex = includeHidden ? /(auto|scroll|hidden)/ : /(auto|scroll)/, + scrollParent = this.parents().filter( function() { + var parent = $( this ); + if ( excludeStaticParent && parent.css( "position" ) === "static" ) { + return false; + } + return overflowRegex.test( parent.css( "overflow" ) + parent.css( "overflow-y" ) + parent.css( "overflow-x" ) ); + }).eq( 0 ); + + return position === "fixed" || !scrollParent.length ? $( this[ 0 ].ownerDocument || document ) : scrollParent; + }, + + uniqueId: (function() { + var uuid = 0; + + return function() { + return this.each(function() { + if ( !this.id ) { + this.id = "ui-id-" + ( ++uuid ); + } + }); + }; + })(), + + removeUniqueId: function() { + return this.each(function() { + if ( /^ui-id-\d+$/.test( this.id ) ) { + $( this ).removeAttr( "id" ); + } + }); + } +}); + +// selectors +function focusable( element, isTabIndexNotNaN ) { + var map, mapName, img, + nodeName = element.nodeName.toLowerCase(); + if ( "area" === nodeName ) { + map = element.parentNode; + mapName = map.name; + if ( !element.href || !mapName || map.nodeName.toLowerCase() !== "map" ) { + return false; + } + img = $( "img[usemap='#" + mapName + "']" )[ 0 ]; + return !!img && visible( img ); + } + return ( /^(input|select|textarea|button|object)$/.test( nodeName ) ? + !element.disabled : + "a" === nodeName ? + element.href || isTabIndexNotNaN : + isTabIndexNotNaN) && + // the element and all of its ancestors must be visible + visible( element ); +} + +function visible( element ) { + return $.expr.filters.visible( element ) && + !$( element ).parents().addBack().filter(function() { + return $.css( this, "visibility" ) === "hidden"; + }).length; +} + +$.extend( $.expr[ ":" ], { + data: $.expr.createPseudo ? + $.expr.createPseudo(function( dataName ) { + return function( elem ) { + return !!$.data( elem, dataName ); + }; + }) : + // support: jQuery <1.8 + function( elem, i, match ) { + return !!$.data( elem, match[ 3 ] ); + }, + + focusable: function( element ) { + return focusable( element, !isNaN( $.attr( element, "tabindex" ) ) ); + }, + + tabbable: function( element ) { + var tabIndex = $.attr( element, "tabindex" ), + isTabIndexNaN = isNaN( tabIndex ); + return ( isTabIndexNaN || tabIndex >= 0 ) && focusable( element, !isTabIndexNaN ); + } +}); + +// support: jQuery <1.8 +if ( !$( "" ).outerWidth( 1 ).jquery ) { + $.each( [ "Width", "Height" ], function( i, name ) { + var side = name === "Width" ? [ "Left", "Right" ] : [ "Top", "Bottom" ], + type = name.toLowerCase(), + orig = { + innerWidth: $.fn.innerWidth, + innerHeight: $.fn.innerHeight, + outerWidth: $.fn.outerWidth, + outerHeight: $.fn.outerHeight + }; + + function reduce( elem, size, border, margin ) { + $.each( side, function() { + size -= parseFloat( $.css( elem, "padding" + this ) ) || 0; + if ( border ) { + size -= parseFloat( $.css( elem, "border" + this + "Width" ) ) || 0; + } + if ( margin ) { + size -= parseFloat( $.css( elem, "margin" + this ) ) || 0; + } + }); + return size; + } + + $.fn[ "inner" + name ] = function( size ) { + if ( size === undefined ) { + return orig[ "inner" + name ].call( this ); + } + + return this.each(function() { + $( this ).css( type, reduce( this, size ) + "px" ); + }); + }; + + $.fn[ "outer" + name] = function( size, margin ) { + if ( typeof size !== "number" ) { + return orig[ "outer" + name ].call( this, size ); + } + + return this.each(function() { + $( this).css( type, reduce( this, size, true, margin ) + "px" ); + }); + }; + }); +} + +// support: jQuery <1.8 +if ( !$.fn.addBack ) { + $.fn.addBack = function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter( selector ) + ); + }; +} + +// support: jQuery 1.6.1, 1.6.2 (http://bugs.jquery.com/ticket/9413) +if ( $( "" ).data( "a-b", "a" ).removeData( "a-b" ).data( "a-b" ) ) { + $.fn.removeData = (function( removeData ) { + return function( key ) { + if ( arguments.length ) { + return removeData.call( this, $.camelCase( key ) ); + } else { + return removeData.call( this ); + } + }; + })( $.fn.removeData ); +} + +// deprecated +$.ui.ie = !!/msie [\w.]+/.exec( navigator.userAgent.toLowerCase() ); + +$.fn.extend({ + focus: (function( orig ) { + return function( delay, fn ) { + return typeof delay === "number" ? + this.each(function() { + var elem = this; + setTimeout(function() { + $( elem ).focus(); + if ( fn ) { + fn.call( elem ); + } + }, delay ); + }) : + orig.apply( this, arguments ); + }; + })( $.fn.focus ), + + disableSelection: (function() { + var eventType = "onselectstart" in document.createElement( "div" ) ? + "selectstart" : + "mousedown"; + + return function() { + return this.bind( eventType + ".ui-disableSelection", function( event ) { + event.preventDefault(); + }); + }; + })(), + + enableSelection: function() { + return this.unbind( ".ui-disableSelection" ); + }, + + zIndex: function( zIndex ) { + if ( zIndex !== undefined ) { + return this.css( "zIndex", zIndex ); + } + + if ( this.length ) { + var elem = $( this[ 0 ] ), position, value; + while ( elem.length && elem[ 0 ] !== document ) { + // Ignore z-index if position is set to a value where z-index is ignored by the browser + // This makes behavior of this function consistent across browsers + // WebKit always returns auto if the element is positioned + position = elem.css( "position" ); + if ( position === "absolute" || position === "relative" || position === "fixed" ) { + // IE returns 0 when zIndex is not specified + // other browsers return a string + // we ignore the case of nested elements with an explicit value of 0 + //
    + value = parseInt( elem.css( "zIndex" ), 10 ); + if ( !isNaN( value ) && value !== 0 ) { + return value; + } + } + elem = elem.parent(); + } + } + + return 0; + } +}); + +// $.ui.plugin is deprecated. Use $.widget() extensions instead. +$.ui.plugin = { + add: function( module, option, set ) { + var i, + proto = $.ui[ module ].prototype; + for ( i in set ) { + proto.plugins[ i ] = proto.plugins[ i ] || []; + proto.plugins[ i ].push( [ option, set[ i ] ] ); + } + }, + call: function( instance, name, args, allowDisconnected ) { + var i, + set = instance.plugins[ name ]; + + if ( !set ) { + return; + } + + if ( !allowDisconnected && ( !instance.element[ 0 ].parentNode || instance.element[ 0 ].parentNode.nodeType === 11 ) ) { + return; + } + + for ( i = 0; i < set.length; i++ ) { + if ( instance.options[ set[ i ][ 0 ] ] ) { + set[ i ][ 1 ].apply( instance.element, args ); + } + } + } +}; + + +/*! + * jQuery UI Widget 1.11.4 + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/jQuery.widget/ + */ + + +var widget_uuid = 0, + widget_slice = Array.prototype.slice; + +$.cleanData = (function( orig ) { + return function( elems ) { + var events, elem, i; + for ( i = 0; (elem = elems[i]) != null; i++ ) { + try { + + // Only trigger remove when necessary to save time + events = $._data( elem, "events" ); + if ( events && events.remove ) { + $( elem ).triggerHandler( "remove" ); + } + + // http://bugs.jquery.com/ticket/8235 + } catch ( e ) {} + } + orig( elems ); + }; +})( $.cleanData ); + +$.widget = function( name, base, prototype ) { + var fullName, existingConstructor, constructor, basePrototype, + // proxiedPrototype allows the provided prototype to remain unmodified + // so that it can be used as a mixin for multiple widgets (#8876) + proxiedPrototype = {}, + namespace = name.split( "." )[ 0 ]; + + name = name.split( "." )[ 1 ]; + fullName = namespace + "-" + name; + + if ( !prototype ) { + prototype = base; + base = $.Widget; + } + + // create selector for plugin + $.expr[ ":" ][ fullName.toLowerCase() ] = function( elem ) { + return !!$.data( elem, fullName ); + }; + + $[ namespace ] = $[ namespace ] || {}; + existingConstructor = $[ namespace ][ name ]; + constructor = $[ namespace ][ name ] = function( options, element ) { + // allow instantiation without "new" keyword + if ( !this._createWidget ) { + return new constructor( options, element ); + } + + // allow instantiation without initializing for simple inheritance + // must use "new" keyword (the code above always passes args) + if ( arguments.length ) { + this._createWidget( options, element ); + } + }; + // extend with the existing constructor to carry over any static properties + $.extend( constructor, existingConstructor, { + version: prototype.version, + // copy the object used to create the prototype in case we need to + // redefine the widget later + _proto: $.extend( {}, prototype ), + // track widgets that inherit from this widget in case this widget is + // redefined after a widget inherits from it + _childConstructors: [] + }); + + basePrototype = new base(); + // we need to make the options hash a property directly on the new instance + // otherwise we'll modify the options hash on the prototype that we're + // inheriting from + basePrototype.options = $.widget.extend( {}, basePrototype.options ); + $.each( prototype, function( prop, value ) { + if ( !$.isFunction( value ) ) { + proxiedPrototype[ prop ] = value; + return; + } + proxiedPrototype[ prop ] = (function() { + var _super = function() { + return base.prototype[ prop ].apply( this, arguments ); + }, + _superApply = function( args ) { + return base.prototype[ prop ].apply( this, args ); + }; + return function() { + var __super = this._super, + __superApply = this._superApply, + returnValue; + + this._super = _super; + this._superApply = _superApply; + + returnValue = value.apply( this, arguments ); + + this._super = __super; + this._superApply = __superApply; + + return returnValue; + }; + })(); + }); + constructor.prototype = $.widget.extend( basePrototype, { + // TODO: remove support for widgetEventPrefix + // always use the name + a colon as the prefix, e.g., draggable:start + // don't prefix for widgets that aren't DOM-based + widgetEventPrefix: existingConstructor ? (basePrototype.widgetEventPrefix || name) : name + }, proxiedPrototype, { + constructor: constructor, + namespace: namespace, + widgetName: name, + widgetFullName: fullName + }); + + // If this widget is being redefined then we need to find all widgets that + // are inheriting from it and redefine all of them so that they inherit from + // the new version of this widget. We're essentially trying to replace one + // level in the prototype chain. + if ( existingConstructor ) { + $.each( existingConstructor._childConstructors, function( i, child ) { + var childPrototype = child.prototype; + + // redefine the child widget using the same prototype that was + // originally used, but inherit from the new version of the base + $.widget( childPrototype.namespace + "." + childPrototype.widgetName, constructor, child._proto ); + }); + // remove the list of existing child constructors from the old constructor + // so the old child constructors can be garbage collected + delete existingConstructor._childConstructors; + } else { + base._childConstructors.push( constructor ); + } + + $.widget.bridge( name, constructor ); + + return constructor; +}; + +$.widget.extend = function( target ) { + var input = widget_slice.call( arguments, 1 ), + inputIndex = 0, + inputLength = input.length, + key, + value; + for ( ; inputIndex < inputLength; inputIndex++ ) { + for ( key in input[ inputIndex ] ) { + value = input[ inputIndex ][ key ]; + if ( input[ inputIndex ].hasOwnProperty( key ) && value !== undefined ) { + // Clone objects + if ( $.isPlainObject( value ) ) { + target[ key ] = $.isPlainObject( target[ key ] ) ? + $.widget.extend( {}, target[ key ], value ) : + // Don't extend strings, arrays, etc. with objects + $.widget.extend( {}, value ); + // Copy everything else by reference + } else { + target[ key ] = value; + } + } + } + } + return target; +}; + +$.widget.bridge = function( name, object ) { + var fullName = object.prototype.widgetFullName || name; + $.fn[ name ] = function( options ) { + var isMethodCall = typeof options === "string", + args = widget_slice.call( arguments, 1 ), + returnValue = this; + + if ( isMethodCall ) { + this.each(function() { + var methodValue, + instance = $.data( this, fullName ); + if ( options === "instance" ) { + returnValue = instance; + return false; + } + if ( !instance ) { + return $.error( "cannot call methods on " + name + " prior to initialization; " + + "attempted to call method '" + options + "'" ); + } + if ( !$.isFunction( instance[options] ) || options.charAt( 0 ) === "_" ) { + return $.error( "no such method '" + options + "' for " + name + " widget instance" ); + } + methodValue = instance[ options ].apply( instance, args ); + if ( methodValue !== instance && methodValue !== undefined ) { + returnValue = methodValue && methodValue.jquery ? + returnValue.pushStack( methodValue.get() ) : + methodValue; + return false; + } + }); + } else { + + // Allow multiple hashes to be passed on init + if ( args.length ) { + options = $.widget.extend.apply( null, [ options ].concat(args) ); + } + + this.each(function() { + var instance = $.data( this, fullName ); + if ( instance ) { + instance.option( options || {} ); + if ( instance._init ) { + instance._init(); + } + } else { + $.data( this, fullName, new object( options, this ) ); + } + }); + } + + return returnValue; + }; +}; + +$.Widget = function( /* options, element */ ) {}; +$.Widget._childConstructors = []; + +$.Widget.prototype = { + widgetName: "widget", + widgetEventPrefix: "", + defaultElement: "
    ", + options: { + disabled: false, + + // callbacks + create: null + }, + _createWidget: function( options, element ) { + element = $( element || this.defaultElement || this )[ 0 ]; + this.element = $( element ); + this.uuid = widget_uuid++; + this.eventNamespace = "." + this.widgetName + this.uuid; + + this.bindings = $(); + this.hoverable = $(); + this.focusable = $(); + + if ( element !== this ) { + $.data( element, this.widgetFullName, this ); + this._on( true, this.element, { + remove: function( event ) { + if ( event.target === element ) { + this.destroy(); + } + } + }); + this.document = $( element.style ? + // element within the document + element.ownerDocument : + // element is window or document + element.document || element ); + this.window = $( this.document[0].defaultView || this.document[0].parentWindow ); + } + + this.options = $.widget.extend( {}, + this.options, + this._getCreateOptions(), + options ); + + this._create(); + this._trigger( "create", null, this._getCreateEventData() ); + this._init(); + }, + _getCreateOptions: $.noop, + _getCreateEventData: $.noop, + _create: $.noop, + _init: $.noop, + + destroy: function() { + this._destroy(); + // we can probably remove the unbind calls in 2.0 + // all event bindings should go through this._on() + this.element + .unbind( this.eventNamespace ) + .removeData( this.widgetFullName ) + // support: jquery <1.6.3 + // http://bugs.jquery.com/ticket/9413 + .removeData( $.camelCase( this.widgetFullName ) ); + this.widget() + .unbind( this.eventNamespace ) + .removeAttr( "aria-disabled" ) + .removeClass( + this.widgetFullName + "-disabled " + + "ui-state-disabled" ); + + // clean up events and states + this.bindings.unbind( this.eventNamespace ); + this.hoverable.removeClass( "ui-state-hover" ); + this.focusable.removeClass( "ui-state-focus" ); + }, + _destroy: $.noop, + + widget: function() { + return this.element; + }, + + option: function( key, value ) { + var options = key, + parts, + curOption, + i; + + if ( arguments.length === 0 ) { + // don't return a reference to the internal hash + return $.widget.extend( {}, this.options ); + } + + if ( typeof key === "string" ) { + // handle nested keys, e.g., "foo.bar" => { foo: { bar: ___ } } + options = {}; + parts = key.split( "." ); + key = parts.shift(); + if ( parts.length ) { + curOption = options[ key ] = $.widget.extend( {}, this.options[ key ] ); + for ( i = 0; i < parts.length - 1; i++ ) { + curOption[ parts[ i ] ] = curOption[ parts[ i ] ] || {}; + curOption = curOption[ parts[ i ] ]; + } + key = parts.pop(); + if ( arguments.length === 1 ) { + return curOption[ key ] === undefined ? null : curOption[ key ]; + } + curOption[ key ] = value; + } else { + if ( arguments.length === 1 ) { + return this.options[ key ] === undefined ? null : this.options[ key ]; + } + options[ key ] = value; + } + } + + this._setOptions( options ); + + return this; + }, + _setOptions: function( options ) { + var key; + + for ( key in options ) { + this._setOption( key, options[ key ] ); + } + + return this; + }, + _setOption: function( key, value ) { + this.options[ key ] = value; + + if ( key === "disabled" ) { + this.widget() + .toggleClass( this.widgetFullName + "-disabled", !!value ); + + // If the widget is becoming disabled, then nothing is interactive + if ( value ) { + this.hoverable.removeClass( "ui-state-hover" ); + this.focusable.removeClass( "ui-state-focus" ); + } + } + + return this; + }, + + enable: function() { + return this._setOptions({ disabled: false }); + }, + disable: function() { + return this._setOptions({ disabled: true }); + }, + + _on: function( suppressDisabledCheck, element, handlers ) { + var delegateElement, + instance = this; + + // no suppressDisabledCheck flag, shuffle arguments + if ( typeof suppressDisabledCheck !== "boolean" ) { + handlers = element; + element = suppressDisabledCheck; + suppressDisabledCheck = false; + } + + // no element argument, shuffle and use this.element + if ( !handlers ) { + handlers = element; + element = this.element; + delegateElement = this.widget(); + } else { + element = delegateElement = $( element ); + this.bindings = this.bindings.add( element ); + } + + $.each( handlers, function( event, handler ) { + function handlerProxy() { + // allow widgets to customize the disabled handling + // - disabled as an array instead of boolean + // - disabled class as method for disabling individual parts + if ( !suppressDisabledCheck && + ( instance.options.disabled === true || + $( this ).hasClass( "ui-state-disabled" ) ) ) { + return; + } + return ( typeof handler === "string" ? instance[ handler ] : handler ) + .apply( instance, arguments ); + } + + // copy the guid so direct unbinding works + if ( typeof handler !== "string" ) { + handlerProxy.guid = handler.guid = + handler.guid || handlerProxy.guid || $.guid++; + } + + var match = event.match( /^([\w:-]*)\s*(.*)$/ ), + eventName = match[1] + instance.eventNamespace, + selector = match[2]; + if ( selector ) { + delegateElement.delegate( selector, eventName, handlerProxy ); + } else { + element.bind( eventName, handlerProxy ); + } + }); + }, + + _off: function( element, eventName ) { + eventName = (eventName || "").split( " " ).join( this.eventNamespace + " " ) + + this.eventNamespace; + element.unbind( eventName ).undelegate( eventName ); + + // Clear the stack to avoid memory leaks (#10056) + this.bindings = $( this.bindings.not( element ).get() ); + this.focusable = $( this.focusable.not( element ).get() ); + this.hoverable = $( this.hoverable.not( element ).get() ); + }, + + _delay: function( handler, delay ) { + function handlerProxy() { + return ( typeof handler === "string" ? instance[ handler ] : handler ) + .apply( instance, arguments ); + } + var instance = this; + return setTimeout( handlerProxy, delay || 0 ); + }, + + _hoverable: function( element ) { + this.hoverable = this.hoverable.add( element ); + this._on( element, { + mouseenter: function( event ) { + $( event.currentTarget ).addClass( "ui-state-hover" ); + }, + mouseleave: function( event ) { + $( event.currentTarget ).removeClass( "ui-state-hover" ); + } + }); + }, + + _focusable: function( element ) { + this.focusable = this.focusable.add( element ); + this._on( element, { + focusin: function( event ) { + $( event.currentTarget ).addClass( "ui-state-focus" ); + }, + focusout: function( event ) { + $( event.currentTarget ).removeClass( "ui-state-focus" ); + } + }); + }, + + _trigger: function( type, event, data ) { + var prop, orig, + callback = this.options[ type ]; + + data = data || {}; + event = $.Event( event ); + event.type = ( type === this.widgetEventPrefix ? + type : + this.widgetEventPrefix + type ).toLowerCase(); + // the original event may come from any element + // so we need to reset the target on the new event + event.target = this.element[ 0 ]; + + // copy original event properties over to the new event + orig = event.originalEvent; + if ( orig ) { + for ( prop in orig ) { + if ( !( prop in event ) ) { + event[ prop ] = orig[ prop ]; + } + } + } + + this.element.trigger( event, data ); + return !( $.isFunction( callback ) && + callback.apply( this.element[0], [ event ].concat( data ) ) === false || + event.isDefaultPrevented() ); + } +}; + +$.each( { show: "fadeIn", hide: "fadeOut" }, function( method, defaultEffect ) { + $.Widget.prototype[ "_" + method ] = function( element, options, callback ) { + if ( typeof options === "string" ) { + options = { effect: options }; + } + var hasOptions, + effectName = !options ? + method : + options === true || typeof options === "number" ? + defaultEffect : + options.effect || defaultEffect; + options = options || {}; + if ( typeof options === "number" ) { + options = { duration: options }; + } + hasOptions = !$.isEmptyObject( options ); + options.complete = callback; + if ( options.delay ) { + element.delay( options.delay ); + } + if ( hasOptions && $.effects && $.effects.effect[ effectName ] ) { + element[ method ]( options ); + } else if ( effectName !== method && element[ effectName ] ) { + element[ effectName ]( options.duration, options.easing, callback ); + } else { + element.queue(function( next ) { + $( this )[ method ](); + if ( callback ) { + callback.call( element[ 0 ] ); + } + next(); + }); + } + }; +}); + +var widget = $.widget; + + +/*! + * jQuery UI Mouse 1.11.4 + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/mouse/ + */ + + +var mouseHandled = false; +$( document ).mouseup( function() { + mouseHandled = false; +}); + +var mouse = $.widget("ui.mouse", { + version: "1.11.4", + options: { + cancel: "input,textarea,button,select,option", + distance: 1, + delay: 0 + }, + _mouseInit: function() { + var that = this; + + this.element + .bind("mousedown." + this.widgetName, function(event) { + return that._mouseDown(event); + }) + .bind("click." + this.widgetName, function(event) { + if (true === $.data(event.target, that.widgetName + ".preventClickEvent")) { + $.removeData(event.target, that.widgetName + ".preventClickEvent"); + event.stopImmediatePropagation(); + return false; + } + }); + + this.started = false; + }, + + // TODO: make sure destroying one instance of mouse doesn't mess with + // other instances of mouse + _mouseDestroy: function() { + this.element.unbind("." + this.widgetName); + if ( this._mouseMoveDelegate ) { + this.document + .unbind("mousemove." + this.widgetName, this._mouseMoveDelegate) + .unbind("mouseup." + this.widgetName, this._mouseUpDelegate); + } + }, + + _mouseDown: function(event) { + // don't let more than one widget handle mouseStart + if ( mouseHandled ) { + return; + } + + this._mouseMoved = false; + + // we may have missed mouseup (out of window) + (this._mouseStarted && this._mouseUp(event)); + + this._mouseDownEvent = event; + + var that = this, + btnIsLeft = (event.which === 1), + // event.target.nodeName works around a bug in IE 8 with + // disabled inputs (#7620) + elIsCancel = (typeof this.options.cancel === "string" && event.target.nodeName ? $(event.target).closest(this.options.cancel).length : false); + if (!btnIsLeft || elIsCancel || !this._mouseCapture(event)) { + return true; + } + + this.mouseDelayMet = !this.options.delay; + if (!this.mouseDelayMet) { + this._mouseDelayTimer = setTimeout(function() { + that.mouseDelayMet = true; + }, this.options.delay); + } + + if (this._mouseDistanceMet(event) && this._mouseDelayMet(event)) { + this._mouseStarted = (this._mouseStart(event) !== false); + if (!this._mouseStarted) { + event.preventDefault(); + return true; + } + } + + // Click event may never have fired (Gecko & Opera) + if (true === $.data(event.target, this.widgetName + ".preventClickEvent")) { + $.removeData(event.target, this.widgetName + ".preventClickEvent"); + } + + // these delegates are required to keep context + this._mouseMoveDelegate = function(event) { + return that._mouseMove(event); + }; + this._mouseUpDelegate = function(event) { + return that._mouseUp(event); + }; + + this.document + .bind( "mousemove." + this.widgetName, this._mouseMoveDelegate ) + .bind( "mouseup." + this.widgetName, this._mouseUpDelegate ); + + event.preventDefault(); + + mouseHandled = true; + return true; + }, + + _mouseMove: function(event) { + // Only check for mouseups outside the document if you've moved inside the document + // at least once. This prevents the firing of mouseup in the case of IE<9, which will + // fire a mousemove event if content is placed under the cursor. See #7778 + // Support: IE <9 + if ( this._mouseMoved ) { + // IE mouseup check - mouseup happened when mouse was out of window + if ($.ui.ie && ( !document.documentMode || document.documentMode < 9 ) && !event.button) { + return this._mouseUp(event); + + // Iframe mouseup check - mouseup occurred in another document + } else if ( !event.which ) { + return this._mouseUp( event ); + } + } + + if ( event.which || event.button ) { + this._mouseMoved = true; + } + + if (this._mouseStarted) { + this._mouseDrag(event); + return event.preventDefault(); + } + + if (this._mouseDistanceMet(event) && this._mouseDelayMet(event)) { + this._mouseStarted = + (this._mouseStart(this._mouseDownEvent, event) !== false); + (this._mouseStarted ? this._mouseDrag(event) : this._mouseUp(event)); + } + + return !this._mouseStarted; + }, + + _mouseUp: function(event) { + this.document + .unbind( "mousemove." + this.widgetName, this._mouseMoveDelegate ) + .unbind( "mouseup." + this.widgetName, this._mouseUpDelegate ); + + if (this._mouseStarted) { + this._mouseStarted = false; + + if (event.target === this._mouseDownEvent.target) { + $.data(event.target, this.widgetName + ".preventClickEvent", true); + } + + this._mouseStop(event); + } + + mouseHandled = false; + return false; + }, + + _mouseDistanceMet: function(event) { + return (Math.max( + Math.abs(this._mouseDownEvent.pageX - event.pageX), + Math.abs(this._mouseDownEvent.pageY - event.pageY) + ) >= this.options.distance + ); + }, + + _mouseDelayMet: function(/* event */) { + return this.mouseDelayMet; + }, + + // These are placeholder methods, to be overriden by extending plugin + _mouseStart: function(/* event */) {}, + _mouseDrag: function(/* event */) {}, + _mouseStop: function(/* event */) {}, + _mouseCapture: function(/* event */) { return true; } +}); + + +/*! + * jQuery UI Position 1.11.4 + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/position/ + */ + +(function() { + +$.ui = $.ui || {}; + +var cachedScrollbarWidth, supportsOffsetFractions, + max = Math.max, + abs = Math.abs, + round = Math.round, + rhorizontal = /left|center|right/, + rvertical = /top|center|bottom/, + roffset = /[\+\-]\d+(\.[\d]+)?%?/, + rposition = /^\w+/, + rpercent = /%$/, + _position = $.fn.position; + +function getOffsets( offsets, width, height ) { + return [ + parseFloat( offsets[ 0 ] ) * ( rpercent.test( offsets[ 0 ] ) ? width / 100 : 1 ), + parseFloat( offsets[ 1 ] ) * ( rpercent.test( offsets[ 1 ] ) ? height / 100 : 1 ) + ]; +} + +function parseCss( element, property ) { + return parseInt( $.css( element, property ), 10 ) || 0; +} + +function getDimensions( elem ) { + var raw = elem[0]; + if ( raw.nodeType === 9 ) { + return { + width: elem.width(), + height: elem.height(), + offset: { top: 0, left: 0 } + }; + } + if ( $.isWindow( raw ) ) { + return { + width: elem.width(), + height: elem.height(), + offset: { top: elem.scrollTop(), left: elem.scrollLeft() } + }; + } + if ( raw.preventDefault ) { + return { + width: 0, + height: 0, + offset: { top: raw.pageY, left: raw.pageX } + }; + } + return { + width: elem.outerWidth(), + height: elem.outerHeight(), + offset: elem.offset() + }; +} + +$.position = { + scrollbarWidth: function() { + if ( cachedScrollbarWidth !== undefined ) { + return cachedScrollbarWidth; + } + var w1, w2, + div = $( "
    " ), + innerDiv = div.children()[0]; + + $( "body" ).append( div ); + w1 = innerDiv.offsetWidth; + div.css( "overflow", "scroll" ); + + w2 = innerDiv.offsetWidth; + + if ( w1 === w2 ) { + w2 = div[0].clientWidth; + } + + div.remove(); + + return (cachedScrollbarWidth = w1 - w2); + }, + getScrollInfo: function( within ) { + var overflowX = within.isWindow || within.isDocument ? "" : + within.element.css( "overflow-x" ), + overflowY = within.isWindow || within.isDocument ? "" : + within.element.css( "overflow-y" ), + hasOverflowX = overflowX === "scroll" || + ( overflowX === "auto" && within.width < within.element[0].scrollWidth ), + hasOverflowY = overflowY === "scroll" || + ( overflowY === "auto" && within.height < within.element[0].scrollHeight ); + return { + width: hasOverflowY ? $.position.scrollbarWidth() : 0, + height: hasOverflowX ? $.position.scrollbarWidth() : 0 + }; + }, + getWithinInfo: function( element ) { + var withinElement = $( element || window ), + isWindow = $.isWindow( withinElement[0] ), + isDocument = !!withinElement[ 0 ] && withinElement[ 0 ].nodeType === 9; + return { + element: withinElement, + isWindow: isWindow, + isDocument: isDocument, + offset: withinElement.offset() || { left: 0, top: 0 }, + scrollLeft: withinElement.scrollLeft(), + scrollTop: withinElement.scrollTop(), + + // support: jQuery 1.6.x + // jQuery 1.6 doesn't support .outerWidth/Height() on documents or windows + width: isWindow || isDocument ? withinElement.width() : withinElement.outerWidth(), + height: isWindow || isDocument ? withinElement.height() : withinElement.outerHeight() + }; + } +}; + +$.fn.position = function( options ) { + if ( !options || !options.of ) { + return _position.apply( this, arguments ); + } + + // make a copy, we don't want to modify arguments + options = $.extend( {}, options ); + + var atOffset, targetWidth, targetHeight, targetOffset, basePosition, dimensions, + target = $( options.of ), + within = $.position.getWithinInfo( options.within ), + scrollInfo = $.position.getScrollInfo( within ), + collision = ( options.collision || "flip" ).split( " " ), + offsets = {}; + + dimensions = getDimensions( target ); + if ( target[0].preventDefault ) { + // force left top to allow flipping + options.at = "left top"; + } + targetWidth = dimensions.width; + targetHeight = dimensions.height; + targetOffset = dimensions.offset; + // clone to reuse original targetOffset later + basePosition = $.extend( {}, targetOffset ); + + // force my and at to have valid horizontal and vertical positions + // if a value is missing or invalid, it will be converted to center + $.each( [ "my", "at" ], function() { + var pos = ( options[ this ] || "" ).split( " " ), + horizontalOffset, + verticalOffset; + + if ( pos.length === 1) { + pos = rhorizontal.test( pos[ 0 ] ) ? + pos.concat( [ "center" ] ) : + rvertical.test( pos[ 0 ] ) ? + [ "center" ].concat( pos ) : + [ "center", "center" ]; + } + pos[ 0 ] = rhorizontal.test( pos[ 0 ] ) ? pos[ 0 ] : "center"; + pos[ 1 ] = rvertical.test( pos[ 1 ] ) ? pos[ 1 ] : "center"; + + // calculate offsets + horizontalOffset = roffset.exec( pos[ 0 ] ); + verticalOffset = roffset.exec( pos[ 1 ] ); + offsets[ this ] = [ + horizontalOffset ? horizontalOffset[ 0 ] : 0, + verticalOffset ? verticalOffset[ 0 ] : 0 + ]; + + // reduce to just the positions without the offsets + options[ this ] = [ + rposition.exec( pos[ 0 ] )[ 0 ], + rposition.exec( pos[ 1 ] )[ 0 ] + ]; + }); + + // normalize collision option + if ( collision.length === 1 ) { + collision[ 1 ] = collision[ 0 ]; + } + + if ( options.at[ 0 ] === "right" ) { + basePosition.left += targetWidth; + } else if ( options.at[ 0 ] === "center" ) { + basePosition.left += targetWidth / 2; + } + + if ( options.at[ 1 ] === "bottom" ) { + basePosition.top += targetHeight; + } else if ( options.at[ 1 ] === "center" ) { + basePosition.top += targetHeight / 2; + } + + atOffset = getOffsets( offsets.at, targetWidth, targetHeight ); + basePosition.left += atOffset[ 0 ]; + basePosition.top += atOffset[ 1 ]; + + return this.each(function() { + var collisionPosition, using, + elem = $( this ), + elemWidth = elem.outerWidth(), + elemHeight = elem.outerHeight(), + marginLeft = parseCss( this, "marginLeft" ), + marginTop = parseCss( this, "marginTop" ), + collisionWidth = elemWidth + marginLeft + parseCss( this, "marginRight" ) + scrollInfo.width, + collisionHeight = elemHeight + marginTop + parseCss( this, "marginBottom" ) + scrollInfo.height, + position = $.extend( {}, basePosition ), + myOffset = getOffsets( offsets.my, elem.outerWidth(), elem.outerHeight() ); + + if ( options.my[ 0 ] === "right" ) { + position.left -= elemWidth; + } else if ( options.my[ 0 ] === "center" ) { + position.left -= elemWidth / 2; + } + + if ( options.my[ 1 ] === "bottom" ) { + position.top -= elemHeight; + } else if ( options.my[ 1 ] === "center" ) { + position.top -= elemHeight / 2; + } + + position.left += myOffset[ 0 ]; + position.top += myOffset[ 1 ]; + + // if the browser doesn't support fractions, then round for consistent results + if ( !supportsOffsetFractions ) { + position.left = round( position.left ); + position.top = round( position.top ); + } + + collisionPosition = { + marginLeft: marginLeft, + marginTop: marginTop + }; + + $.each( [ "left", "top" ], function( i, dir ) { + if ( $.ui.position[ collision[ i ] ] ) { + $.ui.position[ collision[ i ] ][ dir ]( position, { + targetWidth: targetWidth, + targetHeight: targetHeight, + elemWidth: elemWidth, + elemHeight: elemHeight, + collisionPosition: collisionPosition, + collisionWidth: collisionWidth, + collisionHeight: collisionHeight, + offset: [ atOffset[ 0 ] + myOffset[ 0 ], atOffset [ 1 ] + myOffset[ 1 ] ], + my: options.my, + at: options.at, + within: within, + elem: elem + }); + } + }); + + if ( options.using ) { + // adds feedback as second argument to using callback, if present + using = function( props ) { + var left = targetOffset.left - position.left, + right = left + targetWidth - elemWidth, + top = targetOffset.top - position.top, + bottom = top + targetHeight - elemHeight, + feedback = { + target: { + element: target, + left: targetOffset.left, + top: targetOffset.top, + width: targetWidth, + height: targetHeight + }, + element: { + element: elem, + left: position.left, + top: position.top, + width: elemWidth, + height: elemHeight + }, + horizontal: right < 0 ? "left" : left > 0 ? "right" : "center", + vertical: bottom < 0 ? "top" : top > 0 ? "bottom" : "middle" + }; + if ( targetWidth < elemWidth && abs( left + right ) < targetWidth ) { + feedback.horizontal = "center"; + } + if ( targetHeight < elemHeight && abs( top + bottom ) < targetHeight ) { + feedback.vertical = "middle"; + } + if ( max( abs( left ), abs( right ) ) > max( abs( top ), abs( bottom ) ) ) { + feedback.important = "horizontal"; + } else { + feedback.important = "vertical"; + } + options.using.call( this, props, feedback ); + }; + } + + elem.offset( $.extend( position, { using: using } ) ); + }); +}; + +$.ui.position = { + fit: { + left: function( position, data ) { + var within = data.within, + withinOffset = within.isWindow ? within.scrollLeft : within.offset.left, + outerWidth = within.width, + collisionPosLeft = position.left - data.collisionPosition.marginLeft, + overLeft = withinOffset - collisionPosLeft, + overRight = collisionPosLeft + data.collisionWidth - outerWidth - withinOffset, + newOverRight; + + // element is wider than within + if ( data.collisionWidth > outerWidth ) { + // element is initially over the left side of within + if ( overLeft > 0 && overRight <= 0 ) { + newOverRight = position.left + overLeft + data.collisionWidth - outerWidth - withinOffset; + position.left += overLeft - newOverRight; + // element is initially over right side of within + } else if ( overRight > 0 && overLeft <= 0 ) { + position.left = withinOffset; + // element is initially over both left and right sides of within + } else { + if ( overLeft > overRight ) { + position.left = withinOffset + outerWidth - data.collisionWidth; + } else { + position.left = withinOffset; + } + } + // too far left -> align with left edge + } else if ( overLeft > 0 ) { + position.left += overLeft; + // too far right -> align with right edge + } else if ( overRight > 0 ) { + position.left -= overRight; + // adjust based on position and margin + } else { + position.left = max( position.left - collisionPosLeft, position.left ); + } + }, + top: function( position, data ) { + var within = data.within, + withinOffset = within.isWindow ? within.scrollTop : within.offset.top, + outerHeight = data.within.height, + collisionPosTop = position.top - data.collisionPosition.marginTop, + overTop = withinOffset - collisionPosTop, + overBottom = collisionPosTop + data.collisionHeight - outerHeight - withinOffset, + newOverBottom; + + // element is taller than within + if ( data.collisionHeight > outerHeight ) { + // element is initially over the top of within + if ( overTop > 0 && overBottom <= 0 ) { + newOverBottom = position.top + overTop + data.collisionHeight - outerHeight - withinOffset; + position.top += overTop - newOverBottom; + // element is initially over bottom of within + } else if ( overBottom > 0 && overTop <= 0 ) { + position.top = withinOffset; + // element is initially over both top and bottom of within + } else { + if ( overTop > overBottom ) { + position.top = withinOffset + outerHeight - data.collisionHeight; + } else { + position.top = withinOffset; + } + } + // too far up -> align with top + } else if ( overTop > 0 ) { + position.top += overTop; + // too far down -> align with bottom edge + } else if ( overBottom > 0 ) { + position.top -= overBottom; + // adjust based on position and margin + } else { + position.top = max( position.top - collisionPosTop, position.top ); + } + } + }, + flip: { + left: function( position, data ) { + var within = data.within, + withinOffset = within.offset.left + within.scrollLeft, + outerWidth = within.width, + offsetLeft = within.isWindow ? within.scrollLeft : within.offset.left, + collisionPosLeft = position.left - data.collisionPosition.marginLeft, + overLeft = collisionPosLeft - offsetLeft, + overRight = collisionPosLeft + data.collisionWidth - outerWidth - offsetLeft, + myOffset = data.my[ 0 ] === "left" ? + -data.elemWidth : + data.my[ 0 ] === "right" ? + data.elemWidth : + 0, + atOffset = data.at[ 0 ] === "left" ? + data.targetWidth : + data.at[ 0 ] === "right" ? + -data.targetWidth : + 0, + offset = -2 * data.offset[ 0 ], + newOverRight, + newOverLeft; + + if ( overLeft < 0 ) { + newOverRight = position.left + myOffset + atOffset + offset + data.collisionWidth - outerWidth - withinOffset; + if ( newOverRight < 0 || newOverRight < abs( overLeft ) ) { + position.left += myOffset + atOffset + offset; + } + } else if ( overRight > 0 ) { + newOverLeft = position.left - data.collisionPosition.marginLeft + myOffset + atOffset + offset - offsetLeft; + if ( newOverLeft > 0 || abs( newOverLeft ) < overRight ) { + position.left += myOffset + atOffset + offset; + } + } + }, + top: function( position, data ) { + var within = data.within, + withinOffset = within.offset.top + within.scrollTop, + outerHeight = within.height, + offsetTop = within.isWindow ? within.scrollTop : within.offset.top, + collisionPosTop = position.top - data.collisionPosition.marginTop, + overTop = collisionPosTop - offsetTop, + overBottom = collisionPosTop + data.collisionHeight - outerHeight - offsetTop, + top = data.my[ 1 ] === "top", + myOffset = top ? + -data.elemHeight : + data.my[ 1 ] === "bottom" ? + data.elemHeight : + 0, + atOffset = data.at[ 1 ] === "top" ? + data.targetHeight : + data.at[ 1 ] === "bottom" ? + -data.targetHeight : + 0, + offset = -2 * data.offset[ 1 ], + newOverTop, + newOverBottom; + if ( overTop < 0 ) { + newOverBottom = position.top + myOffset + atOffset + offset + data.collisionHeight - outerHeight - withinOffset; + if ( newOverBottom < 0 || newOverBottom < abs( overTop ) ) { + position.top += myOffset + atOffset + offset; + } + } else if ( overBottom > 0 ) { + newOverTop = position.top - data.collisionPosition.marginTop + myOffset + atOffset + offset - offsetTop; + if ( newOverTop > 0 || abs( newOverTop ) < overBottom ) { + position.top += myOffset + atOffset + offset; + } + } + } + }, + flipfit: { + left: function() { + $.ui.position.flip.left.apply( this, arguments ); + $.ui.position.fit.left.apply( this, arguments ); + }, + top: function() { + $.ui.position.flip.top.apply( this, arguments ); + $.ui.position.fit.top.apply( this, arguments ); + } + } +}; + +// fraction support test +(function() { + var testElement, testElementParent, testElementStyle, offsetLeft, i, + body = document.getElementsByTagName( "body" )[ 0 ], + div = document.createElement( "div" ); + + //Create a "fake body" for testing based on method used in jQuery.support + testElement = document.createElement( body ? "div" : "body" ); + testElementStyle = { + visibility: "hidden", + width: 0, + height: 0, + border: 0, + margin: 0, + background: "none" + }; + if ( body ) { + $.extend( testElementStyle, { + position: "absolute", + left: "-1000px", + top: "-1000px" + }); + } + for ( i in testElementStyle ) { + testElement.style[ i ] = testElementStyle[ i ]; + } + testElement.appendChild( div ); + testElementParent = body || document.documentElement; + testElementParent.insertBefore( testElement, testElementParent.firstChild ); + + div.style.cssText = "position: absolute; left: 10.7432222px;"; + + offsetLeft = $( div ).offset().left; + supportsOffsetFractions = offsetLeft > 10 && offsetLeft < 11; + + testElement.innerHTML = ""; + testElementParent.removeChild( testElement ); +})(); + +})(); + +var position = $.ui.position; + + +/*! + * jQuery UI Draggable 1.11.4 + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/draggable/ + */ + + +$.widget("ui.draggable", $.ui.mouse, { + version: "1.11.4", + widgetEventPrefix: "drag", + options: { + addClasses: true, + appendTo: "parent", + axis: false, + connectToSortable: false, + containment: false, + cursor: "auto", + cursorAt: false, + grid: false, + handle: false, + helper: "original", + iframeFix: false, + opacity: false, + refreshPositions: false, + revert: false, + revertDuration: 500, + scope: "default", + scroll: true, + scrollSensitivity: 20, + scrollSpeed: 20, + snap: false, + snapMode: "both", + snapTolerance: 20, + stack: false, + zIndex: false, + + // callbacks + drag: null, + start: null, + stop: null + }, + _create: function() { + + if ( this.options.helper === "original" ) { + this._setPositionRelative(); + } + if (this.options.addClasses){ + this.element.addClass("ui-draggable"); + } + if (this.options.disabled){ + this.element.addClass("ui-draggable-disabled"); + } + this._setHandleClassName(); + + this._mouseInit(); + }, + + _setOption: function( key, value ) { + this._super( key, value ); + if ( key === "handle" ) { + this._removeHandleClassName(); + this._setHandleClassName(); + } + }, + + _destroy: function() { + if ( ( this.helper || this.element ).is( ".ui-draggable-dragging" ) ) { + this.destroyOnClear = true; + return; + } + this.element.removeClass( "ui-draggable ui-draggable-dragging ui-draggable-disabled" ); + this._removeHandleClassName(); + this._mouseDestroy(); + }, + + _mouseCapture: function(event) { + var o = this.options; + + this._blurActiveElement( event ); + + // among others, prevent a drag on a resizable-handle + if (this.helper || o.disabled || $(event.target).closest(".ui-resizable-handle").length > 0) { + return false; + } + + //Quit if we're not on a valid handle + this.handle = this._getHandle(event); + if (!this.handle) { + return false; + } + + this._blockFrames( o.iframeFix === true ? "iframe" : o.iframeFix ); + + return true; + + }, + + _blockFrames: function( selector ) { + this.iframeBlocks = this.document.find( selector ).map(function() { + var iframe = $( this ); + + return $( "
    " ) + .css( "position", "absolute" ) + .appendTo( iframe.parent() ) + .outerWidth( iframe.outerWidth() ) + .outerHeight( iframe.outerHeight() ) + .offset( iframe.offset() )[ 0 ]; + }); + }, + + _unblockFrames: function() { + if ( this.iframeBlocks ) { + this.iframeBlocks.remove(); + delete this.iframeBlocks; + } + }, + + _blurActiveElement: function( event ) { + var document = this.document[ 0 ]; + + // Only need to blur if the event occurred on the draggable itself, see #10527 + if ( !this.handleElement.is( event.target ) ) { + return; + } + + // support: IE9 + // IE9 throws an "Unspecified error" accessing document.activeElement from an '),c.attr("height",h),c.attr("width",g),"youtube"===f.type?c.attr("src","//www.youtube.com/embed/"+f.id+"?autoplay=1&rel=0&v="+f.id):"vimeo"===f.type?c.attr("src","//player.vimeo.com/video/"+f.id+"?autoplay=1"):"vzaar"===f.type&&c.attr("src","//view.vzaar.com/"+f.id+"/player?autoplay=true"),a(c).wrap('
    ').insertAfter(e.find(".owl-video")),this._playing=e.addClass("owl-video-playing"))},e.prototype.isInFullScreen=function(){var b=c.fullscreenElement||c.mozFullScreenElement||c.webkitFullscreenElement;return b&&a(b).parent().hasClass("owl-video-frame")},e.prototype.destroy=function(){var a,b;this._core.$element.off("click.owl.video");for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Video=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this.core=b,this.core.options=a.extend({},e.Defaults,this.core.options),this.swapping=!0,this.previous=d,this.next=d,this.handlers={"change.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&(this.previous=this.core.current(),this.next=a.property.value)},this),"drag.owl.carousel dragged.owl.carousel translated.owl.carousel":a.proxy(function(a){a.namespace&&(this.swapping="translated"==a.type)},this),"translate.owl.carousel":a.proxy(function(a){a.namespace&&this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};e.Defaults={animateOut:!1, +animateIn:!1},e.prototype.swap=function(){if(1===this.core.settings.items&&a.support.animation&&a.support.transition){this.core.speed(0);var b,c=a.proxy(this.clear,this),d=this.core.$stage.children().eq(this.previous),e=this.core.$stage.children().eq(this.next),f=this.core.settings.animateIn,g=this.core.settings.animateOut;this.core.current()!==this.previous&&(g&&(b=this.core.coordinates(this.previous)-this.core.coordinates(this.next),d.one(a.support.animation.end,c).css({left:b+"px"}).addClass("animated owl-animated-out").addClass(g)),f&&e.one(a.support.animation.end,c).addClass("animated owl-animated-in").addClass(f))}},e.prototype.clear=function(b){a(b.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.onTransitionEnd()},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this.core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Animate=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._call=null,this._time=0,this._timeout=0,this._paused=!0,this._handlers={"changed.owl.carousel":a.proxy(function(a){a.namespace&&"settings"===a.property.name?this._core.settings.autoplay?this.play():this.stop():a.namespace&&"position"===a.property.name&&this._paused&&(this._time=0)},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoplay&&this.play()},this),"play.owl.autoplay":a.proxy(function(a,b,c){a.namespace&&this.play(b,c)},this),"stop.owl.autoplay":a.proxy(function(a){a.namespace&&this.stop()},this),"mouseover.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"mouseleave.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.play()},this),"touchstart.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"touchend.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this.play()},this)},this._core.$element.on(this._handlers),this._core.options=a.extend({},e.Defaults,this._core.options)};e.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},e.prototype._next=function(d){this._call=b.setTimeout(a.proxy(this._next,this,d),this._timeout*(Math.round(this.read()/this._timeout)+1)-this.read()),this._core.is("interacting")||c.hidden||this._core.next(d||this._core.settings.autoplaySpeed)},e.prototype.read=function(){return(new Date).getTime()-this._time},e.prototype.play=function(c,d){var e;this._core.is("rotating")||this._core.enter("rotating"),c=c||this._core.settings.autoplayTimeout,e=Math.min(this._time%(this._timeout||c),c),this._paused?(this._time=this.read(),this._paused=!1):b.clearTimeout(this._call),this._time+=this.read()%c-e,this._timeout=c,this._call=b.setTimeout(a.proxy(this._next,this,d),c-e)},e.prototype.stop=function(){this._core.is("rotating")&&(this._time=0,this._paused=!0,b.clearTimeout(this._call),this._core.leave("rotating"))},e.prototype.pause=function(){this._core.is("rotating")&&!this._paused&&(this._time=this.read(),this._paused=!0,b.clearTimeout(this._call))},e.prototype.destroy=function(){var a,b;this.stop();for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.autoplay=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){"use strict";var e=function(b){this._core=b,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":a.proxy(function(b){b.namespace&&this._core.settings.dotsData&&this._templates.push('
    '+a(b.content).find("[data-dot]").addBack("[data-dot]").attr("data-dot")+"
    ")},this),"added.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,0,this._templates.pop())},this),"remove.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,1)},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&this.draw()},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&!this._initialized&&(this._core.trigger("initialize",null,"navigation"),this.initialize(),this.update(),this.draw(),this._initialized=!0,this._core.trigger("initialized",null,"navigation"))},this),"refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._initialized&&(this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation"))},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this.$element.on(this._handlers)};e.Defaults={nav:!1,navText:['',''],navSpeed:!1,navElement:'button type="button" role="presentation"',navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotsData:!1,dotsSpeed:!1,dotsContainer:!1},e.prototype.initialize=function(){var b,c=this._core.settings;this._controls.$relative=(c.navContainer?a(c.navContainer):a("
    ").addClass(c.navContainerClass).appendTo(this.$element)).addClass("disabled"),this._controls.$previous=a("<"+c.navElement+">").addClass(c.navClass[0]).html(c.navText[0]).prependTo(this._controls.$relative).on("click",a.proxy(function(a){this.prev(c.navSpeed)},this)),this._controls.$next=a("<"+c.navElement+">").addClass(c.navClass[1]).html(c.navText[1]).appendTo(this._controls.$relative).on("click",a.proxy(function(a){this.next(c.navSpeed)},this)),c.dotsData||(this._templates=[a('
    '),i.append(e)),e.css({height:a+"px"})):0===(e=t.find(".swiper-cube-shadow")).length&&(e=n('
    '),t.append(e)));for(var u=0;u-1&&(c=90*f+90*b,o&&(c=90*-f-90*b)),v.transform(E),d.slideShadows){var T=h?v.find(".swiper-slide-shadow-left"):v.find(".swiper-slide-shadow-top"),S=h?v.find(".swiper-slide-shadow-right"):v.find(".swiper-slide-shadow-bottom");0===T.length&&(T=n('
    '),v.append(T)),0===S.length&&(S=n('
    '),v.append(S)),T.length&&(T[0].style.opacity=Math.max(-b,0)),S.length&&(S[0].style.opacity=Math.max(b,0))}}if(i.css({"-webkit-transform-origin":"50% 50% -"+l/2+"px","-moz-transform-origin":"50% 50% -"+l/2+"px","-ms-transform-origin":"50% 50% -"+l/2+"px","transform-origin":"50% 50% -"+l/2+"px"}),d.shadow)if(h)e.transform("translate3d(0px, "+(a/2+d.shadowOffset)+"px, "+-a/2+"px) rotateX(90deg) rotateZ(0deg) scale("+d.shadowScale+")");else{var C=Math.abs(c)-90*Math.floor(Math.abs(c)/90),M=1.5-(Math.sin(2*C*Math.PI/360)/2+Math.cos(2*C*Math.PI/360)/2),P=d.shadowScale,z=d.shadowScale/M,k=d.shadowOffset;e.transform("scale3d("+P+", 1, "+z+") translate3d(0px, "+(r/2+k)+"px, "+-r/2/z+"px) rotateX(-90deg)")}var $=_.isSafari||_.isWebView?-l/2:0;i.transform("translate3d(0px,0,"+$+"px) rotateX("+(this.isHorizontal()?0:c)+"deg) rotateY("+(this.isHorizontal()?-c:0)+"deg)")},setTransition:function(e){var t=this.$el;this.slides.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),this.params.cubeEffect.shadow&&!this.isHorizontal()&&t.find(".swiper-cube-shadow").transition(e)}},we={setTranslate:function(){for(var e=this.slides,t=this.rtlTranslate,i=0;i
    '),s.append(h)),0===p.length&&(p=n('
    '),s.append(p)),h.length&&(h[0].style.opacity=Math.max(-a,0)),p.length&&(p[0].style.opacity=Math.max(a,0))}s.transform("translate3d("+l+"px, "+d+"px, 0px) rotateX("+o+"deg) rotateY("+r+"deg)")}},setTransition:function(e){var t=this,i=t.slides,s=t.activeIndex,a=t.$wrapperEl;if(i.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),t.params.virtualTranslate&&0!==e){var r=!1;i.eq(s).transitionEnd((function(){if(!r&&t&&!t.destroyed){r=!0,t.animating=!1;for(var e=["webkitTransitionEnd","transitionend"],i=0;i
    '),f.append(M)),0===P.length&&(P=n('
    '),f.append(P)),M.length&&(M[0].style.opacity=g>0?g:0),P.length&&(P[0].style.opacity=-g>0?-g:0)}}(h.pointerEvents||h.prefixedPointerEvents)&&(s[0].style.perspectiveOrigin=d+"px 50%")},setTransition:function(e){this.slides.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e)}},xe={init:function(){var e=this.params.thumbs,t=this.constructor;e.swiper instanceof t?(this.thumbs.swiper=e.swiper,d.extend(this.thumbs.swiper.originalParams,{watchSlidesProgress:!0,slideToClickedSlide:!1}),d.extend(this.thumbs.swiper.params,{watchSlidesProgress:!0,slideToClickedSlide:!1})):d.isObject(e.swiper)&&(this.thumbs.swiper=new t(d.extend({},e.swiper,{watchSlidesVisibility:!0,watchSlidesProgress:!0,slideToClickedSlide:!1})),this.thumbs.swiperCreated=!0),this.thumbs.swiper.$el.addClass(this.params.thumbs.thumbsContainerClass),this.thumbs.swiper.on("tap",this.thumbs.onThumbClick)},onThumbClick:function(){var e=this.thumbs.swiper;if(e){var t=e.clickedIndex,i=e.clickedSlide;if(!(i&&n(i).hasClass(this.params.thumbs.slideThumbActiveClass)||null==t)){var s;if(s=e.params.loop?parseInt(n(e.clickedSlide).attr("data-swiper-slide-index"),10):t,this.params.loop){var a=this.activeIndex;this.slides.eq(a).hasClass(this.params.slideDuplicateClass)&&(this.loopFix(),this._clientLeft=this.$wrapperEl[0].clientLeft,a=this.activeIndex);var r=this.slides.eq(a).prevAll('[data-swiper-slide-index="'+s+'"]').eq(0).index(),o=this.slides.eq(a).nextAll('[data-swiper-slide-index="'+s+'"]').eq(0).index();s=void 0===r?o:void 0===o?r:o-athis.previousIndex?"next":"prev"}else n=(r=this.realIndex)>this.previousIndex?"next":"prev";a&&(r+="next"===n?s:-1*s),t.visibleSlidesIndexes&&t.visibleSlidesIndexes.indexOf(r)<0&&(t.params.centeredSlides?r=r>o?r-Math.floor(i/2)+1:r+Math.floor(i/2)-1:r>o&&(r=r-i+1),t.slideTo(r,e?0:void 0))}var h=1,p=this.params.thumbs.slideThumbActiveClass;if(this.params.slidesPerView>1&&!this.params.centeredSlides&&(h=this.params.slidesPerView),this.params.thumbs.multipleActiveThumbs||(h=1),h=Math.floor(h),t.slides.removeClass(p),t.params.loop||t.params.virtual&&t.params.virtual.enabled)for(var c=0;c0&&!n(e.target).hasClass(this.params.pagination.bulletClass)&&(!0===this.pagination.$el.hasClass(this.params.pagination.hiddenClass)?this.emit("paginationShow",this):this.emit("paginationHide",this),this.pagination.$el.toggleClass(this.params.pagination.hiddenClass))}}},{name:"scrollbar",params:{scrollbar:{el:null,dragSize:"auto",hide:!1,draggable:!1,snapOnRelease:!0,lockClass:"swiper-scrollbar-lock",dragClass:"swiper-scrollbar-drag"}},create:function(){d.extend(this,{scrollbar:{init:le.init.bind(this),destroy:le.destroy.bind(this),updateSize:le.updateSize.bind(this),setTranslate:le.setTranslate.bind(this),setTransition:le.setTransition.bind(this),enableDraggable:le.enableDraggable.bind(this),disableDraggable:le.disableDraggable.bind(this),setDragPosition:le.setDragPosition.bind(this),getPointerPosition:le.getPointerPosition.bind(this),onDragStart:le.onDragStart.bind(this),onDragMove:le.onDragMove.bind(this),onDragEnd:le.onDragEnd.bind(this),isTouched:!1,timeout:null,dragTimeout:null}})},on:{init:function(){this.scrollbar.init(),this.scrollbar.updateSize(),this.scrollbar.setTranslate()},update:function(){this.scrollbar.updateSize()},resize:function(){this.scrollbar.updateSize()},observerUpdate:function(){this.scrollbar.updateSize()},setTranslate:function(){this.scrollbar.setTranslate()},setTransition:function(e){this.scrollbar.setTransition(e)},destroy:function(){this.scrollbar.destroy()}}},{name:"parallax",params:{parallax:{enabled:!1}},create:function(){d.extend(this,{parallax:{setTransform:de.setTransform.bind(this),setTranslate:de.setTranslate.bind(this),setTransition:de.setTransition.bind(this)}})},on:{beforeInit:function(){this.params.parallax.enabled&&(this.params.watchSlidesProgress=!0,this.originalParams.watchSlidesProgress=!0)},init:function(){this.params.parallax.enabled&&this.parallax.setTranslate()},setTranslate:function(){this.params.parallax.enabled&&this.parallax.setTranslate()},setTransition:function(e){this.params.parallax.enabled&&this.parallax.setTransition(e)}}},{name:"zoom",params:{zoom:{enabled:!1,maxRatio:3,minRatio:1,toggle:!0,containerClass:"swiper-zoom-container",zoomedSlideClass:"swiper-slide-zoomed"}},create:function(){var e=this,t={enabled:!1,scale:1,currentScale:1,isScaling:!1,gesture:{$slideEl:void 0,slideWidth:void 0,slideHeight:void 0,$imageEl:void 0,$imageWrapEl:void 0,maxRatio:3},image:{isTouched:void 0,isMoved:void 0,currentX:void 0,currentY:void 0,minX:void 0,minY:void 0,maxX:void 0,maxY:void 0,width:void 0,height:void 0,startX:void 0,startY:void 0,touchesStart:{},touchesCurrent:{}},velocity:{x:void 0,y:void 0,prevPositionX:void 0,prevPositionY:void 0,prevTime:void 0}};"onGestureStart onGestureChange onGestureEnd onTouchStart onTouchMove onTouchEnd onTransitionEnd toggle enable disable in out".split(" ").forEach((function(i){t[i]=he[i].bind(e)})),d.extend(e,{zoom:t});var i=1;Object.defineProperty(e.zoom,"scale",{get:function(){return i},set:function(t){if(i!==t){var s=e.zoom.gesture.$imageEl?e.zoom.gesture.$imageEl[0]:void 0,a=e.zoom.gesture.$slideEl?e.zoom.gesture.$slideEl[0]:void 0;e.emit("zoomChange",t,s,a)}i=t}})},on:{init:function(){this.params.zoom.enabled&&this.zoom.enable()},destroy:function(){this.zoom.disable()},touchStart:function(e){this.zoom.enabled&&this.zoom.onTouchStart(e)},touchEnd:function(e){this.zoom.enabled&&this.zoom.onTouchEnd(e)},doubleTap:function(e){this.params.zoom.enabled&&this.zoom.enabled&&this.params.zoom.toggle&&this.zoom.toggle(e)},transitionEnd:function(){this.zoom.enabled&&this.params.zoom.enabled&&this.zoom.onTransitionEnd()},slideChange:function(){this.zoom.enabled&&this.params.zoom.enabled&&this.params.cssMode&&this.zoom.onTransitionEnd()}}},{name:"lazy",params:{lazy:{enabled:!1,loadPrevNext:!1,loadPrevNextAmount:1,loadOnTransitionStart:!1,elementClass:"swiper-lazy",loadingClass:"swiper-lazy-loading",loadedClass:"swiper-lazy-loaded",preloaderClass:"swiper-lazy-preloader"}},create:function(){d.extend(this,{lazy:{initialImageLoaded:!1,load:pe.load.bind(this),loadInSlide:pe.loadInSlide.bind(this)}})},on:{beforeInit:function(){this.params.lazy.enabled&&this.params.preloadImages&&(this.params.preloadImages=!1)},init:function(){this.params.lazy.enabled&&!this.params.loop&&0===this.params.initialSlide&&this.lazy.load()},scroll:function(){this.params.freeMode&&!this.params.freeModeSticky&&this.lazy.load()},resize:function(){this.params.lazy.enabled&&this.lazy.load()},scrollbarDragMove:function(){this.params.lazy.enabled&&this.lazy.load()},transitionStart:function(){this.params.lazy.enabled&&(this.params.lazy.loadOnTransitionStart||!this.params.lazy.loadOnTransitionStart&&!this.lazy.initialImageLoaded)&&this.lazy.load()},transitionEnd:function(){this.params.lazy.enabled&&!this.params.lazy.loadOnTransitionStart&&this.lazy.load()},slideChange:function(){this.params.lazy.enabled&&this.params.cssMode&&this.lazy.load()}}},{name:"controller",params:{controller:{control:void 0,inverse:!1,by:"slide"}},create:function(){d.extend(this,{controller:{control:this.params.controller.control,getInterpolateFunction:ce.getInterpolateFunction.bind(this),setTranslate:ce.setTranslate.bind(this),setTransition:ce.setTransition.bind(this)}})},on:{update:function(){this.controller.control&&this.controller.spline&&(this.controller.spline=void 0,delete this.controller.spline)},resize:function(){this.controller.control&&this.controller.spline&&(this.controller.spline=void 0,delete this.controller.spline)},observerUpdate:function(){this.controller.control&&this.controller.spline&&(this.controller.spline=void 0,delete this.controller.spline)},setTranslate:function(e,t){this.controller.control&&this.controller.setTranslate(e,t)},setTransition:function(e,t){this.controller.control&&this.controller.setTransition(e,t)}}},{name:"a11y",params:{a11y:{enabled:!0,notificationClass:"swiper-notification",prevSlideMessage:"Previous slide",nextSlideMessage:"Next slide",firstSlideMessage:"This is the first slide",lastSlideMessage:"This is the last slide",paginationBulletMessage:"Go to slide {{index}}"}},create:function(){var e=this;d.extend(e,{a11y:{liveRegion:n('')}}),Object.keys(ue).forEach((function(t){e.a11y[t]=ue[t].bind(e)}))},on:{init:function(){this.params.a11y.enabled&&(this.a11y.init(),this.a11y.updateNavigation())},toEdge:function(){this.params.a11y.enabled&&this.a11y.updateNavigation()},fromEdge:function(){this.params.a11y.enabled&&this.a11y.updateNavigation()},paginationUpdate:function(){this.params.a11y.enabled&&this.a11y.updatePagination()},destroy:function(){this.params.a11y.enabled&&this.a11y.destroy()}}},{name:"history",params:{history:{enabled:!1,replaceState:!1,key:"slides"}},create:function(){d.extend(this,{history:{init:ve.init.bind(this),setHistory:ve.setHistory.bind(this),setHistoryPopState:ve.setHistoryPopState.bind(this),scrollToSlide:ve.scrollToSlide.bind(this),destroy:ve.destroy.bind(this)}})},on:{init:function(){this.params.history.enabled&&this.history.init()},destroy:function(){this.params.history.enabled&&this.history.destroy()},transitionEnd:function(){this.history.initialized&&this.history.setHistory(this.params.history.key,this.activeIndex)},slideChange:function(){this.history.initialized&&this.params.cssMode&&this.history.setHistory(this.params.history.key,this.activeIndex)}}},{name:"hash-navigation",params:{hashNavigation:{enabled:!1,replaceState:!1,watchState:!1}},create:function(){d.extend(this,{hashNavigation:{initialized:!1,init:fe.init.bind(this),destroy:fe.destroy.bind(this),setHash:fe.setHash.bind(this),onHashCange:fe.onHashCange.bind(this)}})},on:{init:function(){this.params.hashNavigation.enabled&&this.hashNavigation.init()},destroy:function(){this.params.hashNavigation.enabled&&this.hashNavigation.destroy()},transitionEnd:function(){this.hashNavigation.initialized&&this.hashNavigation.setHash()},slideChange:function(){this.hashNavigation.initialized&&this.params.cssMode&&this.hashNavigation.setHash()}}},{name:"autoplay",params:{autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!0,stopOnLastSlide:!1,reverseDirection:!1}},create:function(){var e=this;d.extend(e,{autoplay:{running:!1,paused:!1,run:me.run.bind(e),start:me.start.bind(e),stop:me.stop.bind(e),pause:me.pause.bind(e),onVisibilityChange:function(){"hidden"===document.visibilityState&&e.autoplay.running&&e.autoplay.pause(),"visible"===document.visibilityState&&e.autoplay.paused&&(e.autoplay.run(),e.autoplay.paused=!1)},onTransitionEnd:function(t){e&&!e.destroyed&&e.$wrapperEl&&t.target===this&&(e.$wrapperEl[0].removeEventListener("transitionend",e.autoplay.onTransitionEnd),e.$wrapperEl[0].removeEventListener("webkitTransitionEnd",e.autoplay.onTransitionEnd),e.autoplay.paused=!1,e.autoplay.running?e.autoplay.run():e.autoplay.stop())}}})},on:{init:function(){this.params.autoplay.enabled&&(this.autoplay.start(),document.addEventListener("visibilitychange",this.autoplay.onVisibilityChange))},beforeTransitionStart:function(e,t){this.autoplay.running&&(t||!this.params.autoplay.disableOnInteraction?this.autoplay.pause(e):this.autoplay.stop())},sliderFirstMove:function(){this.autoplay.running&&(this.params.autoplay.disableOnInteraction?this.autoplay.stop():this.autoplay.pause())},touchEnd:function(){this.params.cssMode&&this.autoplay.paused&&!this.params.autoplay.disableOnInteraction&&this.autoplay.run()},destroy:function(){this.autoplay.running&&this.autoplay.stop(),document.removeEventListener("visibilitychange",this.autoplay.onVisibilityChange)}}},{name:"effect-fade",params:{fadeEffect:{crossFade:!1}},create:function(){d.extend(this,{fadeEffect:{setTranslate:ge.setTranslate.bind(this),setTransition:ge.setTransition.bind(this)}})},on:{beforeInit:function(){if("fade"===this.params.effect){this.classNames.push(this.params.containerModifierClass+"fade");var e={slidesPerView:1,slidesPerColumn:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!0};d.extend(this.params,e),d.extend(this.originalParams,e)}},setTranslate:function(){"fade"===this.params.effect&&this.fadeEffect.setTranslate()},setTransition:function(e){"fade"===this.params.effect&&this.fadeEffect.setTransition(e)}}},{name:"effect-cube",params:{cubeEffect:{slideShadows:!0,shadow:!0,shadowOffset:20,shadowScale:.94}},create:function(){d.extend(this,{cubeEffect:{setTranslate:be.setTranslate.bind(this),setTransition:be.setTransition.bind(this)}})},on:{beforeInit:function(){if("cube"===this.params.effect){this.classNames.push(this.params.containerModifierClass+"cube"),this.classNames.push(this.params.containerModifierClass+"3d");var e={slidesPerView:1,slidesPerColumn:1,slidesPerGroup:1,watchSlidesProgress:!0,resistanceRatio:0,spaceBetween:0,centeredSlides:!1,virtualTranslate:!0};d.extend(this.params,e),d.extend(this.originalParams,e)}},setTranslate:function(){"cube"===this.params.effect&&this.cubeEffect.setTranslate()},setTransition:function(e){"cube"===this.params.effect&&this.cubeEffect.setTransition(e)}}},{name:"effect-flip",params:{flipEffect:{slideShadows:!0,limitRotation:!0}},create:function(){d.extend(this,{flipEffect:{setTranslate:we.setTranslate.bind(this),setTransition:we.setTransition.bind(this)}})},on:{beforeInit:function(){if("flip"===this.params.effect){this.classNames.push(this.params.containerModifierClass+"flip"),this.classNames.push(this.params.containerModifierClass+"3d");var e={slidesPerView:1,slidesPerColumn:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!0};d.extend(this.params,e),d.extend(this.originalParams,e)}},setTranslate:function(){"flip"===this.params.effect&&this.flipEffect.setTranslate()},setTransition:function(e){"flip"===this.params.effect&&this.flipEffect.setTransition(e)}}},{name:"effect-coverflow",params:{coverflowEffect:{rotate:50,stretch:0,depth:100,scale:1,modifier:1,slideShadows:!0}},create:function(){d.extend(this,{coverflowEffect:{setTranslate:ye.setTranslate.bind(this),setTransition:ye.setTransition.bind(this)}})},on:{beforeInit:function(){"coverflow"===this.params.effect&&(this.classNames.push(this.params.containerModifierClass+"coverflow"),this.classNames.push(this.params.containerModifierClass+"3d"),this.params.watchSlidesProgress=!0,this.originalParams.watchSlidesProgress=!0)},setTranslate:function(){"coverflow"===this.params.effect&&this.coverflowEffect.setTranslate()},setTransition:function(e){"coverflow"===this.params.effect&&this.coverflowEffect.setTransition(e)}}},{name:"thumbs",params:{thumbs:{swiper:null,multipleActiveThumbs:!0,autoScrollOffset:0,slideThumbActiveClass:"swiper-slide-thumb-active",thumbsContainerClass:"swiper-container-thumbs"}},create:function(){d.extend(this,{thumbs:{swiper:null,init:xe.init.bind(this),update:xe.update.bind(this),onThumbClick:xe.onThumbClick.bind(this)}})},on:{beforeInit:function(){var e=this.params.thumbs;e&&e.swiper&&(this.thumbs.init(),this.thumbs.update(!0))},slideChange:function(){this.thumbs.swiper&&this.thumbs.update()},update:function(){this.thumbs.swiper&&this.thumbs.update()},resize:function(){this.thumbs.swiper&&this.thumbs.update()},observerUpdate:function(){this.thumbs.swiper&&this.thumbs.update()},setTransition:function(e){var t=this.thumbs.swiper;t&&t.setTransition(e)},beforeDestroy:function(){var e=this.thumbs.swiper;e&&this.thumbs.swiperCreated&&e&&e.destroy()}}}];return void 0===j.use&&(j.use=j.Class.use,j.installModule=j.Class.installModule),j.use(Ee),j})); +//# sourceMappingURL=swiper.min.js.map \ No newline at end of file diff --git a/assets/vendors/timepicker/timePicker.css b/assets/vendors/timepicker/timePicker.css new file mode 100644 index 0000000..5798cc6 --- /dev/null +++ b/assets/vendors/timepicker/timePicker.css @@ -0,0 +1,196 @@ +/** + * FILE: jquery.ptTileSelect.css + * Default style for the timeselect container. + * + * LAST UPDATED: + * + * - $Date: 2009/04/12 20:23:02 $ + * - $Author: paulinho4u $ + * - $Revision: 1.1 $ + */ + + +#ptTimeSelectCntr { + display: none; + font-size: 12px; + margin-left: 0; + position: absolute; + width: 270px !important; + z-index: 10; +} + + + +#ptTimeSelectCntr .ui-widget-content { + background: #fff none repeat scroll 0 0; + border: medium none !important; + border-radius: 0; + margin-bottom: 0px; + margin-top: 0 !important; + padding: 5px; +} + +#ptTimeSelectCntr .ui-widget.ui-widget-content { + border: 1px solid #ddd !important; +} + +#ptTimeSelectCntr .ui-widget {} + +#ptTimeSelectCntr .ui-widget-header { + background: var(--jetly-base) none repeat scroll 0 0; + border: 2px solid var(--jetly-base); + border-radius: 0; + color: #fff; + font-size: 13px; + font-weight: 700; + height: 40px; + padding: 5px; +} + +#ptTimeSelectCntr #ptTimeSelectUserTime { + font-size: larger; + line-height: 26px; + padding: 0 10px; + text-align: center; +} + +#ptTimeSelectCntr .ui-widget-header .ui-icon { + background-image: url("https://bracketweb.com/treck-html/main-html/assets/vendors/timepicker/images/ui-icons_444444_256x240.png") !importent; +} + + + + +#ptTimeSelectCntr #ptTimeSelectCloseCntr { + display: block; + padding: 0; +} + + + + + + +#ptTimeSelectCntr .ui-widget.ui-widget-content { + margin-top: 0; +} + +#ptTimeSelectCntr .ptTimeSelectLeftPane.ui-widget-content { + border-top: none; + border-bottom: none; + border-left: none; + border-right-width: 2px; +} + +#ptTimeSelectCntr .ptTimeSelectRightPane.ui-widget-content { + border: none; +} + + + + +/* content style and hover style */ +#ptTimeSelectCntr .ptTimeSelectHrCntr a, +#ptTimeSelectCntr .ptTimeSelectMinCntr a { + display: block; + float: left; + line-height: 32px; + margin: 2px; + padding: 0; + text-align: center; + text-decoration: none; + transition: all 500ms ease; +} + +#ptTimeSelectCntr .ptTimeSelectHrCntr a:hover, +#ptTimeSelectCntr .ptTimeSelectMinCntr a:hover { + background: #f5f5f5 !important; + border-color: #f5f5f5 !important; +} + + + +/* Hour min text style */ +#ptTimeSelectCntr .ptTimeSelectTimeLabelsCntr { + color: #252525; + font-size: 13px; + font-weight: 700; +} + + +/* Cloase button style */ +#ptTimeSelectCntr #ptTimeSelectCloseCntr a { + border-radius: 30%; + display: block; + height: 25px !important; + line-height: 24px; + margin: 0 !important; + opacity: 1; + padding: 0 !important; + text-align: center; + width: 25px !important; + padding: 3px 4px !important; +} + +/* am pm content style, hover bg */ +#ptTimeSelectCntr .ui-state-default { + background: #fff !important; + border: 1px solid #eaeaea !important; + border-radius: 0; + color: #252525 !important; + font-size: 12px; + font-weight: normal; + height: 34px; + margin-bottom: 5px; + outline: medium none; + text-align: center; + width: 34px !important; + line-height: 33px; + margin: 2px; + transition: all 500ms ease; +} + +#ptTimeSelectCntr .ui-state-default:hover { + background: #f5f5f5 !important; + border-color: #f5f5f5 !important; +} + + +/* For time set button css */ +#ptTimeSelectCntr #ptTimeSelectSetButton { + padding: 0 15px 5px 0; +} + +#ptTimeSelectSetButton .ui-state-hover { + background: #d5ac63 !important; + border: 2px solid #252525 !important; + border-radius: 0; + color: #252525 !important; + font-size: 12px !important; + font-weight: normal; + height: 35px; + width: 70px !important; +} + +#ptTimeSelectCntr #ptTimeSelectSetButton a { + display: block; + text-align: center; + float: right; + background: #252525 !important; + border: 2px solid #252525 !important; + border-radius: 0; + color: #fff !important; + font-size: 12px !important; + font-weight: normal; + height: 35px; + width: 70px !important; + padding: 0; + margin: 0; + line-height: 32px; + text-transform: uppercase; + transition: all 500ms ease; +} + +#ptTimeSelectCntr #ptTimeSelectSetButton a:hover { + background: #555555 !important; +} \ No newline at end of file diff --git a/assets/vendors/timepicker/timePicker.js b/assets/vendors/timepicker/timePicker.js new file mode 100644 index 0000000..ea0ee74 --- /dev/null +++ b/assets/vendors/timepicker/timePicker.js @@ -0,0 +1,535 @@ +/** + * FILE: jQuery.ptTileSelect.js + * + * @fileOverview + * jQuery plugin for displaying a popup that allows a user + * to define a time and set that time back to a form's input + * field. + * + * @version 0.8 + * @author Paul Tavares, www.purtuga.com + * @see http://pttimeselect.sourceforge.net + * + * @requires jQuery {@link http://www.jquery.com} + * + * + * LICENSE: + * + * Copyright (c) 2007 Paul T. (purtuga.com) + * Dual licensed under the: + * + * - MIT + * + * + * - GPL + * + * + * User can pick whichever one applies best for their project + * and doesn not have to contact me. + * + * + * INSTALLATION: + * + * There are two files (.css and .js) delivered with this plugin and + * that must be included in your html page after the jquery.js library + * and the jQuery UI style sheet (the jQuery UI javascript library is + * not necessary). + * Both of these are to be included inside of the 'head' element of + * the document. Example below demonstrates this along side the jQuery + * libraries. + * + * | + * | + * | + * | + * | + * | + * + * USAGE: + * + * - See <$(ele).ptTimeSelect()> + * + * + * + * LAST UPDATED: + * + * - $Date: 2012/08/05 19:40:21 $ + * - $Author: paulinho4u $ + * - $Revision: 1.8 $ + * + */ + +(function($){ + + /** + * jQuery definition + * + * @see http://jquery.com/ + * @name jQuery + * @class jQuery Library + */ + + /** + * jQuery 'fn' definition to anchor all public plugin methods. + * + * @see http://jquery.com/ + * @name fn + * @class jQuery Library public method anchor + * @memberOf jQuery + */ + + /** + * Namespace for all properties and methods + * + * @namespace ptTimeSelect + * @memberOf jQuery + */ + jQuery.ptTimeSelect = {}; + jQuery.ptTimeSelect.version = "__BUILD_VERSION_NUMBER__"; + + /** + * The default options for all calls to ptTimeSelect. Can be + * overwriten with each individual call to {@link jQuery.fn.ptTimeSelect} + * + * @type {Object} options + * @memberOf jQuery.ptTimeSelect + * @see jQuery.fn.ptTimeSelect + */ + jQuery.ptTimeSelect.options = { + containerClass: undefined, + containerWidth: '22em', + hoursLabel: 'Hour', + minutesLabel: 'Minutes', + setButtonLabel: 'Set', + popupImage: undefined, + onFocusDisplay: true, + zIndex: 10, + onBeforeShow: undefined, + onClose: undefined + }; + + /** + * Internal method. Called when page is initialized to add the time + * selection area to the DOM. + * + * @private + * @memberOf jQuery.ptTimeSelect + * @return {undefined} + */ + jQuery.ptTimeSelect._ptTimeSelectInit = function () { + jQuery(document).ready( + function () { + //if the html is not yet created in the document, then do it now + if (!jQuery('#ptTimeSelectCntr').length) { + jQuery("body").append( + '
    ' + + '
    ' + + '
    ' + + ' ' + + '
    ' + + ' 1 : ' + + ' 00 ' + + ' AM' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    Hour
    ' + + '
    Minutes
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + ' AM' + + ' PM' + + '
    ' + + '
    ' + + '
    ' + + ' 1' + + ' 2' + + ' 3' + + ' 4' + + ' 5' + + ' 6' + + ' 7' + + ' 8' + + ' 9' + + ' 10' + + ' 11' + + ' 12' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + ' 00' + + ' 05' + + ' 10' + + ' 15' + + ' 20' + + ' 25' + + ' 30' + + ' 35' + + ' 40' + + ' 45' + + ' 50' + + ' 55' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + ' ' + + ' SET' + + ' ' + + '
    ' + + '
    ' + + ' ' + + '
    ' + ); + + var e = jQuery('#ptTimeSelectCntr'); + + // Add the events to the functions + e.find('.ptTimeSelectMin') + .bind("click", function(){ + jQuery.ptTimeSelect.setMin($(this).text()); + }); + + e.find('.ptTimeSelectHr') + .bind("click", function(){ + jQuery.ptTimeSelect.setHr($(this).text()); + }); + + $(document).mousedown(jQuery.ptTimeSelect._doCheckMouseClick); + }//end if + } + ); + }();// jQuery.ptTimeSelectInit() + + + /** + * Sets the hour selected by the user on the popup. + * + * @private + * @param {Integer} h - Interger indicating the hour. This value + * is the same as the text value displayed on the + * popup under the hour. This value can also be the + * words AM or PM. + * @return {undefined} + * + */ + jQuery.ptTimeSelect.setHr = function(h) { + if ( h.toLowerCase() == "am" + || h.toLowerCase() == "pm" + ) { + jQuery('#ptTimeSelectUserSelAmPm').empty().append(h); + } else { + jQuery('#ptTimeSelectUserSelHr').empty().append(h); + } + };// END setHr() function + + /** + * Sets the minutes selected by the user on the popup. + * + * @private + * @param {Integer} m - interger indicating the minutes. This + * value is the same as the text value displayed on the popup + * under the minutes. + * @return {undefined} + */ + jQuery.ptTimeSelect.setMin = function(m) { + jQuery('#ptTimeSelectUserSelMin').empty().append(m); + };// END setMin() function + + /** + * Takes the time defined by the user and sets it to the input + * element that the popup is currently opened for. + * + * @private + * @return {undefined} + */ + jQuery.ptTimeSelect.setTime = function() { + var tSel = jQuery('#ptTimeSelectUserSelHr').text() + + ":" + + jQuery('#ptTimeSelectUserSelMin').text() + + " " + + jQuery('#ptTimeSelectUserSelAmPm').text(); + + var i = jQuery(".isPtTimeSelectActive"); + + if(i.attr('type') == 'time'){ + i.val(jQuery.ptTimeSelect.convertFromAMPM(tSel)); + }else{ + i.val(tSel); + } + + i.trigger('change'); + + this.closeCntr(); + + };// END setTime() function + + /** + * Converts a 24 hours formated time into a 12 hours formated time + * + * + * @private + * @return {undefined} + */ + jQuery.ptTimeSelect.convertFrom24 = function(time) { + // Check correct time format and split into components + time = time.toString ().match (/^([01]\d|2[0-3])(:)([0-5]\d)(:[0-5]\d)?$/) || [time]; + if (time.length > 1) { // If time format correct + time = time.slice (1); // Remove full string match value + time[5] = +time[0] < 12 ? ' AM' : ' PM'; // Set AM/PM + time[0] = +time[0] % 12 || 12; // Adjust hours + } + return time.join (''); // return adjusted time or original string + };// END convertFrom24() function + + /** + * Converts a 12 hours formated time into a 24 hours formated time + * + * + * @private + * @return {undefined} + */ + jQuery.ptTimeSelect.convertFromAMPM = function(time){ + + var hours = Number(time.match(/^(\d+)/)[1]); + var minutes = Number(time.match(/:(\d+)/)[1]); + var AMPM = time.match(/\s(.*)$/)[1]; + if(AMPM == "PM" && hours<12) hours = hours+12; + if(AMPM == "AM" && hours==12) hours = hours-12; + var sHours = hours.toString(); + var sMinutes = minutes.toString(); + if(hours<10) sHours = "0" + sHours; + if(minutes<10) sMinutes = "0" + sMinutes; + return sHours + ":" + sMinutes; + };// END convertFromAMPM() function + + /** + * Displays the time definition area on the page, right below + * the input field. Also sets the custom colors/css on the + * displayed area to what ever the input element options were + * set with. + * + * @private + * @param {String} uId - Id of the element for whom the area will + * be displayed. This ID was created when the + * ptTimeSelect() method was called. + * @return {undefined} + * + */ + jQuery.ptTimeSelect.openCntr = function (ele) { + jQuery.ptTimeSelect.closeCntr(); + jQuery(".isPtTimeSelectActive").removeClass("isPtTimeSelectActive"); + var cntr = jQuery("#ptTimeSelectCntr"); + var i = jQuery(ele).eq(0).addClass("isPtTimeSelectActive"); + var opt = i.data("ptTimeSelectOptions"); + var style = i.offset(); + var time = ''; + style['z-index'] = opt.zIndex; + style.top = (style.top + i.outerHeight()); + if (opt.containerWidth) { + style.width = opt.containerWidth; + } + if (opt.containerClass) { + cntr.addClass(opt.containerClass); + } + cntr.css(style); + + if(i.attr('type') == 'time'){ + time = jQuery.ptTimeSelect.convertFrom24(i.val()); + }else{ + time = i.val(); + } + + var hr = 1; + var min = '00'; + var tm = 'AM'; + if (time) { + var re = /([0-9]{1,2}).*:.*([0-9]{2}).*(PM|AM)/i; + var match = re.exec(time); + if (match) { + hr = match[1] || 1; + min = match[2] || '00'; + tm = match[3] || 'AM'; + } + } + cntr.find("#ptTimeSelectUserSelHr").empty().append(hr); + cntr.find("#ptTimeSelectUserSelMin").empty().append(min); + cntr.find("#ptTimeSelectUserSelAmPm").empty().append(tm); + cntr.find(".ptTimeSelectTimeLabelsCntr .ptTimeSelectLeftPane") + .empty().append(opt.hoursLabel); + cntr.find(".ptTimeSelectTimeLabelsCntr .ptTimeSelectRightPane") + .empty().append(opt.minutesLabel); + cntr.find("#ptTimeSelectSetButton a").empty().append(opt.setButtonLabel); + if (opt.onBeforeShow) { + opt.onBeforeShow(i, cntr); + } + cntr.slideDown("fast"); + + };// END openCntr() + + /** + * Closes (hides it) the popup container. + * @private + * @param {Object} i - Optional. The input field for which the + * container is being closed. + * @return {undefined} + */ + jQuery.ptTimeSelect.closeCntr = function(i) { + var e = $("#ptTimeSelectCntr"); + if (e.is(":visible") == true) { + + // If IE, then check to make sure it is realy visible + if (jQuery.support.tbody == false) { + if (!(e[0].offsetWidth > 0) && !(e[0].offsetHeight > 0) ) { + return; + } + } + + jQuery('#ptTimeSelectCntr') + .css("display", "none") + .removeClass() + .css("width", ""); + if (!i) { + i = $(".isPtTimeSelectActive"); + } + if (i) { + var opt = i.removeClass("isPtTimeSelectActive") + .data("ptTimeSelectOptions"); + if (opt && opt.onClose) { + opt.onClose(i); + } + } + } + return; + };//end closeCntr() + + /** + * Closes the timePicker popup if user is not longer focused on the + * input field or the timepicker + * + * @private + * @param {jQueryEvent} ev - Event passed in by jQuery + * @return {undefined} + */ + jQuery.ptTimeSelect._doCheckMouseClick = function(ev){ + if (!$("#ptTimeSelectCntr:visible").length) { + return; + } + if ( !jQuery(ev.target).closest("#ptTimeSelectCntr").length + && jQuery(ev.target).not("input.isPtTimeSelectActive").length ){ + jQuery.ptTimeSelect.closeCntr(); + } + + };// jQuery.ptTimeSelect._doCheckMouseClick + + /** + * FUNCTION: $().ptTimeSelect() + * Attaches a ptTimeSelect widget to each matched element. Matched + * elements must be input fields that accept a values (input field). + * Each element, when focused upon, will display a time selection + * popoup where the user can define a time. + * + * @memberOf jQuery + * + * PARAMS: + * + * @param {Object} [opt] - An object with the options for the time selection widget. + * + * @param {String} [opt.containerClass=""] - A class to be associated with the popup widget. + * + * @param {String} [opt.containerWidth=""] - Css width for the container. + * + * @param {String} [opt.hoursLabel="Hours"] - Label for the Hours. + * + * @param {String} [opt.minutesLabel="Minutes"] - Label for the Mintues container. + * + * @param {String} [opt.setButtonLabel="Set"] - Label for the Set button. + * + * @param {String} [opt.popupImage=""] - The html element (ex. img or text) to be appended next to each + * input field and that will display the time select widget upon + * click. + * + * @param {Integer} [opt.zIndex=10] - Integer for the popup widget z-index. + * + * @param {Function} [opt.onBeforeShow=undefined] - Function to be called before the widget is made visible to the + * user. Function is passed 2 arguments: 1) the input field as a + * jquery object and 2) the popup widget as a jquery object. + * + * @param {Function} [opt.onClose=undefined] - Function to be called after closing the popup widget. Function + * is passed 1 argument: the input field as a jquery object. + * + * @param {Bollean} [opt.onFocusDisplay=true] - True or False indicating if popup is auto displayed upon focus + * of the input field. + * + * + * RETURN: + * @return {jQuery} selection + * + * + * + * EXAMPLE: + * @example + * $('#fooTime').ptTimeSelect(); + * + */ + jQuery.fn.ptTimeSelect = function (opt) { + return this.each(function(){ + if(this.nodeName.toLowerCase() != 'input') return; + var e = jQuery(this); + if (e.hasClass('hasPtTimeSelect')){ + return this; + } + var thisOpt = {}; + thisOpt = $.extend(thisOpt, jQuery.ptTimeSelect.options, opt); + e.addClass('hasPtTimeSelect').data("ptTimeSelectOptions", thisOpt); + + //Wrap the input field in a
    element with + // a unique id for later referencing. + if (thisOpt.popupImage || !thisOpt.onFocusDisplay) { + var img = jQuery(' ' + + thisOpt.popupImage + '' + ) + .data("ptTimeSelectEle", e); + e.after(img); + } + if (thisOpt.onFocusDisplay){ + e.focus(function(){ + jQuery.ptTimeSelect.openCntr(this); + }); + } + return this; + }); + };// End of jQuery.fn.ptTimeSelect + +})(jQuery); diff --git a/assets/vendors/tiny-slider/tiny-slider.min.css b/assets/vendors/tiny-slider/tiny-slider.min.css new file mode 100644 index 0000000..14b0d1e --- /dev/null +++ b/assets/vendors/tiny-slider/tiny-slider.min.css @@ -0,0 +1 @@ +.tns-outer{padding:0!important}.tns-outer [hidden]{display:none!important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s,opacity 0s;-moz-transition:transform 0s,opacity 0s;transition:transform 0s,opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto!important}.tns-gallery>.tns-moving{-webkit-transition:all .25s;-moz-transition:all .25s;transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity .6s;-moz-transition:opacity .6s;transition:opacity .6s;opacity:.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;z-index:0}.tns-fadeOut,.tns-normal{opacity:0;z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left} \ No newline at end of file diff --git a/assets/vendors/tiny-slider/tiny-slider.min.js b/assets/vendors/tiny-slider/tiny-slider.min.js new file mode 100644 index 0000000..279461d --- /dev/null +++ b/assets/vendors/tiny-slider/tiny-slider.min.js @@ -0,0 +1 @@ +var tns=function(){var t=window,Ai=t.requestAnimationFrame||t.webkitRequestAnimationFrame||t.mozRequestAnimationFrame||t.msRequestAnimationFrame||function(t){return setTimeout(t,16)},e=window,Ni=e.cancelAnimationFrame||e.mozCancelAnimationFrame||function(t){clearTimeout(t)};function Li(t){for(var e,n,i,a=t||{},o=1,r=arguments.length;o
    ";return o.innerHTML=r,a.appendChild(o),n.appendChild(a),t=Math.abs(a.getBoundingClientRect().left-o.children[67].getBoundingClientRect().left)<2,n.fake?Di(n,i):a.remove(),t}(),n),D=e.tMQ?Bi(e.tMQ):Si(e,"tMQ",function(){if(window.matchMedia||window.msMatchMedia)return!0;var t,e=document,n=Hi(),i=Oi(n),a=e.createElement("div"),o=e.createElement("style"),r="@media all and (min-width:1px){.tns-mq-test{position:absolute}}";return o.type="text/css",a.className="tns-mq-test",n.appendChild(o),n.appendChild(a),o.styleSheet?o.styleSheet.cssText=r:o.appendChild(e.createTextNode(r)),t=window.getComputedStyle?window.getComputedStyle(a).position:a.currentStyle.position,n.fake?Di(n,i):a.remove(),"absolute"===t}(),n),o=e.tTf?Bi(e.tTf):Si(e,"tTf",Ki("transform"),n),r=e.t3D?Bi(e.t3D):Si(e,"t3D",function(t){if(!t)return!1;if(!window.getComputedStyle)return!1;var e,n=document,i=Hi(),a=Oi(i),o=n.createElement("p"),r=9=-ce)return t}:function(){return zt&&W&&!Qt?Q-1:Qt||W?Math.max(0,le-Math.ceil(Wt)):le-1},me=en(sn("startIndex")),ye=me,ge=(tn(),0),xe=Dt?null:he(),be=H.preventActionWhenRunning,we=H.swipeAngle,Ce=!we||"?",Me=!1,Te=H.onInit,Ee=new Zi,Ae=" tns-slider tns-"+H.mode,Ne=V.id||(S=window.tnsId,window.tnsId=S?S+1:1,"tns"+window.tnsId),Le=sn("disable"),Be=!1,Se=H.freezable,He=!(!Se||Dt)&&Tn(),Oe=!1,De={click:ri,keydown:function(t){t=vi(t);var e=[a.LEFT,a.RIGHT].indexOf(t.keyCode);0<=e&&(0===e?et.disabled||ri(t,-1):nt.disabled||ri(t,1))}},ke={click:function(t){if(Me){if(be)return;ai()}var e=hi(t=vi(t));for(;e!==ut&&!qi(e,"data-nav");)e=e.parentNode;{var n,i;qi(e,"data-nav")&&(n=dt=Number(Fi(e,"data-nav")),i=kt||Dt?n*Q/ct:n*Wt,oi(je?n:Math.min(Math.ceil(i),Q-1),t),pt===n&&(Mt&&fi(),dt=-1))}},keydown:function(t){t=vi(t);var e=O.activeElement;if(!qi(e,"data-nav"))return;var n=[a.LEFT,a.RIGHT,a.ENTER,a.SPACE].indexOf(t.keyCode),i=Number(Fi(e,"data-nav"));0<=n&&(0===n?0"," animation"]),(Ge||Qe)&&(Nt={},St=!(Lt={}),Ot=F?function(t,e){return t.x-e.x}:function(t,e){return t.y-e.y}),Dt||$e(Le||He),o&&(de=o,pe="translate",ve=r?(pe+=F?"3d(":"3d(0px, ",F?", 0px, 0px)":", 0px)"):(pe+=F?"X(":"Y(",")")),W&&(V.className=V.className.replace("tns-vpfix","")),function(){ln("gutter");T.className="tns-outer",j.className="tns-inner",T.id=Ne+"-ow",j.id=Ne+"-iw",""===V.id&&(V.id=Ne);Ae+=g||Dt?" tns-subpixel":" tns-no-subpixel",Ae+=y?" tns-calc":" tns-no-calc",Dt&&(Ae+=" tns-autowidth");Ae+=" tns-"+H.axis,V.className+=Ae,W?((M=O.createElement("div")).id=Ne+"-mw",M.className="tns-ovh",T.appendChild(M),M.appendChild(j)):T.appendChild(j);{Xt&&((M||j).className+=" tns-ah")}if(E.insertBefore(T,V),j.appendChild(V),Ii(G,function(t,e){zi(t,"tns-item"),t.id||(t.id=Ne+"-item"+e),!W&&I&&zi(t,I),ji(t,{"aria-hidden":"true",tabindex:"-1"})}),ue){for(var t=O.createDocumentFragment(),e=O.createDocumentFragment(),n=ue;n--;){var i,a=n%Q,o=G[a].cloneNode(!0);zi(o,Ye),Vi(o,"id"),e.insertBefore(o,e.firstChild),W&&(i=G[Q-1-a].cloneNode(!0),zi(i,Ye),Vi(i,"id"),t.appendChild(i))}V.insertBefore(t,V.firstChild),V.appendChild(e),G=V.children}}(),function(){if(!W)for(var t=me,e=me+Math.min(Q,Wt);t .tns-item","font-size:"+m.getComputedStyle(G[0]).fontSize+";",Ri(ie)),ki(ie,"#"+Ne,"font-size:0;",Ri(ie))):W&&Ii(G,function(t,e){var n;t.style.marginLeft=(n=e,y?y+"("+100*n+"% / "+le+")":100*n/le+"%")}));{D?(x&&(o=M&&H.autoHeight?hn(H.speed):"",ki(ie,"#"+Ne+"-mw",o,Ri(ie))),o=cn(H.edgePadding,H.gutter,H.fixedWidth,H.speed,H.autoHeight),ki(ie,"#"+Ne+"-iw",o,Ri(ie)),W&&(o=F&&!Dt?"width:"+fn(H.fixedWidth,H.gutter,H.items)+";":"",x&&(o+=hn(Vt)),ki(ie,"#"+Ne,o,Ri(ie))),o=F&&!Dt?dn(H.fixedWidth,H.gutter,H.items):"",H.gutter&&(o+=pn(H.gutter)),W||(x&&(o+=hn(Vt)),b&&(o+=mn(Vt)))):(W&&Xt&&(M.style[x]=Vt/1e3+"s"),j.style.cssText=cn(Rt,It,kt,Xt),W&&F&&!Dt&&(V.style.width=fn(kt,It,Wt)),o=F&&!Dt?dn(kt,It,Wt):"",It&&(o+=pn(It))),o&&ki(ie,"#"+Ne+" > .tns-item",o,Ri(ie))}if(P&&D)for(var i in P){i=parseInt(i);var a=P[i],o="",r="",u="",l="",s="",c=Dt?null:sn("items",i),f=sn("fixedWidth",i),d=sn("speed",i),p=sn("edgePadding",i),v=sn("autoHeight",i),h=sn("gutter",i);x&&M&&sn("autoHeight",i)&&"speed"in a&&(r="#"+Ne+"-mw{"+hn(d)+"}"),("edgePadding"in a||"gutter"in a)&&(u="#"+Ne+"-iw{"+cn(p,h,f,d,v)+"}"),W&&F&&!Dt&&("fixedWidth"in a||"items"in a||kt&&"gutter"in a)&&(l="width:"+fn(f,h,c)+";"),x&&"speed"in a&&(l+=hn(d)),l=l&&"#"+Ne+"{"+l+"}",("fixedWidth"in a||kt&&"gutter"in a||!W&&"items"in a)&&(s+=dn(f,h,c)),"gutter"in a&&(s+=pn(h)),!W&&"speed"in a&&(x&&(s+=hn(d)),b&&(s+=mn(d))),(o=r+u+l+(s=s&&"#"+Ne+" > .tns-item{"+s+"}"))&&ie.insertRule("@media (min-width: "+i/16+"em) {"+o+"}",ie.cssRules.length)}}(),yn();var _e=Qt?W?function(){var t=ge,e=xe;t+=qt,e-=qt,Rt?(t+=1,--e):kt&&(Pt+It)%(kt+It)&&--e,ue&&(e=parseInt(i)&&t in P[i]&&(n=P[i][t]);return"slideBy"===t&&"page"===n&&(n=sn("items")),W||"slideBy"!==t&&"items"!==t||(n=Math.floor(n)),n}function cn(t,e,n,i,a){var o,r,u="";return void 0!==t?(o=t,e&&(o-=e),u=F?"margin: 0 "+o+"px 0 "+t+"px;":"margin: "+t+"px 0 "+o+"px 0;"):e&&!n&&(r="-"+e+"px",u="margin: 0 "+(F?r+" 0 0":"0 "+r+" 0")+";"),!W&&a&&x&&i&&(u+=hn(i)),u}function fn(t,e,n){return t?(t+e)*le+"px":y?y+"("+100*le+"% / "+n+")":100*le/n+"%"}function dn(t,e,n){var i,a;return a="width:"+(a=t?t+e+"px":(W||(n=Math.floor(n)),i=W?le:n,y?y+"(100% / "+i+")":100/i+"%")),"inner"!==z?a+";":a+" !important;"}function pn(t){return!1!==t?(F?"padding-":"margin-")+(F?"right":"bottom")+": "+t+"px;":""}function vn(t,e){var n=t.substring(0,t.length-e).toLowerCase();return n=n&&"-"+n+"-"}function hn(t){return vn(x,18)+"transition-duration:"+t/1e3+"s;"}function mn(t){return vn(b,17)+"animation-duration:"+t/1e3+"s;"}function yn(){var t;ln("autoHeight")||Dt||!F?(Ii(t=V.querySelectorAll("img"),function(t){var e=t.src;ae||(e&&e.indexOf("data:image")<0?(t.src="",Ui(t,Je),zi(t,"loading"),t.src=e):kn(t))}),Ai(function(){zn(Gi(t),function(){L=!0})}),ln("autoHeight")&&(t=In(me,Math.min(me+Wt-1,le-1))),ae?gn():Ai(function(){zn(Gi(t),gn)})):(W&&$n(),bn(),wn())}function gn(){var i;Dt&&1slide '+Hn()+" of "+Q+"
    "),B=T.querySelector(".tns-liveregion .current"),Ve&&(t=Zt?"stop":"start",xt?ji(xt,{"data-action":t}):H.autoplayButtonOutput&&(T.insertAdjacentHTML(rn(H.autoplayPosition),'"),xt=T.querySelector("[data-action]")),xt&&Ui(xt,{click:di}),Zt&&(ci(),ee&&Ui(V,Re),ne&&Ui(V,Ie))),Fe){var e,n;if(ut)ji(ut,{"aria-label":"Carousel Pagination"}),Ii(st=ut.children,function(t,e){ji(t,{"data-nav":e,tabindex:"-1","aria-label":mt+(e+1),"aria-controls":Ne})});else{for(var i="",a=je?"":'style="display:none"',o=0;o';i='
    '+i+"
    ",T.insertAdjacentHTML(rn(H.navPosition),i),ut=T.querySelector(".tns-nav"),st=ut.children}Ti(),x&&(e=x.substring(0,x.length-18).toLowerCase(),n="transition: all "+Vt/1e3+"s",e&&(n="-"+e+"-"+n),ki(ie,"[aria-controls^="+Ne+"-item]",n,Ri(ie))),ji(st[pt],{"aria-label":mt+(pt+1)+yt}),Vi(st[pt],"tabindex"),zi(st[pt],ht),Ui(ut,ke)}qe&&($||et&&nt||(T.insertAdjacentHTML(rn(H.controlsPosition),'
    "),$=T.querySelector(".tns-controls")),et&&nt||(et=$.children[0],nt=$.children[1]),H.controlsContainer&&ji($,{"aria-label":"Carousel Navigation",tabindex:"0"}),(H.controlsContainer||H.prevButton&&H.nextButton)&&ji([et,nt],{"aria-controls":Ne,tabindex:"-1"}),(H.controlsContainer||H.prevButton&&H.nextButton)&&(ji(et,{"data-controls":"prev"}),ji(nt,{"data-controls":"next"})),ot=Qn(et),rt=Qn(nt),Kn(),$?Ui($,De):(Ui(et,De),Ui(nt,De))),An()}function wn(){var t;W&&s&&((t={})[s]=ai,Ui(V,t)),Ut&&Ui(V,ze,H.preventScrollOnTouch),_t&&Ui(V,We),jt&&Ui(O,Pe),"inner"===z?Ee.on("outerResized",function(){Mn(),Ee.emit("innerLoaded",Ei())}):(P||kt||Dt||Xt||!F)&&Ui(m,{resize:Cn}),Xt&&("outer"===z?Ee.on("innerLoaded",Pn):Le||Pn()),Dn(),Le?Bn():He&&Ln(),Ee.on("indexChanged",Wn),"inner"===z&&Ee.emit("innerLoaded",Ei()),"function"==typeof Te&&Te(Ei()),Y=!0}function Cn(t){Ai(function(){Mn(vi(t))})}function Mn(t){var e,n,i,a,o,r,u,l,s,c,f,d,p,v,h,m,y,g,x,b,w,C,M,T,E,A,N,L,B,S;Y&&("outer"===z&&Ee.emit("outerResized",Ei(t)),X=on(),n=q,i=!1,P&&(En(),(e=n!==q)&&Ee.emit("newBreakpointStart",Ei(t))),r=Wt,u=Le,l=He,s=jt,c=Yt,f=Jt,d=Ut,p=_t,v=Zt,h=ee,m=ne,y=me,e&&(g=kt,x=Xt,b=Kt,w=zt,C=te,D||(M=It,T=Rt)),jt=sn("arrowKeys"),Yt=sn("controls"),Jt=sn("nav"),Ut=sn("touch"),zt=sn("center"),_t=sn("mouseDrag"),Zt=sn("autoplay"),ee=sn("autoplayHoverPause"),ne=sn("autoplayResetOnVisibility"),e&&(Le=sn("disable"),kt=sn("fixedWidth"),Vt=sn("speed"),Xt=sn("autoHeight"),Kt=sn("controlsText"),te=sn("autoplayText"),$t=sn("autoplayTimeout"),D||(Rt=sn("edgePadding"),It=sn("gutter"))),$e(Le),Pt=un(),F&&!Dt||Le||(jn(),F||(Ci(),i=!0)),(kt||Dt)&&(ce=_n(),xe=he()),(e||kt)&&(Wt=sn("items"),qt=sn("slideBy"),(o=Wt!==r)&&(kt||Dt||(xe=he()),_e())),e&&Le!==u&&(Le?Bn:function(){if(!Be)return;if(ie.disabled=!1,V.className+=Ae,$n(),Qt)for(var t=ue;t--;)W&&Xi(G[t]),Xi(G[le-t-1]);if(!W)for(var e=me,n=me+Q;e .tns-item",L,Ri(ie)))),Xt&&Pn(),i&&($n(),ye=me)),e&&Ee.emit("newBreakpointEnd",Ei(t)))}function Tn(){if(!kt&&!Dt)return Q<=(zt?Wt-(Wt-1)/2:Wt);var t=kt?(kt+It)*Q:N[Q],e=Rt?Pt+2*Rt:Pt+It;return zt&&(e-=kt?(Pt-kt)/2:(Pt-(N[me+1]-N[me]-It))/2),t<=e}function En(){for(var t in q=0,P)(t=parseInt(t))<=X&&(q=t)}function An(){!Zt&&xt&&Qi(xt),!Jt&&ut&&Qi(ut),Yt||($?Qi($):(et&&Qi(et),nt&&Qi(nt)))}function Nn(){Zt&&xt&&Xi(xt),Jt&&ut&&Xi(ut),Yt&&($?Xi($):(et&&Xi(et),nt&&Xi(nt)))}function Ln(){if(!Oe){if(Rt&&(j.style.margin="0px"),ue)for(var t="tns-transparent",e=ue;e--;)W&&zi(G[e],t),zi(G[le-e-1],t);An(),Oe=!0}}function Bn(){if(!Be){if(ie.disabled=!0,V.className=V.className.replace(Ae.substring(1),""),Vi(V,["style"]),Qt)for(var t=ue;t--;)W&&Qi(G[t]),Qi(G[le-t-1]);if(F&&W||Vi(j,["style"]),!W)for(var e=me,n=me+Q;e=N[le-1])me=xe;else for(var n=0;n=N[n];)e>N[me=n]&&a<0&&(me+=1),n++}ni(i,a),Ee.emit(mi(i)?"touchEnd":"dragEnd",Ei(i))}):Ce&&ri(i,0 + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/vendors/treck-icons/fonts/icomoon-orkqwr.ttf b/assets/vendors/treck-icons/fonts/icomoon-orkqwr.ttf new file mode 100644 index 0000000..54fda95 Binary files /dev/null and b/assets/vendors/treck-icons/fonts/icomoon-orkqwr.ttf differ diff --git a/assets/vendors/treck-icons/fonts/icomoon-orkqwr.woff b/assets/vendors/treck-icons/fonts/icomoon-orkqwr.woff new file mode 100644 index 0000000..e9ee294 Binary files /dev/null and b/assets/vendors/treck-icons/fonts/icomoon-orkqwr.woff differ diff --git a/assets/vendors/treck-icons/style.css b/assets/vendors/treck-icons/style.css new file mode 100644 index 0000000..e503c28 --- /dev/null +++ b/assets/vendors/treck-icons/style.css @@ -0,0 +1,251 @@ +@font-face { + font-family: 'icomoon'; + src: url('fonts/icomoon-orkqwr.eot'); + src: url('fonts/icomoon-orkqwr.eot#iefix') format('embedded-opentype'), + url('fonts/icomoon-orkqwr.ttf') format('truetype'), + url('fonts/icomoon-orkqwr.woff') format('woff'), + url('fonts/icomoon-orkqwr.svg#icomoon') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +[class^="icon-"], +[class*=" icon-"] { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'icomoon' !important; + speak: never; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + + + + + +.icon-magnifying-glass:before { + content: "\e900"; +} + +.icon-success:before { + content: "\e901"; +} + +.icon-group:before { + content: "\e902"; +} + +.icon-chatting:before { + content: "\e903"; +} + +.icon-down:before { + content: "\e904"; +} + +.icon-minus:before { + content: "\e905"; +} + +.icon-shopping-cart:before { + content: "\e906"; +} + +.icon-plus:before { + content: "\e907"; +} + +.icon-licensing:before { + content: "\e908"; +} + +.icon-immigration:before { + content: "\e909"; +} + +.icon-deal:before { + content: "\e90a"; +} + +.icon-visa:before { + content: "\e90b"; +} + +.icon-document:before { + content: "\e90c"; +} + +.icon-success-1:before { + content: "\e90d"; +} + +.icon-chat:before { + content: "\e90e"; +} + +.icon-buildings:before { + content: "\e90f"; +} + +.icon-exchange:before { + content: "\e910"; +} + +.icon-application:before { + content: "\e911"; +} + +.icon-passport:before { + content: "\e912"; +} + +.icon-real-estate:before { + content: "\e913"; +} + +.icon-reading-book:before { + content: "\e914"; +} + +.icon-suitcase:before { + content: "\e915"; +} + +.icon-tour-guide:before { + content: "\e916"; +} + +.icon-clock:before { + content: "\e917"; +} + +.icon-consultant:before { + content: "\e918"; +} + +.icon-international-passport:before { + content: "\e919"; +} + +.icon-marketing:before { + content: "\e91a"; +} + +.icon-passport-1:before { + content: "\e91b"; +} + +.icon-passport-2:before { + content: "\e91c"; +} + +.icon-pdf-file:before { + content: "\e91d"; +} + +.icon-individual:before { + content: "\e91e"; +} + +.icon-report-card:before { + content: "\e91f"; +} + +.icon-time-check:before { + content: "\e920"; +} + +.icon-books:before { + content: "\e921"; +} + +.icon-stamp:before { + content: "\e922"; +} + +.icon-submit:before { + content: "\e923"; +} + +.icon-digitalization:before { + content: "\e924"; +} + +.icon-application-1:before { + content: "\e925"; +} + +.icon-education:before { + content: "\e926"; +} + +.icon-goals:before { + content: "\e927"; +} + +.icon-theater:before { + content: "\e928"; +} + +.icon-megaphone:before { + content: "\e929"; +} + +.icon-right-arrow:before { + content: "\e92a"; +} + +.icon-left-arrow:before { + content: "\e92b"; +} + +.icon-up-arrow:before { + content: "\e92c"; +} + +.icon-down-arrow:before { + content: "\e92d"; +} + +.icon-consulting:before { + content: "\e92e"; +} + +.icon-passport-3:before { + content: "\e92f"; +} + +.icon-tourist:before { + content: "\e930"; +} + +.icon-up-right:before { + content: "\e931"; +} + +.icon-graduating-student:before { + content: "\e932"; +} + +.icon-check:before { + content: "\e933"; +} + +.icon-condominium:before { + content: "\e934"; +} + +.icon-passport-4:before { + content: "\e935"; +} + +.icon-life-insurance:before { + content: "\e936"; +} \ No newline at end of file diff --git a/assets/vendors/vegas/vegas.min.css b/assets/vendors/vegas/vegas.min.css new file mode 100644 index 0000000..2cca0e7 --- /dev/null +++ b/assets/vendors/vegas/vegas.min.css @@ -0,0 +1,2 @@ +.vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer,.vegas-wrapper{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-overlay{opacity:.5;background:url("https://bracketweb.com/treck-html/main-html/assets/vendors/vegas/overlays/02.png") center center}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0;height:100%;background:#fff;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform,opacity}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide,body.vegas-container>.vegas-timer{position:fixed;z-index:-1}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px) brightness(1.01);filter:blur(32px) brightness(1.01)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0) brightness(1.01);filter:blur(0) brightness(1.01)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-slideDown,.vegas-transition-slideDown2{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown2-out{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideLeft2-out,.vegas-transition-slideRight,.vegas-transition-slideRight2{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideRight2-out{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideUp2-out{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out,.vegas-transition-swirlRight,.vegas-transition-swirlRight2{-webkit-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out,.vegas-transition-zoomOut,.vegas-transition-zoomOut2{-webkit-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}} +/*# sourceMappingURL=vegas.min.css.map */ diff --git a/assets/vendors/vegas/vegas.min.js b/assets/vendors/vegas/vegas.min.js new file mode 100644 index 0000000..8d1fd38 --- /dev/null +++ b/assets/vendors/vegas/vegas.min.js @@ -0,0 +1,11 @@ +/*!----------------------------------------------------------------------------- + * Vegas - Fullscreen Backgrounds and Slideshows. + * v2.4.4 - built 2018-10-30 + * Licensed under the MIT License. + * http://vegas.jaysalvat.com/ + * ---------------------------------------------------------------------------- + * Copyright (C) 2010-2018 Jay Salvat + * http://jaysalvat.com/ + * --------------------------------------------------------------------------*/ +!function(b){"use strict";var e={slide:0,delay:5e3,loop:!0,preload:!1,preloadImage:!1,preloadVideo:!1,timer:!0,overlay:!1,autoplay:!0,shuffle:!1,cover:!0,color:null,align:"center",valign:"center",firstTransition:null,firstTransitionDuration:null,transition:"fade",transitionDuration:1e3,transitionRegister:[],animation:null,animationDuration:"auto",animationRegister:[],slidesToKeep:1,init:function(){},play:function(){},pause:function(){},walk:function(){},slides:[]},n={},t=function(t,s){this.elmt=t,this.settings=b.extend({},e,b.vegas.defaults,s),this.slide=this.settings.slide,this.total=this.settings.slides.length,this.noshow=this.total<2,this.paused=!this.settings.autoplay||this.noshow,this.ended=!1,this.$elmt=b(t),this.$timer=null,this.$overlay=null,this.$slide=null,this.timeout=null,this.first=!0,this.transitions=["fade","fade2","blur","blur2","flash","flash2","negative","negative2","burn","burn2","slideLeft","slideLeft2","slideRight","slideRight2","slideUp","slideUp2","slideDown","slideDown2","zoomIn","zoomIn2","zoomOut","zoomOut2","swirlLeft","swirlLeft2","swirlRight","swirlRight2"],this.animations=["kenburns","kenburnsLeft","kenburnsRight","kenburnsUp","kenburnsUpLeft","kenburnsUpRight","kenburnsDown","kenburnsDownLeft","kenburnsDownRight"],this.settings.transitionRegister instanceof Array==!1&&(this.settings.transitionRegister=[this.settings.transitionRegister]),this.settings.animationRegister instanceof Array==!1&&(this.settings.animationRegister=[this.settings.animationRegister]),this.transitions=this.transitions.concat(this.settings.transitionRegister),this.animations=this.animations.concat(this.settings.animationRegister),this.support={objectFit:"objectFit"in document.body.style,transition:"transition"in document.body.style||"WebkitTransition"in document.body.style,video:b.vegas.isVideoCompatible()},!0===this.settings.shuffle&&this.shuffle(),this._init()};t.prototype={_init:function(){var t,s,i,e="BODY"===this.elmt.tagName,n=this.settings.timer,o=this.settings.overlay,a=this;this._preload(),e||(this.$elmt.css("height",this.$elmt.css("height")),t=b('
    ').css("overflow",this.$elmt.css("overflow")).css("padding",this.$elmt.css("padding")),this.$elmt.css("padding")||t.css("padding-top",this.$elmt.css("padding-top")).css("padding-bottom",this.$elmt.css("padding-bottom")).css("padding-left",this.$elmt.css("padding-left")).css("padding-right",this.$elmt.css("padding-right")),this.$elmt.clone(!0).children().appendTo(t),this.elmt.innerHTML=""),n&&this.support.transition&&(i=b('
    '),this.$timer=i,this.$elmt.prepend(i)),o&&(s=b('
    '),"string"==typeof o&&s.css("background-image","url("+o+")"),this.$overlay=s,this.$elmt.prepend(s)),this.$elmt.addClass("vegas-container"),e||this.$elmt.append(t),setTimeout(function(){a.trigger("init"),a._goto(a.slide),a.settings.autoplay&&a.trigger("play")},1)},_preload:function(){var t;for(t=0;t
    '),this.support.transition&&f&&s.addClass("vegas-transition-"+f),this.support.video&&h?((n=h instanceof Array?this._video(h):this._video(h.src)).loop=void 0===h.loop||h.loop,n.muted=void 0===h.mute||h.mute,!1===n.muted?(n.volume=0,this._fadeInSound(n,v)):n.pause(),e=b(n).addClass("vegas-video").css("background-color",c),this.support.objectFit?e.css("object-position",l+" "+g).css("object-fit",u).css("width","100%").css("height","100%"):"contain"===u&&e.css("width","100%").css("height","100%"),s.append(e)):(o=new Image,i=b('
    ').css("background-image",'url("'+r+'")').css("background-color",c).css("background-position",l+" "+g),"repeat"===u?i.css("background-repeat","repeat"):i.css("background-size",u),this.support.transition&&y&&i.addClass("vegas-animation-"+y).css("animation-duration",_+"ms"),s.append(i)),this.support.transition||s.css("display","none"),m?a.eq(m-1).after(s):this.$elmt.prepend(s),a.css("transition","all 0ms").each(function(){this.className="vegas-slide","VIDEO"===this.tagName&&(this.className+=" vegas-video"),f&&(this.className+=" vegas-transition-"+f,this.className+=" vegas-transition-"+f+"-in")}),p._timer(!1),n?(4===n.readyState&&(n.currentTime=0),n.play(),w()):(o.src=r,o.complete?w():o.onload=w)},_end:function(){this.settings.autoplay?this.ended=!1:this.ended=!0,this._timer(!1),this.trigger("end")},shuffle:function(){for(var t,s,i=this.total-1;0this.total-1||t===this.slide||(this.slide=t,this._goto(this.slide))},next:function(){if(this.slide++,this.slide>=this.total){if(!this.settings.loop)return this._end();this.slide=0}this._goto(this.slide)},previous:function(){if(this.slide--,this.slide<0){if(!this.settings.loop)return void this.slide++;this.slide=this.total-1}this._goto(this.slide)},trigger:function(t){var s=[];s="init"===t?[this.settings]:[this.slide,this.settings.slides[this.slide]],this.$elmt.trigger("vegas"+t,s),"function"==typeof this.settings[t]&&this.settings[t].apply(this.$elmt,s)},options:function(t,s){var i=this.settings.slides.slice();if("object"==typeof t)this.settings=b.extend({},e,b.vegas.defaults,t);else{if("string"!=typeof t)return this.settings;if(void 0===s)return this.settings[t];this.settings[t]=s}this.settings.slides!==i&&(this.total=this.settings.slides.length,this.noshow=this.total<2,this._preload())},destroy:function(){clearTimeout(this.timeout),this.$elmt.removeClass("vegas-container"),this.$elmt.find("> .vegas-slide").remove(),this.$elmt.find("> .vegas-wrapper").clone(!0).children().appendTo(this.$elmt),this.$elmt.find("> .vegas-wrapper").remove(),this.settings.timer&&this.$timer.remove(),this.settings.overlay&&this.$overlay.remove(),this.elmt._vegas=null}},b.fn.vegas=function(s){var i,e=arguments,n=!1;if(void 0===s||"object"==typeof s)return this.each(function(){this._vegas||(this._vegas=new t(this,s))});if("string"==typeof s){if(this.each(function(){var t=this._vegas;if(!t)throw new Error("No Vegas applied to this element.");"function"==typeof t[s]&&"_"!==s[0]?i=t[s].apply(t,[].slice.call(e,1)):n=!0}),n)throw new Error('No method "'+s+'" in Vegas.');return void 0!==i?i:this}},b.vegas={},b.vegas.defaults=e,b.vegas.isVideoCompatible=function(){return!/(Android|webOS|Phone|iPad|iPod|BlackBerry|Windows Phone)/i.test(navigator.userAgent)}}(window.jQuery||window.Zepto); +//# sourceMappingURL=vegas.min.js.map diff --git a/assets/vendors/wnumb/wNumb.min.js b/assets/vendors/wnumb/wNumb.min.js new file mode 100644 index 0000000..bb8f177 --- /dev/null +++ b/assets/vendors/wnumb/wNumb.min.js @@ -0,0 +1 @@ +!function(e){"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?module.exports=e():window.wNumb=e()}(function(){"use strict";var o=["decimals","thousand","mark","prefix","suffix","encoder","decoder","negativeBefore","negative","edit","undo"];function w(e){return e.split("").reverse().join("")}function h(e,t){return e.substring(0,t.length)===t}function f(e,t,n){if((e[t]||e[n])&&e[t]===e[n])throw new Error(t)}function x(e){return"number"==typeof e&&isFinite(e)}function n(e,t,n,r,i,o,f,u,s,c,a,p){var d,l,h,g=p,v="",m="";return o&&(p=o(p)),!!x(p)&&(!1!==e&&0===parseFloat(p.toFixed(e))&&(p=0),p<0&&(d=!0,p=Math.abs(p)),!1!==e&&(p=function(e,t){return e=e.toString().split("e"),(+((e=(e=Math.round(+(e[0]+"e"+(e[1]?+e[1]+t:t)))).toString().split("e"))[0]+"e"+(e[1]?e[1]-t:-t))).toFixed(t)}(p,e)),-1!==(p=p.toString()).indexOf(".")?(h=(l=p.split("."))[0],n&&(v=n+l[1])):h=p,t&&(h=w((h=w(h).match(/.{1,3}/g)).join(w(t)))),d&&u&&(m+=u),r&&(m+=r),d&&s&&(m+=s),m+=h,m+=v,i&&(m+=i),c&&(m=c(m,g)),m)}function r(e,t,n,r,i,o,f,u,s,c,a,p){var d,l="";return a&&(p=a(p)),!(!p||"string"!=typeof p)&&(u&&h(p,u)&&(p=p.replace(u,""),d=!0),r&&h(p,r)&&(p=p.replace(r,"")),s&&h(p,s)&&(p=p.replace(s,""),d=!0),i&&function(e,t){return e.slice(-1*t.length)===t}(p,i)&&(p=p.slice(0,-1*i.length)),t&&(p=p.split(t).join("")),n&&(p=p.replace(n,".")),d&&(l+="-"),""!==(l=(l+=p).replace(/[^0-9\.\-.]/g,""))&&(l=Number(l),f&&(l=f(l)),!!x(l)&&l))}function i(e,t,n){var r,i=[];for(r=0;rb;b++)if(b in this&&this[b]===a)return b;return-1};b=function(){function a(){}return a.prototype.extend=function(a,b){var c,d;for(c in b)d=b[c],null==a[c]&&(a[c]=d);return a},a.prototype.isMobile=function(a){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(a)},a}(),c=this.WeakMap||this.MozWeakMap||(c=function(){function a(){this.keys=[],this.values=[]}return a.prototype.get=function(a){var b,c,d,e,f;for(f=this.keys,b=d=0,e=f.length;e>d;b=++d)if(c=f[b],c===a)return this.values[b]},a.prototype.set=function(a,b){var c,d,e,f,g;for(g=this.keys,c=e=0,f=g.length;f>e;c=++e)if(d=g[c],d===a)return void(this.values[c]=b);return this.keys.push(a),this.values.push(b)},a}()),a=this.MutationObserver||this.WebkitMutationObserver||this.MozMutationObserver||(a=function(){function a(){console.warn("MutationObserver is not supported by your browser."),console.warn("WOW.js cannot detect dom mutations, please call .sync() after loading new content.")}return a.notSupported=!0,a.prototype.observe=function(){},a}()),this.WOW=function(){function f(a){null==a&&(a={}),this.scrollCallback=d(this.scrollCallback,this),this.scrollHandler=d(this.scrollHandler,this),this.start=d(this.start,this),this.scrolled=!0,this.config=this.util().extend(a,this.defaults),this.animationNameCache=new c}return f.prototype.defaults={boxClass:"wow",animateClass:"animated",offset:0,mobile:!0,live:!0},f.prototype.init=function(){var a;return this.element=window.document.documentElement,"interactive"===(a=document.readyState)||"complete"===a?this.start():document.addEventListener("DOMContentLoaded",this.start),this.finished=[]},f.prototype.start=function(){var b,c,d,e;if(this.stopped=!1,this.boxes=function(){var a,c,d,e;for(d=this.element.querySelectorAll("."+this.config.boxClass),e=[],a=0,c=d.length;c>a;a++)b=d[a],e.push(b);return e}.call(this),this.all=function(){var a,c,d,e;for(d=this.boxes,e=[],a=0,c=d.length;c>a;a++)b=d[a],e.push(b);return e}.call(this),this.boxes.length)if(this.disabled())this.resetStyle();else{for(e=this.boxes,c=0,d=e.length;d>c;c++)b=e[c],this.applyStyle(b,!0);window.addEventListener("scroll",this.scrollHandler,!1),window.addEventListener("resize",this.scrollHandler,!1),this.interval=setInterval(this.scrollCallback,50)}return this.config.live?new a(function(a){return function(b){var c,d,e,f,g;for(g=[],e=0,f=b.length;f>e;e++)d=b[e],g.push(function(){var a,b,e,f;for(e=d.addedNodes||[],f=[],a=0,b=e.length;b>a;a++)c=e[a],f.push(this.doSync(c));return f}.call(a));return g}}(this)).observe(document.body,{childList:!0,subtree:!0}):void 0},f.prototype.stop=function(){return this.stopped=!0,window.removeEventListener("scroll",this.scrollHandler,!1),window.removeEventListener("resize",this.scrollHandler,!1),null!=this.interval?clearInterval(this.interval):void 0},f.prototype.sync=function(){return a.notSupported?this.doSync(this.element):void 0},f.prototype.doSync=function(a){var b,c,d,f,g;if(!this.stopped){if(null==a&&(a=this.element),1!==a.nodeType)return;for(a=a.parentNode||a,f=a.querySelectorAll("."+this.config.boxClass),g=[],c=0,d=f.length;d>c;c++)b=f[c],e.call(this.all,b)<0?(this.applyStyle(b,!0),this.boxes.push(b),this.all.push(b),g.push(this.scrolled=!0)):g.push(void 0);return g}},f.prototype.show=function(a){return this.applyStyle(a),a.className=""+a.className+" "+this.config.animateClass},f.prototype.applyStyle=function(a,b){var c,d,e;return d=a.getAttribute("data-wow-duration"),c=a.getAttribute("data-wow-delay"),e=a.getAttribute("data-wow-iteration"),this.animate(function(f){return function(){return f.customStyle(a,b,d,c,e)}}(this))},f.prototype.animate=function(){return"requestAnimationFrame"in window?function(a){return window.requestAnimationFrame(a)}:function(a){return a()}}(),f.prototype.resetStyle=function(){var a,b,c,d,e;for(d=this.boxes,e=[],b=0,c=d.length;c>b;b++)a=d[b],e.push(a.setAttribute("style","visibility: visible;"));return e},f.prototype.customStyle=function(a,b,c,d,e){return b&&this.cacheAnimationName(a),a.style.visibility=b?"hidden":"visible",c&&this.vendorSet(a.style,{animationDuration:c}),d&&this.vendorSet(a.style,{animationDelay:d}),e&&this.vendorSet(a.style,{animationIterationCount:e}),this.vendorSet(a.style,{animationName:b?"none":this.cachedAnimationName(a)}),a},f.prototype.vendors=["moz","webkit"],f.prototype.vendorSet=function(a,b){var c,d,e,f;f=[];for(c in b)d=b[c],a[""+c]=d,f.push(function(){var b,f,g,h;for(g=this.vendors,h=[],b=0,f=g.length;f>b;b++)e=g[b],h.push(a[""+e+c.charAt(0).toUpperCase()+c.substr(1)]=d);return h}.call(this));return f},f.prototype.vendorCSS=function(a,b){var c,d,e,f,g,h;for(d=window.getComputedStyle(a),c=d.getPropertyCSSValue(b),h=this.vendors,f=0,g=h.length;g>f;f++)e=h[f],c=c||d.getPropertyCSSValue("-"+e+"-"+b);return c},f.prototype.animationName=function(a){var b;try{b=this.vendorCSS(a,"animation-name").cssText}catch(c){b=window.getComputedStyle(a).getPropertyValue("animation-name")}return"none"===b?"":b},f.prototype.cacheAnimationName=function(a){return this.animationNameCache.set(a,this.animationName(a))},f.prototype.cachedAnimationName=function(a){return this.animationNameCache.get(a)},f.prototype.scrollHandler=function(){return this.scrolled=!0},f.prototype.scrollCallback=function(){var a;return!this.scrolled||(this.scrolled=!1,this.boxes=function(){var b,c,d,e;for(d=this.boxes,e=[],b=0,c=d.length;c>b;b++)a=d[b],a&&(this.isVisible(a)?this.show(a):e.push(a));return e}.call(this),this.boxes.length||this.config.live)?void 0:this.stop()},f.prototype.offsetTop=function(a){for(var b;void 0===a.offsetTop;)a=a.parentNode;for(b=a.offsetTop;a=a.offsetParent;)b+=a.offsetTop;return b},f.prototype.isVisible=function(a){var b,c,d,e,f;return c=a.getAttribute("data-wow-offset")||this.config.offset,f=window.pageYOffset,e=f+Math.min(this.element.clientHeight,innerHeight)-c,d=this.offsetTop(a),b=d+a.clientHeight,e>=d&&b>=f},f.prototype.util=function(){return null!=this._util?this._util:this._util=new b},f.prototype.disabled=function(){return!this.config.mobile&&this.util().isMobile(navigator.userAgent)},f}()}).call(this); \ No newline at end of file diff --git a/footer.php b/footer.php new file mode 100644 index 0000000..491cd16 --- /dev/null +++ b/footer.php @@ -0,0 +1,216 @@ + + + + +
    + + +
    +
    + +
    +
    + +
    + + + + +
    + + +
    + + +
    + +
    + + +
    +
    + +
    +
    + + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/header.php b/header.php new file mode 100644 index 0000000..0e551ff --- /dev/null +++ b/header.php @@ -0,0 +1,328 @@ + + + + + + Home One || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    + +
    + + diff --git a/index.php b/index.php new file mode 100644 index 0000000..d51eb01 --- /dev/null +++ b/index.php @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index2.html b/index2.html new file mode 100644 index 0000000..9a3fc9b --- /dev/null +++ b/index2.html @@ -0,0 +1,2494 @@ + + + + + + + Home Two || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
      +
    • +
      + +
      +
      +

      30 Broklyn Golden Street. USA

      +
      +
    • +
    • +
      + +
      + +
    • +
    • +
      + +
      +
      +

      Mon - Fri 8.00 am - 6.00 pm

      +
      +
    • +
    +
    +
    + + +
    +
    +
    + +
    + + + + +
    + +
    + + + +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +

    00

    +

    Years of Experience

    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + About treck agency +
    +
    +

    Providing the Best Visa + Services to Clients

    +
    +

    There are many variations of passages of available but the + majority have suffered alteration in some form, by injected hum randomised words which + don't simply free text now slightly.

    +
      +
    • +
      + +
      +
      +

      Ready to Help
      You in Immigration

      +
      +
    • +
    • +
      + +
      +
      +

      Works Fast & We’re +
      Cost Effective

      +
      +
    • +
    +
    +

    Construction

    +
    +
    +
    90%
    +
    +
    +
    +
    + +
    +
    + +
    +
    +

    Have Question?

    +

    Free +92 (8800) - 9850

    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    + Our countries list +
    +
    +

    Select the Country of +
    Your Choice

    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    + +
    +
    + +
    +

    Excellence +
    in Visa & Immigration

    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + Coaching we offer +
    +
    +

    Get the Best Trainings +
    You Deserve

    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +

    OET +
    Coaching

    +

    There are many variations of passages the majority.

    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +

    IELTS +
    Coaching

    +

    There are many variations of passages the majority.

    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +

    TOFEL +
    Coaching

    +

    There are many variations of passages the majority.

    +
    +
    +
    + +
    +
    +
    + + + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +

    Most Trusted Visa + & Immigration + Agency!

    + +
    +
    +
    +
    +
    +
    +
    + common faqs +
    +
    +

    Frequently Asked + Questions?

    +
    +
    +
    +
    +
    +

    What is a Direct Immigration Services?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. +

    +
    +
    +
    +
    +
    +

    What are the Benefits of Visa Consultancy?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. +

    +
    +
    +
    +
    +
    +

    What We should do If our Visa get Rejection?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. +

    +
    +
    +
    +
    +
    +

    Which Documents are Required to Apply Visa Online?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. +

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    + our Visa categories +
    +
    +

    We Offers Citizenship &
    + Immigration Services

    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    + 3 easy process steps +
    +
    +

    Get your Visa in 03 Easy +
    & Simple Steps

    +
    +
    + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +

    Step

    +
    +
    +

    Complete +
    Online Form

    +

    Risus commodo viverra lacus maecenas accumsan vel

    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +

    Step

    +
    +
    +

    Documents +
    and Payments

    +

    Risus commodo viverra lacus maecenas accumsan vel

    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +

    Step

    +
    +
    +

    Receive now +
    your Visa

    +

    Risus commodo viverra lacus maecenas accumsan vel

    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + Our feedbacks +
    +
    +

    What They’re +
    Talking About Treck

    +
    +
    +
    +
    +
    +

    There are many variations of passages of + available but + the majority have suffered alteration in some form, by injected hum randomised words + which don't slightly.

    +
    +
    +
    +
    +
    + +
    +
    +
    + + + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    + They trust treck +
    +
    +

    Our Agency Awards & +
    Achievements

    +
    +
    +

    We’re Trusted by 00 Satisfied Clients + Across the World for Best Visa & Immigration

    +
      +
    • +
      + +
      +
      +

      Professional Consultants

      +
      +
    • +
    • +
      + +
      +
      +

      100% Guarantee Approvals

      +
      +
    • +
    • +
      + +
      +
      +

      Affordable Fees

      +
      +
    • +
    +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    + +
    +

    2020 +
    Award

    +
    + +
    +

    Best
    + Consulting

    +
    +
    + + +
    +
    +
    + +
    +

    2022 +
    Award

    +
    + +
    +

    Visa
    + Guarantee

    +
    +
    + + +
    +
    +
    + +
    +

    2018 +
    Award

    +
    + +
    +

    Quality
    + Management

    +
    +
    + +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    + NEWS & UPDATES +
    +
    +

    Latest News & Articles +
    From the Blog

    +
    +
    + +
    +
    +
    +
    + +
    +
    +

    20
    Feb

    +
    +
    +
    +

    Immigration

    +
    +

    Vaccination Requirements for + Immigrant Visa Applicants

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    20
    Feb

    +
    +
    +
    +

    Immigration

    +
    +

    How to Ensure Direct for the + Hassle-Free Visa Process

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    +
    + + +
    +
    + +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    + Contact with us +
    +
    +

    Contact Treck for Visa +
    & Immigration

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    Treck Offices

    +
    +
    + +
    +
    +
    +
    +
    +
    +

    Dubai Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +

    Australia Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +

    Canada Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +

    Our partners & suppoters

    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    + + + + + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/404.html b/pages/404.html new file mode 100644 index 0000000..3e2114f --- /dev/null +++ b/pages/404.html @@ -0,0 +1,706 @@ + + + + + + + 404 || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +

    4 4

    +
    +

    Sorry We Can't Fnd that Page!

    +

    The page you are looking for was never existed.

    +
    +
    + + +
    +
    + +
    +
    +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/about.html b/pages/about.html new file mode 100644 index 0000000..90a4e99 --- /dev/null +++ b/pages/about.html @@ -0,0 +1,1303 @@ + + + + + + + About || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    + +
    +
    +
    +
    +
    +
    +
    + get to know us +
    +
    +

    Leading Visa &
    Immigration Agency

    +
    +
    +
    + +
    +
    +

    The Best in Visa & Immigration Since
    2013

    +
    +
    +

    There are many variations of passag of lorem ipsum available + but the jority have suffered alteration in some form by randomised words which don't + look even slightly believable.

    +
    +
      +
    • +
      + +
      +
      +

      Fast Processing

      +
      +
    • +
    +
      +
    • +
      + +
      +
      +

      Guarantee Approval

      +
      +
    • +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +

    00

    +

    Years of Experience

    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    + Our feedbacks +
    +
    +

    What They’re +
    Talking About Treck

    +
    +
    + +
    +
    +
    + + + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +

    Most Trusted Visa + & Immigration + Agency!

    + +
    +
    +
    +
    +
    +
    +
    + common faqs +
    +
    +

    Frequently Asked + Questions?

    +
    +
    +
    +
    +
    +

    What is a Direct Immigration Services?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. +

    +
    +
    +
    +
    +
    +

    What are the Benefits of Visa Consultancy?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. +

    +
    +
    +
    +
    +
    +

    What We should do If our Visa get Rejection?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. +

    +
    +
    +
    +
    +
    +

    Which Documents are Required to Apply Visa Online?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. +

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    + Professional people +
    +
    +

    Meet Treck Expert Visa +
    Consultatns

    +
    +
    + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Mike Hardson

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Jessica Brown

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Kevin Martin

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Christine Eve

    +
    + +
    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +

    Our partners & suppoters

    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +

    00

    + + +
    +

    Visa Categories

    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    +

    00

    + k +
    +

    Visa Process

    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    +

    00

    + + +
    +

    Success Rate

    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    +

    00

    + + +
    +

    Pro Consultants

    +
    +
    +
    + +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/assets/css/treck-dark.css b/pages/assets/css/treck-dark.css new file mode 100644 index 0000000..8fcb1b6 --- /dev/null +++ b/pages/assets/css/treck-dark.css @@ -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; +} + + + + + + + + + + + +/* */ \ No newline at end of file diff --git a/pages/assets/css/treck-responsive.css b/pages/assets/css/treck-responsive.css new file mode 100644 index 0000000..e77fb17 --- /dev/null +++ b/pages/assets/css/treck-responsive.css @@ -0,0 +1,2389 @@ +/* Medium screen */ +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .feature-one__inner { + padding: 44px 20px 40px; + } + + .feature-one__img-one { + display: none; + } + + .about-one__left { + max-width: 600px; + margin: 0 auto 0; + } + + .about-one__right { + max-width: 600px; + margin: 197px auto 0; + } + + .video-one__text { + font-size: 18px; + } + + .coaching-one__left .section-title__title { + font-size: 42px; + } + + .contact-one__address-box { + right: inherit; + left: 130px; + } + + .blog-one__content { + padding: 30px 18px 11px; + } + + .footer-widget__about { + margin-right: 0; + } + + .footer-widget__link { + margin-right: 0; + } + + .footer-widget__visa { + margin-left: 0; + } + + .footer-widget__Contact { + margin-top: 35px; + } + + .about-two__left { + max-width: 600px; + margin: 0 auto 0; + } + + .about-two__right { + max-width: 600px; + margin: 50px auto 0; + } + + .countries-two__carousel.owl-theme .owl-nav::before, + .countries-two__carousel.owl-theme .owl-nav::after { + display: none; + } + + .coaching-two__single { + flex-direction: column; + align-items: baseline; + padding-left: 30px; + } + + .coaching-two__img-box { + margin-top: 0; + } + + .coaching-two__content { + margin-left: 0; + margin-top: 20px; + } + + .faq-one__left { + max-width: 600px; + margin: 0 auto 0; + } + + .faq-one__bg { + left: 0; + right: 0; + bottom: 0; + } + + .faq-one__inner { + padding: 100px 70px 110px; + } + + .faq-one__right { + padding-top: 50px; + max-width: 600px; + margin: 0 auto 0; + } + + .services-two__carousel.owl-theme .owl-nav::before, + .services-two__carousel.owl-theme .owl-nav::after { + display: none; + } + + .process-one__content { + margin-left: 20px; + } + + .process-one__title { + font-size: 20px; + } + + .testimonial-two__left .section-title__title { + font-size: 48px; + } + + + .awards-one__shape-5 { + display: none; + } + + .awards-one__shape-7 { + display: none; + } + + .awards-one__left { + max-width: 600px; + margin: 0 auto 45px; + } + + .awards-one__right { + max-width: 600px; + margin: 0 auto 0; + } + + .brand-two__title:before, + .brand-two__title:after { + display: none; + } + + .feature-two__single-inner { + padding-left: 124px; + padding-right: 10px; + } + + .feature-two__title { + font-size: 17px; + } + + .about-three__left { + max-width: 600px; + margin: 0 auto 0; + } + + .about-three__right { + max-width: 600px; + margin: 133px auto 0; + } + + .services-three__top-left .section-title__title { + font-size: 40px; + } + + .benefits-one__left { + max-width: 600px; + margin: 0 auto 0; + } + + .benefits-one__img-two { + right: 0; + } + + .benefits-one__right { + max-width: 600px; + margin: 50px auto 0; + } + + .coaching-three__carousel.owl-theme .owl-nav::before, + .coaching-three__carousel.owl-theme .owl-nav::after { + display: none; + } + + .contact-three__form-top { + padding: 28px 30px 30px; + } + + .contact-three__form { + padding: 30px; + } + + .about-four__left { + max-width: 600px; + margin: 0 auto 0; + } + + .about-four__right { + max-width: 600px; + margin: 60px auto 0; + } + + .about-four__img-two { + right: 0; + } + + + .about-four { + padding: 120px 0 180px; + } + + .blog-details__pagenation-left:before { + display: none; + } + + .coaching-details__importance-title { + font-size: 20px; + } + + .coaching-details__importance { + padding-left: 30px; + } + + .location-one__top-left .section-title__title { + font-size: 42px; + } + + .location-one__tab-content-box-inner { + flex-direction: column; + } + + .location-one__tab-content-right { + margin-left: 0; + margin-top: 50px; + } + + .location-one__tab-content-right:before { + display: none; + } + + .countries-details__points { + flex-direction: column; + align-items: baseline; + } + + .countries-details__points li+li { + margin-left: 0; + margin-top: 10px; + } + + .pricing-page__single-inner { + padding: 43px 30px 49px; + } + + .story-details__img-box { + right: -210px; + } + + .story-details__img img { + width: 70%; + } + + .team-details__right { + margin-left: 0; + } + + .team-details__guarantee { + left: 0; + } + + .visa-offers__img { + bottom: 60px; + right: 0; + } + + .cart-page .table-responsive { + margin-bottom: 30px; + } + + .testimonial-three__counter-box { + padding-left: 40px; + } + + .testimonial-three__left { + margin-left: 0; + margin-right: 0; + } + + .testimonial-three__slider { + padding-left: 20px; + padding-right: 20px; + } + + .testimonial-three__map { + display: none; + } + + .testimonial-one__img-1 { + display: none; + } + + + + + + + + + +} + + + + + + + + + + + + + + + + + + +/* Tablet Layout: 768px. */ +@media only screen and (min-width: 768px) and (max-width: 991px) { + .about-one__left { + max-width: 600px; + margin: 0 auto 0; + } + + .about-one__right { + max-width: 600px; + margin: 197px auto 0; + } + + .about-one__badge { + display: none; + } + + .video-one__left { + margin-bottom: 50px; + } + + .video-one { + padding-bottom: 110px; + } + + .counter-one { + padding: 100px 0 70px; + } + + .coaching-one__left .section-title { + margin-bottom: 0; + } + + .coaching-one__text { + margin-top: 31px; + } + + .coaching-one__top { + margin-bottom: 51px; + } + + .testimonial-one__img-1 { + display: none; + } + + .contact-one__address-box { + right: 425px; + } + + .site-footer__top { + flex-direction: column; + } + + .site-footer__call { + margin-top: 11px; + } + + .footer-widget__about { + margin-right: 0; + } + + .footer-widget__link { + margin-right: 0; + } + + .footer-widget__visa { + margin-left: 0; + margin-top: 35px; + } + + .footer-widget__gallery { + margin-left: 0; + margin-top: 35px; + } + + .footer-widget__Contact { + margin-top: 35px; + } + + .about-two__left { + max-width: 600px; + margin: 0 auto 0; + } + + .about-two__right { + max-width: 600px; + margin: 50px auto 0; + } + + .about-two__experience { + left: 0; + } + + .countries-two__carousel.owl-theme .owl-nav::before, + .countries-two__carousel.owl-theme .owl-nav::after { + display: none; + } + + .faq-one__left { + max-width: 600px; + margin: 0 auto 0; + } + + .faq-one__bg { + left: 0; + right: 0; + bottom: 0; + } + + .faq-one__inner { + padding: 100px 70px 110px; + } + + .faq-one__right { + padding-top: 50px; + max-width: 600px; + margin: 0 auto 0; + } + + .services-two__carousel.owl-theme .owl-nav::before, + .services-two__carousel.owl-theme .owl-nav::after { + display: none; + } + + .testimonial-two__left .section-title { + margin-bottom: 0; + } + + .testimonial-two__right-text { + margin-top: 31px; + } + + .testimonial-two__top { + margin-bottom: 51px; + } + + .awards-one__shape-5 { + display: none; + } + + .awards-one__shape-7 { + display: none; + } + + .awards-one__left { + max-width: 600px; + margin: 0 auto 45px; + } + + .awards-one__right { + max-width: 600px; + margin: 0 auto 0; + } + + .contact-two__right { + margin-left: 0; + } + + .brand-two__title:before, + .brand-two__title:after { + display: none; + } + + .about-three__left { + max-width: 600px; + margin: 0 auto 0; + } + + .about-three__right { + max-width: 600px; + margin: 133px auto 0; + } + + .countries-three__bottom { + padding-left: 30px; + flex-direction: column; + } + + .countries-three__btn-box { + margin-top: 10px; + } + + .benefits-one__left { + max-width: 600px; + margin: 0 auto 0; + } + + .benefits-one__img-two { + right: 0; + } + + .benefits-one__right { + max-width: 600px; + margin: 50px auto 0; + } + + .coaching-three__carousel.owl-theme .owl-nav::before, + .coaching-three__carousel.owl-theme .owl-nav::after { + display: none; + } + + .contact-three__right { + margin-top: 50px; + } + + .about-four__left { + max-width: 600px; + margin: 0 auto 0; + } + + .about-four__right { + max-width: 600px; + margin: 60px auto 0; + } + + .about-four__img-two { + right: 0; + } + + + .about-four { + padding: 120px 0 180px; + } + + .blog-details__pagenation { + padding: 30px 10px 30px; + } + + .blog-details__pagenation-left-title { + font-size: 15px; + } + + .blog-details__pagenation-left:before { + display: none; + } + + .blog-details__left { + padding: 120px 0 60px; + } + + .blog-details__right { + margin-left: 0; + } + + .blog-details__right .sidebar { + padding-bottom: 120px; + } + + .blog-sidebar__left { + padding: 120px 0 60px; + } + + .blog-sidebar__right { + margin-left: 0; + } + + .sidebar { + padding-bottom: 120px; + } + + .coaching-details__right { + margin-top: 60px; + } + + .location-one__main-tab-box .tab-buttons .tab-btn span { + padding: 21px 42px 21px; + } + + .location-one__tab-content-box-inner { + flex-direction: column; + } + + .location-one__tab-content-left { + flex-direction: column; + align-items: baseline; + } + + .location-one__tab-content-contact { + margin-left: 0; + margin-top: 18px; + } + + .location-one__tab-content-right { + margin-left: 0; + margin-top: 40px; + } + + .location-one__tab-content-right:before { + display: none; + } + + .travel-one__right { + margin-top: 51px; + } + + .countries-details__right { + margin-top: 56px; + } + + .countries-details__points { + flex-direction: column; + align-items: baseline; + } + + .countries-details__points li+li { + margin-left: 0; + margin-top: 10px; + } + + .faq-search-box__shape { + display: none; + } + + .faq-page__left { + margin-right: 0; + } + + .faq-page__right { + margin-left: 0; + margin-top: 60px; + } + + .story-details__img-box { + display: none; + } + + .success-stories .testimonial-two__inner { + padding: 40px 20px 31px; + padding-left: 20px; + } + + .success-stories .testimonial-two__img { + position: relative; + top: 0; + } + + .success-stories .testimonial-two__client-details-and-quote { + margin-top: 136px; + } + + .team-details__left { + margin-right: 0; + } + + .team-details__right { + margin-left: 0; + margin-top: 49px; + } + + .team-details__guarantee { + left: 0; + } + + .team-details-experience-right { + margin-left: 0; + margin-top: 40px; + } + + .visa-details__visa-process-list li+li { + margin-left: 30px; + } + + .coaching-details__sidebar { + margin-top: 60px; + } + + .product__sidebar { + margin-bottom: 60px; + } + + .product-details__top { + margin-top: 51px; + } + + .cart-page .table-responsive { + margin-bottom: 30px; + } + + .cart-total li { + justify-content: flex-start; + } + + .cart-total li span:first-child { + text-align: left; + } + + .cart-page__buttons { + justify-content: start; + } + + .checkout__payment { + margin-top: 50px; + } + + .testimonial-three__counter-box { + padding-left: 40px; + } + + .testimonial-three__left { + margin-left: 0; + margin-right: 0; + } + + .testimonial-three__slider { + padding-left: 20px; + padding-right: 20px; + } + + .testimonial-three__map { + display: none; + } + + .testimonial-three__right { + margin-top: 50px; + } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +/* Mobile Layout: 320px. */ +@media only screen and (max-width: 767px) { + .section-title__title { + font-size: 30px; + line-height: 40px; + } + + .section-title__title br { + display: none; + } + + .feature-one__inner { + padding: 44px 20px 40px; + } + + .feature-one__img-one { + display: none; + } + + .about-one__left { + margin-left: 0; + margin-right: 0; + } + + .about-one__img-2 { + display: none; + } + + .about-one__experience { + bottom: 0; + left: 0; + } + + .about-one__badge { + display: none; + } + + .about-one__shape-1 { + display: none; + } + + .about-one__right { + margin-top: 50px; + } + + .video-one__left { + margin-bottom: 50px; + padding: 60px 20px 60px; + } + + .video-one { + padding-bottom: 110px; + } + + .video-one .section-title__title { + font-size: 29px; + line-height: 40px; + } + + .video-one__text { + font-size: 18px; + } + + .video-one__text br { + display: none; + } + + .counter-one { + padding: 100px 0 70px; + } + + .coaching-one__left .section-title { + margin-bottom: 0; + } + + .coaching-one__text { + margin-top: 31px; + } + + .coaching-one__top { + margin-bottom: 51px; + } + + .testimonial-one__img-1 { + display: none; + } + + .testimonial-one__wrap { + padding: 76px 15px 178px; + } + + .testimonial-one__client-name-box { + flex-direction: column; + align-items: baseline; + } + + .testimonial-one__client-sub-title { + padding-top: 10px; + } + + .contact-one__left { + margin-right: 0; + } + + .contact-one__address-box { + right: inherit; + left: 20px; + } + + .blog-one__content { + padding: 30px 18px 11px; + } + + .site-footer__top { + flex-direction: column; + } + + .site-footer__visa-box { + flex-direction: column; + text-align: center; + } + + .site-footer__visa-content { + margin-left: 0; + margin-top: 11px; + } + + .site-footer__call { + margin-top: 11px; + } + + .footer-widget__about { + margin-right: 0; + } + + .footer-widget__link { + margin-right: 0; + margin-top: 43px; + margin-bottom: 34px; + } + + .footer-widget__visa { + margin-left: 0; + } + + .footer-widget__gallery { + margin-left: 0; + margin-top: 34px; + margin-bottom: 33px; + } + + .about-two__left { + margin-right: 0; + } + + .about-two__experience { + bottom: 0; + left: 0; + } + + .about-two__right { + margin-top: 50px; + } + + .about-two__points { + flex-direction: column; + align-items: baseline; + } + + .about-two__points li+li { + margin-left: 0; + margin-top: 15px; + } + + .about-two__btn-and-call-box { + flex-direction: column; + align-items: baseline; + } + + .about-two__call-box { + margin-left: 0; + margin-top: 20px; + } + + .countries-two__carousel.owl-theme .owl-nav::before, + .countries-two__carousel.owl-theme .owl-nav::after { + display: none; + } + + .excellence-one__shape-1, + .excellence-one__shape-2 { + display: none; + } + + .excellence-one__inner { + padding: 57px 20px 70px; + } + + .excellence-one__title { + font-size: 40px; + line-height: 50px; + } + + .coaching-two__single { + flex-direction: column; + align-items: baseline; + padding-left: 30px; + } + + .coaching-two__img-box { + margin-top: 0; + } + + .coaching-two__content { + margin-left: 0; + margin-top: 20px; + } + + .faq-one__left { + margin-right: 0; + margin-left: 0; + } + + .faq-one__bg { + left: 0; + right: 0; + bottom: 0; + } + + .faq-one__inner { + padding: 60px 20px 60px; + } + + .faq-one__title { + font-size: 29px; + line-height: 39px; + } + + .faq-one__right { + padding-top: 50px; + } + + .services-two__carousel.owl-theme .owl-nav::before, + .services-two__carousel.owl-theme .owl-nav::after { + display: none; + } + + .process-one__content { + margin-left: 20px; + } + + .process-one__title { + font-size: 20px; + } + + .testimonial-two__left .section-title { + margin-bottom: 0; + } + + .testimonial-two__right-text { + margin-top: 31px; + } + + .testimonial-two__top { + margin-bottom: 51px; + } + + .testimonial-two__inner { + padding: 40px 20px 31px; + padding-left: 20px; + } + + .testimonial-two__img { + position: relative; + top: 0; + } + + .testimonial-two__client-details-and-quote { + margin-top: 136px; + } + + .awards-one__shape-2, + .awards-one__shape-3, + .awards-one__shape-4, + .awards-one__shape-5, + .awards-one__shape-6, + .awards-one__shape-7 { + display: none; + } + + .awards-one__text-and-points-box { + flex-direction: column; + align-items: baseline; + } + + .awards-one__points { + margin-left: 0; + top: 0; + margin-top: 20px; + } + + .awards-one__right { + margin-left: 0; + margin-top: 45px; + } + + .blog-two__content { + left: 20px; + right: 20px; + } + + .contact-two__right { + margin-left: 0; + } + + .contact-two__form-box { + padding: 10px 10px 50px; + } + + .brand-two__title:before, + .brand-two__title:after { + display: none; + } + + .feature-two__single-inner { + padding-left: 125px; + padding-right: 10px; + } + + .feature-two__title { + font-size: 16px; + } + + .about-three__left { + margin-left: 0; + margin-right: 0; + } + + .about-three__img-two, + .about-three__img-three { + display: none; + } + + .about-three__right { + margin-left: 0; + margin-top: 45px; + } + + .countries-three__main-tab-box .tab-buttons { + position: relative; + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + margin-bottom: 20px; + } + + .countries-three__main-tab-box .tab-buttons .tab-btn { + position: relative; + display: flex; + align-items: center; + } + + .countries-three__main-tab-box .tab-buttons .tab-btn+.tab-btn { + margin-top: 10px; + } + + .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(1) { + left: 0; + bottom: 0; + } + + .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(2) { + bottom: 0; + left: 0; + } + + .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(3) { + top: 0; + left: 0; + } + + .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(4) { + top: 0; + left: 0; + transform: translateX(0%); + } + + .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(5) { + right: 0; + top: 0; + } + + .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(6) { + bottom: 0; + right: 0; + } + + .countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(7) { + right: 0; + bottom: 0; + } + + .countries-three__bottom { + padding-left: 30px; + flex-direction: column; + text-align: center; + } + + .countries-three__btn-box { + margin-top: 10px; + } + + .benefits-one__left { + margin-left: 0; + margin-right: 0; + } + + .benefits-one__img-two { + display: none; + } + + .benefits-one__solution { + bottom: 0; + right: 0; + } + + .benefits-one__right { + margin-left: 0; + margin-top: 50px; + } + + .coaching-three__carousel.owl-theme .owl-nav::before, + .coaching-three__carousel.owl-theme .owl-nav::after { + display: none; + } + + .contact-three__right { + margin-top: 50px; + } + + .contact-three__main-tab-box .tab-buttons .tab-btn+.tab-btn { + margin-left: 0; + margin-top: 10px; + } + + .contact-three__main-tab-box .tab-buttons .tab-btn { + display: block; + max-width: 155px; + width: 100%; + } + + .contact-three__contact-details { + flex-direction: column; + align-items: baseline; + } + + .contact-three__contact-list { + margin-left: 0; + margin-top: 30px; + } + + .contact-three__form-top { + padding: 28px 20px 30px; + } + + .contact-three__form { + padding: 20px; + } + + .error-page__title { + font-size: 110px; + line-height: 110px; + } + + .error-page__img { + bottom: -82px; + } + + .error-page__tagline { + color: var(--treck-base); + } + + .error-page { + padding: 98px 0 120px; + } + + .about-four__left { + margin-right: 0; + } + + .about-four__points-box { + flex-direction: column; + align-items: baseline; + } + + .about-four__points--two { + margin-left: 0; + } + + .about-four__right { + margin-left: 0; + margin-right: 0; + margin-top: 60px; + } + + .about-four__experience { + bottom: 0; + left: 0; + } + + .about-four__img-two { + display: none; + } + + .about-four__shape-2 { + display: none; + } + + .blog-details__bottom { + flex-direction: column; + } + + .blog-details__social-list { + margin-top: 20px; + } + + .blog-details__pagenation { + padding: 30px 20px 30px; + flex-direction: column; + } + + .blog-details__pagenation-right { + margin-top: 20px; + } + + .comment-one__single { + flex-direction: column; + align-items: baseline; + } + + .comment-one__content { + margin-left: 0; + margin-top: 20px; + } + + .blog-details__right { + margin-left: 0; + } + + .blog-details__right .sidebar { + padding-bottom: 120px; + } + + .blog-details__left { + padding: 120px 0 60px; + } + + .sidebar { + padding-left: 10px; + padding-right: 10px; + padding-bottom: 120px; + } + + .blog-sidebar__bottom-box { + padding: 60px 30px 51px; + } + + .blog-sidebar__provide-services { + padding: 60px 30px 60px; + } + + .blog-sidebar__left { + padding: 120px 0 60px; + } + + .blog-sidebar__right { + margin-left: 0; + } + + .banner-one { + padding-left: 60px; + } + + .coaching-details__right { + margin-top: 60px; + } + + .coaching-details__importance { + padding: 40px 15px 40px; + padding-left: 15px; + flex-direction: column; + align-items: baseline; + } + + .coaching-details__importance-title-box { + margin-bottom: 27px; + } + + .coaching-details__importance-bg { + left: 0; + } + + .location-one__main-tab-box .tab-buttons .tab-btn { + display: block; + max-width: 230px; + } + + .location-one__main-tab-box .tab-buttons .tab-btn+.tab-btn { + margin-left: 0; + margin-top: 10px; + } + + + .location-one__tab-content-box-inner { + flex-direction: column; + padding: 50px 20px 50px; + } + + .location-one__tab-content-left { + flex-direction: column; + align-items: baseline; + } + + .location-one__tab-content-contact { + margin-left: 0; + margin-top: 18px; + } + + .location-one__tab-content-right { + margin-left: 0; + margin-top: 40px; + } + + .location-one__tab-content-right:before { + display: none; + } + + .travel-one__right { + margin-top: 51px; + } + + .countries-details__right { + margin-top: 56px; + } + + .countries-details__points { + flex-direction: column; + align-items: baseline; + } + + .countries-details__points li+li { + margin-left: 0; + margin-top: 10px; + } + + .faq-search-box__shape { + display: none; + } + + .faq-search-box__inner { + padding-left: 20px; + padding-right: 20px; + } + + .faq-search-box__title { + font-size: 29px; + } + + .faq-search-box__form-input input[type="search"] { + padding-left: 20px; + } + + .faq-search-box__form-btn-and-text { + flex-direction: column; + align-items: baseline; + } + + .faq-search-box__form-text { + margin-left: 0; + margin-top: 10px; + } + + .faq-page__left { + margin-right: 0; + } + + .faq-page__right { + margin-left: 0; + margin-top: 60px; + } + + .faq-page__content { + padding: 44px 25px 47px; + } + + .login-page__form { + padding: 60px 20px 60px; + } + + .login-page__form-btn-box { + flex-direction: column; + align-items: baseline; + } + + .login-page__form-forgot-password { + margin-left: 0; + margin-top: 10px; + } + + .pricing-page__single-inner { + padding: 43px 30px 49px; + } + + .story-details__img-box { + display: none; + } + + .story-details__content { + max-width: 100%; + } + + .story-details__title { + font-size: 40px; + line-height: 50px; + } + + .story-details__btn-box { + flex-direction: column; + align-items: baseline; + } + + .story-details__btn-two { + margin-left: 0; + margin-top: 10px; + } + + .team-details__left { + margin-right: 0; + } + + .team-details__right { + margin-left: 0; + margin-top: 49px; + } + + .team-details__guarantee { + left: 0; + bottom: 0; + } + + .team-details-experience-right { + margin-left: 0; + margin-top: 40px; + } + + .team-details-experience-left { + margin-right: 0; + } + + .coaching-details__sidebar { + margin-top: 60px; + } + + .visa-details__visa-process-list { + flex-direction: column; + align-items: baseline; + } + + .visa-details__visa-process-list li+li { + margin-left: 0; + margin-top: 30px; + } + + .visa-offers__single { + padding: 40px 20px 40px; + } + + .visa-offers__img { + bottom: 70px; + right: 0; + height: 150px; + width: 150px; + } + + .visa-offers__flag { + right: 30px; + } + + .product__sidebar { + margin-bottom: 60px; + } + + .product__showing-result { + flex-direction: column; + } + + .product__showing-text-box { + margin-bottom: 20px; + } + + .product-details__top { + margin-top: 51px; + } + + .product-details__buttons { + flex-direction: column; + align-items: baseline; + } + + .product-details__buttons-2 { + margin-left: 0; + margin-top: 10px; + } + + .product-details__social { + flex-direction: column; + align-items: baseline; + } + + .product-details__social-link { + margin-left: 0; + margin-top: 20px; + } + + .comments-area .comment { + flex-direction: column; + align-items: baseline; + } + + .review-one__content { + padding-left: 0; + margin-top: 20px; + } + + .review-one__content-top { + flex-direction: column; + align-items: baseline; + } + + .cart-page .table-responsive { + margin-bottom: 30px; + } + + .cart-total li { + justify-content: flex-start; + } + + .cart-total li span:first-child { + text-align: left; + } + + .cart-page__buttons { + justify-content: start; + flex-direction: column; + align-items: baseline; + } + + .cart-page__buttons-2 { + margin-left: 0; + margin-top: 10px; + } + + .checkout__payment { + margin-top: 50px; + padding: 49px 30px 18px; + } + + .cart-total li span:first-child { + margin-right: 45px; + } + + .testimonial-three__counter-box { + padding-left: 15px; + } + + .testimonial-three__left { + margin-left: 0; + margin-right: 0; + } + + .testimonial-three__slider { + padding-left: 20px; + padding-right: 20px; + } + + .testimonial-three__map, + .testimonial-three__shape-2 { + display: none; + } + + .testimonial-three__right { + margin-top: 50px; + } + + + + + + + + + + + +} + + + + + + + + + + + + + + +@media only screen and (min-width: 1200px) and (max-width: 1590px) { + .contact-one__address-box { + right: 380px; + } +} + + + +@media only screen and (min-width: 1200px) and (max-width: 1320px) { + .coaching-two__single { + flex-direction: column; + align-items: baseline; + padding-left: 30px; + } + + .coaching-two__img-box { + margin-top: 0; + } + + .coaching-two__content { + margin-left: 0; + margin-top: 20px; + } +} + +@media only screen and (min-width: 1400px) and (max-width: 1680px) { + .faq-one__left { + margin-right: 90px; + margin-left: -90px; + } + + .faq-one__bg { + right: -40px; + bottom: -40px; + } + + .faq-one__inner { + padding: 100px 60px 110px; + } +} + +@media only screen and (min-width: 1200px) and (max-width: 1399px) { + .faq-one__left { + margin-right: 0px; + margin-left: 0px; + } + + .faq-one__bg { + right: 0px; + bottom: 0px; + } + + .faq-one__inner { + padding: 100px 40px 110px; + } +} + + +@media only screen and (min-width: 1200px) and (max-width: 1800px) { + .testimonial-three__map { + display: none; + } +} + + + + + + + + + + + + + + +/*-------------------------------------------------------------- +# Slider All Responsice Css +--------------------------------------------------------------*/ + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .main-slider__feature-single { + padding: 37px 20px 33px; + padding-right: 20px; + } + + .main-slider__feature-title { + font-size: 17px; + } + + .main-slider-two .owl-theme .owl-dots { + display: none; + } +} + + + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .main-slider-two .owl-theme .owl-dots { + display: none; + } + + .main-slider-three__title { + font-size: 78px; + line-height: 88px; + } + + + + + + + + +} + + + +@media only screen and (max-width: 767px) { + .main-slider__title { + font-size: 40px; + line-height: 50px; + } + + .main-slider-two .owl-theme .owl-dots { + display: none; + } + + .main-slider-two .owl-theme .owl-nav { + display: none; + } + + .main-slider-two__title { + font-size: 38px; + line-height: 55px; + } + + .main-slider-two__points { + flex-direction: column; + align-items: baseline; + } + + .main-slider-two__points li+li { + margin-left: 0; + margin-top: 10px; + } + + + .main-slider__feature-single { + padding: 37px 20px 33px; + padding-right: 20px; + } + + .main-slider__feature-title { + font-size: 17px; + } + + .main-slider-two__shape-1 { + display: none; + } + + + + + .main-slider-three__title { + font-size: 33px; + line-height: 43px; + } + + .main-slider-three__btn-box { + flex-direction: column; + } + + .main-slider-three__btn-two { + margin-left: 0; + margin-top: 10px; + } + + + + + + + + + +} + + + +@media only screen and (min-width: 1200px) and (max-width: 1340px) { + .main-slider-two .owl-theme .owl-dots { + display: none; + } +} + + + + + +/*-------------------------------------------------------------- +# Main Menu All Responsice Css +--------------------------------------------------------------*/ + +@media only screen and (min-width: 992px) and (max-width: 1199px) { + .main-menu__top { + display: none; + } + + .main-menu__update-box { + display: none; + } + + .main-menu .mobile-nav__toggler { + display: inline-block; + padding: 30px 0; + } + + .main-menu__call { + display: none; + } + + + + + .main-header-two__top-menu { + display: none; + } + + .main-header-two__top-inner { + padding-left: 30px; + } + + .main-header-two__social-box { + margin-left: 0; + padding-right: 30px; + } + + .main-menu-two__wrapper-inner { + padding: 0 30px 0; + } + + .main-menu-two__logo { + padding-right: 50px; + } + + .main-menu-two .mobile-nav__toggler:hover { + color: var(--treck-white); + } + + + + + + + + .main-menu-three__top { + display: none; + } + + .main-menu-three__call { + display: none; + } + + .main-menu-three .mobile-nav__toggler { + display: inline-block; + padding: 28px 0; + } + + + + + + + + + + + + + + +} + + + + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .main-menu__top { + display: none; + } + + .main-menu__update-box { + display: none; + } + + .main-menu .mobile-nav__toggler { + display: inline-block; + padding: 30px 0; + } + + .main-menu__call { + display: none; + } + + .main-menu__search-box { + display: none; + } + + .main-menu__wrapper-inner-content { + padding-right: 50px; + } + + + + + .main-header-two__top { + display: none; + } + + .main-menu-two__wrapper-inner { + padding: 0 30px 0; + } + + .main-menu-two__logo { + padding-right: 50px; + } + + .main-menu-two .mobile-nav__toggler:hover { + color: var(--treck-white); + } + + .main-menu-two__call { + display: none; + } + + .main-menu-two__btn-box { + margin-right: 70px; + } + + .main-slider-two__shadow { + top: 0; + } + + + + + + + + + + .main-menu-three__top { + display: none; + } + + .main-menu-three__call { + display: none; + } + + .main-menu-three .mobile-nav__toggler { + display: inline-block; + padding: 28px 0; + } + + .main-menu-three__search-cart-box { + margin-right: 30px; + } + + + + + + + + + + + + + + + + + + + + + +} + + +@media (max-width: 767px) { + .main-menu__top { + display: none; + } + + .main-menu__update-box { + display: none; + } + + .main-menu .mobile-nav__toggler { + display: inline-block; + padding: 30px 0; + } + + .main-menu__right { + display: none; + } + + .main-menu__search-box { + display: none; + } + + .main-menu__wrapper-inner-content { + padding-right: 20px; + } + + .main-menu__bottom-inner { + max-width: 50px; + width: 100%; + margin-left: auto; + justify-content: center; + } + + .main-menu__logo { + left: 20px; + } + + + + + + + .main-header-two__top { + display: none; + } + + .main-menu-two__wrapper-inner { + padding: 0 30px 0; + } + + .main-menu-two__logo { + padding-right: 0px; + } + + .main-menu-two .mobile-nav__toggler:hover { + color: var(--treck-white); + } + + .main-menu-two__right { + display: none; + } + + .main-menu-two__left { + justify-content: space-between; + flex: 1; + } + + .main-slider-two__shadow { + top: 0; + } + + + + + + + .main-menu-three__top { + display: none; + } + + .main-menu-three__right { + display: none; + } + + .main-menu-three .mobile-nav__toggler { + display: inline-block; + padding: 28px 0; + } + + .main-menu-three__logo { + left: 20px; + } + + .main-menu-three__wrapper-inner { + display: flex; + align-items: center; + justify-content: space-between; + padding: 0 20px; + } + + .main-menu-three__logo { + position: relative; + left: 0; + } + + .main-menu-three__bottom-inner { + padding-left: 30px; + } + + + + +} + + + + +@media only screen and (min-width: 1500px) and (max-width: 1765px) { + .main-menu__call { + display: none; + } + + .main-menu__btn-box { + margin-left: 0; + } + + .main-menu__bottom-inner { + padding: 0 30px; + } +} + + +@media only screen and (min-width: 1200px) and (max-width: 1499px) { + .main-menu__call { + display: none; + } + + .main-menu__btn-box { + margin-left: 0; + } + + .main-menu__bottom-inner { + padding: 0 20px; + } + + .main-menu__wrapper-inner-content { + padding-left: 160px; + padding-right: 160px; + } + + .main-menu .main-menu__list>li+li, + .stricky-header .main-menu__list>li+li { + margin-left: 30px; + } + + .main-menu__logo { + left: 10px; + } + + .main-menu__search-box { + right: 10px; + } + + .main-menu__btn { + padding: 9px 25px 9px; + } + +} + +@media only screen and (min-width: 1200px) and (max-width: 1560px) { + .main-menu__update-box { + display: none; + } +} + + + +@media only screen and (min-width: 1600px) and (max-width: 1800px) { + .main-menu-two__call { + display: none; + } + + .main-menu-two__btn-box { + margin-right: 70px; + } +} + +@media only screen and (min-width: 1400px) and (max-width: 1599px) { + .main-menu-two__call { + display: none; + } + + .main-menu-two__search-cart-box { + display: none; + } + + .main-menu-two .main-menu__list>li+li, + .stricky-header.main-menu-two .main-menu__list>li+li { + margin-left: 45px; + } + + .main-menu-two__logo { + padding-right: 100px; + } +} + +@media only screen and (min-width: 1200px) and (max-width: 1399px) { + .main-menu-two__logo { + padding-right: 100px; + } + + .main-menu-two__call { + display: none; + } + + .main-menu-two__search-cart-box { + display: none; + } + + .main-menu-two .main-menu__list>li+li, + .stricky-header.main-menu-two .main-menu__list>li+li { + margin-left: 30px; + } + + .main-menu-two__wrapper-inner { + padding: 0 30px 0; + } + + .main-header-two__top-menu { + display: none; + } + + .main-header-two__top-inner { + padding-left: 30px; + } + + .main-header-two__social-box { + margin-left: 0; + padding-right: 30px; + } +} + + +@media only screen and (min-width: 1500px) and (max-width: 1770px) { + .main-menu-three__call { + display: none; + } +} + +@media only screen and (min-width: 1200px) and (max-width: 1499px) { + .main-menu-three__call { + display: none; + } + + .main-menu-three__btn { + display: none; + } + + .main-menu-three__top-menu { + display: none; + } +} \ No newline at end of file diff --git a/pages/assets/css/treck.css b/pages/assets/css/treck.css new file mode 100644 index 0000000..d44b9a0 --- /dev/null +++ b/pages/assets/css/treck.css @@ -0,0 +1,17824 @@ +/*-------------------------------------------------------------- +>>> TABLE OF CONTENTS: +---------------------------------------------------------------- +# Utility +# Cards +# Common +# Form +# Navigations +# Animations +# Mobile Nav +# Search Popup +# Page Header +# Google Map +# Client Carousel +--------------------------------------------------------------*/ + +/*-------------------------------------------------------------- +# Common +--------------------------------------------------------------*/ +:root { + --treck-font: 'Plus Jakarta Sans', sans-serif; + --treck-gray: #727272; + --treck-gray-rgb: 114, 114, 114; + --treck-white: #ffffff; + --treck-white-rgb: 255, 255, 255; + --treck-base: #e20935; + --treck-base-rgb: 226, 9, 53; + --treck-black: #16171a; + --treck-black-rgb: 22, 23, 26; + --treck-primary: #f2edeb; + --treck-primary-rgb: 242, 237, 235; + --treck-bdr-color: #e3dbd8; + --treck-bdr-color-rgb: 227, 219, 216; + +} + +.row { + --bs-gutter-x: 30px; +} + +.gutter-y-30 { + --bs-gutter-y: 30px; +} + +body { + font-family: var(--treck-font); + color: var(--treck-gray); + font-size: 16px; + line-height: 30px; + font-weight: 400; +} + +body.locked { + overflow: hidden; +} + +a { + color: var(--treck-gray); +} + +a, +a:hover, +a:focus, +a:visited { + text-decoration: none; +} + +::-webkit-input-placeholder { + color: inherit; + opacity: 1; +} + +:-ms-input-placeholder { + color: inherit; + opacity: 1; +} + +::-ms-input-placeholder { + color: inherit; + opacity: 1; +} + +::placeholder { + color: inherit; + opacity: 1; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + font-family: var(--treck-font); + color: var(--treck-black); + margin: 0; +} + +p { + margin: 0; +} + +dl, +ol, +ul { + margin-top: 0; + margin-bottom: 0; +} + +::-webkit-input-placeholder { + color: inherit; + opacity: 1; +} + +:-ms-input-placeholder { + color: inherit; + opacity: 1; +} + +::-ms-input-placeholder { + color: inherit; + opacity: 1; +} + +::placeholder { + color: inherit; + opacity: 1; +} + +.page-wrapper { + position: relative; + margin: 0 auto; + width: 100%; + min-width: 300px; + overflow: hidden; +} + +.container { + padding-left: 15px; + padding-right: 15px; +} + +@media (min-width: 1200px) { + .container { + max-width: 1200px; + } +} + +::-webkit-input-placeholder { + color: inherit; + opacity: 1; +} + +:-ms-input-placeholder { + color: inherit; + opacity: 1; +} + +::-ms-input-placeholder { + color: inherit; + opacity: 1; +} + +::placeholder { + color: inherit; + opacity: 1; +} + +.section-separator { + border-color: var(--treck-border); + border-width: 1px; + margin-top: 0; + margin-bottom: 0; +} + +#particles-js { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + width: 100%; + height: 100%; + background-position: 50% 50%; + opacity: 0.4; + z-index: -1; +} + +/*-------------------------------------------------------------- +# Custom Cursor +--------------------------------------------------------------*/ +.custom-cursor__cursor { + width: 25px; + height: 25px; + border-radius: 100%; + border: 1px solid var(--treck-base); + -webkit-transition: all 200ms ease-out; + transition: all 200ms ease-out; + position: fixed; + pointer-events: none; + left: 0; + top: 0; + -webkit-transform: translate(calc(-50% + 5px), -50%); + transform: translate(calc(-50% + 5px), -50%); + z-index: 999991; +} + +.custom-cursor__cursor-two { + width: 10px; + height: 10px; + border-radius: 100%; + background-color: var(--treck-base); + opacity: .3; + position: fixed; + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + pointer-events: none; + -webkit-transition: width .3s, height .3s, opacity .3s; + transition: width .3s, height .3s, opacity .3s; + z-index: 999991; +} + +.custom-cursor__hover { + background-color: var(--treck-base); + opacity: 0.4; +} + +.custom-cursor__innerhover { + width: 25px; + height: 25px; + opacity: .4; +} + + +.thm-btn { + position: relative; + display: inline-block; + vertical-align: middle; + -webkit-appearance: none; + appearance: none; + outline: none !important; + background-color: var(--treck-base); + color: var(--treck-white); + font-size: 14px; + font-weight: 600; + padding: 9px 49px 13px; + overflow: hidden; + transition: all 0.5s linear; + z-index: 1; +} + +.thm-btn::before { + transition-duration: 800ms; + position: absolute; + width: 200%; + height: 200%; + content: ""; + top: 110%; + left: 50%; + background-color: var(--treck-black); + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + border-radius: 50%; + z-index: -1; +} + +.thm-btn:hover:before { + top: -40%; +} + +.thm-btn:hover { + color: var(--treck-white); +} + +.section-title { + position: relative; + display: block; + margin-top: -10px; + margin-bottom: 50px; +} + +.section-title__tagline-box { + position: relative; + display: inline-block; +} + +.section-title__tagline { + position: relative; + display: inline-block; + font-size: 14px; + line-height: 14px; + color: var(--treck-gray); + font-weight: 600; + text-transform: uppercase; + letter-spacing: 0.1em; +} + +.section-title__border-box { + position: relative; + display: block; + height: 2px; + width: 68px; + background-color: var(--treck-base); + margin: 11px auto 0; +} + +.section-title__border-box:before { + content: ""; + position: absolute; + top: 50%; + left: 50%; + height: 12px; + width: 12px; + border-radius: 50%; + transform: translateX(-50%) translateY(-50%); + background-color: var(--treck-white); +} + +.section-title__border-box:after { + content: ""; + position: absolute; + top: 50%; + left: 50%; + height: 8px; + width: 8px; + border-radius: 50%; + transform: translateX(-50%) translateY(-50%); + background-color: var(--treck-white); + border: 1px solid var(--treck-base); +} + +.section-title__title { + margin: 0; + color: var(--treck-black); + font-size: 50px; + line-height: 60px; + font-weight: 600; + margin-top: 8px; +} + +.bootstrap-select .btn-light:not(:disabled):not(.disabled).active, +.bootstrap-select .btn-light:not(:disabled):not(.disabled):active, +.bootstrap-select .show>.btn-light.dropdown-toggle { + -webkit-box-shadow: none !important; + box-shadow: none !important; + outline: none !important; +} + +.bootstrap-select>.dropdown-toggle { + -webkit-box-shadow: none !important; + box-shadow: none !important; +} + +.bootstrap-select .dropdown-toggle:focus, +.bootstrap-select>select.mobile-device:focus+.dropdown-toggle { + outline: none !important; +} + +.bootstrap-select .dropdown-menu { + border: 0; + padding-top: 0; + padding-bottom: 0; + margin-top: 0; + z-index: 991; + border-radius: 0; +} + +.bootstrap-select .dropdown-menu>li+li>a { + border-top: 1px solid rgba(255, 255, 255, 0.2); +} + +.bootstrap-select .dropdown-menu>li.selected>a { + background: var(--treck-base); + color: #fff; +} + +.bootstrap-select .dropdown-menu>li>a { + font-size: 16px; + font-weight: 500; + padding: 4px 20px; + color: #ffffff; + background: var(--treck-black); + -webkit-transition: all 0.4s ease; + transition: all 0.4s ease; +} + +.bootstrap-select .dropdown-menu>li>a:hover { + background: var(--treck-black); + color: var(--treck-white); + cursor: pointer; +} + +.preloader { + position: fixed; + background-color: #fff; + background-position: center center; + background-repeat: no-repeat; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 99999; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + text-align: center; +} + +.preloader__image { + -webkit-animation-fill-mode: both; + animation-fill-mode: both; + -webkit-animation-name: flipInY; + animation-name: flipInY; + -webkit-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + background-image: url("../images/loader.png"); + background-repeat: no-repeat; + background-position: center center; + background-size: 60px auto; + width: 100%; + height: 100%; +} + +/* scroll to top */ +.scroll-to-top { + display: inline-block; + width: 50px; + height: 50px; + background: var(--treck-base); + position: fixed; + bottom: 40px; + right: 40px; + z-index: 99; + text-align: center; + -webkit-transition: all 0.4s ease; + transition: all 0.4s ease; + display: none; + border-radius: 50%; +} + +.scroll-to-top i { + color: var(--treck-white); + font-size: 18px; + line-height: 50px; + -webkit-transition: all 0.4s ease; + transition: all 0.4s ease; + position: relative; + display: inline-block; + transform: rotate(-90deg); +} + +.scroll-to-top:hover { + background-color: var(--treck-black); +} + +.scroll-to-top:hover i { + color: #fff; +} + + +/*-------------------------------------------------------------- +# Navigations One +--------------------------------------------------------------*/ +.main-header { + position: relative; + display: block; + background-color: var(--treck-primary); + width: 100%; + transition: all 500ms ease; + z-index: 999; +} + +.main-menu { + position: relative; + display: block; +} + +.main-menu__wrapper { + position: relative; + display: block; +} + +.main-menu__wrapper-inner { + position: relative; + display: block; + background-color: rgb(242, 237, 235); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); + z-index: 1; +} + +.main-menu__wrapper-inner-content { + position: relative; + display: block; + padding-left: 235px; + padding-right: 235px; + z-index: 1; +} + +.main-menu__update-box { + position: absolute; + bottom: -50px; + left: 0; + right: 0; + z-index: 2; + padding-left: 235px; + padding-right: 235px; +} + +.main-menu__update-box-inner { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + background-color: var(--treck-base); + padding-right: 40px; + flex-wrap: wrap; +} + +.main-menu__update-box-left { + position: relative; + display: flex; + align-items: center; + max-width: 795px; + width: 100%; +} + +.main-menu__update-icon-box { + position: relative; + display: flex; + align-items: center; + justify-content: center; + background-color: var(--treck-black); + padding: 13.5px 40px 13.5px; +} + +.main-menu__update-icon { + position: relative; + display: flex; + align-items: center; +} + +.main-menu__update-icon span { + position: relative; + display: inline-block; + font-size: 23px; + color: var(--treck-white); +} + +.main-menu__update-icon-text { + margin-left: 15px; +} + +.main-menu__update-icon-text p { + font-size: 14px; + font-weight: 500; + color: var(--treck-white); + line-height: 14px; +} + +.main-menu__update-carousel-box { + position: relative; + display: block; + max-width: 615px; + width: 100%; + margin-left: 30px; +} + +.main-menu__update-carousel { + position: relative; + display: block; +} + +.main-menu__update-single { + position: relative; + display: block; +} + +.main-menu__update-text { + font-size: 14px; + font-weight: 600; + color: #fcc9d3; + line-height: 24px; +} + +.main-menu__update-carousel.owl-theme .owl-nav { + position: absolute; + top: 62%; + right: 0; + margin: 0; + transform: translateY(-50%); +} + +.main-menu__update-carousel.owl-theme .owl-nav .owl-next { + color: var(--treck-white); + font-size: 18px; + margin: 0; + text-align: center; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu__update-carousel.owl-theme .owl-nav .owl-prev { + color: var(--treck-white); + font-size: 18px; + margin: 0; + text-align: center; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu__update-carousel.owl-theme .owl-nav .owl-prev { + margin-right: 10px; +} + +.main-menu__update-carousel.owl-theme .owl-nav .owl-next span, +.main-menu__update-carousel.owl-theme .owl-nav .owl-prev span { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.main-menu__update-carousel.owl-theme .owl-nav .owl-next:hover, +.main-menu__update-carousel.owl-theme .owl-nav .owl-prev:hover { + color: var(--treck-black); + background-color: transparent; +} + + +.main-menu__update-box-right { + position: relative; + display: block; +} + +.main-menu__social-box { + position: relative; + display: flex; + align-items: center; +} + +.main-menu__social-title { + font-size: 14px; + color: #fcc9d3; + font-weight: 600; + line-height: 24px; +} + +.main-menu__social { + position: relative; + display: flex; + align-items: center; + margin-left: 20px; +} + +.main-menu__social a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + font-size: 10px; + color: var(--treck-white); + height: 26px; + width: 26px; + background-color: var(--treck-black); + border-radius: 50%; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu__social a:hover { + background-color: var(--treck-white); + color: var(--treck-base); +} + +.main-menu__social a+a { + margin-left: 10px; +} + +.main-menu__top { + position: relative; + display: block; + z-index: 1; +} + +.main-menu__top-inner { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + padding: 11px 0; + z-index: 1; +} + +.main-menu__logo { + position: absolute; + top: 0; + bottom: 0; + left: 50px; + display: flex; + align-items: center; + z-index: 5; +} + +.main-menu__logo a { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.main-menu__search-box { + position: absolute; + top: 0; + bottom: 0; + right: 50px; + display: flex; + align-items: center; + z-index: 5; +} + +.main-menu__search { + position: relative; + display: flex; + align-items: center; + font-size: 24px; + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu__search:hover { + color: var(--treck-base); +} + +.main-menu__search span { + font-size: 16px; + color: var(--treck-gray); + font-weight: 500; + font-family: var(--treck-font); + position: relative; + display: inline-block; + margin-left: 15px; +} + +.main-menu__top-left { + position: relative; + display: flex; + align-items: center; + z-index: 1; +} + +.main-menu__contact-list { + position: relative; + display: flex; + align-items: center; +} + +.main-menu__contact-list li { + position: relative; + display: flex; + align-items: center; +} + +.main-menu__contact-list li+li { + margin-left: 20px; +} + +.main-menu__contact-list li .icon { + position: relative; + display: flex; + align-items: center; + top: 2px; +} + +.main-menu__contact-list li .icon i { + font-size: 14px; + color: var(--treck-base); +} + +.main-menu__contact-list li .text { + margin-left: 10px; +} + +.main-menu__contact-list li .text p { + font-size: 14px; + font-weight: 500; + color: var(--treck-gray); +} + +.main-menu__contact-list li .text p a { + color: var(--treck-gray); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu__contact-list li .text p a:hover { + color: var(--treck-base); +} + +.main-menu__top-right { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; +} + +.main-menu__top-menu { + position: relative; + display: flex; + align-items: center; +} + +.main-menu__top-menu li+li { + margin-left: 35px; +} + +.main-menu__top-menu li a { + position: relative; + display: inline-block; + font-size: 14px; + color: var(--treck-gray); + font-weight: 500; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu__top-menu li a:hover { + color: var(--treck-base); +} + +.main-menu__top-menu li a:before { + content: ""; + position: absolute; + top: 8px; + bottom: 8px; + left: -17px; + width: 1px; + background-color: #e3dbd8; + transform: rotate(10deg); +} + +.main-menu__top-menu li:first-child a:before { + display: none; +} + +.main-menu__bottom { + display: block; +} + +.main-menu__bottom-inner { + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + background-color: var(--treck-white); + padding: 0 40px; +} + +.main-menu__main-menu-box { + display: block; +} + +.main-menu__right { + position: relative; + display: flex; + align-items: center; +} + +.main-menu__call { + position: relative; + display: flex; + align-items: center; + padding: 5px 0; + z-index: 5; +} + +.main-menu__call-icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.main-menu__call-icon img { + width: auto; +} + +.main-menu__call-content { + margin-left: 10px; +} + +.main-menu__call-sub-title { + font-size: 14px; + line-height: 14px; + margin-bottom: 8px; +} + +.main-menu__call-number { + font-size: 16px; + font-weight: 600; + line-height: 20px; +} + +.main-menu__call-number span { + font-size: 14px; + color: var(--treck-gray); + font-weight: 400; +} + +.main-menu__call-number a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu__call-number a:hover { + color: var(--treck-base); +} + +.main-menu__btn-box { + position: relative; + display: block; + margin-left: 40px; +} + +.main-menu__btn { + padding: 10px 49px 10px; + font-size: 14px; + font-weight: 500; + color: var(--treck-gray); + background-color: transparent; + border: 1px solid var(--treck-bdr-color); +} + +.stricky-header.main-menu { + background-color: var(--treck-primary); +} + +.stricky-header .main-menu__top { + display: none; +} + +.stricky-header .main-menu__update-box { + display: none; +} + + +.main-menu .main-menu__list, +.main-menu .main-menu__list>li>ul, +.main-menu .main-menu__list>li>ul>li>ul, +.stricky-header .main-menu__list, +.stricky-header .main-menu__list>li>ul, +.stricky-header .main-menu__list>li>ul>li>ul { + margin: 0; + padding: 0; + list-style-type: none; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: none; +} + + + +@media (min-width: 1200px) { + + .main-menu .main-menu__list, + .main-menu .main-menu__list>li>ul, + .main-menu .main-menu__list>li>ul>li>ul, + .stricky-header .main-menu__list, + .stricky-header .main-menu__list>li>ul, + .stricky-header .main-menu__list>li>ul>li>ul { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + } +} + +.main-menu .main-menu__list>li, +.stricky-header .main-menu__list>li { + padding-top: 30px; + padding-bottom: 30px; + position: relative; +} + +.main-menu .main-menu__list>li+li, +.stricky-header .main-menu__list>li+li { + margin-left: 45px; +} + +.main-menu .main-menu__list>li>a, +.stricky-header .main-menu__list>li>a { + font-size: 16px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + color: var(--treck-gray); + position: relative; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + font-weight: 500; +} + +.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-black); + text-shadow: 0.05px 0 0 rgb(22 23 26 / 80%); +} + +.main-menu .main-menu__list>li>ul, +.main-menu .main-menu__list>li>ul>li>ul, +.stricky-header .main-menu__list>li>ul, +.stricky-header .main-menu__list>li>ul>li>ul { + position: absolute; + top: 100%; + left: 0; + min-width: 270px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + opacity: 0; + visibility: hidden; + -webkit-transform-origin: top center; + transform-origin: top center; + -webkit-transform: scaleY(0) translateZ(100px); + transform: scaleY(0) translateZ(100px); + -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease; + transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease; + transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease; + transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease; + z-index: 99; + background-color: rgb(255, 255, 255); + padding: 23px 40px 23px; +} + +.sub-menu { + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); +} + +.main-menu .main-menu__list>li>ul>li>ul>li>ul, +.stricky-header .main-menu__list>li>ul>li>ul>li>ul { + display: none; +} + +.main-menu .main-menu__list>li:hover>ul, +.main-menu .main-menu__list>li>ul>li:hover>ul, +.stricky-header .main-menu__list>li:hover>ul, +.stricky-header .main-menu__list>li>ul>li:hover>ul { + opacity: 1; + visibility: visible; + -webkit-transform: scaleY(1) translateZ(0px); + transform: scaleY(1) translateZ(0px); +} + +.main-menu .main-menu__list>li>ul>li, +.main-menu .main-menu__list>li>ul>li>ul>li, +.stricky-header .main-menu__list>li>ul>li, +.stricky-header .main-menu__list>li>ul>li>ul>li { + -webkit-box-flex: 1; + -ms-flex: 1 1 100%; + flex: 1 1 100%; + width: 100%; + position: relative; +} + +.main-menu .main-menu__list>li>ul>li+li, +.main-menu .main-menu__list>li>ul>li>ul>li+li, +.stricky-header .main-menu__list>li>ul>li+li, +.stricky-header .main-menu__list>li>ul>li>ul>li+li { + border-top: none; +} + +.main-menu .main-menu__list>li>ul>li>a, +.main-menu .main-menu__list>li>ul>li>ul>li>a, +.stricky-header .main-menu__list>li>ul>li>a, +.stricky-header .main-menu__list>li>ul>li>ul>li>a { + position: relative; + font-size: 16px; + line-height: 30px; + color: var(--treck-gray); + font-weight: 500; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + padding: 8px 0px 8px; + -webkit-transition: 500ms; + transition: 500ms; + background-color: var(--treck-white); + letter-spacing: var(--treck-letter-spacing-two); + border-bottom: 1px solid var(--treck-bdr-color); +} + +.main-menu .main-menu__list>li>ul>li:last-child>a, +.main-menu .main-menu__list>li>ul>li>ul>li:last-child>a, +.stricky-header .main-menu__list>li>ul>li:last-child>a, +.stricky-header .main-menu__list>li>ul>li>ul>li:last-child>a { + border-bottom: 0; +} + +.main-menu .main-menu__list>li>ul>li:hover>a, +.main-menu .main-menu__list>li>ul>li>ul>li:hover>a, +.stricky-header .main-menu__list>li>ul>li:hover>a, +.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a { + background-color: var(--treck-primary); + color: var(--treck-black); + padding-left: 15px; +} + +.main-menu .main-menu__list>li>ul>li>a::before, +.main-menu .main-menu__list>li>ul>li>ul>li>a::before, +.stricky-header .main-menu__list>li>ul>li>a::before, +.stricky-header .main-menu__list>li>ul>li>ul>li>a::before { + position: absolute; + top: 50%; + right: 20px; + font-family: "Font Awesome 5 Free"; + font-weight: 900; + content: "\f105"; + font-size: 14px; + color: var(--treck-base); + transform: translateY(-50%) scale(0); + -webkit-transition: 500ms; + transition: 500ms; +} + +.main-menu .main-menu__list>li>ul>li:hover>a::before, +.main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before, +.stricky-header .main-menu__list>li>ul>li:hover>a::before, +.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before { + transform: translateY(-50%) scale(1); +} + +.main-menu .main-menu__list>li>ul>li>ul, +.stricky-header .main-menu__list>li>ul>li>ul { + top: 0; + left: 100%; +} + +.main-menu .main-menu__list li ul li>ul.right-align, +.stricky-header .main-menu__list li ul li>ul.right-align { + top: 0; + left: auto; + right: 100%; +} + +.main-menu-three__main-menu-box .main-menu__list>.megamenu, +.main-menu-two__main-menu-box .main-menu__list>.megamenu, +.main-menu__wrapper .main-menu__list>.megamenu { + position: static; +} + +.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul, +.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul, +.main-menu__wrapper .main-menu__list>.megamenu>ul { + top: 100% !important; + left: 0 !important; + right: 0 !important; + background-color: transparent; +} + +.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li, +.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li, +.main-menu__wrapper .main-menu__list>.megamenu>ul>li { + padding: 0 !important; +} + +.stricky-header { + position: fixed; + z-index: 991; + top: 0; + left: 0; + background-color: #fff; + width: 100%; + visibility: hidden; + -webkit-transform: translateY(-120%); + transform: translateY(-120%); + -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease; + transition: visibility 500ms ease, -webkit-transform 500ms ease; + transition: transform 500ms ease, visibility 500ms ease; + transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease; + -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); +} + +@media (max-width: 1199px) { + .stricky-header { + display: none !important; + } +} + +.stricky-header.stricky-fixed { + -webkit-transform: translateY(0); + transform: translateY(0); + visibility: visible; +} + +.stricky-header .main-menu__inner { + -webkit-box-shadow: none; + box-shadow: none; + padding-right: 0; + max-width: 1170px; + width: 100%; + margin: 0 auto; +} + +.mobile-nav__buttons { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin-left: auto; + margin-right: 10px; +} + +@media (min-width: 1200px) { + .mobile-nav__buttons { + display: none; + } +} + +.mobile-nav__buttons a { + font-size: 20px; + color: var(--treck-base); + cursor: pointer; +} + +.mobile-nav__buttons a+a { + margin-left: 10px; +} + +.mobile-nav__buttons a:hover { + color: var(--treck-base); +} + +.main-menu .mobile-nav__toggler { + font-size: 20px; + color: var(--treck-base); + cursor: pointer; + -webkit-transition: 500ms; + transition: 500ms; +} + +.main-menu .mobile-nav__toggler:hover { + color: var(--treck-black); +} + +@media (min-width: 1200px) { + .main-menu .mobile-nav__toggler { + display: none; + } +} + +/*-------------------------------------------------------------- +# Mobile Nav +--------------------------------------------------------------*/ +.mobile-nav__wrapper { + position: fixed; + top: 0; + left: 0; + width: 100vw; + height: 100vh; + z-index: 999; + -webkit-transform: translateX(-100%); + transform: translateX(-100%); + -webkit-transform-origin: left center; + transform-origin: left center; + -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms; + transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms; + transition: transform 500ms ease 500ms, visibility 500ms ease 500ms; + transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms; + visibility: hidden; +} + +.mobile-nav__wrapper .container { + padding-left: 0; + padding-right: 0; +} + +.mobile-nav__wrapper.expanded { + opacity: 1; + -webkit-transform: translateX(0%); + transform: translateX(0%); + visibility: visible; + -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms; + transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms; + transition: transform 500ms ease 0ms, visibility 500ms ease 0ms; + transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms; +} + +.mobile-nav__overlay { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: #000000; + opacity: 0.5; + cursor: pointer; +} + +.mobile-nav__content { + width: 300px; + background-color: var(--treck-black); + z-index: 10; + position: relative; + height: 100%; + overflow-y: auto; + padding-top: 30px; + padding-bottom: 30px; + padding-left: 15px; + padding-right: 15px; + opacity: 0; + visibility: hidden; + -webkit-transform: translateX(-100%); + transform: translateX(-100%); + -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms; + transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms; + transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms; + transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms; +} + +.mobile-nav__wrapper.expanded .mobile-nav__content { + opacity: 1; + visibility: visible; + -webkit-transform: translateX(0); + transform: translateX(0); + -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms; + transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms; + transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms; + transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms; +} + +.mobile-nav__content .logo-box { + margin-bottom: 40px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.mobile-nav__close { + position: absolute; + top: 20px; + right: 15px; + font-size: 18px; + color: var(--treck-white); + cursor: pointer; +} + +.mobile-nav__content .main-menu__list, +.mobile-nav__content .main-menu__list>li>ul, +.mobile-nav__content .main-menu__list>li>ul>li>ul { + margin: 0; + padding: 0; + list-style-type: none; +} + +.mobile-nav__content .main-menu__list>li>ul, +.mobile-nav__content .main-menu__list>li>ul>li>ul { + display: none; + border-top: 1px solid rgba(255, 255, 255, 0.1); + margin-left: 0.5em; +} + +.mobile-nav__content .main-menu__list>li:not(:last-child), +.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child), +.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) { + border-bottom: 1px solid rgba(255, 255, 255, 0.1); +} + +.mobile-nav__content .main-menu__list>li>a>.main-menu-border { + display: none !important; +} + +.mobile-nav__content .main-menu__list>li>a, +.mobile-nav__content .main-menu__list>li>ul>li>a, +.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + line-height: 30px; + color: #ffffff; + font-size: 14px; + font-family: var(--treck-font); + font-weight: 500; + height: 46px; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-transition: 500ms; + transition: 500ms; +} + +.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded { + color: var(--treck-base); +} + +.mobile-nav__content .main-menu__list li a.expanded { + color: var(--treck-base); +} + +.mobile-nav__content .main-menu__list>li>a>button, +.mobile-nav__content .main-menu__list>li>ul>li>a>button, +.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button { + width: 30px; + height: 30px; + background-color: var(--treck-base); + border: none; + outline: none; + color: #fff; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + text-align: center; + -webkit-transform: rotate(-90deg); + transform: rotate(-90deg); + -webkit-transition: -webkit-transform 500ms ease; + transition: -webkit-transform 500ms ease; + transition: transform 500ms ease; + transition: transform 500ms ease, -webkit-transform 500ms ease; + padding: 0; +} + +.mobile-nav__content .main-menu__list>li>a>button.expanded, +.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded, +.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + background-color: #fff; + color: var(--treck-base); +} + +/* no menu after 2rd level dropdown */ +.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button, +.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul { + display: none !important; +} + +.mobile-nav__content .main-menu__list li.cart-btn span { + position: relative; + top: auto; + right: auto; + -webkit-transform: translate(0, 0); + transform: translate(0, 0); +} + +.mobile-nav__content .main-menu__list li.cart-btn i { + font-size: 16px; +} + +.mobile-nav__top { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + margin-bottom: 30px; +} + +.mobile-nav__top .main-menu__login a { + color: var(--treck-text-dark); +} + +.mobile-nav__container { + border-top: 1px solid rgba(255, 255, 255, 0.1); + border-bottom: 1px solid rgba(255, 255, 255, 0.1); +} + +.mobile-nav__social { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.mobile-nav__social a { + font-size: 16px; + color: var(--treck-white); + -webkit-transition: 500ms; + transition: 500ms; +} + +.mobile-nav__social a+a { + margin-left: 30px; +} + +.mobile-nav__social a:hover { + color: var(--treck-base); +} + +.mobile-nav__contact { + margin-bottom: 0; + margin-top: 20px; + margin-bottom: 20px; +} + +.mobile-nav__contact li { + color: var(--treck-text-dark); + font-size: 14px; + font-weight: 500; + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.mobile-nav__contact li+li { + margin-top: 15px; +} + +.mobile-nav__contact li a { + color: #ffffff; + -webkit-transition: 500ms; + transition: 500ms; +} + +.mobile-nav__contact li a:hover { + color: var(--treck-base); +} + +.mobile-nav__contact li>i { + width: 30px; + height: 30px; + border-radius: 50%; + background-color: var(--treck-base); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + text-align: center; + font-size: 11px; + margin-right: 10px; + color: #fff; +} + +.mobile-nav__container .main-logo, +.mobile-nav__container .topbar__buttons, +.mobile-nav__container .main-menu__language, +.mobile-nav__container .main-menu__login { + display: none; +} + + + +/*-------------------------------------------------------------- +# Home Showcase +--------------------------------------------------------------*/ +.home-showcase { + margin-top: -23px; + margin-bottom: -23px; +} + +.home-showcase__inner { + padding: 40px 40px 36px; + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); +} + +.home-showcase .row { + --bs-gutter-x: 42px; + --bs-gutter-y: 20px; +} + +.home-showcase__image { + position: relative; + background-color: var(--treck-base); + overflow: hidden; +} + +.home-showcase__image>img { + width: 100%; + -webkit-transition: 500ms ease; + transition: 500ms ease; + -webkit-transform: scale(1); + transform: scale(1); +} + +.home-showcase__image:hover>img { + opacity: 0.75; +} + +.home-showcase__image:hover .home-showcase__buttons { + -webkit-transform: scale(1, 1); + transform: scale(1, 1); + opacity: 1; + visibility: visible; +} + +.home-showcase__buttons { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-transform: scale(1, 0); + transform: scale(1, 0); + opacity: 0; + visibility: hidden; + -webkit-transform-origin: bottom center; + transform-origin: bottom center; + -webkit-transition: 500ms ease; + transition: 500ms ease; +} + +.home-showcase__buttons__item { + padding: 10px 20px 11px; + width: 150px; + text-align: center; +} + +.home-showcase__buttons__item+.home-showcase__buttons__item { + margin-top: 10px; +} + +.home-showcase__title { + margin: 0; + text-align: center; + font-size: 16px; + font-weight: 700; + color: var(--treck-black); + margin-top: 17px; +} + +.mobile-nav__wrapper .home-showcase .row [class*=col-] { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; +} + +.mobile-nav__wrapper .home-showcase__inner { + padding: 15px 0px; + background-color: rgba(0, 0, 0, 0); +} + +.mobile-nav__wrapper .home-showcase__title { + color: var(--treck-white, #ffffff); +} + +/*-------------------------------------------------------------- +# Navigations Two +--------------------------------------------------------------*/ +.main-header-two { + background: transparent; + position: absolute; + left: 0px; + top: 0px; + right: 0; + width: 100%; + transition: all 500ms ease; + z-index: 999; +} + +.stricky-header.main-menu-two { + background-color: var(--treck-black); +} + +.main-header-two__top { + position: relative; + display: block; + background-color: var(--treck-black); +} + +.main-header-two__top-inner { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + padding-left: 60px; +} + +.main-header-two__top-left { + position: relative; + display: block; +} + +.main-header-two__contact-list { + position: relative; + display: flex; + align-items: center; + padding: 6px 0; +} + +.main-header-two__contact-list li { + position: relative; + display: flex; + align-items: center; +} + +.main-header-two__contact-list li+li { + margin-left: 20px; +} + +.main-header-two__contact-list li .icon { + position: relative; + display: flex; + align-items: center; + top: 2px; +} + +.main-header-two__contact-list li .icon i { + font-size: 14px; + color: var(--treck-base); +} + +.main-header-two__contact-list li .text { + margin-left: 10px; +} + +.main-header-two__contact-list li .text p { + font-size: 13px; + font-weight: 500; + color: #68696c; +} + +.main-header-two__contact-list li .text p a { + color: #68696c; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-header-two__contact-list li .text p a:hover { + color: var(--treck-base); +} + +.main-header-two__top-right { + position: relative; + display: flex; + align-items: center; +} + +.main-header-two__top-menu { + position: relative; + display: flex; + align-items: center; + padding: 5.5px 0; +} + +.main-header-two__top-menu li+li { + margin-left: 35px; +} + +.main-header-two__top-menu li a { + position: relative; + display: inline-block; + font-size: 13px; + color: #68696c; + font-weight: 500; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-header-two__top-menu li a:hover { + color: var(--treck-white); +} + +.main-header-two__top-menu li a:before { + content: ""; + position: absolute; + top: 8px; + bottom: 8px; + left: -17px; + width: 1px; + background-color: #1e2129; + transform: rotate(10deg); +} + +.main-header-two__top-menu li:first-child a:before { + display: none; +} + +.main-header-two__social-box { + position: relative; + display: flex; + align-items: center; + margin-left: 60px; + background-color: var(--treck-base); + overflow: hidden; + padding: 8px 60px 8px; + z-index: 1; +} + +.main-header-two__social-shape { + position: absolute; + top: 0; + left: 0; + bottom: 0; + opacity: .20; + z-index: -1; +} + +.main-header-two__social-shape img { + width: auto; +} + +.main-header-two__social-title { + font-size: 14px; + color: #fcc9d3; + font-weight: 500; + line-height: 14px; +} + +.main-header-two__social { + position: relative; + display: flex; + align-items: center; + margin-left: 20px; +} + +.main-header-two__social a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 26px; + width: 26px; + background-color: var(--treck-black); + border-radius: 50%; + font-size: 10px; + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-header-two__social a+a { + margin-left: 10px; +} + +.main-header-two__social a:hover { + background-color: var(--treck-white); + color: var(--treck-base); +} + +.main-menu-two__wrapper { + position: relative; + display: block; + z-index: 1; +} + +.main-menu-two__wrapper-inner { + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1); + padding: 0 60px 0; +} + +.main-menu-two__left { + display: flex; + align-items: center; +} + +.main-menu-two__logo { + display: block; + padding-right: 175px; +} + +.main-menu-two__main-menu-box { + display: block; +} + +.main-menu-two__right { + display: flex; + align-items: center; +} + +.main-menu-two__btn-box { + position: relative; + display: block; +} + +.main-menu-two__btn { + padding: 10px 49px 10px; + font-size: 14px; + font-weight: 500; + background-color: transparent; + border: 1px solid #28292b; +} + +.main-menu-two__call { + position: relative; + display: flex; + align-items: center; + margin-left: 40px; + margin-right: 70px; +} + +.main-menu-two__call-icon { + position: relative; + display: flex; + align-items: center; +} + +.main-menu-two__call-icon img { + width: auto; +} + +.main-menu-two__call-content { + margin-left: 10px; +} + +.main-menu-two__call-sub-title { + font-size: 14px; + color: #68696c; + line-height: 14px; + margin-bottom: 8px; +} + +.main-menu-two__call-number { + font-size: 16px; + font-weight: 600; + line-height: 20px; + color: var(--treck-white); +} + +.main-menu-two__call-number span { + font-size: 14px; + color: #68696c; + font-weight: 400; +} + +.main-menu-two__call-number a { + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu-two__call-number a:hover { + color: var(--treck-base); +} + +.main-menu-two__search-cart-box { + display: flex; + align-items: center; +} + +.main-menu-two__search-box { + position: relative; + display: block; +} + +.main-menu-two__search-box:before { + content: ""; + position: absolute; + top: -13px; + bottom: -13px; + left: -30px; + width: 1px; + background-color: rgba(var(--treck-white-rgb), .10); +} + +.main-menu-two__search { + position: relative; + display: flex; + align-items: center; + font-size: 24px; + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu-two__search:hover { + color: var(--treck-base); +} + +.main-menu-two__cart-box { + position: relative; + display: block; +} + +.main-menu-two__cart { + position: relative; + display: flex; + align-items: center; + font-size: 24px; + color: var(--treck-white); + margin-left: 30px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu-two__cart:hover { + color: var(--treck-base); +} + +.main-menu-two .main-menu__list>li+li, +.stricky-header.main-menu-two .main-menu__list>li+li { + margin-left: 45px; +} + +.main-menu-two .main-menu__list>li, +.stricky-header.main-menu-two .main-menu__list>li { + padding-top: 30px; + padding-bottom: 30px; +} + +.main-menu-two .main-menu__list>li>a, +.stricky-header.main-menu-two .main-menu__list>li>a { + color: var(--treck-white); +} + +.main-menu-two .main-menu__list>li.current>a, +.main-menu-two .main-menu__list>li:hover>a, +.stricky-header.main-menu-two .main-menu__list>li.current>a, +.stricky-header.main-menu-two .main-menu__list>li:hover>a { + color: var(--treck-white); + text-shadow: 0.05px 0 0 rgb(255 255 255 / 80%); +} + + +/*-------------------------------------------------------------- +# Navigations Three +--------------------------------------------------------------*/ +.main-header-three { + position: relative; + display: block; + z-index: 999; +} + +.main-menu-three__wrapper { + position: relative; + display: block; +} + +.main-menu-three__wrapper-inner { + position: relative; + display: block; + padding-left: 257px; +} + +.main-menu-three__logo { + position: absolute; + top: 0; + bottom: 0; + left: 60px; + display: flex; + align-items: center; + z-index: 5; +} + +.main-menu-three__top { + position: relative; + display: block; + background-color: var(--treck-primary); +} + +.main-menu-three__top-inner { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + background-color: var(--treck-primary); + padding: 5.5px 60px 5.5px; +} + +.main-menu-three__top-inner:before { + content: ""; + position: absolute; + top: 78px; + left: 0; + border-left: 6px solid var(--treck-bdr-color); + border-top: 8px solid transparent; + border-bottom: 8px solid transparent; +} + +.main-menu-three__top-left { + position: relative; + display: block; +} + +.main-menu-three__contact-list { + position: relative; + display: flex; + align-items: center; +} + +.main-menu-three__contact-list li { + position: relative; + display: flex; + align-items: center; +} + +.main-menu-three__contact-list li+li { + margin-left: 20px; +} + +.main-menu-three__contact-list li .icon { + position: relative; + display: flex; + align-items: center; + top: 2px; +} + +.main-menu-three__contact-list li .icon i { + font-size: 14px; + color: var(--treck-base); +} + +.main-menu-three__contact-list li .text { + margin-left: 10px; +} + +.main-menu-three__contact-list li .text p { + font-size: 13px; + font-weight: 500; + color: var(--treck-gray); +} + +.main-menu-three__contact-list li .text p a { + color: var(--treck-gray); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu-three__contact-list li .text p a:hover { + color: var(--treck-base); +} + +.main-menu-three__top-right { + position: relative; + display: flex; + align-items: center; +} + +.main-menu-three__social { + position: relative; + display: flex; + align-items: center; +} + +.main-menu-three__social a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 26px; + width: 26px; + background-color: var(--treck-white); + color: var(--treck-black); + font-size: 10px; + border-radius: 50%; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu-three__social a:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + +.main-menu-three__social a+a { + margin-left: 10px; +} + +.main-menu-three__top-menu { + position: relative; + display: flex; + align-items: center; + margin-left: 40px; +} + +.main-menu-three__top-menu li+li { + margin-left: 35px; +} + +.main-menu-three__top-menu li a { + position: relative; + display: inline-block; + font-size: 13px; + color: var(--treck-gray); + font-weight: 500; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu-three__top-menu li a:hover { + color: var(--treck-base); +} + +.main-menu-three__top-menu li a:before { + content: ""; + position: absolute; + top: 8px; + bottom: 8px; + left: -17px; + width: 1px; + background-color: #e4dcd9; + transform: rotate(10deg); +} + +.main-menu-three__top-menu li:first-child a:before { + display: none; +} + +.main-menu-three__bottom { + display: block; +} + +.main-menu-three__bottom-inner { + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + padding-left: 60px; + border-left: 1px solid var(--treck-bdr-color); +} + +.main-menu-three__main-menu-box { + display: block; +} + +.main-menu-three__right { + position: relative; + display: flex; + align-items: center; + flex-wrap: wrap; +} + +.main-menu-three__call { + position: relative; + display: flex; + align-items: center; + margin-right: 90px; +} + +.main-menu-three__call-icon { + position: relative; + display: flex; + align-items: center; +} + +.main-menu-three__call-icon img { + width: auto; +} + +.main-menu-three__call-content { + margin-left: 10px; +} + +.main-menu-three__call-sub-title { + font-size: 14px; + color: var(--treck-gray); + line-height: 14px; + margin-bottom: 8px; +} + +.main-menu-three__call-number { + font-size: 16px; + font-weight: 600; + line-height: 20px; + color: var(--treck-black); +} + +.main-menu-three__call-number span { + font-size: 14px; + color: var(--treck-gray); + font-weight: 400; +} + +.main-menu-three__call-number a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu-three__call-number a:hover { + color: var(--treck-base); +} + +.main-menu-three__search-cart-box { + display: flex; + align-items: center; + margin-right: 60px; +} + +.main-menu-three__search-box { + position: relative; + display: block; +} + +.main-menu-three__search-box:before { + content: ""; + position: absolute; + top: -12px; + bottom: -12px; + left: -30px; + width: 1px; + background-color: var(--treck-bdr-color); +} + +.main-menu-three__search { + position: relative; + display: flex; + align-items: center; + font-size: 24px; + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu-three__search:hover { + color: var(--treck-base); +} + +.main-menu-three__cart-box { + position: relative; + display: block; +} + +.main-menu-three__cart { + position: relative; + display: flex; + align-items: center; + font-size: 24px; + color: var(--treck-black); + margin-left: 30px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-menu-three__cart:hover { + color: var(--treck-base); +} + +.main-menu-three__btn { + position: relative; + display: block; + z-index: 1; +} + +.main-menu-three__btn a { + position: relative; + display: block; + background-color: var(--treck-base); + padding: 28px 60px 28px; + color: var(--treck-white); + font-weight: 600; + font-size: 16px; + overflow: hidden; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.main-menu-three__btn a:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 107px; + background-image: url("../images/shapes/main-menu-three-btn-shape.png"); + background-repeat: no-repeat; + background-position: top center; + background-size: cover; + opacity: .20; + z-index: -1; +} + +.main-menu-three__btn a:hover { + background-color: var(--treck-black); +} + +.main-menu-three .main-menu__list>li, +.stricky-header.main-menu-three .main-menu__list>li { + padding-top: 28px; + padding-bottom: 28px; +} + +.stricky-header.main-menu-three { + background-color: var(--treck-white); +} + +.stricky-header .main-menu-three__top { + display: none; +} + +/*-------------------------------------------------------------- +# Search Popup +--------------------------------------------------------------*/ +.search-popup { + position: fixed; + top: 0; + left: 0; + width: 100vw; + height: 100vh; + z-index: 9999; + padding-left: 20px; + padding-right: 20px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-transform: translateY(-110%); + transform: translateY(-110%); + -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease; + transition: opacity 500ms ease, -webkit-transform 500ms ease; + transition: transform 500ms ease, opacity 500ms ease; + transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease; +} + +.search-popup.active { + -webkit-transform: translateY(0%); + transform: translateY(0%); +} + +.search-popup__overlay { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: var(--treck-black); + opacity: 0.75; + cursor: pointer; +} + +.search-popup__content { + width: 100%; + max-width: 560px; +} + +.search-popup__content form { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + position: relative; + background-color: #fff; + border-radius: 0; + overflow: hidden; +} + +.search-popup__content form input[type="search"], +.search-popup__content form input[type="text"] { + width: 100%; + background-color: #fff; + font-size: 16px; + border: none; + outline: none; + height: 66px; + padding-left: 30px; +} + +.search-popup__content .thm-btn { + padding: 0; + width: 68px; + height: 68px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + text-align: center; + position: absolute; + top: 0; + right: -1px; + border-radius: 0; + background-color: var(--treck-base); + border: 0; +} + +.search-popup__content .thm-btn i { + height: auto; + width: auto; + background-color: transparent; + border-radius: 50%; + color: var(--treck-white); + font-size: 22px; + line-height: inherit; + text-align: center; + top: 0; + margin-right: 0; + padding-left: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.search-popup__content .thm-btn:hover:before { + width: 150%; +} + +/*-------------------------------------------------------------- +# Main Slider +--------------------------------------------------------------*/ +.main-slider { + position: relative; + background-color: #121315; + z-index: 10; +} + +.main-slider .item { + background-color: #121315; + position: relative; + padding-top: 186px; + padding-bottom: 150px; + z-index: 10; +} + +.main-slider__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-size: cover; + background-repeat: no-repeat; + background-position: center; + z-index: 1; +} + +.main-slider__bg:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: rgba(18, 19, 21, .50); + z-index: -1; +} + +.main-slider__content { + position: relative; + display: block; + z-index: 10; +} + +.main-slider__title { + position: relative; + font-size: 90px; + color: var(--treck-white); + font-weight: 600; + line-height: 90px; + letter-spacing: -0.04em; + margin-bottom: 41px; + opacity: 0; + visibility: hidden; + -webkit-transform: translateY(-120px); + transform: translateY(-120px); + -webkit-transition-delay: 1000ms; + transition-delay: 1000ms; + -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; +} + +.main-slider__btn-box { + position: relative; + display: block; + opacity: 0; + visibility: hidden; + -webkit-transform: translateY(120px); + transform: translateY(120px); + -webkit-transition-delay: 1000ms; + transition-delay: 1000ms; + -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; +} + +.active .main-slider__title, +.active .main-slider__btn-box { + visibility: visible; + opacity: 1; + -webkit-transform: translateY(0) translateX(0); + transform: translateY(0) translateX(0); +} + + +.main-slider .owl-theme .owl-nav { + position: absolute; + bottom: 27px; + right: 0; + left: 0; + z-index: 100; + display: flex; + align-items: center; + flex-direction: row; + justify-content: flex-end; + max-width: 1200px; + width: 100%; + padding: 0 15px; + margin: 0 auto; + height: 0; + line-height: 0; +} + +.main-slider .owl-theme .owl-nav [class*=owl-] { + position: relative; + top: auto; + left: auto; + right: auto; + bottom: auto; + z-index: 100; + width: 55px; + height: 55px; + display: flex; + justify-content: center; + align-items: center; + font-size: 18px; + color: rgba(var(--treck-black-rgb), 1); + background-color: rgba(var(--treck-white-rgb), .20); + border: none; + border-radius: 0; + margin: 0; + text-align: center; + transition: all 500ms ease; + padding: 0px 0px !important; +} + +.main-slider .owl-theme .owl-nav [class*=owl-]:hover { + color: rgba(var(--treck-black-rgb), 1); + background-color: rgba(var(--treck-white-rgb), 1); +} + +.main-slider .owl-theme .owl-nav [class*=owl-]+[class*=owl-] { + margin-left: 10px; +} + +.main-slider .owl-theme .owl-dots { + display: flex; + align-items: center; + justify-content: flex-start; + max-width: 1200px; + width: 100%; + position: absolute; + bottom: 50px; + left: 0; + right: 0; + padding: 0 15px; + margin: 0 auto; + height: 0; + line-height: 0; +} + +.main-slider .owl-theme .owl-dots .owl-dot+.owl-dot { + margin-left: 10px; +} + +.main-slider .owl-theme .owl-dots .owl-dot span { + width: 10px; + height: 10px; + border-radius: 50%; + background-color: rgba(var(--treck-white-rgb), .30); + margin: 0; + -webkit-transition: all 300ms ease; + transition: all 300ms ease; +} + +.main-slider .owl-theme .owl-dots .owl-dot:hover span, +.main-slider .owl-theme .owl-dots .owl-dot.active span { + background-color: rgba(var(--treck-white-rgb), 1); +} + +/*-------------------------------------------------------------- +# Main Slider Two +--------------------------------------------------------------*/ +.main-slider-two { + position: relative; + background-color: var(--treck-black); + z-index: 10; +} + +.main-slider-two .item { + background-color: var(--treck-black); + position: relative; + padding-top: 292px; + padding-bottom: 40px; + z-index: 10; +} + +.main-slider-two__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-size: cover; + background-repeat: no-repeat; + background-position: center; + z-index: 1; +} + +.main-slider-two__bg:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: rgba(18, 19, 21, .50); + z-index: 1; +} + +.main-slider-two__shadow { + position: absolute; + top: 41px; + left: 0; + right: 0; + height: 400px; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + opacity: .80; + z-index: 1; +} + +.main-slider-two__content { + position: relative; + display: block; + z-index: 15; +} + +.main-slider-two__shape-1 { + position: absolute; + top: 38px; + left: 421px; + z-index: 5; +} + +.main-slider-two__shape-1 img { + width: auto !important; +} + +.main-slider-two__title { + position: relative; + font-size: 80px; + color: var(--treck-white); + font-weight: 600; + line-height: 90px; + letter-spacing: -0.04em; + opacity: 0; + visibility: hidden; + -webkit-transform: translateY(-120px); + transform: translateY(-120px); + -webkit-transition-delay: 1000ms; + transition-delay: 1000ms; + -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; +} + +.main-slider-two__points { + position: relative; + display: flex; + align-items: center; + margin-top: 29px; + margin-bottom: 31px; + opacity: 0; + visibility: hidden; + -webkit-transform: translateY(120px); + transform: translateY(120px); + -webkit-transition-delay: 1000ms; + transition-delay: 1000ms; + -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; +} + +.main-slider-two__points li { + position: relative; + display: flex; + align-items: center; +} + +.main-slider-two__points li+li { + margin-left: 16px; +} + +.main-slider-two__points li .icon { + position: relative; + display: flex; + align-items: center; +} + +.main-slider-two__points li .icon span { + font-size: 19px; + color: var(--treck-base); +} + +.main-slider-two__points li .text { + margin-left: 5px; +} + +.main-slider-two__points li .text p { + color: var(--treck-white); + font-weight: 500; +} + +.main-slider-two__btn-box { + position: relative; + display: block; + opacity: 0; + visibility: hidden; + -webkit-transform: translateY(120px); + transform: translateY(120px); + -webkit-transition-delay: 1000ms; + transition-delay: 1000ms; + -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; +} + +.main-slider-two__btn:hover { + color: var(--treck-base); +} + +.main-slider-two__btn:before { + background-color: var(--treck-white); +} + +.main-slider__feature { + position: relative; + display: block; + margin-top: 70px; + z-index: 2; +} + +.main-slider__feature:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: var(--treck-white); + mix-blend-mode: soft-light; + opacity: .10; + z-index: -1; +} + +.main-slider__feature .row { + --bs-gutter-x: 0px; +} + +.main-slider__feature-single { + position: relative; + display: flex; + padding: 37px 40px 33px; + padding-right: 45px; + border-right: 1px solid rgba(236, 240, 244, .10); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 3; +} + +.main-slider__feature-single:hover { + border-right: 1px solid transparent; +} + +.main-slider__feature-single:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: var(--treck-black); + transition: all 900ms ease; + -moz-transition: all 900ms ease; + -webkit-transition: all 900ms ease; + -ms-transition: all 900ms ease; + -o-transition: all 900ms ease; + transition: -webkit-transform 0.5s ease; + transition: transform 0.5s ease; + transition: transform 0.5s ease, -webkit-transform 0.5s ease; + -webkit-transform: scale(1, 0); + -ms-transform: scale(1, 0); + transform: scale(1, 0); + -webkit-transform-origin: top center; + -ms-transform-origin: top center; + transform-origin: top center; + z-index: -1; +} + +.main-slider__feature-single:hover:before { + -webkit-transform: scale(1, 1); + -ms-transform: scale(1, 1); + transform: scale(1, 1); + -webkit-transform-origin: bottom center; + -ms-transform-origin: bottom center; + transform-origin: bottom center; +} + +.main-slider__feature-single--3 { + border-right: 1px solid transparent; +} + +.main-slider__feature-icon { + position: relative; + display: flex; +} + +.main-slider__feature-icon span { + position: relative; + display: inline-block; + font-size: 64px; + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-slider__feature-single:hover .main-slider__feature-icon span { + color: var(--treck-base); +} + +.main-slider__feature-content { + margin-left: 20px; +} + +.main-slider__feature-title { + font-size: 20px; + font-weight: 600; + line-height: 20px; + margin-bottom: 18px; +} + +.main-slider__feature-title a { + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-slider__feature-single:hover .main-slider__feature-title a { + color: var(--treck-white); +} + +.main-slider__feature-text { + font-size: 14px; + line-height: 30px; + color: var(--treck-white); + opacity: .70; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-slider__feature-single:hover .main-slider__feature-text { + color: #68696c; +} + +.main-slider__feature-arrow { + position: absolute; + bottom: 16px; + right: 16px; +} + +.main-slider__feature-arrow a { + position: relative; + display: flex; + align-items: center; + font-size: 22px; + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.main-slider__feature-single:hover .main-slider__feature-arrow a { + color: var(--treck-base); +} + +.active .main-slider-two__title, +.active .main-slider-two__points, +.active .main-slider-two__btn-box { + visibility: visible; + opacity: 1; + -webkit-transform: translateY(0) translateX(0); + transform: translateY(0) translateX(0); +} + + +.main-slider-two .owl-theme .owl-nav { + position: absolute; + top: 46%; + left: 50%; + z-index: 100; + transform: translateY(-50%) translateX(-50%); + display: flex; + align-items: flex-end; + flex-direction: column; + max-width: 100%; + width: 100%; + padding: 0 60px; + margin: 0 auto; + height: 0; + line-height: 0; +} + +.main-slider-two .owl-theme .owl-nav [class*=owl-] { + position: relative; + top: auto; + left: auto; + right: auto; + bottom: auto; + z-index: 100; + width: 55px; + height: 55px; + display: flex; + justify-content: center; + align-items: center; + font-size: 18px; + color: rgba(var(--treck-black-rgb), 1); + background-color: rgba(var(--treck-white-rgb), .20); + border: none; + border-radius: 0; + margin: 0; + text-align: center; + transition: all 500ms ease; + padding: 19px 0 !important; +} + +.main-slider-two .owl-theme .owl-nav [class*=owl-]:hover { + color: rgba(var(--treck-black-rgb), 1); + background-color: rgba(var(--treck-white-rgb), 1); +} + +.main-slider-two .owl-theme .owl-nav [class*=owl-]+[class*=owl-] { + margin-top: 10px; +} + +.main-slider-two .owl-theme .owl-dots { + display: flex; + align-items: flex-start; + justify-content: flex-start; + flex-direction: column; + max-width: 100%; + width: 100%; + position: absolute; + left: 50%; + top: 48%; + transform: translateX(-50%) translateY(-50%); + padding: 0 60px; + margin: 0 auto; + height: 0; + line-height: 0; +} + +.main-slider-two .owl-theme .owl-dots .owl-dot+.owl-dot { + margin-top: 10px; +} + +.main-slider-two .owl-theme .owl-dots .owl-dot span { + width: 10px; + height: 10px; + border-radius: 50%; + background-color: rgba(var(--treck-white-rgb), .30); + margin: 0; + -webkit-transition: all 300ms ease; + transition: all 300ms ease; +} + +.main-slider-two .owl-theme .owl-dots .owl-dot:hover span, +.main-slider-two .owl-theme .owl-dots .owl-dot.active span { + background-color: rgba(var(--treck-white-rgb), 1); +} + + + +/*-------------------------------------------------------------- +# Main Slider Three +--------------------------------------------------------------*/ +.main-slider-three { + position: relative; + background-color: #121315; + z-index: 10; +} + +.main-slider-three .item { + background-color: #121315; + position: relative; + padding-top: 185px; + padding-bottom: 195px; + z-index: 10; +} + +.main-slider-three__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-size: cover; + background-repeat: no-repeat; + background-position: center; + z-index: 1; +} + +.main-slider-three__bg:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: rgba(18, 19, 21, .50); + z-index: -1; +} + +.main-slider-three__content { + position: relative; + display: block; + text-align: center; + z-index: 15; +} + +.main-slider-three__sub-title { + font-size: 16px; + line-height: 30px; + color: var(--treck-white); + font-weight: 500; + position: relative; + display: inline-block; + letter-spacing: 0.1em; + text-transform: uppercase; + opacity: 0; + visibility: hidden; + -webkit-transform: translateY(-120px); + transform: translateY(-120px); + -webkit-transition-delay: 1000ms; + transition-delay: 1000ms; + -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; +} + +.main-slider-three__title { + position: relative; + font-size: 90px; + color: var(--treck-white); + font-weight: 300; + line-height: 100px; + letter-spacing: -0.04em; + margin-top: 3px; + margin-bottom: 37px; + opacity: 0; + visibility: hidden; + -webkit-transform: translateY(-120px); + transform: translateY(-120px); + -webkit-transition-delay: 1000ms; + transition-delay: 1000ms; + -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; +} + +.main-slider-three__title span { + font-weight: 800; +} + +.main-slider-three__btn-box { + position: relative; + display: flex; + align-items: center; + justify-content: center; + opacity: 0; + visibility: hidden; + -webkit-transform: translateY(120px); + transform: translateY(120px); + -webkit-transition-delay: 1000ms; + transition-delay: 1000ms; + -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: opacity 2000ms ease, -webkit-transform 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease; + transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; +} + +.main-slider-three__btn-two { + color: var(--treck-black); + background-color: var(--treck-white); + margin-left: 10px; +} + +.active .main-slider-three__title, +.active .main-slider-three__sub-title, +.active .main-slider-three__btn-box { + visibility: visible; + opacity: 1; + -webkit-transform: translateY(0) translateX(0); + transform: translateY(0) translateX(0); +} + +.main-slider-three .owl-theme .owl-nav { + position: absolute; + bottom: 28px; + right: 0; + left: 0; + z-index: 100; + display: flex; + align-items: center; + flex-direction: row; + justify-content: flex-end; + max-width: 1200px; + width: 100%; + padding: 0 15px; + margin: 0 auto; + height: 0; + line-height: 0; +} + +.main-slider-three .owl-theme .owl-nav [class*=owl-] { + position: relative; + top: auto; + left: auto; + right: auto; + bottom: auto; + z-index: 100; + width: 55px; + height: 55px; + display: flex; + justify-content: center; + align-items: center; + font-size: 18px; + color: rgba(var(--treck-black-rgb), 1); + background-color: rgba(var(--treck-white-rgb), .20); + border: none; + border-radius: 0; + margin: 0; + text-align: center; + transition: all 500ms ease; + padding: 0px 0px !important; +} + +.main-slider-three .owl-theme .owl-nav [class*=owl-]:hover { + color: rgba(var(--treck-black-rgb), 1); + background-color: rgba(var(--treck-white-rgb), 1); +} + +.main-slider-three .owl-theme .owl-nav [class*=owl-]+[class*=owl-] { + margin-left: 10px; +} + +.main-slider-three .owl-theme .owl-dots { + display: flex; + align-items: center; + justify-content: flex-start; + max-width: 1200px; + width: 100%; + position: absolute; + bottom: 50px; + left: 0; + right: 0; + padding: 0 15px; + margin: 0 auto; + height: 0; + line-height: 0; +} + +.main-slider-three .owl-theme .owl-dots .owl-dot+.owl-dot { + margin-left: 10px; +} + +.main-slider-three .owl-theme .owl-dots .owl-dot span { + width: 10px; + height: 10px; + border-radius: 50%; + background-color: rgba(var(--treck-white-rgb), .30); + margin: 0; + -webkit-transition: all 300ms ease; + transition: all 300ms ease; +} + +.main-slider-three .owl-theme .owl-dots .owl-dot:hover span, +.main-slider-three .owl-theme .owl-dots .owl-dot.active span { + background-color: rgba(var(--treck-white-rgb), 1); +} + +/*-------------------------------------------------------------- +# feature One +--------------------------------------------------------------*/ +.feature-one { + position: relative; + display: block; + padding: 60px 0 56px; + background-image: -moz-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 15%); + background-image: -webkit-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 15%); + background-image: -ms-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 15%); + z-index: 1; +} + +.feature-one .container { + max-width: 1800px; +} + +.feature-one__single { + position: relative; + display: block; + background-color: var(--treck-primary); + margin-bottom: 30px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.feature-one__single:hover { + transform: translateY(-10px); + box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1); +} + +.feature-one__inner { + position: relative; + display: block; + overflow: hidden; + padding: 44px 40px 40px; + z-index: 1; +} + +.feature-one__shape-1 { + position: absolute; + top: -50px; + left: -80px; + z-index: -1; +} + +.feature-one__shape-1 img { + width: auto; +} + +.feature-one__img-one { + position: absolute; + top: -62px; + right: -40px; + z-index: -1; +} + +.feature-one__img-one img { + width: auto; +} + +.feature-one__img-two { + top: -10px; + right: -20px; +} + +.feature-one__img-three { + position: absolute; + top: -134px; + right: -60px; + z-index: -1; +} + +.feature-one__sub-title { + font-size: 12px; + font-weight: 600; + line-height: 22px; + letter-spacing: 0.1em; + text-transform: uppercase; + color: var(--treck-gray); +} + +.feature-one__title { + font-size: 22px; + font-weight: 600; + line-height: 32px; +} + +.feature-one__title a { + color: #131519; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.feature-one__title a:hover { + color: var(--treck-base); +} + +.feature-one__btn-box { + position: relative; + display: block; + margin-top: 20px; +} + +.feature-one__btn { + position: relative; + display: inline-block; + font-size: 14px; + font-weight: 500; + color: var(--treck-gray); + border: 1px solid var(--treck-bdr-color); + padding: 10px 35px 10px; + background-color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.feature-one__btn:hover { + background-color: var(--treck-base); + color: var(--treck-white); + border: 1px solid var(--treck-base); +} + + +.feature-one__bottom { + position: relative; + display: block; + text-align: center; + margin-top: 32px; +} + +.feature-one__text { + font-size: 18px; +} + +.feature-one__text a { + position: relative; + display: inline-block; + color: var(--treck-black); + font-weight: 600; +} + +.feature-one__text a::before { + content: ""; + position: absolute; + bottom: 2px; + left: 0; + right: 0; + height: 2px; + background-color: var(--treck-base); +} + +/*-------------------------------------------------------------- +# About One +--------------------------------------------------------------*/ +.about-one { + position: relative; + display: block; + padding: 120px 0 120px; + z-index: 1; +} + +.about-one__shape-3 { + position: absolute; + right: 0; + top: 60px; + opacity: .10; + z-index: -1; +} + +.about-one__shape-3 img { + width: auto; +} + +.about-one__left { + position: relative; + display: block; + margin-left: 130px; + margin-right: 40px; +} + +.about-one__shape-2 { + position: absolute; + left: -355px; + top: 190px; + z-index: -1; +} + +.about-one__shape-2 img { + width: auto; +} + +.about-one__img-box { + position: relative; + display: block; +} + +.about-one__img { + position: relative; + display: block; + z-index: 1; +} + +.about-one__img img { + width: 100%; +} + +.about-one__img-2 { + position: absolute; + left: -130px; + bottom: -137px; + z-index: -1; +} + +.about-one__img-2 img { + width: auto; +} + +.about-one__shape-1 { + position: absolute; + bottom: -93px; + right: 25px; + z-index: -1; +} + +.about-one__shape-1 img { + width: auto; +} + +.about-one__experience { + position: absolute; + bottom: -64px; + left: 107px; + background-color: var(--treck-white); + padding: 22px 40px 23px; + max-width: 239px; + width: 100%; + z-index: 1; +} + +.about-one__experience::before { + content: ""; + position: absolute; + top: 0; + left: 0; + bottom: 0; + width: 5px; + background-color: var(--treck-base); + z-index: -1; +} + +.about-one__experience::after { + content: ""; + position: absolute; + top: 50%; + left: 5px; + border-top: 10px solid transparent; + border-left: 7px solid var(--treck-base); + border-bottom: 10px solid transparent; + z-index: -1; + transform: translateY(-50%); +} + +.about-one__experience h3 { + font-size: 48px; + font-weight: 600; + line-height: 48px; + color: var(--treck-base); +} + +.about-one__experience p { + margin-top: -2px; +} + +.about-one__badge { + position: absolute; + top: 40px; + left: -205px; +} + +.about-one__badge img { + width: auto; +} + +.about-one__right { + position: relative; + display: block; +} + +.about-one__right .section-title__border-box { + margin-left: 0; +} + +.about-one__right .section-title { + margin-bottom: 21px; +} + +.about-one__points { + position: relative; + display: block; + margin-top: 23px; + margin-bottom: 46px; +} + +.about-one__points li { + position: relative; + display: flex; + align-items: center; +} + +.about-one__points li+li { + margin-top: 18px; +} + +.about-one__points li .icon { + position: relative; + display: inline-block; +} + +.about-one__points li .icon span { + position: relative; + display: inline-block; + font-size: 64px; + color: var(--treck-base); + -webkit-transition: all 500ms linear; + transition: all 500ms linear; + -webkit-transition-delay: 0.1s; + transition-delay: 0.1s; +} + +.about-one__points li:hover .icon span { + transform: scale(.9); +} + +.about-one__points li .content { + position: relative; + display: block; + margin-left: 50px; + padding-left: 30px; +} + +.about-one__points li .content::before { + content: ""; + position: absolute; + left: 0; + top: 8px; + bottom: 4px; + width: 2px; + background-color: var(--treck-bdr-color); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.about-one__points li:hover .content::before { + background-color: var(--treck-base); +} + +.about-one__points li .content::after { + content: ""; + position: absolute; + left: -5px; + top: 50%; + transform: translateY(-50%); + border-top: 7px solid transparent; + border-bottom: 7px solid transparent; + border-right: 5px solid var(--treck-bdr-color); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.about-one__points li:hover .content::after { + border-right: 5px solid var(--treck-base); +} + +.about-one__points li .content h3 { + font-size: 20px; + font-weight: 600; + line-height: 30px; + margin-bottom: 4px; +} + +.about-one__points li .content p { + font-size: 15px; + font-weight: 500; + line-height: 26px; +} + +/*-------------------------------------------------------------- +# Services One +--------------------------------------------------------------*/ +.services-one { + position: relative; + display: block; + padding: 0 0 90px; +} + +.services-one__single { + position: relative; + display: block; + margin-bottom: 30px; + z-index: 1; +} + +.services-one__single-inner { + position: relative; + display: block; + border: 1px solid var(--treck-bdr-color); + text-align: center; + padding: 14px 39px 31px; + z-index: 1; +} + +.services-one__single-inner:before { + content: ""; + position: absolute; + top: -1px; + left: -1px; + width: 65px; + height: 65px; + background-color: var(--treck-white); + border: 1px solid var(--treck-bdr-color); + border-top: 0; + border-left: 0; +} + +.services-one__single-inner:after { + content: ""; + position: absolute; + top: -1px; + right: -1px; + width: 65px; + height: 65px; + background-color: var(--treck-white); + border: 1px solid var(--treck-bdr-color); + border-top: 0; + border-right: 0; +} + +.services-one__icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 100px; + width: 100px; + background-color: var(--treck-base); + margin: 0 auto 0; + z-index: 1; +} + +.services-one__icon span { + position: relative; + display: inline-block; + font-size: 60px; + color: var(--treck-white); +} + +.services-one__title { + font-size: 20px; + font-weight: 600; + line-height: 20px; + margin-top: 27px; + margin-bottom: 9px; +} + +.services-one__title a { + color: var(--treck-black); +} + +.services-one__text { + font-size: 15px; +} + +.services-one__hover-content { + position: absolute; + top: -1px; + left: -1px; + right: -1px; + bottom: -1px; + background-position: center top; + transition-delay: .1s; + transition-timing-function: ease-in-out; + transition-duration: .5s; + transition-property: all; + transform-origin: top; + transform-style: preserve-3d; + transform: scaleY(0); + z-index: 2; +} + +.services-one__single:hover .services-one__hover-content { + transform: scaleY(1.0); +} + +.services-one__hover-bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + z-index: 1; +} + +.services-one__hover-title-box { + position: absolute; + bottom: 0; + left: 0; + right: 0; + padding: 14px 30px 14px; + background-color: var(--treck-base); + text-align: left; + overflow: hidden; + z-index: 2; +} + +.services-one__hover-shpae { + position: absolute; + top: 0; + left: 0; + opacity: .20; + z-index: -1; +} + +.services-one__hover-shpae img { + width: auto; +} + +.services-one__hover-title { + font-size: 20px; + font-weight: 600; + line-height: 30px; +} + +.services-one__hover-title a { + color: var(--treck-white); +} + +.services-one__arrow { + position: absolute; + bottom: 50px; + right: 10px; + z-index: 2; +} + +.services-one__arrow a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 50px; + width: 50px; + background-color: var(--treck-white); + font-size: 17px; + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.services-one__arrow a:hover { + color: var(--treck-white); + background-color: var(--treck-black); +} + +/*-------------------------------------------------------------- +# Video One +--------------------------------------------------------------*/ +.video-one { + position: relative; + display: block; + background-color: #121315; + padding-top: 120px; + z-index: 2; +} + +.video-one__bg { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + opacity: .50; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; + ; +} + +.video-one .section-title__title { + font-size: 34px; + line-height: 41px; +} + +.video-one .section-title__border-box { + margin-left: 0; +} + +.video-one__left { + position: relative; + display: block; + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); + padding: 60px 60px 60px; + margin-bottom: -60px; +} + +.video-one__left:before { + content: ""; + position: absolute; + top: 10px; + bottom: 10px; + left: 10px; + right: 10px; + border: 1px dashed var(--treck-bdr-color); +} + +.video-one__left .section-title { + margin-bottom: 33px; +} + +.video-one__points { + position: relative; + display: block; +} + +.video-one__points li { + position: relative; + display: flex; + align-items: center; + background-image: -moz-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -webkit-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -ms-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + padding: 10px 30px 13px; +} + +.video-one__points li+li { + margin-top: 10px; +} + +.video-one__points li .icon { + position: relative; + display: inline-block; + top: 4px; +} + +.video-one__points li .icon span { + position: relative; + display: inline-block; + font-size: 25px; + color: var(--treck-base); +} + +.video-one__points li .text { + margin-left: 15px; +} + +.video-one__points li .text p { + font-size: 18px; + font-weight: 500; + line-height: 28px; +} + +.video-one__right { + position: relative; + display: block; + text-align: right; +} + +.video-one__video-link { + position: relative; + display: inline-block; + padding-right: 16px; + padding-top: 16px; +} + +.video-one__video-icon { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + width: 85px; + height: 85px; + line-height: 100px; + text-align: center; + font-size: 21px; + color: var(--treck-white); + background-color: var(--treck-base); + border-radius: 50%; + transition: all 0.5s ease; + -moz-transition: all 0.5s ease; + -webkit-transition: all 0.5s ease; + -ms-transition: all 0.5s ease; + -o-transition: all 0.5s ease; +} + +.video-one__video-icon:hover { + background-color: var(--treck-white); + color: var(--treck-base); +} + +.video-one__video-icon:before { + position: absolute; + top: -16px; + left: -16px; + right: -16px; + bottom: -16px; + content: ""; + border-radius: 50%; + border: 1px solid rgba(var(--treck-white-rgb), .10); + z-index: 1; +} + +.video-one__video-link .ripple, +.video-one__video-icon .ripple:before, +.video-one__video-icon .ripple:after { + position: absolute; + top: 50%; + left: 50%; + width: 117px; + height: 117px; + border-radius: 50%; + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + -ms-box-shadow: 0 0 0 0 rgba(var(--treck-white-rgb), 0.6); + -o-box-shadow: 0 0 0 0 rgba(var(--treck-white-rgb), 0.6); + -webkit-box-shadow: 0 0 0 0 rgba(var(--treck-white-rgb), 0.6); + box-shadow: 0 0 0 0 rgba(var(--treck-white-rgb), 0.6); + -webkit-animation: ripple 3s infinite; + animation: ripple 3s infinite; +} + +.video-one__video-icon .ripple:before { + -webkit-animation-delay: 0.9s; + animation-delay: 0.9s; + content: ""; + position: absolute; +} + +.video-one__video-icon .ripple:after { + -webkit-animation-delay: 0.6s; + animation-delay: 0.6s; + content: ""; + position: absolute; +} + +.video-one__shape-1 { + position: absolute; + top: 55px; + left: -140px; +} + +.video-one__shape-1 img { + width: auto; +} + +.video-one__text { + font-size: 20px; + font-weight: 600; + line-height: 36px; + color: var(--treck-white); + margin-top: 45px; +} + +/*-------------------------------------------------------------- +# Counter One +--------------------------------------------------------------*/ +.counter-one { + position: relative; + display: block; + background-color: var(--treck-base); + padding: 160px 0 70px; + z-index: 1; +} + +.counter-one__bg { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 297px; + opacity: .10; + mix-blend-mode: multiply; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + z-index: -1; +} + +.counter-one__single { + position: relative; + display: flex; + align-items: center; + padding: 30px 0 30px; + margin-bottom: 30px; + border-right: 1px solid #fffefe; + z-index: 1; +} + +.counter-one__single:before { + content: ""; + position: absolute; + top: 0; + left: 0; + right: 0; + height: 1px; + background-image: -moz-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); + background-image: -webkit-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); + background-image: -ms-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); +} + +.counter-one__single:after { + content: ""; + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 1px; + background-image: -moz-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); + background-image: -webkit-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); + background-image: -ms-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); +} + +.counter-one__icon { + position: relative; + display: inline-block; +} + +.counter-one__icon span { + position: relative; + display: inline-block; + font-size: 64px; + color: var(--treck-white); + -webkit-transition: all 500ms linear; + transition: all 500ms linear; + -webkit-transition-delay: 0.1s; + transition-delay: 0.1s; +} + +.counter-one__single:hover .counter-one__icon span { + transform: scale(.9); +} + +.counter-one__content { + position: relative; + display: block; + margin-left: 20px; + padding-left: 25px; +} + +.counter-one__content::before { + content: ""; + position: absolute; + top: 5px; + left: 0; + bottom: 5px; + width: 2px; + background-color: rgba(var(--treck-white-rgb), .20); +} + +.counter-one__content::after { + content: ""; + position: absolute; + top: 50%; + left: 2px; + border-top: 5px solid transparent; + border-left: 4px solid rgba(var(--treck-white-rgb), .20); + border-bottom: 5px solid transparent; + transform: translateY(-50%); +} + +.counter-one__count-box { + position: relative; + display: flex; + align-items: center; +} + +.counter-one__count-box h3 { + font-size: 36px; + font-weight: 600; + line-height: 36px; + color: var(--treck-white); +} + +.counter-two__plus { + font-size: 36px; + font-weight: 600; + line-height: 36px; + color: var(--treck-white); +} + +.counter-one__content p { + font-weight: 500; + color: var(--treck-white); + margin-top: 5px; +} + +/*-------------------------------------------------------------- +# Coaching One +--------------------------------------------------------------*/ +.coaching-one { + position: relative; + display: block; + padding: 120px 0 90px; + z-index: 1; +} + +.coaching-one__top { + position: relative; + display: block; +} + +.coaching-one__left { + position: relative; + display: block; +} + +.coaching-one__left .section-title__border-box { + margin-left: 0; +} + +.coaching-one__right { + position: relative; + display: block; +} + +.coaching-one__text { + margin-top: 27px; +} + +.coaching-one__bottom { + position: relative; + display: block; +} + +.coaching-one__bottom .container { + max-width: 1540px; +} + +.coaching-one__bottom .row { + --bs-gutter-x: 50px; +} + +.coaching-one__single { + position: relative; + display: block; + margin-bottom: 30px; +} + +.coaching-one__img-box { + position: relative; + display: block; +} + +.coaching-one__img { + position: relative; + display: block; +} + +.coaching-one__img img { + width: 100%; +} + +.coaching-one__content { + position: absolute; + bottom: 0; + right: -20px; + left: 50px; + display: flex; + align-items: center; + justify-content: space-between; + background-color: var(--treck-base); + padding: 12px 30px 16px; + overflow: hidden; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.coaching-one__single:hover .coaching-one__content { + opacity: 0; +} + +.coaching-one__shape-1 { + position: absolute; + top: 0; + left: 0; + opacity: .20; + z-index: -1; +} + +.coaching-one__shape-1 img { + width: auto; +} + +.coaching-one__title { + font-size: 20px; + font-weight: 600; + line-height: 30px; +} + +.coaching-one__title a { + color: var(--treck-white); +} + +.coaching-one__arrow-box { + position: relative; + display: block; +} + +.coaching-one__arrow { + position: relative; + display: block; + font-size: 24px; + color: var(--treck-white); + top: 3px; +} + +.coaching-one__hover-content { + position: absolute; + bottom: 0; + right: -20px; + left: 50px; + background-color: var(--treck-white); + padding: 40px 40px 46px; + background-position: center bottom; + transition-delay: .1s; + transition-timing-function: ease-in-out; + transition-duration: .5s; + transition-property: all; + transform-origin: bottom; + transform-style: preserve-3d; + transform: scaleY(0); + z-index: 2; +} + +.coaching-one__single:hover .coaching-one__hover-content { + transform: scaleY(1.0); +} + +.coaching-one__hover-icon { + position: relative; + display: block; +} + +.coaching-one__hover-icon img { + width: auto; +} + +.coaching-one__hover-title { + font-size: 20px; + font-weight: 600; + line-height: 30px; + margin-top: 12px; + margin-bottom: 15px; +} + +.coaching-one__hover-title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.coaching-one__hover-title a:hover { + color: var(--treck-base); +} + +.coaching-one__hover-text { + font-size: 14px; + font-weight: 500; + line-height: 26px; + color: #707072; +} + +.coaching-one__hover-arrow-box { + position: absolute; + right: 30px; + bottom: 30px; +} + +.coaching-one__hover-arrow { + font-size: 24px; + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.coaching-one__hover-arrow:hover { + color: var(--treck-base); +} + +.coaching-one__hover-shape-1 { + position: absolute; + top: 45px; + right: -20px; + width: 172px; + height: 26px; + background-image: -moz-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgba(255, 255, 255, 0) 100%); + background-image: -webkit-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgba(255, 255, 255, 0) 100%); + background-image: -ms-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgba(255, 255, 255, 0) 100%); +} + +/*-------------------------------------------------------------- +# Testimonial One +--------------------------------------------------------------*/ +.testimonial-one { + position: relative; + display: block; + z-index: 1; +} + +.testimonial-one__wrap { + position: relative; + display: block; + background-color: var(--treck-primary); + padding: 69px 80px 178px; + z-index: 1; +} + +.testimonial-one__bg { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 194px; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; +} + +.testimonial-one__img-1 { + position: absolute; + bottom: -179px; + right: -535px; + z-index: 1; +} + +.testimonial-one__img-1 img { + width: auto; +} + +.testimonial-one__shape-1 { + position: absolute; + top: 145px; + left: 15px; + z-index: -1; +} + +.testimonial-one__shape-1 img { + width: auto; +} + +.testimonial-one__carousel { + position: relative; + display: block; + max-width: 545px; + width: 100%; +} + +.testimonial-one__carousel.owl-carousel .owl-stage-outer { + overflow: visible; +} + +.testimonial-one__carousel.owl-carousel .owl-item { + opacity: 0; + visibility: hidden; + transition: opacity 500ms ease, visibility 500ms ease; +} + +.testimonial-one__carousel.owl-carousel .owl-item.active { + opacity: 1; + visibility: visible; +} + + +.testimonial-one__single { + position: relative; + display: block; + z-index: 1; +} + +.testimonial-one__inner { + position: relative; + display: block; +} + +.testimonial-one__icon-and-ratting { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; +} + +.testimonial-one__icon { + position: relative; + display: inline-block; +} + +.testimonial-one__icon span { + position: relative; + display: inline-block; + font-size: 64px; + color: var(--treck-white); +} + +.testimonial-one__ratting { + position: relative; + display: flex; + align-items: center; +} + +.testimonial-one__ratting i { + font-size: 15px; + color: var(--treck-base); +} + +.testimonial-one__ratting i+i { + margin-left: 4px; +} + +.testimonial-one__text { + font-size: 20px; + line-height: 38px; + margin-top: 22px; + margin-bottom: 31px; +} + +.testimonial-one__client-name-box { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + padding-left: 72px; +} + +.testimonial-one__client-name { + font-size: 20px; + font-weight: 600; + line-height: 30px; + position: relative; + display: block; +} + +.testimonial-one__client-name::before { + content: ""; + position: absolute; + left: -72px; + top: 15px; + height: 2px; + width: 53px; + background-image: -moz-linear-gradient(0deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%); + background-image: -webkit-linear-gradient(0deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%); + background-image: -ms-linear-gradient(0deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%); +} + +.testimonial-one__client-sub-title { + font-size: 12px; + font-weight: 600; + line-height: 12px; + text-transform: uppercase; + letter-spacing: 0.1em; + position: relative; + display: block; + border-bottom: 1px solid #b9b6b5; +} + +.testimonial-one__carousel.owl-theme .owl-nav { + position: absolute; + bottom: -98px; + left: 0; + margin: 0; +} + +.testimonial-one__carousel.owl-theme .owl-nav .owl-next { + height: 55px; + width: 55px; + line-height: 55px; + border-radius: 0; + color: var(--treck-black); + background-color: var(--treck-white); + font-size: 15px; + margin: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.testimonial-one__carousel.owl-theme .owl-nav .owl-prev { + height: 55px; + width: 55px; + line-height: 55px; + color: var(--treck-black); + border-radius: 0; + background-color: var(--treck-white); + font-size: 15px; + margin: 0; + text-align: center; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + position: relative; + display: inline-block; + transform: rotate(180deg); +} + +.testimonial-one__carousel.owl-theme .owl-nav .owl-next { + margin-left: 5px; +} + +.testimonial-one__carousel.owl-theme .owl-nav .owl-prev { + margin-right: 5px; +} + +.testimonial-one__carousel.owl-theme .owl-nav .owl-next span, +.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover, +.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Countries One +--------------------------------------------------------------*/ +.countries-one { + position: relative; + display: block; + overflow: hidden; + padding: 120px 0 80px; + background-image: -moz-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%); + background-image: -webkit-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%); + background-image: -ms-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%); + z-index: 1; +} + +.countries-one__bg { + position: absolute; + left: 0; + right: 0; + bottom: 0; + height: 485px; + opacity: .04; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + mix-blend-mode: luminosity; + z-index: -1; +} + +.countries-one__single { + position: relative; + display: block; + text-align: center; + border: 1px solid #e3dcd9; + padding: 26px 30px 16px; + margin-bottom: 40px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.countries-one__single:hover { + border: 1px solid transparent; +} + +.countries-one__single::before { + content: ""; + position: absolute; + left: 0; + right: 0; + top: 0; + bottom: -16px; + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); + background-position: center bottom; + transition-delay: .1s; + transition-timing-function: ease-in-out; + transition-duration: .5s; + transition-property: all; + transform-origin: bottom; + transform-style: preserve-3d; + transform: scaleY(0); + z-index: -1; +} + +.countries-one__single:hover::before { + transform: scaleY(1.0); +} + +.countries-one__img-box { + position: relative; + display: block; + width: 52px; + margin: 0 auto; + border-radius: 50%; +} + +.countries-one__img-box::before { + content: ""; + position: absolute; + left: -28px; + top: 50%; + width: 16px; + height: 1px; + background-color: #e3dcd9; + transform: translateY(-50%); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-one__single:hover .countries-one__img-box::before { + background-color: var(--treck-base) +} + +.countries-one__img-box::after { + content: ""; + position: absolute; + right: -28px; + top: 50%; + width: 16px; + height: 1px; + background-color: #e3dcd9; + transform: translateY(-50%); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-one__single:hover .countries-one__img-box::after { + background-color: var(--treck-base) +} + +.countries-one__img { + position: relative; + display: block; + width: 52px; + margin: 0 auto; + border-radius: 50%; +} + +.countries-one__img::before { + content: ""; + position: absolute; + top: -7px; + left: -7px; + right: -7px; + bottom: -7px; + border: 1px solid var(--treck-bdr-color); + border-radius: 50%; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-one__single:hover .countries-one__img::before { + border: 1px solid var(--treck-base); +} + +.countries-one__img img { + width: 100%; + border-radius: 50%; +} + +.countries-one__title { + font-size: 18px; + font-weight: 600; + line-height: 28px; + margin-bottom: 6px; + margin-top: 20px; +} + +.countries-one__title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-one__title a:hover { + color: var(--treck-base); +} + +.countries-one__text { + font-size: 14px; + font-weight: 500; + line-height: 24px; + color: #68696c; +} + +.countries-one__arrow-box { + position: absolute; + bottom: -33px; + left: 50%; + transform: translateX(-50%); +} + +.countries-one__arrow { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 36px; + height: 36px; + background-color: var(--treck-base); + border-radius: 50%; + font-size: 16px; + color: var(--treck-white); + -webkit-transform: scale(0); + transform: scale(0); + opacity: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-one__single:hover .countries-one__arrow { + -webkit-transform: scale(1); + transform: scale(1); + transition-delay: 500ms; + opacity: 1; +} + +.countries-one__arrow:hover { + background-color: var(--treck-black); + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Team One +--------------------------------------------------------------*/ +.team-one { + position: relative; + display: block; + padding: 120px 0 90px; + z-index: 1; +} + +.team-one__single { + position: relative; + display: block; + margin-bottom: 30px; +} + +.team-one__img-box { + position: relative; + display: block; +} + +.team-one__img { + position: relative; + display: block; + z-index: 2; +} + +.team-one__img:before { + content: ""; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-image: -moz-linear-gradient(90deg, rgb(226, 9, 53) 0%, rgba(255, 255, 255, 0) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(226, 9, 53) 0%, rgba(255, 255, 255, 0) 100%); + background-image: -ms-linear-gradient(90deg, rgb(226, 9, 53) 0%, rgba(255, 255, 255, 0) 100%); + background-position: center bottom; + transition-delay: .1s; + transition-timing-function: ease-in-out; + transition-duration: .5s; + transition-property: all; + transform-origin: bottom; + transform-style: preserve-3d; + transform: scaleY(0); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.team-one__single:hover .team-one__img:before { + transform: scaleY(1.0); + border-top-left-radius: 130px; + border-top-right-radius: 130px; +} + +.team-one__img img { + width: 100%; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.team-one__single:hover .team-one__img img { + border-top-left-radius: 130px; + border-top-right-radius: 130px; +} + +.team-one__share-btn { + position: absolute; + right: 10px; + bottom: 0; + z-index: 2; +} + +.team-one__share-btn a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 40px; + height: 40px; + background-color: var(--treck-black); + font-size: 16px; + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.team-one__single:hover .team-one__share-btn a { + background-color: var(--treck-white); + color: var(--treck-black); +} + +.team-one__social { + position: absolute; + display: flex; + align-items: center; + right: 50px; + bottom: 0; + background-color: var(--treck-black); + padding: 4px 20px 6px; + transform: scaleX(0.0); + transform-origin: center; + transform-style: preserve-3d; + -webkit-transition: all 0.4s linear; + -o-transition: all 0.4s linear; + transition: all 0.4s linear; + transform-origin: right center; + z-index: 2; +} + + +.team-one__single:hover .team-one__social { + transform: scaleX(1.0); + transform-origin: left center; + transition-delay: 500ms; +} + +.team-one__social li { + position: relative; + display: block; +} + +.team-one__social li a { + position: relative; + display: block; + font-size: 14px; + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.team-one__social li a:hover { + color: var(--treck-base); +} + +.team-one__social li+li { + margin-left: 20px; +} + +.team-one__content { + position: relative; + display: block; + padding: 23px 30px 23px; + background-image: -moz-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -ms-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); +} + +.team-one__sub-title { + font-size: 14px; + font-weight: 500; + line-height: 24px; +} + +.team-one__title { + font-size: 20px; + font-weight: 600; + line-height: 30px; + margin-top: 1px; +} + +.team-one__title a { + color: #222222; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.team-one__title a:hover { + color: var(--treck-base); +} + +.team-one__arrow-box { + position: absolute; + top: 0; + right: 10px; +} + +.team-one__arrow { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 40px; + height: 40px; + font-size: 16px; + color: var(--treck-white); + background-color: var(--treck-base); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.team-one__arrow:hover { + color: var(--treck-white); + background-color: var(--treck-black); +} + +/*-------------------------------------------------------------- +# Contact One +--------------------------------------------------------------*/ +.contact-one { + position: relative; + display: block; + padding: 0px 0px 0px; + z-index: 1; +} + +.contact-one__left { + position: relative; + display: block; + margin-right: 70px; + padding-top: 120px; + z-index: 1; +} + +.contact-one__bg { + position: absolute; + top: 0; + left: -375px; + right: -433px; + bottom: -120px; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + clip-path: polygon(0 0, 100% 0%, 73% 100%, 0% 100%); + z-index: -1; +} + +.contact-one__shape-1 { + position: absolute; + top: 0; + bottom: -120px; + left: -375px; + right: -158px; + background-repeat: no-repeat; + background-position: left center; + background-size: cover; + opacity: .80; + z-index: -1; +} + +.contact-one__left .section-title__tagline { + color: var(--treck-white); +} + +.contact-one__left .section-title__border-box { + background-color: var(--treck-white); +} + +.contact-one__left .section-title__border-box:before { + background-color: var(--treck-base); +} + +.contact-one__left .section-title__border-box:after { + background-color: var(--treck-base); + border: 1px solid var(--treck-white); +} + +.contact-one__left .section-title__title { + color: var(--treck-white); +} + +.contact-one__form-box { + position: relative; + display: block; +} + +.contact-one__form .row { + --bs-gutter-x: 10px; +} + +.contact-one__form-input-box { + position: relative; + display: block; + margin-bottom: 10px; +} + +.contact-one__form-input-box input[type="text"], +.contact-one__form-input-box input[type="email"] { + height: 52px; + width: 100%; + border: none; + background-color: var(--treck-white); + padding-left: 30px; + padding-right: 30px; + outline: none; + font-size: 14px; + color: var(--treck-gray); + display: block; + font-weight: 500; +} + +.contact-one__form-input-box textarea { + font-size: 14px; + color: var(--treck-gray); + height: 122px; + width: 100%; + background-color: var(--treck-white); + padding: 15px 30px 30px; + border: none; + outline: none; + margin-bottom: 0px; + font-weight: 500; +} + +.contact-one__form-input-box.text-message-box { + height: 122px; +} + +.contact-one__form-btn { + border: none; + font-size: 14px; + font-weight: 600; + background-color: var(--treck-black); + padding: 12px 50px 10px; +} + +.contact-one__form-btn:hover { + color: var(--treck-base); +} + +.contact-one__form-btn:before { + background-color: var(--treck-white); +} + +.contact-one__form-input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { + position: relative; + display: block; + max-width: 100%; + width: 100% !important; +} + +.contact-one__form-input-box .bootstrap-select>.dropdown-toggle::after { + display: none; +} + +.contact-one__form-input-box .bootstrap-select>.dropdown-toggle { + position: relative; + background-color: var(--treck-white) !important; + border-radius: 0; + color: var(--treck-gray) !important; + font-size: 14px; + font-weight: 500; + height: 52px; + line-height: 52px; + padding-left: 30px; + padding-right: 30px; + padding-top: 0; + padding-bottom: 0; + width: 100%; + outline: none !important; + border: 0; + box-shadow: none !important; + background-repeat: no-repeat; + background-size: 14px 12px; + background-position: right 25.75px center; +} + +.contact-one__form-input-box .bootstrap-select>.dropdown-toggle:before { + position: absolute; + top: 0; + bottom: 0; + right: 25px; + font-family: "Font Awesome 5 Free"; + content: "\f107"; + font-weight: 900; + font-size: 15px; + color: var(--treck-gray); +} + +.contact-one__right { + position: relative; + display: block; + margin-left: -30px; + margin-right: -375px; + margin-top: 40px; +} + +.contact-one__right:before { + content: ""; + position: absolute; + top: -40px; + left: 344px; + border-bottom: 40px solid var(--treck-black); + border-left: 20px solid transparent; + border-right: 30px solid transparent; +} + +.contact-one__google-map-box { + position: relative; + display: block; + background-color: var(--treck-primary); + clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%); +} + +.google-map__one { + position: relative; + display: block; + border: none; + height: 658px; + width: 100%; + mix-blend-mode: luminosity; +} + + +.contact-one__address-box { + position: absolute; + top: 120px; + right: 170px; + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); + max-width: 312px; + width: 100%; + z-index: 2; +} + +.contact-one__address-top { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + background-image: -moz-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -ms-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + padding-left: 40px; + padding-right: 30px; + padding-top: 19px; + padding-bottom: 19px; + z-index: 2; +} + +.contact-one__address-top:before { + content: ""; + position: absolute; + bottom: -10px; + left: 40px; + border-top: 10px solid var(--treck-primary); + border-left: 10px solid transparent; + border-right: 10px solid transparent; + z-index: 2; +} + +.contact-one__address-top-title { + position: relative; + display: block; +} + +.contact-one__address-top-title h3 { + font-size: 20px; + font-weight: 600; + line-height: 30px; +} + +.contact-one__address-top-icon { + position: relative; + display: flex; + align-items: center; +} + +.contact-one__address-top-icon span { + position: relative; + display: inline-block; + font-size: 65px; + color: var(--treck-base); +} + +.contact-one__address-faq { + position: relative; + display: block; +} + +.contact-one__address-faq .faq-one-accrodion .accrodion { + position: relative; + display: block; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + background-color: var(--treck-white); + border-bottom: 1px solid var(--treck-bdr-color); +} + +.contact-one__address-faq .faq-one-accrodion .accrodion.last-child { + border-bottom: 0; +} + +.contact-one__address-faq .faq-one-accrodion .accrodion-title { + position: relative; + display: block; + cursor: pointer; + padding: 13px 40px 13px; + transition: all 200ms linear; + transition-delay: 0.1s; +} + +.contact-one__address-faq .faq-one-accrodion .accrodion-title h4 { + margin: 0; + font-size: 16px; + font-weight: 600; + line-height: 26px; + color: var(--treck-black); + position: relative; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.contact-one__address-faq .faq-one-accrodion .accrodion.active .accrodion-title h4 { + color: var(--treck-black); +} + +.contact-one__address-faq .faq-one-accrodion .accrodion-title h4::before { + content: "\e907"; + font-family: 'icomoon' !important; + font-weight: 900; + font-size: 11px; + color: var(--treck-base); + position: absolute; + top: 50%; + right: -5px; + height: 20px; + width: 20px; + border-radius: 50%; + text-align: center; + display: flex; + justify-content: center; + align-items: center; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.contact-one__address-faq .faq-one-accrodion .accrodion.active .accrodion-title h4::before { + content: "\e905"; + color: var(--treck-black); + height: 20px; + width: 20px; + border-radius: 50%; + text-align: center; + display: flex; + justify-content: center; + align-items: center; +} + +.contact-one__address-faq .faq-one-accrodion .accrodion-content { + position: relative; + padding: 0px 40px 23px; + margin-top: -8px; +} + +.contact-one__address-list { + position: relative; + display: block; +} + +.contact-one__address-list li { + position: relative; + display: flex; +} + +.contact-one__address-list li:nth-child(1) { + margin-bottom: 13px; +} + +.contact-one__address-list li:nth-child(2) { + margin-bottom: 7px; +} + +.contact-one__address-list li .icon { + position: relative; + display: inline-block; +} + +.contact-one__address-list li .icon i { + position: relative; + display: inline-block; + font-size: 15px; + color: var(--treck-base); +} + +.contact-one__address-list li .text { + margin-left: 20px; +} + +.contact-one__address-list li .text p { + font-size: 15px; + font-weight: 500; + line-height: 26px; +} + +.contact-one__address-list li .text p a { + color: var(--treck-gray); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.contact-one__address-list li .text p a:hover { + color: var(--treck-base); +} + +/*-------------------------------------------------------------- +# Brand One +--------------------------------------------------------------*/ +.brand-one { + position: relative; + display: block; + overflow: hidden; + z-index: 1; +} + +.brand-one__inner { + position: relative; + display: block; + padding: 60px 0 60px; + border-bottom: 1px solid var(--treck-bdr-color); +} + +.brand-one .swiper-slide { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.brand-one .swiper-slide img { + -webkit-transition: 500ms; + transition: 500ms; + opacity: 0.25; + max-width: 100%; +} + +.brand-one .swiper-slide img:hover { + opacity: 0.60; +} + +/*-------------------------------------------------------------- +# Blog One +--------------------------------------------------------------*/ +.blog-one { + position: relative; + display: block; + padding: 120px 0 90px; + background-image: -moz-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -ms-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + z-index: 1; +} + +.blog-one__single { + position: relative; + display: block; + margin-bottom: 30px; +} + +.blog-one__img-box { + position: relative; + display: block; +} + +.blog-one__img { + position: relative; + display: block; + overflow: hidden; +} + +.blog-one__img img { + width: 100%; + transition: all 500ms ease; + transform: scale(1); +} + +.blog-one__single:hover .blog-one__img img { + transform: scale(1.05); +} + +.blog-one__img>a { + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(var(--treck-black-rgb), 0.3); + position: absolute; + display: flex; + justify-content: center; + align-items: center; + font-size: 30px; + color: var(--thm-base); + transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease; + visibility: hidden; + opacity: 0; + transform: translateY(-30%); +} + +.blog-one__img>a>span { + position: relative; +} + +.blog-one__img>a>span::before { + content: ''; + width: 20px; + height: 2px; + background-color: var(--treck-base); + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + transition: all 500ms ease; +} + +.blog-one__img>a>span::after { + content: ''; + transition: all 500ms ease; + width: 2px; + height: 20px; + background-color: var(--treck-base); + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +.blog-one__img>a:hover>span::before, +.blog-one__img>a:hover>span::after { + background-color: var(--treck-white); +} + +.blog-one__single:hover .blog-one__img>a { + visibility: visible; + transform: translateY(0%); + opacity: 1; +} + +.blog-one__date { + position: absolute; + left: 30px; + bottom: 0; + background-color: var(--treck-base); + padding: 9px 15px 5px; + z-index: 2; +} + +.blog-one__date::before { + content: ""; + position: absolute; + bottom: 0; + left: -30px; + border-top: 25px solid transparent; + border-bottom: 25px solid #d1062f; + border-left: 15px solid transparent; + border-right: 15px solid #d1062f; +} + +.blog-one__date p { + font-size: 30px; + font-weight: 600; + line-height: 30px; + color: var(--treck-white); +} + +.blog-one__date p span { + font-size: 16px; + position: relative; + left: -3px; +} + +.blog-one__content { + position: relative; + display: block; + padding: 30px 40px 11px; + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.09); +} + +.blog-one__tag-and-user { + position: relative; + display: flex; + align-items: center; +} + +.blog-one__tag { + position: relative; + display: block; + background-color: var(--treck-primary); + padding: 4px 20px 6px; +} + +.blog-one__tag p { + font-size: 12px; + font-weight: 500; + line-height: 22px; +} + +.blog-one__user { + position: relative; + display: flex; + align-items: center; + margin-left: 10px; +} + +.blog-one__user .img { + position: relative; + display: block; + width: 29px; +} + +.blog-one__user .img img { + width: 100%; + border-radius: 50%; +} + +.blog-one__user .text { + margin-left: 10px; +} + +.blog-one__user .text p { + font-size: 14px; + font-weight: 500; + line-height: 14px; +} + +.blog-one__title { + font-size: 20px; + line-height: 30px; + font-weight: 600; + margin-top: 12px; + padding-bottom: 27px; + margin-bottom: 9px; + border-bottom: 1px solid var(--treck-bdr-color); +} + +.blog-one__title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-one__title a:hover { + color: var(--treck-base); +} + +.blog-one__comment-and-arrow { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; +} + +.blog-one__comment { + position: relative; + display: block; +} + +.blog-one__comment p { + font-size: 14px; + font-weight: 500; + line-height: 14px; +} + +.blog-one__comment p span { + font-size: 14px; + color: var(--treck-base); + margin-right: 4px; +} + +.blog-one__arrow { + position: relative; + display: block; +} + +.blog-one__arrow a { + font-size: 25px; + color: var(--treck-black); + top: 4px; + position: relative; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-one__arrow a:hover { + color: var(--treck-base); +} + +/*-------------------------------------------------------------- +# Site Footer +--------------------------------------------------------------*/ +.site-footer { + position: relative; + display: block; + background-color: var(--treck-black); + z-index: 1; +} + +.site-footer__top { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + border-bottom: 1px solid rgba(var(--treck-white-rgb), .10); + overflow: hidden; + padding: 44px 0px 44px; + z-index: 1; +} + +.site-footer__map { + position: absolute; + top: 0; + left: 30px; + opacity: .40; + z-index: -1; +} + +.site-footer__map img { + width: auto; +} + +.site-footer__top-left { + position: relative; + display: block; +} + +.site-footer__visa-box { + position: relative; + display: flex; + align-items: center; +} + +.site-footer__visa-list { + position: relative; + display: flex; + align-items: center; +} + +.site-footer__visa-list li+li { + margin-left: 4px; +} + +.site-footer__visa-img { + position: relative; + display: block; + width: 30px; + border-radius: 50%; +} + +.site-footer__visa-img img { + width: 100%; + border-radius: 50%; +} + +.site-footer__visa-content { + margin-left: 20px; +} + +.site-footer__visa-text { + color: #68696c; + font-weight: 500; +} + +.site-footer__visa-text a { + position: relative; + display: inline-block; + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.site-footer__visa-text a:before { + content: ""; + position: absolute; + bottom: 4px; + left: 0; + right: 0; + height: 1px; + background-color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.site-footer__visa-text a:hover:before { + background-color: var(--treck-base); +} + +.site-footer__visa-text a:hover { + color: var(--treck-base); +} + +.site-footer__call { + position: relative; + display: flex; + align-items: center; +} + +.site-footer__call-icon { + position: relative; + display: flex; + align-items: center; +} + +.site-footer__call-icon img { + width: auto; +} + +.site-footer__call-content { + margin-left: 15px; +} + +.site-footer__call-sub-title { + font-size: 14px; + color: #68696c; + line-height: 14px; +} + +.site-footer__call-number { + font-size: 16px; + font-weight: 600; + line-height: 16px; + margin-top: 9px; +} + +.site-footer__call-number a { + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.site-footer__call-number a span { + font-size: 14px; + color: #68696c; +} + +.site-footer__call-number a:hover { + color: var(--treck-base); +} + +.site-footer__middle { + position: relative; + display: block; + padding-top: 85px; + padding-bottom: 79px; +} + +.footer-widget__title-box { + position: relative; + display: block; + margin-bottom: 24px; +} + +.footer-widget__title { + font-size: 18px; + color: var(--treck-white); + line-height: 28px; + font-weight: 600; +} + +.footer-widget__about { + position: relative; + display: block; + margin-right: 10px; +} + +.footer-widget__logo { + position: relative; + display: block; + margin-bottom: 20px; +} + +.footer-widget__about-text { + font-size: 15px; + color: #68696c; +} + +.site-footer__social { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + margin-top: 29px; +} + +.site-footer__social a { + position: relative; + height: 40px; + width: 40px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + text-align: center; + color: var(--treck-white); + background-color: transparent; + font-size: 15px; + border-radius: 50%; + border: 1px solid var(--treck-base); + overflow: hidden; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.site-footer__social a:hover { + color: var(--treck-base); + background-color: var(--treck-white); + border: 1px solid var(--treck-white); +} + +.site-footer__social a:after { + position: absolute; + content: ""; + top: 0; + left: 0; + right: 0; + height: 100%; + background-color: var(--treck-white); + -webkit-transition-delay: .1s; + transition-delay: .1s; + -webkit-transition-timing-function: ease-in-out; + transition-timing-function: ease-in-out; + -webkit-transition-duration: .4s; + transition-duration: .4s; + -webkit-transition-property: all; + transition-property: all; + opacity: 1; + -webkit-transform-origin: top; + transform-origin: top; + -webkit-transform-style: preserve-3d; + transform-style: preserve-3d; + -webkit-transform: scaleY(0); + transform: scaleY(0); + z-index: -1; +} + +.site-footer__social a:hover:after { + opacity: 1; + -webkit-transform: scaleY(1); + transform: scaleY(1); +} + +.site-footer__social a+a { + margin-left: 10px; +} + +.footer-widget__link { + position: relative; + display: block; + margin-right: -30px; +} + +.footer-widget__link-list { + position: relative; + display: block; +} + +.footer-widget__link-list li+li { + margin-top: 6px; +} + +.footer-widget__link-list li a { + position: relative; + color: #68696c; + font-size: 15px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.footer-widget__link-list li a:hover { + color: var(--treck-white); +} + +.footer-widget__visa { + position: relative; + display: block; + margin-left: 60px; +} + +.footer-widget__visa-list { + position: relative; + display: block; +} + +.footer-widget__visa-list li { + position: relative; + display: block; +} + +.footer-widget__visa-list li+li { + margin-top: 6px; +} + +.footer-widget__visa-list li a { + position: relative; + color: #68696c; + font-size: 15px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.footer-widget__visa-list li a:hover { + color: var(--treck-white); +} + +.footer-widget__gallery { + position: relative; + display: block; + margin-left: -9px; +} + +.footer-widget__gallery .footer-widget__title-box { + margin-bottom: 33px; +} + +.footer-widget__gallery-list { + position: relative; + display: flex; + align-items: center; + flex-wrap: wrap; + margin-right: -5px; + margin-left: -5px; +} + +.footer-widget__gallery-list li { + position: relative; + display: inline-block; + padding-left: 5px; + padding-right: 5px; + margin-bottom: 10px; +} + +.footer-widget__gallery-img { + position: relative; + display: block; + overflow: hidden; + width: 70px; + z-index: 1; +} + +.footer-widget__gallery-img:before { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + content: ""; + background-color: rgba(var(--treck-black-rgb), .30); + transition: all 700ms ease; + transform: translateY(-100%); + z-index: 1; +} + +.footer-widget__gallery-list li:hover .footer-widget__gallery-img:before { + transform: translateY(0%); +} + +.footer-widget__gallery-img img { + width: 100%; + transition-delay: .1s; + transition-timing-function: ease-in-out; + transition-duration: .7s; + transition-property: all; +} + +.footer-widget__gallery-list li:hover .footer-widget__gallery-img img { + transform: scale(1.1) rotate(2deg); +} + +.footer-widget__gallery-img a { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + display: flex; + align-items: center; + justify-content: center; + font-size: 17px; + color: var(--treck-white); + transform: translateY(100px); + opacity: 0; + transition: all 700ms ease; + z-index: 2; +} + +.footer-widget__gallery-list li:hover .footer-widget__gallery-img a { + transform: translateY(0px); + opacity: 1; + transition-delay: 0.3s; +} + +.footer-widget__gallery-list li .footer-widget__gallery-img a:hover { + color: var(--treck-base); +} + +.footer-widget__Contact { + position: relative; + display: block; +} + +.footer-widget__Contact-list { + position: relative; + display: block; + margin-top: -1px; +} + +.footer-widget__Contact-list li { + position: relative; + display: flex; +} + +.footer-widget__Contact-list li .icon { + font-size: 16px; + margin-right: 12px; +} + +.footer-widget__Contact-list li:nth-child(1) { + margin-bottom: 20px; +} + +.footer-widget__Contact-list li:nth-child(2) { + margin-bottom: 22px; +} + +.footer-widget__Contact-list li .icon span { + color: var(--treck-base); + font-size: 15px; +} + +.footer-widget__Contact-list li .text p { + font-size: 15px; + font-weight: 500; + color: #68696c; + line-height: 26px; +} + +.footer-widget__Contact-list li .text p a { + color: #68696c; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.footer-widget__Contact-list li .text p a:hover { + color: var(--treck-base); + transition: all 500ms ease; +} + +.site-footer__bottom { + position: relative; + display: block; + padding: 32px 0 34px; + background-color: #121315; +} + +.site-footer__bottom-inner { + position: relative; + display: block; + text-align: center; +} + +.site-footer__bottom-text { + color: #727478; + font-size: 15px; + font-weight: 500; +} + +.site-footer__bottom-text a { + color: #727478; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.site-footer__bottom-text a:hover { + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# About Two +--------------------------------------------------------------*/ +.about-two { + position: relative; + display: block; + padding: 120px 0 120px; + z-index: 1; +} + +.about-two__shape-2 { + position: absolute; + top: 113px; + left: 0; + opacity: .10; + z-index: -1; +} + +.about-two__shape-2 img { + width: auto; +} + +.about-two__left { + position: relative; + display: block; + margin-right: 50px; +} + +.about-two__img-box { + position: relative; + display: block; +} + +.about-two__img { + position: relative; + display: block; + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); + border-top-left-radius: 250px; + border-top-right-radius: 250px; + border-bottom-left-radius: 250px; +} + +.about-two__img::before { + content: ""; + position: absolute; + top: -8px; + left: -27px; + bottom: 0; + right: 30px; + border: 8px solid var(--treck-base); + border-top-right-radius: 250px; + border-top-left-radius: 250px; + border-bottom-right-radius: 250px; +} + +.about-two__img img { + width: 100%; + border-top-left-radius: 250px; + border-top-right-radius: 250px; + border-bottom-left-radius: 250px; +} + +.about-two__experience { + position: absolute; + bottom: 79px; + left: -148px; + border-bottom-left-radius: 45px; + background-color: rgb(255, 255, 255); + box-shadow: 14.982px 29.403px 87px 0px rgba(0, 0, 0, 0.07); +} + +.about-two__experience-inner { + position: relative; + display: block; + max-width: 247px; + padding: 22px 80px 23px; + padding-right: 20px; + width: 100%; + border-bottom-left-radius: 45px; + overflow: hidden; + z-index: 1; +} + +.about-two__experience h3 { + font-size: 45px; + font-weight: 600; + line-height: 45px; + color: var(--treck-base); +} + +.about-two__experience p { + font-size: 15px; + margin-top: -2px; +} + +.about-two__shape-1 { + position: absolute; + left: -85px; + bottom: -13px; +} + +.about-two__shape-1 img { + width: auto; + mix-blend-mode: darken; +} + +.about-two__right { + position: relative; + display: block; +} + +.about-two__right .section-title { + margin-bottom: 31px; +} + +.about-two__right .section-title__border-box { + margin-left: 0; +} + +.about-two__points { + position: relative; + display: flex; + align-items: center; + margin-top: 27px; + margin-bottom: 30px; +} + +.about-two__points li { + position: relative; + display: flex; + align-items: center; +} + +.about-two__points li+li { + margin-left: 48px; +} + +.about-two__points li .icon { + position: relative; + display: inline-block; +} + +.about-two__points li .icon span { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 44px; + height: 44px; + font-size: 22px; + color: var(--treck-base); + border-radius: 50%; + background-color: var(--treck-primary); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.about-two__points li .icon:hover span { + color: var(--treck-white); + background-color: var(--treck-base); +} + +.about-two__points li .text { + margin-left: 20px; +} + +.about-two__points li .text p { + font-size: 18px; + font-weight: 600; + line-height: 26px; + color: var(--treck-black); +} + +.about-two__progress { + position: relative; + display: block; +} + +.about-two__progress-title { + font-size: 16px; + font-weight: 600; + line-height: 28px; + color: var(--treck-black); + margin-bottom: 3px; +} + +.about-two__progress .bar { + position: relative; + width: 100%; + height: 17px; + border: 1px solid var(--treck-bdr-color); + background-color: rgb(255, 255, 255); + box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.15); +} + +.about-two__progress .bar-inner { + position: relative; + display: block; + width: 0px; + height: 9px; + background-image: -moz-linear-gradient(0deg, rgb(22, 23, 26) 0%, rgb(226, 9, 53) 100%); + background-image: -webkit-linear-gradient(0deg, rgb(22, 23, 26) 0%, rgb(226, 9, 53) 100%); + background-image: -ms-linear-gradient(0deg, rgb(22, 23, 26) 0%, rgb(226, 9, 53) 100%); + -webkit-transition: all 1500ms ease; + -ms-transition: all 1500ms ease; + -o-transition: all 1500ms ease; + -moz-transition: all 1500ms ease; + transition: all 1500ms ease; + top: 3px; + left: 3px; +} + +.about-two__progress .count-text { + position: absolute; + right: 0px; + bottom: 18px; + color: var(--treck-gray); + line-height: 24px; + font-size: 14px; + text-align: center; + font-weight: 400; + opacity: 0; + -webkit-transition: all 500ms ease; + -ms-transition: all 500ms ease; + -o-transition: all 500ms ease; + -moz-transition: all 500ms ease; + transition: all 500ms ease; +} + +.about-two__progress .bar-inner.counted .count-text { + opacity: 1; +} + +.about-two__progress .bar.marb-0 { + margin-bottom: 0; +} + +.about-two__btn-and-call-box { + position: relative; + display: flex; + align-items: center; + margin-top: 40px; +} + +.about-two__btn-box { + position: relative; + display: block; +} + +.about-two__call-box { + position: relative; + display: flex; + align-items: center; + margin-left: 20px; +} + +.about-two__call-icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 52px; + height: 52px; + border: 2px solid var(--treck-bdr-color); + border-radius: 50%; +} + +.about-two__call-icon span { + position: relative; + display: inline-block; + font-size: 16px; + color: var(--treck-black); +} + +.about-two__call-content { + position: relative; + display: block; + margin-left: 18px; +} + +.about-two__call-content p { + font-size: 14px; + line-height: 24px; +} + +.about-two__call-content h3 { + font-size: 16px; + font-weight: 600; + line-height: 24px; +} + +.about-two__call-content h3 a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.about-two__call-content h3 a:hover { + color: var(--treck-base); +} + +.about-two__call-content h3 span { + font-size: 14px; + color: var(--treck-gray); + font-weight: 400; +} + +/*-------------------------------------------------------------- +# countries Two +--------------------------------------------------------------*/ +.countries-two { + position: relative; + display: block; + padding-bottom: 100px; +} + +.countries-two__bottom { + position: relative; + display: block; +} + +.countries-two__carousel { + position: relative; + display: block; +} + +.countries-two__single { + position: relative; + display: block; + border: 1px solid var(--treck-bdr-color); + padding: 21px 30px 20px; + background-color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-two__single:hover { + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); +} + +.countries-two__name-and-img { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + padding-bottom: 23px; + border-bottom: 1px solid var(--treck-bdr-color); + margin-bottom: 16px; +} + +.countries-two__name-and-img:before { + content: ""; + position: absolute; + bottom: -7px; + left: 0; + border-top: 6px solid #e3dbd8; + border-left: 8px solid transparent; + border-right: 8px solid transparent; +} + +.countries-two__img { + position: relative; + display: block; + width: 51px; + border-radius: 50%; + box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); +} + +.countries-two__img img { + width: 100%; + border-radius: 50%; + border: 3px solid var(--treck-white); +} + +.countries-two__name { + position: relative; + display: block; +} + +.countries-two__name h3 { + font-size: 20px; + line-height: 30px; + font-weight: 600; +} + +.countries-two__name h3 a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-two__name h3 a:hover { + color: var(--treck-base); +} + +.countries-two__points { + position: relative; + display: block; +} + +.countries-two__points li { + position: relative; + display: flex; + align-items: center; +} + +.countries-two__points li .icon { + position: relative; + display: inline-block; + top: 2px; +} + +.countries-two__points li .icon span { + position: relative; + display: inline-block; + font-size: 18px; + color: #e3dbd8; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-two__points li:hover .icon span { + color: var(--treck-base); +} + +.countries-two__points li .text { + margin-left: 10px; +} + +.countries-two__points li .text p { + font-size: 14px; + font-weight: 500; + line-height: 24px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-two__points li:hover .text p { + color: var(--treck-black); +} + +.countries-two__carousel.owl-carousel .owl-stage-outer { + overflow: visible; +} + +.countries-two__carousel.owl-carousel .owl-item { + opacity: 0; + visibility: hidden; + transition: opacity 500ms ease, visibility 500ms ease; +} + +.countries-two__carousel.owl-carousel .owl-item.active { + opacity: 1; + visibility: visible; +} + +.countries-two__carousel.owl-theme .owl-nav { + position: relative; + display: block; + margin-top: 28px; +} + +.countries-two__carousel.owl-theme .owl-nav::before { + content: ""; + position: absolute; + left: 0; + bottom: 14px; + width: 530px; + height: 1px; + background-color: #dfd7d4; +} + +.countries-two__carousel.owl-theme .owl-nav::after { + content: ""; + position: absolute; + right: 0; + bottom: 14px; + width: 530px; + height: 1px; + background-color: #dfd7d4; +} + +.countries-two__carousel.owl-theme .owl-nav .owl-next { + height: 27px; + width: 26px; + line-height: 26px; + border-radius: 0; + color: var(--treck-black); + background-color: #f0ebe9; + font-size: 15px; + margin: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-two__carousel.owl-theme .owl-nav .owl-prev { + height: 27px; + width: 26px; + line-height: 26px; + border-radius: 0; + color: var(--treck-black); + background-color: #f0ebe9; + font-size: 15px; + margin: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-two__carousel.owl-theme .owl-nav .owl-next { + margin-left: 2.50px; +} + +.countries-two__carousel.owl-theme .owl-nav .owl-prev { + margin-right: 2.50px; +} + +.countries-two__carousel.owl-theme .owl-nav .owl-next span, +.countries-two__carousel.owl-theme .owl-nav .owl-prev span { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.countries-two__carousel.owl-theme .owl-nav .owl-next:hover, +.countries-two__carousel.owl-theme .owl-nav .owl-prev:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Excellence One +--------------------------------------------------------------*/ +.excellence-one { + position: relative; + display: block; +} + +.excellence-one__inner { + position: relative; + display: block; + background-color: var(--treck-base); + padding: 57px 80px 70px; + border-left: 6px solid var(--treck-black); + overflow: hidden; + z-index: 1; +} + +.excellence-one__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + opacity: .70; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + mix-blend-mode: luminosity; + z-index: -1; +} + +.excellence-one__inner::before { + content: ""; + position: absolute; + top: 70px; + left: 0; + border-top: 24px solid transparent; + border-left: 12px solid var(--treck-black); + border-bottom: 25px solid transparent; +} + +.excellence-one__shape-1 { + position: absolute; + bottom: -153px; + right: -3px; + z-index: 1; +} + +.excellence-one__shape-1 img { + width: auto; +} + +.excellence-one__shape-2 { + position: absolute; + top: -46px; + right: -162px; + z-index: -1; +} + +.excellence-one__shape-2 img { + width: auto; +} + +.excellence-one__title { + font-size: 50px; + font-weight: 600; + line-height: 60px; + color: var(--treck-white); + position: relative; + display: block; + z-index: 5; +} + +.excellence-one__btn-box { + position: relative; + display: block; + margin-top: 30px; +} + +.excellence-one__btn { + background-color: var(--treck-black); +} + +.excellence-one__btn:hover { + color: var(--treck-base); +} + +.excellence-one__btn::before { + background-color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# coaching Two +--------------------------------------------------------------*/ +.coaching-two { + position: relative; + display: block; + padding: 120px 0 90px; + background-color: var(--treck-primary); + z-index: 1; +} + +.coaching-two__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + opacity: .65; + mix-blend-mode: multiply; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + z-index: -1; +} + +.coaching-two__bg-2 { + position: absolute; + height: 297px; + left: 0; + right: 0; + bottom: 0; + opacity: .08; + mix-blend-mode: multiply; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + z-index: -1; +} + +.coaching-two .container { + max-width: 1500px; +} + +.coaching-two .section-title { + margin-bottom: 70px; +} + +.coaching-two .section-title__border-box:before { + background-color: var(--treck-primary); +} + +.coaching-two .section-title__border-box:after { + background-color: var(--treck-primary); +} + +.coaching-two__single { + position: relative; + display: flex; + align-items: center; + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); + padding-right: 30px; + padding-bottom: 20px; + margin-bottom: 30px; +} + +.coaching-two__img-box { + position: relative; + display: block; + margin-top: -20px; +} + +.coaching-two__img { + position: relative; + display: block; + width: 200px; + overflow: hidden; +} + +.coaching-two__img:before { + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; + content: ""; + background: rgba(var(--treck-black-rgb), .40); + transition: all 900ms ease; + -moz-transition: all 900ms ease; + -webkit-transition: all 900ms ease; + -ms-transition: all 900ms ease; + -o-transition: all 900ms ease; + transition: -webkit-transform 0.5s ease; + transition: transform 0.5s ease; + transition: transform 0.5s ease, -webkit-transform 0.5s ease; + -webkit-transform: scale(0, 1); + -ms-transform: scale(0, 1); + transform: scale(0, 1); + -webkit-transform-origin: right center; + -ms-transform-origin: right center; + transform-origin: right center; + background-position: center center; + z-index: 1; +} + +.coaching-two__single:hover .coaching-two__img:before { + -webkit-transform: scale(1, 1); + -ms-transform: scale(1, 1); + transform: scale(1, 1); + -webkit-transform-origin: left center; + -ms-transform-origin: left center; + transform-origin: left center; +} + + +.coaching-two__img img { + width: 100%; + -webkit-transform: scale(1); + transform: scale(1); + -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease; + transition: opacity 500ms ease, -webkit-transform 500ms ease; + transition: transform 500ms ease, opacity 500ms ease; + transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease; +} + +.coaching-two__single:hover .coaching-two__img img { + transform: scale(1.05); +} + +.coaching-two__content { + position: relative; + display: block; + margin-left: 30px; +} + +.coaching-two__title { + position: relative; + display: block; + font-size: 20px; + font-weight: 600; + line-height: 24px; + padding-bottom: 16px; + margin-bottom: 20px; + border-bottom: 1px solid var(--treck-bdr-color); +} + +.coaching-two__title::before { + content: ""; + position: absolute; + bottom: -7px; + left: 0; + border-top: 6px solid #e3dbd8; + border-left: 8px solid transparent; + border-right: 8px solid transparent; +} + +.coaching-two__title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.coaching-two__title a:hover { + color: var(--treck-base); +} + +.coaching-two__text { + font-size: 14px; + font-weight: 500; +} + +.coaching-two__arrow-box { + position: absolute; + bottom: 10px; + right: 10px; +} + +.coaching-two__arrow { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 50px; + height: 48px; + font-size: 25px; + color: var(--treck-black); + background-color: #f4efed; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.coaching-two__arrow:hover { + color: var(--treck-white); + background-color: var(--treck-base); +} + +/*-------------------------------------------------------------- +# FAQ One +--------------------------------------------------------------*/ +.faq-one { + position: relative; + display: block; + z-index: 1; +} + +.faq-one__shape-1 { + position: absolute; + top: 87px; + right: 0; + opacity: .10; +} + +.faq-one__shape-1 img { + width: auto; +} + +.faq-one__left { + position: relative; + display: block; + margin-right: 190px; + margin-left: -255px; +} + +.faq-one__inner { + position: relative; + display: block; + background-color: rgba(var(--treck-base-rgb), .90); + padding: 100px 100px 110px; + z-index: 1; +} + +.faq-one__bg { + position: absolute; + top: 0; + left: -120px; + right: -120px; + bottom: -120px; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; +} + +.faq-one__icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 123px; + height: 123px; + border-radius: 50%; + background-color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.faq-one__icon:hover { + background-color: var(--treck-white); +} + +.faq-one__icon span { + position: relative; + display: inline-block; + font-size: 64px; + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.faq-one__icon:hover span { + color: var(--treck-black); +} + +.faq-one__title { + font-size: 50px; + font-weight: 600; + line-height: 60px; + color: var(--treck-white); + margin-top: 24px; + margin-bottom: 42px; +} + +.faq-one__btn-box { + position: relative; + display: block; +} + +.faq-one__btn { + color: var(--treck-black); + background-color: var(--treck-white); +} + +.faq-one__right { + position: relative; + display: block; + padding-top: 120px; +} + +.faq-one__right .section-title__border-box { + margin-left: 0; +} + +.faq-one__faq-box { + position: relative; + display: block; + border: 1px solid var(--treck-bdr-color); +} + +.faq-one__faq-box .faq-one-accrodion .accrodion { + position: relative; + display: block; + padding: 21px 40px 26px; + border-bottom: 1px solid #e2dbd7; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.faq-one__faq-box .faq-one-accrodion .accrodion-title { + position: relative; + display: block; + cursor: pointer; + transition: all 200ms linear; + transition-delay: 0.1s; +} + +.faq-one__faq-box .faq-one-accrodion .accrodion-title h4 { + margin: 0; + font-size: 18px; + font-weight: 600; + line-height: 28px; + color: var(--treck-black); + position: relative; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.faq-one__faq-box .faq-one-accrodion .accrodion+.accrodion { + margin-top: 0px; +} + +.faq-one__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4 { + color: var(--treck-base); +} + +.faq-one__faq-box .faq-one-accrodion .accrodion-title h4::before { + content: "\f067"; + font-family: "Font Awesome 5 Free"; + font-weight: 700; + font-size: 14px; + color: var(--treck-base); + position: absolute; + top: 4px; + right: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.faq-one__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4::before { + content: "\f068"; + color: var(--treck-black); +} + +.faq-one__faq-box .faq-one-accrodion .accrodion-content { + position: relative; + padding-top: 24px; +} + +.faq-one__faq-box .faq-one-accrodion .accrodion-content p { + margin: 0; +} + +.faq-one__faq-box .faq-one-accrodion .accrodion:last-child { + border-bottom: 1px solid transparent; +} + +/*-------------------------------------------------------------- +# Services Two +--------------------------------------------------------------*/ +.services-two { + position: relative; + display: block; + padding: 120px 0 0; +} + +.services-two__wrap { + position: relative; + display: block; + max-width: 1370px; + width: 100%; + margin: 0 auto; + padding: 120px 0 120px; + background-color: var(--treck-primary); + overflow: hidden; + z-index: 1; +} + +.services-two__shape-1 { + position: absolute; + bottom: -50px; + left: 0; + right: -100px; + height: 200px; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + z-index: -1; +} + +.services-two__inner { + position: relative; + display: block; +} + +.services-two__carousel { + position: relative; + display: block; +} + +.services-two__single { + position: relative; + display: block; + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); +} + +.services-two__single-inner { + position: relative; + display: block; + overflow: hidden; + background-color: rgb(255, 255, 255); + z-index: 1; +} + +.services-two__content { + position: relative; + display: block; + padding: 32px 40px 44px; +} + +.services-two__title { + font-size: 20px; + font-weight: 600; + line-height: 30px; + margin-bottom: 2px; +} + +.services-two__title a { + color: var(--treck-black); +} + +.services-two__img-box { + position: relative; + display: block; +} + +.services-two__icon { + position: absolute; + top: -30px; + right: 20px; + background-color: var(--treck-base); + height: 90px; + width: 90px; + display: flex; + align-items: center; + justify-content: center; + z-index: 1; +} + +.services-two__icon:before { + content: ""; + position: absolute; + top: 0; + left: -20px; + border-bottom: 30px solid #d1062f; + border-left: 20px solid transparent; +} + +.services-two__icon span { + position: relative; + display: inline-block; + font-size: 63px; + color: var(--treck-white); +} + +.services-two__img { + position: relative; + display: block; +} + +.services-two__img img { + width: 100%; +} + +.services-two__hover-content-box { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-position: center top; + transition-delay: .1s; + transition-timing-function: ease-in-out; + transition-duration: .5s; + transition-property: all; + transform-origin: top; + transform-style: preserve-3d; + transform: scaleY(0); + z-index: 2; +} + +.services-two__single:hover .services-two__hover-content-box { + transform: scaleY(1.0); +} + +.services-two__hover-bg { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + z-index: -1; +} + +.services-two__hover-bg:before { + background-image: -moz-linear-gradient(90deg, rgb(22, 23, 26) 0%, rgba(22, 23, 26, 0) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(22, 23, 26) 0%, rgba(22, 23, 26, 0) 100%); + background-image: -ms-linear-gradient(90deg, rgb(22, 23, 26) 0%, rgba(22, 23, 26, 0) 100%); + position: absolute; + left: 0; + right: 0; + bottom: 0; + top: 0; + content: ""; +} + +.services-two__hover-content { + position: absolute; + bottom: 38px; + left: 40px; + z-index: 2; +} + +.services-two__hover-title { + font-size: 20px; + font-weight: 600; + line-height: 30px; + margin-bottom: 4px; +} + +.services-two__hover-title a { + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.services-two__hover-title a:hover { + color: var(--treck-base); +} + +.services-two__hover-text { + color: var(--treck-white); + line-height: 26px; +} + +.services-two__hover-icon { + position: absolute; + top: 20px; + right: 20px; + background-color: var(--treck-base); + height: 90px; + width: 90px; + display: flex; + align-items: center; + justify-content: center; + z-index: 1; +} + +.services-two__hover-icon span { + position: relative; + display: inline-block; + font-size: 63px; + color: var(--treck-white); + -webkit-transition: all 500ms linear; + transition: all 500ms linear; + -webkit-transition-delay: 0.1s; + transition-delay: 0.1s; +} + +.services-two__hover-icon:hover span { + transform: scale(.9); +} + +.services-two__carousel.owl-carousel .owl-stage-outer { + overflow: visible; +} + +.services-two__carousel.owl-carousel .owl-item { + opacity: 0; + visibility: hidden; + transition: opacity 500ms ease, visibility 500ms ease; +} + +.services-two__carousel.owl-carousel .owl-item.active { + opacity: 1; + visibility: visible; +} + +.services-two__carousel.owl-theme .owl-nav { + position: relative; + display: block; + margin-top: 28px; +} + +.services-two__carousel.owl-theme .owl-nav::before { + content: ""; + position: absolute; + left: 0; + bottom: 14px; + width: 530px; + height: 1px; + background-color: #e1d9d6; +} + +.services-two__carousel.owl-theme .owl-nav::after { + content: ""; + position: absolute; + right: 0; + bottom: 14px; + width: 530px; + height: 1px; + background-color: #e1d9d6; +} + +.services-two__carousel.owl-theme .owl-nav .owl-next { + height: 27px; + width: 26px; + line-height: 26px; + border-radius: 0; + color: var(--treck-black); + background-color: #ffffff; + font-size: 15px; + margin: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.services-two__carousel.owl-theme .owl-nav .owl-prev { + height: 27px; + width: 26px; + line-height: 26px; + border-radius: 0; + color: var(--treck-black); + background-color: #ffffff; + font-size: 15px; + margin: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.services-two__carousel.owl-theme .owl-nav .owl-next { + margin-left: 2.50px; +} + +.services-two__carousel.owl-theme .owl-nav .owl-prev { + margin-right: 2.50px; +} + +.services-two__carousel.owl-theme .owl-nav .owl-next span, +.services-two__carousel.owl-theme .owl-nav .owl-prev span { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.services-two__carousel.owl-theme .owl-nav .owl-next:hover, +.services-two__carousel.owl-theme .owl-nav .owl-prev:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Process One +--------------------------------------------------------------*/ +.process-one { + position: relative; + display: block; + counter-reset: count; + background-image: -moz-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%); + background-image: -webkit-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%); + background-image: -ms-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%); + padding: 120px 0 29px; + z-index: 1; +} + +.process-one__bg { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 485px; + opacity: .04; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + mix-blend-mode: luminosity; + z-index: -1; +} + +.process-one .section-title { + margin-bottom: 85px; +} + +.process-one__single { + position: relative; + display: flex; + align-items: center; + margin-bottom: 137px; +} + +.process-one__icon-box { + position: relative; + display: block; + max-width: 127px; + z-index: 1; +} + +.process-one__icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 127px; + width: 127px; + border-radius: 50%; + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09); + top: 5px; + overflow: hidden; + z-index: 1; +} + +.process-one__icon:before { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + content: ""; + background-color: var(--treck-base); + border-radius: 50%; + -webkit-transition-delay: .1s; + transition-delay: .1s; + -webkit-transition-timing-function: ease-in-out; + transition-timing-function: ease-in-out; + -webkit-transition-duration: .4s; + transition-duration: .4s; + -webkit-transition-property: all; + transition-property: all; + opacity: 1; + -webkit-transform-origin: top; + transform-origin: top; + -webkit-transform-style: preserve-3d; + transform-style: preserve-3d; + -webkit-transform: scaleY(0); + transform: scaleY(0); + z-index: -1; +} + +.process-one__single:hover .process-one__icon:before { + opacity: 1; + -webkit-transform: scaleY(1); + transform: scaleY(1); +} + +.process-one__icon span { + position: relative; + display: inline-block; + font-size: 56px; + color: var(--treck-base); + -webkit-transition: all 500ms linear; + transition: all 500ms linear; + -webkit-transition-delay: 0.1s; + transition-delay: 0.1s; +} + +.process-one__single:hover .process-one__icon span { + transform: scale(.9); + color: var(--treck-white); +} + +.process-one__shape-1 { + position: absolute; + left: 55px; + top: -51px; + z-index: -1; +} + +.process-one__shape-1 img { + width: auto; +} + +.process-one__shape-2 { + position: absolute; + left: 47px; + top: 62px; + z-index: -1; +} + +.process-one__shape-2 img { + width: auto; +} + +.process-one__shape-3 { + position: absolute; + right: -27px; + bottom: -13px; + z-index: -1; +} + +.process-one__shape-3 img { + width: auto; +} + +.process-one__content { + position: relative; + display: block; + margin-left: 30px; + z-index: 2; +} + +.process-one__title { + font-size: 22px; + font-weight: 600; + line-height: 27px; + margin-bottom: 16px; + margin-top: 6px; +} + +.process-one__title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.process-one__title a:hover { + color: var(--treck-base); +} + +.process-one__text { + font-size: 14px; + font-weight: 500; + line-height: 26px; +} + +.process-one__step { + position: relative; + display: inline-block; +} + +.process-one__step p { + font-size: 16px; + font-weight: 600; + color: var(--treck-base); +} + +.process-one__count { + position: absolute; + top: -3px; + left: 40px; +} + +.process-one__count:before { + position: absolute; + top: -7px; + left: 0; + right: 0; + font-size: 16px; + line-height: 50px; + font-weight: 600; + counter-increment: count; + content: "0"counter(count); + transition: all 200ms linear; + transition-delay: 0.1s; + color: var(--treck-base); + text-align: center; +} + +/*-------------------------------------------------------------- +# Testimonial Two +--------------------------------------------------------------*/ +.testimonial-two { + position: relative; + display: block; + padding: 120px 0 120px; + z-index: 1; +} + +.testimonial-two__top { + position: relative; + display: block; +} + +.testimonial-two__left { + position: relative; + display: block; +} + +.testimonial-two__left .section-title__border-box { + margin-left: 0; +} + +.testimonial-two__right { + position: relative; + display: block; +} + +.testimonial-two__right-text { + margin-top: 32px; +} + +.testimonial-two__single { + position: relative; + display: block; + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.testimonial-two__single:hover { + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15); +} + +.testimonial-two__inner { + position: relative; + display: block; + padding: 40px 40px 31px; + padding-left: 230px; + overflow: hidden; + z-index: 1; +} + +.testimonial-two__img { + position: absolute; + top: 58px; + left: 18px; + width: 154px; + z-index: 1; +} + +.testimonial-two__img>img { + width: 100%; + border-radius: 50%; + border: 2px solid var(--treck-white); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); +} + +.testimonial-two__shape-1 { + position: absolute; + top: -18px; + left: -18px; + right: -18px; + z-index: -1; +} + +.testimonial-two__shape-1>img { + width: auto !important; +} + +.testimonial-two__client-details-and-quote { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + padding-bottom: 22px; + border-bottom: 2px solid var(--treck-bdr-color); + margin-bottom: 31px; +} + +.testimonial-two__client-details-and-quote::before { + content: ""; + position: absolute; + left: 0; + bottom: -9px; + border-top: 7px solid var(--treck-bdr-color); + border-left: 10px solid transparent; + border-right: 10px solid transparent; +} + +.testimonial-two__client-details { + position: relative; + display: block; +} + +.testimonial-two__client-rate { + position: relative; + display: flex; + align-items: center; +} + +.testimonial-two__client-rate span { + position: relative; + display: inline-block; + font-size: 13px; + color: var(--treck-base); +} + +.testimonial-two__client-rate span+span { + margin-left: 4px; +} + +.testimonial-two__client-name { + font-size: 24px; + font-weight: 600; + line-height: 34px; + margin-top: 1px; + margin-bottom: 2px; +} + +.testimonial-two__client-name a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.testimonial-two__client-name a:hover { + color: var(--treck-base); +} + +.testimonial-two__quote { + position: relative; + display: inline-block; +} + +.testimonial-two__quote span { + position: relative; + display: inline-block; + font-size: 64px; + color: var(--treck-primary); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.testimonial-two__single:hover .testimonial-two__quote span { + color: var(--treck-base); +} + +.testimonial-two__carousel.owl-carousel .owl-stage-outer { + overflow: visible; +} + +.testimonial-two__carousel.owl-carousel .owl-item { + opacity: 0; + visibility: hidden; + transition: opacity 500ms ease, visibility 500ms ease; +} + +.testimonial-two__carousel.owl-carousel .owl-item.active { + opacity: 1; + visibility: visible; +} + +/*-------------------------------------------------------------- +# Awards One +--------------------------------------------------------------*/ +.awards-one { + position: relative; + display: block; + background-color: var(--treck-black); + padding: 120px 0 50px; + overflow: hidden; + z-index: 1; +} + +.awards-one__shape-2 { + position: absolute; + left: 0; + top: -125px; + opacity: .40; + mix-blend-mode: multiply; + z-index: -1; +} + +.awards-one__shape-2 img { + width: auto; +} + +.awards-one__shape-3 { + position: absolute; + left: 0; + bottom: 0; + z-index: -1; +} + +.awards-one__shape-3 img { + width: auto; +} + +.awards-one__shape-4 { + position: absolute; + left: 226px; + top: 0; + z-index: -1; +} + +.awards-one__shape-4 img { + width: auto; +} + +.awards-one__shape-5 { + position: absolute; + left: 0; + bottom: -84px; + z-index: -1; +} + +.awards-one__shape-5 img { + width: auto; +} + +.awards-one__shape-6 { + position: absolute; + right: 0; + top: -40px; + opacity: .10; + z-index: -1; +} + +.awards-one__shape-6 img { + width: auto; +} + +.awards-one__left { + position: relative; + display: block; +} + +.awards-one__left .section-title__border-box { + margin-left: 0; +} + +.awards-one__left .section-title { + margin-bottom: 32px; +} + +.awards-one__left .section-title__tagline { + color: #68696c; +} + +.awards-one__left .section-title__title { + color: var(--treck-white); +} + +.awards-one__left .section-title__border-box:before { + background-color: var(--treck-black); +} + +.awards-one__left .section-title__border-box:after { + background-color: var(--treck-black); +} + +.awards-one__text-and-points-box { + position: relative; + display: flex; + align-items: center; +} + +.awards-one__text { + position: relative; + max-width: 256px; + width: 100%; + color: #68696c; +} + +.awards-one__text span { + font-weight: 600; + color: var(--treck-base); +} + +.awards-one__points { + position: relative; + display: block; + margin-left: 37px; + top: 4px; +} + +.awards-one__points li { + position: relative; + display: flex; + align-items: center; +} + +.awards-one__points li .icon { + position: relative; + display: inline-block; + top: 2px; +} + +.awards-one__points li .icon span { + position: relative; + display: inline-block; + font-size: 20px; + color: var(--treck-base); +} + +.awards-one__points li .text { + margin-left: 10px; +} + +.awards-one__points li .text p { + color: var(--treck-white); +} + +.awards-one__right { + position: relative; + display: block; + margin-left: 80px; + z-index: 1; +} + +.awards-one__shape-7 { + position: absolute; + right: -30px; + top: -60px; + z-index: -1; +} + +.awards-one__shape-7 img { + width: auto; +} + +.awards-one__right .row { + --bs-gutter-x: 20px; +} + +.awards-one__single { + position: relative; + display: block; + background-color: #111214; + text-align: center; + padding: 28px 20px 58px; + margin-bottom: 70px; +} + +.awards-one__single::before { + content: ""; + position: absolute; + bottom: 0; + left: 0; + right: 0; + border-bottom: 20px solid var(--treck-black); + border-left: 75px solid transparent; + border-right: 75px solid transparent; +} + +.awards-one__year { + font-size: 12px; + font-weight: 500; + line-height: 14px; + letter-spacing: 0.1em; + text-transform: uppercase; + color: #68696c; +} + +.awards-one__img { + position: relative; + display: block; + margin-bottom: 16px; + margin-top: 17px; + margin-left: auto; + margin-right: auto; + width: 110px; +} + +.awards-one__img img { + width: 100%; +} + +.awards-one__title { + font-size: 16px; + font-weight: 600; + line-height: 19px; +} + +.awards-one__title a { + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.awards-one__title a:hover { + color: var(--treck-base); +} + +.awards-one__shape-1 { + position: absolute; + bottom: -40px; + left: 50%; + transform: translateX(-50%); +} + +.awards-one__shape-1 img { + width: auto; +} + +/*-------------------------------------------------------------- +# Blog Two +--------------------------------------------------------------*/ +.blog-two { + position: relative; + display: block; + padding: 120px 0 90px; + z-index: 1; +} + +.blog-two__single { + position: relative; + display: block; + margin-bottom: 30px; +} + +.blog-two__img-box { + position: relative; + display: block; +} + +.blog-two__img { + position: relative; + display: block; + overflow: hidden; +} + +.blog-two__img::before { + content: ""; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-image: -moz-linear-gradient(90deg, rgb(18, 19, 21) 0%, rgba(18, 19, 21, 0) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(18, 19, 21) 0%, rgba(18, 19, 21, 0) 100%); + background-image: -ms-linear-gradient(90deg, rgb(18, 19, 21) 0%, rgba(18, 19, 21, 0) 100%); + z-index: 1; +} + +.blog-two__img img { + width: 100%; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-two__single:hover .blog-two__img img { + transform: scale(1.05); +} + +.blog-two__date { + position: absolute; + top: 30px; + right: 30px; + background-color: var(--treck-base); + padding: 13px 15px 8px; + z-index: 2; +} + +.blog-two__date p { + font-size: 20px; + font-weight: 600; + line-height: 20px; + color: var(--treck-white); +} + +.blog-two__date p span { + font-size: 12px; + font-weight: 500; + line-height: 12px; + letter-spacing: 0.1em; + text-transform: uppercase; + position: relative; + top: -6px; +} + +.blog-two__content { + position: absolute; + bottom: 11px; + left: 40px; + right: 40px; + z-index: 2; +} + +.blog-two__tag { + position: relative; + display: inline-block; + background-color: rgba(var(--treck-white-rgb), .10); + padding: 4px 20px 6px; +} + +.blog-two__tag p { + font-size: 12px; + font-weight: 500; + line-height: 22px; + color: var(--treck-white); +} + +.blog-two__title { + font-size: 20px; + line-height: 30px; + font-weight: 600; + margin-top: 12px; + padding-bottom: 27px; + margin-bottom: 9px; + border-bottom: 1px solid rgba(var(--treck-white-rgb), .10); +} + +.blog-two__title a { + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-two__title a:hover { + color: var(--treck-base); +} + +.blog-two__comment-and-arrow { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; +} + +.blog-two__comment { + position: relative; + display: block; +} + +.blog-two__comment p { + font-size: 14px; + font-weight: 500; + line-height: 14px; + color: var(--treck-white); +} + +.blog-two__comment p span { + font-size: 14px; + color: var(--treck-base); + margin-right: 4px; +} + +.blog-two__arrow { + position: relative; + display: block; +} + +.blog-two__arrow a { + font-size: 25px; + color: var(--treck-white); + top: 4px; + position: relative; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-two__arrow a:hover { + color: var(--treck-base); +} + +.blog-two__single-two { + position: relative; + display: block; + margin-bottom: 30px; +} + +.blog-two__single-list { + position: relative; + display: block; +} + +.blog-two__single-list li { + position: relative; + display: block; +} + +.blog-two__single-list li+li { + margin-top: 30px; +} + +.blog-two__content-two { + position: relative; + display: block; + padding: 30px 40px 11px; + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.09); +} + +.blog-two__tag-and-user-two { + position: relative; + display: flex; + align-items: center; +} + +.blog-two__tag-two { + position: relative; + display: block; + background-color: var(--treck-primary); + padding: 4px 20px 6px; +} + +.blog-two__tag-two p { + font-size: 12px; + font-weight: 500; + line-height: 22px; +} + +.blog-two__user-two { + position: relative; + display: flex; + align-items: center; + margin-left: 10px; +} + +.blog-two__user-two .img { + position: relative; + display: block; + width: 29px; +} + +.blog-two__user-two .img img { + width: 100%; + border-radius: 50%; +} + +.blog-two__user-two .text { + margin-left: 10px; +} + +.blog-two__user-two .text p { + font-size: 14px; + font-weight: 500; + line-height: 14px; +} + +.blog-two__title-two { + font-size: 20px; + line-height: 30px; + font-weight: 600; + margin-top: 12px; + padding-bottom: 27px; + margin-bottom: 9px; + border-bottom: 1px solid var(--treck-bdr-color); +} + +.blog-two__title-two a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-two__title-two a:hover { + color: var(--treck-base); +} + +.blog-two__comment-and-arrow-two { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; +} + +.blog-two__comment-two { + position: relative; + display: block; +} + +.blog-two__comment-two p { + font-size: 14px; + font-weight: 500; + line-height: 14px; +} + +.blog-two__comment-two p span { + font-size: 14px; + color: var(--treck-base); + margin-right: 4px; +} + +.blog-two__arrow-two { + position: relative; + display: block; +} + +.blog-two__arrow-two a { + font-size: 25px; + color: var(--treck-black); + top: 4px; + position: relative; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-two__arrow-two a:hover { + color: var(--treck-base); +} + +/*-------------------------------------------------------------- +# Contact Two +--------------------------------------------------------------*/ +.contact-two { + position: relative; + display: block; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 60%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 60%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 60%, rgb(242, 237, 235) 100%); + overflow: hidden; + padding: 120px 0 60px; + z-index: 1; +} + +.contact-two__bg { + position: absolute; + left: 0; + right: 0; + top: 0; + height: 708px; + opacity: .05; + mix-blend-mode: luminosity; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; +} + +.contact-two .section-title__border-box:before { + background-color: #f8f5f4; +} + +.contact-two .section-title__border-box:after { + background-color: #f8f5f4; +} + +.contact-two__inner { + position: relative; + display: block; + padding: 20px 20px 20px; + background-color: rgb(226, 9, 53); + box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05); +} + +.contact-two__left { + position: relative; + display: block; +} + +.contact-two__form-box { + position: relative; + display: block; + padding: 60px 60px 60px; + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); +} + +.contact-two__form .row { + --bs-gutter-x: 10px; +} + +.contact-two__form-input-box { + position: relative; + display: block; + margin-bottom: 10px; +} + +.contact-two__form-input-box input[type="text"], +.contact-two__form-input-box input[type="email"] { + height: 52px; + width: 100%; + border: none; + background-color: var(--treck-primary); + padding-left: 30px; + padding-right: 30px; + outline: none; + font-size: 14px; + color: var(--treck-gray); + display: block; + font-weight: 500; +} + +.contact-two__form-input-box textarea { + font-size: 14px; + color: var(--treck-gray); + height: 122px; + width: 100%; + background-color: var(--treck-primary); + padding: 15px 30px 30px; + border: none; + outline: none; + margin-bottom: 0px; + font-weight: 500; +} + +.contact-two__form-input-box.text-message-box { + height: 122px; +} + +.contact-two__form-btn { + border: none; + font-size: 14px; + font-weight: 600; + background-color: var(--treck-black); + padding: 12px 50px 10px; +} + +.contact-two__form-btn:before { + background-color: var(--treck-base); +} + +.contact-two__form-input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { + position: relative; + display: block; + max-width: 100%; + width: 100% !important; +} + +.contact-two__form-input-box .bootstrap-select>.dropdown-toggle::after { + display: none; +} + +.contact-two__form-input-box .bootstrap-select>.dropdown-toggle { + position: relative; + background-color: var(--treck-primary) !important; + border-radius: 0; + color: var(--treck-gray) !important; + font-size: 14px; + font-weight: 500; + height: 52px; + line-height: 52px; + padding-left: 30px; + padding-right: 30px; + padding-top: 0; + padding-bottom: 0; + width: 100%; + outline: none !important; + border: 0; + box-shadow: none !important; + background-repeat: no-repeat; + background-size: 14px 12px; + background-position: right 25.75px center; +} + +.contact-two__form-input-box .bootstrap-select>.dropdown-toggle:before { + position: absolute; + top: 0; + bottom: 0; + right: 25px; + font-family: "Font Awesome 5 Free"; + content: "\f107"; + font-weight: 900; + font-size: 15px; + color: var(--treck-gray); +} + +.contact-two__right { + position: relative; + display: block; + margin-left: -10px; +} + +.contact-two__address-box { + position: relative; + display: block; + background-color: var(--treck-base); +} + +.contact-two__address-top { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + background-color: var(--treck-black); + padding-left: 40px; + padding-right: 30px; + padding-top: 19px; + padding-bottom: 19px; + z-index: 2; +} + +.contact-two__address-top:before { + content: ""; + position: absolute; + bottom: -10px; + left: 40px; + border-top: 10px solid var(--treck-black); + border-left: 10px solid transparent; + border-right: 10px solid transparent; + z-index: 2; +} + +.contact-two__address-top-title { + position: relative; + display: block; +} + +.contact-two__address-top-title h3 { + font-size: 20px; + font-weight: 600; + line-height: 30px; + color: var(--treck-white); +} + +.contact-two__address-top-icon { + position: relative; + display: flex; + align-items: center; +} + +.contact-two__address-top-icon span { + position: relative; + display: inline-block; + font-size: 65px; + color: var(--treck-base); +} + +.contact-two__address-faq { + position: relative; + display: block; + margin-top: 10px; +} + +.contact-two__address-faq .faq-one-accrodion .accrodion { + position: relative; + display: block; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + border-bottom: 1px solid rgba(var(--treck-white-rgb), .20) +} + +.contact-two__address-faq .faq-one-accrodion .accrodion.last-child { + border-bottom: 0; +} + +.contact-two__address-faq .faq-one-accrodion .accrodion-title { + position: relative; + display: block; + cursor: pointer; + padding: 13px 40px 13px; + transition: all 200ms linear; + transition-delay: 0.1s; +} + +.contact-two__address-faq .faq-one-accrodion .accrodion-title h4 { + margin: 0; + font-size: 16px; + font-weight: 600; + line-height: 26px; + color: var(--treck-white); + position: relative; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.contact-two__address-faq .faq-one-accrodion .accrodion.active .accrodion-title h4 { + color: var(--treck-white); +} + +.contact-two__address-faq .faq-one-accrodion .accrodion-title h4::before { + content: "\e907"; + font-family: 'icomoon' !important; + font-weight: 900; + font-size: 11px; + color: var(--treck-black); + position: absolute; + top: 50%; + right: -5px; + height: 20px; + width: 20px; + border-radius: 50%; + text-align: center; + display: flex; + justify-content: center; + align-items: center; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.contact-two__address-faq .faq-one-accrodion .accrodion.active .accrodion-title h4::before { + content: "\e905"; + color: var(--treck-white); + height: 20px; + width: 20px; + border-radius: 50%; + text-align: center; + display: flex; + justify-content: center; + align-items: center; +} + +.contact-two__address-faq .faq-one-accrodion .accrodion-content { + position: relative; + padding: 0px 40px 23px; + margin-top: -8px; +} + +.contact-two__address-list { + position: relative; + display: block; +} + +.contact-two__address-list li { + position: relative; + display: flex; +} + +.contact-two__address-list li:nth-child(1) { + margin-bottom: 13px; +} + +.contact-two__address-list li:nth-child(2) { + margin-bottom: 7px; +} + +.contact-two__address-list li .icon { + position: relative; + display: inline-block; +} + +.contact-two__address-list li .icon i { + position: relative; + display: inline-block; + font-size: 15px; + color: var(--treck-white); +} + +.contact-two__address-list li .text { + margin-left: 20px; +} + +.contact-two__address-list li .text p { + font-size: 15px; + font-weight: 500; + line-height: 26px; + color: #fcc9d3; +} + +.contact-two__address-list li .text p a { + color: #fcc9d3; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.contact-two__address-list li .text p a:hover { + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Brand Two +--------------------------------------------------------------*/ +.brand-two { + position: relative; + display: block; + padding: 66px 0 60px; + z-index: 1; +} + +.brand-two__title { + color: var(--treck-gray); + font-size: 12px; + font-weight: 500; + position: absolute; + top: 0; + right: 0; + left: 0; + max-width: 1170px; + width: 100%; + text-align: center; + margin: 0 auto; + margin-top: -2px; + text-transform: uppercase; + letter-spacing: 0.1em; +} + +.brand-two__title:before { + position: absolute; + top: 7px; + left: 0; + content: ""; + height: 1px; + background-color: #e5dddb; + max-width: 464px; + width: 100%; + transform: translateY(-50%); +} + +.brand-two__title:after { + position: absolute; + top: 7px; + right: 0; + content: ""; + height: 1px; + background-color: #e5dddb; + max-width: 464px; + width: 100%; + transform: translateY(-50%); +} + +.brand-two .swiper-slide { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.brand-two .swiper-slide img { + -webkit-transition: 500ms; + transition: 500ms; + opacity: 0.25; + max-width: 100%; +} + +.brand-two .swiper-slide img:hover { + opacity: 0.60; +} + +/*-------------------------------------------------------------- +# Gallery Three +--------------------------------------------------------------*/ +.gallery-one { + position: relative; + display: block; + padding-bottom: 60px; + z-index: 1; +} + +.gallery-one .container { + max-width: 1620px; +} + +.gallery-one__single { + position: relative; + display: block; +} + +.gallery-one__img { + position: relative; + display: block; + overflow: hidden; + z-index: 1; +} + +.gallery-one__img:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: rgba(var(--treck-base-rgb), .90); + visibility: hidden; + -webkit-transform-origin: bottom center; + transform-origin: bottom center; + -webkit-transform: scaleY(0) translateZ(100px); + transform: scaleY(0) translateZ(100px); + -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease; + transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease; + transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease; + transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease; + z-index: 1; +} + +.gallery-one__single:hover .gallery-one__img:before { + visibility: visible; + -webkit-transform: scaleY(1) translateZ(0px); + transform: scaleY(1) translateZ(0px); +} + +.gallery-one__img img { + width: 100%; + transform: scale(1); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.gallery-one__single:hover .gallery-one__img img { + transform: scale(1.05); +} + +.gallery-one__icon { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + display: flex; + align-items: center; + justify-content: center; + z-index: 2; +} + +.gallery-one__icon a { + font-size: 20px; + color: var(--treck-white); + position: relative; + display: flex; + align-items: center; + justify-content: center; + transform: scale(0); + transition: all 500ms ease; +} + +.gallery-one__single:hover .gallery-one__icon a { + transform: scale(1); + transition-delay: 300ms; +} + +/*-------------------------------------------------------------- +# Feature Two +--------------------------------------------------------------*/ +.feature-two { + position: relative; + display: block; + z-index: 1; +} + +.feature-two__shape-3 { + position: absolute; + top: -45px; + right: 0; + opacity: .80; + z-index: -1; +} + +.feature-two__shape-3 img { + width: auto; +} + +.feature-two__wrap { + position: relative; + display: block; + max-width: 1290px; + width: 100%; + margin: 0 auto; + padding: 60px 0px 30px; + background-image: -moz-linear-gradient(90deg, rgb(242, 237, 235) 25%, rgb(255, 255, 255) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(242, 237, 235) 25%, rgb(255, 255, 255) 100%); + background-image: -ms-linear-gradient(90deg, rgb(242, 237, 235) 25%, rgb(255, 255, 255) 100%); +} + +.feature-two__single { + position: relative; + display: block; + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.07); + margin-bottom: 30px; +} + +.feature-two__single-inner { + position: relative; + display: block; + overflow: hidden; + padding-top: 38px; + padding-bottom: 49px; + padding-left: 138px; + z-index: 1; +} + +.feature-two__shape-1 { + position: absolute; + left: -78px; + top: -10px; + border-radius: 50%; + background-color: rgb(242, 237, 235); + width: 191px; + height: 192px; + z-index: 1; +} + +.feature-two__shape-2 { + position: absolute; + left: -7px; + top: 0; + border-radius: 50%; + background-image: -moz-linear-gradient(0deg, rgb(242, 237, 235) 25%, rgb(255, 255, 255) 100%); + background-image: -webkit-linear-gradient(0deg, rgb(242, 237, 235) 25%, rgb(255, 255, 255) 100%); + background-image: -ms-linear-gradient(0deg, rgb(242, 237, 235) 25%, rgb(255, 255, 255) 100%); + width: 191px; + height: 192px; + z-index: 1; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.feature-two__shape-2:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: var(--treck-base); + border-radius: 50%; + opacity: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: -1; +} + +.feature-two__single:hover .feature-two__shape-2:before { + opacity: 1; +} + +.feature-two__icon { + position: absolute; + top: 51%; + right: 22px; + transform: translateY(-50%); +} + +.feature-two__icon span { + position: relative; + display: inline-block; + font-size: 65px; + color: var(--treck-base); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.feature-two__single:hover .feature-two__icon span { + color: var(--treck-white); +} + +.feature-two__content-box { + position: relative; + display: block; +} + +.feature-two__sub-title { + font-size: 12px; + font-weight: 500; + text-transform: uppercase; + letter-spacing: 0.1em; +} + +.feature-two__title { + font-size: 20px; + font-weight: 600; + line-height: 25px; + margin-top: 3px; +} + +.feature-two__title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.feature-two__title a:hover { + color: var(--treck-base); +} + +/*-------------------------------------------------------------- +# About Three +--------------------------------------------------------------*/ +.about-three { + position: relative; + display: block; + padding: 120px 0 120px; + z-index: 2; +} + +.about-thre__shape-1 { + position: absolute; + bottom: 90px; + left: 0; + z-index: -1; +} + +.about-thre__shape-1 img { + width: auto; +} + +.about-three__left { + position: relative; + display: block; + margin-left: 170px; + margin-right: 10px; +} + +.about-three__img-box { + position: relative; + display: block; +} + +.about-three__img { + position: relative; + display: block; +} + +.about-three__img img { + width: 100%; +} + +.about-three__img-two { + position: absolute; + top: 39px; + left: -175px; + z-index: -1; +} + +.about-three__img-three { + position: absolute; + bottom: -95px; + left: -75px; +} + +.about-three__right { + position: relative; + display: block; + margin-left: 30px; + margin-top: -2px; +} + +.about-three__top { + position: relative; + display: flex; + align-items: center; +} + +.about-three__icon { + position: relative; + display: flex; + align-items: center; +} + +.about-three__icon span { + position: relative; + display: inline-block; + font-size: 63px; + color: var(--treck-black); +} + +.about-three__content { + margin-left: 17px; +} + +.about-three__content h4 { + font-size: 24px; + color: var(--treck-base); + font-weight: 500; + line-height: 30px; +} + +.about-three__text-1 { + padding-top: 34px; + padding-bottom: 30px; +} + +.about-three__points { + position: relative; + display: block; + margin-top: 32px; + margin-bottom: 41px; +} + +.about-three__points li { + position: relative; + display: flex; + align-items: center; +} + +.about-three__points li .icon { + position: relative; + display: flex; + align-items: center; +} + +.about-three__points li .icon span { + font-size: 21px; + color: var(--treck-base); +} + +.about-three__points li .text { + margin-left: 6px; +} + +.about-three__points li .text p { + font-size: 16px; + color: var(--treck-black); + font-weight: 600; +} + +/*-------------------------------------------------------------- +# Services Three +--------------------------------------------------------------*/ +.services-three { + position: relative; + display: block; + background-color: var(--treck-primary); + padding: 120px 0 77px; + z-index: 1; +} + +.services-three__bg-one { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 485px; + background-repeat: no-repeat; + background-size: cover; + background-position: bottom center; + mix-blend-mode: luminosity; + opacity: 0.05; + z-index: 1; +} + +.services-three__bg-two { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + mix-blend-mode: multiply; + opacity: 0.35; + z-index: -1; +} + +.services-three__top { + position: relative; + display: block; + margin-bottom: 50px; +} + +.services-three__top-left { + position: relative; + display: block; +} + +.services-three__top-left .section-title { + margin-bottom: 0; +} + +.services-three__top-left .section-title__border-box { + margin-left: 0; +} + +.services-three__top-right { + position: relative; + display: block; + margin-top: 34px; +} + +.services-three__bottom { + position: relative; + display: block; +} + +.services-three__single { + position: relative; + display: block; + margin-bottom: 43px; +} + +.services-three__img-box { + position: relative; + display: block; + height: 191px; + width: 191px; + border-radius: 50%; + margin: 0 auto; + z-index: 2; +} + +.services-three__icon { + position: absolute; + bottom: 0; + right: 0; + height: 63px; + width: 63px; + background-color: var(--treck-base); + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 2; +} + +.services-three__icon span { + position: relative; + display: inline-block; + font-size: 32px; + color: var(--treck-white); +} + +.services-three__single:hover .services-three__icon { + opacity: 0; +} + +.services-three__img { + position: relative; + display: block; + overflow: hidden; + height: 191px; + width: 191px; + border-radius: 50%; + z-index: 1; +} + +.services-three__img:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: rgba(var(--treck-base-rgb), .80); + border-radius: 50%; + transform: scale(0.5); + opacity: 0; + -webkit-transition: all 0.4s linear; + -o-transition: all 0.4s linear; + transition: all 0.4s linear; + z-index: 1; +} + +.services-three__single:hover .services-three__img:before { + transform: scale(1.0); + opacity: 1; +} + +.services-three__icon-two { + position: absolute; + top: 50%; + left: 50%; + height: 63px; + width: 63px; + background-color: var(--treck-white); + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + transform: translateX(-50%) translateY(-50%) scale(0); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 2; +} + +.services-three__single:hover .services-three__icon-two { + transform: translateX(-50%) translateY(-50%) scale(1); + transition-delay: 500ms; +} + +.services-three__icon-two span { + position: relative; + display: inline-block; + font-size: 32px; + color: var(--treck-black); +} + +.services-three__img img { + width: 100%; + border: 6px solid var(--treck-white); + border-radius: 50%; +} + +.services-three__content { + position: relative; + display: block; + background-color: var(--treck-white); + border: 1px solid var(--treck-bdr-color); + text-align: center; + padding: 116px 38px 28px; + margin-top: -90px; + z-index: 1; +} + +.services-three__content:before { + content: ""; + position: absolute; + top: -1px; + bottom: -13px; + left: -1px; + right: -1px; + border: 1px solid var(--treck-bdr-color); + background-color: var(--treck-white); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); + opacity: 0; + visibility: hidden; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: -1; +} + +.services-three__single:hover .services-three__content:before { + opacity: 1; + visibility: visible; +} + +.services-three__title-box { + position: relative; + display: block; + border-bottom: 1px solid var(--treck-bdr-color); + padding-bottom: 13px; + margin-bottom: 21px; +} + +.services-three__title-box:before { + content: ""; + position: absolute; + bottom: -6px; + left: 50%; + transform: translateX(-50%); + border-top: 6px solid var(--treck-bdr-color); + border-left: 8px solid transparent; + border-right: 8px solid transparent; +} + +.services-three__title { + font-size: 20px; + font-weight: 600; + line-height: 30px; +} + +.services-three__title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.services-three__title a:hover { + color: var(--treck-base); +} + +.services-three__text { + font-size: 15px; + font-weight: 500; +} + +.services-three__arrow { + position: relative; + display: block; +} + +.services-three__arrow a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 30px; + width: 30px; + background-color: transparent; + border-radius: 50%; + color: var(--treck-black); + font-size: 14px; + margin: 11px auto 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.services-three__single:hover .services-three__arrow a { + background-color: var(--treck-base); + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Countries Three +--------------------------------------------------------------*/ +.countries-three { + position: relative; + display: block; + padding: 120px 0px 0px; + overflow: hidden; + z-index: 1; +} + +.countries-three__shape-1 { + position: absolute; + top: -43px; + left: 0; + opacity: .80; + z-index: -1; +} + +.countries-three__shape-1 img { + width: auto; +} + +.countries-three__shape-2 { + position: absolute; + bottom: 60px; + right: 362px; + z-index: -1; +} + +.countries-three__shape-2 img { + width: auto; +} + +.countries-three .section-title { + margin-bottom: 83px; +} + +.countries-three__top { + position: relative; + display: block; + margin-bottom: 42px; +} + +.countries-three__main-tab-box { + position: relative; + display: block; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + max-width: 710px; + width: 100%; + margin: 0 auto; + padding: 130px 0 18px; + border-top-left-radius: 358px; + border-top-right-radius: 358px; + z-index: 1; +} + +.countries-three__main-tab-box .tab-buttons { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + z-index: 30; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn { + position: absolute; + z-index: 2; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(1) { + left: -25px; + bottom: 39px; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(2) { + bottom: 153px; + left: 17px; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(3) { + top: 25px; + left: 135px; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(4) { + top: -32px; + left: 50%; + transform: translateX(-50%); +} + +.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(5) { + right: 134px; + top: 24px; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(6) { + bottom: 154px; + right: 23px; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(7) { + right: -23px; + bottom: 39px; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn .img-box { + position: relative; + display: block; + height: 66px; + width: 66px; + border-radius: 50%; + border: 1px solid var(--treck-bdr-color); + padding: 6px; + cursor: pointer; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn .img-box img { + width: 100%; + border-radius: 50%; +} + +.countries-three__main-tab-box .tab-buttons .tab-btn.active-btn .img-box { + border: 1px solid var(--treck-base); +} + +.countries-three__main-tab-box .tabs-content { + position: relative; + display: block; + max-width: 315px; + margin: 0 auto; + z-index: 100; +} + +.countries-three__main-tab-box .tabs-content .tab { + position: relative; + display: none; + -webkit-transform: translateY(35px); + -ms-transform: translateY(35px); + transform: translateY(35px); + -webkit-transition: all 600ms ease; + -moz-transition: all 600ms ease; + -ms-transition: all 600ms ease; + -o-transition: all 600ms ease; + transition: all 600ms ease; + z-index: 10; +} + +.countries-three__main-tab-box .tabs-content .tab.active-tab { + display: block; + margin-top: 0px; + -webkit-transform: translateY(0px); + -ms-transform: translateY(0px); + transform: translateY(0px); +} + +.countries-three__main-content-box { + position: relative; + display: block; + text-align: center; +} + +.countries-three__title-box { + position: relative; + display: inline-block; +} + +.countries-three__title-box:before { + content: ""; + position: absolute; + bottom: -24px; + left: -35px; + right: -35px; + height: 1px; + background-color: var(--treck-bdr-color); +} + +.countries-three__title-box:after { + content: ""; + position: absolute; + bottom: -30px; + left: 50%; + transform: translateX(-50%); + border-top: 6px solid var(--treck-bdr-color); + border-left: 8px solid transparent; + border-right: 8px solid transparent; +} + +.countries-three__title { + font-size: 24px; + font-weight: 600; + color: var(--treck-black); + line-height: 34px; +} + +.countries-three__text { + padding-top: 43px; + padding-bottom: 21px; +} + +.countries-three__arrow { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.countries-three__arrow a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 50px; + width: 50px; + font-size: 26px; + color: var(--treck-black); + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-three__arrow a:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + +.countries-three__bottom { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + background-color: var(--treck-base); + padding-left: 110px; + padding-right: 30px; + padding-top: 30px; + padding-bottom: 30px; + z-index: 1; +} + +.countries-three__bottom-shape { + position: absolute; + top: 0; + left: 0; + bottom: 0; + opacity: .20; + z-index: -1; +} + +.countries-three__bottom-shape img { + width: auto; +} + +.countries-three__bottom-content { + position: relative; + display: block; +} + +.countries-three__bottom-text { + font-size: 18px; + color: #fcc9d3; + line-height: 24px; +} + +.countries-three__bottom-text a { + font-weight: 600; + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-three__bottom-text a:hover { + color: var(--treck-black); +} + +.countries-three__btn-box { + position: relative; + display: block; +} + +.countries-three__btn { + padding: 4px 30px 4px; + font-size: 12px; + background-color: var(--treck-black); +} + +.countries-three__btn:hover { + color: var(--treck-base); +} + +.countries-three__btn:before { + background-color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Benefits One +--------------------------------------------------------------*/ +.benefits-one { + position: relative; + display: block; + padding: 120px 0 120px; + z-index: 1; +} + +.benefits-one__shape-1 { + position: absolute; + top: 0; + right: 0; + opacity: .10; + z-index: -1; +} + +.benefits-one__shape-1 img { + width: auto; +} + +.benefits-one__left { + position: relative; + display: block; + margin-left: -60px; + margin-right: 330px; +} + +.benefits-one__img-box { + position: relative; + display: block; +} + +.benefits-one__img-one { + position: relative; + display: block; +} + +.benefits-one__img-one img { + width: 100%; +} + +.benefits-one__img-two { + position: absolute; + top: 120px; + right: -330px; +} + +.benefits-one__img-two img { + width: auto; +} + +.benefits-one__solution { + position: absolute; + bottom: -80px; + right: -70px; + background-color: var(--treck-base); + padding: 30px 30px 30px; + z-index: 1; +} + +.benefits-one__solution-icon { + position: relative; + display: block; + margin-bottom: 3px; +} + +.benefits-one__solution-icon span { + position: relative; + display: inline-block; + font-size: 33px; + color: var(--treck-white); +} + +.benefits-one__solution-title { + font-size: 20px; + color: var(--treck-white); + font-weight: 600; + line-height: 25px; +} + +.benefits-one__right { + position: relative; + display: block; + margin-left: 70px; +} + +.benefits-one__right .section-title { + margin-bottom: 31px; +} + +.benefits-one__right .section-title__border-box { + margin-left: 0; +} + +.benefits-one__points { + position: relative; + display: block; + margin-top: 41px; +} + +.benefits-one__points li { + position: relative; + display: flex; + align-items: center; + border: 1px solid var(--treck-bdr-color); + padding: 23.5px 30px 23.5px; +} + +.benefits-one__points li+li { + margin-top: 10px; +} + +.benefits-one__points li .icon { + position: relative; + display: flex; + align-items: center; +} + +.benefits-one__points li .icon span { + position: relative; + display: inline-block; + font-size: 65px; + color: var(--treck-base); + -webkit-transition: all 500ms linear; + transition: all 500ms linear; + -webkit-transition-delay: 0.1s; + transition-delay: 0.1s; +} + +.benefits-one__points li:hover .icon span { + transform: scale(.9); +} + +.benefits-one__points li .content { + position: relative; + display: block; + margin-left: 30px; + padding-left: 30px; +} + +.benefits-one__points li .content:before { + content: ""; + position: absolute; + top: -10px; + bottom: -9px; + left: 0; + width: 1px; + background-color: var(--treck-bdr-color); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.benefits-one__points li:hover .content:before { + background-color: var(--treck-base); +} + +.benefits-one__points li .content:after { + content: ""; + position: absolute; + top: 50%; + left: 0; + border-left: 6px solid var(--treck-bdr-color); + border-top: 8px solid transparent; + border-bottom: 8px solid transparent; + transform: translateY(-50%); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.benefits-one__points li:hover .content:after { + border-left: 6px solid var(--treck-base); +} + +.benefits-one__points li .content h4 { + font-size: 20px; + font-weight: 600; +} + +/*-------------------------------------------------------------- +# Coaching Three +--------------------------------------------------------------*/ +.coaching-three { + position: relative; + display: block; + background-color: var(--treck-black); + padding: 120px 0 119px; + z-index: 1; +} + +.coaching-three__bg { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + mix-blend-mode: luminosity; + opacity: 0.08; + z-index: -1; +} + +.coaching-three .section-title__border-box:before { + background-color: #232427; +} + +.coaching-three .section-title__border-box:after { + background-color: #232427; +} + +.coaching-three .section-title__title { + color: var(--treck-white); +} + +.coaching-three__carousel { + position: relative; + display: block; +} + +.coaching-three__single { + position: relative; + display: block; +} + +.coaching-three__img { + position: relative; + display: block; + overflow: hidden; + z-index: 1; +} + +.coaching-three__img img { + width: 100%; +} + +.coaching-three__img-content { + position: absolute; + bottom: 20px; + left: 20px; + right: 20px; + background-color: var(--treck-base); + text-align: center; + padding: 9px 0; + transition: all 500ms ease; + z-index: 2; +} + +.coaching-three__img-content p { + font-size: 12px; + color: var(--treck-white); + font-weight: 600; + text-transform: uppercase; + letter-spacing: 0.1em; + line-height: 12px; +} + +.coaching-three__single:hover .coaching-three__img-content { + opacity: 0; +} + +.coaching-three__hover { + position: absolute; + top: 20px; + left: 20px; + right: 20px; + bottom: 20px; + background-color: rgba(var(--treck-base-rgb), .90); + display: flex; + align-items: center; + justify-content: center; + transform: scaleY(0); + transform-origin: center; + transform-style: preserve-3d; + transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52); + z-index: 2; +} + +.coaching-three__hover p { + font-size: 12px; + color: var(--treck-white); + font-weight: 600; + text-transform: uppercase; + letter-spacing: 0.1em; + line-height: 12px; +} + +.coaching-three__single:hover .coaching-three__hover { + transform: scaleY(1); +} + +.coaching-three__arrow { + position: absolute; + bottom: 0; + right: 0; + z-index: 2; +} + +.coaching-three__arrow a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 50px; + width: 50px; + background-color: var(--treck-black); + font-size: 22px; + color: var(--treck-white); + transition: all 500ms ease; +} + +.coaching-three__arrow a:hover { + color: var(--treck-base); + background-color: var(--treck-white); +} + +.coaching-three__content { + position: relative; + display: block; + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); + text-align: center; + padding: 22px 40px 31px; + z-index: 1; +} + +.coaching-three__title-box { + position: relative; + display: block; + border-bottom: 1px solid var(--treck-bdr-color); + padding-bottom: 13px; + margin-bottom: 21px; +} + +.coaching-three__title-box:before { + content: ""; + position: absolute; + bottom: -6px; + left: 50%; + transform: translateX(-50%); + border-top: 6px solid var(--treck-bdr-color); + border-left: 8px solid transparent; + border-right: 8px solid transparent; +} + +.coaching-three__title { + font-size: 20px; + font-weight: 600; + line-height: 30px; +} + +.coaching-three__title a { + color: var(--treck-black); + transition: all 500ms ease; +} + +.coaching-three__title a:hover { + color: var(--treck-base); +} + +.coaching-three__carousel.owl-carousel .owl-stage-outer { + overflow: visible; +} + +.coaching-three__carousel.owl-carousel .owl-item { + opacity: 0; + visibility: hidden; + transition: opacity 500ms ease, visibility 500ms ease; +} + +.coaching-three__carousel.owl-carousel .owl-item.active { + opacity: 1; + visibility: visible; +} + +.coaching-three__carousel.owl-theme .owl-nav { + position: relative; + display: block; + margin-top: 28px; +} + +.coaching-three__carousel.owl-theme .owl-nav::before { + content: ""; + position: absolute; + left: 0; + bottom: 14px; + width: 530px; + height: 1px; + background-color: rgba(var(--treck-white-rgb), .10); +} + +.coaching-three__carousel.owl-theme .owl-nav::after { + content: ""; + position: absolute; + right: 0; + bottom: 14px; + width: 530px; + height: 1px; + background-color: rgba(var(--treck-white-rgb), .10); +} + +.coaching-three__carousel.owl-theme .owl-nav .owl-next { + height: 27px; + width: 26px; + line-height: 26px; + border-radius: 0; + color: var(--treck-black); + background-color: #ffffff; + font-size: 15px; + margin: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.coaching-three__carousel.owl-theme .owl-nav .owl-prev { + height: 27px; + width: 26px; + line-height: 26px; + border-radius: 0; + color: var(--treck-black); + background-color: #ffffff; + font-size: 15px; + margin: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.coaching-three__carousel.owl-theme .owl-nav .owl-next { + margin-left: 2.50px; +} + +.coaching-three__carousel.owl-theme .owl-nav .owl-prev { + margin-right: 2.50px; +} + +.coaching-three__carousel.owl-theme .owl-nav .owl-next span, +.coaching-three__carousel.owl-theme .owl-nav .owl-prev span { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.coaching-three__carousel.owl-theme .owl-nav .owl-next:hover, +.coaching-three__carousel.owl-theme .owl-nav .owl-prev:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + + +/*-------------------------------------------------------------- +# Testimonial Three +--------------------------------------------------------------*/ +.testimonial-three { + position: relative; + display: block; + z-index: 1; +} + +.testimonial-three__map { + position: absolute; + top: 58px; + left: 0; + opacity: .10; + z-index: 2; +} + +.testimonial-three__map img { + width: auto; +} + +.testimonial-three__shape-1 { + position: absolute; + bottom: 0; + left: 0; + mix-blend-mode: multiply; + opacity: .10; + z-index: -1; +} + +.testimonial-three__shape-1 img { + width: auto; +} + +.testimonial-three__shape-2 { + position: absolute; + top: 120px; + right: -120px; + z-index: 2; +} + +.testimonial-three__shape-2 img { + width: auto; +} + +.testimonial-three__left { + position: relative; + display: block; + margin-left: -120px; + margin-right: 90px; + z-index: 1; +} + +.testimonial-three__left:before { + content: ""; + position: absolute; + top: 0; + left: -375px; + right: -120px; + bottom: 0; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + z-index: -1; +} + +.testimonial-three__slider { + position: relative; + display: block; + background-color: var(--treck-white); + padding-left: 120px; + padding-right: 100px; + padding-top: 80px; + padding-bottom: 114px; +} + +.testimonial-three__thumb-outer-box { + position: relative; + display: block; + max-width: 260px; + width: 100%; + margin-left: 0; + margin-right: auto; + padding-top: 40px; + padding-bottom: 53px; +} + +.testimonial-three__thumb-carousel { + position: relative; + width: 100%; + margin: 0 auto; +} + +.testimonial-three__thumb-carousel.owl-carousel .owl-stage-outer { + overflow: visible; +} + +.testimonial-three__thumb-carousel .owl-item { + position: relative; + opacity: 1; +} + +.testimonial-three__thumb-item { + position: relative; + display: block; +} + +.testimonial-three__img-holder-box { + position: relative; + display: block; + border-radius: 50%; +} + +.testimonial-three__img-holder { + position: relative; + display: block; + border-radius: 50%; + transition: all 500ms ease; + transform: scale(.85); + cursor: pointer; + -webkit-transition: all 300ms ease; + -ms-transition: all 300ms ease; + -o-transition: all 300ms ease; + -moz-transition: all 300ms ease; + transition: all 300ms ease; + z-index: 1; +} + +.testimonial-three__img-holder>img { + border-radius: 50%; + border: 5px solid var(--treck-white); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); + transition: all 0.5s ease-in-out; +} + +.testimonial-three__thumb-outer-box .owl-item.current .testimonial-three__img-holder>img { + border: 5px solid var(--treck-base); +} + +.testimonial-three__thumb-outer-box .owl-item.current .testimonial-three__img-holder { + transform: scale(1); +} + +.testimonial-three__quote { + position: absolute; + bottom: 0; + right: 0; + height: 30px; + width: 30px; + background-color: var(--treck-base); + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + -webkit-transition: all 300ms ease; + -ms-transition: all 300ms ease; + -o-transition: all 300ms ease; + -moz-transition: all 300ms ease; + transition: all 300ms ease; + opacity: 0; + z-index: 2; +} + +.testimonial-three__quote img { + width: auto !important; +} + +.testimonial-three__thumb-outer-box .owl-item.current .testimonial-three__quote { + opacity: 1; +} + +.testimonial-three__main-content { + position: relative; + display: block; +} + +.testimonial-three__carousel { + position: relative; + display: block; +} + +.testimonial-three__item { + position: relative; + display: block; +} + +.testimonial-three__inner-content { + position: relative; + display: block; +} + +.testimonial-three__rating { + position: relative; + display: flex; + align-items: center; +} + +.testimonial-three__rating i { + font-size: 15px; + color: var(--treck-base); +} + +.testimonial-three__rating i+i { + margin-left: 4px; +} + +.testimonial-three__text { + font-size: 20px; + line-height: 38px; + padding-top: 18px; + margin-bottom: 23px; +} + +.testimonial-three__client-info { + position: relative; + display: block; + margin-left: 63px; +} + +.testimonial-three__client-info:before { + content: ""; + position: absolute; + top: 15px; + left: -63px; + height: 2px; + width: 53px; + background-image: -moz-linear-gradient(0deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%); + background-image: -webkit-linear-gradient(0deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%); + background-image: -ms-linear-gradient(0deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%); +} + +.testimonial-three__client-name { + font-size: 20px; + font-weight: 600; + line-height: 30px; + margin-bottom: 5px; +} + +.testimonial-three__client-sub-title { + font-size: 12px; + font-weight: 500; + color: var(--treck-base); + text-transform: uppercase; + letter-spacing: 0.1em; + line-height: 20px; +} + + +.testimonial-three__carousel.owl-theme .owl-nav { + position: absolute; + bottom: -96px; + left: 0; + display: flex; + align-items: center; + z-index: 100; +} + +.testimonial-three__carousel .owl-nav .owl-next, +.testimonial-three__carousel .owl-nav .owl-prev { + position: relative; + top: auto; + left: auto; + right: auto; + bottom: auto; + width: 55px; + height: 55px; + display: flex; + justify-content: center; + align-items: center; + font-size: 15px !important; + color: var(--treck-black) !important; + background-color: var(--treck-primary) !important; + border-radius: 0; + margin: 0; + text-align: center; + opacity: 1; + transition: all 500ms ease; + z-index: 100; +} + + +.testimonial-three__carousel.owl-theme .owl-nav .owl-next { + margin-left: 5px; +} + +.testimonial-three__carousel.owl-theme .owl-nav .owl-prev { + margin-right: 5px; +} + +.testimonial-three__carousel.owl-theme .owl-nav .owl-next span, +.testimonial-three__carousel.owl-theme .owl-nav .owl-prev span { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.testimonial-three__carousel.owl-theme .owl-nav .owl-next:hover, +.testimonial-three__carousel.owl-theme .owl-nav .owl-prev:hover { + background-color: var(--treck-base) !important; + color: var(--treck-white) !important; +} + +.testimonial-three__right { + position: relative; + display: block; + background-color: var(--treck-base); + padding: 120px 0 120px; + z-index: 1; +} + +.testimonial-three__right:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + right: -1000000px; + left: 0; + background-color: var(--treck-base); + z-index: -1; +} + +.testimonial-three__counter-box { + position: relative; + display: block; + padding-left: 120px; +} + +.testimonial-three__counter-box li { + position: relative; + display: block; +} + +.testimonial-three__counter-box li+li { + margin-top: 20px; +} + +.testimonial-three__counter-single { + position: relative; + display: flex; + align-items: center; + padding: 25px 0 25px; + border-right: 1px solid #fffefe; + z-index: 1; +} + +.testimonial-three__counter-single:before { + content: ""; + position: absolute; + top: 0; + left: 0; + right: 0; + height: 1px; + background-image: -moz-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); + background-image: -webkit-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); + background-image: -ms-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); +} + +.testimonial-three__counter-single:after { + content: ""; + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 1px; + background-image: -moz-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); + background-image: -webkit-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); + background-image: -ms-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(226, 9, 53) 100%); +} + +.testimonial-three__counter-icon { + position: relative; + display: flex; + align-items: center; +} + +.testimonial-three__counter-icon span { + position: relative; + display: inline-block; + font-size: 63px; + color: var(--treck-white); + -webkit-transition: all 500ms linear; + transition: all 500ms linear; + -webkit-transition-delay: 0.1s; + transition-delay: 0.1s; +} + +.testimonial-three__counter-box li:hover .testimonial-three__counter-icon span { + transform: scale(.9); +} + +.testimonial-three__counter-content-box { + position: relative; + display: block; + margin-left: 34px; + padding-left: 34px; +} + +.testimonial-three__counter-content-box:before { + content: ""; + position: absolute; + top: 5px; + bottom: 5px; + left: 0; + width: 2px; + background-color: rgba(var(--treck-white-rgb), .20); +} + +.testimonial-three__counter-content-box:after { + content: ""; + position: absolute; + top: 50%; + left: 2px; + border-left: 5px solid rgba(var(--treck-white-rgb), .20); + border-top: 5px solid transparent; + border-bottom: 5px solid transparent; + transform: translateY(-50%); +} + +.testimonial-three__counter-count-box { + position: relative; + display: flex; + align-items: center; + margin-bottom: 5px; +} + +.testimonial-three__counter-count-box h3 { + font-size: 36px; + font-weight: 600; + line-height: 36px; + color: var(--treck-white); +} + +.testimonial-three__counter-plus { + font-size: 36px; + font-weight: 600; + line-height: 36px; + color: var(--treck-white); +} + +.testimonial-three__counter-content-box p { + font-size: 16px; + font-weight: 500; + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Blog Three +--------------------------------------------------------------*/ +.blog-three { + position: relative; + display: block; + padding: 120px 0 90px; + z-index: 1; +} + +/*-------------------------------------------------------------- +# Contact Three +--------------------------------------------------------------*/ +.contact-three { + position: relative; + display: block; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + padding: 120px 0 120px; + z-index: 1; +} + +.contact-three__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + mix-blend-mode: luminosity; + opacity: 0.05; + z-index: -1; +} + +.contact-three__left { + position: relative; + display: block; +} + +.contact-three__left .section-title { + margin-bottom: 40px; +} + +.contact-three__left .section-title__border-box { + margin-left: 0; +} + +.contact-three__main-tab-box .tab-buttons { + position: relative; + display: block; +} + +.contact-three__main-tab-box .tab-buttons .tab-btn { + position: relative; + display: inline-block; +} + +.contact-three__main-tab-box .tab-buttons .tab-btn+.tab-btn { + margin-left: 5px; +} + +.contact-three__main-tab-box .tab-buttons .tab-btn span { + position: relative; + display: block; + text-align: center; + transition: all 200ms linear; + transition-delay: 0.1s; + font-size: 18px; + line-height: 18px; + color: var(--treck-black); + background-color: var(--treck-bdr-color); + padding: 16px 40px 16px; + font-weight: 600; + letter-spacing: 0; + cursor: pointer; + transition: all 0.3s ease; + z-index: 1; +} + +.contact-three__main-tab-box .tab-buttons .tab-btn.active-btn span { + color: var(--treck-white); +} + +.contact-three__main-tab-box .tab-buttons .tab-btn span:before { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + height: 0%; + content: ""; + background-color: var(--treck-base); + transition: all 0.3s ease; + z-index: -1; +} + +.contact-three__main-tab-box .tab-buttons .tab-btn.active-btn span:before { + height: 100%; +} + +.contact-three__main-tab-box .tab-buttons .tab-btn span:after { + content: ""; + position: absolute; + bottom: -6px; + left: 50%; + transform: translateX(-50%); + border-top: 6px solid var(--treck-base); + border-left: 10px solid transparent; + border-right: 10px solid transparent; + opacity: 0; + transition: all 0.3s ease; +} + +.contact-three__main-tab-box .tab-buttons .tab-btn.active-btn span:after { + opacity: 1; +} + +.contact-three__main-tab-box .tabs-content { + position: relative; + display: block; +} + +.contact-three__main-tab-box .tabs-content .tab { + position: relative; + display: none; + -webkit-transform: translateY(35px); + -ms-transform: translateY(35px); + transform: translateY(35px); + -webkit-transition: all 600ms ease; + -moz-transition: all 600ms ease; + -ms-transition: all 600ms ease; + -o-transition: all 600ms ease; + transition: all 600ms ease; + z-index: 10; +} + +.contact-three__main-tab-box .tabs-content .tab.active-tab { + display: block; + margin-top: 0px; + -webkit-transform: translateY(0px); + -ms-transform: translateY(0px); + transform: translateY(0px); +} + + +.contact-three__tab-content-inner { + position: relative; + display: block; + margin-top: 31px; +} + +.contact-three__tab-content-text { + padding-bottom: 21px; +} + +.contact-three__contact-details { + position: relative; + display: flex; + align-items: center; + flex-wrap: wrap; +} + +.contact-three__contact-details-img { + position: relative; + display: block; + width: 199px; + border-radius: 50%; + z-index: 1; +} + +.contact-three__contact-details-img img { + width: 100%; + border-radius: 50%; +} + +.contact-three__contact-list { + position: relative; + display: block; + margin-left: 30px; +} + +.contact-three__contact-list li { + position: relative; + display: flex; + align-items: center; +} + +.contact-three__contact-list li:first-child { + padding-bottom: 7px; +} + +.contact-three__contact-list li+li { + margin-top: 10px; +} + +.contact-three__contact-list li .icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 40px; + width: 40px; + border-radius: 50%; + background-color: rgb(255, 255, 255); + box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.contact-three__contact-list li:hover .icon { + background-color: var(--treck-base); +} + +.contact-three__contact-list li .icon i { + position: relative; + display: inline-block; + font-size: 16px; + color: var(--treck-base); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.contact-three__contact-list li:hover .icon i { + color: var(--treck-white); +} + +.contact-three__contact-list li .text { + margin-left: 20px; +} + +.contact-three__contact-list li .text p { + font-size: 18px; + font-weight: 500; + line-height: 26px; +} + +.contact-three__contact-list li .text p a { + color: var(--treck-gray); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.contact-three__contact-list li .text p a:hover { + color: var(--treck-base); +} + +.contact-three__right { + position: relative; + display: block; +} + +.contact-three__form-box { + position: relative; + display: block; + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1); +} + +.contact-three__form-top { + position: relative; + display: block; + background-color: var(--treck-base); + padding: 28px 60px 30px; +} + +.contact-three__form-top:before { + content: ""; + position: absolute; + bottom: -10px; + left: 60px; + border-top: 10px solid var(--treck-base); + border-left: 25px solid transparent; + border-right: 25px solid transparent; +} + +.contact-three__form-top p { + font-size: 24px; + font-weight: 600; + line-height: 24px; + color: var(--treck-white); +} + +.contact-three__form { + position: relative; + display: block; + padding: 60px; +} + +.contact-three__form .row { + --bs-gutter-x: 10px; +} + +.contact-three__form-input-box { + position: relative; + display: block; + margin-bottom: 10px; +} + +.contact-three__form-input-box input[type="text"], +.contact-three__form-input-box input[type="email"] { + height: 52px; + width: 100%; + border: none; + background-color: var(--treck-primary); + padding-left: 30px; + padding-right: 30px; + outline: none; + font-size: 14px; + color: var(--treck-gray); + display: block; + font-weight: 500; +} + +.contact-three__form-input-box textarea { + font-size: 14px; + color: var(--treck-gray); + height: 122px; + width: 100%; + background-color: var(--treck-primary); + padding: 15px 30px 30px; + border: none; + outline: none; + margin-bottom: 0px; + font-weight: 500; +} + +.contact-three__form-input-box.text-message-box { + height: 122px; +} + +.contact-three__form-btn { + border: none; + font-size: 14px; + font-weight: 600; + background-color: var(--treck-black); + padding: 12px 50px 10px; +} + +.contact-three__form-btn:before { + background-color: var(--treck-base); +} + +.contact-three__form-input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { + position: relative; + display: block; + max-width: 100%; + width: 100% !important; +} + +.contact-three__form-input-box .bootstrap-select>.dropdown-toggle::after { + display: none; +} + +.contact-three__form-input-box .bootstrap-select>.dropdown-toggle { + position: relative; + background-color: var(--treck-primary) !important; + border-radius: 0; + color: var(--treck-gray) !important; + font-size: 14px; + font-weight: 500; + height: 52px; + line-height: 52px; + padding-left: 30px; + padding-right: 30px; + padding-top: 0; + padding-bottom: 0; + width: 100%; + outline: none !important; + border: 0; + box-shadow: none !important; + background-repeat: no-repeat; + background-size: 14px 12px; + background-position: right 25.75px center; +} + +.contact-three__form-input-box .bootstrap-select>.dropdown-toggle:before { + position: absolute; + top: 0; + bottom: 0; + right: 25px; + font-family: "Font Awesome 5 Free"; + content: "\f107"; + font-weight: 900; + font-size: 15px; + color: var(--treck-gray); +} + +/*-------------------------------------------------------------- +# Page Header +--------------------------------------------------------------*/ +.page-header { + position: relative; + display: block; + background-color: var(--treck-black); + z-index: 1; +} + +.page-header .container { + max-width: 1480px; +} + +.page-header-bg { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + opacity: .50; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + z-index: -1; +} + +.page-header__inner { + position: relative; + display: block; + text-align: center; + padding: 190px 0 171px; + z-index: 15; +} + +.page-header__inner h2 { + font-size: 40px; + color: var(--treck-white); + line-height: 50px; + font-weight: 600; +} + +.thm-breadcrumb { + position: absolute; + left: 0; + bottom: 33px; + z-index: 2; +} + +.thm-breadcrumb li { + position: relative; + display: inline-block; + font-size: 14px; + font-weight: 500; + color: #9fa0a3; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.thm-breadcrumb li+li { + margin-left: 6px; +} + +.thm-breadcrumb li a { + position: relative; + display: inline-block; + font-size: 14px; + font-weight: 500; + color: #9fa0a3; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.thm-breadcrumb li:hover a { + color: var(--treck-white); + opacity: 1; +} + +.thm-breadcrumb li.active { + color: var(--treck-white); + opacity: 1; +} + +.thm-breadcrumb li span { + font-size: 14px; + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Blog Page +--------------------------------------------------------------*/ +.blog-page { + position: relative; + display: block; + padding: 120px 0 90px; +} + +/*-------------------------------------------------------------- +# Blog Sidebar +--------------------------------------------------------------*/ +.blog-sidebar { + position: relative; + display: block; +} + +.blog-sidebar__left { + position: relative; + display: block; + padding: 120px 0 120px; +} + +.blog-sidebar__content-box { + position: relative; + display: block; +} + +.blog-sidebar__single { + position: relative; + display: block; +} + +.blog-sidebar__single+.blog-sidebar__single { + margin-top: 30px; +} + +.blog-sidebar__img { + position: relative; + display: block; +} + +.blog-sidebar__img img { + width: 100%; +} + +.blog-sidebar__date { + position: absolute; + left: 30px; + bottom: 0; + background-color: var(--treck-base); + padding: 9px 15px 5px; + z-index: 2; +} + +.blog-sidebar__date::before { + content: ""; + position: absolute; + bottom: 0; + left: -30px; + border-top: 25px solid transparent; + border-bottom: 25px solid #d1062f; + border-left: 15px solid transparent; + border-right: 15px solid #d1062f; +} + +.blog-sidebar__date p { + font-size: 30px; + font-weight: 600; + line-height: 30px; + color: var(--treck-white); +} + +.blog-sidebar__date p span { + font-size: 16px; + position: relative; + left: -3px; +} + +.blog-sidebar__content { + position: relative; + display: block; + margin-top: 21px; +} + +.blog-sidebar__meta { + position: relative; + display: flex; + align-items: center; +} + +.blog-sidebar__meta li+li { + margin-left: 12px; +} + +.blog-sidebar__meta li a { + font-size: 14px; + color: var(--treck-gray); + font-weight: 500; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-sidebar__meta li a:hover { + color: var(--treck-base); +} + +.blog-sidebar__meta li a i { + color: var(--treck-base); + padding-right: 7px; +} + +.blog-sidebar__title { + font-size: 28px; + font-weight: 600; + line-height: 38px; + margin-top: 4px; +} + +.blog-sidebar__title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-sidebar__title a:hover { + color: var(--treck-base); +} + +.blog-sidebar__text { + padding-top: 13px; + padding-bottom: 21px; +} + +.blog-sidebar__btn { + position: relative; + display: block; +} + +.blog-sidebar__btn a { + position: relative; + display: inline-block; + font-size: 14px; + font-weight: 500; + color: var(--treck-gray); + border: 1px solid var(--treck-bdr-color); + padding: 10px 30px 10px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-sidebar__btn a:hover { + background-color: var(--treck-base); + color: var(--treck-white); + border: 1px solid var(--treck-base); +} + +.blog-sidebar__bottom-box { + position: relative; + display: block; + background-color: var(--treck-primary); + padding: 60px 60px 51px; + margin-top: 30px; + overflow: hidden; + z-index: 1; +} + +.blog-sidebar__bottom-box-icon { + margin-bottom: 21px; +} + +.blog-sidebar__provide-services { + position: relative; + display: block; + background-color: var(--treck-primary); + padding: 60px 60px 60px; + margin-top: 30px; + margin-bottom: 30px; + overflow: hidden; + z-index: 1; +} + +.blog-sidebar__provide-services-icon { + margin-bottom: 24px; +} + +.blog-sidebar__provide-services-title { + font-size: 30px; + line-height: 35px; + font-weight: 600; +} + +.blog-sidebar__provide-services-title a { + color: var(--treck-black); + transition: all 500ms ease; +} + +.blog-sidebar__provide-services-title a:hover { + color: var(--treck-base); +} + +.blog-sidebar__col { + display: flex; +} + +.blog-sidebar__right { + position: relative; + display: flex; + flex: 1; + width: 100%; +} + +@media (min-width: 992px) { + .blog-sidebar__right { + margin-left: 20px; + } +} + +.sidebar { + position: relative; + display: block; + width: 100%; + flex: 1; +} + +@media (min-width: 992px) { + .sidebar { + padding-top: 120px; + padding-left: 50px; + background-image: -moz-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 10%); + background-image: -webkit-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 10%); + background-image: -ms-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 10%); + } +} + +.sidebar__search { + position: relative; + display: block; +} + +.sidebar__search-form { + position: relative; +} + +.sidebar__search-form input[type="search"] { + display: block; + border: 1px solid var(--treck-bdr-color); + outline: none; + background-color: var(--treck-white); + color: var(--treck-gray); + font-size: 16px; + padding-left: 30px; + height: 64px; + width: 100%; + padding-right: 50px; +} + +.sidebar__search-form ::-webkit-input-placeholder { + color: var(--treck-gray); + opacity: 1; +} + +.sidebar__search-form :-ms-input-placeholder { + color: var(--treck-gray); + opacity: 1; +} + +.sidebar__search-form ::-ms-input-placeholder { + color: var(--treck-gray); + opacity: 1; +} + +.sidebar__search-form ::placeholder { + color: var(--treck-gray); + opacity: 1; +} + +.sidebar__search-form :-ms-input-placeholder { + color: var(--treck-gray); +} + +.sidebar__search-form ::-ms-input-placeholder { + color: var(--treck-gray); +} + +.sidebar__search-form button[type="submit"] { + background-color: transparent; + color: var(--treck-gray); + font-size: 22px; + position: absolute; + top: 0; + right: 0; + bottom: 0; + width: 42px; + outline: none; + border: none; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 0; +} + +.sidebar__post { + position: relative; + display: block; + margin-top: 42px; + margin-bottom: 37px; + z-index: 1; +} + +.sidebar__title { + font-size: 20px; + font-weight: 600; + line-height: 30px; + margin-bottom: 17px; +} + +.sidebar__post-list { + margin: 0; +} + +.sidebar__post-list li { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + border-bottom: 1px solid var(--treck-bdr-color); + padding-bottom: 15px; + margin-bottom: 14px; +} + +.sidebar__post-list li:last-child { + border-bottom: 0; + padding-bottom: 0; + margin-bottom: 0; +} + + +.sidebar__post-image { + margin-right: 20px; +} + +.sidebar__post-image>img { + width: 70px; +} + +.sidebar__post-content { + position: relative; + top: -1px; +} + +.sidebar__post-content h3 { + font-size: 16px; + margin: 0; + line-height: 26px; + font-weight: 600; + margin-bottom: 9px; +} + +.sidebar__post-content h3 a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.sidebar__post-content h3 a:hover { + color: var(--treck-base); +} + +.sidebar__post-content-meta { + position: relative; + display: block; + font-size: 13px; + line-height: 23px; + color: var(--treck-gray); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.sidebar__post-content-meta i { + color: var(--treck-base); + font-size: 14px; + padding-right: 4px; +} + +.sidebar__category { + position: relative; + display: block; +} + +.sidebar__category .sidebar__title { + margin-bottom: 7px; +} + +.sidebar__category-list { + position: relative; + display: block; +} + +.sidebar__category-list li { + position: relative; + display: block; +} + +.sidebar__category-list li a { + position: relative; + display: block; + font-size: 16px; + color: var(--treck-gray); + border-bottom: 1px solid var(--treck-bdr-color); + padding-left: 15px; + padding-top: 7px; + padding-bottom: 10px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.sidebar__category-list li a:hover { + color: var(--treck-base); +} + +.sidebar__category-list li a span { + position: absolute; + top: 16px; + left: 0; + font-size: 16px; + color: var(--treck-gray); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.sidebar__category-list li a:hover span { + color: var(--treck-base); +} + +.sidebar__category-list li:last-child a { + border-bottom: 0; +} + +.sidebar__project { + position: relative; + display: block; + margin-top: 24px; +} + +.sidebar__project .sidebar__title { + margin-bottom: 23px; +} + +.sidebar__project-box { + position: relative; + display: block; + min-height: 163px; + z-index: 1; +} + +.sidebar__project-bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + z-index: -1; +} + +.sidebar__project-bg:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background: rgb(22, 23, 26); + background: linear-gradient(0deg, rgba(22, 23, 26, 1) 5%, rgba(22, 23, 26, 0) 51%); +} + +.sidebar__project-carousel { + position: relative; + display: block; +} + +.sidebar__project-single { + position: relative; + display: block; + min-height: 163px; +} + +.sidebar__project-single p { + color: var(--treck-white); + font-weight: 600; + position: absolute; + bottom: 15px; + left: 20px; +} + +.sidebar__project-carousel.owl-carousel .owl-dots { + position: absolute; + bottom: 20px; + right: 20px; + text-align: center; + margin: 0 !important; + display: flex; + align-items: center; +} + +.sidebar__project-carousel.owl-carousel .owl-dots .owl-dot { + position: relative; + display: inline-block; + width: 6px; + height: 6px; + border-radius: 50%; + background-color: rgba(var(--treck-white-rgb), .30); + margin: 0px 2.5px; + padding: 0px; + transition: all 100ms linear; + transition-delay: 0.1s; +} + +.sidebar__project-carousel.owl-carousel .owl-dot.active { + background-color: rgba(var(--treck-white-rgb), 1); +} + +.sidebar__project-carousel.owl-carousel .owl-dot:focus { + outline: none; +} + +.sidebar__project-carousel.owl-carousel .owl-dots .owl-dot span { + display: none; +} + +.sidebar__tags { + position: relative; + display: block; + margin-top: 42px; + margin-bottom: 42px; + z-index: 1; +} + +.sidebar__tags .sidebar__title { + margin-bottom: 23px; +} + +.sidebar__tags-list { + margin-top: -10px; + margin-left: -7px; +} + +.sidebar__tags-list a { + font-size: 12px; + color: var(--treck-gray); + -webkit-transition: all 0.4s ease; + transition: all 0.4s ease; + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); + display: inline-block; + padding: 4px 20px 4px; + margin-left: 7px; + font-weight: 600; +} + +.sidebar__tags-list a+a { + margin-left: 7px; + margin-top: 10px; +} + +.sidebar__tags-list a:hover { + color: var(--treck-white); + background: var(--treck-base); +} + +.sidebar__comments { + position: relative; + display: block; + z-index: 1; +} + +.sidebar__comments .sidebar__title { + margin-bottom: 23px; +} + +.sidebar__comments-list { + position: relative; + display: block; +} + +.sidebar__comments-list li { + position: relative; + display: block; + padding-left: 65px; +} + +.sidebar__comments-list li+li { + margin-top: 28px; +} + +.sidebar__comments-icon { + height: 45px; + width: 45px; + background-color: var(--treck-white); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); + border-radius: 50%; + font-size: 15px; + color: var(--treck-black); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + position: absolute; + top: 0; + left: 0; + -webkit-transition: all 0.4s ease; + transition: all 0.4s ease; +} + +.sidebar__comments-list li:hover .sidebar__comments-icon { + background-color: var(--treck-base); + color: var(--treck-white); +} + +.sidebar__comments-text-box p { + font-size: 15px; + font-weight: 500; + margin: 0; + line-height: 24px; +} + +.sidebar__comments-text-box p span { + color: var(--treck-black); +} + +/*-------------------------------------------------------------- +# Blog Details +--------------------------------------------------------------*/ +.blog-details { + position: relative; + display: block; +} + +.blog-details__left { + position: relative; + display: block; + padding: 120px 0 120px; +} + +.blog-details__img-box { + position: relative; + display: block; +} + +.blog-details__img-box img { + width: 100%; +} + +.blog-details__date { + position: absolute; + left: 30px; + bottom: 0; + background-color: var(--treck-base); + padding: 9px 15px 5px; + z-index: 2; +} + +.blog-details__date::before { + content: ""; + position: absolute; + bottom: 0; + left: -30px; + border-top: 25px solid transparent; + border-bottom: 25px solid #d1062f; + border-left: 15px solid transparent; + border-right: 15px solid #d1062f; +} + +.blog-details__date p { + font-size: 30px; + font-weight: 600; + line-height: 30px; + color: var(--treck-white); +} + +.blog-details__date p span { + font-size: 16px; + position: relative; + left: -3px; +} + +.blog-details__content { + position: relative; + display: block; + margin-top: 21px; +} + +.blog-details__meta { + position: relative; + display: flex; + align-items: center; +} + +.blog-details__meta li+li { + margin-left: 12px; +} + +.blog-details__meta li a { + font-size: 14px; + color: var(--treck-gray); + font-weight: 500; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-details__meta li a:hover { + color: var(--treck-base); +} + +.blog-details__meta li a i { + color: var(--treck-base); + padding-right: 7px; +} + +.blog-details__title { + font-size: 28px; + font-weight: 600; + line-height: 38px; + margin-top: 3px; + margin-bottom: 13px; +} + +.blog-details__text-2 { + padding-top: 30px; +} + +.blog-details__bottom { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + padding: 30px 0 30px; + margin-top: 51px; + border-top: 1px solid var(--treck-bdr-color); +} + +.blog-details__bottom p { + margin: 0; +} + +.blog-details__tags span { + color: var(--treck-black); + font-size: 20px; + margin-right: 6px; + font-weight: 600; +} + +.blog-details__tags a { + position: relative; + color: var(--treck-gray); + font-size: 12px; + background-color: var(--treck-white); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); + display: inline-block; + padding: 4px 20px 4px; + font-weight: 600; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-details__tags a:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + +.blog-details__tags a+a { + margin-left: 7px; +} + +.blog-details__social-list { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.blog-details__social-list a { + position: relative; + height: 43px; + width: 43px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + text-align: center; + color: var(--treck-black); + font-size: 14px; + border: 1px solid var(--treck-bdr-color); + border-radius: 50%; + overflow: hidden; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.blog-details__social-list a:hover { + color: var(--treck-white); + border: 1px solid var(--treck-base); +} + +.blog-details__social-list a:after { + position: absolute; + content: ""; + top: 0; + left: 0; + right: 0; + height: 100%; + background-color: var(--treck-base); + -webkit-transition-delay: .1s; + transition-delay: .1s; + -webkit-transition-timing-function: ease-in-out; + transition-timing-function: ease-in-out; + -webkit-transition-duration: .4s; + transition-duration: .4s; + -webkit-transition-property: all; + transition-property: all; + opacity: 1; + -webkit-transform-origin: top; + transform-origin: top; + -webkit-transform-style: preserve-3d; + transform-style: preserve-3d; + -webkit-transform: scalex(0); + transform: scalex(0); + z-index: -1; +} + +.blog-details__social-list a:hover:after { + opacity: 1; + -webkit-transform: scalex(1); + transform: scalex(1); +} + +.blog-details__social-list a+a { + margin-left: 10px; +} + +.blog-details__pagenation { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + background-color: var(--treck-primary); + padding: 30px 30px 30px; + margin-bottom: 53px; +} + +.blog-details__pagenation-left { + position: relative; + display: flex; + align-items: center; +} + +.blog-details__pagenation-left:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + right: -19px; + width: 1px; + background-color: var(--treck-bdr-color); +} + +.blog-details__pagenation-left-img { + position: relative; + display: block; + width: 90px; +} + +.blog-details__pagenation-left-img img { + width: 100%; +} + +.blog-details__pagenation-left-content { + margin-left: 20px; +} + +.blog-details__pagenation-left-title { + font-size: 16px; + font-weight: 600; + line-height: 26px; + margin-bottom: 4px; +} + +.blog-details__pagenation-left-title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-details__pagenation-left-title a:hover { + color: var(--treck-base); +} + +.blog-details__pagenation-left-date { + font-size: 13px; + font-weight: 500; +} + +.blog-details__pagenation-left-date i { + font-size: 15px; + color: var(--treck-base); + padding-right: 4px; +} + +.blog-details__pagenation-right { + position: relative; + display: flex; + align-items: center; +} + +.blog-details__pagenation-right-content { + position: relative; + display: block; + text-align: right; +} + +.blog-details__pagenation-right-title { + font-size: 16px; + font-weight: 600; + line-height: 26px; + margin-bottom: 4px; +} + +.blog-details__pagenation-right-title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.blog-details__pagenation-right-title a:hover { + color: var(--treck-base); +} + +.blog-details__pagenation-right-date { + font-size: 13px; + font-weight: 500; +} + +.blog-details__pagenation-right-date i { + font-size: 15px; + color: var(--treck-base); + padding-right: 4px; +} + +.blog-details__pagenation-right-img { + position: relative; + display: block; + width: 90px; + margin-left: 20px; +} + +.blog-details__pagenation-right-img img { + width: 100%; +} + + +/*-------------------------------------------------------------- +## Comments +--------------------------------------------------------------*/ +.comment-one__title, +.comment-form__title { + margin: 0; + color: var(--treck-black); + font-size: 30px; + margin-bottom: 54px; + font-weight: 600; +} + +.comment-one__single { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + align-items: center; + border-bottom: 1px solid var(--treck-bdr-color); + padding-bottom: 60px; + margin-bottom: 60px; +} + +.comment-one__content { + position: relative; + margin-left: 45px; +} + +.comment-one__content h3 { + margin: 0; + font-size: 20px; + color: var(--treck-black); + margin-bottom: 24px; + font-weight: 600; +} + +.comment-one__btn { + padding: 4px 20px 4px; + position: absolute; + top: -12px; + right: 0; + font-size: 12px; + font-weight: 600; + color: var(--treck-gray); + background-color: var(--treck-primary); +} + +.comment-one__image { + position: relative; + display: block; + border-radius: 50%; +} + +.comment-one__image img { + border-radius: 50%; +} + +.comment-form .comment-form__title { + margin-top: -7px; +} + +.comment-one__form .row { + --bs-gutter-x: 20px; +} + +.comment-form__input-box { + position: relative; + display: block; + margin-bottom: 20px; + background-color: var(--treck-primary); +} + +.comment-form__input-box input[type="text"], +.comment-form__input-box input[type="email"] { + height: 52px; + width: 100%; + border: none; + background-color: var(--treck-primary); + padding-left: 30px; + padding-right: 30px; + outline: none; + font-size: 14px; + color: var(--treck-gray); + display: block; + font-weight: 500; +} + +.comment-form__input-box textarea { + font-size: 14px; + color: var(--treck-gray); + height: 190px; + width: 100%; + background-color: var(--treck-primary); + padding: 25px 30px 30px; + border: none; + outline: none; + margin-bottom: 0px; + font-weight: 500; +} + +.comment-form__btn { + border: none; +} + +.comment-form__input-box.text-message-box { + height: 190px; +} + + +.blog-details__right { + position: relative; + display: block; + margin-left: 20px; +} + + +/*-------------------------------------------------------------- +# Team Page +--------------------------------------------------------------*/ +.team-page { + position: relative; + display: block; + padding: 120px 0 90px; +} + +/*-------------------------------------------------------------- +# Team Details +--------------------------------------------------------------*/ +.team-details { + position: relative; + display: block; + padding: 120px 0 0; + z-index: 1; +} + +.team-details__shape-1 { + position: absolute; + bottom: -204px; + left: 105px; +} + +.team-details__shape-1 img { + width: auto; +} + +.team-details__left { + position: relative; + display: block; + margin-right: 20px; +} + +.team-details__img { + position: relative; + display: block; +} + +.team-details__img img { + width: 100%; +} + +.team-details__guarantee { + position: absolute; + bottom: 40px; + left: -116px; + padding: 20px; + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); +} + +.team-details__guarantee-inner { + position: relative; + display: block; + background-color: var(--treck-base); + padding: 26px 30px 29px; +} + +.team-details__guarantee-icon { + position: relative; + display: flex; + align-items: center; + margin-bottom: 8px; +} + +.team-details__guarantee-icon span { + position: relative; + display: inline-block; + font-size: 73px; + color: var(--treck-white); +} + +.team-details__guarantee-title { + font-size: 24px; + font-weight: 600; + color: var(--treck-white); + line-height: 29px; +} + +.team-details__right { + position: relative; + display: block; + margin-left: 70px; + margin-top: -11px; +} + +.team-details__name { + font-size: 40px; + font-weight: 600; + line-height: 50px; +} + +.team-details__sub-title { + font-weight: 500; + padding-top: 6px; + padding-bottom: 21px; +} + +.team-details__social { + position: relative; + display: flex; + align-items: center; +} + +.team-details__social a { + position: relative; + height: 40px; + width: 40px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + text-align: center; + color: var(--treck-black); + background-color: transparent; + font-size: 15px; + border-radius: 50%; + border: 1px solid var(--treck-bdr-color); + overflow: hidden; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.team-details__social a:hover { + color: var(--treck-white); + background-color: var(--treck-black); + border: 1px solid var(--treck-black); +} + +.team-details__social a:after { + position: absolute; + content: ""; + top: 0; + left: 0; + right: 0; + height: 100%; + background-color: var(--treck-black); + -webkit-transition-delay: .1s; + transition-delay: .1s; + -webkit-transition-timing-function: ease-in-out; + transition-timing-function: ease-in-out; + -webkit-transition-duration: .4s; + transition-duration: .4s; + -webkit-transition-property: all; + transition-property: all; + opacity: 1; + -webkit-transform-origin: top; + transform-origin: top; + -webkit-transform-style: preserve-3d; + transform-style: preserve-3d; + -webkit-transform: scaleY(0); + transform: scaleY(0); + z-index: -1; +} + +.team-details__social a:hover:after { + opacity: 1; + -webkit-transform: scaleY(1); + transform: scaleY(1); +} + +.team-details__social a+a { + margin-left: 10px; +} + +.team-details__text-1 { + padding-top: 21px; + padding-bottom: 33px; +} + +.team-details__points-box { + position: relative; + display: block; +} + +.team-details__points-title { + font-size: 22px; + font-weight: 600; + color: var(--treck-base); + line-height: 32px; + margin-bottom: 35px; +} + +.team-details__points { + position: relative; + display: block; +} + +.team-details__points li { + position: relative; + display: flex; + align-items: center; +} + +.team-details__points li+li { + margin-top: 7px; +} + +.team-details__points li .icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 14px; + width: 14px; + background-color: var(--treck-base); + border-radius: 50%; + font-size: 7px; + color: var(--treck-white); +} + +.team-details__points li .text { + margin-left: 10px; +} + +.team-details__points li .text p { + font-size: 16px; + font-weight: 600; + color: var(--treck-black); +} + + + +/*-------------------------------------------------------------- +# Team Details Experience +--------------------------------------------------------------*/ +.team-details-experience { + position: relative; + display: block; +} + +.team-details-experience__inner { + position: relative; + display: block; + border-top: 1px solid var(--treck-bdr-color); + margin-top: 100px; + padding-top: 92px; + padding-bottom: 100px; +} + +.team-details-experience-left { + position: relative; + display: block; + margin-right: 80px; + margin-top: 20px; +} + +.team-details-experience-left-title { + font-size: 36px; + font-weight: 700; + line-height: 46px; + letter-spacing: -0.04em; +} + +.team-details-experience-left-text { + padding-top: 22px; +} + +.team-details-experience-right { + position: relative; + display: block; + margin-left: 70px; +} + +.team-details__progress { + position: relative; + display: block; + width: 100%; +} + +.team-details__progress-single { + position: relative; + display: block; +} + +.team-details__progress-title { + font-size: 16px; + font-weight: 600; + line-height: 28px; + color: var(--treck-black); + margin-bottom: 3px; +} + +.team-details__progress .bar { + position: relative; + width: 100%; + height: 17px; + border-style: solid; + border-width: 1px; + border-color: rgb(227, 219, 216); + background-color: rgb(255, 255, 255); + box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.15); + border-radius: 0px; + margin-bottom: 12px; +} + +.team-details__progress .bar-inner { + position: relative; + display: block; + width: 0px; + height: 9px; + border-radius: 0px; + top: 3px; + left: 3px; + background-image: -moz-linear-gradient(0deg, rgb(22, 23, 26) 0%, rgb(226, 9, 53) 100%); + background-image: -webkit-linear-gradient(0deg, rgb(22, 23, 26) 0%, rgb(226, 9, 53) 100%); + background-image: -ms-linear-gradient(0deg, rgb(22, 23, 26) 0%, rgb(226, 9, 53) 100%); + -webkit-transition: all 1500ms ease; + transition: all 1500ms ease; +} + +.team-details__progress .count-text { + position: absolute; + right: 0px; + bottom: 18px; + color: var(--treck-gray); + line-height: 24px; + font-size: 14px; + text-align: center; + opacity: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.team-details__progress .bar-inner.counted .count-text { + opacity: 1; +} + +.team-details__progress .bar.marb-0 { + margin-bottom: 0; +} + +/*-------------------------------------------------------------- +# Contact Four +--------------------------------------------------------------*/ +.contact-four { + position: relative; + display: block; + background-color: var(--treck-primary); + overflow: hidden; + padding: 120px 0 120px; + z-index: 1; +} + +.contact-four__bg-1 { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + mix-blend-mode: multiply; + opacity: .35; + z-index: -1; +} + +.contact-four__bg-2 { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 485px; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + mix-blend-mode: luminosity; + opacity: 0.08; + z-index: -1; +} + +.contact-four .container { + max-width: 800px; +} + +.contact-four__form-box { + position: relative; + display: block; +} + +.contact-four__form { + position: relative; + display: block; +} + +.contact-four__form .row { + --bs-gutter-x: 20px; +} + +.contact-four__input-box { + position: relative; + display: block; + margin-bottom: 20px; +} + +.contact-four__input-box input[type="text"], +.contact-four__input-box input[type="email"] { + height: 52px; + width: 100%; + border: none; + background-color: var(--treck-white); + padding-left: 30px; + padding-right: 30px; + outline: none; + font-size: 14px; + font-weight: 500; + color: var(--treck-gray); + display: block; +} + +.contact-four__input-box textarea { + font-size: 14px; + color: var(--treck-gray); + font-weight: 500; + height: 190px; + width: 100%; + background-color: var(--treck-white); + padding: 20px 30px 30px; + border: none; + outline: none; + margin-bottom: 0px; +} + +.contact-four__btn-box { + position: relative; + display: block; + margin: 0 auto; + text-align: center; +} + +.contact-four__btn { + border: none; +} + +.contact-four__input-box.text-message-box { + height: 190px; +} + +/*-------------------------------------------------------------- +# Success Stories +--------------------------------------------------------------*/ +.success-stories { + position: relative; + display: block; + padding: 120px 0 90px; +} + +.success-stories .testimonial-two__single { + margin-bottom: 30px; +} + +/*-------------------------------------------------------------- +# Story Details +--------------------------------------------------------------*/ +.story-details { + position: relative; + display: block; +} + +.story-details__wrap { + position: relative; + display: block; + max-width: 1410px; + width: 100%; + margin: 0 auto; + padding: 107px 0 120px; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); +} + +.story-details__inner { + position: relative; + display: block; +} + +.story-details__content { + position: relative; + display: block; + max-width: 615px; + width: 100%; +} + +.story-details__title { + font-size: 50px; + font-weight: 600; + line-height: 60px; +} + +.story-details__icon-and-rating { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + padding-right: 50px; + margin-top: 39px; +} + +.story-details__icon { + position: relative; + display: flex; + align-items: center; +} + +.story-details__icon span { + position: relative; + display: inline-block; + font-size: 65px; + color: var(--treck-white); +} + +.story-details__rating { + position: relative; + display: flex; + align-items: center; +} + +.story-details__rating i { + font-size: 15px; + color: var(--treck-base); +} + +.story-details__rating i+i { + margin-left: 4px; +} + +.story-details__text-1 { + font-size: 20px; + line-height: 40px; +} + +.story-details__text-2 { + font-size: 20px; + line-height: 40px; + padding-top: 40px; + padding-bottom: 30px; +} + +.story-details__list { + position: relative; + display: block; +} + +.story-details__list li { + position: relative; + display: block; + font-size: 20px; + font-weight: 400; +} + +.story-details__list li+li { + margin-top: 10px; +} + +.story-details__list li span { + font-weight: 600; + color: var(--treck-base); +} + +.story-details__client-name { + position: relative; + display: block; + padding-left: 72px; + margin-top: 15px; + margin-bottom: 53px; +} + +.story-details__client-name:before { + content: ""; + position: absolute; + top: 14px; + left: 0; + width: 53px; + height: 2px; + background-image: -moz-linear-gradient(0deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%); + background-image: -webkit-linear-gradient(0deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%); + background-image: -ms-linear-gradient(0deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%); +} + +.story-details__client-name h3 { + font-size: 20px; + font-weight: 600; + line-height: 30px; +} + +.story-details__btn-box { + position: relative; + display: flex; + align-items: center; +} + +.story-details__btn-two { + background-color: var(--treck-black); + margin-left: 10px; +} + +.story-details__btn-two::before { + background-color: var(--treck-base); +} + +.story-details__img-box { + position: absolute; + top: 107px; + right: -35px; + z-index: 1; +} + +.story-details__img { + position: relative; + display: block; +} + +.story-details__img img { + width: auto; +} + +.story-details__badge { + position: absolute; + top: -22px; + left: 10px; +} + +.story-details__badge img { + width: auto; +} + +.story-details__shape { + position: absolute; + top: -88px; + right: 61px; + z-index: -1; +} + +.story-details__shape img { + width: auto; +} + +.story-details__flag { + position: absolute; + bottom: 53px; + left: 187px; +} + +.story-details__flag img { + width: auto; +} + +/*-------------------------------------------------------------- +# Visa Offers +--------------------------------------------------------------*/ +.visa-offers { + position: relative; + display: block; + padding: 120px 0 90px; +} + +.visa-offers__single { + position: relative; + display: block; + overflow: hidden; + background-color: #e10835; + padding: 40px 40px 40px; + margin-bottom: 30px; + z-index: 1; + transition: transform 700ms ease; + transform: translateY(0px); +} + +.visa-offers__single:hover { + transform: translateY(-10px); +} + +.visa-offers__shape-1 { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + z-index: -1; +} + +.visa-offers__shape-2 { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + mix-blend-mode: luminosity; + opacity: .15; + z-index: -1; +} + +.visa-offers__img { + position: absolute; + bottom: 73px; + right: 76px; + height: 246px; + width: 246px; + border-radius: 50%; + z-index: 1; +} + +.visa-offers__img img { + width: 100%; + transform: scale(1); + border-radius: 50%; + transition: transform 700ms ease; +} + +.visa-offers__img:hover img { + transform: scale(.95); +} + +.visa-offers__dot { + position: absolute; + bottom: 162px; + left: 222px; + z-index: -1; +} + +.visa-offers__dot img { + width: auto; +} + +.visa-offers__plane { + position: absolute; + top: 40px; + left: 273px; + z-index: -1; +} + +.visa-offers__plane img { + width: auto; +} + +.visa-offers__flag { + position: absolute; + top: 33px; + right: 50px; + height: 50px; + width: 50px; + border-radius: 50%; + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); +} + +.visa-offers__flag img { + width: 100%; + border-radius: 50%; +} + +.visa-offers__time { + position: absolute; + bottom: 14px; + right: 20px; +} + +.visa-offers__time p { + font-size: 14px; + color: var(--treck-white); + font-weight: 600; + text-transform: uppercase; + letter-spacing: 0.1em; + line-height: 24px; +} + +.visa-offers__sub-title-box { + position: relative; + display: inline-block; + background-color: var(--treck-white); + padding-top: 10px; + padding-bottom: 8px; + padding-left: 15px; + padding-right: 25px; + clip-path: polygon(100% 0, 92% 50%, 100% 100%, 0% 100%, 0 48%, 0% 0%); +} + +.visa-offers__sub-title { + font-size: 12px; + line-height: 12px; + color: var(--treck-base); + text-transform: uppercase; + letter-spacing: 0.1em; + font-weight: 600; +} + +.visa-offers__title { + font-size: 26px; + font-weight: 600; + line-height: 36px; + margin-top: 12px; + margin-bottom: 13px; +} + +.visa-offers__title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.visa-offers__title a:hover { + color: var(--treck-base); +} + +.visa-offers__points { + position: relative; + display: block; +} + +.visa-offers__points li { + position: relative; + display: flex; + align-items: center; +} + +.visa-offers__points li .icon { + position: relative; + display: flex; + align-items: center; +} + +.visa-offers__points li .icon span { + font-size: 22px; + color: var(--treck-gray); +} + +.visa-offers__points li .text { + margin-left: 14px; +} + +.visa-offers__price-box { + position: relative; + display: block; + margin-top: 105px; +} + +.visa-offers__price-start { + font-size: 14px; + color: var(--treck-white); + font-weight: 600; +} + +.visa-offers__price { + position: relative; + display: inline-block; + background-color: var(--treck-black); + padding: 10px 20px 10px; + margin-top: 4px; +} + +.visa-offers__price p { + font-size: 24px; + font-weight: 600; + color: var(--treck-white); + line-height: 24px; +} + +.visa-offers__single--2 { + background-color: #3558c5; +} + +.visa-offers__single--2 .visa-offers__sub-title { + color: #063388; +} + +.visa-offers__single--3 { + background-color: #429fb9; +} + +.visa-offers__single--3 .visa-offers__sub-title { + color: #46a6d1; +} + +.visa-offers__single--4 { + background-color: #e49f14; +} + +.visa-offers__single--4 .visa-offers__sub-title { + color: #f3b903; +} + +.visa-offers__single--5 { + background-color: #d76c24; +} + +.visa-offers__single--5 .visa-offers__sub-title { + color: #f79034; +} + +.visa-offers__single--6 { + background-color: #37c46f; +} + +.visa-offers__single--6 .visa-offers__sub-title { + color: #079e3c; +} + + +/*-------------------------------------------------------------- +# Countries Details +--------------------------------------------------------------*/ +.countries-details { + position: relative; + display: block; + padding: 120px 0 120px; +} + +.countries-details__sidebar { + position: relative; + display: block; + background-color: var(--treck-primary); + padding: 30px 30px 30px; +} + +.countries-details__services-list { + position: relative; + display: block; +} + +.countries-details__services { + position: relative; + display: block; +} + +.countries-details__services li { + position: relative; + display: block; +} + +.countries-details__services li+li { + margin-top: 10px; +} + +.countries-details__services li a { + position: relative; + display: block; + font-size: 16px; + font-weight: 600; + line-height: 26px; + color: var(--treck-black); + background-color: var(--treck-white); + padding: 14px 26px 15px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-details__services li:hover a { + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07); +} + +.countries-details__services li.active a { + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07); +} + +.countries-details__services li a::before { + content: ""; + position: absolute; + top: 0; + left: 0; + bottom: 0; + width: 2px; + background-color: var(--treck-bdr-color); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-details__services li:hover a::before { + background-color: var(--treck-base); +} + +.countries-details__services li.active a::before { + background-color: var(--treck-base); +} + +.countries-details__services li a::after { + content: ""; + position: absolute; + top: 50%; + left: 2px; + border-top: 5px solid transparent; + border-left: 4px solid var(--treck-bdr-color); + border-bottom: 5px solid transparent; + transform: translateY(-50%); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-details__services li:hover a::after { + border-left: 4px solid var(--treck-base); +} + +.countries-details__services li.active a::after { + border-left: 4px solid var(--treck-base); +} + +.countries-details__countries-flag { + position: absolute; + right: 10px; + top: 50%; + width: 35px; + transform: translateY(-50%); +} + +.countries-details__countries-flag img { + width: 100%; + border-radius: 50%; +} + +.banner-one { + position: relative; + display: block; + background-color: var(--treck-primary); + border: 4px solid var(--treck-base); + padding: 20px 30px 36px; + padding-left: 145px; + margin-top: 30px; + overflow: hidden; + z-index: 1; +} + +.banner-one__shape-1 { + position: absolute; + bottom: 0; + left: 0; + z-index: -1; +} + +.banner-one__shape-1 img { + width: auto; +} + +.banner-one__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + opacity: .30; + mix-blend-mode: multiply; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; +} + +.banner-one__img { + position: absolute; + left: 0; + bottom: -4px; +} + +.banner-one__img img { + width: auto; +} + +.banner-one__title { + font-size: 24px; + font-weight: 600; + line-height: 29px; +} + +.banner-one__btn-box { + position: relative; + display: inline-block; + margin-top: 216px; + left: 8px; +} + +.banner-one__btn { + position: relative; + display: inline-block; + font-size: 12px; + font-weight: 600; + line-height: 12px; + color: var(--treck-gray); + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); + padding: 13px 30px 13px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.banner-one__btn:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + +.countries-details__documents { + position: relative; + display: flex; + align-items: center; + padding: 20px 25px 20px; + margin-top: 30px; + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05); +} + +.countries-details__documents .icon { + position: relative; + display: inline-block; +} + +.countries-details__documents .icon span { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 51px; + height: 51px; + font-size: 23px; + color: var(--treck-white); + background-color: var(--treck-base); + border-radius: 50%; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-details__documents .icon span:hover { + color: var(--treck-white); + background-color: var(--treck-black); +} + +.countries-details__documents .content { + position: relative; + display: block; + margin-left: 10px; +} + +.countries-details__documents .content h3 { + font-size: 16px; + font-weight: 600; + line-height: 16px; +} + +.countries-details__documents .content h3 a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.countries-details__documents .content h3 a:hover { + color: var(--treck-base); +} + +.countries-details__documents .content p { + font-size: 12px; + font-weight: 500; + line-height: 20px; + letter-spacing: 0.1em; + margin-top: 4px; +} + +.countries-details__right { + position: relative; + display: block; + margin-top: -4px; +} + +.countries-details__title { + font-size: 30px; + font-weight: 600; + line-height: 30px; +} + +.countries-details__text { + margin-top: 18px; + margin-bottom: 31px; +} + +.countries-details__img-box { + position: relative; + display: block; +} + +.countries-details__img { + position: relative; + display: block; + margin-bottom: 30px; +} + +.countries-details__img img { + width: 100%; +} + +.countries-details__text-two { + margin-bottom: 29px; +} + +.countries-details__text-three { + font-size: 18px; + font-weight: 600; + line-height: 30px; + color: var(--treck-base); +} + +.countries-details__text-four { + margin-top: 31px; +} + +.countries-details__title-two { + font-size: 30px; + font-weight: 600; + line-height: 40px; + margin-top: 42px; + margin-bottom: 13px; +} + +.countries-details__points { + position: relative; + display: flex; + align-items: center; + margin-top: 31px; +} + +.countries-details__points li { + position: relative; + display: flex; + align-items: center; + border: 1px solid var(--treck-bdr-color); + max-width: 250px; + width: 100%; + padding: 28px 30px 21px; +} + +.countries-details__points li+li { + margin-left: 10px; +} + +.countries-details__points li .icon { + position: relative; + display: inline-block; +} + +.countries-details__points li .icon span { + position: relative; + display: inline-block; + font-size: 32px; + color: var(--treck-base); +} + +.countries-details__points li .text { + margin-left: 23px; +} + +.countries-details__points li .text p { + font-size: 17px; + font-weight: 600; + line-height: 20px; +} + +.countries-details__points li .text p a { + color: var(--treck-black); + transition: all 500ms ease; +} + +.countries-details__points li .text p a:hover { + color: var(--treck-base); +} + +/*-------------------------------------------------------------- +# Coaching Four +--------------------------------------------------------------*/ +.coaching-four { + position: relative; + display: block; + padding: 120px 0 90px; + z-index: 1; +} + +.coaching-four .coaching-three__single { + margin-bottom: 30px; +} + +/*-------------------------------------------------------------- +# Feature Three +--------------------------------------------------------------*/ +.feature-three { + position: relative; + display: block; + padding: 120px 0 90px; + background-color: var(--treck-black); + z-index: 1; +} + +.feature-three__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + opacity: .07; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + mix-blend-mode: luminosity; + z-index: -1; +} + +/*-------------------------------------------------------------- +# Coaching five +--------------------------------------------------------------*/ +.coaching-five { + position: relative; + display: block; + padding: 120px 0 90px; + z-index: 1; +} + +.coaching-five .container { + max-width: 1540px; +} + +/*-------------------------------------------------------------- +# Countries-Four +--------------------------------------------------------------*/ +.countries-four { + position: relative; + display: block; + padding-top: 150px; +} + +/*-------------------------------------------------------------- +# Travel One +--------------------------------------------------------------*/ +.travel-one { + position: relative; + display: block; + padding: 120px 0 120px; + background-color: var(--treck-primary); + z-index: 1; +} + +.travel-one__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + opacity: .65; + mix-blend-mode: multiply; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; +} + +.travel-one__bg-two { + position: absolute; + height: 297px; + left: 0; + right: 0; + bottom: 0; + opacity: .10; + mix-blend-mode: multiply; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; +} + +.travel-one__left { + position: relative; + display: block; +} + +.travel-one__img { + position: relative; + display: block; +} + +.travel-one__img img { + width: 100%; +} + +.travel-one__right { + position: relative; + display: block; + margin-top: -9px; +} + +.travel-one__text-2 { + margin-top: 30px; + margin-bottom: 32px; +} + +.travel-one__points { + position: relative; + display: block; +} + +.travel-one__points li { + position: relative; + display: flex; + align-items: center; +} + +.travel-one__points li .icon { + position: relative; + display: inline-block; + top: 3px; +} + +.travel-one__points li .icon span { + position: relative; + display: inline-block; + font-size: 21px; + color: var(--treck-base); +} + +.travel-one__points li .text { + position: relative; + display: block; + margin-left: 7px; +} + +.travel-one__points li .text p { + font-size: 16px; + font-weight: 600; + line-height: 30px; + color: var(--treck-black); +} + +.travel-one__btn-box { + position: relative; + display: block; + margin-top: 41px; +} + +/*-------------------------------------------------------------- +# Gallery Two +--------------------------------------------------------------*/ +.gallery-two { + position: relative; + display: block; + padding-top: 120px; + z-index: 1; +} + +/*-------------------------------------------------------------- +# Countries Page +--------------------------------------------------------------*/ +.countries-page-brand .brand-one__inner { + border-bottom: none +} + +/*-------------------------------------------------------------- +# Countries Details +--------------------------------------------------------------*/ +.coaching-details { + position: relative; + display: block; + padding: 120px 0 120px; +} + +.coaching-details__sidebar { + position: relative; + display: block; + background-color: var(--treck-primary); + padding: 30px 30px 30px; +} + +.coaching-details__services-list { + position: relative; + display: block; +} + +.coaching-details__services { + position: relative; + display: block; +} + +.coaching-details__services li { + position: relative; + display: block; +} + +.coaching-details__services li+li { + margin-top: 10px; +} + +.coaching-details__services li a { + position: relative; + display: block; + font-size: 16px; + font-weight: 600; + line-height: 26px; + color: var(--treck-black); + background-color: var(--treck-white); + padding: 14px 26px 15px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.coaching-details__services li:hover a { + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07); +} + +.coaching-details__services li.active a { + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07); +} + +.coaching-details__services li a::before { + content: ""; + position: absolute; + top: 0; + left: 0; + bottom: 0; + width: 2px; + background-color: var(--treck-bdr-color); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.coaching-details__services li:hover a::before { + background-color: var(--treck-base); +} + +.coaching-details__services li.active a::before { + background-color: var(--treck-base); +} + +.coaching-details__services li a::after { + content: ""; + position: absolute; + top: 50%; + left: 2px; + border-top: 5px solid transparent; + border-left: 4px solid var(--treck-bdr-color); + border-bottom: 5px solid transparent; + transform: translateY(-50%); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.coaching-details__services li:hover a::after { + border-left: 4px solid var(--treck-base); +} + +.coaching-details__services li.active a::after { + border-left: 4px solid var(--treck-base); +} + +.coaching-details__right { + position: relative; + display: block; +} + +.coaching-details__img { + position: relative; + display: block; +} + +.coaching-details__img img { + width: 100%; +} + +.coaching-details__title-1 { + font-size: 30px; + font-weight: 600; + line-height: 40px; + margin-top: 21px; + margin-bottom: 23px; +} + +.coaching-details__text-1 { + position: relative; + display: block; +} + +.coaching-details__title-2 { + font-size: 24px; + line-height: 34px; + color: var(--treck-base); + margin-top: 24px; + margin-bottom: 32px; +} + +.coaching-details__text-2 { + position: relative; + display: block; +} + +.coaching-details__title-3 { + font-size: 30px; + font-weight: 600; + line-height: 30px; + margin-top: 47px; + margin-bottom: 37px; +} + +.coaching-details__why { + position: relative; + display: block; +} + +.coaching-details__why-single { + position: relative; + display: block; + background-color: var(--treck-primary); + text-align: center; + padding: 30px 30px 31px; + margin-bottom: 30px; + z-index: 1; +} + +.coaching-details__why-single::before { + content: ""; + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-position: center bottom; + transition-delay: .1s; + transition-timing-function: ease-in-out; + transition-duration: .5s; + transition-property: all; + transform-origin: bottom; + transform-style: preserve-3d; + transform: scaleY(0); + z-index: -1; +} + +.coaching-details__why-single:hover::before { + transform: scaleY(1.0); +} + +.coaching-details__why-icon { + position: relative; + display: inline-block; + z-index: 1; +} + +.coaching-details__why-icon span { + position: relative; + display: inline-block; + font-size: 64px; + color: var(--treck-base); +} + +.coaching-details__why-shape-1 { + position: absolute; + width: 79px; + height: 79px; + left: 50%; + bottom: 19px; + transform: translateX(-50%); + border-radius: 50%; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + z-index: -1; +} + +.coaching-details__why-title { + position: relative; + display: block; +} + +.coaching-details__why-title h3 { + font-size: 17px; + font-weight: 600; + line-height: 20px; + margin-top: 9px; +} + +.coaching-details__hover-single { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: var(--treck-primary); + text-align: center; + padding: 20px 30px 15px; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-position: center bottom; + transition-delay: .1s; + transition-timing-function: ease-in-out; + transition-duration: .5s; + transition-property: all; + transform-origin: bottom; + transform-style: preserve-3d; + transform: scaleY(0); + z-index: 2; +} + +.coaching-details__why-single:hover .coaching-details__hover-single { + transform: scaleY(1.0); +} + +.coaching-details__hover-icon { + position: relative; + display: inline-block; + z-index: 1; +} + +.coaching-details__hover-icon span { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 78px; + height: 78px; + border-radius: 50%; + background-color: var(--treck-base); + font-size: 64px; + color: var(--treck-white); +} + +.coaching-details__hover-title { + position: relative; + display: block; +} + +.coaching-details__hover-title h3 { + font-size: 17px; + font-weight: 600; + line-height: 20px; + margin-top: 28px; +} + +.coaching-details__benefit { + position: relative; + display: block; + margin-top: 30px; + margin-bottom: 60px; +} + +.coaching-details__benefit-img { + position: relative; + display: block; + max-width: 369px; + width: 100%; +} + +.coaching-details__benefit-img img { + width: 100%; + border-radius: 50%; +} + +.coaching-details__benefit-content { + position: relative; + display: block; + margin-top: 37px; +} + +.coaching-details__benefit-title { + font-size: 30px; + font-weight: 600; + line-height: 30px; +} + +.coaching-details__benefit-text { + font-size: 18px; + font-weight: 500; + line-height: 30px; + color: var(--treck-base); + margin-top: 29px; + margin-bottom: 37px; +} + +.coaching-details__benefit-points { + position: relative; + display: block; +} + +.coaching-details__benefit-points li { + position: relative; + display: flex; + align-items: center; +} + +.coaching-details__benefit-points li+li { + margin-top: 10px; +} + +.coaching-details__benefit-points li .icon { + position: relative; + display: inline-block; +} + +.coaching-details__benefit-points li .icon span { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 14px; + height: 14px; + font-size: 9px; + color: var(--treck-white); + background-color: var(--treck-base); + border-radius: 50%; +} + +.coaching-details__benefit-points li .text { + margin-left: 12px; +} + +.coaching-details__benefit-points li .text p { + font-size: 16px; + font-weight: 500; + line-height: 26px; +} + +.coaching-details__importance { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + background-image: -moz-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -webkit-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -ms-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + padding: 40px 40px 40px; + padding-left: 50px; + z-index: 1; +} + +.coaching-details__importance-bg { + position: absolute; + top: 0; + right: 33px; + bottom: 0; + width: 537px; + background-repeat: no-repeat; + background-size: cover; + background-position: right center; + mix-blend-mode: luminosity; + opacity: .30; + z-index: -1; +} + +.coaching-details__importance-title-box { + position: relative; + display: block; +} + +.coaching-details__importance-title { + font-size: 22px; + font-weight: 600; + line-height: 34px; +} + +.coaching-details__importance-btn-box { + position: relative; + display: block; + margin-top: 29px; +} + +.coaching-details__importance-btn { + font-size: 12px; + font-weight: 600; + line-height: 22px; + color: var(--treck-gray); + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); + padding: 11px 30px 12px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.coaching-details__importance-btn:hover { + color: var(--treck-white); + background-color: var(--treck-base); +} + +.coaching-details__importance-points-list { + position: relative; + display: block; + background-color: var(--treck-base); + padding: 23px 30px 26px; + max-width: 210px; + width: 100%; +} + +.coaching-details__importance-points-list li { + position: relative; + display: flex; + align-items: center; + line-height: 26px; +} + +.coaching-details__importance-points-list li .icon { + position: relative; + display: inline-block; + top: 2px; +} + +.coaching-details__importance-points-list li .icon span { + position: relative; + display: inline-block; + font-size: 19px; + color: var(--treck-white); +} + +.coaching-details__importance-points-list li .text { + margin-left: 7px; +} + +.coaching-details__importance-points-list li .text p { + font-size: 16px; + font-weight: 600; + line-height: 16px; + color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Visa Details +--------------------------------------------------------------*/ +.visa-details { + position: relative; + display: block; + padding: 120px 0 120px; + z-index: 1; +} + +.visa-details__left { + position: relative; + display: block; +} + +.visa-details__img { + position: relative; + display: block; + max-width: 370px; +} + +.visa-details__img img { + width: 100%; + border-radius: 50%; +} + +.visa-details__points-box { + position: relative; + display: block; + margin-top: 24px; +} + +.visa-details__points-box-title { + font-size: 30px; + font-weight: 600; + line-height: 30px; +} + +.visa-details__points-box-text { + font-size: 18px; + font-weight: 500; + line-height: 30px; + color: var(--treck-base); + margin-top: 19px; + margin-bottom: 35px; +} + +.visa-details__points-list { + position: relative; + display: block; +} + +.visa-details__points-list li { + position: relative; + display: flex; + align-items: center; +} + +.visa-details__points-list li+li { + margin-top: 6px; +} + +.visa-details__points-list li .icon { + position: relative; + display: inline-block; +} + +.visa-details__points-list li .icon span { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 14px; + height: 14px; + font-size: 10px; + color: var(--treck-white); + background-color: var(--treck-base); + border-radius: 50%; +} + +.visa-details__points-list li .text { + margin-left: 12px; +} + +.visa-details__points-list li .text p { + font-size: 16px; + font-weight: 500; +} + +.visa-details__text-1 { + margin-top: 42px; + margin-bottom: 42px; +} + +.visa-details__text-box { + position: relative; + display: block; + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07); + padding: 18px 35px 22px; +} + +.visa-details__text-box::before { + content: ""; + position: absolute; + top: 0; + left: 0; + bottom: 0; + width: 6px; + background-color: var(--treck-base); +} + +.visa-details__text-box p { + font-size: 18px; + font-weight: 600; + line-height: 28px; + color: var(--treck-black); +} + +.visa-details__text-2 { + margin-top: 42px; + margin-bottom: 47px; +} + +.visa-details__visa-process { + position: relative; + display: block; +} + +.visa-details__visa-process-title { + font-size: 30px; + font-weight: 600; + line-height: 30px; +} + +.visa-details__visa-process-list { + position: relative; + display: flex; + align-items: center; + margin-top: 37px; +} + +.visa-details__visa-process-list li { + position: relative; + display: block; + text-align: center; +} + +.visa-details__visa-process-list li+li { + margin-left: 50px; +} + +.visa-details__visa-process-list li .icon-box { + position: relative; + display: inline-block; +} + +.visa-details__visa-process-list li .icon-box::before { + content: ""; + position: absolute; + bottom: -44px; + left: 50%; + width: 1px; + height: 44px; + background-color: #e3dbd8; + transform: translateX(-50%); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.visa-details__visa-process-list li:hover .icon-box::before { + background-color: var(--treck-base); +} + +.visa-details__visa-process-list li .icon-box::after { + content: ""; + position: absolute; + bottom: -49px; + left: 50%; + transform: translateX(-50%); + border-top: 5px solid #e3dbd8; + border-left: 5px solid transparent; + border-right: 5px solid transparent; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.visa-details__visa-process-list li:hover .icon-box::after { + border-top: 5px solid var(--treck-base); +} + +.visa-details__visa-process-list li .icon { + position: relative; + display: inline-block; +} + +.visa-details__visa-process-list li .icon::before { + content: ""; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border-radius: 50%; + background-color: var(--treck-base); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + opacity: 0; + z-index: -1; +} + +.visa-details__visa-process-list li:hover .icon::before { + opacity: 1; +} + +.visa-details__visa-process-list li .icon span { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 110px; + height: 110px; + font-size: 64px; + color: var(--treck-base); + border-radius: 50%; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.visa-details__visa-process-list li:hover .icon span { + color: var(--treck-white); + background-image: none; +} + +.visa-details__visa-process-list li .title { + margin-top: 65px; +} + +.visa-details__visa-process-list li .title p { + font-size: 17px; + font-weight: 600; + line-height: 20px; + color: var(--treck-black); +} + +.visa-details__btn-box { + position: relative; + display: block; + margin-top: 61px; +} + +/*-------------------------------------------------------------- +# Services Four +--------------------------------------------------------------*/ +.services-four { + position: relative; + display: block; + padding: 120px 0 90px; + z-index: 1; +} + +/*-------------------------------------------------------------- +# Feature Four +--------------------------------------------------------------*/ +.feature-four { + position: relative; + display: block; + padding-bottom: 58px; + z-index: 1; +} + +.feature-four .container { + max-width: 1800px; +} + +/*-------------------------------------------------------------- +# Benefits Two +--------------------------------------------------------------*/ +.benefits-two { + background-color: var(--treck-primary); +} + +.benefits-two__bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + opacity: .65; + mix-blend-mode: multiply; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; +} + +.benefits-two__bg-two { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 297px; + opacity: .10; + mix-blend-mode: multiply; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; +} + +.benefits-two .benefits-one__points li { + background-color: var(--treck-white); +} + +/*-------------------------------------------------------------- +# Services Five +--------------------------------------------------------------*/ +.services-five { + position: relative; + display: block; + padding: 120px 0 77px; + z-index: 1; +} + + + +/*-------------------------------------------------------------- +# Pricing Page +--------------------------------------------------------------*/ +.pricing-page { + position: relative; + display: block; + padding: 112px 0 90px; +} + +.pricing-page__main-tab-box { + position: relative; + display: block; +} + +.pricing-page__main-tab-box .tab-buttons { + position: relative; + display: flex; + align-items: center; + justify-content: center; + margin-bottom: 40px; +} + +.pricing-page__main-tab-box .tab-buttons .tab-btn { + position: relative; + display: flex; + align-items: center; +} + +.pricing-page__main-tab-box .tab-buttons .tab-btn+.tab-btn { + margin-left: 0px; +} + +.pricing-page__main-tab-box .tab-buttons .tab-btn span { + position: relative; + display: block; + text-align: center; + font-size: 14px; + line-height: 14px; + color: var(--treck-gray); + background-color: var(--treck-primary); + padding: 15px 30px 15px; + font-weight: 600; + cursor: pointer; + overflow: hidden; + border-radius: 0px; + transition: all 0.5s linear; + z-index: 1; +} + +.pricing-page__main-tab-box .tab-buttons .tab-btn.active-btn span { + color: var(--treck-white); +} + +.pricing-page__main-tab-box .tab-buttons .tab-btn span:before { + content: ""; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + height: 0%; + background-color: var(--treck-base); + transition: all 0.3s ease; + z-index: -1; +} + +.pricing-page__main-tab-box .tab-buttons .tab-btn.active-btn span:before { + height: 100%; +} + +.pricing-page__main-tab-box .tabs-content { + position: relative; + display: block; +} + +.pricing-page__main-tab-box .tabs-content .tab { + position: relative; + display: none; + -webkit-transform: translateY(35px); + -ms-transform: translateY(35px); + transform: translateY(35px); + -webkit-transition: all 600ms ease; + -moz-transition: all 600ms ease; + -ms-transition: all 600ms ease; + -o-transition: all 600ms ease; + transition: all 600ms ease; + z-index: 10; +} + +.pricing-page__main-tab-box .tabs-content .tab.active-tab { + display: block; + margin-top: 0px; + -webkit-transform: translateY(0px); + -ms-transform: translateY(0px); + transform: translateY(0px); +} + +.pricing-page__inner { + position: relative; + display: block; +} + +.pricing-page__single { + position: relative; + display: block; + margin-bottom: 30px; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.pricing-page__single:hover { + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); +} + +.pricing-page__single-inner { + position: relative; + display: block; + overflow: hidden; + border: 1px solid var(--treck-bdr-color); + background-color: var(--treck-white); + padding: 43px 49px 49px; + z-index: 1; +} + +.pricing-page__shape-1 { + position: absolute; + bottom: 0; + left: 0; + right: 0; + z-index: -1; +} + +.pricing-page__shape-1 img { + width: auto; +} + +.pricing-page__price-box { + position: relative; + display: block; + text-align: center; +} + +.pricing-page__price { + font-size: 34px; + font-weight: 800; + line-height: 44px; +} + +.pricing-page__icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 120px; + width: 120px; + border-radius: 50%; + background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); + margin: 21px auto 15px; + z-index: 1; +} + +.pricing-page__icon:before { + content: ""; + position: absolute; + top: 50%; + left: -75px; + width: 75px; + height: 1px; + background-color: var(--treck-bdr-color); + z-index: -1; +} + +.pricing-page__icon:after { + content: ""; + position: absolute; + top: 50%; + right: -75px; + width: 75px; + height: 1px; + background-color: var(--treck-bdr-color); + z-index: -1; +} + +.pricing-page__icon span { + position: relative; + display: inline-block; + font-size: 64px; + color: var(--treck-base); + -webkit-transition: all 500ms linear; + transition: all 500ms linear; + -webkit-transition-delay: 0.1s; + transition-delay: 0.1s; +} + +.pricing-page__single:hover .pricing-page__icon span { + transform: scale(.9); +} + +.pricing-page__content { + position: relative; + display: block; + text-align: center; +} + +.pricing-page__title { + font-size: 16px; + font-weight: 600; +} + +.pricing-page__service-list { + position: relative; + display: block; + margin-top: 18px; + margin-bottom: 31px; +} + +.pricing-page__service-list li { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.pricing-page__service-list li+li { + margin-top: 10px; +} + +.pricing-page__service-list li .icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 13px; + width: 13px; + background-color: var(--treck-base); + border-radius: 50%; + font-size: 7px; + color: var(--treck-white); +} + +.pricing-page__service-list li .text { + margin-left: 10px; +} + +.pricing-page__btn-box { + position: relative; + display: block; +} + +/*-------------------------------------------------------------- +# Login Page +--------------------------------------------------------------*/ +.login-page { + position: relative; + display: block; + padding: 120px 0 90px; + z-index: 1; +} + +.login-page__top { + position: relative; + display: block; + background-color: var(--treck-primary); + padding: 16px 30px 18px; + margin-bottom: 50px; +} + +.login-page__top p { + font-size: 14px; + font-weight: 500; + line-height: 24px; +} + +.login-page__top p span { + color: var(--treck-black); +} + +.login-page__top p a { + color: var(--treck-base); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.login-page__top p a:hover { + color: var(--treck-black); +} + +.login-page__single { + position: relative; + display: block; + margin-bottom: 30px; +} + +.login-page__title { + font-size: 30px; + font-weight: 600; + line-height: 40px; + letter-spacing: -0.04em; + margin-bottom: 32px; +} + +.login-page__form { + position: relative; + display: block; + padding: 60px 60px 60px; + border: 1px solid var(--treck-bdr-color); + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); +} + +.login-page__form-input-box { + position: relative; + display: block; + margin-bottom: 20px; +} + +.login-page__form-input-box input[type="email"], +.login-page__form-input-box input[type="password"] { + height: 52px; + width: 100%; + border: none; + background-color: var(--treck-primary); + padding-left: 30px; + padding-right: 30px; + outline: none; + font-size: 14px; + color: var(--treck-gray); + display: block; + font-weight: 500; +} + +.login-page__form-btn-box { + position: relative; + display: flex; + align-items: center; +} + +.login-page__form-btn { + border: none; +} + +.login-page__form .checked-box { + position: relative; + display: block; + margin-top: -8px; + margin-bottom: 14px; +} + +.login-page__form .checked-box label { + position: relative; + display: inline-block; + padding-left: 30px; + margin-right: 0px; + margin-bottom: 0; + color: var(--treck-gray); + font-size: 14px; + line-height: 22px; + font-weight: 500; + text-transform: none; + cursor: pointer; +} + +.login-page__form .checked-box input[type="checkbox"] { + display: none; +} + +.login-page__form .checked-box input[type="checkbox"]+label span { + position: absolute; + top: 2px; + left: 0; + width: 16px; + height: 16px; + vertical-align: middle; + background: var(--treck-white); + cursor: pointer; + -webkit-transition: all 300ms ease; + -moz-transition: all 300ms ease; + -ms-transition: all 300ms ease; + -o-transition: all 300ms ease; + transition: all 300ms ease; + border: 1px solid var(--treck-bdr-color); +} + +.login-page__form .checked-box label span:before { + position: absolute; + top: 2px; + left: 3px; + display: block; + border-bottom: 2px solid #e1e5e8; + border-right: 2px solid #e1e5e8; + content: ''; + width: 6px; + height: 9px; + pointer-events: none; + -webkit-transform-origin: 66% 66%; + -ms-transform-origin: 66% 66%; + transform-origin: 66% 66%; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); + -webkit-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + opacity: 1; +} + +.login-page__form.checked-box input[type="checkbox"]:checked+label span { + border-color: #e1e5e8; +} + +.login-page__form .checked-box input[type="checkbox"]:checked+label span:before { + opacity: 0; +} + +.login-page__form-forgot-password { + position: relative; + display: block; + margin-left: 20px; +} + +.login-page__form-forgot-password a { + font-size: 14px; + font-weight: 500; + color: var(--treck-gray); + position: relative; + display: inline-block; +} + +.login-page__form-btn { + padding: 9px 40px 14px; +} + +/*-------------------------------------------------------------- +# Gallery Two +--------------------------------------------------------------*/ +.gallery-page { + position: relative; + display: block; + padding: 120px 0 110px; +} + +.gallery-page .row { + --bs-gutter-x: 10px; +} + +.gallery-page .container { + max-width: 1572px; +} + +.gallery-page__single { + position: relative; + display: block; + margin-bottom: 10px; +} + +.gallery-page__img { + position: relative; + display: block; + overflow: hidden; + z-index: 1; +} + +.gallery-page__img:before { + content: ""; + position: absolute; + top: 0; + bottom: -2px; + left: 0; + right: 0; + background-color: var(--treck-base); + opacity: 0; + visibility: hidden; + -webkit-transform-origin: top center; + transform-origin: top center; + -webkit-transform: scaleY(0) translateZ(100px); + transform: scaleY(0) translateZ(100px); + -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease; + transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease; + transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease; + transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease; +} + +.gallery-page__single:hover .gallery-page__img:before { + opacity: .90; + visibility: visible; + -webkit-transform: scaleY(1) translateZ(0px); + transform: scaleY(1) translateZ(0px); +} + +.gallery-page__img img { + width: 100%; +} + +.gallery-page__icon { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + z-index: 2; +} + +.gallery-page__icon a { + height: 50px; + width: 50px; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + font-size: 30px; + color: var(--treck-white); + -webkit-transform: scale(0); + transform: scale(0); + opacity: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 2; +} + + +.gallery-page__single:hover .gallery-page__icon a { + -webkit-transform: scale(1); + transform: scale(1); + transition-delay: 500ms; + opacity: 1; +} + +.gallery-page__icon a:hover { + color: var(--treck-black); +} + +/*-------------------------------------------------------------- +# Faq Search Box +--------------------------------------------------------------*/ +.faq-search-box { + position: relative; + display: block; +} + +.faq-search-box__inner { + position: relative; + display: block; + background-image: -moz-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -webkit-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + background-image: -ms-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); + padding-left: 120px; + padding-top: 111px; + padding-bottom: 120px; + z-index: 1; +} + +.faq-search-box__shape { + position: absolute; + right: 60px; + bottom: 0px; + z-index: -1; +} + +.faq-search-box__shape img { + width: auto; +} + +.faq-search-box__left { + position: relative; + display: block; + max-width: 485px; + width: 100%; +} + +.faq-search-box__title { + font-size: 34px; + font-weight: 600; + line-height: 44px; +} + +.faq-search-box__text { + font-size: 14px; + font-weight: 500; + padding-top: 11px; + padding-bottom: 26px; +} + +.faq-search-box__form { + position: relative; + display: block; +} + +.faq-search-box__form-input { + position: relative; + display: block; + margin-bottom: 20px; +} + +.faq-search-box__form-input input[type="search"] { + height: 54px; + width: 100%; + border: none; + outline: none; + background-color: var(--treck-white); + font-size: 16px; + color: var(--treck-gray); + font-weight: 500; + padding-left: 50px; + padding-right: 75px; +} + +.faq-search-box__form-input button[type="submit"] { + background-color: transparent; + color: var(--treck-black); + font-size: 22px; + position: absolute; + top: 0; + right: 0px; + bottom: 0; + width: 72px; + outline: none; + border: none; + display: flex; + align-items: center; + padding: 0; +} + +.faq-search-box__form-btn-and-text { + position: relative; + display: flex; + align-items: center; +} + +.faq-search-box__form-text { + margin-left: 20px; +} + +/*-------------------------------------------------------------- +# Faq Page +--------------------------------------------------------------*/ +.faq-page { + position: relative; + display: block; + padding: 120px 0 110px; +} + +.faq-page__left { + position: relative; + display: block; + margin-right: 30px; +} + +.faq-page__content { + position: relative; + display: block; + background-color: var(--treck-base); + padding: 44px 50px 47px; +} + +.faq-page__content-title { + font-size: 24px; + font-weight: 600; + color: var(--treck-white); + line-height: 29px; + margin-bottom: 22px; +} + +.faq-page__call { + position: relative; + display: flex; + align-items: center; +} + +.faq-page__call-icon { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 40px; + width: 40px; + background-color: var(--treck-black); + border-radius: 50%; + font-size: 15px; + color: var(--treck-white); +} + +.faq-page__call-content { + margin-left: 15px; +} + +.faq-page__call-sub-title { + font-size: 14px; + color: #fcc9d3; + line-height: 20px; +} + +.faq-page__call-number { + font-size: 16px; + font-weight: 600; + line-height: 26px; +} + +.faq-page__call-number span { + font-size: 14px; + color: #fcc9d3; + font-weight: 400; +} + +.faq-page__call-number a { + color: var(--treck-white); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.faq-page__call-number a:hover { + color: var(--treck-black); +} + +.faq-page__right { + position: relative; + display: block; + margin-left: -30px; +} + +/*-------------------------------------------------------------- +## Error Page +--------------------------------------------------------------*/ +.error-page { + position: relative; + display: block; + padding: 35px 0 120px; + z-index: 1; +} + +.error-page__bg { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 378px; + opacity: .30; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + z-index: -1; +} + +.error-page__inner { + position: relative; + display: block; + text-align: center; + z-index: 1; +} + +.error-page__img { + position: absolute; + left: 50%; + bottom: 54px; + transform: translateX(-50%); + z-index: -1; +} + +.error-page__img img { + width: auto; +} + +.error-page__title-box { + position: relative; + display: inline-block; +} + +.error-page__title { + position: relative; + display: inline-block; + font-size: 350px; + line-height: 350px; + font-weight: 600; + color: var(--treck-base); + letter-spacing: -0.04em; +} + +.error-page__title span { + margin-left: 141px; +} + +.error-page__tagline { + font-size: 40px; + font-weight: 600; + line-height: 50px; + margin-top: 62px; + margin-bottom: 13px; + color: var(--treck-black); +} + +.error-page__text { + margin: 0; + font-size: 20px; + font-weight: 400; +} + +.error-page__form { + position: relative; + display: block; + margin: 32px auto 20px; +} + +.error-page__form-input { + position: relative; + display: block; + max-width: 550px; + width: 100%; + margin: 0 auto; +} + +.error-page__form input[type="search"] { + height: 52px; + width: 100%; + border: none; + outline: none; + background-color: rgb(255, 255, 255); + box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07); + font-size: 14px; + color: var(--treck-gray); + font-weight: 500; + padding-left: 50px; + padding-right: 75px; +} + +.error-page__form button[type="submit"] { + background-color: transparent; + color: var(--treck-black); + font-size: 22px; + position: absolute; + top: 0; + right: 0px; + bottom: 0; + width: 72px; + outline: none; + border: none; + display: flex; + align-items: center; + padding: 0; +} + +/*-------------------------------------------------------------- +# Contact Five +--------------------------------------------------------------*/ +.contact-five { + position: relative; + display: block; + overflow: hidden; + padding: 120px 0 120px; + background-image: -moz-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 20%); + background-image: -webkit-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 20%); + background-image: -ms-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 20%); + z-index: 1; +} + +.contact-five__bg { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 485px; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + mix-blend-mode: luminosity; + opacity: 0.05; + z-index: -1; +} + +.contact-five .container { + max-width: 800px; +} + +.contact-five__form-box { + position: relative; + display: block; +} + +.contact-five__form { + position: relative; + display: block; +} + +.contact-five__form .row { + --bs-gutter-x: 20px; +} + +.contact-five__input-box { + position: relative; + display: block; + margin-bottom: 20px; +} + +.contact-five__input-box input[type="text"], +.contact-five__input-box input[type="email"] { + height: 52px; + width: 100%; + border: none; + background-color: var(--treck-primary); + padding-left: 30px; + padding-right: 30px; + outline: none; + font-size: 14px; + font-weight: 500; + color: var(--treck-gray); + display: block; +} + +.contact-five__input-box textarea { + font-size: 14px; + color: var(--treck-gray); + font-weight: 500; + height: 190px; + width: 100%; + background-color: var(--treck-primary); + padding: 20px 30px 30px; + border: none; + outline: none; + margin-bottom: 0px; +} + +.contact-five__btn-box { + position: relative; + display: block; + margin: 0 auto; + text-align: center; +} + +.contact-five__btn { + border: none; +} + +.contact-five__input-box.text-message-box { + height: 190px; +} + +/*-------------------------------------------------------------- +# Location One +--------------------------------------------------------------*/ +.location-one { + position: relative; + display: block; + padding: 120px 0 0; + z-index: 2; +} + +.location-one__top { + position: relative; + display: block; + margin-bottom: 50px; +} + +.location-one__top-left { + position: relative; + display: block; +} + +.location-one__top-left .section-title { + margin-bottom: 0; +} + +.location-one__top-left .section-title__border-box { + margin-left: 0; +} + +.location-one__top-right { + position: relative; + display: block; + margin-top: 31px; +} + +.location-one__bottom { + position: relative; + display: block; + z-index: 2; +} + +.location-one__bottom:before { + content: ""; + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 60px; + background: #fff; + z-index: -1; +} + +.location-one__main-tab-box .tab-buttons { + position: relative; + display: block; +} + +.location-one__main-tab-box .tab-buttons .tab-btn { + position: relative; + display: inline-block; +} + +.location-one__main-tab-box .tab-buttons .tab-btn+.tab-btn { + margin-left: 5px; +} + +.location-one__main-tab-box .tab-buttons .tab-btn span { + position: relative; + display: block; + text-align: center; + transition: all 200ms linear; + transition-delay: 0.1s; + font-size: 18px; + line-height: 18px; + color: var(--treck-black); + background-color: var(--treck-bdr-color); + padding: 21px 50px 21px; + font-weight: 600; + cursor: pointer; + transition: all 0.3s ease; + z-index: 1; +} + +.location-one__main-tab-box .tab-buttons .tab-btn.active-btn span { + color: var(--treck-white); +} + +.location-one__main-tab-box .tab-buttons .tab-btn span:before { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + height: 0%; + content: ""; + background-color: var(--treck-base); + transition: all 0.3s ease; + z-index: -1; +} + +.location-one__main-tab-box .tab-buttons .tab-btn.active-btn span:before { + height: 100%; +} + +.location-one__main-tab-box .tabs-content { + position: relative; + display: block; + border: 1px solid var(--treck-bdr-color); +} + +.location-one__main-tab-box .tabs-content .tab { + position: relative; + display: none; + -webkit-transform: translateY(35px); + -ms-transform: translateY(35px); + transform: translateY(35px); + -webkit-transition: all 600ms ease; + -moz-transition: all 600ms ease; + -ms-transition: all 600ms ease; + -o-transition: all 600ms ease; + transition: all 600ms ease; + z-index: 10; +} + +.location-one__main-tab-box .tabs-content .tab.active-tab { + display: block; + margin-top: 0px; + -webkit-transform: translateY(0px); + -ms-transform: translateY(0px); + transform: translateY(0px); +} + +.location-one__tab-content-box { + position: relative; + display: block; + box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); +} + +.location-one__tab-content-box-inner { + position: relative; + display: flex; + flex-wrap: wrap; + overflow: hidden; + padding: 50px 50px 50px; + z-index: 1; +} + +.location-one__bg { + position: absolute; + bottom: -60px; + left: 0; + right: 0; + height: 252px; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + opacity: .20; + z-index: -1; +} + +.location-one__tab-content-left { + position: relative; + display: flex; + align-items: center; + flex-wrap: wrap; +} + +.location-one__tab-content-img { + position: relative; + display: block; + max-width: 370px; + width: 100%; +} + +.location-one__tab-content-img img { + width: 100%; +} + +.location-one__tab-content-contact { + position: relative; + display: block; + margin-left: 40px; + margin-top: -12px; +} + +.location-one__tab-content-contact-title { + font-size: 20px; + font-weight: 600; + line-height: 30px; + margin-bottom: 37px; +} + +.location-one__tab-content-contact-list { + position: relative; + display: block; +} + +.location-one__tab-content-contact-list li { + position: relative; + display: flex; + align-items: center; +} + +.location-one__tab-content-contact-list li+li { + margin-top: 22px; +} + +.location-one__tab-content-contact-list li .icon { + position: relative; + display: flex; + align-items: center; +} + +.location-one__tab-content-contact-list li:first-child .icon { + top: -12px; +} + +.location-one__tab-content-contact-list li .icon i { + font-size: 16px; + color: var(--treck-base); +} + +.location-one__tab-content-contact-list li .content { + margin-left: 20px; +} + +.location-one__tab-content-contact-list li .content p { + font-size: 18px; + line-height: 26px; +} + +.location-one__tab-content-contact-list li .content p a { + color: var(--treck-gray); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.location-one__tab-content-contact-list li .content p a:hover { + color: var(--treck-base); +} + +.location-one__tab-content-right { + position: relative; + display: block; + margin-left: 160px; +} + +.location-one__tab-content-right:before { + content: ""; + position: absolute; + bottom: -8px; + top: -5px; + left: -50px; + width: 1px; + background-color: var(--treck-bdr-color); +} + +.location-one__tab-content-time { + position: relative; + display: block; +} + +.location-one__tab-content-time li { + position: relative; + display: block; +} + +.location-one__tab-content-time li+li { + margin-top: 37px; +} + +.location-one__tab-content-day-name { + font-size: 12px; + color: var(--treck-base); + text-transform: uppercase; + letter-spacing: 0.1em; + font-weight: 500; + line-height: 12px; + margin-bottom: 12px; +} + +.location-one__tab-content-time-box { + font-size: 18px; + font-weight: 400; + line-height: 18px; +} + +/*-------------------------------------------------------------- +# Google Map Two +--------------------------------------------------------------*/ +.google-map-two { + position: relative; + display: block; + margin-top: -60px; + background-color: var(--treck-primary); +} + +.google-map__two { + position: relative; + display: block; + border: none; + height: 565px; + width: 100%; + mix-blend-mode: luminosity; +} + + + +/*-------------------------------------------------------------- +# Product +--------------------------------------------------------------*/ +.product { + position: relative; + display: block; + padding: 120px 0 90px; +} + +.product__sidebar { + position: relative; + display: block; +} + +.product__sidebar-single+.product__sidebar-single { + margin-top: 30px; +} + +.product__sidebar-title { + font-size: 20px; + font-weight: 600; + line-height: 20px; + margin: 0; + margin-bottom: 22px; +} + + + +.shop-search { + position: relative; + display: block; +} + +.shop-search form { + border-radius: 0; + position: relative; +} + +.shop-search form input[type=search], +.shop-search form input[type=text] { + width: 100%; + height: 60px; + background-color: transparent; + padding-left: 30px; + padding-right: 30px; + font-size: 14px; + color: var(--treck-gray); + font-family: var(--treck-font); + border: 1px solid var(--treck-bdr-color); + outline: none; + font-weight: 500; + border-radius: 0; +} + +.shop-search form ::placeholder { + color: inherit; + opacity: 1; +} + + + +.product__price-ranger { + position: relative; + padding: 27px 30px 31px; + margin: 0; + background-color: var(--treck-primary); +} + +.product__price-ranger.price-ranger { + margin-top: 7px; + margin-bottom: 0px; +} + +.product__price-ranger .price-ranger .ui-widget-content { + background: var(--treck-white); + border: none; + height: 5px; + border-radius: 0; +} + +.product__price-ranger .price-ranger .ui-slider-handle { + position: absolute; + top: -5px; + background: var(--treck-base); + border: 0; + height: 14px; + width: 14px !important; + border-radius: 50%; + margin-left: -2px; + outline: medium none; + cursor: pointer; + z-index: 2; +} + +.product__price-ranger .price-ranger .ui-slider .ui-slider-range { + background: var(--treck-base); +} + +.product__price-ranger .price-ranger #slider-range { + margin-left: 3px; + margin-right: 0; + margin-top: 0; +} + +.product__price-ranger .price-ranger .ranger-min-max-block { + position: relative; + display: block; + margin-top: 17px; +} + +.product__price-ranger .price-ranger .ranger-min-max-block input { + display: inline-block; +} + +.product__price-ranger .price-ranger .ranger-min-max-block input[type="submit"] { + position: relative; + display: block; + background: var(--treck-white); + float: right; + text-align: center; + border: none; + color: var(--treck-gray); + font-size: 12px; + font-weight: 600; + margin-top: 3px; + cursor: pointer; + padding: 4px 20px 4px; + border-radius: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.product__price-ranger .price-ranger .ranger-min-max-block input[type="submit"]:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + +.product__price-ranger .price-ranger .ranger-min-max-block input[type="text"] { + position: relative; + display: inline-block; + color: var(--treck-gray); + font-size: 14px; + font-weight: 500; + width: 40px; + line-height: 30px; + border: none; + padding: 0; + text-align: center; + background-color: transparent; +} + +.product__price-ranger .price-ranger .ranger-min-max-block span { + position: relative; + display: inline-block; + color: var(--treck-gray); + font-size: 14px; + font-weight: 400; + line-height: 40px; + left: -2px; +} + + + +.shop-category { + position: relative; + display: block; + padding: 27px 15px 13px; + background-color: var(--treck-primary); +} + +.shop-category .product__sidebar-title { + margin-left: 15px; + margin-bottom: 13px; +} + +.shop-category ul { + position: relative; + display: block; +} + +.shop-category ul li { + position: relative; + line-height: 24px; + font-size: 16px; + text-transform: capitalize; + color: var(--treck-gray); + margin-bottom: 6px; +} + +.shop-category ul li:last-child { + margin-bottom: 0; +} + +.shop-category ul li a { + position: relative; + display: block; + line-height: 24px; + font-size: 16px; + text-transform: capitalize; + color: var(--treck-gray); + font-weight: 400; + transition: all 0.3s ease; + z-index: 1; + padding: 8px 30px 10px; +} + +.shop-category ul li a::before { + content: ""; + position: absolute; + top: 0; + left: 0; + bottom: 0; + width: 100%; + background: var(--treck-white); + z-index: -1; + transform: scaleY(0.0); + transform-origin: left; + transform-style: preserve-3d; + transition: all 200ms linear; + transition-delay: 0.1s; +} + +.shop-category ul li a:hover:before { + transform: scaleY(1.0); +} + +.shop-category ul li:hover a, +.shop-category ul li.active a { + color: var(--treck-black); + color: var(--treck-black); + background: var(--treck-white); +} + +.shop-category ul li a:after { + position: absolute; + left: 15px; + top: 5px; + font-family: "Font Awesome 5 Free"; + font-weight: 700; + content: "\f0da"; + opacity: 1; + font-size: 15px; + color: var(--treck-gray); + line-height: 30px; + transition: all 200ms linear; + transition-delay: 0.1s; + z-index: 1; +} + +.shop-category ul li a:hover:after, +.shop-category ul li.active a:after { + color: var(--treck-base); +} + + + + + + + + + + +.product__items { + position: relative; + display: block; +} + +.product__showing-result { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + margin-bottom: 30px; +} + +.product__showing-text-box { + position: relative; + display: block; +} + +.product__showing-text { + font-size: 18px; +} + +.product__showing-sort { + position: relative; + display: block; + max-width: 340px; + width: 100%; +} + +.product__showing-sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { + position: relative; + display: block; + max-width: 340px; + width: 100% !important; + +} + +.product__showing-sort .bootstrap-select>.dropdown-toggle::after { + display: none; +} + +.product__showing-sort .bootstrap-select>.dropdown-toggle { + position: relative; + height: 64px; + outline: none !important; + border-radius: 0; + border: 0; + background-color: var(--treck-primary) !important; + margin: 0; + padding: 0; + padding-left: 30px; + padding-right: 30px; + color: var(--treck-gray) !important; + font-size: 14px; + line-height: 64px; + font-weight: 500; + box-shadow: none !important; + background-repeat: no-repeat; + background-size: 14px 12px; + background-position: right 25.75px center; +} + +.product__showing-sort .bootstrap-select>.dropdown-toggle:before { + position: absolute; + top: 0; + bottom: 0; + right: 26px; + font-family: "Font Awesome 5 Free"; + content: "\f107"; + font-weight: 900; + font-size: 14px; + color: var(--treck-gray); +} + +.product__all { + position: relative; + display: block; +} + +.product__all-single { + position: relative; + display: block; + margin-bottom: 30px; + text-align: center; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; + z-index: 1; +} + +.product__all-single:hover { + box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07); +} + +.product__all-single-inner { + position: relative; + display: block; + overflow: hidden; + border: 1px solid var(--treck-bdr-color); + background-color: var(--treck-white); + z-index: 1; +} + +.product__all-img { + position: relative; + display: block; + overflow: hidden; + background-color: var(--treck-white); + z-index: 1; +} + +.product__all-img:before { + position: absolute; + content: ""; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: rgba(var(--treck-primary-rgb), .30); + -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease; + transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease; + transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease; + transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease; + visibility: hidden; + opacity: 0; + -webkit-transform: translateY(-70%); + transform: translateY(-70%); + z-index: 1; +} + +.product__all-single:hover .product__all-img:before { + visibility: visible; + -webkit-transform: translateY(0%); + transform: translateY(0%); + opacity: 1; +} + +.product__all-img img { + width: 100%; + mix-blend-mode: darken; + transition: all 500ms ease; +} + +.product__all-single:hover .product__all-img img { + transform: scale(1.05); +} + +.product__all-content { + position: relative; + display: block; + text-align: center; + padding-top: 30px; + padding-bottom: 30px; +} + +.product__all-review { + position: relative; + display: flex; + align-items: center; + justify-content: center; +} + +.product__all-review i { + color: var(--treck-base); + font-size: 15px; +} + +.product__all-review i+i { + margin-left: 5px; +} + +.product__all-title { + font-size: 20px; + font-weight: 600; + line-height: 30px; + margin-top: 2px; +} + +.product__all-title a { + color: var(--treck-black); + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.product__all-title a:hover { + color: var(--treck-base); +} + +.product__all-price { + font-weight: 500; + line-height: 25px; + font-size: 16px; +} + +.product__all-btn-box { + position: relative; + display: block; + margin-top: 16px; + z-index: 2; +} + +.product__all-btn { + font-weight: 600; + padding: 4px 20px 4px; + font-size: 12px; + color: var(--treck-gray); + background-color: rgb(255, 255, 255); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); +} + +.product__all-btn:hover { + color: var(--treck-white); +} + +.product__all-btn:before { + background-color: var(--treck-base); +} + +.products__all-icon-boxes { + position: absolute; + top: 20px; + right: 20px; + z-index: 2; + display: flex; + align-items: center; + flex-direction: column; + opacity: 0; + -webkit-transform: perspective(400px) rotateX(20deg) translateX(100%); + -ms-transform: perspective(400px) rotateX(20deg) translateX(100%); + transform: perspective(400px) rotateX(20deg) translateX(100%); + -webkit-transform-origin: bottom; + -ms-transform-origin: bottom; + transform-origin: bottom; + transition-delay: .1s; + transition-timing-function: ease-in-out; + transition-duration: .5s; + transition-property: all; + z-index: 1; +} + +.product__all-single:hover .products__all-icon-boxes { + opacity: 1.0; + -webkit-transform: perspective(400px) rotateX(0deg) translateX(0%); + -ms-transform: perspective(400px) rotateX(0deg) translateX(0%); + transform: perspective(400px) rotateX(0deg) translateX(-0%); + transition-delay: .3s; + transition-timing-function: ease-in-out; + transition-duration: .5s; + transition-property: all; +} + +.products__all-icon-boxes a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + height: 40px; + width: 40px; + background-color: var(--treck-primary); + border-radius: 50%; + font-size: 14px; + color: var(--treck-black); + transition: all 200ms linear; + transition-delay: 0.1s; +} + +.products__all-icon-boxes a:hover { + background-color: var(--treck-base); + color: var(--treck-white); +} + +.products__all-icon-boxes a+a { + margin-top: 10px; +} + +/*-------------------------------------------------------------- +# Product Details +--------------------------------------------------------------*/ +.product-details { + position: relative; + display: block; + padding: 112px 0px 56px; +} + +.product-details__img { + position: relative; + display: block; + overflow: hidden; +} + +.product-details__img img { + width: 100%; + border: 1px solid var(--treck-bdr-color); +} + +.product-details__img-search { + position: absolute; + top: 30px; + right: 30px; +} + +.product-details__img-search a span { + position: relative; + display: flex; + align-items: center; + font-size: 21px; + color: var(--treck-black); +} + + +.product-details__top { + position: relative; + display: block; + margin-top: -9px; +} + +.product-details__title { + font-size: 34px; + line-height: 44px; + font-weight: 600; + margin: 0; +} + +.product-details__title span { + position: relative; + display: inline-block; + color: var(--treck-base); + font-size: 20px; + line-height: 24px; + font-weight: 500; + margin-left: 15px; + letter-spacing: 0; +} + +.product-details__reveiw { + display: flex; + align-items: center; + margin-top: 20px; + padding-bottom: 30px; + margin-bottom: 21px; + border-bottom: 1px solid var(--treck-bdr-color); +} + +.product-details__reveiw i { + font-size: 15px; + color: var(--treck-base); +} + +.product-details__reveiw i+i { + margin-left: 4px; +} + +.product-details__reveiw span { + position: relative; + top: 1px; + line-height: 1; + font-size: 16px; + color: var(--treck-gray); + font-weight: 500; + margin-left: 20px; +} + +.product-details__content { + position: relative; + display: block; +} + +.product-details__content-text1 { + font-size: 16px; + line-height: 30px; + margin: 0; + margin-bottom: 31px; +} + +.product-details__content-text2 { + font-size: 16px; + line-height: 30px; + margin: 0; +} + +.product-details__quantity { + position: relative; + display: flex; + align-items: center; + margin-top: 21px; +} + +.product-details__quantity-title { + margin: 0; + color: var(--treck-black); + font-size: 18px; + line-height: 30px; + font-weight: 600; + margin-right: 30px; +} + +.product-details__quantity .quantity-box { + position: relative; + width: 98px; + height: 50px; +} + +.product-details__quantity .quantity-box input { + width: 98px; + height: 50px; + border: 1px solid var(--treck-bdr-color); + -webkit-appearance: textfield; + -moz-appearance: textfield; + appearance: textfield; + font-family: var(--treck-font); + padding-left: 30px; + outline: none; + font-size: 18px; + font-weight: 400; + color: var(--treck-gray); + background-color: var(--treck-white); +} + +.product-details__quantity .quantity-box button { + width: 24px; + height: 24px; + color: var(--treck-gray); + font-size: 8px; + position: absolute; + top: 1px; + right: 1px; + background-color: var(--treck-white); + border: none; + border-left: 1px solid var(--treck-bdr-color); + display: flex; + align-items: center; + justify-content: center; + outline: none; +} + +.product-details__quantity .quantity-box button.sub { + bottom: 1px; + top: auto; + border-top: 1px solid var(--treck-bdr-color); +} + +.product-details__buttons { + position: relative; + display: flex; + align-items: center; + margin-bottom: 30px; + margin-top: 30px; +} + +.product-details__buttons-1 { + position: relative; + display: block; +} + +.product-details__buttons-1 .thm-btn { + background-color: var(--treck-black); + color: var(--treck-white); +} + +.product-details__buttons-1 .thm-btn:hover { + color: var(--treck-white); +} + +.product-details__buttons-1 .thm-btn::before { + background-color: var(--treck-base); +} + +.product-details__buttons-2 { + position: relative; + display: block; + margin-left: 10px; +} + +.product-details__buttons-2 .thm-btn { + background-color: var(--treck-base); +} + + + +.product-details__social { + position: relative; + display: flex; + align-items: center; +} + +.product-details__social .title { + position: relative; + display: block; +} + +.product-details__social .title h3 { + color: var(--treck-black); + font-size: 18px; + line-height: 18px; + font-weight: 600; +} + +.product-details__social-link { + position: relative; + display: flex; + align-items: center; + margin-left: 30px; +} + +.product-details__social-link a { + position: relative; + display: flex; + align-items: center; + justify-content: center; + color: var(--treck-black); + font-size: 15px; + transition: all 200ms linear; + transition-delay: 0.1s; + background-color: transparent; + border-radius: 50%; + height: 40px; + width: 40px; + border: 1px solid var(--treck-bdr-color); +} + +.product-details__social-link a+a { + margin-left: 10px; +} + +.product-details__social-link a:hover { + color: var(--treck-white); + background-color: var(--treck-base); + border: 1px solid var(--treck-base); +} + + +/*-------------------------------------------------------------- +# Product Description +--------------------------------------------------------------*/ +.product-description { + position: relative; + display: block; + background: #ffffff; + padding: 0px 0px 50px; +} + +.product-description__title { + font-size: 30px; + line-height: 30px; + font-weight: 600; + margin-bottom: 28px; +} + +.product-description__text1 { + font-size: 16px; + line-height: 30px; + margin: 0; +} + +.product-description__list { + position: relative; + display: block; + margin-top: 30px; + margin-bottom: 30px; +} + +.product-description__list ul { + position: relative; + display: block; +} + +.product-description__list ul li { + position: relative; + display: block; + margin-bottom: 2px; +} + +.product-description__list ul li:last-child { + margin-bottom: 0px; +} + +.product-description__list ul li p { + color: var(--treck-black); + margin: 0; + font-weight: 600; + font-size: 16px; +} + +.product-description__list ul li p span:before { + position: relative; + display: inline-block; + color: var(--treck-base); + font-size: 17px; + line-height: 17px; + margin-right: 11px; + top: 2px; +} + +.product-description__tex2 { + font-size: 16px; + line-height: 30px; + margin: 0; +} + +/*-------------------------------------------------------------- +# Review One +--------------------------------------------------------------*/ +.review-one { + position: relative; + display: block; +} + +.comments-area { + position: relative; + display: block; + border-top: 1px solid var(--treck-bdr-color); + padding-top: 56px; +} + +.review-one__title { + position: relative; + display: block; + margin-bottom: 37px; +} + +.review-one__title h3 { + font-size: 30px; + line-height: 30px; + font-weight: 600; + margin: 0; +} + + +.comments-area .comment-box { + position: relative; + display: block; + margin-bottom: 40px; + padding-bottom: 40px; + border-bottom: 1px solid var(--treck-bdr-color); +} + +.comments-area .comment { + position: relative; + display: flex; + align-items: center; +} + +.comments-area .comment-box .author-thumb { + position: relative; + display: block; + width: 165px; + height: 165px; + border-radius: 50%; + overflow: hidden; +} + +.comments-area .comment-box .author-thumb img { + width: 100%; +} + +.comments-area .comment-box .author-thumb figure { + margin: 0; +} + +.review-one__content { + position: relative; + display: block; + padding-left: 45px; + flex: 1; +} + +.review-one__content-top { + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + margin-bottom: 28px; +} + +.review-one__content-top .info { + position: relative; + display: block; +} + +.review-one__content-top .info h2 { + font-size: 20px; + line-height: 30px; + font-weight: 600; +} + +.review-one__content-top .info h2 span { + color: var(--treck-base); + font-size: 16px; + font-weight: 500; + letter-spacing: 0; + text-transform: capitalize; +} + +.review-one__content-top .reply-btn { + position: relative; + display: block; +} + +.review-one__content-top .reply-btn i:before { + color: var(--treck-base); + font-size: 15px; +} + +.review-one__content-bottom { + position: relative; + display: block; +} + +.review-one__content-bottom p { + font-size: 16px; + line-height: 30px; + margin: 0px; +} + +/*-------------------------------------------------------------- +# Review Form One +--------------------------------------------------------------*/ +.review-form-one { + position: relative; + display: block; + padding: 16px 0 120px; +} + +.review-form-one__inner { + position: relative; + display: block; +} + +.review-form-one__title { + font-size: 30px; + font-weight: 600; + line-height: 30px; +} + +.review-form-one__rate-box { + position: relative; + display: flex; + align-items: center; + margin-top: 18px; + margin-bottom: 26px; +} + +.review-form-one__rate-text { + font-size: 18px; + font-weight: 400; +} + +.review-form-one__rate { + position: relative; + display: flex; + align-items: center; + margin-left: 17px; +} + +.review-form-one__rate i { + font-size: 16px; + color: var(--treck-base); +} + +.review-form-one__rate i+i { + margin-left: 5px; +} + +.review-form-one__form { + position: relative; + display: block; +} + +.review-form-one__form .row { + --bs-gutter-x: 20px; +} + +.review-form-one__input-box textarea { + font-size: 14px; + color: var(--treck-gray); + height: 190px; + width: 100%; + background-color: var(--treck-primary); + padding: 20px 30px 30px; + border: none; + outline: none; + margin-bottom: 0px; + font-weight: 500; +} + +.review-form-one__input-box.text-message-box { + height: 190px; +} + +.review-form-one__input-box { + position: relative; + display: block; + margin-bottom: 20px; +} + +.review-form-one__input-box input[type="text"], +.review-form-one__input-box input[type="email"] { + height: 52px; + width: 100%; + border: none; + background-color: var(--treck-primary); + padding-left: 30px; + padding-right: 30px; + outline: none; + font-size: 14px; + color: var(--treck-gray); + display: block; + font-weight: 500; +} + +.review-form-one__btn { + border: none; +} + + +/*-------------------------------------------------------------- +# Cart Page +--------------------------------------------------------------*/ +.cart-page { + position: relative; + display: block; + background: var(--treck-white); + padding: 110px 0px 120px; +} + +.cart-page .table-responsive { + position: relative; + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; +} + +@media(max-width: 1199px) { + .cart-table { + min-width: 1170px; + } +} + +.cart-table { + margin-bottom: 60px; +} + +.cart-table thead th { + color: var(--treck-black); + font-size: 20px; + line-height: 30px; + font-weight: 600; + padding: 0; + border: none; + padding-bottom: 23px; +} + +.cart-table thead th:last-child { + text-align: right; +} + +.cart-table tbody tr { + vertical-align: middle; +} + +.cart-table tbody tr:last-child { + border-bottom: 1px solid #eeede5; +} + +.cart-table tbody td { + font-size: 18px; + font-weight: 400; + color: var(--treck-gray); + vertical-align: middle; + border-top: 1px solid var(--treck-bdr-color); + border-bottom: 1px solid var(--treck-bdr-color); + padding-top: 30px; + padding-bottom: 30px; + padding-left: 0; + padding-right: 0; + letter-spacing: 0; +} + +.cart-table tbody td:last-child { + text-align: right; +} + +.cart-table .product-box { + display: flex; + align-items: center; +} + +.cart-table .product-box .img-box { + position: relative; + display: block; + width: 120px; + overflow: hidden; + margin-right: 35px; +} + +.cart-table .product-box .img-box img { + width: 100%; + border: 1px solid var(--treck-bdr-color); +} + +.cart-table h3 { + color: var(--treck-black); + font-size: 20px; + font-weight: 600; + margin: 0; + text-transform: none; +} + +.cart-table h3 a { + color: var(--treck-black); + transition: all 200ms linear; + transition-delay: 0.1s; +} + +.cart-table h3 a:hover { + color: var(--treck-base); +} + +.cart-table .quantity-box { + position: relative; + width: 98px; + height: 50px; +} + +.cart-table .quantity-box input { + width: 98px; + height: 50px; + border: 1px solid var(--treck-bdr-color); + -webkit-appearance: textfield; + appearance: textfield; + font-family: var(--treck-font); + padding-left: 30px; + outline: none; + font-size: 18px; + font-weight: 400; + color: var(--treck-gray); + background-color: transparent; +} + +.cart-table .quantity-box button { + width: 24px; + height: 24px; + background-color: transparent; + color: var(--treck-gray); + font-size: 8px; + position: absolute; + top: 1px; + right: 1px; + background-color: transparent; + border: none; + border-left: 1px solid var(--treck-bdr-color); + display: flex; + align-items: center; + justify-content: center; + outline: none; +} + +.cart-table .quantity-box button.sub { + bottom: 1px; + top: auto; + border-top: 1px solid var(--treck-bdr-color); +} + +.cart-table .cross-icon { + position: relative; + display: block; +} + +.cart-table .cross-icon i:before { + position: relative; + display: inline-block; + color: var(--treck-black); + font-size: 16px; +} + +.cart-cupon__form { + position: relative; + display: block; + margin-bottom: 30px; +} + +.cart-cupon__input { + width: 100%; + max-width: 375px; + background-color: var(--treck-primary); + padding-left: 30px; + padding-right: 30px; + margin-right: 20px; + font-family: var(--treck-font); + font-size: 14px; + color: var(--treck-gray); + height: 52px; + margin-bottom: 20px; + border: none; + outline: none; + font-weight: 500; +} + +.cart-cupon__form ::placeholder { + color: var(--treck-gray); + opacity: 1; +} + +.cart-cupon__form button { + top: -2px; + border: none; + outline: none !important; +} + +.cart-total { + position: relative; + display: block; + margin-bottom: 23px; + margin-top: -8px; +} + +.cart-total li { + display: flex; + justify-content: flex-end; + align-items: center; + color: var(--treck-gray); + font-size: 18px; + font-weight: 400; + letter-spacing: 0; +} + +.cart-total li+li { + margin-top: 15px; +} + +.cart-total li span:first-child { + display: block; + color: var(--treck-black); + font-size: 20px; + margin-right: 75px; + font-weight: 600; + width: 135px; + text-align: right; +} + +.cart-total li:nth-child(2) span:first-child { + position: relative; + right: 6px; +} + +.cart-total-amount { + color: var(--treck-base); + font-weight: 400; +} + +.cart-page__buttons { + position: relative; + display: flex; + align-items: center; + justify-content: flex-end; +} + +.cart-page__buttons-1 { + position: relative; + display: block; +} + +.cart-page__buttons-1 .thm-btn { + background: var(--treck-black); + color: var(--treck-white); +} + +.cart-page__buttons-1 .thm-btn:before { + background-color: var(--treck-base); +} + +.cart-page__buttons-2 { + position: relative; + display: block; + margin-left: 10px; +} + +.cart-page__buttons-2 .thm-btn { + background-color: var(--treck-base); +} + + +/*-------------------------------------------------------------- +# Checkout +--------------------------------------------------------------*/ +.checkout-page { + position: relative; + display: block; + padding: 110px 0 120px; +} + +.checkout-page .billing_details { + position: relative; + display: block; +} + +.billing_title { + position: relative; + display: block; + margin-bottom: 33px; +} + +.billing_title p { + font-size: 16px; + margin: 0; +} + +.billing_title span { + color: var(--treck-base); +} + +.billing_title h2 { + font-size: 30px; + line-height: 30px; + margin: 0; + font-weight: 600; + margin-top: 17px; +} + +.billing_details_form { + position: relative; + display: block; +} + +.billing_details_form .bs-gutter-x-20 { + --bs-gutter-x: 20px; +} + + +.billing_details_form .btn-light { + border: none; +} + +.billing_details_form .btn-light:hover { + border: none; +} + +.billing_input_box { + position: relative; + display: block; + margin-bottom: 20px; +} + +.billing_input_box input[type="text"], +.billing_input_box input[type="email"], +.billing_input_box input[type="tel"] { + height: 52px; + width: 100%; + border: none; + background-color: var(--treck-primary); + padding-left: 30px; + padding-right: 30px; + outline: none; + font-size: 14px; + color: var(--treck-gray); + display: block; + font-weight: 500; +} + +.billing_details .checked-box { + position: relative; + display: block; + margin-top: -6px; +} + +.billing_details .checked-box label { + position: relative; + display: inline-block; + padding-left: 30px; + margin-right: 0px; + margin-bottom: 0; + color: var(--treck-gray); + font-size: 16px; + line-height: 24px; + font-weight: 400; + text-transform: none; + cursor: pointer; + font-family: var(--treck-font); +} + +.billing_details .checked-box input[type="checkbox"] { + display: none; +} + +.billing_details .checked-box input[type="checkbox"]+label span { + position: absolute; + top: 2px; + left: 0; + width: 20px; + height: 20px; + border-radius: 50%; + vertical-align: middle; + background: var(--treck-base); + cursor: pointer; + -webkit-transition: all 300ms ease; + -moz-transition: all 300ms ease; + -ms-transition: all 300ms ease; + -o-transition: all 300ms ease; + transition: all 300ms ease; + border: 0; +} + +.billing_details .checked-box label span:before { + position: absolute; + top: 4px; + left: 6px; + display: block; + border-bottom: 2px solid #fff; + border-right: 2px solid #fff; + content: ''; + width: 6px; + height: 9px; + pointer-events: none; + -webkit-transform-origin: 66% 66%; + -ms-transform-origin: 66% 66%; + transform-origin: 66% 66%; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); + -webkit-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + opacity: 0; +} + +.billing_details.checked-box input[type="checkbox"]:checked+label span { + border-color: #ffffff; +} + +.billing_details .checked-box input[type="checkbox"]:checked+label span:before { + opacity: 1; +} + +.ship_different_address_title { + margin-top: 44px; +} + +.ship_different_address_title h2 span::before { + position: relative; + display: inline-block; + color: var(--treck-white); + font-size: 10px; + top: -5px; + left: 2px; + height: 20px; + width: 20px; + background-color: var(--treck-base); + border-radius: 50%; + text-align: center; + line-height: 20px; +} + +.ship_different_address_form .ship_different_input { + position: relative; + display: block; + height: 122px; +} + +.ship_different_address_form .ship_different_input textarea { + font-size: 14px; + color: var(--treck-gray); + height: 122px; + width: 100%; + background-color: var(--treck-primary); + padding: 15px 30px 20px; + border: none; + outline: none; + margin-bottom: 0px; + font-weight: 500; +} + +.billing_details_form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { + position: relative; + display: block; + max-width: 100%; + width: 100% !important; + +} + +.billing_details_form .bootstrap-select>.dropdown-toggle::after { + display: none; +} + +.billing_details_form .bootstrap-select>.dropdown-toggle { + position: relative; + height: 52px; + outline: none !important; + border-radius: 0; + border: 0; + background-color: var(--treck-primary) !important; + margin: 0; + padding: 0; + padding-left: 30px; + padding-right: 30px; + color: var(--treck-gray) !important; + font-size: 14px; + line-height: 52px; + font-weight: 500; + box-shadow: none !important; + background-repeat: no-repeat; + background-size: 14px 12px; + background-position: right 25.75px center; +} + +.billing_details_form .bootstrap-select>.dropdown-toggle:before { + position: absolute; + top: 0; + bottom: 0; + right: 26px; + font-family: "Font Awesome 5 Free"; + content: "\f107"; + font-weight: 900; + font-size: 14px; + color: var(--treck-gray); +} + +.your_order { + position: relative; + display: block; + padding-top: 56px; +} + +.your_order h2 { + font-size: 30px; + line-height: 30px; + font-weight: 600; + margin: 0; + margin-bottom: 57px; +} + +.order_table_box { + position: relative; + width: 100%; + border-bottom: 1px solid var(--treck-bdr-color); + padding-bottom: 24px; +} + +.order_table_detail { + position: relative; + width: 100%; +} + +.order_table_head { + position: relative; + width: 100%; + border-bottom: 1px solid var(--treck-bdr-color); + border-top: 1px solid var(--treck-bdr-color); +} + +.order_table_head th { + font-size: 20px; + color: var(--treck-black); + font-weight: 600; + margin: 0; + padding: 22px 0 23px; +} + +.order_table_head th.right { + float: right; +} + +.order_table_detail tbody td { + padding: 29px 0 2px; +} + +.order_table_detail tbody td.pro__title { + color: var(--treck-gray); + font-size: 16px; + line-height: 18px; + font-weight: 400; +} + +.order_table_detail tbody td.pro__price { + color: var(--treck-gray); + font-size: 16px; + line-height: 18px; + text-align: right; + font-weight: 400; + letter-spacing: 0; + -webkit-transition: all 500ms ease; + transition: all 500ms ease; +} + +.checkout__payment { + background-color: var(--treck-primary); + padding: 52px 50px 20px; + margin-bottom: 20px; +} + +.checkout__payment__item+.checkout__payment__item { + margin-top: 39px; +} + + +.checkout__payment__title { + display: flex; + color: var(--treck-black); + font-size: 18px; + font-weight: 600; + margin: 0; + align-items: center; + margin-bottom: 27px; + cursor: pointer; +} + +.checkout__payment__title::before { + content: ''; + width: 23px; + height: 23px; + background-color: #ffffff; + border: 2px solid #e3dbd8; + border-radius: 50%; + margin-right: 10px; + font-family: 'Font Awesome 5 Free'; + font-weight: 900; + font-size: 10px; + color: #fff; + display: flex; + justify-content: center; + align-items: center; + margin-right: 15px; + position: relative; + top: -2px; + transition: all 500ms ease; +} + +.checkout__payment__title img { + margin-left: 15px; +} + +.checkout__payment__item--active .checkout__payment__title::before { + background-color: var(--treck-base); + border-color: var(--treck-base); + content: '\f00c'; + color: var(--treck-white); +} + +.checkout__payment__content { + font-size: 16px; + line-height: 30px; + color: var(--treck-gray); + font-weight: 500; + margin-left: 39px; +} + +/*-------------------------------------------------------------- +# About Four +--------------------------------------------------------------*/ +.about-four { + position: relative; + display: block; + padding: 120px 0 120px; + overflow: hidden; + z-index: 1; +} + +.about-four__shape-2 { + position: absolute; + left: 70px; + bottom: -55px; + z-index: -1; +} + +.about-four__shape-2 img { + width: auto; +} + +.about-four__left { + position: relative; + display: block; + margin-right: 80px; +} + +.about-four__left .section-title { + margin-bottom: 38px; +} + +.about-four__left .section-title__border-box { + margin-left: 0; +} + +.about-four__top { + position: relative; + display: flex; + align-items: center; +} + +.about-four__icon { + position: relative; + display: flex; + align-items: center; +} + +.about-four__icon span { + position: relative; + display: inline-block; + font-size: 63px; + color: var(--treck-black); +} + +.about-four__content { + margin-left: 17px; +} + +.about-four__content h4 { + font-size: 24px; + color: var(--treck-base); + font-weight: 500; + line-height: 30px; +} + +.about-four__text-1 { + padding-top: 34px; + padding-bottom: 22px; +} + +.about-four__points-box { + position: relative; + display: flex; + align-items: center; +} + +.about-four__points { + position: relative; + display: block; +} + +.about-four__points li { + position: relative; + display: flex; + align-items: center; +} + +.about-four__points li .icon { + position: relative; + display: flex; + align-items: center; +} + +.about-four__points li .icon span { + font-size: 21px; + color: var(--treck-base); +} + +.about-four__points li .text { + margin-left: 6px; +} + +.about-four__points li .text p { + font-size: 16px; + color: var(--treck-black); + font-weight: 600; +} + +.about-four__points--two { + margin-left: 25px; +} + +.about-four__btn-box { + position: relative; + display: block; + margin-top: 45px; +} + +.about-four__right { + position: relative; + display: block; + margin-left: -40px; + margin-right: 310px; +} + +.about-four__img-box { + position: relative; + display: block; +} + +.about-four__img-one { + position: relative; + display: block; +} + +.about-four__img-one img { + width: 100%; +} + +.about-four__img-two { + position: absolute; + top: 0; + right: -310px; +} + +.about-four__img-two img { + width: auto; +} + +.about-four__experience { + position: absolute; + bottom: -60px; + left: -54px; + border-bottom-left-radius: 45px; + background-color: rgb(255, 255, 255); + box-shadow: 14.982px 29.403px 87px 0px rgba(0, 0, 0, 0.07); +} + +.about-four__experience-inner { + position: relative; + display: block; + max-width: 247px; + padding: 22px 80px 23px; + padding-right: 20px; + width: 100%; + border-bottom-left-radius: 45px; + overflow: hidden; + z-index: 1; +} + +.about-four__experience h3 { + font-size: 45px; + font-weight: 600; + line-height: 45px; + color: var(--treck-base); +} + +.about-four__experience p { + font-size: 15px; + margin-top: -2px; +} + +.about-four__shape-1 { + position: absolute; + left: -85px; + bottom: -13px; +} + +.about-four__shape-1 img { + width: auto; + mix-blend-mode: darken; +} + +/*-------------------------------------------------------------- +# About Page Testimonial +--------------------------------------------------------------*/ +.about-page-testimonial { + position: relative; + display: block; + background-color: var(--treck-primary); + z-index: 1; +} + +.about-page-testimonial__bg-1 { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + mix-blend-mode: multiply; + opacity: 0.35; + z-index: -1; +} + +.about-page-testimonial__bg-2 { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 485px; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + mix-blend-mode: luminosity; + opacity: 0.05; + z-index: -1; +} + +/*-------------------------------------------------------------- +# About Page Counter +--------------------------------------------------------------*/ +.about-page-counter { + padding-top: 100px; +} + + + + +/*-------------------------------------------------------------- +# Boxed Version +--------------------------------------------------------------*/ + +body.boxed-wrapper { + background-color: var(--treck-primary); +} + +.boxed-wrapper .page-wrapper { + max-width: 1530px; + margin-left: auto; + margin-right: auto; + background-color: #fff; + box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08); +} + +.boxed-wrapper .main-menu__call { + display: none; +} + +.boxed-wrapper .main-menu .main-menu__list>li+li, +.boxed-wrapper .stricky-header .main-menu__list>li+li { + margin-left: 42px; +} \ No newline at end of file diff --git a/pages/assets/images/backgrounds/about-page-testimonial-bg-1.jpg b/pages/assets/images/backgrounds/about-page-testimonial-bg-1.jpg new file mode 100644 index 0000000..496928d Binary files /dev/null and b/pages/assets/images/backgrounds/about-page-testimonial-bg-1.jpg differ diff --git a/pages/assets/images/backgrounds/about-page-testimonial-bg-2.png b/pages/assets/images/backgrounds/about-page-testimonial-bg-2.png new file mode 100644 index 0000000..54384f5 Binary files /dev/null and b/pages/assets/images/backgrounds/about-page-testimonial-bg-2.png differ diff --git a/pages/assets/images/backgrounds/banner-one-bg.jpg b/pages/assets/images/backgrounds/banner-one-bg.jpg new file mode 100644 index 0000000..a61ecdb Binary files /dev/null and b/pages/assets/images/backgrounds/banner-one-bg.jpg differ diff --git a/pages/assets/images/backgrounds/benefits-two-bg-two.png b/pages/assets/images/backgrounds/benefits-two-bg-two.png new file mode 100644 index 0000000..f7c2025 Binary files /dev/null and b/pages/assets/images/backgrounds/benefits-two-bg-two.png differ diff --git a/pages/assets/images/backgrounds/benefits-two-bg.jpg b/pages/assets/images/backgrounds/benefits-two-bg.jpg new file mode 100644 index 0000000..42b7e1b Binary files /dev/null and b/pages/assets/images/backgrounds/benefits-two-bg.jpg differ diff --git a/pages/assets/images/backgrounds/coaching-details-importance-bg.png b/pages/assets/images/backgrounds/coaching-details-importance-bg.png new file mode 100644 index 0000000..6c8e157 Binary files /dev/null and b/pages/assets/images/backgrounds/coaching-details-importance-bg.png differ diff --git a/pages/assets/images/backgrounds/coaching-three-bg.jpg b/pages/assets/images/backgrounds/coaching-three-bg.jpg new file mode 100644 index 0000000..bde1e4e Binary files /dev/null and b/pages/assets/images/backgrounds/coaching-three-bg.jpg differ diff --git a/pages/assets/images/backgrounds/coaching-two-bg-2.png b/pages/assets/images/backgrounds/coaching-two-bg-2.png new file mode 100644 index 0000000..f7c2025 Binary files /dev/null and b/pages/assets/images/backgrounds/coaching-two-bg-2.png differ diff --git a/pages/assets/images/backgrounds/coaching-two-bg.jpg b/pages/assets/images/backgrounds/coaching-two-bg.jpg new file mode 100644 index 0000000..662f201 Binary files /dev/null and b/pages/assets/images/backgrounds/coaching-two-bg.jpg differ diff --git a/pages/assets/images/backgrounds/contact-five-bg.png b/pages/assets/images/backgrounds/contact-five-bg.png new file mode 100644 index 0000000..54384f5 Binary files /dev/null and b/pages/assets/images/backgrounds/contact-five-bg.png differ diff --git a/pages/assets/images/backgrounds/contact-four-bg-1.jpg b/pages/assets/images/backgrounds/contact-four-bg-1.jpg new file mode 100644 index 0000000..5d5ab8f Binary files /dev/null and b/pages/assets/images/backgrounds/contact-four-bg-1.jpg differ diff --git a/pages/assets/images/backgrounds/contact-four-bg-2.png b/pages/assets/images/backgrounds/contact-four-bg-2.png new file mode 100644 index 0000000..54384f5 Binary files /dev/null and b/pages/assets/images/backgrounds/contact-four-bg-2.png differ diff --git a/pages/assets/images/backgrounds/contact-one-bg.jpg b/pages/assets/images/backgrounds/contact-one-bg.jpg new file mode 100644 index 0000000..956480b Binary files /dev/null and b/pages/assets/images/backgrounds/contact-one-bg.jpg differ diff --git a/pages/assets/images/backgrounds/contact-three-bg.png b/pages/assets/images/backgrounds/contact-three-bg.png new file mode 100644 index 0000000..b153313 Binary files /dev/null and b/pages/assets/images/backgrounds/contact-three-bg.png differ diff --git a/pages/assets/images/backgrounds/contact-two-bg.png b/pages/assets/images/backgrounds/contact-two-bg.png new file mode 100644 index 0000000..b153313 Binary files /dev/null and b/pages/assets/images/backgrounds/contact-two-bg.png differ diff --git a/pages/assets/images/backgrounds/counter-one-bg.png b/pages/assets/images/backgrounds/counter-one-bg.png new file mode 100644 index 0000000..f7c2025 Binary files /dev/null and b/pages/assets/images/backgrounds/counter-one-bg.png differ diff --git a/pages/assets/images/backgrounds/countries-one-bg.png b/pages/assets/images/backgrounds/countries-one-bg.png new file mode 100644 index 0000000..54384f5 Binary files /dev/null and b/pages/assets/images/backgrounds/countries-one-bg.png differ diff --git a/pages/assets/images/backgrounds/error-page-bg.png b/pages/assets/images/backgrounds/error-page-bg.png new file mode 100644 index 0000000..1ab75ea Binary files /dev/null and b/pages/assets/images/backgrounds/error-page-bg.png differ diff --git a/pages/assets/images/backgrounds/excellence-one-bg.png b/pages/assets/images/backgrounds/excellence-one-bg.png new file mode 100644 index 0000000..9355b73 Binary files /dev/null and b/pages/assets/images/backgrounds/excellence-one-bg.png differ diff --git a/pages/assets/images/backgrounds/faq-one-bg.jpg b/pages/assets/images/backgrounds/faq-one-bg.jpg new file mode 100644 index 0000000..54ce00c Binary files /dev/null and b/pages/assets/images/backgrounds/faq-one-bg.jpg differ diff --git a/pages/assets/images/backgrounds/feature-three-bg.jpg b/pages/assets/images/backgrounds/feature-three-bg.jpg new file mode 100644 index 0000000..43e9fb9 Binary files /dev/null and b/pages/assets/images/backgrounds/feature-three-bg.jpg differ diff --git a/pages/assets/images/backgrounds/location-one-bg.png b/pages/assets/images/backgrounds/location-one-bg.png new file mode 100644 index 0000000..da55128 Binary files /dev/null and b/pages/assets/images/backgrounds/location-one-bg.png differ diff --git a/pages/assets/images/backgrounds/page-header-bg.jpg b/pages/assets/images/backgrounds/page-header-bg.jpg new file mode 100644 index 0000000..9258ba8 Binary files /dev/null and b/pages/assets/images/backgrounds/page-header-bg.jpg differ diff --git a/pages/assets/images/backgrounds/process-one-bg.png b/pages/assets/images/backgrounds/process-one-bg.png new file mode 100644 index 0000000..54384f5 Binary files /dev/null and b/pages/assets/images/backgrounds/process-one-bg.png differ diff --git a/pages/assets/images/backgrounds/services-three-bg-1.png b/pages/assets/images/backgrounds/services-three-bg-1.png new file mode 100644 index 0000000..54384f5 Binary files /dev/null and b/pages/assets/images/backgrounds/services-three-bg-1.png differ diff --git a/pages/assets/images/backgrounds/services-three-bg-2.jpg b/pages/assets/images/backgrounds/services-three-bg-2.jpg new file mode 100644 index 0000000..4291a8e Binary files /dev/null and b/pages/assets/images/backgrounds/services-three-bg-2.jpg differ diff --git a/pages/assets/images/backgrounds/services-two-hover-bg.jpg b/pages/assets/images/backgrounds/services-two-hover-bg.jpg new file mode 100644 index 0000000..7c4cb88 Binary files /dev/null and b/pages/assets/images/backgrounds/services-two-hover-bg.jpg differ diff --git a/pages/assets/images/backgrounds/sidebar-project-bg-2.jpg b/pages/assets/images/backgrounds/sidebar-project-bg-2.jpg new file mode 100644 index 0000000..e61439d Binary files /dev/null and b/pages/assets/images/backgrounds/sidebar-project-bg-2.jpg differ diff --git a/pages/assets/images/backgrounds/sidebar-project-bg.jpg b/pages/assets/images/backgrounds/sidebar-project-bg.jpg new file mode 100644 index 0000000..75d6abb Binary files /dev/null and b/pages/assets/images/backgrounds/sidebar-project-bg.jpg differ diff --git a/pages/assets/images/backgrounds/slider-1-1.jpg b/pages/assets/images/backgrounds/slider-1-1.jpg new file mode 100644 index 0000000..8ec853a Binary files /dev/null and b/pages/assets/images/backgrounds/slider-1-1.jpg differ diff --git a/pages/assets/images/backgrounds/slider-1-2.jpg b/pages/assets/images/backgrounds/slider-1-2.jpg new file mode 100644 index 0000000..50ef7c2 Binary files /dev/null and b/pages/assets/images/backgrounds/slider-1-2.jpg differ diff --git a/pages/assets/images/backgrounds/slider-1-3.jpg b/pages/assets/images/backgrounds/slider-1-3.jpg new file mode 100644 index 0000000..406afb8 Binary files /dev/null and b/pages/assets/images/backgrounds/slider-1-3.jpg differ diff --git a/pages/assets/images/backgrounds/slider-2-1.jpg b/pages/assets/images/backgrounds/slider-2-1.jpg new file mode 100644 index 0000000..7aff5c1 Binary files /dev/null and b/pages/assets/images/backgrounds/slider-2-1.jpg differ diff --git a/pages/assets/images/backgrounds/slider-2-2.jpg b/pages/assets/images/backgrounds/slider-2-2.jpg new file mode 100644 index 0000000..b26d202 Binary files /dev/null and b/pages/assets/images/backgrounds/slider-2-2.jpg differ diff --git a/pages/assets/images/backgrounds/slider-2-3.jpg b/pages/assets/images/backgrounds/slider-2-3.jpg new file mode 100644 index 0000000..e9aea19 Binary files /dev/null and b/pages/assets/images/backgrounds/slider-2-3.jpg differ diff --git a/pages/assets/images/backgrounds/slider-3-1.jpg b/pages/assets/images/backgrounds/slider-3-1.jpg new file mode 100644 index 0000000..306d16d Binary files /dev/null and b/pages/assets/images/backgrounds/slider-3-1.jpg differ diff --git a/pages/assets/images/backgrounds/slider-3-2.jpg b/pages/assets/images/backgrounds/slider-3-2.jpg new file mode 100644 index 0000000..25fa2e0 Binary files /dev/null and b/pages/assets/images/backgrounds/slider-3-2.jpg differ diff --git a/pages/assets/images/backgrounds/slider-3-3.jpg b/pages/assets/images/backgrounds/slider-3-3.jpg new file mode 100644 index 0000000..a75b862 Binary files /dev/null and b/pages/assets/images/backgrounds/slider-3-3.jpg differ diff --git a/pages/assets/images/backgrounds/testimonial-one-bg-dark.png b/pages/assets/images/backgrounds/testimonial-one-bg-dark.png new file mode 100644 index 0000000..0eef3e8 Binary files /dev/null and b/pages/assets/images/backgrounds/testimonial-one-bg-dark.png differ diff --git a/pages/assets/images/backgrounds/testimonial-one-bg.png b/pages/assets/images/backgrounds/testimonial-one-bg.png new file mode 100644 index 0000000..86eeca4 Binary files /dev/null and b/pages/assets/images/backgrounds/testimonial-one-bg.png differ diff --git a/pages/assets/images/backgrounds/travel-one-bg-two.png b/pages/assets/images/backgrounds/travel-one-bg-two.png new file mode 100644 index 0000000..f7c2025 Binary files /dev/null and b/pages/assets/images/backgrounds/travel-one-bg-two.png differ diff --git a/pages/assets/images/backgrounds/travel-one-bg.jpg b/pages/assets/images/backgrounds/travel-one-bg.jpg new file mode 100644 index 0000000..f14261d Binary files /dev/null and b/pages/assets/images/backgrounds/travel-one-bg.jpg differ diff --git a/pages/assets/images/backgrounds/video-one-bg.jpg b/pages/assets/images/backgrounds/video-one-bg.jpg new file mode 100644 index 0000000..9d6546e Binary files /dev/null and b/pages/assets/images/backgrounds/video-one-bg.jpg differ diff --git a/pages/assets/images/blog/blog-1-1.jpg b/pages/assets/images/blog/blog-1-1.jpg new file mode 100644 index 0000000..035b772 Binary files /dev/null and b/pages/assets/images/blog/blog-1-1.jpg differ diff --git a/pages/assets/images/blog/blog-1-2.jpg b/pages/assets/images/blog/blog-1-2.jpg new file mode 100644 index 0000000..9c978ab Binary files /dev/null and b/pages/assets/images/blog/blog-1-2.jpg differ diff --git a/pages/assets/images/blog/blog-1-3.jpg b/pages/assets/images/blog/blog-1-3.jpg new file mode 100644 index 0000000..a400870 Binary files /dev/null and b/pages/assets/images/blog/blog-1-3.jpg differ diff --git a/pages/assets/images/blog/blog-1-4.jpg b/pages/assets/images/blog/blog-1-4.jpg new file mode 100644 index 0000000..c23e9ef Binary files /dev/null and b/pages/assets/images/blog/blog-1-4.jpg differ diff --git a/pages/assets/images/blog/blog-1-5.jpg b/pages/assets/images/blog/blog-1-5.jpg new file mode 100644 index 0000000..f06b147 Binary files /dev/null and b/pages/assets/images/blog/blog-1-5.jpg differ diff --git a/pages/assets/images/blog/blog-1-6.jpg b/pages/assets/images/blog/blog-1-6.jpg new file mode 100644 index 0000000..92b9d35 Binary files /dev/null and b/pages/assets/images/blog/blog-1-6.jpg differ diff --git a/pages/assets/images/blog/blog-2-1.jpg b/pages/assets/images/blog/blog-2-1.jpg new file mode 100644 index 0000000..25a1900 Binary files /dev/null and b/pages/assets/images/blog/blog-2-1.jpg differ diff --git a/pages/assets/images/blog/blog-2-2.jpg b/pages/assets/images/blog/blog-2-2.jpg new file mode 100644 index 0000000..6cc9875 Binary files /dev/null and b/pages/assets/images/blog/blog-2-2.jpg differ diff --git a/pages/assets/images/blog/blog-2-3.jpg b/pages/assets/images/blog/blog-2-3.jpg new file mode 100644 index 0000000..3753af7 Binary files /dev/null and b/pages/assets/images/blog/blog-2-3.jpg differ diff --git a/pages/assets/images/blog/blog-details-img-1.jpg b/pages/assets/images/blog/blog-details-img-1.jpg new file mode 100644 index 0000000..d0da205 Binary files /dev/null and b/pages/assets/images/blog/blog-details-img-1.jpg differ diff --git a/pages/assets/images/blog/blog-details-pagenation-img-1.jpg b/pages/assets/images/blog/blog-details-pagenation-img-1.jpg new file mode 100644 index 0000000..675e529 Binary files /dev/null and b/pages/assets/images/blog/blog-details-pagenation-img-1.jpg differ diff --git a/pages/assets/images/blog/blog-details-pagenation-img-2.jpg b/pages/assets/images/blog/blog-details-pagenation-img-2.jpg new file mode 100644 index 0000000..55fb73a Binary files /dev/null and b/pages/assets/images/blog/blog-details-pagenation-img-2.jpg differ diff --git a/pages/assets/images/blog/blog-one-user-img-1.jpg b/pages/assets/images/blog/blog-one-user-img-1.jpg new file mode 100644 index 0000000..9895ba4 Binary files /dev/null and b/pages/assets/images/blog/blog-one-user-img-1.jpg differ diff --git a/pages/assets/images/blog/blog-sidebar-1-1.jpg b/pages/assets/images/blog/blog-sidebar-1-1.jpg new file mode 100644 index 0000000..7035c78 Binary files /dev/null and b/pages/assets/images/blog/blog-sidebar-1-1.jpg differ diff --git a/pages/assets/images/blog/blog-sidebar-1-2.jpg b/pages/assets/images/blog/blog-sidebar-1-2.jpg new file mode 100644 index 0000000..8694921 Binary files /dev/null and b/pages/assets/images/blog/blog-sidebar-1-2.jpg differ diff --git a/pages/assets/images/blog/blog-sidebar-1-3.jpg b/pages/assets/images/blog/blog-sidebar-1-3.jpg new file mode 100644 index 0000000..00abdea Binary files /dev/null and b/pages/assets/images/blog/blog-sidebar-1-3.jpg differ diff --git a/pages/assets/images/blog/blog-two-user-img-1.jpg b/pages/assets/images/blog/blog-two-user-img-1.jpg new file mode 100644 index 0000000..9895ba4 Binary files /dev/null and b/pages/assets/images/blog/blog-two-user-img-1.jpg differ diff --git a/pages/assets/images/blog/comment-1-1.jpg b/pages/assets/images/blog/comment-1-1.jpg new file mode 100644 index 0000000..a333985 Binary files /dev/null and b/pages/assets/images/blog/comment-1-1.jpg differ diff --git a/pages/assets/images/blog/comment-1-2.jpg b/pages/assets/images/blog/comment-1-2.jpg new file mode 100644 index 0000000..6bb2bee Binary files /dev/null and b/pages/assets/images/blog/comment-1-2.jpg differ diff --git a/pages/assets/images/blog/lp-1-1.jpg b/pages/assets/images/blog/lp-1-1.jpg new file mode 100644 index 0000000..1c474b3 Binary files /dev/null and b/pages/assets/images/blog/lp-1-1.jpg differ diff --git a/pages/assets/images/blog/lp-1-2.jpg b/pages/assets/images/blog/lp-1-2.jpg new file mode 100644 index 0000000..bbe0a14 Binary files /dev/null and b/pages/assets/images/blog/lp-1-2.jpg differ diff --git a/pages/assets/images/blog/lp-1-3.jpg b/pages/assets/images/blog/lp-1-3.jpg new file mode 100644 index 0000000..9e0c109 Binary files /dev/null and b/pages/assets/images/blog/lp-1-3.jpg differ diff --git a/pages/assets/images/brand/brand-1-1-dark.png b/pages/assets/images/brand/brand-1-1-dark.png new file mode 100644 index 0000000..f259995 Binary files /dev/null and b/pages/assets/images/brand/brand-1-1-dark.png differ diff --git a/pages/assets/images/brand/brand-1-1.png b/pages/assets/images/brand/brand-1-1.png new file mode 100644 index 0000000..b6836b7 Binary files /dev/null and b/pages/assets/images/brand/brand-1-1.png differ diff --git a/pages/assets/images/brand/brand-1-2-dark.png b/pages/assets/images/brand/brand-1-2-dark.png new file mode 100644 index 0000000..1910bfa Binary files /dev/null and b/pages/assets/images/brand/brand-1-2-dark.png differ diff --git a/pages/assets/images/brand/brand-1-2.png b/pages/assets/images/brand/brand-1-2.png new file mode 100644 index 0000000..d4ed346 Binary files /dev/null and b/pages/assets/images/brand/brand-1-2.png differ diff --git a/pages/assets/images/brand/brand-1-3-dark.png b/pages/assets/images/brand/brand-1-3-dark.png new file mode 100644 index 0000000..d07f712 Binary files /dev/null and b/pages/assets/images/brand/brand-1-3-dark.png differ diff --git a/pages/assets/images/brand/brand-1-3.png b/pages/assets/images/brand/brand-1-3.png new file mode 100644 index 0000000..051819c Binary files /dev/null and b/pages/assets/images/brand/brand-1-3.png differ diff --git a/pages/assets/images/brand/brand-1-4-dark.png b/pages/assets/images/brand/brand-1-4-dark.png new file mode 100644 index 0000000..e8a357e Binary files /dev/null and b/pages/assets/images/brand/brand-1-4-dark.png differ diff --git a/pages/assets/images/brand/brand-1-4.png b/pages/assets/images/brand/brand-1-4.png new file mode 100644 index 0000000..b844907 Binary files /dev/null and b/pages/assets/images/brand/brand-1-4.png differ diff --git a/pages/assets/images/brand/brand-1-5-dark.png b/pages/assets/images/brand/brand-1-5-dark.png new file mode 100644 index 0000000..d443f54 Binary files /dev/null and b/pages/assets/images/brand/brand-1-5-dark.png differ diff --git a/pages/assets/images/brand/brand-1-5.png b/pages/assets/images/brand/brand-1-5.png new file mode 100644 index 0000000..965a978 Binary files /dev/null and b/pages/assets/images/brand/brand-1-5.png differ diff --git a/pages/assets/images/brand/brand-1-6-dark.png b/pages/assets/images/brand/brand-1-6-dark.png new file mode 100644 index 0000000..3bca77b Binary files /dev/null and b/pages/assets/images/brand/brand-1-6-dark.png differ diff --git a/pages/assets/images/brand/brand-1-6.png b/pages/assets/images/brand/brand-1-6.png new file mode 100644 index 0000000..3b96967 Binary files /dev/null and b/pages/assets/images/brand/brand-1-6.png differ diff --git a/pages/assets/images/brand/brand-2-1.png b/pages/assets/images/brand/brand-2-1.png new file mode 100644 index 0000000..b6836b7 Binary files /dev/null and b/pages/assets/images/brand/brand-2-1.png differ diff --git a/pages/assets/images/brand/brand-2-2.png b/pages/assets/images/brand/brand-2-2.png new file mode 100644 index 0000000..d4ed346 Binary files /dev/null and b/pages/assets/images/brand/brand-2-2.png differ diff --git a/pages/assets/images/brand/brand-2-3.png b/pages/assets/images/brand/brand-2-3.png new file mode 100644 index 0000000..051819c Binary files /dev/null and b/pages/assets/images/brand/brand-2-3.png differ diff --git a/pages/assets/images/brand/brand-2-4.png b/pages/assets/images/brand/brand-2-4.png new file mode 100644 index 0000000..b844907 Binary files /dev/null and b/pages/assets/images/brand/brand-2-4.png differ diff --git a/pages/assets/images/brand/brand-2-5.png b/pages/assets/images/brand/brand-2-5.png new file mode 100644 index 0000000..965a978 Binary files /dev/null and b/pages/assets/images/brand/brand-2-5.png differ diff --git a/pages/assets/images/brand/brand-2-6.png b/pages/assets/images/brand/brand-2-6.png new file mode 100644 index 0000000..3b96967 Binary files /dev/null and b/pages/assets/images/brand/brand-2-6.png differ diff --git a/pages/assets/images/coaching/coaching-1-1.jpg b/pages/assets/images/coaching/coaching-1-1.jpg new file mode 100644 index 0000000..c85ea81 Binary files /dev/null and b/pages/assets/images/coaching/coaching-1-1.jpg differ diff --git a/pages/assets/images/coaching/coaching-1-2.jpg b/pages/assets/images/coaching/coaching-1-2.jpg new file mode 100644 index 0000000..809256a Binary files /dev/null and b/pages/assets/images/coaching/coaching-1-2.jpg differ diff --git a/pages/assets/images/coaching/coaching-1-3.jpg b/pages/assets/images/coaching/coaching-1-3.jpg new file mode 100644 index 0000000..e0baf96 Binary files /dev/null and b/pages/assets/images/coaching/coaching-1-3.jpg differ diff --git a/pages/assets/images/coaching/coaching-1-4.jpg b/pages/assets/images/coaching/coaching-1-4.jpg new file mode 100644 index 0000000..9c75f77 Binary files /dev/null and b/pages/assets/images/coaching/coaching-1-4.jpg differ diff --git a/pages/assets/images/coaching/coaching-2-1.jpg b/pages/assets/images/coaching/coaching-2-1.jpg new file mode 100644 index 0000000..082b75e Binary files /dev/null and b/pages/assets/images/coaching/coaching-2-1.jpg differ diff --git a/pages/assets/images/coaching/coaching-2-2.jpg b/pages/assets/images/coaching/coaching-2-2.jpg new file mode 100644 index 0000000..4c133e3 Binary files /dev/null and b/pages/assets/images/coaching/coaching-2-2.jpg differ diff --git a/pages/assets/images/coaching/coaching-2-3.jpg b/pages/assets/images/coaching/coaching-2-3.jpg new file mode 100644 index 0000000..ef8d7fd Binary files /dev/null and b/pages/assets/images/coaching/coaching-2-3.jpg differ diff --git a/pages/assets/images/coaching/coaching-details-benefit-img.jpg b/pages/assets/images/coaching/coaching-details-benefit-img.jpg new file mode 100644 index 0000000..cf4ba96 Binary files /dev/null and b/pages/assets/images/coaching/coaching-details-benefit-img.jpg differ diff --git a/pages/assets/images/coaching/coaching-details-img-1.jpg b/pages/assets/images/coaching/coaching-details-img-1.jpg new file mode 100644 index 0000000..4037009 Binary files /dev/null and b/pages/assets/images/coaching/coaching-details-img-1.jpg differ diff --git a/pages/assets/images/countries/australia-flag.jpg b/pages/assets/images/countries/australia-flag.jpg new file mode 100644 index 0000000..3989f0a Binary files /dev/null and b/pages/assets/images/countries/australia-flag.jpg differ diff --git a/pages/assets/images/countries/canada-flag.jpg b/pages/assets/images/countries/canada-flag.jpg new file mode 100644 index 0000000..3b37ef8 Binary files /dev/null and b/pages/assets/images/countries/canada-flag.jpg differ diff --git a/pages/assets/images/countries/countries-1-1.jpg b/pages/assets/images/countries/countries-1-1.jpg new file mode 100644 index 0000000..1a253db Binary files /dev/null and b/pages/assets/images/countries/countries-1-1.jpg differ diff --git a/pages/assets/images/countries/countries-1-2.jpg b/pages/assets/images/countries/countries-1-2.jpg new file mode 100644 index 0000000..3c8aaa5 Binary files /dev/null and b/pages/assets/images/countries/countries-1-2.jpg differ diff --git a/pages/assets/images/countries/countries-1-3.jpg b/pages/assets/images/countries/countries-1-3.jpg new file mode 100644 index 0000000..8d57113 Binary files /dev/null and b/pages/assets/images/countries/countries-1-3.jpg differ diff --git a/pages/assets/images/countries/countries-1-4.jpg b/pages/assets/images/countries/countries-1-4.jpg new file mode 100644 index 0000000..50aec3a Binary files /dev/null and b/pages/assets/images/countries/countries-1-4.jpg differ diff --git a/pages/assets/images/countries/countries-1-5.jpg b/pages/assets/images/countries/countries-1-5.jpg new file mode 100644 index 0000000..3007911 Binary files /dev/null and b/pages/assets/images/countries/countries-1-5.jpg differ diff --git a/pages/assets/images/countries/countries-1-6.jpg b/pages/assets/images/countries/countries-1-6.jpg new file mode 100644 index 0000000..d175213 Binary files /dev/null and b/pages/assets/images/countries/countries-1-6.jpg differ diff --git a/pages/assets/images/countries/countries-2-1.jpg b/pages/assets/images/countries/countries-2-1.jpg new file mode 100644 index 0000000..dae9a4b Binary files /dev/null and b/pages/assets/images/countries/countries-2-1.jpg differ diff --git a/pages/assets/images/countries/countries-2-2.jpg b/pages/assets/images/countries/countries-2-2.jpg new file mode 100644 index 0000000..9ada581 Binary files /dev/null and b/pages/assets/images/countries/countries-2-2.jpg differ diff --git a/pages/assets/images/countries/countries-2-3.jpg b/pages/assets/images/countries/countries-2-3.jpg new file mode 100644 index 0000000..56934e7 Binary files /dev/null and b/pages/assets/images/countries/countries-2-3.jpg differ diff --git a/pages/assets/images/countries/countries-2-4.jpg b/pages/assets/images/countries/countries-2-4.jpg new file mode 100644 index 0000000..dae9a4b Binary files /dev/null and b/pages/assets/images/countries/countries-2-4.jpg differ diff --git a/pages/assets/images/countries/countries-details-img-1.jpg b/pages/assets/images/countries/countries-details-img-1.jpg new file mode 100644 index 0000000..c8393df Binary files /dev/null and b/pages/assets/images/countries/countries-details-img-1.jpg differ diff --git a/pages/assets/images/countries/countries-details-img-2.jpg b/pages/assets/images/countries/countries-details-img-2.jpg new file mode 100644 index 0000000..a6eba71 Binary files /dev/null and b/pages/assets/images/countries/countries-details-img-2.jpg differ diff --git a/pages/assets/images/countries/germany-flag.jpg b/pages/assets/images/countries/germany-flag.jpg new file mode 100644 index 0000000..cca5404 Binary files /dev/null and b/pages/assets/images/countries/germany-flag.jpg differ diff --git a/pages/assets/images/countries/italy-flag.jpg b/pages/assets/images/countries/italy-flag.jpg new file mode 100644 index 0000000..bf05b6c Binary files /dev/null and b/pages/assets/images/countries/italy-flag.jpg differ diff --git a/pages/assets/images/countries/united-kingdom-flag.jpg b/pages/assets/images/countries/united-kingdom-flag.jpg new file mode 100644 index 0000000..0b59dda Binary files /dev/null and b/pages/assets/images/countries/united-kingdom-flag.jpg differ diff --git a/pages/assets/images/countries/united-states-flag.jpg b/pages/assets/images/countries/united-states-flag.jpg new file mode 100644 index 0000000..9e31c9d Binary files /dev/null and b/pages/assets/images/countries/united-states-flag.jpg differ diff --git a/pages/assets/images/favicons/apple-touch-icon.png b/pages/assets/images/favicons/apple-touch-icon.png new file mode 100644 index 0000000..53b2977 Binary files /dev/null and b/pages/assets/images/favicons/apple-touch-icon.png differ diff --git a/pages/assets/images/favicons/favicon-16x16.png b/pages/assets/images/favicons/favicon-16x16.png new file mode 100644 index 0000000..6a6beec Binary files /dev/null and b/pages/assets/images/favicons/favicon-16x16.png differ diff --git a/pages/assets/images/favicons/favicon-32x32.png b/pages/assets/images/favicons/favicon-32x32.png new file mode 100644 index 0000000..fa48942 Binary files /dev/null and b/pages/assets/images/favicons/favicon-32x32.png differ diff --git a/pages/assets/images/favicons/site.webmanifest b/pages/assets/images/favicons/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/pages/assets/images/favicons/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/pages/assets/images/gallery/footer-widget-gallery-img-1.jpg b/pages/assets/images/gallery/footer-widget-gallery-img-1.jpg new file mode 100644 index 0000000..f9d8ae0 Binary files /dev/null and b/pages/assets/images/gallery/footer-widget-gallery-img-1.jpg differ diff --git a/pages/assets/images/gallery/footer-widget-gallery-img-2.jpg b/pages/assets/images/gallery/footer-widget-gallery-img-2.jpg new file mode 100644 index 0000000..a861d39 Binary files /dev/null and b/pages/assets/images/gallery/footer-widget-gallery-img-2.jpg differ diff --git a/pages/assets/images/gallery/footer-widget-gallery-img-3.jpg b/pages/assets/images/gallery/footer-widget-gallery-img-3.jpg new file mode 100644 index 0000000..d67afc9 Binary files /dev/null and b/pages/assets/images/gallery/footer-widget-gallery-img-3.jpg differ diff --git a/pages/assets/images/gallery/footer-widget-gallery-img-4.jpg b/pages/assets/images/gallery/footer-widget-gallery-img-4.jpg new file mode 100644 index 0000000..51e67f4 Binary files /dev/null and b/pages/assets/images/gallery/footer-widget-gallery-img-4.jpg differ diff --git a/pages/assets/images/gallery/footer-widget-gallery-img-5.jpg b/pages/assets/images/gallery/footer-widget-gallery-img-5.jpg new file mode 100644 index 0000000..c57497d Binary files /dev/null and b/pages/assets/images/gallery/footer-widget-gallery-img-5.jpg differ diff --git a/pages/assets/images/gallery/footer-widget-gallery-img-6.jpg b/pages/assets/images/gallery/footer-widget-gallery-img-6.jpg new file mode 100644 index 0000000..ac5792e Binary files /dev/null and b/pages/assets/images/gallery/footer-widget-gallery-img-6.jpg differ diff --git a/pages/assets/images/gallery/gallery-1-1.jpg b/pages/assets/images/gallery/gallery-1-1.jpg new file mode 100644 index 0000000..84cfecb Binary files /dev/null and b/pages/assets/images/gallery/gallery-1-1.jpg differ diff --git a/pages/assets/images/gallery/gallery-1-2.jpg b/pages/assets/images/gallery/gallery-1-2.jpg new file mode 100644 index 0000000..d5061db Binary files /dev/null and b/pages/assets/images/gallery/gallery-1-2.jpg differ diff --git a/pages/assets/images/gallery/gallery-1-3.jpg b/pages/assets/images/gallery/gallery-1-3.jpg new file mode 100644 index 0000000..1a83ede Binary files /dev/null and b/pages/assets/images/gallery/gallery-1-3.jpg differ diff --git a/pages/assets/images/gallery/gallery-1-4.jpg b/pages/assets/images/gallery/gallery-1-4.jpg new file mode 100644 index 0000000..2fccdd6 Binary files /dev/null and b/pages/assets/images/gallery/gallery-1-4.jpg differ diff --git a/pages/assets/images/gallery/gallery-1-5.jpg b/pages/assets/images/gallery/gallery-1-5.jpg new file mode 100644 index 0000000..9739a70 Binary files /dev/null and b/pages/assets/images/gallery/gallery-1-5.jpg differ diff --git a/pages/assets/images/gallery/gallery-page-1-1.jpg b/pages/assets/images/gallery/gallery-page-1-1.jpg new file mode 100644 index 0000000..3863aab Binary files /dev/null and b/pages/assets/images/gallery/gallery-page-1-1.jpg differ diff --git a/pages/assets/images/gallery/gallery-page-1-10.jpg b/pages/assets/images/gallery/gallery-page-1-10.jpg new file mode 100644 index 0000000..575791d Binary files /dev/null and b/pages/assets/images/gallery/gallery-page-1-10.jpg differ diff --git a/pages/assets/images/gallery/gallery-page-1-2.jpg b/pages/assets/images/gallery/gallery-page-1-2.jpg new file mode 100644 index 0000000..47aca5f Binary files /dev/null and b/pages/assets/images/gallery/gallery-page-1-2.jpg differ diff --git a/pages/assets/images/gallery/gallery-page-1-3.jpg b/pages/assets/images/gallery/gallery-page-1-3.jpg new file mode 100644 index 0000000..251c0d7 Binary files /dev/null and b/pages/assets/images/gallery/gallery-page-1-3.jpg differ diff --git a/pages/assets/images/gallery/gallery-page-1-4.jpg b/pages/assets/images/gallery/gallery-page-1-4.jpg new file mode 100644 index 0000000..92a9542 Binary files /dev/null and b/pages/assets/images/gallery/gallery-page-1-4.jpg differ diff --git a/pages/assets/images/gallery/gallery-page-1-5.jpg b/pages/assets/images/gallery/gallery-page-1-5.jpg new file mode 100644 index 0000000..6159311 Binary files /dev/null and b/pages/assets/images/gallery/gallery-page-1-5.jpg differ diff --git a/pages/assets/images/gallery/gallery-page-1-6.jpg b/pages/assets/images/gallery/gallery-page-1-6.jpg new file mode 100644 index 0000000..0f1c39c Binary files /dev/null and b/pages/assets/images/gallery/gallery-page-1-6.jpg differ diff --git a/pages/assets/images/gallery/gallery-page-1-7.jpg b/pages/assets/images/gallery/gallery-page-1-7.jpg new file mode 100644 index 0000000..04e4fef Binary files /dev/null and b/pages/assets/images/gallery/gallery-page-1-7.jpg differ diff --git a/pages/assets/images/gallery/gallery-page-1-8.jpg b/pages/assets/images/gallery/gallery-page-1-8.jpg new file mode 100644 index 0000000..039c8e9 Binary files /dev/null and b/pages/assets/images/gallery/gallery-page-1-8.jpg differ diff --git a/pages/assets/images/gallery/gallery-page-1-9.jpg b/pages/assets/images/gallery/gallery-page-1-9.jpg new file mode 100644 index 0000000..423daa2 Binary files /dev/null and b/pages/assets/images/gallery/gallery-page-1-9.jpg differ diff --git a/pages/assets/images/home-showcase/home-showcase-1-1.jpg b/pages/assets/images/home-showcase/home-showcase-1-1.jpg new file mode 100644 index 0000000..6f4fc02 Binary files /dev/null and b/pages/assets/images/home-showcase/home-showcase-1-1.jpg differ diff --git a/pages/assets/images/home-showcase/home-showcase-1-2.jpg b/pages/assets/images/home-showcase/home-showcase-1-2.jpg new file mode 100644 index 0000000..61c4771 Binary files /dev/null and b/pages/assets/images/home-showcase/home-showcase-1-2.jpg differ diff --git a/pages/assets/images/home-showcase/home-showcase-1-3.jpg b/pages/assets/images/home-showcase/home-showcase-1-3.jpg new file mode 100644 index 0000000..2c41616 Binary files /dev/null and b/pages/assets/images/home-showcase/home-showcase-1-3.jpg differ diff --git a/pages/assets/images/home-showcase/home-showcase-1-4.jpg b/pages/assets/images/home-showcase/home-showcase-1-4.jpg new file mode 100644 index 0000000..dec86f9 Binary files /dev/null and b/pages/assets/images/home-showcase/home-showcase-1-4.jpg differ diff --git a/pages/assets/images/icon/blog-sidebar-bottom-box-icon.png b/pages/assets/images/icon/blog-sidebar-bottom-box-icon.png new file mode 100644 index 0000000..6272030 Binary files /dev/null and b/pages/assets/images/icon/blog-sidebar-bottom-box-icon.png differ diff --git a/pages/assets/images/icon/blog-sidebar-provide-services-icon.png b/pages/assets/images/icon/blog-sidebar-provide-services-icon.png new file mode 100644 index 0000000..b64f5cd Binary files /dev/null and b/pages/assets/images/icon/blog-sidebar-provide-services-icon.png differ diff --git a/pages/assets/images/icon/coaching-one-hover-icon.png b/pages/assets/images/icon/coaching-one-hover-icon.png new file mode 100644 index 0000000..7fb7f14 Binary files /dev/null and b/pages/assets/images/icon/coaching-one-hover-icon.png differ diff --git a/pages/assets/images/icon/main-menu-comment-icon.png b/pages/assets/images/icon/main-menu-comment-icon.png new file mode 100644 index 0000000..786de6e Binary files /dev/null and b/pages/assets/images/icon/main-menu-comment-icon.png differ diff --git a/pages/assets/images/icon/main-menu-three-comment-icon.png b/pages/assets/images/icon/main-menu-three-comment-icon.png new file mode 100644 index 0000000..798f021 Binary files /dev/null and b/pages/assets/images/icon/main-menu-three-comment-icon.png differ diff --git a/pages/assets/images/icon/main-menu-two-comment-icon.png b/pages/assets/images/icon/main-menu-two-comment-icon.png new file mode 100644 index 0000000..cb8b679 Binary files /dev/null and b/pages/assets/images/icon/main-menu-two-comment-icon.png differ diff --git a/pages/assets/images/icon/site-footer-icon-comment.png b/pages/assets/images/icon/site-footer-icon-comment.png new file mode 100644 index 0000000..4189cc9 Binary files /dev/null and b/pages/assets/images/icon/site-footer-icon-comment.png differ diff --git a/pages/assets/images/icon/story-details-chatting-icon.png b/pages/assets/images/icon/story-details-chatting-icon.png new file mode 100644 index 0000000..38bfd2b Binary files /dev/null and b/pages/assets/images/icon/story-details-chatting-icon.png differ diff --git a/pages/assets/images/icon/testimonial-one-chatting-icon-dark.png b/pages/assets/images/icon/testimonial-one-chatting-icon-dark.png new file mode 100644 index 0000000..dfe79e1 Binary files /dev/null and b/pages/assets/images/icon/testimonial-one-chatting-icon-dark.png differ diff --git a/pages/assets/images/icon/testimonial-one-chatting-icon.png b/pages/assets/images/icon/testimonial-one-chatting-icon.png new file mode 100644 index 0000000..d0c0d92 Binary files /dev/null and b/pages/assets/images/icon/testimonial-one-chatting-icon.png differ diff --git a/pages/assets/images/icon/testimonial-three-quote.png b/pages/assets/images/icon/testimonial-three-quote.png new file mode 100644 index 0000000..c4ce368 Binary files /dev/null and b/pages/assets/images/icon/testimonial-three-quote.png differ diff --git a/pages/assets/images/loader.png b/pages/assets/images/loader.png new file mode 100644 index 0000000..00ce5ac Binary files /dev/null and b/pages/assets/images/loader.png differ diff --git a/pages/assets/images/resources/about-four-img-1.jpg b/pages/assets/images/resources/about-four-img-1.jpg new file mode 100644 index 0000000..da643bf Binary files /dev/null and b/pages/assets/images/resources/about-four-img-1.jpg differ diff --git a/pages/assets/images/resources/about-four-img-2.jpg b/pages/assets/images/resources/about-four-img-2.jpg new file mode 100644 index 0000000..fba3ff6 Binary files /dev/null and b/pages/assets/images/resources/about-four-img-2.jpg differ diff --git a/pages/assets/images/resources/about-one-badge-dark.png b/pages/assets/images/resources/about-one-badge-dark.png new file mode 100644 index 0000000..90dbd04 Binary files /dev/null and b/pages/assets/images/resources/about-one-badge-dark.png differ diff --git a/pages/assets/images/resources/about-one-badge.png b/pages/assets/images/resources/about-one-badge.png new file mode 100644 index 0000000..d6a3ab1 Binary files /dev/null and b/pages/assets/images/resources/about-one-badge.png differ diff --git a/pages/assets/images/resources/about-one-img-1.jpg b/pages/assets/images/resources/about-one-img-1.jpg new file mode 100644 index 0000000..1cd7351 Binary files /dev/null and b/pages/assets/images/resources/about-one-img-1.jpg differ diff --git a/pages/assets/images/resources/about-one-img-2.jpg b/pages/assets/images/resources/about-one-img-2.jpg new file mode 100644 index 0000000..4d95a0d Binary files /dev/null and b/pages/assets/images/resources/about-one-img-2.jpg differ diff --git a/pages/assets/images/resources/about-three-img-1.jpg b/pages/assets/images/resources/about-three-img-1.jpg new file mode 100644 index 0000000..0075b2e Binary files /dev/null and b/pages/assets/images/resources/about-three-img-1.jpg differ diff --git a/pages/assets/images/resources/about-three-img-2.jpg b/pages/assets/images/resources/about-three-img-2.jpg new file mode 100644 index 0000000..d3c99a5 Binary files /dev/null and b/pages/assets/images/resources/about-three-img-2.jpg differ diff --git a/pages/assets/images/resources/about-three-img-3.jpg b/pages/assets/images/resources/about-three-img-3.jpg new file mode 100644 index 0000000..6271df5 Binary files /dev/null and b/pages/assets/images/resources/about-three-img-3.jpg differ diff --git a/pages/assets/images/resources/about-two-img-1.jpg b/pages/assets/images/resources/about-two-img-1.jpg new file mode 100644 index 0000000..304d233 Binary files /dev/null and b/pages/assets/images/resources/about-two-img-1.jpg differ diff --git a/pages/assets/images/resources/awards-1-1.png b/pages/assets/images/resources/awards-1-1.png new file mode 100644 index 0000000..f87b977 Binary files /dev/null and b/pages/assets/images/resources/awards-1-1.png differ diff --git a/pages/assets/images/resources/awards-1-2.png b/pages/assets/images/resources/awards-1-2.png new file mode 100644 index 0000000..484846f Binary files /dev/null and b/pages/assets/images/resources/awards-1-2.png differ diff --git a/pages/assets/images/resources/awards-1-3.png b/pages/assets/images/resources/awards-1-3.png new file mode 100644 index 0000000..2f0fb88 Binary files /dev/null and b/pages/assets/images/resources/awards-1-3.png differ diff --git a/pages/assets/images/resources/banner-one-img.png b/pages/assets/images/resources/banner-one-img.png new file mode 100644 index 0000000..ec0b469 Binary files /dev/null and b/pages/assets/images/resources/banner-one-img.png differ diff --git a/pages/assets/images/resources/benefits-one-img-1.jpg b/pages/assets/images/resources/benefits-one-img-1.jpg new file mode 100644 index 0000000..1c6f2f4 Binary files /dev/null and b/pages/assets/images/resources/benefits-one-img-1.jpg differ diff --git a/pages/assets/images/resources/benefits-one-img-2.jpg b/pages/assets/images/resources/benefits-one-img-2.jpg new file mode 100644 index 0000000..270958a Binary files /dev/null and b/pages/assets/images/resources/benefits-one-img-2.jpg differ diff --git a/pages/assets/images/resources/benefits-two-img-1.jpg b/pages/assets/images/resources/benefits-two-img-1.jpg new file mode 100644 index 0000000..e1ed154 Binary files /dev/null and b/pages/assets/images/resources/benefits-two-img-1.jpg differ diff --git a/pages/assets/images/resources/benefits-two-img-2.jpg b/pages/assets/images/resources/benefits-two-img-2.jpg new file mode 100644 index 0000000..ee7c22d Binary files /dev/null and b/pages/assets/images/resources/benefits-two-img-2.jpg differ diff --git a/pages/assets/images/resources/coaching-three-1-1.jpg b/pages/assets/images/resources/coaching-three-1-1.jpg new file mode 100644 index 0000000..f7f08c0 Binary files /dev/null and b/pages/assets/images/resources/coaching-three-1-1.jpg differ diff --git a/pages/assets/images/resources/coaching-three-1-2.jpg b/pages/assets/images/resources/coaching-three-1-2.jpg new file mode 100644 index 0000000..a65d117 Binary files /dev/null and b/pages/assets/images/resources/coaching-three-1-2.jpg differ diff --git a/pages/assets/images/resources/coaching-three-1-3.jpg b/pages/assets/images/resources/coaching-three-1-3.jpg new file mode 100644 index 0000000..a539f75 Binary files /dev/null and b/pages/assets/images/resources/coaching-three-1-3.jpg differ diff --git a/pages/assets/images/resources/contact-three-contact-details-img.jpg b/pages/assets/images/resources/contact-three-contact-details-img.jpg new file mode 100644 index 0000000..d303146 Binary files /dev/null and b/pages/assets/images/resources/contact-three-contact-details-img.jpg differ diff --git a/pages/assets/images/resources/error-page-img.png b/pages/assets/images/resources/error-page-img.png new file mode 100644 index 0000000..eb16fae Binary files /dev/null and b/pages/assets/images/resources/error-page-img.png differ diff --git a/pages/assets/images/resources/feature-1-1.png b/pages/assets/images/resources/feature-1-1.png new file mode 100644 index 0000000..fd0bd7b Binary files /dev/null and b/pages/assets/images/resources/feature-1-1.png differ diff --git a/pages/assets/images/resources/feature-1-2.png b/pages/assets/images/resources/feature-1-2.png new file mode 100644 index 0000000..73ef189 Binary files /dev/null and b/pages/assets/images/resources/feature-1-2.png differ diff --git a/pages/assets/images/resources/feature-1-3.png b/pages/assets/images/resources/feature-1-3.png new file mode 100644 index 0000000..fa4835f Binary files /dev/null and b/pages/assets/images/resources/feature-1-3.png differ diff --git a/pages/assets/images/resources/flag-1-1.jpg b/pages/assets/images/resources/flag-1-1.jpg new file mode 100644 index 0000000..ef4b949 Binary files /dev/null and b/pages/assets/images/resources/flag-1-1.jpg differ diff --git a/pages/assets/images/resources/flag-1-2.jpg b/pages/assets/images/resources/flag-1-2.jpg new file mode 100644 index 0000000..d900ddf Binary files /dev/null and b/pages/assets/images/resources/flag-1-2.jpg differ diff --git a/pages/assets/images/resources/flag-1-3.jpg b/pages/assets/images/resources/flag-1-3.jpg new file mode 100644 index 0000000..10cbe54 Binary files /dev/null and b/pages/assets/images/resources/flag-1-3.jpg differ diff --git a/pages/assets/images/resources/flag-1-4.jpg b/pages/assets/images/resources/flag-1-4.jpg new file mode 100644 index 0000000..98da20d Binary files /dev/null and b/pages/assets/images/resources/flag-1-4.jpg differ diff --git a/pages/assets/images/resources/flag-1-5.jpg b/pages/assets/images/resources/flag-1-5.jpg new file mode 100644 index 0000000..c3845aa Binary files /dev/null and b/pages/assets/images/resources/flag-1-5.jpg differ diff --git a/pages/assets/images/resources/flag-1-6.jpg b/pages/assets/images/resources/flag-1-6.jpg new file mode 100644 index 0000000..37337f6 Binary files /dev/null and b/pages/assets/images/resources/flag-1-6.jpg differ diff --git a/pages/assets/images/resources/flag-1-7.jpg b/pages/assets/images/resources/flag-1-7.jpg new file mode 100644 index 0000000..bd6a1fc Binary files /dev/null and b/pages/assets/images/resources/flag-1-7.jpg differ diff --git a/pages/assets/images/resources/footer-logo.png b/pages/assets/images/resources/footer-logo.png new file mode 100644 index 0000000..f2b313d Binary files /dev/null and b/pages/assets/images/resources/footer-logo.png differ diff --git a/pages/assets/images/resources/location-one-tab-content-img-1.jpg b/pages/assets/images/resources/location-one-tab-content-img-1.jpg new file mode 100644 index 0000000..5917c82 Binary files /dev/null and b/pages/assets/images/resources/location-one-tab-content-img-1.jpg differ diff --git a/pages/assets/images/resources/location-one-tab-content-img-2.jpg b/pages/assets/images/resources/location-one-tab-content-img-2.jpg new file mode 100644 index 0000000..d8cfc90 Binary files /dev/null and b/pages/assets/images/resources/location-one-tab-content-img-2.jpg differ diff --git a/pages/assets/images/resources/location-one-tab-content-img-3.jpg b/pages/assets/images/resources/location-one-tab-content-img-3.jpg new file mode 100644 index 0000000..f4dce9b Binary files /dev/null and b/pages/assets/images/resources/location-one-tab-content-img-3.jpg differ diff --git a/pages/assets/images/resources/location-one-tab-content-img-4.jpg b/pages/assets/images/resources/location-one-tab-content-img-4.jpg new file mode 100644 index 0000000..945f52f Binary files /dev/null and b/pages/assets/images/resources/location-one-tab-content-img-4.jpg differ diff --git a/pages/assets/images/resources/logo-1.png b/pages/assets/images/resources/logo-1.png new file mode 100644 index 0000000..682514b Binary files /dev/null and b/pages/assets/images/resources/logo-1.png differ diff --git a/pages/assets/images/resources/logo-2.png b/pages/assets/images/resources/logo-2.png new file mode 100644 index 0000000..f01143d Binary files /dev/null and b/pages/assets/images/resources/logo-2.png differ diff --git a/pages/assets/images/resources/services-one-img-1.jpg b/pages/assets/images/resources/services-one-img-1.jpg new file mode 100644 index 0000000..ba79d49 Binary files /dev/null and b/pages/assets/images/resources/services-one-img-1.jpg differ diff --git a/pages/assets/images/resources/services-one-img-2.jpg b/pages/assets/images/resources/services-one-img-2.jpg new file mode 100644 index 0000000..99f2d32 Binary files /dev/null and b/pages/assets/images/resources/services-one-img-2.jpg differ diff --git a/pages/assets/images/resources/services-one-img-3.jpg b/pages/assets/images/resources/services-one-img-3.jpg new file mode 100644 index 0000000..3e8b3ee Binary files /dev/null and b/pages/assets/images/resources/services-one-img-3.jpg differ diff --git a/pages/assets/images/resources/services-one-img-4.jpg b/pages/assets/images/resources/services-one-img-4.jpg new file mode 100644 index 0000000..0d3464b Binary files /dev/null and b/pages/assets/images/resources/services-one-img-4.jpg differ diff --git a/pages/assets/images/resources/site-footer-visa-img-1-1.jpg b/pages/assets/images/resources/site-footer-visa-img-1-1.jpg new file mode 100644 index 0000000..1888730 Binary files /dev/null and b/pages/assets/images/resources/site-footer-visa-img-1-1.jpg differ diff --git a/pages/assets/images/resources/site-footer-visa-img-1-2.jpg b/pages/assets/images/resources/site-footer-visa-img-1-2.jpg new file mode 100644 index 0000000..cebde25 Binary files /dev/null and b/pages/assets/images/resources/site-footer-visa-img-1-2.jpg differ diff --git a/pages/assets/images/resources/site-footer-visa-img-1-3.jpg b/pages/assets/images/resources/site-footer-visa-img-1-3.jpg new file mode 100644 index 0000000..53b7a30 Binary files /dev/null and b/pages/assets/images/resources/site-footer-visa-img-1-3.jpg differ diff --git a/pages/assets/images/resources/story-details-badge.png b/pages/assets/images/resources/story-details-badge.png new file mode 100644 index 0000000..b98de57 Binary files /dev/null and b/pages/assets/images/resources/story-details-badge.png differ diff --git a/pages/assets/images/resources/story-details-flag.png b/pages/assets/images/resources/story-details-flag.png new file mode 100644 index 0000000..0623972 Binary files /dev/null and b/pages/assets/images/resources/story-details-flag.png differ diff --git a/pages/assets/images/resources/story-details-img-1.png b/pages/assets/images/resources/story-details-img-1.png new file mode 100644 index 0000000..a012b5b Binary files /dev/null and b/pages/assets/images/resources/story-details-img-1.png differ diff --git a/pages/assets/images/resources/travel-one-img-1.jpg b/pages/assets/images/resources/travel-one-img-1.jpg new file mode 100644 index 0000000..68222c5 Binary files /dev/null and b/pages/assets/images/resources/travel-one-img-1.jpg differ diff --git a/pages/assets/images/resources/visa-details-img-1.jpg b/pages/assets/images/resources/visa-details-img-1.jpg new file mode 100644 index 0000000..7805190 Binary files /dev/null and b/pages/assets/images/resources/visa-details-img-1.jpg differ diff --git a/pages/assets/images/resources/visa-offers-flag-1-1.jpg b/pages/assets/images/resources/visa-offers-flag-1-1.jpg new file mode 100644 index 0000000..ffdec90 Binary files /dev/null and b/pages/assets/images/resources/visa-offers-flag-1-1.jpg differ diff --git a/pages/assets/images/resources/visa-offers-flag-1-2.jpg b/pages/assets/images/resources/visa-offers-flag-1-2.jpg new file mode 100644 index 0000000..0b1e881 Binary files /dev/null and b/pages/assets/images/resources/visa-offers-flag-1-2.jpg differ diff --git a/pages/assets/images/resources/visa-offers-flag-1-3.jpg b/pages/assets/images/resources/visa-offers-flag-1-3.jpg new file mode 100644 index 0000000..f7619c8 Binary files /dev/null and b/pages/assets/images/resources/visa-offers-flag-1-3.jpg differ diff --git a/pages/assets/images/resources/visa-offers-flag-1-4.jpg b/pages/assets/images/resources/visa-offers-flag-1-4.jpg new file mode 100644 index 0000000..147d2fb Binary files /dev/null and b/pages/assets/images/resources/visa-offers-flag-1-4.jpg differ diff --git a/pages/assets/images/resources/visa-offers-flag-1-5.jpg b/pages/assets/images/resources/visa-offers-flag-1-5.jpg new file mode 100644 index 0000000..15a51da Binary files /dev/null and b/pages/assets/images/resources/visa-offers-flag-1-5.jpg differ diff --git a/pages/assets/images/resources/visa-offers-flag-1-6.jpg b/pages/assets/images/resources/visa-offers-flag-1-6.jpg new file mode 100644 index 0000000..ef49fbc Binary files /dev/null and b/pages/assets/images/resources/visa-offers-flag-1-6.jpg differ diff --git a/pages/assets/images/resources/visa-offers-img-1-1.jpg b/pages/assets/images/resources/visa-offers-img-1-1.jpg new file mode 100644 index 0000000..daf6a2f Binary files /dev/null and b/pages/assets/images/resources/visa-offers-img-1-1.jpg differ diff --git a/pages/assets/images/resources/visa-offers-img-1-2.jpg b/pages/assets/images/resources/visa-offers-img-1-2.jpg new file mode 100644 index 0000000..68bfca1 Binary files /dev/null and b/pages/assets/images/resources/visa-offers-img-1-2.jpg differ diff --git a/pages/assets/images/resources/visa-offers-img-1-3.jpg b/pages/assets/images/resources/visa-offers-img-1-3.jpg new file mode 100644 index 0000000..1621cdd Binary files /dev/null and b/pages/assets/images/resources/visa-offers-img-1-3.jpg differ diff --git a/pages/assets/images/resources/visa-offers-img-1-4.jpg b/pages/assets/images/resources/visa-offers-img-1-4.jpg new file mode 100644 index 0000000..75e6181 Binary files /dev/null and b/pages/assets/images/resources/visa-offers-img-1-4.jpg differ diff --git a/pages/assets/images/resources/visa-offers-img-1-5.jpg b/pages/assets/images/resources/visa-offers-img-1-5.jpg new file mode 100644 index 0000000..61592c5 Binary files /dev/null and b/pages/assets/images/resources/visa-offers-img-1-5.jpg differ diff --git a/pages/assets/images/resources/visa-offers-img-1-6.jpg b/pages/assets/images/resources/visa-offers-img-1-6.jpg new file mode 100644 index 0000000..bf30ffe Binary files /dev/null and b/pages/assets/images/resources/visa-offers-img-1-6.jpg differ diff --git a/pages/assets/images/services/services-2-1.jpg b/pages/assets/images/services/services-2-1.jpg new file mode 100644 index 0000000..29c39ca Binary files /dev/null and b/pages/assets/images/services/services-2-1.jpg differ diff --git a/pages/assets/images/services/services-2-2.jpg b/pages/assets/images/services/services-2-2.jpg new file mode 100644 index 0000000..40b5641 Binary files /dev/null and b/pages/assets/images/services/services-2-2.jpg differ diff --git a/pages/assets/images/services/services-2-3.jpg b/pages/assets/images/services/services-2-3.jpg new file mode 100644 index 0000000..0f35cad Binary files /dev/null and b/pages/assets/images/services/services-2-3.jpg differ diff --git a/pages/assets/images/services/services-3-1.jpg b/pages/assets/images/services/services-3-1.jpg new file mode 100644 index 0000000..d731642 Binary files /dev/null and b/pages/assets/images/services/services-3-1.jpg differ diff --git a/pages/assets/images/services/services-3-2.jpg b/pages/assets/images/services/services-3-2.jpg new file mode 100644 index 0000000..d3c2387 Binary files /dev/null and b/pages/assets/images/services/services-3-2.jpg differ diff --git a/pages/assets/images/services/services-3-3.jpg b/pages/assets/images/services/services-3-3.jpg new file mode 100644 index 0000000..401f221 Binary files /dev/null and b/pages/assets/images/services/services-3-3.jpg differ diff --git a/pages/assets/images/services/services-3-4.jpg b/pages/assets/images/services/services-3-4.jpg new file mode 100644 index 0000000..428f553 Binary files /dev/null and b/pages/assets/images/services/services-3-4.jpg differ diff --git a/pages/assets/images/shapes/about-four-shape-2.png b/pages/assets/images/shapes/about-four-shape-2.png new file mode 100644 index 0000000..2d73f05 Binary files /dev/null and b/pages/assets/images/shapes/about-four-shape-2.png differ diff --git a/pages/assets/images/shapes/about-one-shape-1-dark.png b/pages/assets/images/shapes/about-one-shape-1-dark.png new file mode 100644 index 0000000..bbfed8b Binary files /dev/null and b/pages/assets/images/shapes/about-one-shape-1-dark.png differ diff --git a/pages/assets/images/shapes/about-one-shape-1.png b/pages/assets/images/shapes/about-one-shape-1.png new file mode 100644 index 0000000..e060334 Binary files /dev/null and b/pages/assets/images/shapes/about-one-shape-1.png differ diff --git a/pages/assets/images/shapes/about-one-shape-2-dark.png b/pages/assets/images/shapes/about-one-shape-2-dark.png new file mode 100644 index 0000000..eb3165f Binary files /dev/null and b/pages/assets/images/shapes/about-one-shape-2-dark.png differ diff --git a/pages/assets/images/shapes/about-one-shape-2.png b/pages/assets/images/shapes/about-one-shape-2.png new file mode 100644 index 0000000..d42914d Binary files /dev/null and b/pages/assets/images/shapes/about-one-shape-2.png differ diff --git a/pages/assets/images/shapes/about-one-shape-3-dark.png b/pages/assets/images/shapes/about-one-shape-3-dark.png new file mode 100644 index 0000000..ae251bc Binary files /dev/null and b/pages/assets/images/shapes/about-one-shape-3-dark.png differ diff --git a/pages/assets/images/shapes/about-one-shape-3.png b/pages/assets/images/shapes/about-one-shape-3.png new file mode 100644 index 0000000..6cffce8 Binary files /dev/null and b/pages/assets/images/shapes/about-one-shape-3.png differ diff --git a/pages/assets/images/shapes/about-three-shape-1.png b/pages/assets/images/shapes/about-three-shape-1.png new file mode 100644 index 0000000..7ae9ea0 Binary files /dev/null and b/pages/assets/images/shapes/about-three-shape-1.png differ diff --git a/pages/assets/images/shapes/about-two-shape-1.png b/pages/assets/images/shapes/about-two-shape-1.png new file mode 100644 index 0000000..4bf6035 Binary files /dev/null and b/pages/assets/images/shapes/about-two-shape-1.png differ diff --git a/pages/assets/images/shapes/about-two-shape-2.png b/pages/assets/images/shapes/about-two-shape-2.png new file mode 100644 index 0000000..8a73db4 Binary files /dev/null and b/pages/assets/images/shapes/about-two-shape-2.png differ diff --git a/pages/assets/images/shapes/awards-one-shape-1.png b/pages/assets/images/shapes/awards-one-shape-1.png new file mode 100644 index 0000000..63a8339 Binary files /dev/null and b/pages/assets/images/shapes/awards-one-shape-1.png differ diff --git a/pages/assets/images/shapes/awards-one-shape-2.png b/pages/assets/images/shapes/awards-one-shape-2.png new file mode 100644 index 0000000..266974a Binary files /dev/null and b/pages/assets/images/shapes/awards-one-shape-2.png differ diff --git a/pages/assets/images/shapes/awards-one-shape-3.png b/pages/assets/images/shapes/awards-one-shape-3.png new file mode 100644 index 0000000..256c5a3 Binary files /dev/null and b/pages/assets/images/shapes/awards-one-shape-3.png differ diff --git a/pages/assets/images/shapes/awards-one-shape-4.png b/pages/assets/images/shapes/awards-one-shape-4.png new file mode 100644 index 0000000..f6494d2 Binary files /dev/null and b/pages/assets/images/shapes/awards-one-shape-4.png differ diff --git a/pages/assets/images/shapes/awards-one-shape-5.png b/pages/assets/images/shapes/awards-one-shape-5.png new file mode 100644 index 0000000..9728845 Binary files /dev/null and b/pages/assets/images/shapes/awards-one-shape-5.png differ diff --git a/pages/assets/images/shapes/awards-one-shape-6.png b/pages/assets/images/shapes/awards-one-shape-6.png new file mode 100644 index 0000000..bb913ea Binary files /dev/null and b/pages/assets/images/shapes/awards-one-shape-6.png differ diff --git a/pages/assets/images/shapes/awards-one-shape-7.png b/pages/assets/images/shapes/awards-one-shape-7.png new file mode 100644 index 0000000..43485cc Binary files /dev/null and b/pages/assets/images/shapes/awards-one-shape-7.png differ diff --git a/pages/assets/images/shapes/banner-one-shape-1.png b/pages/assets/images/shapes/banner-one-shape-1.png new file mode 100644 index 0000000..43f0813 Binary files /dev/null and b/pages/assets/images/shapes/banner-one-shape-1.png differ diff --git a/pages/assets/images/shapes/benefits-one-shape-1.png b/pages/assets/images/shapes/benefits-one-shape-1.png new file mode 100644 index 0000000..8fdc881 Binary files /dev/null and b/pages/assets/images/shapes/benefits-one-shape-1.png differ diff --git a/pages/assets/images/shapes/coaching-one-shape-1.png b/pages/assets/images/shapes/coaching-one-shape-1.png new file mode 100644 index 0000000..e697bf9 Binary files /dev/null and b/pages/assets/images/shapes/coaching-one-shape-1.png differ diff --git a/pages/assets/images/shapes/contact-one-shape-1.png b/pages/assets/images/shapes/contact-one-shape-1.png new file mode 100644 index 0000000..dc796fd Binary files /dev/null and b/pages/assets/images/shapes/contact-one-shape-1.png differ diff --git a/pages/assets/images/shapes/countries-three-bottom-shape.png b/pages/assets/images/shapes/countries-three-bottom-shape.png new file mode 100644 index 0000000..a111c24 Binary files /dev/null and b/pages/assets/images/shapes/countries-three-bottom-shape.png differ diff --git a/pages/assets/images/shapes/countries-three-shape-1.png b/pages/assets/images/shapes/countries-three-shape-1.png new file mode 100644 index 0000000..8aee3cc Binary files /dev/null and b/pages/assets/images/shapes/countries-three-shape-1.png differ diff --git a/pages/assets/images/shapes/countries-three-shape-2.png b/pages/assets/images/shapes/countries-three-shape-2.png new file mode 100644 index 0000000..2303583 Binary files /dev/null and b/pages/assets/images/shapes/countries-three-shape-2.png differ diff --git a/pages/assets/images/shapes/excellence-one-shape-1.png b/pages/assets/images/shapes/excellence-one-shape-1.png new file mode 100644 index 0000000..c43583e Binary files /dev/null and b/pages/assets/images/shapes/excellence-one-shape-1.png differ diff --git a/pages/assets/images/shapes/excellence-one-shape-2.png b/pages/assets/images/shapes/excellence-one-shape-2.png new file mode 100644 index 0000000..a632058 Binary files /dev/null and b/pages/assets/images/shapes/excellence-one-shape-2.png differ diff --git a/pages/assets/images/shapes/faq-one-shape-1.png b/pages/assets/images/shapes/faq-one-shape-1.png new file mode 100644 index 0000000..8117c4b Binary files /dev/null and b/pages/assets/images/shapes/faq-one-shape-1.png differ diff --git a/pages/assets/images/shapes/faq-search-shape-1.png b/pages/assets/images/shapes/faq-search-shape-1.png new file mode 100644 index 0000000..1230300 Binary files /dev/null and b/pages/assets/images/shapes/faq-search-shape-1.png differ diff --git a/pages/assets/images/shapes/feature-one-shape-1-dark.png b/pages/assets/images/shapes/feature-one-shape-1-dark.png new file mode 100644 index 0000000..5970c67 Binary files /dev/null and b/pages/assets/images/shapes/feature-one-shape-1-dark.png differ diff --git a/pages/assets/images/shapes/feature-one-shape-1.png b/pages/assets/images/shapes/feature-one-shape-1.png new file mode 100644 index 0000000..e56b4eb Binary files /dev/null and b/pages/assets/images/shapes/feature-one-shape-1.png differ diff --git a/pages/assets/images/shapes/feature-two-shape-3.png b/pages/assets/images/shapes/feature-two-shape-3.png new file mode 100644 index 0000000..48bd58d Binary files /dev/null and b/pages/assets/images/shapes/feature-two-shape-3.png differ diff --git a/pages/assets/images/shapes/main-header-two-social-shape.png b/pages/assets/images/shapes/main-header-two-social-shape.png new file mode 100644 index 0000000..462a195 Binary files /dev/null and b/pages/assets/images/shapes/main-header-two-social-shape.png differ diff --git a/pages/assets/images/shapes/main-menu-three-btn-shape.png b/pages/assets/images/shapes/main-menu-three-btn-shape.png new file mode 100644 index 0000000..389e4f5 Binary files /dev/null and b/pages/assets/images/shapes/main-menu-three-btn-shape.png differ diff --git a/pages/assets/images/shapes/main-slider-two-shadow.png b/pages/assets/images/shapes/main-slider-two-shadow.png new file mode 100644 index 0000000..1f926bc Binary files /dev/null and b/pages/assets/images/shapes/main-slider-two-shadow.png differ diff --git a/pages/assets/images/shapes/main-slider-two-shape-1.png b/pages/assets/images/shapes/main-slider-two-shape-1.png new file mode 100644 index 0000000..4f01a74 Binary files /dev/null and b/pages/assets/images/shapes/main-slider-two-shape-1.png differ diff --git a/pages/assets/images/shapes/pricing-page-shape-1.png b/pages/assets/images/shapes/pricing-page-shape-1.png new file mode 100644 index 0000000..246b3b9 Binary files /dev/null and b/pages/assets/images/shapes/pricing-page-shape-1.png differ diff --git a/pages/assets/images/shapes/process-one-shape-1.png b/pages/assets/images/shapes/process-one-shape-1.png new file mode 100644 index 0000000..3040798 Binary files /dev/null and b/pages/assets/images/shapes/process-one-shape-1.png differ diff --git a/pages/assets/images/shapes/process-one-shape-2.png b/pages/assets/images/shapes/process-one-shape-2.png new file mode 100644 index 0000000..5e5f92c Binary files /dev/null and b/pages/assets/images/shapes/process-one-shape-2.png differ diff --git a/pages/assets/images/shapes/process-one-shape-3.png b/pages/assets/images/shapes/process-one-shape-3.png new file mode 100644 index 0000000..33c4cdc Binary files /dev/null and b/pages/assets/images/shapes/process-one-shape-3.png differ diff --git a/pages/assets/images/shapes/services-one-hover-shape.png b/pages/assets/images/shapes/services-one-hover-shape.png new file mode 100644 index 0000000..f1dcf06 Binary files /dev/null and b/pages/assets/images/shapes/services-one-hover-shape.png differ diff --git a/pages/assets/images/shapes/services-two-shape-1.png b/pages/assets/images/shapes/services-two-shape-1.png new file mode 100644 index 0000000..088eb11 Binary files /dev/null and b/pages/assets/images/shapes/services-two-shape-1.png differ diff --git a/pages/assets/images/shapes/site-footer-map-1.png b/pages/assets/images/shapes/site-footer-map-1.png new file mode 100644 index 0000000..67a7db4 Binary files /dev/null and b/pages/assets/images/shapes/site-footer-map-1.png differ diff --git a/pages/assets/images/shapes/story-details-shape-1.png b/pages/assets/images/shapes/story-details-shape-1.png new file mode 100644 index 0000000..91d637b Binary files /dev/null and b/pages/assets/images/shapes/story-details-shape-1.png differ diff --git a/pages/assets/images/shapes/team-details-shape-1.png b/pages/assets/images/shapes/team-details-shape-1.png new file mode 100644 index 0000000..ffa327b Binary files /dev/null and b/pages/assets/images/shapes/team-details-shape-1.png differ diff --git a/pages/assets/images/shapes/testimonial-one-shape-1-dark.png b/pages/assets/images/shapes/testimonial-one-shape-1-dark.png new file mode 100644 index 0000000..caf9eb4 Binary files /dev/null and b/pages/assets/images/shapes/testimonial-one-shape-1-dark.png differ diff --git a/pages/assets/images/shapes/testimonial-one-shape-1.png b/pages/assets/images/shapes/testimonial-one-shape-1.png new file mode 100644 index 0000000..cd6c591 Binary files /dev/null and b/pages/assets/images/shapes/testimonial-one-shape-1.png differ diff --git a/pages/assets/images/shapes/testimonial-three-map.png b/pages/assets/images/shapes/testimonial-three-map.png new file mode 100644 index 0000000..b777883 Binary files /dev/null and b/pages/assets/images/shapes/testimonial-three-map.png differ diff --git a/pages/assets/images/shapes/testimonial-three-shape-1.png b/pages/assets/images/shapes/testimonial-three-shape-1.png new file mode 100644 index 0000000..e5b0fd4 Binary files /dev/null and b/pages/assets/images/shapes/testimonial-three-shape-1.png differ diff --git a/pages/assets/images/shapes/testimonial-three-shape-2.png b/pages/assets/images/shapes/testimonial-three-shape-2.png new file mode 100644 index 0000000..80aeaf1 Binary files /dev/null and b/pages/assets/images/shapes/testimonial-three-shape-2.png differ diff --git a/pages/assets/images/shapes/testimonial-two-shape-1.png b/pages/assets/images/shapes/testimonial-two-shape-1.png new file mode 100644 index 0000000..9a2f4d3 Binary files /dev/null and b/pages/assets/images/shapes/testimonial-two-shape-1.png differ diff --git a/pages/assets/images/shapes/video-one-shape-1.png b/pages/assets/images/shapes/video-one-shape-1.png new file mode 100644 index 0000000..73861a6 Binary files /dev/null and b/pages/assets/images/shapes/video-one-shape-1.png differ diff --git a/pages/assets/images/shapes/visa-offers-dot.png b/pages/assets/images/shapes/visa-offers-dot.png new file mode 100644 index 0000000..bf1606d Binary files /dev/null and b/pages/assets/images/shapes/visa-offers-dot.png differ diff --git a/pages/assets/images/shapes/visa-offers-plane-2.png b/pages/assets/images/shapes/visa-offers-plane-2.png new file mode 100644 index 0000000..d71a631 Binary files /dev/null and b/pages/assets/images/shapes/visa-offers-plane-2.png differ diff --git a/pages/assets/images/shapes/visa-offers-plane-3.png b/pages/assets/images/shapes/visa-offers-plane-3.png new file mode 100644 index 0000000..ff9a25c Binary files /dev/null and b/pages/assets/images/shapes/visa-offers-plane-3.png differ diff --git a/pages/assets/images/shapes/visa-offers-plane-4.png b/pages/assets/images/shapes/visa-offers-plane-4.png new file mode 100644 index 0000000..d6cd918 Binary files /dev/null and b/pages/assets/images/shapes/visa-offers-plane-4.png differ diff --git a/pages/assets/images/shapes/visa-offers-plane-5.png b/pages/assets/images/shapes/visa-offers-plane-5.png new file mode 100644 index 0000000..fcbe3aa Binary files /dev/null and b/pages/assets/images/shapes/visa-offers-plane-5.png differ diff --git a/pages/assets/images/shapes/visa-offers-plane-6.png b/pages/assets/images/shapes/visa-offers-plane-6.png new file mode 100644 index 0000000..fbe1721 Binary files /dev/null and b/pages/assets/images/shapes/visa-offers-plane-6.png differ diff --git a/pages/assets/images/shapes/visa-offers-plane.png b/pages/assets/images/shapes/visa-offers-plane.png new file mode 100644 index 0000000..643bf6d Binary files /dev/null and b/pages/assets/images/shapes/visa-offers-plane.png differ diff --git a/pages/assets/images/shapes/visa-offers-shape-1.jpg b/pages/assets/images/shapes/visa-offers-shape-1.jpg new file mode 100644 index 0000000..41f371a Binary files /dev/null and b/pages/assets/images/shapes/visa-offers-shape-1.jpg differ diff --git a/pages/assets/images/shapes/visa-offers-shape-2.jpg b/pages/assets/images/shapes/visa-offers-shape-2.jpg new file mode 100644 index 0000000..5216a08 Binary files /dev/null and b/pages/assets/images/shapes/visa-offers-shape-2.jpg differ diff --git a/pages/assets/images/shapes/visa-offers-shape-3.jpg b/pages/assets/images/shapes/visa-offers-shape-3.jpg new file mode 100644 index 0000000..da53ae1 Binary files /dev/null and b/pages/assets/images/shapes/visa-offers-shape-3.jpg differ diff --git a/pages/assets/images/shapes/visa-offers-shape-4.jpg b/pages/assets/images/shapes/visa-offers-shape-4.jpg new file mode 100644 index 0000000..59bbaa7 Binary files /dev/null and b/pages/assets/images/shapes/visa-offers-shape-4.jpg differ diff --git a/pages/assets/images/shapes/visa-offers-shape-5.jpg b/pages/assets/images/shapes/visa-offers-shape-5.jpg new file mode 100644 index 0000000..d463d85 Binary files /dev/null and b/pages/assets/images/shapes/visa-offers-shape-5.jpg differ diff --git a/pages/assets/images/shapes/visa-offers-shape-6.jpg b/pages/assets/images/shapes/visa-offers-shape-6.jpg new file mode 100644 index 0000000..95ff465 Binary files /dev/null and b/pages/assets/images/shapes/visa-offers-shape-6.jpg differ diff --git a/pages/assets/images/shapes/visa-offers-texture-shape.jpg b/pages/assets/images/shapes/visa-offers-texture-shape.jpg new file mode 100644 index 0000000..fa458ac Binary files /dev/null and b/pages/assets/images/shapes/visa-offers-texture-shape.jpg differ diff --git a/pages/assets/images/shop/cart-page-img-1.jpg b/pages/assets/images/shop/cart-page-img-1.jpg new file mode 100644 index 0000000..b930049 Binary files /dev/null and b/pages/assets/images/shop/cart-page-img-1.jpg differ diff --git a/pages/assets/images/shop/cart-page-img-2.jpg b/pages/assets/images/shop/cart-page-img-2.jpg new file mode 100644 index 0000000..4f09263 Binary files /dev/null and b/pages/assets/images/shop/cart-page-img-2.jpg differ diff --git a/pages/assets/images/shop/paypal-1.jpg b/pages/assets/images/shop/paypal-1.jpg new file mode 100644 index 0000000..3135d5f Binary files /dev/null and b/pages/assets/images/shop/paypal-1.jpg differ diff --git a/pages/assets/images/shop/product-details-img-1.jpg b/pages/assets/images/shop/product-details-img-1.jpg new file mode 100644 index 0000000..7d48273 Binary files /dev/null and b/pages/assets/images/shop/product-details-img-1.jpg differ diff --git a/pages/assets/images/shop/review-1-1.jpg b/pages/assets/images/shop/review-1-1.jpg new file mode 100644 index 0000000..e669382 Binary files /dev/null and b/pages/assets/images/shop/review-1-1.jpg differ diff --git a/pages/assets/images/shop/review-1-2.jpg b/pages/assets/images/shop/review-1-2.jpg new file mode 100644 index 0000000..eb05848 Binary files /dev/null and b/pages/assets/images/shop/review-1-2.jpg differ diff --git a/pages/assets/images/shop/shop-product-1-1.jpg b/pages/assets/images/shop/shop-product-1-1.jpg new file mode 100644 index 0000000..26aff72 Binary files /dev/null and b/pages/assets/images/shop/shop-product-1-1.jpg differ diff --git a/pages/assets/images/shop/shop-product-1-2.jpg b/pages/assets/images/shop/shop-product-1-2.jpg new file mode 100644 index 0000000..c56becb Binary files /dev/null and b/pages/assets/images/shop/shop-product-1-2.jpg differ diff --git a/pages/assets/images/shop/shop-product-1-3.jpg b/pages/assets/images/shop/shop-product-1-3.jpg new file mode 100644 index 0000000..c7961e4 Binary files /dev/null and b/pages/assets/images/shop/shop-product-1-3.jpg differ diff --git a/pages/assets/images/shop/shop-product-1-4.jpg b/pages/assets/images/shop/shop-product-1-4.jpg new file mode 100644 index 0000000..0d12b32 Binary files /dev/null and b/pages/assets/images/shop/shop-product-1-4.jpg differ diff --git a/pages/assets/images/shop/shop-product-1-5.jpg b/pages/assets/images/shop/shop-product-1-5.jpg new file mode 100644 index 0000000..60287db Binary files /dev/null and b/pages/assets/images/shop/shop-product-1-5.jpg differ diff --git a/pages/assets/images/shop/shop-product-1-6.jpg b/pages/assets/images/shop/shop-product-1-6.jpg new file mode 100644 index 0000000..57b8807 Binary files /dev/null and b/pages/assets/images/shop/shop-product-1-6.jpg differ diff --git a/pages/assets/images/shop/shop-product-1-7.jpg b/pages/assets/images/shop/shop-product-1-7.jpg new file mode 100644 index 0000000..e68324f Binary files /dev/null and b/pages/assets/images/shop/shop-product-1-7.jpg differ diff --git a/pages/assets/images/shop/shop-product-1-8.jpg b/pages/assets/images/shop/shop-product-1-8.jpg new file mode 100644 index 0000000..7180a74 Binary files /dev/null and b/pages/assets/images/shop/shop-product-1-8.jpg differ diff --git a/pages/assets/images/shop/shop-product-1-9.jpg b/pages/assets/images/shop/shop-product-1-9.jpg new file mode 100644 index 0000000..c93840a Binary files /dev/null and b/pages/assets/images/shop/shop-product-1-9.jpg differ diff --git a/pages/assets/images/team/team-1-1.jpg b/pages/assets/images/team/team-1-1.jpg new file mode 100644 index 0000000..f38baba Binary files /dev/null and b/pages/assets/images/team/team-1-1.jpg differ diff --git a/pages/assets/images/team/team-1-2.jpg b/pages/assets/images/team/team-1-2.jpg new file mode 100644 index 0000000..98525fd Binary files /dev/null and b/pages/assets/images/team/team-1-2.jpg differ diff --git a/pages/assets/images/team/team-1-3.jpg b/pages/assets/images/team/team-1-3.jpg new file mode 100644 index 0000000..2e4f82e Binary files /dev/null and b/pages/assets/images/team/team-1-3.jpg differ diff --git a/pages/assets/images/team/team-1-4.jpg b/pages/assets/images/team/team-1-4.jpg new file mode 100644 index 0000000..7783245 Binary files /dev/null and b/pages/assets/images/team/team-1-4.jpg differ diff --git a/pages/assets/images/team/team-1-5.jpg b/pages/assets/images/team/team-1-5.jpg new file mode 100644 index 0000000..755c9b7 Binary files /dev/null and b/pages/assets/images/team/team-1-5.jpg differ diff --git a/pages/assets/images/team/team-1-6.jpg b/pages/assets/images/team/team-1-6.jpg new file mode 100644 index 0000000..8e5c089 Binary files /dev/null and b/pages/assets/images/team/team-1-6.jpg differ diff --git a/pages/assets/images/team/team-1-7.jpg b/pages/assets/images/team/team-1-7.jpg new file mode 100644 index 0000000..cffab42 Binary files /dev/null and b/pages/assets/images/team/team-1-7.jpg differ diff --git a/pages/assets/images/team/team-1-8.jpg b/pages/assets/images/team/team-1-8.jpg new file mode 100644 index 0000000..ab87a39 Binary files /dev/null and b/pages/assets/images/team/team-1-8.jpg differ diff --git a/pages/assets/images/team/team-details-img-1.jpg b/pages/assets/images/team/team-details-img-1.jpg new file mode 100644 index 0000000..5bc3317 Binary files /dev/null and b/pages/assets/images/team/team-details-img-1.jpg differ diff --git a/pages/assets/images/testimonial/testimonial-2-1.jpg b/pages/assets/images/testimonial/testimonial-2-1.jpg new file mode 100644 index 0000000..b60c0bb Binary files /dev/null and b/pages/assets/images/testimonial/testimonial-2-1.jpg differ diff --git a/pages/assets/images/testimonial/testimonial-2-2.jpg b/pages/assets/images/testimonial/testimonial-2-2.jpg new file mode 100644 index 0000000..24fe7cf Binary files /dev/null and b/pages/assets/images/testimonial/testimonial-2-2.jpg differ diff --git a/pages/assets/images/testimonial/testimonial-2-3.jpg b/pages/assets/images/testimonial/testimonial-2-3.jpg new file mode 100644 index 0000000..43c35d1 Binary files /dev/null and b/pages/assets/images/testimonial/testimonial-2-3.jpg differ diff --git a/pages/assets/images/testimonial/testimonial-2-4.jpg b/pages/assets/images/testimonial/testimonial-2-4.jpg new file mode 100644 index 0000000..89f20f3 Binary files /dev/null and b/pages/assets/images/testimonial/testimonial-2-4.jpg differ diff --git a/pages/assets/images/testimonial/testimonial-2-5.jpg b/pages/assets/images/testimonial/testimonial-2-5.jpg new file mode 100644 index 0000000..9477451 Binary files /dev/null and b/pages/assets/images/testimonial/testimonial-2-5.jpg differ diff --git a/pages/assets/images/testimonial/testimonial-2-6.jpg b/pages/assets/images/testimonial/testimonial-2-6.jpg new file mode 100644 index 0000000..00cce15 Binary files /dev/null and b/pages/assets/images/testimonial/testimonial-2-6.jpg differ diff --git a/pages/assets/images/testimonial/testimonial-3-1.jpg b/pages/assets/images/testimonial/testimonial-3-1.jpg new file mode 100644 index 0000000..5d9dbf7 Binary files /dev/null and b/pages/assets/images/testimonial/testimonial-3-1.jpg differ diff --git a/pages/assets/images/testimonial/testimonial-3-2.jpg b/pages/assets/images/testimonial/testimonial-3-2.jpg new file mode 100644 index 0000000..10b1fd1 Binary files /dev/null and b/pages/assets/images/testimonial/testimonial-3-2.jpg differ diff --git a/pages/assets/images/testimonial/testimonial-3-3.jpg b/pages/assets/images/testimonial/testimonial-3-3.jpg new file mode 100644 index 0000000..7712e2f Binary files /dev/null and b/pages/assets/images/testimonial/testimonial-3-3.jpg differ diff --git a/pages/assets/images/testimonial/testimonial-one-img-1.png b/pages/assets/images/testimonial/testimonial-one-img-1.png new file mode 100644 index 0000000..58a7ebf Binary files /dev/null and b/pages/assets/images/testimonial/testimonial-one-img-1.png differ diff --git a/pages/assets/images/testimonial/testimonial-one-img-2.png b/pages/assets/images/testimonial/testimonial-one-img-2.png new file mode 100644 index 0000000..4a0eb87 Binary files /dev/null and b/pages/assets/images/testimonial/testimonial-one-img-2.png differ diff --git a/pages/assets/images/testimonial/testimonial-one-img-3.png b/pages/assets/images/testimonial/testimonial-one-img-3.png new file mode 100644 index 0000000..87f7d62 Binary files /dev/null and b/pages/assets/images/testimonial/testimonial-one-img-3.png differ diff --git a/pages/assets/images/testimonial/testimonial-one-img-4.png b/pages/assets/images/testimonial/testimonial-one-img-4.png new file mode 100644 index 0000000..c5b98c3 Binary files /dev/null and b/pages/assets/images/testimonial/testimonial-one-img-4.png differ diff --git a/pages/assets/js/treck.js b/pages/assets/js/treck.js new file mode 100644 index 0000000..a9de03e --- /dev/null +++ b/pages/assets/js/treck.js @@ -0,0 +1,1083 @@ +(function ($) { + "use strict"; + + + + function thmSwiperInit() { + // swiper slider + if ($(".thm-swiper__slider").length) { + $(".thm-swiper__slider").each(function () { + let elm = $(this); + let options = elm.data('swiper-options'); + let thmSwiperSlider = new Swiper(elm, options); + }); + } + + } + + + + function thmOwlInit() { + // owl slider + + if ($(".thm-owl__carousel").length) { + $(".thm-owl__carousel").each(function () { + let elm = $(this); + let options = elm.data('owl-options'); + let thmOwlCarousel = elm.owlCarousel(options); + }); + } + + if ($(".thm-owl__carousel--custom-nav").length) { + $(".thm-owl__carousel--custom-nav").each(function () { + let elm = $(this); + let owlNavPrev = elm.data('owl-nav-prev'); + let owlNavNext = elm.data('owl-nav-next'); + $(owlNavPrev).on("click", function (e) { + elm.trigger('prev.owl.carousel'); + e.preventDefault(); + }) + + $(owlNavNext).on("click", function (e) { + elm.trigger('next.owl.carousel'); + e.preventDefault(); + }) + }); + } + + + } + + + // Price Filter + function priceFilter() { + if ($(".price-ranger").length) { + $(".price-ranger #slider-range").slider({ + range: true, + min: 50, + max: 500, + values: [11, 300], + slide: function (event, ui) { + $(".price-ranger .ranger-min-max-block .min").val( + "$" + ui.values[0] + ); + $(".price-ranger .ranger-min-max-block .max").val( + "$" + ui.values[1] + ); + }, + }); + $(".price-ranger .ranger-min-max-block .min").val( + "$" + $(".price-ranger #slider-range").slider("values", 0) + ); + $(".price-ranger .ranger-min-max-block .max").val( + "$" + $(".price-ranger #slider-range").slider("values", 1) + ); + } + } + + + //===Language switcher=== + function languageSwitcher() { + + if ($("#polyglot-language-options").length) { + $('#polyglotLanguageSwitcher').polyglotLanguageSwitcher({ + effect: 'slide', + animSpeed: 500, + testMode: true, + onChange: function (evt) { + alert("The selected language is: " + evt.selectedItem); + } + + }); + }; + } + + + + // custom coursor + if ($(".custom-cursor").length) { + + var cursor = document.querySelector('.custom-cursor__cursor'); + var cursorinner = document.querySelector('.custom-cursor__cursor-two'); + var a = document.querySelectorAll('a'); + + document.addEventListener('mousemove', function (e) { + var x = e.clientX; + var y = e.clientY; + cursor.style.transform = `translate3d(calc(${e.clientX}px - 50%), calc(${e.clientY}px - 50%), 0)` + }); + + document.addEventListener('mousemove', function (e) { + var x = e.clientX; + var y = e.clientY; + cursorinner.style.left = x + 'px'; + cursorinner.style.top = y + 'px'; + }); + + document.addEventListener('mousedown', function () { + cursor.classList.add('click'); + cursorinner.classList.add('custom-cursor__innerhover') + }); + + document.addEventListener('mouseup', function () { + cursor.classList.remove('click') + cursorinner.classList.remove('custom-cursor__innerhover') + }); + + a.forEach(item => { + item.addEventListener('mouseover', () => { + cursor.classList.add('custom-cursor__hover'); + }); + item.addEventListener('mouseleave', () => { + cursor.classList.remove('custom-cursor__hover'); + }); + }) + } + + + if ($(".listing-details__contact-info-phone").length) { + $(".listing-details__contact-info-phone").on("click", function (e) { + e.preventDefault(); + var textElement = $(this).find(".text h5"); + var mainText = textElement.data("number"); + var toggleText = textElement.data("toggle-number"); + if (textElement.text() === mainText) { + textElement.text(toggleText); + } else { + textElement.text(mainText); + } + }); + } + + + + if ($(".listing-top__map-show-hide").length) { + $(".listing-top__map-show-hide").on("click", function () { + $(this).toggleClass("hidden"); + var textElement = $(this).find(".listing-top__map-show-hide-text span"); + if (textElement.text() == textElement.data("text")) { + textElement.text(textElement.data("toggle-text")); + } else { + textElement.text(textElement.data("text")); + } + $(".listing__map").toggleClass("hidden"); + $(".listing__content").toggleClass("hidden"); + }); + } + + + + + if ($("#datepicker").length) { + $("#datepicker").datepicker(); + } + + if ($("#datepicker2").length) { + $("#datepicker2").datepicker(); + } + + if ($("#datepicker-inline").length) { + $("#datepicker-inline").datepicker(); + } + + if ($('input[name="time"]').length) { + $('input[name="time"]').ptTimeSelect(); + } + + + if ($(".banner-bg-slide").length) { + $(".banner-bg-slide").each(function () { + var Self = $(this); + var bgSlideOptions = Self.data("options"); + var bannerTwoSlides = Self.vegas(bgSlideOptions); + }); + } + + //Pricing Tabs + if ($(".pricing-tabs").length) { + $(".pricing-tabs .tab-btns .tab-btn").on("click", function (e) { + e.preventDefault(); + var target = $($(this).attr("data-tab")); + + if ($(target).hasClass("actve-tab")) { + return false; + } else { + $(".pricing-tabs .tab-btns .tab-btn").removeClass("active-btn"); + $(this).addClass("active-btn"); + $(".pricing-tabs .pr-content .pr-tab").removeClass("active-tab"); + $(target).addClass("active-tab"); + } + }); + } + + // Type Effect + if ($(".typed-effect").length) { + $(".typed-effect").each(function () { + var typedStrings = $(this).data("strings"); + var typedTag = $(this).attr("id"); + var typed = new Typed("#" + typedTag, { + typeSpeed: 100, + backSpeed: 100, + fadeOut: true, + loop: true, + strings: typedStrings.split(",") + }); + }); + } + + // Popular Causes Progress Bar + if ($(".count-bar").length) { + $(".count-bar").appear( + function () { + var el = $(this); + var percent = el.data("percent"); + $(el).css("width", percent).addClass("counted"); + }, { + accY: -50 + } + ); + } + + //Progress Bar / Levels + if ($(".progress-levels .progress-box .bar-fill").length) { + $(".progress-box .bar-fill").each( + function () { + $(".progress-box .bar-fill").appear(function () { + var progressWidth = $(this).attr("data-percent"); + $(this).css("width", progressWidth + "%"); + }); + }, { + accY: 0 + } + ); + } + + //Fact Counter + Text Count + if ($(".count-box").length) { + $(".count-box").appear( + function () { + var $t = $(this), + n = $t.find(".count-text").attr("data-stop"), + r = parseInt($t.find(".count-text").attr("data-speed"), 10); + + if (!$t.hasClass("counted")) { + $t.addClass("counted"); + $({ + countNum: $t.find(".count-text").text() + }).animate({ + countNum: n + }, { + duration: r, + easing: "linear", + step: function () { + $t.find(".count-text").text(Math.floor(this.countNum)); + }, + complete: function () { + $t.find(".count-text").text(this.countNum); + } + }); + } + }, { + accY: 0 + } + ); + } + + // Accrodion + if ($(".accrodion-grp").length) { + var accrodionGrp = $(".accrodion-grp"); + accrodionGrp.each(function () { + var accrodionName = $(this).data("grp-name"); + var Self = $(this); + var accordion = Self.find(".accrodion"); + Self.addClass(accrodionName); + Self.find(".accrodion .accrodion-content").hide(); + Self.find(".accrodion.active").find(".accrodion-content").show(); + accordion.each(function () { + $(this) + .find(".accrodion-title") + .on("click", function () { + if ($(this).parent().hasClass("active") === false) { + $(".accrodion-grp." + accrodionName) + .find(".accrodion") + .removeClass("active"); + $(".accrodion-grp." + accrodionName) + .find(".accrodion") + .find(".accrodion-content") + .slideUp(); + $(this).parent().addClass("active"); + $(this).parent().find(".accrodion-content").slideDown(); + } + }); + }); + }); + } + + + if ($(".scroll-to-target").length) { + $(".scroll-to-target").on("click", function () { + var target = $(this).attr("data-target"); + // animate + $("html, body").animate({ + scrollTop: $(target).offset().top + }, + 1000 + ); + + return false; + }); + } + + + if ($(".contact-form-validated").length) { + $(".contact-form-validated").validate({ + // initialize the plugin + rules: { + name: { + required: true + }, + email: { + required: true, + email: true + }, + message: { + required: true + }, + subject: { + required: true + } + }, + submitHandler: function (form) { + // sending value with ajax request + $.post( + $(form).attr("action"), + $(form).serialize(), + function (response) { + $(form).parent().find(".result").append(response); + $(form).find('input[type="text"]').val(""); + $(form).find('input[type="email"]').val(""); + $(form).find("textarea").val(""); + } + ); + return false; + } + }); + } + + // mailchimp form + if ($(".mc-form").length) { + $(".mc-form").each(function () { + var Self = $(this); + var mcURL = Self.data("url"); + var mcResp = Self.parent().find(".mc-form__response"); + + Self.ajaxChimp({ + url: mcURL, + callback: function (resp) { + // appending response + mcResp.append(function () { + return '

    ' + resp.msg + "

    "; + }); + // making things based on response + if (resp.result === "success") { + // Do stuff + Self.removeClass("errored").addClass("successed"); + mcResp.removeClass("errored").addClass("successed"); + Self.find("input").val(""); + + mcResp.find("p").fadeOut(10000); + } + if (resp.result === "error") { + Self.removeClass("successed").addClass("errored"); + mcResp.removeClass("successed").addClass("errored"); + Self.find("input").val(""); + + mcResp.find("p").fadeOut(10000); + } + } + }); + }); + } + + if ($(".video-popup").length) { + $(".video-popup").magnificPopup({ + type: "iframe", + mainClass: "mfp-fade", + removalDelay: 160, + preloader: true, + + fixedContentPos: false + }); + } + + if ($(".img-popup").length) { + var groups = {}; + $(".img-popup").each(function () { + var id = parseInt($(this).attr("data-group"), 10); + + if (!groups[id]) { + groups[id] = []; + } + + groups[id].push(this); + }); + + $.each(groups, function () { + $(this).magnificPopup({ + type: "image", + closeOnContentClick: true, + closeBtnInside: false, + gallery: { + enabled: true + } + }); + }); + } + + function dynamicCurrentMenuClass(selector) { + let FileName = window.location.href.split("/").reverse()[0]; + + selector.find("li").each(function () { + let anchor = $(this).find("a"); + if ($(anchor).attr("href") === FileName) { + $(this).addClass("current"); + } + }); + // if any li has .current elmnt add class + selector.children("li").each(function () { + if ($(this).find(".current").length) { + $(this).addClass("current"); + } + }); + // if no file name return + if ("" === FileName) { + selector.find("li").eq(0).addClass("current"); + } + } + + if ($(".main-menu__list").length) { + // dynamic current class + let mainNavUL = $(".main-menu__list"); + dynamicCurrentMenuClass(mainNavUL); + } + if ($(".service-details__sidebar-service-list").length) { + // dynamic current class + let mainNavUL = $(".service-details__sidebar-service-list"); + dynamicCurrentMenuClass(mainNavUL); + } + + if ($(".main-menu__list").length && $(".mobile-nav__container").length) { + let navContent = document.querySelector(".main-menu__list").outerHTML; + let mobileNavContainer = document.querySelector(".mobile-nav__container"); + mobileNavContainer.innerHTML = navContent; + } + if ($(".sticky-header__content").length) { + let navContent = document.querySelector(".main-menu").innerHTML; + let mobileNavContainer = document.querySelector(".sticky-header__content"); + mobileNavContainer.innerHTML = navContent; + } + + if ($(".mobile-nav__container .main-menu__list").length) { + let dropdownAnchor = $( + ".mobile-nav__container .main-menu__list .dropdown > a" + ); + dropdownAnchor.each(function () { + let self = $(this); + let toggleBtn = document.createElement("BUTTON"); + toggleBtn.setAttribute("aria-label", "dropdown toggler"); + toggleBtn.innerHTML = ""; + self.append(function () { + return toggleBtn; + }); + self.find("button").on("click", function (e) { + e.preventDefault(); + let self = $(this); + self.toggleClass("expanded"); + self.parent().toggleClass("expanded"); + self.parent().parent().children("ul").slideToggle(); + }); + }); + } + + if ($(".mobile-nav__toggler").length) { + $(".mobile-nav__toggler").on("click", function (e) { + e.preventDefault(); + $(".mobile-nav__wrapper").toggleClass("expanded"); + $("body").toggleClass("locked"); + }); + } + + if ($(".search-toggler").length) { + $(".search-toggler").on("click", function (e) { + e.preventDefault(); + $(".search-popup").toggleClass("active"); + $(".mobile-nav__wrapper").removeClass("expanded"); + $("body").toggleClass("locked"); + }); + } + + if ($(".odometer").length) { + var odo = $(".odometer"); + odo.each(function () { + $(this).appear(function () { + var countNumber = $(this).attr("data-count"); + $(this).html(countNumber); + }); + }); + } + + if ($(".dynamic-year").length) { + let date = new Date(); + $(".dynamic-year").html(date.getFullYear()); + } + + if ($(".wow").length) { + var wow = new WOW({ + boxClass: "wow", // animated element css class (default is wow) + animateClass: "animated", // animation css class (default is animated) + mobile: true, // trigger animations on mobile devices (default is true) + live: true // act on asynchronously loaded content (default is true) + }); + wow.init(); + } + + if ($("#donate-amount__predefined").length) { + let donateInput = $("#donate-amount"); + $("#donate-amount__predefined") + .find("li") + .on("click", function (e) { + e.preventDefault(); + let amount = $(this).find("a").text(); + donateInput.val(amount); + $("#donate-amount__predefined").find("li").removeClass("active"); + $(this).addClass("active"); + }); + } + + if ($(".thm-accordion").length) { + let accordionWrapper = $(".thm-accordion"); + accordionWrapper.each(function () { + let $this = $(this); + let accordionID = $this.attr("id"); + let accordionTitle = $this.find(".thm-accordion__title"); + $this.addClass(accordionID); + // default hide + let mainAccordionContent = $this.find(".thm-accordion__content").hide(); + $this.find(".active-item .thm-accordion__content").show(); + // on title click + accordionTitle.on("click", function (e) { + e.preventDefault(); + let $this = $(this); + let accordionItem = $(this).parent(); + if (false === accordionItem.hasClass("active-item")) { + $("#" + accordionID) + .find(".thm-accordion__item") + .removeClass("active-item"); + accordionItem.addClass("active-item"); + mainAccordionContent.slideUp(); + accordionItem.find(".thm-accordion__content").slideDown(); + } + }); + }); + } + + $(".add").on("click", function () { + if ($(this).prev().val() < 999) { + $(this) + .prev() + .val(+$(this).prev().val() + 1); + } + }); + $(".sub").on("click", function () { + if ($(this).next().val() > 1) { + if ($(this).next().val() > 1) + $(this) + .next() + .val(+$(this).next().val() - 1); + } + }); + + if ($(".tabs-box").length) { + $(".tabs-box .tab-buttons .tab-btn").on("click", function (e) { + e.preventDefault(); + var target = $($(this).attr("data-tab")); + + if ($(target).is(":visible")) { + return false; + } else { + target + .parents(".tabs-box") + .find(".tab-buttons") + .find(".tab-btn") + .removeClass("active-btn"); + $(this).addClass("active-btn"); + target + .parents(".tabs-box") + .find(".tabs-content") + .find(".tab") + .fadeOut(0); + target + .parents(".tabs-box") + .find(".tabs-content") + .find(".tab") + .removeClass("active-tab"); + $(target).fadeIn(300); + $(target).addClass("active-tab"); + } + }); + } + + if ($(".range-slider-price").length) { + var priceRange = document.getElementById("range-slider-price"); + + noUiSlider.create(priceRange, { + start: [30, 150], + limit: 200, + behaviour: "drag", + connect: true, + range: { + min: 10, + max: 200 + } + }); + + var limitFieldMin = document.getElementById("min-value-rangeslider"); + var limitFieldMax = document.getElementById("max-value-rangeslider"); + + priceRange.noUiSlider.on("update", function (values, handle) { + (handle ? $(limitFieldMax) : $(limitFieldMin)).text(values[handle]); + }); + } + + + + + + + + + + + //Client Testimonial Carousel + if ($('.testimonial-three__carousel').length && $('.testimonial-three__thumb-carousel').length) { + + var bigimage = $(".testimonial-three__carousel"); + var thumbs = $(".testimonial-three__thumb-carousel"); + //var totalslides = 10; + var syncedSecondary = true; + + bigimage + .owlCarousel({ + items: 1, + slideSpeed: 2000, + nav: true, + autoplay: true, + dots: false, + loop: true, + navText: [ + '', + '' + ] + }) + .on("changed.owl.carousel", syncPosition); + + thumbs + .on("initialized.owl.carousel", function () { + thumbs + .find(".owl-item") + .eq(0) + .addClass("current"); + }) + .owlCarousel({ + items: 3, + dots: true, + nav: true, + navText: [ + '', + '' + ], + smartSpeed: 700, + slideBy: 3, + }) + .on("changed.owl.carousel", syncPosition2); + + function syncPosition(el) { + //if loop is set to false, then you have to uncomment the next line + //var current = el.item.index; + + //to disable loop, comment this block + var count = el.item.count - 1; + var current = Math.round(el.item.index - el.item.count / 2 - 0.5); + + if (current < 0) { + current = count; + } + if (current > count) { + current = 0; + } + //to this + thumbs + .find(".owl-item") + .removeClass("current") + .eq(current) + .addClass("current"); + var onscreen = thumbs.find(".owl-item.active").length - 1; + var start = thumbs + .find(".owl-item.active") + .first() + .index(); + var end = thumbs + .find(".owl-item.active") + .last() + .index(); + + if (current > end) { + thumbs.data("owl.carousel").to(current, 500, true); + } + if (current < start) { + thumbs.data("owl.carousel").to(current - onscreen, 500, true); + } + } + + function syncPosition2(el) { + if (syncedSecondary) { + var number = el.item.index; + bigimage.data("owl.carousel").to(number, 500, true); + } + } + + thumbs.on("click", ".owl-item", function (e) { + e.preventDefault(); + var number = $(this).index(); + bigimage.data("owl.carousel").to(number, 500, true); + }); + } + + + // ===Portfolio=== + function projectMasonaryLayout() { + if ($(".masonary-layout").length) { + $(".masonary-layout").isotope({ + layoutMode: "masonry" + }); + } + if ($(".post-filter").length) { + $(".post-filter li") + .children(".filter-text") + .on("click", function () { + var Self = $(this); + var selector = Self.parent().attr("data-filter"); + $(".post-filter li").removeClass("active"); + Self.parent().addClass("active"); + $(".filter-layout").isotope({ + filter: selector, + animationOptions: { + duration: 500, + easing: "linear", + queue: false + } + }); + return false; + }); + } + + if ($(".post-filter.has-dynamic-filters-counter").length) { + // var allItem = $('.single-filter-item').length; + var activeFilterItem = $(".post-filter.has-dynamic-filters-counter").find( + "li" + ); + activeFilterItem.each(function () { + var filterElement = $(this).data("filter"); + var count = $(".filter-layout").find(filterElement).length; + $(this) + .children(".filter-text") + .append('' + count + ""); + }); + } + } + + + // ===Checkout Payment=== + if ($(".checkout__payment__title").length) { + + $(".checkout__payment__item").find('.checkout__payment__content').hide(); + $(".checkout__payment__item--active").find('.checkout__payment__content').show(); + + $(".checkout__payment__title").on("click", function (e) { + e.preventDefault(); + + + $(this).parents('.checkout__payment').find('.checkout__payment__item').removeClass("checkout__payment__item--active"); + $(this).parents(".checkout__payment").find(".checkout__payment__content").slideUp(); + + $(this).parent().addClass("checkout__payment__item--active"); + $(this).parent().find(".checkout__payment__content").slideDown(); + + }) + } + + //Single Vertical Carousel + if ($('.single-vertical-carousel').length) { + $('.single-vertical-carousel').slick({ + dots: true, + autoplay: false, + loop: true, + autoplaySpeed: 5000, + infinite: true, + responsive: true, + slidesToShow: 2, + vertical: true, + slidesToScroll: 1, + prevArrow: "
    ", + nextArrow: "
    " + }); + } + + + + + if ($(".circle-progress").length) { + $(".circle-progress").appear(function () { + let circleProgress = $(".circle-progress"); + circleProgress.each(function () { + let progress = $(this); + let progressOptions = progress.data("options"); + progress.circleProgress(progressOptions); + }); + }); + } + + function SmoothMenuScroll() { + var anchor = $(".scrollToLink"); + if (anchor.length) { + anchor.children("a").bind("click", function (event) { + if ($(window).scrollTop() > 10) { + var headerH = "90"; + } else { + var headerH = "90"; + } + var target = $(this); + $("html, body") + .stop() + .animate({ + scrollTop: $(target.attr("href")).offset().top - headerH + "px" + }, + 1200, + "easeInOutExpo" + ); + anchor.removeClass("current"); + anchor.removeClass("current-menu-ancestor"); + anchor.removeClass("current_page_item"); + anchor.removeClass("current-menu-parent"); + target.parent().addClass("current"); + event.preventDefault(); + }); + } + } + SmoothMenuScroll(); + + function OnePageMenuScroll() { + var windscroll = $(window).scrollTop(); + if (windscroll >= 117) { + var menuAnchor = $(".one-page-scroll-menu .scrollToLink").children("a"); + menuAnchor.each(function () { + var sections = $(this).attr("href"); + $(sections).each(function () { + if ($(this).offset().top <= windscroll + 100) { + var Sectionid = $(sections).attr("id"); + $(".one-page-scroll-menu").find("li").removeClass("current"); + $(".one-page-scroll-menu").find("li").removeClass("current-menu-ancestor"); + $(".one-page-scroll-menu").find("li").removeClass("current_page_item"); + $(".one-page-scroll-menu").find("li").removeClass("current-menu-parent"); + $(".one-page-scroll-menu") + .find("a[href*=\\#" + Sectionid + "]") + .parent() + .addClass("current"); + } + }); + }); + } else { + $(".one-page-scroll-menu li.current").removeClass("current"); + $(".one-page-scroll-menu li:first").addClass("current"); + } + } + + + // window load event + + $(window).on("load", function () { + if ($(".preloader").length) { + $(".preloader").fadeOut(); + } + thmSwiperInit(); + thmOwlInit(); + projectMasonaryLayout(); + priceFilter(); + languageSwitcher() + + + if ($(".curved-circle--item").length) { + $(".curved-circle--item").circleType(); + } + + //Jquery Spinner / Quantity Spinner + if ($('.quantity-spinner').length) { + $("input.quantity-spinner").TouchSpin({ + verticalbuttons: true + }); + } + + + + if ($(".post-filter").length) { + var postFilterList = $(".post-filter li"); + // for first init + $(".filter-layout").isotope({ + filter: ".filter-item", + animationOptions: { + duration: 500, + easing: "linear", + queue: false + } + }); + // on click filter links + postFilterList.on("click", function () { + var Self = $(this); + var selector = Self.attr("data-filter"); + postFilterList.removeClass("active"); + Self.addClass("active"); + + $(".filter-layout").isotope({ + filter: selector, + animationOptions: { + duration: 500, + easing: "linear", + queue: false + } + }); + return false; + }); + } + + if ($(".post-filter.has-dynamic-filter-counter").length) { + // var allItem = $('.single-filter-item').length; + + var activeFilterItem = $(".post-filter.has-dynamic-filter-counter").find( + "li" + ); + + activeFilterItem.each(function () { + var filterElement = $(this).data("filter"); + var count = $(".filter-layout").find(filterElement).length; + $(this).append("[" + count + "]"); + }); + } + + //Testimonials Two + if ($(".listing-details__gallery .bxslider").length) { + $(".listing-details__gallery .bxslider").bxSlider({ + nextSelector: ".listing-details__gallery #slider-next", + prevSelector: ".listing-details__gallery #slider-prev", + nextText: '', + prevText: '', + mode: "horizontal", + auto: "true", + speed: "1000", + pagerCustom: ".listing-details__gallery .slider-pager .listing-details__thumb-box" + }); + } + + + + if ($("#testimonials-one__thumb").length) { + let testimonialsThumb = new Swiper("#testimonials-one__thumb", { + slidesPerView: 4, + spaceBetween: 0, + speed: 1400, + watchSlidesVisibility: true, + watchSlidesProgress: true, + loop: true, + autoplay: { + delay: 5000 + } + }); + + let testimonialsCarousel = new Swiper("#testimonials-one__carousel", { + observer: true, + observeParents: true, + speed: 1400, + mousewheel: true, + slidesPerView: 1, + autoplay: { + delay: 5000 + }, + thumbs: { + swiper: testimonialsThumb + }, + pagination: { + el: '#testimonials-one__carousel-pagination', + type: 'bullets', + clickable: true + }, + }); + } + + + + + + + + + + + + }); + + // window scroll event + + $(window).on("scroll", function () { + if ($(".stricked-menu").length) { + var headerScrollPos = 130; + var stricky = $(".stricked-menu"); + if ($(window).scrollTop() > headerScrollPos) { + stricky.addClass("stricky-fixed"); + } else if ($(this).scrollTop() <= headerScrollPos) { + stricky.removeClass("stricky-fixed"); + } + } + if ($(".scroll-to-top").length) { + var strickyScrollPos = 100; + if ($(window).scrollTop() > strickyScrollPos) { + $(".scroll-to-top").fadeIn(500); + } else if ($(this).scrollTop() <= strickyScrollPos) { + $(".scroll-to-top").fadeOut(500); + } + } + + OnePageMenuScroll(); + + }); + + if ($(".before-after-twentytwenty").length) { + $(".before-after-twentytwenty").each(function () { + var Self = $(this); + var objName = Self.attr("id"); + $("#" + objName).twentytwenty(); + + // hack for bs tab + $(document).on("shown.bs.tab", 'a[data-toggle="tab"]', function (e) { + var paneTarget = $(e.target).attr("data-target"); + var $thePane = $(".tab-pane" + paneTarget); + var twentyTwentyContainer = "#" + objName; + var twentyTwentyHeight = $thePane.find(twentyTwentyContainer).height(); + if (0 === twentyTwentyHeight) { + $thePane.find(twentyTwentyContainer).trigger("resize"); + } + }); + }); + } + + + +})(jQuery); \ No newline at end of file diff --git a/pages/assets/vendors/animate/animate.min.css b/pages/assets/vendors/animate/animate.min.css new file mode 100644 index 0000000..a0b4f69 --- /dev/null +++ b/pages/assets/vendors/animate/animate.min.css @@ -0,0 +1,3610 @@ +@charset "UTF-8"; + +/*! +Animate.css - http://daneden.me/animate +Licensed under the MIT license - http://opensource.org/licenses/MIT + +Copyright (c) 2015 Daniel Eden +*/ + +.animated { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +.animated.infinite { + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} + +.animated.hinge { + -webkit-animation-duration: 2s; + animation-duration: 2s; +} + +.animated.bounceIn, +.animated.bounceOut { + -webkit-animation-duration: .75s; + animation-duration: .75s; +} + +.animated.flipOutX, +.animated.flipOutY { + -webkit-animation-duration: .75s; + animation-duration: .75s; +} + +@-webkit-keyframes bounce { + + 0%, + 20%, + 53%, + 80%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +@keyframes bounce { + + 0%, + 20%, + 53%, + 80%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +.bounce { + -webkit-animation-name: bounce; + animation-name: bounce; + -webkit-transform-origin: center bottom; + transform-origin: center bottom; +} + +@-webkit-keyframes flash { + + 0%, + 50%, + 100% { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +@keyframes flash { + + 0%, + 50%, + 100% { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +.flash { + -webkit-animation-name: flash; + animation-name: flash; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes pulse { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes pulse { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.pulse { + -webkit-animation-name: pulse; + animation-name: pulse; +} + +@-webkit-keyframes rubberBand { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.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); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes rubberBand { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.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); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.rubberBand { + -webkit-animation-name: rubberBand; + animation-name: rubberBand; +} + +@-webkit-keyframes shake { + + 0%, + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 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 shake { + + 0%, + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 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); + } +} + +.shake { + -webkit-animation-name: shake; + animation-name: shake; +} + +@-webkit-keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + 100% { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +@keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + 100% { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +.swing { + -webkit-transform-origin: top center; + transform-origin: top center; + -webkit-animation-name: swing; + animation-name: swing; +} + +@-webkit-keyframes tada { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes tada { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.tada { + -webkit-animation-name: tada; + animation-name: tada; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes wobble { + 0% { + -webkit-transform: none; + transform: none; + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +@keyframes wobble { + 0% { + -webkit-transform: none; + transform: none; + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +.wobble { + -webkit-animation-name: wobble; + animation-name: wobble; +} + +@-webkit-keyframes jello { + 11.1% { + -webkit-transform: none; + transform: none + } + + 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(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg) + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg) + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg) + } + + 100% { + -webkit-transform: none; + transform: none + } +} + +@keyframes jello { + 11.1% { + -webkit-transform: none; + transform: none + } + + 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(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg) + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg) + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg) + } + + 100% { + -webkit-transform: none; + transform: none + } +} + + + +.jello { + -webkit-animation-name: jello; + animation-name: jello; + -webkit-transform-origin: center; + + transform-origin: center +} + +@-webkit-keyframes bounceIn { + + 0%, + 20%, + 40%, + 60%, + 80%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 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); + } + + 100% { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes bounceIn { + + 0%, + 20%, + 40%, + 60%, + 80%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 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); + } + + 100% { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.bounceIn { + -webkit-animation-name: bounceIn; + animation-name: bounceIn; +} + +@-webkit-keyframes bounceInDown { + + 0%, + 60%, + 75%, + 90%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +@keyframes bounceInDown { + + 0%, + 60%, + 75%, + 90%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +.bounceInDown { + -webkit-animation-name: bounceInDown; + animation-name: bounceInDown; +} + +@-webkit-keyframes bounceInLeft { + + 0%, + 60%, + 75%, + 90%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +@keyframes bounceInLeft { + + 0%, + 60%, + 75%, + 90%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +.bounceInLeft { + -webkit-animation-name: bounceInLeft; + animation-name: bounceInLeft; +} + +@-webkit-keyframes bounceInRight { + + 0%, + 60%, + 75%, + 90%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +@keyframes bounceInRight { + + 0%, + 60%, + 75%, + 90%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +.bounceInRight { + -webkit-animation-name: bounceInRight; + animation-name: bounceInRight; +} + +@-webkit-keyframes bounceInUp { + + 0%, + 60%, + 75%, + 90%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInUp { + + 0%, + 60%, + 75%, + 90%, + 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.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); + } + + 100% { + 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); + } + + 100% { + opacity: 0; + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + } +} + +.bounceOut { + -webkit-animation-name: bounceOut; + animation-name: bounceOut; +} + +@-webkit-keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.bounceOutDown { + -webkit-animation-name: bounceOutDown; + animation-name: bounceOutDown; +} + +@-webkit-keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.bounceOutLeft { + -webkit-animation-name: bounceOutLeft; + animation-name: bounceOutLeft; +} + +@-webkit-keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.bounceOutRight { + -webkit-animation-name: bounceOutRight; + animation-name: bounceOutRight; +} + +@-webkit-keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.bounceOutUp { + -webkit-animation-name: bounceOutUp; + animation-name: bounceOutUp; +} + + +@-webkit-keyframes fadeIn { + 0% { + opacity: 0; + } + + 100% { + opacity: 1; + } +} + +@keyframes fadeIn { + 0% { + opacity: 0; + } + + 100% { + opacity: 1; + } +} + +.fadeIn { + -webkit-animation-name: fadeIn; + animation-name: fadeIn; +} + +@-webkit-keyframes fadeInDown { + 0% { + opacity: 0; + -webkit-transform: translateY(-20px); + transform: translateY(-20px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } +} + +@keyframes fadeInDown { + 0% { + opacity: 0; + -webkit-transform: translateY(-20px); + -ms-transform: translateY(-20px); + transform: translateY(-20px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + } +} + +.fadeInDown { + -webkit-animation-name: fadeInDown; + animation-name: fadeInDown; +} + +@-webkit-keyframes fadeInDownBig { + 0% { + opacity: 0; + -webkit-transform: translateY(-2000px); + transform: translateY(-2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } +} + +@keyframes fadeInDownBig { + 0% { + opacity: 0; + -webkit-transform: translateY(-2000px); + -ms-transform: translateY(-2000px); + transform: translateY(-2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + } +} + +.fadeInDownBig { + -webkit-animation-name: fadeInDownBig; + animation-name: fadeInDownBig; +} + +@-webkit-keyframes fadeInLeft { + 0% { + opacity: 0; + -webkit-transform: translateX(-20px); + transform: translateX(-20px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +@keyframes fadeInLeft { + 0% { + opacity: 0; + -webkit-transform: translateX(-20px); + -ms-transform: translateX(-20px); + transform: translateX(-20px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + } +} + +.fadeInLeft { + -webkit-animation-name: fadeInLeft; + animation-name: fadeInLeft; +} + +@-webkit-keyframes fadeInLeftBig { + 0% { + opacity: 0; + -webkit-transform: translateX(-2000px); + transform: translateX(-2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +@keyframes fadeInLeftBig { + 0% { + opacity: 0; + -webkit-transform: translateX(-2000px); + -ms-transform: translateX(-2000px); + transform: translateX(-2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + } +} + +.fadeInLeftBig { + -webkit-animation-name: fadeInLeftBig; + animation-name: fadeInLeftBig; +} + +@-webkit-keyframes fadeInRight { + 0% { + opacity: 0; + -webkit-transform: translateX(20px); + transform: translateX(20px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +@keyframes fadeInRight { + 0% { + opacity: 0; + -webkit-transform: translateX(20px); + -ms-transform: translateX(20px); + transform: translateX(20px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + } +} + +.fadeInRight { + -webkit-animation-name: fadeInRight; + animation-name: fadeInRight; +} + +@-webkit-keyframes fadeInRightBig { + 0% { + opacity: 0; + -webkit-transform: translateX(2000px); + transform: translateX(2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +@keyframes fadeInRightBig { + 0% { + opacity: 0; + -webkit-transform: translateX(2000px); + -ms-transform: translateX(2000px); + transform: translateX(2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + } +} + +.fadeInRightBig { + -webkit-animation-name: fadeInRightBig; + animation-name: fadeInRightBig; +} + +@-webkit-keyframes fadeInUp { + 0% { + opacity: 0; + -webkit-transform: translateY(20px); + transform: translateY(20px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } +} + +@keyframes fadeInUp { + 0% { + opacity: 0; + -webkit-transform: translateY(20px); + -ms-transform: translateY(20px); + transform: translateY(20px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + } +} + +.fadeInUp { + -webkit-animation-name: fadeInUp; + animation-name: fadeInUp; +} + +@-webkit-keyframes fadeInUpBig { + 0% { + opacity: 0; + -webkit-transform: translateY(2000px); + transform: translateY(2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } +} + +@keyframes fadeInUpBig { + 0% { + opacity: 0; + -webkit-transform: translateY(2000px); + -ms-transform: translateY(2000px); + transform: translateY(2000px); + } + + 100% { + opacity: 1; + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + } +} + +.fadeInUpBig { + -webkit-animation-name: fadeInUpBig; + animation-name: fadeInUpBig; +} + +@-webkit-keyframes fadeOut { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + } +} + +@keyframes fadeOut { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + } +} + +.fadeOut { + -webkit-animation-name: fadeOut; + animation-name: fadeOut; +} + +@-webkit-keyframes fadeOutDown { + 0% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(20px); + transform: translateY(20px); + } +} + +@keyframes fadeOutDown { + 0% { + opacity: 1; + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(20px); + -ms-transform: translateY(20px); + transform: translateY(20px); + } +} + +.fadeOutDown { + -webkit-animation-name: fadeOutDown; + animation-name: fadeOutDown; +} + +@-webkit-keyframes fadeOutDownBig { + 0% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(2000px); + transform: translateY(2000px); + } +} + +@keyframes fadeOutDownBig { + 0% { + opacity: 1; + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(2000px); + -ms-transform: translateY(2000px); + transform: translateY(2000px); + } +} + +.fadeOutDownBig { + -webkit-animation-name: fadeOutDownBig; + animation-name: fadeOutDownBig; +} + +@-webkit-keyframes fadeOutLeft { + 0% { + opacity: 1; + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(-20px); + transform: translateX(-20px); + } +} + +@keyframes fadeOutLeft { + 0% { + opacity: 1; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(-20px); + -ms-transform: translateX(-20px); + transform: translateX(-20px); + } +} + +.fadeOutLeft { + -webkit-animation-name: fadeOutLeft; + animation-name: fadeOutLeft; +} + +@-webkit-keyframes fadeOutLeftBig { + 0% { + opacity: 1; + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(-2000px); + transform: translateX(-2000px); + } +} + +@keyframes fadeOutLeftBig { + 0% { + opacity: 1; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(-2000px); + -ms-transform: translateX(-2000px); + transform: translateX(-2000px); + } +} + +.fadeOutLeftBig { + -webkit-animation-name: fadeOutLeftBig; + animation-name: fadeOutLeftBig; +} + +@-webkit-keyframes fadeOutRight { + 0% { + opacity: 1; + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(20px); + transform: translateX(20px); + } +} + +@keyframes fadeOutRight { + 0% { + opacity: 1; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(20px); + -ms-transform: translateX(20px); + transform: translateX(20px); + } +} + +.fadeOutRight { + -webkit-animation-name: fadeOutRight; + animation-name: fadeOutRight; +} + +@-webkit-keyframes fadeOutRightBig { + 0% { + opacity: 1; + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(2000px); + transform: translateX(2000px); + } +} + +@keyframes fadeOutRightBig { + 0% { + opacity: 1; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateX(2000px); + -ms-transform: translateX(2000px); + transform: translateX(2000px); + } +} + +.fadeOutRightBig { + -webkit-animation-name: fadeOutRightBig; + animation-name: fadeOutRightBig; +} + +@-webkit-keyframes fadeOutUp { + 0% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(-20px); + transform: translateY(-20px); + } +} + +@keyframes fadeOutUp { + 0% { + opacity: 1; + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(-20px); + -ms-transform: translateY(-20px); + transform: translateY(-20px); + } +} + +.fadeOutUp { + -webkit-animation-name: fadeOutUp; + animation-name: fadeOutUp; +} + +@-webkit-keyframes fadeOutUpBig { + 0% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(-2000px); + transform: translateY(-2000px); + } +} + +@keyframes fadeOutUpBig { + 0% { + opacity: 1; + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(-2000px); + -ms-transform: translateY(-2000px); + transform: translateY(-2000px); + } +} + +.fadeOutUpBig { + -webkit-animation-name: fadeOutUpBig; + animation-name: fadeOutUpBig; +} + +@-webkit-keyframes flip { + 0% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(.95, .95, .95); + transform: perspective(400px) scale3d(.95, .95, .95); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 100% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +@keyframes flip { + 0% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(.95, .95, .95); + transform: perspective(400px) scale3d(.95, .95, .95); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 100% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +.animated.flip { + -webkit-backface-visibility: visible; + backface-visibility: visible; + -webkit-animation-name: flip; + animation-name: flip; +} + +@-webkit-keyframes flipInX { + 0% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + 100% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInX { + 0% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + 100% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.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) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + 100% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInY { + 0% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + 100% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.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) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutX { + 0% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +.flipOutX { + -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) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutY { + 0% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +.flipOutY { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipOutY; + animation-name: flipOutY; +} + +@-webkit-keyframes lightSpeedIn { + 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); + opacity: 1; + } + + 100% { + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +@keyframes lightSpeedIn { + 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); + opacity: 1; + } + + 100% { + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +.lightSpeedIn { + -webkit-animation-name: lightSpeedIn; + animation-name: lightSpeedIn; + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; +} + +@-webkit-keyframes lightSpeedOut { + 0% { + opacity: 1; + } + + 100% { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +@keyframes lightSpeedOut { + 0% { + opacity: 1; + } + + 100% { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +.lightSpeedOut { + -webkit-animation-name: lightSpeedOut; + animation-name: lightSpeedOut; + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; +} + +@-webkit-keyframes rotateIn { + 0% { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +@keyframes rotateIn { + 0% { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +.rotateIn { + -webkit-animation-name: rotateIn; + animation-name: rotateIn; +} + +@-webkit-keyframes rotateInDownLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +@keyframes rotateInDownLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +.rotateInDownLeft { + -webkit-animation-name: rotateInDownLeft; + animation-name: rotateInDownLeft; +} + +@-webkit-keyframes rotateInDownRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +@keyframes rotateInDownRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +.rotateInDownRight { + -webkit-animation-name: rotateInDownRight; + animation-name: rotateInDownRight; +} + +@-webkit-keyframes rotateInUpLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +@keyframes rotateInUpLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +.rotateInUpLeft { + -webkit-animation-name: rotateInUpLeft; + animation-name: rotateInUpLeft; +} + +@-webkit-keyframes rotateInUpRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +@keyframes rotateInUpRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +.rotateInUpRight { + -webkit-animation-name: rotateInUpRight; + animation-name: rotateInUpRight; +} + +@-webkit-keyframes rotateOut { + 0% { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + 100% { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +@keyframes rotateOut { + 0% { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + 100% { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +.rotateOut { + -webkit-animation-name: rotateOut; + animation-name: rotateOut; +} + +@-webkit-keyframes rotateOutDownLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +.rotateOutDownLeft { + -webkit-animation-name: rotateOutDownLeft; + animation-name: rotateOutDownLeft; +} + +@-webkit-keyframes rotateOutDownRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.rotateOutDownRight { + -webkit-animation-name: rotateOutDownRight; + animation-name: rotateOutDownRight; +} + +@-webkit-keyframes rotateOutUpLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutUpLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.rotateOutUpLeft { + -webkit-animation-name: rotateOutUpLeft; + animation-name: rotateOutUpLeft; +} + +@-webkit-keyframes rotateOutUpRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +@keyframes rotateOutUpRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +.rotateOutUpRight { + -webkit-animation-name: rotateOutUpRight; + animation-name: rotateOutUpRight; +} + +@-webkit-keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + 100% { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +@keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + 100% { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +.hinge { + -webkit-animation-name: hinge; + animation-name: hinge; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollIn { + 0% { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +@keyframes rollIn { + 0% { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +.rollIn { + -webkit-animation-name: rollIn; + animation-name: rollIn; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollOut { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +@keyframes rollOut { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +.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; + } +} + +.zoomIn { + -webkit-animation-name: zoomIn; + animation-name: zoomIn; +} + +@-webkit-keyframes zoomInStable { + 0% { + opacity: 0; + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + } + + 33.333% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 66.666666% { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes zoomInStable { + 0% { + opacity: 0; + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + } + + 33.333% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 66.666666% { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.zoomInStable { + -webkit-animation-name: zoomInStable; + animation-name: zoomInStable; +} + +@-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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 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(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 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(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +.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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 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(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 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(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +.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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 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(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 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(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +.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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 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(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 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(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +.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); + } + + 100% { + opacity: 0; + } +} + +@keyframes zoomOut { + 0% { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + } + + 100% { + opacity: 0; + } +} + +.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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 100% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 100% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +.zoomOutDown { + -webkit-animation-name: zoomOutDown; + animation-name: zoomOutDown; +} + +@-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); + } + + 100% { + opacity: 0; + -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); + transform: scale(.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +@keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); + transform: scale(.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +.zoomOutLeft { + -webkit-animation-name: zoomOutLeft; + animation-name: zoomOutLeft; +} + +@-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); + } + + 100% { + opacity: 0; + -webkit-transform: scale(.1) translate3d(2000px, 0, 0); + transform: scale(.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +@keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: scale(.1) translate3d(2000px, 0, 0); + transform: scale(.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +.zoomOutRight { + -webkit-animation-name: zoomOutRight; + animation-name: zoomOutRight; +} + +@-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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 100% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 100% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +.zoomOutUp { + -webkit-animation-name: zoomOutUp; + animation-name: zoomOutUp; +} + +@-webkit-keyframes slideInDown { + 0% { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInDown { + 0% { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.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; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInLeft { + 0% { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.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; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInRight { + 0% { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.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; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInUp { + 0% { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInUp { + -webkit-animation-name: slideInUp; + animation-name: slideInUp; +} + +@-webkit-keyframes slideOutDown { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes slideOutDown { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.slideOutDown { + -webkit-animation-name: slideOutDown; + animation-name: slideOutDown; +} + +@-webkit-keyframes slideOutLeft { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes slideOutLeft { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.slideOutLeft { + -webkit-animation-name: slideOutLeft; + animation-name: slideOutLeft; +} + +@-webkit-keyframes slideOutRight { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes slideOutRight { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.slideOutRight { + -webkit-animation-name: slideOutRight; + animation-name: slideOutRight; +} + +@-webkit-keyframes slideOutUp { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes slideOutUp { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.slideOutUp { + -webkit-animation-name: slideOutUp; + animation-name: slideOutUp; +} + +@keyframes anime { + from { + opacity: 0; + transform: scaleY(0); + -webkit-transform: scaleY(0); + -moz-transform: scaleY(0); + -ms-transform: scaleY(0); + -o-transform: scaleY(0); + } + + to { + opacity: 1; + transform: scaleY(1); + -webkit-transform: scaleY(1); + -ms-transform: scaleY(1); + -o-transform: scaleY(1); + -moz-transform: scaleY(1); + } +} + +@-webkit-keyframes anime { + from { + opacity: 0; + transform: scaleY(0); + -webkit-transform: scaleY(0); + -moz-transform: scaleY(0); + -ms-transform: scaleY(0); + -o-transform: scaleY(0); + } + + to { + opacity: 1; + transform: scaleY(1); + -webkit-transform: scaleY(1); + -ms-transform: scaleY(1); + -o-transform: scaleY(1); + -moz-transform: scaleY(1); + } +} + +@-moz-keyframes anime { + from { + opacity: 0; + transform: scaleY(0); + -webkit-transform: scaleY(0); + -moz-transform: scaleY(0); + -ms-transform: scaleY(0); + -o-transform: scaleY(0); + } + + to { + opacity: 1; + transform: scaleY(1); + -webkit-transform: scaleY(1); + -ms-transform: scaleY(1); + -o-transform: scaleY(1); + -moz-transform: scaleY(1); + } + +} + +@-o-keyframes anime { + from { + opacity: 0; + transform: scaleY(0); + -webkit-transform: scaleY(0); + -moz-transform: scaleY(0); + -ms-transform: scaleY(0); + -o-transform: scaleY(0); + } + + to { + opacity: 1; + transform: scaleY(1); + -webkit-transform: scaleY(1); + -ms-transform: scaleY(1); + -o-transform: scaleY(1); + -moz-transform: scaleY(1); + } +} + +@-ms-keyframes anime { + from { + opacity: 0; + transform: scaleY(0); + -webkit-transform: scaleY(0); + -moz-transform: scaleY(0); + -ms-transform: scaleY(0); + -o-transform: scaleY(0); + } + + to { + opacity: 1; + transform: scaleY(1); + -webkit-transform: scaleY(1); + -ms-transform: scaleY(1); + -o-transform: scaleY(1); + -moz-transform: scaleY(1); + } + +} \ No newline at end of file diff --git a/pages/assets/vendors/animate/custom-animate.css b/pages/assets/vendors/animate/custom-animate.css new file mode 100644 index 0000000..2e01b98 --- /dev/null +++ b/pages/assets/vendors/animate/custom-animate.css @@ -0,0 +1,1739 @@ +@keyframes rotateme { + from { + transform: rotate(0deg); + } + + to { + transform: rotate(360deg); + } +} + +@-webkit-keyframes rotateme { + from { + -webkit-transform: rotate(0deg); + } + + to { + -webkit-transform: rotate(360deg); + } +} + +@-moz-keyframes rotateme { + from { + -moz-transform: rotate(0deg); + } + + to { + -moz-transform: rotate(360deg); + } +} + +@-o-keyframes rotateme { + from { + -o-transform: rotate(0deg); + } + + to { + -o-transform: rotate(360deg); + } +} + + +.rotate-me { + animation-name: rotateme; + animation-duration: 24s; + animation-iteration-count: infinite; + animation-timing-function: linear; + + -webkit-animation-name: rotateme; + -webkit-animation-duration: 24s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + + -moz-animation-name: rotateme; + -moz-animation-duration: 24s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: linear; + + -ms-animation-name: rotateme; + -ms-animation-duration: 24s; + -ms-animation-iteration-count: infinite; + -ms-animation-timing-function: linear; + + -o-animation-name: rotateme; + -o-animation-duration: 24s; + -o-animation-iteration-count: infinite; + -o-animation-timing-function: linear; +} + + + +@-webkit-keyframes shine { + 100% { + left: 125%; + } +} + +@keyframes shine { + 100% { + left: 125%; + } +} + + + +@-webkit-keyframes float-bob { + 0% { + -webkit-transform: translateX(-100px); + transform: translateX(-100px); + } + + 50% { + -webkit-transform: translateX(-10px); + transform: translateX(-10px); + } + + 100% { + -webkit-transform: translateX(-100px); + transform: translateX(-100px); + } +} + +@keyframes float-bob { + 0% { + -webkit-transform: translateX(-100px); + transform: translateX(-100px); + } + + 50% { + -webkit-transform: translateX(-10px); + transform: translateX(-10px); + } + + 100% { + -webkit-transform: translateX(-100px); + transform: translateX(-100px); + } +} + + + + +.float-bob { + animation-name: float-bob; + animation-duration: 7s; + animation-iteration-count: infinite; + animation-timing-function: linear; + + -webkit-animation-name: float-bob; + -webkit-animation-duration: 7s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + + -moz-animation-name: float-bob; + -moz-animation-duration: 7s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: linear; + + -ms-animation-name: float-bob; + -ms-animation-duration: 7s; + -ms-animation-iteration-count: infinite; + -ms-animation-timing-function: linear; + + -o-animation-name: float-bob; + -o-animation-duration: 7s; + -o-animation-iteration-count: infinite; + -o-animation-timing-function: linear; +} + + + + + + + +/*** +============================================= + circle Css +============================================= +***/ +@-webkit-keyframes circle { + 0% { + opacity: 1; + } + + 40% { + opacity: 1; + } + + 100% { + width: 200%; + height: 200%; + opacity: 0; + } +} + +@keyframes circle { + 0% { + opacity: 1; + } + + 40% { + opacity: 1; + } + + 100% { + width: 200%; + height: 200%; + opacity: 0; + } +} + +/*** +============================================= + Zoom In Out Css +============================================= +***/ +.zoominout { + animation-name: zoomInOut; + animation-duration: 3s; + animation-iteration-count: infinite; + animation-timing-function: ease-in-out; + + -webkit-animation-name: zoomInOut; + -webkit-animation-duration: 3s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: ease-in-out; + + -moz-animation-name: zoomInOut; + -moz-animation-duration: 3s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: ease-in-out; + + -ms-animation-name: zoomInOut; + -ms-animation-duration: 3s; + -ms-animation-iteration-count: infinite; + -ms-animation-timing-function: ease-in-out; + + -o-animation-name: zoomInOut; + -o-animation-duration: 3s; + -o-animation-iteration-count: infinite; + -o-animation-timing-function: ease-in-out; +} + +@-webkit-keyframes zoomInOut { + 0% { + -webkit-transform: rotate(0deg) scale(0.7); + transform: rotate(0deg) scale(0.7); + opacity: 0; + } + + 50% { + -webkit-transform: rotate(180deg) scale(1); + transform: rotate(180deg) scale(1); + opacity: 1; + } + + 100% { + -webkit-transform: rotate(360deg) scale(0.7); + transform: rotate(360deg) scale(0.7); + opacity: 0; + } +} + + + + +/*** +============================================= + Zoom In Out Css +============================================= +***/ +.zoominout-2 { + animation-name: zoomInOut-2; + animation-duration: 3s; + animation-iteration-count: infinite; + animation-timing-function: ease-in-out; + + -webkit-animation-name: zoomInOut-2; + -webkit-animation-duration: 3s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: ease-in-out; + + -moz-animation-name: zoomInOut-2; + -moz-animation-duration: 3s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: ease-in-out; + + -ms-animation-name: zoomInOut-2; + -ms-animation-duration: 3s; + -ms-animation-iteration-count: infinite; + -ms-animation-timing-function: ease-in-out; + + -o-animation-name: zoomInOut-2; + -o-animation-duration: 3s; + -o-animation-iteration-count: infinite; + -o-animation-timing-function: ease-in-out; +} + +@-webkit-keyframes zoomInOut-2 { + 0% { + -webkit-transform: rotate(0deg) scale(0.7); + transform: rotate(0deg) scale(0.7); + opacity: .50; + } + + 50% { + -webkit-transform: rotate(0deg) scale(1); + transform: rotate(0deg) scale(1); + opacity: .50; + } + + 100% { + -webkit-transform: rotate(0deg) scale(0.7); + transform: rotate(0deg) scale(0.7); + opacity: .50; + } +} + + + + + +@-webkit-keyframes bgSlideReverse { + 0% { + background-position: 0 0; + } + + 20% { + background-position: 100px 0; + } + + 40% { + background-position: 200px 0; + } + + 60% { + background-position: 150px 0; + } + + 80% { + background-position: 100px 0; + } + + 100% { + background-position: 0px 0; + } +} + +@keyframes bgSlideReverse { + 0% { + background-position: 0 0; + } + + 20% { + background-position: 100px 0; + } + + 40% { + background-position: 200px 0; + } + + 60% { + background-position: 150px 0; + } + + 80% { + background-position: 100px 0; + } + + 100% { + background-position: 0px 0; + } +} + + + +@-webkit-keyframes bgSlideReverse2 { + 0% { + background-position: -0 0; + } + + 20% { + background-position: -100px 0; + } + + 40% { + background-position: -200px 0; + } + + 60% { + background-position: -150px 0; + } + + 80% { + background-position: -100px 0; + } + + 100% { + background-position: -0px 0; + } +} + +@keyframes bgSlideReverse2 { + 0% { + background-position: -0 0; + } + + 20% { + background-position: -100px 0; + } + + 40% { + background-position: -200px 0; + } + + 60% { + background-position: -150px 0; + } + + 80% { + background-position: -100px 0; + } + + 100% { + background-position: -0px 0; + } +} + + + + + + +@-webkit-keyframes banner-animate { + 0% { + -webkit-transform: translateX(-1000px); + transform: translateX(-1000px); + } + + 50% { + -webkit-transform: translateX(-10px); + transform: translateX(-10px); + } + + 100% { + -webkit-transform: translateX(-1000px); + transform: translateX(-1000px); + } +} + +@keyframes banner-animate { + 0% { + -webkit-transform: translateX(-1000px); + transform: translateX(-1000px); + } + + 50% { + -webkit-transform: translateX(-10px); + transform: translateX(-10px); + } + + 100% { + -webkit-transform: translateX(-1000px); + transform: translateX(-1000px); + } +} + +.banner-animate { + animation-name: banner-animate; + animation-duration: 70s; + animation-iteration-count: infinite; + animation-timing-function: linear; + -webkit-animation-name: banner-animate; + -webkit-animation-duration: 70s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + + -moz-animation-name: banner-animate; + -moz-animation-duration: 70s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: linear; + + -ms-animation-name: banner-animate; + -ms-animation-duration: 70s; + -ms-animation-iteration-count: infinite; + -ms-animation-timing-function: linear; + + -o-animation-name: banner-animate; + -o-animation-duration: 70s; + -o-animation-iteration-count: infinite; + -o-animation-timing-function: linear; +} + + + + + + + +@-webkit-keyframes ripple { + 70% { + box-shadow: 0 0 0 40px rgba(10, 165, 205, 0); + } + + 100% { + box-shadow: 0 0 0 0 rgba(10, 165, 205, 0); + } +} + +@keyframes ripple { + 70% { + box-shadow: 0 0 0 40px rgba(10, 165, 205, 0); + } + + 100% { + box-shadow: 0 0 0 0 rgba(10, 165, 205, 0); + } +} + + +/*** +============================================= + Animation1 Css +============================================= +***/ +@-webkit-keyframes animation1 { + + 0%, + 100% { + -webkit-transform: rotate(0deg) translateX(0); + transform: rotate(0deg) translateX(0); + } + + 25%, + 75% { + -webkit-transform: rotate(5deg) translateX(15px); + transform: rotate(5deg) translateX(15px); + } + + 50% { + -webkit-transform: rotate(10deg) translateX(30px); + transform: rotate(10deg) translateX(30px); + } +} + +@keyframes animation1 { + + 0%, + 100% { + -webkit-transform: rotate(0deg) translateX(0); + transform: rotate(0deg) translateX(0); + } + + 25%, + 75% { + -webkit-transform: rotate(5deg) translateX(15px); + transform: rotate(5deg) translateX(15px); + } + + 50% { + -webkit-transform: rotate(10deg) translateX(30px); + transform: rotate(10deg) translateX(30px); + } +} + + + +/*** +============================================= + Animation2 Css +============================================= +***/ +@animation2 { + 0% { + -webkit-transform: rotateY(0deg); + transform: rotateY(0deg) + } + + 100% { + -webkit-transform: rotateY(360deg); + transform: rotateY(360deg) + } +} + +@-moz-keyframes animation2 { + 0% { + -moz-transform: rotateY(0deg); + transform: rotateY(0deg) + } + + 100% { + -moz-transform: rotateY(360deg); + transform: rotateY(360deg) + } +} + +@-o-keyframes animation2 { + 0% { + -o-transform: rotateY(0deg); + transform: rotateY(0deg) + } + + 100% { + -o-transform: rotateY(360deg); + transform: rotateY(360deg) + } +} + +@keyframes animation2 { + 0% { + -webkit-transform: rotateY(0deg); + -moz-transform: rotateY(0deg); + -o-transform: rotateY(0deg); + transform: rotateY(0deg) + } + + 100% { + -webkit-transform: rotateY(360deg); + -moz-transform: rotateY(360deg); + -o-transform: rotateY(360deg); + transform: rotateY(360deg) + } +} + + + + + + + + + +@-webkit-keyframes bgSlide { + 0% { + background-position: 0 0; + } + + 20% { + background-position: -100px 0; + } + + 40% { + background-position: -200px 0; + } + + 60% { + background-position: -150px 0; + } + + 80% { + background-position: -100px 0; + } + + 100% { + background-position: 0px 0; + } +} + + +@keyframes bgSlide { + 0% { + background-position: 0 0; + } + + 20% { + background-position: -100px 0; + } + + 40% { + background-position: -200px 0; + } + + 60% { + background-position: -150px 0; + } + + 80% { + background-position: -100px 0; + } + + 100% { + background-position: 0px 0; + } +} + +@-webkit-keyframes bgSlideReverse { + 0% { + background-position: 0 0; + } + + 20% { + background-position: 100px 0; + } + + 40% { + background-position: 200px 0; + } + + 60% { + background-position: 150px 0; + } + + 80% { + background-position: 100px 0; + } + + 100% { + background-position: 0px 0; + } +} + +@keyframes bgSlideReverse { + 0% { + background-position: 0 0; + } + + 20% { + background-position: 100px 0; + } + + 40% { + background-position: 200px 0; + } + + 60% { + background-position: 150px 0; + } + + 80% { + background-position: 100px 0; + } + + 100% { + background-position: 0px 0; + } +} + +@-webkit-keyframes ribbonRotate { + + 0%, + 100% { + -webkit-transform: rotate(0); + transform: rotate(0); + } + + 25%, + 75% { + -webkit-transform: rotate(15deg); + transform: rotate(15deg); + } + + 50% { + -webkit-transform: rotate(30deg); + transform: rotate(30deg); + } +} + +@keyframes ribbonRotate { + + 0%, + 100% { + -webkit-transform: rotate(0); + transform: rotate(0); + } + + 25%, + 75% { + -webkit-transform: rotate(15deg); + transform: rotate(15deg); + } + + 50% { + -webkit-transform: rotate(30deg); + transform: rotate(30deg); + } +} + + + +@-webkit-keyframes footerFish { + + 0%, + 100% { + -webkit-transform: translateX(0) translateY(0) rotate(0); + transform: translateX(0) translateY(0) rotate(0); + } + + 25%, + 75% { + -webkit-transform: translateX(20px) translateY(30px) rotate(25deg); + transform: translateX(20px) translateY(30px) rotate(25deg); + } + + 50% { + -webkit-transform: translateX(40px) translateY(60px) rotate(45deg); + transform: translateX(40px) translateY(60px) rotate(45deg); + } +} + +@keyframes footerFish { + + 0%, + 100% { + -webkit-transform: translateX(0) translateY(0) rotate(0); + transform: translateX(0) translateY(0) rotate(0); + } + + 25%, + 75% { + -webkit-transform: translateX(20px) translateY(30px) rotate(25deg); + transform: translateX(20px) translateY(30px) rotate(25deg); + } + + 50% { + -webkit-transform: translateX(40px) translateY(60px) rotate(45deg); + transform: translateX(40px) translateY(60px) rotate(45deg); + } +} + +@-webkit-keyframes contactSwimmer { + + 0%, + 100% { + -webkit-transform: translateX(0) translateY(0) rotate(0); + transform: translateX(0) translateY(0) rotate(0); + } + + 25%, + 75% { + -webkit-transform: translateX(15px) translateY(20px) rotate(10deg); + transform: translateX(15px) translateY(20px) rotate(10deg); + } + + 50% { + -webkit-transform: translateX(60px) translateY(35px) rotate(15deg); + transform: translateX(60px) translateY(35px) rotate(15deg); + } +} + +@keyframes contactSwimmer { + + 0%, + 100% { + -webkit-transform: translateX(0) translateY(0) rotate(0); + transform: translateX(0) translateY(0) rotate(0); + } + + 25%, + 75% { + -webkit-transform: translateX(15px) translateY(20px) rotate(10deg); + transform: translateX(15px) translateY(20px) rotate(10deg); + } + + 50% { + -webkit-transform: translateX(60px) translateY(35px) rotate(15deg); + transform: translateX(60px) translateY(35px) rotate(15deg); + } +} + + + + +/*** +============================================= + Float Bob Y Animation Css +============================================= +***/ +@-webkit-keyframes float-bob-y { + 0% { + transform: translateY(-20px); + } + + 50% { + transform: translateY(-10px); + } + + 100% { + transform: translateY(-20px); + } +} + +@keyframes float-bob-y { + 0% { + transform: translateY(-20px); + } + + 50% { + transform: translateY(-10px); + } + + 100% { + transform: translateY(-20px); + } +} + +.float-bob-y { + -webkit-animation-name: float-bob-y; + animation-name: float-bob-y; + -webkit-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + animation-timing-function: linear; +} + + + +@-webkit-keyframes footerTree { + + 0%, + 100% { + -webkit-transform: rotate(0deg) translateX(0); + transform: rotate(0deg) translateX(0); + } + + 25%, + 75% { + -webkit-transform: rotate(5deg) translateX(15px); + transform: rotate(5deg) translateX(15px); + } + + 50% { + -webkit-transform: rotate(10deg) translateX(30px); + transform: rotate(10deg) translateX(30px); + } +} + +@keyframes footerTree { + + 0%, + 100% { + -webkit-transform: rotate(0deg) translateX(0); + transform: rotate(0deg) translateX(0); + } + + 25%, + 75% { + -webkit-transform: rotate(5deg) translateX(15px); + transform: rotate(5deg) translateX(15px); + } + + 50% { + -webkit-transform: rotate(10deg) translateX(30px); + transform: rotate(10deg) translateX(30px); + } +} + +.footertree { + -webkit-animation: footerTree 5s ease-in infinite; + animation: footerTree 5s ease-in infinite; +} + + + +@service_hexagon_2 { + 0% { + -webkit-transform: rotateY(0deg); + transform: rotateY(0deg) + } + + 100% { + -webkit-transform: rotateY(360deg); + transform: rotateY(360deg) + } +} + +@-moz-keyframes service_hexagon_2 { + 0% { + -moz-transform: rotateY(0deg); + transform: rotateY(0deg) + } + + 100% { + -moz-transform: rotateY(360deg); + transform: rotateY(360deg) + } +} + +@-o-keyframes service_hexagon_2 { + 0% { + -o-transform: rotateY(0deg); + transform: rotateY(0deg) + } + + 100% { + -o-transform: rotateY(360deg); + transform: rotateY(360deg) + } +} + +@keyframes service_hexagon_2 { + 0% { + -webkit-transform: rotateY(0deg); + -moz-transform: rotateY(0deg); + -o-transform: rotateY(0deg); + transform: rotateY(0deg) + } + + 100% { + -webkit-transform: rotateY(360deg); + -moz-transform: rotateY(360deg); + -o-transform: rotateY(360deg); + transform: rotateY(360deg) + } +} + + + +@keyframes bgSlide { + 0% { + background-position: 0 0; + } + + 20% { + background-position: -100px 0; + } + + 40% { + background-position: -200px 0; + } + + 60% { + background-position: -150px 0; + } + + 80% { + background-position: -100px 0; + } + + 100% { + background-position: 0px 0; + } +} + + + + + + + + + + + +@keyframes rotateScale { + from { + transform: rotate(0deg) scale(1); + } + + to { + transform: rotate(360deg); + } +} + +@-webkit-keyframes rotateScale { + from { + transform: rotate(0deg) scale(1); + } + + to { + transform: rotate(360deg); + } +} + +@-moz-keyframes rotateScale { + from { + transform: rotate(0deg) scale(1); + } + + to { + transform: rotate(360deg); + } +} + +@-o-keyframes rotateScale { + from { + transform: rotate(0deg) scale(1); + } + + to { + transform: rotate(360deg); + } +} + +.rotatescale { + -webkit-animation-name: rotateScale; + -webkit-animation-duration: 20s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + + -moz-animation-name: rotateScale; + -moz-animation-duration: 20s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: linear; + + -ms-animation-name: rotateScale; + -ms-animation-duration: 20s; + -ms-animation-iteration-count: infinite; + -ms-animation-timing-function: linear; + + animation-name: rotateScale; + animation-duration: 20s; + animation-iteration-count: infinite; + animation-timing-function: linear; +} + +/*-------------------------------------------------------------- +# Animations +--------------------------------------------------------------*/ +@-webkit-keyframes bubbleMover { + 0% { + transform: translateY(0px) translateX(0) rotate(0); + } + + 30% { + transform: translateY(30px) translateX(50px) rotate(15deg); + transform-origin: center center; + } + + 50% { + transform: translateY(50px) translateX(100px) rotate(45deg); + transform-origin: right bottom; + } + + 80% { + transform: translateY(30px) translateX(50px) rotate(15deg); + transform-origin: left top; + } + + 100% { + transform: translateY(0px) translateX(0) rotate(0); + transform-origin: center center; + } +} + +@keyframes bubbleMover { + 0% { + transform: translateY(0px) translateX(0) rotate(0); + } + + 30% { + transform: translateY(30px) translateX(50px) rotate(15deg); + transform-origin: center center; + } + + 50% { + transform: translateY(50px) translateX(100px) rotate(45deg); + transform-origin: right bottom; + } + + 80% { + transform: translateY(30px) translateX(50px) rotate(15deg); + transform-origin: left top; + } + + 100% { + transform: translateY(0px) translateX(0) rotate(0); + transform-origin: center center; + } +} + +@-webkit-keyframes shapeMover { + + 0%, + 100% { + transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0); + } + + 50% { + transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px); + } +} + +@keyframes shapeMover { + + 0%, + 100% { + transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0); + } + + 50% { + transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px); + } +} + + + +@-webkit-keyframes shapeMover { + + 0%, + 100% { + -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0); + transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0); + } + + 50% { + -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px); + transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px); + } +} + + +@keyframes shapeMover-2 { + + 0%, + 100% { + -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0); + transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0); + } + + 50% { + -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px); + transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px); + } +} + +.shape-mover { + -webkit-animation-name: shapeMover; + animation-name: shapeMover; + -webkit-animation-duration: 9s; + animation-duration: 9s; + -webkit-animation-timing-function: linear; + animation-timing-function: linear; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} + + + +@-webkit-keyframes banner3Shake { + 0% { + transform: rotate3d(0, 1, 0, 0deg); + } + + 30% { + transform: rotate3d(0, 0, 1, 5deg); + } + + 60% { + transform: rotate3d(1, 0, 0, 0deg); + } + + 80% { + transform: rotate3d(0, 0, 1, 5deg); + } + + 100% { + transform: rotate3d(0, 1, 0, 0deg); + } +} + + + +@keyframes banner3Shake { + 0% { + -webkit-transform: rotate3d(0, 1, 0, 0deg); + transform: rotate3d(0, 1, 0, 0deg); + } + + 30% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 60% { + -webkit-transform: rotate3d(1, 0, 0, 0deg); + transform: rotate3d(1, 0, 0, 0deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 100% { + -webkit-transform: rotate3d(0, 1, 0, 0deg); + transform: rotate3d(0, 1, 0, 0deg); + } + +} + + +.banner-3-Shake { + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; + -webkit-animation-name: banner3Shake; + animation-name: banner3Shake; + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + -webkit-animation-duration: 5s; + animation-duration: 5s; + -webkit-animation-delay: 1s; + animation-delay: 1s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} + + + +@-webkit-keyframes squareMover { + + 0%, + 100% { + transform: translate(0, 0) rotate(0); + } + + 20%, + 60% { + transform: translate(20px, 40px) rotate(180deg); + } + + 30%, + 80% { + transform: translate(40px, 60px) rotate(0deg); + } +} + +@keyframes squareMover { + + 0%, + 100% { + transform: translate(0, 0) rotate(0); + } + + 20%, + 60% { + transform: translate(20px, 40px) rotate(180deg); + } + + 30%, + 80% { + transform: translate(40px, 60px) rotate(0deg); + } +} + +@-webkit-keyframes treeMove { + + 0%, + 100% { + transform: rotate(0deg) translateX(0); + } + + 25%, + 75% { + transform: rotate(5deg) translateX(15px); + } + + 50% { + transform: rotate(10deg) translateX(30px); + } +} + +@keyframes treeMove { + + 0%, + 100% { + transform: rotate(0deg) translateX(0); + } + + 25%, + 75% { + transform: rotate(5deg) translateX(15px); + } + + 50% { + transform: rotate(10deg) translateX(30px); + } +} + + +/*-------------------------------------------------------------- +# Zoom Fade Css +--------------------------------------------------------------*/ +.zoom-fade { + animation-name: zoom-fade; + animation-duration: 5s; + animation-iteration-count: infinite; + animation-timing-function: linear; + + -webkit-animation-name: zoom-fade; + -webkit-animation-duration: 5s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + + -moz-animation-name: zoom-fade; + -moz-animation-duration: 5s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: linear; + + -ms-animation-name: zoom-fade; + -ms-animation-duration: 5s; + -ms-animation-iteration-count: infinite; + -ms-animation-timing-function: linear; + + -o-animation-name: zoom-fade; + -o-animation-duration: 5s; + -o-animation-iteration-count: infinite; + -o-animation-timing-function: linear; +} + +@-webkit-keyframes zoom-fade { + 0% { + transform: scale(0.9) translateX(-50%); + } + + 50% { + transform: scale(1) translateX(-50%); + } + + 100% { + transform: scale(0.9) translateX(-50%); + } +} + +@keyframes zoom-fade { + 0% { + transform: scale(0.9) translateX(-50%); + } + + 50% { + transform: scale(1) translateX(-50%); + } + + 100% { + transform: scale(0.9) translateX(-50%); + } +} + + +/*-------------------------------------------------------------- +# Zoom Fade 2 Css +--------------------------------------------------------------*/ +.zoom-fade-2 { + animation-name: zoom-fade-2; + animation-duration: 8s; + animation-iteration-count: infinite; + animation-timing-function: linear; + + -webkit-animation-name: zoom-fade-2; + -webkit-animation-duration: 8s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + + -moz-animation-name: zoom-fade-2; + -moz-animation-duration: 8s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: linear; + + -ms-animation-name: zoom-fade-2; + -ms-animation-duration: 8s; + -ms-animation-iteration-count: infinite; + -ms-animation-timing-function: linear; + + -o-animation-name: zoom-fade-2; + -o-animation-duration: 8s; + -o-animation-iteration-count: infinite; + -o-animation-timing-function: linear; +} + +@-webkit-keyframes zoom-fade-2 { + 0% { + transform: scale(0.9) translateX(0) translateY(0); + } + + 50% { + transform: scale(1) translateX(0) translateY(0); + } + + 100% { + transform: scale(0.9) translateX(0) translateY(0); + } +} + +@keyframes zoom-fade-2 { + 0% { + transform: scale(0.9) translateX(0) translateY(0); + } + + 50% { + transform: scale(1) translateX(0) translateY(0); + } + + 100% { + transform: scale(0.9) translateX(0) translateY(0); + } +} + + + + + +/*-------------------------------------------------------------- +# Zoom Fade 3 Css +--------------------------------------------------------------*/ +.zoom-fade-3 { + animation-name: zoom-fade-3; + animation-duration: 5s; + animation-iteration-count: infinite; + animation-timing-function: linear; + + -webkit-animation-name: zoom-fade-3; + -webkit-animation-duration: 5s; + -webkit-animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + + -moz-animation-name: zoom-fade-3; + -moz-animation-duration: 5s; + -moz-animation-iteration-count: infinite; + -moz-animation-timing-function: linear; + + -ms-animation-name: zoom-fade-3; + -ms-animation-duration: 5s; + -ms-animation-iteration-count: infinite; + -ms-animation-timing-function: linear; + + -o-animation-name: zoom-fade-3; + -o-animation-duration: 5s; + -o-animation-iteration-count: infinite; + -o-animation-timing-function: linear; +} + + + +/* custom animations */ + +@keyframes btnIconMove { + 0% { + transform: rotate(0deg) translate(0px, 0px); + } + + 50% { + transform: rotate(20deg) translate(10px, 0px); + } + + 100% { + transform: rotate(0deg) translate(0px, 0px); + } +} + + + + +@-webkit-keyframes ImgBounce { + 0% { + -webkit-transform: translateY(0); + transform: translateY(0); + } + + 100% { + -webkit-transform: translateY(-30px); + transform: translateY(-30px); + } +} + +@keyframes ImgBounce { + 0% { + -webkit-transform: translateY(0); + transform: translateY(0); + } + + 100% { + -webkit-transform: translateY(-30px); + transform: translateY(-30px); + } +} + + +.img-bounce { + -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate; + animation: ImgBounce 5s ease-in-out 0s infinite alternate; +} + + + +/** squares **/ + +@-moz-keyframessquares { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 0 + } + + 20% { + -webkit-transform: scale(1.24); + transform: scale(1.24); + opacity: 1 + } + + 100% { + -webkit-transform: scale(2.1); + transform: scale(2.1); + opacity: 0 + } +} + +@-moz-keyframes squares { + 0% { + -moz-transform: scale(1); + transform: scale(1); + opacity: 0 + } + + 20% { + -moz-transform: scale(1.24); + transform: scale(1.24); + opacity: 1 + } + + 100% { + -moz-transform: scale(2.1); + transform: scale(2.1); + opacity: 0 + } +} + +@-o-keyframes squares { + 0% { + -o-transform: scale(1); + transform: scale(1); + opacity: 0 + } + + 20% { + -o-transform: scale(1.24); + transform: scale(1.24); + opacity: 1 + } + + 100% { + -o-transform: scale(2.1); + transform: scale(2.1); + opacity: 0 + } +} + +@keyframes squares { + 0% { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + opacity: 0 + } + + 20% { + -webkit-transform: scale(1.24); + -moz-transform: scale(1.24); + -o-transform: scale(1.24); + transform: scale(1.24); + opacity: 1 + } + + 100% { + -webkit-transform: scale(2.1); + -moz-transform: scale(2.1); + -o-transform: scale(2.1); + transform: scale(2.1); + opacity: 0 + } +} + +/*** +============================================= + Float Bob X Animation Css +============================================= +***/ +@-webkit-keyframes float-bob-x { + 0% { + transform: translateX(-30px); + } + + 50% { + transform: translateX(-10px); + } + + 100% { + transform: translateX(-30px); + } +} + +@keyframes float-bob-x { + 0% { + transform: translateX(-30px); + } + + 50% { + transform: translateX(-10px); + } + + 100% { + transform: translateX(-30px); + } +} + +.float-bob-x { + -webkit-animation-name: float-bob-x; + animation-name: float-bob-x; + -webkit-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + animation-timing-function: linear; +} + + +/*** +============================================= + Float Bob Y Animation Css +============================================= +***/ +@-webkit-keyframes float-bob-y-2 { + 0% { + transform: translateY(-20px) translateX(-50%) rotate(0deg); + ; + } + + 50% { + transform: translateY(-10px) translateX(-50%) rotate(0deg); + ; + } + + 100% { + transform: translateY(-20px) translateX(-50%) rotate(0deg); + ; + } +} + +@keyframes float-bob-y-2 { + 0% { + transform: translateY(-20px) translateX(-50%) rotate(0deg); + ; + } + + 50% { + transform: translateY(-10px) translateX(-50%) rotate(0deg); + ; + } + + 100% { + transform: translateY(-20px) translateX(-50%) rotate(0deg); + ; + } +} + +.float-bob-y-2 { + -webkit-animation-name: float-bob-y-2; + animation-name: float-bob-y-2; + -webkit-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + -webkit-animation-timing-function: linear; + animation-timing-function: linear; +} \ No newline at end of file diff --git a/pages/assets/vendors/bootstrap-select/css/bootstrap-select.min.css b/pages/assets/vendors/bootstrap-select/css/bootstrap-select.min.css new file mode 100644 index 0000000..45970b0 --- /dev/null +++ b/pages/assets/vendors/bootstrap-select/css/bootstrap-select.min.css @@ -0,0 +1,6 @@ +/*! + * Bootstrap-select v1.14.0-beta2 (https://developer.snapappointments.com/bootstrap-select) + * + * Copyright 2012-2021 SnapAppointments, LLC + * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE) + */@-webkit-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@-o-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select .dropdown-toggle .bs-select-clear-selected{position:relative;display:block;margin-right:5px;text-align:center}.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected{padding-right:inherit}.bootstrap-select .dropdown-toggle .bs-select-clear-selected span{position:relative;top:-webkit-calc(((-1em / 1.5) + 1ex)/ 2);top:calc(((-1em / 1.5) + 1ex)/ 2);pointer-events:none}.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected span{top:auto}.bootstrap-select .dropdown-toggle.bs-placeholder .bs-select-clear-selected{display:none}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu .notify.fadeOut{-webkit-animation:.3s linear 750ms forwards bs-notify-fadeOut;-o-animation:.3s linear 750ms forwards bs-notify-fadeOut;animation:.3s linear 750ms forwards bs-notify-fadeOut}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group{display:block}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group{display:block}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none} \ No newline at end of file diff --git a/pages/assets/vendors/bootstrap-select/js/bootstrap-select.min.js b/pages/assets/vendors/bootstrap-select/js/bootstrap-select.min.js new file mode 100644 index 0000000..f0aa106 --- /dev/null +++ b/pages/assets/vendors/bootstrap-select/js/bootstrap-select.min.js @@ -0,0 +1,9 @@ +/*! + * Bootstrap-select v1.14.0-beta2 (https://developer.snapappointments.com/bootstrap-select) + * + * Copyright 2012-2021 SnapAppointments, LLC + * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE) + */ + +!function(e,t){void 0===e&&void 0!==window&&(e=window),"function"==typeof define&&define.amd?define(["jquery"],function(e){return t(e)}):"object"==typeof module&&module.exports?module.exports=t(require("jquery")):t(e.jQuery)}(this,function(e){!function(T){"use strict";var d=["sanitize","whiteList","sanitizeFn"],l=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],e={"*":["class","dir","id","lang","role","tabindex","style",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},r=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,a=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i,n=["title","placeholder"];function v(e,t){var i=e.nodeName.toLowerCase();if(-1!==T.inArray(i,t))return-1===T.inArray(i,l)||Boolean(e.nodeValue.match(r)||e.nodeValue.match(a));for(var s=T(t).filter(function(e,t){return t instanceof RegExp}),n=0,o=s.length;n]+>/g,"")),s&&(a=I(a)),a=a.toUpperCase(),o="function"==typeof i?i(a,t):"contains"===i?0<=a.indexOf(t):a.startsWith(t)))break}return o}function L(e){return parseInt(e,10)||0}T.fn.triggerNative=function(e){var t,i=this[0];i.dispatchEvent&&(f?t=new Event(e,{bubbles:!0}):(t=document.createEvent("Event")).initEvent(e,!0,!1),i.dispatchEvent(t))};var m={"\xc0":"A","\xc1":"A","\xc2":"A","\xc3":"A","\xc4":"A","\xc5":"A","\xe0":"a","\xe1":"a","\xe2":"a","\xe3":"a","\xe4":"a","\xe5":"a","\xc7":"C","\xe7":"c","\xd0":"D","\xf0":"d","\xc8":"E","\xc9":"E","\xca":"E","\xcb":"E","\xe8":"e","\xe9":"e","\xea":"e","\xeb":"e","\xcc":"I","\xcd":"I","\xce":"I","\xcf":"I","\xec":"i","\xed":"i","\xee":"i","\xef":"i","\xd1":"N","\xf1":"n","\xd2":"O","\xd3":"O","\xd4":"O","\xd5":"O","\xd6":"O","\xd8":"O","\xf2":"o","\xf3":"o","\xf4":"o","\xf5":"o","\xf6":"o","\xf8":"o","\xd9":"U","\xda":"U","\xdb":"U","\xdc":"U","\xf9":"u","\xfa":"u","\xfb":"u","\xfc":"u","\xdd":"Y","\xfd":"y","\xff":"y","\xc6":"Ae","\xe6":"ae","\xde":"Th","\xfe":"th","\xdf":"ss","\u0100":"A","\u0102":"A","\u0104":"A","\u0101":"a","\u0103":"a","\u0105":"a","\u0106":"C","\u0108":"C","\u010a":"C","\u010c":"C","\u0107":"c","\u0109":"c","\u010b":"c","\u010d":"c","\u010e":"D","\u0110":"D","\u010f":"d","\u0111":"d","\u0112":"E","\u0114":"E","\u0116":"E","\u0118":"E","\u011a":"E","\u0113":"e","\u0115":"e","\u0117":"e","\u0119":"e","\u011b":"e","\u011c":"G","\u011e":"G","\u0120":"G","\u0122":"G","\u011d":"g","\u011f":"g","\u0121":"g","\u0123":"g","\u0124":"H","\u0126":"H","\u0125":"h","\u0127":"h","\u0128":"I","\u012a":"I","\u012c":"I","\u012e":"I","\u0130":"I","\u0129":"i","\u012b":"i","\u012d":"i","\u012f":"i","\u0131":"i","\u0134":"J","\u0135":"j","\u0136":"K","\u0137":"k","\u0138":"k","\u0139":"L","\u013b":"L","\u013d":"L","\u013f":"L","\u0141":"L","\u013a":"l","\u013c":"l","\u013e":"l","\u0140":"l","\u0142":"l","\u0143":"N","\u0145":"N","\u0147":"N","\u014a":"N","\u0144":"n","\u0146":"n","\u0148":"n","\u014b":"n","\u014c":"O","\u014e":"O","\u0150":"O","\u014d":"o","\u014f":"o","\u0151":"o","\u0154":"R","\u0156":"R","\u0158":"R","\u0155":"r","\u0157":"r","\u0159":"r","\u015a":"S","\u015c":"S","\u015e":"S","\u0160":"S","\u015b":"s","\u015d":"s","\u015f":"s","\u0161":"s","\u0162":"T","\u0164":"T","\u0166":"T","\u0163":"t","\u0165":"t","\u0167":"t","\u0168":"U","\u016a":"U","\u016c":"U","\u016e":"U","\u0170":"U","\u0172":"U","\u0169":"u","\u016b":"u","\u016d":"u","\u016f":"u","\u0171":"u","\u0173":"u","\u0174":"W","\u0175":"w","\u0176":"Y","\u0177":"y","\u0178":"Y","\u0179":"Z","\u017b":"Z","\u017d":"Z","\u017a":"z","\u017c":"z","\u017e":"z","\u0132":"IJ","\u0133":"ij","\u0152":"Oe","\u0153":"oe","\u0149":"'n","\u017f":"s"},g=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,b=RegExp("[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\u1ab0-\\u1aff\\u1dc0-\\u1dff]","g");function w(e){return m[e]}function I(e){return(e=e.toString())&&e.replace(g,w).replace(b,"")}var x,y,$,S,E=(x={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},y="(?:"+Object.keys(x).join("|")+")",$=RegExp(y),S=RegExp(y,"g"),function(e){return e=null==e?"":""+e,$.test(e)?e.replace(S,C):e});function C(e){return x[e]}var O={32:" ",48:"0",49:"1",50:"2",51:"3",52:"4",53:"5",54:"6",55:"7",56:"8",57:"9",59:";",65:"A",66:"B",67:"C",68:"D",69:"E",70:"F",71:"G",72:"H",73:"I",74:"J",75:"K",76:"L",77:"M",78:"N",79:"O",80:"P",81:"Q",82:"R",83:"S",84:"T",85:"U",86:"V",87:"W",88:"X",89:"Y",90:"Z",96:"0",97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9"},N=27,H=13,W=32,B=9,M=38,R=40,U=window.Dropdown||bootstrap.Dropdown;function V(){var t;try{t=T.fn.dropdown.Constructor.VERSION}catch(e){t=U.VERSION}return t}var j={success:!1,major:"3"};try{j.full=(V()||"").split(" ")[0].split("."),j.major=j.full[0],j.success=!0}catch(e){}var _=0,F=".bs.select",G={DISABLED:"disabled",DIVIDER:"divider",SHOW:"open",DROPUP:"dropup",MENU:"dropdown-menu",MENURIGHT:"dropdown-menu-right",MENULEFT:"dropdown-menu-left",BUTTONCLASS:"btn-default",POPOVERHEADER:"popover-title",ICONBASE:"glyphicon",TICKICON:"glyphicon-ok"},q={MENU:"."+G.MENU,DATA_TOGGLE:'data-toggle="dropdown"'},K={div:document.createElement("div"),span:document.createElement("span"),i:document.createElement("i"),subtext:document.createElement("small"),a:document.createElement("a"),li:document.createElement("li"),whitespace:document.createTextNode("\xa0"),fragment:document.createDocumentFragment(),option:document.createElement("option")};K.selectedOption=K.option.cloneNode(!1),K.selectedOption.setAttribute("selected",!0),K.noResults=K.li.cloneNode(!1),K.noResults.className="no-results",K.a.setAttribute("role","option"),K.a.className="dropdown-item",K.subtext.className="text-muted",K.text=K.span.cloneNode(!1),K.text.className="text",K.checkMark=K.span.cloneNode(!1);var Q=new RegExp(M+"|"+R),Y=new RegExp("^"+B+"$|"+N),Z={li:function(e,t,i){var s=K.li.cloneNode(!1);return e&&(1===e.nodeType||11===e.nodeType?s.appendChild(e):s.innerHTML=e),void 0!==t&&""!==t&&(s.className=t),null!=i&&s.classList.add("optgroup-"+i),s},a:function(e,t,i){var s=K.a.cloneNode(!0);return e&&(11===e.nodeType?s.appendChild(e):s.insertAdjacentHTML("beforeend",e)),void 0!==t&&""!==t&&s.classList.add.apply(s.classList,t.split(/\s+/)),i&&s.setAttribute("style",i),s},text:function(e,t){var i,s,n=K.text.cloneNode(!1);if(e.content)n.innerHTML=e.content;else{if(n.textContent=e.text,e.icon){var o=K.whitespace.cloneNode(!1);(s=(!0===t?K.i:K.span).cloneNode(!1)).className=this.options.iconBase+" "+e.icon,K.fragment.appendChild(s),K.fragment.appendChild(o)}e.subtext&&((i=K.subtext.cloneNode(!1)).textContent=e.subtext,n.appendChild(i))}if(!0===t)for(;0'},maxOptions:!1,mobile:!1,selectOnTab:!1,dropdownAlignRight:!1,windowPadding:0,virtualScroll:600,display:!1,sanitize:!0,sanitizeFn:null,whiteList:e},te.prototype={constructor:te,init:function(){var i=this,e=this.$element.attr("id"),t=this.$element[0],s=t.form;_++,this.selectId="bs-select-"+_,t.classList.add("bs-select-hidden"),this.multiple=this.$element.prop("multiple"),this.autofocus=this.$element.prop("autofocus"),t.classList.contains("show-tick")&&(this.options.showTick=!0),this.$newElement=this.createDropdown(),this.$element.after(this.$newElement).prependTo(this.$newElement),s&&null===t.form&&(s.id||(s.id="form-"+this.selectId),t.setAttribute("form",s.id)),this.$button=this.$newElement.children("button"),this.options.allowClear&&(this.$clearButton=this.$button.children(".bs-select-clear-selected")),this.$menu=this.$newElement.children(q.MENU),this.$menuInner=this.$menu.children(".inner"),this.$searchbox=this.$menu.find("input"),t.classList.remove("bs-select-hidden"),this.fetchData(function(){i.render(!0),i.buildList(),requestAnimationFrame(function(){i.$element.trigger("loaded"+F)})}),this.fetchData(function(){i.render(!0),i.buildList(),requestAnimationFrame(function(){i.$element.trigger("loaded"+F)})}),!0===this.options.dropdownAlignRight&&this.$menu[0].classList.add(G.MENURIGHT),void 0!==e&&this.$button.attr("data-id",e),this.checkDisabled(),this.clickListener(),4'+this.options.header+"
    "),this.options.liveSearch&&(l=''),this.multiple&&this.options.actionsBox&&(r='
    "),this.multiple&&this.options.doneButton&&(a='
    "),this.options.allowClear&&(c='×'),n='",T(n)},setPositionData:function(){this.selectpicker.view.canHighlight=[],this.selectpicker.view.size=0,this.selectpicker.view.firstHighlightIndex=!1;for(var e=0;e=this.options.virtualScroll||!0===this.options.virtualScroll},createView:function(z,e,t){var D,L,N=this,i=0,H=[];if(this.selectpicker.isSearching=z,this.selectpicker.current=z?this.selectpicker.search:this.selectpicker.main,this.setPositionData(),e)if(t)i=this.$menuInner[0].scrollTop;else if(!N.multiple){var s=N.$element[0],n=(s.options[s.selectedIndex]||{}).liIndex;if("number"==typeof n&&!1!==N.options.size){var o=N.selectpicker.main.data[n],l=o&&o.position;l&&(i=l-(N.sizeInfo.menuInnerHeight+N.sizeInfo.liHeight)/2)}}function W(e,t){var i,s,n,o,l,r,a,c,d=N.selectpicker.current.data.length,h=[],p=!0,u=N.isVirtual();N.selectpicker.view.scrollTop=e,i=N.options.chunkSize,s=Math.ceil(d/i)||1;for(var f=0;fd-1?0:N.selectpicker.current.data[d-1].position-N.selectpicker.current.data[N.selectpicker.view.position1-1].position,b.firstChild.style.marginTop=v+"px",b.firstChild.style.marginBottom=g+"px"):(b.firstChild.style.marginTop=0,b.firstChild.style.marginBottom=0),b.firstChild.appendChild(w),!0===u&&N.sizeInfo.hasScrollBar){var C=b.firstChild.offsetWidth;if(t&&CN.sizeInfo.selectWidth)b.firstChild.style.minWidth=N.sizeInfo.menuInnerInnerWidth+"px";else if(C>N.sizeInfo.menuInnerInnerWidth){N.$menu[0].style.minWidth=0;var O=b.firstChild.offsetWidth;O>N.sizeInfo.menuInnerInnerWidth&&(N.sizeInfo.menuInnerInnerWidth=O,b.firstChild.style.minWidth=N.sizeInfo.menuInnerInnerWidth+"px"),N.$menu[0].style.minWidth=""}}}(!z&&N.options.source.load||z&&N.options.source.search)&&l===s-1&&N.fetchData(function(){N.render(),N.buildList(d,z),N.setPositionData(),W(e)},z?"search":"load",l+1,z?N.selectpicker.search.previousValue:void 0)}if(N.prevActiveIndex=N.activeIndex,N.options.liveSearch){if(z&&t){var A,T=0;N.selectpicker.view.canHighlight[T]||(T=1+N.selectpicker.view.canHighlight.slice(1).indexOf(!0)),A=N.selectpicker.view.visibleElements[T],N.defocusItem(N.selectpicker.view.currentActive),N.activeIndex=(N.selectpicker.current.data[T]||{}).index,N.focusItem(A)}}else N.$menuInner.trigger("focus")}W(i,!0),this.$menuInner.off("scroll.createView").on("scroll.createView",function(e,t){N.noScroll||W(this.scrollTop,t),N.noScroll=!1}),T(window).off("resize"+F+"."+this.selectId+".createView").on("resize"+F+"."+this.selectId+".createView",function(){N.$newElement.hasClass(G.SHOW)&&W(N.$menuInner[0].scrollTop)})},focusItem:function(e,t,i){if(e){t=t||this.selectpicker.main.data[this.activeIndex];var s=e.firstChild;s&&(s.setAttribute("aria-setsize",this.selectpicker.view.size),s.setAttribute("aria-posinset",t.posinset),!0!==i&&(this.focusedParent.setAttribute("aria-activedescendant",s.id),e.classList.add("active"),s.classList.add("active")))}},defocusItem:function(e){e&&(e.classList.remove("active"),e.firstChild&&e.firstChild.classList.remove("active"))},setPlaceholder:function(){var e=this,t=!1;if((this.options.placeholder||this.options.allowClear)&&!this.multiple){this.selectpicker.view.titleOption||(this.selectpicker.view.titleOption=document.createElement("option")),t=!0;var i=this.$element[0],s=!1,n=!this.selectpicker.view.titleOption.parentNode,o=i.selectedIndex,l=i.options[o],r=i.querySelector("select > *:not(:disabled)"),a=r?r.index:0,c=window.performance&&window.performance.getEntriesByType("navigation"),d=c&&c.length?"back_forward"!==c[0].type:2!==window.performance.navigation.type;n&&(this.selectpicker.view.titleOption.className="bs-title-option",this.selectpicker.view.titleOption.value="",s=!l||o===a&&!1===l.defaultSelected&&void 0===this.$element.data("selected")),!n&&0===this.selectpicker.view.titleOption.index||i.insertBefore(this.selectpicker.view.titleOption,i.firstChild),s&&d?i.selectedIndex=0:"complete"!==document.readyState&&window.addEventListener("pageshow",function(){e.selectpicker.view.displayedValue!==i.value&&e.render()})}return t},fetchData:function(t,i,e,s){i=i||"data";var n,o=this,l=this.options.source[i];l?(this.options.virtualScroll=!0,"function"==typeof l?l.call(this,function(e){n=o.buildData(e,i),t.call(o,n)},e,s):Array.isArray(l)&&(n=o.buildData(l,i),t.call(o,n))):(n=this.buildData(!1,i),t.call(o,n))},buildData:function(p,e){var u=!1===p?J.fromOption:J.fromDataSource,f=':not([hidden]):not([data-hidden="true"])',m=[],l=0,v=0,g=this.setPlaceholder()&&!p?1:0;"load"===e?l=this.selectpicker.main.data.length:"search"===e&&(l=this.selectpicker.search.data.length),this.options.hideDisabled&&(f+=":not(:disabled)");var t=p?p.filter(ee,this):this.$element[0].querySelectorAll("select > *"+f);function b(e){var t=m[m.length-1];t&&"divider"===t.type&&(t.optID||e.optID)||((e=e||{}).type="divider",m.push(e))}function w(e,t){if((t=t||{}).divider=u(e,"divider"),!0===t.divider)b({optID:t.optID});else{var i=m.length+l,s=u(e,"style"),n=s?E(s):"",o=(e.className||"")+(t.optgroupClass||"");t.optID&&(o="opt "+o),t.optionClass=o.trim(),t.inlineStyle=n,t.text=u(e,"text"),t.content=u(e,"content"),t.tokens=u(e,"tokens"),t.subtext=u(e,"subtext"),t.icon=u(e,"icon"),t.display=t.content||t.text,t.value=void 0===e.value?e.text:e.value,t.type="option",t.index=i,t.option=e.option?e.option:e,t.option.liIndex=i,t.selected=!!e.selected,t.disabled=t.disabled||!!e.disabled,m.push(t)}}function i(e,t){var i=t[e],s=!(e-1 li")},render:function(e){var t,i=this,s=this.$element[0],n=this.setPlaceholder()&&0===s.selectedIndex,o=A.call(this),l=o.length,r=z.call(this,o),a=this.$button[0],c=a.querySelector(".filter-option-inner-inner"),d=document.createTextNode(this.options.multipleSeparator),h=K.fragment.cloneNode(!1),p=!1;if(this.options.source.data&&e&&(o.map(function e(t){t.selected?i.createOption(t,!0):t.children&&t.children.length&&t.children.map(e)}),s.appendChild(this.selectpicker.main.optionQueue),n=n&&0===s.selectedIndex),a.classList.toggle("bs-placeholder",i.multiple?!l:!r&&0!==r),i.multiple||1!==o.length||(i.selectpicker.view.displayedValue=r),"static"===this.options.selectedTextFormat)h=Z.text.call(this,{text:this.options.placeholder},!0);else if(!1===(this.multiple&&-1!==this.options.selectedTextFormat.indexOf("count")&&1")).length&&l>t[1]||1===t.length&&2<=l))){if(!n){for(var u=0;u option"+v+", optgroup"+v+" option"+v).length,b="function"==typeof this.options.countSelectedText?this.options.countSelectedText(l,g):this.options.countSelectedText;h=Z.text.call(this,{text:b.replace("{0}",l.toString()).replace("{1}",g.toString())},!0)}if(h.childNodes.length||(h=Z.text.call(this,{text:this.options.placeholder?this.options.placeholder:this.options.noneSelectedText},!0)),a.title=h.textContent.replace(/<[^>]*>?/g,"").trim(),this.options.sanitize&&p&&P([h],i.options.whiteList,i.options.sanitizeFn),c.innerHTML="",c.appendChild(h),j.major<4&&this.$newElement[0].classList.contains("bs3-has-addon")){var w=a.querySelector(".filter-expand"),I=c.cloneNode(!0);I.className="filter-expand",w?a.replaceChild(I,w):a.appendChild(I)}this.$element.trigger("rendered"+F)},setStyle:function(e,t){var i,s=this.$button[0],n=this.$newElement[0],o=this.options.style.trim();this.$element.attr("class")&&this.$newElement.addClass(this.$element.attr("class").replace(/selectpicker|mobile-device|bs-select-hidden|validate\[.*\]/gi,"")),j.major<4&&(n.classList.add("bs3"),n.parentNode.classList&&n.parentNode.classList.contains("input-group")&&(n.previousElementSibling||n.nextElementSibling)&&(n.previousElementSibling||n.nextElementSibling).classList.contains("input-group-addon")&&n.classList.add("bs3-has-addon")),i=e?e.trim():o,"add"==t?i&&s.classList.add.apply(s.classList,i.split(" ")):"remove"==t?i&&s.classList.remove.apply(s.classList,i.split(" ")):(o&&s.classList.remove.apply(s.classList,o.split(" ")),i&&s.classList.add.apply(s.classList,i.split(" ")))},liHeight:function(e){if(e||!1!==this.options.size&&!Object.keys(this.sizeInfo).length){var t,i=K.div.cloneNode(!1),s=K.div.cloneNode(!1),n=K.div.cloneNode(!1),o=document.createElement("ul"),l=K.li.cloneNode(!1),r=K.li.cloneNode(!1),a=K.a.cloneNode(!1),c=K.span.cloneNode(!1),d=this.options.header&&0this.sizeInfo.menuExtras.vert&&r+this.sizeInfo.menuExtras.vert+50>this.sizeInfo.selectOffsetBot,!0===this.selectpicker.isSearching&&(a=this.selectpicker.dropup),this.$newElement.toggleClass(G.DROPUP,a),this.selectpicker.dropup=a),"auto"===this.options.size)n=3this.options.size){for(var b=0;bthis.sizeInfo.menuInnerHeight&&(this.sizeInfo.hasScrollBar=!0,this.sizeInfo.totalMenuWidth=this.sizeInfo.menuWidth+this.sizeInfo.scrollBarWidth),"auto"===this.options.dropdownAlignRight&&this.$menu.toggleClass(G.MENURIGHT,this.sizeInfo.selectOffsetLeft>this.sizeInfo.selectOffsetRight&&this.sizeInfo.selectOffsetRightthis.options.size&&i.off("resize"+F+"."+this.selectId+".setMenuSize scroll"+F+"."+this.selectId+".setMenuSize")}this.createView(!1,!0,e)},setWidth:function(){var i=this;"auto"===this.options.width?requestAnimationFrame(function(){i.$menu.css("min-width","0"),i.$element.on("loaded"+F,function(){i.liHeight(),i.setMenuSize();var e=i.$newElement.clone().appendTo("body"),t=e.css("width","auto").children("button").outerWidth();e.remove(),i.sizeInfo.selectWidth=Math.max(i.sizeInfo.totalMenuWidth,t),i.$newElement.css("width",i.sizeInfo.selectWidth+"px")})}):"fit"===this.options.width?(this.$menu.css("min-width",""),this.$newElement.css("width","").addClass("fit-width")):this.options.width?(this.$menu.css("min-width",""),this.$newElement.css("width",this.options.width)):(this.$menu.css("min-width",""),this.$newElement.css("width","")),this.$newElement.hasClass("fit-width")&&"fit"!==this.options.width&&this.$newElement[0].classList.remove("fit-width")},selectPosition:function(){this.$bsContainer=T('
    ');function e(e){var t={},i=l.options.display||!!T.fn.dropdown.Constructor.Default&&T.fn.dropdown.Constructor.Default.display;l.$bsContainer.addClass(e.attr("class").replace(/form-control|fit-width/gi,"")).toggleClass(G.DROPUP,e.hasClass(G.DROPUP)),s=e.offset(),r.is("body")?n={top:0,left:0}:((n=r.offset()).top+=parseInt(r.css("borderTopWidth"))-r.scrollTop(),n.left+=parseInt(r.css("borderLeftWidth"))-r.scrollLeft()),o=e.hasClass(G.DROPUP)?0:e[0].offsetHeight,(j.major<4||"static"===i)&&(t.top=s.top-n.top+o,t.left=s.left-n.left),t.width=e[0].offsetWidth,l.$bsContainer.css(t)}var s,n,o,l=this,r=T(this.options.container);this.$button.on("click.bs.dropdown.data-api",function(){l.isDisabled()||(e(l.$newElement),l.$bsContainer.appendTo(l.options.container).toggleClass(G.SHOW,!l.$button.hasClass(G.SHOW)).append(l.$menu))}),T(window).off("resize"+F+"."+this.selectId+" scroll"+F+"."+this.selectId).on("resize"+F+"."+this.selectId+" scroll"+F+"."+this.selectId,function(){l.$newElement.hasClass(G.SHOW)&&e(l.$newElement)}),this.$element.on("hide"+F,function(){l.$menu.data("height",l.$menu.height()),l.$bsContainer.detach()})},createOption:function(e,t){var i=e.option?e.option:e;if(i&&1!==i.nodeType){var s=(t?K.selectedOption:K.option).cloneNode(!0);void 0!==i.value&&(s.value=i.value),s.textContent=i.text,s.selected=!0,void 0!==i.liIndex?s.liIndex=i.liIndex:t||(s.liIndex=e.index),e.option=s,this.selectpicker.main.optionQueue.appendChild(s)}},setOptionStatus:function(e){var t=this;if(t.noScroll=!1,t.selectpicker.view.visibleElements&&t.selectpicker.view.visibleElements.length){for(var i=0;i
    ');$[2]&&(S=S.replace("{var}",$[2][1"+S+"
    ")),h=!1,O.$element.trigger("maxReached"+F)),b&&I&&(C.append(T("
    "+E+"
    ")),h=!1,O.$element.trigger("maxReachedGrp"+F)),setTimeout(function(){O.setSelected(l,!1)},10),C[0].classList.add("fadeOut"),setTimeout(function(){C.remove()},1050)}}}else d&&O.setSelected(d,!1),O.setSelected(o,!0);O.options.source.data&&O.$element[0].appendChild(O.selectpicker.main.optionQueue),!O.multiple||O.multiple&&1===O.options.maxOptions?O.$button.trigger("focus"):O.options.liveSearch&&O.$searchbox.trigger("focus"),h&&(!O.multiple&&a===s.selectedIndex||(D=[p.index,u.prop("selected"),r],O.$element.triggerNative("change")))}}),this.$menu.on("click","li."+G.DISABLED+" a, ."+G.POPOVERHEADER+", ."+G.POPOVERHEADER+" :not(.close)",function(e){e.currentTarget==this&&(e.preventDefault(),e.stopPropagation(),O.options.liveSearch&&!T(e.target).hasClass("close")?O.$searchbox.trigger("focus"):O.$button.trigger("focus"))}),this.$menuInner.on("click",".divider, .dropdown-header",function(e){e.preventDefault(),e.stopPropagation(),O.options.liveSearch?O.$searchbox.trigger("focus"):O.$button.trigger("focus")}),this.$menu.on("click","."+G.POPOVERHEADER+" .close",function(){O.$button.trigger("click")}),this.$searchbox.on("click",function(e){e.stopPropagation()}),this.$menu.on("click",".actions-btn",function(e){O.options.liveSearch?O.$searchbox.trigger("focus"):O.$button.trigger("focus"),e.preventDefault(),e.stopPropagation(),T(this).hasClass("bs-select-all")?O.selectAll():O.deselectAll()}),this.$button.on("focus"+F,function(e){var t=O.$element[0].getAttribute("tabindex");void 0!==t&&e.originalEvent&&e.originalEvent.isTrusted&&(this.setAttribute("tabindex",t),O.$element[0].setAttribute("tabindex",-1),O.selectpicker.view.tabindex=t)}).on("blur"+F,function(e){void 0!==O.selectpicker.view.tabindex&&e.originalEvent&&e.originalEvent.isTrusted&&(O.$element[0].setAttribute("tabindex",O.selectpicker.view.tabindex),this.setAttribute("tabindex",-1),O.selectpicker.view.tabindex=void 0)}),this.$element.on("change"+F,function(){O.render(),O.$element.trigger("changed"+F,D),D=null}).on("focus"+F,function(){O.options.mobile||O.$button[0].focus()})},liveSearchListener:function(){var u=this;this.$button.on("click.bs.dropdown.data-api",function(){u.$searchbox.val()&&(u.$searchbox.val(""),u.selectpicker.search.previousValue=void 0)}),this.$searchbox.on("click.bs.dropdown.data-api focus.bs.dropdown.data-api touchend.bs.dropdown.data-api",function(e){e.stopPropagation()}),this.$searchbox.on("input propertychange",function(){var t=u.$searchbox[0].value;if(u.selectpicker.search.elements=[],u.selectpicker.search.data=[],t)if(u.options.source.search)u.fetchData(function(e){u.render(),u.buildList(void 0,!0),u.createView(!0),X.call(u,e,t)},"search",0,t);else{var e=[],i=t.toUpperCase(),s={},n=[],o=u._searchStyle(),l=u.options.liveSearchNormalize;l&&(i=I(i));for(var r=0;r=a.selectpicker.view.canHighlight.length&&(t=a.selectpicker.view.firstHighlightIndex),a.selectpicker.view.canHighlight[t+f]||(t=t+1+a.selectpicker.view.canHighlight.slice(t+f+1).indexOf(!0))),e.preventDefault();var m=f+t;e.which===M?0===f&&t===c.length-1?(a.$menuInner[0].scrollTop=a.$menuInner[0].scrollHeight,m=a.selectpicker.current.elements.length-1):d=(o=(n=a.selectpicker.current.data[m]).position-n.height)u+a.sizeInfo.menuInnerHeight),s=a.selectpicker.main.elements[v],a.activeIndex=b[x],a.focusItem(s),s&&s.firstChild.focus(),d&&(a.$menuInner[0].scrollTop=o),l.trigger("focus")}}i&&(e.which===W&&!a.selectpicker.keydown.keyHistory||e.which===H||e.which===B&&a.options.selectOnTab)&&(e.which!==W&&e.preventDefault(),a.options.liveSearch&&e.which===W||(a.$menuInner.find(".active a").trigger("click",!0),l.trigger("focus"),a.options.liveSearch||(e.preventDefault(),T(document).data("spaceSelect",!0))))}},mobile:function(){this.options.mobile=!0,this.$element[0].classList.add("mobile-device")},refresh:function(){var e=this,t=T.extend({},this.options,h(this.$element),this.$element.data());this.options=t,this.options.source.data?(this.render(),this.buildList()):this.fetchData(function(){e.render(),e.buildList()}),this.checkDisabled(),this.setStyle(),this.setWidth(),this.setSize(!0),this.$element.trigger("refreshed"+F)},hide:function(){this.$newElement.hide()},show:function(){this.$newElement.show()},remove:function(){this.$newElement.remove(),this.$element.remove()},destroy:function(){this.$newElement.before(this.$element).remove(),this.$bsContainer?this.$bsContainer.remove():this.$menu.remove(),this.selectpicker.view.titleOption&&this.selectpicker.view.titleOption.parentNode&&this.selectpicker.view.titleOption.parentNode.removeChild(this.selectpicker.view.titleOption),this.$element.off(F).removeData("selectpicker").removeClass("bs-select-hidden selectpicker"),T(window).off(F+"."+this.selectId)}};var se=T.fn.selectpicker;function ne(){return j.major<5?T.fn.dropdown?(T.fn.dropdown.Constructor._dataApiKeydownHandler||T.fn.dropdown.Constructor.prototype.keydown).apply(this,arguments):void 0:U.dataApiKeydownHandler}T.fn.selectpicker=ie,T.fn.selectpicker.Constructor=te,T.fn.selectpicker.noConflict=function(){return T.fn.selectpicker=se,this},T(document).off("keydown.bs.dropdown.data-api").on("keydown.bs.dropdown.data-api",":not(.bootstrap-select) > ["+q.DATA_TOGGLE+"]",ne).on("keydown.bs.dropdown.data-api",":not(.bootstrap-select) > .dropdown-menu",ne).on("keydown"+F,".bootstrap-select ["+q.DATA_TOGGLE+'], .bootstrap-select [role="listbox"], .bootstrap-select .bs-searchbox input',te.prototype.keydown).on("focusin.modal",".bootstrap-select ["+q.DATA_TOGGLE+'], .bootstrap-select [role="listbox"], .bootstrap-select .bs-searchbox input',function(e){e.stopPropagation()}),document.addEventListener("DOMContentLoaded",function(){T(".selectpicker").each(function(){var e=T(this);ie.call(e,e.data())})})}(e)}); +//# sourceMappingURL=bootstrap-select.min.js.map \ No newline at end of file diff --git a/pages/assets/vendors/bootstrap/css/bootstrap.min.css b/pages/assets/vendors/bootstrap/css/bootstrap.min.css new file mode 100644 index 0000000..83dc5b7 --- /dev/null +++ b/pages/assets/vendors/bootstrap/css/bootstrap.min.css @@ -0,0 +1,7 @@ +@charset "UTF-8";/*! + * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors + * Copyright 2011-2021 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x)/ -2);margin-left:calc(var(--bs-gutter-x)/ -2)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)/ 2);padding-left:calc(var(--bs-gutter-x)/ 2);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.3333333333%}.col-2{flex:0 0 auto;width:16.6666666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.3333333333%}.col-5{flex:0 0 auto;width:41.6666666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.3333333333%}.col-8{flex:0 0 auto;width:66.6666666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.3333333333%}.col-11{flex:0 0 auto;width:91.6666666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.3333333333%}.col-sm-2{flex:0 0 auto;width:16.6666666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.3333333333%}.col-sm-5{flex:0 0 auto;width:41.6666666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.3333333333%}.col-sm-8{flex:0 0 auto;width:66.6666666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.3333333333%}.col-sm-11{flex:0 0 auto;width:91.6666666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.3333333333%}.col-md-2{flex:0 0 auto;width:16.6666666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.3333333333%}.col-md-8{flex:0 0 auto;width:66.6666666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.3333333333%}.col-md-11{flex:0 0 auto;width:91.6666666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.3333333333%}.col-lg-2{flex:0 0 auto;width:16.6666666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.3333333333%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.col-lg-8{flex:0 0 auto;width:66.6666666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.3333333333%}.col-lg-11{flex:0 0 auto;width:91.6666666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.3333333333%}.col-xl-2{flex:0 0 auto;width:16.6666666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-5{flex:0 0 auto;width:41.6666666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.3333333333%}.col-xl-8{flex:0 0 auto;width:66.6666666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.3333333333%}.col-xl-11{flex:0 0 auto;width:91.6666666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.3333333333%}.col-xxl-2{flex:0 0 auto;width:16.6666666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.3333333333%}.col-xxl-5{flex:0 0 auto;width:41.6666666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.3333333333%}.col-xxl-8{flex:0 0 auto;width:66.6666666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.3333333333%}.col-xxl-11{flex:0 0 auto;width:91.6666666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.3333333333%}.offset-xxl-2{margin-left:16.6666666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333333333%}.offset-xxl-5{margin-left:41.6666666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333333333%}.offset-xxl-8{margin-left:66.6666666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333333333%}.offset-xxl-11{margin-left:91.6666666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{max-width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);padding:1rem .75rem}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754;padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545;padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu{top:0;right:auto;left:100%}.dropend .dropdown-menu[data-bs-popper]{margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu{top:0;right:100%;left:auto}.dropstart .dropdown-menu[data-bs-popper]{margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:last-of-type{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast:not(.showing):not(.show){opacity:0}.toast.hide{display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid #d8d8d8;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1040;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-header{display:flex;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.offcanvas-backdrop::before{position:fixed;top:0;left:0;z-index:1039;width:100vw;height:100vh;content:"";background-color:rgba(0,0,0,.5)}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{color:#0d6efd!important}.text-secondary{color:#6c757d!important}.text-success{color:#198754!important}.text-info{color:#0dcaf0!important}.text-warning{color:#ffc107!important}.text-danger{color:#dc3545!important}.text-light{color:#f8f9fa!important}.text-dark{color:#212529!important}.text-white{color:#fff!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-reset{color:inherit!important}.bg-primary{background-color:#0d6efd!important}.bg-secondary{background-color:#6c757d!important}.bg-success{background-color:#198754!important}.bg-info{background-color:#0dcaf0!important}.bg-warning{background-color:#ffc107!important}.bg-danger{background-color:#dc3545!important}.bg-light{background-color:#f8f9fa!important}.bg-dark{background-color:#212529!important}.bg-body{background-color:#fff!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} +/*# sourceMappingURL=bootstrap.min.css.map */ \ No newline at end of file diff --git a/pages/assets/vendors/bootstrap/js/bootstrap.bundle.min.js b/pages/assets/vendors/bootstrap/js/bootstrap.bundle.min.js new file mode 100644 index 0000000..2168d63 --- /dev/null +++ b/pages/assets/vendors/bootstrap/js/bootstrap.bundle.min.js @@ -0,0 +1,7 @@ +/*! + * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */ +!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).bootstrap=e()}(this,(function(){"use strict";const t=t=>{do{t+=Math.floor(1e6*Math.random())}while(document.getElementById(t));return t},e=t=>{let e=t.getAttribute("data-bs-target");if(!e||"#"===e){let i=t.getAttribute("href");if(!i||!i.includes("#")&&!i.startsWith("."))return null;i.includes("#")&&!i.startsWith("#")&&(i="#"+i.split("#")[1]),e=i&&"#"!==i?i.trim():null}return e},i=t=>{const i=e(t);return i&&document.querySelector(i)?i:null},s=t=>{const i=e(t);return i?document.querySelector(i):null},n=t=>{if(!t)return 0;let{transitionDuration:e,transitionDelay:i}=window.getComputedStyle(t);const s=Number.parseFloat(e),n=Number.parseFloat(i);return s||n?(e=e.split(",")[0],i=i.split(",")[0],1e3*(Number.parseFloat(e)+Number.parseFloat(i))):0},o=t=>{t.dispatchEvent(new Event("transitionend"))},r=t=>(t[0]||t).nodeType,a=(t,e)=>{let i=!1;const s=e+5;t.addEventListener("transitionend",(function e(){i=!0,t.removeEventListener("transitionend",e)})),setTimeout(()=>{i||o(t)},s)},l=(t,e,i)=>{Object.keys(i).forEach(s=>{const n=i[s],o=e[s],a=o&&r(o)?"element":null==(l=o)?""+l:{}.toString.call(l).match(/\s([a-z]+)/i)[1].toLowerCase();var l;if(!new RegExp(n).test(a))throw new TypeError(t.toUpperCase()+": "+`Option "${s}" provided type "${a}" `+`but expected type "${n}".`)})},c=t=>{if(!t)return!1;if(t.style&&t.parentNode&&t.parentNode.style){const e=getComputedStyle(t),i=getComputedStyle(t.parentNode);return"none"!==e.display&&"none"!==i.display&&"hidden"!==e.visibility}return!1},d=t=>!t||t.nodeType!==Node.ELEMENT_NODE||!!t.classList.contains("disabled")||(void 0!==t.disabled?t.disabled:t.hasAttribute("disabled")&&"false"!==t.getAttribute("disabled")),h=t=>{if(!document.documentElement.attachShadow)return null;if("function"==typeof t.getRootNode){const e=t.getRootNode();return e instanceof ShadowRoot?e:null}return t instanceof ShadowRoot?t:t.parentNode?h(t.parentNode):null},f=()=>function(){},u=t=>t.offsetHeight,p=()=>{const{jQuery:t}=window;return t&&!document.body.hasAttribute("data-bs-no-jquery")?t:null},g=()=>"rtl"===document.documentElement.dir,m=(t,e)=>{var i;i=()=>{const i=p();if(i){const s=i.fn[t];i.fn[t]=e.jQueryInterface,i.fn[t].Constructor=e,i.fn[t].noConflict=()=>(i.fn[t]=s,e.jQueryInterface)}},"loading"===document.readyState?document.addEventListener("DOMContentLoaded",i):i()},_=new Map;var b={set(t,e,i){_.has(t)||_.set(t,new Map);const s=_.get(t);s.has(e)||0===s.size?s.set(e,i):console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(s.keys())[0]}.`)},get:(t,e)=>_.has(t)&&_.get(t).get(e)||null,remove(t,e){if(!_.has(t))return;const i=_.get(t);i.delete(e),0===i.size&&_.delete(t)}};const v=/[^.]*(?=\..*)\.|.*/,y=/\..*/,w=/::\d+$/,E={};let T=1;const A={mouseenter:"mouseover",mouseleave:"mouseout"},L=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function O(t,e){return e&&`${e}::${T++}`||t.uidEvent||T++}function k(t){const e=O(t);return t.uidEvent=e,E[e]=E[e]||{},E[e]}function D(t,e,i=null){const s=Object.keys(t);for(let n=0,o=s.length;n{!function(t,e,i,s){const n=e[i]||{};Object.keys(n).forEach(o=>{if(o.includes(s)){const s=n[o];S(t,e,i,s.originalHandler,s.delegationSelector)}})}(t,l,i,e.slice(1))});const d=l[r]||{};Object.keys(d).forEach(i=>{const s=i.replace(w,"");if(!a||e.includes(s)){const e=d[i];S(t,l,r,e.originalHandler,e.delegationSelector)}})},trigger(t,e,i){if("string"!=typeof e||!t)return null;const s=p(),n=e.replace(y,""),o=e!==n,r=L.has(n);let a,l=!0,c=!0,d=!1,h=null;return o&&s&&(a=s.Event(e,i),s(t).trigger(a),l=!a.isPropagationStopped(),c=!a.isImmediatePropagationStopped(),d=a.isDefaultPrevented()),r?(h=document.createEvent("HTMLEvents"),h.initEvent(n,l,!0)):h=new CustomEvent(e,{bubbles:l,cancelable:!0}),void 0!==i&&Object.keys(i).forEach(t=>{Object.defineProperty(h,t,{get:()=>i[t]})}),d&&h.preventDefault(),c&&t.dispatchEvent(h),h.defaultPrevented&&void 0!==a&&a.preventDefault(),h}};class j{constructor(t){(t="string"==typeof t?document.querySelector(t):t)&&(this._element=t,b.set(this._element,this.constructor.DATA_KEY,this))}dispose(){b.remove(this._element,this.constructor.DATA_KEY),this._element=null}static getInstance(t){return b.get(t,this.DATA_KEY)}static get VERSION(){return"5.0.0-beta3"}}class P extends j{static get DATA_KEY(){return"bs.alert"}close(t){const e=t?this._getRootElement(t):this._element,i=this._triggerCloseEvent(e);null===i||i.defaultPrevented||this._removeElement(e)}_getRootElement(t){return s(t)||t.closest(".alert")}_triggerCloseEvent(t){return N.trigger(t,"close.bs.alert")}_removeElement(t){if(t.classList.remove("show"),!t.classList.contains("fade"))return void this._destroyElement(t);const e=n(t);N.one(t,"transitionend",()=>this._destroyElement(t)),a(t,e)}_destroyElement(t){t.parentNode&&t.parentNode.removeChild(t),N.trigger(t,"closed.bs.alert")}static jQueryInterface(t){return this.each((function(){let e=b.get(this,"bs.alert");e||(e=new P(this)),"close"===t&&e[t](this)}))}static handleDismiss(t){return function(e){e&&e.preventDefault(),t.close(this)}}}N.on(document,"click.bs.alert.data-api",'[data-bs-dismiss="alert"]',P.handleDismiss(new P)),m("alert",P);class I extends j{static get DATA_KEY(){return"bs.button"}toggle(){this._element.setAttribute("aria-pressed",this._element.classList.toggle("active"))}static jQueryInterface(t){return this.each((function(){let e=b.get(this,"bs.button");e||(e=new I(this)),"toggle"===t&&e[t]()}))}}function M(t){return"true"===t||"false"!==t&&(t===Number(t).toString()?Number(t):""===t||"null"===t?null:t)}function R(t){return t.replace(/[A-Z]/g,t=>"-"+t.toLowerCase())}N.on(document,"click.bs.button.data-api",'[data-bs-toggle="button"]',t=>{t.preventDefault();const e=t.target.closest('[data-bs-toggle="button"]');let i=b.get(e,"bs.button");i||(i=new I(e)),i.toggle()}),m("button",I);const B={setDataAttribute(t,e,i){t.setAttribute("data-bs-"+R(e),i)},removeDataAttribute(t,e){t.removeAttribute("data-bs-"+R(e))},getDataAttributes(t){if(!t)return{};const e={};return Object.keys(t.dataset).filter(t=>t.startsWith("bs")).forEach(i=>{let s=i.replace(/^bs/,"");s=s.charAt(0).toLowerCase()+s.slice(1,s.length),e[s]=M(t.dataset[i])}),e},getDataAttribute:(t,e)=>M(t.getAttribute("data-bs-"+R(e))),offset(t){const e=t.getBoundingClientRect();return{top:e.top+document.body.scrollTop,left:e.left+document.body.scrollLeft}},position:t=>({top:t.offsetTop,left:t.offsetLeft})},H={find:(t,e=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(e,t)),findOne:(t,e=document.documentElement)=>Element.prototype.querySelector.call(e,t),children:(t,e)=>[].concat(...t.children).filter(t=>t.matches(e)),parents(t,e){const i=[];let s=t.parentNode;for(;s&&s.nodeType===Node.ELEMENT_NODE&&3!==s.nodeType;)s.matches(e)&&i.push(s),s=s.parentNode;return i},prev(t,e){let i=t.previousElementSibling;for(;i;){if(i.matches(e))return[i];i=i.previousElementSibling}return[]},next(t,e){let i=t.nextElementSibling;for(;i;){if(i.matches(e))return[i];i=i.nextElementSibling}return[]}},W={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},U={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},$="next",F="prev",z="left",K="right";class Y extends j{constructor(t,e){super(t),this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this.touchStartX=0,this.touchDeltaX=0,this._config=this._getConfig(e),this._indicatorsElement=H.findOne(".carousel-indicators",this._element),this._touchSupported="ontouchstart"in document.documentElement||navigator.maxTouchPoints>0,this._pointerEvent=Boolean(window.PointerEvent),this._addEventListeners()}static get Default(){return W}static get DATA_KEY(){return"bs.carousel"}next(){this._isSliding||this._slide($)}nextWhenVisible(){!document.hidden&&c(this._element)&&this.next()}prev(){this._isSliding||this._slide(F)}pause(t){t||(this._isPaused=!0),H.findOne(".carousel-item-next, .carousel-item-prev",this._element)&&(o(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null}cycle(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config&&this._config.interval&&!this._isPaused&&(this._updateInterval(),this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))}to(t){this._activeElement=H.findOne(".active.carousel-item",this._element);const e=this._getItemIndex(this._activeElement);if(t>this._items.length-1||t<0)return;if(this._isSliding)return void N.one(this._element,"slid.bs.carousel",()=>this.to(t));if(e===t)return this.pause(),void this.cycle();const i=t>e?$:F;this._slide(i,this._items[t])}dispose(){N.off(this._element,".bs.carousel"),this._items=null,this._config=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null,super.dispose()}_getConfig(t){return t={...W,...t},l("carousel",t,U),t}_handleSwipe(){const t=Math.abs(this.touchDeltaX);if(t<=40)return;const e=t/this.touchDeltaX;this.touchDeltaX=0,e&&this._slide(e>0?K:z)}_addEventListeners(){this._config.keyboard&&N.on(this._element,"keydown.bs.carousel",t=>this._keydown(t)),"hover"===this._config.pause&&(N.on(this._element,"mouseenter.bs.carousel",t=>this.pause(t)),N.on(this._element,"mouseleave.bs.carousel",t=>this.cycle(t))),this._config.touch&&this._touchSupported&&this._addTouchEventListeners()}_addTouchEventListeners(){const t=t=>{!this._pointerEvent||"pen"!==t.pointerType&&"touch"!==t.pointerType?this._pointerEvent||(this.touchStartX=t.touches[0].clientX):this.touchStartX=t.clientX},e=t=>{this.touchDeltaX=t.touches&&t.touches.length>1?0:t.touches[0].clientX-this.touchStartX},i=t=>{!this._pointerEvent||"pen"!==t.pointerType&&"touch"!==t.pointerType||(this.touchDeltaX=t.clientX-this.touchStartX),this._handleSwipe(),"hover"===this._config.pause&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout(t=>this.cycle(t),500+this._config.interval))};H.find(".carousel-item img",this._element).forEach(t=>{N.on(t,"dragstart.bs.carousel",t=>t.preventDefault())}),this._pointerEvent?(N.on(this._element,"pointerdown.bs.carousel",e=>t(e)),N.on(this._element,"pointerup.bs.carousel",t=>i(t)),this._element.classList.add("pointer-event")):(N.on(this._element,"touchstart.bs.carousel",e=>t(e)),N.on(this._element,"touchmove.bs.carousel",t=>e(t)),N.on(this._element,"touchend.bs.carousel",t=>i(t)))}_keydown(t){/input|textarea/i.test(t.target.tagName)||("ArrowLeft"===t.key?(t.preventDefault(),this._slide(z)):"ArrowRight"===t.key&&(t.preventDefault(),this._slide(K)))}_getItemIndex(t){return this._items=t&&t.parentNode?H.find(".carousel-item",t.parentNode):[],this._items.indexOf(t)}_getItemByOrder(t,e){const i=t===$,s=t===F,n=this._getItemIndex(e),o=this._items.length-1;if((s&&0===n||i&&n===o)&&!this._config.wrap)return e;const r=(n+(s?-1:1))%this._items.length;return-1===r?this._items[this._items.length-1]:this._items[r]}_triggerSlideEvent(t,e){const i=this._getItemIndex(t),s=this._getItemIndex(H.findOne(".active.carousel-item",this._element));return N.trigger(this._element,"slide.bs.carousel",{relatedTarget:t,direction:e,from:s,to:i})}_setActiveIndicatorElement(t){if(this._indicatorsElement){const e=H.findOne(".active",this._indicatorsElement);e.classList.remove("active"),e.removeAttribute("aria-current");const i=H.find("[data-bs-target]",this._indicatorsElement);for(let e=0;e{r.classList.remove(h,f),r.classList.add("active"),s.classList.remove("active",f,h),this._isSliding=!1,setTimeout(()=>{N.trigger(this._element,"slid.bs.carousel",{relatedTarget:r,direction:p,from:o,to:l})},0)}),a(s,t)}else s.classList.remove("active"),r.classList.add("active"),this._isSliding=!1,N.trigger(this._element,"slid.bs.carousel",{relatedTarget:r,direction:p,from:o,to:l});c&&this.cycle()}}_directionToOrder(t){return[K,z].includes(t)?g()?t===K?F:$:t===K?$:F:t}_orderToDirection(t){return[$,F].includes(t)?g()?t===$?z:K:t===$?K:z:t}static carouselInterface(t,e){let i=b.get(t,"bs.carousel"),s={...W,...B.getDataAttributes(t)};"object"==typeof e&&(s={...s,...e});const n="string"==typeof e?e:s.slide;if(i||(i=new Y(t,s)),"number"==typeof e)i.to(e);else if("string"==typeof n){if(void 0===i[n])throw new TypeError(`No method named "${n}"`);i[n]()}else s.interval&&s.ride&&(i.pause(),i.cycle())}static jQueryInterface(t){return this.each((function(){Y.carouselInterface(this,t)}))}static dataApiClickHandler(t){const e=s(this);if(!e||!e.classList.contains("carousel"))return;const i={...B.getDataAttributes(e),...B.getDataAttributes(this)},n=this.getAttribute("data-bs-slide-to");n&&(i.interval=!1),Y.carouselInterface(e,i),n&&b.get(e,"bs.carousel").to(n),t.preventDefault()}}N.on(document,"click.bs.carousel.data-api","[data-bs-slide], [data-bs-slide-to]",Y.dataApiClickHandler),N.on(window,"load.bs.carousel.data-api",()=>{const t=H.find('[data-bs-ride="carousel"]');for(let e=0,i=t.length;et===this._element);null!==n&&o.length&&(this._selector=n,this._triggerArray.push(e))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}static get Default(){return q}static get DATA_KEY(){return"bs.collapse"}toggle(){this._element.classList.contains("show")?this.hide():this.show()}show(){if(this._isTransitioning||this._element.classList.contains("show"))return;let t,e;this._parent&&(t=H.find(".show, .collapsing",this._parent).filter(t=>"string"==typeof this._config.parent?t.getAttribute("data-bs-parent")===this._config.parent:t.classList.contains("collapse")),0===t.length&&(t=null));const i=H.findOne(this._selector);if(t){const s=t.find(t=>i!==t);if(e=s?b.get(s,"bs.collapse"):null,e&&e._isTransitioning)return}if(N.trigger(this._element,"show.bs.collapse").defaultPrevented)return;t&&t.forEach(t=>{i!==t&&X.collapseInterface(t,"hide"),e||b.set(t,"bs.collapse",null)});const s=this._getDimension();this._element.classList.remove("collapse"),this._element.classList.add("collapsing"),this._element.style[s]=0,this._triggerArray.length&&this._triggerArray.forEach(t=>{t.classList.remove("collapsed"),t.setAttribute("aria-expanded",!0)}),this.setTransitioning(!0);const o="scroll"+(s[0].toUpperCase()+s.slice(1)),r=n(this._element);N.one(this._element,"transitionend",()=>{this._element.classList.remove("collapsing"),this._element.classList.add("collapse","show"),this._element.style[s]="",this.setTransitioning(!1),N.trigger(this._element,"shown.bs.collapse")}),a(this._element,r),this._element.style[s]=this._element[o]+"px"}hide(){if(this._isTransitioning||!this._element.classList.contains("show"))return;if(N.trigger(this._element,"hide.bs.collapse").defaultPrevented)return;const t=this._getDimension();this._element.style[t]=this._element.getBoundingClientRect()[t]+"px",u(this._element),this._element.classList.add("collapsing"),this._element.classList.remove("collapse","show");const e=this._triggerArray.length;if(e>0)for(let t=0;t{this.setTransitioning(!1),this._element.classList.remove("collapsing"),this._element.classList.add("collapse"),N.trigger(this._element,"hidden.bs.collapse")}),a(this._element,i)}setTransitioning(t){this._isTransitioning=t}dispose(){super.dispose(),this._config=null,this._parent=null,this._triggerArray=null,this._isTransitioning=null}_getConfig(t){return(t={...q,...t}).toggle=Boolean(t.toggle),l("collapse",t,V),t}_getDimension(){return this._element.classList.contains("width")?"width":"height"}_getParent(){let{parent:t}=this._config;r(t)?void 0===t.jquery&&void 0===t[0]||(t=t[0]):t=H.findOne(t);const e=`[data-bs-toggle="collapse"][data-bs-parent="${t}"]`;return H.find(e,t).forEach(t=>{const e=s(t);this._addAriaAndCollapsedClass(e,[t])}),t}_addAriaAndCollapsedClass(t,e){if(!t||!e.length)return;const i=t.classList.contains("show");e.forEach(t=>{i?t.classList.remove("collapsed"):t.classList.add("collapsed"),t.setAttribute("aria-expanded",i)})}static collapseInterface(t,e){let i=b.get(t,"bs.collapse");const s={...q,...B.getDataAttributes(t),..."object"==typeof e&&e?e:{}};if(!i&&s.toggle&&"string"==typeof e&&/show|hide/.test(e)&&(s.toggle=!1),i||(i=new X(t,s)),"string"==typeof e){if(void 0===i[e])throw new TypeError(`No method named "${e}"`);i[e]()}}static jQueryInterface(t){return this.each((function(){X.collapseInterface(this,t)}))}}N.on(document,"click.bs.collapse.data-api",'[data-bs-toggle="collapse"]',(function(t){("A"===t.target.tagName||t.delegateTarget&&"A"===t.delegateTarget.tagName)&&t.preventDefault();const e=B.getDataAttributes(this),s=i(this);H.find(s).forEach(t=>{const i=b.get(t,"bs.collapse");let s;i?(null===i._parent&&"string"==typeof e.parent&&(i._config.parent=e.parent,i._parent=i._getParent()),s="toggle"):s=e,X.collapseInterface(t,s)})})),m("collapse",X);var Q="top",G="bottom",Z="right",J="left",tt=[Q,G,Z,J],et=tt.reduce((function(t,e){return t.concat([e+"-start",e+"-end"])}),[]),it=[].concat(tt,["auto"]).reduce((function(t,e){return t.concat([e,e+"-start",e+"-end"])}),[]),st=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function nt(t){return t?(t.nodeName||"").toLowerCase():null}function ot(t){if(null==t)return window;if("[object Window]"!==t.toString()){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function rt(t){return t instanceof ot(t).Element||t instanceof Element}function at(t){return t instanceof ot(t).HTMLElement||t instanceof HTMLElement}function lt(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ot(t).ShadowRoot||t instanceof ShadowRoot)}var ct={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach((function(t){var i=e.styles[t]||{},s=e.attributes[t]||{},n=e.elements[t];at(n)&&nt(n)&&(Object.assign(n.style,i),Object.keys(s).forEach((function(t){var e=s[t];!1===e?n.removeAttribute(t):n.setAttribute(t,!0===e?"":e)})))}))},effect:function(t){var e=t.state,i={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,i.popper),e.styles=i,e.elements.arrow&&Object.assign(e.elements.arrow.style,i.arrow),function(){Object.keys(e.elements).forEach((function(t){var s=e.elements[t],n=e.attributes[t]||{},o=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:i[t]).reduce((function(t,e){return t[e]="",t}),{});at(s)&&nt(s)&&(Object.assign(s.style,o),Object.keys(n).forEach((function(t){s.removeAttribute(t)})))}))}},requires:["computeStyles"]};function dt(t){return t.split("-")[0]}function ht(t){var e=t.getBoundingClientRect();return{width:e.width,height:e.height,top:e.top,right:e.right,bottom:e.bottom,left:e.left,x:e.left,y:e.top}}function ft(t){var e=ht(t),i=t.offsetWidth,s=t.offsetHeight;return Math.abs(e.width-i)<=1&&(i=e.width),Math.abs(e.height-s)<=1&&(s=e.height),{x:t.offsetLeft,y:t.offsetTop,width:i,height:s}}function ut(t,e){var i=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(i&<(i)){var s=e;do{if(s&&t.isSameNode(s))return!0;s=s.parentNode||s.host}while(s)}return!1}function pt(t){return ot(t).getComputedStyle(t)}function gt(t){return["table","td","th"].indexOf(nt(t))>=0}function mt(t){return((rt(t)?t.ownerDocument:t.document)||window.document).documentElement}function _t(t){return"html"===nt(t)?t:t.assignedSlot||t.parentNode||(lt(t)?t.host:null)||mt(t)}function bt(t){return at(t)&&"fixed"!==pt(t).position?t.offsetParent:null}function vt(t){for(var e=ot(t),i=bt(t);i&>(i)&&"static"===pt(i).position;)i=bt(i);return i&&("html"===nt(i)||"body"===nt(i)&&"static"===pt(i).position)?e:i||function(t){for(var e=-1!==navigator.userAgent.toLowerCase().indexOf("firefox"),i=_t(t);at(i)&&["html","body"].indexOf(nt(i))<0;){var s=pt(i);if("none"!==s.transform||"none"!==s.perspective||"paint"===s.contain||-1!==["transform","perspective"].indexOf(s.willChange)||e&&"filter"===s.willChange||e&&s.filter&&"none"!==s.filter)return i;i=i.parentNode}return null}(t)||e}function yt(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}var wt=Math.max,Et=Math.min,Tt=Math.round;function At(t,e,i){return wt(t,Et(e,i))}function Lt(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function Ot(t,e){return e.reduce((function(e,i){return e[i]=t,e}),{})}var kt={name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,i=t.state,s=t.name,n=t.options,o=i.elements.arrow,r=i.modifiersData.popperOffsets,a=dt(i.placement),l=yt(a),c=[J,Z].indexOf(a)>=0?"height":"width";if(o&&r){var d=function(t,e){return Lt("number"!=typeof(t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:Ot(t,tt))}(n.padding,i),h=ft(o),f="y"===l?Q:J,u="y"===l?G:Z,p=i.rects.reference[c]+i.rects.reference[l]-r[l]-i.rects.popper[c],g=r[l]-i.rects.reference[l],m=vt(o),_=m?"y"===l?m.clientHeight||0:m.clientWidth||0:0,b=p/2-g/2,v=d[f],y=_-h[c]-d[u],w=_/2-h[c]/2+b,E=At(v,w,y),T=l;i.modifiersData[s]=((e={})[T]=E,e.centerOffset=E-w,e)}},effect:function(t){var e=t.state,i=t.options.element,s=void 0===i?"[data-popper-arrow]":i;null!=s&&("string"!=typeof s||(s=e.elements.popper.querySelector(s)))&&ut(e.elements.popper,s)&&(e.elements.arrow=s)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]},Dt={top:"auto",right:"auto",bottom:"auto",left:"auto"};function xt(t){var e,i=t.popper,s=t.popperRect,n=t.placement,o=t.offsets,r=t.position,a=t.gpuAcceleration,l=t.adaptive,c=t.roundOffsets,d=!0===c?function(t){var e=t.x,i=t.y,s=window.devicePixelRatio||1;return{x:Tt(Tt(e*s)/s)||0,y:Tt(Tt(i*s)/s)||0}}(o):"function"==typeof c?c(o):o,h=d.x,f=void 0===h?0:h,u=d.y,p=void 0===u?0:u,g=o.hasOwnProperty("x"),m=o.hasOwnProperty("y"),_=J,b=Q,v=window;if(l){var y=vt(i),w="clientHeight",E="clientWidth";y===ot(i)&&"static"!==pt(y=mt(i)).position&&(w="scrollHeight",E="scrollWidth"),y=y,n===Q&&(b=G,p-=y[w]-s.height,p*=a?1:-1),n===J&&(_=Z,f-=y[E]-s.width,f*=a?1:-1)}var T,A=Object.assign({position:r},l&&Dt);return a?Object.assign({},A,((T={})[b]=m?"0":"",T[_]=g?"0":"",T.transform=(v.devicePixelRatio||1)<2?"translate("+f+"px, "+p+"px)":"translate3d("+f+"px, "+p+"px, 0)",T)):Object.assign({},A,((e={})[b]=m?p+"px":"",e[_]=g?f+"px":"",e.transform="",e))}var Ct={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,i=t.options,s=i.gpuAcceleration,n=void 0===s||s,o=i.adaptive,r=void 0===o||o,a=i.roundOffsets,l=void 0===a||a,c={placement:dt(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:n};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,xt(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:r,roundOffsets:l})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,xt(Object.assign({},c,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}},St={passive:!0},Nt={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,i=t.instance,s=t.options,n=s.scroll,o=void 0===n||n,r=s.resize,a=void 0===r||r,l=ot(e.elements.popper),c=[].concat(e.scrollParents.reference,e.scrollParents.popper);return o&&c.forEach((function(t){t.addEventListener("scroll",i.update,St)})),a&&l.addEventListener("resize",i.update,St),function(){o&&c.forEach((function(t){t.removeEventListener("scroll",i.update,St)})),a&&l.removeEventListener("resize",i.update,St)}},data:{}},jt={left:"right",right:"left",bottom:"top",top:"bottom"};function Pt(t){return t.replace(/left|right|bottom|top/g,(function(t){return jt[t]}))}var It={start:"end",end:"start"};function Mt(t){return t.replace(/start|end/g,(function(t){return It[t]}))}function Rt(t){var e=ot(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Bt(t){return ht(mt(t)).left+Rt(t).scrollLeft}function Ht(t){var e=pt(t),i=e.overflow,s=e.overflowX,n=e.overflowY;return/auto|scroll|overlay|hidden/.test(i+n+s)}function Wt(t,e){var i;void 0===e&&(e=[]);var s=function t(e){return["html","body","#document"].indexOf(nt(e))>=0?e.ownerDocument.body:at(e)&&Ht(e)?e:t(_t(e))}(t),n=s===(null==(i=t.ownerDocument)?void 0:i.body),o=ot(s),r=n?[o].concat(o.visualViewport||[],Ht(s)?s:[]):s,a=e.concat(r);return n?a:a.concat(Wt(_t(r)))}function Ut(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function $t(t,e){return"viewport"===e?Ut(function(t){var e=ot(t),i=mt(t),s=e.visualViewport,n=i.clientWidth,o=i.clientHeight,r=0,a=0;return s&&(n=s.width,o=s.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(r=s.offsetLeft,a=s.offsetTop)),{width:n,height:o,x:r+Bt(t),y:a}}(t)):at(e)?function(t){var e=ht(t);return e.top=e.top+t.clientTop,e.left=e.left+t.clientLeft,e.bottom=e.top+t.clientHeight,e.right=e.left+t.clientWidth,e.width=t.clientWidth,e.height=t.clientHeight,e.x=e.left,e.y=e.top,e}(e):Ut(function(t){var e,i=mt(t),s=Rt(t),n=null==(e=t.ownerDocument)?void 0:e.body,o=wt(i.scrollWidth,i.clientWidth,n?n.scrollWidth:0,n?n.clientWidth:0),r=wt(i.scrollHeight,i.clientHeight,n?n.scrollHeight:0,n?n.clientHeight:0),a=-s.scrollLeft+Bt(t),l=-s.scrollTop;return"rtl"===pt(n||i).direction&&(a+=wt(i.clientWidth,n?n.clientWidth:0)-o),{width:o,height:r,x:a,y:l}}(mt(t)))}function Ft(t){return t.split("-")[1]}function zt(t){var e,i=t.reference,s=t.element,n=t.placement,o=n?dt(n):null,r=n?Ft(n):null,a=i.x+i.width/2-s.width/2,l=i.y+i.height/2-s.height/2;switch(o){case Q:e={x:a,y:i.y-s.height};break;case G:e={x:a,y:i.y+i.height};break;case Z:e={x:i.x+i.width,y:l};break;case J:e={x:i.x-s.width,y:l};break;default:e={x:i.x,y:i.y}}var c=o?yt(o):null;if(null!=c){var d="y"===c?"height":"width";switch(r){case"start":e[c]=e[c]-(i[d]/2-s[d]/2);break;case"end":e[c]=e[c]+(i[d]/2-s[d]/2)}}return e}function Kt(t,e){void 0===e&&(e={});var i=e,s=i.placement,n=void 0===s?t.placement:s,o=i.boundary,r=void 0===o?"clippingParents":o,a=i.rootBoundary,l=void 0===a?"viewport":a,c=i.elementContext,d=void 0===c?"popper":c,h=i.altBoundary,f=void 0!==h&&h,u=i.padding,p=void 0===u?0:u,g=Lt("number"!=typeof p?p:Ot(p,tt)),m="popper"===d?"reference":"popper",_=t.elements.reference,b=t.rects.popper,v=t.elements[f?m:d],y=function(t,e,i){var s="clippingParents"===e?function(t){var e=Wt(_t(t)),i=["absolute","fixed"].indexOf(pt(t).position)>=0&&at(t)?vt(t):t;return rt(i)?e.filter((function(t){return rt(t)&&ut(t,i)&&"body"!==nt(t)})):[]}(t):[].concat(e),n=[].concat(s,[i]),o=n[0],r=n.reduce((function(e,i){var s=$t(t,i);return e.top=wt(s.top,e.top),e.right=Et(s.right,e.right),e.bottom=Et(s.bottom,e.bottom),e.left=wt(s.left,e.left),e}),$t(t,o));return r.width=r.right-r.left,r.height=r.bottom-r.top,r.x=r.left,r.y=r.top,r}(rt(v)?v:v.contextElement||mt(t.elements.popper),r,l),w=ht(_),E=zt({reference:w,element:b,strategy:"absolute",placement:n}),T=Ut(Object.assign({},b,E)),A="popper"===d?T:w,L={top:y.top-A.top+g.top,bottom:A.bottom-y.bottom+g.bottom,left:y.left-A.left+g.left,right:A.right-y.right+g.right},O=t.modifiersData.offset;if("popper"===d&&O){var k=O[n];Object.keys(L).forEach((function(t){var e=[Z,G].indexOf(t)>=0?1:-1,i=[Q,G].indexOf(t)>=0?"y":"x";L[t]+=k[i]*e}))}return L}function Yt(t,e){void 0===e&&(e={});var i=e,s=i.placement,n=i.boundary,o=i.rootBoundary,r=i.padding,a=i.flipVariations,l=i.allowedAutoPlacements,c=void 0===l?it:l,d=Ft(s),h=d?a?et:et.filter((function(t){return Ft(t)===d})):tt,f=h.filter((function(t){return c.indexOf(t)>=0}));0===f.length&&(f=h);var u=f.reduce((function(e,i){return e[i]=Kt(t,{placement:i,boundary:n,rootBoundary:o,padding:r})[dt(i)],e}),{});return Object.keys(u).sort((function(t,e){return u[t]-u[e]}))}var qt={name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,i=t.options,s=t.name;if(!e.modifiersData[s]._skip){for(var n=i.mainAxis,o=void 0===n||n,r=i.altAxis,a=void 0===r||r,l=i.fallbackPlacements,c=i.padding,d=i.boundary,h=i.rootBoundary,f=i.altBoundary,u=i.flipVariations,p=void 0===u||u,g=i.allowedAutoPlacements,m=e.options.placement,_=dt(m),b=l||(_!==m&&p?function(t){if("auto"===dt(t))return[];var e=Pt(t);return[Mt(t),e,Mt(e)]}(m):[Pt(m)]),v=[m].concat(b).reduce((function(t,i){return t.concat("auto"===dt(i)?Yt(e,{placement:i,boundary:d,rootBoundary:h,padding:c,flipVariations:p,allowedAutoPlacements:g}):i)}),[]),y=e.rects.reference,w=e.rects.popper,E=new Map,T=!0,A=v[0],L=0;L=0,C=x?"width":"height",S=Kt(e,{placement:O,boundary:d,rootBoundary:h,altBoundary:f,padding:c}),N=x?D?Z:J:D?G:Q;y[C]>w[C]&&(N=Pt(N));var j=Pt(N),P=[];if(o&&P.push(S[k]<=0),a&&P.push(S[N]<=0,S[j]<=0),P.every((function(t){return t}))){A=O,T=!1;break}E.set(O,P)}if(T)for(var I=function(t){var e=v.find((function(e){var i=E.get(e);if(i)return i.slice(0,t).every((function(t){return t}))}));if(e)return A=e,"break"},M=p?3:1;M>0&&"break"!==I(M);M--);e.placement!==A&&(e.modifiersData[s]._skip=!0,e.placement=A,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function Vt(t,e,i){return void 0===i&&(i={x:0,y:0}),{top:t.top-e.height-i.y,right:t.right-e.width+i.x,bottom:t.bottom-e.height+i.y,left:t.left-e.width-i.x}}function Xt(t){return[Q,Z,G,J].some((function(e){return t[e]>=0}))}var Qt={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,i=t.name,s=e.rects.reference,n=e.rects.popper,o=e.modifiersData.preventOverflow,r=Kt(e,{elementContext:"reference"}),a=Kt(e,{altBoundary:!0}),l=Vt(r,s),c=Vt(a,n,o),d=Xt(l),h=Xt(c);e.modifiersData[i]={referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:d,hasPopperEscaped:h},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":d,"data-popper-escaped":h})}},Gt={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var e=t.state,i=t.options,s=t.name,n=i.offset,o=void 0===n?[0,0]:n,r=it.reduce((function(t,i){return t[i]=function(t,e,i){var s=dt(t),n=[J,Q].indexOf(s)>=0?-1:1,o="function"==typeof i?i(Object.assign({},e,{placement:t})):i,r=o[0],a=o[1];return r=r||0,a=(a||0)*n,[J,Z].indexOf(s)>=0?{x:a,y:r}:{x:r,y:a}}(i,e.rects,o),t}),{}),a=r[e.placement],l=a.x,c=a.y;null!=e.modifiersData.popperOffsets&&(e.modifiersData.popperOffsets.x+=l,e.modifiersData.popperOffsets.y+=c),e.modifiersData[s]=r}},Zt={name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,i=t.name;e.modifiersData[i]=zt({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}},Jt={name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,i=t.options,s=t.name,n=i.mainAxis,o=void 0===n||n,r=i.altAxis,a=void 0!==r&&r,l=i.boundary,c=i.rootBoundary,d=i.altBoundary,h=i.padding,f=i.tether,u=void 0===f||f,p=i.tetherOffset,g=void 0===p?0:p,m=Kt(e,{boundary:l,rootBoundary:c,padding:h,altBoundary:d}),_=dt(e.placement),b=Ft(e.placement),v=!b,y=yt(_),w="x"===y?"y":"x",E=e.modifiersData.popperOffsets,T=e.rects.reference,A=e.rects.popper,L="function"==typeof g?g(Object.assign({},e.rects,{placement:e.placement})):g,O={x:0,y:0};if(E){if(o||a){var k="y"===y?Q:J,D="y"===y?G:Z,x="y"===y?"height":"width",C=E[y],S=E[y]+m[k],N=E[y]-m[D],j=u?-A[x]/2:0,P="start"===b?T[x]:A[x],I="start"===b?-A[x]:-T[x],M=e.elements.arrow,R=u&&M?ft(M):{width:0,height:0},B=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},H=B[k],W=B[D],U=At(0,T[x],R[x]),$=v?T[x]/2-j-U-H-L:P-U-H-L,F=v?-T[x]/2+j+U+W+L:I+U+W+L,z=e.elements.arrow&&vt(e.elements.arrow),K=z?"y"===y?z.clientTop||0:z.clientLeft||0:0,Y=e.modifiersData.offset?e.modifiersData.offset[e.placement][y]:0,q=E[y]+$-Y-K,V=E[y]+F-Y;if(o){var X=At(u?Et(S,q):S,C,u?wt(N,V):N);E[y]=X,O[y]=X-C}if(a){var tt="x"===y?Q:J,et="x"===y?G:Z,it=E[w],st=it+m[tt],nt=it-m[et],ot=At(u?Et(st,q):st,it,u?wt(nt,V):nt);E[w]=ot,O[w]=ot-it}}e.modifiersData[s]=O}},requiresIfExists:["offset"]};function te(t,e,i){void 0===i&&(i=!1);var s,n,o=mt(e),r=ht(t),a=at(e),l={scrollLeft:0,scrollTop:0},c={x:0,y:0};return(a||!a&&!i)&&(("body"!==nt(e)||Ht(o))&&(l=(s=e)!==ot(s)&&at(s)?{scrollLeft:(n=s).scrollLeft,scrollTop:n.scrollTop}:Rt(s)),at(e)?((c=ht(e)).x+=e.clientLeft,c.y+=e.clientTop):o&&(c.x=Bt(o))),{x:r.left+l.scrollLeft-c.x,y:r.top+l.scrollTop-c.y,width:r.width,height:r.height}}var ee={placement:"bottom",modifiers:[],strategy:"absolute"};function ie(){for(var t=arguments.length,e=new Array(t),i=0;i"applyStyles"===t.name&&!1===t.enabled);this._popper=re(e,this._menu,i),s&&B.setDataAttribute(this._menu,"popper","static")}"ontouchstart"in document.documentElement&&!t.closest(".navbar-nav")&&[].concat(...document.body.children).forEach(t=>N.on(t,"mouseover",null,(function(){}))),this._element.focus(),this._element.setAttribute("aria-expanded",!0),this._menu.classList.toggle("show"),this._element.classList.toggle("show"),N.trigger(this._element,"shown.bs.dropdown",e)}}hide(){if(this._element.disabled||this._element.classList.contains("disabled")||!this._menu.classList.contains("show"))return;const t={relatedTarget:this._element};N.trigger(this._element,"hide.bs.dropdown",t).defaultPrevented||(this._popper&&this._popper.destroy(),this._menu.classList.toggle("show"),this._element.classList.toggle("show"),B.removeDataAttribute(this._menu,"popper"),N.trigger(this._element,"hidden.bs.dropdown",t))}dispose(){N.off(this._element,".bs.dropdown"),this._menu=null,this._popper&&(this._popper.destroy(),this._popper=null),super.dispose()}update(){this._inNavbar=this._detectNavbar(),this._popper&&this._popper.update()}_addEventListeners(){N.on(this._element,"click.bs.dropdown",t=>{t.preventDefault(),this.toggle()})}_getConfig(t){if(t={...this.constructor.Default,...B.getDataAttributes(this._element),...t},l("dropdown",t,this.constructor.DefaultType),"object"==typeof t.reference&&!r(t.reference)&&"function"!=typeof t.reference.getBoundingClientRect)throw new TypeError("dropdown".toUpperCase()+': Option "reference" provided type "object" without a required "getBoundingClientRect" method.');return t}_getMenuElement(){return H.next(this._element,".dropdown-menu")[0]}_getPlacement(){const t=this._element.parentNode;if(t.classList.contains("dropend"))return ue;if(t.classList.contains("dropstart"))return pe;const e="end"===getComputedStyle(this._menu).getPropertyValue("--bs-position").trim();return t.classList.contains("dropup")?e?de:ce:e?fe:he}_detectNavbar(){return null!==this._element.closest(".navbar")}_getOffset(){const{offset:t}=this._config;return"string"==typeof t?t.split(",").map(t=>Number.parseInt(t,10)):"function"==typeof t?e=>t(e,this._element):t}_getPopperConfig(){const t={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return"static"===this._config.display&&(t.modifiers=[{name:"applyStyles",enabled:!1}]),{...t,..."function"==typeof this._config.popperConfig?this._config.popperConfig(t):this._config.popperConfig}}static dropdownInterface(t,e){let i=b.get(t,"bs.dropdown");if(i||(i=new _e(t,"object"==typeof e?e:null)),"string"==typeof e){if(void 0===i[e])throw new TypeError(`No method named "${e}"`);i[e]()}}static jQueryInterface(t){return this.each((function(){_e.dropdownInterface(this,t)}))}static clearMenus(t){if(t){if(2===t.button||"keyup"===t.type&&"Tab"!==t.key)return;if(/input|select|textarea|form/i.test(t.target.tagName))return}const e=H.find('[data-bs-toggle="dropdown"]');for(let i=0,s=e.length;it.composedPath().includes(e)))continue;if("keyup"===t.type&&"Tab"===t.key&&o.contains(t.target))continue}N.trigger(e[i],"hide.bs.dropdown",n).defaultPrevented||("ontouchstart"in document.documentElement&&[].concat(...document.body.children).forEach(t=>N.off(t,"mouseover",null,(function(){}))),e[i].setAttribute("aria-expanded","false"),s._popper&&s._popper.destroy(),o.classList.remove("show"),e[i].classList.remove("show"),B.removeDataAttribute(o,"popper"),N.trigger(e[i],"hidden.bs.dropdown",n))}}}static getParentFromElement(t){return s(t)||t.parentNode}static dataApiKeydownHandler(t){if(/input|textarea/i.test(t.target.tagName)?"Space"===t.key||"Escape"!==t.key&&("ArrowDown"!==t.key&&"ArrowUp"!==t.key||t.target.closest(".dropdown-menu")):!le.test(t.key))return;if(t.preventDefault(),t.stopPropagation(),this.disabled||this.classList.contains("disabled"))return;const e=_e.getParentFromElement(this),i=this.classList.contains("show");if("Escape"===t.key)return(this.matches('[data-bs-toggle="dropdown"]')?this:H.prev(this,'[data-bs-toggle="dropdown"]')[0]).focus(),void _e.clearMenus();if(!i&&("ArrowUp"===t.key||"ArrowDown"===t.key))return void(this.matches('[data-bs-toggle="dropdown"]')?this:H.prev(this,'[data-bs-toggle="dropdown"]')[0]).click();if(!i||"Space"===t.key)return void _e.clearMenus();const s=H.find(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",e).filter(c);if(!s.length)return;let n=s.indexOf(t.target);"ArrowUp"===t.key&&n>0&&n--,"ArrowDown"===t.key&&nthis.hide(t)),N.on(this._dialog,"mousedown.dismiss.bs.modal",()=>{N.one(this._element,"mouseup.dismiss.bs.modal",t=>{t.target===this._element&&(this._ignoreBackdropClick=!0)})}),this._showBackdrop(()=>this._showElement(t)))}hide(t){if(t&&t.preventDefault(),!this._isShown||this._isTransitioning)return;if(N.trigger(this._element,"hide.bs.modal").defaultPrevented)return;this._isShown=!1;const e=this._isAnimated();if(e&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),N.off(document,"focusin.bs.modal"),this._element.classList.remove("show"),N.off(this._element,"click.dismiss.bs.modal"),N.off(this._dialog,"mousedown.dismiss.bs.modal"),e){const t=n(this._element);N.one(this._element,"transitionend",t=>this._hideModal(t)),a(this._element,t)}else this._hideModal()}dispose(){[window,this._element,this._dialog].forEach(t=>N.off(t,".bs.modal")),super.dispose(),N.off(document,"focusin.bs.modal"),this._config=null,this._dialog=null,this._backdrop=null,this._isShown=null,this._isBodyOverflowing=null,this._ignoreBackdropClick=null,this._isTransitioning=null,this._scrollbarWidth=null}handleUpdate(){this._adjustDialog()}_getConfig(t){return t={...be,...t},l("modal",t,ve),t}_showElement(t){const e=this._isAnimated(),i=H.findOne(".modal-body",this._dialog);this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0,i&&(i.scrollTop=0),e&&u(this._element),this._element.classList.add("show"),this._config.focus&&this._enforceFocus();const s=()=>{this._config.focus&&this._element.focus(),this._isTransitioning=!1,N.trigger(this._element,"shown.bs.modal",{relatedTarget:t})};if(e){const t=n(this._dialog);N.one(this._dialog,"transitionend",s),a(this._dialog,t)}else s()}_enforceFocus(){N.off(document,"focusin.bs.modal"),N.on(document,"focusin.bs.modal",t=>{document===t.target||this._element===t.target||this._element.contains(t.target)||this._element.focus()})}_setEscapeEvent(){this._isShown?N.on(this._element,"keydown.dismiss.bs.modal",t=>{this._config.keyboard&&"Escape"===t.key?(t.preventDefault(),this.hide()):this._config.keyboard||"Escape"!==t.key||this._triggerBackdropTransition()}):N.off(this._element,"keydown.dismiss.bs.modal")}_setResizeEvent(){this._isShown?N.on(window,"resize.bs.modal",()=>this._adjustDialog()):N.off(window,"resize.bs.modal")}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._showBackdrop(()=>{document.body.classList.remove("modal-open"),this._resetAdjustments(),this._resetScrollbar(),N.trigger(this._element,"hidden.bs.modal")})}_removeBackdrop(){this._backdrop.parentNode.removeChild(this._backdrop),this._backdrop=null}_showBackdrop(t){const e=this._isAnimated();if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className="modal-backdrop",e&&this._backdrop.classList.add("fade"),document.body.appendChild(this._backdrop),N.on(this._element,"click.dismiss.bs.modal",t=>{this._ignoreBackdropClick?this._ignoreBackdropClick=!1:t.target===t.currentTarget&&("static"===this._config.backdrop?this._triggerBackdropTransition():this.hide())}),e&&u(this._backdrop),this._backdrop.classList.add("show"),!e)return void t();const i=n(this._backdrop);N.one(this._backdrop,"transitionend",t),a(this._backdrop,i)}else if(!this._isShown&&this._backdrop){this._backdrop.classList.remove("show");const i=()=>{this._removeBackdrop(),t()};if(e){const t=n(this._backdrop);N.one(this._backdrop,"transitionend",i),a(this._backdrop,t)}else i()}else t()}_isAnimated(){return this._element.classList.contains("fade")}_triggerBackdropTransition(){if(N.trigger(this._element,"hidePrevented.bs.modal").defaultPrevented)return;const t=this._element.scrollHeight>document.documentElement.clientHeight;t||(this._element.style.overflowY="hidden"),this._element.classList.add("modal-static");const e=n(this._dialog);N.off(this._element,"transitionend"),N.one(this._element,"transitionend",()=>{this._element.classList.remove("modal-static"),t||(N.one(this._element,"transitionend",()=>{this._element.style.overflowY=""}),a(this._element,e))}),a(this._element,e),this._element.focus()}_adjustDialog(){const t=this._element.scrollHeight>document.documentElement.clientHeight;(!this._isBodyOverflowing&&t&&!g()||this._isBodyOverflowing&&!t&&g())&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),(this._isBodyOverflowing&&!t&&!g()||!this._isBodyOverflowing&&t&&g())&&(this._element.style.paddingRight=this._scrollbarWidth+"px")}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}_checkScrollbar(){const t=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(t.left+t.right)t+this._scrollbarWidth),this._setElementAttributes(".sticky-top","marginRight",t=>t-this._scrollbarWidth),this._setElementAttributes("body","paddingRight",t=>t+this._scrollbarWidth)),document.body.classList.add("modal-open")}_setElementAttributes(t,e,i){H.find(t).forEach(t=>{if(t!==document.body&&window.innerWidth>t.clientWidth+this._scrollbarWidth)return;const s=t.style[e],n=window.getComputedStyle(t)[e];B.setDataAttribute(t,e,s),t.style[e]=i(Number.parseFloat(n))+"px"})}_resetScrollbar(){this._resetElementAttributes(".fixed-top, .fixed-bottom, .is-fixed, .sticky-top","paddingRight"),this._resetElementAttributes(".sticky-top","marginRight"),this._resetElementAttributes("body","paddingRight")}_resetElementAttributes(t,e){H.find(t).forEach(t=>{const i=B.getDataAttribute(t,e);void 0===i&&t===document.body?t.style[e]="":(B.removeDataAttribute(t,e),t.style[e]=i)})}_getScrollbarWidth(){const t=document.createElement("div");t.className="modal-scrollbar-measure",document.body.appendChild(t);const e=t.getBoundingClientRect().width-t.clientWidth;return document.body.removeChild(t),e}static jQueryInterface(t,e){return this.each((function(){let i=b.get(this,"bs.modal");const s={...be,...B.getDataAttributes(this),..."object"==typeof t&&t?t:{}};if(i||(i=new ye(this,s)),"string"==typeof t){if(void 0===i[t])throw new TypeError(`No method named "${t}"`);i[t](e)}}))}}N.on(document,"click.bs.modal.data-api",'[data-bs-toggle="modal"]',(function(t){const e=s(this);"A"!==this.tagName&&"AREA"!==this.tagName||t.preventDefault(),N.one(e,"show.bs.modal",t=>{t.defaultPrevented||N.one(e,"hidden.bs.modal",()=>{c(this)&&this.focus()})});let i=b.get(e,"bs.modal");if(!i){const t={...B.getDataAttributes(e),...B.getDataAttributes(this)};i=new ye(e,t)}i.toggle(this)})),m("modal",ye);const we=()=>{const t=document.documentElement.clientWidth;return Math.abs(window.innerWidth-t)},Ee=(t,e,i)=>{const s=we();H.find(t).forEach(t=>{if(t!==document.body&&window.innerWidth>t.clientWidth+s)return;const n=t.style[e],o=window.getComputedStyle(t)[e];B.setDataAttribute(t,e,n),t.style[e]=i(Number.parseFloat(o))+"px"})},Te=(t,e)=>{H.find(t).forEach(t=>{const i=B.getDataAttribute(t,e);void 0===i&&t===document.body?t.style.removeProperty(e):(B.removeDataAttribute(t,e),t.style[e]=i)})},Ae={backdrop:!0,keyboard:!0,scroll:!1},Le={backdrop:"boolean",keyboard:"boolean",scroll:"boolean"};class Oe extends j{constructor(t,e){super(t),this._config=this._getConfig(e),this._isShown=!1,this._addEventListeners()}static get Default(){return Ae}static get DATA_KEY(){return"bs.offcanvas"}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||N.trigger(this._element,"show.bs.offcanvas",{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._element.style.visibility="visible",this._config.backdrop&&document.body.classList.add("offcanvas-backdrop"),this._config.scroll||((t=we())=>{document.body.style.overflow="hidden",Ee(".fixed-top, .fixed-bottom, .is-fixed","paddingRight",e=>e+t),Ee(".sticky-top","marginRight",e=>e-t),Ee("body","paddingRight",e=>e+t)})(),this._element.classList.add("offcanvas-toggling"),this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add("show"),setTimeout(()=>{this._element.classList.remove("offcanvas-toggling"),N.trigger(this._element,"shown.bs.offcanvas",{relatedTarget:t}),this._enforceFocusOnElement(this._element)},n(this._element)))}hide(){this._isShown&&(N.trigger(this._element,"hide.bs.offcanvas").defaultPrevented||(this._element.classList.add("offcanvas-toggling"),N.off(document,"focusin.bs.offcanvas"),this._element.blur(),this._isShown=!1,this._element.classList.remove("show"),setTimeout(()=>{this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._element.style.visibility="hidden",this._config.backdrop&&document.body.classList.remove("offcanvas-backdrop"),this._config.scroll||(document.body.style.overflow="auto",Te(".fixed-top, .fixed-bottom, .is-fixed","paddingRight"),Te(".sticky-top","marginRight"),Te("body","paddingRight")),N.trigger(this._element,"hidden.bs.offcanvas"),this._element.classList.remove("offcanvas-toggling")},n(this._element))))}_getConfig(t){return t={...Ae,...B.getDataAttributes(this._element),..."object"==typeof t?t:{}},l("offcanvas",t,Le),t}_enforceFocusOnElement(t){N.off(document,"focusin.bs.offcanvas"),N.on(document,"focusin.bs.offcanvas",e=>{document===e.target||t===e.target||t.contains(e.target)||t.focus()}),t.focus()}_addEventListeners(){N.on(this._element,"click.dismiss.bs.offcanvas",'[data-bs-dismiss="offcanvas"]',()=>this.hide()),N.on(document,"keydown",t=>{this._config.keyboard&&"Escape"===t.key&&this.hide()}),N.on(document,"click.bs.offcanvas.data-api",t=>{const e=H.findOne(i(t.target));this._element.contains(t.target)||e===this._element||this.hide()})}static jQueryInterface(t){return this.each((function(){const e=b.get(this,"bs.offcanvas")||new Oe(this,"object"==typeof t?t:{});if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t](this)}}))}}N.on(document,"click.bs.offcanvas.data-api",'[data-bs-toggle="offcanvas"]',(function(t){const e=s(this);if(["A","AREA"].includes(this.tagName)&&t.preventDefault(),d(this))return;N.one(e,"hidden.bs.offcanvas",()=>{c(this)&&this.focus()});const i=H.findOne(".offcanvas.show, .offcanvas-toggling");i&&i!==e||(b.get(e,"bs.offcanvas")||new Oe(e)).toggle(this)})),N.on(window,"load.bs.offcanvas.data-api",()=>{H.find(".offcanvas.show").forEach(t=>(b.get(t,"bs.offcanvas")||new Oe(t)).show())}),m("offcanvas",Oe);const ke=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),De=/^(?:(?:https?|mailto|ftp|tel|file):|[^#&/:?]*(?:[#/?]|$))/i,xe=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i,Ce=(t,e)=>{const i=t.nodeName.toLowerCase();if(e.includes(i))return!ke.has(i)||Boolean(De.test(t.nodeValue)||xe.test(t.nodeValue));const s=e.filter(t=>t instanceof RegExp);for(let t=0,e=s.length;t{Ce(t,a)||i.removeAttribute(t.nodeName)})}return s.body.innerHTML}const Ne=new RegExp("(^|\\s)bs-tooltip\\S+","g"),je=new Set(["sanitize","allowList","sanitizeFn"]),Pe={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(array|string|function)",container:"(string|element|boolean)",fallbackPlacements:"array",boundary:"(string|element)",customClass:"(string|function)",sanitize:"boolean",sanitizeFn:"(null|function)",allowList:"object",popperConfig:"(null|object|function)"},Ie={AUTO:"auto",TOP:"top",RIGHT:g()?"left":"right",BOTTOM:"bottom",LEFT:g()?"right":"left"},Me={animation:!0,template:'',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:[0,0],container:!1,fallbackPlacements:["top","right","bottom","left"],boundary:"clippingParents",customClass:"",sanitize:!0,sanitizeFn:null,allowList:{"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},popperConfig:null},Re={HIDE:"hide.bs.tooltip",HIDDEN:"hidden.bs.tooltip",SHOW:"show.bs.tooltip",SHOWN:"shown.bs.tooltip",INSERTED:"inserted.bs.tooltip",CLICK:"click.bs.tooltip",FOCUSIN:"focusin.bs.tooltip",FOCUSOUT:"focusout.bs.tooltip",MOUSEENTER:"mouseenter.bs.tooltip",MOUSELEAVE:"mouseleave.bs.tooltip"};class Be extends j{constructor(t,e){if(void 0===ae)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");super(t),this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.config=this._getConfig(e),this.tip=null,this._setListeners()}static get Default(){return Me}static get NAME(){return"tooltip"}static get DATA_KEY(){return"bs.tooltip"}static get Event(){return Re}static get EVENT_KEY(){return".bs.tooltip"}static get DefaultType(){return Pe}enable(){this._isEnabled=!0}disable(){this._isEnabled=!1}toggleEnabled(){this._isEnabled=!this._isEnabled}toggle(t){if(this._isEnabled)if(t){const e=this._initializeOnDelegatedTarget(t);e._activeTrigger.click=!e._activeTrigger.click,e._isWithActiveTrigger()?e._enter(null,e):e._leave(null,e)}else{if(this.getTipElement().classList.contains("show"))return void this._leave(null,this);this._enter(null,this)}}dispose(){clearTimeout(this._timeout),N.off(this._element,this.constructor.EVENT_KEY),N.off(this._element.closest(".modal"),"hide.bs.modal",this._hideModalHandler),this.tip&&this.tip.parentNode&&this.tip.parentNode.removeChild(this.tip),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.config=null,this.tip=null,super.dispose()}show(){if("none"===this._element.style.display)throw new Error("Please use show on visible elements");if(!this.isWithContent()||!this._isEnabled)return;const e=N.trigger(this._element,this.constructor.Event.SHOW),i=h(this._element),s=null===i?this._element.ownerDocument.documentElement.contains(this._element):i.contains(this._element);if(e.defaultPrevented||!s)return;const o=this.getTipElement(),r=t(this.constructor.NAME);o.setAttribute("id",r),this._element.setAttribute("aria-describedby",r),this.setContent(),this.config.animation&&o.classList.add("fade");const l="function"==typeof this.config.placement?this.config.placement.call(this,o,this._element):this.config.placement,c=this._getAttachment(l);this._addAttachmentClass(c);const d=this._getContainer();b.set(o,this.constructor.DATA_KEY,this),this._element.ownerDocument.documentElement.contains(this.tip)||(d.appendChild(o),N.trigger(this._element,this.constructor.Event.INSERTED)),this._popper?this._popper.update():this._popper=re(this._element,o,this._getPopperConfig(c)),o.classList.add("show");const f="function"==typeof this.config.customClass?this.config.customClass():this.config.customClass;f&&o.classList.add(...f.split(" ")),"ontouchstart"in document.documentElement&&[].concat(...document.body.children).forEach(t=>{N.on(t,"mouseover",(function(){}))});const u=()=>{const t=this._hoverState;this._hoverState=null,N.trigger(this._element,this.constructor.Event.SHOWN),"out"===t&&this._leave(null,this)};if(this.tip.classList.contains("fade")){const t=n(this.tip);N.one(this.tip,"transitionend",u),a(this.tip,t)}else u()}hide(){if(!this._popper)return;const t=this.getTipElement(),e=()=>{this._isWithActiveTrigger()||("show"!==this._hoverState&&t.parentNode&&t.parentNode.removeChild(t),this._cleanTipClass(),this._element.removeAttribute("aria-describedby"),N.trigger(this._element,this.constructor.Event.HIDDEN),this._popper&&(this._popper.destroy(),this._popper=null))};if(!N.trigger(this._element,this.constructor.Event.HIDE).defaultPrevented){if(t.classList.remove("show"),"ontouchstart"in document.documentElement&&[].concat(...document.body.children).forEach(t=>N.off(t,"mouseover",f)),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,this.tip.classList.contains("fade")){const i=n(t);N.one(t,"transitionend",e),a(t,i)}else e();this._hoverState=""}}update(){null!==this._popper&&this._popper.update()}isWithContent(){return Boolean(this.getTitle())}getTipElement(){if(this.tip)return this.tip;const t=document.createElement("div");return t.innerHTML=this.config.template,this.tip=t.children[0],this.tip}setContent(){const t=this.getTipElement();this.setElementContent(H.findOne(".tooltip-inner",t),this.getTitle()),t.classList.remove("fade","show")}setElementContent(t,e){if(null!==t)return"object"==typeof e&&r(e)?(e.jquery&&(e=e[0]),void(this.config.html?e.parentNode!==t&&(t.innerHTML="",t.appendChild(e)):t.textContent=e.textContent)):void(this.config.html?(this.config.sanitize&&(e=Se(e,this.config.allowList,this.config.sanitizeFn)),t.innerHTML=e):t.textContent=e)}getTitle(){let t=this._element.getAttribute("data-bs-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this._element):this.config.title),t}updateAttachment(t){return"right"===t?"end":"left"===t?"start":t}_initializeOnDelegatedTarget(t,e){const i=this.constructor.DATA_KEY;return(e=e||b.get(t.delegateTarget,i))||(e=new this.constructor(t.delegateTarget,this._getDelegateConfig()),b.set(t.delegateTarget,i,e)),e}_getOffset(){const{offset:t}=this.config;return"string"==typeof t?t.split(",").map(t=>Number.parseInt(t,10)):"function"==typeof t?e=>t(e,this._element):t}_getPopperConfig(t){const e={placement:t,modifiers:[{name:"flip",options:{altBoundary:!0,fallbackPlacements:this.config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this.config.boundary}},{name:"arrow",options:{element:`.${this.constructor.NAME}-arrow`}},{name:"onChange",enabled:!0,phase:"afterWrite",fn:t=>this._handlePopperPlacementChange(t)}],onFirstUpdate:t=>{t.options.placement!==t.placement&&this._handlePopperPlacementChange(t)}};return{...e,..."function"==typeof this.config.popperConfig?this.config.popperConfig(e):this.config.popperConfig}}_addAttachmentClass(t){this.getTipElement().classList.add("bs-tooltip-"+this.updateAttachment(t))}_getContainer(){return!1===this.config.container?document.body:r(this.config.container)?this.config.container:H.findOne(this.config.container)}_getAttachment(t){return Ie[t.toUpperCase()]}_setListeners(){this.config.trigger.split(" ").forEach(t=>{if("click"===t)N.on(this._element,this.constructor.Event.CLICK,this.config.selector,t=>this.toggle(t));else if("manual"!==t){const e="hover"===t?this.constructor.Event.MOUSEENTER:this.constructor.Event.FOCUSIN,i="hover"===t?this.constructor.Event.MOUSELEAVE:this.constructor.Event.FOCUSOUT;N.on(this._element,e,this.config.selector,t=>this._enter(t)),N.on(this._element,i,this.config.selector,t=>this._leave(t))}}),this._hideModalHandler=()=>{this._element&&this.hide()},N.on(this._element.closest(".modal"),"hide.bs.modal",this._hideModalHandler),this.config.selector?this.config={...this.config,trigger:"manual",selector:""}:this._fixTitle()}_fixTitle(){const t=this._element.getAttribute("title"),e=typeof this._element.getAttribute("data-bs-original-title");(t||"string"!==e)&&(this._element.setAttribute("data-bs-original-title",t||""),!t||this._element.getAttribute("aria-label")||this._element.textContent||this._element.setAttribute("aria-label",t),this._element.setAttribute("title",""))}_enter(t,e){e=this._initializeOnDelegatedTarget(t,e),t&&(e._activeTrigger["focusin"===t.type?"focus":"hover"]=!0),e.getTipElement().classList.contains("show")||"show"===e._hoverState?e._hoverState="show":(clearTimeout(e._timeout),e._hoverState="show",e.config.delay&&e.config.delay.show?e._timeout=setTimeout(()=>{"show"===e._hoverState&&e.show()},e.config.delay.show):e.show())}_leave(t,e){e=this._initializeOnDelegatedTarget(t,e),t&&(e._activeTrigger["focusout"===t.type?"focus":"hover"]=e._element.contains(t.relatedTarget)),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState="out",e.config.delay&&e.config.delay.hide?e._timeout=setTimeout(()=>{"out"===e._hoverState&&e.hide()},e.config.delay.hide):e.hide())}_isWithActiveTrigger(){for(const t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1}_getConfig(t){const e=B.getDataAttributes(this._element);return Object.keys(e).forEach(t=>{je.has(t)&&delete e[t]}),t&&"object"==typeof t.container&&t.container.jquery&&(t.container=t.container[0]),"number"==typeof(t={...this.constructor.Default,...e,..."object"==typeof t&&t?t:{}}).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),l("tooltip",t,this.constructor.DefaultType),t.sanitize&&(t.template=Se(t.template,t.allowList,t.sanitizeFn)),t}_getDelegateConfig(){const t={};if(this.config)for(const e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t}_cleanTipClass(){const t=this.getTipElement(),e=t.getAttribute("class").match(Ne);null!==e&&e.length>0&&e.map(t=>t.trim()).forEach(e=>t.classList.remove(e))}_handlePopperPlacementChange(t){const{state:e}=t;e&&(this.tip=e.elements.popper,this._cleanTipClass(),this._addAttachmentClass(this._getAttachment(e.placement)))}static jQueryInterface(t){return this.each((function(){let e=b.get(this,"bs.tooltip");const i="object"==typeof t&&t;if((e||!/dispose|hide/.test(t))&&(e||(e=new Be(this,i)),"string"==typeof t)){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}m("tooltip",Be);const He=new RegExp("(^|\\s)bs-popover\\S+","g"),We={...Be.Default,placement:"right",offset:[0,8],trigger:"click",content:"",template:''},Ue={...Be.DefaultType,content:"(string|element|function)"},$e={HIDE:"hide.bs.popover",HIDDEN:"hidden.bs.popover",SHOW:"show.bs.popover",SHOWN:"shown.bs.popover",INSERTED:"inserted.bs.popover",CLICK:"click.bs.popover",FOCUSIN:"focusin.bs.popover",FOCUSOUT:"focusout.bs.popover",MOUSEENTER:"mouseenter.bs.popover",MOUSELEAVE:"mouseleave.bs.popover"};class Fe extends Be{static get Default(){return We}static get NAME(){return"popover"}static get DATA_KEY(){return"bs.popover"}static get Event(){return $e}static get EVENT_KEY(){return".bs.popover"}static get DefaultType(){return Ue}isWithContent(){return this.getTitle()||this._getContent()}setContent(){const t=this.getTipElement();this.setElementContent(H.findOne(".popover-header",t),this.getTitle());let e=this._getContent();"function"==typeof e&&(e=e.call(this._element)),this.setElementContent(H.findOne(".popover-body",t),e),t.classList.remove("fade","show")}_addAttachmentClass(t){this.getTipElement().classList.add("bs-popover-"+this.updateAttachment(t))}_getContent(){return this._element.getAttribute("data-bs-content")||this.config.content}_cleanTipClass(){const t=this.getTipElement(),e=t.getAttribute("class").match(He);null!==e&&e.length>0&&e.map(t=>t.trim()).forEach(e=>t.classList.remove(e))}static jQueryInterface(t){return this.each((function(){let e=b.get(this,"bs.popover");const i="object"==typeof t?t:null;if((e||!/dispose|hide/.test(t))&&(e||(e=new Fe(this,i),b.set(this,"bs.popover",e)),"string"==typeof t)){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}m("popover",Fe);const ze={offset:10,method:"auto",target:""},Ke={offset:"number",method:"string",target:"(string|element)"};class Ye extends j{constructor(t,e){super(t),this._scrollElement="BODY"===this._element.tagName?window:this._element,this._config=this._getConfig(e),this._selector=`${this._config.target} .nav-link, ${this._config.target} .list-group-item, ${this._config.target} .dropdown-item`,this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,N.on(this._scrollElement,"scroll.bs.scrollspy",()=>this._process()),this.refresh(),this._process()}static get Default(){return ze}static get DATA_KEY(){return"bs.scrollspy"}refresh(){const t=this._scrollElement===this._scrollElement.window?"offset":"position",e="auto"===this._config.method?t:this._config.method,s="position"===e?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),H.find(this._selector).map(t=>{const n=i(t),o=n?H.findOne(n):null;if(o){const t=o.getBoundingClientRect();if(t.width||t.height)return[B[e](o).top+s,n]}return null}).filter(t=>t).sort((t,e)=>t[0]-e[0]).forEach(t=>{this._offsets.push(t[0]),this._targets.push(t[1])})}dispose(){super.dispose(),N.off(this._scrollElement,".bs.scrollspy"),this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null}_getConfig(e){if("string"!=typeof(e={...ze,..."object"==typeof e&&e?e:{}}).target&&r(e.target)){let{id:i}=e.target;i||(i=t("scrollspy"),e.target.id=i),e.target="#"+i}return l("scrollspy",e,Ke),e}_getScrollTop(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop}_getScrollHeight(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)}_getOffsetHeight(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height}_process(){const t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),i=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),t>=i){const t=this._targets[this._targets.length-1];this._activeTarget!==t&&this._activate(t)}else{if(this._activeTarget&&t0)return this._activeTarget=null,void this._clear();for(let e=this._offsets.length;e--;)this._activeTarget!==this._targets[e]&&t>=this._offsets[e]&&(void 0===this._offsets[e+1]||t`${e}[data-bs-target="${t}"],${e}[href="${t}"]`),i=H.findOne(e.join(","));i.classList.contains("dropdown-item")?(H.findOne(".dropdown-toggle",i.closest(".dropdown")).classList.add("active"),i.classList.add("active")):(i.classList.add("active"),H.parents(i,".nav, .list-group").forEach(t=>{H.prev(t,".nav-link, .list-group-item").forEach(t=>t.classList.add("active")),H.prev(t,".nav-item").forEach(t=>{H.children(t,".nav-link").forEach(t=>t.classList.add("active"))})})),N.trigger(this._scrollElement,"activate.bs.scrollspy",{relatedTarget:t})}_clear(){H.find(this._selector).filter(t=>t.classList.contains("active")).forEach(t=>t.classList.remove("active"))}static jQueryInterface(t){return this.each((function(){let e=b.get(this,"bs.scrollspy");if(e||(e=new Ye(this,"object"==typeof t&&t)),"string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}N.on(window,"load.bs.scrollspy.data-api",()=>{H.find('[data-bs-spy="scroll"]').forEach(t=>new Ye(t,B.getDataAttributes(t)))}),m("scrollspy",Ye);class qe extends j{static get DATA_KEY(){return"bs.tab"}show(){if(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&this._element.classList.contains("active")||d(this._element))return;let t;const e=s(this._element),i=this._element.closest(".nav, .list-group");if(i){const e="UL"===i.nodeName||"OL"===i.nodeName?":scope > li > .active":".active";t=H.find(e,i),t=t[t.length-1]}const n=t?N.trigger(t,"hide.bs.tab",{relatedTarget:this._element}):null;if(N.trigger(this._element,"show.bs.tab",{relatedTarget:t}).defaultPrevented||null!==n&&n.defaultPrevented)return;this._activate(this._element,i);const o=()=>{N.trigger(t,"hidden.bs.tab",{relatedTarget:this._element}),N.trigger(this._element,"shown.bs.tab",{relatedTarget:t})};e?this._activate(e,e.parentNode,o):o()}_activate(t,e,i){const s=(!e||"UL"!==e.nodeName&&"OL"!==e.nodeName?H.children(e,".active"):H.find(":scope > li > .active",e))[0],o=i&&s&&s.classList.contains("fade"),r=()=>this._transitionComplete(t,s,i);if(s&&o){const t=n(s);s.classList.remove("show"),N.one(s,"transitionend",r),a(s,t)}else r()}_transitionComplete(t,e,i){if(e){e.classList.remove("active");const t=H.findOne(":scope > .dropdown-menu .active",e.parentNode);t&&t.classList.remove("active"),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!1)}t.classList.add("active"),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),u(t),t.classList.contains("fade")&&t.classList.add("show"),t.parentNode&&t.parentNode.classList.contains("dropdown-menu")&&(t.closest(".dropdown")&&H.find(".dropdown-toggle").forEach(t=>t.classList.add("active")),t.setAttribute("aria-expanded",!0)),i&&i()}static jQueryInterface(t){return this.each((function(){const e=b.get(this,"bs.tab")||new qe(this);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}N.on(document,"click.bs.tab.data-api",'[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',(function(t){t.preventDefault(),(b.get(this,"bs.tab")||new qe(this)).show()})),m("tab",qe);const Ve={animation:"boolean",autohide:"boolean",delay:"number"},Xe={animation:!0,autohide:!0,delay:5e3};class Qe extends j{constructor(t,e){super(t),this._config=this._getConfig(e),this._timeout=null,this._setListeners()}static get DefaultType(){return Ve}static get Default(){return Xe}static get DATA_KEY(){return"bs.toast"}show(){if(N.trigger(this._element,"show.bs.toast").defaultPrevented)return;this._clearTimeout(),this._config.animation&&this._element.classList.add("fade");const t=()=>{this._element.classList.remove("showing"),this._element.classList.add("show"),N.trigger(this._element,"shown.bs.toast"),this._config.autohide&&(this._timeout=setTimeout(()=>{this.hide()},this._config.delay))};if(this._element.classList.remove("hide"),u(this._element),this._element.classList.add("showing"),this._config.animation){const e=n(this._element);N.one(this._element,"transitionend",t),a(this._element,e)}else t()}hide(){if(!this._element.classList.contains("show"))return;if(N.trigger(this._element,"hide.bs.toast").defaultPrevented)return;const t=()=>{this._element.classList.add("hide"),N.trigger(this._element,"hidden.bs.toast")};if(this._element.classList.remove("show"),this._config.animation){const e=n(this._element);N.one(this._element,"transitionend",t),a(this._element,e)}else t()}dispose(){this._clearTimeout(),this._element.classList.contains("show")&&this._element.classList.remove("show"),N.off(this._element,"click.dismiss.bs.toast"),super.dispose(),this._config=null}_getConfig(t){return t={...Xe,...B.getDataAttributes(this._element),..."object"==typeof t&&t?t:{}},l("toast",t,this.constructor.DefaultType),t}_setListeners(){N.on(this._element,"click.dismiss.bs.toast",'[data-bs-dismiss="toast"]',()=>this.hide())}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(t){return this.each((function(){let e=b.get(this,"bs.toast");if(e||(e=new Qe(this,"object"==typeof t&&t)),"string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t](this)}}))}}return m("toast",Qe),{Alert:P,Button:I,Carousel:Y,Collapse:X,Dropdown:_e,Modal:ye,Offcanvas:Oe,Popover:Fe,ScrollSpy:Ye,Tab:qe,Toast:Qe,Tooltip:Be}})); +//# sourceMappingURL=bootstrap.bundle.min.js.map \ No newline at end of file diff --git a/pages/assets/vendors/bxslider/jquery.bxslider.css b/pages/assets/vendors/bxslider/jquery.bxslider.css new file mode 100644 index 0000000..15d97cf --- /dev/null +++ b/pages/assets/vendors/bxslider/jquery.bxslider.css @@ -0,0 +1,204 @@ +/** + * BxSlider v4.1.2 - Fully loaded, responsive content slider + * http://bxslider.com + * + * Written by: Steven Wanderski, 2014 + * http://stevenwanderski.com + * (while drinking Belgian ales and listening to jazz) + * + * CEO and founder of bxCreative, LTD + * http://bxcreative.com + */ + + +/** RESET AND LAYOUT +===================================*/ + +.bx-wrapper { + position: relative; + margin: 0 auto 60px; + padding: 0; + *zoom: 1; +} + +.bx-wrapper img { + max-width: 100%; + display: block; +} + +/** THEME +===================================*/ + +.bx-wrapper .bx-viewport { + -moz-box-shadow: 0 0 5px #ccc; + -webkit-box-shadow: 0 0 5px #ccc; + box-shadow: 0 0 5px #ccc; + border: 5px solid #fff; + left: -5px; + background: #fff; + + /*fix other elements on the page moving (on Chrome)*/ + -webkit-transform: translatez(0); + -moz-transform: translatez(0); + -ms-transform: translatez(0); + -o-transform: translatez(0); + transform: translatez(0); +} + +.bx-wrapper .bx-pager, +.bx-wrapper .bx-controls-auto { + position: absolute; + bottom: -30px; + width: 100%; +} + +/* LOADER */ + +.bx-wrapper .bx-loading { + min-height: 50px; + background: url("https://bracketweb.com/treck-html/main-html/assets/vendors/images/icon/bx_loader.gif") center center no-repeat #fff; + height: 100%; + width: 100%; + position: absolute; + top: 0; + left: 0; + z-index: 2000; +} + +/* PAGER */ + +.bx-wrapper .bx-pager { + text-align: center; + font-size: .85em; + font-family: Arial; + font-weight: bold; + color: #666; + padding-top: 20px; +} + +.bx-wrapper .bx-pager .bx-pager-item, +.bx-wrapper .bx-controls-auto .bx-controls-auto-item { + display: inline-block; + *zoom: 1; + *display: inline; +} + +.bx-wrapper .bx-pager.bx-default-pager a { + background: #666; + text-indent: -9999px; + display: block; + width: 10px; + height: 10px; + margin: 0 5px; + outline: 0; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; +} + +.bx-wrapper .bx-pager.bx-default-pager a:hover, +.bx-wrapper .bx-pager.bx-default-pager a.active { + background: #000; +} + +/* DIRECTION CONTROLS (NEXT / PREV) */ + +.bx-wrapper .bx-prev { + left: 10px; + background: url("https://bracketweb.com/treck-html/main-html/assets/vendors/img/bx-slider/controls.png") no-repeat 0 -32px; +} + +.bx-wrapper .bx-next { + right: 10px; + background: url("https://bracketweb.com/treck-html/main-html/assets/vendors/img/bx-slider/controls.png") no-repeat -43px -32px; +} + +.bx-wrapper .bx-prev:hover { + background-position: 0 0; +} + +.bx-wrapper .bx-next:hover { + background-position: -43px 0; +} + +.bx-wrapper .bx-controls-direction a { + position: absolute; + top: 50%; + margin-top: -16px; + outline: 0; + width: 32px; + height: 32px; + text-indent: -9999px; + z-index: 9999; +} + +.bx-wrapper .bx-controls-direction a.disabled { + display: none; +} + +/* AUTO CONTROLS (START / STOP) */ + +.bx-wrapper .bx-controls-auto { + text-align: center; +} + +.bx-wrapper .bx-controls-auto .bx-start { + display: block; + text-indent: -9999px; + width: 10px; + height: 11px; + outline: 0; + background: url("https://bracketweb.com/treck-html/main-html/assets/vendors/img/bx-slider/controls.png") -86px -11px no-repeat; + margin: 0 3px; +} + +.bx-wrapper .bx-controls-auto .bx-start:hover, +.bx-wrapper .bx-controls-auto .bx-start.active { + background-position: -86px 0; +} + +.bx-wrapper .bx-controls-auto .bx-stop { + display: block; + text-indent: -9999px; + width: 9px; + height: 11px; + outline: 0; + background: url("https://bracketweb.com/treck-html/main-html/assets/vendors/img/bx-slider/controls.png") -86px -44px no-repeat; + margin: 0 3px; +} + +.bx-wrapper .bx-controls-auto .bx-stop:hover, +.bx-wrapper .bx-controls-auto .bx-stop.active { + background-position: -86px -33px; +} + +/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */ + +.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { + text-align: left; + width: 80%; +} + +.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { + right: 0; + width: 35px; +} + +/* IMAGE CAPTIONS */ + +.bx-wrapper .bx-caption { + position: absolute; + bottom: 0; + left: 0; + background: #666\9; + background: rgba(80, 80, 80, 0.75); + width: 100%; +} + +.bx-wrapper .bx-caption span { + color: #fff; + font-family: Arial; + display: block; + font-size: .85em; + padding: 10px; +} diff --git a/pages/assets/vendors/bxslider/jquery.bxslider.min.js b/pages/assets/vendors/bxslider/jquery.bxslider.min.js new file mode 100644 index 0000000..dc338f7 --- /dev/null +++ b/pages/assets/vendors/bxslider/jquery.bxslider.min.js @@ -0,0 +1,10 @@ +/** + * BxSlider v4.1.2 - Fully loaded, responsive content slider + * http://bxslider.com + * + * Copyright 2014, Steven Wanderski - http://stevenwanderski.com - http://bxcreative.com + * Written while drinking Belgian ales and listening to jazz + * + * Released under the MIT license - http://opensource.org/licenses/MIT + */ +!function(t){var e={},s={mode:"horizontal",slideSelector:"",infiniteLoop:!0,hideControlOnEnd:!1,speed:500,easing:null,slideMargin:0,startSlide:0,randomStart:!1,captions:!1,ticker:!1,tickerHover:!1,adaptiveHeight:!1,adaptiveHeightSpeed:500,video:!1,useCSS:!0,preloadImages:"visible",responsive:!0,slideZIndex:50,touchEnabled:!0,swipeThreshold:50,oneToOneTouch:!0,preventDefaultSwipeX:!0,preventDefaultSwipeY:!1,pager:!0,pagerType:"full",pagerShortSeparator:" / ",pagerSelector:null,buildPager:null,pagerCustom:null,controls:!0,nextText:"Next",prevText:"Prev",nextSelector:null,prevSelector:null,autoControls:!1,startText:"Start",stopText:"Stop",autoControlsCombine:!1,autoControlsSelector:null,auto:!1,pause:4e3,autoStart:!0,autoDirection:"next",autoHover:!1,autoDelay:0,minSlides:1,maxSlides:1,moveSlides:0,slideWidth:0,onSliderLoad:function(){},onSlideBefore:function(){},onSlideAfter:function(){},onSlideNext:function(){},onSlidePrev:function(){},onSliderResize:function(){}};t.fn.bxSlider=function(n){if(0==this.length)return this;if(this.length>1)return this.each(function(){t(this).bxSlider(n)}),this;var o={},r=this;e.el=this;var a=t(window).width(),l=t(window).height(),d=function(){o.settings=t.extend({},s,n),o.settings.slideWidth=parseInt(o.settings.slideWidth),o.children=r.children(o.settings.slideSelector),o.children.length1||o.settings.maxSlides>1,o.carousel&&(o.settings.preloadImages="all"),o.minThreshold=o.settings.minSlides*o.settings.slideWidth+(o.settings.minSlides-1)*o.settings.slideMargin,o.maxThreshold=o.settings.maxSlides*o.settings.slideWidth+(o.settings.maxSlides-1)*o.settings.slideMargin,o.working=!1,o.controls={},o.interval=null,o.animProp="vertical"==o.settings.mode?"top":"left",o.usingCSS=o.settings.useCSS&&"fade"!=o.settings.mode&&function(){var t=document.createElement("div"),e=["WebkitPerspective","MozPerspective","OPerspective","msPerspective"];for(var i in e)if(void 0!==t.style[e[i]])return o.cssPrefix=e[i].replace("Perspective","").toLowerCase(),o.animProp="-"+o.cssPrefix+"-transform",!0;return!1}(),"vertical"==o.settings.mode&&(o.settings.maxSlides=o.settings.minSlides),r.data("origStyle",r.attr("style")),r.children(o.settings.slideSelector).each(function(){t(this).data("origStyle",t(this).attr("style"))}),c()},c=function(){r.wrap('
    '),o.viewport=r.parent(),o.loader=t('
    '),o.viewport.prepend(o.loader),r.css({width:"horizontal"==o.settings.mode?100*o.children.length+215+"%":"auto",position:"relative"}),o.usingCSS&&o.settings.easing?r.css("-"+o.cssPrefix+"-transition-timing-function",o.settings.easing):o.settings.easing||(o.settings.easing="swing"),f(),o.viewport.css({width:"100%",overflow:"hidden",position:"relative"}),o.viewport.parent().css({maxWidth:p()}),o.settings.pager||o.viewport.parent().css({margin:"0 auto 0px"}),o.children.css({"float":"horizontal"==o.settings.mode?"left":"none",listStyle:"none",position:"relative"}),o.children.css("width",u()),"horizontal"==o.settings.mode&&o.settings.slideMargin>0&&o.children.css("marginRight",o.settings.slideMargin),"vertical"==o.settings.mode&&o.settings.slideMargin>0&&o.children.css("marginBottom",o.settings.slideMargin),"fade"==o.settings.mode&&(o.children.css({position:"absolute",zIndex:0,display:"none"}),o.children.eq(o.settings.startSlide).css({zIndex:o.settings.slideZIndex,display:"block"})),o.controls.el=t('
    '),o.settings.captions&&P(),o.active.last=o.settings.startSlide==x()-1,o.settings.video&&r.fitVids();var e=o.children.eq(o.settings.startSlide);"all"==o.settings.preloadImages&&(e=o.children),o.settings.ticker?o.settings.pager=!1:(o.settings.pager&&T(),o.settings.controls&&C(),o.settings.auto&&o.settings.autoControls&&E(),(o.settings.controls||o.settings.autoControls||o.settings.pager)&&o.viewport.after(o.controls.el)),g(e,h)},g=function(e,i){var s=e.find("img, iframe").length;if(0==s)return i(),void 0;var n=0;e.find("img, iframe").each(function(){t(this).one("load",function(){++n==s&&i()}).each(function(){this.complete&&t(this).load()})})},h=function(){if(o.settings.infiniteLoop&&"fade"!=o.settings.mode&&!o.settings.ticker){var e="vertical"==o.settings.mode?o.settings.minSlides:o.settings.maxSlides,i=o.children.slice(0,e).clone().addClass("bx-clone"),s=o.children.slice(-e).clone().addClass("bx-clone");r.append(i).prepend(s)}o.loader.remove(),S(),"vertical"==o.settings.mode&&(o.settings.adaptiveHeight=!0),o.viewport.height(v()),r.redrawSlider(),o.settings.onSliderLoad(o.active.index),o.initialized=!0,o.settings.responsive&&t(window).bind("resize",Z),o.settings.auto&&o.settings.autoStart&&H(),o.settings.ticker&&L(),o.settings.pager&&q(o.settings.startSlide),o.settings.controls&&W(),o.settings.touchEnabled&&!o.settings.ticker&&O()},v=function(){var e=0,s=t();if("vertical"==o.settings.mode||o.settings.adaptiveHeight)if(o.carousel){var n=1==o.settings.moveSlides?o.active.index:o.active.index*m();for(s=o.children.eq(n),i=1;i<=o.settings.maxSlides-1;i++)s=n+i>=o.children.length?s.add(o.children.eq(i-1)):s.add(o.children.eq(n+i))}else s=o.children.eq(o.active.index);else s=o.children;return"vertical"==o.settings.mode?(s.each(function(){e+=t(this).outerHeight()}),o.settings.slideMargin>0&&(e+=o.settings.slideMargin*(o.settings.minSlides-1))):e=Math.max.apply(Math,s.map(function(){return t(this).outerHeight(!1)}).get()),e},p=function(){var t="100%";return o.settings.slideWidth>0&&(t="horizontal"==o.settings.mode?o.settings.maxSlides*o.settings.slideWidth+(o.settings.maxSlides-1)*o.settings.slideMargin:o.settings.slideWidth),t},u=function(){var t=o.settings.slideWidth,e=o.viewport.width();return 0==o.settings.slideWidth||o.settings.slideWidth>e&&!o.carousel||"vertical"==o.settings.mode?t=e:o.settings.maxSlides>1&&"horizontal"==o.settings.mode&&(e>o.maxThreshold||e0)if(o.viewport.width()o.maxThreshold)t=o.settings.maxSlides;else{var e=o.children.first().width();t=Math.floor(o.viewport.width()/e)}else"vertical"==o.settings.mode&&(t=o.settings.minSlides);return t},x=function(){var t=0;if(o.settings.moveSlides>0)if(o.settings.infiniteLoop)t=o.children.length/m();else for(var e=0,i=0;e0&&o.settings.moveSlides<=f()?o.settings.moveSlides:f()},S=function(){if(o.children.length>o.settings.maxSlides&&o.active.last&&!o.settings.infiniteLoop){if("horizontal"==o.settings.mode){var t=o.children.last(),e=t.position();b(-(e.left-(o.viewport.width()-t.width())),"reset",0)}else if("vertical"==o.settings.mode){var i=o.children.length-o.settings.minSlides,e=o.children.eq(i).position();b(-e.top,"reset",0)}}else{var e=o.children.eq(o.active.index*m()).position();o.active.index==x()-1&&(o.active.last=!0),void 0!=e&&("horizontal"==o.settings.mode?b(-e.left,"reset",0):"vertical"==o.settings.mode&&b(-e.top,"reset",0))}},b=function(t,e,i,s){if(o.usingCSS){var n="vertical"==o.settings.mode?"translate3d(0, "+t+"px, 0)":"translate3d("+t+"px, 0, 0)";r.css("-"+o.cssPrefix+"-transition-duration",i/1e3+"s"),"slide"==e?(r.css(o.animProp,n),r.bind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",function(){r.unbind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd"),D()})):"reset"==e?r.css(o.animProp,n):"ticker"==e&&(r.css("-"+o.cssPrefix+"-transition-timing-function","linear"),r.css(o.animProp,n),r.bind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",function(){r.unbind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd"),b(s.resetValue,"reset",0),N()}))}else{var a={};a[o.animProp]=t,"slide"==e?r.animate(a,i,o.settings.easing,function(){D()}):"reset"==e?r.css(o.animProp,t):"ticker"==e&&r.animate(a,speed,"linear",function(){b(s.resetValue,"reset",0),N()})}},w=function(){for(var e="",i=x(),s=0;i>s;s++){var n="";o.settings.buildPager&&t.isFunction(o.settings.buildPager)?(n=o.settings.buildPager(s),o.pagerEl.addClass("bx-custom-pager")):(n=s+1,o.pagerEl.addClass("bx-default-pager")),e+='"}o.pagerEl.html(e)},T=function(){o.settings.pagerCustom?o.pagerEl=t(o.settings.pagerCustom):(o.pagerEl=t('
    '),o.settings.pagerSelector?t(o.settings.pagerSelector).html(o.pagerEl):o.controls.el.addClass("bx-has-pager").append(o.pagerEl),w()),o.pagerEl.on("click","a",I)},C=function(){o.controls.next=t(''+o.settings.nextText+""),o.controls.prev=t(''+o.settings.prevText+""),o.controls.next.bind("click",y),o.controls.prev.bind("click",z),o.settings.nextSelector&&t(o.settings.nextSelector).append(o.controls.next),o.settings.prevSelector&&t(o.settings.prevSelector).append(o.controls.prev),o.settings.nextSelector||o.settings.prevSelector||(o.controls.directionEl=t('
    '),o.controls.directionEl.append(o.controls.prev).append(o.controls.next),o.controls.el.addClass("bx-has-controls-direction").append(o.controls.directionEl))},E=function(){o.controls.start=t('"),o.controls.stop=t('"),o.controls.autoEl=t('
    '),o.controls.autoEl.on("click",".bx-start",k),o.controls.autoEl.on("click",".bx-stop",M),o.settings.autoControlsCombine?o.controls.autoEl.append(o.controls.start):o.controls.autoEl.append(o.controls.start).append(o.controls.stop),o.settings.autoControlsSelector?t(o.settings.autoControlsSelector).html(o.controls.autoEl):o.controls.el.addClass("bx-has-controls-auto").append(o.controls.autoEl),A(o.settings.autoStart?"stop":"start")},P=function(){o.children.each(function(){var e=t(this).find("img:first").attr("title");void 0!=e&&(""+e).length&&t(this).append('
    '+e+"
    ")})},y=function(t){o.settings.auto&&r.stopAuto(),r.goToNextSlide(),t.preventDefault()},z=function(t){o.settings.auto&&r.stopAuto(),r.goToPrevSlide(),t.preventDefault()},k=function(t){r.startAuto(),t.preventDefault()},M=function(t){r.stopAuto(),t.preventDefault()},I=function(e){o.settings.auto&&r.stopAuto();var i=t(e.currentTarget),s=parseInt(i.attr("data-slide-index"));s!=o.active.index&&r.goToSlide(s),e.preventDefault()},q=function(e){var i=o.children.length;return"short"==o.settings.pagerType?(o.settings.maxSlides>1&&(i=Math.ceil(o.children.length/o.settings.maxSlides)),o.pagerEl.html(e+1+o.settings.pagerShortSeparator+i),void 0):(o.pagerEl.find("a").removeClass("active"),o.pagerEl.each(function(i,s){t(s).find("a").eq(e).addClass("active")}),void 0)},D=function(){if(o.settings.infiniteLoop){var t="";0==o.active.index?t=o.children.eq(0).position():o.active.index==x()-1&&o.carousel?t=o.children.eq((x()-1)*m()).position():o.active.index==o.children.length-1&&(t=o.children.eq(o.children.length-1).position()),t&&("horizontal"==o.settings.mode?b(-t.left,"reset",0):"vertical"==o.settings.mode&&b(-t.top,"reset",0))}o.working=!1,o.settings.onSlideAfter(o.children.eq(o.active.index),o.oldIndex,o.active.index)},A=function(t){o.settings.autoControlsCombine?o.controls.autoEl.html(o.controls[t]):(o.controls.autoEl.find("a").removeClass("active"),o.controls.autoEl.find("a:not(.bx-"+t+")").addClass("active"))},W=function(){1==x()?(o.controls.prev.addClass("disabled"),o.controls.next.addClass("disabled")):!o.settings.infiniteLoop&&o.settings.hideControlOnEnd&&(0==o.active.index?(o.controls.prev.addClass("disabled"),o.controls.next.removeClass("disabled")):o.active.index==x()-1?(o.controls.next.addClass("disabled"),o.controls.prev.removeClass("disabled")):(o.controls.prev.removeClass("disabled"),o.controls.next.removeClass("disabled")))},H=function(){o.settings.autoDelay>0?setTimeout(r.startAuto,o.settings.autoDelay):r.startAuto(),o.settings.autoHover&&r.hover(function(){o.interval&&(r.stopAuto(!0),o.autoPaused=!0)},function(){o.autoPaused&&(r.startAuto(!0),o.autoPaused=null)})},L=function(){var e=0;if("next"==o.settings.autoDirection)r.append(o.children.clone().addClass("bx-clone"));else{r.prepend(o.children.clone().addClass("bx-clone"));var i=o.children.first().position();e="horizontal"==o.settings.mode?-i.left:-i.top}b(e,"reset",0),o.settings.pager=!1,o.settings.controls=!1,o.settings.autoControls=!1,o.settings.tickerHover&&!o.usingCSS&&o.viewport.hover(function(){r.stop()},function(){var e=0;o.children.each(function(){e+="horizontal"==o.settings.mode?t(this).outerWidth(!0):t(this).outerHeight(!0)});var i=o.settings.speed/e,s="horizontal"==o.settings.mode?"left":"top",n=i*(e-Math.abs(parseInt(r.css(s))));N(n)}),N()},N=function(t){speed=t?t:o.settings.speed;var e={left:0,top:0},i={left:0,top:0};"next"==o.settings.autoDirection?e=r.find(".bx-clone").first().position():i=o.children.first().position();var s="horizontal"==o.settings.mode?-e.left:-e.top,n="horizontal"==o.settings.mode?-i.left:-i.top,a={resetValue:n};b(s,"ticker",speed,a)},O=function(){o.touch={start:{x:0,y:0},end:{x:0,y:0}},o.viewport.bind("touchstart",X)},X=function(t){if(o.working)t.preventDefault();else{o.touch.originalPos=r.position();var e=t.originalEvent;o.touch.start.x=e.changedTouches[0].pageX,o.touch.start.y=e.changedTouches[0].pageY,o.viewport.bind("touchmove",Y),o.viewport.bind("touchend",V)}},Y=function(t){var e=t.originalEvent,i=Math.abs(e.changedTouches[0].pageX-o.touch.start.x),s=Math.abs(e.changedTouches[0].pageY-o.touch.start.y);if(3*i>s&&o.settings.preventDefaultSwipeX?t.preventDefault():3*s>i&&o.settings.preventDefaultSwipeY&&t.preventDefault(),"fade"!=o.settings.mode&&o.settings.oneToOneTouch){var n=0;if("horizontal"==o.settings.mode){var r=e.changedTouches[0].pageX-o.touch.start.x;n=o.touch.originalPos.left+r}else{var r=e.changedTouches[0].pageY-o.touch.start.y;n=o.touch.originalPos.top+r}b(n,"reset",0)}},V=function(t){o.viewport.unbind("touchmove",Y);var e=t.originalEvent,i=0;if(o.touch.end.x=e.changedTouches[0].pageX,o.touch.end.y=e.changedTouches[0].pageY,"fade"==o.settings.mode){var s=Math.abs(o.touch.start.x-o.touch.end.x);s>=o.settings.swipeThreshold&&(o.touch.start.x>o.touch.end.x?r.goToNextSlide():r.goToPrevSlide(),r.stopAuto())}else{var s=0;"horizontal"==o.settings.mode?(s=o.touch.end.x-o.touch.start.x,i=o.touch.originalPos.left):(s=o.touch.end.y-o.touch.start.y,i=o.touch.originalPos.top),!o.settings.infiniteLoop&&(0==o.active.index&&s>0||o.active.last&&0>s)?b(i,"reset",200):Math.abs(s)>=o.settings.swipeThreshold?(0>s?r.goToNextSlide():r.goToPrevSlide(),r.stopAuto()):b(i,"reset",200)}o.viewport.unbind("touchend",V)},Z=function(){var e=t(window).width(),i=t(window).height();(a!=e||l!=i)&&(a=e,l=i,r.redrawSlider(),o.settings.onSliderResize.call(r,o.active.index))};return r.goToSlide=function(e,i){if(!o.working&&o.active.index!=e)if(o.working=!0,o.oldIndex=o.active.index,o.active.index=0>e?x()-1:e>=x()?0:e,o.settings.onSlideBefore(o.children.eq(o.active.index),o.oldIndex,o.active.index),"next"==i?o.settings.onSlideNext(o.children.eq(o.active.index),o.oldIndex,o.active.index):"prev"==i&&o.settings.onSlidePrev(o.children.eq(o.active.index),o.oldIndex,o.active.index),o.active.last=o.active.index>=x()-1,o.settings.pager&&q(o.active.index),o.settings.controls&&W(),"fade"==o.settings.mode)o.settings.adaptiveHeight&&o.viewport.height()!=v()&&o.viewport.animate({height:v()},o.settings.adaptiveHeightSpeed),o.children.filter(":visible").fadeOut(o.settings.speed).css({zIndex:0}),o.children.eq(o.active.index).css("zIndex",o.settings.slideZIndex+1).fadeIn(o.settings.speed,function(){t(this).css("zIndex",o.settings.slideZIndex),D()});else{o.settings.adaptiveHeight&&o.viewport.height()!=v()&&o.viewport.animate({height:v()},o.settings.adaptiveHeightSpeed);var s=0,n={left:0,top:0};if(!o.settings.infiniteLoop&&o.carousel&&o.active.last)if("horizontal"==o.settings.mode){var a=o.children.eq(o.children.length-1);n=a.position(),s=o.viewport.width()-a.outerWidth()}else{var l=o.children.length-o.settings.minSlides;n=o.children.eq(l).position()}else if(o.carousel&&o.active.last&&"prev"==i){var d=1==o.settings.moveSlides?o.settings.maxSlides-m():(x()-1)*m()-(o.children.length-o.settings.maxSlides),a=r.children(".bx-clone").eq(d);n=a.position()}else if("next"==i&&0==o.active.index)n=r.find("> .bx-clone").eq(o.settings.maxSlides).position(),o.active.last=!1;else if(e>=0){var c=e*m();n=o.children.eq(c).position()}if("undefined"!=typeof n){var g="horizontal"==o.settings.mode?-(n.left-s):-n.top;b(g,"slide",o.settings.speed)}}},r.goToNextSlide=function(){if(o.settings.infiniteLoop||!o.active.last){var t=parseInt(o.active.index)+1;r.goToSlide(t,"next")}},r.goToPrevSlide=function(){if(o.settings.infiniteLoop||0!=o.active.index){var t=parseInt(o.active.index)-1;r.goToSlide(t,"prev")}},r.startAuto=function(t){o.interval||(o.interval=setInterval(function(){"next"==o.settings.autoDirection?r.goToNextSlide():r.goToPrevSlide()},o.settings.pause),o.settings.autoControls&&1!=t&&A("stop"))},r.stopAuto=function(t){o.interval&&(clearInterval(o.interval),o.interval=null,o.settings.autoControls&&1!=t&&A("start"))},r.getCurrentSlide=function(){return o.active.index},r.getCurrentSlideElement=function(){return o.children.eq(o.active.index)},r.getSlideCount=function(){return o.children.length},r.redrawSlider=function(){o.children.add(r.find(".bx-clone")).outerWidth(u()),o.viewport.css("height",v()),o.settings.ticker||S(),o.active.last&&(o.active.index=x()-1),o.active.index>=x()&&(o.active.last=!0),o.settings.pager&&!o.settings.pagerCustom&&(w(),q(o.active.index))},r.destroySlider=function(){o.initialized&&(o.initialized=!1,t(".bx-clone",this).remove(),o.children.each(function(){void 0!=t(this).data("origStyle")?t(this).attr("style",t(this).data("origStyle")):t(this).removeAttr("style")}),void 0!=t(this).data("origStyle")?this.attr("style",t(this).data("origStyle")):t(this).removeAttr("style"),t(this).unwrap().unwrap(),o.controls.el&&o.controls.el.remove(),o.controls.next&&o.controls.next.remove(),o.controls.prev&&o.controls.prev.remove(),o.pagerEl&&o.settings.controls&&o.pagerEl.remove(),t(".bx-caption",this).remove(),o.controls.autoEl&&o.controls.autoEl.remove(),clearInterval(o.interval),o.settings.responsive&&t(window).unbind("resize",Z))},r.reloadSlider=function(t){void 0!=t&&(n=t),r.destroySlider(),d()},d(),this}}(jQuery); \ No newline at end of file diff --git a/pages/assets/vendors/circleType/jquery.circleType.js b/pages/assets/vendors/circleType/jquery.circleType.js new file mode 100644 index 0000000..808058a --- /dev/null +++ b/pages/assets/vendors/circleType/jquery.circleType.js @@ -0,0 +1,153 @@ +/* + * CircleType 0.34 + * Peter Hrynkow + * Copyright 2013, Licensed GPL & MIT + * +*/ + +$.fn.circleType = function(options) { + + var settings = { + dir: 1, + position: 'relative' + }; + if (typeof($.fn.lettering) !== 'function') { + console.log('Lettering.js is required'); + return; + } + return this.each(function () { + + if (options) { + $.extend(settings, options); + } + var elem = this, + delta = (180 / Math.PI), + ch = parseInt($(elem).css('line-height'), 10), + fs = parseInt($(elem).css('font-size'), 10), + txt = elem.innerHTML.replace(/^\s+|\s+$/g, '').replace(/\s/g, ' '), + letters, + center; + + elem.innerHTML = txt + $(elem).lettering(); + + elem.style.position = settings.position; + + letters = elem.getElementsByTagName('span'); + center = Math.floor(letters.length / 2) + + var layout = function () { + var tw = 0, + i, + offset = 0, + minRadius, + origin, + innerRadius, + l, style, r, transform; + + for (i = 0; i < letters.length; i++) { + tw += letters[i].offsetWidth; + } + minRadius = (tw / Math.PI) / 2 + ch; + + if (settings.fluid && !settings.fitText) { + settings.radius = Math.max(elem.offsetWidth / 2, minRadius); + } + else if (!settings.radius) { + settings.radius = minRadius; + } + + if (settings.dir === -1) { + origin = 'center ' + (-settings.radius + ch) / fs + 'em'; + } else { + origin = 'center ' + settings.radius / fs + 'em'; + } + + innerRadius = settings.radius - ch; + + for (i = 0; i < letters.length; i++) { + l = letters[i]; + offset += l.offsetWidth / 2 / innerRadius * delta; + l.rot = offset; + offset += l.offsetWidth / 2 / innerRadius * delta; + } + for (i = 0; i < letters.length; i++) { + l = letters[i] + style = l.style + r = (-offset * settings.dir / 2) + l.rot * settings.dir + transform = 'rotate(' + r + 'deg)'; + + style.position = 'absolute'; + style.left = '50%'; + style.marginLeft = -(l.offsetWidth / 2) / fs + 'em'; + + style.webkitTransform = transform; + style.MozTransform = transform; + style.OTransform = transform; + style.msTransform = transform; + style.transform = transform; + + style.webkitTransformOrigin = origin; + style.MozTransformOrigin = origin; + style.OTransformOrigin = origin; + style.msTransformOrigin = origin; + style.transformOrigin = origin; + if(settings.dir === -1) { + style.bottom = 0; + } + } + + if (settings.fitText) { + if (typeof($.fn.fitText) !== 'function') { + console.log('FitText.js is required when using the fitText option'); + } else { + $(elem).fitText(); + $(window).resize(function () { + updateHeight(); + }); + } + } + updateHeight(); + }; + + var getBounds = function (elem) { + var docElem = document.documentElement, + box = elem.getBoundingClientRect(); + return { + top: box.top + window.pageYOffset - docElem.clientTop, + left: box.left + window.pageXOffset - docElem.clientLeft, + height: box.height + }; + }; + + var updateHeight = function () { + var mid = getBounds(letters[center]), + first = getBounds(letters[0]), + h; + if (mid.top < first.top) { + h = first.top - mid.top + first.height; + } else { + h = mid.top - first.top + first.height; + } + elem.style.height = h + 'px'; + } + + if (settings.fluid && !settings.fitText) { + $(window).resize(function () { + layout(); + }); + } + + if (document.readyState !== "complete") { + elem.style.visibility = 'hidden'; + $(window).load(function () { + elem.style.visibility = 'visible'; + layout(); + }); + } else { + layout(); + } + }); +}; + + diff --git a/pages/assets/vendors/circleType/jquery.lettering.min.js b/pages/assets/vendors/circleType/jquery.lettering.min.js new file mode 100644 index 0000000..43d7a18 --- /dev/null +++ b/pages/assets/vendors/circleType/jquery.lettering.min.js @@ -0,0 +1,2 @@ +/* Lettering.JS 0.6.1 by Dave Rupert - http://daverupert.com */ +(function($){function injector(t,splitter,klass,after){var a=t.text().split(splitter),inject='';if(a.length){$(a).each(function(i,item){inject+=''+item+''+after});t.empty().append(inject)}}var methods={init:function(){return this.each(function(){injector($(this),'','char','')})},words:function(){return this.each(function(){injector($(this),' ','word',' ')})},lines:function(){return this.each(function(){var r="eefec303079ad17405c889e092e105b0";injector($(this).children("br").replaceWith(r).end(),r,'line','')})}};$.fn.lettering=function(method){if(method&&methods[method]){return methods[method].apply(this,[].slice.call(arguments,1))}else if(method==='letters'||!method){return methods.init.apply(this,[].slice.call(arguments,0))}$.error('Method '+method+' does not exist on jQuery.lettering');return this}})(jQuery); \ No newline at end of file diff --git a/pages/assets/vendors/countdown/countdown.min.js b/pages/assets/vendors/countdown/countdown.min.js new file mode 100644 index 0000000..801e036 --- /dev/null +++ b/pages/assets/vendors/countdown/countdown.min.js @@ -0,0 +1,215 @@ +!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var n;"undefined"!=typeof window?n=window:"undefined"!=typeof global?n=global:"undefined"!=typeof self&&(n=self),n.Countdown=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o "+ date.days +" Days " + + "
  • "+ date.hours +" Hours
  • " + + "
  • "+ date.min +" Minutes
  • " + + "
  • "+ date.sec +" Seconds
  • "; + } +}; + +/** + * Countdown constructor + * @param {HTMLElement} el DOM node of the countdown + * @param {Object} options (optional) Options for the plugin + */ +var Countdown = function(el, options) { + + /** + * Reference to the DOM element + * @type {HTMLElement} + */ + this.el = el; + + /** + * Options of the countdown plugin + * @type {Object} + */ + this.options = {}; + + /** + * Interval reference or false if counter is stopped + * @type {Mixed} + */ + this.interval = false; + + // merge default options and options into this.options + for (var i in defaultOptions) { + if (defaultOptions.hasOwnProperty(i)) { + this.options[i] = typeof options[i] !== 'undefined' ? options[i] : defaultOptions[i]; + + if (i === 'date' && typeof this.options.date !== 'object') { + this.options.date = new Date(this.options.date); + } + + // bind context for functions + if (typeof this.options[i] === 'function') { + this.options[i] = this.options[i].bind(this); + } + } + } + + /** + * Get the difference between now and the end date + * @return {Object} Object with the diff information (years, days, hours, min, sec, millisec) + */ + this.getDiffDate = function() { + var diff = (this.options.date.getTime() - Date.now() + this.options.offset) / 1000; + + var dateData = { + years: 0, + days: 0, + hours: 0, + min: 0, + sec: 0, + millisec: 0 + }; + + if (diff <= 0) { + if (this.interval) { + this.stop(); + this.options.onEnd(); + } + return dateData; + } + + if (diff >= (365.25 * 86400)) { + dateData.years = Math.floor(diff / (365.25 * 86400)); + diff -= dateData.years * 365.25 * 86400; + } + + if (diff >= 86400) { + dateData.days = Math.floor(diff / 86400); + diff -= dateData.days * 86400; + } + + if (diff >= 3600) { + dateData.hours = Math.floor(diff / 3600); + diff -= dateData.hours * 3600; + } + + if (diff >= 60) { + dateData.min = Math.floor(diff / 60); + diff -= dateData.min * 60; + } + + dateData.sec = Math.round(diff); + + dateData.millisec = diff % 1 * 1000; + + return dateData; + }.bind(this); + + /** + * Add leading zeros to a number + * @param {Number} num Input number + * @param {Number} length Length of the desired output + * @return {String} String of the desired length with leading zeros + */ + this.leadingZeros = function(num, length) { + length = length || 2; + num = String(num); + if (num.length > length) { + return num; + } + return (Array(length + 1).join('0') + num).substr(-length); + }; + + /** + * Update the end date of the countdown + * @param {Mixed} newDate Date object or a String/Number that can be passed to the Date constructor + * @return {Countdown} Countdown instance + */ + this.update = function(newDate) { + if (typeof newDate !== 'object') { + newDate = new Date(newDate); + } + this.options.date = newDate; + this.render(); + return this; + }.bind(this); + + /** + * Stop the countdown refresh / rerender + * @return {Countdown} Countdown instance + */ + this.stop = function() { + if (this.interval) { + clearInterval(this.interval); + this.interval = false; + } + return this; + }.bind(this); + + /** + * Render the countdown + * @return {Countdown} Countdown instance + */ + this.render = function() { + this.options.render(this.getDiffDate()); + return this; + }.bind(this); + + /** + * Start the countdown + * @return {Countdown} Countdown instance + */ + this.start = function() { + // don't start if the countdown is already started + if (this.interval) { return; } + + this.render(); + + if (this.options.refresh) { + this.interval = setInterval(this.render, this.options.refresh); + } + + return this; + }.bind(this); + + /** + * Update the offset + * @param {Number} offset New offset in ms + * @return {Countdown} Countdown instance + */ + this.updateOffset = function(offset) { + this.options.offset = offset; + return this; + }.bind(this); + + + // initial start of the countdown or initial render + this.start(); +}; + +module.exports = Countdown; + +},{}],2:[function(require,module,exports){ +var Countdown = require('./countdown.js'); +var NAME = 'countdown'; +var DATA_ATTR = 'date'; + +jQuery.fn.countdown = function(options) { + return $.each(this, function(i, el) { + var $el = $(el); + if (!$el.data(NAME)) { + // allow setting the date via the data-date attribute + if ($el.data(DATA_ATTR)) { + options.date = $el.data(DATA_ATTR); + } + $el.data(NAME, new Countdown(el, options)); + } + }); +}; + +module.exports = Countdown; + +},{"./countdown.js":1}]},{},[2])(2) +}); \ No newline at end of file diff --git a/pages/assets/vendors/fontawesome/css/all.min.css b/pages/assets/vendors/fontawesome/css/all.min.css new file mode 100644 index 0000000..34d689e --- /dev/null +++ b/pages/assets/vendors/fontawesome/css/all.min.css @@ -0,0 +1,5 @@ +/*! + * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + */ +.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url("../webfonts/fa-brands-400.eot");src:url("../webfonts/fa-brands-400-.eot#iefix") format("embedded-opentype"),url("../webfonts/fa-brands-400.woff2") format("woff2"),url("../webfonts/fa-brands-400.woff") format("woff"),url("../webfonts/fa-brands-400.ttf") format("truetype"),url("../webfonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url("../webfonts/fa-regular-400.eot");src:url("../webfonts/fa-regular-400-.eot#iefix") format("embedded-opentype"),url("../webfonts/fa-regular-400.woff2") format("woff2"),url("../webfonts/fa-regular-400.woff") format("woff"),url("../webfonts/fa-regular-400.ttf") format("truetype"),url("../webfonts/fa-regular-400.svg#fontawesome") format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url("../webfonts/fa-solid-900.eot");src:url("../webfonts/fa-solid-900-.eot#iefix") format("embedded-opentype"),url("../webfonts/fa-solid-900.woff2") format("woff2"),url("../webfonts/fa-solid-900.woff") format("woff"),url("../webfonts/fa-solid-900.ttf") format("truetype"),url("../webfonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900} \ No newline at end of file diff --git a/pages/assets/vendors/fontawesome/webfonts/fa-brands-400-.eot b/pages/assets/vendors/fontawesome/webfonts/fa-brands-400-.eot new file mode 100644 index 0000000..958684e Binary files /dev/null and b/pages/assets/vendors/fontawesome/webfonts/fa-brands-400-.eot differ diff --git a/pages/assets/vendors/fontawesome/webfonts/fa-brands-400.eot b/pages/assets/vendors/fontawesome/webfonts/fa-brands-400.eot new file mode 100644 index 0000000..958684e Binary files /dev/null and b/pages/assets/vendors/fontawesome/webfonts/fa-brands-400.eot differ diff --git a/pages/assets/vendors/fontawesome/webfonts/fa-brands-400.svg b/pages/assets/vendors/fontawesome/webfonts/fa-brands-400.svg new file mode 100644 index 0000000..2b7cf17 --- /dev/null +++ b/pages/assets/vendors/fontawesome/webfonts/fa-brands-400.svg @@ -0,0 +1,3717 @@ + + + + +Created by FontForge 20200314 at Mon Oct 5 09:50:45 2020 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pages/assets/vendors/fontawesome/webfonts/fa-brands-400.ttf b/pages/assets/vendors/fontawesome/webfonts/fa-brands-400.ttf new file mode 100644 index 0000000..f071825 Binary files /dev/null and b/pages/assets/vendors/fontawesome/webfonts/fa-brands-400.ttf differ diff --git a/pages/assets/vendors/fontawesome/webfonts/fa-brands-400.woff b/pages/assets/vendors/fontawesome/webfonts/fa-brands-400.woff new file mode 100644 index 0000000..277ab65 Binary files /dev/null and b/pages/assets/vendors/fontawesome/webfonts/fa-brands-400.woff differ diff --git a/pages/assets/vendors/fontawesome/webfonts/fa-brands-400.woff2 b/pages/assets/vendors/fontawesome/webfonts/fa-brands-400.woff2 new file mode 100644 index 0000000..47805d4 Binary files /dev/null and b/pages/assets/vendors/fontawesome/webfonts/fa-brands-400.woff2 differ diff --git a/pages/assets/vendors/fontawesome/webfonts/fa-regular-400-.eot b/pages/assets/vendors/fontawesome/webfonts/fa-regular-400-.eot new file mode 100644 index 0000000..bef9f72 Binary files /dev/null and b/pages/assets/vendors/fontawesome/webfonts/fa-regular-400-.eot differ diff --git a/pages/assets/vendors/fontawesome/webfonts/fa-regular-400.eot b/pages/assets/vendors/fontawesome/webfonts/fa-regular-400.eot new file mode 100644 index 0000000..bef9f72 Binary files /dev/null and b/pages/assets/vendors/fontawesome/webfonts/fa-regular-400.eot differ diff --git a/pages/assets/vendors/fontawesome/webfonts/fa-regular-400.svg b/pages/assets/vendors/fontawesome/webfonts/fa-regular-400.svg new file mode 100644 index 0000000..bccc256 --- /dev/null +++ b/pages/assets/vendors/fontawesome/webfonts/fa-regular-400.svg @@ -0,0 +1,801 @@ + + + + +Created by FontForge 20200314 at Mon Oct 5 09:50:45 2020 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pages/assets/vendors/fontawesome/webfonts/fa-regular-400.ttf b/pages/assets/vendors/fontawesome/webfonts/fa-regular-400.ttf new file mode 100644 index 0000000..659527a Binary files /dev/null and b/pages/assets/vendors/fontawesome/webfonts/fa-regular-400.ttf differ diff --git a/pages/assets/vendors/fontawesome/webfonts/fa-regular-400.woff b/pages/assets/vendors/fontawesome/webfonts/fa-regular-400.woff new file mode 100644 index 0000000..31f44b2 Binary files /dev/null and b/pages/assets/vendors/fontawesome/webfonts/fa-regular-400.woff differ diff --git a/pages/assets/vendors/fontawesome/webfonts/fa-regular-400.woff2 b/pages/assets/vendors/fontawesome/webfonts/fa-regular-400.woff2 new file mode 100644 index 0000000..0332a9b Binary files /dev/null and b/pages/assets/vendors/fontawesome/webfonts/fa-regular-400.woff2 differ diff --git a/pages/assets/vendors/fontawesome/webfonts/fa-solid-900-.eot b/pages/assets/vendors/fontawesome/webfonts/fa-solid-900-.eot new file mode 100644 index 0000000..5da4fa0 Binary files /dev/null and b/pages/assets/vendors/fontawesome/webfonts/fa-solid-900-.eot differ diff --git a/pages/assets/vendors/fontawesome/webfonts/fa-solid-900.eot b/pages/assets/vendors/fontawesome/webfonts/fa-solid-900.eot new file mode 100644 index 0000000..5da4fa0 Binary files /dev/null and b/pages/assets/vendors/fontawesome/webfonts/fa-solid-900.eot differ diff --git a/pages/assets/vendors/fontawesome/webfonts/fa-solid-900.svg b/pages/assets/vendors/fontawesome/webfonts/fa-solid-900.svg new file mode 100644 index 0000000..313b311 --- /dev/null +++ b/pages/assets/vendors/fontawesome/webfonts/fa-solid-900.svg @@ -0,0 +1,5028 @@ + + + + +Created by FontForge 20200314 at Mon Oct 5 09:50:45 2020 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pages/assets/vendors/fontawesome/webfonts/fa-solid-900.ttf b/pages/assets/vendors/fontawesome/webfonts/fa-solid-900.ttf new file mode 100644 index 0000000..e074608 Binary files /dev/null and b/pages/assets/vendors/fontawesome/webfonts/fa-solid-900.ttf differ diff --git a/pages/assets/vendors/fontawesome/webfonts/fa-solid-900.woff b/pages/assets/vendors/fontawesome/webfonts/fa-solid-900.woff new file mode 100644 index 0000000..ef6b447 Binary files /dev/null and b/pages/assets/vendors/fontawesome/webfonts/fa-solid-900.woff differ diff --git a/pages/assets/vendors/fontawesome/webfonts/fa-solid-900.woff2 b/pages/assets/vendors/fontawesome/webfonts/fa-solid-900.woff2 new file mode 100644 index 0000000..120b300 Binary files /dev/null and b/pages/assets/vendors/fontawesome/webfonts/fa-solid-900.woff2 differ diff --git a/pages/assets/vendors/isotope/isotope.js b/pages/assets/vendors/isotope/isotope.js new file mode 100644 index 0000000..785afd9 --- /dev/null +++ b/pages/assets/vendors/isotope/isotope.js @@ -0,0 +1,8 @@ +/*! + * Isotope PACKAGED v2.1.1 + * Filter & sort magical layouts + * http://isotope.metafizzy.co + */ + +(function(t){function e(){}function i(t){function i(e){e.prototype.option||(e.prototype.option=function(e){t.isPlainObject(e)&&(this.options=t.extend(!0,this.options,e))})}function n(e,i){t.fn[e]=function(n){if("string"==typeof n){for(var s=o.call(arguments,1),a=0,u=this.length;u>a;a++){var p=this[a],h=t.data(p,e);if(h)if(t.isFunction(h[n])&&"_"!==n.charAt(0)){var f=h[n].apply(h,s);if(void 0!==f)return f}else r("no such method '"+n+"' for "+e+" instance");else r("cannot call methods on "+e+" prior to initialization; "+"attempted to call '"+n+"'")}return this}return this.each(function(){var o=t.data(this,e);o?(o.option(n),o._init()):(o=new i(this,n),t.data(this,e,o))})}}if(t){var r="undefined"==typeof console?e:function(t){console.error(t)};return t.bridget=function(t,e){i(e),n(t,e)},t.bridget}}var o=Array.prototype.slice;"function"==typeof define&&define.amd?define("jquery-bridget/jquery.bridget",["jquery"],i):"object"==typeof exports?i(require("jquery")):i(t.jQuery)})(window),function(t){function e(e){var i=t.event;return i.target=i.target||i.srcElement||e,i}var i=document.documentElement,o=function(){};i.addEventListener?o=function(t,e,i){t.addEventListener(e,i,!1)}:i.attachEvent&&(o=function(t,i,o){t[i+o]=o.handleEvent?function(){var i=e(t);o.handleEvent.call(o,i)}:function(){var i=e(t);o.call(t,i)},t.attachEvent("on"+i,t[i+o])});var n=function(){};i.removeEventListener?n=function(t,e,i){t.removeEventListener(e,i,!1)}:i.detachEvent&&(n=function(t,e,i){t.detachEvent("on"+e,t[e+i]);try{delete t[e+i]}catch(o){t[e+i]=void 0}});var r={bind:o,unbind:n};"function"==typeof define&&define.amd?define("eventie/eventie",r):"object"==typeof exports?module.exports=r:t.eventie=r}(this),function(t){function e(t){"function"==typeof t&&(e.isReady?t():s.push(t))}function i(t){var i="readystatechange"===t.type&&"complete"!==r.readyState;e.isReady||i||o()}function o(){e.isReady=!0;for(var t=0,i=s.length;i>t;t++){var o=s[t];o()}}function n(n){return"complete"===r.readyState?o():(n.bind(r,"DOMContentLoaded",i),n.bind(r,"readystatechange",i),n.bind(t,"load",i)),e}var r=t.document,s=[];e.isReady=!1,"function"==typeof define&&define.amd?define("doc-ready/doc-ready",["eventie/eventie"],n):"object"==typeof exports?module.exports=n(require("eventie")):t.docReady=n(t.eventie)}(window),function(){function t(){}function e(t,e){for(var i=t.length;i--;)if(t[i].listener===e)return i;return-1}function i(t){return function(){return this[t].apply(this,arguments)}}var o=t.prototype,n=this,r=n.EventEmitter;o.getListeners=function(t){var e,i,o=this._getEvents();if(t instanceof RegExp){e={};for(i in o)o.hasOwnProperty(i)&&t.test(i)&&(e[i]=o[i])}else e=o[t]||(o[t]=[]);return e},o.flattenListeners=function(t){var e,i=[];for(e=0;t.length>e;e+=1)i.push(t[e].listener);return i},o.getListenersAsObject=function(t){var e,i=this.getListeners(t);return i instanceof Array&&(e={},e[t]=i),e||i},o.addListener=function(t,i){var o,n=this.getListenersAsObject(t),r="object"==typeof i;for(o in n)n.hasOwnProperty(o)&&-1===e(n[o],i)&&n[o].push(r?i:{listener:i,once:!1});return this},o.on=i("addListener"),o.addOnceListener=function(t,e){return this.addListener(t,{listener:e,once:!0})},o.once=i("addOnceListener"),o.defineEvent=function(t){return this.getListeners(t),this},o.defineEvents=function(t){for(var e=0;t.length>e;e+=1)this.defineEvent(t[e]);return this},o.removeListener=function(t,i){var o,n,r=this.getListenersAsObject(t);for(n in r)r.hasOwnProperty(n)&&(o=e(r[n],i),-1!==o&&r[n].splice(o,1));return this},o.off=i("removeListener"),o.addListeners=function(t,e){return this.manipulateListeners(!1,t,e)},o.removeListeners=function(t,e){return this.manipulateListeners(!0,t,e)},o.manipulateListeners=function(t,e,i){var o,n,r=t?this.removeListener:this.addListener,s=t?this.removeListeners:this.addListeners;if("object"!=typeof e||e instanceof RegExp)for(o=i.length;o--;)r.call(this,e,i[o]);else for(o in e)e.hasOwnProperty(o)&&(n=e[o])&&("function"==typeof n?r.call(this,o,n):s.call(this,o,n));return this},o.removeEvent=function(t){var e,i=typeof t,o=this._getEvents();if("string"===i)delete o[t];else if(t instanceof RegExp)for(e in o)o.hasOwnProperty(e)&&t.test(e)&&delete o[e];else delete this._events;return this},o.removeAllListeners=i("removeEvent"),o.emitEvent=function(t,e){var i,o,n,r,s=this.getListenersAsObject(t);for(n in s)if(s.hasOwnProperty(n))for(o=s[n].length;o--;)i=s[n][o],i.once===!0&&this.removeListener(t,i.listener),r=i.listener.apply(this,e||[]),r===this._getOnceReturnValue()&&this.removeListener(t,i.listener);return this},o.trigger=i("emitEvent"),o.emit=function(t){var e=Array.prototype.slice.call(arguments,1);return this.emitEvent(t,e)},o.setOnceReturnValue=function(t){return this._onceReturnValue=t,this},o._getOnceReturnValue=function(){return this.hasOwnProperty("_onceReturnValue")?this._onceReturnValue:!0},o._getEvents=function(){return this._events||(this._events={})},t.noConflict=function(){return n.EventEmitter=r,t},"function"==typeof define&&define.amd?define("eventEmitter/EventEmitter",[],function(){return t}):"object"==typeof module&&module.exports?module.exports=t:n.EventEmitter=t}.call(this),function(t){function e(t){if(t){if("string"==typeof o[t])return t;t=t.charAt(0).toUpperCase()+t.slice(1);for(var e,n=0,r=i.length;r>n;n++)if(e=i[n]+t,"string"==typeof o[e])return e}}var i="Webkit Moz ms Ms O".split(" "),o=document.documentElement.style;"function"==typeof define&&define.amd?define("get-style-property/get-style-property",[],function(){return e}):"object"==typeof exports?module.exports=e:t.getStyleProperty=e}(window),function(t){function e(t){var e=parseFloat(t),i=-1===t.indexOf("%")&&!isNaN(e);return i&&e}function i(){}function o(){for(var t={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},e=0,i=s.length;i>e;e++){var o=s[e];t[o]=0}return t}function n(i){function n(){if(!d){d=!0;var o=t.getComputedStyle;if(p=function(){var t=o?function(t){return o(t,null)}:function(t){return t.currentStyle};return function(e){var i=t(e);return i||r("Style returned "+i+". Are you running this code in a hidden iframe on Firefox? "+"See http://bit.ly/getsizebug1"),i}}(),h=i("boxSizing")){var n=document.createElement("div");n.style.width="200px",n.style.padding="1px 2px 3px 4px",n.style.borderStyle="solid",n.style.borderWidth="1px 2px 3px 4px",n.style[h]="border-box";var s=document.body||document.documentElement;s.appendChild(n);var a=p(n);f=200===e(a.width),s.removeChild(n)}}}function a(t){if(n(),"string"==typeof t&&(t=document.querySelector(t)),t&&"object"==typeof t&&t.nodeType){var i=p(t);if("none"===i.display)return o();var r={};r.width=t.offsetWidth,r.height=t.offsetHeight;for(var a=r.isBorderBox=!(!h||!i[h]||"border-box"!==i[h]),d=0,l=s.length;l>d;d++){var c=s[d],y=i[c];y=u(t,y);var m=parseFloat(y);r[c]=isNaN(m)?0:m}var g=r.paddingLeft+r.paddingRight,v=r.paddingTop+r.paddingBottom,_=r.marginLeft+r.marginRight,I=r.marginTop+r.marginBottom,L=r.borderLeftWidth+r.borderRightWidth,z=r.borderTopWidth+r.borderBottomWidth,b=a&&f,x=e(i.width);x!==!1&&(r.width=x+(b?0:g+L));var S=e(i.height);return S!==!1&&(r.height=S+(b?0:v+z)),r.innerWidth=r.width-(g+L),r.innerHeight=r.height-(v+z),r.outerWidth=r.width+_,r.outerHeight=r.height+I,r}}function u(e,i){if(t.getComputedStyle||-1===i.indexOf("%"))return i;var o=e.style,n=o.left,r=e.runtimeStyle,s=r&&r.left;return s&&(r.left=e.currentStyle.left),o.left=i,i=o.pixelLeft,o.left=n,s&&(r.left=s),i}var p,h,f,d=!1;return a}var r="undefined"==typeof console?i:function(t){console.error(t)},s=["paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom","borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth"];"function"==typeof define&&define.amd?define("get-size/get-size",["get-style-property/get-style-property"],n):"object"==typeof exports?module.exports=n(require("desandro-get-style-property")):t.getSize=n(t.getStyleProperty)}(window),function(t){function e(t,e){return t[s](e)}function i(t){if(!t.parentNode){var e=document.createDocumentFragment();e.appendChild(t)}}function o(t,e){i(t);for(var o=t.parentNode.querySelectorAll(e),n=0,r=o.length;r>n;n++)if(o[n]===t)return!0;return!1}function n(t,o){return i(t),e(t,o)}var r,s=function(){if(t.matchesSelector)return"matchesSelector";for(var e=["webkit","moz","ms","o"],i=0,o=e.length;o>i;i++){var n=e[i],r=n+"MatchesSelector";if(t[r])return r}}();if(s){var a=document.createElement("div"),u=e(a,"div");r=u?e:n}else r=o;"function"==typeof define&&define.amd?define("matches-selector/matches-selector",[],function(){return r}):"object"==typeof exports?module.exports=r:window.matchesSelector=r}(Element.prototype),function(t){function e(t,e){for(var i in e)t[i]=e[i];return t}function i(t){for(var e in t)return!1;return e=null,!0}function o(t){return t.replace(/([A-Z])/g,function(t){return"-"+t.toLowerCase()})}function n(t,n,r){function a(t,e){t&&(this.element=t,this.layout=e,this.position={x:0,y:0},this._create())}var u=r("transition"),p=r("transform"),h=u&&p,f=!!r("perspective"),d={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"otransitionend",transition:"transitionend"}[u],l=["transform","transition","transitionDuration","transitionProperty"],c=function(){for(var t={},e=0,i=l.length;i>e;e++){var o=l[e],n=r(o);n&&n!==o&&(t[o]=n)}return t}();e(a.prototype,t.prototype),a.prototype._create=function(){this._transn={ingProperties:{},clean:{},onEnd:{}},this.css({position:"absolute"})},a.prototype.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},a.prototype.getSize=function(){this.size=n(this.element)},a.prototype.css=function(t){var e=this.element.style;for(var i in t){var o=c[i]||i;e[o]=t[i]}},a.prototype.getPosition=function(){var t=s(this.element),e=this.layout.options,i=e.isOriginLeft,o=e.isOriginTop,n=parseInt(t[i?"left":"right"],10),r=parseInt(t[o?"top":"bottom"],10);n=isNaN(n)?0:n,r=isNaN(r)?0:r;var a=this.layout.size;n-=i?a.paddingLeft:a.paddingRight,r-=o?a.paddingTop:a.paddingBottom,this.position.x=n,this.position.y=r},a.prototype.layoutPosition=function(){var t=this.layout.size,e=this.layout.options,i={};e.isOriginLeft?(i.left=this.position.x+t.paddingLeft+"px",i.right=""):(i.right=this.position.x+t.paddingRight+"px",i.left=""),e.isOriginTop?(i.top=this.position.y+t.paddingTop+"px",i.bottom=""):(i.bottom=this.position.y+t.paddingBottom+"px",i.top=""),this.css(i),this.emitEvent("layout",[this])};var y=f?function(t,e){return"translate3d("+t+"px, "+e+"px, 0)"}:function(t,e){return"translate("+t+"px, "+e+"px)"};a.prototype._transitionTo=function(t,e){this.getPosition();var i=this.position.x,o=this.position.y,n=parseInt(t,10),r=parseInt(e,10),s=n===this.position.x&&r===this.position.y;if(this.setPosition(t,e),s&&!this.isTransitioning)return this.layoutPosition(),void 0;var a=t-i,u=e-o,p={},h=this.layout.options;a=h.isOriginLeft?a:-a,u=h.isOriginTop?u:-u,p.transform=y(a,u),this.transition({to:p,onTransitionEnd:{transform:this.layoutPosition},isCleaning:!0})},a.prototype.goTo=function(t,e){this.setPosition(t,e),this.layoutPosition()},a.prototype.moveTo=h?a.prototype._transitionTo:a.prototype.goTo,a.prototype.setPosition=function(t,e){this.position.x=parseInt(t,10),this.position.y=parseInt(e,10)},a.prototype._nonTransition=function(t){this.css(t.to),t.isCleaning&&this._removeStyles(t.to);for(var e in t.onTransitionEnd)t.onTransitionEnd[e].call(this)},a.prototype._transition=function(t){if(!parseFloat(this.layout.options.transitionDuration))return this._nonTransition(t),void 0;var e=this._transn;for(var i in t.onTransitionEnd)e.onEnd[i]=t.onTransitionEnd[i];for(i in t.to)e.ingProperties[i]=!0,t.isCleaning&&(e.clean[i]=!0);if(t.from){this.css(t.from);var o=this.element.offsetHeight;o=null}this.enableTransition(t.to),this.css(t.to),this.isTransitioning=!0};var m=p&&o(p)+",opacity";a.prototype.enableTransition=function(){this.isTransitioning||(this.css({transitionProperty:m,transitionDuration:this.layout.options.transitionDuration}),this.element.addEventListener(d,this,!1))},a.prototype.transition=a.prototype[u?"_transition":"_nonTransition"],a.prototype.onwebkitTransitionEnd=function(t){this.ontransitionend(t)},a.prototype.onotransitionend=function(t){this.ontransitionend(t)};var g={"-webkit-transform":"transform","-moz-transform":"transform","-o-transform":"transform"};a.prototype.ontransitionend=function(t){if(t.target===this.element){var e=this._transn,o=g[t.propertyName]||t.propertyName;if(delete e.ingProperties[o],i(e.ingProperties)&&this.disableTransition(),o in e.clean&&(this.element.style[t.propertyName]="",delete e.clean[o]),o in e.onEnd){var n=e.onEnd[o];n.call(this),delete e.onEnd[o]}this.emitEvent("transitionEnd",[this])}},a.prototype.disableTransition=function(){this.removeTransitionStyles(),this.element.removeEventListener(d,this,!1),this.isTransitioning=!1},a.prototype._removeStyles=function(t){var e={};for(var i in t)e[i]="";this.css(e)};var v={transitionProperty:"",transitionDuration:""};return a.prototype.removeTransitionStyles=function(){this.css(v)},a.prototype.removeElem=function(){this.element.parentNode.removeChild(this.element),this.emitEvent("remove",[this])},a.prototype.remove=function(){if(!u||!parseFloat(this.layout.options.transitionDuration))return this.removeElem(),void 0;var t=this;this.on("transitionEnd",function(){return t.removeElem(),!0}),this.hide()},a.prototype.reveal=function(){delete this.isHidden,this.css({display:""});var t=this.layout.options;this.transition({from:t.hiddenStyle,to:t.visibleStyle,isCleaning:!0})},a.prototype.hide=function(){this.isHidden=!0,this.css({display:""});var t=this.layout.options;this.transition({from:t.visibleStyle,to:t.hiddenStyle,isCleaning:!0,onTransitionEnd:{opacity:function(){this.isHidden&&this.css({display:"none"})}}})},a.prototype.destroy=function(){this.css({position:"",left:"",right:"",top:"",bottom:"",transition:"",transform:""})},a}var r=t.getComputedStyle,s=r?function(t){return r(t,null)}:function(t){return t.currentStyle};"function"==typeof define&&define.amd?define("outlayer/item",["eventEmitter/EventEmitter","get-size/get-size","get-style-property/get-style-property"],n):"object"==typeof exports?module.exports=n(require("wolfy87-eventemitter"),require("get-size"),require("desandro-get-style-property")):(t.Outlayer={},t.Outlayer.Item=n(t.EventEmitter,t.getSize,t.getStyleProperty))}(window),function(t){function e(t,e){for(var i in e)t[i]=e[i];return t}function i(t){return"[object Array]"===f.call(t)}function o(t){var e=[];if(i(t))e=t;else if(t&&"number"==typeof t.length)for(var o=0,n=t.length;n>o;o++)e.push(t[o]);else e.push(t);return e}function n(t,e){var i=l(e,t);-1!==i&&e.splice(i,1)}function r(t){return t.replace(/(.)([A-Z])/g,function(t,e,i){return e+"-"+i}).toLowerCase()}function s(i,s,f,l,c,y){function m(t,i){if("string"==typeof t&&(t=a.querySelector(t)),!t||!d(t))return u&&u.error("Bad "+this.constructor.namespace+" element: "+t),void 0;this.element=t,this.options=e({},this.constructor.defaults),this.option(i);var o=++g;this.element.outlayerGUID=o,v[o]=this,this._create(),this.options.isInitLayout&&this.layout()}var g=0,v={};return m.namespace="outlayer",m.Item=y,m.defaults={containerStyle:{position:"relative"},isInitLayout:!0,isOriginLeft:!0,isOriginTop:!0,isResizeBound:!0,isResizingContainer:!0,transitionDuration:"1s",hiddenStyle:{opacity:0,transform:"scale(0.005) rotateX(180deg)"},visibleStyle:{opacity:1,transform:"scale(1) rotateX(0deg)"}},e(m.prototype,f.prototype),m.prototype.option=function(t){e(this.options,t)},m.prototype._create=function(){this.reloadItems(),this.stamps=[],this.stamp(this.options.stamp),e(this.element.style,this.options.containerStyle),this.options.isResizeBound&&this.bindResize()},m.prototype.reloadItems=function(){this.items=this._itemize(this.element.children)},m.prototype._itemize=function(t){for(var e=this._filterFindItemElements(t),i=this.constructor.Item,o=[],n=0,r=e.length;r>n;n++){var s=e[n],a=new i(s,this);o.push(a)}return o},m.prototype._filterFindItemElements=function(t){t=o(t);for(var e=this.options.itemSelector,i=[],n=0,r=t.length;r>n;n++){var s=t[n];if(d(s))if(e){c(s,e)&&i.push(s);for(var a=s.querySelectorAll(e),u=0,p=a.length;p>u;u++)i.push(a[u])}else i.push(s)}return i},m.prototype.getItemElements=function(){for(var t=[],e=0,i=this.items.length;i>e;e++)t.push(this.items[e].element);return t},m.prototype.layout=function(){this._resetLayout(),this._manageStamps();var t=void 0!==this.options.isLayoutInstant?this.options.isLayoutInstant:!this._isLayoutInited;this.layoutItems(this.items,t),this._isLayoutInited=!0},m.prototype._init=m.prototype.layout,m.prototype._resetLayout=function(){this.getSize()},m.prototype.getSize=function(){this.size=l(this.element)},m.prototype._getMeasurement=function(t,e){var i,o=this.options[t];o?("string"==typeof o?i=this.element.querySelector(o):d(o)&&(i=o),this[t]=i?l(i)[e]:o):this[t]=0},m.prototype.layoutItems=function(t,e){t=this._getItemsForLayout(t),this._layoutItems(t,e),this._postLayout()},m.prototype._getItemsForLayout=function(t){for(var e=[],i=0,o=t.length;o>i;i++){var n=t[i];n.isIgnored||e.push(n)}return e},m.prototype._layoutItems=function(t,e){function i(){o.emitEvent("layoutComplete",[o,t])}var o=this;if(!t||!t.length)return i(),void 0;this._itemsOn(t,"layout",i);for(var n=[],r=0,s=t.length;s>r;r++){var a=t[r],u=this._getItemLayoutPosition(a);u.item=a,u.isInstant=e||a.isLayoutInstant,n.push(u)}this._processLayoutQueue(n)},m.prototype._getItemLayoutPosition=function(){return{x:0,y:0}},m.prototype._processLayoutQueue=function(t){for(var e=0,i=t.length;i>e;e++){var o=t[e];this._positionItem(o.item,o.x,o.y,o.isInstant)}},m.prototype._positionItem=function(t,e,i,o){o?t.goTo(e,i):t.moveTo(e,i)},m.prototype._postLayout=function(){this.resizeContainer()},m.prototype.resizeContainer=function(){if(this.options.isResizingContainer){var t=this._getContainerSize();t&&(this._setContainerMeasure(t.width,!0),this._setContainerMeasure(t.height,!1))}},m.prototype._getContainerSize=h,m.prototype._setContainerMeasure=function(t,e){if(void 0!==t){var i=this.size;i.isBorderBox&&(t+=e?i.paddingLeft+i.paddingRight+i.borderLeftWidth+i.borderRightWidth:i.paddingBottom+i.paddingTop+i.borderTopWidth+i.borderBottomWidth),t=Math.max(t,0),this.element.style[e?"width":"height"]=t+"px"}},m.prototype._itemsOn=function(t,e,i){function o(){return n++,n===r&&i.call(s),!0}for(var n=0,r=t.length,s=this,a=0,u=t.length;u>a;a++){var p=t[a];p.on(e,o)}},m.prototype.ignore=function(t){var e=this.getItem(t);e&&(e.isIgnored=!0)},m.prototype.unignore=function(t){var e=this.getItem(t);e&&delete e.isIgnored},m.prototype.stamp=function(t){if(t=this._find(t)){this.stamps=this.stamps.concat(t);for(var e=0,i=t.length;i>e;e++){var o=t[e];this.ignore(o)}}},m.prototype.unstamp=function(t){if(t=this._find(t))for(var e=0,i=t.length;i>e;e++){var o=t[e];n(o,this.stamps),this.unignore(o)}},m.prototype._find=function(t){return t?("string"==typeof t&&(t=this.element.querySelectorAll(t)),t=o(t)):void 0},m.prototype._manageStamps=function(){if(this.stamps&&this.stamps.length){this._getBoundingRect();for(var t=0,e=this.stamps.length;e>t;t++){var i=this.stamps[t];this._manageStamp(i)}}},m.prototype._getBoundingRect=function(){var t=this.element.getBoundingClientRect(),e=this.size;this._boundingRect={left:t.left+e.paddingLeft+e.borderLeftWidth,top:t.top+e.paddingTop+e.borderTopWidth,right:t.right-(e.paddingRight+e.borderRightWidth),bottom:t.bottom-(e.paddingBottom+e.borderBottomWidth)}},m.prototype._manageStamp=h,m.prototype._getElementOffset=function(t){var e=t.getBoundingClientRect(),i=this._boundingRect,o=l(t),n={left:e.left-i.left-o.marginLeft,top:e.top-i.top-o.marginTop,right:i.right-e.right-o.marginRight,bottom:i.bottom-e.bottom-o.marginBottom};return n},m.prototype.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},m.prototype.bindResize=function(){this.isResizeBound||(i.bind(t,"resize",this),this.isResizeBound=!0)},m.prototype.unbindResize=function(){this.isResizeBound&&i.unbind(t,"resize",this),this.isResizeBound=!1},m.prototype.onresize=function(){function t(){e.resize(),delete e.resizeTimeout}this.resizeTimeout&&clearTimeout(this.resizeTimeout);var e=this;this.resizeTimeout=setTimeout(t,100)},m.prototype.resize=function(){this.isResizeBound&&this.needsResizeLayout()&&this.layout()},m.prototype.needsResizeLayout=function(){var t=l(this.element),e=this.size&&t;return e&&t.innerWidth!==this.size.innerWidth},m.prototype.addItems=function(t){var e=this._itemize(t);return e.length&&(this.items=this.items.concat(e)),e},m.prototype.appended=function(t){var e=this.addItems(t);e.length&&(this.layoutItems(e,!0),this.reveal(e))},m.prototype.prepended=function(t){var e=this._itemize(t);if(e.length){var i=this.items.slice(0);this.items=e.concat(i),this._resetLayout(),this._manageStamps(),this.layoutItems(e,!0),this.reveal(e),this.layoutItems(i)}},m.prototype.reveal=function(t){var e=t&&t.length;if(e)for(var i=0;e>i;i++){var o=t[i];o.reveal()}},m.prototype.hide=function(t){var e=t&&t.length;if(e)for(var i=0;e>i;i++){var o=t[i];o.hide()}},m.prototype.getItem=function(t){for(var e=0,i=this.items.length;i>e;e++){var o=this.items[e];if(o.element===t)return o}},m.prototype.getItems=function(t){if(t&&t.length){for(var e=[],i=0,o=t.length;o>i;i++){var n=t[i],r=this.getItem(n);r&&e.push(r)}return e}},m.prototype.remove=function(t){t=o(t);var e=this.getItems(t);if(e&&e.length){this._itemsOn(e,"remove",function(){this.emitEvent("removeComplete",[this,e])});for(var i=0,r=e.length;r>i;i++){var s=e[i];s.remove(),n(s,this.items)}}},m.prototype.destroy=function(){var t=this.element.style;t.height="",t.position="",t.width="";for(var e=0,i=this.items.length;i>e;e++){var o=this.items[e];o.destroy()}this.unbindResize();var n=this.element.outlayerGUID;delete v[n],delete this.element.outlayerGUID,p&&p.removeData(this.element,this.constructor.namespace)},m.data=function(t){var e=t&&t.outlayerGUID;return e&&v[e]},m.create=function(t,i){function o(){m.apply(this,arguments)}return Object.create?o.prototype=Object.create(m.prototype):e(o.prototype,m.prototype),o.prototype.constructor=o,o.defaults=e({},m.defaults),e(o.defaults,i),o.prototype.settings={},o.namespace=t,o.data=m.data,o.Item=function(){y.apply(this,arguments)},o.Item.prototype=new y,s(function(){for(var e=r(t),i=a.querySelectorAll(".js-"+e),n="data-"+e+"-options",s=0,h=i.length;h>s;s++){var f,d=i[s],l=d.getAttribute(n);try{f=l&&JSON.parse(l)}catch(c){u&&u.error("Error parsing "+n+" on "+d.nodeName.toLowerCase()+(d.id?"#"+d.id:"")+": "+c);continue}var y=new o(d,f);p&&p.data(d,t,y)}}),p&&p.bridget&&p.bridget(t,o),o},m.Item=y,m}var a=t.document,u=t.console,p=t.jQuery,h=function(){},f=Object.prototype.toString,d="function"==typeof HTMLElement||"object"==typeof HTMLElement?function(t){return t instanceof HTMLElement}:function(t){return t&&"object"==typeof t&&1===t.nodeType&&"string"==typeof t.nodeName},l=Array.prototype.indexOf?function(t,e){return t.indexOf(e)}:function(t,e){for(var i=0,o=t.length;o>i;i++)if(t[i]===e)return i;return-1};"function"==typeof define&&define.amd?define("outlayer/outlayer",["eventie/eventie","doc-ready/doc-ready","eventEmitter/EventEmitter","get-size/get-size","matches-selector/matches-selector","./item"],s):"object"==typeof exports?module.exports=s(require("eventie"),require("doc-ready"),require("wolfy87-eventemitter"),require("get-size"),require("desandro-matches-selector"),require("./item")):t.Outlayer=s(t.eventie,t.docReady,t.EventEmitter,t.getSize,t.matchesSelector,t.Outlayer.Item)}(window),function(t){function e(t){function e(){t.Item.apply(this,arguments)}e.prototype=new t.Item,e.prototype._create=function(){this.id=this.layout.itemGUID++,t.Item.prototype._create.call(this),this.sortData={}},e.prototype.updateSortData=function(){if(!this.isIgnored){this.sortData.id=this.id,this.sortData["original-order"]=this.id,this.sortData.random=Math.random();var t=this.layout.options.getSortData,e=this.layout._sorters;for(var i in t){var o=e[i];this.sortData[i]=o(this.element,this)}}};var i=e.prototype.destroy;return e.prototype.destroy=function(){i.apply(this,arguments),this.css({display:""})},e}"function"==typeof define&&define.amd?define("isotope/js/item",["outlayer/outlayer"],e):"object"==typeof exports?module.exports=e(require("outlayer")):(t.Isotope=t.Isotope||{},t.Isotope.Item=e(t.Outlayer))}(window),function(t){function e(t,e){function i(t){this.isotope=t,t&&(this.options=t.options[this.namespace],this.element=t.element,this.items=t.filteredItems,this.size=t.size)}return function(){function t(t){return function(){return e.prototype[t].apply(this.isotope,arguments)}}for(var o=["_resetLayout","_getItemLayoutPosition","_manageStamp","_getContainerSize","_getElementOffset","needsResizeLayout"],n=0,r=o.length;r>n;n++){var s=o[n];i.prototype[s]=t(s)}}(),i.prototype.needsVerticalResizeLayout=function(){var e=t(this.isotope.element),i=this.isotope.size&&e;return i&&e.innerHeight!==this.isotope.size.innerHeight},i.prototype._getMeasurement=function(){this.isotope._getMeasurement.apply(this,arguments)},i.prototype.getColumnWidth=function(){this.getSegmentSize("column","Width")},i.prototype.getRowHeight=function(){this.getSegmentSize("row","Height")},i.prototype.getSegmentSize=function(t,e){var i=t+e,o="outer"+e;if(this._getMeasurement(i,o),!this[i]){var n=this.getFirstItemSize();this[i]=n&&n[o]||this.isotope.size["inner"+e]}},i.prototype.getFirstItemSize=function(){var e=this.isotope.filteredItems[0];return e&&e.element&&t(e.element)},i.prototype.layout=function(){this.isotope.layout.apply(this.isotope,arguments)},i.prototype.getSize=function(){this.isotope.getSize(),this.size=this.isotope.size},i.modes={},i.create=function(t,e){function o(){i.apply(this,arguments)}return o.prototype=new i,e&&(o.options=e),o.prototype.namespace=t,i.modes[t]=o,o},i}"function"==typeof define&&define.amd?define("isotope/js/layout-mode",["get-size/get-size","outlayer/outlayer"],e):"object"==typeof exports?module.exports=e(require("get-size"),require("outlayer")):(t.Isotope=t.Isotope||{},t.Isotope.LayoutMode=e(t.getSize,t.Outlayer))}(window),function(t){function e(t,e){var o=t.create("masonry");return o.prototype._resetLayout=function(){this.getSize(),this._getMeasurement("columnWidth","outerWidth"),this._getMeasurement("gutter","outerWidth"),this.measureColumns();var t=this.cols;for(this.colYs=[];t--;)this.colYs.push(0);this.maxY=0},o.prototype.measureColumns=function(){if(this.getContainerWidth(),!this.columnWidth){var t=this.items[0],i=t&&t.element;this.columnWidth=i&&e(i).outerWidth||this.containerWidth}this.columnWidth+=this.gutter,this.cols=Math.floor((this.containerWidth+this.gutter)/this.columnWidth),this.cols=Math.max(this.cols,1)},o.prototype.getContainerWidth=function(){var t=this.options.isFitWidth?this.element.parentNode:this.element,i=e(t);this.containerWidth=i&&i.innerWidth},o.prototype._getItemLayoutPosition=function(t){t.getSize();var e=t.size.outerWidth%this.columnWidth,o=e&&1>e?"round":"ceil",n=Math[o](t.size.outerWidth/this.columnWidth);n=Math.min(n,this.cols);for(var r=this._getColGroup(n),s=Math.min.apply(Math,r),a=i(r,s),u={x:this.columnWidth*a,y:s},p=s+t.size.outerHeight,h=this.cols+1-r.length,f=0;h>f;f++)this.colYs[a+f]=p;return u},o.prototype._getColGroup=function(t){if(2>t)return this.colYs;for(var e=[],i=this.cols+1-t,o=0;i>o;o++){var n=this.colYs.slice(o,o+t);e[o]=Math.max.apply(Math,n)}return e},o.prototype._manageStamp=function(t){var i=e(t),o=this._getElementOffset(t),n=this.options.isOriginLeft?o.left:o.right,r=n+i.outerWidth,s=Math.floor(n/this.columnWidth);s=Math.max(0,s);var a=Math.floor(r/this.columnWidth);a-=r%this.columnWidth?0:1,a=Math.min(this.cols-1,a);for(var u=(this.options.isOriginTop?o.top:o.bottom)+i.outerHeight,p=s;a>=p;p++)this.colYs[p]=Math.max(u,this.colYs[p])},o.prototype._getContainerSize=function(){this.maxY=Math.max.apply(Math,this.colYs);var t={height:this.maxY};return this.options.isFitWidth&&(t.width=this._getContainerFitWidth()),t},o.prototype._getContainerFitWidth=function(){for(var t=0,e=this.cols;--e&&0===this.colYs[e];)t++;return(this.cols-t)*this.columnWidth-this.gutter},o.prototype.needsResizeLayout=function(){var t=this.containerWidth;return this.getContainerWidth(),t!==this.containerWidth},o}var i=Array.prototype.indexOf?function(t,e){return t.indexOf(e)}:function(t,e){for(var i=0,o=t.length;o>i;i++){var n=t[i];if(n===e)return i}return-1};"function"==typeof define&&define.amd?define("masonry/masonry",["outlayer/outlayer","get-size/get-size"],e):"object"==typeof exports?module.exports=e(require("outlayer"),require("get-size")):t.Masonry=e(t.Outlayer,t.getSize)}(window),function(t){function e(t,e){for(var i in e)t[i]=e[i];return t}function i(t,i){var o=t.create("masonry"),n=o.prototype._getElementOffset,r=o.prototype.layout,s=o.prototype._getMeasurement;e(o.prototype,i.prototype),o.prototype._getElementOffset=n,o.prototype.layout=r,o.prototype._getMeasurement=s;var a=o.prototype.measureColumns;o.prototype.measureColumns=function(){this.items=this.isotope.filteredItems,a.call(this)};var u=o.prototype._manageStamp;return o.prototype._manageStamp=function(){this.options.isOriginLeft=this.isotope.options.isOriginLeft,this.options.isOriginTop=this.isotope.options.isOriginTop,u.apply(this,arguments)},o}"function"==typeof define&&define.amd?define("isotope/js/layout-modes/masonry",["../layout-mode","masonry/masonry"],i):"object"==typeof exports?module.exports=i(require("../layout-mode"),require("masonry-layout")):i(t.Isotope.LayoutMode,t.Masonry)}(window),function(t){function e(t){var e=t.create("fitRows");return e.prototype._resetLayout=function(){this.x=0,this.y=0,this.maxY=0,this._getMeasurement("gutter","outerWidth")},e.prototype._getItemLayoutPosition=function(t){t.getSize();var e=t.size.outerWidth+this.gutter,i=this.isotope.size.innerWidth+this.gutter;0!==this.x&&e+this.x>i&&(this.x=0,this.y=this.maxY);var o={x:this.x,y:this.y};return this.maxY=Math.max(this.maxY,this.y+t.size.outerHeight),this.x+=e,o},e.prototype._getContainerSize=function(){return{height:this.maxY}},e}"function"==typeof define&&define.amd?define("isotope/js/layout-modes/fit-rows",["../layout-mode"],e):"object"==typeof exports?module.exports=e(require("../layout-mode")):e(t.Isotope.LayoutMode)}(window),function(t){function e(t){var e=t.create("vertical",{horizontalAlignment:0});return e.prototype._resetLayout=function(){this.y=0},e.prototype._getItemLayoutPosition=function(t){t.getSize();var e=(this.isotope.size.innerWidth-t.size.outerWidth)*this.options.horizontalAlignment,i=this.y;return this.y+=t.size.outerHeight,{x:e,y:i}},e.prototype._getContainerSize=function(){return{height:this.y}},e}"function"==typeof define&&define.amd?define("isotope/js/layout-modes/vertical",["../layout-mode"],e):"object"==typeof exports?module.exports=e(require("../layout-mode")):e(t.Isotope.LayoutMode)}(window),function(t){function e(t,e){for(var i in e)t[i]=e[i];return t}function i(t){return"[object Array]"===h.call(t)}function o(t){var e=[];if(i(t))e=t;else if(t&&"number"==typeof t.length)for(var o=0,n=t.length;n>o;o++)e.push(t[o]);else e.push(t);return e}function n(t,e){var i=f(e,t);-1!==i&&e.splice(i,1)}function r(t,i,r,u,h){function f(t,e){return function(i,o){for(var n=0,r=t.length;r>n;n++){var s=t[n],a=i.sortData[s],u=o.sortData[s];if(a>u||u>a){var p=void 0!==e[s]?e[s]:e,h=p?1:-1;return(a>u?1:-1)*h}}return 0}}var d=t.create("isotope",{layoutMode:"masonry",isJQueryFiltering:!0,sortAscending:!0});d.Item=u,d.LayoutMode=h,d.prototype._create=function(){this.itemGUID=0,this._sorters={},this._getSorters(),t.prototype._create.call(this),this.modes={},this.filteredItems=this.items,this.sortHistory=["original-order"];for(var e in h.modes)this._initLayoutMode(e)},d.prototype.reloadItems=function(){this.itemGUID=0,t.prototype.reloadItems.call(this)},d.prototype._itemize=function(){for(var e=t.prototype._itemize.apply(this,arguments),i=0,o=e.length;o>i;i++){var n=e[i];n.id=this.itemGUID++}return this._updateItemsSortData(e),e +},d.prototype._initLayoutMode=function(t){var i=h.modes[t],o=this.options[t]||{};this.options[t]=i.options?e(i.options,o):o,this.modes[t]=new i(this)},d.prototype.layout=function(){return!this._isLayoutInited&&this.options.isInitLayout?(this.arrange(),void 0):(this._layout(),void 0)},d.prototype._layout=function(){var t=this._getIsInstant();this._resetLayout(),this._manageStamps(),this.layoutItems(this.filteredItems,t),this._isLayoutInited=!0},d.prototype.arrange=function(t){function e(){o.reveal(i.needReveal),o.hide(i.needHide)}this.option(t),this._getIsInstant();var i=this._filter(this.items);this.filteredItems=i.matches;var o=this;this._isInstant?this._noTransition(e):e(),this._sort(),this._layout()},d.prototype._init=d.prototype.arrange,d.prototype._getIsInstant=function(){var t=void 0!==this.options.isLayoutInstant?this.options.isLayoutInstant:!this._isLayoutInited;return this._isInstant=t,t},d.prototype._filter=function(t){var e=this.options.filter;e=e||"*";for(var i=[],o=[],n=[],r=this._getFilterTest(e),s=0,a=t.length;a>s;s++){var u=t[s];if(!u.isIgnored){var p=r(u);p&&i.push(u),p&&u.isHidden?o.push(u):p||u.isHidden||n.push(u)}}return{matches:i,needReveal:o,needHide:n}},d.prototype._getFilterTest=function(t){return s&&this.options.isJQueryFiltering?function(e){return s(e.element).is(t)}:"function"==typeof t?function(e){return t(e.element)}:function(e){return r(e.element,t)}},d.prototype.updateSortData=function(t){var e;t?(t=o(t),e=this.getItems(t)):e=this.items,this._getSorters(),this._updateItemsSortData(e)},d.prototype._getSorters=function(){var t=this.options.getSortData;for(var e in t){var i=t[e];this._sorters[e]=l(i)}},d.prototype._updateItemsSortData=function(t){for(var e=t&&t.length,i=0;e&&e>i;i++){var o=t[i];o.updateSortData()}};var l=function(){function t(t){if("string"!=typeof t)return t;var i=a(t).split(" "),o=i[0],n=o.match(/^\[(.+)\]$/),r=n&&n[1],s=e(r,o),u=d.sortDataParsers[i[1]];return t=u?function(t){return t&&u(s(t))}:function(t){return t&&s(t)}}function e(t,e){var i;return i=t?function(e){return e.getAttribute(t)}:function(t){var i=t.querySelector(e);return i&&p(i)}}return t}();d.sortDataParsers={parseInt:function(t){return parseInt(t,10)},parseFloat:function(t){return parseFloat(t)}},d.prototype._sort=function(){var t=this.options.sortBy;if(t){var e=[].concat.apply(t,this.sortHistory),i=f(e,this.options.sortAscending);this.filteredItems.sort(i),t!==this.sortHistory[0]&&this.sortHistory.unshift(t)}},d.prototype._mode=function(){var t=this.options.layoutMode,e=this.modes[t];if(!e)throw Error("No layout mode: "+t);return e.options=this.options[t],e},d.prototype._resetLayout=function(){t.prototype._resetLayout.call(this),this._mode()._resetLayout()},d.prototype._getItemLayoutPosition=function(t){return this._mode()._getItemLayoutPosition(t)},d.prototype._manageStamp=function(t){this._mode()._manageStamp(t)},d.prototype._getContainerSize=function(){return this._mode()._getContainerSize()},d.prototype.needsResizeLayout=function(){return this._mode().needsResizeLayout()},d.prototype.appended=function(t){var e=this.addItems(t);if(e.length){var i=this._filterRevealAdded(e);this.filteredItems=this.filteredItems.concat(i)}},d.prototype.prepended=function(t){var e=this._itemize(t);if(e.length){this._resetLayout(),this._manageStamps();var i=this._filterRevealAdded(e);this.layoutItems(this.filteredItems),this.filteredItems=i.concat(this.filteredItems),this.items=e.concat(this.items)}},d.prototype._filterRevealAdded=function(t){var e=this._filter(t);return this.hide(e.needHide),this.reveal(e.matches),this.layoutItems(e.matches,!0),e.matches},d.prototype.insert=function(t){var e=this.addItems(t);if(e.length){var i,o,n=e.length;for(i=0;n>i;i++)o=e[i],this.element.appendChild(o.element);var r=this._filter(e).matches;for(i=0;n>i;i++)e[i].isLayoutInstant=!0;for(this.arrange(),i=0;n>i;i++)delete e[i].isLayoutInstant;this.reveal(r)}};var c=d.prototype.remove;return d.prototype.remove=function(t){t=o(t);var e=this.getItems(t);if(c.call(this,t),e&&e.length)for(var i=0,r=e.length;r>i;i++){var s=e[i];n(s,this.filteredItems)}},d.prototype.shuffle=function(){for(var t=0,e=this.items.length;e>t;t++){var i=this.items[t];i.sortData.random=Math.random()}this.options.sortBy="random",this._sort(),this._layout()},d.prototype._noTransition=function(t){var e=this.options.transitionDuration;this.options.transitionDuration=0;var i=t.call(this);return this.options.transitionDuration=e,i},d.prototype.getFilteredItemElements=function(){for(var t=[],e=0,i=this.filteredItems.length;i>e;e++)t.push(this.filteredItems[e].element);return t},d}var s=t.jQuery,a=String.prototype.trim?function(t){return t.trim()}:function(t){return t.replace(/^\s+|\s+$/g,"")},u=document.documentElement,p=u.textContent?function(t){return t.textContent}:function(t){return t.innerText},h=Object.prototype.toString,f=Array.prototype.indexOf?function(t,e){return t.indexOf(e)}:function(t,e){for(var i=0,o=t.length;o>i;i++)if(t[i]===e)return i;return-1};"function"==typeof define&&define.amd?define(["outlayer/outlayer","get-size/get-size","matches-selector/matches-selector","isotope/js/item","isotope/js/layout-mode","isotope/js/layout-modes/masonry","isotope/js/layout-modes/fit-rows","isotope/js/layout-modes/vertical"],r):"object"==typeof exports?module.exports=r(require("outlayer"),require("get-size"),require("desandro-matches-selector"),require("./item"),require("./layout-mode"),require("./layout-modes/masonry"),require("./layout-modes/fit-rows"),require("./layout-modes/vertical")):t.Isotope=r(t.Outlayer,t.getSize,t.matchesSelector,t.Isotope.Item,t.Isotope.LayoutMode)}(window); \ No newline at end of file diff --git a/pages/assets/vendors/jarallax/jarallax.css b/pages/assets/vendors/jarallax/jarallax.css new file mode 100644 index 0000000..f12cf97 --- /dev/null +++ b/pages/assets/vendors/jarallax/jarallax.css @@ -0,0 +1,15 @@ +.jarallax { + position: relative; + z-index: 0; +} +.jarallax > .jarallax-img { + position: absolute; + object-fit: cover; + /* support for plugin https://github.com/bfred-it/object-fit-images */ + font-family: 'object-fit: cover;'; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: -1; +} \ No newline at end of file diff --git a/pages/assets/vendors/jarallax/jarallax.min.js b/pages/assets/vendors/jarallax/jarallax.min.js new file mode 100644 index 0000000..794effd --- /dev/null +++ b/pages/assets/vendors/jarallax/jarallax.min.js @@ -0,0 +1,7 @@ +/*! + * Name : Just Another Parallax [Jarallax] + * Version : 1.12.4 + * Author : nK + * GitHub : https://github.com/nk-o/jarallax + */!function(n){var o={};function i(e){if(o[e])return o[e].exports;var t=o[e]={i:e,l:!1,exports:{}};return n[e].call(t.exports,t,t.exports,i),t.l=!0,t.exports}i.m=n,i.c=o,i.d=function(e,t,n){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)i.d(n,o,function(e){return t[e]}.bind(null,o));return n},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=10)}([,,function(e,t){e.exports=function(e){"complete"===document.readyState||"interactive"===document.readyState?e.call():document.attachEvent?document.attachEvent("onreadystatechange",function(){"interactive"===document.readyState&&e.call()}):document.addEventListener&&document.addEventListener("DOMContentLoaded",e)}},function(n,e,t){(function(e){var t="undefined"!=typeof window?window:void 0!==e?e:"undefined"!=typeof self?self:{};n.exports=t}).call(this,t(4))},function(e,t){function n(e){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var o=function(){return this}();try{o=o||new Function("return this")()}catch(e){"object"===("undefined"==typeof window?"undefined":n(window))&&(o=window)}e.exports=o},,,,,,function(e,t,n){e.exports=n(11)},function(e,t,n){"use strict";n.r(t);var o=n(2),i=n.n(o),a=n(3),r=n(12);function l(e){return(l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var s,c,u=a.window.jarallax;a.window.jarallax=r.default,a.window.jarallax.noConflict=function(){return a.window.jarallax=u,this},void 0!==a.jQuery&&((s=function(){for(var e=arguments.length,t=new Array(e),n=0;ne.length)&&(t=e.length);for(var n=0,o=new Array(t);n=a&&i<=a+l+f&&c+h+o>=e&&c<=e+d+o?r.appeared||r.trigger("appear",p.data):r.appeared=!1}else r.appeared=!1},c=function(){if(r.appeared=!0,p.one){n.unbind("scroll",t);var c=e.inArray(t,e.fn.appear.checks);c>=0&&e.fn.appear.checks.splice(c,1)}a.apply(this,arguments)};p.one?r.one("appear",p.data,c):r.bind("appear",p.data,c),n.scroll(t),e.fn.appear.checks.push(t),t()}else r.trigger("appear",p.data)})},e.extend(e.fn.appear,{checks:[],timeout:null,checkAll:function(){var a=e.fn.appear.checks.length;if(a>0)for(;a--;)e.fn.appear.checks[a]()},run:function(){e.fn.appear.timeout&&clearTimeout(e.fn.appear.timeout),e.fn.appear.timeout=setTimeout(e.fn.appear.checkAll,20)}}),e.each(["append","prepend","after","before","attr","removeAttr","addClass","removeClass","toggleClass","remove","css","show","hide"],function(a,r){var p=e.fn[r];p&&(e.fn[r]=function(){var a=p.apply(this,arguments);return e.fn.appear.run(),a})})}(jQuery); \ No newline at end of file diff --git a/pages/assets/vendors/jquery-circle-progress/jquery.circle-progress.min.js b/pages/assets/vendors/jquery-circle-progress/jquery.circle-progress.min.js new file mode 100644 index 0000000..a4c4053 --- /dev/null +++ b/pages/assets/vendors/jquery-circle-progress/jquery.circle-progress.min.js @@ -0,0 +1,10 @@ +/** + * jquery-circle-progress - jQuery Plugin to draw animated circular progress bars: + * {@link http://kottenator.github.io/jquery-circle-progress/} + * + * @author Rostyslav Bryzgunov + * @version 1.2.2 + * @licence MIT + * @preserve + */ +!function(i){if("function"==typeof define&&define.amd)define(["jquery"],i);else if("object"==typeof module&&module.exports){var t=require("jquery");i(t),module.exports=t}else i(jQuery)}(function(i){function t(i){this.init(i)}t.prototype={value:0,size:100,startAngle:-Math.PI,thickness:"auto",fill:{gradient:["#3aeabb","#fdd250"]},emptyFill:"rgba(0, 0, 0, .1)",animation:{duration:1200,easing:"circleProgressEasing"},animationStartValue:0,reverse:!1,lineCap:"butt",insertMode:"prepend",constructor:t,el:null,canvas:null,ctx:null,radius:0,arcFill:null,lastFrameValue:0,init:function(t){i.extend(this,t),this.radius=this.size/2,this.initWidget(),this.initFill(),this.draw(),this.el.trigger("circle-inited")},initWidget:function(){this.canvas||(this.canvas=i("")["prepend"==this.insertMode?"prependTo":"appendTo"](this.el)[0]);var t=this.canvas;if(t.width=this.size,t.height=this.size,this.ctx=t.getContext("2d"),window.devicePixelRatio>1){var e=window.devicePixelRatio;t.style.width=t.style.height=this.size+"px",t.width=t.height=this.size*e,this.ctx.scale(e,e)}},initFill:function(){function t(){var t=i("")[0];t.width=e.size,t.height=e.size,t.getContext("2d").drawImage(g,0,0,r,r),e.arcFill=e.ctx.createPattern(t,"no-repeat"),e.drawFrame(e.lastFrameValue)}var e=this,a=this.fill,n=this.ctx,r=this.size;if(!a)throw Error("The fill is not specified!");if("string"==typeof a&&(a={color:a}),a.color&&(this.arcFill=a.color),a.gradient){var s=a.gradient;if(1==s.length)this.arcFill=s[0];else if(s.length>1){for(var l=a.gradientAngle||0,o=a.gradientDirection||[r/2*(1-Math.cos(l)),r/2*(1+Math.sin(l)),r/2*(1+Math.cos(l)),r/2*(1-Math.sin(l))],h=n.createLinearGradient.apply(n,o),c=0;c(a||v.height())},_setFocus:function(){(b.st.focus?b.content.find(b.st.focus).eq(0):b.wrap).focus()},_onFocusIn:function(c){return c.target===b.wrap[0]||a.contains(b.wrap[0],c.target)?void 0:(b._setFocus(),!1)},_parseMarkup:function(b,c,d){var e;d.data&&(c=a.extend(d.data,c)),y(l,[b,c,d]),a.each(c,function(c,d){if(void 0===d||d===!1)return!0;if(e=c.split("_"),e.length>1){var f=b.find(p+"-"+e[0]);if(f.length>0){var g=e[1];"replaceWith"===g?f[0]!==d[0]&&f.replaceWith(d):"img"===g?f.is("img")?f.attr("src",d):f.replaceWith(a("").attr("src",d).attr("class",f.attr("class"))):f.attr(e[1],d)}}else b.find(p+"-"+c).html(d)})},_getScrollbarSize:function(){if(void 0===b.scrollbarSize){var a=document.createElement("div");a.style.cssText="width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;",document.body.appendChild(a),b.scrollbarSize=a.offsetWidth-a.clientWidth,document.body.removeChild(a)}return b.scrollbarSize}},a.magnificPopup={instance:null,proto:t.prototype,modules:[],open:function(b,c){return A(),b=b?a.extend(!0,{},b):{},b.isObj=!0,b.index=c||0,this.instance.open(b)},close:function(){return a.magnificPopup.instance&&a.magnificPopup.instance.close()},registerModule:function(b,c){c.options&&(a.magnificPopup.defaults[b]=c.options),a.extend(this.proto,c.proto),this.modules.push(b)},defaults:{disableOn:0,key:null,midClick:!1,mainClass:"",preloader:!0,focus:"",closeOnContentClick:!1,closeOnBgClick:!0,closeBtnInside:!0,showCloseBtn:!0,enableEscapeKey:!0,modal:!1,alignTop:!1,removalDelay:0,prependTo:null,fixedContentPos:"auto",fixedBgPos:"auto",overflowY:"auto",closeMarkup:'',tClose:"Close (Esc)",tLoading:"Loading...",autoFocusLast:!0}},a.fn.magnificPopup=function(c){A();var d=a(this);if("string"==typeof c)if("open"===c){var e,f=u?d.data("magnificPopup"):d[0].magnificPopup,g=parseInt(arguments[1],10)||0;f.items?e=f.items[g]:(e=d,f.delegate&&(e=e.find(f.delegate)),e=e.eq(g)),b._openClick({mfpEl:e},d,f)}else b.isOpen&&b[c].apply(b,Array.prototype.slice.call(arguments,1));else c=a.extend(!0,{},c),u?d.data("magnificPopup",c):d[0].magnificPopup=c,b.addGroup(d,c);return d};var C,D,E,F="inline",G=function(){E&&(D.after(E.addClass(C)).detach(),E=null)};a.magnificPopup.registerModule(F,{options:{hiddenClass:"hide",markup:"",tNotFound:"Content not found"},proto:{initInline:function(){b.types.push(F),w(h+"."+F,function(){G()})},getInline:function(c,d){if(G(),c.src){var e=b.st.inline,f=a(c.src);if(f.length){var g=f[0].parentNode;g&&g.tagName&&(D||(C=e.hiddenClass,D=x(C),C="mfp-"+C),E=f.after(D).detach().removeClass(C)),b.updateStatus("ready")}else b.updateStatus("error",e.tNotFound),f=a("
    ");return c.inlineElement=f,f}return b.updateStatus("ready"),b._parseMarkup(d,{},c),d}}});var H,I="ajax",J=function(){H&&a(document.body).removeClass(H)},K=function(){J(),b.req&&b.req.abort()};a.magnificPopup.registerModule(I,{options:{settings:null,cursor:"mfp-ajax-cur",tError:'The content could not be loaded.'},proto:{initAjax:function(){b.types.push(I),H=b.st.ajax.cursor,w(h+"."+I,K),w("BeforeChange."+I,K)},getAjax:function(c){H&&a(document.body).addClass(H),b.updateStatus("loading");var d=a.extend({url:c.src,success:function(d,e,f){var g={data:d,xhr:f};y("ParseAjax",g),b.appendContent(a(g.data),I),c.finished=!0,J(),b._setFocus(),setTimeout(function(){b.wrap.addClass(q)},16),b.updateStatus("ready"),y("AjaxContentAdded")},error:function(){J(),c.finished=c.loadError=!0,b.updateStatus("error",b.st.ajax.tError.replace("%url%",c.src))}},b.st.ajax.settings);return b.req=a.ajax(d),""}}});var L,M=function(c){if(c.data&&void 0!==c.data.title)return c.data.title;var d=b.st.image.titleSrc;if(d){if(a.isFunction(d))return d.call(b,c);if(c.el)return c.el.attr(d)||""}return""};a.magnificPopup.registerModule("image",{options:{markup:'
    ',cursor:"mfp-zoom-out-cur",titleSrc:"title",verticalFit:!0,tError:'The image could not be loaded.'},proto:{initImage:function(){var c=b.st.image,d=".image";b.types.push("image"),w(m+d,function(){"image"===b.currItem.type&&c.cursor&&a(document.body).addClass(c.cursor)}),w(h+d,function(){c.cursor&&a(document.body).removeClass(c.cursor),v.off("resize"+p)}),w("Resize"+d,b.resizeImage),b.isLowIE&&w("AfterChange",b.resizeImage)},resizeImage:function(){var a=b.currItem;if(a&&a.img&&b.st.image.verticalFit){var c=0;b.isLowIE&&(c=parseInt(a.img.css("padding-top"),10)+parseInt(a.img.css("padding-bottom"),10)),a.img.css("max-height",b.wH-c)}},_onImageHasSize:function(a){a.img&&(a.hasSize=!0,L&&clearInterval(L),a.isCheckingImgSize=!1,y("ImageHasSize",a),a.imgHidden&&(b.content&&b.content.removeClass("mfp-loading"),a.imgHidden=!1))},findImageSize:function(a){var c=0,d=a.img[0],e=function(f){L&&clearInterval(L),L=setInterval(function(){return d.naturalWidth>0?void b._onImageHasSize(a):(c>200&&clearInterval(L),c++,void(3===c?e(10):40===c?e(50):100===c&&e(500)))},f)};e(1)},getImage:function(c,d){var e=0,f=function(){c&&(c.img[0].complete?(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("ready")),c.hasSize=!0,c.loaded=!0,y("ImageLoadComplete")):(e++,200>e?setTimeout(f,100):g()))},g=function(){c&&(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("error",h.tError.replace("%url%",c.src))),c.hasSize=!0,c.loaded=!0,c.loadError=!0)},h=b.st.image,i=d.find(".mfp-img");if(i.length){var j=document.createElement("img");j.className="mfp-img",c.el&&c.el.find("img").length&&(j.alt=c.el.find("img").attr("alt")),c.img=a(j).on("load.mfploader",f).on("error.mfploader",g),j.src=c.src,i.is("img")&&(c.img=c.img.clone()),j=c.img[0],j.naturalWidth>0?c.hasSize=!0:j.width||(c.hasSize=!1)}return b._parseMarkup(d,{title:M(c),img_replaceWith:c.img},c),b.resizeImage(),c.hasSize?(L&&clearInterval(L),c.loadError?(d.addClass("mfp-loading"),b.updateStatus("error",h.tError.replace("%url%",c.src))):(d.removeClass("mfp-loading"),b.updateStatus("ready")),d):(b.updateStatus("loading"),c.loading=!0,c.hasSize||(c.imgHidden=!0,d.addClass("mfp-loading"),b.findImageSize(c)),d)}}});var N,O=function(){return void 0===N&&(N=void 0!==document.createElement("p").style.MozTransform),N};a.magnificPopup.registerModule("zoom",{options:{enabled:!1,easing:"ease-in-out",duration:300,opener:function(a){return a.is("img")?a:a.find("img")}},proto:{initZoom:function(){var a,c=b.st.zoom,d=".zoom";if(c.enabled&&b.supportsTransition){var e,f,g=c.duration,j=function(a){var b=a.clone().removeAttr("style").removeAttr("class").addClass("mfp-animated-image"),d="all "+c.duration/1e3+"s "+c.easing,e={position:"fixed",zIndex:9999,left:0,top:0,"-webkit-backface-visibility":"hidden"},f="transition";return e["-webkit-"+f]=e["-moz-"+f]=e["-o-"+f]=e[f]=d,b.css(e),b},k=function(){b.content.css("visibility","visible")};w("BuildControls"+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.content.css("visibility","hidden"),a=b._getItemToZoom(),!a)return void k();f=j(a),f.css(b._getOffset()),b.wrap.append(f),e=setTimeout(function(){f.css(b._getOffset(!0)),e=setTimeout(function(){k(),setTimeout(function(){f.remove(),a=f=null,y("ZoomAnimationEnded")},16)},g)},16)}}),w(i+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.st.removalDelay=g,!a){if(a=b._getItemToZoom(),!a)return;f=j(a)}f.css(b._getOffset(!0)),b.wrap.append(f),b.content.css("visibility","hidden"),setTimeout(function(){f.css(b._getOffset())},16)}}),w(h+d,function(){b._allowZoom()&&(k(),f&&f.remove(),a=null)})}},_allowZoom:function(){return"image"===b.currItem.type},_getItemToZoom:function(){return b.currItem.hasSize?b.currItem.img:!1},_getOffset:function(c){var d;d=c?b.currItem.img:b.st.zoom.opener(b.currItem.el||b.currItem);var e=d.offset(),f=parseInt(d.css("padding-top"),10),g=parseInt(d.css("padding-bottom"),10);e.top-=a(window).scrollTop()-f;var h={width:d.width(),height:(u?d.innerHeight():d[0].offsetHeight)-g-f};return O()?h["-moz-transform"]=h.transform="translate("+e.left+"px,"+e.top+"px)":(h.left=e.left,h.top=e.top),h}}});var P="iframe",Q="//about:blank",R=function(a){if(b.currTemplate[P]){var c=b.currTemplate[P].find("iframe");c.length&&(a||(c[0].src=Q),b.isIE8&&c.css("display",a?"block":"none"))}};a.magnificPopup.registerModule(P,{options:{markup:'
    ',srcAction:"iframe_src",patterns:{youtube:{index:"youtube.com",id:"v=",src:"//www.youtube.com/embed/%id%?autoplay=1"},vimeo:{index:"vimeo.com/",id:"/",src:"//player.vimeo.com/video/%id%?autoplay=1"},gmaps:{index:"//maps.google.",src:"%id%&output=embed"}}},proto:{initIframe:function(){b.types.push(P),w("BeforeChange",function(a,b,c){b!==c&&(b===P?R():c===P&&R(!0))}),w(h+"."+P,function(){R()})},getIframe:function(c,d){var e=c.src,f=b.st.iframe;a.each(f.patterns,function(){return e.indexOf(this.index)>-1?(this.id&&(e="string"==typeof this.id?e.substr(e.lastIndexOf(this.id)+this.id.length,e.length):this.id.call(this,e)),e=this.src.replace("%id%",e),!1):void 0});var g={};return f.srcAction&&(g[f.srcAction]=e),b._parseMarkup(d,g,c),b.updateStatus("ready"),d}}});var S=function(a){var c=b.items.length;return a>c-1?a-c:0>a?c+a:a},T=function(a,b,c){return a.replace(/%curr%/gi,b+1).replace(/%total%/gi,c)};a.magnificPopup.registerModule("gallery",{options:{enabled:!1,arrowMarkup:'',preload:[0,2],navigateByImgClick:!0,arrows:!0,tPrev:"Previous (Left arrow key)",tNext:"Next (Right arrow key)",tCounter:"%curr% of %total%"},proto:{initGallery:function(){var c=b.st.gallery,e=".mfp-gallery";return b.direction=!0,c&&c.enabled?(f+=" mfp-gallery",w(m+e,function(){c.navigateByImgClick&&b.wrap.on("click"+e,".mfp-img",function(){return b.items.length>1?(b.next(),!1):void 0}),d.on("keydown"+e,function(a){37===a.keyCode?b.prev():39===a.keyCode&&b.next()})}),w("UpdateStatus"+e,function(a,c){c.text&&(c.text=T(c.text,b.currItem.index,b.items.length))}),w(l+e,function(a,d,e,f){var g=b.items.length;e.counter=g>1?T(c.tCounter,f.index,g):""}),w("BuildControls"+e,function(){if(b.items.length>1&&c.arrows&&!b.arrowLeft){var d=c.arrowMarkup,e=b.arrowLeft=a(d.replace(/%title%/gi,c.tPrev).replace(/%dir%/gi,"left")).addClass(s),f=b.arrowRight=a(d.replace(/%title%/gi,c.tNext).replace(/%dir%/gi,"right")).addClass(s);e.click(function(){b.prev()}),f.click(function(){b.next()}),b.container.append(e.add(f))}}),w(n+e,function(){b._preloadTimeout&&clearTimeout(b._preloadTimeout),b._preloadTimeout=setTimeout(function(){b.preloadNearbyImages(),b._preloadTimeout=null},16)}),void w(h+e,function(){d.off(e),b.wrap.off("click"+e),b.arrowRight=b.arrowLeft=null})):!1},next:function(){b.direction=!0,b.index=S(b.index+1),b.updateItemHTML()},prev:function(){b.direction=!1,b.index=S(b.index-1),b.updateItemHTML()},goTo:function(a){b.direction=a>=b.index,b.index=a,b.updateItemHTML()},preloadNearbyImages:function(){var a,c=b.st.gallery.preload,d=Math.min(c[0],b.items.length),e=Math.min(c[1],b.items.length);for(a=1;a<=(b.direction?e:d);a++)b._preloadItem(b.index+a);for(a=1;a<=(b.direction?d:e);a++)b._preloadItem(b.index-a)},_preloadItem:function(c){if(c=S(c),!b.items[c].preloaded){var d=b.items[c];d.parsed||(d=b.parseEl(c)),y("LazyLoad",d),"image"===d.type&&(d.img=a('').on("load.mfploader",function(){d.hasSize=!0}).on("error.mfploader",function(){d.hasSize=!0,d.loadError=!0,y("LazyLoadError",d)}).attr("src",d.src)),d.preloaded=!0}}}});var U="retina";a.magnificPopup.registerModule(U,{options:{replaceSrc:function(a){return a.src.replace(/\.\w+$/,function(a){return"@2x"+a})},ratio:1},proto:{initRetina:function(){if(window.devicePixelRatio>1){var a=b.st.retina,c=a.ratio;c=isNaN(c)?c():c,c>1&&(w("ImageHasSize."+U,function(a,b){b.img.css({"max-width":b.img[0].naturalWidth/c,width:"100%"})}),w("ElementParse."+U,function(b,d){d.src=a.replaceSrc(d,c)}))}}}}),A()}); \ No newline at end of file diff --git a/pages/assets/vendors/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png b/pages/assets/vendors/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png new file mode 100644 index 0000000..fc9ea17 Binary files /dev/null and b/pages/assets/vendors/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png differ diff --git a/pages/assets/vendors/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png b/pages/assets/vendors/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png new file mode 100644 index 0000000..a82f975 Binary files /dev/null and b/pages/assets/vendors/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png differ diff --git a/pages/assets/vendors/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png b/pages/assets/vendors/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png new file mode 100644 index 0000000..c1bce39 Binary files /dev/null and b/pages/assets/vendors/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png differ diff --git a/pages/assets/vendors/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png b/pages/assets/vendors/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png new file mode 100644 index 0000000..c390858 Binary files /dev/null and b/pages/assets/vendors/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png differ diff --git a/pages/assets/vendors/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png b/pages/assets/vendors/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png new file mode 100644 index 0000000..e847779 Binary files /dev/null and b/pages/assets/vendors/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png differ diff --git a/pages/assets/vendors/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/pages/assets/vendors/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png new file mode 100644 index 0000000..d403ee6 Binary files /dev/null and b/pages/assets/vendors/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png differ diff --git a/pages/assets/vendors/jquery-ui/images/ui-icons_222222_256x240.png b/pages/assets/vendors/jquery-ui/images/ui-icons_222222_256x240.png new file mode 100644 index 0000000..e9c8e16 Binary files /dev/null and b/pages/assets/vendors/jquery-ui/images/ui-icons_222222_256x240.png differ diff --git a/pages/assets/vendors/jquery-ui/images/ui-icons_2e83ff_256x240.png b/pages/assets/vendors/jquery-ui/images/ui-icons_2e83ff_256x240.png new file mode 100644 index 0000000..f2bf838 Binary files /dev/null and b/pages/assets/vendors/jquery-ui/images/ui-icons_2e83ff_256x240.png differ diff --git a/pages/assets/vendors/jquery-ui/images/ui-icons_454545_256x240.png b/pages/assets/vendors/jquery-ui/images/ui-icons_454545_256x240.png new file mode 100644 index 0000000..d6169e8 Binary files /dev/null and b/pages/assets/vendors/jquery-ui/images/ui-icons_454545_256x240.png differ diff --git a/pages/assets/vendors/jquery-ui/images/ui-icons_888888_256x240.png b/pages/assets/vendors/jquery-ui/images/ui-icons_888888_256x240.png new file mode 100644 index 0000000..d3e6e02 Binary files /dev/null and b/pages/assets/vendors/jquery-ui/images/ui-icons_888888_256x240.png differ diff --git a/pages/assets/vendors/jquery-ui/images/ui-icons_cd0a0a_256x240.png b/pages/assets/vendors/jquery-ui/images/ui-icons_cd0a0a_256x240.png new file mode 100644 index 0000000..4937018 Binary files /dev/null and b/pages/assets/vendors/jquery-ui/images/ui-icons_cd0a0a_256x240.png differ diff --git a/pages/assets/vendors/jquery-ui/jquery-ui.css b/pages/assets/vendors/jquery-ui/jquery-ui.css new file mode 100644 index 0000000..6fecf14 --- /dev/null +++ b/pages/assets/vendors/jquery-ui/jquery-ui.css @@ -0,0 +1,1214 @@ +/*! jQuery UI - v1.11.4 - 2016-04-01 +* http://jqueryui.com +* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, theme.css +* To view and modify this theme, visit http://jqueryui.com/themeroller/ +* Copyright jQuery Foundation and other contributors; Licensed MIT */ + +/* Layout helpers +----------------------------------*/ +.ui-helper-hidden { + display: none; +} +.ui-helper-hidden-accessible { + border: 0; + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} +.ui-helper-reset { + margin: 0; + padding: 0; + border: 0; + outline: 0; + line-height: 1.3; + text-decoration: none; + font-size: 100%; + list-style: none; +} +.ui-helper-clearfix:before, +.ui-helper-clearfix:after { + content: ""; + display: table; + border-collapse: collapse; +} +.ui-helper-clearfix:after { + clear: both; +} +.ui-helper-clearfix { + min-height: 0; /* support: IE7 */ +} +.ui-helper-zfix { + width: 100%; + height: 100%; + top: 0; + left: 0; + position: absolute; + opacity: 0; + filter:Alpha(Opacity=0); /* support: IE8 */ +} + +.ui-front { + z-index: 100; +} + + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { + cursor: default !important; +} + + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { + display: block; + text-indent: -99999px; + overflow: hidden; + background-repeat: no-repeat; +} + + +/* Misc visuals +----------------------------------*/ + +/* Overlays */ +.ui-widget-overlay { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; +} +.ui-draggable-handle { + -ms-touch-action: none; + touch-action: none; +} +.ui-resizable { + position: relative; +} +.ui-resizable-handle { + position: absolute; + font-size: 0.1px; + display: block; + -ms-touch-action: none; + touch-action: none; +} +.ui-resizable-disabled .ui-resizable-handle, +.ui-resizable-autohide .ui-resizable-handle { + display: none; +} +.ui-resizable-n { + cursor: n-resize; + height: 7px; + width: 100%; + top: -5px; + left: 0; +} +.ui-resizable-s { + cursor: s-resize; + height: 7px; + width: 100%; + bottom: -5px; + left: 0; +} +.ui-resizable-e { + cursor: e-resize; + width: 7px; + right: -5px; + top: 0; + height: 100%; +} +.ui-resizable-w { + cursor: w-resize; + width: 7px; + left: -5px; + top: 0; + height: 100%; +} +.ui-resizable-se { + cursor: se-resize; + width: 12px; + height: 12px; + right: 1px; + bottom: 1px; +} +.ui-resizable-sw { + cursor: sw-resize; + width: 9px; + height: 9px; + left: -5px; + bottom: -5px; +} +.ui-resizable-nw { + cursor: nw-resize; + width: 9px; + height: 9px; + left: -5px; + top: -5px; +} +.ui-resizable-ne { + cursor: ne-resize; + width: 9px; + height: 9px; + right: -5px; + top: -5px; +} +.ui-selectable { + -ms-touch-action: none; + touch-action: none; +} +.ui-selectable-helper { + position: absolute; + z-index: 100; + border: 1px dotted black; +} +.ui-sortable-handle { + -ms-touch-action: none; + touch-action: none; +} +.ui-accordion .ui-accordion-header { + display: block; + cursor: pointer; + position: relative; + margin: 2px 0 0 0; + padding: .5em .5em .5em .7em; + min-height: 0; /* support: IE7 */ + font-size: 100%; +} +.ui-accordion .ui-accordion-icons { + padding-left: 2.2em; +} +.ui-accordion .ui-accordion-icons .ui-accordion-icons { + padding-left: 2.2em; +} +.ui-accordion .ui-accordion-header .ui-accordion-header-icon { + position: absolute; + left: .5em; + top: 50%; + margin-top: -8px; +} +.ui-accordion .ui-accordion-content { + padding: 1em 2.2em; + border-top: 0; + overflow: auto; +} +.ui-autocomplete { + position: absolute; + top: 0; + left: 0; + cursor: default; +} +.ui-button { + display: inline-block; + position: relative; + padding: 0; + line-height: normal; + margin-right: .1em; + cursor: pointer; + vertical-align: middle; + text-align: center; + overflow: visible; /* removes extra width in IE */ +} +.ui-button, +.ui-button:link, +.ui-button:visited, +.ui-button:hover, +.ui-button:active { + text-decoration: none; +} +/* to make room for the icon, a width needs to be set here */ +.ui-button-icon-only { + width: 2.2em; +} +/* button elements seem to need a little more width */ +button.ui-button-icon-only { + width: 2.4em; +} +.ui-button-icons-only { + width: 3.4em; +} +button.ui-button-icons-only { + width: 3.7em; +} + +/* button text element */ +.ui-button .ui-button-text { + display: block; + line-height: normal; +} +.ui-button-text-only .ui-button-text { + padding: .4em 1em; +} +.ui-button-icon-only .ui-button-text, +.ui-button-icons-only .ui-button-text { + padding: .4em; + text-indent: -9999999px; +} +.ui-button-text-icon-primary .ui-button-text, +.ui-button-text-icons .ui-button-text { + padding: .4em 1em .4em 2.1em; +} +.ui-button-text-icon-secondary .ui-button-text, +.ui-button-text-icons .ui-button-text { + padding: .4em 2.1em .4em 1em; +} +.ui-button-text-icons .ui-button-text { + padding-left: 2.1em; + padding-right: 2.1em; +} +/* no icon support for input elements, provide padding by default */ +input.ui-button { + padding: .4em 1em; +} + +/* button icon element(s) */ +.ui-button-icon-only .ui-icon, +.ui-button-text-icon-primary .ui-icon, +.ui-button-text-icon-secondary .ui-icon, +.ui-button-text-icons .ui-icon, +.ui-button-icons-only .ui-icon { + position: absolute; + top: 50%; + margin-top: -8px; +} +.ui-button-icon-only .ui-icon { + left: 50%; + margin-left: -8px; +} +.ui-button-text-icon-primary .ui-button-icon-primary, +.ui-button-text-icons .ui-button-icon-primary, +.ui-button-icons-only .ui-button-icon-primary { + left: .5em; +} +.ui-button-text-icon-secondary .ui-button-icon-secondary, +.ui-button-text-icons .ui-button-icon-secondary, +.ui-button-icons-only .ui-button-icon-secondary { + right: .5em; +} + +/* button sets */ +.ui-buttonset { + margin-right: 7px; +} +.ui-buttonset .ui-button { + margin-left: 0; + margin-right: -.3em; +} + +/* workarounds */ +/* reset extra padding in Firefox, see h5bp.com/l */ +input.ui-button::-moz-focus-inner, +button.ui-button::-moz-focus-inner { + border: 0; + padding: 0; +} +.ui-datepicker { + width: 17em; + padding: .2em .2em 0; + display: none; +} +.ui-datepicker .ui-datepicker-header { + position: relative; + padding: .2em 0; +} +.ui-datepicker .ui-datepicker-prev, +.ui-datepicker .ui-datepicker-next { + position: absolute; + top: 2px; + width: 1.8em; + height: 1.8em; +} +.ui-datepicker .ui-datepicker-prev-hover, +.ui-datepicker .ui-datepicker-next-hover { + top: 1px; +} +.ui-datepicker .ui-datepicker-prev { + left: 2px; +} +.ui-datepicker .ui-datepicker-next { + right: 2px; +} +.ui-datepicker .ui-datepicker-prev-hover { + left: 1px; +} +.ui-datepicker .ui-datepicker-next-hover { + right: 1px; +} +.ui-datepicker .ui-datepicker-prev span, +.ui-datepicker .ui-datepicker-next span { + display: block; + position: absolute; + left: 50%; + margin-left: -8px; + top: 50%; + margin-top: -8px; +} +.ui-datepicker .ui-datepicker-title { + margin: 0 2.3em; + line-height: 1.8em; + text-align: center; +} +.ui-datepicker .ui-datepicker-title select { + font-size: 1em; + margin: 1px 0; +} +.ui-datepicker select.ui-datepicker-month, +.ui-datepicker select.ui-datepicker-year { + width: 45%; +} +.ui-datepicker table { + width: 100%; + font-size: .9em; + border-collapse: collapse; + margin: 0 0 .4em; +} +.ui-datepicker th { + padding: .7em .3em; + text-align: center; + font-weight: bold; + border: 0; +} +.ui-datepicker td { + border: 0; + padding: 1px; +} +.ui-datepicker td span, +.ui-datepicker td a { + display: block; + padding: .2em; + text-align: right; + text-decoration: none; +} +.ui-datepicker .ui-datepicker-buttonpane { + background-image: none; + margin: .7em 0 0 0; + padding: 0 .2em; + border-left: 0; + border-right: 0; + border-bottom: 0; +} +.ui-datepicker .ui-datepicker-buttonpane button { + float: right; + margin: .5em .2em .4em; + cursor: pointer; + padding: .2em .6em .3em .6em; + width: auto; + overflow: visible; +} +.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { + float: left; +} + +/* with multiple calendars */ +.ui-datepicker.ui-datepicker-multi { + width: auto; +} +.ui-datepicker-multi .ui-datepicker-group { + float: left; +} +.ui-datepicker-multi .ui-datepicker-group table { + width: 95%; + margin: 0 auto .4em; +} +.ui-datepicker-multi-2 .ui-datepicker-group { + width: 50%; +} +.ui-datepicker-multi-3 .ui-datepicker-group { + width: 33.3%; +} +.ui-datepicker-multi-4 .ui-datepicker-group { + width: 25%; +} +.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, +.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { + border-left-width: 0; +} +.ui-datepicker-multi .ui-datepicker-buttonpane { + clear: left; +} +.ui-datepicker-row-break { + clear: both; + width: 100%; + font-size: 0; +} + +/* RTL support */ +.ui-datepicker-rtl { + direction: rtl; +} +.ui-datepicker-rtl .ui-datepicker-prev { + right: 2px; + left: auto; +} +.ui-datepicker-rtl .ui-datepicker-next { + left: 2px; + right: auto; +} +.ui-datepicker-rtl .ui-datepicker-prev:hover { + right: 1px; + left: auto; +} +.ui-datepicker-rtl .ui-datepicker-next:hover { + left: 1px; + right: auto; +} +.ui-datepicker-rtl .ui-datepicker-buttonpane { + clear: right; +} +.ui-datepicker-rtl .ui-datepicker-buttonpane button { + float: left; +} +.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, +.ui-datepicker-rtl .ui-datepicker-group { + float: right; +} +.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, +.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { + border-right-width: 0; + border-left-width: 1px; +} +.ui-dialog { + overflow: hidden; + position: absolute; + top: 0; + left: 0; + padding: .2em; + outline: 0; +} +.ui-dialog .ui-dialog-titlebar { + padding: .4em 1em; + position: relative; +} +.ui-dialog .ui-dialog-title { + float: left; + margin: .1em 0; + white-space: nowrap; + width: 90%; + overflow: hidden; + text-overflow: ellipsis; +} +.ui-dialog .ui-dialog-titlebar-close { + position: absolute; + right: .3em; + top: 50%; + width: 20px; + margin: -10px 0 0 0; + padding: 1px; + height: 20px; +} +.ui-dialog .ui-dialog-content { + position: relative; + border: 0; + padding: .5em 1em; + background: none; + overflow: auto; +} +.ui-dialog .ui-dialog-buttonpane { + text-align: left; + border-width: 1px 0 0 0; + background-image: none; + margin-top: .5em; + padding: .3em 1em .5em .4em; +} +.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { + float: right; +} +.ui-dialog .ui-dialog-buttonpane button { + margin: .5em .4em .5em 0; + cursor: pointer; +} +.ui-dialog .ui-resizable-se { + width: 12px; + height: 12px; + right: -5px; + bottom: -5px; + background-position: 16px 16px; +} +.ui-draggable .ui-dialog-titlebar { + cursor: move; +} +.ui-menu { + list-style: none; + padding: 0; + margin: 0; + display: block; + outline: none; +} +.ui-menu .ui-menu { + position: absolute; +} +.ui-menu .ui-menu-item { + position: relative; + margin: 0; + padding: 3px 1em 3px .4em; + cursor: pointer; + min-height: 0; /* support: IE7 */ + /* support: IE10, see #8844 */ + list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); +} +.ui-menu .ui-menu-divider { + margin: 5px 0; + height: 0; + font-size: 0; + line-height: 0; + border-width: 1px 0 0 0; +} +.ui-menu .ui-state-focus, +.ui-menu .ui-state-active { + margin: -1px; +} + +/* icon support */ +.ui-menu-icons { + position: relative; +} +.ui-menu-icons .ui-menu-item { + padding-left: 2em; +} + +/* left-aligned */ +.ui-menu .ui-icon { + position: absolute; + top: 0; + bottom: 0; + left: .2em; + margin: auto 0; +} + +/* right-aligned */ +.ui-menu .ui-menu-icon { + left: auto; + right: 0; +} +.ui-progressbar { + height: 2em; + text-align: left; + overflow: hidden; +} +.ui-progressbar .ui-progressbar-value { + margin: -1px; + height: 100%; +} +.ui-progressbar .ui-progressbar-overlay { + background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw=="); + height: 100%; + filter: alpha(opacity=25); /* support: IE8 */ + opacity: 0.25; +} +.ui-progressbar-indeterminate .ui-progressbar-value { + background-image: none; +} +.ui-selectmenu-menu { + padding: 0; + margin: 0; + position: absolute; + top: 0; + left: 0; + display: none; +} +.ui-selectmenu-menu .ui-menu { + overflow: auto; + /* Support: IE7 */ + overflow-x: hidden; + padding-bottom: 1px; +} +.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { + font-size: 1em; + font-weight: bold; + line-height: 1.5; + padding: 2px 0.4em; + margin: 0.5em 0 0 0; + height: auto; + border: 0; +} +.ui-selectmenu-open { + display: block; +} +.ui-selectmenu-button { + display: inline-block; + overflow: hidden; + position: relative; + text-decoration: none; + cursor: pointer; +} +.ui-selectmenu-button span.ui-icon { + right: 0.5em; + left: auto; + margin-top: -8px; + position: absolute; + top: 50%; +} +.ui-selectmenu-button span.ui-selectmenu-text { + text-align: left; + padding: 0.4em 2.1em 0.4em 1em; + display: block; + line-height: 1.4; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} +.ui-slider { + position: relative; + text-align: left; +} +.ui-slider .ui-slider-handle { + position: absolute; + z-index: 2; + width: 1.2em; + height: 1.2em; + cursor: default; + -ms-touch-action: none; + touch-action: none; +} +.ui-slider .ui-slider-range { + position: absolute; + z-index: 1; + font-size: .7em; + display: block; + border: 0; + background-position: 0 0; +} + +/* support: IE8 - See #6727 */ +.ui-slider.ui-state-disabled .ui-slider-handle, +.ui-slider.ui-state-disabled .ui-slider-range { + filter: inherit; +} + +.ui-slider-horizontal { + height: .8em; +} +.ui-slider-horizontal .ui-slider-handle { + top: -.3em; + margin-left: -.6em; +} +.ui-slider-horizontal .ui-slider-range { + top: 0; + height: 100%; +} +.ui-slider-horizontal .ui-slider-range-min { + left: 0; +} +.ui-slider-horizontal .ui-slider-range-max { + right: 0; +} + +.ui-slider-vertical { + width: .8em; + height: 100px; +} +.ui-slider-vertical .ui-slider-handle { + left: -.3em; + margin-left: 0; + margin-bottom: -.6em; +} +.ui-slider-vertical .ui-slider-range { + left: 0; + width: 100%; +} +.ui-slider-vertical .ui-slider-range-min { + bottom: 0; +} +.ui-slider-vertical .ui-slider-range-max { + top: 0; +} +.ui-spinner { + position: relative; + display: inline-block; + overflow: hidden; + padding: 0; + vertical-align: middle; +} +.ui-spinner-input { + border: none; + background: none; + color: inherit; + padding: 0; + margin: .2em 0; + vertical-align: middle; + margin-left: .4em; + margin-right: 22px; +} +.ui-spinner-button { + width: 16px; + height: 50%; + font-size: .5em; + padding: 0; + margin: 0; + text-align: center; + position: absolute; + cursor: default; + display: block; + overflow: hidden; + right: 0; +} +/* more specificity required here to override default borders */ +.ui-spinner a.ui-spinner-button { + border-top: none; + border-bottom: none; + border-right: none; +} +/* vertically center icon */ +.ui-spinner .ui-icon { + position: absolute; + margin-top: -8px; + top: 50%; + left: 0; +} +.ui-spinner-up { + top: 0; +} +.ui-spinner-down { + bottom: 0; +} + +/* TR overrides */ +.ui-spinner .ui-icon-triangle-1-s { + /* need to fix icons sprite */ + background-position: -65px -16px; +} +.ui-tabs { + position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ + padding: .2em; +} +.ui-tabs .ui-tabs-nav { + margin: 0; + padding: .2em .2em 0; +} +.ui-tabs .ui-tabs-nav li { + list-style: none; + float: left; + position: relative; + top: 0; + margin: 1px .2em 0 0; + border-bottom-width: 0; + padding: 0; + white-space: nowrap; +} +.ui-tabs .ui-tabs-nav .ui-tabs-anchor { + float: left; + padding: .5em 1em; + text-decoration: none; +} +.ui-tabs .ui-tabs-nav li.ui-tabs-active { + margin-bottom: -1px; + padding-bottom: 1px; +} +.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, +.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, +.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { + cursor: text; +} +.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { + cursor: pointer; +} +.ui-tabs .ui-tabs-panel { + display: block; + border-width: 0; + padding: 1em 1.4em; + background: none; +} + +/* Component containers +----------------------------------*/ +.ui-widget { + font-family: Verdana,Arial,sans-serif; + font-size: 1.1em; +} +.ui-widget .ui-widget { + font-size: 1em; +} +.ui-widget input, +.ui-widget select, +.ui-widget textarea, +.ui-widget button { + font-family: Verdana,Arial,sans-serif; + font-size: 1em; +} +.ui-widget-content { + border: 1px solid #aaaaaa; + background: #ffffff; + color: #222222; +} +.ui-widget-content a { + color: #222222; +} +.ui-widget-header { + border: 1px solid #aaaaaa; + background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x; + color: #222222; + font-weight: bold; +} +.ui-widget-header a { + color: #222222; +} + +/* Interaction states +----------------------------------*/ +.ui-state-default, +.ui-widget-content .ui-state-default, +.ui-widget-header .ui-state-default { + border: 1px solid #d3d3d3; + background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x; + font-weight: normal; + color: #555555; +} +.ui-state-default a, +.ui-state-default a:link, +.ui-state-default a:visited { + color: #555555; + text-decoration: none; +} +.ui-state-hover, +.ui-widget-content .ui-state-hover, +.ui-widget-header .ui-state-hover, +.ui-state-focus, +.ui-widget-content .ui-state-focus, +.ui-widget-header .ui-state-focus { + border: 1px solid #999999; + background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x; + font-weight: normal; + color: #212121; +} +.ui-state-hover a, +.ui-state-hover a:hover, +.ui-state-hover a:link, +.ui-state-hover a:visited, +.ui-state-focus a, +.ui-state-focus a:hover, +.ui-state-focus a:link, +.ui-state-focus a:visited { + color: #212121; + text-decoration: none; +} +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active { + border: 1px solid #aaaaaa; + background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x; + font-weight: normal; + color: #212121; +} +.ui-state-active a, +.ui-state-active a:link, +.ui-state-active a:visited { + color: #212121; + text-decoration: none; +} + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, +.ui-widget-content .ui-state-highlight, +.ui-widget-header .ui-state-highlight { + border: 1px solid #fcefa1; + background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x; + color: #363636; +} +.ui-state-highlight a, +.ui-widget-content .ui-state-highlight a, +.ui-widget-header .ui-state-highlight a { + color: #363636; +} +.ui-state-error, +.ui-widget-content .ui-state-error, +.ui-widget-header .ui-state-error { + border: 1px solid #cd0a0a; + background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x; + color: #cd0a0a; +} +.ui-state-error a, +.ui-widget-content .ui-state-error a, +.ui-widget-header .ui-state-error a { + color: #cd0a0a; +} +.ui-state-error-text, +.ui-widget-content .ui-state-error-text, +.ui-widget-header .ui-state-error-text { + color: #cd0a0a; +} +.ui-priority-primary, +.ui-widget-content .ui-priority-primary, +.ui-widget-header .ui-priority-primary { + font-weight: bold; +} +.ui-priority-secondary, +.ui-widget-content .ui-priority-secondary, +.ui-widget-header .ui-priority-secondary { + opacity: .7; + filter:Alpha(Opacity=70); /* support: IE8 */ + font-weight: normal; +} +.ui-state-disabled, +.ui-widget-content .ui-state-disabled, +.ui-widget-header .ui-state-disabled { + opacity: .35; + filter:Alpha(Opacity=35); /* support: IE8 */ + background-image: none; +} +.ui-state-disabled .ui-icon { + filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */ +} + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { + width: 16px; + height: 16px; +} +.ui-icon, +.ui-widget-content .ui-icon { + background-image: url("images/ui-icons_222222_256x240.png"); +} +.ui-widget-header .ui-icon { + background-image: url("images/ui-icons_222222_256x240.png"); +} +.ui-state-default .ui-icon { + background-image: url("images/ui-icons_888888_256x240.png"); +} +.ui-state-hover .ui-icon, +.ui-state-focus .ui-icon { + background-image: url("images/ui-icons_454545_256x240.png"); +} +.ui-state-active .ui-icon { + background-image: url("images/ui-icons_454545_256x240.png"); +} +.ui-state-highlight .ui-icon { + background-image: url("images/ui-icons_2e83ff_256x240.png"); +} +.ui-state-error .ui-icon, +.ui-state-error-text .ui-icon { + background-image: url("images/ui-icons_cd0a0a_256x240.png"); +} + +/* positioning */ +.ui-icon-blank { background-position: 16px 16px; } +.ui-icon-carat-1-n { background-position: 0 0; } +.ui-icon-carat-1-ne { background-position: -16px 0; } +.ui-icon-carat-1-e { background-position: -32px 0; } +.ui-icon-carat-1-se { background-position: -48px 0; } +.ui-icon-carat-1-s { background-position: -64px 0; } +.ui-icon-carat-1-sw { background-position: -80px 0; } +.ui-icon-carat-1-w { background-position: -96px 0; } +.ui-icon-carat-1-nw { background-position: -112px 0; } +.ui-icon-carat-2-n-s { background-position: -128px 0; } +.ui-icon-carat-2-e-w { background-position: -144px 0; } +.ui-icon-triangle-1-n { background-position: 0 -16px; } +.ui-icon-triangle-1-ne { background-position: -16px -16px; } +.ui-icon-triangle-1-e { background-position: -32px -16px; } +.ui-icon-triangle-1-se { background-position: -48px -16px; } +.ui-icon-triangle-1-s { background-position: -64px -16px; } +.ui-icon-triangle-1-sw { background-position: -80px -16px; } +.ui-icon-triangle-1-w { background-position: -96px -16px; } +.ui-icon-triangle-1-nw { background-position: -112px -16px; } +.ui-icon-triangle-2-n-s { background-position: -128px -16px; } +.ui-icon-triangle-2-e-w { background-position: -144px -16px; } +.ui-icon-arrow-1-n { background-position: 0 -32px; } +.ui-icon-arrow-1-ne { background-position: -16px -32px; } +.ui-icon-arrow-1-e { background-position: -32px -32px; } +.ui-icon-arrow-1-se { background-position: -48px -32px; } +.ui-icon-arrow-1-s { background-position: -64px -32px; } +.ui-icon-arrow-1-sw { background-position: -80px -32px; } +.ui-icon-arrow-1-w { background-position: -96px -32px; } +.ui-icon-arrow-1-nw { background-position: -112px -32px; } +.ui-icon-arrow-2-n-s { background-position: -128px -32px; } +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } +.ui-icon-arrow-2-e-w { background-position: -160px -32px; } +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } +.ui-icon-arrowstop-1-n { background-position: -192px -32px; } +.ui-icon-arrowstop-1-e { background-position: -208px -32px; } +.ui-icon-arrowstop-1-s { background-position: -224px -32px; } +.ui-icon-arrowstop-1-w { background-position: -240px -32px; } +.ui-icon-arrowthick-1-n { background-position: 0 -48px; } +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } +.ui-icon-arrowthick-1-e { background-position: -32px -48px; } +.ui-icon-arrowthick-1-se { background-position: -48px -48px; } +.ui-icon-arrowthick-1-s { background-position: -64px -48px; } +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } +.ui-icon-arrowthick-1-w { background-position: -96px -48px; } +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } +.ui-icon-arrow-4 { background-position: 0 -80px; } +.ui-icon-arrow-4-diag { background-position: -16px -80px; } +.ui-icon-extlink { background-position: -32px -80px; } +.ui-icon-newwin { background-position: -48px -80px; } +.ui-icon-refresh { background-position: -64px -80px; } +.ui-icon-shuffle { background-position: -80px -80px; } +.ui-icon-transfer-e-w { background-position: -96px -80px; } +.ui-icon-transferthick-e-w { background-position: -112px -80px; } +.ui-icon-folder-collapsed { background-position: 0 -96px; } +.ui-icon-folder-open { background-position: -16px -96px; } +.ui-icon-document { background-position: -32px -96px; } +.ui-icon-document-b { background-position: -48px -96px; } +.ui-icon-note { background-position: -64px -96px; } +.ui-icon-mail-closed { background-position: -80px -96px; } +.ui-icon-mail-open { background-position: -96px -96px; } +.ui-icon-suitcase { background-position: -112px -96px; } +.ui-icon-comment { background-position: -128px -96px; } +.ui-icon-person { background-position: -144px -96px; } +.ui-icon-print { background-position: -160px -96px; } +.ui-icon-trash { background-position: -176px -96px; } +.ui-icon-locked { background-position: -192px -96px; } +.ui-icon-unlocked { background-position: -208px -96px; } +.ui-icon-bookmark { background-position: -224px -96px; } +.ui-icon-tag { background-position: -240px -96px; } +.ui-icon-home { background-position: 0 -112px; } +.ui-icon-flag { background-position: -16px -112px; } +.ui-icon-calendar { background-position: -32px -112px; } +.ui-icon-cart { background-position: -48px -112px; } +.ui-icon-pencil { background-position: -64px -112px; } +.ui-icon-clock { background-position: -80px -112px; } +.ui-icon-disk { background-position: -96px -112px; } +.ui-icon-calculator { background-position: -112px -112px; } +.ui-icon-zoomin { background-position: -128px -112px; } +.ui-icon-zoomout { background-position: -144px -112px; } +.ui-icon-search { background-position: -160px -112px; } +.ui-icon-wrench { background-position: -176px -112px; } +.ui-icon-gear { background-position: -192px -112px; } +.ui-icon-heart { background-position: -208px -112px; } +.ui-icon-star { background-position: -224px -112px; } +.ui-icon-link { background-position: -240px -112px; } +.ui-icon-cancel { background-position: 0 -128px; } +.ui-icon-plus { background-position: -16px -128px; } +.ui-icon-plusthick { background-position: -32px -128px; } +.ui-icon-minus { background-position: -48px -128px; } +.ui-icon-minusthick { background-position: -64px -128px; } +.ui-icon-close { background-position: -80px -128px; } +.ui-icon-closethick { background-position: -96px -128px; } +.ui-icon-key { background-position: -112px -128px; } +.ui-icon-lightbulb { background-position: -128px -128px; } +.ui-icon-scissors { background-position: -144px -128px; } +.ui-icon-clipboard { background-position: -160px -128px; } +.ui-icon-copy { background-position: -176px -128px; } +.ui-icon-contact { background-position: -192px -128px; } +.ui-icon-image { background-position: -208px -128px; } +.ui-icon-video { background-position: -224px -128px; } +.ui-icon-script { background-position: -240px -128px; } +.ui-icon-alert { background-position: 0 -144px; } +.ui-icon-info { background-position: -16px -144px; } +.ui-icon-notice { background-position: -32px -144px; } +.ui-icon-help { background-position: -48px -144px; } +.ui-icon-check { background-position: -64px -144px; } +.ui-icon-bullet { background-position: -80px -144px; } +.ui-icon-radio-on { background-position: -96px -144px; } +.ui-icon-radio-off { background-position: -112px -144px; } +.ui-icon-pin-w { background-position: -128px -144px; } +.ui-icon-pin-s { background-position: -144px -144px; } +.ui-icon-play { background-position: 0 -160px; } +.ui-icon-pause { background-position: -16px -160px; } +.ui-icon-seek-next { background-position: -32px -160px; } +.ui-icon-seek-prev { background-position: -48px -160px; } +.ui-icon-seek-end { background-position: -64px -160px; } +.ui-icon-seek-start { background-position: -80px -160px; } +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { background-position: -80px -160px; } +.ui-icon-stop { background-position: -96px -160px; } +.ui-icon-eject { background-position: -112px -160px; } +.ui-icon-volume-off { background-position: -128px -160px; } +.ui-icon-volume-on { background-position: -144px -160px; } +.ui-icon-power { background-position: 0 -176px; } +.ui-icon-signal-diag { background-position: -16px -176px; } +.ui-icon-signal { background-position: -32px -176px; } +.ui-icon-battery-0 { background-position: -48px -176px; } +.ui-icon-battery-1 { background-position: -64px -176px; } +.ui-icon-battery-2 { background-position: -80px -176px; } +.ui-icon-battery-3 { background-position: -96px -176px; } +.ui-icon-circle-plus { background-position: 0 -192px; } +.ui-icon-circle-minus { background-position: -16px -192px; } +.ui-icon-circle-close { background-position: -32px -192px; } +.ui-icon-circle-triangle-e { background-position: -48px -192px; } +.ui-icon-circle-triangle-s { background-position: -64px -192px; } +.ui-icon-circle-triangle-w { background-position: -80px -192px; } +.ui-icon-circle-triangle-n { background-position: -96px -192px; } +.ui-icon-circle-arrow-e { background-position: -112px -192px; } +.ui-icon-circle-arrow-s { background-position: -128px -192px; } +.ui-icon-circle-arrow-w { background-position: -144px -192px; } +.ui-icon-circle-arrow-n { background-position: -160px -192px; } +.ui-icon-circle-zoomin { background-position: -176px -192px; } +.ui-icon-circle-zoomout { background-position: -192px -192px; } +.ui-icon-circle-check { background-position: -208px -192px; } +.ui-icon-circlesmall-plus { background-position: 0 -208px; } +.ui-icon-circlesmall-minus { background-position: -16px -208px; } +.ui-icon-circlesmall-close { background-position: -32px -208px; } +.ui-icon-squaresmall-plus { background-position: -48px -208px; } +.ui-icon-squaresmall-minus { background-position: -64px -208px; } +.ui-icon-squaresmall-close { background-position: -80px -208px; } +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } +.ui-icon-grip-solid-vertical { background-position: -32px -224px; } +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } +.ui-icon-grip-diagonal-se { background-position: -80px -224px; } + + +/* Misc visuals +----------------------------------*/ + +/* Corner radius */ +.ui-corner-all, +.ui-corner-top, +.ui-corner-left, +.ui-corner-tl { + border-top-left-radius: 4px; +} +.ui-corner-all, +.ui-corner-top, +.ui-corner-right, +.ui-corner-tr { + border-top-right-radius: 4px; +} +.ui-corner-all, +.ui-corner-bottom, +.ui-corner-left, +.ui-corner-bl { + border-bottom-left-radius: 4px; +} +.ui-corner-all, +.ui-corner-bottom, +.ui-corner-right, +.ui-corner-br { + border-bottom-right-radius: 4px; +} + +/* Overlays */ +.ui-widget-overlay { + background: #aaaaaa; + opacity: .3; + filter: Alpha(Opacity=30); /* support: IE8 */ +} +.ui-widget-shadow { + margin: -8px 0 0 -8px; + padding: 8px; + background: #aaaaaa; + opacity: .3; + filter: Alpha(Opacity=30); /* support: IE8 */ + border-radius: 8px; +} diff --git a/pages/assets/vendors/jquery-ui/jquery-ui.js b/pages/assets/vendors/jquery-ui/jquery-ui.js new file mode 100644 index 0000000..17cd384 --- /dev/null +++ b/pages/assets/vendors/jquery-ui/jquery-ui.js @@ -0,0 +1,16159 @@ +/*! jQuery UI - v1.11.4 - 2016-04-01 +* http://jqueryui.com +* Includes: core.js, widget.js, mouse.js, position.js, draggable.js, droppable.js, resizable.js, selectable.js, sortable.js, accordion.js, autocomplete.js, button.js, datepicker.js, dialog.js, menu.js, progressbar.js, selectmenu.js, slider.js, spinner.js, tabs.js, effect.js, effect-blind.js, effect-bounce.js, effect-clip.js, effect-drop.js, effect-explode.js, effect-fade.js, effect-fold.js, effect-highlight.js, effect-puff.js, effect-pulsate.js, effect-scale.js, effect-shake.js, effect-size.js, effect-slide.js, effect-transfer.js +* Copyright jQuery Foundation and other contributors; Licensed MIT */ + +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + + // AMD. Register as an anonymous module. + define([ "jquery" ], factory ); + } else { + + // Browser globals + factory( jQuery ); + } +}(function( $ ) { +/*! + * jQuery UI Core 1.11.4 + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/category/ui-core/ + */ + + +// $.ui might exist from components with no dependencies, e.g., $.ui.position +$.ui = $.ui || {}; + +$.extend( $.ui, { + version: "1.11.4", + + keyCode: { + BACKSPACE: 8, + COMMA: 188, + DELETE: 46, + DOWN: 40, + END: 35, + ENTER: 13, + ESCAPE: 27, + HOME: 36, + LEFT: 37, + PAGE_DOWN: 34, + PAGE_UP: 33, + PERIOD: 190, + RIGHT: 39, + SPACE: 32, + TAB: 9, + UP: 38 + } +}); + +// plugins +$.fn.extend({ + scrollParent: function( includeHidden ) { + var position = this.css( "position" ), + excludeStaticParent = position === "absolute", + overflowRegex = includeHidden ? /(auto|scroll|hidden)/ : /(auto|scroll)/, + scrollParent = this.parents().filter( function() { + var parent = $( this ); + if ( excludeStaticParent && parent.css( "position" ) === "static" ) { + return false; + } + return overflowRegex.test( parent.css( "overflow" ) + parent.css( "overflow-y" ) + parent.css( "overflow-x" ) ); + }).eq( 0 ); + + return position === "fixed" || !scrollParent.length ? $( this[ 0 ].ownerDocument || document ) : scrollParent; + }, + + uniqueId: (function() { + var uuid = 0; + + return function() { + return this.each(function() { + if ( !this.id ) { + this.id = "ui-id-" + ( ++uuid ); + } + }); + }; + })(), + + removeUniqueId: function() { + return this.each(function() { + if ( /^ui-id-\d+$/.test( this.id ) ) { + $( this ).removeAttr( "id" ); + } + }); + } +}); + +// selectors +function focusable( element, isTabIndexNotNaN ) { + var map, mapName, img, + nodeName = element.nodeName.toLowerCase(); + if ( "area" === nodeName ) { + map = element.parentNode; + mapName = map.name; + if ( !element.href || !mapName || map.nodeName.toLowerCase() !== "map" ) { + return false; + } + img = $( "img[usemap='#" + mapName + "']" )[ 0 ]; + return !!img && visible( img ); + } + return ( /^(input|select|textarea|button|object)$/.test( nodeName ) ? + !element.disabled : + "a" === nodeName ? + element.href || isTabIndexNotNaN : + isTabIndexNotNaN) && + // the element and all of its ancestors must be visible + visible( element ); +} + +function visible( element ) { + return $.expr.filters.visible( element ) && + !$( element ).parents().addBack().filter(function() { + return $.css( this, "visibility" ) === "hidden"; + }).length; +} + +$.extend( $.expr[ ":" ], { + data: $.expr.createPseudo ? + $.expr.createPseudo(function( dataName ) { + return function( elem ) { + return !!$.data( elem, dataName ); + }; + }) : + // support: jQuery <1.8 + function( elem, i, match ) { + return !!$.data( elem, match[ 3 ] ); + }, + + focusable: function( element ) { + return focusable( element, !isNaN( $.attr( element, "tabindex" ) ) ); + }, + + tabbable: function( element ) { + var tabIndex = $.attr( element, "tabindex" ), + isTabIndexNaN = isNaN( tabIndex ); + return ( isTabIndexNaN || tabIndex >= 0 ) && focusable( element, !isTabIndexNaN ); + } +}); + +// support: jQuery <1.8 +if ( !$( "" ).outerWidth( 1 ).jquery ) { + $.each( [ "Width", "Height" ], function( i, name ) { + var side = name === "Width" ? [ "Left", "Right" ] : [ "Top", "Bottom" ], + type = name.toLowerCase(), + orig = { + innerWidth: $.fn.innerWidth, + innerHeight: $.fn.innerHeight, + outerWidth: $.fn.outerWidth, + outerHeight: $.fn.outerHeight + }; + + function reduce( elem, size, border, margin ) { + $.each( side, function() { + size -= parseFloat( $.css( elem, "padding" + this ) ) || 0; + if ( border ) { + size -= parseFloat( $.css( elem, "border" + this + "Width" ) ) || 0; + } + if ( margin ) { + size -= parseFloat( $.css( elem, "margin" + this ) ) || 0; + } + }); + return size; + } + + $.fn[ "inner" + name ] = function( size ) { + if ( size === undefined ) { + return orig[ "inner" + name ].call( this ); + } + + return this.each(function() { + $( this ).css( type, reduce( this, size ) + "px" ); + }); + }; + + $.fn[ "outer" + name] = function( size, margin ) { + if ( typeof size !== "number" ) { + return orig[ "outer" + name ].call( this, size ); + } + + return this.each(function() { + $( this).css( type, reduce( this, size, true, margin ) + "px" ); + }); + }; + }); +} + +// support: jQuery <1.8 +if ( !$.fn.addBack ) { + $.fn.addBack = function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter( selector ) + ); + }; +} + +// support: jQuery 1.6.1, 1.6.2 (http://bugs.jquery.com/ticket/9413) +if ( $( "" ).data( "a-b", "a" ).removeData( "a-b" ).data( "a-b" ) ) { + $.fn.removeData = (function( removeData ) { + return function( key ) { + if ( arguments.length ) { + return removeData.call( this, $.camelCase( key ) ); + } else { + return removeData.call( this ); + } + }; + })( $.fn.removeData ); +} + +// deprecated +$.ui.ie = !!/msie [\w.]+/.exec( navigator.userAgent.toLowerCase() ); + +$.fn.extend({ + focus: (function( orig ) { + return function( delay, fn ) { + return typeof delay === "number" ? + this.each(function() { + var elem = this; + setTimeout(function() { + $( elem ).focus(); + if ( fn ) { + fn.call( elem ); + } + }, delay ); + }) : + orig.apply( this, arguments ); + }; + })( $.fn.focus ), + + disableSelection: (function() { + var eventType = "onselectstart" in document.createElement( "div" ) ? + "selectstart" : + "mousedown"; + + return function() { + return this.bind( eventType + ".ui-disableSelection", function( event ) { + event.preventDefault(); + }); + }; + })(), + + enableSelection: function() { + return this.unbind( ".ui-disableSelection" ); + }, + + zIndex: function( zIndex ) { + if ( zIndex !== undefined ) { + return this.css( "zIndex", zIndex ); + } + + if ( this.length ) { + var elem = $( this[ 0 ] ), position, value; + while ( elem.length && elem[ 0 ] !== document ) { + // Ignore z-index if position is set to a value where z-index is ignored by the browser + // This makes behavior of this function consistent across browsers + // WebKit always returns auto if the element is positioned + position = elem.css( "position" ); + if ( position === "absolute" || position === "relative" || position === "fixed" ) { + // IE returns 0 when zIndex is not specified + // other browsers return a string + // we ignore the case of nested elements with an explicit value of 0 + //
    + value = parseInt( elem.css( "zIndex" ), 10 ); + if ( !isNaN( value ) && value !== 0 ) { + return value; + } + } + elem = elem.parent(); + } + } + + return 0; + } +}); + +// $.ui.plugin is deprecated. Use $.widget() extensions instead. +$.ui.plugin = { + add: function( module, option, set ) { + var i, + proto = $.ui[ module ].prototype; + for ( i in set ) { + proto.plugins[ i ] = proto.plugins[ i ] || []; + proto.plugins[ i ].push( [ option, set[ i ] ] ); + } + }, + call: function( instance, name, args, allowDisconnected ) { + var i, + set = instance.plugins[ name ]; + + if ( !set ) { + return; + } + + if ( !allowDisconnected && ( !instance.element[ 0 ].parentNode || instance.element[ 0 ].parentNode.nodeType === 11 ) ) { + return; + } + + for ( i = 0; i < set.length; i++ ) { + if ( instance.options[ set[ i ][ 0 ] ] ) { + set[ i ][ 1 ].apply( instance.element, args ); + } + } + } +}; + + +/*! + * jQuery UI Widget 1.11.4 + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/jQuery.widget/ + */ + + +var widget_uuid = 0, + widget_slice = Array.prototype.slice; + +$.cleanData = (function( orig ) { + return function( elems ) { + var events, elem, i; + for ( i = 0; (elem = elems[i]) != null; i++ ) { + try { + + // Only trigger remove when necessary to save time + events = $._data( elem, "events" ); + if ( events && events.remove ) { + $( elem ).triggerHandler( "remove" ); + } + + // http://bugs.jquery.com/ticket/8235 + } catch ( e ) {} + } + orig( elems ); + }; +})( $.cleanData ); + +$.widget = function( name, base, prototype ) { + var fullName, existingConstructor, constructor, basePrototype, + // proxiedPrototype allows the provided prototype to remain unmodified + // so that it can be used as a mixin for multiple widgets (#8876) + proxiedPrototype = {}, + namespace = name.split( "." )[ 0 ]; + + name = name.split( "." )[ 1 ]; + fullName = namespace + "-" + name; + + if ( !prototype ) { + prototype = base; + base = $.Widget; + } + + // create selector for plugin + $.expr[ ":" ][ fullName.toLowerCase() ] = function( elem ) { + return !!$.data( elem, fullName ); + }; + + $[ namespace ] = $[ namespace ] || {}; + existingConstructor = $[ namespace ][ name ]; + constructor = $[ namespace ][ name ] = function( options, element ) { + // allow instantiation without "new" keyword + if ( !this._createWidget ) { + return new constructor( options, element ); + } + + // allow instantiation without initializing for simple inheritance + // must use "new" keyword (the code above always passes args) + if ( arguments.length ) { + this._createWidget( options, element ); + } + }; + // extend with the existing constructor to carry over any static properties + $.extend( constructor, existingConstructor, { + version: prototype.version, + // copy the object used to create the prototype in case we need to + // redefine the widget later + _proto: $.extend( {}, prototype ), + // track widgets that inherit from this widget in case this widget is + // redefined after a widget inherits from it + _childConstructors: [] + }); + + basePrototype = new base(); + // we need to make the options hash a property directly on the new instance + // otherwise we'll modify the options hash on the prototype that we're + // inheriting from + basePrototype.options = $.widget.extend( {}, basePrototype.options ); + $.each( prototype, function( prop, value ) { + if ( !$.isFunction( value ) ) { + proxiedPrototype[ prop ] = value; + return; + } + proxiedPrototype[ prop ] = (function() { + var _super = function() { + return base.prototype[ prop ].apply( this, arguments ); + }, + _superApply = function( args ) { + return base.prototype[ prop ].apply( this, args ); + }; + return function() { + var __super = this._super, + __superApply = this._superApply, + returnValue; + + this._super = _super; + this._superApply = _superApply; + + returnValue = value.apply( this, arguments ); + + this._super = __super; + this._superApply = __superApply; + + return returnValue; + }; + })(); + }); + constructor.prototype = $.widget.extend( basePrototype, { + // TODO: remove support for widgetEventPrefix + // always use the name + a colon as the prefix, e.g., draggable:start + // don't prefix for widgets that aren't DOM-based + widgetEventPrefix: existingConstructor ? (basePrototype.widgetEventPrefix || name) : name + }, proxiedPrototype, { + constructor: constructor, + namespace: namespace, + widgetName: name, + widgetFullName: fullName + }); + + // If this widget is being redefined then we need to find all widgets that + // are inheriting from it and redefine all of them so that they inherit from + // the new version of this widget. We're essentially trying to replace one + // level in the prototype chain. + if ( existingConstructor ) { + $.each( existingConstructor._childConstructors, function( i, child ) { + var childPrototype = child.prototype; + + // redefine the child widget using the same prototype that was + // originally used, but inherit from the new version of the base + $.widget( childPrototype.namespace + "." + childPrototype.widgetName, constructor, child._proto ); + }); + // remove the list of existing child constructors from the old constructor + // so the old child constructors can be garbage collected + delete existingConstructor._childConstructors; + } else { + base._childConstructors.push( constructor ); + } + + $.widget.bridge( name, constructor ); + + return constructor; +}; + +$.widget.extend = function( target ) { + var input = widget_slice.call( arguments, 1 ), + inputIndex = 0, + inputLength = input.length, + key, + value; + for ( ; inputIndex < inputLength; inputIndex++ ) { + for ( key in input[ inputIndex ] ) { + value = input[ inputIndex ][ key ]; + if ( input[ inputIndex ].hasOwnProperty( key ) && value !== undefined ) { + // Clone objects + if ( $.isPlainObject( value ) ) { + target[ key ] = $.isPlainObject( target[ key ] ) ? + $.widget.extend( {}, target[ key ], value ) : + // Don't extend strings, arrays, etc. with objects + $.widget.extend( {}, value ); + // Copy everything else by reference + } else { + target[ key ] = value; + } + } + } + } + return target; +}; + +$.widget.bridge = function( name, object ) { + var fullName = object.prototype.widgetFullName || name; + $.fn[ name ] = function( options ) { + var isMethodCall = typeof options === "string", + args = widget_slice.call( arguments, 1 ), + returnValue = this; + + if ( isMethodCall ) { + this.each(function() { + var methodValue, + instance = $.data( this, fullName ); + if ( options === "instance" ) { + returnValue = instance; + return false; + } + if ( !instance ) { + return $.error( "cannot call methods on " + name + " prior to initialization; " + + "attempted to call method '" + options + "'" ); + } + if ( !$.isFunction( instance[options] ) || options.charAt( 0 ) === "_" ) { + return $.error( "no such method '" + options + "' for " + name + " widget instance" ); + } + methodValue = instance[ options ].apply( instance, args ); + if ( methodValue !== instance && methodValue !== undefined ) { + returnValue = methodValue && methodValue.jquery ? + returnValue.pushStack( methodValue.get() ) : + methodValue; + return false; + } + }); + } else { + + // Allow multiple hashes to be passed on init + if ( args.length ) { + options = $.widget.extend.apply( null, [ options ].concat(args) ); + } + + this.each(function() { + var instance = $.data( this, fullName ); + if ( instance ) { + instance.option( options || {} ); + if ( instance._init ) { + instance._init(); + } + } else { + $.data( this, fullName, new object( options, this ) ); + } + }); + } + + return returnValue; + }; +}; + +$.Widget = function( /* options, element */ ) {}; +$.Widget._childConstructors = []; + +$.Widget.prototype = { + widgetName: "widget", + widgetEventPrefix: "", + defaultElement: "
    ", + options: { + disabled: false, + + // callbacks + create: null + }, + _createWidget: function( options, element ) { + element = $( element || this.defaultElement || this )[ 0 ]; + this.element = $( element ); + this.uuid = widget_uuid++; + this.eventNamespace = "." + this.widgetName + this.uuid; + + this.bindings = $(); + this.hoverable = $(); + this.focusable = $(); + + if ( element !== this ) { + $.data( element, this.widgetFullName, this ); + this._on( true, this.element, { + remove: function( event ) { + if ( event.target === element ) { + this.destroy(); + } + } + }); + this.document = $( element.style ? + // element within the document + element.ownerDocument : + // element is window or document + element.document || element ); + this.window = $( this.document[0].defaultView || this.document[0].parentWindow ); + } + + this.options = $.widget.extend( {}, + this.options, + this._getCreateOptions(), + options ); + + this._create(); + this._trigger( "create", null, this._getCreateEventData() ); + this._init(); + }, + _getCreateOptions: $.noop, + _getCreateEventData: $.noop, + _create: $.noop, + _init: $.noop, + + destroy: function() { + this._destroy(); + // we can probably remove the unbind calls in 2.0 + // all event bindings should go through this._on() + this.element + .unbind( this.eventNamespace ) + .removeData( this.widgetFullName ) + // support: jquery <1.6.3 + // http://bugs.jquery.com/ticket/9413 + .removeData( $.camelCase( this.widgetFullName ) ); + this.widget() + .unbind( this.eventNamespace ) + .removeAttr( "aria-disabled" ) + .removeClass( + this.widgetFullName + "-disabled " + + "ui-state-disabled" ); + + // clean up events and states + this.bindings.unbind( this.eventNamespace ); + this.hoverable.removeClass( "ui-state-hover" ); + this.focusable.removeClass( "ui-state-focus" ); + }, + _destroy: $.noop, + + widget: function() { + return this.element; + }, + + option: function( key, value ) { + var options = key, + parts, + curOption, + i; + + if ( arguments.length === 0 ) { + // don't return a reference to the internal hash + return $.widget.extend( {}, this.options ); + } + + if ( typeof key === "string" ) { + // handle nested keys, e.g., "foo.bar" => { foo: { bar: ___ } } + options = {}; + parts = key.split( "." ); + key = parts.shift(); + if ( parts.length ) { + curOption = options[ key ] = $.widget.extend( {}, this.options[ key ] ); + for ( i = 0; i < parts.length - 1; i++ ) { + curOption[ parts[ i ] ] = curOption[ parts[ i ] ] || {}; + curOption = curOption[ parts[ i ] ]; + } + key = parts.pop(); + if ( arguments.length === 1 ) { + return curOption[ key ] === undefined ? null : curOption[ key ]; + } + curOption[ key ] = value; + } else { + if ( arguments.length === 1 ) { + return this.options[ key ] === undefined ? null : this.options[ key ]; + } + options[ key ] = value; + } + } + + this._setOptions( options ); + + return this; + }, + _setOptions: function( options ) { + var key; + + for ( key in options ) { + this._setOption( key, options[ key ] ); + } + + return this; + }, + _setOption: function( key, value ) { + this.options[ key ] = value; + + if ( key === "disabled" ) { + this.widget() + .toggleClass( this.widgetFullName + "-disabled", !!value ); + + // If the widget is becoming disabled, then nothing is interactive + if ( value ) { + this.hoverable.removeClass( "ui-state-hover" ); + this.focusable.removeClass( "ui-state-focus" ); + } + } + + return this; + }, + + enable: function() { + return this._setOptions({ disabled: false }); + }, + disable: function() { + return this._setOptions({ disabled: true }); + }, + + _on: function( suppressDisabledCheck, element, handlers ) { + var delegateElement, + instance = this; + + // no suppressDisabledCheck flag, shuffle arguments + if ( typeof suppressDisabledCheck !== "boolean" ) { + handlers = element; + element = suppressDisabledCheck; + suppressDisabledCheck = false; + } + + // no element argument, shuffle and use this.element + if ( !handlers ) { + handlers = element; + element = this.element; + delegateElement = this.widget(); + } else { + element = delegateElement = $( element ); + this.bindings = this.bindings.add( element ); + } + + $.each( handlers, function( event, handler ) { + function handlerProxy() { + // allow widgets to customize the disabled handling + // - disabled as an array instead of boolean + // - disabled class as method for disabling individual parts + if ( !suppressDisabledCheck && + ( instance.options.disabled === true || + $( this ).hasClass( "ui-state-disabled" ) ) ) { + return; + } + return ( typeof handler === "string" ? instance[ handler ] : handler ) + .apply( instance, arguments ); + } + + // copy the guid so direct unbinding works + if ( typeof handler !== "string" ) { + handlerProxy.guid = handler.guid = + handler.guid || handlerProxy.guid || $.guid++; + } + + var match = event.match( /^([\w:-]*)\s*(.*)$/ ), + eventName = match[1] + instance.eventNamespace, + selector = match[2]; + if ( selector ) { + delegateElement.delegate( selector, eventName, handlerProxy ); + } else { + element.bind( eventName, handlerProxy ); + } + }); + }, + + _off: function( element, eventName ) { + eventName = (eventName || "").split( " " ).join( this.eventNamespace + " " ) + + this.eventNamespace; + element.unbind( eventName ).undelegate( eventName ); + + // Clear the stack to avoid memory leaks (#10056) + this.bindings = $( this.bindings.not( element ).get() ); + this.focusable = $( this.focusable.not( element ).get() ); + this.hoverable = $( this.hoverable.not( element ).get() ); + }, + + _delay: function( handler, delay ) { + function handlerProxy() { + return ( typeof handler === "string" ? instance[ handler ] : handler ) + .apply( instance, arguments ); + } + var instance = this; + return setTimeout( handlerProxy, delay || 0 ); + }, + + _hoverable: function( element ) { + this.hoverable = this.hoverable.add( element ); + this._on( element, { + mouseenter: function( event ) { + $( event.currentTarget ).addClass( "ui-state-hover" ); + }, + mouseleave: function( event ) { + $( event.currentTarget ).removeClass( "ui-state-hover" ); + } + }); + }, + + _focusable: function( element ) { + this.focusable = this.focusable.add( element ); + this._on( element, { + focusin: function( event ) { + $( event.currentTarget ).addClass( "ui-state-focus" ); + }, + focusout: function( event ) { + $( event.currentTarget ).removeClass( "ui-state-focus" ); + } + }); + }, + + _trigger: function( type, event, data ) { + var prop, orig, + callback = this.options[ type ]; + + data = data || {}; + event = $.Event( event ); + event.type = ( type === this.widgetEventPrefix ? + type : + this.widgetEventPrefix + type ).toLowerCase(); + // the original event may come from any element + // so we need to reset the target on the new event + event.target = this.element[ 0 ]; + + // copy original event properties over to the new event + orig = event.originalEvent; + if ( orig ) { + for ( prop in orig ) { + if ( !( prop in event ) ) { + event[ prop ] = orig[ prop ]; + } + } + } + + this.element.trigger( event, data ); + return !( $.isFunction( callback ) && + callback.apply( this.element[0], [ event ].concat( data ) ) === false || + event.isDefaultPrevented() ); + } +}; + +$.each( { show: "fadeIn", hide: "fadeOut" }, function( method, defaultEffect ) { + $.Widget.prototype[ "_" + method ] = function( element, options, callback ) { + if ( typeof options === "string" ) { + options = { effect: options }; + } + var hasOptions, + effectName = !options ? + method : + options === true || typeof options === "number" ? + defaultEffect : + options.effect || defaultEffect; + options = options || {}; + if ( typeof options === "number" ) { + options = { duration: options }; + } + hasOptions = !$.isEmptyObject( options ); + options.complete = callback; + if ( options.delay ) { + element.delay( options.delay ); + } + if ( hasOptions && $.effects && $.effects.effect[ effectName ] ) { + element[ method ]( options ); + } else if ( effectName !== method && element[ effectName ] ) { + element[ effectName ]( options.duration, options.easing, callback ); + } else { + element.queue(function( next ) { + $( this )[ method ](); + if ( callback ) { + callback.call( element[ 0 ] ); + } + next(); + }); + } + }; +}); + +var widget = $.widget; + + +/*! + * jQuery UI Mouse 1.11.4 + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/mouse/ + */ + + +var mouseHandled = false; +$( document ).mouseup( function() { + mouseHandled = false; +}); + +var mouse = $.widget("ui.mouse", { + version: "1.11.4", + options: { + cancel: "input,textarea,button,select,option", + distance: 1, + delay: 0 + }, + _mouseInit: function() { + var that = this; + + this.element + .bind("mousedown." + this.widgetName, function(event) { + return that._mouseDown(event); + }) + .bind("click." + this.widgetName, function(event) { + if (true === $.data(event.target, that.widgetName + ".preventClickEvent")) { + $.removeData(event.target, that.widgetName + ".preventClickEvent"); + event.stopImmediatePropagation(); + return false; + } + }); + + this.started = false; + }, + + // TODO: make sure destroying one instance of mouse doesn't mess with + // other instances of mouse + _mouseDestroy: function() { + this.element.unbind("." + this.widgetName); + if ( this._mouseMoveDelegate ) { + this.document + .unbind("mousemove." + this.widgetName, this._mouseMoveDelegate) + .unbind("mouseup." + this.widgetName, this._mouseUpDelegate); + } + }, + + _mouseDown: function(event) { + // don't let more than one widget handle mouseStart + if ( mouseHandled ) { + return; + } + + this._mouseMoved = false; + + // we may have missed mouseup (out of window) + (this._mouseStarted && this._mouseUp(event)); + + this._mouseDownEvent = event; + + var that = this, + btnIsLeft = (event.which === 1), + // event.target.nodeName works around a bug in IE 8 with + // disabled inputs (#7620) + elIsCancel = (typeof this.options.cancel === "string" && event.target.nodeName ? $(event.target).closest(this.options.cancel).length : false); + if (!btnIsLeft || elIsCancel || !this._mouseCapture(event)) { + return true; + } + + this.mouseDelayMet = !this.options.delay; + if (!this.mouseDelayMet) { + this._mouseDelayTimer = setTimeout(function() { + that.mouseDelayMet = true; + }, this.options.delay); + } + + if (this._mouseDistanceMet(event) && this._mouseDelayMet(event)) { + this._mouseStarted = (this._mouseStart(event) !== false); + if (!this._mouseStarted) { + event.preventDefault(); + return true; + } + } + + // Click event may never have fired (Gecko & Opera) + if (true === $.data(event.target, this.widgetName + ".preventClickEvent")) { + $.removeData(event.target, this.widgetName + ".preventClickEvent"); + } + + // these delegates are required to keep context + this._mouseMoveDelegate = function(event) { + return that._mouseMove(event); + }; + this._mouseUpDelegate = function(event) { + return that._mouseUp(event); + }; + + this.document + .bind( "mousemove." + this.widgetName, this._mouseMoveDelegate ) + .bind( "mouseup." + this.widgetName, this._mouseUpDelegate ); + + event.preventDefault(); + + mouseHandled = true; + return true; + }, + + _mouseMove: function(event) { + // Only check for mouseups outside the document if you've moved inside the document + // at least once. This prevents the firing of mouseup in the case of IE<9, which will + // fire a mousemove event if content is placed under the cursor. See #7778 + // Support: IE <9 + if ( this._mouseMoved ) { + // IE mouseup check - mouseup happened when mouse was out of window + if ($.ui.ie && ( !document.documentMode || document.documentMode < 9 ) && !event.button) { + return this._mouseUp(event); + + // Iframe mouseup check - mouseup occurred in another document + } else if ( !event.which ) { + return this._mouseUp( event ); + } + } + + if ( event.which || event.button ) { + this._mouseMoved = true; + } + + if (this._mouseStarted) { + this._mouseDrag(event); + return event.preventDefault(); + } + + if (this._mouseDistanceMet(event) && this._mouseDelayMet(event)) { + this._mouseStarted = + (this._mouseStart(this._mouseDownEvent, event) !== false); + (this._mouseStarted ? this._mouseDrag(event) : this._mouseUp(event)); + } + + return !this._mouseStarted; + }, + + _mouseUp: function(event) { + this.document + .unbind( "mousemove." + this.widgetName, this._mouseMoveDelegate ) + .unbind( "mouseup." + this.widgetName, this._mouseUpDelegate ); + + if (this._mouseStarted) { + this._mouseStarted = false; + + if (event.target === this._mouseDownEvent.target) { + $.data(event.target, this.widgetName + ".preventClickEvent", true); + } + + this._mouseStop(event); + } + + mouseHandled = false; + return false; + }, + + _mouseDistanceMet: function(event) { + return (Math.max( + Math.abs(this._mouseDownEvent.pageX - event.pageX), + Math.abs(this._mouseDownEvent.pageY - event.pageY) + ) >= this.options.distance + ); + }, + + _mouseDelayMet: function(/* event */) { + return this.mouseDelayMet; + }, + + // These are placeholder methods, to be overriden by extending plugin + _mouseStart: function(/* event */) {}, + _mouseDrag: function(/* event */) {}, + _mouseStop: function(/* event */) {}, + _mouseCapture: function(/* event */) { return true; } +}); + + +/*! + * jQuery UI Position 1.11.4 + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/position/ + */ + +(function() { + +$.ui = $.ui || {}; + +var cachedScrollbarWidth, supportsOffsetFractions, + max = Math.max, + abs = Math.abs, + round = Math.round, + rhorizontal = /left|center|right/, + rvertical = /top|center|bottom/, + roffset = /[\+\-]\d+(\.[\d]+)?%?/, + rposition = /^\w+/, + rpercent = /%$/, + _position = $.fn.position; + +function getOffsets( offsets, width, height ) { + return [ + parseFloat( offsets[ 0 ] ) * ( rpercent.test( offsets[ 0 ] ) ? width / 100 : 1 ), + parseFloat( offsets[ 1 ] ) * ( rpercent.test( offsets[ 1 ] ) ? height / 100 : 1 ) + ]; +} + +function parseCss( element, property ) { + return parseInt( $.css( element, property ), 10 ) || 0; +} + +function getDimensions( elem ) { + var raw = elem[0]; + if ( raw.nodeType === 9 ) { + return { + width: elem.width(), + height: elem.height(), + offset: { top: 0, left: 0 } + }; + } + if ( $.isWindow( raw ) ) { + return { + width: elem.width(), + height: elem.height(), + offset: { top: elem.scrollTop(), left: elem.scrollLeft() } + }; + } + if ( raw.preventDefault ) { + return { + width: 0, + height: 0, + offset: { top: raw.pageY, left: raw.pageX } + }; + } + return { + width: elem.outerWidth(), + height: elem.outerHeight(), + offset: elem.offset() + }; +} + +$.position = { + scrollbarWidth: function() { + if ( cachedScrollbarWidth !== undefined ) { + return cachedScrollbarWidth; + } + var w1, w2, + div = $( "
    " ), + innerDiv = div.children()[0]; + + $( "body" ).append( div ); + w1 = innerDiv.offsetWidth; + div.css( "overflow", "scroll" ); + + w2 = innerDiv.offsetWidth; + + if ( w1 === w2 ) { + w2 = div[0].clientWidth; + } + + div.remove(); + + return (cachedScrollbarWidth = w1 - w2); + }, + getScrollInfo: function( within ) { + var overflowX = within.isWindow || within.isDocument ? "" : + within.element.css( "overflow-x" ), + overflowY = within.isWindow || within.isDocument ? "" : + within.element.css( "overflow-y" ), + hasOverflowX = overflowX === "scroll" || + ( overflowX === "auto" && within.width < within.element[0].scrollWidth ), + hasOverflowY = overflowY === "scroll" || + ( overflowY === "auto" && within.height < within.element[0].scrollHeight ); + return { + width: hasOverflowY ? $.position.scrollbarWidth() : 0, + height: hasOverflowX ? $.position.scrollbarWidth() : 0 + }; + }, + getWithinInfo: function( element ) { + var withinElement = $( element || window ), + isWindow = $.isWindow( withinElement[0] ), + isDocument = !!withinElement[ 0 ] && withinElement[ 0 ].nodeType === 9; + return { + element: withinElement, + isWindow: isWindow, + isDocument: isDocument, + offset: withinElement.offset() || { left: 0, top: 0 }, + scrollLeft: withinElement.scrollLeft(), + scrollTop: withinElement.scrollTop(), + + // support: jQuery 1.6.x + // jQuery 1.6 doesn't support .outerWidth/Height() on documents or windows + width: isWindow || isDocument ? withinElement.width() : withinElement.outerWidth(), + height: isWindow || isDocument ? withinElement.height() : withinElement.outerHeight() + }; + } +}; + +$.fn.position = function( options ) { + if ( !options || !options.of ) { + return _position.apply( this, arguments ); + } + + // make a copy, we don't want to modify arguments + options = $.extend( {}, options ); + + var atOffset, targetWidth, targetHeight, targetOffset, basePosition, dimensions, + target = $( options.of ), + within = $.position.getWithinInfo( options.within ), + scrollInfo = $.position.getScrollInfo( within ), + collision = ( options.collision || "flip" ).split( " " ), + offsets = {}; + + dimensions = getDimensions( target ); + if ( target[0].preventDefault ) { + // force left top to allow flipping + options.at = "left top"; + } + targetWidth = dimensions.width; + targetHeight = dimensions.height; + targetOffset = dimensions.offset; + // clone to reuse original targetOffset later + basePosition = $.extend( {}, targetOffset ); + + // force my and at to have valid horizontal and vertical positions + // if a value is missing or invalid, it will be converted to center + $.each( [ "my", "at" ], function() { + var pos = ( options[ this ] || "" ).split( " " ), + horizontalOffset, + verticalOffset; + + if ( pos.length === 1) { + pos = rhorizontal.test( pos[ 0 ] ) ? + pos.concat( [ "center" ] ) : + rvertical.test( pos[ 0 ] ) ? + [ "center" ].concat( pos ) : + [ "center", "center" ]; + } + pos[ 0 ] = rhorizontal.test( pos[ 0 ] ) ? pos[ 0 ] : "center"; + pos[ 1 ] = rvertical.test( pos[ 1 ] ) ? pos[ 1 ] : "center"; + + // calculate offsets + horizontalOffset = roffset.exec( pos[ 0 ] ); + verticalOffset = roffset.exec( pos[ 1 ] ); + offsets[ this ] = [ + horizontalOffset ? horizontalOffset[ 0 ] : 0, + verticalOffset ? verticalOffset[ 0 ] : 0 + ]; + + // reduce to just the positions without the offsets + options[ this ] = [ + rposition.exec( pos[ 0 ] )[ 0 ], + rposition.exec( pos[ 1 ] )[ 0 ] + ]; + }); + + // normalize collision option + if ( collision.length === 1 ) { + collision[ 1 ] = collision[ 0 ]; + } + + if ( options.at[ 0 ] === "right" ) { + basePosition.left += targetWidth; + } else if ( options.at[ 0 ] === "center" ) { + basePosition.left += targetWidth / 2; + } + + if ( options.at[ 1 ] === "bottom" ) { + basePosition.top += targetHeight; + } else if ( options.at[ 1 ] === "center" ) { + basePosition.top += targetHeight / 2; + } + + atOffset = getOffsets( offsets.at, targetWidth, targetHeight ); + basePosition.left += atOffset[ 0 ]; + basePosition.top += atOffset[ 1 ]; + + return this.each(function() { + var collisionPosition, using, + elem = $( this ), + elemWidth = elem.outerWidth(), + elemHeight = elem.outerHeight(), + marginLeft = parseCss( this, "marginLeft" ), + marginTop = parseCss( this, "marginTop" ), + collisionWidth = elemWidth + marginLeft + parseCss( this, "marginRight" ) + scrollInfo.width, + collisionHeight = elemHeight + marginTop + parseCss( this, "marginBottom" ) + scrollInfo.height, + position = $.extend( {}, basePosition ), + myOffset = getOffsets( offsets.my, elem.outerWidth(), elem.outerHeight() ); + + if ( options.my[ 0 ] === "right" ) { + position.left -= elemWidth; + } else if ( options.my[ 0 ] === "center" ) { + position.left -= elemWidth / 2; + } + + if ( options.my[ 1 ] === "bottom" ) { + position.top -= elemHeight; + } else if ( options.my[ 1 ] === "center" ) { + position.top -= elemHeight / 2; + } + + position.left += myOffset[ 0 ]; + position.top += myOffset[ 1 ]; + + // if the browser doesn't support fractions, then round for consistent results + if ( !supportsOffsetFractions ) { + position.left = round( position.left ); + position.top = round( position.top ); + } + + collisionPosition = { + marginLeft: marginLeft, + marginTop: marginTop + }; + + $.each( [ "left", "top" ], function( i, dir ) { + if ( $.ui.position[ collision[ i ] ] ) { + $.ui.position[ collision[ i ] ][ dir ]( position, { + targetWidth: targetWidth, + targetHeight: targetHeight, + elemWidth: elemWidth, + elemHeight: elemHeight, + collisionPosition: collisionPosition, + collisionWidth: collisionWidth, + collisionHeight: collisionHeight, + offset: [ atOffset[ 0 ] + myOffset[ 0 ], atOffset [ 1 ] + myOffset[ 1 ] ], + my: options.my, + at: options.at, + within: within, + elem: elem + }); + } + }); + + if ( options.using ) { + // adds feedback as second argument to using callback, if present + using = function( props ) { + var left = targetOffset.left - position.left, + right = left + targetWidth - elemWidth, + top = targetOffset.top - position.top, + bottom = top + targetHeight - elemHeight, + feedback = { + target: { + element: target, + left: targetOffset.left, + top: targetOffset.top, + width: targetWidth, + height: targetHeight + }, + element: { + element: elem, + left: position.left, + top: position.top, + width: elemWidth, + height: elemHeight + }, + horizontal: right < 0 ? "left" : left > 0 ? "right" : "center", + vertical: bottom < 0 ? "top" : top > 0 ? "bottom" : "middle" + }; + if ( targetWidth < elemWidth && abs( left + right ) < targetWidth ) { + feedback.horizontal = "center"; + } + if ( targetHeight < elemHeight && abs( top + bottom ) < targetHeight ) { + feedback.vertical = "middle"; + } + if ( max( abs( left ), abs( right ) ) > max( abs( top ), abs( bottom ) ) ) { + feedback.important = "horizontal"; + } else { + feedback.important = "vertical"; + } + options.using.call( this, props, feedback ); + }; + } + + elem.offset( $.extend( position, { using: using } ) ); + }); +}; + +$.ui.position = { + fit: { + left: function( position, data ) { + var within = data.within, + withinOffset = within.isWindow ? within.scrollLeft : within.offset.left, + outerWidth = within.width, + collisionPosLeft = position.left - data.collisionPosition.marginLeft, + overLeft = withinOffset - collisionPosLeft, + overRight = collisionPosLeft + data.collisionWidth - outerWidth - withinOffset, + newOverRight; + + // element is wider than within + if ( data.collisionWidth > outerWidth ) { + // element is initially over the left side of within + if ( overLeft > 0 && overRight <= 0 ) { + newOverRight = position.left + overLeft + data.collisionWidth - outerWidth - withinOffset; + position.left += overLeft - newOverRight; + // element is initially over right side of within + } else if ( overRight > 0 && overLeft <= 0 ) { + position.left = withinOffset; + // element is initially over both left and right sides of within + } else { + if ( overLeft > overRight ) { + position.left = withinOffset + outerWidth - data.collisionWidth; + } else { + position.left = withinOffset; + } + } + // too far left -> align with left edge + } else if ( overLeft > 0 ) { + position.left += overLeft; + // too far right -> align with right edge + } else if ( overRight > 0 ) { + position.left -= overRight; + // adjust based on position and margin + } else { + position.left = max( position.left - collisionPosLeft, position.left ); + } + }, + top: function( position, data ) { + var within = data.within, + withinOffset = within.isWindow ? within.scrollTop : within.offset.top, + outerHeight = data.within.height, + collisionPosTop = position.top - data.collisionPosition.marginTop, + overTop = withinOffset - collisionPosTop, + overBottom = collisionPosTop + data.collisionHeight - outerHeight - withinOffset, + newOverBottom; + + // element is taller than within + if ( data.collisionHeight > outerHeight ) { + // element is initially over the top of within + if ( overTop > 0 && overBottom <= 0 ) { + newOverBottom = position.top + overTop + data.collisionHeight - outerHeight - withinOffset; + position.top += overTop - newOverBottom; + // element is initially over bottom of within + } else if ( overBottom > 0 && overTop <= 0 ) { + position.top = withinOffset; + // element is initially over both top and bottom of within + } else { + if ( overTop > overBottom ) { + position.top = withinOffset + outerHeight - data.collisionHeight; + } else { + position.top = withinOffset; + } + } + // too far up -> align with top + } else if ( overTop > 0 ) { + position.top += overTop; + // too far down -> align with bottom edge + } else if ( overBottom > 0 ) { + position.top -= overBottom; + // adjust based on position and margin + } else { + position.top = max( position.top - collisionPosTop, position.top ); + } + } + }, + flip: { + left: function( position, data ) { + var within = data.within, + withinOffset = within.offset.left + within.scrollLeft, + outerWidth = within.width, + offsetLeft = within.isWindow ? within.scrollLeft : within.offset.left, + collisionPosLeft = position.left - data.collisionPosition.marginLeft, + overLeft = collisionPosLeft - offsetLeft, + overRight = collisionPosLeft + data.collisionWidth - outerWidth - offsetLeft, + myOffset = data.my[ 0 ] === "left" ? + -data.elemWidth : + data.my[ 0 ] === "right" ? + data.elemWidth : + 0, + atOffset = data.at[ 0 ] === "left" ? + data.targetWidth : + data.at[ 0 ] === "right" ? + -data.targetWidth : + 0, + offset = -2 * data.offset[ 0 ], + newOverRight, + newOverLeft; + + if ( overLeft < 0 ) { + newOverRight = position.left + myOffset + atOffset + offset + data.collisionWidth - outerWidth - withinOffset; + if ( newOverRight < 0 || newOverRight < abs( overLeft ) ) { + position.left += myOffset + atOffset + offset; + } + } else if ( overRight > 0 ) { + newOverLeft = position.left - data.collisionPosition.marginLeft + myOffset + atOffset + offset - offsetLeft; + if ( newOverLeft > 0 || abs( newOverLeft ) < overRight ) { + position.left += myOffset + atOffset + offset; + } + } + }, + top: function( position, data ) { + var within = data.within, + withinOffset = within.offset.top + within.scrollTop, + outerHeight = within.height, + offsetTop = within.isWindow ? within.scrollTop : within.offset.top, + collisionPosTop = position.top - data.collisionPosition.marginTop, + overTop = collisionPosTop - offsetTop, + overBottom = collisionPosTop + data.collisionHeight - outerHeight - offsetTop, + top = data.my[ 1 ] === "top", + myOffset = top ? + -data.elemHeight : + data.my[ 1 ] === "bottom" ? + data.elemHeight : + 0, + atOffset = data.at[ 1 ] === "top" ? + data.targetHeight : + data.at[ 1 ] === "bottom" ? + -data.targetHeight : + 0, + offset = -2 * data.offset[ 1 ], + newOverTop, + newOverBottom; + if ( overTop < 0 ) { + newOverBottom = position.top + myOffset + atOffset + offset + data.collisionHeight - outerHeight - withinOffset; + if ( newOverBottom < 0 || newOverBottom < abs( overTop ) ) { + position.top += myOffset + atOffset + offset; + } + } else if ( overBottom > 0 ) { + newOverTop = position.top - data.collisionPosition.marginTop + myOffset + atOffset + offset - offsetTop; + if ( newOverTop > 0 || abs( newOverTop ) < overBottom ) { + position.top += myOffset + atOffset + offset; + } + } + } + }, + flipfit: { + left: function() { + $.ui.position.flip.left.apply( this, arguments ); + $.ui.position.fit.left.apply( this, arguments ); + }, + top: function() { + $.ui.position.flip.top.apply( this, arguments ); + $.ui.position.fit.top.apply( this, arguments ); + } + } +}; + +// fraction support test +(function() { + var testElement, testElementParent, testElementStyle, offsetLeft, i, + body = document.getElementsByTagName( "body" )[ 0 ], + div = document.createElement( "div" ); + + //Create a "fake body" for testing based on method used in jQuery.support + testElement = document.createElement( body ? "div" : "body" ); + testElementStyle = { + visibility: "hidden", + width: 0, + height: 0, + border: 0, + margin: 0, + background: "none" + }; + if ( body ) { + $.extend( testElementStyle, { + position: "absolute", + left: "-1000px", + top: "-1000px" + }); + } + for ( i in testElementStyle ) { + testElement.style[ i ] = testElementStyle[ i ]; + } + testElement.appendChild( div ); + testElementParent = body || document.documentElement; + testElementParent.insertBefore( testElement, testElementParent.firstChild ); + + div.style.cssText = "position: absolute; left: 10.7432222px;"; + + offsetLeft = $( div ).offset().left; + supportsOffsetFractions = offsetLeft > 10 && offsetLeft < 11; + + testElement.innerHTML = ""; + testElementParent.removeChild( testElement ); +})(); + +})(); + +var position = $.ui.position; + + +/*! + * jQuery UI Draggable 1.11.4 + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/draggable/ + */ + + +$.widget("ui.draggable", $.ui.mouse, { + version: "1.11.4", + widgetEventPrefix: "drag", + options: { + addClasses: true, + appendTo: "parent", + axis: false, + connectToSortable: false, + containment: false, + cursor: "auto", + cursorAt: false, + grid: false, + handle: false, + helper: "original", + iframeFix: false, + opacity: false, + refreshPositions: false, + revert: false, + revertDuration: 500, + scope: "default", + scroll: true, + scrollSensitivity: 20, + scrollSpeed: 20, + snap: false, + snapMode: "both", + snapTolerance: 20, + stack: false, + zIndex: false, + + // callbacks + drag: null, + start: null, + stop: null + }, + _create: function() { + + if ( this.options.helper === "original" ) { + this._setPositionRelative(); + } + if (this.options.addClasses){ + this.element.addClass("ui-draggable"); + } + if (this.options.disabled){ + this.element.addClass("ui-draggable-disabled"); + } + this._setHandleClassName(); + + this._mouseInit(); + }, + + _setOption: function( key, value ) { + this._super( key, value ); + if ( key === "handle" ) { + this._removeHandleClassName(); + this._setHandleClassName(); + } + }, + + _destroy: function() { + if ( ( this.helper || this.element ).is( ".ui-draggable-dragging" ) ) { + this.destroyOnClear = true; + return; + } + this.element.removeClass( "ui-draggable ui-draggable-dragging ui-draggable-disabled" ); + this._removeHandleClassName(); + this._mouseDestroy(); + }, + + _mouseCapture: function(event) { + var o = this.options; + + this._blurActiveElement( event ); + + // among others, prevent a drag on a resizable-handle + if (this.helper || o.disabled || $(event.target).closest(".ui-resizable-handle").length > 0) { + return false; + } + + //Quit if we're not on a valid handle + this.handle = this._getHandle(event); + if (!this.handle) { + return false; + } + + this._blockFrames( o.iframeFix === true ? "iframe" : o.iframeFix ); + + return true; + + }, + + _blockFrames: function( selector ) { + this.iframeBlocks = this.document.find( selector ).map(function() { + var iframe = $( this ); + + return $( "
    " ) + .css( "position", "absolute" ) + .appendTo( iframe.parent() ) + .outerWidth( iframe.outerWidth() ) + .outerHeight( iframe.outerHeight() ) + .offset( iframe.offset() )[ 0 ]; + }); + }, + + _unblockFrames: function() { + if ( this.iframeBlocks ) { + this.iframeBlocks.remove(); + delete this.iframeBlocks; + } + }, + + _blurActiveElement: function( event ) { + var document = this.document[ 0 ]; + + // Only need to blur if the event occurred on the draggable itself, see #10527 + if ( !this.handleElement.is( event.target ) ) { + return; + } + + // support: IE9 + // IE9 throws an "Unspecified error" accessing document.activeElement from an '),c.attr("height",h),c.attr("width",g),"youtube"===f.type?c.attr("src","//www.youtube.com/embed/"+f.id+"?autoplay=1&rel=0&v="+f.id):"vimeo"===f.type?c.attr("src","//player.vimeo.com/video/"+f.id+"?autoplay=1"):"vzaar"===f.type&&c.attr("src","//view.vzaar.com/"+f.id+"/player?autoplay=true"),a(c).wrap('
    ').insertAfter(e.find(".owl-video")),this._playing=e.addClass("owl-video-playing"))},e.prototype.isInFullScreen=function(){var b=c.fullscreenElement||c.mozFullScreenElement||c.webkitFullscreenElement;return b&&a(b).parent().hasClass("owl-video-frame")},e.prototype.destroy=function(){var a,b;this._core.$element.off("click.owl.video");for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Video=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this.core=b,this.core.options=a.extend({},e.Defaults,this.core.options),this.swapping=!0,this.previous=d,this.next=d,this.handlers={"change.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&(this.previous=this.core.current(),this.next=a.property.value)},this),"drag.owl.carousel dragged.owl.carousel translated.owl.carousel":a.proxy(function(a){a.namespace&&(this.swapping="translated"==a.type)},this),"translate.owl.carousel":a.proxy(function(a){a.namespace&&this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};e.Defaults={animateOut:!1, +animateIn:!1},e.prototype.swap=function(){if(1===this.core.settings.items&&a.support.animation&&a.support.transition){this.core.speed(0);var b,c=a.proxy(this.clear,this),d=this.core.$stage.children().eq(this.previous),e=this.core.$stage.children().eq(this.next),f=this.core.settings.animateIn,g=this.core.settings.animateOut;this.core.current()!==this.previous&&(g&&(b=this.core.coordinates(this.previous)-this.core.coordinates(this.next),d.one(a.support.animation.end,c).css({left:b+"px"}).addClass("animated owl-animated-out").addClass(g)),f&&e.one(a.support.animation.end,c).addClass("animated owl-animated-in").addClass(f))}},e.prototype.clear=function(b){a(b.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.onTransitionEnd()},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this.core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Animate=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._call=null,this._time=0,this._timeout=0,this._paused=!0,this._handlers={"changed.owl.carousel":a.proxy(function(a){a.namespace&&"settings"===a.property.name?this._core.settings.autoplay?this.play():this.stop():a.namespace&&"position"===a.property.name&&this._paused&&(this._time=0)},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoplay&&this.play()},this),"play.owl.autoplay":a.proxy(function(a,b,c){a.namespace&&this.play(b,c)},this),"stop.owl.autoplay":a.proxy(function(a){a.namespace&&this.stop()},this),"mouseover.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"mouseleave.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.play()},this),"touchstart.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"touchend.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this.play()},this)},this._core.$element.on(this._handlers),this._core.options=a.extend({},e.Defaults,this._core.options)};e.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},e.prototype._next=function(d){this._call=b.setTimeout(a.proxy(this._next,this,d),this._timeout*(Math.round(this.read()/this._timeout)+1)-this.read()),this._core.is("interacting")||c.hidden||this._core.next(d||this._core.settings.autoplaySpeed)},e.prototype.read=function(){return(new Date).getTime()-this._time},e.prototype.play=function(c,d){var e;this._core.is("rotating")||this._core.enter("rotating"),c=c||this._core.settings.autoplayTimeout,e=Math.min(this._time%(this._timeout||c),c),this._paused?(this._time=this.read(),this._paused=!1):b.clearTimeout(this._call),this._time+=this.read()%c-e,this._timeout=c,this._call=b.setTimeout(a.proxy(this._next,this,d),c-e)},e.prototype.stop=function(){this._core.is("rotating")&&(this._time=0,this._paused=!0,b.clearTimeout(this._call),this._core.leave("rotating"))},e.prototype.pause=function(){this._core.is("rotating")&&!this._paused&&(this._time=this.read(),this._paused=!0,b.clearTimeout(this._call))},e.prototype.destroy=function(){var a,b;this.stop();for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.autoplay=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){"use strict";var e=function(b){this._core=b,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":a.proxy(function(b){b.namespace&&this._core.settings.dotsData&&this._templates.push('
    '+a(b.content).find("[data-dot]").addBack("[data-dot]").attr("data-dot")+"
    ")},this),"added.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,0,this._templates.pop())},this),"remove.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,1)},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&this.draw()},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&!this._initialized&&(this._core.trigger("initialize",null,"navigation"),this.initialize(),this.update(),this.draw(),this._initialized=!0,this._core.trigger("initialized",null,"navigation"))},this),"refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._initialized&&(this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation"))},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this.$element.on(this._handlers)};e.Defaults={nav:!1,navText:['',''],navSpeed:!1,navElement:'button type="button" role="presentation"',navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotsData:!1,dotsSpeed:!1,dotsContainer:!1},e.prototype.initialize=function(){var b,c=this._core.settings;this._controls.$relative=(c.navContainer?a(c.navContainer):a("
    ").addClass(c.navContainerClass).appendTo(this.$element)).addClass("disabled"),this._controls.$previous=a("<"+c.navElement+">").addClass(c.navClass[0]).html(c.navText[0]).prependTo(this._controls.$relative).on("click",a.proxy(function(a){this.prev(c.navSpeed)},this)),this._controls.$next=a("<"+c.navElement+">").addClass(c.navClass[1]).html(c.navText[1]).appendTo(this._controls.$relative).on("click",a.proxy(function(a){this.next(c.navSpeed)},this)),c.dotsData||(this._templates=[a('
    '),i.append(e)),e.css({height:a+"px"})):0===(e=t.find(".swiper-cube-shadow")).length&&(e=n('
    '),t.append(e)));for(var u=0;u-1&&(c=90*f+90*b,o&&(c=90*-f-90*b)),v.transform(E),d.slideShadows){var T=h?v.find(".swiper-slide-shadow-left"):v.find(".swiper-slide-shadow-top"),S=h?v.find(".swiper-slide-shadow-right"):v.find(".swiper-slide-shadow-bottom");0===T.length&&(T=n('
    '),v.append(T)),0===S.length&&(S=n('
    '),v.append(S)),T.length&&(T[0].style.opacity=Math.max(-b,0)),S.length&&(S[0].style.opacity=Math.max(b,0))}}if(i.css({"-webkit-transform-origin":"50% 50% -"+l/2+"px","-moz-transform-origin":"50% 50% -"+l/2+"px","-ms-transform-origin":"50% 50% -"+l/2+"px","transform-origin":"50% 50% -"+l/2+"px"}),d.shadow)if(h)e.transform("translate3d(0px, "+(a/2+d.shadowOffset)+"px, "+-a/2+"px) rotateX(90deg) rotateZ(0deg) scale("+d.shadowScale+")");else{var C=Math.abs(c)-90*Math.floor(Math.abs(c)/90),M=1.5-(Math.sin(2*C*Math.PI/360)/2+Math.cos(2*C*Math.PI/360)/2),P=d.shadowScale,z=d.shadowScale/M,k=d.shadowOffset;e.transform("scale3d("+P+", 1, "+z+") translate3d(0px, "+(r/2+k)+"px, "+-r/2/z+"px) rotateX(-90deg)")}var $=_.isSafari||_.isWebView?-l/2:0;i.transform("translate3d(0px,0,"+$+"px) rotateX("+(this.isHorizontal()?0:c)+"deg) rotateY("+(this.isHorizontal()?-c:0)+"deg)")},setTransition:function(e){var t=this.$el;this.slides.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),this.params.cubeEffect.shadow&&!this.isHorizontal()&&t.find(".swiper-cube-shadow").transition(e)}},we={setTranslate:function(){for(var e=this.slides,t=this.rtlTranslate,i=0;i
    '),s.append(h)),0===p.length&&(p=n('
    '),s.append(p)),h.length&&(h[0].style.opacity=Math.max(-a,0)),p.length&&(p[0].style.opacity=Math.max(a,0))}s.transform("translate3d("+l+"px, "+d+"px, 0px) rotateX("+o+"deg) rotateY("+r+"deg)")}},setTransition:function(e){var t=this,i=t.slides,s=t.activeIndex,a=t.$wrapperEl;if(i.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),t.params.virtualTranslate&&0!==e){var r=!1;i.eq(s).transitionEnd((function(){if(!r&&t&&!t.destroyed){r=!0,t.animating=!1;for(var e=["webkitTransitionEnd","transitionend"],i=0;i
    '),f.append(M)),0===P.length&&(P=n('
    '),f.append(P)),M.length&&(M[0].style.opacity=g>0?g:0),P.length&&(P[0].style.opacity=-g>0?-g:0)}}(h.pointerEvents||h.prefixedPointerEvents)&&(s[0].style.perspectiveOrigin=d+"px 50%")},setTransition:function(e){this.slides.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e)}},xe={init:function(){var e=this.params.thumbs,t=this.constructor;e.swiper instanceof t?(this.thumbs.swiper=e.swiper,d.extend(this.thumbs.swiper.originalParams,{watchSlidesProgress:!0,slideToClickedSlide:!1}),d.extend(this.thumbs.swiper.params,{watchSlidesProgress:!0,slideToClickedSlide:!1})):d.isObject(e.swiper)&&(this.thumbs.swiper=new t(d.extend({},e.swiper,{watchSlidesVisibility:!0,watchSlidesProgress:!0,slideToClickedSlide:!1})),this.thumbs.swiperCreated=!0),this.thumbs.swiper.$el.addClass(this.params.thumbs.thumbsContainerClass),this.thumbs.swiper.on("tap",this.thumbs.onThumbClick)},onThumbClick:function(){var e=this.thumbs.swiper;if(e){var t=e.clickedIndex,i=e.clickedSlide;if(!(i&&n(i).hasClass(this.params.thumbs.slideThumbActiveClass)||null==t)){var s;if(s=e.params.loop?parseInt(n(e.clickedSlide).attr("data-swiper-slide-index"),10):t,this.params.loop){var a=this.activeIndex;this.slides.eq(a).hasClass(this.params.slideDuplicateClass)&&(this.loopFix(),this._clientLeft=this.$wrapperEl[0].clientLeft,a=this.activeIndex);var r=this.slides.eq(a).prevAll('[data-swiper-slide-index="'+s+'"]').eq(0).index(),o=this.slides.eq(a).nextAll('[data-swiper-slide-index="'+s+'"]').eq(0).index();s=void 0===r?o:void 0===o?r:o-athis.previousIndex?"next":"prev"}else n=(r=this.realIndex)>this.previousIndex?"next":"prev";a&&(r+="next"===n?s:-1*s),t.visibleSlidesIndexes&&t.visibleSlidesIndexes.indexOf(r)<0&&(t.params.centeredSlides?r=r>o?r-Math.floor(i/2)+1:r+Math.floor(i/2)-1:r>o&&(r=r-i+1),t.slideTo(r,e?0:void 0))}var h=1,p=this.params.thumbs.slideThumbActiveClass;if(this.params.slidesPerView>1&&!this.params.centeredSlides&&(h=this.params.slidesPerView),this.params.thumbs.multipleActiveThumbs||(h=1),h=Math.floor(h),t.slides.removeClass(p),t.params.loop||t.params.virtual&&t.params.virtual.enabled)for(var c=0;c0&&!n(e.target).hasClass(this.params.pagination.bulletClass)&&(!0===this.pagination.$el.hasClass(this.params.pagination.hiddenClass)?this.emit("paginationShow",this):this.emit("paginationHide",this),this.pagination.$el.toggleClass(this.params.pagination.hiddenClass))}}},{name:"scrollbar",params:{scrollbar:{el:null,dragSize:"auto",hide:!1,draggable:!1,snapOnRelease:!0,lockClass:"swiper-scrollbar-lock",dragClass:"swiper-scrollbar-drag"}},create:function(){d.extend(this,{scrollbar:{init:le.init.bind(this),destroy:le.destroy.bind(this),updateSize:le.updateSize.bind(this),setTranslate:le.setTranslate.bind(this),setTransition:le.setTransition.bind(this),enableDraggable:le.enableDraggable.bind(this),disableDraggable:le.disableDraggable.bind(this),setDragPosition:le.setDragPosition.bind(this),getPointerPosition:le.getPointerPosition.bind(this),onDragStart:le.onDragStart.bind(this),onDragMove:le.onDragMove.bind(this),onDragEnd:le.onDragEnd.bind(this),isTouched:!1,timeout:null,dragTimeout:null}})},on:{init:function(){this.scrollbar.init(),this.scrollbar.updateSize(),this.scrollbar.setTranslate()},update:function(){this.scrollbar.updateSize()},resize:function(){this.scrollbar.updateSize()},observerUpdate:function(){this.scrollbar.updateSize()},setTranslate:function(){this.scrollbar.setTranslate()},setTransition:function(e){this.scrollbar.setTransition(e)},destroy:function(){this.scrollbar.destroy()}}},{name:"parallax",params:{parallax:{enabled:!1}},create:function(){d.extend(this,{parallax:{setTransform:de.setTransform.bind(this),setTranslate:de.setTranslate.bind(this),setTransition:de.setTransition.bind(this)}})},on:{beforeInit:function(){this.params.parallax.enabled&&(this.params.watchSlidesProgress=!0,this.originalParams.watchSlidesProgress=!0)},init:function(){this.params.parallax.enabled&&this.parallax.setTranslate()},setTranslate:function(){this.params.parallax.enabled&&this.parallax.setTranslate()},setTransition:function(e){this.params.parallax.enabled&&this.parallax.setTransition(e)}}},{name:"zoom",params:{zoom:{enabled:!1,maxRatio:3,minRatio:1,toggle:!0,containerClass:"swiper-zoom-container",zoomedSlideClass:"swiper-slide-zoomed"}},create:function(){var e=this,t={enabled:!1,scale:1,currentScale:1,isScaling:!1,gesture:{$slideEl:void 0,slideWidth:void 0,slideHeight:void 0,$imageEl:void 0,$imageWrapEl:void 0,maxRatio:3},image:{isTouched:void 0,isMoved:void 0,currentX:void 0,currentY:void 0,minX:void 0,minY:void 0,maxX:void 0,maxY:void 0,width:void 0,height:void 0,startX:void 0,startY:void 0,touchesStart:{},touchesCurrent:{}},velocity:{x:void 0,y:void 0,prevPositionX:void 0,prevPositionY:void 0,prevTime:void 0}};"onGestureStart onGestureChange onGestureEnd onTouchStart onTouchMove onTouchEnd onTransitionEnd toggle enable disable in out".split(" ").forEach((function(i){t[i]=he[i].bind(e)})),d.extend(e,{zoom:t});var i=1;Object.defineProperty(e.zoom,"scale",{get:function(){return i},set:function(t){if(i!==t){var s=e.zoom.gesture.$imageEl?e.zoom.gesture.$imageEl[0]:void 0,a=e.zoom.gesture.$slideEl?e.zoom.gesture.$slideEl[0]:void 0;e.emit("zoomChange",t,s,a)}i=t}})},on:{init:function(){this.params.zoom.enabled&&this.zoom.enable()},destroy:function(){this.zoom.disable()},touchStart:function(e){this.zoom.enabled&&this.zoom.onTouchStart(e)},touchEnd:function(e){this.zoom.enabled&&this.zoom.onTouchEnd(e)},doubleTap:function(e){this.params.zoom.enabled&&this.zoom.enabled&&this.params.zoom.toggle&&this.zoom.toggle(e)},transitionEnd:function(){this.zoom.enabled&&this.params.zoom.enabled&&this.zoom.onTransitionEnd()},slideChange:function(){this.zoom.enabled&&this.params.zoom.enabled&&this.params.cssMode&&this.zoom.onTransitionEnd()}}},{name:"lazy",params:{lazy:{enabled:!1,loadPrevNext:!1,loadPrevNextAmount:1,loadOnTransitionStart:!1,elementClass:"swiper-lazy",loadingClass:"swiper-lazy-loading",loadedClass:"swiper-lazy-loaded",preloaderClass:"swiper-lazy-preloader"}},create:function(){d.extend(this,{lazy:{initialImageLoaded:!1,load:pe.load.bind(this),loadInSlide:pe.loadInSlide.bind(this)}})},on:{beforeInit:function(){this.params.lazy.enabled&&this.params.preloadImages&&(this.params.preloadImages=!1)},init:function(){this.params.lazy.enabled&&!this.params.loop&&0===this.params.initialSlide&&this.lazy.load()},scroll:function(){this.params.freeMode&&!this.params.freeModeSticky&&this.lazy.load()},resize:function(){this.params.lazy.enabled&&this.lazy.load()},scrollbarDragMove:function(){this.params.lazy.enabled&&this.lazy.load()},transitionStart:function(){this.params.lazy.enabled&&(this.params.lazy.loadOnTransitionStart||!this.params.lazy.loadOnTransitionStart&&!this.lazy.initialImageLoaded)&&this.lazy.load()},transitionEnd:function(){this.params.lazy.enabled&&!this.params.lazy.loadOnTransitionStart&&this.lazy.load()},slideChange:function(){this.params.lazy.enabled&&this.params.cssMode&&this.lazy.load()}}},{name:"controller",params:{controller:{control:void 0,inverse:!1,by:"slide"}},create:function(){d.extend(this,{controller:{control:this.params.controller.control,getInterpolateFunction:ce.getInterpolateFunction.bind(this),setTranslate:ce.setTranslate.bind(this),setTransition:ce.setTransition.bind(this)}})},on:{update:function(){this.controller.control&&this.controller.spline&&(this.controller.spline=void 0,delete this.controller.spline)},resize:function(){this.controller.control&&this.controller.spline&&(this.controller.spline=void 0,delete this.controller.spline)},observerUpdate:function(){this.controller.control&&this.controller.spline&&(this.controller.spline=void 0,delete this.controller.spline)},setTranslate:function(e,t){this.controller.control&&this.controller.setTranslate(e,t)},setTransition:function(e,t){this.controller.control&&this.controller.setTransition(e,t)}}},{name:"a11y",params:{a11y:{enabled:!0,notificationClass:"swiper-notification",prevSlideMessage:"Previous slide",nextSlideMessage:"Next slide",firstSlideMessage:"This is the first slide",lastSlideMessage:"This is the last slide",paginationBulletMessage:"Go to slide {{index}}"}},create:function(){var e=this;d.extend(e,{a11y:{liveRegion:n('')}}),Object.keys(ue).forEach((function(t){e.a11y[t]=ue[t].bind(e)}))},on:{init:function(){this.params.a11y.enabled&&(this.a11y.init(),this.a11y.updateNavigation())},toEdge:function(){this.params.a11y.enabled&&this.a11y.updateNavigation()},fromEdge:function(){this.params.a11y.enabled&&this.a11y.updateNavigation()},paginationUpdate:function(){this.params.a11y.enabled&&this.a11y.updatePagination()},destroy:function(){this.params.a11y.enabled&&this.a11y.destroy()}}},{name:"history",params:{history:{enabled:!1,replaceState:!1,key:"slides"}},create:function(){d.extend(this,{history:{init:ve.init.bind(this),setHistory:ve.setHistory.bind(this),setHistoryPopState:ve.setHistoryPopState.bind(this),scrollToSlide:ve.scrollToSlide.bind(this),destroy:ve.destroy.bind(this)}})},on:{init:function(){this.params.history.enabled&&this.history.init()},destroy:function(){this.params.history.enabled&&this.history.destroy()},transitionEnd:function(){this.history.initialized&&this.history.setHistory(this.params.history.key,this.activeIndex)},slideChange:function(){this.history.initialized&&this.params.cssMode&&this.history.setHistory(this.params.history.key,this.activeIndex)}}},{name:"hash-navigation",params:{hashNavigation:{enabled:!1,replaceState:!1,watchState:!1}},create:function(){d.extend(this,{hashNavigation:{initialized:!1,init:fe.init.bind(this),destroy:fe.destroy.bind(this),setHash:fe.setHash.bind(this),onHashCange:fe.onHashCange.bind(this)}})},on:{init:function(){this.params.hashNavigation.enabled&&this.hashNavigation.init()},destroy:function(){this.params.hashNavigation.enabled&&this.hashNavigation.destroy()},transitionEnd:function(){this.hashNavigation.initialized&&this.hashNavigation.setHash()},slideChange:function(){this.hashNavigation.initialized&&this.params.cssMode&&this.hashNavigation.setHash()}}},{name:"autoplay",params:{autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!0,stopOnLastSlide:!1,reverseDirection:!1}},create:function(){var e=this;d.extend(e,{autoplay:{running:!1,paused:!1,run:me.run.bind(e),start:me.start.bind(e),stop:me.stop.bind(e),pause:me.pause.bind(e),onVisibilityChange:function(){"hidden"===document.visibilityState&&e.autoplay.running&&e.autoplay.pause(),"visible"===document.visibilityState&&e.autoplay.paused&&(e.autoplay.run(),e.autoplay.paused=!1)},onTransitionEnd:function(t){e&&!e.destroyed&&e.$wrapperEl&&t.target===this&&(e.$wrapperEl[0].removeEventListener("transitionend",e.autoplay.onTransitionEnd),e.$wrapperEl[0].removeEventListener("webkitTransitionEnd",e.autoplay.onTransitionEnd),e.autoplay.paused=!1,e.autoplay.running?e.autoplay.run():e.autoplay.stop())}}})},on:{init:function(){this.params.autoplay.enabled&&(this.autoplay.start(),document.addEventListener("visibilitychange",this.autoplay.onVisibilityChange))},beforeTransitionStart:function(e,t){this.autoplay.running&&(t||!this.params.autoplay.disableOnInteraction?this.autoplay.pause(e):this.autoplay.stop())},sliderFirstMove:function(){this.autoplay.running&&(this.params.autoplay.disableOnInteraction?this.autoplay.stop():this.autoplay.pause())},touchEnd:function(){this.params.cssMode&&this.autoplay.paused&&!this.params.autoplay.disableOnInteraction&&this.autoplay.run()},destroy:function(){this.autoplay.running&&this.autoplay.stop(),document.removeEventListener("visibilitychange",this.autoplay.onVisibilityChange)}}},{name:"effect-fade",params:{fadeEffect:{crossFade:!1}},create:function(){d.extend(this,{fadeEffect:{setTranslate:ge.setTranslate.bind(this),setTransition:ge.setTransition.bind(this)}})},on:{beforeInit:function(){if("fade"===this.params.effect){this.classNames.push(this.params.containerModifierClass+"fade");var e={slidesPerView:1,slidesPerColumn:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!0};d.extend(this.params,e),d.extend(this.originalParams,e)}},setTranslate:function(){"fade"===this.params.effect&&this.fadeEffect.setTranslate()},setTransition:function(e){"fade"===this.params.effect&&this.fadeEffect.setTransition(e)}}},{name:"effect-cube",params:{cubeEffect:{slideShadows:!0,shadow:!0,shadowOffset:20,shadowScale:.94}},create:function(){d.extend(this,{cubeEffect:{setTranslate:be.setTranslate.bind(this),setTransition:be.setTransition.bind(this)}})},on:{beforeInit:function(){if("cube"===this.params.effect){this.classNames.push(this.params.containerModifierClass+"cube"),this.classNames.push(this.params.containerModifierClass+"3d");var e={slidesPerView:1,slidesPerColumn:1,slidesPerGroup:1,watchSlidesProgress:!0,resistanceRatio:0,spaceBetween:0,centeredSlides:!1,virtualTranslate:!0};d.extend(this.params,e),d.extend(this.originalParams,e)}},setTranslate:function(){"cube"===this.params.effect&&this.cubeEffect.setTranslate()},setTransition:function(e){"cube"===this.params.effect&&this.cubeEffect.setTransition(e)}}},{name:"effect-flip",params:{flipEffect:{slideShadows:!0,limitRotation:!0}},create:function(){d.extend(this,{flipEffect:{setTranslate:we.setTranslate.bind(this),setTransition:we.setTransition.bind(this)}})},on:{beforeInit:function(){if("flip"===this.params.effect){this.classNames.push(this.params.containerModifierClass+"flip"),this.classNames.push(this.params.containerModifierClass+"3d");var e={slidesPerView:1,slidesPerColumn:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!0};d.extend(this.params,e),d.extend(this.originalParams,e)}},setTranslate:function(){"flip"===this.params.effect&&this.flipEffect.setTranslate()},setTransition:function(e){"flip"===this.params.effect&&this.flipEffect.setTransition(e)}}},{name:"effect-coverflow",params:{coverflowEffect:{rotate:50,stretch:0,depth:100,scale:1,modifier:1,slideShadows:!0}},create:function(){d.extend(this,{coverflowEffect:{setTranslate:ye.setTranslate.bind(this),setTransition:ye.setTransition.bind(this)}})},on:{beforeInit:function(){"coverflow"===this.params.effect&&(this.classNames.push(this.params.containerModifierClass+"coverflow"),this.classNames.push(this.params.containerModifierClass+"3d"),this.params.watchSlidesProgress=!0,this.originalParams.watchSlidesProgress=!0)},setTranslate:function(){"coverflow"===this.params.effect&&this.coverflowEffect.setTranslate()},setTransition:function(e){"coverflow"===this.params.effect&&this.coverflowEffect.setTransition(e)}}},{name:"thumbs",params:{thumbs:{swiper:null,multipleActiveThumbs:!0,autoScrollOffset:0,slideThumbActiveClass:"swiper-slide-thumb-active",thumbsContainerClass:"swiper-container-thumbs"}},create:function(){d.extend(this,{thumbs:{swiper:null,init:xe.init.bind(this),update:xe.update.bind(this),onThumbClick:xe.onThumbClick.bind(this)}})},on:{beforeInit:function(){var e=this.params.thumbs;e&&e.swiper&&(this.thumbs.init(),this.thumbs.update(!0))},slideChange:function(){this.thumbs.swiper&&this.thumbs.update()},update:function(){this.thumbs.swiper&&this.thumbs.update()},resize:function(){this.thumbs.swiper&&this.thumbs.update()},observerUpdate:function(){this.thumbs.swiper&&this.thumbs.update()},setTransition:function(e){var t=this.thumbs.swiper;t&&t.setTransition(e)},beforeDestroy:function(){var e=this.thumbs.swiper;e&&this.thumbs.swiperCreated&&e&&e.destroy()}}}];return void 0===j.use&&(j.use=j.Class.use,j.installModule=j.Class.installModule),j.use(Ee),j})); +//# sourceMappingURL=swiper.min.js.map \ No newline at end of file diff --git a/pages/assets/vendors/timepicker/timePicker.css b/pages/assets/vendors/timepicker/timePicker.css new file mode 100644 index 0000000..5798cc6 --- /dev/null +++ b/pages/assets/vendors/timepicker/timePicker.css @@ -0,0 +1,196 @@ +/** + * FILE: jquery.ptTileSelect.css + * Default style for the timeselect container. + * + * LAST UPDATED: + * + * - $Date: 2009/04/12 20:23:02 $ + * - $Author: paulinho4u $ + * - $Revision: 1.1 $ + */ + + +#ptTimeSelectCntr { + display: none; + font-size: 12px; + margin-left: 0; + position: absolute; + width: 270px !important; + z-index: 10; +} + + + +#ptTimeSelectCntr .ui-widget-content { + background: #fff none repeat scroll 0 0; + border: medium none !important; + border-radius: 0; + margin-bottom: 0px; + margin-top: 0 !important; + padding: 5px; +} + +#ptTimeSelectCntr .ui-widget.ui-widget-content { + border: 1px solid #ddd !important; +} + +#ptTimeSelectCntr .ui-widget {} + +#ptTimeSelectCntr .ui-widget-header { + background: var(--jetly-base) none repeat scroll 0 0; + border: 2px solid var(--jetly-base); + border-radius: 0; + color: #fff; + font-size: 13px; + font-weight: 700; + height: 40px; + padding: 5px; +} + +#ptTimeSelectCntr #ptTimeSelectUserTime { + font-size: larger; + line-height: 26px; + padding: 0 10px; + text-align: center; +} + +#ptTimeSelectCntr .ui-widget-header .ui-icon { + background-image: url("https://bracketweb.com/treck-html/main-html/assets/vendors/timepicker/images/ui-icons_444444_256x240.png") !importent; +} + + + + +#ptTimeSelectCntr #ptTimeSelectCloseCntr { + display: block; + padding: 0; +} + + + + + + +#ptTimeSelectCntr .ui-widget.ui-widget-content { + margin-top: 0; +} + +#ptTimeSelectCntr .ptTimeSelectLeftPane.ui-widget-content { + border-top: none; + border-bottom: none; + border-left: none; + border-right-width: 2px; +} + +#ptTimeSelectCntr .ptTimeSelectRightPane.ui-widget-content { + border: none; +} + + + + +/* content style and hover style */ +#ptTimeSelectCntr .ptTimeSelectHrCntr a, +#ptTimeSelectCntr .ptTimeSelectMinCntr a { + display: block; + float: left; + line-height: 32px; + margin: 2px; + padding: 0; + text-align: center; + text-decoration: none; + transition: all 500ms ease; +} + +#ptTimeSelectCntr .ptTimeSelectHrCntr a:hover, +#ptTimeSelectCntr .ptTimeSelectMinCntr a:hover { + background: #f5f5f5 !important; + border-color: #f5f5f5 !important; +} + + + +/* Hour min text style */ +#ptTimeSelectCntr .ptTimeSelectTimeLabelsCntr { + color: #252525; + font-size: 13px; + font-weight: 700; +} + + +/* Cloase button style */ +#ptTimeSelectCntr #ptTimeSelectCloseCntr a { + border-radius: 30%; + display: block; + height: 25px !important; + line-height: 24px; + margin: 0 !important; + opacity: 1; + padding: 0 !important; + text-align: center; + width: 25px !important; + padding: 3px 4px !important; +} + +/* am pm content style, hover bg */ +#ptTimeSelectCntr .ui-state-default { + background: #fff !important; + border: 1px solid #eaeaea !important; + border-radius: 0; + color: #252525 !important; + font-size: 12px; + font-weight: normal; + height: 34px; + margin-bottom: 5px; + outline: medium none; + text-align: center; + width: 34px !important; + line-height: 33px; + margin: 2px; + transition: all 500ms ease; +} + +#ptTimeSelectCntr .ui-state-default:hover { + background: #f5f5f5 !important; + border-color: #f5f5f5 !important; +} + + +/* For time set button css */ +#ptTimeSelectCntr #ptTimeSelectSetButton { + padding: 0 15px 5px 0; +} + +#ptTimeSelectSetButton .ui-state-hover { + background: #d5ac63 !important; + border: 2px solid #252525 !important; + border-radius: 0; + color: #252525 !important; + font-size: 12px !important; + font-weight: normal; + height: 35px; + width: 70px !important; +} + +#ptTimeSelectCntr #ptTimeSelectSetButton a { + display: block; + text-align: center; + float: right; + background: #252525 !important; + border: 2px solid #252525 !important; + border-radius: 0; + color: #fff !important; + font-size: 12px !important; + font-weight: normal; + height: 35px; + width: 70px !important; + padding: 0; + margin: 0; + line-height: 32px; + text-transform: uppercase; + transition: all 500ms ease; +} + +#ptTimeSelectCntr #ptTimeSelectSetButton a:hover { + background: #555555 !important; +} \ No newline at end of file diff --git a/pages/assets/vendors/timepicker/timePicker.js b/pages/assets/vendors/timepicker/timePicker.js new file mode 100644 index 0000000..ea0ee74 --- /dev/null +++ b/pages/assets/vendors/timepicker/timePicker.js @@ -0,0 +1,535 @@ +/** + * FILE: jQuery.ptTileSelect.js + * + * @fileOverview + * jQuery plugin for displaying a popup that allows a user + * to define a time and set that time back to a form's input + * field. + * + * @version 0.8 + * @author Paul Tavares, www.purtuga.com + * @see http://pttimeselect.sourceforge.net + * + * @requires jQuery {@link http://www.jquery.com} + * + * + * LICENSE: + * + * Copyright (c) 2007 Paul T. (purtuga.com) + * Dual licensed under the: + * + * - MIT + * + * + * - GPL + * + * + * User can pick whichever one applies best for their project + * and doesn not have to contact me. + * + * + * INSTALLATION: + * + * There are two files (.css and .js) delivered with this plugin and + * that must be included in your html page after the jquery.js library + * and the jQuery UI style sheet (the jQuery UI javascript library is + * not necessary). + * Both of these are to be included inside of the 'head' element of + * the document. Example below demonstrates this along side the jQuery + * libraries. + * + * | + * | + * | + * | + * | + * | + * + * USAGE: + * + * - See <$(ele).ptTimeSelect()> + * + * + * + * LAST UPDATED: + * + * - $Date: 2012/08/05 19:40:21 $ + * - $Author: paulinho4u $ + * - $Revision: 1.8 $ + * + */ + +(function($){ + + /** + * jQuery definition + * + * @see http://jquery.com/ + * @name jQuery + * @class jQuery Library + */ + + /** + * jQuery 'fn' definition to anchor all public plugin methods. + * + * @see http://jquery.com/ + * @name fn + * @class jQuery Library public method anchor + * @memberOf jQuery + */ + + /** + * Namespace for all properties and methods + * + * @namespace ptTimeSelect + * @memberOf jQuery + */ + jQuery.ptTimeSelect = {}; + jQuery.ptTimeSelect.version = "__BUILD_VERSION_NUMBER__"; + + /** + * The default options for all calls to ptTimeSelect. Can be + * overwriten with each individual call to {@link jQuery.fn.ptTimeSelect} + * + * @type {Object} options + * @memberOf jQuery.ptTimeSelect + * @see jQuery.fn.ptTimeSelect + */ + jQuery.ptTimeSelect.options = { + containerClass: undefined, + containerWidth: '22em', + hoursLabel: 'Hour', + minutesLabel: 'Minutes', + setButtonLabel: 'Set', + popupImage: undefined, + onFocusDisplay: true, + zIndex: 10, + onBeforeShow: undefined, + onClose: undefined + }; + + /** + * Internal method. Called when page is initialized to add the time + * selection area to the DOM. + * + * @private + * @memberOf jQuery.ptTimeSelect + * @return {undefined} + */ + jQuery.ptTimeSelect._ptTimeSelectInit = function () { + jQuery(document).ready( + function () { + //if the html is not yet created in the document, then do it now + if (!jQuery('#ptTimeSelectCntr').length) { + jQuery("body").append( + '
    ' + + '
    ' + + '
    ' + + ' ' + + '
    ' + + ' 1 : ' + + ' 00 ' + + ' AM' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    Hour
    ' + + '
    Minutes
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + ' AM' + + ' PM' + + '
    ' + + '
    ' + + '
    ' + + ' 1' + + ' 2' + + ' 3' + + ' 4' + + ' 5' + + ' 6' + + ' 7' + + ' 8' + + ' 9' + + ' 10' + + ' 11' + + ' 12' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + ' 00' + + ' 05' + + ' 10' + + ' 15' + + ' 20' + + ' 25' + + ' 30' + + ' 35' + + ' 40' + + ' 45' + + ' 50' + + ' 55' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + '
    ' + + ' ' + + ' SET' + + ' ' + + '
    ' + + '
    ' + + ' ' + + '
    ' + ); + + var e = jQuery('#ptTimeSelectCntr'); + + // Add the events to the functions + e.find('.ptTimeSelectMin') + .bind("click", function(){ + jQuery.ptTimeSelect.setMin($(this).text()); + }); + + e.find('.ptTimeSelectHr') + .bind("click", function(){ + jQuery.ptTimeSelect.setHr($(this).text()); + }); + + $(document).mousedown(jQuery.ptTimeSelect._doCheckMouseClick); + }//end if + } + ); + }();// jQuery.ptTimeSelectInit() + + + /** + * Sets the hour selected by the user on the popup. + * + * @private + * @param {Integer} h - Interger indicating the hour. This value + * is the same as the text value displayed on the + * popup under the hour. This value can also be the + * words AM or PM. + * @return {undefined} + * + */ + jQuery.ptTimeSelect.setHr = function(h) { + if ( h.toLowerCase() == "am" + || h.toLowerCase() == "pm" + ) { + jQuery('#ptTimeSelectUserSelAmPm').empty().append(h); + } else { + jQuery('#ptTimeSelectUserSelHr').empty().append(h); + } + };// END setHr() function + + /** + * Sets the minutes selected by the user on the popup. + * + * @private + * @param {Integer} m - interger indicating the minutes. This + * value is the same as the text value displayed on the popup + * under the minutes. + * @return {undefined} + */ + jQuery.ptTimeSelect.setMin = function(m) { + jQuery('#ptTimeSelectUserSelMin').empty().append(m); + };// END setMin() function + + /** + * Takes the time defined by the user and sets it to the input + * element that the popup is currently opened for. + * + * @private + * @return {undefined} + */ + jQuery.ptTimeSelect.setTime = function() { + var tSel = jQuery('#ptTimeSelectUserSelHr').text() + + ":" + + jQuery('#ptTimeSelectUserSelMin').text() + + " " + + jQuery('#ptTimeSelectUserSelAmPm').text(); + + var i = jQuery(".isPtTimeSelectActive"); + + if(i.attr('type') == 'time'){ + i.val(jQuery.ptTimeSelect.convertFromAMPM(tSel)); + }else{ + i.val(tSel); + } + + i.trigger('change'); + + this.closeCntr(); + + };// END setTime() function + + /** + * Converts a 24 hours formated time into a 12 hours formated time + * + * + * @private + * @return {undefined} + */ + jQuery.ptTimeSelect.convertFrom24 = function(time) { + // Check correct time format and split into components + time = time.toString ().match (/^([01]\d|2[0-3])(:)([0-5]\d)(:[0-5]\d)?$/) || [time]; + if (time.length > 1) { // If time format correct + time = time.slice (1); // Remove full string match value + time[5] = +time[0] < 12 ? ' AM' : ' PM'; // Set AM/PM + time[0] = +time[0] % 12 || 12; // Adjust hours + } + return time.join (''); // return adjusted time or original string + };// END convertFrom24() function + + /** + * Converts a 12 hours formated time into a 24 hours formated time + * + * + * @private + * @return {undefined} + */ + jQuery.ptTimeSelect.convertFromAMPM = function(time){ + + var hours = Number(time.match(/^(\d+)/)[1]); + var minutes = Number(time.match(/:(\d+)/)[1]); + var AMPM = time.match(/\s(.*)$/)[1]; + if(AMPM == "PM" && hours<12) hours = hours+12; + if(AMPM == "AM" && hours==12) hours = hours-12; + var sHours = hours.toString(); + var sMinutes = minutes.toString(); + if(hours<10) sHours = "0" + sHours; + if(minutes<10) sMinutes = "0" + sMinutes; + return sHours + ":" + sMinutes; + };// END convertFromAMPM() function + + /** + * Displays the time definition area on the page, right below + * the input field. Also sets the custom colors/css on the + * displayed area to what ever the input element options were + * set with. + * + * @private + * @param {String} uId - Id of the element for whom the area will + * be displayed. This ID was created when the + * ptTimeSelect() method was called. + * @return {undefined} + * + */ + jQuery.ptTimeSelect.openCntr = function (ele) { + jQuery.ptTimeSelect.closeCntr(); + jQuery(".isPtTimeSelectActive").removeClass("isPtTimeSelectActive"); + var cntr = jQuery("#ptTimeSelectCntr"); + var i = jQuery(ele).eq(0).addClass("isPtTimeSelectActive"); + var opt = i.data("ptTimeSelectOptions"); + var style = i.offset(); + var time = ''; + style['z-index'] = opt.zIndex; + style.top = (style.top + i.outerHeight()); + if (opt.containerWidth) { + style.width = opt.containerWidth; + } + if (opt.containerClass) { + cntr.addClass(opt.containerClass); + } + cntr.css(style); + + if(i.attr('type') == 'time'){ + time = jQuery.ptTimeSelect.convertFrom24(i.val()); + }else{ + time = i.val(); + } + + var hr = 1; + var min = '00'; + var tm = 'AM'; + if (time) { + var re = /([0-9]{1,2}).*:.*([0-9]{2}).*(PM|AM)/i; + var match = re.exec(time); + if (match) { + hr = match[1] || 1; + min = match[2] || '00'; + tm = match[3] || 'AM'; + } + } + cntr.find("#ptTimeSelectUserSelHr").empty().append(hr); + cntr.find("#ptTimeSelectUserSelMin").empty().append(min); + cntr.find("#ptTimeSelectUserSelAmPm").empty().append(tm); + cntr.find(".ptTimeSelectTimeLabelsCntr .ptTimeSelectLeftPane") + .empty().append(opt.hoursLabel); + cntr.find(".ptTimeSelectTimeLabelsCntr .ptTimeSelectRightPane") + .empty().append(opt.minutesLabel); + cntr.find("#ptTimeSelectSetButton a").empty().append(opt.setButtonLabel); + if (opt.onBeforeShow) { + opt.onBeforeShow(i, cntr); + } + cntr.slideDown("fast"); + + };// END openCntr() + + /** + * Closes (hides it) the popup container. + * @private + * @param {Object} i - Optional. The input field for which the + * container is being closed. + * @return {undefined} + */ + jQuery.ptTimeSelect.closeCntr = function(i) { + var e = $("#ptTimeSelectCntr"); + if (e.is(":visible") == true) { + + // If IE, then check to make sure it is realy visible + if (jQuery.support.tbody == false) { + if (!(e[0].offsetWidth > 0) && !(e[0].offsetHeight > 0) ) { + return; + } + } + + jQuery('#ptTimeSelectCntr') + .css("display", "none") + .removeClass() + .css("width", ""); + if (!i) { + i = $(".isPtTimeSelectActive"); + } + if (i) { + var opt = i.removeClass("isPtTimeSelectActive") + .data("ptTimeSelectOptions"); + if (opt && opt.onClose) { + opt.onClose(i); + } + } + } + return; + };//end closeCntr() + + /** + * Closes the timePicker popup if user is not longer focused on the + * input field or the timepicker + * + * @private + * @param {jQueryEvent} ev - Event passed in by jQuery + * @return {undefined} + */ + jQuery.ptTimeSelect._doCheckMouseClick = function(ev){ + if (!$("#ptTimeSelectCntr:visible").length) { + return; + } + if ( !jQuery(ev.target).closest("#ptTimeSelectCntr").length + && jQuery(ev.target).not("input.isPtTimeSelectActive").length ){ + jQuery.ptTimeSelect.closeCntr(); + } + + };// jQuery.ptTimeSelect._doCheckMouseClick + + /** + * FUNCTION: $().ptTimeSelect() + * Attaches a ptTimeSelect widget to each matched element. Matched + * elements must be input fields that accept a values (input field). + * Each element, when focused upon, will display a time selection + * popoup where the user can define a time. + * + * @memberOf jQuery + * + * PARAMS: + * + * @param {Object} [opt] - An object with the options for the time selection widget. + * + * @param {String} [opt.containerClass=""] - A class to be associated with the popup widget. + * + * @param {String} [opt.containerWidth=""] - Css width for the container. + * + * @param {String} [opt.hoursLabel="Hours"] - Label for the Hours. + * + * @param {String} [opt.minutesLabel="Minutes"] - Label for the Mintues container. + * + * @param {String} [opt.setButtonLabel="Set"] - Label for the Set button. + * + * @param {String} [opt.popupImage=""] - The html element (ex. img or text) to be appended next to each + * input field and that will display the time select widget upon + * click. + * + * @param {Integer} [opt.zIndex=10] - Integer for the popup widget z-index. + * + * @param {Function} [opt.onBeforeShow=undefined] - Function to be called before the widget is made visible to the + * user. Function is passed 2 arguments: 1) the input field as a + * jquery object and 2) the popup widget as a jquery object. + * + * @param {Function} [opt.onClose=undefined] - Function to be called after closing the popup widget. Function + * is passed 1 argument: the input field as a jquery object. + * + * @param {Bollean} [opt.onFocusDisplay=true] - True or False indicating if popup is auto displayed upon focus + * of the input field. + * + * + * RETURN: + * @return {jQuery} selection + * + * + * + * EXAMPLE: + * @example + * $('#fooTime').ptTimeSelect(); + * + */ + jQuery.fn.ptTimeSelect = function (opt) { + return this.each(function(){ + if(this.nodeName.toLowerCase() != 'input') return; + var e = jQuery(this); + if (e.hasClass('hasPtTimeSelect')){ + return this; + } + var thisOpt = {}; + thisOpt = $.extend(thisOpt, jQuery.ptTimeSelect.options, opt); + e.addClass('hasPtTimeSelect').data("ptTimeSelectOptions", thisOpt); + + //Wrap the input field in a
    element with + // a unique id for later referencing. + if (thisOpt.popupImage || !thisOpt.onFocusDisplay) { + var img = jQuery(' ' + + thisOpt.popupImage + '' + ) + .data("ptTimeSelectEle", e); + e.after(img); + } + if (thisOpt.onFocusDisplay){ + e.focus(function(){ + jQuery.ptTimeSelect.openCntr(this); + }); + } + return this; + }); + };// End of jQuery.fn.ptTimeSelect + +})(jQuery); diff --git a/pages/assets/vendors/tiny-slider/tiny-slider.min.css b/pages/assets/vendors/tiny-slider/tiny-slider.min.css new file mode 100644 index 0000000..14b0d1e --- /dev/null +++ b/pages/assets/vendors/tiny-slider/tiny-slider.min.css @@ -0,0 +1 @@ +.tns-outer{padding:0!important}.tns-outer [hidden]{display:none!important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s,opacity 0s;-moz-transition:transform 0s,opacity 0s;transition:transform 0s,opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto!important}.tns-gallery>.tns-moving{-webkit-transition:all .25s;-moz-transition:all .25s;transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity .6s;-moz-transition:opacity .6s;transition:opacity .6s;opacity:.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;z-index:0}.tns-fadeOut,.tns-normal{opacity:0;z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left} \ No newline at end of file diff --git a/pages/assets/vendors/tiny-slider/tiny-slider.min.js b/pages/assets/vendors/tiny-slider/tiny-slider.min.js new file mode 100644 index 0000000..279461d --- /dev/null +++ b/pages/assets/vendors/tiny-slider/tiny-slider.min.js @@ -0,0 +1 @@ +var tns=function(){var t=window,Ai=t.requestAnimationFrame||t.webkitRequestAnimationFrame||t.mozRequestAnimationFrame||t.msRequestAnimationFrame||function(t){return setTimeout(t,16)},e=window,Ni=e.cancelAnimationFrame||e.mozCancelAnimationFrame||function(t){clearTimeout(t)};function Li(t){for(var e,n,i,a=t||{},o=1,r=arguments.length;o
    ";return o.innerHTML=r,a.appendChild(o),n.appendChild(a),t=Math.abs(a.getBoundingClientRect().left-o.children[67].getBoundingClientRect().left)<2,n.fake?Di(n,i):a.remove(),t}(),n),D=e.tMQ?Bi(e.tMQ):Si(e,"tMQ",function(){if(window.matchMedia||window.msMatchMedia)return!0;var t,e=document,n=Hi(),i=Oi(n),a=e.createElement("div"),o=e.createElement("style"),r="@media all and (min-width:1px){.tns-mq-test{position:absolute}}";return o.type="text/css",a.className="tns-mq-test",n.appendChild(o),n.appendChild(a),o.styleSheet?o.styleSheet.cssText=r:o.appendChild(e.createTextNode(r)),t=window.getComputedStyle?window.getComputedStyle(a).position:a.currentStyle.position,n.fake?Di(n,i):a.remove(),"absolute"===t}(),n),o=e.tTf?Bi(e.tTf):Si(e,"tTf",Ki("transform"),n),r=e.t3D?Bi(e.t3D):Si(e,"t3D",function(t){if(!t)return!1;if(!window.getComputedStyle)return!1;var e,n=document,i=Hi(),a=Oi(i),o=n.createElement("p"),r=9=-ce)return t}:function(){return zt&&W&&!Qt?Q-1:Qt||W?Math.max(0,le-Math.ceil(Wt)):le-1},me=en(sn("startIndex")),ye=me,ge=(tn(),0),xe=Dt?null:he(),be=H.preventActionWhenRunning,we=H.swipeAngle,Ce=!we||"?",Me=!1,Te=H.onInit,Ee=new Zi,Ae=" tns-slider tns-"+H.mode,Ne=V.id||(S=window.tnsId,window.tnsId=S?S+1:1,"tns"+window.tnsId),Le=sn("disable"),Be=!1,Se=H.freezable,He=!(!Se||Dt)&&Tn(),Oe=!1,De={click:ri,keydown:function(t){t=vi(t);var e=[a.LEFT,a.RIGHT].indexOf(t.keyCode);0<=e&&(0===e?et.disabled||ri(t,-1):nt.disabled||ri(t,1))}},ke={click:function(t){if(Me){if(be)return;ai()}var e=hi(t=vi(t));for(;e!==ut&&!qi(e,"data-nav");)e=e.parentNode;{var n,i;qi(e,"data-nav")&&(n=dt=Number(Fi(e,"data-nav")),i=kt||Dt?n*Q/ct:n*Wt,oi(je?n:Math.min(Math.ceil(i),Q-1),t),pt===n&&(Mt&&fi(),dt=-1))}},keydown:function(t){t=vi(t);var e=O.activeElement;if(!qi(e,"data-nav"))return;var n=[a.LEFT,a.RIGHT,a.ENTER,a.SPACE].indexOf(t.keyCode),i=Number(Fi(e,"data-nav"));0<=n&&(0===n?0"," animation"]),(Ge||Qe)&&(Nt={},St=!(Lt={}),Ot=F?function(t,e){return t.x-e.x}:function(t,e){return t.y-e.y}),Dt||$e(Le||He),o&&(de=o,pe="translate",ve=r?(pe+=F?"3d(":"3d(0px, ",F?", 0px, 0px)":", 0px)"):(pe+=F?"X(":"Y(",")")),W&&(V.className=V.className.replace("tns-vpfix","")),function(){ln("gutter");T.className="tns-outer",j.className="tns-inner",T.id=Ne+"-ow",j.id=Ne+"-iw",""===V.id&&(V.id=Ne);Ae+=g||Dt?" tns-subpixel":" tns-no-subpixel",Ae+=y?" tns-calc":" tns-no-calc",Dt&&(Ae+=" tns-autowidth");Ae+=" tns-"+H.axis,V.className+=Ae,W?((M=O.createElement("div")).id=Ne+"-mw",M.className="tns-ovh",T.appendChild(M),M.appendChild(j)):T.appendChild(j);{Xt&&((M||j).className+=" tns-ah")}if(E.insertBefore(T,V),j.appendChild(V),Ii(G,function(t,e){zi(t,"tns-item"),t.id||(t.id=Ne+"-item"+e),!W&&I&&zi(t,I),ji(t,{"aria-hidden":"true",tabindex:"-1"})}),ue){for(var t=O.createDocumentFragment(),e=O.createDocumentFragment(),n=ue;n--;){var i,a=n%Q,o=G[a].cloneNode(!0);zi(o,Ye),Vi(o,"id"),e.insertBefore(o,e.firstChild),W&&(i=G[Q-1-a].cloneNode(!0),zi(i,Ye),Vi(i,"id"),t.appendChild(i))}V.insertBefore(t,V.firstChild),V.appendChild(e),G=V.children}}(),function(){if(!W)for(var t=me,e=me+Math.min(Q,Wt);t .tns-item","font-size:"+m.getComputedStyle(G[0]).fontSize+";",Ri(ie)),ki(ie,"#"+Ne,"font-size:0;",Ri(ie))):W&&Ii(G,function(t,e){var n;t.style.marginLeft=(n=e,y?y+"("+100*n+"% / "+le+")":100*n/le+"%")}));{D?(x&&(o=M&&H.autoHeight?hn(H.speed):"",ki(ie,"#"+Ne+"-mw",o,Ri(ie))),o=cn(H.edgePadding,H.gutter,H.fixedWidth,H.speed,H.autoHeight),ki(ie,"#"+Ne+"-iw",o,Ri(ie)),W&&(o=F&&!Dt?"width:"+fn(H.fixedWidth,H.gutter,H.items)+";":"",x&&(o+=hn(Vt)),ki(ie,"#"+Ne,o,Ri(ie))),o=F&&!Dt?dn(H.fixedWidth,H.gutter,H.items):"",H.gutter&&(o+=pn(H.gutter)),W||(x&&(o+=hn(Vt)),b&&(o+=mn(Vt)))):(W&&Xt&&(M.style[x]=Vt/1e3+"s"),j.style.cssText=cn(Rt,It,kt,Xt),W&&F&&!Dt&&(V.style.width=fn(kt,It,Wt)),o=F&&!Dt?dn(kt,It,Wt):"",It&&(o+=pn(It))),o&&ki(ie,"#"+Ne+" > .tns-item",o,Ri(ie))}if(P&&D)for(var i in P){i=parseInt(i);var a=P[i],o="",r="",u="",l="",s="",c=Dt?null:sn("items",i),f=sn("fixedWidth",i),d=sn("speed",i),p=sn("edgePadding",i),v=sn("autoHeight",i),h=sn("gutter",i);x&&M&&sn("autoHeight",i)&&"speed"in a&&(r="#"+Ne+"-mw{"+hn(d)+"}"),("edgePadding"in a||"gutter"in a)&&(u="#"+Ne+"-iw{"+cn(p,h,f,d,v)+"}"),W&&F&&!Dt&&("fixedWidth"in a||"items"in a||kt&&"gutter"in a)&&(l="width:"+fn(f,h,c)+";"),x&&"speed"in a&&(l+=hn(d)),l=l&&"#"+Ne+"{"+l+"}",("fixedWidth"in a||kt&&"gutter"in a||!W&&"items"in a)&&(s+=dn(f,h,c)),"gutter"in a&&(s+=pn(h)),!W&&"speed"in a&&(x&&(s+=hn(d)),b&&(s+=mn(d))),(o=r+u+l+(s=s&&"#"+Ne+" > .tns-item{"+s+"}"))&&ie.insertRule("@media (min-width: "+i/16+"em) {"+o+"}",ie.cssRules.length)}}(),yn();var _e=Qt?W?function(){var t=ge,e=xe;t+=qt,e-=qt,Rt?(t+=1,--e):kt&&(Pt+It)%(kt+It)&&--e,ue&&(e=parseInt(i)&&t in P[i]&&(n=P[i][t]);return"slideBy"===t&&"page"===n&&(n=sn("items")),W||"slideBy"!==t&&"items"!==t||(n=Math.floor(n)),n}function cn(t,e,n,i,a){var o,r,u="";return void 0!==t?(o=t,e&&(o-=e),u=F?"margin: 0 "+o+"px 0 "+t+"px;":"margin: "+t+"px 0 "+o+"px 0;"):e&&!n&&(r="-"+e+"px",u="margin: 0 "+(F?r+" 0 0":"0 "+r+" 0")+";"),!W&&a&&x&&i&&(u+=hn(i)),u}function fn(t,e,n){return t?(t+e)*le+"px":y?y+"("+100*le+"% / "+n+")":100*le/n+"%"}function dn(t,e,n){var i,a;return a="width:"+(a=t?t+e+"px":(W||(n=Math.floor(n)),i=W?le:n,y?y+"(100% / "+i+")":100/i+"%")),"inner"!==z?a+";":a+" !important;"}function pn(t){return!1!==t?(F?"padding-":"margin-")+(F?"right":"bottom")+": "+t+"px;":""}function vn(t,e){var n=t.substring(0,t.length-e).toLowerCase();return n=n&&"-"+n+"-"}function hn(t){return vn(x,18)+"transition-duration:"+t/1e3+"s;"}function mn(t){return vn(b,17)+"animation-duration:"+t/1e3+"s;"}function yn(){var t;ln("autoHeight")||Dt||!F?(Ii(t=V.querySelectorAll("img"),function(t){var e=t.src;ae||(e&&e.indexOf("data:image")<0?(t.src="",Ui(t,Je),zi(t,"loading"),t.src=e):kn(t))}),Ai(function(){zn(Gi(t),function(){L=!0})}),ln("autoHeight")&&(t=In(me,Math.min(me+Wt-1,le-1))),ae?gn():Ai(function(){zn(Gi(t),gn)})):(W&&$n(),bn(),wn())}function gn(){var i;Dt&&1slide '+Hn()+" of "+Q+"
    "),B=T.querySelector(".tns-liveregion .current"),Ve&&(t=Zt?"stop":"start",xt?ji(xt,{"data-action":t}):H.autoplayButtonOutput&&(T.insertAdjacentHTML(rn(H.autoplayPosition),'"),xt=T.querySelector("[data-action]")),xt&&Ui(xt,{click:di}),Zt&&(ci(),ee&&Ui(V,Re),ne&&Ui(V,Ie))),Fe){var e,n;if(ut)ji(ut,{"aria-label":"Carousel Pagination"}),Ii(st=ut.children,function(t,e){ji(t,{"data-nav":e,tabindex:"-1","aria-label":mt+(e+1),"aria-controls":Ne})});else{for(var i="",a=je?"":'style="display:none"',o=0;o';i='
    '+i+"
    ",T.insertAdjacentHTML(rn(H.navPosition),i),ut=T.querySelector(".tns-nav"),st=ut.children}Ti(),x&&(e=x.substring(0,x.length-18).toLowerCase(),n="transition: all "+Vt/1e3+"s",e&&(n="-"+e+"-"+n),ki(ie,"[aria-controls^="+Ne+"-item]",n,Ri(ie))),ji(st[pt],{"aria-label":mt+(pt+1)+yt}),Vi(st[pt],"tabindex"),zi(st[pt],ht),Ui(ut,ke)}qe&&($||et&&nt||(T.insertAdjacentHTML(rn(H.controlsPosition),'
    "),$=T.querySelector(".tns-controls")),et&&nt||(et=$.children[0],nt=$.children[1]),H.controlsContainer&&ji($,{"aria-label":"Carousel Navigation",tabindex:"0"}),(H.controlsContainer||H.prevButton&&H.nextButton)&&ji([et,nt],{"aria-controls":Ne,tabindex:"-1"}),(H.controlsContainer||H.prevButton&&H.nextButton)&&(ji(et,{"data-controls":"prev"}),ji(nt,{"data-controls":"next"})),ot=Qn(et),rt=Qn(nt),Kn(),$?Ui($,De):(Ui(et,De),Ui(nt,De))),An()}function wn(){var t;W&&s&&((t={})[s]=ai,Ui(V,t)),Ut&&Ui(V,ze,H.preventScrollOnTouch),_t&&Ui(V,We),jt&&Ui(O,Pe),"inner"===z?Ee.on("outerResized",function(){Mn(),Ee.emit("innerLoaded",Ei())}):(P||kt||Dt||Xt||!F)&&Ui(m,{resize:Cn}),Xt&&("outer"===z?Ee.on("innerLoaded",Pn):Le||Pn()),Dn(),Le?Bn():He&&Ln(),Ee.on("indexChanged",Wn),"inner"===z&&Ee.emit("innerLoaded",Ei()),"function"==typeof Te&&Te(Ei()),Y=!0}function Cn(t){Ai(function(){Mn(vi(t))})}function Mn(t){var e,n,i,a,o,r,u,l,s,c,f,d,p,v,h,m,y,g,x,b,w,C,M,T,E,A,N,L,B,S;Y&&("outer"===z&&Ee.emit("outerResized",Ei(t)),X=on(),n=q,i=!1,P&&(En(),(e=n!==q)&&Ee.emit("newBreakpointStart",Ei(t))),r=Wt,u=Le,l=He,s=jt,c=Yt,f=Jt,d=Ut,p=_t,v=Zt,h=ee,m=ne,y=me,e&&(g=kt,x=Xt,b=Kt,w=zt,C=te,D||(M=It,T=Rt)),jt=sn("arrowKeys"),Yt=sn("controls"),Jt=sn("nav"),Ut=sn("touch"),zt=sn("center"),_t=sn("mouseDrag"),Zt=sn("autoplay"),ee=sn("autoplayHoverPause"),ne=sn("autoplayResetOnVisibility"),e&&(Le=sn("disable"),kt=sn("fixedWidth"),Vt=sn("speed"),Xt=sn("autoHeight"),Kt=sn("controlsText"),te=sn("autoplayText"),$t=sn("autoplayTimeout"),D||(Rt=sn("edgePadding"),It=sn("gutter"))),$e(Le),Pt=un(),F&&!Dt||Le||(jn(),F||(Ci(),i=!0)),(kt||Dt)&&(ce=_n(),xe=he()),(e||kt)&&(Wt=sn("items"),qt=sn("slideBy"),(o=Wt!==r)&&(kt||Dt||(xe=he()),_e())),e&&Le!==u&&(Le?Bn:function(){if(!Be)return;if(ie.disabled=!1,V.className+=Ae,$n(),Qt)for(var t=ue;t--;)W&&Xi(G[t]),Xi(G[le-t-1]);if(!W)for(var e=me,n=me+Q;e .tns-item",L,Ri(ie)))),Xt&&Pn(),i&&($n(),ye=me)),e&&Ee.emit("newBreakpointEnd",Ei(t)))}function Tn(){if(!kt&&!Dt)return Q<=(zt?Wt-(Wt-1)/2:Wt);var t=kt?(kt+It)*Q:N[Q],e=Rt?Pt+2*Rt:Pt+It;return zt&&(e-=kt?(Pt-kt)/2:(Pt-(N[me+1]-N[me]-It))/2),t<=e}function En(){for(var t in q=0,P)(t=parseInt(t))<=X&&(q=t)}function An(){!Zt&&xt&&Qi(xt),!Jt&&ut&&Qi(ut),Yt||($?Qi($):(et&&Qi(et),nt&&Qi(nt)))}function Nn(){Zt&&xt&&Xi(xt),Jt&&ut&&Xi(ut),Yt&&($?Xi($):(et&&Xi(et),nt&&Xi(nt)))}function Ln(){if(!Oe){if(Rt&&(j.style.margin="0px"),ue)for(var t="tns-transparent",e=ue;e--;)W&&zi(G[e],t),zi(G[le-e-1],t);An(),Oe=!0}}function Bn(){if(!Be){if(ie.disabled=!0,V.className=V.className.replace(Ae.substring(1),""),Vi(V,["style"]),Qt)for(var t=ue;t--;)W&&Qi(G[t]),Qi(G[le-t-1]);if(F&&W||Vi(j,["style"]),!W)for(var e=me,n=me+Q;e=N[le-1])me=xe;else for(var n=0;n=N[n];)e>N[me=n]&&a<0&&(me+=1),n++}ni(i,a),Ee.emit(mi(i)?"touchEnd":"dragEnd",Ei(i))}):Ce&&ri(i,0 + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/assets/vendors/treck-icons/fonts/icomoon-orkqwr.ttf b/pages/assets/vendors/treck-icons/fonts/icomoon-orkqwr.ttf new file mode 100644 index 0000000..54fda95 Binary files /dev/null and b/pages/assets/vendors/treck-icons/fonts/icomoon-orkqwr.ttf differ diff --git a/pages/assets/vendors/treck-icons/fonts/icomoon-orkqwr.woff b/pages/assets/vendors/treck-icons/fonts/icomoon-orkqwr.woff new file mode 100644 index 0000000..e9ee294 Binary files /dev/null and b/pages/assets/vendors/treck-icons/fonts/icomoon-orkqwr.woff differ diff --git a/pages/assets/vendors/treck-icons/style.css b/pages/assets/vendors/treck-icons/style.css new file mode 100644 index 0000000..e503c28 --- /dev/null +++ b/pages/assets/vendors/treck-icons/style.css @@ -0,0 +1,251 @@ +@font-face { + font-family: 'icomoon'; + src: url('fonts/icomoon-orkqwr.eot'); + src: url('fonts/icomoon-orkqwr.eot#iefix') format('embedded-opentype'), + url('fonts/icomoon-orkqwr.ttf') format('truetype'), + url('fonts/icomoon-orkqwr.woff') format('woff'), + url('fonts/icomoon-orkqwr.svg#icomoon') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +[class^="icon-"], +[class*=" icon-"] { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'icomoon' !important; + speak: never; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + + + + + +.icon-magnifying-glass:before { + content: "\e900"; +} + +.icon-success:before { + content: "\e901"; +} + +.icon-group:before { + content: "\e902"; +} + +.icon-chatting:before { + content: "\e903"; +} + +.icon-down:before { + content: "\e904"; +} + +.icon-minus:before { + content: "\e905"; +} + +.icon-shopping-cart:before { + content: "\e906"; +} + +.icon-plus:before { + content: "\e907"; +} + +.icon-licensing:before { + content: "\e908"; +} + +.icon-immigration:before { + content: "\e909"; +} + +.icon-deal:before { + content: "\e90a"; +} + +.icon-visa:before { + content: "\e90b"; +} + +.icon-document:before { + content: "\e90c"; +} + +.icon-success-1:before { + content: "\e90d"; +} + +.icon-chat:before { + content: "\e90e"; +} + +.icon-buildings:before { + content: "\e90f"; +} + +.icon-exchange:before { + content: "\e910"; +} + +.icon-application:before { + content: "\e911"; +} + +.icon-passport:before { + content: "\e912"; +} + +.icon-real-estate:before { + content: "\e913"; +} + +.icon-reading-book:before { + content: "\e914"; +} + +.icon-suitcase:before { + content: "\e915"; +} + +.icon-tour-guide:before { + content: "\e916"; +} + +.icon-clock:before { + content: "\e917"; +} + +.icon-consultant:before { + content: "\e918"; +} + +.icon-international-passport:before { + content: "\e919"; +} + +.icon-marketing:before { + content: "\e91a"; +} + +.icon-passport-1:before { + content: "\e91b"; +} + +.icon-passport-2:before { + content: "\e91c"; +} + +.icon-pdf-file:before { + content: "\e91d"; +} + +.icon-individual:before { + content: "\e91e"; +} + +.icon-report-card:before { + content: "\e91f"; +} + +.icon-time-check:before { + content: "\e920"; +} + +.icon-books:before { + content: "\e921"; +} + +.icon-stamp:before { + content: "\e922"; +} + +.icon-submit:before { + content: "\e923"; +} + +.icon-digitalization:before { + content: "\e924"; +} + +.icon-application-1:before { + content: "\e925"; +} + +.icon-education:before { + content: "\e926"; +} + +.icon-goals:before { + content: "\e927"; +} + +.icon-theater:before { + content: "\e928"; +} + +.icon-megaphone:before { + content: "\e929"; +} + +.icon-right-arrow:before { + content: "\e92a"; +} + +.icon-left-arrow:before { + content: "\e92b"; +} + +.icon-up-arrow:before { + content: "\e92c"; +} + +.icon-down-arrow:before { + content: "\e92d"; +} + +.icon-consulting:before { + content: "\e92e"; +} + +.icon-passport-3:before { + content: "\e92f"; +} + +.icon-tourist:before { + content: "\e930"; +} + +.icon-up-right:before { + content: "\e931"; +} + +.icon-graduating-student:before { + content: "\e932"; +} + +.icon-check:before { + content: "\e933"; +} + +.icon-condominium:before { + content: "\e934"; +} + +.icon-passport-4:before { + content: "\e935"; +} + +.icon-life-insurance:before { + content: "\e936"; +} \ No newline at end of file diff --git a/pages/assets/vendors/vegas/vegas.min.css b/pages/assets/vendors/vegas/vegas.min.css new file mode 100644 index 0000000..2cca0e7 --- /dev/null +++ b/pages/assets/vendors/vegas/vegas.min.css @@ -0,0 +1,2 @@ +.vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer,.vegas-wrapper{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-overlay{opacity:.5;background:url("https://bracketweb.com/treck-html/main-html/assets/vendors/vegas/overlays/02.png") center center}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0;height:100%;background:#fff;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform,opacity}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide,body.vegas-container>.vegas-timer{position:fixed;z-index:-1}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px) brightness(1.01);filter:blur(32px) brightness(1.01)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0) brightness(1.01);filter:blur(0) brightness(1.01)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-slideDown,.vegas-transition-slideDown2{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown2-out{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideLeft2-out,.vegas-transition-slideRight,.vegas-transition-slideRight2{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideRight2-out{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideUp2-out{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out,.vegas-transition-swirlRight,.vegas-transition-swirlRight2{-webkit-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out,.vegas-transition-zoomOut,.vegas-transition-zoomOut2{-webkit-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}} +/*# sourceMappingURL=vegas.min.css.map */ diff --git a/pages/assets/vendors/vegas/vegas.min.js b/pages/assets/vendors/vegas/vegas.min.js new file mode 100644 index 0000000..8d1fd38 --- /dev/null +++ b/pages/assets/vendors/vegas/vegas.min.js @@ -0,0 +1,11 @@ +/*!----------------------------------------------------------------------------- + * Vegas - Fullscreen Backgrounds and Slideshows. + * v2.4.4 - built 2018-10-30 + * Licensed under the MIT License. + * http://vegas.jaysalvat.com/ + * ---------------------------------------------------------------------------- + * Copyright (C) 2010-2018 Jay Salvat + * http://jaysalvat.com/ + * --------------------------------------------------------------------------*/ +!function(b){"use strict";var e={slide:0,delay:5e3,loop:!0,preload:!1,preloadImage:!1,preloadVideo:!1,timer:!0,overlay:!1,autoplay:!0,shuffle:!1,cover:!0,color:null,align:"center",valign:"center",firstTransition:null,firstTransitionDuration:null,transition:"fade",transitionDuration:1e3,transitionRegister:[],animation:null,animationDuration:"auto",animationRegister:[],slidesToKeep:1,init:function(){},play:function(){},pause:function(){},walk:function(){},slides:[]},n={},t=function(t,s){this.elmt=t,this.settings=b.extend({},e,b.vegas.defaults,s),this.slide=this.settings.slide,this.total=this.settings.slides.length,this.noshow=this.total<2,this.paused=!this.settings.autoplay||this.noshow,this.ended=!1,this.$elmt=b(t),this.$timer=null,this.$overlay=null,this.$slide=null,this.timeout=null,this.first=!0,this.transitions=["fade","fade2","blur","blur2","flash","flash2","negative","negative2","burn","burn2","slideLeft","slideLeft2","slideRight","slideRight2","slideUp","slideUp2","slideDown","slideDown2","zoomIn","zoomIn2","zoomOut","zoomOut2","swirlLeft","swirlLeft2","swirlRight","swirlRight2"],this.animations=["kenburns","kenburnsLeft","kenburnsRight","kenburnsUp","kenburnsUpLeft","kenburnsUpRight","kenburnsDown","kenburnsDownLeft","kenburnsDownRight"],this.settings.transitionRegister instanceof Array==!1&&(this.settings.transitionRegister=[this.settings.transitionRegister]),this.settings.animationRegister instanceof Array==!1&&(this.settings.animationRegister=[this.settings.animationRegister]),this.transitions=this.transitions.concat(this.settings.transitionRegister),this.animations=this.animations.concat(this.settings.animationRegister),this.support={objectFit:"objectFit"in document.body.style,transition:"transition"in document.body.style||"WebkitTransition"in document.body.style,video:b.vegas.isVideoCompatible()},!0===this.settings.shuffle&&this.shuffle(),this._init()};t.prototype={_init:function(){var t,s,i,e="BODY"===this.elmt.tagName,n=this.settings.timer,o=this.settings.overlay,a=this;this._preload(),e||(this.$elmt.css("height",this.$elmt.css("height")),t=b('
    ').css("overflow",this.$elmt.css("overflow")).css("padding",this.$elmt.css("padding")),this.$elmt.css("padding")||t.css("padding-top",this.$elmt.css("padding-top")).css("padding-bottom",this.$elmt.css("padding-bottom")).css("padding-left",this.$elmt.css("padding-left")).css("padding-right",this.$elmt.css("padding-right")),this.$elmt.clone(!0).children().appendTo(t),this.elmt.innerHTML=""),n&&this.support.transition&&(i=b('
    '),this.$timer=i,this.$elmt.prepend(i)),o&&(s=b('
    '),"string"==typeof o&&s.css("background-image","url("+o+")"),this.$overlay=s,this.$elmt.prepend(s)),this.$elmt.addClass("vegas-container"),e||this.$elmt.append(t),setTimeout(function(){a.trigger("init"),a._goto(a.slide),a.settings.autoplay&&a.trigger("play")},1)},_preload:function(){var t;for(t=0;t
    '),this.support.transition&&f&&s.addClass("vegas-transition-"+f),this.support.video&&h?((n=h instanceof Array?this._video(h):this._video(h.src)).loop=void 0===h.loop||h.loop,n.muted=void 0===h.mute||h.mute,!1===n.muted?(n.volume=0,this._fadeInSound(n,v)):n.pause(),e=b(n).addClass("vegas-video").css("background-color",c),this.support.objectFit?e.css("object-position",l+" "+g).css("object-fit",u).css("width","100%").css("height","100%"):"contain"===u&&e.css("width","100%").css("height","100%"),s.append(e)):(o=new Image,i=b('
    ').css("background-image",'url("'+r+'")').css("background-color",c).css("background-position",l+" "+g),"repeat"===u?i.css("background-repeat","repeat"):i.css("background-size",u),this.support.transition&&y&&i.addClass("vegas-animation-"+y).css("animation-duration",_+"ms"),s.append(i)),this.support.transition||s.css("display","none"),m?a.eq(m-1).after(s):this.$elmt.prepend(s),a.css("transition","all 0ms").each(function(){this.className="vegas-slide","VIDEO"===this.tagName&&(this.className+=" vegas-video"),f&&(this.className+=" vegas-transition-"+f,this.className+=" vegas-transition-"+f+"-in")}),p._timer(!1),n?(4===n.readyState&&(n.currentTime=0),n.play(),w()):(o.src=r,o.complete?w():o.onload=w)},_end:function(){this.settings.autoplay?this.ended=!1:this.ended=!0,this._timer(!1),this.trigger("end")},shuffle:function(){for(var t,s,i=this.total-1;0this.total-1||t===this.slide||(this.slide=t,this._goto(this.slide))},next:function(){if(this.slide++,this.slide>=this.total){if(!this.settings.loop)return this._end();this.slide=0}this._goto(this.slide)},previous:function(){if(this.slide--,this.slide<0){if(!this.settings.loop)return void this.slide++;this.slide=this.total-1}this._goto(this.slide)},trigger:function(t){var s=[];s="init"===t?[this.settings]:[this.slide,this.settings.slides[this.slide]],this.$elmt.trigger("vegas"+t,s),"function"==typeof this.settings[t]&&this.settings[t].apply(this.$elmt,s)},options:function(t,s){var i=this.settings.slides.slice();if("object"==typeof t)this.settings=b.extend({},e,b.vegas.defaults,t);else{if("string"!=typeof t)return this.settings;if(void 0===s)return this.settings[t];this.settings[t]=s}this.settings.slides!==i&&(this.total=this.settings.slides.length,this.noshow=this.total<2,this._preload())},destroy:function(){clearTimeout(this.timeout),this.$elmt.removeClass("vegas-container"),this.$elmt.find("> .vegas-slide").remove(),this.$elmt.find("> .vegas-wrapper").clone(!0).children().appendTo(this.$elmt),this.$elmt.find("> .vegas-wrapper").remove(),this.settings.timer&&this.$timer.remove(),this.settings.overlay&&this.$overlay.remove(),this.elmt._vegas=null}},b.fn.vegas=function(s){var i,e=arguments,n=!1;if(void 0===s||"object"==typeof s)return this.each(function(){this._vegas||(this._vegas=new t(this,s))});if("string"==typeof s){if(this.each(function(){var t=this._vegas;if(!t)throw new Error("No Vegas applied to this element.");"function"==typeof t[s]&&"_"!==s[0]?i=t[s].apply(t,[].slice.call(e,1)):n=!0}),n)throw new Error('No method "'+s+'" in Vegas.');return void 0!==i?i:this}},b.vegas={},b.vegas.defaults=e,b.vegas.isVideoCompatible=function(){return!/(Android|webOS|Phone|iPad|iPod|BlackBerry|Windows Phone)/i.test(navigator.userAgent)}}(window.jQuery||window.Zepto); +//# sourceMappingURL=vegas.min.js.map diff --git a/pages/assets/vendors/wnumb/wNumb.min.js b/pages/assets/vendors/wnumb/wNumb.min.js new file mode 100644 index 0000000..bb8f177 --- /dev/null +++ b/pages/assets/vendors/wnumb/wNumb.min.js @@ -0,0 +1 @@ +!function(e){"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?module.exports=e():window.wNumb=e()}(function(){"use strict";var o=["decimals","thousand","mark","prefix","suffix","encoder","decoder","negativeBefore","negative","edit","undo"];function w(e){return e.split("").reverse().join("")}function h(e,t){return e.substring(0,t.length)===t}function f(e,t,n){if((e[t]||e[n])&&e[t]===e[n])throw new Error(t)}function x(e){return"number"==typeof e&&isFinite(e)}function n(e,t,n,r,i,o,f,u,s,c,a,p){var d,l,h,g=p,v="",m="";return o&&(p=o(p)),!!x(p)&&(!1!==e&&0===parseFloat(p.toFixed(e))&&(p=0),p<0&&(d=!0,p=Math.abs(p)),!1!==e&&(p=function(e,t){return e=e.toString().split("e"),(+((e=(e=Math.round(+(e[0]+"e"+(e[1]?+e[1]+t:t)))).toString().split("e"))[0]+"e"+(e[1]?e[1]-t:-t))).toFixed(t)}(p,e)),-1!==(p=p.toString()).indexOf(".")?(h=(l=p.split("."))[0],n&&(v=n+l[1])):h=p,t&&(h=w((h=w(h).match(/.{1,3}/g)).join(w(t)))),d&&u&&(m+=u),r&&(m+=r),d&&s&&(m+=s),m+=h,m+=v,i&&(m+=i),c&&(m=c(m,g)),m)}function r(e,t,n,r,i,o,f,u,s,c,a,p){var d,l="";return a&&(p=a(p)),!(!p||"string"!=typeof p)&&(u&&h(p,u)&&(p=p.replace(u,""),d=!0),r&&h(p,r)&&(p=p.replace(r,"")),s&&h(p,s)&&(p=p.replace(s,""),d=!0),i&&function(e,t){return e.slice(-1*t.length)===t}(p,i)&&(p=p.slice(0,-1*i.length)),t&&(p=p.split(t).join("")),n&&(p=p.replace(n,".")),d&&(l+="-"),""!==(l=(l+=p).replace(/[^0-9\.\-.]/g,""))&&(l=Number(l),f&&(l=f(l)),!!x(l)&&l))}function i(e,t,n){var r,i=[];for(r=0;rb;b++)if(b in this&&this[b]===a)return b;return-1};b=function(){function a(){}return a.prototype.extend=function(a,b){var c,d;for(c in b)d=b[c],null==a[c]&&(a[c]=d);return a},a.prototype.isMobile=function(a){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(a)},a}(),c=this.WeakMap||this.MozWeakMap||(c=function(){function a(){this.keys=[],this.values=[]}return a.prototype.get=function(a){var b,c,d,e,f;for(f=this.keys,b=d=0,e=f.length;e>d;b=++d)if(c=f[b],c===a)return this.values[b]},a.prototype.set=function(a,b){var c,d,e,f,g;for(g=this.keys,c=e=0,f=g.length;f>e;c=++e)if(d=g[c],d===a)return void(this.values[c]=b);return this.keys.push(a),this.values.push(b)},a}()),a=this.MutationObserver||this.WebkitMutationObserver||this.MozMutationObserver||(a=function(){function a(){console.warn("MutationObserver is not supported by your browser."),console.warn("WOW.js cannot detect dom mutations, please call .sync() after loading new content.")}return a.notSupported=!0,a.prototype.observe=function(){},a}()),this.WOW=function(){function f(a){null==a&&(a={}),this.scrollCallback=d(this.scrollCallback,this),this.scrollHandler=d(this.scrollHandler,this),this.start=d(this.start,this),this.scrolled=!0,this.config=this.util().extend(a,this.defaults),this.animationNameCache=new c}return f.prototype.defaults={boxClass:"wow",animateClass:"animated",offset:0,mobile:!0,live:!0},f.prototype.init=function(){var a;return this.element=window.document.documentElement,"interactive"===(a=document.readyState)||"complete"===a?this.start():document.addEventListener("DOMContentLoaded",this.start),this.finished=[]},f.prototype.start=function(){var b,c,d,e;if(this.stopped=!1,this.boxes=function(){var a,c,d,e;for(d=this.element.querySelectorAll("."+this.config.boxClass),e=[],a=0,c=d.length;c>a;a++)b=d[a],e.push(b);return e}.call(this),this.all=function(){var a,c,d,e;for(d=this.boxes,e=[],a=0,c=d.length;c>a;a++)b=d[a],e.push(b);return e}.call(this),this.boxes.length)if(this.disabled())this.resetStyle();else{for(e=this.boxes,c=0,d=e.length;d>c;c++)b=e[c],this.applyStyle(b,!0);window.addEventListener("scroll",this.scrollHandler,!1),window.addEventListener("resize",this.scrollHandler,!1),this.interval=setInterval(this.scrollCallback,50)}return this.config.live?new a(function(a){return function(b){var c,d,e,f,g;for(g=[],e=0,f=b.length;f>e;e++)d=b[e],g.push(function(){var a,b,e,f;for(e=d.addedNodes||[],f=[],a=0,b=e.length;b>a;a++)c=e[a],f.push(this.doSync(c));return f}.call(a));return g}}(this)).observe(document.body,{childList:!0,subtree:!0}):void 0},f.prototype.stop=function(){return this.stopped=!0,window.removeEventListener("scroll",this.scrollHandler,!1),window.removeEventListener("resize",this.scrollHandler,!1),null!=this.interval?clearInterval(this.interval):void 0},f.prototype.sync=function(){return a.notSupported?this.doSync(this.element):void 0},f.prototype.doSync=function(a){var b,c,d,f,g;if(!this.stopped){if(null==a&&(a=this.element),1!==a.nodeType)return;for(a=a.parentNode||a,f=a.querySelectorAll("."+this.config.boxClass),g=[],c=0,d=f.length;d>c;c++)b=f[c],e.call(this.all,b)<0?(this.applyStyle(b,!0),this.boxes.push(b),this.all.push(b),g.push(this.scrolled=!0)):g.push(void 0);return g}},f.prototype.show=function(a){return this.applyStyle(a),a.className=""+a.className+" "+this.config.animateClass},f.prototype.applyStyle=function(a,b){var c,d,e;return d=a.getAttribute("data-wow-duration"),c=a.getAttribute("data-wow-delay"),e=a.getAttribute("data-wow-iteration"),this.animate(function(f){return function(){return f.customStyle(a,b,d,c,e)}}(this))},f.prototype.animate=function(){return"requestAnimationFrame"in window?function(a){return window.requestAnimationFrame(a)}:function(a){return a()}}(),f.prototype.resetStyle=function(){var a,b,c,d,e;for(d=this.boxes,e=[],b=0,c=d.length;c>b;b++)a=d[b],e.push(a.setAttribute("style","visibility: visible;"));return e},f.prototype.customStyle=function(a,b,c,d,e){return b&&this.cacheAnimationName(a),a.style.visibility=b?"hidden":"visible",c&&this.vendorSet(a.style,{animationDuration:c}),d&&this.vendorSet(a.style,{animationDelay:d}),e&&this.vendorSet(a.style,{animationIterationCount:e}),this.vendorSet(a.style,{animationName:b?"none":this.cachedAnimationName(a)}),a},f.prototype.vendors=["moz","webkit"],f.prototype.vendorSet=function(a,b){var c,d,e,f;f=[];for(c in b)d=b[c],a[""+c]=d,f.push(function(){var b,f,g,h;for(g=this.vendors,h=[],b=0,f=g.length;f>b;b++)e=g[b],h.push(a[""+e+c.charAt(0).toUpperCase()+c.substr(1)]=d);return h}.call(this));return f},f.prototype.vendorCSS=function(a,b){var c,d,e,f,g,h;for(d=window.getComputedStyle(a),c=d.getPropertyCSSValue(b),h=this.vendors,f=0,g=h.length;g>f;f++)e=h[f],c=c||d.getPropertyCSSValue("-"+e+"-"+b);return c},f.prototype.animationName=function(a){var b;try{b=this.vendorCSS(a,"animation-name").cssText}catch(c){b=window.getComputedStyle(a).getPropertyValue("animation-name")}return"none"===b?"":b},f.prototype.cacheAnimationName=function(a){return this.animationNameCache.set(a,this.animationName(a))},f.prototype.cachedAnimationName=function(a){return this.animationNameCache.get(a)},f.prototype.scrollHandler=function(){return this.scrolled=!0},f.prototype.scrollCallback=function(){var a;return!this.scrolled||(this.scrolled=!1,this.boxes=function(){var b,c,d,e;for(d=this.boxes,e=[],b=0,c=d.length;c>b;b++)a=d[b],a&&(this.isVisible(a)?this.show(a):e.push(a));return e}.call(this),this.boxes.length||this.config.live)?void 0:this.stop()},f.prototype.offsetTop=function(a){for(var b;void 0===a.offsetTop;)a=a.parentNode;for(b=a.offsetTop;a=a.offsetParent;)b+=a.offsetTop;return b},f.prototype.isVisible=function(a){var b,c,d,e,f;return c=a.getAttribute("data-wow-offset")||this.config.offset,f=window.pageYOffset,e=f+Math.min(this.element.clientHeight,innerHeight)-c,d=this.offsetTop(a),b=d+a.clientHeight,e>=d&&b>=f},f.prototype.util=function(){return null!=this._util?this._util:this._util=new b},f.prototype.disabled=function(){return!this.config.mobile&&this.util().isMobile(navigator.userAgent)},f}()}).call(this); \ No newline at end of file diff --git a/pages/blog-details.html b/pages/blog-details.html new file mode 100644 index 0000000..160e37a --- /dev/null +++ b/pages/blog-details.html @@ -0,0 +1,994 @@ + + + + + + + Blog Details || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    +
    +
    +
    + +
    +

    20 Feb

    +
    +
    +
    + +

    Vaccination Requirements for Immigrant Visa Applicants +

    +

    There are many variations of passages of Lorem Ipsum + available, but majority have suffered alteration in some form, by injected humour, + or randomised words which don't look even slightly believable. If you are going to + use a passage of Lorem Ipsum. There are many variations of passages of Lorem Ipsum + available, but majority have suffered alteration in some form, by injected humour, + or randomised words which don't look even slightly believable. If you are going to + use a passage of Lorem Ipsum. Suspendisse ultricies vestibulum vehicula. Proin + laoreet porttitor lacus. Duis auctor vel ex eu elementum. Fusce eu volutpat felis. + Proin sed eros tincidunt, sagittis sapien eu, porta diam. Aenean finibus scelerisque + nulla non facilisis. Fusce vel orci sed quam gravida condimentum. Aliquam + condimentum, massa vel mollis volutpat, erat sem pharetra quam, ac mattis arcu elit + non massa. Nam mollis nunc velit, vel varius arcu fringilla tristique. Cras elit + nunc, sagittis eu bibendum eu, ultrices placerat sem. Praesent vitae metus dolor. + Nulla a erat et orci mattis auctor.

    +

    Mauris non dignissim purus, ac commodo diam. Donec sit + amet lacinia nulla. Aliquam quis purus in justo pulvinar tempor. Aliquam tellus + nulla, sollicitudin at euismod nec, feugiat at nisi. Quisque vitae odio nec lacus + interdum tempus. Phasellus a rhoncus erat. Vivamus vel eros vitae est aliquet + pellentesque vitae et nunc. Sed vitae leo vitae nisl pellentesque semper.

    +
    +
    +

    + Tags + Immigration + Citizenship +

    + +
    + +
    +

    2 Comments

    +
    +
    + +
    +
    +

    Kevin Martin

    +

    Mauris non dignissim purus, ac commodo diam. Donec sit amet lacinia nulla. + Aliquam quis purus in justo pulvinar tempor. Aliquam tellus nulla, + sollicitudin at euismod.

    + Reply +
    +
    +
    +
    + +
    +
    +

    Sarah Albert

    +

    Mauris non dignissim purus, ac commodo diam. Donec sit amet lacinia nulla. + Aliquam quis purus in justo pulvinar tempor. Aliquam tellus nulla, + sollicitudin at euismod.

    + Reply +
    +
    +
    +
    +

    Leave a Comment

    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/blog-sidebar.html b/pages/blog-sidebar.html new file mode 100644 index 0000000..5f71cd7 --- /dev/null +++ b/pages/blog-sidebar.html @@ -0,0 +1,973 @@ + + + + + + + Blog Sidebar || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +

    20 Feb

    +
    +
    +
    + +

    How to Ensure Direct + for the + Hassle-Free Visa Process

    +

    There are many variations of passages of Lorem + Ipsum available, but majority have suffered alteration in some form, by + injected humour, or randomised words which don't look even slightly + believable. If you are going to use a passage of Lorem Ipsum.

    +
    + Read More +
    +
    +
    +
    +
    + +
    +

    20 Feb

    +
    +
    +
    + +

    Vaccination + Requirements for + Immigrant Visa Applicants

    +

    There are many variations of passages of Lorem + Ipsum available, but majority have suffered alteration in some form, by + injected humour, or randomised words which don't look even slightly + believable. If you are going to use a passage of Lorem Ipsum.

    +
    + Read More +
    +
    +
    +
    +
    + +
    +

    20 Feb

    +
    +
    +
    + +

    Citizenship Concept + on How to Become + a UK Resident

    +

    There are many variations of passages of Lorem + Ipsum available, but majority have suffered alteration in some form, by + injected humour, or randomised words which don't look even slightly + believable. If you are going to use a passage of Lorem Ipsum.

    +
    + Read More +
    +
    +
    +
    +
    +
    + +
    +

    There are many variations of passages of Lorem + Ipsum available, but majority have suffered alteration in some form, by injected + humour, or randomised words which don't look even slightly believable.

    +
    + + +
    +
    +
    +
    + +
    +
    +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/blog.html b/pages/blog.html new file mode 100644 index 0000000..40dcef2 --- /dev/null +++ b/pages/blog.html @@ -0,0 +1,933 @@ + + + + + + + Blog || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    + + + + +
    +
    +

    20 Feb

    +
    +
    +
    +
    +
    +

    Immigration

    +
    +
    +
    + +
    +
    +

    by Admin

    +
    +
    +
    +

    Vaccination Requirements for + Immigrant + Visa Applicants

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + + + + +
    +
    +

    20 Feb

    +
    +
    +
    +
    +
    +

    Immigration

    +
    +
    +
    + +
    +
    +

    by Admin

    +
    +
    +
    +

    How to Ensure Direct for the + Hassle-Free Visa Process

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + + + + +
    +
    +

    20 Feb

    +
    +
    +
    +
    +
    +

    Immigration

    +
    +
    +
    + +
    +
    +

    by Admin

    +
    +
    +
    +

    Citizenship Concept on How to + Become a UK Resident

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + + + + +
    +
    +

    20 Feb

    +
    +
    +
    +
    +
    +

    Immigration

    +
    +
    +
    + +
    +
    +

    by Admin

    +
    +
    +
    +

    It has survived not only five + centuries, but also

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + + + + +
    +
    +

    20 Feb

    +
    +
    +
    +
    +
    +

    Immigration

    +
    +
    +
    + +
    +
    +

    by Admin

    +
    +
    +
    +

    When an unknown printer took a + galley of type

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + + + + +
    +
    +

    20 Feb

    +
    +
    +
    +
    +
    +

    Immigration

    +
    +
    +
    + +
    +
    +

    by Admin

    +
    +
    +
    +

    There are many of simple lorem + available for not

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/cart.html b/pages/cart.html new file mode 100644 index 0000000..1f296f1 --- /dev/null +++ b/pages/cart.html @@ -0,0 +1,782 @@ + + + + + + + Cart || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ItemPriceQuantityTotalRemove
    +
    +
    + +
    +

    Office Chair

    +
    +
    $10.99 +
    + + + +
    +
    + $10.99 + +
    + +
    +
    +
    +
    + +
    +

    Round Chair

    +
    +
    $10.99 +
    + + + +
    +
    + $10.99 + +
    + +
    +
    +
    + +
    +
    +
    + + +
    +
    +
    +
      +
    • + Subtotal + $20.98 USD +
    • +
    • + Shipping cost + $0.00 USD +
    • +
    • + Total + $20.98 USD +
    • +
    +
    +
    + Update +
    +
    + Checkout +
    +
    +
    +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/checkout.html b/pages/checkout.html new file mode 100644 index 0000000..226ef76 --- /dev/null +++ b/pages/checkout.html @@ -0,0 +1,928 @@ + + + + + + + Checkout || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    +
    +
    +
    +

    Returning Customer? Click here to Login

    +

    Billing Details

    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +

    Ship to a Different Address

    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    Your Order

    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    ProductPrice
    Product Name$10.99 USD
    Subtotal$10.99 USD
    Shipping$0.00 USD
    Total$20.98 USD
    +
    +
    + +
    +
    +
    +

    Direct Bank Transfer

    +
    + Make your payment directly into our bank account. Please + use your Order ID as the payment reference. Your order + wont be shipped until the funds have cleared. +
    +
    +
    +

    Paypal Payment

    +
    + Make your payment directly into our bank account. Please + use your Order ID as the payment reference. Your order + wont be shipped until the funds have cleared. +
    +
    +
    + + +
    +
    +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/coaching-details.html b/pages/coaching-details.html new file mode 100644 index 0000000..e874e32 --- /dev/null +++ b/pages/coaching-details.html @@ -0,0 +1,944 @@ + + + + + + + Coaching Details || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    + +
    + +
    +
    +
    +
    +
    +
    + +
    +

    IELTS Coaching

    +

    There are many variations of passages of lorem ipsum is + simply free text available in the market, but the majority time you put aside to be in + our office. Lorem ipsum dolor sit amet, consectetLorem ipsum dolor sit amet, consectetur + adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor + incididunt ut labore et dolore magna aliqua.

    +

    Score 8+ Bands with Certified & Experienced Treck + Coach

    +

    Ut enim ad minima veniam, quis nostrum exercitationem + ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis + autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae + consequatur.

    +

    Why Choose Treck?

    +
    +
    + +
    +
    +
    + +
    +
    +
    +

    Individual + Attention

    +
    +
    +
    + +
    +
    +

    Individual + Attention

    +
    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    +

    Result Driven + Coaching

    +
    +
    +
    + +
    +
    +

    Result Driven + Coaching

    +
    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    +

    Flexbile + Timing

    +
    +
    +
    + +
    +
    +

    Flexbile + Timing

    +
    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    +

    Free Study + Material

    +
    +
    +
    + +
    +
    +

    Free Study + Material

    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Our Benefits

    +

    Get the Best IETLS Coaching from + the Treck Academy of Exellence

    +
      +
    • +
      + +
      +
      +

      Best Live Online Preparation

      +
      +
    • +
    • +
      + +
      +
      +

      Customized Study Plans

      +
      +
    • +
    • +
      + +
      +
      +

      Skill Building Sessions

      +
      +
    • +
    • +
      + +
      +
      +

      Full Lenght Mock Test

      +
      +
    • +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    Professional Training for +
    Cracking IETLS

    +
    + Apply Now +
    +
    +
      +
    • +
      + +
      +
      +

      Listening

      +
      +
    • +
    • +
      + +
      +
      +

      Reading

      +
      +
    • +
    • +
      + +
      +
      +

      Writing

      +
      +
    • +
    • +
      + +
      +
      +

      Speaking

      +
      +
    • +
    +
    +
    +
    +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/coaching.html b/pages/coaching.html new file mode 100644 index 0000000..04f3eda --- /dev/null +++ b/pages/coaching.html @@ -0,0 +1,1242 @@ + + + + + + + Coaching || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    + +
    +
    +
    + +
    +

    2 weeks preparation

    +
    +
    +

    2 weeks preparation

    +
    + +
    +
    +
    +
    +
    +

    OET Coaching +

    +
    +

    There are many variations of passages the majority + dolore magna.

    +
    +
    +
    + + +
    +
    +
    + +
    +

    2 weeks preparation

    +
    +
    +

    2 weeks preparation

    +
    + +
    +
    +
    +
    + +

    There are many variations of passages the majority + dolore magna.

    +
    +
    +
    + + +
    +
    +
    + +
    +

    2 weeks preparation

    +
    +
    +

    2 weeks preparation

    +
    + +
    +
    +
    +
    + +

    There are many variations of passages the majority + dolore magna.

    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +

    Our partners & suppoters

    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Taking care

    +

    Immigration & Visa
    + Process
    +

    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Apply Online

    +

    Quick & Easy Visa
    + Application
    +

    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    free advice

    +

    Expert & Experince
    + Consultants
    +

    +
    +
    +
    +
    + +
    +
    +
    + + + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    + +
    + +
    + +
    + +
    +
    +
    +
    +
    +
    + +
    +
      +
    • +
      +
      + +
      +
      +
      +

      00

      + k +
      +

      We Process Visas

      +
      +
      +
    • +
    • +
      +
      + +
      +
      +
      +

      00

      + + +
      +

      Our Success Rate

      +
      +
      +
    • +
    • +
      +
      + +
      +
      +
      +

      00

      + k +
      +

      Experience Consultants

      +
      +
      +
    • +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    + Coaching we offer +
    +
    +

    Get the Best Trainings
    you + Deserve

    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +

    Citizenship + Test

    +
    + +
    +
    +
    +
    +
    + +
    +

    Citizenship + Test

    +

    IELTS is an English language test + for study, migration or work

    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + +
    +

    IELTS + Coaching

    +
    + +
    +
    +
    +
    +
    + +
    +

    IELTS + Coaching

    +

    IELTS is an English language test + for study, migration or work

    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + +
    +

    TOEFL + Coaching

    +
    + +
    +
    +
    +
    +
    + +
    +

    TOEFL + Coaching

    +

    IELTS is an English language test + for study, migration or work

    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + +
    +

    PTE Coaching +

    +
    + +
    +
    +
    +
    +
    + +
    +

    PTE + Coaching

    +

    IELTS is an English language test + for study, migration or work

    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/contact.html b/pages/contact.html new file mode 100644 index 0000000..69cb25d --- /dev/null +++ b/pages/contact.html @@ -0,0 +1,1053 @@ + + + + + + + Contact || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    +
    +
    +
    + contact with us +
    +
    +

    Feel Free to Get in
    Touch with us

    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + checkout our locations +
    +
    +

    Our Visa Consultancy
    + Offices in World

    +
    +
    +
    +
    +
    +

    There are many variations of passages of available but + the majority have suffered alteration in some form, by injected hum randomised words + which don't slightly.

    +
    +
    +
    +
    +
    +
    +
      +
    • South America
    • +
    • Canada
    • +
    • Australia
    • +
    • Dubai
    • +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    We’re Always Here + for + You
    + +
    +
    +
    +
      +
    • +

      Monday

      +

      12:00 pm - 19:00 pm +

      +
    • +
    • +

      Tuesday to Friday

      +

      8:00 am - 19:00 pm +

      +
    • +
    • +

      Saturday

      +

      8:00 am to 3:30 pm +

      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    We’re Always Here + for + You
    + +
    +
    +
    +
      +
    • +

      Monday

      +

      12:00 pm - 19:00 pm +

      +
    • +
    • +

      Tuesday to Friday

      +

      8:00 am - 19:00 pm +

      +
    • +
    • +

      Saturday

      +

      8:00 am to 3:30 pm +

      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    We’re Always Here + for + You
    + +
    +
    +
    +
      +
    • +

      Monday

      +

      12:00 pm - 19:00 pm +

      +
    • +
    • +

      Tuesday to Friday

      +

      8:00 am - 19:00 pm +

      +
    • +
    • +

      Saturday

      +

      8:00 am to 3:30 pm +

      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    We’re Always Here + for + You
    + +
    +
    +
    +
      +
    • +

      Monday

      +

      12:00 pm - 19:00 pm +

      +
    • +
    • +

      Tuesday to Friday

      +

      8:00 am - 19:00 pm +

      +
    • +
    • +

      Saturday

      +

      8:00 am to 3:30 pm +

      +
    • +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    + + +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/countries-details.html b/pages/countries-details.html new file mode 100644 index 0000000..ca9d6f6 --- /dev/null +++ b/pages/countries-details.html @@ -0,0 +1,817 @@ + + + + + + + Countries Details || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    +
    +
    +
    + +
    + +
    +
    + +
    + +
    +
    +
    +
    +
    +

    United Kingdom

    +

    There are many variations of passages of lorem ipsum is + simply free text available in the market, but the majority time you put aside to be in + our office. Lorem ipsum dolor sit amet, consectet lorem ipsum dolor sit amet, + consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna + aliqua. Lorem ipsum dolor sit amet.

    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +

    Neque porro est qui dolorem ipsum quia quaed + inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Aelltes port + lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is + simply dummy text of the printing and typesetting industry.

    +

    Biophilia is the idea that humans possess an innate + tendency to seek connections with nature. The term translates

    +

    When an unknown printer took a galley of type and + scrambled it to make a type specimen book. It has survived not only five centuries, but + also the leap into electronic typesetting, remaining essentially unchanged. Aelltes port + lacus quis enim var sed efficitur turpis gilla sed sit amet finibus eros. Lorem Ipsum is + simply dummy text of the printing and typesetting industry.

    +

    Reasons of Choosing USA

    +

    There are many variations of passages of lorem ipsum + is simply free text available in the market, but the majority time you put aside to be + in our office.

    + +
    +
    +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/countries.html b/pages/countries.html new file mode 100644 index 0000000..949eb0f --- /dev/null +++ b/pages/countries.html @@ -0,0 +1,1206 @@ + + + + + + + Countries || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    +
    +
      +
    • +
      + +
      +
    • +
    • +
      + +
      +
    • +
    • +
      + +
      +
    • +
    • +
      + +
      +
    • +
    • +
      + +
      +
    • +
    • +
      + +
      +
    • +
    • +
      + +
      +
    • +
    +
    + +
    +
    +
    +

    Germany

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    + +
    +
    +
    +

    United Kingdom

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    + +
    +
    +
    +

    Italy

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    + +
    +
    +
    +

    Australia

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    + +
    +
    +
    +

    Canada

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    + +
    +
    +
    +

    United States

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    + +
    +
    +
    +

    Turkish

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    + +
    +
    + +
    +

    Excellence +
    in Visa & Immigration

    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + Countries of your choice +
    +
    +

    Ready to Travel the World

    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +

    There are many variations of passag of lorem ipsum available + but the jority have suffered alteration in some form by injected randomised words which + don't look even slightly believable.

    +

    There are many variations of passages of available but the + majority have suffered alteration in some form.

    +
      +
    • +
      + +
      +
      +

      Praesent laoreet dictum justo.

      +
      +
    • +
    • +
      + +
      +
      +

      Mauris imperdiet non ligula et lobortis.

      +
      +
    • +
    • +
      + +
      +
      +

      Donec scelerisque egestas purus eget fringilla

      +
      +
    • +
    + +
    +
    +
    +
    +
    + + + + + + + +
    +
    +
    +
    +
    + Our countries list +
    +
    +

    Select the Country of +
    Your Choice

    +
    +
    + +
    +
    +
    +
    + +
    +
    +

    Germany

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    London

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    Italy

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    Australia

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    Canada

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    Turkey

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/faq.html b/pages/faq.html new file mode 100644 index 0000000..eeadaa7 --- /dev/null +++ b/pages/faq.html @@ -0,0 +1,811 @@ + + + + + + + FAQ || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + +
    +
    +
    +
    +
    +
    +

    Still have Questions? + Call Now!

    +
    +
    + +
    +
    +

    Have Question?

    +

    Free + +92 (8800) - 9850

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    What is a Direct Immigration Services?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. Phasellus a rhoncus erat. Vivamus vel eros vitae est + aliquet pellentesque vitae.

    +
    +
    +
    +
    +
    +

    What are the Benefits of Visa Consultancy?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. Phasellus a rhoncus erat. Vivamus vel eros vitae est + aliquet pellentesque vitae.

    +
    +
    +
    +
    +
    +

    What We should do If our Visa get Rejection?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. Phasellus a rhoncus erat. Vivamus vel eros vitae est + aliquet pellentesque vitae.

    +
    +
    +
    +
    +
    +

    Which Documents are Required to Apply Visa Online?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. Phasellus a rhoncus erat. Vivamus vel eros vitae est + aliquet pellentesque vitae.

    +
    +
    +
    +
    +
    +

    How to get United States of America Citizenship?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. Phasellus a rhoncus erat. Vivamus vel eros vitae est + aliquet pellentesque vitae.

    +
    +
    +
    +
    +
    +

    How you can Apply for Dubai Visa Online?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. Phasellus a rhoncus erat. Vivamus vel eros vitae est + aliquet pellentesque vitae.

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/gallery.html b/pages/gallery.html new file mode 100644 index 0000000..2d820c5 --- /dev/null +++ b/pages/gallery.html @@ -0,0 +1,810 @@ + + + + + + + Gallery || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/index-dark.html b/pages/index-dark.html new file mode 100644 index 0000000..5fc0b52 --- /dev/null +++ b/pages/index-dark.html @@ -0,0 +1,2177 @@ + + + + + + + Home One || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + +
    + +
    + + + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    + +
    +

    Online form

    +

    Apply Online for
    New + Visa

    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    + +
    +

    Positive result

    +

    Best Immigration
    + Process

    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    + +
    +

    download form

    +

    Documents Required
    for + Visa

    + +
    +
    +
    + +
    +
    +
    +
    +

    Providing a One-Stop Solution for all Your Visa + & Immigration Needs

    +
    +
    +
    +
    +
    + + + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +

    00

    +

    Years of Experience

    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + Get to know about us +
    +
    +

    Visa & Immigration +
    Consulting Firm in USA

    +
    +

    There are many variations of passages of available but the + majority have suffered alteration in some form, by injected hum randomised words which + don't slightly.

    +
      +
    • +
      + +
      +
      +

      Best Consultatncy

      +

      The wise man therefore always holds in these matters this principle + Information

      +
      +
    • +
    • +
      + +
      +
      +

      Guarantee Approval

      +

      The wise man therefore always holds in these matters this principle + Information

      +
      +
    • +
    + +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    + our Visa categories +
    +
    +

    We Offers Citizenship &
    Immigration Services

    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +

    Tourist + Visa

    +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    Tourist Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +

    Business + Visa

    +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    Business Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +

    Student + Visa

    +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    Student Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +

    Residence + Visa

    +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    Residence Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + get our support +
    +
    +

    Most Trusted Visa & + Immigration

    +
    +
      +
    • +
      + +
      +
      +

      Fast Visa Process

      +
      +
    • +
    • +
      + +
      +
      +

      Get Country Citizenship

      +
      +
    • +
    • +
      + +
      +
      +

      Help in Documentation

      +
      +
    • +
    +
    +
    +
    +
    + +

    Aliquam viverra arcu. Donec aliquet blandit enim id
    quam sed + eros + tincidunt luctus.

    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +

    00

    + + +
    +

    Visa Categories

    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    +

    00

    + k +
    +

    Visa Process

    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    +

    00

    + + +
    +

    Success Rate

    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    +

    00

    + + +
    +

    Pro Consultants

    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + Coaching we offer +
    +
    +

    Get the Best Trainings you + Deserve

    +
    +
    +
    +
    +
    +

    There are many variations of passages of available but the + majority have suffered alteration in some form, by injected hum randomised words + which + don't slightly.

    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +

    Citizenship + Test

    +
    + +
    +
    +
    +
    +
    + +
    +

    Citizenship + Test

    +

    IELTS is an English language test + for study, migration or work

    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + +
    +

    IELTS + Coaching

    +
    + +
    +
    +
    +
    +
    + +
    +

    IELTS + Coaching

    +

    IELTS is an English language test + for study, migration or work

    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + +
    +

    TOEFL + Coaching

    +
    + +
    +
    +
    +
    +
    + +
    +

    TOEFL + Coaching

    +

    IELTS is an English language test + for study, migration or work

    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + +
    +

    PTE Coaching +

    +
    + +
    +
    +
    +
    +
    + +
    +

    PTE + Coaching

    +

    IELTS is an English language test + for study, migration or work

    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    + + + +
    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    + Our countries list +
    +
    +

    Select the Country of +
    Your Choice

    +
    +
    + +
    +
    +
    +
    + +
    +
    +

    Germany

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    London

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    Italy

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    Australia

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    Canada

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    Turkey

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    + Professional people +
    +
    +

    Meet Treck Expert Visa +
    Consultatns

    +
    +
    + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Mike Hardson

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Jessica Brown

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Kevin Martin

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Christine Eve

    +
    + +
    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    +
    + Contact us +
    +
    +

    Get a Call Back

    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Treck Offices

    +
    +
    + +
    +
    +
    +
    +
    +
    +

    Dubai Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +

    Australia Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +

    Canada Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    + NEWS & UPDATES +
    +
    +

    Latest News & Articles +
    From the Blog

    +
    +
    + +
    +
    +
    +
    + + + + +
    +
    +

    20 Feb

    +
    +
    +
    +
    +
    +

    Immigration

    +
    +
    +
    + +
    +
    +

    by Admin

    +
    +
    +
    +

    Vaccination Requirements for + Immigrant + Visa Applicants

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + + + + +
    +
    +

    20 Feb

    +
    +
    +
    +
    +
    +

    Immigration

    +
    +
    +
    + +
    +
    +

    by Admin

    +
    +
    +
    +

    How to Ensure Direct for the + Hassle-Free Visa Process

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + + + + +
    +
    +

    20 Feb

    +
    +
    +
    +
    +
    +

    Immigration

    +
    +
    +
    + +
    +
    +

    by Admin

    +
    +
    +
    +

    Citizenship Concept on How to + Become a UK Resident

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/index-one-page.html b/pages/index-one-page.html new file mode 100644 index 0000000..962092a --- /dev/null +++ b/pages/index-one-page.html @@ -0,0 +1,2137 @@ + + + + + + + Home One || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + +
    + +
    + + + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    + +
    +

    Online form

    +

    Apply Online for
    New + Visa

    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    + +
    +

    Positive result

    +

    Best Immigration
    + Process

    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    + +
    +

    download form

    +

    Documents Required
    for + Visa

    + +
    +
    +
    + +
    +
    +
    +
    +

    Providing a One-Stop Solution for all Your Visa + & Immigration Needs

    +
    +
    +
    +
    +
    + + + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +

    00

    +

    Years of Experience

    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + Get to know about us +
    +
    +

    Visa & Immigration +
    Consulting Firm in USA

    +
    +

    There are many variations of passages of available but the + majority have suffered alteration in some form, by injected hum randomised words which + don't slightly.

    +
      +
    • +
      + +
      +
      +

      Best Consultatncy

      +

      The wise man therefore always holds in these matters this principle + Information

      +
      +
    • +
    • +
      + +
      +
      +

      Guarantee Approval

      +

      The wise man therefore always holds in these matters this principle + Information

      +
      +
    • +
    + +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    + our Visa categories +
    +
    +

    We Offers Citizenship &
    Immigration Services

    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +

    Tourist + Visa

    +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    Tourist Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +

    Business + Visa

    +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    Business Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +

    Student + Visa

    +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    Student Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +

    Residence + Visa

    +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    Residence Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + get our support +
    +
    +

    Most Trusted Visa & + Immigration

    +
    +
      +
    • +
      + +
      +
      +

      Fast Visa Process

      +
      +
    • +
    • +
      + +
      +
      +

      Get Country Citizenship

      +
      +
    • +
    • +
      + +
      +
      +

      Help in Documentation

      +
      +
    • +
    +
    +
    +
    +
    + +

    Aliquam viverra arcu. Donec aliquet blandit enim id
    quam sed + eros + tincidunt luctus.

    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +

    00

    + + +
    +

    Visa Categories

    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    +

    00

    + k +
    +

    Visa Process

    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    +

    00

    + + +
    +

    Success Rate

    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    +

    00

    + + +
    +

    Pro Consultants

    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + Coaching we offer +
    +
    +

    Get the Best Trainings you + Deserve

    +
    +
    +
    +
    +
    +

    There are many variations of passages of available but the + majority have suffered alteration in some form, by injected hum randomised words + which + don't slightly.

    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +

    Citizenship + Test

    +
    + +
    +
    +
    +
    +
    + +
    +

    Citizenship + Test

    +

    IELTS is an English language test + for study, migration or work

    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + +
    +

    IELTS + Coaching

    +
    + +
    +
    +
    +
    +
    + +
    +

    IELTS + Coaching

    +

    IELTS is an English language test + for study, migration or work

    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + +
    +

    TOEFL + Coaching

    +
    + +
    +
    +
    +
    +
    + +
    +

    TOEFL + Coaching

    +

    IELTS is an English language test + for study, migration or work

    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + +
    +

    PTE Coaching +

    +
    + +
    +
    +
    +
    +
    + +
    +

    PTE + Coaching

    +

    IELTS is an English language test + for study, migration or work

    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    + + + +
    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    + Our countries list +
    +
    +

    Select the Country of +
    Your Choice

    +
    +
    + +
    +
    +
    +
    + +
    +
    +

    Germany

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    London

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    Italy

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    Australia

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    Canada

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    Turkey

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    + Professional people +
    +
    +

    Meet Treck Expert Visa +
    Consultatns

    +
    +
    + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Mike Hardson

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Jessica Brown

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Kevin Martin

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Christine Eve

    +
    + +
    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    +
    + Contact us +
    +
    +

    Get a Call Back

    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Treck Offices

    +
    +
    + +
    +
    +
    +
    +
    +
    +

    Dubai Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +

    Australia Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +

    Canada Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    + NEWS & UPDATES +
    +
    +

    Latest News & Articles +
    From the Blog

    +
    +
    + +
    +
    +
    +
    + + + + +
    +
    +

    20 Feb

    +
    +
    +
    +
    +
    +

    Immigration

    +
    +
    +
    + +
    +
    +

    by Admin

    +
    +
    +
    +

    Vaccination Requirements for + Immigrant + Visa Applicants

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + + + + +
    +
    +

    20 Feb

    +
    +
    +
    +
    +
    +

    Immigration

    +
    +
    +
    + +
    +
    +

    by Admin

    +
    +
    +
    +

    How to Ensure Direct for the + Hassle-Free Visa Process

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + + + + +
    +
    +

    20 Feb

    +
    +
    +
    +
    +
    +

    Immigration

    +
    +
    +
    + +
    +
    +

    by Admin

    +
    +
    +
    +

    Citizenship Concept on How to + Become a UK Resident

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/index.html b/pages/index.html new file mode 100644 index 0000000..2609cca --- /dev/null +++ b/pages/index.html @@ -0,0 +1,2176 @@ + + + + + + + Home One || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + +
    + +
    + + + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    + +
    +

    Online form

    +

    Apply Online for
    New + Visa

    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    + +
    +

    Positive result

    +

    Best Immigration
    + Process

    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    + +
    +

    download form

    +

    Documents Required
    for + Visa

    + +
    +
    +
    + +
    +
    +
    +
    +

    Providing a One-Stop Solution for all Your Visa + & Immigration Needs

    +
    +
    +
    +
    +
    + + + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +

    00

    +

    Years of Experience

    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + Get to know about us +
    +
    +

    Visa & Immigration +
    Consulting Firm in USA

    +
    +

    There are many variations of passages of available but the + majority have suffered alteration in some form, by injected hum randomised words which + don't slightly.

    +
      +
    • +
      + +
      +
      +

      Best Consultatncy

      +

      The wise man therefore always holds in these matters this principle + Information

      +
      +
    • +
    • +
      + +
      +
      +

      Guarantee Approval

      +

      The wise man therefore always holds in these matters this principle + Information

      +
      +
    • +
    + +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    + our Visa categories +
    +
    +

    We Offers Citizenship &
    Immigration Services

    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +

    Tourist + Visa

    +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    Tourist Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +

    Business + Visa

    +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    Business Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +

    Student + Visa

    +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    Student Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +

    Residence + Visa

    +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    Residence Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + get our support +
    +
    +

    Most Trusted Visa & + Immigration

    +
    +
      +
    • +
      + +
      +
      +

      Fast Visa Process

      +
      +
    • +
    • +
      + +
      +
      +

      Get Country Citizenship

      +
      +
    • +
    • +
      + +
      +
      +

      Help in Documentation

      +
      +
    • +
    +
    +
    +
    +
    + +

    Aliquam viverra arcu. Donec aliquet blandit enim id
    quam sed + eros + tincidunt luctus.

    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +

    00

    + + +
    +

    Visa Categories

    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    +

    00

    + k +
    +

    Visa Process

    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    +

    00

    + + +
    +

    Success Rate

    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    +

    00

    + + +
    +

    Pro Consultants

    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + Coaching we offer +
    +
    +

    Get the Best Trainings you + Deserve

    +
    +
    +
    +
    +
    +

    There are many variations of passages of available but the + majority have suffered alteration in some form, by injected hum randomised words + which + don't slightly.

    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +

    Citizenship + Test

    +
    + +
    +
    +
    +
    +
    + +
    +

    Citizenship + Test

    +

    IELTS is an English language test + for study, migration or work

    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + +
    +

    IELTS + Coaching

    +
    + +
    +
    +
    +
    +
    + +
    +

    IELTS + Coaching

    +

    IELTS is an English language test + for study, migration or work

    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + +
    +

    TOEFL + Coaching

    +
    + +
    +
    +
    +
    +
    + +
    +

    TOEFL + Coaching

    +

    IELTS is an English language test + for study, migration or work

    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + +
    +

    PTE Coaching +

    +
    + +
    +
    +
    +
    +
    + +
    +

    PTE + Coaching

    +

    IELTS is an English language test + for study, migration or work

    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    + + + +
    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    + Our countries list +
    +
    +

    Select the Country of +
    Your Choice

    +
    +
    + +
    +
    +
    +
    + +
    +
    +

    Germany

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    London

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    Italy

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    Australia

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    Canada

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    Turkey

    +

    Nulla ut elemen + tum sapien

    +
    + +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    + Professional people +
    +
    +

    Meet Treck Expert Visa +
    Consultatns

    +
    +
    + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Mike Hardson

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Jessica Brown

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Kevin Martin

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Christine Eve

    +
    + +
    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    +
    + Contact us +
    +
    +

    Get a Call Back

    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Treck Offices

    +
    +
    + +
    +
    +
    +
    +
    +
    +

    Dubai Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +

    Australia Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +

    Canada Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    + NEWS & UPDATES +
    +
    +

    Latest News & Articles +
    From the Blog

    +
    +
    + +
    +
    +
    +
    + + + + +
    +
    +

    20 Feb

    +
    +
    +
    +
    +
    +

    Immigration

    +
    +
    +
    + +
    +
    +

    by Admin

    +
    +
    +
    +

    Vaccination Requirements for + Immigrant + Visa Applicants

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + + + + +
    +
    +

    20 Feb

    +
    +
    +
    +
    +
    +

    Immigration

    +
    +
    +
    + +
    +
    +

    by Admin

    +
    +
    +
    +

    How to Ensure Direct for the + Hassle-Free Visa Process

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + + + + +
    +
    +

    20 Feb

    +
    +
    +
    +
    +
    +

    Immigration

    +
    +
    +
    + +
    +
    +

    by Admin

    +
    +
    +
    +

    Citizenship Concept on How to + Become a UK Resident

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/index2-one-page.html b/pages/index2-one-page.html new file mode 100644 index 0000000..a7d3348 --- /dev/null +++ b/pages/index2-one-page.html @@ -0,0 +1,2455 @@ + + + + + + + Home Two || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
      +
    • +
      + +
      +
      +

      30 Broklyn Golden Street. USA

      +
      +
    • +
    • +
      + +
      + +
    • +
    • +
      + +
      +
      +

      Mon - Fri 8.00 am - 6.00 pm

      +
      +
    • +
    +
    +
    + + +
    +
    +
    + +
    + + + + +
    + +
    + + + +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +

    00

    +

    Years of Experience

    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + About treck agency +
    +
    +

    Providing the Best Visa + Services to Clients

    +
    +

    There are many variations of passages of available but the + majority have suffered alteration in some form, by injected hum randomised words which + don't simply free text now slightly.

    +
      +
    • +
      + +
      +
      +

      Ready to Help
      You in Immigration

      +
      +
    • +
    • +
      + +
      +
      +

      Works Fast & We’re +
      Cost Effective

      +
      +
    • +
    +
    +

    Construction

    +
    +
    +
    90%
    +
    +
    +
    +
    + +
    +
    + +
    +
    +

    Have Question?

    +

    Free +92 (8800) - 9850

    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    + Our countries list +
    +
    +

    Select the Country of +
    Your Choice

    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    + +
    +
    + +
    +

    Excellence +
    in Visa & Immigration

    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + Coaching we offer +
    +
    +

    Get the Best Trainings +
    You Deserve

    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +

    OET +
    Coaching

    +

    There are many variations of passages the majority.

    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +

    IELTS +
    Coaching

    +

    There are many variations of passages the majority.

    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +

    TOFEL +
    Coaching

    +

    There are many variations of passages the majority.

    +
    +
    +
    + +
    +
    +
    + + + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +

    Most Trusted Visa + & Immigration + Agency!

    + +
    +
    +
    +
    +
    +
    +
    + common faqs +
    +
    +

    Frequently Asked + Questions?

    +
    +
    +
    +
    +
    +

    What is a Direct Immigration Services?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. +

    +
    +
    +
    +
    +
    +

    What are the Benefits of Visa Consultancy?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. +

    +
    +
    +
    +
    +
    +

    What We should do If our Visa get Rejection?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. +

    +
    +
    +
    +
    +
    +

    Which Documents are Required to Apply Visa Online?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. +

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    + our Visa categories +
    +
    +

    We Offers Citizenship &
    + Immigration Services

    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    + 3 easy process steps +
    +
    +

    Get your Visa in 03 Easy +
    & Simple Steps

    +
    +
    + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +

    Step

    +
    +
    +

    Complete +
    Online Form

    +

    Risus commodo viverra lacus maecenas accumsan vel

    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +

    Step

    +
    +
    +

    Documents +
    and Payments

    +

    Risus commodo viverra lacus maecenas accumsan vel

    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +

    Step

    +
    +
    +

    Receive now +
    your Visa

    +

    Risus commodo viverra lacus maecenas accumsan vel

    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + Our feedbacks +
    +
    +

    What They’re +
    Talking About Treck

    +
    +
    +
    +
    +
    +

    There are many variations of passages of + available but + the majority have suffered alteration in some form, by injected hum randomised words + which don't slightly.

    +
    +
    +
    +
    +
    + +
    +
    +
    + + + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    + They trust treck +
    +
    +

    Our Agency Awards & +
    Achievements

    +
    +
    +

    We’re Trusted by 00 Satisfied Clients + Across the World for Best Visa & Immigration

    +
      +
    • +
      + +
      +
      +

      Professional Consultants

      +
      +
    • +
    • +
      + +
      +
      +

      100% Guarantee Approvals

      +
      +
    • +
    • +
      + +
      +
      +

      Affordable Fees

      +
      +
    • +
    +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    + +
    +

    2020 +
    Award

    +
    + +
    +

    Best
    + Consulting

    +
    +
    + + +
    +
    +
    + +
    +

    2022 +
    Award

    +
    + +
    +

    Visa
    + Guarantee

    +
    +
    + + +
    +
    +
    + +
    +

    2018 +
    Award

    +
    + +
    +

    Quality
    + Management

    +
    +
    + +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    + NEWS & UPDATES +
    +
    +

    Latest News & Articles +
    From the Blog

    +
    +
    + +
    +
    +
    +
    + +
    +
    +

    20
    Feb

    +
    +
    +
    +

    Immigration

    +
    +

    Vaccination Requirements for + Immigrant Visa Applicants

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    20
    Feb

    +
    +
    +
    +

    Immigration

    +
    +

    How to Ensure Direct for the + Hassle-Free Visa Process

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    +
    + + +
    +
    + +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    + Contact with us +
    +
    +

    Contact Treck for Visa +
    & Immigration

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    Treck Offices

    +
    +
    + +
    +
    +
    +
    +
    +
    +

    Dubai Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +

    Australia Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +

    Canada Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +

    Our partners & suppoters

    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    + + + + + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/index2.html b/pages/index2.html new file mode 100644 index 0000000..3a5d1a5 --- /dev/null +++ b/pages/index2.html @@ -0,0 +1,2494 @@ + + + + + + + Home Two || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
      +
    • +
      + +
      +
      +

      30 Broklyn Golden Street. USA

      +
      +
    • +
    • +
      + +
      + +
    • +
    • +
      + +
      +
      +

      Mon - Fri 8.00 am - 6.00 pm

      +
      +
    • +
    +
    +
    + + +
    +
    +
    + +
    + + + + +
    + +
    + + + +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +

    00

    +

    Years of Experience

    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + About treck agency +
    +
    +

    Providing the Best Visa + Services to Clients

    +
    +

    There are many variations of passages of available but the + majority have suffered alteration in some form, by injected hum randomised words which + don't simply free text now slightly.

    +
      +
    • +
      + +
      +
      +

      Ready to Help
      You in Immigration

      +
      +
    • +
    • +
      + +
      +
      +

      Works Fast & We’re +
      Cost Effective

      +
      +
    • +
    +
    +

    Construction

    +
    +
    +
    90%
    +
    +
    +
    +
    + +
    +
    + +
    +
    +

    Have Question?

    +

    Free +92 (8800) - 9850

    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    + Our countries list +
    +
    +

    Select the Country of +
    Your Choice

    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    + +
    +
    + +
    +

    Excellence +
    in Visa & Immigration

    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + Coaching we offer +
    +
    +

    Get the Best Trainings +
    You Deserve

    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +

    OET +
    Coaching

    +

    There are many variations of passages the majority.

    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +

    IELTS +
    Coaching

    +

    There are many variations of passages the majority.

    +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +

    TOFEL +
    Coaching

    +

    There are many variations of passages the majority.

    +
    +
    +
    + +
    +
    +
    + + + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +

    Most Trusted Visa + & Immigration + Agency!

    + +
    +
    +
    +
    +
    +
    +
    + common faqs +
    +
    +

    Frequently Asked + Questions?

    +
    +
    +
    +
    +
    +

    What is a Direct Immigration Services?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. +

    +
    +
    +
    +
    +
    +

    What are the Benefits of Visa Consultancy?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. +

    +
    +
    +
    +
    +
    +

    What We should do If our Visa get Rejection?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. +

    +
    +
    +
    +
    +
    +

    Which Documents are Required to Apply Visa Online?

    +
    +
    +
    +

    There are many variations of passages the majority have suffered + alteration in some fo injected humour, or randomised words + believable. +

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    + our Visa categories +
    +
    +

    We Offers Citizenship &
    + Immigration Services

    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    + 3 easy process steps +
    +
    +

    Get your Visa in 03 Easy +
    & Simple Steps

    +
    +
    + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +

    Step

    +
    +
    +

    Complete +
    Online Form

    +

    Risus commodo viverra lacus maecenas accumsan vel

    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +

    Step

    +
    +
    +

    Documents +
    and Payments

    +

    Risus commodo viverra lacus maecenas accumsan vel

    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +

    Step

    +
    +
    +

    Receive now +
    your Visa

    +

    Risus commodo viverra lacus maecenas accumsan vel

    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + Our feedbacks +
    +
    +

    What They’re +
    Talking About Treck

    +
    +
    +
    +
    +
    +

    There are many variations of passages of + available but + the majority have suffered alteration in some form, by injected hum randomised words + which don't slightly.

    +
    +
    +
    +
    +
    + +
    +
    +
    + + + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    + They trust treck +
    +
    +

    Our Agency Awards & +
    Achievements

    +
    +
    +

    We’re Trusted by 00 Satisfied Clients + Across the World for Best Visa & Immigration

    +
      +
    • +
      + +
      +
      +

      Professional Consultants

      +
      +
    • +
    • +
      + +
      +
      +

      100% Guarantee Approvals

      +
      +
    • +
    • +
      + +
      +
      +

      Affordable Fees

      +
      +
    • +
    +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    + +
    +

    2020 +
    Award

    +
    + +
    +

    Best
    + Consulting

    +
    +
    + + +
    +
    +
    + +
    +

    2022 +
    Award

    +
    + +
    +

    Visa
    + Guarantee

    +
    +
    + + +
    +
    +
    + +
    +

    2018 +
    Award

    +
    + +
    +

    Quality
    + Management

    +
    +
    + +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    + NEWS & UPDATES +
    +
    +

    Latest News & Articles +
    From the Blog

    +
    +
    + +
    +
    +
    +
    + +
    +
    +

    20
    Feb

    +
    +
    +
    +

    Immigration

    +
    +

    Vaccination Requirements for + Immigrant Visa Applicants

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    20
    Feb

    +
    +
    +
    +

    Immigration

    +
    +

    How to Ensure Direct for the + Hassle-Free Visa Process

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    +
    + + +
    +
    + +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    + Contact with us +
    +
    +

    Contact Treck for Visa +
    & Immigration

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    Treck Offices

    +
    +
    + +
    +
    +
    +
    +
    +
    +

    Dubai Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +

    Australia Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +

    Canada Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +

    Our partners & suppoters

    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    + + + + + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/index3-one-page.html b/pages/index3-one-page.html new file mode 100644 index 0000000..ac3b40b --- /dev/null +++ b/pages/index3-one-page.html @@ -0,0 +1,1848 @@ + + + + + + + Home Three || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + +
    + +
    + + + +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Taking care

    +

    Immigration & Visa +
    Process
    +

    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Apply Online

    +

    Quick & Easy Visa +
    + Application
    +

    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + + + +
    +
    + +
    +
    +
    +
    + our company intro +
    +
    +

    Welcome to Visa &
    Immigration Consultancy

    +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +

    The Global Leaders in Visa & Immigration
    Since 2013

    +
    +
    +

    There are many variations of passag of lorem ipsum available + but the jority have suffered alteration in some form by injected randomised words which + don't look even slightly believable.

    +

    There are many variations of passages of available but the + majority have suffered alteration in some form.

    +
      +
    • +
      + +
      +
      +

      Praesent laoreet dictum justo.

      +
      +
    • +
    • +
      + +
      +
      +

      Mauris imperdiet non ligula et lobortis.

      +
      +
    • +
    • +
      + +
      +
      +

      Donec scelerisque egestas purus eget fringilla

      +
      +
    • +
    + Discover More +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + our Visa categories +
    +
    +

    We Offers Citizenship
    + & Immigration Services

    +
    +
    +
    +
    +
    +

    There are many variations of passages of available + but the majority have suffered alteration in some form, by injected hum randomised + words which don't slightly.

    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    +
    +

    Tourist Visa +

    +
    +

    Desire that they can forese
    trouble bound + ensue.

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + +

    Desire that they can forese
    trouble bound + ensue.

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    +
    +

    Student Visa +

    +
    +

    Desire that they can forese
    trouble bound + ensue.

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + +

    Desire that they can forese
    trouble bound + ensue.

    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + + + +
    +
    + +
    +
    + +
    +
    +
    +
    + Our countries list +
    +
    +

    Select the Country of
    Your Choice

    +
    +
    +
    +
      +
    • +
      + +
      +
    • +
    • +
      + +
      +
    • +
    • +
      + +
      +
    • +
    • +
      + +
      +
    • +
    • +
      + +
      +
    • +
    • +
      + +
      +
    • +
    • +
      + +
      +
    • +
    +
    + +
    +
    +
    +

    Germany

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    + +
    +
    +
    +

    United Kingdom

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    + +
    +
    +
    +

    Italy

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    + +
    +
    +
    +

    Australia

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    + +
    +
    +
    +

    Canada

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    + +
    +
    +
    +

    United States

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    + +
    +
    +
    +

    Turkish

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +

    Need Visa & Immigration Consultation? Send a + Free Request!

    +
    + +
    +
    +
    + + + +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    + +
    +

    Best Immigration
    + Solutions

    +
    +
    +
    +
    +
    +
    +
    +
    + Our benefits list +
    +
    +

    See Why You Should
    + Choose Treck

    +
    +

    There are many variations of passages of available but the + majority have suffered. Alteration in some form, lipsum is simply free text by injected + humou or randomised words even believable.

    +
      +
    • +
      + +
      +
      +

      Benefit 01

      +

      Our Process is Very Fast

      +
      +
    • +
    • +
      + +
      +
      +

      Benefit 02

      +

      Professional Consultants

      +
      +
    • +
    • +
      + +
      +
      +

      Benefit 03

      +

      100% Visa Guarantee

      +
      +
    • +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    + Coaching we offer +
    +
    +

    Get the Best Trainings
    + You Deserve

    +
    + +
    +
    + + + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    + +
    + +
    + +
    + +
    +
    +
    +
    +
    +
    + +
    +
      +
    • +
      +
      + +
      +
      +
      +

      00

      + k +
      +

      We Process Visas

      +
      +
      +
    • +
    • +
      +
      + +
      +
      +
      +

      00

      + + +
      +

      Our Success Rate

      +
      +
      +
    • +
    • +
      +
      + +
      +
      +
      +

      00

      + k +
      +

      Experience Consultants

      +
      +
      +
    • +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    + NEWS & UPDATES +
    +
    +

    Latest News & Articles +
    From the Blog

    +
    +
    + +
    +
    +
    +
    + +
    +
    +

    20
    Feb

    +
    +
    +
    +

    Immigration

    +
    +

    Vaccination Requirements for + Immigrant Visa Applicants

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    20
    Feb

    +
    +
    +
    +

    Immigration

    +
    +

    How to Ensure Direct for the + Hassle-Free Visa Process

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    20
    Feb

    +
    +
    +
    +

    Immigration

    +
    +

    Pearson English Language + Test Aapproved by Canadian

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + Contact with us +
    +
    +

    Contact Treck for Visa
    + & Immigration

    +
    +
    +
      +
    • Canada
    • +
    • Australia
    • +
    • Dubai
    • +
    +
    + +
    +
    +

    There are many variations of + passages the simply free text available in the market majority dolore + magna.

    +
    +
    + +
    + +
    +
    +
    + +
    +
    +

    There are many variations of + passages the simply free text available in the market majority dolore + magna.

    +
    +
    + +
    + +
    +
    +
    + +
    +
    +

    There are many variations of + passages the simply free text available in the market majority dolore + magna.

    +
    +
    + +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    Request a Appointment

    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +

    Our partners & suppoters

    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/index3.html b/pages/index3.html new file mode 100644 index 0000000..403e736 --- /dev/null +++ b/pages/index3.html @@ -0,0 +1,1887 @@ + + + + + + + Home Three || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + +
    + +
    + + + +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Taking care

    +

    Immigration & Visa +
    Process
    +

    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Apply Online

    +

    Quick & Easy Visa +
    + Application
    +

    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + + + +
    +
    + +
    +
    +
    +
    + our company intro +
    +
    +

    Welcome to Visa &
    Immigration Consultancy

    +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +

    The Global Leaders in Visa & Immigration
    Since 2013

    +
    +
    +

    There are many variations of passag of lorem ipsum available + but the jority have suffered alteration in some form by injected randomised words which + don't look even slightly believable.

    +

    There are many variations of passages of available but the + majority have suffered alteration in some form.

    +
      +
    • +
      + +
      +
      +

      Praesent laoreet dictum justo.

      +
      +
    • +
    • +
      + +
      +
      +

      Mauris imperdiet non ligula et lobortis.

      +
      +
    • +
    • +
      + +
      +
      +

      Donec scelerisque egestas purus eget fringilla

      +
      +
    • +
    + Discover More +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + our Visa categories +
    +
    +

    We Offers Citizenship
    + & Immigration Services

    +
    +
    +
    +
    +
    +

    There are many variations of passages of available + but the majority have suffered alteration in some form, by injected hum randomised + words which don't slightly.

    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    +
    +

    Tourist Visa +

    +
    +

    Desire that they can forese
    trouble bound + ensue.

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + +

    Desire that they can forese
    trouble bound + ensue.

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    +
    +

    Student Visa +

    +
    +

    Desire that they can forese
    trouble bound + ensue.

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + +

    Desire that they can forese
    trouble bound + ensue.

    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + + + +
    +
    + +
    +
    + +
    +
    +
    +
    + Our countries list +
    +
    +

    Select the Country of
    Your Choice

    +
    +
    +
    +
      +
    • +
      + +
      +
    • +
    • +
      + +
      +
    • +
    • +
      + +
      +
    • +
    • +
      + +
      +
    • +
    • +
      + +
      +
    • +
    • +
      + +
      +
    • +
    • +
      + +
      +
    • +
    +
    + +
    +
    +
    +

    Germany

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    + +
    +
    +
    +

    United Kingdom

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    + +
    +
    +
    +

    Italy

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    + +
    +
    +
    +

    Australia

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    + +
    +
    +
    +

    Canada

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    + +
    +
    +
    +

    United States

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    + +
    +
    +
    +

    Turkish

    +
    +

    There are many variations of passages the
    + majority dolore magna.

    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +

    Need Visa & Immigration Consultation? Send a + Free Request!

    +
    + +
    +
    +
    + + + +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    + +
    +

    Best Immigration
    + Solutions

    +
    +
    +
    +
    +
    +
    +
    +
    + Our benefits list +
    +
    +

    See Why You Should
    + Choose Treck

    +
    +

    There are many variations of passages of available but the + majority have suffered. Alteration in some form, lipsum is simply free text by injected + humou or randomised words even believable.

    +
      +
    • +
      + +
      +
      +

      Benefit 01

      +

      Our Process is Very Fast

      +
      +
    • +
    • +
      + +
      +
      +

      Benefit 02

      +

      Professional Consultants

      +
      +
    • +
    • +
      + +
      +
      +

      Benefit 03

      +

      100% Visa Guarantee

      +
      +
    • +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    + Coaching we offer +
    +
    +

    Get the Best Trainings
    + You Deserve

    +
    + +
    +
    + + + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    + +
    + +
    + +
    + +
    +
    +
    +
    +
    +
    + +
    +
      +
    • +
      +
      + +
      +
      +
      +

      00

      + k +
      +

      We Process Visas

      +
      +
      +
    • +
    • +
      +
      + +
      +
      +
      +

      00

      + + +
      +

      Our Success Rate

      +
      +
      +
    • +
    • +
      +
      + +
      +
      +
      +

      00

      + k +
      +

      Experience Consultants

      +
      +
      +
    • +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    + NEWS & UPDATES +
    +
    +

    Latest News & Articles +
    From the Blog

    +
    +
    + +
    +
    +
    +
    + +
    +
    +

    20
    Feb

    +
    +
    +
    +

    Immigration

    +
    +

    Vaccination Requirements for + Immigrant Visa Applicants

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    20
    Feb

    +
    +
    +
    +

    Immigration

    +
    +

    How to Ensure Direct for the + Hassle-Free Visa Process

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    20
    Feb

    +
    +
    +
    +

    Immigration

    +
    +

    Pearson English Language + Test Aapproved by Canadian

    +
    +
    +

    02 Comments

    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + Contact with us +
    +
    +

    Contact Treck for Visa
    + & Immigration

    +
    +
    +
      +
    • Canada
    • +
    • Australia
    • +
    • Dubai
    • +
    +
    + +
    +
    +

    There are many variations of + passages the simply free text available in the market majority dolore + magna.

    +
    +
    + +
    + +
    +
    +
    + +
    +
    +

    There are many variations of + passages the simply free text available in the market majority dolore + magna.

    +
    +
    + +
    + +
    +
    +
    + +
    +
    +

    There are many variations of + passages the simply free text available in the market majority dolore + magna.

    +
    +
    + +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    Request a Appointment

    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +

    Our partners & suppoters

    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/login.html b/pages/login.html new file mode 100644 index 0000000..4e1966f --- /dev/null +++ b/pages/login.html @@ -0,0 +1,727 @@ + + + + + + + Login || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/pricing-tables.html b/pages/pricing-tables.html new file mode 100644 index 0000000..04f2822 --- /dev/null +++ b/pages/pricing-tables.html @@ -0,0 +1,1062 @@ + + + + + + + Pricing Tables || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    +
    + Our pricing plans +
    +
    +

    Select a Plan According to
    your Requirments

    +
    +
    +
      +
    • Monthly
    • +
    • Yearly
    • +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +

    $330

    +

    Single Entry Visa Fee

    +
    +
    + +
    +
    +

    All Visa Services Include:

    +
      +
    • +
      + +
      +
      +

      10 Days Time

      +
      +
    • +
    • +
      + +
      +
      +

      Interview Training

      +
      +
    • +
    • +
      + +
      +
      +

      Guarantee Approval

      +
      +
    • +
    • +
      + +
      +
      +

      Documents Submission

      +
      +
    • +
    +
    + Apply Now +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    $460

    +

    Double Entry Visa Fee

    +
    +
    + +
    +
    +

    All Visa Services Include:

    +
      +
    • +
      + +
      +
      +

      10 Days Time

      +
      +
    • +
    • +
      + +
      +
      +

      Interview Training

      +
      +
    • +
    • +
      + +
      +
      +

      Guarantee Approval

      +
      +
    • +
    • +
      + +
      +
      +

      Documents Submission

      +
      +
    • +
    +
    + Apply Now +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    $600

    +

    Multiple Entry Visa Fee

    +
    +
    + +
    +
    +

    All Visa Services Include:

    +
      +
    • +
      + +
      +
      +

      10 Days Time

      +
      +
    • +
    • +
      + +
      +
      +

      Interview Training

      +
      +
    • +
    • +
      + +
      +
      +

      Guarantee Approval

      +
      +
    • +
    • +
      + +
      +
      +

      Documents Submission

      +
      +
    • +
    +
    + Apply Now +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +

    $330

    +

    Single Entry Visa Fee

    +
    +
    + +
    +
    +

    All Visa Services Include:

    +
      +
    • +
      + +
      +
      +

      10 Days Time

      +
      +
    • +
    • +
      + +
      +
      +

      Interview Training

      +
      +
    • +
    • +
      + +
      +
      +

      Guarantee Approval

      +
      +
    • +
    • +
      + +
      +
      +

      Documents Submission

      +
      +
    • +
    +
    + Apply Now +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    $460

    +

    Double Entry Visa Fee

    +
    +
    + +
    +
    +

    All Visa Services Include:

    +
      +
    • +
      + +
      +
      +

      10 Days Time

      +
      +
    • +
    • +
      + +
      +
      +

      Interview Training

      +
      +
    • +
    • +
      + +
      +
      +

      Guarantee Approval

      +
      +
    • +
    • +
      + +
      +
      +

      Documents Submission

      +
      +
    • +
    +
    + Apply Now +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +

    $600

    +

    Multiple Entry Visa Fee

    +
    +
    + +
    +
    +

    All Visa Services Include:

    +
      +
    • +
      + +
      +
      +

      10 Days Time

      +
      +
    • +
    • +
      + +
      +
      +

      Interview Training

      +
      +
    • +
    • +
      + +
      +
      +

      Guarantee Approval

      +
      +
    • +
    • +
      + +
      +
      +

      Documents Submission

      +
      +
    • +
    +
    + Apply Now +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/product-details.html b/pages/product-details.html new file mode 100644 index 0000000..8de5cf5 --- /dev/null +++ b/pages/product-details.html @@ -0,0 +1,898 @@ + + + + + + + Product Details || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +

    Office Chair $78.00

    +
    +
    + + + + + + 2 customer reviews +
    +
    +

    Aliquam hendrerit a augue insuscipit. Etiam + aliquam massa quis des mauris commodo venenatis ligula commodo leez sed blandit + convallis dignissim onec vel pellentesque neque.

    +

    REF. 4231/406
    + Available in store

    +
    + +
    +

    Quantity

    +
    + + + +
    +
    + + +
    + + + +
    + +
    +
    +
    +
    + + + +
    +
    +

    Description

    +

    Lorem ipsum dolor sit amet, cibo mundi ea duo, vim exerci + phaedrum. There are many variations of passages of Lorem Ipsum available, but the majority have + alteration in some injected or words which don't look even slightly believable. If you are going to + use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrang hidden in the + middle of text.

    +
    +
      +
    • +

      Nam at elit nec neque suscipit gravida.

      +
    • +
    • +

      Aenean egestas orci eu maximus tincidunt.

      +
    • +
    • +

      Curabitur vel turpis id tellus cursus laoreet. +

      +
    • +
    +
    +

    All the Lorem Ipsum generators on the Internet tend to repeat + predefined chunks as necessary, making this the first true generator on the Internet. It uses a + dictionary of over 200 Latin words, combined with a handful of model sentence structures, to + generate Lorem Ipsum which looks reasonable.

    +
    +
    + + + +
    +
    +
    +
    +

    2 Reviews

    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +

    Kevin Martin 20 Mar, 2023 . 4:00 pm

    +
    +
    + + + + + +
    +
    + +
    +

    It has survived not only five centuries, but also the leap into electronic + typesetting unchanged. It was popularised in the sheets containing lorem ipsum + is simply free text. Class aptent taciti sociosqu ad litora torquent per conubia + nostra, per inceptos himenaeos. Vestibulum sollicitudin varius mauris non + dignissim.

    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +

    Sarah Albert 20 Mar, 2023 . 4:00 pm

    +
    +
    + + + + + +
    +
    + +
    +

    It has survived not only five centuries, but also the leap into electronic + typesetting unchanged. It was popularised in the sheets containing lorem ipsum + is simply free text. Class aptent taciti sociosqu ad litora torquent per conubia + nostra, per inceptos himenaeos. Vestibulum sollicitudin varius mauris non + dignissim.

    +
    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +

    Add a Review

    +
    +

    Rate this Product?

    +
    + + + + + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/products.html b/pages/products.html new file mode 100644 index 0000000..d5247b0 --- /dev/null +++ b/pages/products.html @@ -0,0 +1,1015 @@ + + + + + + + Products || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    +
    +
    + +
    +

    Price

    +
    +
    +
    + + - + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    Showing 1–9 of 12 results

    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + + + + +
    +

    Boss + Sofa

    +

    $82.00

    + +
    +
    + + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + + + + + +
    +

    Office + Chair

    +

    $78.00

    + +
    +
    + + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + + + + + +
    +

    Long + Stool

    +

    $33.00

    + +
    +
    + + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + + + + + +
    +

    Round + Chair

    +

    $49.00

    + +
    +
    + + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + + + + + +
    +

    Sofa + Chair

    +

    $31.00

    + +
    +
    + + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + + + + + +
    +

    White + Chair

    +

    $50.00

    + +
    +
    + + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + + + + + +
    +

    Wood + Stool

    +

    $15.00

    + +
    +
    + + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + + + + + +
    +

    Sofa + Seat

    +

    $27.00

    + +
    +
    + + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    + + + + + +
    +

    Long + Chair

    +

    $86.00

    + +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/story-details.html b/pages/story-details.html new file mode 100644 index 0000000..f03e115 --- /dev/null +++ b/pages/story-details.html @@ -0,0 +1,731 @@ + + + + + + + Story Details || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +

    My Visa Was Approved
    for Australia

    +
    +
    + +
    +
    + + + + + +
    +
    +

    We got our case approved today. Both of my children are + very happy. This happened all because of your advise and right action taken by you and + your team.

    +

    I am thankful to you and your team and looking ahead for + further processing of my petition. To be very true with you now i am not at all worried + as I know I have you, God bless you.

    +
      +
    • Visa Applied: 30 December 2022
    • +
    • Visa Type: Tourist Visa
    • +
    • Approval: 30 Days
    • +
    +
    +

    Aleesha Brown

    +
    +
    + Apply for Visa + Now + Read More + Stories +
    +
    +
    +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/success-stories.html b/pages/success-stories.html new file mode 100644 index 0000000..73e0b25 --- /dev/null +++ b/pages/success-stories.html @@ -0,0 +1,884 @@ + + + + + + + Success Stories || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    + +
    + +
    +
    +
    +
    +
    + + + + + +
    +

    Jessica + Brown

    +

    Co Founder

    +
    +
    + +
    +
    +

    There are many variations of passages of available + but + the free majority have suffered alteration in some form believable.

    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    +
    +
    + + + + + +
    +

    Mike + Hardson

    +

    Co Founder

    +
    +
    + +
    +
    +

    There are many variations of passages of available + but + the free majority have suffered alteration in some form believable.

    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    +
    +
    + + + + + +
    +

    Nikolo + Hardson

    +

    Co Founder

    +
    +
    + +
    +
    +

    There are many variations of passages of available + but + the free majority have suffered alteration in some form believable.

    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    +
    +
    + + + + + +
    +

    Alisha + Martin

    +

    Co Founder

    +
    +
    + +
    +
    +

    There are many variations of passages of available + but + the free majority have suffered alteration in some form believable.

    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    +
    +
    + + + + + +
    +

    Alisha + Fox

    +

    Co Founder

    +
    +
    + +
    +
    +

    There are many variations of passages of available + but + the free majority have suffered alteration in some form believable.

    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    +
    +
    + + + + + +
    +

    Kevin + Martin

    +

    Co Founder

    +
    +
    + +
    +
    +

    There are many variations of passages of available + but + the free majority have suffered alteration in some form believable.

    +
    +
    +
    + +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/team-details.html b/pages/team-details.html new file mode 100644 index 0000000..040f856 --- /dev/null +++ b/pages/team-details.html @@ -0,0 +1,855 @@ + + + + + + + Team Details || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +

    Guarantee
    Visa Approval

    +
    +
    +
    +
    +
    +
    +
    +

    Jessica Brown

    +

    Visa & Immigration Consultant

    + +

    Lorem ipsum dolor sit amet, con adipiscing elit tiam + convallis elit id impedie. Quisq commodo simply free ornare tortor. If you are going to + use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing + hidden in the middle of text.

    +
    +

    Top Reasons for Hiring a Expert Visa Consultant +

    +
      +
    • +
      + +
      +
      +

      Time Saving

      +
      +
    • +
    • +
      + +
      +
      +

      Support Throughout the Application Process

      +
      +
    • +
    • +
      + +
      +
      +

      Personal Attention

      +
      +
    • +
    • +
      + +
      +
      +

      Privacy Protection

      +
      +
    • +
    • +
      + +
      +
      +

      All Hindrances are Taken Care of

      +
      +
    • +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +

    Personal Experience

    +

    If you are going to use a passage of Lorem + Ipsum, you need to be sure there isn't anything embarrassing hidden.

    +
    +
    +
    +
    +
    +
    +

    Consultation

    +
    +
    +
    90%
    +
    +
    +
    +
    +

    Training

    +
    +
    +
    66%
    +
    +
    +
    +
    +

    Visa Rejection

    +
    +
    +
    40%
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    + contact with me +
    +
    +

    Feel Free to Get in Touch
    with Jessica

    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/team.html b/pages/team.html new file mode 100644 index 0000000..aa6958d --- /dev/null +++ b/pages/team.html @@ -0,0 +1,904 @@ + + + + + + + Team || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Mike Hardson

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Jessica Brown

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Kevin Martin

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Christine Eve

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Sarah Albert

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    David Cooper

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Monica Rose

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + + +
    +
    +

    Consultants

    +

    Michale Smith

    +
    + +
    +
    +
    +
    + +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/visa-details.html b/pages/visa-details.html new file mode 100644 index 0000000..2bbaf68 --- /dev/null +++ b/pages/visa-details.html @@ -0,0 +1,868 @@ + + + + + + + Visa Details || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Business Visa

    +

    United Kingdom Allows you Easy Setting + up Your Business in Country

    +
      +
    • +
      + +
      +
      +

      Setup Your Business in other Country

      +
      +
    • +
    • +
      + +
      +
      +

      Grow Your Business to Next Level

      +
      +
    • +
    • +
      + +
      +
      +

      Get in 2 Years Residence

      +
      +
    • +
    • +
      + +
      +
      +

      Sponsor Your Spouse

      +
      +
    • +
    • +
      + +
      +
      +

      Get 30% Tax Reductions

      +
      +
    • +
    +
    +
    +
    +

    There are many variations of passages of lorem ipsum is + simply free text available in the market, but the majority time you put aside to be in + our office. Lorem ipsum dolor sit amet, consectetLorem ipsum dolor sit amet, consectetur + adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor + incididunt ut labore et dolore magna aliqua.

    +
    +

    We stand for quality, safety & credibility, so you could be trust us fully about city + government and our working process.

    +
    +

    Ut enim ad minima veniam, quis nostrum exercitationem ullam + corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel + eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur. +

    +
    +

    Online Visa Process

    +
      +
    • +
      +
      + +
      +
      +
      +

      Select +
      Visa Type

      +
      +
    • +
    • +
      +
      + +
      +
      +
      +

      Fill +
      Online Form

      +
      +
    • +
    • +
      +
      + +
      +
      +
      +

      Submit +
      Application

      +
      +
    • +
    • +
      +
      + +
      +
      +
      +

      Visa +
      Processing

      +
      +
    • +
    • +
      +
      + +
      +
      +
      +

      Visa +
      Approved

      +
      +
    • +
    +
    + +
    +
    +
    +
    + + +
    +
    + +
    + +
    +
    +
    +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/visa-offers.html b/pages/visa-offers.html new file mode 100644 index 0000000..77afe5c --- /dev/null +++ b/pages/visa-offers.html @@ -0,0 +1,1052 @@ + + + + + + + Visa Offers || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +

    30 Days visa Time

    +
    +
    +
    Fulfill Your Dream
    +
    +

    Canada Study Visa

    +
      +
    • +
      + +
      +
      +

      No IELTS Test Required

      +
      +
    • +
    • +
      + +
      +
      +

      Relocate in 30 Days

      +
      +
    • +
    • +
      + +
      +
      +

      Afforable Fee

      +
      +
    • +
    +
    +

    Starting with

    +
    +

    $360.00

    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +

    30 Days visa Time

    +
    +
    +
    Fulfill Your Dream
    +
    +

    Australia Tourist Visa

    +
      +
    • +
      + +
      +
      +

      No IELTS Test Required

      +
      +
    • +
    • +
      + +
      +
      +

      Relocate in 30 Days

      +
      +
    • +
    • +
      + +
      +
      +

      Afforable Fee

      +
      +
    • +
    +
    +

    Starting with

    +
    +

    $360.00

    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +

    30 Days visa Time

    +
    +
    +
    Fulfill Your Dream
    +
    +

    Argentina PR Visa

    +
      +
    • +
      + +
      +
      +

      No IELTS Test Required

      +
      +
    • +
    • +
      + +
      +
      +

      Relocate in 30 Days

      +
      +
    • +
    • +
      + +
      +
      +

      Afforable Fee

      +
      +
    • +
    +
    +

    Starting with

    +
    +

    $360.00

    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +

    30 Days visa Time

    +
    +
    +
    Fulfill Your Dream
    +
    +

    Germany Study Visa

    +
      +
    • +
      + +
      +
      +

      No IELTS Test Required

      +
      +
    • +
    • +
      + +
      +
      +

      Relocate in 30 Days

      +
      +
    • +
    • +
      + +
      +
      +

      Afforable Fee

      +
      +
    • +
    +
    +

    Starting with

    +
    +

    $360.00

    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +

    30 Days visa Time

    +
    +
    +
    Fulfill Your Dream
    +
    +

    India Tourist Visa

    +
      +
    • +
      + +
      +
      +

      No IELTS Test Required

      +
      +
    • +
    • +
      + +
      +
      +

      Relocate in 30 Days

      +
      +
    • +
    • +
      + +
      +
      +

      Afforable Fee

      +
      +
    • +
    +
    +

    Starting with

    +
    +

    $360.00

    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +

    30 Days visa Time

    +
    +
    +
    Fulfill Your Dream
    +
    +

    India Tourist Visa

    +
      +
    • +
      + +
      +
      +

      No IELTS Test Required

      +
      +
    • +
    • +
      + +
      +
      +

      Relocate in 30 Days

      +
      +
    • +
    • +
      + +
      +
      +

      Afforable Fee

      +
      +
    • +
    +
    +

    Starting with

    +
    +

    $360.00

    +
    +
    +
    +
    + +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/visa.html b/pages/visa.html new file mode 100644 index 0000000..ed3ec35 --- /dev/null +++ b/pages/visa.html @@ -0,0 +1,1341 @@ + + + + + + + Visa || treck || treck HTML 5 Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + +
    +
    +
    + + + +
    +
    + +
    + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +

    Tourist + Visa

    +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    Tourist Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +

    Business + Visa

    +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    Business Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +

    Student + Visa

    +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    Student Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +

    Residence + Visa

    +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    Residence Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +

    Our partners & suppoters

    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    + + + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    + +
    +

    Online form

    +

    Apply Online for
    New + Visa

    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    + +
    +

    Positive result

    +

    Best Immigration
    + Process

    + +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    + +
    +

    download form

    +

    Documents Required
    for + Visa

    + +
    +
    +
    + +
    +
    +
    +
    +

    Providing a One-Stop Solution for all Your Visa + & Immigration Needs

    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + Our benefits list +
    +
    +

    See Why You Should
    + Choose Treck

    +
    +

    There are many variations of passages of available but the + majority have suffered. Alteration in some form, lipsum is simply free text by injected + humou or randomised words even believable.

    +
      +
    • +
      + +
      +
      +

      Benefit 01

      +

      Our Process is Very Fast

      +
      +
    • +
    • +
      + +
      +
      +

      Benefit 02

      +

      Professional Consultants

      +
      +
    • +
    • +
      + +
      +
      +

      Benefit 03

      +

      100% Visa Guarantee

      +
      +
    • +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    + our Visa categories +
    +
    +

    We Offers Citizenship +
    & Immigration Services

    +
    +
    + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + +

    Desire that they can forese
    trouble bound + ensue.

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + +

    Desire that they can forese
    trouble bound + ensue.

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + +

    Desire that they can forese
    trouble bound + ensue.

    +
    + +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + +

    Desire that they can forese
    trouble bound + ensue.

    +
    + +
    +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    +
    + Contact us +
    +
    +

    Get a Call Back

    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Treck Offices

    +
    +
    + +
    +
    +
    +
    +
    +
    +

    Dubai Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +

    Australia Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +

    Canada Office

    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + +
    + + +
    +
    + +
    + + +
    + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/parts/about.php b/parts/about.php new file mode 100644 index 0000000..4c2dbfc --- /dev/null +++ b/parts/about.php @@ -0,0 +1,58 @@ + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    00

    +

    Years of Experience

    +
    +
    +
    +
    +
    +
    +
    +
    +
    Get to know about us +
    +
    +

    Visa & Immigration
    + Consulting Firm in USA

    +
    +

    There are many variations of passages of available but the + majority have suffered alteration in some form, by injected hum randomised words which + don't slightly.

    +
      +
    • +
      +
      +

      Best Consultatncy

      +

      The wise man therefore always holds in these matters this principle + Information

      +
      +
    • +
    • +
      +
      +

      Guarantee Approval

      +

      The wise man therefore always holds in these matters this principle + Information

      +
      +
    • +
    + +
    +
    +
    +
    +
    + \ No newline at end of file diff --git a/parts/blog.php b/parts/blog.php new file mode 100644 index 0000000..4ec38b7 --- /dev/null +++ b/parts/blog.php @@ -0,0 +1,115 @@ + +
    +
    +
    +
    NEWS & UPDATES +
    +
    +

    Latest News & Articles
    + From the Blog

    +
    +
    + +
    +
    +
    + +
    +

    20 Feb

    +
    +
    +
    +
    +
    +

    Immigration

    +
    +
    +
    +
    +

    by Admin

    +
    +
    +
    +

    Vaccination Requirements for + Immigrant + Visa Applicants

    +
    +
    +

    02 Comments

    +
    +
    +
    +
    +
    +
    + + +
    +
    +
    + +
    +

    20 Feb

    +
    +
    +
    +
    +
    +

    Immigration

    +
    +
    +
    +
    +

    by Admin

    +
    +
    +
    +

    How to Ensure Direct for the + Hassle-Free Visa Process

    +
    +
    +

    02 Comments

    +
    +
    +
    +
    +
    +
    + + +
    +
    +
    + +
    +

    20 Feb

    +
    +
    +
    +
    +
    +

    Immigration

    +
    +
    +
    +
    +

    by Admin

    +
    +
    +
    +

    Citizenship Concept on How to + Become a UK Resident

    +
    +
    +

    02 Comments

    +
    +
    +
    +
    +
    +
    + +
    +
    +
    + \ No newline at end of file diff --git a/parts/brand.php b/parts/brand.php new file mode 100644 index 0000000..c7297cf --- /dev/null +++ b/parts/brand.php @@ -0,0 +1,69 @@ + +
    +
    +
    +
    +
    +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    +
    +
    +
    +
    + \ No newline at end of file diff --git a/parts/coaching.php b/parts/coaching.php new file mode 100644 index 0000000..e41f324 --- /dev/null +++ b/parts/coaching.php @@ -0,0 +1,139 @@ + +
    +
    +
    +
    +
    +
    +
    +
    Coaching we offer +
    +
    +

    Get the Best Trainings you + Deserve

    +
    +
    +
    +
    +
    +

    There are many variations of passages of available but the + majority have suffered alteration in some form, by injected hum randomised words + which + don't slightly.

    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +

    Citizenship + Test

    +

    IELTS is an English language test + for study, migration or work

    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    +

    IELTS + Coaching

    +

    IELTS is an English language test + for study, migration or work

    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +
    +
    +
    +

    TOEFL + Coaching

    +

    IELTS is an English language test + for study, migration or work

    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +

    PTE Coaching

    +
    +
    +
    +
    +
    +

    PTE + Coaching

    +

    IELTS is an English language test + for study, migration or work

    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + \ No newline at end of file diff --git a/parts/contact.php b/parts/contact.php new file mode 100644 index 0000000..c6d6e43 --- /dev/null +++ b/parts/contact.php @@ -0,0 +1,183 @@ + +
    +
    +
    +
    +
    +
    +
    +
    +
    Contact us +
    +
    +

    Get a Call Back

    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Treck Offices

    +
    +
    +
    +
    +
    +
    +
    +

    Dubai Office

    +
    +
    +
    + +
    + +
    +
    +
    +
    +

    Australia Office

    +
    +
    +
    + +
    + +
    +
    +
    +
    +

    Canada Office

    +
    +
    +
    + +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + \ No newline at end of file diff --git a/parts/country.php b/parts/country.php new file mode 100644 index 0000000..23c37c2 --- /dev/null +++ b/parts/country.php @@ -0,0 +1,61 @@ + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +

    00

    + +
    +

    Visa Categories

    +
    +
    +
    + + +
    +
    +
    +
    +
    +

    00

    + k
    +

    Visa Process

    +
    +
    +
    + + +
    +
    +
    +
    +
    +

    00

    + +
    +

    Success Rate

    +
    +
    +
    + + +
    +
    +
    +
    +
    +

    00

    + +
    +

    Pro Consultants

    +
    +
    +
    + +
    +
    +
    + \ No newline at end of file diff --git a/parts/destination.php b/parts/destination.php new file mode 100644 index 0000000..723457f --- /dev/null +++ b/parts/destination.php @@ -0,0 +1,101 @@ + +
    +
    +
    +
    +
    Our countries list +
    +
    +

    Select the Country of
    + Your Choice

    +
    +
    + +
    +
    +
    +
    +
    +

    Germany

    +

    Nulla ut elemen + tum sapien

    +
    +
    +
    + + +
    +
    +
    +
    +
    +

    London

    +

    Nulla ut elemen + tum sapien

    +
    +
    +
    + + +
    +
    +
    +
    +
    +

    Italy

    +

    Nulla ut elemen + tum sapien

    +
    +
    +
    + + +
    +
    +
    +
    +
    +

    Australia

    +

    Nulla ut elemen + tum sapien

    +
    +
    +
    + + +
    +
    +
    +
    +
    +

    Canada

    +

    Nulla ut elemen + tum sapien

    +
    +
    +
    + + +
    +
    +
    +
    +
    +

    Turkey

    +

    Nulla ut elemen + tum sapien

    +
    +
    +
    + +
    +
    +
    + \ No newline at end of file diff --git a/parts/feature.php b/parts/feature.php new file mode 100644 index 0000000..574b782 --- /dev/null +++ b/parts/feature.php @@ -0,0 +1,60 @@ + +
    +
    +
    + +
    +
    +
    +
    +
    +

    Online form

    +

    Apply Online for
    + New + Visa

    + +
    +
    +
    + + +
    +
    +
    +
    +
    +

    Positive result

    +

    Best Immigration
    + Process

    + +
    +
    +
    + + +
    +
    +
    +
    +
    +

    download form

    +

    Documents Required
    + for + Visa

    + +
    +
    +
    + +
    +
    +
    +
    +

    Providing a One-Stop Solution for all Your Visa & Immigration Needs

    +
    +
    +
    +
    +
    + \ No newline at end of file diff --git a/parts/service.php b/parts/service.php new file mode 100644 index 0000000..ae78cc4 --- /dev/null +++ b/parts/service.php @@ -0,0 +1,99 @@ + +
    +
    +
    +
    our Visa categories +
    +
    +

    We Offers Citizenship &
    + Immigration Services

    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +

    Tourist Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + + +
    +
    +
    +
    +
    + +
    +
    +
    +

    Business Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + + +
    +
    +
    +
    +
    + +
    +
    +
    +

    Student Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + + +
    +
    +
    +
    +
    + +
    +
    +
    +

    Residence Visa

    +

    Desire that they can forese trouble bound ensue.

    +
    +
    +
    + +
    +
    +
    + \ No newline at end of file diff --git a/parts/slider.php b/parts/slider.php new file mode 100644 index 0000000..b1bfad6 --- /dev/null +++ b/parts/slider.php @@ -0,0 +1,46 @@ + +
    + +
    + \ No newline at end of file diff --git a/parts/team.php b/parts/team.php new file mode 100644 index 0000000..4825552 --- /dev/null +++ b/parts/team.php @@ -0,0 +1,103 @@ + +
    +
    +
    +
    Professional people +
    +
    +

    Meet Treck Expert Visa
    + Consultatns

    +
    +
    + +
    +
    +
    +
    + + +
    +
    +

    Consultants

    +

    Mike Hardson

    +
    +
    +
    +
    + + +
    +
    +
    +
    + + +
    +
    +

    Consultants

    +

    Jessica Brown

    +
    +
    +
    +
    + + +
    +
    +
    +
    + + +
    +
    +

    Consultants

    +

    Kevin Martin

    +
    +
    +
    +
    + + +
    +
    +
    +
    + + +
    +
    +

    Consultants

    +

    Christine Eve

    +
    +
    +
    +
    + +
    +
    +
    + \ No newline at end of file diff --git a/parts/testimonials.php b/parts/testimonials.php new file mode 100644 index 0000000..7ef65ad --- /dev/null +++ b/parts/testimonials.php @@ -0,0 +1,135 @@ + +
    +
    +
    +
    + +
    +
    +
    + \ No newline at end of file diff --git a/parts/video.php b/parts/video.php new file mode 100644 index 0000000..2fbab76 --- /dev/null +++ b/parts/video.php @@ -0,0 +1,54 @@ + +
    +
    +
    +
    +
    +
    +
    +
    get our support +
    +
    +

    Most Trusted Visa & + Immigration

    +
    +
      +
    • +
      +
      +

      Fast Visa Process

      +
      +
    • +
    • +
      +
      +

      Get Country Citizenship

      +
      +
    • +
    • +
      +
      +

      Help in Documentation

      +
      +
    • +
    +
    +
    +
    +
    + +

    Aliquam viverra arcu. Donec aliquet blandit enim id
    + quam sed + eros + tincidunt luctus.

    +
    +
    +
    +
    +
    + \ No newline at end of file