/* All Fonts */
/* All Color */
/* Extra color */
/* Social icon color */
/*!
Theme Name: Wikibase
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Wikibase
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Wikibase is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/*---------------------------- Start of Reset Code ----------------*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #0072bc;
  font-size: 17px;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0; }

p {
  margin: 0; }

dfn, cite, em, i {
  font-style: italic; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

blockquote {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #474f57;
  line-height: 32px; }
  blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 35px;
    color: #8a8a8a;
    margin-right: 25px; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #f9f9f9;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #4a4a4a;
  font-weight: 400;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #333333;
  border-radius: 2px;
  background: #0072bc;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #0072bc; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #333333; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #333333;
  border-radius: 0;
  padding: 10px; }

select {
  border: 1px solid #eee; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
textarea.form-control:focus {
  border-color: #0072bc;
  box-shadow: 0 0px 0px #0072bc inset, 0 0 0px #0072bc; }

textarea {
  width: 100%; }

select:focus {
  box-shadow: none !important;
  border-color: #4a4a4a !important; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #4a4a4a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:visited {
  color: #4a4a4a; }

a:hover,
a:focus,
a:active {
  color: #0072bc;
  text-decoration: none; }

a:focus {
  outline: none; }

a:hover,
a:active {
  outline: 0; }

.modal {
  z-index: 999999; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Common CSS code
--------------------------------------------------------------*/
/* text selector */
::-moz-selection {
  background: #0072bc;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #0072bc;
  color: #fff;
  text-shadow: none; }

