diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..469e42f --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.bundle +.sass-cache +_site +.DS_Store +Gemfile.lock +*.gem +.icloud +.jekyll-cache diff --git a/Gemfile b/Gemfile index 25d6982..6bc7c46 100755 --- a/Gemfile +++ b/Gemfile @@ -8,13 +8,13 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -# gem "jekyll", "~> 4.0.0" +gem "jekyll", "~> 3.9.0" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.5" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. -gem "github-pages", group: :jekyll_plugins +gem "github-pages", "~> 207", group: :jekyll_plugins # If you have any plugins, put them here! group :jekyll_plugins do @@ -22,6 +22,8 @@ group :jekyll_plugins do gem "jekyll-paginate-v2" gem 'jekyll-tagging' gem 'jekyll-archives' + gem 'jekyll-coffeescript' + gem 'jekyll-seo-tag' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index c6f8fc1..89b4a62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.1) + activesupport (6.0.3.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -16,24 +16,26 @@ GEM colorator (1.1.0) commonmarker (0.17.13) ruby-enum (~> 0.5) - concurrent-ruby (1.1.6) - dnsruby (1.61.3) - addressable (~> 2.5) + concurrent-ruby (1.1.7) + dnsruby (1.61.4) + simpleidn (~> 0.1) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) ethon (0.12.0) ffi (>= 1.3.0) eventmachine (1.2.7) + eventmachine (1.2.7-x64-mingw32) execjs (2.7.0) faraday (1.0.1) multipart-post (>= 1.2, < 3) - ffi (1.12.2) + ffi (1.13.1) + ffi (1.13.1-x64-mingw32) forwardable-extended (2.6.0) gemoji (3.0.1) - github-pages (204) + github-pages (207) github-pages-health-check (= 1.16.1) - jekyll (= 3.8.5) + jekyll (= 3.9.0) jekyll-avatar (= 0.7.0) jekyll-coffeescript (= 1.1.1) jekyll-commonmark-ghpages (= 0.1.6) @@ -67,12 +69,13 @@ GEM jekyll-theme-time-machine (= 0.1.1) jekyll-titles-from-headings (= 0.5.3) jemoji (= 0.11.1) - kramdown (= 1.17.0) + kramdown (= 2.3.0) + kramdown-parser-gfm (= 1.1.0) liquid (= 4.0.3) mercenary (~> 0.3) minima (= 2.5.1) nokogiri (>= 1.10.4, < 2.0) - rouge (= 3.13.0) + rouge (= 3.19.0) terminal-table (~> 1.4) github-pages-health-check (1.16.1) addressable (~> 2.3) @@ -80,20 +83,20 @@ GEM octokit (~> 4.0) public_suffix (~> 3.0) typhoeus (~> 1.3) - html-pipeline (2.12.3) + html-pipeline (2.14.0) activesupport (>= 2) nokogiri (>= 1.4) http_parser.rb (0.6.0) i18n (0.9.5) concurrent-ruby (~> 1.0) - jekyll (3.8.5) + jekyll (3.9.0) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) i18n (~> 0.7) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 2.0) - kramdown (~> 1.14) + kramdown (>= 1.17, < 3) liquid (~> 4.0) mercenary (~> 0.3.3) pathutil (~> 0.9) @@ -197,7 +200,10 @@ GEM gemoji (~> 3.0) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - kramdown (1.17.0) + kramdown (2.3.0) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) liquid (4.0.3) listen (3.2.1) rb-fsevent (~> 0.10, >= 0.10.3) @@ -210,7 +216,9 @@ GEM jekyll-seo-tag (~> 2.1) minitest (5.14.1) multipart-post (2.1.1) - nokogiri (1.10.9) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) + nokogiri (1.10.10-x64-mingw32) mini_portile2 (~> 2.4.0) nuggets (1.6.0) octokit (4.18.0) @@ -222,7 +230,8 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - rouge (3.13.0) + rexml (3.2.4) + rouge (3.19.0) ruby-enum (0.8.0) i18n rubyzip (2.3.0) @@ -235,6 +244,8 @@ GEM sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0) + simpleidn (0.1.1) + unf (~> 0.1.4) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) thread_safe (0.3.6) @@ -242,20 +253,32 @@ GEM ethon (>= 0.9.0) tzinfo (1.2.7) thread_safe (~> 0.1) + tzinfo-data (1.2021.5) + tzinfo (>= 1.0.0) + unf (0.1.4) + unf_ext + unf_ext (0.0.7.7) + unf_ext (0.0.7.7-x64-mingw32) unicode-display_width (1.7.0) - zeitwerk (2.3.0) + wdm (0.1.1) + zeitwerk (2.4.0) PLATFORMS ruby + x64-mingw32 DEPENDENCIES - github-pages + github-pages (~> 207) + jekyll (~> 3.9.0) jekyll-archives + jekyll-coffeescript jekyll-feed (~> 0.12) jekyll-paginate-v2 + jekyll-seo-tag jekyll-tagging minima (~> 2.5) tzinfo-data + wdm (~> 0.1.0) BUNDLED WITH 2.1.4 diff --git a/_config.yml b/_config.yml index d5731ad..d66de82 100755 --- a/_config.yml +++ b/_config.yml @@ -1,9 +1,9 @@ title: "Devops and Devlopment Services" -email: "" +email: "tech@cloudcontinuous.com" description: >- # this means to ignore newlines until "baseurl:" - Trade - Multipurpose Business & Corporate Jekyll Template Jekyll Theme For Mobile Apps Download Landing Page And Blogging. + DevOps & Development strategies & Consulting Services. Speed up your development process and save money by implemeting solutions for your busniess using latest technologies to improve efficiency baseurl: "" # the subpath of your site, e.g. /blog -url: "https://cloudcontinous.com" # the base hostname & protocol for your site, e.g. http://example.com or https://tradejk.netlify.com +url: "https://cloudcontinuous.com" # the base hostname & protocol for your site, e.g. http://example.com or https://tradejk.netlify.com facebook_url: "" twitter_url: "" github_url: "" @@ -13,11 +13,11 @@ instagram_url: "" youtube_url: "" logo: "/assets/images/cc-logo-white-250-63.png" logo_2: "/assets/images/cc-logo-blue-400-100.png" -mailchimp_list: "https://themeix.us16.list-manage.com/subscribe/post?u=307862c135e4548eecf86f389&id=342411fb35" +mailchimp_list: "" permalink: "/:title" -copyright_text: "Copyright ©2020. All Rights Reserved" +copyright_text: "Copyright ©2021. All Rights Reserved" phone_number: "+ 356 79796036" cover_image: "/assets/images/page-title-bg.jpg" @@ -29,7 +29,11 @@ plugins: - jekyll-feed - jekyll-paginate-v2 - jekyll-archives - + - jekyll-coffeescript + - jekyll-seo-tag +sass: + sass_dir: assets/scss + style: compressed ######################################################## # Site configuration for the Jekyll 3 Pagination Gem diff --git a/_data/navigation.yml b/_data/navigation.yml index 5b8f9ea..aec946d 100755 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -3,15 +3,15 @@ - text: Home url: / - text: Our Services - url: /services + url: / submenu: - - text: FAQ - url: /faq - - text: Our Team - url: /team - - text: Features - url: /features + - text: Serverless + url: / + - text: Security + url: / + - text: Devops + url: /devops + - text: Cloud + url: / - text: Contact url: /contact -- text: About Us - url: /about \ No newline at end of file diff --git a/_includes/about.html b/_includes/about.html index 21e4038..a552e83 100755 --- a/_includes/about.html +++ b/_includes/about.html @@ -10,12 +10,12 @@
-

Perfect Solution Makes A Successful History

- Something knows About Our Company -

Again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?

+

Devops & Development Solutions Done Right

+ Culture, Collaboration, Continuous Improvement +

Why Devops Culture is important within your Company and how will effect your busniess or even your clients. Learn more how can you improve collaboration between your Company

diff --git a/_includes/brands_carousel.html b/_includes/brands_carousel.html index 18dc7d7..5b67c8c 100755 --- a/_includes/brands_carousel.html +++ b/_includes/brands_carousel.html @@ -1,4 +1,4 @@ - +
diff --git a/_includes/clients.html b/_includes/clients.html new file mode 100644 index 0000000..acaad8c --- /dev/null +++ b/_includes/clients.html @@ -0,0 +1,48 @@ + + +
+
+
+
+
+

Clients we have Served

+

We have worked with quite vast of clientele within industries such as Insurance, Fintech, Marketing, iGaming and Blockchain.

+
+
+
+
+
+
+ zurich +
+
+
+
+ tcs +
+
+
+
+ pixaera +
+
+
+
+ catenamedia +
+
+
+
+ themeparx +
+
+
+
+ redacre +
+
+
+
+
+ + \ No newline at end of file diff --git a/_includes/consulting-expertise.html b/_includes/consulting-expertise.html new file mode 100644 index 0000000..b997a3c --- /dev/null +++ b/_includes/consulting-expertise.html @@ -0,0 +1,233 @@ + +
+ +
+ \ No newline at end of file diff --git a/_includes/contact.html b/_includes/contact.html index bd63fa8..71395f2 100755 --- a/_includes/contact.html +++ b/_includes/contact.html @@ -1,6 +1,5 @@ - -
+
@@ -10,7 +9,7 @@
-

Get A Quote
Free Consultations

+

Reach Out for a
Free Consultation

@@ -32,6 +31,7 @@

Get A Quote
Free Consultations<

+
diff --git a/_includes/countdown_new.html b/_includes/countdown_new.html new file mode 100644 index 0000000..34950f1 --- /dev/null +++ b/_includes/countdown_new.html @@ -0,0 +1,10 @@ + + +
+
+
+
+
+
+ + \ No newline at end of file diff --git a/_includes/deliver.html b/_includes/deliver.html new file mode 100644 index 0000000..22ec2b8 --- /dev/null +++ b/_includes/deliver.html @@ -0,0 +1,84 @@ + + +
+
+
+
+
+

Our Consulting & Engineering Expertise

+

Ceritfied and Authorized to Provide the Following Services

+
+
+
+
+
+
+ +
+ +
    +
  • + Web +
    (Backend / Frontend) +
  • +
  • + Desktop +
    (Windows / Mac) +
  • +
  • + Mobile +
    (iOS / Android) +
  • +
  • + Hybrid Apps +
  • +
  • + Games +
  • +
+ +
+
+ +

Quality

+ Infrastructure empowered by code +

+ View Details +
+
+
+
+
+
+ + +
+
+ +

Agile

+ Providing Efficiency with Cost and Service using AWS +

+ View Details +
+
+
+
+
+
+ + +
+
+ +

Strong Team

+ Continuous Integration & Delivery Processes +

+ View Details +
+
+
+
+
+
+ + \ No newline at end of file diff --git a/_includes/features.html b/_includes/features.html index 14c95ee..129d7b7 100755 --- a/_includes/features.html +++ b/_includes/features.html @@ -1,40 +1,40 @@ -
+

We Offer IT Solutions Safe And Sustainable

-

Something knows About Our Features

+

Something to know About Our Services

- +

Serverless Systems

- Read More + Read More
- +

Automation Solutions

Read More
- +

Devops & Automation

Read More
- +

Infratructure Security Solutions

Read More
@@ -43,28 +43,28 @@

Infratructure Security Solutions

- +

Cloud Infratructure

Read More
- +

Big Data Implemention

Read More
- +

CI/CD & CD Strategy

Read More
- +

Mircoservices Solutions

Read More
diff --git a/_includes/footer.html b/_includes/footer.html index 4421509..7a49a56 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -14,7 +14,9 @@

About Company

@@ -59,10 +53,13 @@

Quick Links

diff --git a/_includes/header.html b/_includes/header.html index bf8b0cd..1b3b1e1 100755 --- a/_includes/header.html +++ b/_includes/header.html @@ -5,12 +5,12 @@
-

Are you looking for it services & solution provider?

+

Are you looking for software services & solution provider?

  • -

    Join With Us

    +
    @@ -20,15 +20,15 @@ {% if site.twitter_url %}
  • {% endif %} - {% if site.instagram_url %} +
-
+
header top item -->
diff --git a/_includes/hero_area.html b/_includes/hero_area.html index b01ee94..64e8743 100755 --- a/_includes/hero_area.html +++ b/_includes/hero_area.html @@ -6,12 +6,12 @@
diff --git a/_includes/it-services.html b/_includes/it-services.html new file mode 100644 index 0000000..ee73ab2 --- /dev/null +++ b/_includes/it-services.html @@ -0,0 +1,46 @@ + + +
+
+
+
+
+

We build for the Future. Secured & Scalable Solutions

+

We provide all in one software solution team to meet your requirements to help you build, scale and maintain and also secure your systems. .

+
+
+
+
+
+
+ +

Web & Mobile
Software

+ Read More +
+
+
+
+ +

Software Agile
Teams

+ Read More +
+
+
+
+ +

Devops & Automation

+ Read More +
+
+
+
+ +

Cloud Infrastructure

+ Read More +
+
+
+
+
+ + \ No newline at end of file diff --git a/_includes/navigation.html b/_includes/navigation.html index dc7decc..6b06dfe 100755 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -37,7 +37,7 @@
diff --git a/_includes/projects.html b/_includes/projects.html index 4fa1703..1812b8f 100755 --- a/_includes/projects.html +++ b/_includes/projects.html @@ -5,8 +5,8 @@
-

Project Done Latest Case Study

-

Something knows About Our Cases

+

MVP Lab

+

Below you will find some projects that are being developed

@@ -14,45 +14,15 @@

Project Done Latest Case Study

- +
-

Events IT Solutions

- Important Of IT Services In Business -

Avoids pleasure itself, because it is pleasure, but because those who do not know how

- View Details -
-
-
-
-
-
- - -
-
- -

Cyber Security

- Important Of IT Services In Business -

Avoids pleasure itself, because it is pleasure, but because those who do not know how

- View Details -
-
-
-
-
-
- - -
-
- -

Product Design

- Important Of IT Services In Business -

Avoids pleasure itself, because it is pleasure, but because those who do not know how

- View Details +

NFT Platform

+ HashGames NFT Games +

HashGames is tackling the crypto space within the Gaming industry to provide a play-to-earn and a play-to-win scenarios

+ View Details
diff --git a/_includes/scripts.html b/_includes/scripts.html index 75634ca..b3465d7 100755 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -10,4 +10,16 @@ - \ No newline at end of file + + + + + + + diff --git a/_includes/services_table.html b/_includes/services_table.html new file mode 100644 index 0000000..f13a6b9 --- /dev/null +++ b/_includes/services_table.html @@ -0,0 +1,195 @@ +
+
+
+
+
+
+
+

Why GeeekForce ?

+
+
+
+

+ The team delivered to you will work as a remote development team rather than an outsourced development resources you can’t even communicate with. Our agile approach keeps you - the product owner - in the loop at all times, making everyone feel important and responsible for the outcome of the project. +

+
+
+
+
+
+
+
+
+
+
+
+ Start
+ Project +
+
+
+
+ Recruiting
+ Fee +
+
+
+
+ Guaranteed
+ Quality +
+
+
+
+ Failure
+ Rate +
+
+
+
+ Prescreening +
+
+
+
+ Termination
+ Costs +
+
+
+
+
+
+
+

+ GeekForce +

+
+
+ 1-2 weeks +
+
+
+
+ 0 +
+
+
+
+ Yes +
+
+
+
+ Low +
+
+
+
+ Yes +
+
+
+
+ Low +
+
+
+
+
+
+
+
+

+ Agency +

+
+
+ 1-2 Months +
+
+
+
+ 0 +
+
+
+
+ No +
+
+
+
+ High +
+
+
+
+ No +
+
+
+
+ Medium +
+
+
+
+
+
+
+
+

+ Employment +

+
+
+ 1-3 Months +
+
+
+
+ $10-40k +
+
+
+
+ No +
+
+
+
+ Medium +
+
+
+
+ No +
+
+
+
+ High +
+
+
+
+
+
+
+
+
+
+

+ We’re successful, because we look at the big picture. +

+

+ It’s important for us to build long-term relationships with our clients and make everyone proud of the work that has been done together. This is why our clients keep coming back. +

+
+
+
+
+
+
+
\ No newline at end of file diff --git a/_includes/team.html b/_includes/team.html index 8e85f03..02ac452 100755 --- a/_includes/team.html +++ b/_includes/team.html @@ -1,6 +1,6 @@ -
+
@@ -22,7 +22,7 @@

Expert Team
Meet Our Expert’s
  • Daniel Fiott
    - Software Engineer/Managing Director + Software Engineer
    diff --git a/_includes/technology_services.html b/_includes/technology_services.html new file mode 100644 index 0000000..029260d --- /dev/null +++ b/_includes/technology_services.html @@ -0,0 +1,73 @@ + + +
    +
    +
    +
    +
    +

    Innovation tools that providesthe best Results

    +

    Here are some few of the technology tools we use to provide solutions within our clients

    +
    +
    +
    +
    +
    +
    + software development +
    +
    +
    +
    + software development +
    +
    +
    +
    + software development +
    +
    +
    +
    + software development +
    +
    +
    +
    + software development +
    +
    +
    +
    + software development +
    +
    +
    +
    + software development +
    +
    +
    +
    + software development +
    +
    +
    +
    + software development +
    +
    +
    +
    + software development +
    +
    +
    +
    + software development +
    +
    +
    +
    +
    + + \ No newline at end of file diff --git a/_includes/working_progress.html b/_includes/working_progress.html index ab8c8eb..bb3d806 100755 --- a/_includes/working_progress.html +++ b/_includes/working_progress.html @@ -5,8 +5,8 @@
    -

    How We Works Working Process

    -

    4 Steps Are Follows We Works

    +

    Devops Implementation Process

    +

    Different stages of Devops process incorporated into any enterprise model seamlessly

    @@ -14,8 +14,8 @@

    How We Works Working Process

    -
    Understanding Development Process
    -

    Avoids pleasure itself, because it is pleasure but because those

    +
    Strategic Planning
    +

    Understanding busniess requirements and development process and Plan accordingly

    working
    @@ -25,8 +25,8 @@
    Understanding Development Process
    -
    Planning Automation and Integration
    -

    Avoids pleasure itself, because it is pleasure but because those

    +
    Implementation Procedure
    +

    Design Automation and Integration Procedure that works uniformly across all environments

    working
    @@ -35,15 +35,15 @@
    Planning Automation and Integration
    -
    Building and Testing Scenarios
    -

    Avoids pleasure itself, because it is pleasure but because those

    +
    Solution Implementation
    +

    Implementation process using IaC method for automating and ensures that the software works well among all environments

    -
    Implementing Solution
    -

    Avoids pleasure itself, because it is pleasure but because those

    +
    Production Support
    +

    Provide continuous support to maintain the smooth transition of the software infrastructure

    working
    diff --git a/_layouts/post.html b/_layouts/post.html index aa38476..5f5703a 100755 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,7 +6,7 @@
    -
    +
    @@ -16,8 +16,8 @@
    @@ -31,46 +31,8 @@
    -
    -
    -
    -
    - {% if page.previous.url %} -

    - {% endif %} -
    -
    -
    -
    - {% if page.next.url %} -

    - {% endif %} -
    -
    -
    -
    -
    -
    - - -
    -
    - {% include sidebar.html %} -
    diff --git a/_layouts/post_old.html b/_layouts/post_old.html new file mode 100644 index 0000000..a50633e --- /dev/null +++ b/_layouts/post_old.html @@ -0,0 +1,76 @@ +--- +layout: default +--- + +{% include page_header.html %} +
    +
    +
    +
    +
    +
    +
    + {{content}} +
    +
    +
    +
    + +
    +
    +
      +
    • Share Now
    • +
    • +
    • +
    • +
    +
    +
    +
    +
    +
    +
    + {% if page.previous.url %} +

    + {% endif %} +
    +
    +
    +
    + {% if page.next.url %} +

    + {% endif %} +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + {% include sidebar.html %} +
    +
    +
    +
    diff --git a/_posts/2020-07-01-serverless-systems.md b/_posts/2020-07-01-serverless-systems.md new file mode 100644 index 0000000..fb2a433 --- /dev/null +++ b/_posts/2020-07-01-serverless-systems.md @@ -0,0 +1,23 @@ +--- +layout: post +title: "Serverless Systems" +date: 2020-07-01 20:37:13 +0600 +tags: technologies services +categories: [test] +author: "Daniel Fiott" +permalink: /:title:output_ext +post_image: "/assets/images/blog-1.jpg" +--- + +

    Why Serverless?

    +

    To fully understand why first we need to know the how what’s the different from normal systems that we generally understand.

    + +

    What is serverless?

    + +

    Serverless is a type of cloud computing execution model where the provider will dynamically manage the allocation of the resource required. Running your application on serverless means that it runs in stateless compute, either event driven or ephemeral, the best part that it’s fully managed by the cloud provider.

    +

    The present has been constantly changing and improving technologies that are becoming more available to any end to end consumer, building your applications before such technologies would require much more resources such hardware and engineers that can be more time consuming and costly, having the accessibility to not focus on infrastructure and focus more on the application can result to a faster development and deploying your application.

    + +

    Why should I consider Serverless Systems?

    + +

    Serverless Systems can Guarantee you some of the highest availability for the cost required, since you do not need to think about infrastructure and maintenance, global availability and scalability which are quite of time consuming you are able to prototype or test your application in an agile manner and less time consuming.

    + diff --git a/_site/2019/02/01/index.html b/_site/2019/02/01/index.html index cc26638..c3a8bd1 100644 --- a/_site/2019/02/01/index.html +++ b/_site/2019/02/01/index.html @@ -3,7 +3,7 @@ - + Devops and Devlopment Services @@ -40,30 +40,30 @@
    -

    Are you looking for it services & solution provider?

    +

    Are you looking for software services & solution provider?

    • -

      Join With Us

      +
      -
    • +
    • -
    • +
    • +
    -
    +
    header top item -->
    @@ -102,16 +102,18 @@ - - - - - - - - -
    @@ -194,19 +185,21 @@

    Seo Friendly Post Title vene

    About Company

    @@ -219,19 +212,11 @@

    Quick Links

    @@ -239,10 +224,13 @@

    Quick Links

    @@ -251,7 +239,7 @@

    Recent News

    @@ -102,16 +102,18 @@ - - - - - - - - -
    @@ -232,19 +223,21 @@

    Alternative Free Way To B

    About Company

    @@ -257,19 +250,11 @@

    Quick Links

    @@ -277,10 +262,13 @@

    Quick Links

    @@ -289,7 +277,7 @@

    Recent News

    @@ -313,5 +301,18 @@

    Recent News

    + + + + + + + diff --git a/_site/2019/02/index.html b/_site/2019/02/index.html index d14445e..97b877e 100644 --- a/_site/2019/02/index.html +++ b/_site/2019/02/index.html @@ -3,7 +3,7 @@ - + Devops and Devlopment Services @@ -40,30 +40,30 @@
    header top item -->
    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -251,19 +242,21 @@

    Seo Friendly Post Title vene

    About Company

    @@ -276,19 +269,11 @@

    Quick Links

    @@ -296,10 +281,13 @@

    Quick Links

    @@ -308,7 +296,7 @@

    Recent News

    @@ -332,5 +320,18 @@

    Recent News

    + + + + + + + diff --git a/_site/2019/03/09/index.html b/_site/2019/03/09/index.html index ab1ccdb..d1425db 100644 --- a/_site/2019/03/09/index.html +++ b/_site/2019/03/09/index.html @@ -3,7 +3,7 @@ - + Devops and Devlopment Services @@ -40,30 +40,30 @@
    header top item -->
    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -194,19 +185,21 @@

    html5 Static Site Generator

    About Company

    @@ -219,19 +212,11 @@

    Quick Links

    @@ -239,10 +224,13 @@

    Quick Links

    @@ -251,7 +239,7 @@

    Recent News

    @@ -275,5 +263,18 @@

    Recent News

    + + + + + + + diff --git a/_site/2019/03/10/index.html b/_site/2019/03/10/index.html index 96b9bb8..ada6556 100644 --- a/_site/2019/03/10/index.html +++ b/_site/2019/03/10/index.html @@ -3,7 +3,7 @@ - + Devops and Devlopment Services @@ -40,30 +40,30 @@
    header top item -->
    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -194,19 +185,21 @@

    WordPress hostin manage your

    About Company

    @@ -219,19 +212,11 @@

    Quick Links

    @@ -239,10 +224,13 @@

    Quick Links

    @@ -251,7 +239,7 @@

    Recent News

    @@ -275,5 +263,18 @@

    Recent News

    + + + + + + + diff --git a/_site/2019/03/index.html b/_site/2019/03/index.html index 78df388..8e98b1b 100644 --- a/_site/2019/03/index.html +++ b/_site/2019/03/index.html @@ -3,7 +3,7 @@ - + Devops and Devlopment Services @@ -40,30 +40,30 @@
    header top item -->
    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -213,19 +204,21 @@

    html5 Static Site Generator

    About Company

    @@ -238,19 +231,11 @@

    Quick Links

    @@ -258,10 +243,13 @@

    Quick Links

    @@ -270,7 +258,7 @@

    Recent News

    @@ -294,5 +282,18 @@

    Recent News

    + + + + + + + diff --git a/_site/2019/12/11/index.html b/_site/2019/12/11/index.html index daa258f..988b28e 100644 --- a/_site/2019/12/11/index.html +++ b/_site/2019/12/11/index.html @@ -3,7 +3,7 @@ - + Devops and Devlopment Services @@ -40,30 +40,30 @@
    header top item -->
    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -194,19 +185,21 @@

    The best soft T

    About Company

    @@ -219,19 +212,11 @@

    Quick Links

    @@ -239,10 +224,13 @@

    Quick Links

    @@ -251,7 +239,7 @@

    Recent News

    @@ -275,5 +263,18 @@

    Recent News

    + + + + + + + diff --git a/_site/2019/12/12/index.html b/_site/2019/12/12/index.html index 1b7d837..0e8036d 100644 --- a/_site/2019/12/12/index.html +++ b/_site/2019/12/12/index.html @@ -3,7 +3,7 @@ - + Devops and Devlopment Services @@ -40,30 +40,30 @@
    header top item -->
    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -194,19 +185,21 @@

    Portugal’s Su

    About Company

    @@ -219,19 +212,11 @@

    Quick Links

    @@ -239,10 +224,13 @@

    Quick Links

    @@ -251,7 +239,7 @@

    Recent News

    @@ -275,5 +263,18 @@

    Recent News

    + + + + + + + diff --git a/_site/2019/12/13/index.html b/_site/2019/12/13/index.html index 663b9c7..1310356 100644 --- a/_site/2019/12/13/index.html +++ b/_site/2019/12/13/index.html @@ -3,7 +3,7 @@ - + Devops and Devlopment Services @@ -40,30 +40,30 @@
    header top item -->
    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -194,19 +185,21 @@

    A

    About Company

    @@ -219,19 +212,11 @@

    Quick Links

    @@ -239,10 +224,13 @@

    Quick Links

    @@ -251,7 +239,7 @@

    Recent News

    @@ -275,5 +263,18 @@

    Recent News

    + + + + + + + diff --git a/_site/2019/12/14/index.html b/_site/2019/12/14/index.html index 13ff5aa..289f27d 100644 --- a/_site/2019/12/14/index.html +++ b/_site/2019/12/14/index.html @@ -3,7 +3,7 @@ - + Devops and Devlopment Services @@ -40,30 +40,30 @@
    header top item -->
    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -194,19 +185,21 @@

    5 ingredient c

    About Company

    @@ -219,19 +212,11 @@

    Quick Links

    @@ -239,10 +224,13 @@

    Quick Links

    @@ -251,7 +239,7 @@

    Recent News

    @@ -275,5 +263,18 @@

    Recent News

    + + + + + + + diff --git a/_site/2019/12/index.html b/_site/2019/12/index.html index 21b5b5a..43e1391 100644 --- a/_site/2019/12/index.html +++ b/_site/2019/12/index.html @@ -3,7 +3,7 @@ - + Devops and Devlopment Services @@ -40,30 +40,30 @@
    header top item -->
    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -251,19 +242,21 @@

    The best soft T

    About Company

    @@ -276,19 +269,11 @@

    Quick Links

    @@ -296,10 +281,13 @@

    Quick Links

    @@ -308,7 +296,7 @@

    Recent News

    @@ -332,5 +320,18 @@

    Recent News

    + + + + + + + diff --git a/_site/2019/index.html b/_site/2019/index.html index d24bb10..b7d8396 100644 --- a/_site/2019/index.html +++ b/_site/2019/index.html @@ -3,7 +3,7 @@ - + Devops and Devlopment Services @@ -40,30 +40,30 @@
    header top item -->
    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -365,19 +356,21 @@

    Seo Friendly Post Title vene

    About Company

    @@ -390,19 +383,11 @@

    Quick Links

    @@ -410,10 +395,13 @@

    Quick Links

    @@ -422,7 +410,7 @@

    Recent News

    @@ -446,5 +434,18 @@

    Recent News

    + + + + + + + diff --git a/_site/2020/01/01/index.html b/_site/2020/01/01/index.html index d3c99ff..030d3e1 100644 --- a/_site/2020/01/01/index.html +++ b/_site/2020/01/01/index.html @@ -3,7 +3,7 @@ - + Devops and Devlopment Services @@ -40,30 +40,30 @@
    header top item -->
    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -194,19 +185,21 @@

    Free WordPress

    About Company

    @@ -219,19 +212,11 @@

    Quick Links

    @@ -239,10 +224,13 @@

    Quick Links

    @@ -251,7 +239,7 @@

    Recent News

    @@ -275,5 +263,18 @@

    Recent News

    + + + + + + + diff --git a/_site/2020/01/02/index.html b/_site/2020/01/02/index.html index d1134b6..9b39497 100644 --- a/_site/2020/01/02/index.html +++ b/_site/2020/01/02/index.html @@ -3,7 +3,7 @@ - + Devops and Devlopment Services @@ -40,30 +40,30 @@
    header top item -->
    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -194,19 +185,21 @@

    Premium Jekyll

    About Company

    @@ -219,19 +212,11 @@

    Quick Links

    @@ -239,10 +224,13 @@

    Quick Links

    @@ -251,7 +239,7 @@

    Recent News

    @@ -275,5 +263,18 @@

    Recent News

    + + + + + + + diff --git a/_site/2020/01/index.html b/_site/2020/01/index.html index 5b66613..c8c0366 100644 --- a/_site/2020/01/index.html +++ b/_site/2020/01/index.html @@ -3,7 +3,7 @@ - + Devops and Devlopment Services @@ -40,30 +40,30 @@
    header top item -->
    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -213,19 +204,21 @@

    Free WordPress

    About Company

    @@ -238,19 +231,11 @@

    Quick Links

    @@ -258,10 +243,13 @@

    Quick Links

    @@ -270,7 +258,7 @@

    Recent News

    @@ -294,5 +282,18 @@

    Recent News

    + + + + + + + diff --git a/_site/2020/index.html b/_site/2020/index.html index 5b66613..9db31ab 100644 --- a/_site/2020/index.html +++ b/_site/2020/index.html @@ -3,7 +3,7 @@ - + Devops and Devlopment Services @@ -40,30 +40,30 @@
    header top item -->
    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -156,6 +147,28 @@
    +
    +
    + +
    + Serverless Systems +
    + +
    + +
    +

    Why Serverless? +To fully understand why first we need to know the how what’s the different from normal systems that we generally understand. + +

    +
    + Read More +
    +
    +
    +
    @@ -258,10 +265,13 @@

    Quick Links

    @@ -270,7 +280,7 @@

    Recent News

    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -188,19 +179,21 @@

    404

    About Company

    @@ -213,19 +206,11 @@

    Quick Links

    @@ -233,10 +218,13 @@

    Quick Links

    @@ -245,7 +233,7 @@

    Recent News

    @@ -269,5 +257,18 @@

    Recent News

    + + + + + + + diff --git a/_site/about.html b/_site/about.html index 2e395dd..6b2c19e 100644 --- a/_site/about.html +++ b/_site/about.html @@ -3,7 +3,7 @@ - + About Us @@ -40,30 +40,30 @@
    header top item -->
    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -221,7 +212,7 @@

    Perfect Solution Makes Success Company - + - + - + @@ -559,19 +550,21 @@

    7631475

    About Company

    @@ -584,19 +577,11 @@

    Quick Links

    @@ -604,10 +589,13 @@

    Quick Links

    @@ -616,7 +604,7 @@

    Recent News

    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -174,7 +165,7 @@

    Alternative Free Way To Be A Prodessional Desi
    -
    +
    @@ -195,8 +186,8 @@

    Lorem ipsum dolor sit amet, consectetur adipisicing elit.

    @@ -210,130 +201,8 @@

    Lorem ipsum dolor sit amet, consectetur adipisicing elit.

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

    Recent News

    -
    - -
    -
    -
    Premium Jekyll And Ghost...
    - 02 January 2020 - Premium Jekyll And Ghost Themes -
    -
    - -
    -
    -
    Free WordPress And HTML...
    - 01 January 2020 - Free WordPress And HTML themes -
    -
    - -
    -
    -
    5 ingredient cilantro vinaigrette...
    - 14 December 2019 - 5 ingredient cilantro vinaigrette -
    -
    - - -
    -
    -
    -

    Category

    -
    -
    - -
    -
    - -
    - add -
    -

    Work
    Together

    -

    Bur wemust ipsum dolor sit amet consectetur adipisicing elit sed eius-mod tempor incididunt ut labore

    - Contact Now -
    -
    -
    -
    @@ -354,19 +223,21 @@

    Work
    Together

    About Company

    @@ -379,19 +250,11 @@

    Quick Links

    @@ -399,10 +262,13 @@

    Quick Links

    @@ -411,7 +277,7 @@

    Recent News

    @@ -435,5 +301,18 @@

    Recent News

    + + + + + + + diff --git a/_site/assets/css/bootstrap.min.css b/_site/assets/css/bootstrap.min.css index 86b6845..ed02d73 100755 --- a/_site/assets/css/bootstrap.min.css +++ b/_site/assets/css/bootstrap.min.css @@ -3,5 +3,4 @@ * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}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{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[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}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.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:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.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:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;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}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;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::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.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;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;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{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.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:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.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)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;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;line-height:1.5;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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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 .2rem 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)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem 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-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;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;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.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%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 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-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{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}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .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}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .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}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;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:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .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{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;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:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 0%;flex:1 1 0%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;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){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;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){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-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;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{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}.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{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;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;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;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}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;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>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;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>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;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>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;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>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;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>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;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,.5)}.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 .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);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' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' 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,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.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,.5)}.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 .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);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' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' 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,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;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:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;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-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;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:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;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-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;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}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;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}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.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;line-height:1.5}.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:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;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){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;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:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.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:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.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:#007bff;border-color:#007bff}.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{-ms-flex-direction:row;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{-ms-flex-direction:row;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{-ms-flex-direction:row;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{-ms-flex-direction:row;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{-ms-flex-direction:row;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}}.list-group-flush .list-group-item{border-right-width:0;border-left-width:0;border-radius:0}.list-group-flush .list-group-item:first-child{border-top-width:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;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:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;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:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;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 .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;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{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 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}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";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 .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;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:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";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 .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-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 #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;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:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-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-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;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:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);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:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.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}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{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-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!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:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!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:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!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:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!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:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!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:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!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}.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}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!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}.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}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!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-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}} -/*# sourceMappingURL=bootstrap.min.css.map */ \ No newline at end of file + */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}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{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[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}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.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:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.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:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;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}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;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::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.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;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;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{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.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:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.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)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;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;line-height:1.5;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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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 .2rem 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)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem 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-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;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;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.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%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 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-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{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}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .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}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .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}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;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:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .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{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;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:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 0%;flex:1 1 0%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;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){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;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){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-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;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{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}.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{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;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;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;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}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;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>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;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>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;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>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;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>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;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>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;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,.5)}.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 .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);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' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' 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,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.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,.5)}.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 .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);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' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' 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,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;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:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;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-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;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:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;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-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;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}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;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}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.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;line-height:1.5}.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:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;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){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;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:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.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:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.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:#007bff;border-color:#007bff}.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{-ms-flex-direction:row;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{-ms-flex-direction:row;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{-ms-flex-direction:row;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{-ms-flex-direction:row;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{-ms-flex-direction:row;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}}.list-group-flush .list-group-item{border-right-width:0;border-left-width:0;border-radius:0}.list-group-flush .list-group-item:first-child{border-top-width:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;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:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;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:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;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 .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;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{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 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}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";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 .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;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:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";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 .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-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 #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;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:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-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-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;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:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);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:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.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}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{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-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!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:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!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:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!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:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!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:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!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:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!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}.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}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!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}.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}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!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-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}} \ No newline at end of file diff --git a/_site/assets/css/ion.rangeSlider.min.css b/_site/assets/css/ion.rangeSlider.min.css index 6fcddd7..77ceaca 100755 --- a/_site/assets/css/ion.rangeSlider.min.css +++ b/_site/assets/css/ion.rangeSlider.min.css @@ -169,7 +169,7 @@ .irs--flat .irs-bar { top: 25px; height: 5px; - background-color: #3b7eff + background-color: #298ecc } .irs--flat .irs-bar--single { @@ -179,14 +179,14 @@ .irs--flat .irs-shadow { height: 1px; bottom: 16px; - background-color: #3b7eff + background-color: #298ecc } .irs--flat .irs-handle { top: 19px; width: 16px; height: 18px; - background-color: #3b7eff; + background-color: #298ecc; } .irs--flat .irs-handle > i:first-child { @@ -242,12 +242,12 @@ margin-left: -3px; overflow: hidden; border: 3px solid transparent; - border-top-color: #3b7eff + border-top-color: #298ecc opacity: 0; } .irs--flat .irs-grid-pol { - background-color: #3b7eff + background-color: #298ecc } .irs--flat .irs-grid-text { @@ -274,8 +274,8 @@ .irs--big .irs-bar { top: 33px; height: 12px; - background-color: #3b7eff; - border: 1px solid #3b7eff; + background-color: #298ecc; + border: 1px solid #298ecc; background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%); box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5) } diff --git a/_site/assets/css/style.css b/_site/assets/css/style.css index 1f3d808..67f7c59 100755 --- a/_site/assets/css/style.css +++ b/_site/assets/css/style.css @@ -1,10 +1,11 @@ +@charset "UTF-8"; /*----------------------------------------------------------------------------------- - Template Name: Cloven - Template URI: https://webtend.biz/ - Description: IT Solutions & Services HTML5 Template - Author: WebTend - Author URI: https://webtend.biz/ + Template Name: Sample - Corporate Business Bootstrap4 HTML5 Template + Template URI: site.com + Description: Sample - Corporate Business Bootstrap4 HTML5 Template + Author: MD THAHERIL ISLAM + Author URI: site.com Version: 1.0 ----------------------------------------------------------------------------------- @@ -27,33 +28,39 @@ body { font-weight: normal; font-style: normal; color: #8a8a8a; - overflow-x: hidden; } + overflow-x: hidden; +} * { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; - box-sizing: border-box; } + box-sizing: border-box; +} img { - max-width: 100%; } + max-width: 100%; +} a:focus, input:focus, textarea:focus, button:focus { text-decoration: none; - outline: none; } + outline: none; +} a:focus, a:hover { - text-decoration: none; } + text-decoration: none; +} i, span, a { - display: inline-block; } + display: inline-block; +} h1, h2, @@ -64,48 +71,59 @@ h6 { font-family: "Poppins", sans-serif; font-weight: 600; color: #404040; - margin: 0px; } + margin: 0px; +} h1 { - font-size: 48px; } + font-size: 48px; +} h2 { - font-size: 36px; } + font-size: 36px; +} h3 { - font-size: 28px; } + font-size: 28px; +} h4 { - font-size: 22px; } + font-size: 22px; +} h5 { - font-size: 18px; } + font-size: 18px; +} h6 { - font-size: 16px; } + font-size: 16px; +} ul, ol { margin: 0px; padding: 0px; - list-style-type: none; } + list-style-type: none; +} p { font-size: 14px; font-weight: 400; line-height: 26px; color: #8a8a8a; - margin: 0px; } + margin: 0px; +} .bg_cover { background-position: center center; background-size: cover; background-repeat: no-repeat; width: 100%; - height: 100%; } + height: 100%; +} /*===== All Slick Slide Outline Style =====*/ .slick-slide { - outline: 0; } + outline: 0; +} /*===== All Button Style =====*/ .main-btn { @@ -117,7 +135,7 @@ p { -moz-user-select: none; -ms-user-select: none; user-select: none; - border: 1px solid #0154f7; + border: 1px solid #44afff; padding: 0 38px; font-size: 15px; text-transform: capitalize; @@ -132,48 +150,54 @@ p { -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; - background-color: #0154f7; - position: relative; } - .main-btn::before { - position: absolute; - content: ''; - right: 13px; - bottom: 11px; - height: 10px; - width: 10px; - border: 2px solid #fff; - border-radius: 50%; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .main-btn::after { - position: absolute; - content: ''; - left: 13px; - top: 11px; - height: 8px; - width: 8px; - border: 2px solid #fff; - border-radius: 50%; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .main-btn:hover { - background-color: #f86e03; - border-color: #f86e03; - color: #fff; } - .main-btn.main-btn-2 { - background-color: #f86e03; - color: #fff; - border-color: #f86e03; } - .main-btn.main-btn-2:hover { - background-color: #0154f7; - border-color: #0154f7; - color: #fff; } + background-color: #44afff; + position: relative; +} +.main-btn::before { + position: absolute; + content: ""; + right: 13px; + bottom: 11px; + height: 10px; + width: 10px; + border: 2px solid #fff; + border-radius: 50%; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.main-btn::after { + position: absolute; + content: ""; + left: 13px; + top: 11px; + height: 8px; + width: 8px; + border: 2px solid #fff; + border-radius: 50%; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.main-btn:hover { + background-color: #803fff; + border-color: #803fff; + color: #fff; +} +.main-btn.main-btn-2 { + background-color: #803fff; + color: #fff; + border-color: #803fff; +} +.main-btn.main-btn-2:hover { + background-color: #44afff; + border-color: #44afff; + color: #fff; +} /* SECTION TITLE */ .section-title .title { @@ -181,47 +205,67 @@ p { font-weight: 300; text-transform: capitalize; font-size: 40px; - line-height: 55px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .section-title .title { - font-size: 38px; } } - @media (max-width: 767px) { - .section-title .title { - font-size: 24px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .section-title .title { - font-size: 40px; } } + line-height: 55px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .section-title .title { + font-size: 38px; + } +} +@media (max-width: 767px) { + .section-title .title { + font-size: 24px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .section-title .title { + font-size: 40px; + } +} +.section-title .title span { + font-weight: 600; + color: #222; + font-size: 50px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .section-title .title span { + font-size: 40px; + } +} +@media (max-width: 767px) { + .section-title .title span { + font-size: 34px; + line-height: 45px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { .section-title .title span { - font-weight: 600; - color: #222; - font-size: 50px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .section-title .title span { - font-size: 40px; } } - @media (max-width: 767px) { - .section-title .title span { - font-size: 34px; - line-height: 45px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .section-title .title span { - font-size: 42px; } } - .section-title .title span span { - color: #f86e03; - font-weight: 400; } + font-size: 42px; + } +} +.section-title .title span span { + color: #803fff; + font-weight: 400; +} .section-title p { font-weight: 500; color: #8a8a8a; font-size: 20px; padding-top: 17px; - padding-bottom: 50px; } + padding-bottom: 50px; +} .section-title.section-title-2 .title { - color: #c4c4c4; } - .section-title.section-title-2 .title span { - color: #fff; } - .section-title.section-title-2 .title span span { - color: #f86e03; } + color: #c4c4c4; +} +.section-title.section-title-2 .title span { + color: #fff; +} +.section-title.section-title-2 .title span span { + color: #803fff; +} .section-title.section-title-2 p { - color: #c3c3c3; } + color: #000; +} /* LOADER */ .preloader { @@ -231,12 +275,14 @@ p { height: 100%; width: 100%; background: #fff; - z-index: 9999999999; } - .preloader .three { - position: absolute; - left: 50%; - top: 50%; - transform: translate(-50%, -50%); } + z-index: 9999999999; +} +.preloader .three { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); +} #loader span { display: inline-block; @@ -245,118 +291,160 @@ p { border-radius: 100%; background-color: #3498db; margin: 35px 5px; - opacity: 0; } + opacity: 0; +} #loader span:nth-child(1) { - animation: opacitychange 1s ease-in-out infinite; } + animation: opacitychange 1s ease-in-out infinite; +} #loader span:nth-child(2) { - animation: opacitychange 1s ease-in-out 0.33s infinite; } + animation: opacitychange 1s ease-in-out 0.33s infinite; +} #loader span:nth-child(3) { - animation: opacitychange 1s ease-in-out 0.66s infinite; } + animation: opacitychange 1s ease-in-out 0.66s infinite; +} @keyframes opacitychange { 0%, 100% { - opacity: 0; } + opacity: 0; + } 60% { - opacity: 1; } } + opacity: 1; + } +} /*=========================== 2.HEADER css ===========================*/ .header-top { position: relative; - background: #3b7eff; } - @media (max-width: 767px) { - .header-top { - padding-left: 0; - padding-right: 0; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .header-top { - padding-left: 30px; - padding-right: 30px; } } - .header-top .header-top-item { - height: 55px; - align-items: center; } - .header-top .header-top-item .header-left-side p { - font-size: 14px; - color: #fff; } - @media (max-width: 767px) { - .header-top .header-top-item .header-left-side p { - line-height: 20px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .header-top .header-top-item .header-left-side p { - line-height: 20px; - font-size: 12px; } } - .header-top .header-top-item .header-left-side p i { - padding-right: 5px; } - .header-top .header-top-item .header-right-social ul li { - display: inline-block; } - .header-top .header-top-item .header-right-social ul li a { - color: #fff; - margin-left: 5px; - font-size: 14px; - height: 35px; - width: 35px; - background: #0154f7; - text-align: center; - line-height: 35px; - border-radius: 50%; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .header-top .header-top-item .header-right-social ul li a { - height: 30px; - width: 30px; - line-height: 30px; - font-size: 12px; } } - .header-top .header-top-item .header-right-social ul li a:hover { - background: #f86e03; } - .header-top .header-top-item .header-right-social ul li p { - color: #fff; - margin-right: 20px; - font-size: 14px; - cursor: pointer; } - .header-top .header-top-item .header-right-social ul li p i { - padding-right: 6px; } - .header-top.header-top-2 { - background: #fff; } - .header-top.header-top-2 .header-top-item { - line-height: 60px; - height: 60px; - align-items: center; } - .header-top.header-top-2 .header-top-item .header-left-side ul li { - display: inline-block; - margin-right: 38px; } - @media (max-width: 767px) { - .header-top.header-top-2 .header-top-item .header-left-side ul li { - margin-right: 5px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .header-top.header-top-2 .header-top-item .header-left-side ul li { - margin-right: 38px; } } - .header-top.header-top-2 .header-top-item .header-left-side ul li span { - font-size: 14px; - color: #8a8a8a; - font-weight: 500; } - .header-top.header-top-2 .header-top-item .header-left-side ul li span a { - color: #8a8a8a; } - @media (max-width: 767px) { - .header-top.header-top-2 .header-top-item .header-left-side ul li span { - font-size: 11px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .header-top.header-top-2 .header-top-item .header-left-side ul li span { - font-size: 14px; } } - .header-top.header-top-2 .header-top-item .header-left-side ul li span i { - color: #0154f7; - padding-right: 6px; } - .header-top.header-top-2 .header-top-item .header-right-social ul li a { - background-color: transparent; - color: #8a8a8a; } - .header-top.header-top-2 .header-top-item .header-right-social ul li a:hover { - color: #0154f7; } + background: #298ecc; +} +@media (max-width: 767px) { + .header-top { + padding-left: 0; + padding-right: 0; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .header-top { + padding-left: 30px; + padding-right: 30px; + } +} +.header-top .header-top-item { + height: 55px; + align-items: center; +} +.header-top .header-top-item .header-left-side p { + font-size: 14px; + color: #fff; +} +@media (max-width: 767px) { + .header-top .header-top-item .header-left-side p { + line-height: 20px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .header-top .header-top-item .header-left-side p { + line-height: 20px; + font-size: 12px; + } +} +.header-top .header-top-item .header-left-side p i { + padding-right: 5px; +} +.header-top .header-top-item .header-right-social ul li { + display: inline-block; +} +.header-top .header-top-item .header-right-social ul li a { + color: #fff; + margin-left: 5px; + font-size: 14px; + height: 35px; + width: 35px; + background: #44afff; + text-align: center; + line-height: 35px; + border-radius: 50%; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .header-top .header-top-item .header-right-social ul li a { + height: 30px; + width: 30px; + line-height: 30px; + font-size: 12px; + } +} +.header-top .header-top-item .header-right-social ul li a:hover { + background: #803fff; +} +.header-top .header-top-item .header-right-social ul li p { + color: #fff; + margin-right: 20px; + font-size: 14px; + cursor: pointer; +} +.header-top .header-top-item .header-right-social ul li p i { + padding-right: 6px; +} +.header-top.header-top-2 { + background: #fff; +} +.header-top.header-top-2 .header-top-item { + line-height: 60px; + height: 60px; + align-items: center; +} +.header-top.header-top-2 .header-top-item .header-left-side ul li { + display: inline-block; + margin-right: 38px; +} +@media (max-width: 767px) { + .header-top.header-top-2 .header-top-item .header-left-side ul li { + margin-right: 5px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .header-top.header-top-2 .header-top-item .header-left-side ul li { + margin-right: 38px; + } +} +.header-top.header-top-2 .header-top-item .header-left-side ul li span { + font-size: 14px; + color: #8a8a8a; + font-weight: 500; +} +.header-top.header-top-2 .header-top-item .header-left-side ul li span a { + color: #8a8a8a; +} +@media (max-width: 767px) { + .header-top.header-top-2 .header-top-item .header-left-side ul li span { + font-size: 11px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .header-top.header-top-2 .header-top-item .header-left-side ul li span { + font-size: 14px; + } +} +.header-top.header-top-2 .header-top-item .header-left-side ul li span i { + color: #44afff; + padding-right: 6px; +} +.header-top.header-top-2 .header-top-item .header-right-social ul li a { + background-color: transparent; + color: #8a8a8a; +} +.header-top.header-top-2 .header-top-item .header-right-social ul li a:hover { + color: #44afff; +} .header-nav { position: absolute; @@ -364,4944 +452,6497 @@ p { right: 0; left: 0; z-index: 99; - background: #0154f7; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .header-nav { - padding: 15px 0; } } - @media (max-width: 767px) { - .header-nav { - padding: 15px 0; } } - .header-nav.sticky { - position: fixed; - top: 0; - left: 0; - right: 0; - background: #0154f7; - box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04); - z-index: 999; - animation: sticky 1.2s; } - .header-nav.sticky .navbar .navbar-nav .nav-item a { - line-height: 80px !important; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .header-nav.sticky .navbar .navbar-nav .nav-item a { - line-height: 40px !important; } } - @media (max-width: 767px) { - .header-nav.sticky .navbar .navbar-nav .nav-item a { - line-height: 40px !important; } } - .header-nav.sticky .navbar .navbar-nav .nav-item .sub-menu li a { - line-height: 30px !important; } - .header-nav .navigation .navbar { - position: relative; - padding: 0; } - .header-nav .navigation .navbar .country-flag img { - border: 5px solid #fff; - border-radius: 6px; - box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2); } - .header-nav .navigation .navbar .navbar-toggler { - border: 0; } - .header-nav .navigation .navbar .navbar-toggler .toggler-icon { - width: 30px; - height: 2px; - background-color: #fff; - margin: 5px 0; - display: block; - position: relative; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) { - -webkit-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -ms-transform: rotate(45deg); - -o-transform: rotate(45deg); - transform: rotate(45deg); - top: 7px; } - .header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) { - opacity: 0; } - .header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) { - -webkit-transform: rotate(135deg); - -moz-transform: rotate(135deg); - -ms-transform: rotate(135deg); - -o-transform: rotate(135deg); - transform: rotate(135deg); - top: -7px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .header-nav .navigation .navbar .navbar-collapse { - position: absolute; - top: 130%; - left: 0; - width: 100%; - background-color: #0154f7; - z-index: 8; - padding: 10px 16px; - box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); } } - @media (max-width: 767px) { - .header-nav .navigation .navbar .navbar-collapse { - position: absolute; - top: 130%; - left: 0; - width: 100%; - background-color: #0154f7; - z-index: 8; - padding: 10px 16px; - box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .header-nav .navigation .navbar .navbar-nav { - margin-right: 0; } } - @media (max-width: 767px) { - .header-nav .navigation .navbar .navbar-nav { - margin-right: 0; } } - .header-nav .navigation .navbar .navbar-nav .nav-item { - position: relative; } - .header-nav .navigation .navbar .navbar-nav .nav-item a { - font-size: 18px; - font-weight: 500; - color: #fff; - text-transform: capitalize; - position: relative; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; - margin: 0 12px; - line-height: 120px; - padding: 0; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .header-nav .navigation .navbar .navbar-nav .nav-item a > i { - display: none; } } - @media (max-width: 767px) { - .header-nav .navigation .navbar .navbar-nav .nav-item a > i { - display: none; } } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .header-nav .navigation .navbar .navbar-nav .nav-item a { - font-size: 14px; - padding: 0 5px; - margin: 0 6px; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .header-nav .navigation .navbar .navbar-nav .nav-item a { - padding: 0; - display: block; - border: 0; - margin: 0; - line-height: 40px; } } - @media (max-width: 767px) { - .header-nav .navigation .navbar .navbar-nav .nav-item a { - padding: 0; - display: block; - border: 0; - margin: 0; - line-height: 40px; } } - .header-nav .navigation .navbar .navbar-nav .nav-item a span { - padding-left: 5px; - font-size: 15px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .header-nav .navigation .navbar .navbar-nav .nav-item a span { - display: none; } } - @media (max-width: 767px) { - .header-nav .navigation .navbar .navbar-nav .nav-item a span { - display: none; } } - .header-nav .navigation .navbar .navbar-nav .nav-item:first-child a { - margin-left: 0; } - .header-nav .navigation .navbar .navbar-nav .nav-item:last-child a { - margin-right: 0; } - .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu { - position: absolute; - left: 0; - top: 110%; - width: 200px; - background-color: #fff; - opacity: 0; - visibility: hidden; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; - z-index: 99; - -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16); } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu { - position: relative !important; - width: 100% !important; - left: 0 !important; - top: auto !important; - opacity: 1 !important; - visibility: visible !important; - display: none; - right: auto; - -webkit-transform: translateX(0%); - -moz-transform: translateX(0%); - -ms-transform: translateX(0%); - -o-transform: translateX(0%); - transform: translateX(0%); - -webkit-transition: all none ease-out 0s; - -moz-transition: all none ease-out 0s; - -ms-transition: all none ease-out 0s; - -o-transition: all none ease-out 0s; - transition: all none ease-out 0s; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - text-align: left; - border-top: 0; } } - @media (max-width: 767px) { - .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu { - position: relative !important; - width: 100% !important; - left: 0 !important; - top: auto !important; - opacity: 1 !important; - visibility: visible !important; - display: none; - right: auto; - -webkit-transform: translateX(0%); - -moz-transform: translateX(0%); - -ms-transform: translateX(0%); - -o-transform: translateX(0%); - transform: translateX(0%); - -webkit-transition: all none ease-out 0s; - -moz-transition: all none ease-out 0s; - -ms-transition: all none ease-out 0s; - -o-transition: all none ease-out 0s; - transition: all none ease-out 0s; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - text-align: left; - border-top: 0; } } - .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li { - position: relative; } - .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-nav-toggler { - color: #404040; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a { - display: block; - padding: 8px 24px; - position: relative; - color: #7e7e7e; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; - border-radius: 0; - margin: 0 0; - line-height: 30px; } - .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i { - float: right; - font-size: 14px; - margin-top: 5px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i { - display: none; } } - @media (max-width: 767px) { - .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i { - display: none; } } - .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler i { - display: inline-block; } - .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu { - right: auto; - left: 100%; - top: 0; - opacity: 0; - visibility: hidden; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu { - padding-left: 30px; } } - @media (max-width: 767px) { - .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu { - padding-left: 30px; } } - .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-menu { - top: 100%; - opacity: 1; - visibility: visible; } - .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-nav-toggler { - color: #fff; } - .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > a { - background-color: #0154f7; - color: #fff !important; } - .header-nav .navigation .navbar .navbar-nav .nav-item:hover .sub-menu { - opacity: 1; - visibility: visible; - top: 100%; } - .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler { - display: none; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler { - display: inline-block; - position: absolute; - top: 0; - right: 0; - padding: 10px 14px; - font-size: 16px; - background: none; - border: 0; - color: #fff; } } - @media (max-width: 767px) { - .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler { - display: inline-block; - position: absolute; - top: 0; - right: 0; - padding: 10px 14px; - font-size: 16px; - background: none; - border: 0; - color: #fff; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .header-nav .navigation .navbar .navbar-btn { - position: absolute; - right: 70px; - top: 50%; - transform: translateY(-50%); } } - @media (max-width: 767px) { - .header-nav .navigation .navbar .navbar-btn { - position: absolute; - right: 70px; - top: 50%; - transform: translateY(-50%); } } - .header-nav .navigation .navbar .navbar-btn a { - background: #fff; - color: #222; - position: relative; - font-size: 14px; - font-weight: 700; - border-color: #fff; } - .header-nav .navigation .navbar .navbar-btn a:hover { - color: #fff; - background: #0154f7; - border-color: #0154f7; } - .header-nav .navigation .navbar .navbar-btn a:hover::before { - border-color: #fc5546; } - .header-nav .navigation .navbar .navbar-btn a:hover::after { - border-color: #fc5546; } - .header-nav .navigation .navbar .navbar-btn a::before { - position: absolute; - content: ''; - right: 13px; - bottom: 11px; - height: 10px; - width: 10px; - border: 2px solid #f86e03; - border-radius: 50%; } - .header-nav .navigation .navbar .navbar-btn a::after { - position: absolute; - content: ''; - height: 0px; - width: 0px; } - .header-nav.header-nav-2 { - top: 60px; } - .header-nav.header-nav-2.sticky { - top: 0; } - -@-webkit-keyframes sticky { - 0% { - top: -200px; } - 100% { - top: 0; } } -@keyframes sticky { - 0% { - top: -200px; } - 100% { - top: 0; } } -.header-area.header-area-3 .header-top-2 { - position: absolute; + background: #44afff; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .header-nav { + padding: 15px 0; + } +} +@media (max-width: 767px) { + .header-nav { + padding: 15px 0; + } +} +.header-nav.sticky { + position: fixed; top: 0; left: 0; right: 0; - z-index: 99; - background-color: transparent; } - .header-area.header-area-3 .header-top-2 .header-top-item .header-left-side ul li span { - color: #fff; } - .header-area.header-area-3 .header-top-2 .header-top-item .header-left-side ul li span i { - color: #fff; } - .header-area.header-area-3 .header-top-2 .header-top-item .header-right-social ul li a { - color: #fff; } -.header-area.header-area-3 .header-nav-2 { - padding-left: 30px; - padding-right: 30px; - background: #fc5546; } - .header-area.header-area-3 .header-nav-2 .navigation .navbar .navbar-nav .nav-item > a { - line-height: 100px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .header-area.header-area-3 .header-nav-2 .navigation .navbar .navbar-nav .nav-item > a { - line-height: 40px; } } - @media (max-width: 767px) { - .header-area.header-area-3 .header-nav-2 .navigation .navbar .navbar-nav .nav-item > a { - line-height: 40px; } } - .header-area.header-area-3 .header-nav-2 .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > a { - background: #fc5546; } - -/*=========================== - 3.HEADER css -===========================*/ -.banner-area { - margin-top: 115px; + background: #44afff; + box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04); + z-index: 999; + animation: sticky 1.2s; +} +.header-nav.sticky .navbar .navbar-nav .nav-item a { + line-height: 80px !important; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .header-nav.sticky .navbar .navbar-nav .nav-item a { + line-height: 40px !important; + } +} +@media (max-width: 767px) { + .header-nav.sticky .navbar .navbar-nav .nav-item a { + line-height: 40px !important; + } +} +.header-nav.sticky .navbar .navbar-nav .nav-item .sub-menu li a { + line-height: 30px !important; +} +.header-nav .navigation .navbar { position: relative; - z-index: 10; - overflow: hidden; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .banner-area { - margin-top: 70px; } } - @media (max-width: 767px) { - .banner-area { - margin-top: 70px; } } - .banner-area::before { - position: absolute; - content: ''; - left: -310px; - top: 0; - height: 100%; - width: 75%; - background: #eef3f9; - transform: skewX(10deg); - z-index: -1; } - @media only screen and (min-width: 1200px) and (max-width: 1600px) { - .banner-area::before { - width: 82%; } } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .banner-area::before { - width: 90%; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .banner-area::before { - width: 106%; } } - @media (max-width: 767px) { - .banner-area::before { - width: 100%; - transform: skewX(0deg); - left: 0; } } - .banner-area::after { - position: absolute; - content: ''; - right: 0; - top: 0; - height: 100%; - width: 50%; - background-image: url(../images/banner-devops.png); - background-size: cover; - background-position: right center; - background-repeat: no-repeat; - z-index: -2; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .banner-area::after { - background-position: -240px 0px; } } - .banner-area .banner-bg { - height: 850px; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flex; - display: -o-flex; - display: flex; - align-items: center; } - .banner-area .banner-content { - overflow: hidden; } - .banner-area .banner-content .title { - font-size: 65px; - font-weight: 300; - color: #222; - line-height: 80px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .banner-area .banner-content .title { - font-size: 50px; - line-height: 70px; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .banner-area .banner-content .title { - font-size: 46px; - line-height: 60px; } } - @media (max-width: 767px) { - .banner-area .banner-content .title { - font-size: 29px; - line-height: 40px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .banner-area .banner-content .title { - font-size: 50px; - line-height: 60px; } } - .banner-area .banner-content .title span { - font-weight: 600; - text-transform: uppercase; } - @media only screen and (min-width: 1200px) and (max-width: 1600px) { - .banner-area .banner-content .title span { - font-size: 62px; } } - .banner-area .banner-content .title span span { - font-weight: 500; - text-transform: capitalize; - color: #f86e03; } - .banner-area .banner-content > span { - font-size: 30px; - text-transform: capitalize; - letter-spacing: 6px; - padding-top: 15px; - font-weight: 300; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .banner-area .banner-content > span { - font-size: 24px; } } - @media (max-width: 767px) { - .banner-area .banner-content > span { - font-size: 14px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .banner-area .banner-content > span { - font-size: 26px; } } - .banner-area .banner-content p { - font-weight: 500; - line-height: 26px; - padding-right: 35px; - padding-top: 25px; - padding-bottom: 30px; } - @media (max-width: 767px) { - .banner-area .banner-content p { - padding-right: 0; - font-size: 15px; } } - .banner-area .banner-content ul li { - display: inline-block; - margin-right: 18px; } - @media (max-width: 767px) { - .banner-area .banner-content ul li { - margin-top: 30px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .banner-area .banner-content ul li { - margin-top: 0px; } } - .banner-area .banner-shape-1 { - height: 150px; - width: 150px; - border-radius: 50%; - position: absolute; - left: 56%; - bottom: 75px; - z-index: 1; - background: #ef5b51; - transform: translateX(-50%); - animation: scale-up-three linear 15s infinite; } - .banner-area .banner-shape-2 { + padding: 0; +} +.header-nav .navigation .navbar .country-flag img { + border: 5px solid #fff; + border-radius: 6px; + box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2); +} +.header-nav .navigation .navbar .navbar-toggler { + border: 0; +} +.header-nav .navigation .navbar .navbar-toggler .toggler-icon { + width: 30px; + height: 2px; + background-color: #fff; + margin: 5px 0; + display: block; + position: relative; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) { + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); + top: 7px; +} +.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) { + opacity: 0; +} +.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) { + -webkit-transform: rotate(135deg); + -moz-transform: rotate(135deg); + -ms-transform: rotate(135deg); + -o-transform: rotate(135deg); + transform: rotate(135deg); + top: -7px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .header-nav .navigation .navbar .navbar-collapse { position: absolute; - left: 50px; - top: 150px; - z-index: -1; - animation: animationFramesOne linear 15s infinite; } - .banner-area .banner-shape-3 { + top: 130%; + left: 0; + width: 100%; + background-color: #44afff; + z-index: 8; + padding: 10px 16px; + box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); + } +} +@media (max-width: 767px) { + .header-nav .navigation .navbar .navbar-collapse { position: absolute; - left: 50px; - bottom: 100px; - z-index: -1; - animation: animationFramesThree linear 15s infinite; } - @media (max-width: 767px) { - .banner-area.page-title { - background-position: 66%; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .banner-area.page-title { - background-position: 60%; } } - .banner-area.page-title .banner-bg { - height: 640px; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flex; - display: -o-flex; - display: flex; - align-items: center; } - .banner-area.page-title .banner-bg .page-title-content .title { - font-size: 65px; - font-weight: 700; - color: #222; - padding-bottom: 20px; } - @media (max-width: 767px) { - .banner-area.page-title .banner-bg .page-title-content .title { - font-size: 36px; } } - .banner-area.page-title .banner-bg .page-title-content nav { - display: inline-block; } - .banner-area.page-title .banner-bg .page-title-content nav .breadcrumb { - background-color: transparent; - padding: 0; } - .banner-area.page-title .banner-bg .page-title-content nav .breadcrumb li { - color: #f86e03; - font-weight: 500; - font-size: 24px; - padding-left: 0; } - @media (max-width: 767px) { - .banner-area.page-title .banner-bg .page-title-content nav .breadcrumb li { - font-size: 18px; } } - .banner-area.page-title .banner-bg .page-title-content nav .breadcrumb li a { - color: #222; - padding-right: 23px; } - .banner-area.page-title::after { - display: none; } - .banner-area.page-title::before { - transform: skewX(0deg); + top: 130%; + left: 0; width: 100%; - background: linear-gradient(90deg, white 0%, rgba(0, 0, 0, 0) 100%); - left: 0; } - @media (max-width: 767px) { - .banner-area.page-title .banner-shape-1 { - display: none; } } - -.breadcrumb-item + .breadcrumb-item::before { - content: "|"; - color: #f86e03; - padding-right: 23px; } - -@keyframes animationFramesOne { - 0% { - transform: translate(0px, 0px) rotate(0deg); } - 20% { - transform: translate(73px, -1px) rotate(36deg); } - 40% { - transform: translate(141px, 72px) rotate(72deg); } - 60% { - transform: translate(83px, 122px) rotate(108deg); } - 80% { - transform: translate(-40px, 72px) rotate(144deg); } - 100% { - transform: translate(0px, 0px) rotate(0deg); } } -@-webkit-keyframes animationFramesOne { - 0% { - -webkit-transform: translate(0px, 0px) rotate(0deg); } - 20% { - -webkit-transform: translate(73px, -1px) rotate(36deg); } - 40% { - -webkit-transform: translate(141px, 72px) rotate(72deg); } - 60% { - -webkit-transform: translate(83px, 122px) rotate(108deg); } - 80% { - -webkit-transform: translate(-40px, 72px) rotate(144deg); } - 100% { - -webkit-transform: translate(0px, 0px) rotate(0deg); } } -@keyframes animationFramesThree { - 0% { - transform: translate(165px, -179px); } - 100% { - transform: translate(-346px, 617px); } } -@-webkit-keyframes animationFramesThree { - 0% { - -webkit-transform: translate(165px, -179px); } - 100% { - -webkit-transform: translate(-346px, 617px); } } -@-webkit-keyframes scale-up-three { - 0% { - -webkit-transform: scale(1); - transform: scale(1); } - 40% { - -webkit-transform: scale(0.4); - transform: scale(0.4); } - 100% { - -webkit-transform: scale(1); - transform: scale(1); } } -@keyframes scale-up-three { - 0% { - -webkit-transform: scale(1); - transform: scale(1); } - 40% { - -webkit-transform: scale(0.4); - transform: scale(0.4); } - 100% { - -webkit-transform: scale(1); - transform: scale(1); } } -.banner-area-2 { - height: 880px; - margin-top: 120px; - position: relative; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .banner-area-2 { - margin-top: 75px; } } - @media (max-width: 767px) { - .banner-area-2 { - margin-top: 75px; } } - .banner-area-2::before { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - background-color: rgba(1, 84, 247, 0.2); } - .banner-area-2 .banner-flex .banner-content { - max-width: 665px; - background: #fff; - padding: 65px 40px 65px 65px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .banner-area-2 .banner-flex .banner-content { - max-width: 500px; } } - @media (max-width: 767px) { - .banner-area-2 .banner-flex .banner-content { - max-width: 100%; - padding: 20px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .banner-area-2 .banner-flex .banner-content { - max-width: 450px; - padding: 65px 40px 65px 65px; } } - .banner-area-2 .banner-flex .banner-content .title { - font-size: 90px; - color: #222; - font-weight: 700; - line-height: 90px; - position: relative; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .banner-area-2 .banner-flex .banner-content .title { - font-size: 70px; - line-height: 80px; } } - @media (max-width: 767px) { - .banner-area-2 .banner-flex .banner-content .title { - font-size: 42px; - line-height: 52px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .banner-area-2 .banner-flex .banner-content .title { - font-size: 60px; - line-height: 70px; } } - .banner-area-2 .banner-flex .banner-content .title::before { - position: absolute; - content: ''; - left: -65px; - top: 0; - height: 100%; - width: 8px; - background: #f86e03; } - .banner-area-2 .banner-flex .banner-content p { - font-weight: 500; - color: #8a8a8a; - line-height: 26px; - padding-top: 26px; - padding-bottom: 45px; } - @media (max-width: 767px) { - .banner-area-2 .banner-flex .banner-content p { - font-size: 13px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .banner-area-2 .banner-flex .banner-content p { - font-size: 15px; } } - .banner-area-2 .banner-flex .banner-content ul li { - display: inline-block; } - .banner-area-2 .banner-flex .banner-content ul li:last-child a { - color: #222; - margin-left: 35px; - text-decoration: underline; - font-size: 15px; - font-weight: 600; } - @media (max-width: 767px) { - .banner-area-2 .banner-flex .banner-content ul li:last-child a { - margin-top: 20px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .banner-area-2 .banner-flex .banner-content ul li:last-child a { - margin-top: 0px; } } - .banner-area-2 .banner-flex .banner-content ul li:last-child a i { - padding-left: 6px; } - .banner-area-2.banner-area-3 { - margin-top: 0; - position: relative; - height: 950px; - z-index: 10; } - .banner-area-2.banner-area-3::before { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - background-color: rgba(14, 43, 92, 0.86); - z-index: -2; } - .banner-area-2.banner-area-3 .banner-content-3 .title { - color: #fff; - font-size: 85px; - line-height: 95px; - font-weight: 700; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .banner-area-2.banner-area-3 .banner-content-3 .title { - font-size: 62px; - line-height: 72px; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .banner-area-2.banner-area-3 .banner-content-3 .title { - font-size: 64px; - line-height: 74px; } } - @media (max-width: 767px) { - .banner-area-2.banner-area-3 .banner-content-3 .title { - font-size: 28px; - line-height: 38px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .banner-area-2.banner-area-3 .banner-content-3 .title { - font-size: 50px; - line-height: 60px; } } - .banner-area-2.banner-area-3 .banner-content-3 .title span { - font-style: italic; } - .banner-area-2.banner-area-3 .banner-content-3 p { - color: #fff; - font-size: 20px; - font-weight: 500; - padding-right: 100px; - line-height: 32px; - padding-top: 33px; - padding-bottom: 40px; } - @media (max-width: 767px) { - .banner-area-2.banner-area-3 .banner-content-3 p { - padding-right: 0px; - font-size: 16px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .banner-area-2.banner-area-3 .banner-content-3 p { - padding-right: 100px; } } - .banner-area-2.banner-area-3 .banner-content-3 ul li { - display: inline-block; } - .banner-area-2.banner-area-3 .banner-content-3 ul li:first-child { - margin-right: 40px; } - .banner-area-2.banner-area-3 .banner-content-3 ul li .play-btn { - text-decoration: underline; - font-size: 15px; - font-weight: 600; - color: #fff; } - @media (max-width: 767px) { - .banner-area-2.banner-area-3 .banner-content-3 ul li .play-btn { - margin-top: 20px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .banner-area-2.banner-area-3 .banner-content-3 ul li .play-btn { - margin-top: 0; } } - .banner-area-2.banner-area-3 .banner-content-3 ul li .play-btn i { - padding-left: 8px; } - .banner-area-2.banner-area-3 .banner-thumb { - position: absolute; - right: 0; - bottom: 0; - text-align: right; - z-index: -1; } - .banner-area-2.banner-area-3 .banner-thumb img { - width: 90%; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .banner-area-2.banner-area-3 .banner-thumb img { - width: 75%; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .banner-area-2.banner-area-3 .banner-thumb img { - width: 48%; } } - @media (max-width: 767px) { - .banner-area-2.banner-area-3 .banner-thumb img { - display: none; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .banner-area-2.banner-area-3 .banner-thumb img { - width: 55%; - display: inline-block; } } - -.banner-play { - width: 80px; - height: 80px; - background: #f86e03; - text-align: center; - border-radius: 50%; - line-height: 80px; - z-index: 1; - position: relative; } - .banner-play::before { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - border: 1px solid #fff; - -webkit-animation: ripple-white 1s linear infinite; - -moz-animation: ripple-white 1s linear infinite; - -o-animation: ripple-white 1s linear infinite; - animation: ripple-white 1s linear infinite; - border-radius: 50%; } - .banner-play::after { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - border: 1px solid #fff; - -webkit-animation: ripple-white 1.5s linear infinite; - -moz-animation: ripple-white 1.5s linear infinite; - -o-animation: ripple-white 1.5s linear infinite; - animation: ripple-white 1.5s linear infinite; - border-radius: 50%; } - .banner-play a { - display: block; - font-size: 18px; - position: relative; - z-index: 9; - color: #fff; } - -@keyframes ripple-white { - 0% { - opacity: 0; - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - -o-transform: scale(1); - transform: scale(1); } - 40% { - opacity: 1; - -webkit-transform: scale(1.2); - -moz-transform: scale(1.2); - -ms-transform: scale(1.2); - -o-transform: scale(1.2); - transform: scale(1.2); } - 100% { - opacity: 0; - -webkit-transform: scale(1.4); - -moz-transform: scale(1.4); - -ms-transform: scale(1.4); - -o-transform: scale(1.4); - transform: scale(1.4); } } -/*=========================== - 4.ABOUT css -===========================*/ -.about-area .about-content { - padding-left: 30px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .about-area .about-content { - margin-top: 40px; } } - @media (max-width: 767px) { - .about-area .about-content { - margin-top: 40px; - padding-left: 0; } } - .about-area .about-content .title { - font-size: 40px; - text-transform: capitalize; - font-weight: 300; - color: #8a8a8a; - line-height: 55px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .about-area .about-content .title { - font-size: 36px; } } - @media (max-width: 767px) { - .about-area .about-content .title { - font-size: 24px; - line-height: 46px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .about-area .about-content .title { - font-size: 40px; - line-height: 55px; } } - .about-area .about-content .title span { - font-weight: 600; - color: #222; - font-size: 50px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .about-area .about-content .title span { - font-size: 40px; } } - @media (max-width: 767px) { - .about-area .about-content .title span { - font-size: 40px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .about-area .about-content .title span { - font-size: 46px; } } - .about-area .about-content .title span span { - font-weight: 400; - color: #f86e03; } - .about-area .about-content > span { - font-size: 20px; - font-weight: 500; - padding-top: 18px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .about-area .about-content > span { - font-size: 18px; } } - .about-area .about-content p { - font-size: 14px; - line-height: 26px; - padding-top: 30px; - margin-top: 30px; - border-top: 1px solid #ddd; } - .about-area .about-content ul { - padding-top: 35px; } - .about-area .about-content ul li { - display: inline-block; } - .about-area .about-content ul li:last-child a { - padding-left: 38px; - font-size: 15px; - font-weight: 600; - color: #f86e03; } - @media (max-width: 767px) { - .about-area .about-content ul li:last-child a { - padding-left: 0; - margin-top: 30px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .about-area .about-content ul li:last-child a { - padding-left: 30px; - margin-top: 0px; } } - .about-area .about-content ul li:last-child a i { - padding-left: 6px; } - -.about-3-area { + background-color: #44afff; + z-index: 8; + padding: 10px 16px; + box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .header-nav .navigation .navbar .navbar-nav { + margin-right: 0; + } +} +@media (max-width: 767px) { + .header-nav .navigation .navbar .navbar-nav { + margin-right: 0; + } +} +.header-nav .navigation .navbar .navbar-nav .nav-item { position: relative; - padding-bottom: 128px; - padding-bottom: 111px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .about-3-area .section-title .title { - font-size: 36px; } } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .about-3-area .section-title .title span { - font-size: 36px; } } - @media (max-width: 767px) { - .about-3-area .section-title .title span { - font-size: 28px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .about-3-area .section-title .title span { - font-size: 36px; } } - .about-3-area .section-title .title span span { - color: #fc5546; } - .about-3-area .section-title > span { +} +.header-nav .navigation .navbar .navbar-nav .nav-item a { + font-size: 18px; + font-weight: 500; + color: #fff; + text-transform: capitalize; + position: relative; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; + margin: 0 12px; + line-height: 120px; + padding: 0; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .header-nav .navigation .navbar .navbar-nav .nav-item a > i { + display: none; + } +} +@media (max-width: 767px) { + .header-nav .navigation .navbar .navbar-nav .nav-item a > i { + display: none; + } +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .header-nav .navigation .navbar .navbar-nav .nav-item a { font-size: 14px; - color: #8a8a8a; - line-height: 26px; - padding-right: 40px; - padding-bottom: 35px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .about-3-area .section-title > span { - padding-right: 18px; } } - @media (max-width: 767px) { - .about-3-area .section-title > span { - padding-right: 0px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .about-3-area .section-title > span { - padding-right: 40px; } } - .about-3-area .section-title > span span { - color: #fc5546; - display: inline; } - .about-3-area .section-title p { - padding-bottom: 30px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .about-3-area .section-title p { - font-size: 18px; } } - @media (max-width: 767px) { - .about-3-area .section-title p { - font-size: 14px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .about-3-area .section-title p { - font-size: 20px; } } - .about-3-area .section-title a { - background: #fc5546; - border-color: #fc5546; } - .about-3-area .section-title a:hover { - background: #0154f7; - border-color: #0154f7; } - .about-3-area .about-thumb img { - width: 100%; } - -.about-history-area { - background: #101e3b; - padding-top: 117px; } - .about-history-area .section-title { - padding-bottom: 50px; } - .about-history-area .section-title .title { - color: #8499c3; } - .about-history-area .section-title .title span { - color: #fff; } - .about-history-area .history-tab-btn .nav { - border-bottom: 2px solid #1a2c50; } - .about-history-area .history-tab-btn .nav li a { - padding: 0; - background-color: transparent; - padding: 0 18px; - line-height: 80px; - font-size: 20px; - font-weight: 600; - color: #8499c3; - position: relative; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .about-history-area .history-tab-btn .nav li a { - padding: 0 16px; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .about-history-area .history-tab-btn .nav li a { - padding: 0 10px; - font-size: 15px; } } - @media (max-width: 767px) { - .about-history-area .history-tab-btn .nav li a { - padding: 0 10px; - font-size: 14px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .about-history-area .history-tab-btn .nav li a { - padding: 0 8px; - font-size: 15px; } } - .about-history-area .history-tab-btn .nav li a::before { - position: absolute; - content: ''; - left: 0; - bottom: -2px; - height: 0px; - width: 100%; - background: #fff; } - .about-history-area .history-tab-btn .nav li a.active { - color: #fff; } - .about-history-area .history-tab-btn .nav li a.active::before { - height: 2px; } - .about-history-area .history-tab-btn .tab-content .history-thumb img { - width: 100%; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .about-history-area .history-tab-btn .tab-content .history-content { - padding-left: 0; - margin-top: 30px; } } - @media (max-width: 767px) { - .about-history-area .history-tab-btn .tab-content .history-content { - padding-left: 0; - margin-top: 30px; } } - .about-history-area .history-tab-btn .tab-content .history-content .title { - color: #fff; - font-size: 30px; + padding: 0 5px; + margin: 0 6px; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .header-nav .navigation .navbar .navbar-nav .nav-item a { + padding: 0; + display: block; + border: 0; + margin: 0; line-height: 40px; - padding-bottom: 30px; } - @media (max-width: 767px) { - .about-history-area .history-tab-btn .tab-content .history-content .title { - font-size: 24px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .about-history-area .history-tab-btn .tab-content .history-content .title { - font-size: 30px; } } - .about-history-area .history-tab-btn .tab-content .history-content p { - color: #a6b7d8; } - .about-history-area .history-tab-btn .tab-content .history-content p.text { - padding-top: 17px; } - -/*=========================== - 5.FEATURES css -===========================*/ -.features-area { + } +} +@media (max-width: 767px) { + .header-nav .navigation .navbar .navbar-nav .nav-item a { + padding: 0; + display: block; + border: 0; + margin: 0; + line-height: 40px; + } +} +.header-nav .navigation .navbar .navbar-nav .nav-item a span { + padding-left: 5px; + font-size: 15px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .header-nav .navigation .navbar .navbar-nav .nav-item a span { + display: none; + } +} +@media (max-width: 767px) { + .header-nav .navigation .navbar .navbar-nav .nav-item a span { + display: none; + } +} +.header-nav .navigation .navbar .navbar-nav .nav-item:first-child a { + margin-left: 0; +} +.header-nav .navigation .navbar .navbar-nav .nav-item:last-child a { + margin-right: 0; +} +.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu { + position: absolute; + left: 0; + top: 110%; + width: 200px; + background-color: #fff; + opacity: 0; + visibility: hidden; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; + z-index: 99; + -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16); +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu { + position: relative !important; + width: 100% !important; + left: 0 !important; + top: auto !important; + opacity: 1 !important; + visibility: visible !important; + display: none; + right: auto; + -webkit-transform: translateX(0%); + -moz-transform: translateX(0%); + -ms-transform: translateX(0%); + -o-transform: translateX(0%); + transform: translateX(0%); + -webkit-transition: all none ease-out 0s; + -moz-transition: all none ease-out 0s; + -ms-transition: all none ease-out 0s; + -o-transition: all none ease-out 0s; + transition: all none ease-out 0s; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + text-align: left; + border-top: 0; + } +} +@media (max-width: 767px) { + .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu { + position: relative !important; + width: 100% !important; + left: 0 !important; + top: auto !important; + opacity: 1 !important; + visibility: visible !important; + display: none; + right: auto; + -webkit-transform: translateX(0%); + -moz-transform: translateX(0%); + -ms-transform: translateX(0%); + -o-transform: translateX(0%); + transform: translateX(0%); + -webkit-transition: all none ease-out 0s; + -moz-transition: all none ease-out 0s; + -ms-transition: all none ease-out 0s; + -o-transition: all none ease-out 0s; + transition: all none ease-out 0s; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + text-align: left; + border-top: 0; + } +} +.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li { position: relative; - padding-top: 117px; } - .features-area::before { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - background-color: rgba(44, 47, 80, 0.5); } - .features-area .features-item { - padding: 50px 8px; - border-radius: 10px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .features-area .features-item { - padding: 50px 0px; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .features-area .features-item { - padding: 50px 38px; } } - @media (max-width: 767px) { - .features-area .features-item { - padding: 50px 20px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .features-area .features-item { - padding: 50px 20px; } } - .features-area .features-item > i { - height: 70px; - width: 70px; - text-align: center; - line-height: 70px; - border-radius: 50%; - font-size: 30px; - color: #fff; - background: #3b7eff; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .features-area .features-item .title { - font-size: 24px; - line-height: 30px; - font-weight: 600; - color: #222; - padding: 0 10px; - padding-top: 25px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .features-area .features-item .title { - font-size: 20px; } } - .features-area .features-item a { - font-size: 15px; - color: #3b7eff; - font-weight: 600; - margin-top: 24px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .features-area .features-item a i { - padding-left: 6px; } - .features-area .features-item.item-2 > i { - background: #f86e03; } - .features-area .features-item.item-2 a { - color: #f86e03; } - .features-area .features-item.item-3 > i { - background: #0154f7; } - .features-area .features-item.item-3 a { - color: #0154f7; } - .features-area .features-item.item-4 > i { - background: #ef5b51; } - .features-area .features-item.item-4 a { - color: #ef5b51; } - .features-area .features-item:hover { - background: #3B7EFF; } - .features-area .features-item:hover > i { - background: #fff; - color: #3B7EFF; } - .features-area .features-item:hover .title { - color: #fff; } - .features-area .features-item:hover a { - color: #fff; } - .features-area .features-item:hover.item-2 { - background: #f86e03; } - .features-area .features-item:hover.item-2 > i { - color: #f86e03; } - .features-area .features-item:hover.item-3 { - background: #0154f7; } - .features-area .features-item:hover.item-3 > i { - color: #0154f7; } - .features-area .features-item:hover.item-4 { - background: #ef5b51; } - .features-area .features-item:hover.item-4 > i { - color: #ef5b51; } - -.featires-2-area { - padding-top: 117px; } - .featires-2-area .section-title p { - padding-bottom: 48px; } - .featires-2-area .title-text p { - font-size: 14px; - line-height: 26px; - color: #8a8a8a; - padding-top: 20px; } - .featires-2-area .featires-item .featires-thumb { - overflow: hidden; } - .featires-2-area .featires-item .featires-thumb img { - width: 100%; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - -o-transform: scale(1); - transform: scale(1); } - .featires-2-area .featires-item .featires-content { - box-shadow: 0px 14px 28px 0px rgba(42, 121, 241, 0.1); - border-radius: 7px; - margin-left: 20px; - margin-right: 20px; - margin-top: -50px; - text-align: center; - background: #fff; - z-index: 99; - position: relative; - padding: 48px 25px 22px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .featires-2-area .featires-item .featires-content { - padding: 48px 0px 22px; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .featires-2-area .featires-item .featires-content { - padding: 48px 55px 22px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .featires-2-area .featires-item .featires-content { - padding: 48px 35px 22px; } } - .featires-2-area .featires-item .featires-content > i { - height: 60px; - width: 60px; - text-align: center; - border-radius: 50%; - background: #3b7eff; - line-height: 60px; - font-size: 24px; - color: #fff; - position: absolute; - left: 50%; - top: -28px; - transform: translateX(-50%); - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .featires-2-area .featires-item .featires-content .title { - font-size: 18px; - font-weight: 600; - color: #222; - line-height: 24px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .featires-2-area .featires-item .featires-content a { - margin-top: 12px; - font-size: 15px; - font-weight: 500; - color: #0154f7; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .featires-2-area .featires-item.item-2 .featires-content > i { - background: #f86e03; } - .featires-2-area .featires-item.item-2 .featires-content a { - color: #f86e03; } - .featires-2-area .featires-item.item-3 .featires-content > i { - background: #0154f7; } - .featires-2-area .featires-item.item-3 .featires-content a { - color: #0154f7; } - .featires-2-area .featires-item.item-4 .featires-content > i { - background: #ef5b51; } - .featires-2-area .featires-item.item-4 .featires-content a { - color: #ef5b51; } - .featires-2-area .featires-item:hover .featires-thumb img { - -webkit-transform: scale(1.1); - -moz-transform: scale(1.1); - -ms-transform: scale(1.1); - -o-transform: scale(1.1); - transform: scale(1.1); } - .featires-2-area .featires-item:hover .featires-content { - background: #3b7eff; } - .featires-2-area .featires-item:hover .featires-content > i { - color: #3b7eff; - background: #fff; } - .featires-2-area .featires-item:hover .featires-content .title { - color: #fff; } - .featires-2-area .featires-item:hover .featires-content a { - color: #fff; } - .featires-2-area .featires-item:hover.item-2 .featires-content { - background: #f86e03; } - .featires-2-area .featires-item:hover.item-2 .featires-content i { - color: #f86e03; } - .featires-2-area .featires-item:hover.item-3 .featires-content { - background: #0154f7; } - .featires-2-area .featires-item:hover.item-3 .featires-content i { - color: #0154f7; } - .featires-2-area .featires-item:hover.item-4 .featires-content { - background: #ef5b51; } - .featires-2-area .featires-item:hover.item-4 .featires-content i { - color: #ef5b51; } - -/*=========================== - 6.PROJECT css -===========================*/ -.project-area { - padding-top: 117px; - padding-bottom: 122px; - border-bottom: 1px solid #dfdfdf; } - .project-area .project-item .project-thumb { - box-shadow: 0px 10px 80px 0px rgba(167, 167, 167, 0.65); - border-radius: 12px; - overflow: hidden; } - .project-area .project-item .project-thumb img { - width: 100%; - transform: scale(1); - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .project-area .project-item .project-content .title { - font-size: 30px; - font-weight: 600; - color: #222; - padding-top: 44px; } - @media (max-width: 767px) { - .project-area .project-item .project-content .title { - font-size: 26px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .project-area .project-item .project-content .title { - font-size: 30px; } } - .project-area .project-item .project-content span { - font-size: 18px; - font-weight: 500; - color: #8a8a8a; - padding-top: 10px; - padding-bottom: 18px; } - @media (max-width: 767px) { - .project-area .project-item .project-content span { - font-size: 15px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .project-area .project-item .project-content span { - font-size: 18px; } } - .project-area .project-item .project-content p { - padding: 0 30px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .project-area .project-item .project-content p { - padding: 0 26px; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .project-area .project-item .project-content p { - padding: 0; } } - @media (max-width: 767px) { - .project-area .project-item .project-content p { - padding: 0; } } - .project-area .project-item .project-content a { - font-size: 15px; - font-weight: 600; - color: #0154f7; - margin-top: 20px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .project-area .project-item .project-content a:hover { - color: #f86e03; } - .project-area .project-item:hover .project-thumb img { - transform: scale(1.1); } - .project-area.project-4-area { - padding-top: 94px; } - -.fact-area { - padding-bottom: 127px; } - .fact-area .fact-item .title { - font-size: 60px; - font-weight: 700; - color: #0154f7; } - .fact-area .fact-item > span { - font-weight: 600; - color: #8a8a8a; - padding-top: 12px; } - -.project-2-area { - padding-top: 117px; - padding-bottom: 130px; } - .project-2-area .project-item { - position: relative; - overflow: hidden; - margin-left: 2px; - margin-right: 2px; } - .project-2-area .project-item img { - width: 100%; } - .project-2-area .project-item::before { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - background-color: #1b69ff; - opacity: 0.8; } - .project-2-area .project-item .project-content { - position: absolute; - bottom: -103px; - left: 50%; - width: 65%; - transform: translateX(-50%); - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .project-2-area .project-item .project-content { - width: 90%; } } - @media (max-width: 767px) { - .project-2-area .project-item .project-content { - width: 92%; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .project-2-area .project-item .project-content { - width: 65%; } } - .project-2-area .project-item .project-content .title { - color: #fff; - font-size: 30px; } - .project-2-area .project-item .project-content span { - color: #fff; - font-size: 18px; - font-weight: 500; - padding-top: 4px; } - .project-2-area .project-item .project-content p { - color: #fff; - font-size: 18px; - font-weight: 500; - line-height: 28px; - padding-top: 18px; - padding-bottom: 20px; - opacity: 0; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .project-2-area .project-item .project-content p { - font-size: 17px; } } - .project-2-area .project-item .project-content a { - color: #fff; - font-weight: 600; - opacity: 0; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .project-2-area .project-item .project-content a i { - padding-left: 6px; } - .project-2-area .project-item.active .project-content, .project-2-area .project-item:hover .project-content { - bottom: 48px; } - .project-2-area .project-item.active .project-content p, .project-2-area .project-item:hover .project-content p { - opacity: 1; } - .project-2-area .project-item.active .project-content a, .project-2-area .project-item:hover .project-content a { - opacity: 1; } - -.project-case-area .project-case-item .project-case-thumb { - border-radius: 12px; - overflow: hidden; +} +.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-nav-toggler { + color: #404040; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a { + display: block; + padding: 8px 24px; position: relative; - z-index: 10; } - .project-case-area .project-case-item .project-case-thumb::after { - position: absolute; - content: ''; - right: 0; - bottom: 0; - width: 0; - height: 0; - border-bottom: 120px solid #f86e03; - border-left: 120px solid transparent; - z-index: 1; } - .project-case-area .project-case-item .project-case-thumb img { - width: 100%; - transform: scale(1); - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .project-case-area .project-case-item .project-case-thumb i { - position: absolute; - right: 20px; - bottom: 20px; - color: #fff; - font-size: 35px; - z-index: 2; } -.project-case-area .project-case-item .project-case-content .title { - font-size: 24px; - color: #222; + color: #7e7e7e; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } -.project-case-area .project-case-item .project-case-content span { - font-weight: 500; - color: #8a8a8a; - padding-top: 8px; - padding-bottom: 19px; } - @media (max-width: 767px) { - .project-case-area .project-case-item .project-case-content span { - font-size: 14px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .project-case-area .project-case-item .project-case-content span { - font-size: 16px; } } -.project-case-area .project-case-item .project-case-content a { - font-size: 15px; - font-weight: 600; - color: #0154f7; - padding-top: 18px; + transition: all 0.3s ease-out 0s; + border-radius: 0; + margin: 0 0; + line-height: 30px; +} +.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i { + float: right; + font-size: 14px; + margin-top: 5px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i { + display: none; + } +} +@media (max-width: 767px) { + .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i { + display: none; + } +} +.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler i { + display: inline-block; +} +.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu { + right: auto; + left: 100%; + top: 0; + opacity: 0; + visibility: hidden; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .project-case-area .project-case-item .project-case-content a:hover { - color: #f86e03; } - .project-case-area .project-case-item .project-case-content a i { - padding-left: 6px; } -.project-case-area .project-case-item:hover .project-case-thumb img { - transform: scale(1.1); } -.project-case-area .project-case-item:hover .project-case-content .title { - color: #f86e03; } -.project-case-area.project-home { - padding-top: 117px; } - -/*=========================== - 7 .TEAM css -===========================*/ -.team-area { - padding-bottom: 128px; - position: relative; } - .team-area::before { - position: absolute; - content: ''; - bottom: 0; - left: 0; - height: 100%; - width: 100%; - background: #101e3b; } - .team-area .team-title .title { - color: #fff; - font-size: 40px; - font-weight: 300; } - @media (max-width: 767px) { - .team-area .team-title .title { - font-size: 30px; } } - .team-area .team-title .title span { - font-size: 50px; - font-weight: 600; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .team-area .team-title .title span { - font-size: 42px; } } - @media (max-width: 767px) { - .team-area .team-title .title span { - font-size: 32px; } } - .team-area .team-title .title span span { - font-weight: 400; } - .team-area .team-title > span { - color: #fff; - font-weight: 500; - font-size: 20px; - padding-top: 15px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .team-area .team-title > span { - padding-bottom: 30px; } } - @media (max-width: 767px) { - .team-area .team-title > span { - padding-bottom: 30px; - font-size: 16px; } } - .team-area .team-item { - position: relative; - z-index: 10; - margin-left: 25px; - margin-right: 25px; - margin-bottom: 30px; } - .team-area .team-item img { - width: 100%; } - .team-area .team-item .team-overlay { - position: absolute; - top: 0; - left: 0; - height: 100%; - width: 100%; - background-color: rgba(34, 34, 34, 0.5); - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .team-area .team-item .team-overlay .team-contet { - position: absolute; - left: 50%; - bottom: 0px; - transform: translateX(-50%); - width: 100%; - opacity: 0; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .team-area .team-item .team-overlay .team-contet ul li { - display: inline-block; } - .team-area .team-item .team-overlay .team-contet ul li a { - height: 35px; - width: 35px; - line-height: 35px; - text-align: center; - color: #fff; - font-size: 14px; - background: #0154f7; - border-radius: 50%; - margin: 0 3px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .team-area .team-item .team-overlay .team-contet ul li a:hover { - background: #ef5b51; } - .team-area .team-item .team-overlay .team-contet .title { - color: #fff; - font-size: 24px; - font-weight: 600; - text-transform: capitalize; - padding-top: 10px; - padding-bottom: 4px; } - .team-area .team-item .team-overlay .team-contet span { - font-size: 14px; - font-weight: 500; - color: #fff; } - .team-area .team-item::before { - position: absolute; - content: ''; - left: -30px; - bottom: -30px; - height: 100%; - width: 100%; - background: #182a51; - z-index: -1; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .team-area .team-item:hover::before { - background: #ef5b51; } - .team-area .team-item:hover .team-overlay { - background-color: rgba(239, 91, 81, 0.62); } - .team-area .team-item:hover .team-overlay .team-contet { - opacity: 1; - bottom: 37px; } - .team-area .team-active .slick-arrow { - position: absolute; - left: -400px; - bottom: 30px; - font-size: 20px; - color: #fff; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; - cursor: pointer; } - .team-area .team-active .slick-arrow:hover { - color: #f86e03; - transform: scale(1.3); } - .team-area .team-active .slick-arrow.prev { - left: -485px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .team-area .team-active .slick-arrow.prev { - left: -380px; } } - .team-area .team-active .slick-arrow.next { - left: -450px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .team-area .team-active .slick-arrow.next { - left: -350px; } } - -.team-2-area { - padding-top: 70px; - padding-bottom: 127px; } - .team-2-area .section-title p { - padding-bottom: 40px; } - .team-2-area .section-title p.text { - font-size: 14px; - font-weight: 500; - padding-top: 0; - padding-bottom: 45px; - line-height: 26px; - color: #8a8a8a; - padding-right: 70px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .team-2-area .section-title p.text { - padding-right: 0; } } - @media (max-width: 767px) { - .team-2-area .section-title p.text { - padding-right: 0; } } - .team-2-area .team-item .team-thumb { - position: relative; } - .team-2-area .team-item .team-thumb img { - width: 100%; - border-radius: 50%; } - .team-2-area .team-item .team-thumb ul { - position: absolute; - left: 50%; - bottom: -10px; - transform: translateX(-50%); - white-space: nowrap; - opacity: 0; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .team-2-area .team-item .team-thumb ul li { - display: inline-block; } - .team-2-area .team-item .team-thumb ul li a { - height: 35px; - width: 35px; - background: #0154f7; - border-radius: 50%; - text-align: center; - line-height: 35px; - color: #fff; - font-size: 14px; - margin: 0 4px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .team-2-area .team-item .team-thumb ul li a:hover { - background: #f86e03; } - .team-2-area .team-item .team-content { - padding-top: 25px; } - .team-2-area .team-item .team-content .title { - font-size: 24px; } - .team-2-area .team-item .team-content span { - font-size: 14px; - font-weight: 600; - color: #f86e03; } - .team-2-area .team-item:hover .team-thumb ul { - opacity: 1; } - .team-2-area.about-team { - padding-bottom: 130px; } - .team-2-area.about-team.team-page { - padding-top: 90px; } - -/*=========================== - 7.WORKING PROCESS css -===========================*/ -.working-process { - background: #3b7eff; - padding-top: 117px; - padding-bottom: 125px; - position: relative; - z-index: 10; } - .working-process::before { + transition: all 0.3s ease-out 0s; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu { + padding-left: 30px; + } +} +@media (max-width: 767px) { + .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu { + padding-left: 30px; + } +} +.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-menu { + top: 100%; + opacity: 1; + visibility: visible; +} +.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-nav-toggler { + color: #fff; +} +.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > a { + background-color: #44afff; + color: #fff !important; +} +.header-nav .navigation .navbar .navbar-nav .nav-item:hover .sub-menu { + opacity: 1; + visibility: visible; + top: 100%; +} +.header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler { + display: none; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler { + display: inline-block; position: absolute; - content: ''; - left: 0; top: 0; - height: 100%; - width: 100%; - background-image: url(../images/working-line.png); - background-size: cover; - background-position: center; - background-repeat: no-repeat; - z-index: -1; - opacity: .07; } - .working-process .section-title .title { - color: #fff; } - .working-process .section-title .title span { - color: #fff; } - .working-process .section-title p { + right: 0; + padding: 10px 14px; + font-size: 16px; + background: none; + border: 0; color: #fff; - padding-bottom: 47px; } - .working-process .working-item { - position: relative; } - .working-process .working-item i { - height: 120px; - width: 120px; - border-radius: 50%; - text-align: center; - line-height: 120px; - border: 2px dashed #fff; - color: #fff; - font-size: 50px; } - .working-process .working-item .title { - color: #fff; - font-size: 24px; - font-weight: 600; - padding-top: 25px; } - .working-process .working-item p { - color: #fff; - font-size: 14px; - line-height: 28ox; - padding-top: 7px; } - .working-process .working-item.item-1 { - margin-top: 80px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .working-process .working-item.item-1 { - margin-top: 30px; } } - @media (max-width: 767px) { - .working-process .working-item.item-1 { - margin-top: 30px; } } - .working-process .working-item.item-2 { - margin-top: 240px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .working-process .working-item.item-2 { - margin-top: 30px; } } - @media (max-width: 767px) { - .working-process .working-item.item-2 { - margin-top: 30px; } } - .working-process .working-item.item-3 { - margin-top: 30px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .working-process .working-item.item-3 { - margin-top: 30px; } } - @media (max-width: 767px) { - .working-process .working-item.item-3 { - margin-top: 30px; } } - .working-process .working-item.item-4 { - margin-top: 190px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .working-process .working-item.item-4 { - margin-top: 30px; } } - @media (max-width: 767px) { - .working-process .working-item.item-4 { - margin-top: 30px; } } - .working-process .working-item .dot-1 { - position: absolute; - right: -140px; - top: 0; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .working-process .working-item .dot-1 { - display: none; } } - @media (max-width: 767px) { - .working-process .working-item .dot-1 { - display: none; } } - .working-process .working-item .dot-2 { - position: absolute; - right: -70px; - top: -160px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .working-process .working-item .dot-2 { - display: none; } } - @media (max-width: 767px) { - .working-process .working-item .dot-2 { - display: none; } } - .working-process .working-item .dot-3 { - position: absolute; - top: -140px; - left: -60px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .working-process .working-item .dot-3 { - display: none; } } - @media (max-width: 767px) { - .working-process .working-item .dot-3 { - display: none; } } - .working-process .shape-1 { - position: absolute; - top: 150px; - left: 100px; - height: 60px; - width: 60px; - border-radius: 50%; - background: #fff; - animation: scale-up-three linear 15s infinite; } - @media (max-width: 767px) { - .working-process .shape-1 { - left: 20px; - top: 30px; } } - .working-process .shape-2 { + } +} +@media (max-width: 767px) { + .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler { + display: inline-block; position: absolute; - bottom: 50px; - right: 100px; - height: 60px; - width: 60px; - border-radius: 50%; - border: 5px solid #fff; - animation: rotatey linear 15s infinite; } - @media (max-width: 767px) { - .working-process .shape-2 { - right: 30px; - bottom: 30px; } } - .working-process .shape-3 { + top: 0; + right: 0; + padding: 10px 14px; + font-size: 16px; + background: none; + border: 0; + color: #fff; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .header-nav .navigation .navbar .navbar-btn { position: absolute; - top: 150px; - right: 100px; - height: 5px; - width: 60px; - background: #fff; - transform: rotate(-18deg); - animation: rotated linear 30s infinite; } - @media (max-width: 767px) { - .working-process .shape-3 { - right: 20px; - top: 50px; } } - .working-process .shape-3::before { - position: absolute; - content: ''; - left: 50%; - top: 50%; - transform: translate(-50%, -50%); - height: 60px; - width: 5px; - background: #fff; } - .working-process .shape-4 { + right: 70px; + top: 50%; + transform: translateY(-50%); + } +} +@media (max-width: 767px) { + .header-nav .navigation .navbar .navbar-btn { position: absolute; - bottom: 150px; - left: 100px; - height: 5px; - width: 50px; - background: #fff; - transform: rotate(-18deg); - animation: rotated linear 30s infinite; - opacity: .7; } - @media (max-width: 767px) { - .working-process .shape-4 { - left: 20px; - bottom: 50px; } } - .working-process .shape-4::before { - position: absolute; - content: ''; - left: 50%; - top: 50%; - transform: translate(-50%, -50%); - height: 50px; - width: 5px; - background: #fff; - opacity: .7; } + right: 70px; + top: 50%; + transform: translateY(-50%); + } +} +.header-nav .navigation .navbar .navbar-btn a { + background: #fff; + color: #222; + position: relative; + font-size: 14px; + font-weight: 700; + border-color: #fff; +} +.header-nav .navigation .navbar .navbar-btn a:hover { + color: #fff; + background: #44afff; + border-color: #44afff; +} +.header-nav .navigation .navbar .navbar-btn a:hover::before { + border-color: #fc5546; +} +.header-nav .navigation .navbar .navbar-btn a:hover::after { + border-color: #fc5546; +} +.header-nav .navigation .navbar .navbar-btn a::before { + position: absolute; + content: ""; + right: 13px; + bottom: 11px; + height: 10px; + width: 10px; + border: 2px solid #803fff; + border-radius: 50%; +} +.header-nav .navigation .navbar .navbar-btn a::after { + position: absolute; + content: ""; + height: 0px; + width: 0px; +} +.header-nav.header-nav-2 { + top: 60px; +} +.header-nav.header-nav-2.sticky { + top: 0; +} -@keyframes rotatey { - 0% { - transform: rotateY(-360deg) rotateX(-90deg); } - 100% { - transform: rotateY(360deg) rotateX(90deg); } } -@-webkit-keyframes rotatey { - 0% { - transform: rotateY(-360deg) rotateX(-90deg); } - 100% { - transform: rotateY(360deg) rotateX(90deg); } } -@keyframes rotated { +@-webkit-keyframes sticky { 0% { - transform: rotate(-360deg); } + top: -200px; + } 100% { - transform: rotate(360deg); } } -@-webkit-keyframes rotated { + top: 0; + } +} +@keyframes sticky { 0% { - transform: rotate(-360deg); } + top: -200px; + } 100% { - transform: rotate(360deg); } } -/*=========================== - 8.QUOTE css -===========================*/ -.quote-area { - padding-top: 124px; } - .quote-area .quote-thumb img { - width: 100%; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .quote-area .quote-content { - margin-top: 30px; } } - @media (max-width: 767px) { - .quote-area .quote-content { - margin-top: 30px; } } - .quote-area .quote-content .title { - font-weight: 300; - font-size: 40px; - color: #8a8a8a; - line-height: 55px; } - .quote-area .quote-content .title span { - color: #222; - font-weight: 600; - font-size: 46px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .quote-area .quote-content .title span { - font-size: 38px; } } - @media (max-width: 767px) { - .quote-area .quote-content .title span { - font-size: 40px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .quote-area .quote-content .title span { - font-size: 46px; } } - .quote-area .quote-content .title span span { - font-weight: 400; - color: #f86e03; } - .quote-area .quote-content form .input-box { - position: relative; } - .quote-area .quote-content form .input-box label { - font-size: 18px; - font-weight: 600; - color: #222; } - .quote-area .quote-content form .input-box input { - width: 100%; - background: #eef3f9; - border: 2px solid #eef3f9; - line-height: 70px; - padding-left: 30px; - color: #8a8a8a; } - .quote-area .quote-content form .input-box input::placeholder { - color: #8a8a8a; - opacity: 1; } - .quote-area .quote-content form .input-box input:focus { - border-color: #f86e03; - background-color: transparent; } - .quote-area .quote-content form .input-box textarea { - background: #eef3f9; - width: 100%; - height: 130px; - border: 2px solid #eef3f9; - padding-left: 30px; - padding-top: 20px; - color: #8a8a8a; - resize: none; } - .quote-area .quote-content form .input-box textarea:focus { - border-color: #f86e03; - background-color: transparent; } - .quote-area .quote-content form .input-box textarea::placeholder { - opacity: 1; - color: #8a8a8a; } - .quote-area .quote-content form .input-box i { - color: #f86e03; - position: absolute; - right: 30px; - top: 65px; - font-size: 14px; } - -/*=========================== - 9.TESTIMONIAL css -===========================*/ -.testimonial-area { - padding-top: 117px; - padding-bottom: 203px; - background: #eef3f9; } - .testimonial-area .testimonial-item { - padding: 0 40px 50px; - position: relative; - margin-bottom: 25px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .testimonial-area .testimonial-item { - padding: 0 10px 50px; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .testimonial-area .testimonial-item { - padding: 0 30px 50px; } } - @media (max-width: 767px) { - .testimonial-area .testimonial-item { - padding: 0 10px 50px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .testimonial-area .testimonial-item { - padding: 0 40px 50px; } } - .testimonial-area .testimonial-item img { - margin-top: -40px; - display: inline-block; } - .testimonial-area .testimonial-item p { - font-size: 14px; - line-height: 26px; - padding-top: 12px; } - .testimonial-area .testimonial-item .title { - font-weight: 600; - color: #222; - padding-top: 14px; } - .testimonial-area .testimonial-item > i { - height: 50px; - width: 50px; - text-align: center; - line-height: 50px; - border-radius: 50%; - color: #fff; - font-size: 18px; - background: #f86e03; - position: absolute; - left: 50%; - bottom: -25px; - transform: translateX(-50%); } - .testimonial-area .testinonials-active .slick-dots { - position: absolute; - left: 50%; - bottom: -78px; - transform: translateX(-50%); } - .testimonial-area .testinonials-active .slick-dots li { - display: inline-block; } - .testimonial-area .testinonials-active .slick-dots li button { - font-size: 0; - background-color: #b1becd; - border: 0; - height: 5px; - width: 20px; - margin: 0 3px; - border-radius: 10px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - @media (max-width: 767px) { - .testimonial-area .testinonials-active .slick-dots li button { - width: 15px; } } - .testimonial-area .testinonials-active .slick-dots li.slick-active button { - background: #f86e03; - width: 50px; } - -.star { - margin-top: 30px; } - .star span { - font-size: 28px; - color: #8a8a8a; - font-weight: 500; } - .star ul { - padding-left: 10px; - padding-right: 10px; - line-height: 35px; } - .star ul li { - display: inline-block; - color: #f86e03; - margin: 0 3px; } - -.testimonials-2-area { - background: #eef3f9; - padding-top: 119px; - padding-bottom: 130px; } - .testimonials-2-area .section-title p { - padding-bottom: 0; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .testimonials-2-area .section-title p { - font-size: 18px; } } - .testimonials-2-area .section-title p.text { - padding-top: 0; - padding-bottom: 0; - font-size: 14px; - font-weight: 400; - color: #8a8a8a; - padding-right: 55px; - padding-top: 40px; - padding-bottom: 24px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .testimonials-2-area .section-title p.text { - padding-right: 0; } } - .testimonials-2-area .testimonials-item { - padding: 45px 40px 32px; - position: relative; - margin-bottom: 24px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .testimonials-2-area .testimonials-item { - padding: 45px 20px 32px; } } - @media (max-width: 767px) { - .testimonials-2-area .testimonials-item { - padding: 45px 10px 32px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .testimonials-2-area .testimonials-item { - padding: 45px 40px 32px; } } - .testimonials-2-area .testimonials-item .testimonials-info { - padding-left: 80px; - position: relative; } - .testimonials-2-area .testimonials-item .testimonials-info img { - position: absolute; - left: 0; - top: 50%; - transform: translateY(-50%); } - .testimonials-2-area .testimonials-item .testimonials-info .title { - font-size: 20px; } - .testimonials-2-area .testimonials-item .testimonials-info span { - font-size: 14px; - font-weight: 500; - color: #f86e03; } - .testimonials-2-area .testimonials-item .testimonials-content p { - font-size: 14px; - color: #8a8a8a; - line-height: 26px; - padding-top: 30px; } - .testimonials-2-area .testimonials-item .quote { - position: absolute; - bottom: -24px; - right: 40px; } - .testimonials-2-area .testimonials-item .quote i { - height: 50px; - width: 50px; - background: #f86e03; - color: #fff; - text-align: center; - line-height: 50px; - border-radius: 50%; - font-size: 18px; - color: #fff; } - -.testimonials-area-3 { - padding-top: 117px; - padding-bottom: 125px; } - .testimonials-area-3 .testinonials-3-active .testimonials-content p { - font-size: 24px; - font-weight: 600; - color: #222; - line-height: 42px; - padding: 35px 40px 0; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .testimonials-area-3 .testinonials-3-active .testimonials-content p { - padding: 35px 0 0; - font-size: 23px; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .testimonials-area-3 .testinonials-3-active .testimonials-content p { - padding: 35px 0 0; - font-size: 17px; - line-height: 32px; } } - @media (max-width: 767px) { - .testimonials-area-3 .testinonials-3-active .testimonials-content p { - padding: 35px 3px 0; - font-size: 16px; - line-height: 32px; } } - .testimonials-area-3 .testinonials-3-active .testimonials-content .user { - border: 5px solid #fff; - border-radius: 50%; - box-shadow: 0px 0px 49.5px 0.5px rgba(189, 189, 189, 0.5); - margin-top: 38px; } - .testimonials-area-3 .testinonials-3-active .testimonials-content span { - font-size: 18px; - font-weight: 700; - color: #fc5546; - padding-top: 15px; } - .testimonials-area-3 .testinonials-3-active .testimonials-content span span { - font-size: 14px; - font-weight: 500; - color: #8a8a8a; - padding-top: 0; } - .testimonials-area-3 .testinonials-3-active .testimonials-content img { - display: inline-block; } - -/*=========================== - 10.BLOG css -===========================*/ -.blog-item .blog-thumb { - overflow: hidden; + top: 0; + } } -.blog-area { - padding-top: 116px; - padding-bottom: 124px; } - .blog-area .blog-item .blog-thumb a { - position: relative; - overflow: hidden; - z-index: 10; } - .blog-area .blog-item .blog-thumb img { - width: 100%; - transform: scale(1); - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .blog-area .blog-item .blog-thumb a::before { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - background-color: rgba(1, 84, 247, 0.6); - z-index: 5; } - .blog-area .blog-item .blog-content { - padding-top: 22px; } - .blog-area .blog-item .blog-content ul li { - display: inline-block; - font-size: 14px; - font-weight: 500; - color: #8a8a8a; - margin-right: 26px; } - @media (max-width: 767px) { - .blog-area .blog-item .blog-content ul li { - margin-right: 20px; } } - .blog-area .blog-item .blog-content ul li i { - color: #0154f7; - padding-right: 6px; } - .blog-area .blog-item .blog-content .title { - font-size: 20px; - font-weight: 600; - line-height: 28px; - padding-top: 11px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .blog-area .blog-item .blog-content .title { - font-size: 18px; } } - @media (max-width: 767px) { - .blog-area .blog-item .blog-content .title { - font-size: 18px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-area .blog-item .blog-content .title { - font-size: 20px; } } - .blog-area .blog-item .blog-content .title a { - color: #222; } - .blog-area .blog-item .blog-content p { - font-size: 14px; - line-height: 26px; - color: #8a8a8a; - font-weight: 400; - padding-top: 15px; } - .blog-area .blog-item .blog-content > a { - font-size: 15px; - font-weight: 600; - color: #0154f7; - margin-top: 18px; } - .blog-area .blog-item .blog-content > a i { - padding-left: 6px; } - .blog-area .blog-item.item-2 .blog-thumb { - position: relative; } - .blog-area .blog-item.item-2 .blog-thumb::before { - background-color: rgba(239, 91, 81, 0.6); } - .blog-area .blog-item.item-2 .blog-thumb i { - position: absolute; - top: 15px; - right: 15px; - height: 60px; - width: 55px; - background: #fff; - text-align: center; - line-height: 60px; - color: #f86e03; - font-size: 36px; - border-radius: 5px; - z-index: 6; } - .blog-area .blog-item:hover .blog-thumb img { - transform: scale(1.2); } - .blog-area.blog-masonry { - padding-top: 100px; - padding-bottom: 128px; } - .blog-area.blog-masonry .blog-item.blog-item-1 .blog-thumb::before { - background-color: rgba(60, 208, 25, 0.6); } - .blog-area.blog-masonry .blog-item.blog-item-2 .blog-thumb::before { - background-color: rgba(1, 84, 247, 0.6); } - .blog-area.blog-masonry .blog-item.blog-item-3 .blog-content { - background: #eef3f9; - padding: 30px; } - .blog-area.blog-masonry .blog-item.blog-item-3 .blog-content span { - color: #0154f7; - font-size: 15px; - font-weight: 600; - padding-left: 40px; - position: relative; - margin-top: 15px; } - .blog-area.blog-masonry .blog-item.blog-item-3 .blog-content span::before { - position: absolute; - content: ''; - left: 0; - top: 50%; - height: 2px; - width: 30px; - transform: translateY(-50%); - background: #0154f7; } - .blog-area.blog-masonry .blog-item.blog-item-4 .blog-thumb::before { - background-color: rgba(25, 34, 208, 0.522); } - .blog-area.blog-masonry .blog-item.blog-item-5 .blog-thumb::before { - background-color: #d222e7; - opacity: 0.522; } - -.pagination-area nav ul li a { - height: 60px; - width: 60px; - border-radius: 50% !important; - text-align: center; - line-height: 60px; - padding: 0; - margin: 0; - font-size: 18px; - font-weight: 500; - color: #859aaa; - background: #fff; - margin: 0 5px; - border: 2px solid #e4e4e5; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - @media (max-width: 767px) { - .pagination-area nav ul li a { - margin: 0 2px; - height: 50px; - width: 50px; - line-height: 46px; } } - .pagination-area nav ul li a span i { - font-size: 22px; } - .pagination-area nav ul li a:hover, .pagination-area nav ul li a.active { - background: #0154f7; - color: #fff; - border-color: #0154f7; - box-shadow: 0px 10px 49.5px 0.5px rgba(59, 126, 255, 0.78); } -.pagination-area.pagination-area-2 nav ul li a:hover, .pagination-area.pagination-area-2 nav ul li a.active { +.header-area.header-area-3 .header-top-2 { + position: absolute; + top: 0; + left: 0; + right: 0; + z-index: 99; + background-color: transparent; +} +.header-area.header-area-3 .header-top-2 .header-top-item .header-left-side ul li span { + color: #fff; +} +.header-area.header-area-3 .header-top-2 .header-top-item .header-left-side ul li span i { + color: #fff; +} +.header-area.header-area-3 .header-top-2 .header-top-item .header-right-social ul li a { + color: #fff; +} +.header-area.header-area-3 .header-nav-2 { + padding-left: 30px; + padding-right: 30px; background: #fc5546; - border-color: #fc5546; - box-shadow: 0px 10px 49.5px 0.5px rgba(239, 91, 81, 0.78); } - -.blog-area-2 { - margin-top: -15px; } - .blog-area-2 .section-title p { - padding-bottom: 48px; } - .blog-area-2 .blog-item { - position: relative; } - .blog-area-2 .blog-item .blog-overlay { - position: absolute; - left: 0; - top: 0; - height: 100%; - width: 100%; - background-color: rgba(16, 30, 59, 0.85); } - .blog-area-2 .blog-item .blog-overlay .blog-tag { - position: absolute; - left: 30px; - top: 30px; - background: #ef5b51; } - @media (max-width: 767px) { - .blog-area-2 .blog-item .blog-overlay .blog-tag { - left: 5px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-area-2 .blog-item .blog-overlay .blog-tag { - left: 30px; } } - .blog-area-2 .blog-item .blog-overlay .blog-tag span { - color: #fff; - font-size: 14px; - font-weight: 600; - line-height: 26px; - padding: 0 12px; } - .blog-area-2 .blog-item .blog-overlay .blog-content { - position: absolute; - bottom: 25px; - left: 50%; - width: 100%; - transform: translateX(-50%); - padding: 0 30px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .blog-area-2 .blog-item .blog-overlay .blog-content { - padding: 0 15px; } } - @media (max-width: 767px) { - .blog-area-2 .blog-item .blog-overlay .blog-content { - padding: 0 5px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-area-2 .blog-item .blog-overlay .blog-content { - padding: 0 30px; } } - .blog-area-2 .blog-item .blog-overlay .blog-content ul li { - display: inline-block; - color: #fff; - font-weight: 500; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .blog-area-2 .blog-item .blog-overlay .blog-content ul li { - font-size: 14px; } } - @media (max-width: 767px) { - .blog-area-2 .blog-item .blog-overlay .blog-content ul li { - font-size: 14px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-area-2 .blog-item .blog-overlay .blog-content ul li { - font-size: 16px; } } - .blog-area-2 .blog-item .blog-overlay .blog-content ul li i { - padding-right: 6px; } - .blog-area-2 .blog-item .blog-overlay .blog-content ul li:first-child { - margin-right: 25px; } - .blog-area-2 .blog-item .blog-overlay .blog-content .title { - color: #fff; - font-size: 20px; - line-height: 28px; - padding-top: 10px; - margin-bottom: -65px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .blog-area-2 .blog-item .blog-overlay .blog-content .title a { - color: #fff; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .blog-area-2 .blog-item .blog-overlay .blog-content .title { - font-size: 18px; } } - @media (max-width: 767px) { - .blog-area-2 .blog-item .blog-overlay .blog-content .title { - font-size: 17px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-area-2 .blog-item .blog-overlay .blog-content .title { - font-size: 20px; } } - .blog-area-2 .blog-item .blog-overlay .blog-content p { - color: #fff; - font-size: 14px; - font-weight: 500; - line-height: 26px; - padding-bottom: 18px; - padding-top: 10px; - opacity: 0; - visibility: hidden; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .blog-area-2 .blog-item .blog-overlay .blog-content p { - font-size: 12px; } } - @media (max-width: 767px) { - .blog-area-2 .blog-item .blog-overlay .blog-content p { - font-size: 13px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-area-2 .blog-item .blog-overlay .blog-content p { - font-size: 14px; } } - .blog-area-2 .blog-item .blog-overlay .blog-content > a { - font-size: 15px; - font-weight: 600; - color: #fff; } - .blog-area-2 .blog-item .blog-overlay .blog-content > a i { - padding-left: 6px; } - .blog-area-2 .blog-item .blog-overlay:hover .blog-content .title { - margin-bottom: 0; } - .blog-area-2 .blog-item .blog-overlay:hover .blog-content p { - opacity: 1; - visibility: visible; } - -.blog-3-area { - background: #eceff3; - padding-top: 87px; - padding-bottom: 123px; } - .blog-3-area .section-title p { - padding-bottom: 30px; } - .blog-3-area .section-title > span { - font-size: 14px; - color: #8a8a8a; - line-height: 26px; - padding-right: 15px; - padding-bottom: 35px; } - .blog-3-area .section-title a { - background: #fc5546; - border-color: #fc5546; } - .blog-3-area .section-title a:hover { - background: #0154f7; - border-color: #0154f7; } - .blog-3-area .blog-item .blog-thumb { - position: relative; } - .blog-3-area .blog-item .blog-thumb img { - width: 100%; - padding-top: 13px; } - .blog-3-area .blog-item .blog-thumb span { - position: absolute; - left: 20px; - top: 20px; - background: #fc5546; - font-size: 14px; - font-weight: 600; - color: #fff; - line-height: 26px; - padding: 0 12px; } - .blog-3-area .blog-item .blog-content { - padding-top: 24px; } - .blog-3-area .blog-item .blog-content ul li { - display: inline-block; - font-size: 14px; - font-weight: 500; - color: #8a8a8a; } - .blog-3-area .blog-item .blog-content ul li i { - color: #fc5546; - padding-right: 6px; } - .blog-3-area .blog-item .blog-content ul li:first-child { - margin-right: 30px; } - .blog-3-area .blog-item .blog-content .title { - font-size: 18px; - font-weight: 700; - line-height: 26px; - padding-top: 10px; - padding-bottom: 15px; } - .blog-3-area .blog-item .blog-content .title a { - color: #222; } - .blog-3-area .blog-item .blog-content p { - font-size: 14px; - font-weight: 500; - color: #8a8a8a; - line-height: 26px; - padding-bottom: 15px; } - .blog-3-area .blog-item .blog-content > a { - font-size: 15px; - font-weight: 600; - color: #8a8a8a; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .blog-3-area .blog-item .blog-content > a:hover { - color: #fc5546; } - .blog-3-area .blog-item .blog-content > a i { - padding-left: 6px; } +} +.header-area.header-area-3 .header-nav-2 .navigation .navbar .navbar-nav .nav-item > a { + line-height: 100px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .header-area.header-area-3 .header-nav-2 .navigation .navbar .navbar-nav .nav-item > a { + line-height: 40px; + } +} +@media (max-width: 767px) { + .header-area.header-area-3 .header-nav-2 .navigation .navbar .navbar-nav .nav-item > a { + line-height: 40px; + } +} +.header-area.header-area-3 .header-nav-2 .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > a { + background: #fc5546; +} /*=========================== - 11.REQUST QUOTE css + 3.HEADER css ===========================*/ -.requst-quote-area { +.banner-area { + margin-top: 90px; position: relative; z-index: 10; - padding-bottom: 230px; - padding-top: 117px; } - .requst-quote-area::before { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - background-color: #0154f7; - opacity: 0.702; - z-index: -2; } - .requst-quote-area::after { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; + overflow: hidden; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .banner-area { + margin-top: 70px; + } +} +@media (max-width: 767px) { + .banner-area { + margin-top: 70px; + } +} +.banner-area::before { + position: absolute; + content: ""; + left: -310px; + top: 0; + height: 100%; + width: 75%; + background: #eef3f9; + transform: skewX(10deg); + z-index: -1; +} +@media only screen and (min-width: 1200px) and (max-width: 1600px) { + .banner-area::before { + width: 82%; + } +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .banner-area::before { + width: 90%; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .banner-area::before { + width: 106%; + } +} +@media (max-width: 767px) { + .banner-area::before { width: 100%; - background-image: url(../images/request-dot.png); - z-index: -1; } - .requst-quote-area .requst-content span { - color: #fff; - font-size: 35px; } - .requst-quote-area .requst-content .title { - font-size: 60px; - color: #fff; - line-height: 60px; - padding-bottom: 40px; } - @media (max-width: 767px) { - .requst-quote-area .requst-content .title { - font-size: 28px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .requst-quote-area .requst-content .title { - font-size: 50px; } } - .requst-quote-area .requst-content a { - width: 215px; } - .requst-quote-area.services-quote { - padding-bottom: 130px; } - .requst-quote-area.about-quote { - padding-top: 115px; } - -.newaletter-area { - margin-bottom: 130px; - position: relative; - margin-top: -100px; - z-index: 11; } - @media (max-width: 767px) { - .newaletter-area { - margin-top: 0; - margin-bottom: 200px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .newaletter-area { - margin-top: -110px; - margin-bottom: 130px; } } - .newaletter-area .newaletter-item { - height: 200px; } - .newaletter-area .newaletter-item .newaletter-content { - width: 370px; - background: #ef5b51; - height: 200px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .newaletter-area .newaletter-item .newaletter-content { - width: 200px; } } - @media (max-width: 767px) { - .newaletter-area .newaletter-item .newaletter-content { - width: 100%; - height: 150px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .newaletter-area .newaletter-item .newaletter-content { - width: 170px; - height: 200px; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .newaletter-area .newaletter-item .newaletter-content .item { - padding-left: 40px; } } - @media (max-width: 767px) { - .newaletter-area .newaletter-item .newaletter-content .item { - padding-left: 20px; } } - .newaletter-area .newaletter-item .newaletter-content .item span { - color: #fff; - font-weight: 300; - font-size: 24px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .newaletter-area .newaletter-item .newaletter-content .item span { - font-size: 16px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .newaletter-area .newaletter-item .newaletter-content .item span { - font-size: 16px; } } - .newaletter-area .newaletter-item .newaletter-content .item .title { - color: #fff; - font-size: 40px; - line-height: 45px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .newaletter-area .newaletter-item .newaletter-content .item .title { - font-size: 26px;padding: 0 15px 0 0; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .newaletter-area .newaletter-item .newaletter-content .item .title { - font-size: 26px; padding: 0 15px 0 0; } } - .newaletter-area .newaletter-item .newaletter-input { - background: #eef3f9; - width: 67%; - position: relative; - z-index: 10; } - @media (max-width: 767px) { - .newaletter-area .newaletter-item .newaletter-input { - width: 100%; - height: 200px; - padding: 20px; } } - .newaletter-area .newaletter-item .newaletter-input::before { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - background-image: url(../images/newsletter-dot.png); - opacity: .1; - z-index: -1; } - .newaletter-area .newaletter-item .newaletter-input input { - width: 400px; - background: #fff; - border: 0; - opacity: 1; - line-height: 60px; - padding-left: 30px; - border-radius: 5px; - margin-right: 10px; - font-size: 14px; - color: #8a8a8a; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .newaletter-area .newaletter-item .newaletter-input input { - width: 300px; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .newaletter-area .newaletter-item .newaletter-input input { - width: 240px; } } - @media (max-width: 767px) { - .newaletter-area .newaletter-item .newaletter-input input { - width: 100%; - margin-bottom: 20px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .newaletter-area .newaletter-item .newaletter-input input { - width: 170px; - margin-bottom: 0; } } - .newaletter-area .newaletter-item .newaletter-input input::placeholder { - opacity: 1; - color: #8a8a8a; } - -.brand-area { - padding-bottom: 128px; } - .brand-area .brand-item img { - display: inline-block; } - .brand-area.about-brand { - background: #eef3f9; } - -/*=========================== - 11.FOOTER css -===========================*/ -.footer-area { - background: #101e3b; - position: relative; } - .footer-area::before { - position: absolute; - content: ''; + transform: skewX(0deg); left: 0; - top: 0; - height: 100%; - width: 100%; - background-image: url(../images/working-line.png); - opacity: .02; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .footer-area .footer-widget { - margin-left: 0; } } - @media (max-width: 767px) { - .footer-area .footer-widget { - margin-left: 0; } } - .footer-area .footer-widget .footer-title .title { - color: #fff; + } +} +.banner-area::after { + position: absolute; + content: ""; + right: 0; + top: 0; + height: 100%; + width: 50%; + background-image: url(../images/banner-devops.png); + background-size: cover; + background-position: right center; + background-repeat: no-repeat; + z-index: -2; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .banner-area::after { + background-position: -240px 0px; + } +} +.banner-area .banner-bg { + height: 850px; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flex; + display: -o-flex; + display: flex; + align-items: center; +} +.banner-area .banner-content { + overflow: hidden; +} +.banner-area .banner-content .title { + font-size: 65px; + font-weight: 300; + color: #222; + line-height: 80px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .banner-area .banner-content .title { + font-size: 50px; + line-height: 70px; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .banner-area .banner-content .title { + font-size: 46px; + line-height: 60px; + } +} +@media (max-width: 767px) { + .banner-area .banner-content .title { + font-size: 29px; + line-height: 40px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .banner-area .banner-content .title { + font-size: 50px; + line-height: 60px; + } +} +.banner-area .banner-content .title span { + font-weight: 600; + text-transform: uppercase; +} +@media only screen and (min-width: 1200px) and (max-width: 1600px) { + .banner-area .banner-content .title span { + font-size: 62px; + } +} +.banner-area .banner-content .title span span { + font-weight: 500; + text-transform: capitalize; + color: #803fff; +} +.banner-area .banner-content > span { + font-size: 30px; + text-transform: capitalize; + letter-spacing: 6px; + padding-top: 15px; + font-weight: 300; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .banner-area .banner-content > span { + font-size: 24px; + } +} +@media (max-width: 767px) { + .banner-area .banner-content > span { + font-size: 14px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .banner-area .banner-content > span { + font-size: 26px; + } +} +.banner-area .banner-content p { + font-weight: 500; + line-height: 26px; + padding-right: 35px; + padding-top: 25px; + padding-bottom: 30px; +} +@media (max-width: 767px) { + .banner-area .banner-content p { + padding-right: 0; + font-size: 15px; + } +} +.banner-area .banner-content ul li { + display: inline-block; + margin-right: 18px; +} +@media (max-width: 767px) { + .banner-area .banner-content ul li { + margin-top: 30px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .banner-area .banner-content ul li { + margin-top: 0px; + } +} +.banner-area .banner-shape-1 { + height: 150px; + width: 150px; + border-radius: 50%; + position: absolute; + left: 56%; + bottom: 75px; + z-index: 1; + background: #f9c56f; + transform: translateX(-50%); + animation: scale-up-three linear 15s infinite; +} +.banner-area .banner-shape-2 { + position: absolute; + left: 50px; + top: 150px; + z-index: -1; + animation: animationFramesOne linear 15s infinite; +} +.banner-area .banner-shape-3 { + position: absolute; + left: 50px; + bottom: 100px; + z-index: -1; + animation: animationFramesThree linear 15s infinite; +} +@media (max-width: 767px) { + .banner-area.page-title { + background-position: 66%; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .banner-area.page-title { + background-position: 60%; + } +} +.banner-area.page-title .banner-bg { + height: 420px; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flex; + display: -o-flex; + display: flex; + align-items: center; +} +.banner-area.page-title .banner-bg .page-title-content .title { + font-size: 65px; + font-weight: 700; + color: #fff; + padding-bottom: 20px; +} +@media (max-width: 767px) { + .banner-area.page-title .banner-bg .page-title-content .title { + font-size: 36px; + } +} +.banner-area.page-title .banner-bg .page-title-content nav { + display: inline-block; +} +.banner-area.page-title .banner-bg .page-title-content nav .breadcrumb { + background-color: transparent; + padding: 0; +} +.banner-area.page-title .banner-bg .page-title-content nav .breadcrumb li { + color: #803fff; + font-weight: 500; + font-size: 24px; + padding-left: 0; +} +@media (max-width: 767px) { + .banner-area.page-title .banner-bg .page-title-content nav .breadcrumb li { font-size: 18px; - font-weight: 600; } - .footer-area .footer-widget .footer-items-1 { - padding-top: 32px; } - .footer-area .footer-widget .footer-items-1 p { - color: #aeb7ca; - font-size: 14px; - line-height: 26px; - padding-bottom: 35px; } - .footer-area .footer-widget .footer-items-1 ul li { - display: inline-block; } - .footer-area .footer-widget .footer-items-1 ul li a { - height: 40px; - width: 40px; - text-align: center; - line-height: 36px; - border-radius: 5px; - border: 2px solid #2d416a; - color: #556a96; - font-size: 14px; - margin-right: 5px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .footer-area .footer-widget .footer-items-1 ul li a:hover { - background: #0154f7; - color: #fff; - border-color: #0154f7; } - .footer-area .footer-widget .footer-items-2 { - padding-top: 30px; } - .footer-area .footer-widget .footer-items-2 ul li a { - font-size: 14px; - color: #aeb7ca; - line-height: 32px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .footer-area .footer-widget .footer-items-2 ul li a:hover { - color: #0154f7; } - .footer-area .footer-widget .footer-items-3 { - margin-top: 37px; } - .footer-area .footer-widget .footer-items-3 .News-item .News-thumb { - width: 140px; } - .footer-area .footer-widget .footer-items-3 .News-item .News-thumb img { - width: 100%; - height: 70px; - object-fit: cover; - border-radius: 5px; } - .footer-area .footer-widget .footer-items-3 .News-item .News-content { - padding-left: 18px; } - .footer-area .footer-widget .footer-items-3 .News-item .News-content .title { - font-size: 16px; - font-weight: 700; - color: #fff; - line-height: 28px; - margin-top: -5px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .footer-area .footer-widget .footer-items-3 .News-item .News-content .title { - font-size: 14px; - line-height: 26px; } } - .footer-area .footer-widget .footer-items-3 .News-item .News-content span { - font-size: 14px; - color: #aeb7ca; } - .footer-area .footer-copyright { - height: 85px; - display: -webkit-flex; - display: -moz-flex; - display: -ms-flex; - display: -o-flex; - display: flex; - align-items: center; - justify-content: space-between; - border-top: 2px solid #2b3c60; - margin-top: 76px; } - @media (max-width: 767px) { - .footer-area .footer-copyright { - display: block; - text-align: center; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .footer-area .footer-copyright { - display: flex; } } - .footer-area .footer-copyright span { - color: #aeb7ca; } - @media (max-width: 767px) { - .footer-area .footer-copyright span { - padding: 20px 0 5px; } } - .footer-area .footer-copyright span i { - padding-right: 6px; - font-size: 24px; } - .footer-area .footer-copyright p { - color: #aeb7ca; - font-size: 14px; } + } +} +.banner-area.page-title .banner-bg .page-title-content nav .breadcrumb li a { + color: #222; + padding-right: 23px; +} +.banner-area.page-title::after { + display: none; +} +.banner-area.page-title::before { + transform: skewX(0deg); + width: 100%; + background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(128, 63, 255, 0.3) 100%); + left: 0; +} +@media (max-width: 767px) { + .banner-area.page-title .banner-shape-1 { + display: none; + } +} -.back-top .back-to-top { +.breadcrumb-item + .breadcrumb-item::before { + content: "|"; + color: #803fff; + padding-right: 23px; +} + +@keyframes animationFramesOne { + 0% { + transform: translate(0px, 0px) rotate(0deg); + } + 20% { + transform: translate(73px, -1px) rotate(36deg); + } + 40% { + transform: translate(141px, 72px) rotate(72deg); + } + 60% { + transform: translate(83px, 122px) rotate(108deg); + } + 80% { + transform: translate(-40px, 72px) rotate(144deg); + } + 100% { + transform: translate(0px, 0px) rotate(0deg); + } +} +@-webkit-keyframes animationFramesOne { + 0% { + -webkit-transform: translate(0px, 0px) rotate(0deg); + } + 20% { + -webkit-transform: translate(73px, -1px) rotate(36deg); + } + 40% { + -webkit-transform: translate(141px, 72px) rotate(72deg); + } + 60% { + -webkit-transform: translate(83px, 122px) rotate(108deg); + } + 80% { + -webkit-transform: translate(-40px, 72px) rotate(144deg); + } + 100% { + -webkit-transform: translate(0px, 0px) rotate(0deg); + } +} +@keyframes animationFramesThree { + 0% { + transform: translate(165px, -179px); + } + 100% { + transform: translate(-346px, 617px); + } +} +@-webkit-keyframes animationFramesThree { + 0% { + -webkit-transform: translate(165px, -179px); + } + 100% { + -webkit-transform: translate(-346px, 617px); + } +} +@-webkit-keyframes scale-up-three { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + 40% { + -webkit-transform: scale(0.4); + transform: scale(0.4); + } + 100% { + -webkit-transform: scale(1); + transform: scale(1); + } +} +@keyframes scale-up-three { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + 40% { + -webkit-transform: scale(0.4); + transform: scale(0.4); + } + 100% { + -webkit-transform: scale(1); + transform: scale(1); + } +} +.banner-area-2 { + height: 880px; + margin-top: 120px; + position: relative; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .banner-area-2 { + margin-top: 75px; + } +} +@media (max-width: 767px) { + .banner-area-2 { + margin-top: 75px; + } +} +.banner-area-2::before { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-color: rgba(1, 84, 247, 0.2); +} +.banner-area-2 .banner-flex .banner-content { + max-width: 665px; + background: #fff; + padding: 65px 40px 65px 65px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .banner-area-2 .banner-flex .banner-content { + max-width: 500px; + } +} +@media (max-width: 767px) { + .banner-area-2 .banner-flex .banner-content { + max-width: 100%; + padding: 20px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .banner-area-2 .banner-flex .banner-content { + max-width: 450px; + padding: 65px 40px 65px 65px; + } +} +.banner-area-2 .banner-flex .banner-content .title { + font-size: 90px; + color: #222; + font-weight: 700; + line-height: 90px; + position: relative; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .banner-area-2 .banner-flex .banner-content .title { + font-size: 70px; + line-height: 80px; + } +} +@media (max-width: 767px) { + .banner-area-2 .banner-flex .banner-content .title { + font-size: 42px; + line-height: 52px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .banner-area-2 .banner-flex .banner-content .title { + font-size: 60px; + line-height: 70px; + } +} +.banner-area-2 .banner-flex .banner-content .title::before { + position: absolute; + content: ""; + left: -65px; + top: 0; + height: 100%; + width: 8px; + background: #803fff; +} +.banner-area-2 .banner-flex .banner-content p { + font-weight: 500; + color: #8a8a8a; + line-height: 26px; + padding-top: 26px; + padding-bottom: 45px; +} +@media (max-width: 767px) { + .banner-area-2 .banner-flex .banner-content p { + font-size: 13px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .banner-area-2 .banner-flex .banner-content p { + font-size: 15px; + } +} +.banner-area-2 .banner-flex .banner-content ul li { + display: inline-block; +} +.banner-area-2 .banner-flex .banner-content ul li:last-child a { + color: #222; + margin-left: 35px; + text-decoration: underline; + font-size: 15px; + font-weight: 600; +} +@media (max-width: 767px) { + .banner-area-2 .banner-flex .banner-content ul li:last-child a { + margin-top: 20px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .banner-area-2 .banner-flex .banner-content ul li:last-child a { + margin-top: 0px; + } +} +.banner-area-2 .banner-flex .banner-content ul li:last-child a i { + padding-left: 6px; +} +.banner-area-2.banner-area-3 { + margin-top: 0; + position: relative; + height: 950px; + z-index: 10; +} +.banner-area-2.banner-area-3::before { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-color: rgba(14, 43, 92, 0.86); + z-index: -2; +} +.banner-area-2.banner-area-3 .banner-content-3 .title { + color: #fff; + font-size: 85px; + line-height: 95px; + font-weight: 700; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .banner-area-2.banner-area-3 .banner-content-3 .title { + font-size: 62px; + line-height: 72px; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .banner-area-2.banner-area-3 .banner-content-3 .title { + font-size: 64px; + line-height: 74px; + } +} +@media (max-width: 767px) { + .banner-area-2.banner-area-3 .banner-content-3 .title { + font-size: 28px; + line-height: 38px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .banner-area-2.banner-area-3 .banner-content-3 .title { + font-size: 50px; + line-height: 60px; + } +} +.banner-area-2.banner-area-3 .banner-content-3 .title span { + font-style: italic; +} +.banner-area-2.banner-area-3 .banner-content-3 p { + color: #fff; + font-size: 20px; + font-weight: 500; + padding-right: 100px; + line-height: 32px; + padding-top: 33px; + padding-bottom: 40px; +} +@media (max-width: 767px) { + .banner-area-2.banner-area-3 .banner-content-3 p { + padding-right: 0px; + font-size: 16px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .banner-area-2.banner-area-3 .banner-content-3 p { + padding-right: 100px; + } +} +.banner-area-2.banner-area-3 .banner-content-3 ul li { + display: inline-block; +} +.banner-area-2.banner-area-3 .banner-content-3 ul li:first-child { + margin-right: 40px; +} +.banner-area-2.banner-area-3 .banner-content-3 ul li .play-btn { + text-decoration: underline; + font-size: 15px; + font-weight: 600; + color: #fff; +} +@media (max-width: 767px) { + .banner-area-2.banner-area-3 .banner-content-3 ul li .play-btn { + margin-top: 20px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .banner-area-2.banner-area-3 .banner-content-3 ul li .play-btn { + margin-top: 0; + } +} +.banner-area-2.banner-area-3 .banner-content-3 ul li .play-btn i { + padding-left: 8px; +} +.banner-area-2.banner-area-3 .banner-thumb { + position: absolute; + right: 0; + bottom: 0; + text-align: right; + z-index: -1; +} +.banner-area-2.banner-area-3 .banner-thumb img { + width: 90%; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .banner-area-2.banner-area-3 .banner-thumb img { + width: 75%; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .banner-area-2.banner-area-3 .banner-thumb img { + width: 48%; + } +} +@media (max-width: 767px) { + .banner-area-2.banner-area-3 .banner-thumb img { + display: none; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .banner-area-2.banner-area-3 .banner-thumb img { + width: 55%; + display: inline-block; + } +} + +.banner-play { + width: 80px; + height: 80px; + background: #803fff; + text-align: center; + border-radius: 50%; + line-height: 80px; + z-index: 1; + position: relative; +} +.banner-play::before { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + border: 1px solid #fff; + -webkit-animation: ripple-white 1s linear infinite; + -moz-animation: ripple-white 1s linear infinite; + -o-animation: ripple-white 1s linear infinite; + animation: ripple-white 1s linear infinite; + border-radius: 50%; +} +.banner-play::after { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + border: 1px solid #fff; + -webkit-animation: ripple-white 1.5s linear infinite; + -moz-animation: ripple-white 1.5s linear infinite; + -o-animation: ripple-white 1.5s linear infinite; + animation: ripple-white 1.5s linear infinite; + border-radius: 50%; +} +.banner-play a { + font-size: 18px; + position: relative; + z-index: 9; + color: #fff; +} + +@keyframes ripple-white { + 0% { + opacity: 0; + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + } + 40% { + opacity: 1; + -webkit-transform: scale(1.2); + -moz-transform: scale(1.2); + -ms-transform: scale(1.2); + -o-transform: scale(1.2); + transform: scale(1.2); + } + 100% { + opacity: 0; + -webkit-transform: scale(1.4); + -moz-transform: scale(1.4); + -ms-transform: scale(1.4); + -o-transform: scale(1.4); + transform: scale(1.4); + } +} +/*=========================== + 4.ABOUT css +===========================*/ +.about-area .about-content { + padding-left: 30px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .about-area .about-content { + margin-top: 40px; + } +} +@media (max-width: 767px) { + .about-area .about-content { + margin-top: 40px; + padding-left: 0; + } +} +.about-area .about-content .title { + font-size: 40px; + text-transform: capitalize; + font-weight: 300; + color: #8a8a8a; + line-height: 55px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .about-area .about-content .title { + font-size: 36px; + } +} +@media (max-width: 767px) { + .about-area .about-content .title { + font-size: 24px; + line-height: 46px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .about-area .about-content .title { + font-size: 40px; + line-height: 55px; + } +} +.about-area .about-content .title span { + font-weight: 600; + color: #222; + font-size: 50px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .about-area .about-content .title span { + font-size: 40px; + } +} +@media (max-width: 767px) { + .about-area .about-content .title span { + font-size: 40px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .about-area .about-content .title span { + font-size: 46px; + } +} +.about-area .about-content .title span span { + font-weight: 400; + color: #803fff; +} +.about-area .about-content > span { + font-size: 20px; + font-weight: 500; + padding-top: 18px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .about-area .about-content > span { + font-size: 18px; + } +} +.about-area .about-content p { + font-size: 14px; + line-height: 26px; + padding-top: 30px; + margin-top: 30px; + border-top: 1px solid #ddd; +} +.about-area .about-content ul { + padding-top: 35px; +} +.about-area .about-content ul li { + display: inline-block; +} +.about-area .about-content ul li:last-child a { + padding-left: 38px; + font-size: 15px; + font-weight: 600; + color: #803fff; +} +@media (max-width: 767px) { + .about-area .about-content ul li:last-child a { + padding-left: 0; + margin-top: 30px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .about-area .about-content ul li:last-child a { + padding-left: 30px; + margin-top: 0px; + } +} +.about-area .about-content ul li:last-child a i { + padding-left: 6px; +} + +.about-3-area { + position: relative; + padding-bottom: 128px; + padding-bottom: 111px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .about-3-area .section-title .title { + font-size: 36px; + } +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .about-3-area .section-title .title span { + font-size: 36px; + } +} +@media (max-width: 767px) { + .about-3-area .section-title .title span { + font-size: 28px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .about-3-area .section-title .title span { + font-size: 36px; + } +} +.about-3-area .section-title .title span span { + color: #fc5546; +} +.about-3-area .section-title > span { + font-size: 14px; + color: #8a8a8a; + line-height: 26px; + padding-right: 40px; + padding-bottom: 35px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .about-3-area .section-title > span { + padding-right: 18px; + } +} +@media (max-width: 767px) { + .about-3-area .section-title > span { + padding-right: 0px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .about-3-area .section-title > span { + padding-right: 40px; + } +} +.about-3-area .section-title > span span { + color: #fc5546; + display: inline; +} +.about-3-area .section-title p { + padding-bottom: 30px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .about-3-area .section-title p { + font-size: 18px; + } +} +@media (max-width: 767px) { + .about-3-area .section-title p { + font-size: 14px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .about-3-area .section-title p { + font-size: 20px; + } +} +.about-3-area .section-title a { + background: #fc5546; + border-color: #fc5546; +} +.about-3-area .section-title a:hover { + background: #44afff; + border-color: #44afff; +} +.about-3-area .about-thumb img { + width: 100%; +} + +.about-history-area { + background: #101e3b; + padding-top: 117px; +} +.about-history-area .section-title { + padding-bottom: 50px; +} +.about-history-area .section-title .title { + color: #8499c3; +} +.about-history-area .section-title .title span { + color: #fff; +} +.about-history-area .history-tab-btn .nav { + border-bottom: 2px solid #1a2c50; +} +.about-history-area .history-tab-btn .nav li a { + padding: 0; + background-color: transparent; + padding: 0 18px; + line-height: 80px; + font-size: 20px; + font-weight: 600; + color: #8499c3; + position: relative; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .about-history-area .history-tab-btn .nav li a { + padding: 0 16px; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .about-history-area .history-tab-btn .nav li a { + padding: 0 10px; + font-size: 15px; + } +} +@media (max-width: 767px) { + .about-history-area .history-tab-btn .nav li a { + padding: 0 10px; + font-size: 14px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .about-history-area .history-tab-btn .nav li a { + padding: 0 8px; + font-size: 15px; + } +} +.about-history-area .history-tab-btn .nav li a::before { + position: absolute; + content: ""; + left: 0; + bottom: -2px; + height: 0px; + width: 100%; + background: #fff; +} +.about-history-area .history-tab-btn .nav li a.active { + color: #fff; +} +.about-history-area .history-tab-btn .nav li a.active::before { + height: 2px; +} +.about-history-area .history-tab-btn .tab-content .history-thumb img { + width: 100%; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .about-history-area .history-tab-btn .tab-content .history-content { + padding-left: 0; + margin-top: 30px; + } +} +@media (max-width: 767px) { + .about-history-area .history-tab-btn .tab-content .history-content { + padding-left: 0; + margin-top: 30px; + } +} +.about-history-area .history-tab-btn .tab-content .history-content .title { + color: #fff; + font-size: 30px; + line-height: 40px; + padding-bottom: 30px; +} +@media (max-width: 767px) { + .about-history-area .history-tab-btn .tab-content .history-content .title { + font-size: 24px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .about-history-area .history-tab-btn .tab-content .history-content .title { + font-size: 30px; + } +} +.about-history-area .history-tab-btn .tab-content .history-content p { + color: #a6b7d8; +} +.about-history-area .history-tab-btn .tab-content .history-content p.text { + padding-top: 17px; +} + +/*=========================== + 5.FEATURES css +===========================*/ +.features-area { + position: relative; + padding-top: 117px; +} +.features-area::before { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-color: rgba(44, 47, 80, 0.5); +} +.features-area .features-item { + padding: 50px 8px; + border-radius: 10px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .features-area .features-item { + padding: 50px 0px; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .features-area .features-item { + padding: 50px 38px; + } +} +@media (max-width: 767px) { + .features-area .features-item { + padding: 50px 20px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .features-area .features-item { + padding: 50px 20px; + } +} +.features-area .features-item > i { + height: 70px; + width: 70px; + text-align: center; + line-height: 70px; + border-radius: 50%; + font-size: 30px; + color: #fff; + background: #298ecc; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.features-area .features-item .title { + font-size: 24px; + line-height: 30px; + font-weight: 600; + color: #222; + padding: 0 10px; + padding-top: 25px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .features-area .features-item .title { + font-size: 20px; + } +} +.features-area .features-item a { + font-size: 15px; + color: #298ecc; + font-weight: 600; + margin-top: 24px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.features-area .features-item a i { + padding-left: 6px; +} +.features-area .features-item.item-2 > i { + background: #803fff; +} +.features-area .features-item.item-2 a { + color: #803fff; +} +.features-area .features-item.item-3 > i { + background: #44afff; +} +.features-area .features-item.item-3 a { + color: #44afff; +} +.features-area .features-item.item-4 > i { + background: #f9c56f; +} +.features-area .features-item.item-4 a { + color: #f9c56f; +} +.features-area .features-item:hover { + background: #298ecc; +} +.features-area .features-item:hover > i { + background: #fff; + color: #298ecc; +} +.features-area .features-item:hover .title { + color: #fff; +} +.features-area .features-item:hover a { + color: #fff; +} +.features-area .features-item:hover.item-2 { + background: #803fff; +} +.features-area .features-item:hover.item-2 > i { + color: #803fff; +} +.features-area .features-item:hover.item-3 { + background: #44afff; +} +.features-area .features-item:hover.item-3 > i { + color: #44afff; +} +.features-area .features-item:hover.item-4 { + background: #f9c56f; +} +.features-area .features-item:hover.item-4 > i { + color: #f9c56f; +} + +.featires-2-area { + padding-top: 117px; +} +.featires-2-area .section-title p { + padding-bottom: 48px; +} +.featires-2-area .title-text p { + font-size: 14px; + line-height: 26px; + color: #8a8a8a; + padding-top: 20px; +} +.featires-2-area .featires-item .featires-thumb { + overflow: hidden; +} +.featires-2-area .featires-item .featires-thumb img { + width: 100%; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); +} +.featires-2-area .featires-item .featires-content { + box-shadow: 0px 14px 28px 0px rgba(42, 121, 241, 0.1); + border-radius: 7px; + margin-left: 20px; + margin-right: 20px; + margin-top: -50px; + text-align: center; + background: #fff; + z-index: 99; + position: relative; + padding: 48px 25px 22px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .featires-2-area .featires-item .featires-content { + padding: 48px 0px 22px; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .featires-2-area .featires-item .featires-content { + padding: 48px 55px 22px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .featires-2-area .featires-item .featires-content { + padding: 48px 35px 22px; + } +} +.featires-2-area .featires-item .featires-content > i { + height: 60px; + width: 60px; + text-align: center; + border-radius: 50%; + background: #298ecc; + line-height: 60px; + font-size: 24px; + color: #fff; + position: absolute; + left: 50%; + top: -28px; + transform: translateX(-50%); + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.featires-2-area .featires-item .featires-content .title { + font-size: 18px; + font-weight: 600; + color: #222; + line-height: 24px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.featires-2-area .featires-item .featires-content a { + margin-top: 12px; + font-size: 15px; + font-weight: 500; + color: #44afff; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.featires-2-area .featires-item.item-2 .featires-content > i { + background: #803fff; +} +.featires-2-area .featires-item.item-2 .featires-content a { + color: #803fff; +} +.featires-2-area .featires-item.item-3 .featires-content > i { + background: #44afff; +} +.featires-2-area .featires-item.item-3 .featires-content a { + color: #44afff; +} +.featires-2-area .featires-item.item-4 .featires-content > i { + background: #f9c56f; +} +.featires-2-area .featires-item.item-4 .featires-content a { + color: #f9c56f; +} +.featires-2-area .featires-item:hover .featires-thumb img { + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -ms-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); +} +.featires-2-area .featires-item:hover .featires-content { + background: #298ecc; +} +.featires-2-area .featires-item:hover .featires-content > i { + color: #298ecc; + background: #fff; +} +.featires-2-area .featires-item:hover .featires-content .title { + color: #fff; +} +.featires-2-area .featires-item:hover .featires-content a { + color: #fff; +} +.featires-2-area .featires-item:hover.item-2 .featires-content { + background: #803fff; +} +.featires-2-area .featires-item:hover.item-2 .featires-content i { + color: #803fff; +} +.featires-2-area .featires-item:hover.item-3 .featires-content { + background: #44afff; +} +.featires-2-area .featires-item:hover.item-3 .featires-content i { + color: #44afff; +} +.featires-2-area .featires-item:hover.item-4 .featires-content { + background: #f9c56f; +} +.featires-2-area .featires-item:hover.item-4 .featires-content i { + color: #f9c56f; +} + +/*=========================== + 6.PROJECT css +===========================*/ +.project-area { + padding-top: 117px; + padding-bottom: 122px; + border-bottom: 1px solid #dfdfdf; +} +.project-area .project-item .project-thumb { + box-shadow: 0px 10px 80px 0px rgba(167, 167, 167, 0.65); + border-radius: 12px; + overflow: hidden; +} +.project-area .project-item .project-thumb img { + width: 100%; + transform: scale(1); + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.project-area .project-item .project-content .title { + font-size: 30px; + font-weight: 600; + color: #222; + padding-top: 44px; +} +@media (max-width: 767px) { + .project-area .project-item .project-content .title { + font-size: 26px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .project-area .project-item .project-content .title { + font-size: 30px; + } +} +.project-area .project-item .project-content span { + font-size: 18px; + font-weight: 500; + color: #8a8a8a; + padding-top: 10px; + padding-bottom: 18px; +} +@media (max-width: 767px) { + .project-area .project-item .project-content span { + font-size: 15px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .project-area .project-item .project-content span { + font-size: 18px; + } +} +.project-area .project-item .project-content p { + padding: 0 30px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .project-area .project-item .project-content p { + padding: 0 26px; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .project-area .project-item .project-content p { + padding: 0; + } +} +@media (max-width: 767px) { + .project-area .project-item .project-content p { + padding: 0; + } +} +.project-area .project-item .project-content a { + font-size: 15px; + font-weight: 600; + color: #44afff; + margin-top: 20px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.project-area .project-item .project-content a:hover { + color: #803fff; +} +.project-area .project-item:hover .project-thumb img { + transform: scale(1.1); +} +.project-area.project-4-area { + padding-top: 94px; +} + +.fact-area { + padding-bottom: 127px; +} +.fact-area .fact-item .title { + font-size: 60px; + font-weight: 700; + color: #44afff; +} +.fact-area .fact-item > span { + font-weight: 600; + color: #8a8a8a; + padding-top: 12px; +} + +.project-2-area { + padding-top: 117px; + padding-bottom: 130px; +} +.project-2-area .project-item { + position: relative; + overflow: hidden; + margin-left: 2px; + margin-right: 2px; +} +.project-2-area .project-item img { + width: 100%; +} +.project-2-area .project-item::before { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-color: #1b69ff; + opacity: 0.8; +} +.project-2-area .project-item .project-content { + position: absolute; + bottom: -103px; + left: 50%; + width: 65%; + transform: translateX(-50%); + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .project-2-area .project-item .project-content { + width: 90%; + } +} +@media (max-width: 767px) { + .project-2-area .project-item .project-content { + width: 92%; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .project-2-area .project-item .project-content { + width: 65%; + } +} +.project-2-area .project-item .project-content .title { + color: #fff; + font-size: 30px; +} +.project-2-area .project-item .project-content span { + color: #fff; + font-size: 18px; + font-weight: 500; + padding-top: 4px; +} +.project-2-area .project-item .project-content p { + color: #fff; + font-size: 18px; + font-weight: 500; + line-height: 28px; + padding-top: 18px; + padding-bottom: 20px; + opacity: 0; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .project-2-area .project-item .project-content p { + font-size: 17px; + } +} +.project-2-area .project-item .project-content a { + color: #fff; + font-weight: 600; + opacity: 0; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.project-2-area .project-item .project-content a i { + padding-left: 6px; +} +.project-2-area .project-item.active .project-content, .project-2-area .project-item:hover .project-content { + bottom: 48px; +} +.project-2-area .project-item.active .project-content p, .project-2-area .project-item:hover .project-content p { + opacity: 1; +} +.project-2-area .project-item.active .project-content a, .project-2-area .project-item:hover .project-content a { + opacity: 1; +} + +.project-case-area .project-case-item .project-case-thumb { + border-radius: 12px; + overflow: hidden; + position: relative; + z-index: 10; +} +.project-case-area .project-case-item .project-case-thumb::after { + position: absolute; + content: ""; + right: 0; + bottom: 0; + width: 0; + height: 0; + border-bottom: 120px solid #803fff; + border-left: 120px solid transparent; + z-index: 1; +} +.project-case-area .project-case-item .project-case-thumb img { + width: 100%; + transform: scale(1); + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.project-case-area .project-case-item .project-case-thumb i { + position: absolute; + right: 20px; + bottom: 20px; + color: #fff; + font-size: 35px; + z-index: 2; +} +.project-case-area .project-case-item .project-case-content .title { + font-size: 24px; + color: #222; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.project-case-area .project-case-item .project-case-content span { + font-weight: 500; + color: #8a8a8a; + padding-top: 8px; + padding-bottom: 19px; +} +@media (max-width: 767px) { + .project-case-area .project-case-item .project-case-content span { + font-size: 14px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .project-case-area .project-case-item .project-case-content span { + font-size: 16px; + } +} +.project-case-area .project-case-item .project-case-content a { + font-size: 15px; + font-weight: 600; + color: #44afff; + padding-top: 18px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.project-case-area .project-case-item .project-case-content a:hover { + color: #803fff; +} +.project-case-area .project-case-item .project-case-content a i { + padding-left: 6px; +} +.project-case-area .project-case-item:hover .project-case-thumb img { + transform: scale(1.1); +} +.project-case-area .project-case-item:hover .project-case-content .title { + color: #803fff; +} +.project-case-area.project-home { + padding-top: 117px; +} + +/*=========================== + 7 .TEAM css +===========================*/ +.team-area { + padding-bottom: 128px; + position: relative; +} +.team-area::before { + position: absolute; + content: ""; + bottom: 0; + left: 0; + height: 100%; + width: 100%; + background: #101e3b; +} +.team-area .team-title .title { + color: #fff; + font-size: 40px; + font-weight: 300; +} +@media (max-width: 767px) { + .team-area .team-title .title { + font-size: 30px; + } +} +.team-area .team-title .title span { + font-size: 50px; + font-weight: 600; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .team-area .team-title .title span { + font-size: 42px; + } +} +@media (max-width: 767px) { + .team-area .team-title .title span { + font-size: 32px; + } +} +.team-area .team-title .title span span { + font-weight: 400; +} +.team-area .team-title > span { + color: #fff; + font-weight: 500; + font-size: 20px; + padding-top: 15px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .team-area .team-title > span { + padding-bottom: 30px; + } +} +@media (max-width: 767px) { + .team-area .team-title > span { + padding-bottom: 30px; + font-size: 16px; + } +} +.team-area .team-item { + position: relative; + z-index: 10; + margin-left: 25px; + margin-right: 25px; + margin-bottom: 30px; +} +.team-area .team-item img { + width: 100%; +} +.team-area .team-item .team-overlay { + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; + background-color: rgba(34, 34, 34, 0.5); + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.team-area .team-item .team-overlay .team-contet { + position: absolute; + left: 50%; + bottom: 0px; + transform: translateX(-50%); + width: 100%; + opacity: 0; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.team-area .team-item .team-overlay .team-contet ul li { + display: inline-block; +} +.team-area .team-item .team-overlay .team-contet ul li a { + height: 35px; + width: 35px; + line-height: 35px; + text-align: center; + color: #fff; + font-size: 14px; + background: #44afff; + border-radius: 50%; + margin: 0 3px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.team-area .team-item .team-overlay .team-contet ul li a:hover { + background: #f9c56f; +} +.team-area .team-item .team-overlay .team-contet .title { + color: #fff; + font-size: 24px; + font-weight: 600; + text-transform: capitalize; + padding-top: 10px; + padding-bottom: 4px; +} +.team-area .team-item .team-overlay .team-contet span { + font-size: 14px; + font-weight: 500; + color: #fff; +} +.team-area .team-item::before { + position: absolute; + content: ""; + left: -30px; + bottom: -30px; + height: 100%; + width: 100%; + background: #182a51; + z-index: -1; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.team-area .team-item:hover::before { + background: #f9c56f; +} +.team-area .team-item:hover .team-overlay { + background-color: rgba(239, 91, 81, 0.62); +} +.team-area .team-item:hover .team-overlay .team-contet { + opacity: 1; + bottom: 37px; +} +.team-area .team-active .slick-arrow { + position: absolute; + left: -400px; + bottom: 30px; + font-size: 20px; + color: #fff; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; + cursor: pointer; +} +.team-area .team-active .slick-arrow:hover { + color: #803fff; + transform: scale(1.3); +} +.team-area .team-active .slick-arrow.prev { + left: -485px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .team-area .team-active .slick-arrow.prev { + left: -380px; + } +} +.team-area .team-active .slick-arrow.next { + left: -450px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .team-area .team-active .slick-arrow.next { + left: -350px; + } +} + +.team-2-area { + padding-top: 70px; + padding-bottom: 127px; +} +.team-2-area .section-title p { + padding-bottom: 40px; +} +.team-2-area .section-title p.text { + font-size: 14px; + font-weight: 500; + padding-top: 0; + padding-bottom: 45px; + line-height: 26px; + color: #8a8a8a; + padding-right: 70px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .team-2-area .section-title p.text { + padding-right: 0; + } +} +@media (max-width: 767px) { + .team-2-area .section-title p.text { + padding-right: 0; + } +} +.team-2-area .team-item .team-thumb { + position: relative; +} +.team-2-area .team-item .team-thumb img { + width: 100%; + border-radius: 50%; +} +.team-2-area .team-item .team-thumb ul { + position: absolute; + left: 50%; + bottom: -10px; + transform: translateX(-50%); + white-space: nowrap; + opacity: 0; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.team-2-area .team-item .team-thumb ul li { + display: inline-block; +} +.team-2-area .team-item .team-thumb ul li a { + height: 35px; + width: 35px; + background: #44afff; + border-radius: 50%; + text-align: center; + line-height: 35px; + color: #fff; + font-size: 14px; + margin: 0 4px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.team-2-area .team-item .team-thumb ul li a:hover { + background: #803fff; +} +.team-2-area .team-item .team-content { + padding-top: 25px; +} +.team-2-area .team-item .team-content .title { + font-size: 24px; +} +.team-2-area .team-item .team-content span { + font-size: 14px; + font-weight: 600; + color: #803fff; +} +.team-2-area .team-item:hover .team-thumb ul { + opacity: 1; +} +.team-2-area.about-team { + padding-bottom: 130px; +} +.team-2-area.about-team.team-page { + padding-top: 90px; +} + +/*=========================== + 7.WORKING PROCESS css +===========================*/ +.working-process { + background: #298ecc; + padding-top: 117px; + padding-bottom: 125px; + position: relative; + z-index: 10; +} +.working-process::before { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-image: url(../images/working-line.png); + background-size: cover; + background-position: center; + background-repeat: no-repeat; + z-index: -1; + opacity: 0.07; +} +.working-process .section-title .title { + color: #fff; +} +.working-process .section-title .title span { + color: #fff; +} +.working-process .section-title p { + color: #fff; + padding-bottom: 47px; +} +.working-process .working-item { + position: relative; +} +.working-process .working-item i { + height: 120px; + width: 120px; + border-radius: 50%; + text-align: center; + line-height: 120px; + border: 2px dashed #fff; + color: #fff; + font-size: 50px; +} +.working-process .working-item .title { + color: #fff; + font-size: 24px; + font-weight: 600; + padding-top: 25px; +} +.working-process .working-item p { + color: #fff; + font-size: 14px; + line-height: 28ox; + padding-top: 7px; +} +.working-process .working-item.item-1 { + margin-top: 80px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .working-process .working-item.item-1 { + margin-top: 30px; + } +} +@media (max-width: 767px) { + .working-process .working-item.item-1 { + margin-top: 30px; + } +} +.working-process .working-item.item-2 { + margin-top: 240px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .working-process .working-item.item-2 { + margin-top: 30px; + } +} +@media (max-width: 767px) { + .working-process .working-item.item-2 { + margin-top: 30px; + } +} +.working-process .working-item.item-3 { + margin-top: 30px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .working-process .working-item.item-3 { + margin-top: 30px; + } +} +@media (max-width: 767px) { + .working-process .working-item.item-3 { + margin-top: 30px; + } +} +.working-process .working-item.item-4 { + margin-top: 190px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .working-process .working-item.item-4 { + margin-top: 30px; + } +} +@media (max-width: 767px) { + .working-process .working-item.item-4 { + margin-top: 30px; + } +} +.working-process .working-item .dot-1 { + position: absolute; + right: -140px; + top: 0; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .working-process .working-item .dot-1 { + display: none; + } +} +@media (max-width: 767px) { + .working-process .working-item .dot-1 { + display: none; + } +} +.working-process .working-item .dot-2 { + position: absolute; + right: -70px; + top: -160px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .working-process .working-item .dot-2 { + display: none; + } +} +@media (max-width: 767px) { + .working-process .working-item .dot-2 { + display: none; + } +} +.working-process .working-item .dot-3 { + position: absolute; + top: -140px; + left: -60px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .working-process .working-item .dot-3 { + display: none; + } +} +@media (max-width: 767px) { + .working-process .working-item .dot-3 { + display: none; + } +} +.working-process .shape-1 { + position: absolute; + top: 150px; + left: 100px; + height: 60px; + width: 60px; + border-radius: 50%; + background: #fff; + animation: scale-up-three linear 15s infinite; +} +@media (max-width: 767px) { + .working-process .shape-1 { + left: 20px; + top: 30px; + } +} +.working-process .shape-2 { + position: absolute; + bottom: 50px; + right: 100px; + height: 60px; + width: 60px; + border-radius: 50%; + border: 5px solid #fff; + animation: rotatey linear 15s infinite; +} +@media (max-width: 767px) { + .working-process .shape-2 { + right: 30px; + bottom: 30px; + } +} +.working-process .shape-3 { + position: absolute; + top: 150px; + right: 100px; + height: 5px; + width: 60px; + background: #fff; + transform: rotate(-18deg); + animation: rotated linear 30s infinite; +} +@media (max-width: 767px) { + .working-process .shape-3 { + right: 20px; + top: 50px; + } +} +.working-process .shape-3::before { + position: absolute; + content: ""; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + height: 60px; + width: 5px; + background: #fff; +} +.working-process .shape-4 { + position: absolute; + bottom: 150px; + left: 100px; + height: 5px; + width: 50px; + background: #fff; + transform: rotate(-18deg); + animation: rotated linear 30s infinite; + opacity: 0.7; +} +@media (max-width: 767px) { + .working-process .shape-4 { + left: 20px; + bottom: 50px; + } +} +.working-process .shape-4::before { + position: absolute; + content: ""; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + height: 50px; + width: 5px; + background: #fff; + opacity: 0.7; +} + +@keyframes rotatey { + 0% { + transform: rotateY(-360deg) rotateX(-90deg); + } + 100% { + transform: rotateY(360deg) rotateX(90deg); + } +} +@-webkit-keyframes rotatey { + 0% { + transform: rotateY(-360deg) rotateX(-90deg); + } + 100% { + transform: rotateY(360deg) rotateX(90deg); + } +} +@keyframes rotated { + 0% { + transform: rotate(-360deg); + } + 100% { + transform: rotate(360deg); + } +} +@-webkit-keyframes rotated { + 0% { + transform: rotate(-360deg); + } + 100% { + transform: rotate(360deg); + } +} +/*=========================== + 8.QUOTE css +===========================*/ +.quote-area { + padding-top: 124px; +} +.quote-area .quote-thumb img { + width: 100%; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .quote-area .quote-content { + margin-top: 30px; + } +} +@media (max-width: 767px) { + .quote-area .quote-content { + margin-top: 30px; + } +} +.quote-area .quote-content .title { + font-weight: 300; + font-size: 40px; + color: #8a8a8a; + line-height: 55px; +} +.quote-area .quote-content .title span { + color: #222; + font-weight: 600; + font-size: 46px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .quote-area .quote-content .title span { + font-size: 38px; + } +} +@media (max-width: 767px) { + .quote-area .quote-content .title span { + font-size: 40px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .quote-area .quote-content .title span { + font-size: 46px; + } +} +.quote-area .quote-content .title span span { + font-weight: 400; + color: #803fff; +} +.quote-area .quote-content form .input-box { + position: relative; +} +.quote-area .quote-content form .input-box label { + font-size: 18px; + font-weight: 600; + color: #222; +} +.quote-area .quote-content form .input-box input { + width: 100%; + background: #eef3f9; + border: 2px solid #eef3f9; + line-height: 70px; + padding-left: 30px; + color: #8a8a8a; +} +.quote-area .quote-content form .input-box input::placeholder { + color: #8a8a8a; + opacity: 1; +} +.quote-area .quote-content form .input-box input:focus { + border-color: #803fff; + background-color: transparent; +} +.quote-area .quote-content form .input-box textarea { + background: #eef3f9; + width: 100%; + height: 130px; + border: 2px solid #eef3f9; + padding-left: 30px; + padding-top: 20px; + color: #8a8a8a; + resize: none; +} +.quote-area .quote-content form .input-box textarea:focus { + border-color: #803fff; + background-color: transparent; +} +.quote-area .quote-content form .input-box textarea::placeholder { + opacity: 1; + color: #8a8a8a; +} +.quote-area .quote-content form .input-box i { + color: #803fff; + position: absolute; + right: 30px; + top: 65px; + font-size: 14px; +} + +/*=========================== + 9.TESTIMONIAL css +===========================*/ +.testimonial-area { + padding-top: 117px; + padding-bottom: 203px; + background: #eef3f9; +} +.testimonial-area .testimonial-item { + padding: 0 40px 50px; + position: relative; + margin-bottom: 25px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .testimonial-area .testimonial-item { + padding: 0 10px 50px; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .testimonial-area .testimonial-item { + padding: 0 30px 50px; + } +} +@media (max-width: 767px) { + .testimonial-area .testimonial-item { + padding: 0 10px 50px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .testimonial-area .testimonial-item { + padding: 0 40px 50px; + } +} +.testimonial-area .testimonial-item img { + margin-top: -40px; + display: inline-block; +} +.testimonial-area .testimonial-item p { + font-size: 14px; + line-height: 26px; + padding-top: 12px; +} +.testimonial-area .testimonial-item .title { + font-weight: 600; + color: #222; + padding-top: 14px; +} +.testimonial-area .testimonial-item > i { + height: 50px; + width: 50px; + text-align: center; + line-height: 50px; + border-radius: 50%; + color: #fff; + font-size: 18px; + background: #803fff; + position: absolute; + left: 50%; + bottom: -25px; + transform: translateX(-50%); +} +.testimonial-area .testinonials-active .slick-dots { + position: absolute; + left: 50%; + bottom: -78px; + transform: translateX(-50%); +} +.testimonial-area .testinonials-active .slick-dots li { + display: inline-block; +} +.testimonial-area .testinonials-active .slick-dots li button { + font-size: 0; + background-color: #b1becd; + border: 0; + height: 5px; + width: 20px; + margin: 0 3px; + border-radius: 10px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +@media (max-width: 767px) { + .testimonial-area .testinonials-active .slick-dots li button { + width: 15px; + } +} +.testimonial-area .testinonials-active .slick-dots li.slick-active button { + background: #803fff; + width: 50px; +} + +.star { + margin-top: 30px; +} +.star span { + font-size: 28px; + color: #8a8a8a; + font-weight: 500; +} +.star ul { + padding-left: 10px; + padding-right: 10px; + line-height: 35px; +} +.star ul li { + display: inline-block; + color: #803fff; + margin: 0 3px; +} + +.testimonials-2-area { + background: #eef3f9; + padding-top: 119px; + padding-bottom: 130px; +} +.testimonials-2-area .section-title p { + padding-bottom: 0; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .testimonials-2-area .section-title p { + font-size: 18px; + } +} +.testimonials-2-area .section-title p.text { + padding-top: 0; + padding-bottom: 0; + font-size: 14px; + font-weight: 400; + color: #8a8a8a; + padding-right: 55px; + padding-top: 40px; + padding-bottom: 24px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .testimonials-2-area .section-title p.text { + padding-right: 0; + } +} +.testimonials-2-area .testimonials-item { + padding: 45px 40px 32px; + position: relative; + margin-bottom: 24px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .testimonials-2-area .testimonials-item { + padding: 45px 20px 32px; + } +} +@media (max-width: 767px) { + .testimonials-2-area .testimonials-item { + padding: 45px 10px 32px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .testimonials-2-area .testimonials-item { + padding: 45px 40px 32px; + } +} +.testimonials-2-area .testimonials-item .testimonials-info { + padding-left: 80px; + position: relative; +} +.testimonials-2-area .testimonials-item .testimonials-info img { + position: absolute; + left: 0; + top: 50%; + transform: translateY(-50%); +} +.testimonials-2-area .testimonials-item .testimonials-info .title { + font-size: 20px; +} +.testimonials-2-area .testimonials-item .testimonials-info span { + font-size: 14px; + font-weight: 500; + color: #803fff; +} +.testimonials-2-area .testimonials-item .testimonials-content p { + font-size: 14px; + color: #8a8a8a; + line-height: 26px; + padding-top: 30px; +} +.testimonials-2-area .testimonials-item .quote { + position: absolute; + bottom: -24px; + right: 40px; +} +.testimonials-2-area .testimonials-item .quote i { + height: 50px; + width: 50px; + background: #803fff; + color: #fff; + text-align: center; + line-height: 50px; + border-radius: 50%; + font-size: 18px; + color: #fff; +} + +.testimonials-area-3 { + padding-top: 117px; + padding-bottom: 125px; +} +.testimonials-area-3 .testinonials-3-active .testimonials-content p { + font-size: 24px; + font-weight: 600; + color: #222; + line-height: 42px; + padding: 35px 40px 0; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .testimonials-area-3 .testinonials-3-active .testimonials-content p { + padding: 35px 0 0; + font-size: 23px; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .testimonials-area-3 .testinonials-3-active .testimonials-content p { + padding: 35px 0 0; + font-size: 17px; + line-height: 32px; + } +} +@media (max-width: 767px) { + .testimonials-area-3 .testinonials-3-active .testimonials-content p { + padding: 35px 3px 0; + font-size: 16px; + line-height: 32px; + } +} +.testimonials-area-3 .testinonials-3-active .testimonials-content .user { + border: 5px solid #fff; + border-radius: 50%; + box-shadow: 0px 0px 49.5px 0.5px rgba(189, 189, 189, 0.5); + margin-top: 38px; +} +.testimonials-area-3 .testinonials-3-active .testimonials-content span { + font-size: 18px; + font-weight: 700; + color: #fc5546; + padding-top: 15px; +} +.testimonials-area-3 .testinonials-3-active .testimonials-content span span { + font-size: 14px; + font-weight: 500; + color: #8a8a8a; + padding-top: 0; +} +.testimonials-area-3 .testinonials-3-active .testimonials-content img { + display: inline-block; +} + +/*=========================== + 10.BLOG css +===========================*/ +.blog-area { + padding-top: 116px; + padding-bottom: 124px; +} +.blog-area .blog-item .blog-thumb { + position: relative; + overflow: hidden; + z-index: 10; +} +.blog-area .blog-item .blog-thumb img { + width: 100%; + transform: scale(1); + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.blog-area .blog-item .blog-thumb::before { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-color: rgba(1, 84, 247, 0.6); + z-index: 5; +} +.blog-area .blog-item .blog-content { + padding-top: 33px; +} +.blog-area .blog-item .blog-content ul li { + display: inline-block; + font-size: 14px; + font-weight: 500; + color: #8a8a8a; + margin-right: 26px; +} +@media (max-width: 767px) { + .blog-area .blog-item .blog-content ul li { + margin-right: 20px; + } +} +.blog-area .blog-item .blog-content ul li i { + color: #44afff; + padding-right: 6px; +} +.blog-area .blog-item .blog-content .title { + font-size: 20px; + font-weight: 600; + line-height: 28px; + padding-top: 11px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .blog-area .blog-item .blog-content .title { + font-size: 18px; + } +} +@media (max-width: 767px) { + .blog-area .blog-item .blog-content .title { + font-size: 18px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-area .blog-item .blog-content .title { + font-size: 20px; + } +} +.blog-area .blog-item .blog-content .title a { + color: #222; +} +.blog-area .blog-item .blog-content p { + font-size: 14px; + line-height: 26px; + color: #8a8a8a; + font-weight: 400; + padding-top: 15px; +} +.blog-area .blog-item .blog-content > a { + font-size: 15px; + font-weight: 600; + color: #44afff; + margin-top: 18px; +} +.blog-area .blog-item .blog-content > a i { + padding-left: 6px; +} +.blog-area .blog-item.item-2 .blog-thumb { + position: relative; +} +.blog-area .blog-item.item-2 .blog-thumb::before { + background-color: rgba(239, 91, 81, 0.6); +} +.blog-area .blog-item.item-2 .blog-thumb i { + position: absolute; + top: 15px; + right: 15px; + height: 60px; + width: 55px; + background: #fff; + text-align: center; + line-height: 60px; + color: #803fff; + font-size: 36px; + border-radius: 5px; + z-index: 6; +} +.blog-area .blog-item:hover .blog-thumb img { + transform: scale(1.2); +} +.blog-area.blog-masonry { + padding-top: 100px; + padding-bottom: 128px; +} +.blog-area.blog-masonry .blog-item.blog-item-1 .blog-thumb::before { + background-color: rgba(60, 208, 25, 0.6); +} +.blog-area.blog-masonry .blog-item.blog-item-2 .blog-thumb::before { + background-color: rgba(1, 84, 247, 0.6); +} +.blog-area.blog-masonry .blog-item.blog-item-3 .blog-content { + background: #eef3f9; + padding: 30px; +} +.blog-area.blog-masonry .blog-item.blog-item-3 .blog-content span { + color: #44afff; + font-size: 15px; + font-weight: 600; + padding-left: 40px; + position: relative; + margin-top: 15px; +} +.blog-area.blog-masonry .blog-item.blog-item-3 .blog-content span::before { + position: absolute; + content: ""; + left: 0; + top: 50%; + height: 2px; + width: 30px; + transform: translateY(-50%); + background: #44afff; +} +.blog-area.blog-masonry .blog-item.blog-item-4 .blog-thumb::before { + background-color: rgba(25, 34, 208, 0.522); +} +.blog-area.blog-masonry .blog-item.blog-item-5 .blog-thumb::before { + background-color: #d222e7; + opacity: 0.522; +} + +.pagination-area nav ul li a { + height: 60px; + width: 60px; + border-radius: 50% !important; + text-align: center; + line-height: 54px; + padding: 0; + margin: 0; + font-size: 18px; + font-weight: 500; + color: #859aaa; + background: #fff; + margin: 0 5px; + border: 2px solid #e4e4e5; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +@media (max-width: 767px) { + .pagination-area nav ul li a { + margin: 0 2px; + height: 50px; + width: 50px; + line-height: 46px; + } +} +.pagination-area nav ul li a span i { + font-size: 22px; +} +.pagination-area nav ul li a:hover, .pagination-area nav ul li a.active { + background: #44afff; + color: #fff; + border-color: #44afff; + box-shadow: 0px 10px 49.5px 0.5px rgba(59, 126, 255, 0.78); +} +.pagination-area.pagination-area-2 nav ul li a:hover, .pagination-area.pagination-area-2 nav ul li a.active { + background: #fc5546; + border-color: #fc5546; + box-shadow: 0px 10px 49.5px 0.5px rgba(239, 91, 81, 0.78); +} + +.blog-area-2 { + margin-top: -15px; +} +.blog-area-2 .section-title p { + padding-bottom: 48px; +} +.blog-area-2 .blog-item { + position: relative; +} +.blog-area-2 .blog-item .blog-overlay { + position: absolute; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-color: rgba(16, 30, 59, 0.85); +} +.blog-area-2 .blog-item .blog-overlay .blog-tag { + position: absolute; + left: 30px; + top: 30px; + background: #f9c56f; +} +@media (max-width: 767px) { + .blog-area-2 .blog-item .blog-overlay .blog-tag { + left: 5px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-area-2 .blog-item .blog-overlay .blog-tag { + left: 30px; + } +} +.blog-area-2 .blog-item .blog-overlay .blog-tag span { + color: #fff; + font-size: 14px; + font-weight: 600; + line-height: 26px; + padding: 0 12px; +} +.blog-area-2 .blog-item .blog-overlay .blog-content { + position: absolute; + bottom: 25px; + left: 50%; + width: 100%; + transform: translateX(-50%); + padding: 0 30px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .blog-area-2 .blog-item .blog-overlay .blog-content { + padding: 0 15px; + } +} +@media (max-width: 767px) { + .blog-area-2 .blog-item .blog-overlay .blog-content { + padding: 0 5px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-area-2 .blog-item .blog-overlay .blog-content { + padding: 0 30px; + } +} +.blog-area-2 .blog-item .blog-overlay .blog-content ul li { + display: inline-block; + color: #fff; + font-weight: 500; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .blog-area-2 .blog-item .blog-overlay .blog-content ul li { + font-size: 14px; + } +} +@media (max-width: 767px) { + .blog-area-2 .blog-item .blog-overlay .blog-content ul li { + font-size: 14px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-area-2 .blog-item .blog-overlay .blog-content ul li { + font-size: 16px; + } +} +.blog-area-2 .blog-item .blog-overlay .blog-content ul li i { + padding-right: 6px; +} +.blog-area-2 .blog-item .blog-overlay .blog-content ul li:first-child { + margin-right: 25px; +} +.blog-area-2 .blog-item .blog-overlay .blog-content .title { + color: #fff; + font-size: 20px; + line-height: 28px; + padding-top: 10px; + margin-bottom: -65px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.blog-area-2 .blog-item .blog-overlay .blog-content .title a { + color: #fff; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .blog-area-2 .blog-item .blog-overlay .blog-content .title { + font-size: 18px; + } +} +@media (max-width: 767px) { + .blog-area-2 .blog-item .blog-overlay .blog-content .title { + font-size: 17px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-area-2 .blog-item .blog-overlay .blog-content .title { + font-size: 20px; + } +} +.blog-area-2 .blog-item .blog-overlay .blog-content p { + color: #fff; + font-size: 14px; + font-weight: 500; + line-height: 26px; + padding-bottom: 18px; + padding-top: 10px; + opacity: 0; + visibility: hidden; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .blog-area-2 .blog-item .blog-overlay .blog-content p { + font-size: 12px; + } +} +@media (max-width: 767px) { + .blog-area-2 .blog-item .blog-overlay .blog-content p { + font-size: 13px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-area-2 .blog-item .blog-overlay .blog-content p { + font-size: 14px; + } +} +.blog-area-2 .blog-item .blog-overlay .blog-content > a { + font-size: 15px; + font-weight: 600; + color: #fff; +} +.blog-area-2 .blog-item .blog-overlay .blog-content > a i { + padding-left: 6px; +} +.blog-area-2 .blog-item .blog-overlay:hover .blog-content .title { + margin-bottom: 0; +} +.blog-area-2 .blog-item .blog-overlay:hover .blog-content p { + opacity: 1; + visibility: visible; +} + +.blog-3-area { + background: #eceff3; + padding-top: 87px; + padding-bottom: 123px; +} +.blog-3-area .section-title p { + padding-bottom: 30px; +} +.blog-3-area .section-title > span { + font-size: 14px; + color: #8a8a8a; + line-height: 26px; + padding-right: 15px; + padding-bottom: 35px; +} +.blog-3-area .section-title a { + background: #fc5546; + border-color: #fc5546; +} +.blog-3-area .section-title a:hover { + background: #44afff; + border-color: #44afff; +} +.blog-3-area .blog-item .blog-thumb { + position: relative; +} +.blog-3-area .blog-item .blog-thumb img { + width: 100%; + padding-top: 13px; +} +.blog-3-area .blog-item .blog-thumb span { + position: absolute; + left: 20px; + top: 20px; + background: #fc5546; + font-size: 14px; + font-weight: 600; + color: #fff; + line-height: 26px; + padding: 0 12px; +} +.blog-3-area .blog-item .blog-content { + padding-top: 24px; +} +.blog-3-area .blog-item .blog-content ul li { + display: inline-block; + font-size: 14px; + font-weight: 500; + color: #8a8a8a; +} +.blog-3-area .blog-item .blog-content ul li i { + color: #fc5546; + padding-right: 6px; +} +.blog-3-area .blog-item .blog-content ul li:first-child { + margin-right: 30px; +} +.blog-3-area .blog-item .blog-content .title { + font-size: 18px; + font-weight: 700; + line-height: 26px; + padding-top: 10px; + padding-bottom: 15px; +} +.blog-3-area .blog-item .blog-content .title a { + color: #222; +} +.blog-3-area .blog-item .blog-content p { + font-size: 14px; + font-weight: 500; + color: #8a8a8a; + line-height: 26px; + padding-bottom: 15px; +} +.blog-3-area .blog-item .blog-content > a { + font-size: 15px; + font-weight: 600; + color: #8a8a8a; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.blog-3-area .blog-item .blog-content > a:hover { + color: #fc5546; +} +.blog-3-area .blog-item .blog-content > a i { + padding-left: 6px; +} + +/*=========================== + 11.REQUST QUOTE css +===========================*/ +.requst-quote-area { + position: relative; + z-index: 10; + padding-bottom: 230px; + padding-top: 117px; +} +.requst-quote-area::before { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-color: #0154f7; + opacity: 0.702; + z-index: -2; +} +.requst-quote-area::after { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-image: url(../images/request-dot.png); + z-index: -1; +} +.requst-quote-area .requst-content span { + color: #fff; + font-size: 35px; +} +.requst-quote-area .requst-content .title { + font-size: 60px; + color: #fff; + line-height: 60px; + padding-bottom: 40px; +} +@media (max-width: 767px) { + .requst-quote-area .requst-content .title { + font-size: 28px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .requst-quote-area .requst-content .title { + font-size: 50px; + } +} +.requst-quote-area .requst-content a { + width: 215px; +} +.requst-quote-area.services-quote { + padding-bottom: 130px; +} +.requst-quote-area.about-quote { + padding-top: 115px; +} + +.newaletter-area { + margin-bottom: 130px; + position: relative; + margin-top: -100px; + z-index: 11; +} +@media (max-width: 767px) { + .newaletter-area { + margin-top: 0; + margin-bottom: 200px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .newaletter-area { + margin-top: -110px; + margin-bottom: 130px; + } +} +.newaletter-area .newaletter-item { + height: 200px; +} +.newaletter-area .newaletter-item .newaletter-content { + width: 370px; + background: #f9c56f; + height: 200px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .newaletter-area .newaletter-item .newaletter-content { + width: 200px; + } +} +@media (max-width: 767px) { + .newaletter-area .newaletter-item .newaletter-content { + width: 100%; + height: 150px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .newaletter-area .newaletter-item .newaletter-content { + width: 170px; + height: 200px; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .newaletter-area .newaletter-item .newaletter-content .item { + padding-left: 40px; + } +} +@media (max-width: 767px) { + .newaletter-area .newaletter-item .newaletter-content .item { + padding-left: 20px; + } +} +.newaletter-area .newaletter-item .newaletter-content .item span { + color: #fff; + font-weight: 300; + font-size: 24px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .newaletter-area .newaletter-item .newaletter-content .item span { + font-size: 16px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .newaletter-area .newaletter-item .newaletter-content .item span { + font-size: 16px; + } +} +.newaletter-area .newaletter-item .newaletter-content .item .title { + color: #fff; + font-size: 40px; + line-height: 45px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .newaletter-area .newaletter-item .newaletter-content .item .title { + font-size: 26px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .newaletter-area .newaletter-item .newaletter-content .item .title { + font-size: 26px; + } +} +.newaletter-area .newaletter-item .newaletter-input { + background: #eef3f9; + width: 67%; + position: relative; + z-index: 10; +} +@media (max-width: 767px) { + .newaletter-area .newaletter-item .newaletter-input { + width: 100%; + height: 200px; + padding: 20px; + } +} +.newaletter-area .newaletter-item .newaletter-input::before { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-image: url(../images/newsletter-dot.png); + opacity: 0.1; + z-index: -1; +} +.newaletter-area .newaletter-item .newaletter-input input { + width: 400px; + background: #fff; + border: 0; + opacity: 1; + line-height: 60px; + padding-left: 30px; + border-radius: 5px; + margin-right: 10px; + font-size: 14px; + color: #8a8a8a; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .newaletter-area .newaletter-item .newaletter-input input { + width: 300px; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .newaletter-area .newaletter-item .newaletter-input input { + width: 240px; + } +} +@media (max-width: 767px) { + .newaletter-area .newaletter-item .newaletter-input input { + width: 100%; + margin-bottom: 20px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .newaletter-area .newaletter-item .newaletter-input input { + width: 170px; + margin-bottom: 0; + } +} +.newaletter-area .newaletter-item .newaletter-input input::placeholder { + opacity: 1; + color: #8a8a8a; +} + +.brand-area { + padding-top: 128px; + padding-bottom: 128px; +} +.brand-area .brand-item img { + display: inline-block; + filter: gray; /* IE6-9 */ + -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */ + filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */ +} +.brand-area.about-brand { + background: #eef3f9; +} + +/*=========================== + 11.FOOTER css +===========================*/ +.footer-area { + background: #101e3b; + position: relative; +} +.footer-area::before { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-image: url(../images/working-line.png); + opacity: 0.02; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .footer-area .footer-widget { + margin-left: 0; + } +} +@media (max-width: 767px) { + .footer-area .footer-widget { + margin-left: 0; + } +} +.footer-area .footer-widget .footer-title .title { + color: #fff; + font-size: 18px; + font-weight: 600; +} +.footer-area .footer-widget .footer-items-1 { + padding-top: 32px; +} +.footer-area .footer-widget .footer-items-1 p { + color: #aeb7ca; + font-size: 14px; + line-height: 26px; + padding-bottom: 35px; +} +.footer-area .footer-widget .footer-items-1 ul li { + display: inline-block; +} +.footer-area .footer-widget .footer-items-1 ul li a { + height: 40px; + width: 40px; + text-align: center; + line-height: 36px; + border-radius: 5px; + border: 2px solid #2d416a; + color: #556a96; + font-size: 14px; + margin-right: 5px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.footer-area .footer-widget .footer-items-1 ul li a:hover { + background: #44afff; + color: #fff; + border-color: #44afff; +} +.footer-area .footer-widget .footer-items-2 { + padding-top: 30px; +} +.footer-area .footer-widget .footer-items-2 ul li a { + font-size: 14px; + color: #aeb7ca; + line-height: 32px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.footer-area .footer-widget .footer-items-2 ul li a:hover { + color: #44afff; +} +.footer-area .footer-widget .footer-items-3 { + margin-top: 37px; +} +.footer-area .footer-widget .footer-items-3 .News-item .News-thumb { + width: 140px; +} +.footer-area .footer-widget .footer-items-3 .News-item .News-thumb img { + width: 100%; + border-radius: 5px; +} +.footer-area .footer-widget .footer-items-3 .News-item .News-content { + padding-left: 18px; +} +.footer-area .footer-widget .footer-items-3 .News-item .News-content .title { + font-size: 16px; + font-weight: 700; + color: #fff; + line-height: 28px; + margin-top: -5px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .footer-area .footer-widget .footer-items-3 .News-item .News-content .title { + font-size: 14px; + line-height: 26px; + } +} +.footer-area .footer-widget .footer-items-3 .News-item .News-content span { + font-size: 14px; + color: #aeb7ca; +} +.footer-area .footer-widget .footer-items-3 p { + color: #aeb7ca; + font-size: 14px; + line-height: 26px; + padding-bottom: 35px; +} +.footer-area .footer-copyright { + height: 85px; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flex; + display: -o-flex; + display: flex; + align-items: center; + justify-content: space-between; + border-top: 2px solid #2b3c60; + margin-top: 76px; +} +@media (max-width: 767px) { + .footer-area .footer-copyright { + display: block; + text-align: center; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .footer-area .footer-copyright { + display: flex; + } +} +.footer-area .footer-copyright span { + color: #aeb7ca; +} +@media (max-width: 767px) { + .footer-area .footer-copyright span { + padding: 20px 0 5px; + } +} +.footer-area .footer-copyright span i { + padding-right: 6px; + font-size: 24px; +} +.footer-area .footer-copyright p { + color: #aeb7ca; + font-size: 14px; +} + +.back-top .back-to-top { + position: absolute; + left: 50%; + transform: translateX(-50%); + bottom: 60px; + height: 50px; + width: 50px; + background: #44afff; + text-align: center; + border-radius: 50%; + color: #fff; + line-height: 50px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; + z-index: 99; + cursor: pointer; + display: none; + font-size: 24px; +} +.back-top .back-to-top i { + transition: all linear 0.3s; + color: #fff; +} +.back-top.back-top-2 .back-to-top { + position: fixed; + right: 30px; + bottom: 30px; + left: auto; + z-index: 9999999; +} + +.footer-3-area { + background: #041d47; + padding-top: 50px; + position: relative; +} +.footer-3-area::before { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-image: url(../images/working-line.png); + opacity: 0.02; +} +.footer-3-area .footer-item-1 p { + color: #aeb7ca; + padding-top: 30px; + padding-bottom: 30px; +} +.footer-3-area .footer-item-1 ul li { + display: inline-block; +} +.footer-3-area .footer-item-1 ul li a { + height: 40px; + width: 40px; + background: #14346b; + border-radius: 5px; + color: #4a70b1; + text-align: center; + line-height: 40px; + margin-right: 5px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.footer-3-area .footer-item-1 ul li a:hover { + background: #fc5546; + color: #fff; +} +.footer-3-area .footer-item-2 { + margin-left: 50px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .footer-3-area .footer-item-2 { + margin-left: 0; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .footer-3-area .footer-item-2 { + margin-left: 0; + } +} +@media (max-width: 767px) { + .footer-3-area .footer-item-2 { + margin-left: 0; + } +} +.footer-3-area .footer-item-2 .title { + color: #fff; + font-size: 18px; + font-weight: 700; + text-transform: capitalize; + padding-bottom: 28px; +} +.footer-3-area .footer-item-2 p { + color: #aeb7ca; + padding-bottom: 24px; +} +.footer-3-area .footer-item-2 .links-list { + display: flex; +} +.footer-3-area .footer-item-2 .links-list ul li a { + font-size: 14px; + color: #aeb7ca; + line-height: 32px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.footer-3-area .footer-item-2 .links-list ul li a:hover { + color: #803fff; +} +.footer-3-area .footer-item-2.footer-item-3 { + margin-left: -30px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .footer-3-area .footer-item-2.footer-item-3 { + margin-left: 0; + } +} +@media (max-width: 767px) { + .footer-3-area .footer-item-2.footer-item-3 { + margin-left: 0; + } +} +.footer-3-area .footer-item-2.footer-item-3 .input-box { + position: relative; +} +.footer-3-area .footer-item-2.footer-item-3 .input-box input { + width: 100%; + height: 60px; + background: #fff; + border: 0; + color: #8a8a8a; + padding-left: 30px; + font-size: 14px; +} +.footer-3-area .footer-item-2.footer-item-3 .input-box input::placeholder { + color: #8a8a8a; + opacity: 1; +} +.footer-3-area .footer-item-2.footer-item-3 .input-box button { + position: absolute; + right: 0; + top: 0; + height: 100%; + width: 60px; + border: 0; + background: #fc5546; + color: #fff; +} +.footer-3-area .footer-info { + position: relative; + padding-left: 80px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .footer-3-area .footer-info { + padding-left: 60px; + } +} +.footer-3-area .footer-info .title { + font-size: 18px; + color: #fff; +} +.footer-3-area .footer-info span { + font-size: 14px; + color: #aeb7ca; + padding-top: 4px; +} +.footer-3-area .footer-info i { + position: absolute; + left: 0; + top: 50%; + transform: translateY(-50%); + height: 60px; + width: 60px; + background: #14346b; + border-radius: 50%; + text-align: center; + line-height: 60px; + color: #3e63a4; + font-size: 24px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .footer-3-area .footer-info i { + height: 40px; + width: 40px; + line-height: 40px; + font-size: 18px; + } +} +.footer-3-area .footer-info:hover i { + background: #fc5546; + color: #fff; +} +.footer-3-area .footer-copy { + border-top: 2px solid #14346b; +} +.footer-3-area .footer-copy p { + line-height: 75px; + color: #aeb7ca; +} + +/*=========================== + 12.SERVICES css +===========================*/ +.services-area { + background: #298ecc; + padding-top: 117px; + padding-bottom: 225px; + position: relative; +} +.services-area::before { + position: absolute; + content: ""; + left: 0; + top: 0; + width: 100%; + height: 100%; + background-image: url(../images/services-map.png); + opacity: 0.06; + background-repeat: no-repeat; + background-size: cover; + background-position: center; +} +.services-area .section-title .title { + color: #fff; +} +.services-area .section-title .title span { + color: #fff; +} +.services-area .section-title p { + color: #fff; +} +.services-area .services-item { + background-image: url(../images/services-thumb.png); + background-size: cover; + background-position: center; + background-repeat: no-repeat; + position: relative; + z-index: 10; + padding: 40px 71px 45px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .services-area .services-item { + padding: 40px 10px 45px; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .services-area .services-item { + padding: 40px 45px 45px; + } +} +@media (max-width: 767px) { + .services-area .services-item { + padding: 40px 0px 45px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .services-area .services-item { + padding: 40px 120px 45px; + } +} +.services-area .services-item::before { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-color: #2972ff; + opacity: 1; + z-index: -1; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.services-area .services-item .title { + color: #fff; + font-size: 24px; + line-height: 32px; +} +.services-area .services-item > i { + font-size: 60px; + color: #fff; + padding-top: 35px; + padding-bottom: 22px; +} +.services-area .services-item p { + font-size: 14px; + font-weight: 500; + color: #fff; + line-height: 26px; + padding-bottom: 15px; +} +.services-area .services-item a { + color: #fff; +} +.services-area .services-active .slick-center .services-item::before { + background-color: #0250e8; + opacity: 0.859; +} +.services-area .services-active .slick-dots { + position: absolute; + bottom: -95px; + left: 50%; + transform: translateX(-50%); +} +.services-area .services-active .slick-dots li { + display: inline-block; +} +.services-area .services-active .slick-dots li button { + background-color: transparent; + border: 3px solid #fff; + border-radius: 50%; + height: 15px; + width: 15px; + font-size: 0; + margin: 0 6px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.services-area .services-active .slick-dots li.slick-active button { + height: 20px; + width: 20px; +} +.services-area.services-about { + background: #eef3f9; + padding-top: 100px; + padding-bottom: 130px; +} +.services-area.services-about::before { + background-image: url(../images/services-map-2.png); + opacity: 0.08; +} +@media only screen and (min-width: 1200px) and (max-width: 1600px) { + .services-area.services-about .services-item { + padding: 40px 71px 45px; + } +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .services-area.services-about .services-item { + padding: 40px 31px 45px; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .services-area.services-about .services-item { + padding: 40px 45px 45px; + } +} +@media (max-width: 767px) { + .services-area.services-about .services-item { + padding: 40px 0px 45px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .services-area.services-about .services-item { + padding: 40px 70px 45px; + } +} +.services-area.services-about .services-item::before { + background: #fff; +} +.services-area.services-about .services-item .title { + color: #222; +} +.services-area.services-about .services-item > i { + color: #44afff; +} +.services-area.services-about .services-item p { + color: #8a8a8a; +} +.services-area.services-about .services-item a { + color: #8a8a8a; + font-size: 15px; + font-weight: 600; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.services-area.services-about .services-item a i { + padding-left: 6px; +} +.services-area.services-about .services-item a:hover { + color: #44afff; +} + +.services-3-area { + background: #041d47; + padding-top: 116px; + position: relative; + padding-bottom: 123px; +} +.services-3-area::before { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-image: url(../images/working-line-2.png); + background-size: cover; + background-position: center; + background-repeat: no-repeat; + opacity: 0.03; +} +.services-3-area .section-title .title { + color: #a8b5cc; +} +.services-3-area .section-title .title span { + color: #fff; +} +.services-3-area .section-title p { + color: #a8b5cc; + padding-bottom: 48px; +} +.services-3-area .services-item > i { + font-size: 60px; + color: #1a3d77; +} +.services-3-area .services-item span { + font-size: 18px; + color: #b9aecb; + text-transform: capitalize; + padding-top: 32px; + padding-bottom: 3px; +} +.services-3-area .services-item .title { + font-size: 22px; + color: #fff; + padding-bottom: 25px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .services-3-area .services-item .title { + font-size: 20px; + } +} +.services-3-area .services-item p { + font-size: 14px; + color: #a8b5cc; + line-height: 26px; + padding: 0 25px 14px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .services-3-area .services-item p { + padding: 0 0 14px; + } +} +.services-3-area .services-item a { + color: #a8b5cc; + font-size: 15px; + font-weight: 600; +} +.services-3-area .services-item a i { + padding-left: 6px; +} + +.services-business { + margin-top: -29px; +} +.services-business .container::before { + position: absolute; + content: ""; + left: 50%; + transform: translateX(-50%); + top: -115px; + width: 110%; + height: 145px; + background: #fff; + padding-left: 115px; + padding-right: 115px; +} +.services-business .section-title p { + padding-bottom: 30px; +} +.services-business .section-title > span { + font-size: 14px; + color: #8a8a8a; + line-height: 28px; + padding-right: 30px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .services-business .section-title > span { + padding-right: 0; + } +} +@media (max-width: 767px) { + .services-business .section-title > span { + padding-right: 0; + } +} +.services-business .section-title > span.text { + padding-top: 27px; +} +.services-business .section-title a { + margin-top: 35px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .services-business .bussiness-thumb { + margin-top: 30px; + } +} +@media (max-width: 767px) { + .services-business .bussiness-thumb { + margin-top: 30px; + } +} +.services-business .bussiness-thumb img { + width: 100%; +} + +.services-pricing-area { + background: #eef3f9; + padding-top: 117px; + padding-bottom: 130px; +} +.services-pricing-area .section-title { + padding-bottom: 50px; +} +.services-pricing-area .pricing-tab { + padding-top: 50px; + padding-left: 30px; + padding-bottom: 250px; + margin-right: 2px; + margin-left: 2px; + padding-right: 20px; + position: relative; +} +.services-pricing-area .pricing-tab .nav li a { + padding: 0; + background-color: #fef0e5; + line-height: 50px; + color: #222; + padding: 0 24px; + border-radius: 0; + font-size: 15px; + font-weight: 600; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .services-pricing-area .pricing-tab .nav li a { + padding: 0 17px; + } +} +.services-pricing-area .pricing-tab .nav li a.active { + background: #803fff; + color: #fff; +} +.services-pricing-area .pricing-tab p { + font-size: 16px; + padding-top: 15px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .services-pricing-area .pricing-tab p { + font-size: 14px; + } +} +.services-pricing-area .pricing-tab img { + position: absolute; + right: 0; + bottom: 0; +} +.services-pricing-area .pricing-item { + margin-left: 2px; + margin-right: 2px; + padding-top: 44px; +} +.services-pricing-area .pricing-item .title { + font-size: 30px; + color: #222; +} +.services-pricing-area .pricing-item p { + padding: 8px 30px 30px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .services-pricing-area .pricing-item p { + padding: 8px 10px 30px; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .services-pricing-area .pricing-item p { + padding: 8px 80px 30px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .services-pricing-area .pricing-item p { + padding: 8px 70px 30px; + } +} +.services-pricing-area .pricing-item ul { + padding-top: 28px; + padding-bottom: 15px; +} +.services-pricing-area .pricing-item ul li { + line-height: 35px; + font-size: 16px; + font-weight: 500; + color: #8a8a8a; +} +.services-pricing-area .pricing-item > span { + font-size: 40px; + color: #44afff; + font-weight: 700; + padding-bottom: 35px; +} +.services-pricing-area .pricing-item > span span { + font-size: 24px; + line-height: 0; +} +.services-pricing-area.priceing-page { + /* background: #45affd; */ + padding-top: 100px; +} + +/*=========================== + 13.COUNTER css +===========================*/ +.counter-area { + padding-top: 130px; + padding-bottom: 128px; + background: #101e3b; + position: relative; +} +.counter-area::before { + position: absolute; + content: ""; + left: 0; + top: 0; + width: 100%; + height: 100%; + background-image: url(../images/counter-dot.png); + opacity: 0.6; +} +.counter-area .counter-play { + position: relative; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .counter-area .counter-play { + margin-right: 0; + } +} +@media (max-width: 767px) { + .counter-area .counter-play { + margin-right: 0; + } +} +.counter-area .counter-play::before { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-color: rgba(16, 30, 59, 0.65); +} +.counter-area .counter-play img { + width: 100%; +} +.counter-area .counter-play a { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + height: 50px; + width: 50px; + text-align: center; + line-height: 50px; + background: #fff; + border-radius: 50%; + color: #803fff; + font-size: 14px; +} +.counter-area .counter-item { + padding-left: 120px; + position: relative; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .counter-area .counter-item { + margin-top: 30px; + } +} +@media (max-width: 767px) { + .counter-area .counter-item { + margin-top: 30px; + } +} +.counter-area .counter-item i { + position: absolute; + left: 0; + top: 50%; + transform: translateY(-50%); + color: #fff; + font-size: 70px; +} +.counter-area .counter-item .title { + font-size: 45px; + color: #803fff; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .counter-area .counter-item .title { + font-size: 32px; + } +} +@media (max-width: 767px) { + .counter-area .counter-item .title { + font-size: 32px; + } +} +.counter-area .counter-item span { + font-size: 18px; + color: #91a5ce; + font-weight: 500; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .counter-area .counter-item span { + font-size: 15px; + } +} +.counter-area.about-counter { + padding-top: 0; + background-color: transparent; + padding-bottom: 130; +} +.counter-area.about-counter::before { + display: none; +} +.counter-area.about-counter .counter-item i { + color: #803fff; +} +.counter-area.about-counter .counter-item .title { + color: #222; +} +.counter-area.about-counter .counter-item span { + color: #8a8a8a; +} + +/*=========================== + 14.FAQ css +===========================*/ +.faq-area { + padding-top: 117px; + padding-bottom: 115px; +} +.faq-area .section-title p { + padding-bottom: 48px; +} +@media (max-width: 767px) { + .faq-area .faq-thumb { + margin-top: 30px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .faq-area .faq-thumb { + margin-top: 60px; + } +} +.faq-area .faq-thumb img { + width: 100%; +} +.faq-area .faq-content { + background: #f9c56f; + padding: 40px 20px 45px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .faq-area .faq-content { + padding: 40px 50px 45px; + } +} +.faq-area .faq-content .title { + color: #fff; + font-size: 24px; +} +.faq-area .faq-content p { + color: #fff; + font-size: 14px; + line-height: 28px; + padding-top: 17px; + padding-bottom: 27px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .faq-area .faq-content p { + font-size: 13px; + } +} +.faq-area .faq-content a { + background: #d24238; + border-color: #d24238; +} +.faq-area.about-faq { + padding-top: 100px; + padding-bottom: 130px; +} +.faq-area.about-faq .faq-content { + background: #803fff; +} +.faq-area.about-faq .faq-content a { + background: #d15b00; + border-color: #d15b00; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .faq-area.about-faq .company-content { + margin-top: 30px; + padding-left: 0; + padding-right: 0; + } +} +@media (max-width: 767px) { + .faq-area.about-faq .company-content { + margin-top: 30px; + padding-left: 0; + padding-right: 0; + } +} +.faq-area.about-faq .company-content .section-title p { + border-bottom: 1px solid #ddd; + padding-bottom: 38px; +} +.faq-area.about-faq .company-content .company-item p { + padding-top: 30px; + padding-bottom: 35px; +} +.faq-area.about-faq .company-content .company-item ul li { + display: inline-block; +} +@media (max-width: 767px) { + .faq-area.about-faq .company-content .company-item ul li { + display: block; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .faq-area.about-faq .company-content .company-item ul li { + display: inline-block; + } +} +.faq-area.about-faq .company-content .company-item ul li .link { + font-size: 15px; + font-weight: 600; + color: #803fff; + margin-left: 35px; +} +@media (max-width: 767px) { + .faq-area.about-faq .company-content .company-item ul li .link { + margin-left: 0; + margin-top: 20px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .faq-area.about-faq .company-content .company-item ul li .link { + margin-left: 35px; + margin-top: 0; + } +} +.faq-area.about-faq .company-content .company-item ul li .link i { + padding-left: 6px; +} +.faq-area.faq-page { + padding-top: 100px; +} + +.faq-accordion { + padding-top: 30px; +} +.faq-accordion .accordion { + border: 2px solid transparent; +} +.faq-accordion .accordion .card { + border-radius: 0px !important; + border: 0; + border-top: 2px solid transparent; + margin-bottom: 30px; + background: #eef3f9; +} +.faq-accordion .accordion .card:first-child { + border-top: 0; +} +.faq-accordion .accordion .card .card-header { + border-bottom: 0; + padding: 0; + margin: 0; + background-color: transparent; +} +.faq-accordion .accordion .card .card-header a { + line-height: 70px; + padding: 0 0 0 40px; + text-decoration: none; + font-weight: 600; + font-size: 18px; + width: 100%; + color: #fff; + position: relative; + background: #298ecc; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .faq-accordion .accordion .card .card-header a { + padding: 0 0 0 40px; + font-size: 18px; + } +} +@media (max-width: 767px) { + .faq-accordion .accordion .card .card-header a { + line-height: 28px; + padding: 10px 0px 10px 26px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .faq-accordion .accordion .card .card-header a { + line-height: 70px; + padding: 0 0 0 40px; + } +} +.faq-accordion .accordion .card .card-header a i { + color: #44afff; + padding-right: 20px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .faq-accordion .accordion .card .card-header a i { + padding-right: 10px; + } +} +.faq-accordion .accordion .card .card-header a.collapsed { + color: #8a8a8a; + background-color: transparent; + font-weight: 600; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .faq-accordion .accordion .card .card-header a.collapsed { + padding: 0 0 0 40px; + font-size: 15px; + } +} +.faq-accordion .accordion .card .card-header a.collapsed::before { + content: ""; + color: #666; +} +.faq-accordion .accordion .card .card-header a::before { + position: absolute; + content: ""; + right: 36px; + font-size: 16px; + font-family: "Font Awesome 5 Pro"; + color: #fff; +} +@media (max-width: 767px) { + .faq-accordion .accordion .card .card-header a::before { + right: 18px; + } +} +.faq-accordion .accordion .card .card-body { + padding: 0 30px 20px 40px !important; + background: #298ecc; +} +@media (max-width: 767px) { + .faq-accordion .accordion .card .card-body { + padding: 0 30px 20px 26px !important; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .faq-accordion .accordion .card .card-body { + padding: 0 30px 20px 40px !important; + } +} +.faq-accordion .accordion .card .card-body p { + font-size: 14px; + color: #fff; + font-weight: 500; + line-height: 28px; +} + +.accordion-area { + padding-top: 97px; +} +.accordion-area .faq-accordion .accordion .card { + margin-bottom: 15px; +} + +/*=========================== + 15.CATEGORY css +===========================*/ +.category-area .category-thumb { + position: relative; + height: 590px; +} +.category-area .category-thumb::before { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-color: #fc5546; + opacity: 0.8; +} +.category-area .category-thumb img { + width: 100%; +} +.category-area .category-thumb .play-overlay { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); +} +.category-area .category-thumb .play-overlay a { + color: #fff; + height: 100px; + width: 100px; + border-radius: 50%; + text-align: center; + line-height: 100px; + border: 2px solid #fff; + font-size: 20px; +} +.category-area .category-thumb .play-overlay a::before { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + border: 1px solid #fff; + -webkit-animation: ripple-white 1s linear infinite; + -moz-animation: ripple-white 1s linear infinite; + -o-animation: ripple-white 1s linear infinite; + animation: ripple-white 1s linear infinite; + border-radius: 50%; +} +.category-area .category-thumb .play-overlay a::after { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + border: 1px solid #fff; + -webkit-animation: ripple-white 1.3s linear infinite; + -moz-animation: ripple-white 1.3s linear infinite; + -o-animation: ripple-white 1.3s linear infinite; + animation: ripple-white 1.3s linear infinite; + border-radius: 50%; +} +.category-area .category-misson { + height: 590px; + background: #eceff3; +} +.category-area .category-misson .misson-item .title { + font-size: 24px; + font-weight: 700; + line-height: 34px; + padding-top: 25px; +} +.category-area .category-misson .misson-item p { + font-weight: 500; + color: #8a8a8a; + line-height: 26px; + padding: 18px 0px 25px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .category-area .category-misson .misson-item p { + font-size: 12px; + } +} +@media (max-width: 767px) { + .category-area .category-misson .misson-item p { + font-size: 11px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .category-area .category-misson .misson-item p { + font-size: 14px; + } +} +.category-area .category-misson .misson-item a { + background: #fc5546; + border-color: #fc5546; +} +.category-area .category-misson .misson-item a:hover { + color: #222; + background: #fff; + border-color: #fff; +} +.category-area .category-misson .misson-item a:hover::before { + border-color: #44afff; +} +.category-area .category-misson .misson-item a:hover::after { + border-color: #44afff; +} +.category-area .category-goals { + height: 590px; +} +.category-area .category-goals .goals-item .title { + color: #fff; + font-size: 24px; + font-weight: 700; + line-height: 34px; + padding-top: 25px; +} +.category-area .category-goals .goals-item p { + font-weight: 500; + color: #fff; + line-height: 26px; + padding: 18px 0px 25px; + padding-top: 18px; + padding-bottom: 25px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .category-area .category-goals .goals-item p { + font-size: 12px; + } +} +@media (max-width: 767px) { + .category-area .category-goals .goals-item p { + font-size: 11px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .category-area .category-goals .goals-item p { + font-size: 14px; + } +} +.category-area .category-goals .goals-item a { + background: #fff; + color: #222; + border-color: #fff; +} +.category-area .category-goals .goals-item a::before { + border-color: #44afff; +} +.category-area .category-goals .goals-item a::after { + border-color: #44afff; +} +.category-area .category-goals .goals-item a:hover { + color: #fff; + background: #fc5546; + border-color: #fc5546; +} +.category-area .category-goals .goals-item a:hover::before { + border-color: #fff; +} +.category-area .category-goals .goals-item a:hover::after { + border-color: #fff; +} + +/*=========================== + 16.CASE STUDY css +===========================*/ +.case-study-area { + padding-top: 117px; + background: #eceff3; +} +.case-study-area .section-title .title { + padding-bottom: 50px; +} +.case-study-area .case-item .case-thumb { + overflow: hidden; +} +.case-study-area .case-item .case-thumb img { + width: 100%; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); +} +.case-study-area .case-item .case-content { + padding: 34px 40px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .case-study-area .case-item .case-content { + padding: 34px 20px; + } +} +@media (max-width: 767px) { + .case-study-area .case-item .case-content { + padding: 10px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .case-study-area .case-item .case-content { + padding: 34px 40px; + } +} +.case-study-area .case-item .case-content .title { + font-size: 24px; + color: #222; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.case-study-area .case-item .case-content p { + font-size: 14px; + color: #8a8a8a; + padding-top: 13px; +} +.case-study-area .case-item .case-content a { + color: #8a8a8a; + font-weight: 600; + font-size: 15px; + margin-top: 15px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.case-study-area .case-item .case-content a:hover { + color: #fc5546; +} +.case-study-area .case-item .case-content a i { + padding-left: 6px; +} +.case-study-area .case-item:hover .case-thumb img { + -webkit-transform: scale(1.1); + -moz-transform: scale(1.1); + -ms-transform: scale(1.1); + -o-transform: scale(1.1); + transform: scale(1.1); +} +.case-study-area .case-item:hover .case-content .title { + color: #803fff; +} +.case-study-area .case-item-2 { + position: relative; + overflow: hidden; +} +.case-study-area .case-item-2 img { + width: 100%; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; + transform: scale(1); +} +.case-study-area .case-item-2 .case-overlay { + position: absolute; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-image: -moz-linear-gradient(90deg, #061f49 0%, rgba(12, 39, 86, 0.5) 70%, rgba(14, 43, 92, 0.01) 99%, #0e2b5c 100%); + background-image: -webkit-linear-gradient(90deg, #061f49 0%, rgba(12, 39, 86, 0.5) 70%, rgba(14, 43, 92, 0.01) 99%, #0e2b5c 100%); + background-image: -ms-linear-gradient(90deg, #061f49 0%, rgba(12, 39, 86, 0.5) 70%, rgba(14, 43, 92, 0.01) 99%, #0e2b5c 100%); + background-image: -o-linear-gradient(90deg, #061f49 0%, rgba(12, 39, 86, 0.5) 70%, rgba(14, 43, 92, 0.01) 99%, #0e2b5c 100%); + background-size: cover; +} +.case-study-area .case-item-2 .case-overlay .case-content { + position: absolute; + left: 30px; + bottom: 25px; +} +.case-study-area .case-item-2 .case-overlay .case-content .title { + color: #fff; + font-size: 20px; + text-transform: capitalize; + padding-bottom: 6px; +} +.case-study-area .case-item-2 .case-overlay .case-content a { + color: #fff; + font-size: 15px; + font-weight: 600; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.case-study-area .case-item-2 .case-overlay .case-content a:hover { + color: #803fff; +} +.case-study-area .case-item-2 .case-overlay .case-content a i { + padding-left: 6px; +} +.case-study-area .case-item-2:hover img { + transform: scale(1.1); +} +.case-study-area.case-page-1 { + padding-top: 100px; + background: #fff; +} +.case-study-area.case-page-1 .case-item .case-content { + background: #eceff3; +} +.case-study-area.case-page-2 { + background: #fff; + padding-top: 100px; +} + +/*=========================== + 16.ACHIEVEMENT css +===========================*/ +.achievement-area .achievement-counter { + background: #298ecc; + border-radius: 10px; +} +.achievement-area .achievement-counter i { + font-size: 70px; + color: #fff; + padding-top: 60px; +} +.achievement-area .achievement-counter span { + font-size: 45px; + font-weight: 700; + color: #fff; + padding-top: 10px; +} +.achievement-area .achievement-counter .title { + font-size: 18px; + font-weight: 500; + color: #fff; + padding-bottom: 60px; +} +.achievement-area .achievement-counter.item-2 { + background: #803fff; +} +.achievement-area .achievement-counter.item-3 { + background: #f9c56f; + margin-left: 30px; + margin-right: -30px; + position: relative; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .achievement-area .achievement-counter.item-3 { + margin-left: 0; + margin-right: 0; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .achievement-area .achievement-counter.item-3 { + margin-left: 0; + margin-right: 0; + } +} +@media (max-width: 767px) { + .achievement-area .achievement-counter.item-3 { + margin-left: 0; + margin-right: 0; + } +} +.achievement-area .achievement-counter.item-4 { + background: #44afff; + margin-left: 30px; + margin-right: -30px; + position: relative; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .achievement-area .achievement-counter.item-4 { + margin-left: 0; + margin-right: 0; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .achievement-area .achievement-counter.item-4 { + margin-left: 0; + margin-right: 0; + } +} +@media (max-width: 767px) { + .achievement-area .achievement-counter.item-4 { + margin-left: 0; + margin-right: 0; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .achievement-area .section-title { + margin-top: 40px; + } +} +@media (max-width: 767px) { + .achievement-area .section-title { + margin-top: 40px; + } +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .achievement-area .section-title .title { + font-size: 36px; + } +} +.achievement-area .section-title .title span { + font-size: 46px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .achievement-area .section-title .title span { + font-size: 36px; + } +} +@media (max-width: 767px) { + .achievement-area .section-title .title span { + font-size: 28px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .achievement-area .section-title .title span { + font-size: 46px; + } +} +.achievement-area .section-title .title span span { + color: #fc5546; +} +.achievement-area .section-title p { + color: #c3c3c3; + padding-bottom: 30px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .achievement-area .section-title p { + font-size: 18px; + } +} +.achievement-area .achievement-text p { + color: #8a8a8a; + font-size: 14px; + padding-bottom: 33px; +} +.achievement-area .achievement-text a { + background: #fc5546; + border-color: #fc5546; +} +.achievement-area .achievement-text a:hover { + background: #44afff; + border-color: #44afff; +} + +.video-play-area { + height: 895px; + position: relative; + background-attachment: fixed; +} +.video-play-area::before { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-color: #0e2b5c; + opacity: 0.749; +} +.video-play-area .video-play-item a { + color: #fff; + height: 80px; + width: 80px; + border-radius: 50%; + text-align: center; + line-height: 80px; + border: 2px solid #fc5546; + background: #fc5546; + font-size: 20px; + position: relative; +} +.video-play-area .video-play-item a::before { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + border: 1px solid #fff; + -webkit-animation: ripple-white 1s linear infinite; + -moz-animation: ripple-white 1s linear infinite; + -o-animation: ripple-white 1s linear infinite; + animation: ripple-white 1s linear infinite; + border-radius: 50%; +} +.video-play-area .video-play-item a::after { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + border: 1px solid #fff; + -webkit-animation: ripple-white 1.3s linear infinite; + -moz-animation: ripple-white 1.3s linear infinite; + -o-animation: ripple-white 1.3s linear infinite; + animation: ripple-white 1.3s linear infinite; + border-radius: 50%; +} +.video-play-area .video-play-item .title { + color: #fff; + font-size: 100px; + font-weight: 700; + padding-top: 65px; + padding-bottom: 5px; +} +@media (max-width: 767px) { + .video-play-area .video-play-item .title { + font-size: 40px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .video-play-area .video-play-item .title { + font-size: 70px; + } +} +.video-play-area .video-play-item span { + font-size: 30px; + font-weight: 500; + color: #fff; +} +@media (max-width: 767px) { + .video-play-area .video-play-item span { + font-size: 18px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .video-play-area .video-play-item span { + font-size: 30px; + } +} + +/*=========================== + 17.SOLUTIONS css +===========================*/ +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .solutions-area { + padding-top: 117px; + } +} +.solutions-area .solutions-thumb { + margin-right: -30px; +} +@media (max-width: 767px) { + .solutions-area .solutions-thumb { + margin-right: 0; + } +} +.solutions-area .solutions-thumb img { + width: 100%; +} +.solutions-area .solutions-thumb .solutions-content { + background: #803fff; + text-align: center; + margin-top: 30px; +} +.solutions-area .solutions-thumb .solutions-content span { + color: #fff; + font-size: 35px; + font-weight: 700; + line-height: 45px; + padding: 55px 30px 65px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .solutions-area .solutions-thumb .solutions-content span { + font-size: 28px; + line-height: 38px; + } +} +@media (max-width: 767px) { + .solutions-area .solutions-thumb .solutions-content span { + font-size: 22px; + line-height: 32px; + padding: 55px 10px 65px; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .solutions-area .solutions-content-area { + padding-left: 0; + padding-top: 30px; + } +} +@media (max-width: 767px) { + .solutions-area .solutions-content-area { + padding-left: 0; + padding-top: 30px; + } +} +.solutions-area .solutions-content-area .section-title p { + padding-bottom: 40px; +} +.solutions-area .solutions-content-area .solutions-list .item { + position: relative; + padding-left: 110px; + padding-top: 15px; +} +@media (max-width: 767px) { + .solutions-area .solutions-content-area .solutions-list .item { + padding-left: 50px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .solutions-area .solutions-content-area .solutions-list .item { + padding-left: 110px; + } +} +.solutions-area .solutions-content-area .solutions-list .item .title { + font-size: 24px; + font-weight: 600; + color: #222; +} +@media (max-width: 767px) { + .solutions-area .solutions-content-area .solutions-list .item .title { + font-size: 20px; + } +} +.solutions-area .solutions-content-area .solutions-list .item p { + padding-right: 30px; + padding-top: 11px; +} +.solutions-area .solutions-content-area .solutions-list .item i { + position: absolute; + left: 0; + top: 0; + height: 60px; + width: 60px; + border-radius: 50%; + background: #fef0e5; + text-align: right; + font-size: 40px; + color: #803fff; + padding-left: 28px; + padding-top: 30px; +} +@media (max-width: 767px) { + .solutions-area .solutions-content-area .solutions-list .item i { + height: 30px; + width: 30px; + font-size: 22px; + padding-left: 15px; + padding-top: 15px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .solutions-area .solutions-content-area .solutions-list .item i { + height: 60px; + width: 60px; + font-size: 40px; + padding-left: 28px; + padding-top: 30px; + } +} +.solutions-area .solutions-content-area .solutions-list .solutions-btn { + padding-top: 30px; +} +.solutions-area .solutions-content-area .solutions-list .solutions-btn ul li { + display: inline-block; +} +.solutions-area .solutions-content-area .solutions-list .solutions-btn ul li a.link { + padding-left: 30px; + color: #803fff; + font-size: 15px; + font-weight: 600; +} +@media (max-width: 767px) { + .solutions-area .solutions-content-area .solutions-list .solutions-btn ul li a.link { + margin-top: 20px; + padding-left: 0; + margin-right: 20px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .solutions-area .solutions-content-area .solutions-list .solutions-btn ul li a.link { + margin-top: 0px; + padding-left: 30px; + margin-right: 0; + } +} +.solutions-area .solutions-content-area .solutions-list .solutions-btn ul li a.link i { + padding-left: 6px; +} + +/*=========================== + 18.CASE DETAILS css +===========================*/ +.case-details-area .case-thumb { + position: relative; +} +.case-details-area .case-thumb .play { + position: absolute; + left: 50%; + top: 50%; + -webkit-transform: translate(-50%, -50%); + -moz-transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + -o-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); +} +.case-details-area .case-thumb .play a { + font-size: 24px; + height: 120px; + width: 120px; + text-align: center; + line-height: 120px; + border-radius: 50%; + background: #44afff; + color: #fff; +} +.case-details-area .case-thumb img { + width: 100%; +} +.case-details-area .case-list { + border-bottom: 2px solid #efefef; + padding-bottom: 40px; + margin-bottom: 25px; +} +.case-details-area .case-list .item span { + font-size: 16px; + font-weight: 700; + color: #8a8a8a; + letter-spacing: 2px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .case-details-area .case-list .item span { + font-size: 14px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .case-details-area .case-list .item span { + font-size: 13px; + } +} +.case-details-area .case-list .item .title { + font-size: 24px; + color: #222; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .case-details-area .case-list .item .title { + font-size: 20px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .case-details-area .case-list .item .title { + font-size: 16px; + } +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .case-details-area .case-content { + padding-left: 15px; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .case-details-area .case-content { + padding-left: 0; + } +} +@media (max-width: 767px) { + .case-details-area .case-content { + padding-left: 0; + } +} +.case-details-area .case-content .title { + font-size: 36px; + font-weight: 700; + color: #222; + padding-bottom: 17px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .case-details-area .case-content .title { + font-size: 30px; + } +} +@media (max-width: 767px) { + .case-details-area .case-content .title { + font-size: 24px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .case-details-area .case-content .title { + font-size: 36px; + } +} +.case-details-area .case-content p { + padding-right: 10px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .case-details-area .case-content p { + padding-right: 0; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .case-details-area .case-content p { + padding-right: 0; + } +} +@media (max-width: 767px) { + .case-details-area .case-content p { + padding-right: 0; + } +} +.case-details-area .case-content p.text { + font-size: 16px; + padding-bottom: 40px; +} +.case-details-area .case-share { + border-top: 2px solid #efefef; + margin-top: 30px; + padding-top: 25px; +} +.case-details-area .case-share .case-tag ul li { + display: inline-block; +} +.case-details-area .case-share .case-tag ul li span { + font-weight: 700; + color: #222; + font-size: 16px; + padding-right: 6px; +} +@media (max-width: 767px) { + .case-details-area .case-share .case-tag ul li span { + font-size: 14px; + } +} +.case-details-area .case-share .case-tag ul li a { + font-weight: 500; + color: #8a8a8a; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .case-details-area .case-share .case-tag ul li a { + font-size: 14px; + } +} +@media (max-width: 767px) { + .case-details-area .case-share .case-social { + margin-top: 30px; + } +} +.case-details-area .case-share .case-social ul li { + display: inline-block; +} +.case-details-area .case-share .case-social ul li span { + color: #222; + font-weight: 700; + padding-right: 6px; +} +@media (max-width: 767px) { + .case-details-area .case-share .case-social ul li span { + font-size: 14px; + } +} +.case-details-area .case-share .case-social ul li a { + height: 35px; + width: 35px; + text-align: center; + line-height: 35px; + border-radius: 50%; + background: #44afff; + color: #fff; + font-size: 14px; + margin-left: 5px; +} + +/*=========================== + 19.BLOG STANDARD css +===========================*/ +.blog-standard-area { + background: #eef3f9; + padding-bottom: 128px; +} +.blog-standard-area .blog-sidebar .blog-search .input-box { + position: relative; +} +.blog-standard-area .blog-sidebar .blog-search .input-box input { + width: 100%; + background: #fff; + border: 0; + line-height: 70px; + padding-left: 30px; + font-size: 14px; + color: #8a8a8a; +} +.blog-standard-area .blog-sidebar .blog-search .input-box input::placeholder { + color: #8a8a8a; + opacity: 1; +} +.blog-standard-area .blog-sidebar .blog-search .input-box button { + position: absolute; + right: 0; + top: 0; + height: 100%; + width: 70px; + text-align: center; + line-height: 70px; + color: #44afff; + border: 0; + background-color: transparent; +} +.blog-standard-area .blog-sidebar .blog-news { + padding: 30px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .blog-standard-area .blog-sidebar .blog-news { + padding: 12px; + } +} +@media (max-width: 767px) { + .blog-standard-area .blog-sidebar .blog-news { + padding: 30px 10px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-standard-area .blog-sidebar .blog-news { + padding: 30px 30px; + } +} +.blog-standard-area .blog-sidebar .blog-news .blog-title { + margin-bottom: 40px; +} +.blog-standard-area .blog-sidebar .blog-news .blog-title .title { + font-size: 24px; + color: #222; + position: relative; +} +.blog-standard-area .blog-sidebar .blog-news .blog-title .title::before { + position: absolute; + content: ""; + bottom: -15px; + left: 0; + height: 2px; + width: 10px; + background: #44afff; +} +.blog-standard-area .blog-sidebar .blog-news .blog-title .title::after { + position: absolute; + content: ""; + bottom: -15px; + left: 17px; + height: 2px; + width: 25px; + background: #44afff; +} +.blog-standard-area .blog-sidebar .blog-news .blog-news-item { + border-bottom: 1px solid #d7d7d7; + padding-bottom: 26px; + margin-bottom: 25px; +} +.blog-standard-area .blog-sidebar .blog-news .blog-news-item .item { + padding-left: 90px; + position: relative; +} +@media (max-width: 767px) { + .blog-standard-area .blog-sidebar .blog-news .blog-news-item .item { + padding-left: 80px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-standard-area .blog-sidebar .blog-news .blog-news-item .item { + padding-left: 90px; + } +} +.blog-standard-area .blog-sidebar .blog-news .blog-news-item .item .title { + font-size: 18px; + font-weight: 600; + line-height: 26px; + color: #222; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .blog-standard-area .blog-sidebar .blog-news .blog-news-item .item .title { + font-size: 16px; + } +} +@media (max-width: 767px) { + .blog-standard-area .blog-sidebar .blog-news .blog-news-item .item .title { + font-size: 16px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-standard-area .blog-sidebar .blog-news .blog-news-item .item .title { + font-size: 18px; + } +} +.blog-standard-area .blog-sidebar .blog-news .blog-news-item .item img { position: absolute; - left: 50%; - transform: translateX(-50%); - bottom: 60px; - height: 50px; - width: 50px; - background: #0154f7; - text-align: center; - border-radius: 50%; - color: #fff; - line-height: 50px; + left: 0; + top: 50%; + transform: translateY(-50%); +} +.blog-standard-area .blog-sidebar .blog-news .blog-news-item .item span { + font-size: 14px; +} +.blog-standard-area .blog-sidebar .blog-news .blog-news-item.none { + margin-bottom: 0; + padding-bottom: 0; + border: 0; +} +.blog-standard-area .blog-sidebar .blog-list { + padding: 30px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .blog-standard-area .blog-sidebar .blog-list { + padding: 12px; + } +} +@media (max-width: 767px) { + .blog-standard-area .blog-sidebar .blog-list { + padding: 30px 10px; + } +} +.blog-standard-area .blog-sidebar .blog-list .blog-title { + margin-bottom: 40px; +} +.blog-standard-area .blog-sidebar .blog-list .blog-title .title { + font-size: 24px; + color: #222; + position: relative; +} +.blog-standard-area .blog-sidebar .blog-list .blog-title .title::before { + position: absolute; + content: ""; + bottom: -15px; + left: 0; + height: 2px; + width: 10px; + background: #44afff; +} +.blog-standard-area .blog-sidebar .blog-list .blog-title .title::after { + position: absolute; + content: ""; + bottom: -15px; + left: 17px; + height: 2px; + width: 25px; + background: #44afff; +} +.blog-standard-area .blog-sidebar .blog-list .blog-list-item ul li a { + display: flex; + justify-content: space-between; + line-height: 30px; + font-size: 14px; + color: #8a8a8a; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; - z-index: 99; - cursor: pointer; - display: none; - font-size: 24px; } - .back-top .back-to-top i { - transition: all linear 0.3s; - color: #fff; } -.back-top.back-top-2 .back-to-top { - position: fixed; - right: 30px; - bottom: 30px; - left: auto; - z-index: 9999999; } - -.footer-3-area { - background: #041d47; - padding-top: 50px; - position: relative; } - .footer-3-area::before { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - background-image: url(../images/working-line.png); - opacity: .02; } - .footer-3-area .footer-item-1 p { - color: #aeb7ca; - padding-top: 30px; - padding-bottom: 30px; } - .footer-3-area .footer-item-1 ul li { - display: inline-block; } - .footer-3-area .footer-item-1 ul li a { - height: 40px; - width: 40px; - background: #14346b; - border-radius: 5px; - color: #4a70b1; - text-align: center; - line-height: 40px; - margin-right: 5px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .footer-3-area .footer-item-1 ul li a:hover { - background: #fc5546; - color: #fff; } - .footer-3-area .footer-item-2 { - margin-left: 50px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .footer-3-area .footer-item-2 { - margin-left: 0; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .footer-3-area .footer-item-2 { - margin-left: 0; } } - @media (max-width: 767px) { - .footer-3-area .footer-item-2 { - margin-left: 0; } } - .footer-3-area .footer-item-2 .title { - color: #fff; - font-size: 18px; - font-weight: 700; - text-transform: capitalize; - padding-bottom: 28px; } - .footer-3-area .footer-item-2 p { - color: #aeb7ca; - padding-bottom: 24px; } - .footer-3-area .footer-item-2 .links-list { - display: flex; } - .footer-3-area .footer-item-2 .links-list ul li a { - font-size: 14px; - color: #aeb7ca; - line-height: 32px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .footer-3-area .footer-item-2 .links-list ul li a:hover { - color: #f86e03; } - .footer-3-area .footer-item-2.footer-item-3 { - margin-left: -30px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .footer-3-area .footer-item-2.footer-item-3 { - margin-left: 0; } } - @media (max-width: 767px) { - .footer-3-area .footer-item-2.footer-item-3 { - margin-left: 0; } } - .footer-3-area .footer-item-2.footer-item-3 .input-box { - position: relative; } - .footer-3-area .footer-item-2.footer-item-3 .input-box input { - width: 100%; - height: 60px; - background: #fff; - border: 0; - color: #8a8a8a; - padding-left: 30px; - font-size: 14px; } - .footer-3-area .footer-item-2.footer-item-3 .input-box input::placeholder { - color: #8a8a8a; - opacity: 1; } - .footer-3-area .footer-item-2.footer-item-3 .input-box button { - position: absolute; - right: 0; - top: 0; - height: 100%; - width: 60px; - border: 0; - background: #fc5546; - color: #fff; } - .footer-3-area .footer-info { - position: relative; - padding-left: 80px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .footer-3-area .footer-info { - padding-left: 60px; } } - .footer-3-area .footer-info .title { - font-size: 18px; - color: #fff; } - .footer-3-area .footer-info span { - font-size: 14px; - color: #aeb7ca; - padding-top: 4px; } - .footer-3-area .footer-info i { - position: absolute; - left: 0; - top: 50%; - transform: translateY(-50%); - height: 60px; - width: 60px; - background: #14346b; - border-radius: 50%; - text-align: center; - line-height: 60px; - color: #3e63a4; - font-size: 24px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .footer-3-area .footer-info i { - height: 40px; - width: 40px; - line-height: 40px; - font-size: 18px; } } - .footer-3-area .footer-info:hover i { - background: #fc5546; - color: #fff; } - .footer-3-area .footer-copy { - border-top: 2px solid #14346b; } - .footer-3-area .footer-copy p { - line-height: 75px; - color: #aeb7ca; } - -/*=========================== - 12.SERVICES css -===========================*/ -.services-area { - background: #3b7eff; - padding-top: 117px; - padding-bottom: 225px; - position: relative; } - .services-area::before { - position: absolute; - content: ''; - left: 0; - top: 0; - width: 100%; - height: 100%; - background-image: url(../images/services-map.png); - opacity: .06; - background-repeat: no-repeat; - background-size: cover; - background-position: center; } - .services-area .section-title .title { - color: #fff; } - .services-area .section-title .title span { - color: #fff; } - .services-area .section-title p { - color: #fff; } - .services-area .services-item { - background-image: url(../images/services-thumb.png); - background-size: cover; - background-position: center; - background-repeat: no-repeat; - position: relative; - z-index: 10; - padding: 40px 71px 45px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .services-area .services-item { - padding: 40px 10px 45px; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .services-area .services-item { - padding: 40px 45px 45px; } } - @media (max-width: 767px) { - .services-area .services-item { - padding: 40px 0px 45px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .services-area .services-item { - padding: 40px 120px 45px; } } - .services-area .services-item::before { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - background-color: #2972ff; - opacity: 1; - z-index: -1; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .services-area .services-item .title { - color: #fff; - font-size: 24px; - line-height: 32px; } - .services-area .services-item > i { - font-size: 60px; - color: #fff; - padding-top: 35px; - padding-bottom: 22px; } - .services-area .services-item p { - font-size: 14px; - font-weight: 500; - color: #fff; - line-height: 26px; - padding-bottom: 15px; } - .services-area .services-item a { - color: #fff; } - .services-area .services-active .slick-center .services-item::before { - background-color: #0250e8; - opacity: 0.859; } - .services-area .services-active .slick-dots { - position: absolute; - bottom: -95px; - left: 50%; - transform: translateX(-50%); } - .services-area .services-active .slick-dots li { - display: inline-block; } - .services-area .services-active .slick-dots li button { - background-color: transparent; - border: 3px solid #fff; - border-radius: 50%; - height: 15px; - width: 15px; - font-size: 0; - margin: 0 6px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .services-area .services-active .slick-dots li.slick-active button { - height: 20px; - width: 20px; } - .services-area.services-about { - background: #eef3f9; - padding-top: 100px; - padding-bottom: 130px; } - .services-area.services-about::before { - background-image: url(../images/services-map-2.png); - opacity: .08; } - @media only screen and (min-width: 1200px) and (max-width: 1600px) { - .services-area.services-about .services-item { - padding: 40px 71px 45px; } } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .services-area.services-about .services-item { - padding: 40px 31px 45px; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .services-area.services-about .services-item { - padding: 40px 45px 45px; } } - @media (max-width: 767px) { - .services-area.services-about .services-item { - padding: 40px 0px 45px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .services-area.services-about .services-item { - padding: 40px 70px 45px; } } - .services-area.services-about .services-item::before { - background: #fff; } - .services-area.services-about .services-item .title { - color: #222; } - .services-area.services-about .services-item > i { - color: #0154f7; } - .services-area.services-about .services-item p { - color: #8a8a8a; } - .services-area.services-about .services-item a { - color: #8a8a8a; - font-size: 15px; - font-weight: 600; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .services-area.services-about .services-item a i { - padding-left: 6px; } - .services-area.services-about .services-item a:hover { - color: #0154f7; } - -.services-3-area { - background: #041d47; - padding-top: 116px; - position: relative; - padding-bottom: 123px; } - .services-3-area::before { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - background-image: url(../images/working-line-2.png); - background-size: cover; - background-position: center; - background-repeat: no-repeat; - opacity: .03; } - .services-3-area .section-title .title { - color: #a8b5cc; } - .services-3-area .section-title .title span { - color: #fff; } - .services-3-area .section-title p { - color: #a8b5cc; - padding-bottom: 48px; } - .services-3-area .services-item > i { - font-size: 60px; - color: #1a3d77; } - .services-3-area .services-item span { - font-size: 18px; - color: #b9aecb; - text-transform: capitalize; - padding-top: 32px; - padding-bottom: 3px; } - .services-3-area .services-item .title { - font-size: 22px; - color: #fff; - padding-bottom: 25px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .services-3-area .services-item .title { - font-size: 20px; } } - .services-3-area .services-item p { - font-size: 14px; - color: #a8b5cc; - line-height: 26px; - padding: 0 25px 14px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .services-3-area .services-item p { - padding: 0 0 14px; } } - .services-3-area .services-item a { - color: #a8b5cc; - font-size: 15px; - font-weight: 600; } - .services-3-area .services-item a i { - padding-left: 6px; } - -.services-business { - margin-top: -29px; } - .services-business .container::before { - position: absolute; - content: ''; - left: 50%; - transform: translateX(-50%); - top: -115px; - width: 110%; - height: 145px; - background: #fff; - padding-left: 115px; - padding-right: 115px; } - .services-business .section-title p { - padding-bottom: 30px; } - .services-business .section-title > span { - font-size: 14px; - color: #8a8a8a; - line-height: 28px; - padding-right: 30px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .services-business .section-title > span { - padding-right: 0; } } - @media (max-width: 767px) { - .services-business .section-title > span { - padding-right: 0; } } - .services-business .section-title > span.text { - padding-top: 27px; } - .services-business .section-title a { - margin-top: 35px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .services-business .bussiness-thumb { - margin-top: 30px; } } - @media (max-width: 767px) { - .services-business .bussiness-thumb { - margin-top: 30px; } } - .services-business .bussiness-thumb img { - width: 100%; } - -.services-pricing-area { +} +.blog-standard-area .blog-sidebar .blog-list .blog-list-item ul li a:hover { + color: #44afff; +} +.blog-standard-area .blog-sidebar .blog-list .blog-tag ul li { + display: inline-block; +} +.blog-standard-area .blog-sidebar .blog-list .blog-tag ul li a { + font-size: 14px; + color: #8a8a8a; background: #eef3f9; - padding-top: 117px; - padding-bottom: 130px; } - .services-pricing-area .section-title { - padding-bottom: 50px; } - .services-pricing-area .pricing-tab { + line-height: 40px; + padding: 0 17px; + border-radius: 5px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .blog-standard-area .blog-sidebar .blog-list .blog-tag ul li a { + font-size: 13px; + padding: 0 13px; + } +} +@media (max-width: 767px) { + .blog-standard-area .blog-sidebar .blog-list .blog-tag ul li a { + padding: 0 12px; + font-size: 13px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-standard-area .blog-sidebar .blog-list .blog-tag ul li a { + padding: 0 14px; + font-size: 17px; + } +} +.blog-standard-area .blog-sidebar .blog-list .blog-tag ul li a:hover { + background: #44afff; + color: #fff; +} +.blog-standard-area .blog-sidebar .blog-list .blog-tag ul li:nth-child(2) a { + margin: 0 6px; +} +.blog-standard-area .blog-sidebar .blog-add-area { + position: relative; +} +.blog-standard-area .blog-sidebar .blog-add-area img { + width: 100%; +} +.blog-standard-area .blog-sidebar .blog-add-area .add-overlay { + position: absolute; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-color: rgba(59, 126, 255, 0.85); + text-align: center; + padding-top: 109px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .blog-standard-area .blog-sidebar .blog-add-area .add-overlay { + padding-top: 60px; + } +} +@media (max-width: 767px) { + .blog-standard-area .blog-sidebar .blog-add-area .add-overlay { padding-top: 50px; - padding-left: 30px; - padding-bottom: 250px; - margin-right: 2px; - margin-left: 2px; - padding-right: 20px; - position: relative; } - .services-pricing-area .pricing-tab .nav li a { - padding: 0; - background-color: #fef0e5; - line-height: 50px; - color: #222; - padding: 0 24px; - border-radius: 0; - font-size: 15px; - font-weight: 600; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .services-pricing-area .pricing-tab .nav li a { - padding: 0 17px; } } - .services-pricing-area .pricing-tab .nav li a.active { - background: #f86e03; - color: #fff; } - .services-pricing-area .pricing-tab p { - font-size: 16px; - padding-top: 15px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .services-pricing-area .pricing-tab p { - font-size: 14px; } } - .services-pricing-area .pricing-tab img { - position: absolute; - right: 0; - bottom: 0; } - .services-pricing-area .pricing-item { - margin-left: 2px; - margin-right: 2px; - padding-top: 44px; } - .services-pricing-area .pricing-item .title { - font-size: 30px; - color: #222; } - .services-pricing-area .pricing-item p { - padding: 8px 30px 30px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .services-pricing-area .pricing-item p { - padding: 8px 10px 30px; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .services-pricing-area .pricing-item p { - padding: 8px 80px 30px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .services-pricing-area .pricing-item p { - padding: 8px 70px 30px; } } - .services-pricing-area .pricing-item ul { - padding-top: 28px; - padding-bottom: 15px; } - .services-pricing-area .pricing-item ul li { - line-height: 35px; - font-size: 16px; - font-weight: 500; - color: #8a8a8a; } - .services-pricing-area .pricing-item > span { - font-size: 40px; - color: #0154f7; - font-weight: 700; - padding-bottom: 35px; } - .services-pricing-area .pricing-item > span span { - font-size: 24px; - line-height: 0; } - .services-pricing-area.priceing-page { - background: #0e2b5c; - padding-top: 100px; } - -/*=========================== - 13.COUNTER css -===========================*/ -.counter-area { - padding-top: 130px; - padding-bottom: 128px; - background: #101e3b; - position: relative; } - .counter-area::before { - position: absolute; - content: ''; - left: 0; - top: 0; - width: 100%; - height: 100%; - background-image: url(../images/counter-dot.png); - opacity: .6; } - .counter-area .counter-play { - position: relative; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .counter-area .counter-play { - margin-right: 0; } } - @media (max-width: 767px) { - .counter-area .counter-play { - margin-right: 0; } } - .counter-area .counter-play::before { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - background-color: rgba(16, 30, 59, 0.65); } - .counter-area .counter-play img { - width: 100%; } - .counter-area .counter-play a { - position: absolute; - left: 50%; - top: 50%; - transform: translate(-50%, -50%); - height: 50px; - width: 50px; - text-align: center; - line-height: 50px; - background: #fff; - border-radius: 50%; - color: #f86e03; - font-size: 14px; } - .counter-area .counter-item { - padding-left: 120px; - position: relative; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .counter-area .counter-item { - margin-top: 30px; } } - @media (max-width: 767px) { - .counter-area .counter-item { - margin-top: 30px; } } - .counter-area .counter-item i { - position: absolute; - left: 0; - top: 50%; - transform: translateY(-50%); - color: #fff; - font-size: 70px; } - .counter-area .counter-item .title { - font-size: 45px; - color: #f86e03; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .counter-area .counter-item .title { - font-size: 32px; } } - @media (max-width: 767px) { - .counter-area .counter-item .title { - font-size: 32px; } } - .counter-area .counter-item span { - font-size: 18px; - color: #91a5ce; - font-weight: 500; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .counter-area .counter-item span { - font-size: 15px; } } - .counter-area.about-counter { - padding-top: 0; - background-color: transparent; - padding-bottom: 130; } - .counter-area.about-counter::before { - display: none; } - .counter-area.about-counter .counter-item i { - color: #f86e03; } - .counter-area.about-counter .counter-item .title { - color: #222; } - .counter-area.about-counter .counter-item span { - color: #8a8a8a; } - -/*=========================== - 14.FAQ css -===========================*/ -.faq-area { - padding-top: 117px; - padding-bottom: 115px; } - .faq-area .section-title p { - padding-bottom: 48px; } - @media (max-width: 767px) { - .faq-area .faq-thumb { - margin-top: 30px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .faq-area .faq-thumb { - margin-top: 60px; } } - .faq-area .faq-thumb img { - width: 100%; } - .faq-area .faq-content { - background: #ef5b51; - padding: 40px 20px 45px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .faq-area .faq-content { - padding: 40px 50px 45px; } } - .faq-area .faq-content .title { - color: #fff; - font-size: 24px; } - .faq-area .faq-content p { - color: #fff; - font-size: 14px; - line-height: 28px; - padding-top: 17px; - padding-bottom: 27px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .faq-area .faq-content p { - font-size: 13px; } } - .faq-area .faq-content a { - background: #d24238; - border-color: #d24238; } - .faq-area.about-faq { + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-standard-area .blog-sidebar .blog-add-area .add-overlay { padding-top: 100px; - padding-bottom: 130px; } - .faq-area.about-faq .faq-content { - background: #f86e03; } - .faq-area.about-faq .faq-content a { - background: #d15b00; - border-color: #d15b00; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .faq-area.about-faq .company-content { - margin-top: 30px; - padding-left: 0; - padding-right: 0; } } - @media (max-width: 767px) { - .faq-area.about-faq .company-content { - margin-top: 30px; - padding-left: 0; - padding-right: 0; } } - .faq-area.about-faq .company-content .section-title p { - border-bottom: 1px solid #ddd; - padding-bottom: 38px; } - .faq-area.about-faq .company-content .company-item p { - padding-top: 30px; - padding-bottom: 35px; } - .faq-area.about-faq .company-content .company-item ul li { - display: inline-block; } - @media (max-width: 767px) { - .faq-area.about-faq .company-content .company-item ul li { - display: block; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .faq-area.about-faq .company-content .company-item ul li { - display: inline-block; } } - .faq-area.about-faq .company-content .company-item ul li .link { - font-size: 15px; - font-weight: 600; - color: #f86e03; - margin-left: 35px; } - @media (max-width: 767px) { - .faq-area.about-faq .company-content .company-item ul li .link { - margin-left: 0; - margin-top: 20px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .faq-area.about-faq .company-content .company-item ul li .link { - margin-left: 35px; - margin-top: 0; } } - .faq-area.about-faq .company-content .company-item ul li .link i { - padding-left: 6px; } - .faq-area.faq-page { - padding-top: 100px; } - -.faq-accordion { - padding-top: 30px; } - .faq-accordion .accordion { - border: 2px solid transparent; } - .faq-accordion .accordion .card { - border-radius: 0px !important; - border: 0; - border-top: 2px solid transparent; - margin-bottom: 30px; - background: #eef3f9; } - .faq-accordion .accordion .card:first-child { - border-top: 0; } - .faq-accordion .accordion .card .card-header { - border-bottom: 0; - padding: 0; - margin: 0; - background-color: transparent; } - .faq-accordion .accordion .card .card-header a { - line-height: 70px; - padding: 0 0 0 40px; - text-decoration: none; - font-weight: 600; - font-size: 18px; - width: 100%; - color: #fff; - position: relative; - background: #3b7eff; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .faq-accordion .accordion .card .card-header a { - padding: 0 0 0 40px; - font-size: 18px; } } - @media (max-width: 767px) { - .faq-accordion .accordion .card .card-header a { - line-height: 28px; - padding: 10px 0px 10px 26px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .faq-accordion .accordion .card .card-header a { - line-height: 70px; - padding: 0 0 0 40px; } } - .faq-accordion .accordion .card .card-header a i { - color: #0154f7; - padding-right: 20px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .faq-accordion .accordion .card .card-header a i { - padding-right: 10px; } } - .faq-accordion .accordion .card .card-header a.collapsed { - color: #8a8a8a; - background-color: transparent; - font-weight: 600; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .faq-accordion .accordion .card .card-header a.collapsed { - padding: 0 0 0 40px; - font-size: 15px; } } - .faq-accordion .accordion .card .card-header a.collapsed::before { - content: '\f105'; - color: #666; } - .faq-accordion .accordion .card .card-header a::before { - position: absolute; - content: '\f105'; - right: 36px; - font-size: 16px; - font-family: 'Font Awesome 5 Pro'; - color: #fff; } - @media (max-width: 767px) { - .faq-accordion .accordion .card .card-header a::before { - right: 18px; } } - .faq-accordion .accordion .card .card-body { - padding: 0 30px 20px 40px !important; - background: #3b7eff; } - @media (max-width: 767px) { - .faq-accordion .accordion .card .card-body { - padding: 0 30px 20px 26px !important; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .faq-accordion .accordion .card .card-body { - padding: 0 30px 20px 40px !important; } } - .faq-accordion .accordion .card .card-body p { - font-size: 14px; - color: #fff; - font-weight: 500; - line-height: 28px; } - -.accordion-area { - padding-top: 97px; } - .accordion-area .faq-accordion .accordion .card { - margin-bottom: 15px; } - -/*=========================== - 15.CATEGORY css -===========================*/ -.category-area .category-thumb { + } +} +.blog-standard-area .blog-sidebar .blog-add-area .add-overlay .title { + color: #fff; + font-size: 45px; + font-weight: 700; + line-height: 45px; +} +.blog-standard-area .blog-sidebar .blog-add-area .add-overlay p { + font-size: 14px; + font-weight: 500; + color: #fff; + line-height: 32px; + padding: 30px 50px 35px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .blog-standard-area .blog-sidebar .blog-add-area .add-overlay p { + padding: 30px 0 35px; + } +} +@media (max-width: 767px) { + .blog-standard-area .blog-sidebar .blog-add-area .add-overlay p { + padding: 30px 0 35px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-standard-area .blog-sidebar .blog-add-area .add-overlay p { + padding: 30px 50px 35px; + } +} +.blog-standard-area .blog-sidebar .blog-add-area .add-overlay a { + border-radius: 30px; +} +.blog-standard-area .blog-sidebar .blog-add-area .add-overlay a i { + padding-left: 6px; +} +.blog-standard-area .blog-sidebar .blog-add-area .add-overlay a::before { + display: none; +} +.blog-standard-area .blog-sidebar .blog-add-area .add-overlay a::after { + display: none; +} +.blog-standard-area .blog-standard .blog-item .blog-thumb { position: relative; - height: 590px; } - .category-area .category-thumb::before { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - background-color: #fc5546; - opacity: .8; } - .category-area .category-thumb img { - width: 100%; } - .category-area .category-thumb .play-overlay { - position: absolute; - left: 50%; - top: 50%; - transform: translate(-50%, -50%); } - .category-area .category-thumb .play-overlay a { - color: #fff; - height: 100px; - width: 100px; - border-radius: 50%; - text-align: center; - line-height: 100px; - border: 2px solid #fff; - font-size: 20px; } - .category-area .category-thumb .play-overlay a::before { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - border: 1px solid #fff; - -webkit-animation: ripple-white 1s linear infinite; - -moz-animation: ripple-white 1s linear infinite; - -o-animation: ripple-white 1s linear infinite; - animation: ripple-white 1s linear infinite; - border-radius: 50%; } - .category-area .category-thumb .play-overlay a::after { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - border: 1px solid #fff; - -webkit-animation: ripple-white 1.3s linear infinite; - -moz-animation: ripple-white 1.3s linear infinite; - -o-animation: ripple-white 1.3s linear infinite; - animation: ripple-white 1.3s linear infinite; - border-radius: 50%; } -.category-area .category-misson { - height: 590px; - background: #eceff3; } - .category-area .category-misson .misson-item .title { - font-size: 24px; - font-weight: 700; - line-height: 34px; - padding-top: 25px; } - .category-area .category-misson .misson-item p { - font-weight: 500; - color: #8a8a8a; - line-height: 26px; - padding: 18px 0px 25px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .category-area .category-misson .misson-item p { - font-size: 12px; } } - @media (max-width: 767px) { - .category-area .category-misson .misson-item p { - font-size: 11px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .category-area .category-misson .misson-item p { - font-size: 14px; } } - .category-area .category-misson .misson-item a { - background: #fc5546; - border-color: #fc5546; } - .category-area .category-misson .misson-item a:hover { - color: #222; - background: #fff; - border-color: #fff; } - .category-area .category-misson .misson-item a:hover::before { - border-color: #0154f7; } - .category-area .category-misson .misson-item a:hover::after { - border-color: #0154f7; } -.category-area .category-goals { - height: 590px; } - .category-area .category-goals .goals-item .title { - color: #fff; - font-size: 24px; - font-weight: 700; - line-height: 34px; - padding-top: 25px; } - .category-area .category-goals .goals-item p { - font-weight: 500; - color: #fff; - line-height: 26px; - padding: 18px 0px 25px; - padding-top: 18px; - padding-bottom: 25px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .category-area .category-goals .goals-item p { - font-size: 12px; } } - @media (max-width: 767px) { - .category-area .category-goals .goals-item p { - font-size: 11px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .category-area .category-goals .goals-item p { - font-size: 14px; } } - .category-area .category-goals .goals-item a { - background: #fff; - color: #222; - border-color: #fff; } - .category-area .category-goals .goals-item a::before { - border-color: #0154f7; } - .category-area .category-goals .goals-item a::after { - border-color: #0154f7; } - .category-area .category-goals .goals-item a:hover { - color: #fff; - background: #fc5546; - border-color: #fc5546; } - .category-area .category-goals .goals-item a:hover::before { - border-color: #fff; } - .category-area .category-goals .goals-item a:hover::after { - border-color: #fff; } - -/*=========================== - 16.CASE STUDY css -===========================*/ -.case-study-area { - padding-top: 117px; - background: #eceff3; } - .case-study-area .section-title .title { - padding-bottom: 50px; } - .case-study-area .case-item .case-thumb { - overflow: hidden; } - .case-study-area .case-item .case-thumb img { - width: 100%; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - -o-transform: scale(1); - transform: scale(1); } - .case-study-area .case-item .case-content { - padding: 34px 40px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .case-study-area .case-item .case-content { - padding: 34px 20px; } } - @media (max-width: 767px) { - .case-study-area .case-item .case-content { - padding: 10px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .case-study-area .case-item .case-content { - padding: 34px 40px; } } - .case-study-area .case-item .case-content .title { - font-size: 24px; - color: #222; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .case-study-area .case-item .case-content p { - font-size: 14px; - color: #8a8a8a; - padding-top: 13px; } - .case-study-area .case-item .case-content a { - color: #8a8a8a; - font-weight: 600; - font-size: 15px; - margin-top: 15px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .case-study-area .case-item .case-content a:hover { - color: #fc5546; } - .case-study-area .case-item .case-content a i { - padding-left: 6px; } - .case-study-area .case-item:hover .case-thumb img { - -webkit-transform: scale(1.1); - -moz-transform: scale(1.1); - -ms-transform: scale(1.1); - -o-transform: scale(1.1); - transform: scale(1.1); } - .case-study-area .case-item:hover .case-content .title { - color: #f86e03; } - .case-study-area .case-item-2 { - position: relative; - overflow: hidden; } - .case-study-area .case-item-2 img { - width: 100%; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; - transform: scale(1); } - .case-study-area .case-item-2 .case-overlay { - position: absolute; - left: 0; - top: 0; - height: 100%; - width: 100%; - background-image: -moz-linear-gradient(90deg, #061f49 0%, rgba(12, 39, 86, 0.5) 70%, rgba(14, 43, 92, 0.01) 99%, #0e2b5c 100%); - background-image: -webkit-linear-gradient(90deg, #061f49 0%, rgba(12, 39, 86, 0.5) 70%, rgba(14, 43, 92, 0.01) 99%, #0e2b5c 100%); - background-image: -ms-linear-gradient(90deg, #061f49 0%, rgba(12, 39, 86, 0.5) 70%, rgba(14, 43, 92, 0.01) 99%, #0e2b5c 100%); - background-image: -o-linear-gradient(90deg, #061f49 0%, rgba(12, 39, 86, 0.5) 70%, rgba(14, 43, 92, 0.01) 99%, #0e2b5c 100%); - background-size: cover; } - .case-study-area .case-item-2 .case-overlay .case-content { - position: absolute; - left: 30px; - bottom: 25px; } - .case-study-area .case-item-2 .case-overlay .case-content .title { - color: #fff; - font-size: 20px; - text-transform: capitalize; - padding-bottom: 6px; } - .case-study-area .case-item-2 .case-overlay .case-content a { - color: #fff; - font-size: 15px; - font-weight: 600; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .case-study-area .case-item-2 .case-overlay .case-content a:hover { - color: #f86e03; } - .case-study-area .case-item-2 .case-overlay .case-content a i { - padding-left: 6px; } - .case-study-area .case-item-2:hover img { - transform: scale(1.1); } - .case-study-area.case-page-1 { - padding-top: 100px; - background: #fff; } - .case-study-area.case-page-1 .case-item .case-content { - background: #eceff3; } - .case-study-area.case-page-2 { - background: #fff; - padding-top: 100px; } - -/*=========================== - 16.ACHIEVEMENT css -===========================*/ -.achievement-area .achievement-counter { - background: #3b7eff; - border-radius: 10px; } - .achievement-area .achievement-counter i { - font-size: 70px; - color: #fff; - padding-top: 60px; } - .achievement-area .achievement-counter span { - font-size: 45px; - font-weight: 700; - color: #fff; - padding-top: 10px; } - .achievement-area .achievement-counter .title { - font-size: 18px; - font-weight: 500; - color: #fff; - padding-bottom: 60px; } - .achievement-area .achievement-counter.item-2 { - background: #f86e03; } - .achievement-area .achievement-counter.item-3 { - background: #ef5b51; - margin-left: 30px; - margin-right: -30px; - position: relative; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .achievement-area .achievement-counter.item-3 { - margin-left: 0; - margin-right: 0; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .achievement-area .achievement-counter.item-3 { - margin-left: 0; - margin-right: 0; } } - @media (max-width: 767px) { - .achievement-area .achievement-counter.item-3 { - margin-left: 0; - margin-right: 0; } } - .achievement-area .achievement-counter.item-4 { - background: #0154f7; - margin-left: 30px; - margin-right: -30px; - position: relative; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .achievement-area .achievement-counter.item-4 { - margin-left: 0; - margin-right: 0; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .achievement-area .achievement-counter.item-4 { - margin-left: 0; - margin-right: 0; } } - @media (max-width: 767px) { - .achievement-area .achievement-counter.item-4 { - margin-left: 0; - margin-right: 0; } } -@media only screen and (min-width: 768px) and (max-width: 991px) { - .achievement-area .section-title { - margin-top: 40px; } } +} +.blog-standard-area .blog-standard .blog-item .blog-thumb img { + width: 100%; +} +.blog-standard-area .blog-standard .blog-item .blog-thumb a { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + height: 100px; + width: 100px; + text-align: center; + line-height: 100px; + background: #803fff; + border-radius: 50%; + color: #fff; + font-size: 18px; +} +.blog-standard-area .blog-standard .blog-item .blog-content { + padding: 35px 30px 40px; +} +@media (max-width: 767px) { + .blog-standard-area .blog-standard .blog-item .blog-content { + padding: 35px 10px 40px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-standard-area .blog-standard .blog-item .blog-content { + padding: 35px 30px 40px; + } +} +.blog-standard-area .blog-standard .blog-item .blog-content .item .blog-date ul li { + display: inline-block; + font-size: 14px; + font-weight: 500; + color: #8a8a8a; + margin-right: 26px; +} @media (max-width: 767px) { - .achievement-area .section-title { - margin-top: 40px; } } -@media only screen and (min-width: 992px) and (max-width: 1200px) { - .achievement-area .section-title .title { - font-size: 36px; } } -.achievement-area .section-title .title span { - font-size: 46px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .achievement-area .section-title .title span { - font-size: 36px; } } - @media (max-width: 767px) { - .achievement-area .section-title .title span { - font-size: 28px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .achievement-area .section-title .title span { - font-size: 46px; } } - .achievement-area .section-title .title span span { - color: #fc5546; } -.achievement-area .section-title p { - color: #c3c3c3; - padding-bottom: 30px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .achievement-area .section-title p { - font-size: 18px; } } -.achievement-area .achievement-text p { + .blog-standard-area .blog-standard .blog-item .blog-content .item .blog-date ul li { + margin-right: 20px; + font-size: 13px; + } +} +.blog-standard-area .blog-standard .blog-item .blog-content .item .blog-date ul li i { + color: #44afff; + padding-right: 6px; +} +@media (max-width: 767px) { + .blog-standard-area .blog-standard .blog-item .blog-content .item .blog-social { + margin-top: 15px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-standard-area .blog-standard .blog-item .blog-content .item .blog-social { + margin-top: 0px; + } +} +.blog-standard-area .blog-standard .blog-item .blog-content .item .blog-social ul li { + display: inline-block; +} +.blog-standard-area .blog-standard .blog-item .blog-content .item .blog-social ul li span { + font-weight: 500; color: #8a8a8a; + text-transform: capitalize; + padding-right: 5px; +} +.blog-standard-area .blog-standard .blog-item .blog-content .item .blog-social ul li a { font-size: 14px; - padding-bottom: 33px; } -.achievement-area .achievement-text a { - background: #fc5546; - border-color: #fc5546; } - .achievement-area .achievement-text a:hover { - background: #0154f7; - border-color: #0154f7; } - -.video-play-area { - height: 895px; - position: relative; - background-attachment: fixed; } - .video-play-area::before { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - background-color: #0e2b5c; - opacity: 0.749; } - .video-play-area .video-play-item a { - color: #fff; - height: 80px; - width: 80px; - border-radius: 50%; - text-align: center; - line-height: 80px; - border: 2px solid #fc5546; - background: #fc5546; - font-size: 20px; - position: relative; } - .video-play-area .video-play-item a::before { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - border: 1px solid #fff; - -webkit-animation: ripple-white 1s linear infinite; - -moz-animation: ripple-white 1s linear infinite; - -o-animation: ripple-white 1s linear infinite; - animation: ripple-white 1s linear infinite; - border-radius: 50%; } - .video-play-area .video-play-item a::after { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - border: 1px solid #fff; - -webkit-animation: ripple-white 1.3s linear infinite; - -moz-animation: ripple-white 1.3s linear infinite; - -o-animation: ripple-white 1.3s linear infinite; - animation: ripple-white 1.3s linear infinite; - border-radius: 50%; } - .video-play-area .video-play-item .title { - color: #fff; - font-size: 100px; - font-weight: 700; - padding-top: 65px; - padding-bottom: 5px; } - @media (max-width: 767px) { - .video-play-area .video-play-item .title { - font-size: 40px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .video-play-area .video-play-item .title { - font-size: 70px; } } - .video-play-area .video-play-item span { - font-size: 30px; - font-weight: 500; - color: #fff; } - @media (max-width: 767px) { - .video-play-area .video-play-item span { - font-size: 18px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .video-play-area .video-play-item span { - font-size: 30px; } } - -/*=========================== - 17.SOLUTIONS css -===========================*/ + color: #8a8a8a; + margin-left: 12px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +.blog-standard-area .blog-standard .blog-item .blog-content .item .blog-social ul li a:hover { + color: #44afff; +} +.blog-standard-area .blog-standard .blog-item .blog-content .title { + font-size: 28px; + font-weight: 600; + line-height: 38px; + padding-top: 11px; +} @media only screen and (min-width: 992px) and (max-width: 1200px) { - .solutions-area { - padding-top: 117px; } } -.solutions-area .solutions-thumb { - margin-right: -30px; } - @media (max-width: 767px) { - .solutions-area .solutions-thumb { - margin-right: 0; } } - .solutions-area .solutions-thumb img { - width: 100%; } - .solutions-area .solutions-thumb .solutions-content { - background: #f86e03; - text-align: center; - margin-top: 30px; } - .solutions-area .solutions-thumb .solutions-content span { - color: #fff; - font-size: 35px; - font-weight: 700; - line-height: 45px; - padding: 55px 30px 65px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .solutions-area .solutions-thumb .solutions-content span { - font-size: 28px; - line-height: 38px; } } - @media (max-width: 767px) { - .solutions-area .solutions-thumb .solutions-content span { - font-size: 22px; - line-height: 32px; - padding: 55px 10px 65px; } } + .blog-standard-area .blog-standard .blog-item .blog-content .title { + font-size: 23px; + line-height: 33px; + } +} @media only screen and (min-width: 768px) and (max-width: 991px) { - .solutions-area .solutions-content-area { - padding-left: 0; - padding-top: 30px; } } + .blog-standard-area .blog-standard .blog-item .blog-content .title { + font-size: 25px; + line-height: 35px; + } +} @media (max-width: 767px) { - .solutions-area .solutions-content-area { - padding-left: 0; - padding-top: 30px; } } -.solutions-area .solutions-content-area .section-title p { - padding-bottom: 40px; } -.solutions-area .solutions-content-area .solutions-list .item { - position: relative; - padding-left: 110px; - padding-top: 15px; } - @media (max-width: 767px) { - .solutions-area .solutions-content-area .solutions-list .item { - padding-left: 50px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .solutions-area .solutions-content-area .solutions-list .item { - padding-left: 110px; } } - .solutions-area .solutions-content-area .solutions-list .item .title { - font-size: 24px; - font-weight: 600; - color: #222; } - @media (max-width: 767px) { - .solutions-area .solutions-content-area .solutions-list .item .title { - font-size: 20px; } } - .solutions-area .solutions-content-area .solutions-list .item p { - padding-right: 30px; - padding-top: 11px; } - .solutions-area .solutions-content-area .solutions-list .item i { - position: absolute; - left: 0; - top: 0; - height: 60px; - width: 60px; - border-radius: 50%; - background: #fef0e5; - text-align: right; - font-size: 40px; - color: #f86e03; - padding-left: 28px; - padding-top: 30px; } - @media (max-width: 767px) { - .solutions-area .solutions-content-area .solutions-list .item i { - height: 30px; - width: 30px; - font-size: 22px; - padding-left: 15px; - padding-top: 15px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .solutions-area .solutions-content-area .solutions-list .item i { - height: 60px; - width: 60px; - font-size: 40px; - padding-left: 28px; - padding-top: 30px; } } -.solutions-area .solutions-content-area .solutions-list .solutions-btn { - padding-top: 30px; } - .solutions-area .solutions-content-area .solutions-list .solutions-btn ul li { - display: inline-block; } - .solutions-area .solutions-content-area .solutions-list .solutions-btn ul li a.link { - padding-left: 30px; - color: #f86e03; - font-size: 15px; - font-weight: 600; } - @media (max-width: 767px) { - .solutions-area .solutions-content-area .solutions-list .solutions-btn ul li a.link { - margin-top: 20px; - padding-left: 0; - margin-right: 20px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .solutions-area .solutions-content-area .solutions-list .solutions-btn ul li a.link { - margin-top: 0px; - padding-left: 30px; - margin-right: 0; } } - .solutions-area .solutions-content-area .solutions-list .solutions-btn ul li a.link i { - padding-left: 6px; } - -/*=========================== - 18.CASE DETAILS css -===========================*/ -.case-details-area .case-thumb { - position: relative; } - .case-details-area .case-thumb .play { - position: absolute; - left: 50%; - top: 50%; - -webkit-transform: translate(-50%, -50%); - -moz-transform: translate(-50%, -50%); - -ms-transform: translate(-50%, -50%); - -o-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); } - .case-details-area .case-thumb .play a { - font-size: 24px; - height: 120px; - width: 120px; - text-align: center; - line-height: 120px; - border-radius: 50%; - background: #0154f7; - color: #fff; } - .case-details-area .case-thumb img { - width: 100%; } -.case-details-area .case-list { - border-bottom: 2px solid #efefef; - padding-bottom: 40px; - margin-bottom: 25px; } - .case-details-area .case-list .item span { + .blog-standard-area .blog-standard .blog-item .blog-content .title { font-size: 16px; - font-weight: 700; - color: #8a8a8a; - letter-spacing: 2px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .case-details-area .case-list .item span { - font-size: 14px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .case-details-area .case-list .item span { - font-size: 13px; } } - .case-details-area .case-list .item .title { - font-size: 24px; - color: #222; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .case-details-area .case-list .item .title { - font-size: 20px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .case-details-area .case-list .item .title { - font-size: 16px; } } + line-height: 26px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-standard-area .blog-standard .blog-item .blog-content .title { + font-size: 18px; + line-height: 28px; + } +} +.blog-standard-area .blog-standard .blog-item .blog-content .title a { + color: #222; +} +.blog-standard-area .blog-standard .blog-item .blog-content p { + font-size: 14px; + line-height: 26px; + color: #8a8a8a; + font-weight: 400; + padding-top: 15px; + margin-bottom: 18px; +} +.blog-standard-area .blog-standard .blog-quote { + background: #fff; + padding: 0 30px; + border-left: 5px solid #44afff; + margin-top: -20px; +} +@media (max-width: 767px) { + .blog-standard-area .blog-standard .blog-quote { + padding: 0 10px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-standard-area .blog-standard .blog-quote { + padding: 0 30px; + } +} +.blog-standard-area .blog-standard .blog-quote p { + font-size: 20px; + font-weight: 600; + color: #222; + line-height: 28px; + padding-right: 15px; +} @media only screen and (min-width: 992px) and (max-width: 1200px) { - .case-details-area .case-content { - padding-left: 15px; } } + .blog-standard-area .blog-standard .blog-quote p { + font-size: 18px; + } +} @media only screen and (min-width: 768px) and (max-width: 991px) { - .case-details-area .case-content { - padding-left: 0; } } + .blog-standard-area .blog-standard .blog-quote p { + font-size: 18px; + } +} @media (max-width: 767px) { - .case-details-area .case-content { - padding-left: 0; } } -.case-details-area .case-content .title { - font-size: 36px; + .blog-standard-area .blog-standard .blog-quote p { + font-size: 15px; + padding-right: 0; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-standard-area .blog-standard .blog-quote p { + font-size: 18px; + padding-right: 0; + } +} +.blog-standard-area .blog-standard .blog-quote span { + font-size: 16px; font-weight: 700; color: #222; - padding-bottom: 17px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .case-details-area .case-content .title { - font-size: 30px; } } - @media (max-width: 767px) { - .case-details-area .case-content .title { - font-size: 24px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .case-details-area .case-content .title { - font-size: 36px; } } -.case-details-area .case-content p { - padding-right: 10px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .case-details-area .case-content p { - padding-right: 0; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .case-details-area .case-content p { - padding-right: 0; } } - @media (max-width: 767px) { - .case-details-area .case-content p { - padding-right: 0; } } - .case-details-area .case-content p.text { - font-size: 16px; - padding-bottom: 40px; } -.case-details-area .case-share { - border-top: 2px solid #efefef; - margin-top: 30px; - padding-top: 25px; } - .case-details-area .case-share .case-tag ul li { - display: inline-block; } - .case-details-area .case-share .case-tag ul li span { - font-weight: 700; - color: #222; - font-size: 16px; - padding-right: 6px; } - @media (max-width: 767px) { - .case-details-area .case-share .case-tag ul li span { - font-size: 14px; } } - .case-details-area .case-share .case-tag ul li a { - font-weight: 500; - color: #8a8a8a; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .case-details-area .case-share .case-tag ul li a { - font-size: 14px; } } - @media (max-width: 767px) { - .case-details-area .case-share .case-social { - margin-top: 30px; } } - .case-details-area .case-share .case-social ul li { - display: inline-block; } - .case-details-area .case-share .case-social ul li span { - color: #222; - font-weight: 700; - padding-right: 6px; } - @media (max-width: 767px) { - .case-details-area .case-share .case-social ul li span { - font-size: 14px; } } - .case-details-area .case-share .case-social ul li a { - height: 35px; - width: 35px; - text-align: center; - line-height: 35px; - border-radius: 50%; - background: #0154f7; - color: #fff; - font-size: 14px; - margin-left: 5px; } - -/*=========================== - 19.BLOG STANDARD css -===========================*/ -.blog-standard-area { - background: #eef3f9; - padding-bottom: 128px; } - .blog-standard-area .blog-sidebar .blog-search .input-box { - position: relative; } - .blog-standard-area .blog-sidebar .blog-search .input-box input { - width: 100%; - background: #fff; - border: 0; - line-height: 70px; - padding-left: 30px; - font-size: 14px; - color: #8a8a8a; } - .blog-standard-area .blog-sidebar .blog-search .input-box input::placeholder { - color: #8a8a8a; - opacity: 1; } - .blog-standard-area .blog-sidebar .blog-search .input-box button { - position: absolute; - right: 0; - top: 0; - height: 100%; - width: 70px; - text-align: center; - line-height: 70px; - color: #0154f7; - border: 0; - background-color: transparent; } - .blog-standard-area .blog-sidebar .blog-news { - padding: 30px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .blog-standard-area .blog-sidebar .blog-news { - padding: 12px; } } - @media (max-width: 767px) { - .blog-standard-area .blog-sidebar .blog-news { - padding: 30px 10px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-standard-area .blog-sidebar .blog-news { - padding: 30px 30px; } } - .blog-standard-area .blog-sidebar .blog-news .blog-title { - margin-bottom: 40px; } - .blog-standard-area .blog-sidebar .blog-news .blog-title .title { - font-size: 24px; - color: #222; - position: relative; } - .blog-standard-area .blog-sidebar .blog-news .blog-title .title::before { - position: absolute; - content: ''; - bottom: -15px; - left: 0; - height: 2px; - width: 10px; - background: #0154f7; } - .blog-standard-area .blog-sidebar .blog-news .blog-title .title::after { - position: absolute; - content: ''; - bottom: -15px; - left: 17px; - height: 2px; - width: 25px; - background: #0154f7; } - .blog-standard-area .blog-sidebar .blog-news .blog-news-item { - border-bottom: 1px solid #d7d7d7; - padding-bottom: 26px; - margin-bottom: 25px; } - .blog-standard-area .blog-sidebar .blog-news .blog-news-item .item { - padding-left: 90px; - position: relative; } - @media (max-width: 767px) { - .blog-standard-area .blog-sidebar .blog-news .blog-news-item .item { - padding-left: 80px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-standard-area .blog-sidebar .blog-news .blog-news-item .item { - padding-left: 90px; } } - .blog-standard-area .blog-sidebar .blog-news .blog-news-item .item .title { - font-size: 18px; - font-weight: 600; - line-height: 26px; - color: #222; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .blog-standard-area .blog-sidebar .blog-news .blog-news-item .item .title { - font-size: 16px; } } - @media (max-width: 767px) { - .blog-standard-area .blog-sidebar .blog-news .blog-news-item .item .title { - font-size: 16px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-standard-area .blog-sidebar .blog-news .blog-news-item .item .title { - font-size: 18px; } } - .blog-standard-area .blog-sidebar .blog-news .blog-news-item .item img { - position: absolute; - left: 0; - top: 50%; - width: 70px; - height: 70px; - object-fit: cover; - transform: translateY(-50%); } - .blog-standard-area .blog-sidebar .blog-news .blog-news-item .item span { - font-size: 14px; } - .blog-standard-area .blog-sidebar .blog-news .blog-news-item.none { - margin-bottom: 0; - padding-bottom: 0; - border: 0; } - .blog-standard-area .blog-sidebar .blog-list { - padding: 30px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .blog-standard-area .blog-sidebar .blog-list { - padding: 12px; } } - @media (max-width: 767px) { - .blog-standard-area .blog-sidebar .blog-list { - padding: 30px 10px; } } - .blog-standard-area .blog-sidebar .blog-list .blog-title { - margin-bottom: 40px; } - .blog-standard-area .blog-sidebar .blog-list .blog-title .title { - font-size: 24px; - color: #222; - position: relative; } - .blog-standard-area .blog-sidebar .blog-list .blog-title .title::before { - position: absolute; - content: ''; - bottom: -15px; - left: 0; - height: 2px; - width: 10px; - background: #0154f7; } - .blog-standard-area .blog-sidebar .blog-list .blog-title .title::after { - position: absolute; - content: ''; - bottom: -15px; - left: 17px; - height: 2px; - width: 25px; - background: #0154f7; } - .blog-standard-area .blog-sidebar .blog-list .blog-list-item ul li a { - display: flex; - justify-content: space-between; - line-height: 30px; - font-size: 14px; - color: #8a8a8a; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .blog-standard-area .blog-sidebar .blog-list .blog-list-item ul li a:hover { - color: #0154f7; } - .blog-standard-area .blog-sidebar .blog-list .blog-tag ul li { - display: inline-block; } - .blog-standard-area .blog-sidebar .blog-list .blog-tag a { - display: inline-block; - font-size: 14px; - color: #8a8a8a; - background: #eef3f9; - line-height: 40px; - padding: 0 17px; - border-radius: 5px; - margin: 5px 3px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .blog-standard-area .blog-sidebar .blog-list .blog-tag a { - font-size: 13px; - padding: 0 13px; } } - @media (max-width: 767px) { - .blog-standard-area .blog-sidebar .blog-list .blog-tag a { - padding: 0 12px; - font-size: 13px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-standard-area .blog-sidebar .blog-list .blog-tag a { - padding: 0 14px; - font-size: 17px; } } - .blog-standard-area .blog-sidebar .blog-list .blog-tag a:hover { - background: #0154f7; - color: #fff; } - .blog-standard-area .blog-sidebar .blog-add-area { - position: relative; } - .blog-standard-area .blog-sidebar .blog-add-area img { - width: 100%; } - .blog-standard-area .blog-sidebar .blog-add-area .add-overlay { - position: absolute; - left: 0; - top: 0; - height: 100%; - width: 100%; - background-color: rgba(59, 126, 255, 0.85); - text-align: center; - padding-top: 109px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .blog-standard-area .blog-sidebar .blog-add-area .add-overlay { - padding-top: 60px; } } - @media (max-width: 767px) { - .blog-standard-area .blog-sidebar .blog-add-area .add-overlay { - padding-top: 50px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-standard-area .blog-sidebar .blog-add-area .add-overlay { - padding-top: 100px; } } - .blog-standard-area .blog-sidebar .blog-add-area .add-overlay .title { - color: #fff; - font-size: 45px; - font-weight: 700; - line-height: 45px; } - .blog-standard-area .blog-sidebar .blog-add-area .add-overlay p { - font-size: 14px; - font-weight: 500; - color: #fff; - line-height: 32px; - padding: 30px 50px 35px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .blog-standard-area .blog-sidebar .blog-add-area .add-overlay p { - padding: 30px 0 35px; } } - @media (max-width: 767px) { - .blog-standard-area .blog-sidebar .blog-add-area .add-overlay p { - padding: 30px 0 35px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-standard-area .blog-sidebar .blog-add-area .add-overlay p { - padding: 30px 50px 35px; } } - .blog-standard-area .blog-sidebar .blog-add-area .add-overlay a { - border-radius: 30px; } - .blog-standard-area .blog-sidebar .blog-add-area .add-overlay a i { - padding-left: 6px; } - .blog-standard-area .blog-sidebar .blog-add-area .add-overlay a::before { - display: none; } - .blog-standard-area .blog-sidebar .blog-add-area .add-overlay a::after { - display: none; } - .blog-standard-area .blog-standard .blog-item .blog-thumb { - position: relative; } - .blog-standard-area .blog-standard .blog-item .blog-thumb img { - width: 100%; } - .blog-standard-area .blog-standard .blog-item .blog-thumb a { - position: absolute; - left: 50%; - top: 50%; - transform: translate(-50%, -50%); - height: 100px; - width: 100px; - text-align: center; - line-height: 100px; - background: #f86e03; - border-radius: 50%; - color: #fff; - font-size: 18px; } - .blog-standard-area .blog-standard .blog-item .blog-content { - padding: 35px 30px 40px; } - @media (max-width: 767px) { - .blog-standard-area .blog-standard .blog-item .blog-content { - padding: 35px 10px 40px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-standard-area .blog-standard .blog-item .blog-content { - padding: 35px 30px 40px; } } - .blog-standard-area .blog-standard .blog-item .blog-content .item .blog-date ul li { - display: inline-block; - font-size: 14px; - font-weight: 500; - color: #8a8a8a; - margin-right: 26px; } - @media (max-width: 767px) { - .blog-standard-area .blog-standard .blog-item .blog-content .item .blog-date ul li { - margin-right: 20px; - font-size: 13px; } } - .blog-standard-area .blog-standard .blog-item .blog-content .item .blog-date ul li i { - color: #0154f7; - padding-right: 6px; } - @media (max-width: 767px) { - .blog-social { - margin-top: 15px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-social { - margin-top: 0px; } } - .blog-social ul li { - display: inline-block; } - .blog-social ul li span { - font-weight: 500; - color: #8a8a8a; - text-transform: capitalize; - padding-right: 5px; } - .blog-social ul li a { - font-size: 14px; - color: #8a8a8a; - margin-left: 12px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - .blog-social ul li a:hover { - color: #0154f7; } - .blog-standard-area .blog-standard .blog-item .blog-content .title { - font-size: 28px; - font-weight: 600; - line-height: 38px; - padding-top: 11px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .blog-standard-area .blog-standard .blog-item .blog-content .title { - font-size: 23px; - line-height: 33px; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .blog-standard-area .blog-standard .blog-item .blog-content .title { - font-size: 25px; - line-height: 35px; } } - @media (max-width: 767px) { - .blog-standard-area .blog-standard .blog-item .blog-content .title { - font-size: 16px; - line-height: 26px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-standard-area .blog-standard .blog-item .blog-content .title { - font-size: 18px; - line-height: 28px; } } - .blog-standard-area .blog-standard .blog-item .blog-content .title a { - color: #222; } - .blog-standard-area .blog-standard .blog-item .blog-content p { - font-size: 14px; - line-height: 26px; - color: #8a8a8a; - font-weight: 400; - padding-top: 15px; - margin-bottom: 18px; } - .blog-standard-area .blog-standard .blog-quote { - background: #fff; - padding: 0 30px; - border-left: 5px solid #0154f7; - margin-top: -20px; } - @media (max-width: 767px) { - .blog-standard-area .blog-standard .blog-quote { - padding: 0 10px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-standard-area .blog-standard .blog-quote { - padding: 0 30px; } } - .blog-standard-area .blog-standard .blog-quote p { - font-size: 20px; - font-weight: 600; - color: #222; - line-height: 28px; - padding-right: 15px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .blog-standard-area .blog-standard .blog-quote p { - font-size: 18px; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .blog-standard-area .blog-standard .blog-quote p { - font-size: 18px; } } - @media (max-width: 767px) { - .blog-standard-area .blog-standard .blog-quote p { - font-size: 15px; - padding-right: 0; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-standard-area .blog-standard .blog-quote p { - font-size: 18px; - padding-right: 0; } } - .blog-standard-area .blog-standard .blog-quote span { - font-size: 16px; - font-weight: 700; - color: #222; - padding-top: 10px; } + padding-top: 10px; +} +.blog-standard-area .blog-standard .blog-sharing { + background: #fff; + padding: 38px 30px 0; +} +@media (max-width: 767px) { .blog-standard-area .blog-standard .blog-sharing { - background: #fff; - padding: 0 30px; } - @media (max-width: 767px) { - .blog-standard-area .blog-standard .blog-sharing { - padding: 0 30px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-standard-area .blog-standard .blog-sharing { - padding: 0 30px; } } - .blog-standard-area .blog-standard .blog-sharing .blog-tag ul li { - display: inline-block; } - .blog-standard-area .blog-standard .blog-sharing .blog-tag ul li span { - font-size: 14px; - color: #222; - font-weight: 600; - padding-right: 6px; } - .blog-standard-area .blog-standard .blog-sharing .blog-tag ul li a { - font-size: 14px; - color: #8a8a8a; } + padding: 38px 10px 0; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-standard-area .blog-standard .blog-sharing { + padding: 38px 30px 0; + } +} +.blog-standard-area .blog-standard .blog-sharing .blog-tag ul li { + display: inline-block; +} +.blog-standard-area .blog-standard .blog-sharing .blog-tag ul li span { + font-size: 14px; + color: #222; + font-weight: 600; + padding-right: 6px; +} +.blog-standard-area .blog-standard .blog-sharing .blog-tag ul li a { + font-size: 14px; + color: #8a8a8a; +} +.blog-standard-area .blog-standard .blog-story { + padding: 55px 30px 75px; + background: #fff; +} +@media (max-width: 767px) { + .blog-standard-area .blog-standard .blog-story { + padding: 55px 10px 75px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { .blog-standard-area .blog-standard .blog-story { - padding: 30px 30px 0 30px; - background: #fff; } - @media (max-width: 767px) { - .blog-standard-area .blog-standard .blog-story { - padding: 55px 10px 75px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-standard-area .blog-standard .blog-story { - padding: 55px 30px 75px; } } - .blog-standard-area .blog-standard .blog-story .blog-story-1 { - background: #0154f7; - padding: 15px 15px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .blog-standard-area .blog-standard .blog-story .blog-story-1 { - padding: 20px 10px; } } - @media (max-width: 767px) { - .blog-standard-area .blog-standard .blog-story .blog-story-1 { - padding: 20px 10px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-standard-area .blog-standard .blog-story .blog-story-1 { - padding: 15px 30px; } } - .blog-standard-area .blog-standard .blog-story .blog-story-1 .title { - color: #fff; - font-size: 16px; - font-weight: 600; - line-height: 28px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .blog-standard-area .blog-standard .blog-story .blog-story-1 .title { - font-size: 18px; } } - @media (max-width: 767px) { - .blog-standard-area .blog-standard .blog-story .blog-story-1 .title { - font-size: 18px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-standard-area .blog-standard .blog-story .blog-story-1 .title { - font-size: 15px; } } - .blog-standard-area .blog-standard .blog-story .blog-story-1.blog-story-2 { - background: #e7f1fd; } - .blog-standard-area .blog-standard .blog-story .blog-story-1.blog-story-2 .title { - color: #222; } + padding: 55px 30px 75px; + } +} +.blog-standard-area .blog-standard .blog-story .blog-story-1 { + background: #44afff; + padding: 27px 36px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .blog-standard-area .blog-standard .blog-story .blog-story-1 { + padding: 27px 10px; + } +} +@media (max-width: 767px) { + .blog-standard-area .blog-standard .blog-story .blog-story-1 { + padding: 15px 10px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-standard-area .blog-standard .blog-story .blog-story-1 { + padding: 15px 30px; + } +} +.blog-standard-area .blog-standard .blog-story .blog-story-1 .title { + color: #fff; + font-size: 20px; + font-weight: 600; + line-height: 28px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .blog-standard-area .blog-standard .blog-story .blog-story-1 .title { + font-size: 18px; + } +} +@media (max-width: 767px) { + .blog-standard-area .blog-standard .blog-story .blog-story-1 .title { + font-size: 18px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-standard-area .blog-standard .blog-story .blog-story-1 .title { + font-size: 15px; + } +} +.blog-standard-area .blog-standard .blog-story .blog-story-1.blog-story-2 { + background: #e7f1fd; +} +.blog-standard-area .blog-standard .blog-story .blog-story-1.blog-story-2 .title { + color: #222; +} +.blog-standard-area .blog-standard .blog-comments { + background: #fff; + padding: 0 30px 30px; +} +@media (max-width: 767px) { .blog-standard-area .blog-standard .blog-comments { - background: #fff; - padding: 0 30px 30px; } - @media (max-width: 767px) { - .blog-standard-area .blog-standard .blog-comments { - padding: 0 10px 30px; } } - .blog-standard-area .blog-standard .blog-comments .blog-title { - padding-bottom: 10px; } - .blog-standard-area .blog-standard .blog-comments .blog-title .title { - font-size: 30px; - font-weight: 600; - position: relative; - color: #222; } - @media (max-width: 767px) { - .blog-standard-area .blog-standard .blog-comments .blog-title .title { - font-size: 22px; } } - .blog-standard-area .blog-standard .blog-comments .blog-title .title::before { - position: absolute; - content: ''; - bottom: -15px; - left: 0; - height: 2px; - width: 10px; - background: #0154f7; } - .blog-standard-area .blog-standard .blog-comments .blog-title .title::after { - position: absolute; - content: ''; - bottom: -15px; - left: 17px; - height: 2px; - width: 25px; - background: #0154f7; } - .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item { - padding-left: 130px; - position: relative; } - @media (max-width: 767px) { - .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item { - padding-left: 40px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item { - padding-left: 130px; } } - .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item img { - position: absolute; - left: 0; - top: 50%; - transform: translateY(-50%); } - @media (max-width: 767px) { - .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item img { - width: 13%; - top: 23px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item img { - width: 20%; - top: 50%; } } - .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item .title { - font-size: 18px; - font-weight: 700; - color: #222; } - .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item .title span { - color: #0154f7; - padding-left: 15px; - font-size: 13px; - font-weight: 500; } - .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item p { - line-height: 26px; - padding-right: 60px; - padding-top: 13px; - padding-bottom: 6px; } - @media (max-width: 767px) { - .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item p { - padding-right: 0; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item p { - padding-right: 60px; } } - .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item > span { - font-size: 14px; - font-weight: 600; } - @media (max-width: 767px) { - .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item.item-2 { - margin-left: 30px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item.item-2 { - margin-left: 60px; } } - .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item.item-2 p { - padding-right: 0; } + padding: 0 10px 30px; + } +} +.blog-standard-area .blog-standard .blog-comments .blog-title { + padding-bottom: 10px; +} +.blog-standard-area .blog-standard .blog-comments .blog-title .title { + font-size: 30px; + font-weight: 600; + position: relative; + color: #222; +} +@media (max-width: 767px) { + .blog-standard-area .blog-standard .blog-comments .blog-title .title { + font-size: 22px; + } +} +.blog-standard-area .blog-standard .blog-comments .blog-title .title::before { + position: absolute; + content: ""; + bottom: -15px; + left: 0; + height: 2px; + width: 10px; + background: #44afff; +} +.blog-standard-area .blog-standard .blog-comments .blog-title .title::after { + position: absolute; + content: ""; + bottom: -15px; + left: 17px; + height: 2px; + width: 25px; + background: #44afff; +} +.blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item { + padding-left: 130px; + position: relative; +} +@media (max-width: 767px) { + .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item { + padding-left: 40px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item { + padding-left: 130px; + } +} +.blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item img { + position: absolute; + left: 0; + top: 50%; + transform: translateY(-50%); +} +@media (max-width: 767px) { + .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item img { + width: 13%; + top: 23px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item img { + width: 20%; + top: 50%; + } +} +.blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item .title { + font-size: 18px; + font-weight: 700; + color: #222; +} +.blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item .title span { + color: #44afff; + padding-left: 15px; + font-size: 13px; + font-weight: 500; +} +.blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item p { + line-height: 26px; + padding-right: 60px; + padding-top: 13px; + padding-bottom: 6px; +} +@media (max-width: 767px) { + .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item p { + padding-right: 0; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item p { + padding-right: 60px; + } +} +.blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item > span { + font-size: 14px; + font-weight: 600; +} +@media (max-width: 767px) { + .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item.item-2 { + margin-left: 30px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item.item-2 { + margin-left: 60px; + } +} +.blog-standard-area .blog-standard .blog-comments .blog-comments-area .blog-comments-item.item-2 p { + padding-right: 0; +} +.blog-standard-area .blog-standard .blog-massage { + background: #fff; + padding: 40px 30px 30px; +} +@media (max-width: 767px) { .blog-standard-area .blog-standard .blog-massage { - background: #fff; - padding: 40px 30px 30px; } - @media (max-width: 767px) { - .blog-standard-area .blog-standard .blog-massage { - padding: 40px 10px 30px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .blog-standard-area .blog-standard .blog-massage { - padding: 40px 30px 30px; } } - .blog-standard-area .blog-standard .blog-massage .blog-title { - padding-bottom: 10px; } - .blog-standard-area .blog-standard .blog-massage .blog-title .title { - font-size: 30px; - font-weight: 600; - position: relative; - color: #222; } - @media (max-width: 767px) { - .blog-standard-area .blog-standard .blog-massage .blog-title .title { - font-size: 22px; } } - .blog-standard-area .blog-standard .blog-massage .blog-title .title::before { - position: absolute; - content: ''; - bottom: -15px; - left: 0; - height: 2px; - width: 10px; - background: #0154f7; } - .blog-standard-area .blog-standard .blog-massage .blog-title .title::after { - position: absolute; - content: ''; - bottom: -15px; - left: 17px; - height: 2px; - width: 25px; - background: #0154f7; } - .blog-standard-area .blog-standard .blog-massage .blog-form .input-box input { - width: 100%; - line-height: 70px; - background: #fff; - border: 2px solid #e9ebef; - padding-left: 20px; - font-size: 14px; - color: #8a8a8a; } - .blog-standard-area .blog-standard .blog-massage .blog-form .input-box input::placeholder { - opacity: 1; - color: #8a8a8a; } - .blog-standard-area .blog-standard .blog-massage .blog-form .input-box textarea { - width: 100%; - height: 140px; - border: 2px solid #e9ebef; - padding-left: 20px; - font-size: 14px; - background: #fff; - color: #8a8a8a; - resize: none; - margin-bottom: 20px; - padding-top: 15px; } - .blog-standard-area .blog-standard .blog-massage .blog-form .input-box textarea::placeholder { - opacity: 1; } - .blog-standard-area.blog-details-area { - padding-bottom: 130px; } + padding: 40px 10px 30px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .blog-standard-area .blog-standard .blog-massage { + padding: 40px 30px 30px; + } +} +.blog-standard-area .blog-standard .blog-massage .blog-title { + padding-bottom: 10px; +} +.blog-standard-area .blog-standard .blog-massage .blog-title .title { + font-size: 30px; + font-weight: 600; + position: relative; + color: #222; +} +@media (max-width: 767px) { + .blog-standard-area .blog-standard .blog-massage .blog-title .title { + font-size: 22px; + } +} +.blog-standard-area .blog-standard .blog-massage .blog-title .title::before { + position: absolute; + content: ""; + bottom: -15px; + left: 0; + height: 2px; + width: 10px; + background: #44afff; +} +.blog-standard-area .blog-standard .blog-massage .blog-title .title::after { + position: absolute; + content: ""; + bottom: -15px; + left: 17px; + height: 2px; + width: 25px; + background: #44afff; +} +.blog-standard-area .blog-standard .blog-massage .blog-form .input-box input { + width: 100%; + line-height: 70px; + background: #fff; + border: 2px solid #e9ebef; + padding-left: 20px; + font-size: 14px; + color: #8a8a8a; +} +.blog-standard-area .blog-standard .blog-massage .blog-form .input-box input::placeholder { + opacity: 1; + color: #8a8a8a; +} +.blog-standard-area .blog-standard .blog-massage .blog-form .input-box textarea { + width: 100%; + height: 140px; + border: 2px solid #e9ebef; + padding-left: 20px; + font-size: 14px; + background: #fff; + color: #8a8a8a; + resize: none; + margin-bottom: 20px; + padding-top: 15px; +} +.blog-standard-area .blog-standard .blog-massage .blog-form .input-box textarea::placeholder { + opacity: 1; +} +.blog-standard-area.blog-details-area { + padding-bottom: 130px; +} /*=========================== 20.BLOG STANDARD css ===========================*/ .shop-collection-area .shop-collection { - height: 500px; } + height: 500px; +} +.shop-collection-area .shop-collection .shop-collection-content { + margin-right: 170px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .shop-collection-area .shop-collection .shop-collection-content { + margin-right: 70px; + } +} +@media (max-width: 767px) { + .shop-collection-area .shop-collection .shop-collection-content { + margin-right: 0px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { .shop-collection-area .shop-collection .shop-collection-content { - margin-right: 170px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .shop-collection-area .shop-collection .shop-collection-content { - margin-right: 70px; } } - @media (max-width: 767px) { - .shop-collection-area .shop-collection .shop-collection-content { - margin-right: 0px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .shop-collection-area .shop-collection .shop-collection-content { - margin-right: 50px; } } - .shop-collection-area .shop-collection .shop-collection-content .title { - font-size: 45px; - color: #222; - font-weight: 700; - line-height: 55px; - padding-bottom: 28px; } - @media (max-width: 767px) { - .shop-collection-area .shop-collection .shop-collection-content .title { - font-size: 32px; - line-height: 42px; } } + margin-right: 50px; + } +} +.shop-collection-area .shop-collection .shop-collection-content .title { + font-size: 45px; + color: #222; + font-weight: 700; + line-height: 55px; + padding-bottom: 28px; +} +@media (max-width: 767px) { + .shop-collection-area .shop-collection .shop-collection-content .title { + font-size: 32px; + line-height: 42px; + } +} .shop-collection-area .shop-collection-input .input-box { width: 270px; - position: relative; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .shop-collection-area .shop-collection-input .input-box { - width: 210px; } } + position: relative; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .shop-collection-area .shop-collection-input .input-box { + width: 210px; + } +} +.shop-collection-area .shop-collection-input .input-box input { + width: 100%; + line-height: 65px; + background: #fff; + border: 2px solid #eaedf4; + border-radius: 5px; + padding-left: 20px; + font-size: 16px; + color: #8a8a8a; +} +@media (max-width: 767px) { .shop-collection-area .shop-collection-input .input-box input { - width: 100%; - line-height: 65px; - background: #fff; - border: 2px solid #eaedf4; - border-radius: 5px; - padding-left: 20px; - font-size: 16px; - color: #8a8a8a; } - @media (max-width: 767px) { - .shop-collection-area .shop-collection-input .input-box input { - margin-bottom: 20px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .shop-collection-area .shop-collection-input .input-box input { - margin-bottom: 0px; } } - .shop-collection-area .shop-collection-input .input-box input::placeholder { - opacity: 1; } - .shop-collection-area .shop-collection-input .input-box button { - position: absolute; - right: 0; - top: 0; - height: 100%; - width: 65px; - text-align: center; - line-height: 65px; - border: 0; - background-color: transparent; - color: #0154f7; - font-size: 16px; } + margin-bottom: 20px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .shop-collection-area .shop-collection-input .input-box input { + margin-bottom: 0px; + } +} +.shop-collection-area .shop-collection-input .input-box input::placeholder { + opacity: 1; +} +.shop-collection-area .shop-collection-input .input-box button { + position: absolute; + right: 0; + top: 0; + height: 100%; + width: 65px; + text-align: center; + line-height: 65px; + border: 0; + background-color: transparent; + color: #44afff; + font-size: 16px; +} .shop-collection-area .shop-collection-input .shop-input .nice-select { width: 150px; padding: 0; @@ -5315,303 +6956,390 @@ p { display: -ms-flex; display: -o-flex; display: flex; - justify-content: center; } - .shop-collection-area .shop-collection-input .shop-input .nice-select .list { - margin-top: 0; - width: 100%; } + justify-content: center; +} +.shop-collection-area .shop-collection-input .shop-input .nice-select .list { + margin-top: 0; + width: 100%; +} .shop-area { - padding-bottom: 128px; } + padding-bottom: 128px; +} +.shop-area .shop-sidebar .shop-category { + padding: 32px; + border: 2px solid #eaedf4; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { .shop-area .shop-sidebar .shop-category { - padding: 32px; - border: 2px solid #eaedf4; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .shop-area .shop-sidebar .shop-category { - padding: 32px 15px; } } - .shop-area .shop-sidebar .shop-category .shop-category-list ul li a { - color: #8a8a8a; - line-height: 35px; } + padding: 32px 15px; + } +} +.shop-area .shop-sidebar .shop-category .shop-category-list ul li a { + color: #8a8a8a; + line-height: 35px; +} +.shop-area .shop-sidebar .shop-tag { + padding: 32px; + border: 2px solid #eaedf4; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { .shop-area .shop-sidebar .shop-tag { - padding: 32px; - border: 2px solid #eaedf4; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .shop-area .shop-sidebar .shop-tag { - padding: 32px 15px; } } - .shop-area .shop-sidebar .shop-tag .shop-tag-list ul { - margin-top: 10px; } - .shop-area .shop-sidebar .shop-tag .shop-tag-list ul li { - display: inline-block; } - .shop-area .shop-sidebar .shop-tag .shop-tag-list ul li a { - background: #eef3f9; - color: #8a8a8a; - font-size: 14px; - line-height: 40px; - padding: 0 17px; - border-radius: 5px; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .shop-area .shop-sidebar .shop-tag .shop-tag-list ul li a { - padding: 0 13px; - font-size: 13px; } } - .shop-area .shop-sidebar .shop-tag .shop-tag-list ul li a:hover { - background: #0154f7; - color: #fff; } - .shop-area .shop-sidebar .shop-tag .shop-tag-list ul li:last-child a { - margin-left: 4px; } + padding: 32px 15px; + } +} +.shop-area .shop-sidebar .shop-tag .shop-tag-list ul { + margin-top: 10px; +} +.shop-area .shop-sidebar .shop-tag .shop-tag-list ul li { + display: inline-block; +} +.shop-area .shop-sidebar .shop-tag .shop-tag-list ul li a { + background: #eef3f9; + color: #8a8a8a; + font-size: 14px; + line-height: 40px; + padding: 0 17px; + border-radius: 5px; + -webkit-transition: all 0.3s ease-out 0s; + -moz-transition: all 0.3s ease-out 0s; + -ms-transition: all 0.3s ease-out 0s; + -o-transition: all 0.3s ease-out 0s; + transition: all 0.3s ease-out 0s; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .shop-area .shop-sidebar .shop-tag .shop-tag-list ul li a { + padding: 0 13px; + font-size: 13px; + } +} +.shop-area .shop-sidebar .shop-tag .shop-tag-list ul li a:hover { + background: #44afff; + color: #fff; +} +.shop-area .shop-sidebar .shop-tag .shop-tag-list ul li:last-child a { + margin-left: 4px; +} +.shop-area .shop-sidebar .shop-range { + padding: 32px; + border: 2px solid #eaedf4; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { .shop-area .shop-sidebar .shop-range { - padding: 32px; - border: 2px solid #eaedf4; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .shop-area .shop-sidebar .shop-range { - padding: 32px 15px; } } - .shop-area .shop-sidebar .shop-range .shop-range-item p { - font-size: 14px; - font-weight: 500; - color: #8a8a8a; - padding-top: 10px; } - .shop-area .shop-sidebar .shop-range .shop-range-item p span { - font-weight: 700; - color: #666; } - .shop-area .shop-sidebar .shop-title .title { - font-size: 22px; - font-weight: 700; - color: #222; - position: relative; - margin-bottom: 31px; } - .shop-area .shop-sidebar .shop-title .title::before { - position: absolute; - content: ''; - left: 0; - bottom: -15px; - height: 2px; - width: 10px; - background: #0154f7; } - .shop-area .shop-sidebar .shop-title .title::after { - position: absolute; - content: ''; - left: 18px; - bottom: -15px; - height: 2px; - width: 25px; - background: #0154f7; } - .shop-area .shop-item .shop-thumb { - position: relative; - overflow: hidden; } - .shop-area .shop-item .shop-thumb img { - width: 100%; } - .shop-area .shop-item .shop-thumb::before { - position: absolute; - content: ''; - left: 0; - bottom: -200px; - height: 100%; - width: 100%; - background-color: rgba(1, 84, 247, 0.6); - opacity: 0; - transition: all linear .3s; } - .shop-area .shop-item .shop-thumb ul { - position: absolute; - left: 50%; - top: 40%; - transform: translate(-50%, -50%); - transition: all linear .3s; - opacity: 0; } - .shop-area .shop-item .shop-thumb ul li { - display: inline-block; } - .shop-area .shop-item .shop-thumb ul li a { - height: 40px; - width: 40px; - background: #fff; - color: #0154f7; - border-radius: 50%; - text-align: center; - line-height: 40px; } - .shop-area .shop-item .shop-content a { - font-size: 18px; - font-weight: 600; - color: #222; - margin-top: 23px; } - .shop-area .shop-item .shop-content span { - font-size: 14px; - font-weight: 700; - color: #3b7eff; - padding-bottom: 13px; } - .shop-area .shop-item:hover .shop-thumb::before { - bottom: 0px; - opacity: 1; } - .shop-area .shop-item:hover .shop-thumb ul { - top: 50%; - opacity: 1; } - .shop-area .pagination-area nav ul li a:hover, .shop-area .pagination-area nav ul li a.active { - background: #3b7eff; - border-color: #3b7eff; - box-shadow: none; } + padding: 32px 15px; + } +} +.shop-area .shop-sidebar .shop-range .shop-range-item p { + font-size: 14px; + font-weight: 500; + color: #8a8a8a; + padding-top: 10px; +} +.shop-area .shop-sidebar .shop-range .shop-range-item p span { + font-weight: 700; + color: #666; +} +.shop-area .shop-sidebar .shop-title .title { + font-size: 22px; + font-weight: 700; + color: #222; + position: relative; + margin-bottom: 31px; +} +.shop-area .shop-sidebar .shop-title .title::before { + position: absolute; + content: ""; + left: 0; + bottom: -15px; + height: 2px; + width: 10px; + background: #44afff; +} +.shop-area .shop-sidebar .shop-title .title::after { + position: absolute; + content: ""; + left: 18px; + bottom: -15px; + height: 2px; + width: 25px; + background: #44afff; +} +.shop-area .shop-item .shop-thumb { + position: relative; + overflow: hidden; +} +.shop-area .shop-item .shop-thumb img { + width: 100%; +} +.shop-area .shop-item .shop-thumb::before { + position: absolute; + content: ""; + left: 0; + bottom: -200px; + height: 100%; + width: 100%; + background-color: rgba(1, 84, 247, 0.6); + opacity: 0; + transition: all linear 0.3s; +} +.shop-area .shop-item .shop-thumb ul { + position: absolute; + left: 50%; + top: 40%; + transform: translate(-50%, -50%); + transition: all linear 0.3s; + opacity: 0; +} +.shop-area .shop-item .shop-thumb ul li { + display: inline-block; +} +.shop-area .shop-item .shop-thumb ul li a { + height: 40px; + width: 40px; + background: #fff; + color: #44afff; + border-radius: 50%; + text-align: center; + line-height: 40px; +} +.shop-area .shop-item .shop-content a { + font-size: 18px; + font-weight: 600; + color: #222; + margin-top: 23px; +} +.shop-area .shop-item .shop-content span { + font-size: 14px; + font-weight: 700; + color: #298ecc; + padding-bottom: 13px; +} +.shop-area .shop-item:hover .shop-thumb::before { + bottom: 0px; + opacity: 1; +} +.shop-area .shop-item:hover .shop-thumb ul { + top: 50%; + opacity: 1; +} +.shop-area .pagination-area nav ul li a:hover, .shop-area .pagination-area nav ul li a.active { + background: #298ecc; + border-color: #298ecc; + box-shadow: none; +} /*=========================== 21.PRODUCT DETAILS css ===========================*/ .product-details-area .product-details-slide-item ul li img { - width: 100%; } + width: 100%; +} .product-details-area .product-item-slide { - margin-right: -30px; } - @media only screen and (min-width: 992px) and (max-width: 1200px) { - .product-details-area .product-item-slide { - margin-right: 0; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .product-details-area .product-item-slide { - margin-right: 0; } } - @media (max-width: 767px) { - .product-details-area .product-item-slide { - margin-right: 0; } } - .product-details-area .product-item-slide .item img { - width: 100%; } + margin-right: -30px; +} +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .product-details-area .product-item-slide { + margin-right: 0; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .product-details-area .product-item-slide { + margin-right: 0; + } +} +@media (max-width: 767px) { + .product-details-area .product-item-slide { + margin-right: 0; + } +} +.product-details-area .product-item-slide .item img { + width: 100%; +} @media only screen and (min-width: 992px) and (max-width: 1200px) { .product-details-area .product-details-content { - margin-left: 0; } } + margin-left: 0; + } +} @media only screen and (min-width: 768px) and (max-width: 991px) { .product-details-area .product-details-content { - margin-left: 0; } } + margin-left: 0; + } +} @media (max-width: 767px) { .product-details-area .product-details-content { - margin-left: 0; } } + margin-left: 0; + } +} .product-details-area .product-details-content .product-details-content-item .title { font-size: 24px; font-weight: 700; line-height: 30px; color: #222; padding-top: 17px; - padding-bottom: 20px; } + padding-bottom: 20px; +} .product-details-area .product-details-content .product-details-content-item ul li { - display: inline-block; } - .product-details-area .product-details-content .product-details-content-item ul li i { - color: #f86e03; - margin-right: 6px; } + display: inline-block; +} +.product-details-area .product-details-content .product-details-content-item ul li i { + color: #803fff; + margin-right: 6px; +} .product-details-area .product-details-content .product-details-content-item span { color: #222; font-size: 18px; font-weight: 700; - padding-top: 15px; - padding-bottom: 25px; } -.product-details-area .product-details-content .product-btns a { - line-height: 40px; - padding: 0 30px; - margin-left: 20px; } - @media (max-width: 767px) { - .product-details-area .product-details-content .product-btns a { - margin-left: 0; - margin-top: 20px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .product-details-area .product-details-content .product-btns a { - margin-left: 20px; - margin-top: 0px; } } -.product-details-area .product-details-content .product-icons-item-1 { - padding-top: 40px; } - .product-details-area .product-details-content .product-icons-item-1 ul li { - display: inline-block; } - .product-details-area .product-details-content .product-icons-item-1 ul li a { - font-size: 20px; - color: #8a8a8a; } - .product-details-area .product-details-content .product-icons-item-1 ul li:first-child a { - padding: 0 15px; - border-left: 1px dashed #0154f7; - border-right: 1px dashed #0154f7; - line-height: 20px; - margin-right: 9px; } -.product-details-area .product-details-content .product-social-icon { - padding-top: 22px; } - .product-details-area .product-details-content .product-social-icon ul li { - display: inline-block; } - .product-details-area .product-details-content .product-social-icon ul li a { - color: #8a8a8a; - margin-right: 8px; } - -.shop-tab-area .nav { - border-bottom: 2px solid #ddd; } - .shop-tab-area .nav .nav-item .nav-link { - background-color: transparent; - color: #8a8a8a; - font-size: 18px; - font-weight: 600; - line-height: 60px; - padding: 0; - margin-right: 40px; - position: relative; } - @media (max-width: 767px) { - .shop-tab-area .nav .nav-item .nav-link { - margin-right: 20px; } } - .shop-tab-area .nav .nav-item .nav-link::before { - position: absolute; - content: ''; - left: 0; - bottom: -2px; - height: 0px; - width: 100%; - background: #0154f7; } - .shop-tab-area .nav .nav-item .nav-link.active { - color: #0154f7; } - .shop-tab-area .nav .nav-item .nav-link.active::before { - height: 2px; } -.shop-tab-area .tab-content .tab-pane p.text { - padding-top: 20px; - padding-bottom: 20px; } - -.shop-item-area { - padding-top: 113px; - padding-bottom: 112px; } - .shop-item-area .section-title { - padding-bottom: 25px; } - .shop-item-area .shop-item .shop-thumb { - position: relative; - overflow: hidden; } - .shop-item-area .shop-item .shop-thumb img { - width: 100%; } - .shop-item-area .shop-item .shop-thumb::before { - position: absolute; - content: ''; - left: 0; - bottom: -200px; - height: 100%; - width: 100%; - background-color: rgba(1, 84, 247, 0.6); - opacity: 0; - transition: all linear .3s; } - .shop-item-area .shop-item .shop-thumb ul { - position: absolute; - left: 50%; - top: 40%; - transform: translate(-50%, -50%); - transition: all linear .3s; - opacity: 0; } - .shop-item-area .shop-item .shop-thumb ul li { - display: inline-block; } - .shop-item-area .shop-item .shop-thumb ul li a { - height: 40px; - width: 40px; - background: #fff; - color: #0154f7; - border-radius: 50%; - text-align: center; - line-height: 40px; } - .shop-item-area .shop-item .shop-content a { - font-size: 18px; - font-weight: 600; - color: #222; - margin-top: 23px; } - .shop-item-area .shop-item .shop-content span { - font-size: 14px; - font-weight: 700; - color: #3b7eff; - padding-bottom: 13px; } - .shop-item-area .shop-item:hover .shop-thumb::before { - bottom: 0px; - opacity: 1; } - .shop-item-area .shop-item:hover .shop-thumb ul { - top: 50%; - opacity: 1; } + padding-top: 15px; + padding-bottom: 25px; +} +.product-details-area .product-details-content .product-btns a { + line-height: 40px; + padding: 0 30px; + margin-left: 20px; +} +@media (max-width: 767px) { + .product-details-area .product-details-content .product-btns a { + margin-left: 0; + margin-top: 20px; + } +} +@media only screen and (min-width: 576px) and (max-width: 767px) { + .product-details-area .product-details-content .product-btns a { + margin-left: 20px; + margin-top: 0px; + } +} +.product-details-area .product-details-content .product-icons-item-1 { + padding-top: 40px; +} +.product-details-area .product-details-content .product-icons-item-1 ul li { + display: inline-block; +} +.product-details-area .product-details-content .product-icons-item-1 ul li a { + font-size: 20px; + color: #8a8a8a; +} +.product-details-area .product-details-content .product-icons-item-1 ul li:first-child a { + padding: 0 15px; + border-left: 1px dashed #44afff; + border-right: 1px dashed #44afff; + line-height: 20px; + margin-right: 9px; +} +.product-details-area .product-details-content .product-social-icon { + padding-top: 22px; +} +.product-details-area .product-details-content .product-social-icon ul li { + display: inline-block; +} +.product-details-area .product-details-content .product-social-icon ul li a { + color: #8a8a8a; + margin-right: 8px; +} + +.shop-tab-area .nav { + border-bottom: 2px solid #ddd; +} +.shop-tab-area .nav .nav-item .nav-link { + background-color: transparent; + color: #8a8a8a; + font-size: 18px; + font-weight: 600; + line-height: 60px; + padding: 0; + margin-right: 40px; + position: relative; +} +@media (max-width: 767px) { + .shop-tab-area .nav .nav-item .nav-link { + margin-right: 20px; + } +} +.shop-tab-area .nav .nav-item .nav-link::before { + position: absolute; + content: ""; + left: 0; + bottom: -2px; + height: 0px; + width: 100%; + background: #44afff; +} +.shop-tab-area .nav .nav-item .nav-link.active { + color: #44afff; +} +.shop-tab-area .nav .nav-item .nav-link.active::before { + height: 2px; +} +.shop-tab-area .tab-content .tab-pane p.text { + padding-top: 20px; + padding-bottom: 20px; +} + +.shop-item-area { + padding-top: 113px; + padding-bottom: 112px; +} +.shop-item-area .section-title { + padding-bottom: 25px; +} +.shop-item-area .shop-item .shop-thumb { + position: relative; + overflow: hidden; +} +.shop-item-area .shop-item .shop-thumb img { + width: 100%; +} +.shop-item-area .shop-item .shop-thumb::before { + position: absolute; + content: ""; + left: 0; + bottom: -200px; + height: 100%; + width: 100%; + background-color: rgba(1, 84, 247, 0.6); + opacity: 0; + transition: all linear 0.3s; +} +.shop-item-area .shop-item .shop-thumb ul { + position: absolute; + left: 50%; + top: 40%; + transform: translate(-50%, -50%); + transition: all linear 0.3s; + opacity: 0; +} +.shop-item-area .shop-item .shop-thumb ul li { + display: inline-block; +} +.shop-item-area .shop-item .shop-thumb ul li a { + height: 40px; + width: 40px; + background: #fff; + color: #44afff; + border-radius: 50%; + text-align: center; + line-height: 40px; +} +.shop-item-area .shop-item .shop-content a { + font-size: 18px; + font-weight: 600; + color: #222; + margin-top: 23px; +} +.shop-item-area .shop-item .shop-content span { + font-size: 14px; + font-weight: 700; + color: #298ecc; + padding-bottom: 13px; +} +.shop-item-area .shop-item:hover .shop-thumb::before { + bottom: 0px; + opacity: 1; +} +.shop-item-area .shop-item:hover .shop-thumb ul { + top: 50%; + opacity: 1; +} .product-quantity button { width: 43px; @@ -5620,11 +7348,14 @@ p { background-color: #fff; font-size: 18px; color: #838b97; - border: 1px solid #dddddd; } - @media (max-width: 767px) { - .product-quantity button { - width: 40px; - height: 40px; } } + border: 1px solid #dddddd; +} +@media (max-width: 767px) { + .product-quantity button { + width: 40px; + height: 40px; + } +} .product-quantity input { width: 43px; height: 33px; @@ -5634,171 +7365,539 @@ p { margin: 0 0; color: #838b97; border-left: 0; - border-right: 0; } - @media (max-width: 767px) { - .product-quantity input { - height: 40px; } } + border-right: 0; +} +@media (max-width: 767px) { + .product-quantity input { + height: 40px; + } +} /*=========================== 22.CONTACT css ===========================*/ .contact-info-area .contact-info-border { border: 10px solid #f1f1f1; - margin-bottom: 50px; } - .contact-info-area .contact-info-border .contact-info-item { - padding: 59px 0px 55px; } - .contact-info-area .contact-info-border .contact-info-item i { - font-size: 40px; - color: #f86e03; - padding-bottom: 6px; } - .contact-info-area .contact-info-border .contact-info-item ul li { - font-size: 18px; - font-weight: 500; - color: #8a8a8a; - line-height: 28px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .contact-info-area .contact-info-border .contact-info-item ul li { - font-size: 14px; } } - .contact-info-area .contact-info-border .contact-info-item.active { - position: relative; } - .contact-info-area .contact-info-border .contact-info-item.active i { - color: #0154f7; } - .contact-info-area .contact-info-border .contact-info-item.active .item-1 { - position: absolute; - right: -5px; - top: 50%; - transform: translateY(-50%); } - .contact-info-area .contact-info-border .contact-info-item.active .item-2 { - position: absolute; - left: -5px; - top: 50%; - transform: translateY(-50%); } + margin-bottom: 50px; +} +.contact-info-area .contact-info-border .contact-info-item { + padding: 59px 0px 55px; +} +.contact-info-area .contact-info-border .contact-info-item i { + font-size: 40px; + color: #803fff; + padding-bottom: 6px; +} +.contact-info-area .contact-info-border .contact-info-item ul li { + font-size: 18px; + font-weight: 500; + color: #8a8a8a; + line-height: 28px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .contact-info-area .contact-info-border .contact-info-item ul li { + font-size: 14px; + } +} +.contact-info-area .contact-info-border .contact-info-item.active { + position: relative; +} +.contact-info-area .contact-info-border .contact-info-item.active i { + color: #44afff; +} +.contact-info-area .contact-info-border .contact-info-item.active .item-1 { + position: absolute; + right: -5px; + top: 50%; + transform: translateY(-50%); +} +.contact-info-area .contact-info-border .contact-info-item.active .item-2 { + position: absolute; + left: -5px; + top: 50%; + transform: translateY(-50%); +} .contact-info-area .contact-thumb { margin-right: -30px; - position: relative; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .contact-info-area .contact-thumb { - margin-right: 0; } } - @media (max-width: 767px) { - .contact-info-area .contact-thumb { - margin-right: 0; } } - .contact-info-area .contact-thumb::before { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - width: 100%; - background-color: rgba(1, 84, 247, 0.7); } - .contact-info-area .contact-thumb img { - width: 100%; } - .contact-info-area .contact-thumb .contact-text { - position: absolute; - left: 40px; - bottom: 50px; } - .contact-info-area .contact-thumb .contact-text .title { - color: #fff; - font-size: 40px; - font-weight: 600; - line-height: 40px; - border-left: 5px solid #fff; - padding-left: 25px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .contact-info-area .contact-thumb .contact-text .title { - font-size: 30px; - line-height: 30px; } } - @media (max-width: 767px) { - .contact-info-area .contact-thumb .contact-text .title { - font-size: 40px; - line-height: 40px; } } + position: relative; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .contact-info-area .contact-thumb { + margin-right: 0; + } +} +@media (max-width: 767px) { + .contact-info-area .contact-thumb { + margin-right: 0; + } +} +.contact-info-area .contact-thumb::before { + position: absolute; + content: ""; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-color: rgba(1, 84, 247, 0.7); +} +.contact-info-area .contact-thumb img { + width: 100%; +} +.contact-info-area .contact-thumb .contact-text { + position: absolute; + left: 40px; + bottom: 50px; +} +.contact-info-area .contact-thumb .contact-text .title { + color: #fff; + font-size: 40px; + font-weight: 600; + line-height: 40px; + border-left: 5px solid #fff; + padding-left: 25px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .contact-info-area .contact-thumb .contact-text .title { + font-size: 30px; + line-height: 30px; + } +} +@media (max-width: 767px) { + .contact-info-area .contact-thumb .contact-text .title { + font-size: 40px; + line-height: 40px; + } +} @media only screen and (min-width: 768px) and (max-width: 991px) { .contact-info-area .contact-massage-area { - padding-left: 0; } } + padding-left: 0; + } +} @media (max-width: 767px) { .contact-info-area .contact-massage-area { - padding-left: 0; } } + padding-left: 0; + } +} .contact-info-area .contact-massage-area .contact-massage-content .title { font-size: 30px; color: #222; font-weight: 600; - position: relative; } - .contact-info-area .contact-massage-area .contact-massage-content .title::before { - position: absolute; - content: ''; - left: 0; - bottom: -19px; - width: 10px; - height: 2px; - background: #0154f7; } - .contact-info-area .contact-massage-area .contact-massage-content .title::after { - position: absolute; - content: ''; - left: 18px; - bottom: -19px; - width: 25px; - height: 2px; - background: #0154f7; } + position: relative; +} +.contact-info-area .contact-massage-area .contact-massage-content .title::before { + position: absolute; + content: ""; + left: 0; + bottom: -19px; + width: 10px; + height: 2px; + background: #44afff; +} +.contact-info-area .contact-massage-area .contact-massage-content .title::after { + position: absolute; + content: ""; + left: 18px; + bottom: -19px; + width: 25px; + height: 2px; + background: #44afff; +} .contact-info-area .contact-massage-area .contact-massage-content p { font-size: 18px; font-weight: 500; line-height: 28px; padding-top: 42px; - padding-bottom: 11px; } + padding-bottom: 11px; +} .contact-info-area .contact-massage-area form .input-box { - position: relative; } - .contact-info-area .contact-massage-area form .input-box input { - width: 100%; - line-height: 70px; - padding-left: 20px; - border: 2px solid #e9ebef; - font-size: 14px; - color: #8a8a8a; } - .contact-info-area .contact-massage-area form .input-box input::placeholder { - opacity: 1; } - .contact-info-area .contact-massage-area form .input-box textarea { - width: 100%; - height: 140px; - border: 2px solid #e9ebef; - padding-left: 20px; - padding-top: 20px; - font-size: 14px; - color: #8a8a8a; - margin-bottom: 20px; } - .contact-info-area .contact-massage-area form .input-box textarea::placeholder { - opacity: 1; } - .contact-info-area .contact-massage-area form .input-box i { - position: absolute; - right: 20px; - top: 30px; - color: #0154f7; - font-size: 14px; } + position: relative; +} +.contact-info-area .contact-massage-area form .input-box input { + width: 100%; + line-height: 70px; + padding-left: 20px; + border: 2px solid #e9ebef; + font-size: 14px; + color: #8a8a8a; +} +.contact-info-area .contact-massage-area form .input-box input::placeholder { + opacity: 1; +} +.contact-info-area .contact-massage-area form .input-box textarea { + width: 100%; + height: 140px; + border: 2px solid #e9ebef; + padding-left: 20px; + padding-top: 20px; + font-size: 14px; + color: #8a8a8a; + margin-bottom: 20px; +} +.contact-info-area .contact-massage-area form .input-box textarea::placeholder { + opacity: 1; +} +.contact-info-area .contact-massage-area form .input-box i { + position: absolute; + right: 20px; + top: 30px; + color: #44afff; + font-size: 14px; +} .contact-map-area .contact-map { position: relative; - height: 650px; } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .contact-map-area .contact-map { - height: 500px; } } - @media (max-width: 767px) { - .contact-map-area .contact-map { - height: 400px; } } - .contact-map-area .contact-map iframe { + height: 650px; +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .contact-map-area .contact-map { + height: 500px; + } +} +@media (max-width: 767px) { + .contact-map-area .contact-map { + height: 400px; + } +} +.contact-map-area .contact-map iframe { + position: absolute; + left: 0; + top: 0; + height: 100%; + width: 100%; +} +.contact-map-area .contact-map i { + position: absolute; + left: 50%; + top: 45%; + transform: translate(-50%); + color: #fc5546; + font-size: 100px; +} + +/*service table */ +@media (min-width: 768px) .section__bottom-light { + margin-bottom: 144px; +} + +.section__bottom-light { + margin-bottom: 55px; +} + +.why__header { + margin-bottom: 4rem; +} + +@media (min-width: 768px) .why .comparison { + font-size: 18px; +} + +.why .comparison { + margin-bottom: 4rem; + text-align: center; + font-size: 16px; +} + +.why .comparison__col { + position: relative; + z-index: -1; + margin: 0 auto 1rem; + max-width: 280px; +} + +.why .comparison__cell:first-child { + height: 100px; +} + +.why .comparison__col--names .comparison__cell { + -ms-flex-align: end; + align-items: flex-end; + padding-right: 3rem; +} + +.why .comparison__cell { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + -ms-flex-pack: center; + justify-content: center; + padding: 0 1rem; + height: 80px; +} + +.why .comparison__cell:nth-child(2n) { + background-color: #e5e5e5; +} + +.why .comparison__col--names .comparison__cell { + -ms-flex-align: end; + align-items: flex-end; + padding-right: 3rem; +} + +.why .comparison__cell { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + -ms-flex-pack: center; + justify-content: center; + padding: 0 1rem; + height: 80px; +} + +.why .comparison__row-title { + margin-right: 1rem; + text-align: right; + font-size: 18px; +} + +.why .comparison__col--geekforce .comparison__cell:nth-child(2n) { + margin: -3px 0; + height: 86px; + background-color: hsla(0,0%,90%,.2); +} + +.why .comparison__cell:nth-child(2n) { + background-color: #e5e5e5; +} +.why .comparison__col--geekforce .comparison__cell { + font-weight: 500; +} +.why .comparison__cell { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + -ms-flex-pack: center; + justify-content: center; + padding: 0 1rem; + height: 80px; +} + +@media (min-width: 1200px) +.why .comparison__col--geekforce .comparison__cell-title { + display: none; +} + +@media (min-width: 576px) +.why .comparison__col--geekforce .comparison__cell-title { + display: block; +} +@media (min-width: 576px) +.why .comparison__cell-title { + display: none; +} +.why .comparison__cell-title { + display: block; + margin-top: 8px; + font-size: 12px; +} + +.why .comparison__col--geekforce .comparison__cell { + font-weight: 500; +} + +.why .comparison__cell { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + -ms-flex-pack: center; + justify-content: center; + padding: 0 1rem; + height: 80px; +} + +@media (min-width: 1200px) .why .comparison__col--geekforce { + margin-right: -1rem; + margin-left: -1rem; +} + +@media (min-width: 576px) .why .comparison__col--geekforce { + margin-right: -1.5rem; + margin-left: -1.5rem; +} + +.why .comparison__col--geekforce { + z-index: 1; + overflow: hidden; + border-radius: 10px; + background: -webkit-linear-gradient(215deg, #cb099c, #a012ca); + background: -o-linear-gradient(215deg, #cb099c, #a012ca); + background: linear-gradient(-125deg, #cb099c, #a012ca); + -webkit-box-shadow: 0 20px 70px -10px rgb(51 51 51 / 50%), 0 50px 100px 0 rgb(51 51 51 / 10%); + box-shadow: 0 20px 70px -10px rgb(51 51 51 / 50%), 0 50px 100px 0 rgb(51 51 51 / 10%); + color: #fff; + font-size: 18px; +} + +.why .comparison__col { + position: relative; + z-index: -1; + margin: 0 auto 1rem; + max-width: 280px; +} + +.why .comparison__cell:first-child { + height: 100px; +} + +.why .comparison__col--geekforce .comparison__cell { + font-weight: 500; +} + +.why .comparison__cell { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + -ms-flex-pack: center; + justify-content: center; + padding: 0 1rem; + height: 80px; +} +.why__info { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-direction: column; + flex-direction: column; +} + + +/*consulting-expertise*/ + +.features { + z-index: 3; + position: relative; + /*margin-top: -144px;*/ + -webkit-transform: translateZ(0); + transform: translateZ(0); + -webkit-transform-style: flat; + transform-style: flat; +} + +@media (min-width: 768px) +.section__bottom-light { + margin-bottom: 144px; +} +.section__bottom-light { + margin-bottom: 55px; +} + +@media (min-width: 1200px) +.features__item { + top: 0; + margin-bottom: 0; +} + +@media (min-width: 576px) +.features__item { + top: 50px; + margin-bottom: 20px; +} +.features__item { + position: relative; +} + +.features .row:first-child .features__item:nth-child(1) .feature { + background: -webkit-linear-gradient(215deg,#45affd,#298ecc); + background: -o-linear-gradient(215deg,#45affd,#298ecc); + background: linear-gradient(-125deg,#45affd,#298ecc); +} +a.feature { + text-decoration: none; + cursor: pointer; +} +.feature { + display: -ms-flexbox; + display: flex; + z-index: 1; + position: relative; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + -ms-flex-pack: justify; + justify-content: space-between; + width: 100%; + height: 360px; + margin-bottom: 30px; + padding: 3rem 2rem; + border-radius: 0.625rem; + background: -webkit-linear-gradient(215deg,#45affd,#298ecc); + background: -o-linear-gradient(215deg,#45affd,#298ecc); + background: linear-gradient(-125deg,#45affd,#298ecc); + -webkit-transform: perspective(1000px); + transform: perspective(1000px); + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-transform-style: preserve-3d; + transform-style: preserve-3d; +} +.feature, a.feature:hover { + color: #fff; +} + + +.feature__list { + margin-bottom: 1rem; + -webkit-transform: translateZ(40px); + transform: translateZ(40px); +} + +.feature__list-item:not(:last-child) { + margin-bottom: 1rem; +} + +.feature__list-item { + font-weight: 300; + line-height: 1rem; +} + +.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6 { + visibility: visible; + letter-spacing: -.0125em; + font-family: Comfortaa,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; + -webkit-font-variant-ligatures: no-common-ligatures; + font-variant-ligatures: no-common-ligatures; +} + +.feature__name { + font-size: 1.75rem; + text-align: right; + color: white; + text-shadow: 0 7px 13px rgb(50 50 50 / 20%); + -webkit-transform: translateZ(60px); + transform: translateZ(60px); +} + +.feature__icon { + z-index: -1; position: absolute; - left: 0; top: 0; + left: 0; + -ms-flex: none; + flex: none; + width: 100%; height: 100%; - width: 100%; } - .contact-map-area .contact-map i { - position: absolute; - left: 50%; - top: 45%; - transform: translate(-50%); - color: #fc5546; - font-size: 100px; } - - .height-360 { - height: 360px; - object-fit: cover; - } + overflow: hidden; +} -/*# sourceMappingURL=style.css.map */ +.feature .js-tilt-glare { + border-radius: 0.625rem; +} \ No newline at end of file diff --git a/_site/assets/css/style.css.map b/_site/assets/css/style.css.map index 888f1c6..f36cc03 100755 --- a/_site/assets/css/style.css.map +++ b/_site/assets/css/style.css.map @@ -1,7 +1 @@ -{ -"version": 3, -"mappings": "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", -"sources": ["../scss/style.scss","../scss/_common.scss","../scss/_variables.scss","../scss/_mixin.scss","../scss/_header.scss","../scss/_banner.scss","../scss/_about.scss","../scss/_features.scss","../scss/_project.scss","../scss/_team.scss","../scss/_working-process.scss","../scss/_quote.scss","../scss/_testimonial.scss","../scss/_blog.scss","../scss/_requst-quote.scss","../scss/_footer.scss","../scss/_services.scss","../scss/_counter.scss","../scss/_faq.scss","../scss/_category.scss","../scss/_case-study.scss","../scss/_achievement.scss","../scss/_solutions.scss","../scss/_case-details.scss","../scss/_blog-standard.scss","../scss/_shop.scss","../scss/_product-details.scss","../scss/_contact.scss"], -"names": [], -"file": "style.css" -} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["../scss/style.scss","../scss/_common.scss","../scss/_variables.scss","../scss/_mixin.scss","../scss/_header.scss","../scss/_banner.scss","../scss/_about.scss","../scss/_features.scss","../scss/_project.scss","../scss/_team.scss","../scss/_working-process.scss","../scss/_quote.scss","../scss/_testimonial.scss","../scss/_blog.scss","../scss/_requst-quote.scss","../scss/_footer.scss","../scss/_services.scss","../scss/_counter.scss","../scss/_faq.scss","../scss/_category.scss","../scss/_case-study.scss","../scss/_achievement.scss","../scss/_solutions.scss","../scss/_case-details.scss","../scss/_blog-standard.scss","../scss/_shop.scss","../scss/_product-details.scss","../scss/_contact.scss"],"names":[],"mappings":";AAEA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;;AAAA;ACAA;AAAA;AAAA;AAKQ;AAEP;EACA,aCRS;EDST;EACA;EACG,OCKQ;EDJR;;;AAGJ;EACI;EACA;EEOF,oBFNuB;EEOpB,iBFPoB;EEQf,YFRe;;;AAGzB;EACC;;;AAGD;AAAA;AAAA;AAAA;EAIC;EACA;;;AAGD;AAAA;EAEC;;;AAGD;AAAA;AAAA;EAGI;;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;EAMC,aClDS;EDmDT;EACA,OC9Be;ED+Bf;;;AAGD;EACC;;;AAED;EACC;;;AAED;EACC;;;AAED;EACC;;;AAED;EACC;;;AAED;EACC;;;AAED;EACC;EACA;EACG;;;AAGJ;EACC;EACA;EACA;EACA,OCpEW;EDqEX;;;AAGD;EACI;EACA;EACA;EACA;EACA;;;AAGJ;AACA;EACE;;;AAKF;AAEA;EACC;EACA;EACA;EACA;EE7FC,qBF8FoB;EE7FjB,kBF6FiB;EE5FhB,iBF4FgB;EE3FZ,aF2FY;EACrB;EACA;EACA;EACA;EACA;EACA;EACA;EACG,OClHI;EDmHJ;EACA;EEzHH;EACA;EACA;EACA;EACA;EFuHG,kBChHU;EDiHV;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EErIJ;EACA;EACA;EACA;EACA;;AFoIG;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EEhJJ;EACA;EACA;EACA;EACA;;AFgJG;EACI,kBCxIQ;EDyIR,cCzIQ;ED0IR,OClJA;;ADqJJ;EACI,kBC9IQ;ED+IR,OCvJA;EDwJA,cChJQ;;ADiJR;EACI,kBCpJE;EDqJF,cCrJE;EDsJF,OC5JJ;;;ADoKR;AAGI;EACI;EACA;EACA;EACA;EACA;;AAEA;EAPJ;IAQQ;;;AAEJ;EAVJ;IAWQ;;;AAEJ;EAbJ;IAcQ;;;AAEJ;EACI;EACA,OCvLJ;EDwLI;;AACA;EAJJ;IAKQ;;;AAEJ;EAPJ;IAQQ;IACA;;;AAEJ;EAXJ;IAYQ;;;AAEJ;EACI,OC9LA;ED+LA;;AAIZ;EACI;EACA;EACA;EACA;EACA;;AAGA;EACI;;AACA;EACI,OCtNR;;ADuNQ;EACI,OChNJ;;ADqNR;EACI;;;AASZ;AACA;EACI;EACA;EACA;EACA;EACA;EACA,YC9OI;ED+OJ;;AACA;EACI;EACA;EACA;EACA;;;AAGR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;EAGF;IACE;;;AGtRJ;AAAA;AAAA;AASA;EACC;EACG;;AACH;EAHD;IAIE;IACA;;;AAED;EAPD;IAQE;IACA;;;AAEE;EACI;EACA;;AAEI;EACI;EACA,OFvBR;;AEwBQ;EAHJ;IAIK;;;AAED;EANJ;IAOK;IACA;;;AAED;EACC;;AAOD;EACI;;AACA;EACI,OF1ChB;EE2CgB;EACA;EACA;EACA;EACA,YFzCV;EE0CU;EACA;EACA;EDvDvB;EACA;EACA;EACA;EACA;;ACqDuB;EAXJ;IAYK;IACA;IACA;IACA;;;AAED;EACI,YFnDZ;;AEuDI;EACC,OFhEb;EEiEa;EACA;EACA;;AACA;EACC;;AAOrB;EACC,YF7EM;;AE8EN;EACC;EACA;EACA;;AAGE;EACC;EACA;;AACA;EAHD;IAIE;;;AAED;EAND;IAOE;;;AAED;EACC;EACA;EACA;;AACA;EACC;;AAED;EAPD;IAQE;;;AAED;EAVD;IAWE;;;AAED;EACC,OFrGM;EEsGN;;AASF;EACC;EACA;;AACA;EACC,OFnHM;;;AEkId;EACC;EACA;EACA;EACA;EACG;EACA;;AACA;EAPJ;IAQK;;;AAED;EAVJ;IAWK;;;AAEJ;EACC;EACA;EACA;EACA;EACA,YFpJY;EEqJZ;EACA;EACA;;AAIG;EACC;;AACA;EAFD;IAGE;;;AAED;EALD;IAME;;;AAKA;EACC;;AAUH;EACI;EACA;;AAEC;EACC;EACA;EACA;;AAIF;EACC;;AAEG;EACI;EACA;EACA,kBFxMT;EEyMS;EACA;EACA;EDhNhB;EACA;EACA;EACA;EACA;;ACkNoB;ED7MnB,mBC8M0C;ED7MvC,gBC6MuC;ED5MtC,eC4MsC;ED3MrC,cC2MqC;ED1MlC,WC0MkC;EACnB;;AAGJ;EACI;;AAGJ;EDtNnB,mBCuN0C;EDtNvC,gBCsNuC;EDrNtC,eCqNsC;EDpNrC,cCoNqC;EDnNlC,WCmNkC;EACnB;;AAOZ;EADJ;IAEQ;IACA;IACA;IACA;IACA,kBFlOH;IEmOG;IACA;IACA;;;AAIJ;EAbJ;IAcQ;IACA;IACA;IACA;IACA,kBF9OH;IE+OG;IACA;IACA;;;AAOJ;EAHJ;IAIQ;;;AAGJ;EAPJ;IAQQ;;;AAGJ;EACI;;AAEA;EACI;EACA;EACA,OF5Qb;EE6Qa;EACA;EDnRpB;EACA;EACA;EACA;EACA;ECiRoB;EACA;EACG;;AAEC;EADD;IAEE;;;AAED;EAJD;IAKE;;;AAKL;EApBJ;IAqBQ;IACA;IACA;;;AAGJ;EA1BJ;IA2BQ;IACA;IACA;IACA;IACA;;;AAGJ;EAlCJ;IAmCQ;IACA;IACA;IACA;IACA;;;AAGJ;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAGJ;EARJ;IASQ;;;AAKX;EACC;;AAID;EACC;;AAIF;EACI;EACA;EACA;EACA;EACA,kBFhVb;EEiVa;EACA;EDvVpB;EACA;EACA;EACA;EACA;ECqVoB;EDxSnB,oBCySwC;EDxSrC,iBCwSqC;EDvShC,YCuSgC;;AAErB;EAZJ;IAaQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;ID3VvB,mBC4V0C;ID3VvC,gBC2VuC;ID1VtC,eC0VsC;IDzVrC,cCyVqC;IDxVlC,WCwVkC;IDrW3C;IACA;IACA;IACA;IACA;IA6CC,oBCsT2C;IDrTxC,iBCqTwC;IDpTnC,YCoTmC;IACpB;IACA;;;AAGJ;EA5BJ;IA6BQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;ID3WvB,mBC4W0C;ID3WvC,gBC2WuC;ID1WtC,eC0WsC;IDzWrC,cCyWqC;IDxWlC,WCwWkC;IDrX3C;IACA;IACA;IACA;IACA;IA6CC,oBCsU2C;IDrUxC,iBCqUwC;IDpUnC,YCoUmC;IACpB;IACA;;;AAGJ;EACI;;AAEA;EACI,OFzWb;ECvBf;EACA;EACA;EACA;EACA;;ACgYwB;EACI;EACA;EACA;EACA,OF9WjB;EC1BX;EACA;EACA;EACA;EACA;ECsY4B;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EALJ;IAMQ;;;AAGJ;EATJ;IAUQ;;;AAKJ;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EDxa5B;EACA;EACA;EACA;EACA;;ACua4B;EARJ;IASQ;;;AAGJ;EAZJ;IAaQ;;;AAKJ;EACC;EACG;EACA;;AAGJ;EACI,OFvbzB;;AE0bqB;EACI,kBFrbnB;EEsbmB;;AAOZ;EACI;EACA;EACA;;AAIR;EACI;;AAEA;EAHJ;IAIQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA,OFtdjB;;;AEyda;EAfJ;IAgBQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA,OFlejB;;;AEweK;EADD;IAEE;IACA;IACA;IACA;;;AAGD;EARD;IASE;IACA;IACA;IACA;;;AAGE;EACC,YFvfT;EEwfS,OFtfT;EEufS;EACA;EACA;EACA,cF5fT;;AE6fS;EACC,OF9fV;EE+fU,YFzfJ;EE0fI,cF1fJ;;AE2fI;EACC,cFxfH;;AE0fE;EACC,cF3fH;;AE8fC;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;;AAMjB;EACC;;AACA;EACC;;;AAWH;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;;AASN;EACC;EACA;EACA;EACA;EACA;EACA;;AAKI;EACC,OF/kBA;;AEglBA;EACC,OFjlBD;;AE0lBD;EACC,OF3lBA;;AEkmBN;EACC;EACA;EACA;;AAKI;EACC;;AACA;EAFD;IAGE;;;AAED;EALD;IAME;;;AAMC;EACC,YF7mBK;;;AGbhB;AAAA;AAAA;AAYA;EACC;EACA;EACA;EACA;;AACA;EALD;IAME;;;AAED;EARD;IASE;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA,YHvBI;EGwBJ;EACA;;AACA;EAVD;IAWE;;;AAED;EAbD;IAcE;;;AAED;EAhBD;IAiBE;;;AAED;EAnBD;IAoBE;IACA;IACA;;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAZD;IAaE;;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;;AACA;EACC;EACA;EACA,OHzEK;EG0EL;;AACA;EALD;IAME;IACA;;;AAED;EATD;IAUE;IACA;;;AAED;EAbD;IAcE;IACA;;;AAED;EAjBD;IAkBE;IACA;;;AAED;EACC;EACA;;AACA;EAHD;IAIE;;;AAED;EACC;EACA;EACA,OH9FW;;AGkGd;EACC;EACA;EACA;EACA;EACA;;AACA;EAND;IAOE;;;AAED;EATD;IAUE;;;AAED;EAZD;IAaE;;;AAGF;EACC;EACA;EACA;EACA;EACA;;AACA;EAND;IAOE;IACA;;;AAID;EACC;EACA;;AACA;EAHD;IAIE;;;AAED;EAND;IAOE;;;AAKJ;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;EACA;;AAGA;EADD;IAEE;;;AAED;EAJD;IAKE;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAEC;EACC;EACA;EACA,OH/LG;EGgMH;;AACA;EALD;IAME;;;AAGF;EACC;;AACA;EACC;EACA;;AACA;EACC,OHnMS;EGoMT;EACA;EACA;;AACA;EALD;IAME;;;AAGD;EACC,OHlNA;EGmNA;;AAQN;EACC;;AAED;EACC;EACA;EAEA;EACA;;AAGA;EADD;IAEE;;;;AAKJ;EACC;EACA,OHxOe;EGyOf;;;AAGD;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAKR;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAMR;EACI;IACI;;EAGJ;IACI;;;AAKR;EACI;IACI;;EAGJ;IACI;;;AAMR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AASR;EACC;EACA;EACA;;AACA;EAJD;IAKE;;;AAED;EAPD;IAQE;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACC;EACA,YHhYK;EGiYL;;AACA;EAJD;IAKE;;;AAED;EAPD;IAQE;IACA;;;AAED;EAXD;IAYE;IACA;;;AAED;EACC;EACA,OH7YI;EG8YJ;EACA;EACA;;AACA;EAND;IAOE;IACA;;;AAED;EAVD;IAWE;IACA;;;AAED;EAdD;IAeE;IACA;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA,YH9ZW;;AGiab;EACC;EACA;EACA;EACA;EACA;;AACA;EAND;IAOE;;;AAED;EATD;IAUE;;;AAID;EACC;;AAEC;EACC,OHzbC;EG0bD;EACA;EACA;EACA;;AACA;EAND;IAOE;;;AAED;EATD;IAUE;;;AAED;EACC;;AAQP;EACC;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACC,OHheI;EGieJ;EACA;EACA;;AAEA;EAND;IAOE;IACA;;;AAED;EAVD;IAWE;IACA;;;AAED;EAdD;IAeE;IACA;;;AAED;EAlBD;IAmBE;IACA;;;AAED;EACC;;AAGF;EACC,OH1fI;EG2fJ;EACA;EACA;EACA;EACA;EACA;;AACA;EARD;IASE;IACA;;;AAED;EAZD;IAaE;;;AAID;EACC;;AACA;EACC;;AAED;EACC;EACA;EACA;EACA,OHnhBE;;AGohBF;EALD;IAME;;;AAED;EARD;IASE;;;AAED;EACC;;AAML;EACC;EACA;EACA;EACA;EACA;;AACA;EACC;;AACA;EAFD;IAGE;;;AAED;EALD;IAME;;;AAED;EARD;IASE;;;AAED;EAXD;IAYE;IACA;;;;AAaL;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EFtjBA,mBEujBmB;EFtjBhB,gBEsjBgB;EFrjBd,cEqjBc;EFpjBX,WEojBW;EACnB;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EFjkBA,mBEkkBmB;EFjkBhB,gBEikBgB;EFhkBd,cEgkBc;EF/jBX,WE+jBW;EACnB;;AAED;EACI;EACA;EACA;EACA;;;AAOL;EACE;IACE;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;;;ACroBJ;AAAA;AAAA;AAWC;EACC;;AACA;EAFD;IAGE;;;AAED;EALD;IAME;IACA;;;AAED;EACC;EACA;EACA;EACA;EACA;;AACA;EAND;IAOE;;;AAED;EATD;IAUE;IACA;;;AAED;EAbD;IAcE;IACA;;;AAED;EACC;EACA,OJlCI;EImCJ;;AACA;EAJD;IAKE;;;AAED;EAPD;IAQE;;;AAED;EAVD;IAWE;;;AAED;EACC;EACA,OJzCW;;AI6Cd;EACC;EACA;EACA;;AACA;EAJD;IAKE;;;AAIF;EACC;EACA;EACA;EACA;EACA;;AAED;EACC;;AACA;EACC;;AAEC;EACC;EACA;EACA;EACA,OJtEU;;AIuEV;EALD;IAME;IACA;;;AAED;EATD;IAUE;IACA;;;AAED;EACC;;;AAaP;EACC;EACA;EACA;;AAGE;EADD;IAEE;;;AAGA;EADD;IAEE;;;AAED;EAJD;IAKE;;;AAED;EAPD;IAQE;;;AAGD;EACC,OJhHW;;AIoHd;EACC;EACA;EACA;EACA;EACA;;AACA;EAND;IAOE;;;AAED;EATD;IAUE;;;AAED;EAZD;IAaE;;;AAED;EACC,OJpIY;EIqIZ;;AAIF;EACC;;AACA;EAFD;IAGE;;;AAED;EALD;IAME;;;AAED;EARD;IASE;;;AAIF;EACC,YJvJa;EIwJb,cJxJa;;AIyJb;EACC,YJ9JU;EI+JV,cJ/JU;;AIoKZ;EACC;;;AAUH;EACC;EACA;;AACA;EACC;;AACA;EACC;;AACA;EACC,OJ7LI;;AIkMN;EACC;;AAEC;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATD;IAUE;;;AAED;EAZD;IAaE;IACA;;;AAED;EAhBD;IAiBE;IACA;;;AAED;EApBD;IAqBE;IACA;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA,YJpOE;;AIsOH;EACC,OJvOE;;AIwOF;EACC;;AAQH;EACC;;AAID;EADD;IAEE;IACA;;;AAED;EALD;IAME;IACA;;;AAED;EACC,OJ/PG;EIgQH;EACA;EACA;;AACA;EALD;IAME;;;AAED;EARD;IASE;;;AAGF;EACC;;AACA;EACC;;;AChRN;AAAA;AAAA;AAMA;EACC;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAKD;EACC;EACA;EJzBD;EACA;EACA;EACA;EACA;;AIuBC;EAJD;IAKE;;;AAED;EAPD;IAQE;;;AAED;EAVD;IAWE;;;AAED;EAbD;IAcE;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA,OLzCK;EK0CL;EJ/CF;EACA;EACA;EACA;EACA;;AI8CC;EACC;EACA;EACA;EACA,OL/CK;EKgDL;EACA;EJxDF;EACA;EACA;EACA;EACA;;AIsDE;EARD;IASE;;;AAGF;EACC;EACA;EACA;EACA;EJlEF;EACA;EACA;EACA;EACA;;AIgEE;EACC;;AAID;EACC;;AAED;EACC;;AAID;EACC;;AAED;EACC;;AAID;EACC;;AAED;EACC;;AAGF;EACC;;AACA;EACC,YL9FI;EK+FJ;;AAED;EACC,OLlGI;;AKoGL;EACC,OLrGI;;AKuGL;EACC;;AACA;EACC;;AAGF;EACC;;AACA;EACC;;AAGF;EACC;;AACA;EACC;;;AASL;EACC;;AAEC;EACC;;AAID;EACC;EACA;EACA;EACA;;AAID;EACC;;AACA;EACC;EJvJH;EACA;EACA;EACA;EACA;EAKC,mBIgJqB;EJ/IlB,gBI+IkB;EJ9IjB,eI8IiB;EJ7IhB,cI6IgB;EJ5Ib,WI4Ia;;AAGrB;EACC;EACA;EACA;EACA;EACA;EACA;EACA,YL9JK;EK+JL;EACA;EACA;EJtKF;EACA;EACA;EACA;EACA;;AIoKE;EAZD;IAaE;;;AAED;EAfD;IAgBE;;;AAED;EAlBD;IAmBE;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OLrLI;EKsLJ;EACA;EACA;EACA;EJ9LH;EACA;EACA;EACA;EACA;;AI8LE;EACC;EACA;EACA,OL9LI;EK+LJ;EJtMH;EACA;EACA;EACA;EACA;;AIqME;EACC;EACA;EACA;EACA,OLlMU;ECXb;EACA;EACA;EACA;EACA;;AI+MG;EACC;;AAED;EACC;;AAMD;EACC;;AAED;EACC;;AAMD;EACC;;AAED;EACC;;AAMD;EJxOF,mBIyOsB;EJxOnB,gBIwOmB;EJvOlB,eIuOkB;EJtOjB,cIsOiB;EJrOd,WIqOc;;AAGrB;EACC;;AACA;EACC;EACA,YLpPG;;AKsPJ;EACC,OLvPG;;AKyPJ;EACC,OL1PG;;AK8PJ;EACC;;AACA;EACC;;AAKF;EACC;;AACA;EACC;;AAKF;EACC;;AACA;EACC;;;ACpRN;AAAA;AAAA;AAQA;EACC;EACA;EACA;;AAEC;EACC;EACA;EACA;;AACA;EACC;EACA;ELrBH;EACA;EACA;EACA;EACA;;AKsBE;EACC;EACA;EACA,ONtBI;EMuBJ;;AACA;EALD;IAME;;;AAED;EARD;IASE;;;AAGF;EACC;EACA;EACA,ONxBQ;EMyBR;EACA;;AACA;EAND;IAOE;;;AAED;EATD;IAUE;;;AAGF;EACC;;AACA;EAFD;IAGE;;;AAED;EALD;IAME;;;AAED;EARD;IASE;;;AAOF;EACC;EACA;EACA,ON3DU;EM4DV;ELvEH;EACA;EACA;EACA;EACA;;AKqEG;EACC,ON7DW;;AMmEZ;EACC;;AAMJ;EACC;;;AAIF;EACC;;AAEC;EACC;EACA;EACA,ONvFW;;AMyFN;EACI;EACA;EACA;;;AAQZ;EACC;EACA;;AACA;EACC;EACA;EACA;EACA;;AACA;EACC;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;EL1IF;EACA;EACA;EACA;EACA;;AKwIE;EAPD;IAQE;;;AAED;EAVD;IAWE;;;AAED;EAbD;IAcE;;;AAED;EACC,ONjJI;EMkJJ;;AAED;EACC,ONrJI;EMsJJ;EACA;EACA;;AAED;EACC,ON3JI;EM4JJ;EACA;EACA;EACA;EACA;EACA;ELtKH;EACA;EACA;EACA;EACA;;AKoKG;EATD;IAUE;;;AAGF;EACC,ONxKI;EMyKJ;EACA;EL/KH;EACA;EACA;EACA;EACA;;AK6KG;EACC;;AAMF;EACC;;AACA;EACC;;AAED;EACC;;;AAaH;EACC;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EL7NH;EACA;EACA;EACA;EACA;;AK4NE;EACC;EACA;EACA;EACA,ON/NI;EMgOJ;EACA;;AAID;EACC;EACA,ONrOI;ECPP;EACA;EACA;EACA;EACA;;AK2OE;EACC;EACA,ONhOQ;EMiOR;EACA;;AACA;EALD;IAME;;;AAED;EARD;IASE;;;AAGF;EACC;EACA;EACA,ONnPU;EMoPV;EL/PH;EACA;EACA;EACA;EACA;;AK6PG;EACC,ONrPW;;AMuPZ;EACC;;AAMD;EACC;;AAID;EACC,ONpQW;;AMyQf;EACC;;;ACrRF;AAAA;AAAA;AAWA;EAEI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI,OPxBJ;EOyBI;EACA;;AACA;EAJJ;IAKQ;;;AAGJ;EACI;EACA;;AACA;EAHJ;IAIQ;;;AAEJ;EANJ;IAOQ;;;AAEJ;EACI;;AAIZ;EACI,OP9CJ;EO+CI;EACA;EACA;;AACA;EALJ;IAMQ;;;AAEJ;EARJ;IASQ;IACA;;;AAIZ;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EN/EX;EACA;EACA;EACA;EACA;;AM6EW;EACI;EACA;EACA;EACA;EACA;EACA;ENvFf;EACA;EACA;EACA;EACA;;AMsFmB;EACI;;AACA;EACI;EACA;EACA;EACA;EACA,OP5FpB;EO6FoB;EACA,YPxFd;EOyFc;EACA;ENrG3B;EACA;EACA;EACA;EACA;;AMmG2B;EACI;;AAOhB;EACI,OP3GZ;EO4GY;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA,O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OXnCQ;EWoCR;;AAIH;EACC;EACA;EACA;EACA;;AACA;EALD;IAME;;;AAED;EARD;IASE;;;AAED;EAXD;IAYE;;;AAED;EACC,OX3DG;;AW8DL;EACC;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA,OXpEU;EWqEV;;AACA;EACC;;AAKF;EACC;;AACA;EACC;;AAED;EACC;EACA;EACA;EACA;EACA;EACA,YX7FG;EW8FH;EACA;EACA,OXxFW;EWyFX;EACA;EACA;;AAMD;EACC;;AAKJ;EACC;EACA;;AAIG;EACC;;AAMD;EACC;;AAKF;EACC;EACA;;AACA;EACC,OXhIQ;EWiIR;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YX9IO;;AWqJT;EACC;;AAMD;EACC;EACA;;;AAcF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YX7LG;EW8LH;EACA;EVpMJ;EACA;EACA;EACA;EACA;;AUkMI;EAfD;IAgBE;IACA;IACA;IACA;;;AAGA;EACC;;AAGF;EAEC,YXxMQ;EWyMR,OX/ME;EWgNF,cX1MQ;EW2MR;;AAWA;EAEC,YXpNS;EWqNT,cXrNS;EWsNT;;;AAoBP;EACC;;AAEC;EACC;;AAGF;EACC;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;;AACA;EALD;IAME;;;AAED;EARD;IASE;;;AAED;EACC,OXhRG;EWiRH;EACA;EACA;EACA;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;;AACA;EAPD;IAQE;;;AAED;EAVD;IAWE;;;AAED;EAbD;IAcE;;;AAGA;EACC;EACA,OX1SE;EW2SF;;AACA;EAJD;IAKE;;;AAED;EAPD;IAQE;;;AAED;EAVD;IAWE;;;AAED;EACC;;AAED;EACC;;AAIH;EACC,OX9TG;EW+TH;EACA;EACA;EACA;EVvUJ;EACA;EACA;EACA;EACA;;AUqUI;EACC,OXrUE;;AWuUH;EAVD;IAWE;;;AAED;EAbD;IAcE;;;AAGD;EAjBD;IAkBE;;;AAGF;EACC,OXnVG;EWoVH;EACA;EACA;EACA;EACA;EACA;EACA;EV/VJ;EACA;EACA;EACA;EACA;;AU6VI;EAVD;IAWE;;;AAED;EAbD;IAcE;;;AAED;EAhBD;IAiBE;;;AAIF;EACC;EACA;EACA,OX1WG;;AW2WH;EACC;;AAMD;EACC;;AAED;EACC;EACA;;;AAWN;EACC;EACA;EACA;;AAEC;EACC;;AAED;EACC;EACA;EACA;EACA;EACA;;AAED;EACC,YXxYa;EWyYb,cXzYa;;AW0Yb;EACC,YX/YU;EWgZV,cXhZU;;AWqZZ;EACC;;AACA;EACC;EACA;;AAED;EACC;EACA;EACA;EACA,YX3ZY;EW4ZZ;EACA;EACA,OXxaI;EWyaJ;EACA;;AAGF;EACC;;AAEC;EACC;EACA;EACA;EACA,OXxaO;;AWyaP;EACC,OX5aU;EW6aV;;AAED;EACC;;AAIH;EACC;EACA;EACA;EACA;EACA;;AACA;EACC,OXncG;;AWscL;EACC;EACA;EACA,OX/bQ;EWgcR;EACA;;AAED;EACC;EACA;EACA,OXtcQ;ECjBX;EACA;EACA;EACA;EACA;;AUqdG;EACC,OX3cW;;AW6cZ;EACC;;;AC3dL;AAAA;AAAA;AAOA;EACC;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACC,OZhCK;EYiCL;;AAED;EACC;EACA,OZrCK;EYsCL;EACA;;AACA;EALD;IAME;;;AAED;EARD;IASE;;;AAGF;EACC;;AAGF;EACC;;AAED;EACC;;;AAOF;EACC;EACA;EACA;EACA;;AACA;EALD;IAME;IACA;;;AAED;EATD;IAUE;IACA;;;AAED;EACC;;AACA;EACC;EACA;EACA;;AACS;EAJV;IAKc;;;AAEJ;EAPV;IAQc;IACA;;;AAEJ;EAXV;IAYc;IACA;;;AAGZ;EADD;IAEE;;;AAED;EAJD;IAKE;;;AAED;EACC,OZpGG;EYqGH;EACA;;AACS;EAJV;IAKc;;;AAEJ;EAPV;IAQc;;;AAGd;EACC,OZ/GG;EYgHH;EACA;;AACS;EAJV;IAKc;;;AAEJ;EAPV;IAQc;;;AAMhB;EACC,YZzHG;EY0HH;EACA;EACA;;AACA;EALD;IAME;IACA;IACA;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;EACA,YZnJI;EYoJJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXD;IAYE;;;AAED;EAdD;IAeE;;;AAED;EAjBD;IAkBE;IACA;;;AAED;EArBD;IAsBE;IACA;;;AAED;EACC;EACA;;;AASL;EACC;EACA;;AAEC;EACC;;AAGF;EACC;;;ACjMF;AAAA;AAAA;AAMA;EACC;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EADD;IAEE;;;AAED;EAJD;IAKE;;;AAGA;EACC,ObzBI;Ea0BJ;EACA;;AAGF;EACC;;AACA;EACC;EACA;EACA;EACA;;AAGA;EACC;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EZvDL;EACA;EACA;EACA;EACA;;AYqDK;EACC,Yb/CO;EagDP,ObtDC;EauDD,cbjDO;;AauDZ;EACC;;AAGE;EACC;EACA;EACA;EZzEL;EACA;EACA;EACA;EACA;;AYuEK;EACC,ObjEO;;AauEZ;EACC;;AAEC;EACC;;AACA;EACC;EACA;;AAGF;EACC;;AACA;EACC;EACA;EACA,Ob5FE;Ea6FF;EACA;;AACA;EAND;IAOE;IACA;;;AAGF;EACC;EACA;;AAOL;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXD;IAYE;IACA;;;AAED;EAfD;IAgBE;;;AAGD;EACC;;AACA;EAFD;IAGE;;;AAED;EACC;EACA;;AAGF;EACC;EACA;;;AAQF;EACI;EACA;EACA;EACA;EACA;EACA;EACA,YbrJS;EasJT;EACA;EACA,Ob9JG;Ea+JH;EZpKJ;EACA;EACA;EACA;EACA;EYkKI;EACA;EACA;EACA;;AACA;EACI;EACA,ObvKD;;Aa2KN;EACC;EACA;EACA;EACA;EACA;;;AAWH;EACC;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACC;EACA;EACA;;AAGA;EACC;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EZ/NJ;EACA;EACA;EACA;EACA;;AY6NI;EACC,YbnNU;EaoNV,Ob9NE;;AaoOP;EACC;;AACA;EAFD;IAGE;;;AAED;EALD;IAME;;;AAED;EARD;IASE;;;AAED;EACC,ObhPK;EaiPL;EACA;EACA;EACA;;AAED;EACC;EACA;;AAED;EACC;;AAGE;EACC;EACA;EACA;EZtQL;EACA;EACA;EACA;EACA;;AYoQK;EACC,Ob5PS;;AamQd;EACC;;AACA;EAFD;IAGE;;;AAED;EALD;IAME;;;AAED;EACC;;AACA;EACC;EACA;EACA,YbxRG;EayRH;EACA,Ob9QO;Ea+QP;EACA;;AACA;EACC,OblRM;EamRN;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;EACA,Yb/RW;EagSX,Ob1SG;;Aa+SP;EACC;EACA;;AACA;EAHD;IAIE;;;AAED;EACC;EACA,ObvTK;;AayTN;EACC;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EZ/UF;EACA;EACA;EACA;EACA;;AY6UE;EAdD;IAeE;IACA;IACA;IACA;;;AAID;EACC,Yb3UY;Ea4UZ,ObtVI;;Aa0VP;EACC;;AACA;EACC;EACA;;;ACjWH;AAAA;AAAA;AAQA;EACC;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACC,Od1BK;;Ac2BL;EACC,Od5BI;;Ac+BN;EACC,OdhCK;;AcoCP;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARD;IASE;;;AAED;EAXD;IAYE;;;AAED;EAdD;IAeE;;;AAED;EAjBD;IAkBE;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EbtEF;EACA;EACA;EACA;EACA;;AaqEC;EACC,OdrEK;EcsEL;EACA;;AAED;EACC;EACA,Od3EK;Ec4EL;EACA;;AAED;EACC;EACA;EACA,OdlFK;EcmFL;EACA;;AAED;EACC,OdvFK;;Ac6FJ;EACC;EACA;;AAIH;EACC;EACA;EACA;EACA;;AACA;EACC;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EbtHJ;EACA;EACA;EACA;EACA;;AasHI;EACC;EACA;;AAML;EACC;EACA;EACA;;AACA;EACC;EACA;;AAIA;EADD;IAEE;;;AAED;EAJD;IAKE;;;AAED;EAPD;IAQE;;;AAED;EAVD;IAWE;;;AAED;EAbD;IAcE;;;AAED;EACC,YdvJI;;AcyJL;EACC,OdxJI;;Ac0JL;EACC,OdvJU;;AcyJX;EACC,OdpJQ;;AcsJT;EACC,OdvJQ;EcwJR;EACA;Eb1KH;EACA;EACA;EACA;EACA;;AawKG;EACC;;AAED;EACC,OdrKS;;;AckLd;EACC;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACC;;AACA;EACC,Od/MI;;AckNN;EACC;EACA;;AAID;EACC;EACA;;AAED;EACC;EACA;EACA;EACA;EACA;;AAED;EACC;EACA,OdrOK;EcsOL;;AACA;EAJD;IAKE;;;AAGF;EACC;EACA;EACA;EACA;;AACA;EALD;IAME;;;AAGF;EACC;EACA;EACA;;AACA;EACC;;;AASJ;EACC;;AAEC;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA,Yd7QK;Ec8QL;EACA;;AAID;EACC;;AAED;EACC;EACA,Od5QS;Ec6QT;EACA;;AACA;EALD;IAME;;;AAED;EARD;IASE;;;AAED;EACC;;AAGF;EACC;;AAID;EADD;IAEE;;;AAED;EAJD;IAKE;;;AAED;EACC;;;AAYH;EACC;EACA;EACA;;AACA;EACC;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAGE;EACC;EACA;EACA;EACA,OdhVG;EciVH;EACA;EACA;EACA;;AACA;EATD;IAUE;;;AAED;EACC,YdnVU;EcoVV,Od5VE;;AciWN;EACC;EACA;;AACA;EAHD;IAIE;;;AAGF;EACC;EACA;EACA;;AAGF;EACC;EACA;EACA;;AACA;EACC;EACA,OdlXK;;AcoXN;EACC;;AACA;EAFD;IAGE;;;AAED;EALD;IAME;;;AAED;EARD;IASE;;;AAGF;EACC;EACA;;AACA;EACC;EACA;EACA;EACA,Od7XQ;;AcgYV;EACC;EACA,OdxYW;EcyYX;EACA;;AACA;EACC;EACA;;AAIH;EACC;EACA;;;AC5ZF;AAAA;AAAA;AAQA;EACC;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;;AACA;EAFD;IAGE;;;AAED;EALD;IAME;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YfjDK;EekDL;EACA,Of3Ca;Ee4Cb;;AAIF;EACC;EACA;;AACA;EAHD;IAIE;;;AAED;EAND;IAOE;;;AAED;EACC;EACA;EACA;EACA;EACA,OftEK;EeuEL;;AAED;EACC;EACA,OfnEa;;AeoEb;EAHD;IAIE;;;AAED;EAND;IAOE;;;AAGF;EACC;EACA;EACA;;AACA;EAJD;IAKE;;;AAIH;EACC;EACA;EACA;;AACA;EACC;;AAGA;EACC,Of7FY;;Ae+Fb;EACC,OftGI;;AewGL;EACC,Of/FQ;;;AgBfZ;AAAA;AAAA;AAQA;EACC;EACA;;AAEC;EACC;;AAID;EADD;IAEE;;;AAED;EAJD;IAKE;;;AAED;EACC;;AAGF;EACC;EACA;;AACA;EAHD;IAIE;;;AAED;EACC,OhB/BK;EgBgCL;;AAED;EACC,OhBnCK;EgBoCL;EACA;EACA;EACA;;AACA;EAND;IAOE;;;AAGF;EACC;EACA;;AAGF;EACC;EACA;;AACA;EACC,YhB7Ca;;AgB8Cb;EACC;EACA;;AAID;EADD;IAEE;IACA;IACA;;;AAED;EAND;IAOE;IACA;IACA;;;AAGA;EACC;EACA;;AAID;EACC;EACA;;AAGA;EACC;;AACA;EAFD;IAGE;;;AAED;EALD;IAME;;;AAED;EACC;EACA;EACA,OhBrFS;EgBsFT;;AACA;EALD;IAME;IACA;;;AAED;EATD;IAUE;IACA;;;AAED;EACC;;AAQP;EACC;;;AAQF;EACC;;AACA;EACC;;AACA;EACC;EACA;EACA;EACA;EACA;;AACA;EACC;;AAED;EACC;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA,OhBlJG;EgBmJH;EACA;;AACA;EAVD;IAWE;IACA;;;AAED;EAdD;IAeE;IACA;;;AAED;EAlBD;IAmBE;IACA;;;AAED;EACC,OhB5JQ;EgB6JR;;AACA;EAHD;IAIE;;;AAGF;EACC;EACA;EACA;;AACA;EAJD;IAKE;IACA;;;AAGD;EACC;EACA;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;;AACA;EAPD;IAQE;;;AAMJ;EACC;EACA;;AACA;EAHD;IAIE;;;AAED;EAND;IAOE;;;AAED;EACC;EACA,OhB/MG;EgBgNH;EACA;;;AAYL;EACC;;AAGE;EACC;;;ACrOJ;AAAA;AAAA;AAOC;EACC;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;;AAED;EACC;EACA;EACA;EACA;;AACA;EACC,OjB3BI;EiB4BJ;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EhBfH,mBgBgBsB;EhBfnB,gBgBemB;EhBdjB,cgBciB;EhBbd,WgBac;EACnB;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EhB1BH,mBgB2BsB;EhB1BnB,gBgB0BmB;EhBzBjB,cgByBiB;EhBxBd,WgBwBc;EACnB;;AAMJ;EACC;EACA;;AAEC;EACC;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;;AACA;EALD;IAME;;;AAED;EARD;IASE;;;AAED;EAXD;IAYE;;;AAGF;EACC,YjB7EY;EiB8EZ,cjB9EY;;AiB+EZ;EACC,OjBxFG;EiByFH,YjB3FG;EiB4FH,cjB5FG;;AiB6FH;EACC,cjBxFQ;;AiB0FT;EACC,cjB3FQ;;AiBiGb;EACC;;AAEC;EACC,OjB3GI;EiB4GJ;EACA;EACA;EACA;;AAED;EACC;EACA,OjBnHI;EiBoHJ;EACA;EACA;EACA;;AACA;EAPD;IAQE;;;AAED;EAVD;IAWE;;;AAED;EAbD;IAcE;;;AAIF;EACC,YjBpII;EiBqIJ,OjBnII;EiBoIJ,cjBtII;;AiBuIJ;EACC,cjBlIS;;AiBoIV;EACC,cjBrIS;;AiBuIV;EACC,OjB9IG;EiB+IH,YjBrIW;EiBsIX,cjBtIW;;AiBuIX;EACC,cjBlJE;;AiBoJH;EACC,cjBrJE;;;AkBHR;AAAA;AAAA;AAOA;EACC;EACA;;AAEC;EACC;;AAID;EACC;;AACA;EACC;EjBrBH;EACA;EACA;EACA;EACA;EAKC,mBiBcqB;EjBblB,gBiBakB;EjBZjB,eiBYiB;EjBXhB,ciBWgB;EjBVb,WiBUa;;AAGrB;EACC;;AACA;EAFD;IAGE;;;AAED;EALD;IAME;;;AAED;EARD;IASE;;;AAGD;EACC;EACA,OlBjCI;ECPP;EACA;EACA;EACA;EACA;;AiBuCE;EACC;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;EjBpDH;EACA;EACA;EACA;EACA;;AiBkDG;EACC,OlBxCW;;AkB0CZ;EACC;;AAMD;EjBvDF,mBiBwDsB;EjBvDnB,gBiBuDmB;EjBtDlB,eiBsDkB;EjBrDjB,ciBqDiB;EjBpDd,WiBoDc;;AAIpB;EACC,OlBzDW;;AkB8Df;EACC;EACA;;AACA;EACC;EjB/EF;EACA;EACA;EACA;EACA;EiB6EE;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;;AACA;EACC,OlB9FG;EkB+FH;EACA;EACA;;AAED;EACC,OlBpGG;EkBqGH;EACA;EjB3GJ;EACA;EACA;EACA;EACA;;AiByGI;EACC,OlBjGU;;AkBmGX;EACC;;AAMH;EACC;;AAIH;EACC;EACA,YlBzHM;;AkB2HL;EACC;;AAIH;EACC,YlBjIM;EkBkIN;;;ACrIF;AAAA;AAAA;AAUC;EACC;EACA;;AACA;EACC;EACA,OnBZK;EmBaL;;AAED;EACC;EACA;EACA,OnBlBK;EmBmBL;;AAED;EACC;EACA;EACA,OnBxBK;EmByBL;;AAED;EACC;;AAED;EACC;EACA;EACA;EACA;;AACA;EALD;IAME;IACA;;;AAED;EATD;IAUE;IACA;;;AAED;EAbD;IAcE;IACA;;;AAGF;EACC;EACA;EACA;EACA;;AACA;EALD;IAME;IACA;;;AAED;EATD;IAUE;IACA;;;AAED;EAbD;IAcE;IACA;;;AAKF;EADD;IAEE;;;AAED;EAJD;IAKE;;;AAGA;EADD;IAEE;;;AAED;EACC;;AACA;EAFD;IAGE;;;AAED;EALD;IAME;;;AAED;EARD;IASE;;;AAED;EACC,OnBhFW;;AmBoFd;EACC;EACA;;AACA;EAHD;IAIE;;;AAKF;EACC;EACA;EACA;;AAED;EACC,YnBnGa;EmBoGb,cnBpGa;;AmBqGb;EACC,YnB1GU;EmB2GV,cnB3GU;;;AmBsHd;EACC;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACC,OnB7IK;EmB8IL;EACA;EACA;EACA;EACA;EACA;EACA,YnB1Ia;EmB2Ib;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;ElBnIF,mBkBoIqB;ElBnIlB,gBkBmIkB;ElBlIhB,ckBkIgB;ElBjIb,WkBiIa;EACnB;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;ElB9IF,mBkB+IqB;ElB9IlB,gBkB8IkB;ElB7IhB,ckB6IgB;ElB5Ib,WkB4Ia;EACnB;;AAIF;EACC,OnBhLK;EmBiLL;EACA;EACA;EACA;;AACA;EAND;IAOE;;;AAED;EATD;IAUE;;;AAIF;EACC;EACA;EACA,OnBhMK;;AmBiML;EAJD;IAKE;;;AAED;EAPD;IAQE;;;;ACxMJ;AAAA;AAAA;AAQC;EADD;IAEE;;;AAED;EACC;;AACA;EAFD;IAGE;;;AAED;EACC;;AAED;EACC,YpBTa;EoBUb;EACA;;AACA;EACC,OpBrBI;EoBsBJ;EACA;EACA;EACA;;AACA;EAND;IAOE;IACA;;;AAED;EAVD;IAWE;IACA;IACA;;;AAOH;EADD;IAEE;IACA;;;AAED;EALD;IAME;IACA;;;AAGA;EACC;;AAID;EACE;EACA;EACA;;AACA;EAJF;IAKG;;;AAED;EAPF;IAQG;;;AAEF;EACC;EACA;EACA,OpBjEG;;AoBkEH;EAJD;IAKE;;;AAGF;EACC;EACA;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OpB9EW;EoB+EX;EACA;;AACA;EAbD;IAcE;IACA;IACA;IACA;IACA;;;AAED;EApBD;IAqBE;IACA;IACA;IACA;IACA;;;AAIH;EACC;;AAEC;EACC;;AAEC;EACC;EACA,OpBzGQ;EoB0GR;EACA;;AACA;EALD;IAME;IACA;IACA;;;AAED;EAVD;IAWE;IACA;IACA;;;AAED;EACC;;;AClIT;AAAA;AAAA;AAQC;EACC;;AACA;EACC;EACA;EACA;EpBND,mBoBOoB;EpBNjB,gBoBMiB;EpBLhB,eoBKgB;EpBJf,coBIe;EpBHZ,WoBGY;;AACnB;EACC;EACA;EACA;EACA;EACA;EACA;EACA,YrBbU;EqBcV,OrBpBI;;AqBuBN;EACC;;AAGF;EACC;EACA;EACA;;AAEC;EACC;EACA;EACA,OrBvBQ;EqBwBR;;AACA;EALD;IAME;;;AAED;EARD;IASE;;;AAGF;EACC;EACA,OrB5CI;;AqB6CJ;EAHD;IAIE;;;AAED;EAND;IAOE;;;AAOH;EADD;IAEE;;;AAED;EAJD;IAKE;;;AAED;EAPD;IAQE;;;AAED;EACC;EACA;EACA,OrBpEK;EqBqEL;;AACA;EALD;IAME;;;AAED;EARD;IASE;;;AAED;EAXD;IAYE;;;AAIF;EACC;;AACA;EAFD;IAGE;;;AAED;EALD;IAME;;;AAED;EARD;IASE;;;AAED;EACC;EACA;;AAIH;EACC;EACA;EACA;;AAGE;EACC;;AACA;EACC;EACA,OrB5GE;EqB6GF;EACA;;AACA;EALD;IAME;;;AAGF;EACC;EACA,OrB3GM;;AqB4GN;EAHD;IAIE;;;AAOJ;EADD;IAEE;;;AAGA;EACC;;AACA;EACC,OrBrIE;EqBsIF;EACA;;AACA;EAJD;IAKE;;;AAIF;EACC;EACA;EACA;EACA;EACA;EACA,YrB/IQ;EqBgJR,OrBtJE;EqBuJF;EACA;;;AC3JN;AAAA;AAAA;AAOA;EACC;EACA;;AAGE;EACC;;AACA;EACC;EACA,YtBbG;EsBcH;EACA;EACA;EACA;EACA,OtBNO;;AsBOP;EACC,OtBRM;EsBSN;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OtB1BS;EsB2BT;EACA;;AAIH;EACC;;AACA;EAFD;IAGE;;;AAED;EALD;IAME;;;AAED;EARD;IASE;;;AAED;EACC;;AACA;EACC;EACA,OtBnDG;EsBoDH;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA,YtBxDQ;;AsB0DT;EACC;EACA;EACA;EACA;EACA;EACA;EACA,YtBjEQ;;AsBqEX;EACE;EACA;EACA;;AACD;EACC;EACA;;AACA;EAHD;IAIE;;;AAED;EAND;IAOE;;;AAED;EACC;EACA;EACA;EACA,OtB1FE;;AsB2FF;EALD;IAME;;;AAED;EARD;IASE;;;AAED;EAXD;IAYE;;;AAGF;EACC;EACA;EACA;EACA;;AAED;EACC;;AAGF;EACC;EACA;EACA;;AAIH;EACC;;AACA;EAFD;IAGE;;;AAED;EALD;IAME;;;AAED;EACC;;AACA;EACC;EACA,OtBlIG;EsBmIH;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA,YtBvIQ;;AsByIT;EACC;EACA;EACA;EACA;EACA;EACA;EACA,YtBhJQ;;AsBuJR;EACC;EACA;EACA;EACA;EACA,OtBtJK;ECjBX;EACA;EACA;EACA;EACA;;AqBqKM;EACC,OtB/JM;;AsBuKT;EACC;;AACA;EACC;EACA,OtBrKK;EsBsKL;EACA;EACA;EACA;ErB1LN;EACA;EACA;EACA;EACA;;AqBwLM;EARD;IASE;IACA;;;AAED;EAZD;IAaE;IACA;;;AAED;EAhBD;IAiBE;IACA;;;AAED;EACC,YtB9LM;EsB+LN,OtBrMA;;AsByMD;EACC;;AAQN;EACC;;AACA;EACC;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATD;IAUE;;;AAED;EAZD;IAaE;;;AAED;EAfD;IAgBE;;;AAED;EACC,OtB1OG;EsB2OH;EACA;EACA;;AAED;EACC;EACA;EACA,OtBlPG;EsBmPH;EACA;;AACA;EAND;IAOE;;;AAED;EATD;IAUE;;;AAED;EAZD;IAaE;;;AAGF;EACC;;AACA;EACC;;AAED;EACC;;AAED;EACC;;AAQH;EACC;;AACA;EACC;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YtBtRW;EsBuRX;EACA,OtBhSG;EsBiSH;;AAGF;EACC;;AACA;EAFD;IAGE;;;AAED;EALD;IAME;;;AAKE;EACC;EACA;EACA;EACA;EACA;;AACY;EANb;IAOiB;IACA;;;AAEhB;EACC,OtBpTK;EsBqTL;;AAMH;EADD;IAEE;;;AAED;EAJD;IAKE;;;AAGA;EACC;;AACA;EACC;EACA,OtBhUG;EsBiUH;EACA;;AAED;EACC;EACA,OtBtUG;EsBuUH;ErBxVR;EACA;EACA;EACA;EACA;;AqBsVQ;EACC,OtBhVI;;AsBwVV;EACC;EACA;EACA;EACA;;AACA;EALD;IAME;IACA;;;AAED;EATD;IAUE;IACA;;;AAED;EAbD;IAcE;IACA;;;AAED;EAjBD;IAkBE;IACA;;;AAED;EACC,OtBlXE;;AsBqXJ;EACC;EACA;EACA;EACA;EACA;EACA;;AAIH;EACC,YtBlYK;EsBmYL;EACA;EACA;;AACA;EALD;IAME;;;AAED;EARD;IASE;;;AAED;EACC;EACA;EACA,OtB7YI;EsB8YJ;EACA;;AACA;EAND;IAOE;;;AAED;EATD;IAUE;;;AAED;EAZD;IAaE;IACA;;;AAED;EAhBD;IAiBE;IACA;;;AAGF;EACC;EACA;EACA,OtBlaI;EsBmaJ;;AAGF;EACC,YtBzaK;EsB0aL;;AACA;EAHD;IAIE;;;AAED;EAND;IAOE;;;AAKC;EACC;;AACA;EACC;EACA,OtBtbC;EsBubD;EACA;;AAED;EACC;EACA,OtBlbK;;AsBwbV;EACC;EACA,YtBtcK;;AsBucL;EAHD;IAIE;;;AAED;EAND;IAOE;;;AAGD;EACC,YtBzcU;EsB0cV;;AACA;EAHD;IAIE;;;AAED;EAND;IAOE;;;AAED;EATD;IAUE;;;AAED;EACC,OtB3dG;EsB4dH;EACA;EACA;;AACA;EALD;IAME;;;AAED;EARD;IASE;;;AAED;EAXD;IAYE;;;AAGF;EACC;;AACA;EACC,OtB1eE;;AsB+eN;EACC,YtBlfK;EsBmfL;;AACA;EAHD;IAIE;;;AAGD;EACC;;AACA;EACC;EACA;EACA;EACA,OtB5fG;;AsB6fH;EALD;IAME;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA,YtBngBQ;;AsBqgBT;EACC;EACA;EACA;EACA;EACA;EACA;EACA,YtB5gBQ;;AsBihBV;EACC;EACA;;AACA;EAHD;IAIE;;;AAED;EAND;IAOE;;;AAGD;EACC;EACA;EACA;EACA;;AACA;EALD;IAME;IACA;;;AAED;EATD;IAUE;IACA;;;AAIF;EACC;EACA;EACA,OtBjjBE;;AsBkjBF;EACC,OtB/iBO;EsBgjBP;EACA;EACA;;AAGF;EACC;EACA;EACA;EACA;;AACA;EALD;IAME;;;AAED;EARD;IASE;;;AAGF;EACC;EACA;;AAGA;EADD;IAEE;;;AAED;EAJD;IAKE;;;AAED;EACC;;AAOL;EACC,YtB3lBK;EsB4lBL;;AACA;EAHD;IAIE;;;AAED;EAND;IAOE;;;AAED;EACC;;AACA;EACC;EACA;EACA;EACA,OtBvmBG;;AsBwmBH;EALD;IAME;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA,YtB9mBQ;;AsBgnBT;EACC;EACA;EACA;EACA;EACA;EACA;EACA,YtBvnBQ;;AsB6nBT;EACC;EACA;EACA,YtBtoBE;EsBuoBF;EACA;EACA;EACA,OtB9nBM;;AsB+nBN;EACC;EACA,OtBjoBK;;AsBooBP;EACC;EACA;EACA;EACA;EACA;EACA,YtBtpBE;EsBupBF,OtB3oBM;EsB4oBN;EACA;EACA;;AACA;EACC;;AAQN;EACC;;;ACxqBF;AAAA;AAAA;AAQC;EACC;;AACA;EACC;;AACA;EAFD;IAGE;;;AAED;EALD;IAME;;;AAED;EARD;IASE;;;AAED;EACC;EACA,OvBlBI;EuBmBJ;EACA;EACA;;AACA;EAND;IAOE;IACA;;;AAMH;EACC;EACA;;AACA;EAHD;IAIE;;;AAED;EACC;EACA;EACA,YvBzCI;EuB0CJ;EACA;EACA;EACA;EACA,OvBlCQ;;AuBmCR;EATD;IAUE;;;AAED;EAZD;IAaE;;;AAED;EACC;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OvB7DU;EuB8DV;;AAID;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;;;AAYL;EACC;;AAEC;EACC;EACA;;AACA;EAHD;IAIE;;;AAKE;EACC,OvBrGK;EuBsGL;;AAML;EACC;EACA;;AACA;EAHD;IAIE;;;AAGA;EACC;;AACA;EACC;;AACA;EACC;EACA,OvBzHK;EuB0HL;EACA;EACA;EACA;EtB9IN;EACA;EACA;EACA;EACA;;AsB4IM;EARD;IASE;IACA;;;AAGD;EACC,YvB3IM;EuB4IN,OvBlJA;;AuBsJD;EACC;;AAON;EACC;EACA;;AACA;EAHD;IAIE;;;AAGA;EACC;EACA;EACA,OvB5JO;EuB6JP;;AACA;EACC;EACA;;AAMH;EACC;EACA;EACA;EACA;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA,YvBzLS;;AuB2LV;EACC;EACA;EACA;EACA;EACA;EACA;EACA,YvBlMS;;AuBwMZ;EACC;EACA;;AACA;EACC;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;;AACA;EACC;EACA;EACA,YvB3OE;EuB4OF,OvBtOQ;EuBuOR;EACA;EACA;;AAMH;EACC;EACA;EACA,OvBtPI;EuBuPJ;;AAED;EACC;EACA;EACA;EACA;;AAKA;EACC;EACA;;AAED;EACC;EACA;;AAUC;EAEC;EACA;EACA;;;AC3RP;AAAA;AAAA;AAaI;EACC;;AAKJ;EACC;;AACA;EAFD;IAGE;;;AAED;EALD;IAME;;;AAED;EARD;IASE;;;AAGC;EACC;;AAKH;EADD;IAEE;;;AAED;EAJD;IAKE;;;AAED;EAPD;IAQE;;;AAGA;EACC;EACA;EACA;EACA,OxB9CI;EwB+CJ;EACA;;AAGA;EACC;;AACA;EACC;EACA;;AAIH;EACC,OxB5DI;EwB6DJ;EACA;EACA;EACA;;AAID;EACC;EACA;EACA;;AACA;EAJD;IAKE;IACA;;;AAED;EARD;IASE;IACA;;;AAIH;EACC;;AAEC;EACC;;AACA;EACC;EACA,OxB/EM;;AwBkFN;EACC;EACA;EACA;EACA;EACA;;AAML;EACC;;AAEC;EACC;;AACA;EACC,OxBnGM;EwBoGN;;;AAcL;EACC;;AAEC;EACC;EACA,OxBvHQ;EwBwHR;EACA;EACA;EACA;EACA;EACA;;AACA;EATD;IAUE;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA,YxB9IS;;AwBgJV;EACC,OxBjJS;;AwBkJT;EACC;;AASF;EACC;EACA;;;AAWL;EACC;EACA;;AACA;EACC;;AAGA;EACC;EACA;;AACA;EACC;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;;AACA;EACC;;AACA;EACC;EACA;EACA,YxBnNE;EwBoNF,OxB9MQ;EwB+MR;EACA;EACA;;AAMH;EACC;EACA;EACA,OxB9NI;EwB+NJ;;AAED;EACC;EACA;EACA;EACA;;AAKA;EACC;EACA;;AAED;EACC;EACA;;;AAuBD;EACI;EACA;EACA;EACA,kBxB7QA;EwB8QA;EACA;EACA;;AAEA;EATJ;IAUQ;IACA;;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAXJ;IAYQ;;;;ACtSZ;AAAA;AAAA;AAQC;EACC;EACA;;AACA;EACC;;AACA;EACC;EACA,OzBJY;EyBKZ;;AAGA;EACC;EACA;EACA,OzBPO;EyBQP;;AACA;EALD;IAME;;;AAIH;EACC;;AACA;EACC,OzBvBS;;AyByBV;EACC;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;;AAKJ;EACC;EACA;;AACA;EAHD;IAIE;;;AAED;EAND;IAOE;;;AAED;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;;AAED;EACC;EACA;EACA;;AACA;EACC,OzBzEI;EyB0EJ;EACA;EACA;EACA;EACA;;AACA;EAPD;IAQE;IACA;;;AAED;EAXD;IAYE;IACA;;;AAMH;EADD;IAEE;;;AAED;EAJD;IAKE;;;AAGA;EACC;EACA,OzBlGI;EyBmGJ;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA,YzBxGS;;AyB0GV;EACC;EACA;EACA;EACA;EACA;EACA;EACA,YzBjHS;;AyBoHX;EACC;EACA;EACA;EACA;EACA;;AAID;EACC;;AACA;EACC;EACA;EACA;EACA;EACA;EACA,OzB/HO;;AyBgIP;EACC;;AAGF;EACC;EACA;EACA;EACA;EACA;EACA;EACA,OzB3IO;EyB4IP;;AACA;EACC;;AAGF;EACC;EACA;EACA;EACA,OzB3JS;EyB4JT;;;AAYJ;EACC;EACA;;AACA;EAHD;IAIE;;;AAED;EAND;IAOE;;;AAED;EACC;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;EACA,OzBzLa;EyB0Lb","file":"style.css"} \ No newline at end of file diff --git a/_site/assets/images/banner-bg.png b/_site/assets/images/banner-bg.png index 408f449..f4a961c 100644 Binary files a/_site/assets/images/banner-bg.png and b/_site/assets/images/banner-bg.png differ diff --git a/_site/assets/images/banner-devops.png b/_site/assets/images/banner-devops.png index 9b8b7a2..9d6f43f 100644 Binary files a/_site/assets/images/banner-devops.png and b/_site/assets/images/banner-devops.png differ diff --git a/_site/assets/images/banner-shape-1.png b/_site/assets/images/banner-shape-1.png index 6c4c2cb..f8cdea7 100755 Binary files a/_site/assets/images/banner-shape-1.png and b/_site/assets/images/banner-shape-1.png differ diff --git a/_site/assets/images/cc-logo-blue-400-100.png b/_site/assets/images/cc-logo-blue-400-100.png index f3a1417..b7d2a83 100644 Binary files a/_site/assets/images/cc-logo-blue-400-100.png and b/_site/assets/images/cc-logo-blue-400-100.png differ diff --git a/_site/assets/images/cc-logo-white-250-63.png b/_site/assets/images/cc-logo-white-250-63.png index 8b3ea5d..d6bf6de 100644 Binary files a/_site/assets/images/cc-logo-white-250-63.png and b/_site/assets/images/cc-logo-white-250-63.png differ diff --git a/_site/assets/images/favicon.ico b/_site/assets/images/favicon.ico index be74abd..e978e29 100755 Binary files a/_site/assets/images/favicon.ico and b/_site/assets/images/favicon.ico differ diff --git a/_site/assets/images/person-illustration.png b/_site/assets/images/person-illustration.png index 8451f49..87e681d 100644 Binary files a/_site/assets/images/person-illustration.png and b/_site/assets/images/person-illustration.png differ diff --git a/_site/assets/images/sitting-person.png b/_site/assets/images/sitting-person.png index d57bd75..e69e23e 100644 Binary files a/_site/assets/images/sitting-person.png and b/_site/assets/images/sitting-person.png differ diff --git a/_site/assets/js/bootstrap.min.js b/_site/assets/js/bootstrap.min.js index e5a2429..ccde3f4 100755 --- a/_site/assets/js/bootstrap.min.js +++ b/_site/assets/js/bootstrap.min.js @@ -3,5 +3,4 @@ * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("jquery"),require("popper.js")):"function"==typeof define&&define.amd?define(["exports","jquery","popper.js"],e):e((t=t||self).bootstrap={},t.jQuery,t.Popper)}(this,function(t,g,u){"use strict";function i(t,e){for(var n=0;nthis._items.length-1||t<0))if(this._isSliding)g(this._element).one(Y.SLID,function(){return e.to(t)});else{if(n===t)return this.pause(),void this.cycle();var i=ndocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},t._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},t._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=t.left+t.right
    ',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",sanitize:!0,sanitizeFn:null,whiteList:Se,popperConfig:null},Fe="show",Ue="out",We={HIDE:"hide"+Oe,HIDDEN:"hidden"+Oe,SHOW:"show"+Oe,SHOWN:"shown"+Oe,INSERTED:"inserted"+Oe,CLICK:"click"+Oe,FOCUSIN:"focusin"+Oe,FOCUSOUT:"focusout"+Oe,MOUSEENTER:"mouseenter"+Oe,MOUSELEAVE:"mouseleave"+Oe},qe="fade",Me="show",Ke=".tooltip-inner",Qe=".arrow",Be="hover",Ve="focus",Ye="click",ze="manual",Xe=function(){function i(t,e){if("undefined"==typeof u)throw new TypeError("Bootstrap's tooltips require Popper.js (https://popper.js.org/)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var t=i.prototype;return t.enable=function(){this._isEnabled=!0},t.disable=function(){this._isEnabled=!1},t.toggleEnabled=function(){this._isEnabled=!this._isEnabled},t.toggle=function(t){if(this._isEnabled)if(t){var e=this.constructor.DATA_KEY,n=g(t.currentTarget).data(e);n||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(e,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(g(this.getTipElement()).hasClass(Me))return void this._leave(null,this);this._enter(null,this)}},t.dispose=function(){clearTimeout(this._timeout),g.removeData(this.element,this.constructor.DATA_KEY),g(this.element).off(this.constructor.EVENT_KEY),g(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&g(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},t.show=function(){var e=this;if("none"===g(this.element).css("display"))throw new Error("Please use show on visible elements");var t=g.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){g(this.element).trigger(t);var n=_.findShadowRoot(this.element),i=g.contains(null!==n?n:this.element.ownerDocument.documentElement,this.element);if(t.isDefaultPrevented()||!i)return;var o=this.getTipElement(),r=_.getUID(this.constructor.NAME);o.setAttribute("id",r),this.element.setAttribute("aria-describedby",r),this.setContent(),this.config.animation&&g(o).addClass(qe);var s="function"==typeof this.config.placement?this.config.placement.call(this,o,this.element):this.config.placement,a=this._getAttachment(s);this.addAttachmentClass(a);var l=this._getContainer();g(o).data(this.constructor.DATA_KEY,this),g.contains(this.element.ownerDocument.documentElement,this.tip)||g(o).appendTo(l),g(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new u(this.element,o,this._getPopperConfig(a)),g(o).addClass(Me),"ontouchstart"in document.documentElement&&g(document.body).children().on("mouseover",null,g.noop);var c=function(){e.config.animation&&e._fixTransition();var t=e._hoverState;e._hoverState=null,g(e.element).trigger(e.constructor.Event.SHOWN),t===Ue&&e._leave(null,e)};if(g(this.tip).hasClass(qe)){var h=_.getTransitionDurationFromElement(this.tip);g(this.tip).one(_.TRANSITION_END,c).emulateTransitionEnd(h)}else c()}},t.hide=function(t){function e(){n._hoverState!==Fe&&i.parentNode&&i.parentNode.removeChild(i),n._cleanTipClass(),n.element.removeAttribute("aria-describedby"),g(n.element).trigger(n.constructor.Event.HIDDEN),null!==n._popper&&n._popper.destroy(),t&&t()}var n=this,i=this.getTipElement(),o=g.Event(this.constructor.Event.HIDE);if(g(this.element).trigger(o),!o.isDefaultPrevented()){if(g(i).removeClass(Me),"ontouchstart"in document.documentElement&&g(document.body).children().off("mouseover",null,g.noop),this._activeTrigger[Ye]=!1,this._activeTrigger[Ve]=!1,this._activeTrigger[Be]=!1,g(this.tip).hasClass(qe)){var r=_.getTransitionDurationFromElement(i);g(i).one(_.TRANSITION_END,e).emulateTransitionEnd(r)}else e();this._hoverState=""}},t.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},t.isWithContent=function(){return Boolean(this.getTitle())},t.addAttachmentClass=function(t){g(this.getTipElement()).addClass(Pe+"-"+t)},t.getTipElement=function(){return this.tip=this.tip||g(this.config.template)[0],this.tip},t.setContent=function(){var t=this.getTipElement();this.setElementContent(g(t.querySelectorAll(Ke)),this.getTitle()),g(t).removeClass(qe+" "+Me)},t.setElementContent=function(t,e){"object"!=typeof e||!e.nodeType&&!e.jquery?this.config.html?(this.config.sanitize&&(e=we(e,this.config.whiteList,this.config.sanitizeFn)),t.html(e)):t.text(e):this.config.html?g(e).parent().is(t)||t.empty().append(e):t.text(g(e).text())},t.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t=t||("function"==typeof this.config.title?this.config.title.call(this.element):this.config.title)},t._getPopperConfig=function(t){var e=this;return l({},{placement:t,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:Qe},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){return e._handlePopperPlacementChange(t)}},{},this.config.popperConfig)},t._getOffset=function(){var e=this,t={};return"function"==typeof this.config.offset?t.fn=function(t){return t.offsets=l({},t.offsets,{},e.config.offset(t.offsets,e.element)||{}),t}:t.offset=this.config.offset,t},t._getContainer=function(){return!1===this.config.container?document.body:_.isElement(this.config.container)?g(this.config.container):g(document).find(this.config.container)},t._getAttachment=function(t){return Re[t.toUpperCase()]},t._setListeners=function(){var i=this;this.config.trigger.split(" ").forEach(function(t){if("click"===t)g(i.element).on(i.constructor.Event.CLICK,i.config.selector,function(t){return i.toggle(t)});else if(t!==ze){var e=t===Be?i.constructor.Event.MOUSEENTER:i.constructor.Event.FOCUSIN,n=t===Be?i.constructor.Event.MOUSELEAVE:i.constructor.Event.FOCUSOUT;g(i.element).on(e,i.config.selector,function(t){return i._enter(t)}).on(n,i.config.selector,function(t){return i._leave(t)})}}),this._hideModalHandler=function(){i.element&&i.hide()},g(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=l({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},t._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");!this.element.getAttribute("title")&&"string"==t||(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},t._enter=function(t,e){var n=this.constructor.DATA_KEY;(e=e||g(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusin"===t.type?Ve:Be]=!0),g(e.getTipElement()).hasClass(Me)||e._hoverState===Fe?e._hoverState=Fe:(clearTimeout(e._timeout),e._hoverState=Fe,e.config.delay&&e.config.delay.show?e._timeout=setTimeout(function(){e._hoverState===Fe&&e.show()},e.config.delay.show):e.show())},t._leave=function(t,e){var n=this.constructor.DATA_KEY;(e=e||g(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusout"===t.type?Ve:Be]=!1),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState=Ue,e.config.delay&&e.config.delay.hide?e._timeout=setTimeout(function(){e._hoverState===Ue&&e.hide()},e.config.delay.hide):e.hide())},t._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},t._getConfig=function(t){var e=g(this.element).data();return Object.keys(e).forEach(function(t){-1!==je.indexOf(t)&&delete e[t]}),"number"==typeof(t=l({},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()),_.typeCheckConfig(Ae,t,this.constructor.DefaultType),t.sanitize&&(t.template=we(t.template,t.whiteList,t.sanitizeFn)),t},t._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},t._cleanTipClass=function(){var t=g(this.getTipElement()),e=t.attr("class").match(Le);null!==e&&e.length&&t.removeClass(e.join(""))},t._handlePopperPlacementChange=function(t){var e=t.instance;this.tip=e.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},t._fixTransition=function(){var t=this.getTipElement(),e=this.config.animation;null===t.getAttribute("x-placement")&&(g(t).removeClass(qe),this.config.animation=!1,this.hide(),this.show(),this.config.animation=e)},i._jQueryInterface=function(n){return this.each(function(){var t=g(this).data(Ne),e="object"==typeof n&&n;if((t||!/dispose|hide/.test(n))&&(t||(t=new i(this,e),g(this).data(Ne,t)),"string"==typeof n)){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return xe}},{key:"NAME",get:function(){return Ae}},{key:"DATA_KEY",get:function(){return Ne}},{key:"Event",get:function(){return We}},{key:"EVENT_KEY",get:function(){return Oe}},{key:"DefaultType",get:function(){return He}}]),i}();g.fn[Ae]=Xe._jQueryInterface,g.fn[Ae].Constructor=Xe,g.fn[Ae].noConflict=function(){return g.fn[Ae]=ke,Xe._jQueryInterface};var $e="popover",Ge="bs.popover",Je="."+Ge,Ze=g.fn[$e],tn="bs-popover",en=new RegExp("(^|\\s)"+tn+"\\S+","g"),nn=l({},Xe.Default,{placement:"right",trigger:"click",content:"",template:''}),on=l({},Xe.DefaultType,{content:"(string|element|function)"}),rn="fade",sn="show",an=".popover-header",ln=".popover-body",cn={HIDE:"hide"+Je,HIDDEN:"hidden"+Je,SHOW:"show"+Je,SHOWN:"shown"+Je,INSERTED:"inserted"+Je,CLICK:"click"+Je,FOCUSIN:"focusin"+Je,FOCUSOUT:"focusout"+Je,MOUSEENTER:"mouseenter"+Je,MOUSELEAVE:"mouseleave"+Je},hn=function(t){function i(){return t.apply(this,arguments)||this}!function(t,e){t.prototype=Object.create(e.prototype),(t.prototype.constructor=t).__proto__=e}(i,t);var e=i.prototype;return e.isWithContent=function(){return this.getTitle()||this._getContent()},e.addAttachmentClass=function(t){g(this.getTipElement()).addClass(tn+"-"+t)},e.getTipElement=function(){return this.tip=this.tip||g(this.config.template)[0],this.tip},e.setContent=function(){var t=g(this.getTipElement());this.setElementContent(t.find(an),this.getTitle());var e=this._getContent();"function"==typeof e&&(e=e.call(this.element)),this.setElementContent(t.find(ln),e),t.removeClass(rn+" "+sn)},e._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},e._cleanTipClass=function(){var t=g(this.getTipElement()),e=t.attr("class").match(en);null!==e&&0=this._offsets[o]&&("undefined"==typeof this._offsets[o+1]||tthis._items.length-1||t<0))if(this._isSliding)g(this._element).one(Y.SLID,function(){return e.to(t)});else{if(n===t)return this.pause(),void this.cycle();var i=ndocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},t._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},t._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=t.left+t.right
    ',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",sanitize:!0,sanitizeFn:null,whiteList:Se,popperConfig:null},Fe="show",Ue="out",We={HIDE:"hide"+Oe,HIDDEN:"hidden"+Oe,SHOW:"show"+Oe,SHOWN:"shown"+Oe,INSERTED:"inserted"+Oe,CLICK:"click"+Oe,FOCUSIN:"focusin"+Oe,FOCUSOUT:"focusout"+Oe,MOUSEENTER:"mouseenter"+Oe,MOUSELEAVE:"mouseleave"+Oe},qe="fade",Me="show",Ke=".tooltip-inner",Qe=".arrow",Be="hover",Ve="focus",Ye="click",ze="manual",Xe=function(){function i(t,e){if("undefined"==typeof u)throw new TypeError("Bootstrap's tooltips require Popper.js (https://popper.js.org/)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var t=i.prototype;return t.enable=function(){this._isEnabled=!0},t.disable=function(){this._isEnabled=!1},t.toggleEnabled=function(){this._isEnabled=!this._isEnabled},t.toggle=function(t){if(this._isEnabled)if(t){var e=this.constructor.DATA_KEY,n=g(t.currentTarget).data(e);n||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(e,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(g(this.getTipElement()).hasClass(Me))return void this._leave(null,this);this._enter(null,this)}},t.dispose=function(){clearTimeout(this._timeout),g.removeData(this.element,this.constructor.DATA_KEY),g(this.element).off(this.constructor.EVENT_KEY),g(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&g(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},t.show=function(){var e=this;if("none"===g(this.element).css("display"))throw new Error("Please use show on visible elements");var t=g.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){g(this.element).trigger(t);var n=_.findShadowRoot(this.element),i=g.contains(null!==n?n:this.element.ownerDocument.documentElement,this.element);if(t.isDefaultPrevented()||!i)return;var o=this.getTipElement(),r=_.getUID(this.constructor.NAME);o.setAttribute("id",r),this.element.setAttribute("aria-describedby",r),this.setContent(),this.config.animation&&g(o).addClass(qe);var s="function"==typeof this.config.placement?this.config.placement.call(this,o,this.element):this.config.placement,a=this._getAttachment(s);this.addAttachmentClass(a);var l=this._getContainer();g(o).data(this.constructor.DATA_KEY,this),g.contains(this.element.ownerDocument.documentElement,this.tip)||g(o).appendTo(l),g(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new u(this.element,o,this._getPopperConfig(a)),g(o).addClass(Me),"ontouchstart"in document.documentElement&&g(document.body).children().on("mouseover",null,g.noop);var c=function(){e.config.animation&&e._fixTransition();var t=e._hoverState;e._hoverState=null,g(e.element).trigger(e.constructor.Event.SHOWN),t===Ue&&e._leave(null,e)};if(g(this.tip).hasClass(qe)){var h=_.getTransitionDurationFromElement(this.tip);g(this.tip).one(_.TRANSITION_END,c).emulateTransitionEnd(h)}else c()}},t.hide=function(t){function e(){n._hoverState!==Fe&&i.parentNode&&i.parentNode.removeChild(i),n._cleanTipClass(),n.element.removeAttribute("aria-describedby"),g(n.element).trigger(n.constructor.Event.HIDDEN),null!==n._popper&&n._popper.destroy(),t&&t()}var n=this,i=this.getTipElement(),o=g.Event(this.constructor.Event.HIDE);if(g(this.element).trigger(o),!o.isDefaultPrevented()){if(g(i).removeClass(Me),"ontouchstart"in document.documentElement&&g(document.body).children().off("mouseover",null,g.noop),this._activeTrigger[Ye]=!1,this._activeTrigger[Ve]=!1,this._activeTrigger[Be]=!1,g(this.tip).hasClass(qe)){var r=_.getTransitionDurationFromElement(i);g(i).one(_.TRANSITION_END,e).emulateTransitionEnd(r)}else e();this._hoverState=""}},t.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},t.isWithContent=function(){return Boolean(this.getTitle())},t.addAttachmentClass=function(t){g(this.getTipElement()).addClass(Pe+"-"+t)},t.getTipElement=function(){return this.tip=this.tip||g(this.config.template)[0],this.tip},t.setContent=function(){var t=this.getTipElement();this.setElementContent(g(t.querySelectorAll(Ke)),this.getTitle()),g(t).removeClass(qe+" "+Me)},t.setElementContent=function(t,e){"object"!=typeof e||!e.nodeType&&!e.jquery?this.config.html?(this.config.sanitize&&(e=we(e,this.config.whiteList,this.config.sanitizeFn)),t.html(e)):t.text(e):this.config.html?g(e).parent().is(t)||t.empty().append(e):t.text(g(e).text())},t.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t=t||("function"==typeof this.config.title?this.config.title.call(this.element):this.config.title)},t._getPopperConfig=function(t){var e=this;return l({},{placement:t,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:Qe},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){return e._handlePopperPlacementChange(t)}},{},this.config.popperConfig)},t._getOffset=function(){var e=this,t={};return"function"==typeof this.config.offset?t.fn=function(t){return t.offsets=l({},t.offsets,{},e.config.offset(t.offsets,e.element)||{}),t}:t.offset=this.config.offset,t},t._getContainer=function(){return!1===this.config.container?document.body:_.isElement(this.config.container)?g(this.config.container):g(document).find(this.config.container)},t._getAttachment=function(t){return Re[t.toUpperCase()]},t._setListeners=function(){var i=this;this.config.trigger.split(" ").forEach(function(t){if("click"===t)g(i.element).on(i.constructor.Event.CLICK,i.config.selector,function(t){return i.toggle(t)});else if(t!==ze){var e=t===Be?i.constructor.Event.MOUSEENTER:i.constructor.Event.FOCUSIN,n=t===Be?i.constructor.Event.MOUSELEAVE:i.constructor.Event.FOCUSOUT;g(i.element).on(e,i.config.selector,function(t){return i._enter(t)}).on(n,i.config.selector,function(t){return i._leave(t)})}}),this._hideModalHandler=function(){i.element&&i.hide()},g(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=l({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},t._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");!this.element.getAttribute("title")&&"string"==t||(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},t._enter=function(t,e){var n=this.constructor.DATA_KEY;(e=e||g(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusin"===t.type?Ve:Be]=!0),g(e.getTipElement()).hasClass(Me)||e._hoverState===Fe?e._hoverState=Fe:(clearTimeout(e._timeout),e._hoverState=Fe,e.config.delay&&e.config.delay.show?e._timeout=setTimeout(function(){e._hoverState===Fe&&e.show()},e.config.delay.show):e.show())},t._leave=function(t,e){var n=this.constructor.DATA_KEY;(e=e||g(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusout"===t.type?Ve:Be]=!1),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState=Ue,e.config.delay&&e.config.delay.hide?e._timeout=setTimeout(function(){e._hoverState===Ue&&e.hide()},e.config.delay.hide):e.hide())},t._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},t._getConfig=function(t){var e=g(this.element).data();return Object.keys(e).forEach(function(t){-1!==je.indexOf(t)&&delete e[t]}),"number"==typeof(t=l({},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()),_.typeCheckConfig(Ae,t,this.constructor.DefaultType),t.sanitize&&(t.template=we(t.template,t.whiteList,t.sanitizeFn)),t},t._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},t._cleanTipClass=function(){var t=g(this.getTipElement()),e=t.attr("class").match(Le);null!==e&&e.length&&t.removeClass(e.join(""))},t._handlePopperPlacementChange=function(t){var e=t.instance;this.tip=e.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},t._fixTransition=function(){var t=this.getTipElement(),e=this.config.animation;null===t.getAttribute("x-placement")&&(g(t).removeClass(qe),this.config.animation=!1,this.hide(),this.show(),this.config.animation=e)},i._jQueryInterface=function(n){return this.each(function(){var t=g(this).data(Ne),e="object"==typeof n&&n;if((t||!/dispose|hide/.test(n))&&(t||(t=new i(this,e),g(this).data(Ne,t)),"string"==typeof n)){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return xe}},{key:"NAME",get:function(){return Ae}},{key:"DATA_KEY",get:function(){return Ne}},{key:"Event",get:function(){return We}},{key:"EVENT_KEY",get:function(){return Oe}},{key:"DefaultType",get:function(){return He}}]),i}();g.fn[Ae]=Xe._jQueryInterface,g.fn[Ae].Constructor=Xe,g.fn[Ae].noConflict=function(){return g.fn[Ae]=ke,Xe._jQueryInterface};var $e="popover",Ge="bs.popover",Je="."+Ge,Ze=g.fn[$e],tn="bs-popover",en=new RegExp("(^|\\s)"+tn+"\\S+","g"),nn=l({},Xe.Default,{placement:"right",trigger:"click",content:"",template:''}),on=l({},Xe.DefaultType,{content:"(string|element|function)"}),rn="fade",sn="show",an=".popover-header",ln=".popover-body",cn={HIDE:"hide"+Je,HIDDEN:"hidden"+Je,SHOW:"show"+Je,SHOWN:"shown"+Je,INSERTED:"inserted"+Je,CLICK:"click"+Je,FOCUSIN:"focusin"+Je,FOCUSOUT:"focusout"+Je,MOUSEENTER:"mouseenter"+Je,MOUSELEAVE:"mouseleave"+Je},hn=function(t){function i(){return t.apply(this,arguments)||this}!function(t,e){t.prototype=Object.create(e.prototype),(t.prototype.constructor=t).__proto__=e}(i,t);var e=i.prototype;return e.isWithContent=function(){return this.getTitle()||this._getContent()},e.addAttachmentClass=function(t){g(this.getTipElement()).addClass(tn+"-"+t)},e.getTipElement=function(){return this.tip=this.tip||g(this.config.template)[0],this.tip},e.setContent=function(){var t=g(this.getTipElement());this.setElementContent(t.find(an),this.getTitle());var e=this._getContent();"function"==typeof e&&(e=e.call(this.element)),this.setElementContent(t.find(ln),e),t.removeClass(rn+" "+sn)},e._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},e._cleanTipClass=function(){var t=g(this.getTipElement()),e=t.attr("class").match(en);null!==e&&0=this._offsets[o]&&("undefined"==typeof this._offsets[o+1]||t img { display: block; } - -figcaption { font-size: 14px; } - -/** Lists */ -ul, ol { margin-left: 30px; } - -li > ul, li > ol { margin-bottom: 0; } - -/** Headings */ -h1, h2, h3, h4, h5, h6 { font-weight: 400; } - -/** Links */ -a { color: #2a7ae2; text-decoration: none; } -a:visited { color: #1756a9; } -a:hover { color: #111; text-decoration: underline; } -.social-media-list a:hover { text-decoration: none; } -.social-media-list a:hover .username { text-decoration: underline; } - -/** Blockquotes */ -blockquote { color: #828282; border-left: 4px solid #e8e8e8; padding-left: 15px; font-size: 18px; letter-spacing: -1px; font-style: italic; } -blockquote > :last-child { margin-bottom: 0; } - -/** Code formatting */ -pre, code { font-size: 15px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eef; } - -code { padding: 1px 5px; } - -pre { padding: 8px 12px; overflow-x: auto; } -pre > code { border: 0; padding-right: 0; padding-left: 0; } - -/** Wrapper */ -.wrapper { max-width: -webkit-calc(800px - (30px * 2)); max-width: calc(800px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; } -@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } } - -/** Clearfix */ -.wrapper:after, .footer-col-wrapper:after { content: ""; display: table; clear: both; } - -/** Icons */ -.svg-icon { width: 16px; height: 16px; display: inline-block; fill: #828282; padding-right: 5px; vertical-align: text-top; } - -.social-media-list li + li { padding-top: 5px; } - -/** Tables */ -table { margin-bottom: 30px; width: 100%; text-align: left; color: #3f3f3f; border-collapse: collapse; border: 1px solid #e8e8e8; } -table tr:nth-child(even) { background-color: #f7f7f7; } -table th, table td { padding: 10px 15px; } -table th { background-color: #f0f0f0; border: 1px solid #dedede; border-bottom-color: #c9c9c9; } -table td { border: 1px solid #e8e8e8; } - -/** Site header */ -.site-header { border-top: 5px solid #424242; border-bottom: 1px solid #e8e8e8; min-height: 55.95px; position: relative; } - -.site-title { font-size: 26px; font-weight: 300; line-height: 54px; letter-spacing: -1px; margin-bottom: 0; float: left; } -.site-title, .site-title:visited { color: #424242; } - -.site-nav { float: right; line-height: 54px; } -.site-nav .nav-trigger { display: none; } -.site-nav .menu-icon { display: none; } -.site-nav .page-link { color: #111; line-height: 1.5; } -.site-nav .page-link:not(:last-child) { margin-right: 20px; } -@media screen and (max-width: 600px) { .site-nav { position: absolute; top: 9px; right: 15px; background-color: #fdfdfd; border: 1px solid #e8e8e8; border-radius: 5px; text-align: right; } - .site-nav label[for="nav-trigger"] { display: block; float: right; width: 36px; height: 36px; z-index: 2; cursor: pointer; } - .site-nav .menu-icon { display: block; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; } - .site-nav .menu-icon > svg { fill: #424242; } - .site-nav input ~ .trigger { clear: both; display: none; } - .site-nav input:checked ~ .trigger { display: block; padding-bottom: 5px; } - .site-nav .page-link { display: block; padding: 5px 10px; margin-left: 20px; } - .site-nav .page-link:not(:last-child) { margin-right: 0; } } - -/** Site footer */ -.site-footer { border-top: 1px solid #e8e8e8; padding: 30px 0; } - -.footer-heading { font-size: 18px; margin-bottom: 15px; } - -.contact-list, .social-media-list { list-style: none; margin-left: 0; } - -.footer-col-wrapper { font-size: 15px; color: #828282; margin-left: -15px; } - -.footer-col { float: left; margin-bottom: 15px; padding-left: 15px; } - -.footer-col-1 { width: -webkit-calc(35% - (30px / 2)); width: calc(35% - (30px / 2)); } - -.footer-col-2 { width: -webkit-calc(20% - (30px / 2)); width: calc(20% - (30px / 2)); } - -.footer-col-3 { width: -webkit-calc(45% - (30px / 2)); width: calc(45% - (30px / 2)); } - -@media screen and (max-width: 800px) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (30px / 2)); width: calc(50% - (30px / 2)); } - .footer-col-3 { width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } } -@media screen and (max-width: 600px) { .footer-col { float: none; width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } } -/** Page content */ -.page-content { padding: 30px 0; flex: 1; } - -.page-heading { font-size: 32px; } - -.post-list-heading { font-size: 28px; } - -.post-list { margin-left: 0; list-style: none; } -.post-list > li { margin-bottom: 30px; } - -.post-meta { font-size: 14px; color: #828282; } - -.post-link { display: block; font-size: 24px; } - -/** Posts */ -.post-header { margin-bottom: 30px; } - -.post-title { font-size: 42px; letter-spacing: -1px; line-height: 1; } -@media screen and (max-width: 800px) { .post-title { font-size: 36px; } } - -.post-content { margin-bottom: 30px; } -.post-content h2 { font-size: 32px; } -@media screen and (max-width: 800px) { .post-content h2 { font-size: 28px; } } -.post-content h3 { font-size: 26px; } -@media screen and (max-width: 800px) { .post-content h3 { font-size: 22px; } } -.post-content h4 { font-size: 20px; } -@media screen and (max-width: 800px) { .post-content h4 { font-size: 18px; } } - -/** Syntax highlighting styles */ -.highlight { background: #fff; } -.highlighter-rouge .highlight { background: #eef; } -.highlight .c { color: #998; font-style: italic; } -.highlight .err { color: #a61717; background-color: #e3d2d2; } -.highlight .k { font-weight: bold; } -.highlight .o { font-weight: bold; } -.highlight .cm { color: #998; font-style: italic; } -.highlight .cp { color: #999; font-weight: bold; } -.highlight .c1 { color: #998; font-style: italic; } -.highlight .cs { color: #999; font-weight: bold; font-style: italic; } -.highlight .gd { color: #000; background-color: #fdd; } -.highlight .gd .x { color: #000; background-color: #faa; } -.highlight .ge { font-style: italic; } -.highlight .gr { color: #a00; } -.highlight .gh { color: #999; } -.highlight .gi { color: #000; background-color: #dfd; } -.highlight .gi .x { color: #000; background-color: #afa; } -.highlight .go { color: #888; } -.highlight .gp { color: #555; } -.highlight .gs { font-weight: bold; } -.highlight .gu { color: #aaa; } -.highlight .gt { color: #a00; } -.highlight .kc { font-weight: bold; } -.highlight .kd { font-weight: bold; } -.highlight .kp { font-weight: bold; } -.highlight .kr { font-weight: bold; } -.highlight .kt { color: #458; font-weight: bold; } -.highlight .m { color: #099; } -.highlight .s { color: #d14; } -.highlight .na { color: #008080; } -.highlight .nb { color: #0086B3; } -.highlight .nc { color: #458; font-weight: bold; } -.highlight .no { color: #008080; } -.highlight .ni { color: #800080; } -.highlight .ne { color: #900; font-weight: bold; } -.highlight .nf { color: #900; font-weight: bold; } -.highlight .nn { color: #555; } -.highlight .nt { color: #000080; } -.highlight .nv { color: #008080; } -.highlight .ow { font-weight: bold; } -.highlight .w { color: #bbb; } -.highlight .mf { color: #099; } -.highlight .mh { color: #099; } -.highlight .mi { color: #099; } -.highlight .mo { color: #099; } -.highlight .sb { color: #d14; } -.highlight .sc { color: #d14; } -.highlight .sd { color: #d14; } -.highlight .s2 { color: #d14; } -.highlight .se { color: #d14; } -.highlight .sh { color: #d14; } -.highlight .si { color: #d14; } -.highlight .sx { color: #d14; } -.highlight .sr { color: #009926; } -.highlight .s1 { color: #d14; } -.highlight .ss { color: #990073; } -.highlight .bp { color: #999; } -.highlight .vc { color: #008080; } -.highlight .vg { color: #008080; } -.highlight .vi { color: #008080; } -.highlight .il { color: #099; } +body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,dl,dd,ol,ul,figure{margin:0;padding:0}body{font:400 16px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#111;background-color:#fdfdfd;-webkit-text-size-adjust:100%;-webkit-font-feature-settings:"kern" 1;-moz-font-feature-settings:"kern" 1;-o-font-feature-settings:"kern" 1;font-feature-settings:"kern" 1;font-kerning:normal;display:flex;min-height:100vh;flex-direction:column}h1,h2,h3,h4,h5,h6,p,blockquote,pre,ul,ol,dl,figure,.highlight{margin-bottom:15px}main{display:block}img{max-width:100%;vertical-align:middle}figure>img{display:block}figcaption{font-size:14px}ul,ol{margin-left:30px}li>ul,li>ol{margin-bottom:0}h1,h2,h3,h4,h5,h6{font-weight:400}a{color:#2a7ae2;text-decoration:none}a:visited{color:#1756a9}a:hover{color:#111;text-decoration:underline}.social-media-list a:hover{text-decoration:none}.social-media-list a:hover .username{text-decoration:underline}blockquote{color:#828282;border-left:4px solid #e8e8e8;padding-left:15px;font-size:18px;letter-spacing:-1px;font-style:italic}blockquote>:last-child{margin-bottom:0}pre,code{font-size:15px;border:1px solid #e8e8e8;border-radius:3px;background-color:#eef}code{padding:1px 5px}pre{padding:8px 12px;overflow-x:auto}pre>code{border:0;padding-right:0;padding-left:0}.wrapper{max-width:-webkit-calc(800px - (30px * 2));max-width:calc(800px - (30px * 2));margin-right:auto;margin-left:auto;padding-right:30px;padding-left:30px}@media screen and (max-width: 800px){.wrapper{max-width:-webkit-calc(800px - (30px));max-width:calc(800px - (30px));padding-right:15px;padding-left:15px}}.wrapper:after,.footer-col-wrapper:after{content:"";display:table;clear:both}.svg-icon{width:16px;height:16px;display:inline-block;fill:#828282;padding-right:5px;vertical-align:text-top}.social-media-list li+li{padding-top:5px}table{margin-bottom:30px;width:100%;text-align:left;color:#3f3f3f;border-collapse:collapse;border:1px solid #e8e8e8}table tr:nth-child(even){background-color:#f7f7f7}table th,table td{padding:10px 15px}table th{background-color:#f0f0f0;border:1px solid #dedede;border-bottom-color:#c9c9c9}table td{border:1px solid #e8e8e8}.site-header{border-top:5px solid #424242;border-bottom:1px solid #e8e8e8;min-height:55.95px;position:relative}.site-title{font-size:26px;font-weight:300;line-height:54px;letter-spacing:-1px;margin-bottom:0;float:left}.site-title,.site-title:visited{color:#424242}.site-nav{float:right;line-height:54px}.site-nav .nav-trigger{display:none}.site-nav .menu-icon{display:none}.site-nav .page-link{color:#111;line-height:1.5}.site-nav .page-link:not(:last-child){margin-right:20px}@media screen and (max-width: 600px){.site-nav{position:absolute;top:9px;right:15px;background-color:#fdfdfd;border:1px solid #e8e8e8;border-radius:5px;text-align:right}.site-nav label[for="nav-trigger"]{display:block;float:right;width:36px;height:36px;z-index:2;cursor:pointer}.site-nav .menu-icon{display:block;float:right;width:36px;height:26px;line-height:0;padding-top:10px;text-align:center}.site-nav .menu-icon>svg{fill:#424242}.site-nav input ~ .trigger{clear:both;display:none}.site-nav input:checked ~ .trigger{display:block;padding-bottom:5px}.site-nav .page-link{display:block;padding:5px 10px;margin-left:20px}.site-nav .page-link:not(:last-child){margin-right:0}}.site-footer{border-top:1px solid #e8e8e8;padding:30px 0}.footer-heading{font-size:18px;margin-bottom:15px}.contact-list,.social-media-list{list-style:none;margin-left:0}.footer-col-wrapper{font-size:15px;color:#828282;margin-left:-15px}.footer-col{float:left;margin-bottom:15px;padding-left:15px}.footer-col-1{width:-webkit-calc(35% - (30px / 2));width:calc(35% - (30px / 2))}.footer-col-2{width:-webkit-calc(20% - (30px / 2));width:calc(20% - (30px / 2))}.footer-col-3{width:-webkit-calc(45% - (30px / 2));width:calc(45% - (30px / 2))}@media screen and (max-width: 800px){.footer-col-1,.footer-col-2{width:-webkit-calc(50% - (30px / 2));width:calc(50% - (30px / 2))}.footer-col-3{width:-webkit-calc(100% - (30px / 2));width:calc(100% - (30px / 2))}}@media screen and (max-width: 600px){.footer-col{float:none;width:-webkit-calc(100% - (30px / 2));width:calc(100% - (30px / 2))}}.page-content{padding:30px 0;flex:1}.page-heading{font-size:32px}.post-list-heading{font-size:28px}.post-list{margin-left:0;list-style:none}.post-list>li{margin-bottom:30px}.post-meta{font-size:14px;color:#828282}.post-link{display:block;font-size:24px}.post-header{margin-bottom:30px}.post-title{font-size:42px;letter-spacing:-1px;line-height:1}@media screen and (max-width: 800px){.post-title{font-size:36px}}.post-content{margin-bottom:30px}.post-content h2{font-size:32px}@media screen and (max-width: 800px){.post-content h2{font-size:28px}}.post-content h3{font-size:26px}@media screen and (max-width: 800px){.post-content h3{font-size:22px}}.post-content h4{font-size:20px}@media screen and (max-width: 800px){.post-content h4{font-size:18px}}.highlight{background:#fff}.highlighter-rouge .highlight{background:#eef}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{font-weight:bold}.highlight .o{font-weight:bold}.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:bold}.highlight .c1{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:bold;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .gd .x{color:#000;background-color:#faa}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .gi .x{color:#000;background-color:#afa}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:bold}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc{font-weight:bold}.highlight .kd{font-weight:bold}.highlight .kp{font-weight:bold}.highlight .kr{font-weight:bold}.highlight .kt{color:#458;font-weight:bold}.highlight .m{color:#099}.highlight .s{color:#d14}.highlight .na{color:teal}.highlight .nb{color:#0086B3}.highlight .nc{color:#458;font-weight:bold}.highlight .no{color:teal}.highlight .ni{color:purple}.highlight .ne{color:#900;font-weight:bold}.highlight .nf{color:#900;font-weight:bold}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{font-weight:bold}.highlight .w{color:#bbb}.highlight .mf{color:#099}.highlight .mh{color:#099}.highlight .mi{color:#099}.highlight .mo{color:#099}.highlight .sb{color:#d14}.highlight .sc{color:#d14}.highlight .sd{color:#d14}.highlight .s2{color:#d14}.highlight .se{color:#d14}.highlight .sh{color:#d14}.highlight .si{color:#d14}.highlight .sx{color:#d14}.highlight .sr{color:#009926}.highlight .s1{color:#d14}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .vc{color:teal}.highlight .vg{color:teal}.highlight .vi{color:teal}.highlight .il{color:#099} diff --git a/_site/assets/scss/style.scss b/_site/assets/scss/style.scss index 6dc23cc..90d9556 100755 --- a/_site/assets/scss/style.scss +++ b/_site/assets/scss/style.scss @@ -1,3 +1,5 @@ + + /*----------------------------------------------------------------------------------- Template Name: Sample - Corporate Business Bootstrap4 HTML5 Template diff --git a/_site/blog.html b/_site/blog.html index 5eb8f9a..18fe9d3 100644 --- a/_site/blog.html +++ b/_site/blog.html @@ -3,7 +3,7 @@ - + Blog @@ -40,30 +40,30 @@ header top item --> @@ -102,16 +102,18 @@ - - - - - - - - - @@ -207,19 +198,21 @@

    Blog

    About Company

    @@ -232,19 +225,11 @@

    Quick Links

    @@ -252,10 +237,13 @@

    Quick Links

    @@ -264,7 +252,7 @@

    Recent News

    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -251,19 +242,21 @@

    The best soft T

    About Company

    @@ -276,19 +269,11 @@

    Quick Links

    @@ -296,10 +281,13 @@

    Quick Links

    @@ -308,7 +296,7 @@

    Recent News

    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -213,19 +204,21 @@

    Free WordPress

    About Company

    @@ -238,19 +231,11 @@

    Quick Links

    @@ -258,10 +243,13 @@

    Quick Links

    @@ -270,7 +258,7 @@

    Recent News

    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -194,19 +185,21 @@

    html5 Static Site Generator

    About Company

    @@ -219,19 +212,11 @@

    Quick Links

    @@ -239,10 +224,13 @@

    Quick Links

    @@ -251,7 +239,7 @@

    Recent News

    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -194,19 +185,21 @@

    Seo Friendly Post Title vene

    About Company

    @@ -219,19 +212,11 @@

    Quick Links

    @@ -239,10 +224,13 @@

    Quick Links

    @@ -251,7 +239,7 @@

    Recent News

    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -251,19 +242,21 @@

    Alternative Free Way To B

    About Company

    @@ -276,19 +269,11 @@

    Quick Links

    @@ -296,10 +281,13 @@

    Quick Links

    @@ -308,7 +296,7 @@

    Recent News

    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -194,19 +185,21 @@

    Easily choose from thousan of free

    About Company

    @@ -219,19 +212,11 @@

    Quick Links

    @@ -239,10 +224,13 @@

    Quick Links

    @@ -251,7 +239,7 @@

    Recent News

    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -194,19 +185,21 @@

    WordPress hostin manage your

    About Company

    @@ -219,19 +212,11 @@

    Quick Links

    @@ -239,10 +224,13 @@

    Quick Links

    @@ -251,7 +239,7 @@

    Recent News

    @@ -102,16 +102,18 @@ - - - - - - - - - @@ -152,7 +143,7 @@ -