::placeholder {
  color: #4a4a4a; }

/*---------------------------- End of Reset Code ----------------*/
/*------------------------------------------------------------
## Button Style
--------------------------------------------------------------*/
a.btn-large {
  display: inline-block;
  background: #0072bc;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 58px;
  border-radius: 3px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px 0 rgba(46, 61, 73, 0.15); }
  a.btn-large:hover {
    color: #fff;
    background: #b1f056; }

a.btn-small {
  display: inline-block;
  background: #0072bc;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 36px;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px 0 rgba(46, 61, 73, 0.15); }
  a.btn-small:hover {
    color: #0072bc;
    background: #fff;
    border: 2px solid #0072bc; }

a.btn-ellips {
  display: inline-block;
  background: #0072bc;
  text-align: center;
  padding: 15px 35px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px 0 rgba(46, 61, 73, 0.15); }
  a.btn-ellips i {
    margin-left: 5px; }
  a.btn-ellips:hover {
    background: #333333; }

a.btn-bordered {
  display: inline-block;
  background: transparent;
  font-size: 16px;
  color: #0072bc;
  font-weight: 600;
  padding: 3px 17px;
  line-height: 27px;
  border-radius: 30px;
  border: 1px solid #0072bc;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a.btn-bordered:hover {
    background: #0072bc;
    color: #fff;
    border: 1px solid #0072bc; }

a.btn-circle {
  display: inline-block;
  background: #667eea;
  height: 30px;
  width: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 2px 11px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 0px 0px 9px rgba(101, 133, 229, 0.5);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a.btn-circle:hover {
    box-shadow: 0px 0px 0px 18px rgba(101, 133, 229, 0.2); }

/*------------------------------------------------------------
## Global Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Default Padding and Margin
--------------------------------------------------------------*/
.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.no-padding-right {
  padding-right: 0; }

.no-padding-left {
  padding-left: 0; }

.margin-top-large {
  margin-top: 100px; }

.margin-top-middle {
  margin-top: 70px; }

.margin-top-small {
  margin-top: 35px; }

.margin-bottom-large {
  margin-bottom: 100px; }

.margin-bottom-middle {
  margin-bottom: 70px; }

.margin-bottom-small {
  margin-bottom: 35px; }

.padding-top-large {
  padding-top: 100px; }

.padding-top-middle {
  padding-top: 70px; }

.padding-top-small {
  padding-top: 35px; }

.padding-bottom-large {
  padding-bottom: 100px; }

.padding-bottom-middle {
  padding-bottom: 70px; }

.padding-bottom-small {
  padding-bottom: 35px; }

/*--------------------------------------------------------------
## Header title Style
--------------------------------------------------------------*/
.title-middle {
  text-align: center;
  margin-bottom: 70px; }
  .title-middle h2 {
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 65px;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 15px; }

.title-left {
  text-align: left; }
  .title-left h2 {
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 33px; }

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
.main-menu-1x {
  position: relative;
  background: transparent;
  z-index: 1; }

.main-menu {
  padding: 30px 0 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.navbar-light .navbar-brand {
  padding-left: 0;
  margin-top: -30px; }

.navbar-light .navbar-brand img {
  object-fit: cover; }

.btco-hover-menu {
  z-index: 999;
  background-color: transparent !important; }

.main-menu .navbar-nav .nav-link {
  font-family: "Ubuntu", sans-serif;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
  opacity: 1;
  z-index: 9999;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btco-hover-menu .sign-in .media-dropdown-menu ul li:hover a {
  color: #0072bc; }

.navbar-light .navbar-nav .nav-link:visited,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  background: transparent;
  color: #fff; }

/* menu 1x dropdown color and active color */
.btco-hover-menu .collapse ul > li:hover > a.dropdown-item {
  color: #0072bc; }

.btco-hover-menu .collapse ul > li:hover > a {
  background: transparent;
  color: #fff; }

.navbar-light .navbar-nav .active > .nav-link {
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  color: #fff;
  padding-bottom: 40px; }

ul.dropdown-menu:hover {
  background: #fff;
  top: 100%;
  opacity: 1; }

.btco-hover-menu .collapse ul ul ul,
.btco-hover-menu .collapse ul ul ul.dropdown-menu {
  background: #fff;
  margin-left: 0; }

.btco-hover-menu .collapse ul ul,
.btco-hover-menu .collapse ul ul.dropdown-menu {
  background: #fff;
  margin-left: 30px; }

ul.main-menu-nav ul.dropdown-menu li {
  padding-left: 7px; }

ul.main-menu-nav li ul.dropdown-menu li ul.dropdown-menu {
  padding-top: 0;
  margin-left: 0; }

ul.main-menu-nav li ul.dropdown-menu li a i {
  float: right;
  padding-top: 3px; }

.dropdown-menu li {
  border-bottom: 1px solid #eee; }

.dropdown-menu li:last-child {
  border-bottom: 0 solid #eee; }

ul.main-menu-nav li.dropdown a i {
  padding-left: 3px;
  font-weight: 700; }

.dropdown:hover > .dropdown-menu {
  display: block; }

.btco-hover-menu .dropdown-item {
  color: #333333;
  font-weight: 600;
  padding: 8px 25px;
  line-height: 30px; }

.sign-in {
  display: flex;
  margin-left: 65px;
  margin-top: -30px; }
  .sign-in .btn-sign-in {
    display: inline-block;
    background: transparent;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 1px 17px;
    border-radius: 30px;
    border: 1px solid #fff;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .sign-in .btn-sign-in:hover {
      background: #fff;
      color: #0072bc; }

/************************************************
            Overlay text On main slider 
*************************************************/
.hvrbox,
.hvrbox * {
  box-sizing: border-box; }

.hvrbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: -8px; }
  .hvrbox img {
    object-fit: cover;
    width: 100%;
    height: 100vh; }
  .hvrbox .hvrbox-layer_bottom {
    display: block; }
  .hvrbox .hvrbox-layer_top {
    opacity: 1;
    /* if 0 then hover after text showing */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .hvrbox:hover .hvrbox-layer_top, .hvrbox.active .hvrbox-layer_top {
    opacity: 1; }

.overlay-text {
  position: absolute;
  top: 0; }

/*--------------------------------------------------------------
## Main Banner
--------------------------------------------------------------*/
.main-banner {
  margin-top: -113px;
  z-index: -1; }
  .main-banner .hvrbox {
    height: 500px; }
    .main-banner .hvrbox img {
      object-fit: cover;
      height: 500px; }
    .main-banner .hvrbox .hvrbox-layer_top {
      background: linear-gradient(270deg, rgba(177, 240, 86, 0), rgba(0, 114, 188, 0));
      background-repeat: no-repeat;
      background-size: cover; }
  .main-banner .overlay-text {
    position: absolute;
    color: #fff;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .main-banner .overlay-text h3 {
      font-size: 40px;
      color: #fff;
      font-weight: 700;
      line-height: 60px;
      margin: 10px 0 3px 0; }
    .main-banner .overlay-text p {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 45px; }
    .main-banner .overlay-text .search-form {
      padding: 0 15px; }
    .main-banner .overlay-text input[type="text"] {
      height: 60px;
      padding-left: 20px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px;
      border: 0 solid #fff;
      z-index: 0; }
      .main-banner .overlay-text input[type="text"]::placeholder {
        color: #aeaeae; }
    .main-banner .overlay-text button.btn-search {
      width: 60px;
      height: 60px;
      background: #fff;
      color: #0072bc;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
      outline: none;
      box-shadow: none;
      cursor: pointer;
      text-align: center;
      border: 1px solid #fff;
      margin-left: -1px; }
      .main-banner .overlay-text button.btn-search img {
        object-fit: cover;
        max-width: 26px;
        max-height: 26px; }
      .main-banner .overlay-text button.btn-search:focus {
        border: 0 solid #0072bc; }
    .main-banner .overlay-text .slider-feature ul {
      margin: 30px 0 0 0;
      padding: 0; }
      .main-banner .overlay-text .slider-feature ul li {
        Ubuntumily: "Ubuntu", sans-serif;
        list-style: none;
        display: inline-block;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        margin: 0 12px; }
        .main-banner .overlay-text .slider-feature ul li i {
          color: #fff;
          margin-right: 5px; }

/*--------------------------------------------------------------
## Question and Answer
--------------------------------------------------------------*/
.ques-ans-1x {
  padding: 100px 0; }
  .ques-ans-1x .ques-ans-content {
    background: #fff; }
    .ques-ans-1x .ques-ans-content .nav-pills .nav-link {
      border-radius: 0;
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 5px;
      color: #333333;
      text-transform: capitalize; }
      .ques-ans-1x .ques-ans-content .nav-pills .nav-link i {
        color: #878787;
        margin-right: 5px; }
      .ques-ans-1x .ques-ans-content .nav-pills .nav-link:hover, .ques-ans-1x .ques-ans-content .nav-pills .nav-link:hover i {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #0072bc; }
    .ques-ans-1x .ques-ans-content .nav-pills .nav-link.active, .ques-ans-1x .ques-ans-content .nav-pills .show > .nav-link {
      color: #0072bc;
      background: transparent; }
      .ques-ans-1x .ques-ans-content .nav-pills .nav-link.active i, .ques-ans-1x .ques-ans-content .nav-pills .show > .nav-link i {
        color: #0072bc; }
    .ques-ans-1x .ques-ans-content .tab-content {
      padding-top: 10px; }
      .ques-ans-1x .ques-ans-content .tab-content .tab-pane a {
        display: block;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        margin-bottom: 12px; }
        .ques-ans-1x .ques-ans-content .tab-content .tab-pane a i {
          margin-right: 5px;
          color: #c3c3c3; }
        .ques-ans-1x .ques-ans-content .tab-content .tab-pane a:hover {
          color: #0072bc; }
  .ques-ans-1x .support-right {
    background: #fafafa;
    padding: 30px;
    border: 1px solid #eeebeb;
    overflow: auto;
    border-radius: 3px; }
    .ques-ans-1x .support-right h3 {
      font-size: 17px;
      font-weight: 700;
      color: #333333;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .ques-ans-1x .support-right p {
      font-size: 17px;
      line-height: 26px; }
    .ques-ans-1x .support-right .btn-bordered {
      float: right;
      margin-top: 10px; }

.footer-social-link {
  margin-top: 20px; }
  .footer-social-link ul {
    margin: 0;
    padding: 0; }
    .footer-social-link ul li {
      display: inline-block;
      list-style: none;
      padding: 0 14px; }
      .footer-social-link ul li i {
        color: #333333; }
      .footer-social-link ul li:hover i {
        color: #0072bc;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }

.category-ques-1x .ques-ans-content .tab-content {
  padding-left: 15px; }

/*--------------------------------------------------------------
## Service 1x
--------------------------------------------------------------*/
.service-1x {
  padding: 100px 0 25px 0;
  background: #fafafa; }
  .service-1x .single-service {
    text-align: center;
    margin-bottom: 75px; }
    .service-1x .single-service img {
      max-width: 56px;
      object-fit: cover;
      margin-bottom: 27px; }
    .service-1x .single-service h2 {
      font-size: 18px;
      font-weight: 700;
      color: #333333;
      margin-bottom: 12px; }
    .service-1x .single-service p {
      font-size: 17px;
      line-height: 27px; }

/*--------------------------------------------------------------
## Footer 1x
--------------------------------------------------------------*/
.footer-section-1x {
  background: #1e262b; }
  .footer-section-1x .footer-top {
    padding: 100px 0 55px 0; }
    .footer-section-1x .footer-top .footer-link h3 {
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 20px; }
    .footer-section-1x .footer-top .footer-link ul {
      margin: 0;
      padding: 0; }
      .footer-section-1x .footer-top .footer-link ul li {
        display: block;
        list-style: none;
        padding: 2px 0; }
        .footer-section-1x .footer-top .footer-link ul li a {
          font-size: 16px;
          font-weight: 400;
          color: #c1c1c1;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .footer-section-1x .footer-top .footer-link ul li a i {
            margin-right: 5px;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          .footer-section-1x .footer-top .footer-link ul li a:hover {
            color: #0072bc; }
            .footer-section-1x .footer-top .footer-link ul li a:hover i {
              margin-right: 8px; }
  .footer-section-1x .footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .footer-section-1x .footer-bottom p {
      font-size: 14px;
      color: #c1c1c1; }
      .footer-section-1x .footer-bottom p a {
        color: #c1c1c1; }
        .footer-section-1x .footer-bottom p a:hover {
          color: #0072bc; }
    .footer-section-1x .footer-bottom ul {
      float: right;
      margin: 0;
      padding: 0; }
      .footer-section-1x .footer-bottom ul li {
        list-style: none;
        display: inline-block;
        margin-left: 40px; }
        .footer-section-1x .footer-bottom ul li a {
          font-size: 14px;
          color: #c1c1c1; }
          .footer-section-1x .footer-bottom ul li a:hover {
            color: #0072bc; }

/*--------------------------------------------------------------
## Back to Top
--------------------------------------------------------------*/
.backtotop {
  position: relative;
  background: #0072bc;
  font-size: 16px;
  font-weight: 700;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 7px 12px;
  color: #fff;
  border-radius: 1px;
  border: 1px solid #0072bc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .backtotop:hover {
    background: #fff;
    color: #0072bc;
    border: 1px solid #0072bc; }

/*--------------------------------------------------------------
## all question 
--------------------------------------------------------------*/
.all-ques-1x {
  padding: 100px 0; }
  .all-ques-1x .single-categery-ques {
    margin-bottom: 85px; }
    .all-ques-1x .single-categery-ques a.category-title {
      display: block;
      font-size: 20px;
      font-weight: 600;
      text-transform: capitalize;
      color: #333333;
      margin-bottom: 20px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .all-ques-1x .single-categery-ques a.category-title i {
        padding-right: 8px;
        color: #0072bc; }
      .all-ques-1x .single-categery-ques a.category-title:hover {
        color: #0072bc; }
    .all-ques-1x .single-categery-ques ul {
      margin: 0;
      padding: 0; }
      .all-ques-1x .single-categery-ques ul li {
        list-style: none;
        display: block;
        padding: 5px 0; }
        .all-ques-1x .single-categery-ques ul li a i {
          padding-right: 8px;
          color: #b5b5b5; }
  .all-ques-1x .btn-large {
    border: 2px solid #0072bc; }
    .all-ques-1x .btn-large:hover {
      background: #fff;
      color: #0072bc;
      border: 2px solid #0072bc; }

/*--------------------------------------------------------------
## all question 
--------------------------------------------------------------*/
.all-ques-2x {
  background: #f9f9fc;
  padding: 100px 0 75px 0; }
  .all-ques-2x .single-categery {
    background: #fff;
    padding: 25px 0;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .all-ques-2x .single-categery img {
      max-width: 95px;
      object-fit: cover;
      margin-bottom: 10px; }
    .all-ques-2x .single-categery a {
      display: block;
      font-size: 16px;
      font-weight: 600;
      color: #333333; }
      .all-ques-2x .single-categery a:hover {
        color: #0072bc; }
    .all-ques-2x .single-categery:hover {
      box-shadow: 0 5px 15px rgba(88, 58, 188, 0.09); }
      .all-ques-2x .single-categery:hover a {
        color: #0072bc; }

/*--------------------------------------------------------------
## home two 
--------------------------------------------------------------*/
.ques-ans-1x.ques-ans-2x {
  padding: 0; }
  .ques-ans-1x.ques-ans-2x .footer-social-link {
    margin-top: 45px; }
    .ques-ans-1x.ques-ans-2x .footer-social-link h2 {
      font-size: 14px;
      font-weight: 700;
      color: #8a8a8a;
      margin-bottom: 30px; }
    .ques-ans-1x.ques-ans-2x .footer-social-link ul {
      margin-bottom: 140px; }
      .ques-ans-1x.ques-ans-2x .footer-social-link ul li {
        padding: 0 25px 0 0; }

.bg-ash {
  background: #f6f6f6; }

.cta-1x {
  border-radius: 3px;
  border: 1px solid #ebeaea;
  margin-bottom: 60px; }
  .cta-1x h4 {
    overflow: auto;
    font-size: 17px;
    font-weight: 400;
    padding: 25px 30px 18px 30px; }
    .cta-1x h4 b {
      font-weight: 700;
      color: #333333;
      margin-right: 5px; }
    .cta-1x h4 a.btn-bordered {
      float: right;
      margin-top: -7px; }

.content-info {
  margin-bottom: 60px; }
  .content-info h5 {
    font-size: 14px;
    font-weight: 600;
    color: #8a8a8a;
    text-transform: uppercase;
    margin-bottom: 30px; }
    .content-info h5 span {
      color: #4a4a4a; }
  .content-info .single-info p {
    font-size: 15px; }
    .content-info .single-info p span {
      font-weight: 700; }
      .content-info .single-info p span i {
        margin-right: 5px; }
    .content-info .single-info p .blue {
      color: #0072bc; }
    .content-info .single-info p .green {
      color: #2dad43; }
    .content-info .single-info p .orange {
      color: #e88500; }

.ques-content-right {
  padding: 30px 15px; }

/*--------------------------------------------------------------
##                      Answer page
--------------------------------------------------------------*/
.breadcrumb-1x {
  background: #fafafa;
  padding: 33px 0; }
  .breadcrumb-1x .breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0; }
    .breadcrumb-1x .breadcrumb .breadcrumb-item.active, .breadcrumb-1x .breadcrumb li.breadcrumb-item a {
      font-size: 15px;
      font-weight: 600;
      color: #333333; }
      .breadcrumb-1x .breadcrumb .breadcrumb-item.active:hover, .breadcrumb-1x .breadcrumb li.breadcrumb-item a:hover {
        color: #0072bc; }
    .breadcrumb-1x .breadcrumb .breadcrumb-item + .breadcrumb-item::before, .breadcrumb-1x .breadcrumb .breadcrumb-item.active:hover {
      color: #333333; }

.answer-1x {
  padding: 100px 0; }
  .answer-1x .answer-details-left h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 65px;
    color: #333333;
    margin-bottom: 35px; }
  .answer-1x .answer-details-left h3 {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    padding: 10px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 50px; }
    .answer-1x .answer-details-left h3 span {
      float: right;
      color: #4a4a4a; }
      .answer-1x .answer-details-left h3 span i {
        margin: 0 10px 0 40px; }
  .answer-1x .answer-details-left p {
    margin-bottom: 15px; }
  .answer-1x .answer-details-left h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin: 36px 0 15px 0; }
  .answer-1x .answer-details-left ul {
    margin: 0 0 0 20px;
    padding: 0; }
    .answer-1x .answer-details-left ul li {
      padding-bottom: 15px; }
  .answer-1x .answer-details-left .second-child {
    margin-left: 30px; }
    .answer-1x .answer-details-left .second-child h5 {
      font-size: 18px;
      font-weight: 600;
      color: #333333;
      margin: 22px 0; }
  .answer-1x .answer-details-left blockquote {
    display: flex;
    background: #fafafa;
    padding: 30px;
    border: 1px solid #eeebeb;
    margin: 25px 0 35px 0; }
    .answer-1x .answer-details-left blockquote i {
      margin: 0 22px 0 0; }
  .answer-1x .answer-details-left .helpful-article {
    background: #fafafa;
    padding: 30px;
    text-align: center;
    margin: 50px 0; }
    .answer-1x .answer-details-left .helpful-article h4 {
      font-size: 24px;
      font-weight: 600;
      color: #333333;
      margin: 0 0 30px 0; }
    .answer-1x .answer-details-left .helpful-article img {
      max-width: 43px;
      object-fit: cover;
      margin: 0 10px; }
  .answer-1x .answer-details-left .comment-form h4, .answer-1x .answer-details-left .comment-section h4, .answer-1x .answer-details-left .related-article h4 {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 35px;
    margin-top: 0; }
  .answer-1x .answer-details-left .related-article {
    margin-bottom: 50px; }
    .answer-1x .answer-details-left .related-article ul {
      margin: 0;
      padding: 0; }
      .answer-1x .answer-details-left .related-article ul li {
        display: block;
        list-style: none;
        padding-bottom: 10px; }
        .answer-1x .answer-details-left .related-article ul li a {
          color: #454545; }
          .answer-1x .answer-details-left .related-article ul li a i {
            color: #b5b5b5;
            margin-right: 10px; }
          .answer-1x .answer-details-left .related-article ul li a:hover {
            color: #0072bc; }
  .answer-1x .answer-details-left .comment-section {
    margin: 0 0 50px 0; }
    .answer-1x .answer-details-left .comment-section .media {
      margin-bottom: 30px;
      padding: 30px;
      border-top: 1px solid #f1f1f1;
      border-bottom: 1px solid #f1f1f1; }
      .answer-1x .answer-details-left .comment-section .media img {
        max-width: 80px;
        object-fit: cover;
        border-radius: 50%;
        margin-right: 30px; }
      .answer-1x .answer-details-left .comment-section .media .media-body p {
        font-size: 17px;
        margin-bottom: 12px; }
      .answer-1x .answer-details-left .comment-section .media .media-body h4 {
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 25px 0; }
      .answer-1x .answer-details-left .comment-section .media .media-body h5 {
        font-size: 16px;
        font-weight: 400;
        color: #0072bc; }
        .answer-1x .answer-details-left .comment-section .media .media-body h5 span {
          float: right; }
          .answer-1x .answer-details-left .comment-section .media .media-body h5 span a {
            color: #0072bc; }
            .answer-1x .answer-details-left .comment-section .media .media-body h5 span a i {
              margin-left: 10px; }
      .answer-1x .answer-details-left .comment-section .media .media {
        padding: 30px 0 0 0;
        border: 0;
        margin-bottom: 0; }
  .answer-1x .answer-details-left .comment-form {
    margin: 0; }
    .answer-1x .answer-details-left .comment-form input[type="text"], .answer-1x .answer-details-left .comment-form input[type="email"] {
      height: 53px;
      margin-bottom: 30px;
      border-radius: 3px;
      border: 1px solid #ddd; }
    .answer-1x .answer-details-left .comment-form textarea {
      height: 210px;
      margin-bottom: 30px;
      border: 1px solid #ddd; }
    .answer-1x .answer-details-left .comment-form .btn-small {
      padding: 7px 28px;
      text-transform: capitalize;
      border: 2px solid #0072bc; }
  .answer-1x .answer-details-left .html-code {
    border: 1px solid #ddd;
    overflow: auto;
    margin: 40px 0; }
    .answer-1x .answer-details-left .html-code pre {
      margin: 0;
      padding: 0 0 25px 0;
      white-space: normal; }
  .answer-1x .content-menu {
    background: #fafafa;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #f1f1f1; }
    .answer-1x .content-menu h3 {
      font-size: 17px;
      font-weight: 700;
      color: #454545;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .answer-1x .content-menu ul {
      padding: 0;
      margin: 0; }
      .answer-1x .content-menu ul li {
        display: block;
        list-style: none;
        padding: 3px 0; }
        .answer-1x .content-menu ul li a {
          font-size: 17px;
          color: #454545; }
          .answer-1x .content-menu ul li a:hover {
            color: #0072bc; }
      .answer-1x .content-menu ul ul {
        margin-left: 20px; }
  .answer-1x .footer-social-link h3, .answer-1x .all-categories h3 {
    font-size: 24px;
    font-weight: 600;
    color: #454545;
    margin-bottom: 30px; }
  .answer-1x .all-categories {
    margin-bottom: 30px; }
    .answer-1x .all-categories ul {
      margin: 0;
      padding: 0; }
      .answer-1x .all-categories ul li {
        display: block;
        list-style: none;
        padding-bottom: 20px; }
        .answer-1x .all-categories ul li a {
          font-size: 17px;
          color: #454545; }
          .answer-1x .all-categories ul li a:hover {
            color: #0072bc; }
  .answer-1x .footer-social-link li {
    padding: 0 25px 0 0; }

/*--------------------------------------------------------------
##                      Ticket page
--------------------------------------------------------------*/
.main-banner.main-banner-2x .hvrbox {
  height: 310px; }
.main-banner.main-banner-2x .overlay-text {
  width: 1105px;
  margin-top: 50px; }
  .main-banner.main-banner-2x .overlay-text h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-top: 15px; }
  .main-banner.main-banner-2x .overlay-text ol.breadcrumb {
    background: transparent;
    color: #fff;
    padding: 0;
    margin: 0; }
    .main-banner.main-banner-2x .overlay-text ol.breadcrumb li a {
      color: #fff;
      font-weight: 600; }
    .main-banner.main-banner-2x .overlay-text ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: .5rem;
      padding-left: .5rem;
      color: #fff;
      content: "/"; }
    .main-banner.main-banner-2x .overlay-text ol.breadcrumb li.active {
      color: #fff;
      font-weight: 600; }

.submit-ticket-1x {
  padding: 100px 0; }
  .submit-ticket-1x .submit-ticket-content input[type="text"], .submit-ticket-1x .submit-ticket-content input[type="email"], .submit-ticket-1x .submit-ticket-content textarea {
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding-left: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #4a4a4a; }
  .submit-ticket-1x .submit-ticket-content textarea {
    height: 140px;
    padding-top: 15px; }
  .submit-ticket-1x .submit-ticket-content button.btn-small {
    display: block;
    text-align: center;
    background: #0072bc;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #0072bc;
    padding: 15px 20px;
    border-radius: 3px;
    outline: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .submit-ticket-1x .submit-ticket-content button.btn-small:hover {
      border: 2px solid #0072bc;
      background: #fff;
      color: #0072bc; }
  .submit-ticket-1x .submit-ticket-content .help-block.with-errors ul {
    margin: 0;
    padding: 0; }
    .submit-ticket-1x .submit-ticket-content .help-block.with-errors ul li {
      color: #dc3545;
      margin-top: -15px;
      font-size: 15px; }
  .submit-ticket-1x .submit-ticket-content .h4 {
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 20px;
    text-align: left;
    color: #2a81ea; }
  .submit-ticket-1x .submit-ticket-content .styleSelect {
    overflow: hidden;
    background: url("images/down-arrow-2.png") no-repeat 95% #fff;
    margin-bottom: 30px; }
    .submit-ticket-1x .submit-ticket-content .styleSelect select {
      display: inline-block;
      background: transparent;
      width: 100%;
      padding: 10px 30px;
      border: 1px solid #ddd;
      border-radius: 3px;
      height: 50px;
      -webkit-appearance: none;
      -moz-appearance: none;
      color: #4a4a4a;
      outline: none; }
      .submit-ticket-1x .submit-ticket-content .styleSelect select:invalid {
        color: #9e9e9e; }
      .submit-ticket-1x .submit-ticket-content .styleSelect select [disabled] {
        color: #9e9e9e; }
      .submit-ticket-1x .submit-ticket-content .styleSelect select option {
        color: #4a4a4a; }
  .submit-ticket-1x .contact-us-right #map {
    overflow: hidden;
    width: 100%;
    height: 460px; }
  .submit-ticket-1x .form-container {
    box-shadow: 0px 0px 75px 0 rgba(46, 61, 73, 0.07);
    border-radius: 5px;
    padding: 100px 0; }

/*--------------------------------------------------------------
## Sign In Page
--------------------------------------------------------------*/
.sign-in-1x {
  padding: 100px 0; }
  .sign-in-1x .form-container {
    box-shadow: 0px 0px 75px 0 rgba(46, 61, 73, 0.07);
    border-radius: 5px; }
  .sign-in-1x .sign-in-form {
    padding: 100px 10px; }
    .sign-in-1x .sign-in-form .single-input input[type="text"], .sign-in-1x .sign-in-form .single-input input[type="email"], .sign-in-1x .sign-in-form .single-input input[type="password"] {
      height: 50px;
      padding: 20px 0 20px 60px;
      margin: -39px 0 43px 0;
      border-radius: 3px;
      border: 1px solid #ddd; }
    .sign-in-1x .sign-in-form .single-input i {
      margin: 0 0 0 30px;
      color: #b3b3b3; }
    .sign-in-1x .sign-in-form span a {
      padding-top: 10px;
      display: inline-block; }
    .sign-in-1x .sign-in-form p {
      font-size: 15px;
      font-weight: 600;
      margin: 65px 0 0 0; }
    .sign-in-1x .sign-in-form h4 {
      display: block;
      font-size: 15px;
      font-weight: 400;
      margin: 65px 0 0 0; }
      .sign-in-1x .sign-in-form h4 a {
        color: #0072bc;
        font-weight: 600;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .sign-in-1x .sign-in-form h4 a:hover {
          color: #333333; }
    .sign-in-1x .sign-in-form a.btn-small {
      float: right;
      padding: 7px 28px;
      text-transform: capitalize;
      border: 2px solid #0072bc; }
  .sign-in-1x .sign-up-btn h4 {
    display: initial; }
  .sign-in-1x .sign-up-btn a.btn-small {
    margin-top: -5px; }

/************************************************
           Blog List Page
*************************************************/
.blog-list-1x {
  background: #fafafa;
  padding: 100px 0; }
  .blog-list-1x .blog-list-single {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
    margin-bottom: 30px; }
    .blog-list-1x .blog-list-single img {
      width: 100%;
      height: 420px;
      object-fit: cover; }
    .blog-list-1x .blog-list-single span.blog-date {
      position: absolute;
      display: block;
      background: #0072bc;
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      padding: 12px 22px;
      border-radius: 3px;
      margin: -27px 0 0 30px; }
    .blog-list-1x .blog-list-single .blog-list-content {
      padding: 60px 30px 30px 30px; }
      .blog-list-1x .blog-list-single .blog-list-content h2 a {
        display: block;
        font-size: 24px;
        font-weight: 700;
        color: #333333;
        margin-bottom: 20px; }
        .blog-list-1x .blog-list-single .blog-list-content h2 a:hover {
          color: #0072bc; }
      .blog-list-1x .blog-list-single .blog-list-content .blog-footer a.btn-small {
        display: inline-block;
        background: #f5f5f5;
        color: #0072bc;
        font-size: 14px;
        font-weight: 600;
        padding: 8px 28px;
        margin-top: 30px;
        box-shadow: none;
        text-transform: capitalize;
        border: 2px solid #f5f5f5;
        border-radius: 3px; }
        .blog-list-1x .blog-list-single .blog-list-content .blog-footer a.btn-small:hover {
          background: #0072bc;
          color: #fff; }
      .blog-list-1x .blog-list-single .blog-list-content .blog-footer .dropright {
        float: right;
        margin-top: 29px; }
        .blog-list-1x .blog-list-single .blog-list-content .blog-footer .dropright button {
          float: right;
          background: #f5f5f5;
          border: 0;
          border-radius: 0;
          text-align: center;
          outline: none;
          cursor: pointer;
          padding: 5px 13px 7px 13px;
          box-shadow: none; }
          .blog-list-1x .blog-list-single .blog-list-content .blog-footer .dropright button i {
            font-size: 17px;
            color: #0072bc;
            padding-top: 7px; }
          .blog-list-1x .blog-list-single .blog-list-content .blog-footer .dropright button .dropdown-toggle::after {
            border: 0 !important; }
        .blog-list-1x .blog-list-single .blog-list-content .blog-footer .dropright .dropdown-menu {
          min-width: 42px;
          background: #fafafa; }
          .blog-list-1x .blog-list-single .blog-list-content .blog-footer .dropright .dropdown-menu .dropdown-item {
            text-align: center;
            padding: 8px 11px; }
        .blog-list-1x .blog-list-single .blog-list-content .blog-footer .dropright:hover > .dropdown-menu {
          display: block;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
  .blog-list-1x .blog-list-right .blog-search {
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
    margin-bottom: 30px; }
    .blog-list-1x .blog-list-right .blog-search input[type="text"] {
      background: transparent;
      height: 45px;
      border: 1px solid #ddd;
      border-radius: 22px;
      padding-left: 30px; }
    .blog-list-1x .blog-list-right .blog-search .btn-search {
      background: #0072bc;
      height: 38px;
      width: 38px;
      border-radius: 50%;
      border: 0;
      outline: none;
      margin: 3px 0 0 -42px; }
      .blog-list-1x .blog-list-right .blog-search .btn-search img {
        margin-top: -3px;
        object-fit: cover; }
      .blog-list-1x .blog-list-right .blog-search .btn-search:focus {
        box-shadow: none; }
    .blog-list-1x .blog-list-right .blog-search .input-group-append {
      z-index: 1111; }
  .blog-list-1x .blog-list-right .recent-popular-post {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
    padding: 0 30px; }
    .blog-list-1x .blog-list-right .recent-popular-post ul.recent-popular-nav {
      margin: 0;
      padding: 30px 0;
      border-bottom: 0; }
      .blog-list-1x .blog-list-right .recent-popular-post ul.recent-popular-nav li {
        padding: 0; }
        .blog-list-1x .blog-list-right .recent-popular-post ul.recent-popular-nav li .nav-link {
          text-align: left;
          font-size: 20px;
          font-weight: 700;
          color: #333333;
          padding: 0;
          border: 0; }
        .blog-list-1x .blog-list-right .recent-popular-post ul.recent-popular-nav li .active {
          background-color: transparent;
          color: #0072bc;
          border: 0; }
    .blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab {
      border-top: 1px solid #eee;
      padding-bottom: 30px; }
      .blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media {
        padding: 30px 0;
        border-bottom: 1px solid #eee; }
        .blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media img {
          height: 90px;
          width: 90px;
          object-fit: cover;
          margin-right: 30px; }
        .blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media a {
          display: inline-block;
          font-size: 16px;
          font-weight: 700;
          color: #333333;
          line-height: 23px;
          margin-bottom: 10px;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media a:hover {
            color: #0072bc; }
        .blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media p {
          font-size: 15px;
          font-weight: 300; }
  .blog-list-1x .blog-list-right h2 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee; }
  .blog-list-1x .blog-list-right .category-link {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
    margin-top: 30px;
    padding: 30px; }
    .blog-list-1x .blog-list-right .category-link ul {
      margin: 0;
      padding: 0; }
      .blog-list-1x .blog-list-right .category-link ul li {
        list-style: none;
        padding-bottom: 20px; }
        .blog-list-1x .blog-list-right .category-link ul li a {
          color: #4a4a4a;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .blog-list-1x .blog-list-right .category-link ul li a:hover {
            color: #0072bc; }
        .blog-list-1x .blog-list-right .category-link ul li span {
          float: right; }
        .blog-list-1x .blog-list-right .category-link ul li:last-child {
          padding-bottom: 0; }
  .blog-list-1x .blog-list-right .tag-link {
    background: #fff;
    margin: 30px 0;
    padding: 30px;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03); }
    .blog-list-1x .blog-list-right .tag-link a {
      display: inline-block;
      background: #f5f5f5;
      color: #4a4a4a;
      padding: 5px 25px;
      border-radius: 30px;
      margin: 0 5px 15px 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .blog-list-1x .blog-list-right .tag-link a:hover {
        background: #0072bc;
        color: #fff; }
  .blog-list-1x .blog-list-right .blog-subscriber {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03); }
    .blog-list-1x .blog-list-right .blog-subscriber p {
      padding-bottom: 30px; }
    .blog-list-1x .blog-list-right .blog-subscriber input[type="text"] {
      background: transparent;
      height: 45px;
      border: 1px solid #ddd;
      border-bottom-left-radius: 22px;
      border-top-left-radius: 22px;
      padding-left: 30px; }
    .blog-list-1x .blog-list-right .blog-subscriber .btn-search {
      background: #0072bc;
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      border-top-right-radius: 22px;
      border-bottom-right-radius: 22px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      outline: none;
      box-shadow: none;
      padding: 11px 18px;
      cursor: pointer; }
  .blog-list-1x .blog-list-right .blog-banner img {
    width: 100%;
    max-height: 290px;
    object-fit: cover; }
  .blog-list-1x .course-pagination {
    text-align: left; }

/**************************************
    Pagination
***************************************/
.course-pagination {
  text-align: center;
  margin-top: 50px; }
  .course-pagination ul {
    display: inline-flex;
    padding: 0;
    margin: 0; }
    .course-pagination ul .page-item .page-link {
      color: #4a4a4a;
      border: 0; }
    .course-pagination ul .page-item.active .page-link {
      background: transparent;
      background-color: #0072bc;
      color: #fff; }
    .course-pagination ul .page-item:last-child .page-link {
      border: 0; }
    .course-pagination ul .page-link:hover {
      background-color: #0072bc;
      color: #fff; }

/************************************************
           Blog Single Page
*************************************************/
.blog-single-1x {
  padding: 100px 0; }
  .blog-single-1x .blog-single-left-content .blog-single-body h2 {
    font-size: 58px;
    font-weight: 700;
    color: #333333;
    line-height: 75px;
    margin: 0 0 45px 0; }
  .blog-single-1x .blog-single-left-content .blog-single-body p {
    margin-bottom: 25px; }
  .blog-single-1x .blog-single-left-content .blog-single-body blockquote {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #333333;
    line-height: 32px;
    font-style: italic;
    margin-bottom: 30px; }
    .blog-single-1x .blog-single-left-content .blog-single-body blockquote:before {
      display: block;
      color: #333333;
      text-align: center;
      margin-bottom: 20px; }
  .blog-single-1x .blog-single-left-content .comment-form {
    margin: 75px 0 0 0; }
    .blog-single-1x .blog-single-left-content .comment-form h3 {
      font-size: 24px;
      font-weight: 700;
      color: #333333;
      margin-bottom: 30px; }
    .blog-single-1x .blog-single-left-content .comment-form input[type="text"], .blog-single-1x .blog-single-left-content .comment-form input[type="email"] {
      height: 53px;
      margin-bottom: 30px;
      border-radius: 3px;
      border: 1px solid #ddd; }
    .blog-single-1x .blog-single-left-content .comment-form textarea {
      height: 210px;
      margin-bottom: 30px;
      border: 1px solid #ddd; }
    .blog-single-1x .blog-single-left-content .comment-form .btn-small {
      padding: 7px 28px;
      text-transform: capitalize;
      border: 2px solid #0072bc; }
      .blog-single-1x .blog-single-left-content .comment-form .btn-small:hover {
        border: 2px solid #0072bc; }
  .blog-single-1x .social-link ul {
    margin: 12px 0 0 0;
    padding: 0; }
    .blog-single-1x .social-link ul li {
      list-style: none;
      display: block;
      color: #8a8a8a;
      margin-bottom: 20px; }
      .blog-single-1x .social-link ul li a i {
        transition: all 0.3s ease-in; }

.comment-section {
  margin: 50px 0 0 0; }
  .comment-section h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 30px; }
  .comment-section .media {
    margin-bottom: 30px;
    padding: 49px 30px 30px 30px;
    border: 1px solid #f1f1f1; }
    .comment-section .media img {
      height: 80px;
      width: 80px;
      object-fit: cover;
      border-radius: 50%;
      margin-right: 30px; }
    .comment-section .media .media-body p {
      font-size: 15px;
      margin-bottom: 25px; }
    .comment-section .media .media-body h4 {
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 30px; }
    .comment-section .media .media-body h5 {
      font-size: 16px;
      font-weight: 400;
      color: #0072bc; }
      .comment-section .media .media-body h5 span {
        float: right; }
        .comment-section .media .media-body h5 span a {
          color: #0072bc; }
          .comment-section .media .media-body h5 span a i {
            margin-left: 10px; }
    .comment-section .media .media {
      margin: 30px 0;
      border: 0; }

.blog-author {
  margin: 0 0 30px 0; }
  .blog-author .media img {
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 30px; }
  .blog-author .media .media-body {
    padding: 23px 0; }
    .blog-author .media .media-body h5 {
      font-size: 16px;
      font-weight: 600;
      color: #333333;
      margin-bottom: 10px; }
    .blog-author .media .media-body h4 {
      font-size: 14px;
      font-weight: 400;
      color: #333333; }
    .blog-author .media .media-body p {
      font-size: 15px;
      margin: 15px 0; }
    .blog-author .media .media-body .social-link ul {
      margin: 0;
      padding: 0; }
      .blog-author .media .media-body .social-link ul li {
        display: inline-block;
        margin-right: 20px; }

/************************************************
            404 page 
*************************************************/
.error-page {
  padding: 100px 0; }
  .error-page .error-page-content {
    text-align: center; }
    .error-page .error-page-content span {
      font-size: 150px;
      font-weight: 900;
      line-height: 140px;
      color: #0072bc; }
    .error-page .error-page-content p {
      font-size: 40px;
      font-weight: 700;
      line-height: 50px;
      color: #333333;
      margin-top: 30px; }

/************************************************
    Components Page
*************************************************/
.components-page-1x {
  padding: 100px 0; }
  .components-page-1x .title-left {
    margin-bottom: 70px; }

/************************************************
    Home Five
*************************************************/
.faqs-1x {
  background: #f6f6f6;
  padding: 100px 0 60px 0; }
  .faqs-1x .single-faq {
    border: 0;
    border-radius: 0;
    margin-bottom: 40px; }
    .faqs-1x .single-faq .card-header {
      border-radius: 0;
      padding: 0;
      border: 0;
      background: #fff;
      border-left: 2px solid #0072bc; }
      .faqs-1x .single-faq .card-header a {
        display: block;
        font-family: "Ubuntu", sans-serif;
        font-size: 17px;
        font-weight: 500; }
      .faqs-1x .single-faq .card-header i {
        float: right; }
      .faqs-1x .single-faq .card-header .accordion-toggle {
        color: #fff;
        padding: 18px 30px;
        background: #0072bc;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .faqs-1x .single-faq .card-header .accordion-toggle:after {
          font-family: 'FontAwesome';
          content: "\f106";
          float: right;
          font-weight: 300;
          font-size: 25px;
          margin-top: -5px; }
        .faqs-1x .single-faq .card-header .accordion-toggle.collapsed:after {
          content: "\f107";
          float: right;
          font-weight: 300;
          font-size: 25px;
          margin-top: -3px;
          color: #0072bc; }
      .faqs-1x .single-faq .card-header a.accordion-toggle.collapsed {
        color: #4a4a4a;
        background: #fff; }
    .faqs-1x .single-faq .card-body {
      padding: 20px 30px; }

.footer-section-2x {
  background: linear-gradient(rgba(255, 255, 255, 0.001), rgba(255, 255, 255, 0.001)), url(images/footer-bg.png);
  background-repeat: repeat;
  background-size: initial;
  padding: 100px 0; }
  .footer-section-2x .footer-top {
    text-align: center; }
    .footer-section-2x .footer-top .footer-page-link ul {
      margin: 0;
      padding: 0; }
      .footer-section-2x .footer-top .footer-page-link ul li {
        list-style: none;
        display: inline-block;
        padding: 0 10px; }
    .footer-section-2x .footer-top .footer-social-link {
      margin: 40px 0; }

.cta-1x.violet-cta {
  background: linear-gradient(-65deg, rgba(0, 114, 188, 0.95), rgba(0, 114, 188, 0.98)), url(images/cta-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0;
  margin: 0;
  border: 0;
  border-radius: 0; }
  .cta-1x.violet-cta .cta-left {
    color: #fff; }
    .cta-1x.violet-cta .cta-left h3 {
      font-family: "Ubuntu", sans-serif;
      font-size: 30px;
      font-weight: 700;
      line-height: 40px;
      margin-bottom: 12px; }
  .cta-1x.violet-cta .cta-right {
    float: right; }
    .cta-1x.violet-cta .cta-right .btn-large {
      background: #fff;
      color: #0072bc;
      margin-top: 28px;
      box-shadow: none;
      border: 1px solid #fff;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .cta-1x.violet-cta .cta-right .btn-large:hover {
        color: #fff;
        background: #0072bc;
        border: 1px solid #fff; }

.all-category-1x {
  background: #f9f9fc;
  padding: 100px 0; }
  .all-category-1x .single-categery {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 3px;
    box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .all-category-1x .single-categery .media img {
      margin-right: 20px;
      margin-top: 20px; }
    .all-category-1x .single-categery .media .media-body a {
      display: block;
      font-size: 20px;
      font-weight: 700;
      color: #333333;
      margin-bottom: 10px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .all-category-1x .single-categery .media .media-body a:hover {
        color: #0072bc; }
    .all-category-1x .single-categery:hover .media-body a {
      color: #0072bc; }
    .all-category-1x .single-categery:hover {
      box-shadow: 0 5px 15px rgba(88, 58, 188, 0.09); }
  .all-category-1x a.btn-large {
    margin-top: 30px;
    border: 2px solid #0072bc; }
    .all-category-1x a.btn-large:hover {
      background: #fff;
      color: #0072bc;
      border: 2px solid #0072bc; }

/************************************************
    All Question page
*************************************************/
.all-question-2x {
  background: #f9f9fc;
  padding: 100px 0; }
  .all-question-2x .single-question {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .all-question-2x .single-question a {
      display: block;
      font-size: 25px;
      font-weight: 700;
      line-height: 35px;
      color: #333333;
      margin-bottom: 15px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .all-question-2x .single-question a:hover {
        color: #0072bc; }
    .all-question-2x .single-question .author {
      position: relative;
      margin-top: 20px; }
      .all-question-2x .single-question .author .media img {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background-size: cover;
        margin-right: 20px; }
      .all-question-2x .single-question .author .media .media-body h3 {
        font-size: 17px;
        margin-top: 5px; }
      .all-question-2x .single-question .author .media .media-body h4 {
        font-size: 15px;
        margin-top: 3px;
        color: #b5b5b5; }
    .all-question-2x .single-question h5 {
      float: right;
      position: relative;
      top: -40px;
      font-size: 16px;
      background: #f1f1f1;
      padding: 5px 7px;
      border-radius: 3px; }
      .all-question-2x .single-question h5 i {
        color: #0072bc;
        margin-right: 5px; }
    .all-question-2x .single-question:hover a {
      color: #0072bc; }
  .all-question-2x .sidebar-right h2 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee; }
  .all-question-2x .sidebar-right .blog-search {
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
    margin-bottom: 30px; }
    .all-question-2x .sidebar-right .blog-search input[type="text"] {
      background: transparent;
      height: 45px;
      border: 1px solid #ddd;
      border-radius: 22px;
      padding-left: 30px; }
    .all-question-2x .sidebar-right .blog-search .btn-search {
      background: #0072bc;
      height: 38px;
      width: 38px;
      border-radius: 50%;
      border: 0;
      outline: none;
      margin: 3px 0 0 -42px; }
      .all-question-2x .sidebar-right .blog-search .btn-search img {
        margin-top: -3px;
        object-fit: cover; }
      .all-question-2x .sidebar-right .blog-search .btn-search:focus {
        box-shadow: none; }
    .all-question-2x .sidebar-right .blog-search .input-group-append {
      z-index: 111; }
  .all-question-2x .sidebar-right .category-link {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
    padding: 30px;
    margin-bottom: 30px; }
    .all-question-2x .sidebar-right .category-link ul {
      margin: 0;
      padding: 0; }
      .all-question-2x .sidebar-right .category-link ul li {
        list-style: none;
        padding-bottom: 15px; }
        .all-question-2x .sidebar-right .category-link ul li a {
          color: #4a4a4a;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .all-question-2x .sidebar-right .category-link ul li a:hover {
            color: #0072bc; }
        .all-question-2x .sidebar-right .category-link ul li span {
          float: right; }
        .all-question-2x .sidebar-right .category-link ul li:last-child {
          padding-bottom: 0; }
  .all-question-2x .sidebar-right .tag-link {
    background: #fff;
    margin-bottom: 30px;
    padding: 30px;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03); }
    .all-question-2x .sidebar-right .tag-link a {
      display: inline-block;
      background: #f5f5f5;
      color: #4a4a4a;
      padding: 5px 25px;
      border-radius: 30px;
      margin: 0 5px 15px 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .all-question-2x .sidebar-right .tag-link a:hover {
        background: #0072bc;
        color: #fff; }

/************************************************
    About Us page
*************************************************/
.about-us-page {
  padding: 100px 0; }
  .about-us-page .about-content {
    padding: 20px 60px 50px 60px;
    box-shadow: 0px 0px 75px 0 rgba(46, 61, 73, 0.07); }
    .about-us-page .about-content h2 {
      font-size: 25px;
      font-weight: 700;
      line-height: 35px;
      color: #333333;
      margin-bottom: 10px;
      margin-top: 40px; }
    .about-us-page .about-content p {
      margin: 10px 0; }

/************************************************
   Contact Us page
*************************************************/
.feature-2x {
  background: #fafafa;
  padding: 50px 0; }
  .feature-2x .single-feature .media img {
    max-width: 64px;
    margin-right: 20px; }
  .feature-2x .single-feature .media .media-body h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 11px;
    color: #333333; }

.section_title {
  text-align: center;
  margin-bottom: 70px; }
  .section_title h2 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 35px; }
    .section_title h2:after {
      content: "";
      position: absolute;
      border: 1px solid #0072bc;
      width: 50px;
      top: 60px;
      left: 48%; }

.our_team_1x {
  padding: 100px 0; }
  .our_team_1x .single_team {
    text-align: center; }
    .our_team_1x .single_team img {
      max-width: 150px;
      border-radius: 50%;
      background-size: cover;
      margin-bottom: 20px; }
    .our_team_1x .single_team h3 {
      font-size: 20px;
      font-weight: 700;
      color: #333333;
      line-height: 25px;
      margin-bottom: 5px; }
    .our_team_1x .single_team p {
      font-size: 16px;
      color: #b5b5b5; }
      
      
    .breadcrumb {
        display: inline-flex;
        padding: 0;
        background: none;
        margin: 0;
        margin-top: 15px;
    }
    
    .breadcrumb a, .breadcrumb .breadcrumb-item {
        color: white;
        font-weight: 500;
        margin: 0 auto;
    }
    
    .breadcrumb li.active{
        color: #ffffff94;
    }
    
    .fa-folder {
            color: #0072bc;
    }
    
    #v-pills-tab ul {
        padding: 0;
        list-style: none;
    }
    #v-pills-tab ul:first-child {
        margin: 0;
    }
    
    #v-pills-tab li.active a {
        font-weight: 600;
    }














/*
    jstree CSS styles
*/
.jstree-node,.jstree-children,.jstree-container-ul{display:block;margin:0;padding:0;list-style-type:none;list-style-image:none}.jstree-node{white-space:nowrap}.jstree-anchor{display:inline-block;color:#000;white-space:nowrap;padding:0 4px 0 1px;margin:0;vertical-align:top}.jstree-anchor:focus{outline:0}.jstree-anchor,.jstree-anchor:link,.jstree-anchor:visited,.jstree-anchor:hover,.jstree-anchor:active{text-decoration:none;color:inherit}.jstree-icon{display:inline-block;text-decoration:none;margin:0;padding:0;vertical-align:top;text-align:center}.jstree-icon:empty{display:inline-block;text-decoration:none;margin:0;padding:0;vertical-align:top;text-align:center}.jstree-ocl{cursor:pointer}.jstree-leaf>.jstree-ocl{cursor:default}.jstree .jstree-open>.jstree-children{display:block}.jstree .jstree-closed>.jstree-children,.jstree .jstree-leaf>.jstree-children{display:none}.jstree-anchor>.jstree-themeicon{margin-right:2px}.jstree-no-icons .jstree-themeicon,.jstree-anchor>.jstree-themeicon-hidden{display:none}.jstree-hidden{display:none}.jstree-rtl .jstree-anchor{padding:0 1px 0 4px}.jstree-rtl .jstree-anchor>.jstree-themeicon{margin-left:2px;margin-right:0}.jstree-rtl .jstree-node{margin-left:0}.jstree-rtl .jstree-container-ul>.jstree-node{margin-right:0}.jstree-wholerow-ul{position:relative;display:inline-block;min-width:100%}.jstree-wholerow-ul .jstree-leaf>.jstree-ocl{cursor:pointer}.jstree-wholerow-ul .jstree-anchor,.jstree-wholerow-ul .jstree-icon{position:relative}.jstree-wholerow-ul .jstree-wholerow{width:100%;cursor:pointer;position:absolute;left:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vakata-context{display:none}.vakata-context,.vakata-context ul{margin:0;padding:2px;position:absolute;background:#f5f5f5;border:1px solid #979797;box-shadow:2px 2px 2px #999}.vakata-context ul{list-style:none;left:100%;margin-top:-2.7em;margin-left:-4px}.vakata-context .vakata-context-right ul{left:auto;right:100%;margin-left:auto;margin-right:-4px}.vakata-context li{list-style:none;display:inline}.vakata-context li>a{display:block;padding:0 2em;text-decoration:none;width:auto;color:#000;white-space:nowrap;line-height:2.4em;text-shadow:1px 1px 0 #fff;border-radius:1px}.vakata-context li>a:hover{position:relative;background-color:#e8eff7;box-shadow:0 0 2px #0a6aa1}.vakata-context li>a.vakata-context-parent{background-image:url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==);background-position:right center;background-repeat:no-repeat}.vakata-context li>a:focus{outline:0}.vakata-context .vakata-context-hover>a{position:relative;background-color:#e8eff7;box-shadow:0 0 2px #0a6aa1}.vakata-context .vakata-context-separator>a,.vakata-context .vakata-context-separator>a:hover{background:#fff;border:0;border-top:1px solid #e2e3e3;height:1px;min-height:1px;max-height:1px;padding:0;margin:0 0 0 2.4em;border-left:1px solid #e0e0e0;text-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;border-radius:0}.vakata-context .vakata-contextmenu-disabled a,.vakata-context .vakata-contextmenu-disabled a:hover{color:silver;background-color:transparent;border:0;box-shadow:0 0 0}.vakata-context li>a>i{text-decoration:none;display:inline-block;width:2.4em;height:2.4em;background:0 0;margin:0 0 0 -2em;vertical-align:top;text-align:center;line-height:2.4em}.vakata-context li>a>i:empty{width:2.4em;line-height:2.4em}.vakata-context li>a .vakata-contextmenu-sep{display:inline-block;width:1px;height:2.4em;background:#fff;margin:0 .5em 0 0;border-left:1px solid #e2e3e3}.vakata-context .vakata-contextmenu-shortcut{font-size:.8em;color:silver;opacity:.5;display:none}.vakata-context-rtl ul{left:auto;right:100%;margin-left:auto;margin-right:-4px}.vakata-context-rtl li>a.vakata-context-parent{background-image:url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7);background-position:left center;background-repeat:no-repeat}.vakata-context-rtl .vakata-context-separator>a{margin:0 2.4em 0 0;border-left:0;border-right:1px solid #e2e3e3}.vakata-context-rtl .vakata-context-left ul{right:auto;left:100%;margin-left:-4px;margin-right:auto}.vakata-context-rtl li>a>i{margin:0 -2em 0 0}.vakata-context-rtl li>a .vakata-contextmenu-sep{margin:0 0 0 .5em;border-left-color:#fff;background:#e2e3e3}#jstree-marker{position:absolute;top:0;left:0;margin:-5px 0 0 0;padding:0;border-right:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid;width:0;height:0;font-size:0;line-height:0}#jstree-dnd{line-height:16px;margin:0;padding:4px}#jstree-dnd .jstree-icon,#jstree-dnd .jstree-copy{display:inline-block;text-decoration:none;margin:0 2px 0 0;padding:0;width:16px;height:16px}#jstree-dnd .jstree-ok{background:green}#jstree-dnd .jstree-er{background:red}#jstree-dnd .jstree-copy{margin:0 2px}.jstree-default .jstree-node,.jstree-default .jstree-icon{background-repeat:no-repeat;background-color:transparent}.jstree-default .jstree-anchor,.jstree-default .jstree-wholerow{transition:background-color .15s,box-shadow .15s}.jstree-default .jstree-hovered{background:#e7f4f9;border-radius:2px;box-shadow:inset 0 0 1px #ccc}.jstree-default .jstree-clicked{/*background:#beebff;border-radius:2px;box-shadow:inset 0 0 1px #999*/}.jstree-default .jstree-no-icons .jstree-anchor>.jstree-themeicon{display:none}.jstree-default .jstree-disabled{background:0 0;color:#666}.jstree-default .jstree-disabled.jstree-hovered{background:0 0;box-shadow:none}.jstree-default .jstree-disabled.jstree-clicked{background:#efefef}.jstree-default .jstree-disabled>.jstree-icon{opacity:.8;filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");filter:gray;-webkit-filter:grayscale(100%)}.jstree-default .jstree-search{font-style:italic;color:#8b0000;font-weight:700}.jstree-default .jstree-no-checkboxes .jstree-checkbox{display:none!important}.jstree-default.jstree-checkbox-no-clicked .jstree-clicked{background:0 0;box-shadow:none}.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered{background:#e7f4f9}.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked{background:0 0}.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered{background:#e7f4f9}.jstree-default>.jstree-striped{min-width:100%;display:inline-block;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==) left top repeat}.jstree-default>.jstree-wholerow-ul .jstree-hovered,.jstree-default>.jstree-wholerow-ul .jstree-clicked{background:0 0;box-shadow:none;border-radius:0}.jstree-default .jstree-wholerow{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.jstree-default .jstree-wholerow-hovered{background:#e7f4f9}.jstree-default .jstree-wholerow-clicked{background:#beebff;background:-webkit-linear-gradient(top,#beebff 0,#a8e4ff 100%);background:linear-gradient(to bottom,#beebff 0,#a8e4ff 100%)}.jstree-default .jstree-node{min-height:24px;line-height:24px;margin-left:24px;min-width:24px}.jstree-default .jstree-anchor{line-height:24px;/*height:24px*/white-space: pre-wrap;}.jstree-default .jstree-icon{width:24px;height:24px;line-height:24px}.jstree-default .jstree-icon:empty{width:24px;height:24px;line-height:24px}.jstree-default.jstree-rtl .jstree-node{margin-right:24px}.jstree-default .jstree-wholerow{height:24px}.jstree-default .jstree-node,.jstree-default .jstree-icon{background-image:url(32px.png)}.jstree-default .jstree-node{background-position:-292px -4px;background-repeat:repeat-y}.jstree-default .jstree-last{background:0 0}.jstree-default .jstree-open>.jstree-ocl{background-position:-132px -4px}.jstree-default .jstree-closed>.jstree-ocl{background-position:-100px -4px}.jstree-default .jstree-leaf>.jstree-ocl{background-position:-68px -4px}.jstree-default .jstree-themeicon{background-position:-260px -4px}.jstree-default>.jstree-no-dots .jstree-node,.jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-36px -4px}.jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:-4px -4px}.jstree-default .jstree-disabled{background:0 0}.jstree-default .jstree-disabled.jstree-hovered{background:0 0}.jstree-default .jstree-disabled.jstree-clicked{background:#efefef}.jstree-default .jstree-checkbox{background-position:-164px -4px}.jstree-default .jstree-checkbox:hover{background-position:-164px -36px}.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,.jstree-default .jstree-checked>.jstree-checkbox{background-position:-228px -4px}.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,.jstree-default .jstree-checked>.jstree-checkbox:hover{background-position:-228px -36px}.jstree-default .jstree-anchor>.jstree-undetermined{background-position:-196px -4px}.jstree-default .jstree-anchor>.jstree-undetermined:hover{background-position:-196px -36px}.jstree-default .jstree-checkbox-disabled{opacity:.8;filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");filter:gray;-webkit-filter:grayscale(100%)}.jstree-default>.jstree-striped{background-size:auto 48px}.jstree-default.jstree-rtl .jstree-node{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);background-position:100% 1px;background-repeat:repeat-y}.jstree-default.jstree-rtl .jstree-last{background:0 0}.jstree-default.jstree-rtl .jstree-open>.jstree-ocl{background-position:-132px -36px}.jstree-default.jstree-rtl .jstree-closed>.jstree-ocl{background-position:-100px -36px}.jstree-default.jstree-rtl .jstree-leaf>.jstree-ocl{background-position:-68px -36px}.jstree-default.jstree-rtl>.jstree-no-dots .jstree-node,.jstree-default.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-36px -36px}.jstree-default.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:-4px -36px}.jstree-default .jstree-themeicon-custom{background-color:transparent;background-image:none;background-position:0 0}.jstree-default>.jstree-container-ul .jstree-loading>.jstree-ocl{background:url(throbber.gif) center center no-repeat}.jstree-default .jstree-file{background:url(32px.png) -100px -68px no-repeat}.jstree-default .jstree-folder{background:url(32px.png) -260px -4px no-repeat}.jstree-default>.jstree-container-ul>.jstree-node{margin-left:0;margin-right:0}#jstree-dnd.jstree-default{line-height:24px;padding:0 4px}#jstree-dnd.jstree-default .jstree-ok,#jstree-dnd.jstree-default .jstree-er{background-image:url(32px.png);background-repeat:no-repeat;background-color:transparent}#jstree-dnd.jstree-default i{background:0 0;width:24px;height:24px;line-height:24px}#jstree-dnd.jstree-default .jstree-ok{background-position:-4px -68px}#jstree-dnd.jstree-default .jstree-er{background-position:-36px -68px}.jstree-default.jstree-rtl .jstree-node{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==)}.jstree-default.jstree-rtl .jstree-last{background:0 0}.jstree-default-small .jstree-node{min-height:18px;line-height:18px;margin-left:18px;min-width:18px}.jstree-default-small .jstree-anchor{line-height:18px;height:18px}.jstree-default-small .jstree-icon{width:18px;height:18px;line-height:18px}.jstree-default-small .jstree-icon:empty{width:18px;height:18px;line-height:18px}.jstree-default-small.jstree-rtl .jstree-node{margin-right:18px}.jstree-default-small .jstree-wholerow{height:18px}.jstree-default-small .jstree-node,.jstree-default-small .jstree-icon{background-image:url(32px.png)}.jstree-default-small .jstree-node{background-position:-295px -7px;background-repeat:repeat-y}.jstree-default-small .jstree-last{background:0 0}.jstree-default-small .jstree-open>.jstree-ocl{background-position:-135px -7px}.jstree-default-small .jstree-closed>.jstree-ocl{background-position:-103px -7px}.jstree-default-small .jstree-leaf>.jstree-ocl{background-position:-71px -7px}.jstree-default-small .jstree-themeicon{background-position:-263px -7px}.jstree-default-small>.jstree-no-dots .jstree-node,.jstree-default-small>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default-small>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-39px -7px}.jstree-default-small>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:-7px -7px}.jstree-default-small .jstree-disabled{background:0 0}.jstree-default-small .jstree-disabled.jstree-hovered{background:0 0}.jstree-default-small .jstree-disabled.jstree-clicked{background:#efefef}.jstree-default-small .jstree-checkbox{background-position:-167px -7px}.jstree-default-small .jstree-checkbox:hover{background-position:-167px -39px}.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,.jstree-default-small .jstree-checked>.jstree-checkbox{background-position:-231px -7px}.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,.jstree-default-small .jstree-checked>.jstree-checkbox:hover{background-position:-231px -39px}.jstree-default-small .jstree-anchor>.jstree-undetermined{background-position:-199px -7px}.jstree-default-small .jstree-anchor>.jstree-undetermined:hover{background-position:-199px -39px}.jstree-default-small .jstree-checkbox-disabled{opacity:.8;filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");filter:gray;-webkit-filter:grayscale(100%)}.jstree-default-small>.jstree-striped{background-size:auto 36px}.jstree-default-small.jstree-rtl .jstree-node{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);background-position:100% 1px;background-repeat:repeat-y}.jstree-default-small.jstree-rtl .jstree-last{background:0 0}.jstree-default-small.jstree-rtl .jstree-open>.jstree-ocl{background-position:-135px -39px}.jstree-default-small.jstree-rtl .jstree-closed>.jstree-ocl{background-position:-103px -39px}.jstree-default-small.jstree-rtl .jstree-leaf>.jstree-ocl{background-position:-71px -39px}.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-node,.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-39px -39px}.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:-7px -39px}.jstree-default-small .jstree-themeicon-custom{background-color:transparent;background-image:none;background-position:0 0}.jstree-default-small>.jstree-container-ul .jstree-loading>.jstree-ocl{background:url(throbber.gif) center center no-repeat}.jstree-default-small .jstree-file{background:url(32px.png) -103px -71px no-repeat}.jstree-default-small .jstree-folder{background:url(32px.png) -263px -7px no-repeat}.jstree-default-small>.jstree-container-ul>.jstree-node{margin-left:0;margin-right:0}#jstree-dnd.jstree-default-small{line-height:18px;padding:0 4px}#jstree-dnd.jstree-default-small .jstree-ok,#jstree-dnd.jstree-default-small .jstree-er{background-image:url(32px.png);background-repeat:no-repeat;background-color:transparent}#jstree-dnd.jstree-default-small i{background:0 0;width:18px;height:18px;line-height:18px}#jstree-dnd.jstree-default-small .jstree-ok{background-position:-7px -71px}#jstree-dnd.jstree-default-small .jstree-er{background-position:-39px -71px}.jstree-default-small.jstree-rtl .jstree-node{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==)}.jstree-default-small.jstree-rtl .jstree-last{background:0 0}.jstree-default-large .jstree-node{min-height:32px;line-height:32px;margin-left:32px;min-width:32px}.jstree-default-large .jstree-anchor{line-height:32px;height:32px}.jstree-default-large .jstree-icon{width:32px;height:32px;line-height:32px}.jstree-default-large .jstree-icon:empty{width:32px;height:32px;line-height:32px}.jstree-default-large.jstree-rtl .jstree-node{margin-right:32px}.jstree-default-large .jstree-wholerow{height:32px}.jstree-default-large .jstree-node,.jstree-default-large .jstree-icon{background-image:url(32px.png)}.jstree-default-large .jstree-node{background-position:-288px 0;background-repeat:repeat-y}.jstree-default-large .jstree-last{background:0 0}.jstree-default-large .jstree-open>.jstree-ocl{background-position:-128px 0}.jstree-default-large .jstree-closed>.jstree-ocl{background-position:-96px 0}.jstree-default-large .jstree-leaf>.jstree-ocl{background-position:-64px 0}.jstree-default-large .jstree-themeicon{background-position:-256px 0}.jstree-default-large>.jstree-no-dots .jstree-node,.jstree-default-large>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default-large>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-32px 0}.jstree-default-large>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:0 0}.jstree-default-large .jstree-disabled{background:0 0}.jstree-default-large .jstree-disabled.jstree-hovered{background:0 0}.jstree-default-large .jstree-disabled.jstree-clicked{background:#efefef}.jstree-default-large .jstree-checkbox{background-position:-160px 0}.jstree-default-large .jstree-checkbox:hover{background-position:-160px -32px}.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,.jstree-default-large .jstree-checked>.jstree-checkbox{background-position:-224px 0}.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,.jstree-default-large .jstree-checked>.jstree-checkbox:hover{background-position:-224px -32px}.jstree-default-large .jstree-anchor>.jstree-undetermined{background-position:-192px 0}.jstree-default-large .jstree-anchor>.jstree-undetermined:hover{background-position:-192px -32px}.jstree-default-large .jstree-checkbox-disabled{opacity:.8;filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");filter:gray;-webkit-filter:grayscale(100%)}.jstree-default-large>.jstree-striped{background-size:auto 64px}.jstree-default-large.jstree-rtl .jstree-node{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);background-position:100% 1px;background-repeat:repeat-y}.jstree-default-large.jstree-rtl .jstree-last{background:0 0}.jstree-default-large.jstree-rtl .jstree-open>.jstree-ocl{background-position:-128px -32px}.jstree-default-large.jstree-rtl .jstree-closed>.jstree-ocl{background-position:-96px -32px}.jstree-default-large.jstree-rtl .jstree-leaf>.jstree-ocl{background-position:-64px -32px}.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-node,.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-32px -32px}.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:0 -32px}.jstree-default-large .jstree-themeicon-custom{background-color:transparent;background-image:none;background-position:0 0}.jstree-default-large>.jstree-container-ul .jstree-loading>.jstree-ocl{background:url(throbber.gif) center center no-repeat}.jstree-default-large .jstree-file{background:url(32px.png) -96px -64px no-repeat}.jstree-default-large .jstree-folder{background:url(32px.png) -256px 0 no-repeat}.jstree-default-large>.jstree-container-ul>.jstree-node{margin-left:0;margin-right:0}#jstree-dnd.jstree-default-large{line-height:32px;padding:0 4px}#jstree-dnd.jstree-default-large .jstree-ok,#jstree-dnd.jstree-default-large .jstree-er{background-image:url(32px.png);background-repeat:no-repeat;background-color:transparent}#jstree-dnd.jstree-default-large i{background:0 0;width:32px;height:32px;line-height:32px}#jstree-dnd.jstree-default-large .jstree-ok{background-position:0 -64px}#jstree-dnd.jstree-default-large .jstree-er{background-position:-32px -64px}.jstree-default-large.jstree-rtl .jstree-node{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==)}.jstree-default-large.jstree-rtl .jstree-last{background:0 0}@media (max-width:768px){#jstree-dnd.jstree-dnd-responsive{line-height:40px;font-weight:700;font-size:1.1em;text-shadow:1px 1px #fff}#jstree-dnd.jstree-dnd-responsive>i{background:0 0;width:40px;height:40px}#jstree-dnd.jstree-dnd-responsive>.jstree-ok{background-image:url(40px.png);background-position:0 -200px;background-size:120px 240px}#jstree-dnd.jstree-dnd-responsive>.jstree-er{background-image:url(40px.png);background-position:-40px -200px;background-size:120px 240px}#jstree-marker.jstree-dnd-responsive{border-left-width:10px;border-top-width:10px;border-bottom-width:10px;margin-top:-10px}}@media (max-width:768px){.jstree-default-responsive .jstree-icon{background-image:url(40px.png)}.jstree-default-responsive .jstree-node,.jstree-default-responsive .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default-responsive .jstree-node{min-height:40px;line-height:40px;margin-left:40px;min-width:40px;white-space:nowrap}.jstree-default-responsive .jstree-anchor{line-height:40px;height:40px}.jstree-default-responsive .jstree-icon,.jstree-default-responsive .jstree-icon:empty{width:40px;height:40px;line-height:40px}.jstree-default-responsive>.jstree-container-ul>.jstree-node{margin-left:0}.jstree-default-responsive.jstree-rtl .jstree-node{margin-left:0;margin-right:40px}.jstree-default-responsive.jstree-rtl .jstree-container-ul>.jstree-node{margin-right:0}.jstree-default-responsive .jstree-ocl,.jstree-default-responsive .jstree-themeicon,.jstree-default-responsive .jstree-checkbox{background-size:120px 240px}.jstree-default-responsive .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default-responsive .jstree-open>.jstree-ocl{background-position:0 0!important}.jstree-default-responsive .jstree-closed>.jstree-ocl{background-position:0 -40px!important}.jstree-default-responsive.jstree-rtl .jstree-closed>.jstree-ocl{background-position:-40px 0!important}.jstree-default-responsive .jstree-themeicon{background-position:-40px -40px}.jstree-default-responsive .jstree-checkbox,.jstree-default-responsive .jstree-checkbox:hover{background-position:-40px -80px}.jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,.jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,.jstree-default-responsive .jstree-checked>.jstree-checkbox,.jstree-default-responsive .jstree-checked>.jstree-checkbox:hover{background-position:0 -80px}.jstree-default-responsive .jstree-anchor>.jstree-undetermined,.jstree-default-responsive .jstree-anchor>.jstree-undetermined:hover{background-position:0 -120px}.jstree-default-responsive .jstree-anchor{font-weight:700;font-size:1.1em;text-shadow:1px 1px #fff}.jstree-default-responsive>.jstree-striped{background:0 0}.jstree-default-responsive .jstree-wholerow{border-top:1px solid rgba(255,255,255,.7);border-bottom:1px solid rgba(64,64,64,.2);background:#ebebeb;height:40px}.jstree-default-responsive .jstree-wholerow-hovered{background:#e7f4f9}.jstree-default-responsive .jstree-wholerow-clicked{background:#beebff}.jstree-default-responsive .jstree-children .jstree-last>.jstree-wholerow{box-shadow:inset 0 -6px 3px -5px #666}.jstree-default-responsive .jstree-children .jstree-open>.jstree-wholerow{box-shadow:inset 0 6px 3px -5px #666;border-top:0}.jstree-default-responsive .jstree-children .jstree-open+.jstree-open{box-shadow:none}.jstree-default-responsive .jstree-node,.jstree-default-responsive .jstree-icon,.jstree-default-responsive .jstree-node>.jstree-ocl,.jstree-default-responsive .jstree-themeicon,.jstree-default-responsive .jstree-checkbox{background-image:url(40px.png);background-size:120px 240px}.jstree-default-responsive .jstree-node{background-position:-80px 0;background-repeat:repeat-y}.jstree-default-responsive .jstree-last{background:0 0}.jstree-default-responsive .jstree-leaf>.jstree-ocl{background-position:-40px -120px}.jstree-default-responsive .jstree-last>.jstree-ocl{background-position:-40px -160px}.jstree-default-responsive .jstree-themeicon-custom{background-color:transparent;background-image:none;background-position:0 0}.jstree-default-responsive .jstree-file{background:url(40px.png) 0 -160px no-repeat;background-size:120px 240px}.jstree-default-responsive .jstree-folder{background:url(40px.png) -40px -40px no-repeat;background-size:120px 240px}.jstree-default-responsive>.jstree-container-ul>.jstree-node{margin-left:0;margin-right:0}}