@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto:300i,400,500");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;.linq a img
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #e50050;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #222222;
  text-decoration: underline;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #222222;
  font: normal 125%/1.4 "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#wrapper {
  max-width: 1920px;
  margin: auto;
}

#page-preloader {
  position: fixed;
  z-index: 100500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e2e2e;
}

.navbar-fixed-top-tt {
  top: 22px;
  border-width: 0 0 1px;
}

.top-nav {
  top: 0px;
  float: left;
  height: 55px;
}

.top-header {
  display: none;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  color: #fff;
  background-color: #212121;
}

.top-header a {
  color: #fff;
}

.top-header a:hover {
  color: #fff;
}

.top-header .icon {
  display: inline-block;
  margin-top: -2px;
  padding-right: 5px;
  font-size: 14px;
  vertical-align: middle;
}

.top-header__contacts {
  display: inline-block;
  padding-right: 26px;
  padding-left: 20px;
  line-height: 1;
  border-right: 1px solid #777;
}

.top-header__contacts:first-child {
  padding-left: 0;
}

.top-header__link {
  display: inline-block;
}

.btn-header {
  margin-right: 12px;
  margin-left: 20px;
  padding: 6px 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  line-height: 1;
  border: none;
  transition: all 0.3s;
}

.btn-header:hover {
  color: #000;
}

.header-login {
  float: right;
}

.header-login__item {
  padding-left: 13px;
}

.header-login__item:first-child {
  padding-right: 13px;
  border-right: 1px solid #777;
}

.header-inner {
  float: right;
  padding-top: 38px;
  text-align: right;
  position: relative;
}

.header-logo {
  position: relative;
  float: left;
  z-index: 100;
}

.header-logo__img {
  margin-top: 30px;
  margin-bottom: 27px;
}

.header-cart {
  position: relative;
  display: inline-block;
  margin-top: -5px;
  float: right;
  vertical-align: middle;
  z-index: 100;
}

.header-cart .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding-top: 8px;
  font-size: 16px;
  color: #333;
  vertical-align: top;
  border: 1px solid #ccc;
  text-align: center;
}

.search-global {
  position: relative;
  display: inline-block;
  margin-top: -10px;
  vertical-align: middle;
  z-index: 100;
}

.search-global:hover .search-global__input {
  width: 100px;
  padding-right: 10px;
  padding-left: 10px;
  opacity: 1;
}

.search-global__input {
  width: 0;
  height: 36px;
  margin-top: 1px;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 1;
  vertical-align: top;
  border: 1px solid #ccc;
  outline-style: none;
  opacity: 0;
  transition: all 0.3s;
}

.search-global__input:focus {
  width: 100px;
  padding-right: 10px;
  padding-left: 10px;
  opacity: 1;
}

.search-global__btn {
  margin-left: -3px;
  padding-right: 0;
  padding-left: 0;
  vertical-align: bottom;
  border: none;
  background-color: transparent;
}

.search-global__btn .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding-top: 8px;
  font-size: 16px;
  color: #333;
  vertical-align: top;
  border: 1px solid #ccc;
  text-align: center;
}

header.carousel {
  height: 50%;
}

header.carousel .item {
  height: 100%;
}

header.carousel .item.active {
  height: 100%;
}

header.carousel .carousel-inner {
  height: 100%;
}

header.carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.w3-display-left {
  position: absolute;
  top: 44%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

.w3-display-right {
  position: absolute;
  top: 44%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

.w3-button {
  color: rgba(255, 255, 255, 0.44);
  background-color: transparent;
  padding: 8px 16px;
  font-size: 50px;
}

.collapse ul.navbar-nav {
  margin: 12.5px 0;
}

.w3-content {
  margin: auto;
}

.w3-tooltip {
  position: relative;
}

.w3-display-container {
  position: relative;
}

.navbar .navbar-toggle {
  margin-top: 15px;
}

i.fa {
  padding: 0 6px;
  font-size: 15px;
}

.space {
  width: 100%;
  height: 6%;
}

.navbar-inverse .navbar-nav li a {
  color: #fff;
  font-size: 13px;
  padding: 14px 13px;
  font-weight: 600;
  position: relative;
}

.navbar-inverse .navbar-nav li a:hover {
  color: #f3d803;
}

.navbar-inverse .navbar-nav li:hover > a:after {
  width: 100%;
}

.navbar-header img {
  width: 161px;
  padding: 7px 0;
  margin-left: 16px;
}

a.intro:focus {
  border-bottom: 4px solid #fff;
  padding-bottom: 4.5px !important;
  text-decoration: none;
}

a.intro:focus:after {
  display: none;
}

.serch input#s {
  width: 290px;
  float: left;
  z-index: 99999999;
  position: relative;
}

.serch {
  float: right;
  margin: 10px 0 0 0;
}

.serch form#searchform {
  margin: 0 0 0px;
  float: left;
}

.serch button.s-bg {
  background: transparent;
  /* border: 1px solid #f3d803; */
  color: #f3d803;
  height: 34px;
  margin-left: -54px;
  position: absolute;
  z-index: 99999999;
  padding: 6px 14px;
}

.serch button.s-bg:hover {
  background: #f1f0ed;
  color: #f3d803;
  height: 36px;
  width: 53px;
}

button.menu_btn {
  float: left;
  padding: 3px 14px;
  margin: 0 6px;
  font-size: 13px;
}

/* Quick Style Setup */
/* Relative Code Starts Here */
#top-nav {
  position: fixed;
}

.nav-menu {
  background: none;
  width: 60px;
  height: 80px;
  top: 0;
  right: 15px;
  -webkit-transition: width 0.2s ease, height 0.4s ease;
  -moz-transition: width 0.2s ease, height 0.4s ease;
  -o-transition: width 0.2s ease, height 0.4s ease;
  transition: width 0.2s ease, height 0.4s ease;
}

.open_l {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 54px;
  left: 0px;
}

.menu-list {
  text-align: left;
  font-family: 'Open Sans', Helvetica;
  font-size: 30px;
  opacity: 0;
  float: left;
  background: #272727;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 100%;
}

.list-open {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.64s ease;
  -webkit-transition-delay: 0.34s;
  -moz-transition-delay: 0.34s;
  -o-transition-delay: 0.34s;
  transition-delay: 0.34s;
}

.menu-list li {
  padding: 3px 41px;
  background: none;
  color: rgba(255, 255, 255, 0.54);
  list-style: none;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}

.menu-list li:hover {
  color: #39D;
  cursor: pointer;
}

li .social-icons:hover {
  background: none;
}

.social-icons {
  margin-top: 20px;
  font-size: 24px;
}

.social-icons a {
  margin: 18px;
  color: #fff;
}

/* Burger */
#burger-wrap {
  position: fixed;
  top: 0;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 80px;
}

.burger {
  position: fixed;
  top: 5px;
  color: #fff;
  left: 15px;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  padding: 6px 9px;
  width: 67px;
  height: 36px;
  /* border-radius: 50%; */
  border-right: 2px double #272727;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: transparent;
}

.burger span {
  display: block;
  position: absolute;
  top: 30px;
  left: 16px;
  right: 16px;
  height: 3px;
  background: #39D;
  border-radius: 15px;
  -webkit-transition: background 0.3s .3s;
  transition: background 0.3s .3s;
  -o-transition: background 0s 0s;
  -webkit-transition-delay: 0.4s,0s;
  transition-delay: 0.4s,0s;
}

.open_l .burger span {
  background: 0 0 transparent;
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -o-transition: all 0s ease;
  -webkit-transition-delay: 0s,0s;
  transition-delay: 0s,0s;
}

.burger span::after,
.burger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #39D;
  content: "";
  border-radius: 5px;
  -webkit-transition-duration: .3s,.3s;
  transition-duration: .3s,.3s;
  -webkit-transition-delay: 0.4s,0s;
  transition-delay: 0.4s,0s;
}

.burger span::before {
  top: -8px;
  -webkit-transition-property: top,-webkit-transform;
  transition-property: top,transform;
}

.burger span::after {
  bottom: -8px;
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform;
}

.open_l .burger span::after,
.open_l .burger span::before {
  -webkit-transition-delay: 0s,.4s;
  transition-delay: 0s,.4s;
  background-color: #fafafa;
}

.open_l .burger span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open_l .burger span::after {
  bottom: 1px;
  /* Fix for codepen, set to zero for normal use */
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-inverse {
  background: #212121;
  float: left;
  width: 100%;
  border-bottom: 1px solid #212121;
}

.burger:hover {
  color: #f3d803;
}

.search_btn {
  color: #f3d803;
  float: right;
  margin: 13px 9px;
}

.dropdown dd, .dropdown dt, .dropdown ul {
  margin: 0px;
  padding: 0px;
}

.dropdown dd ul li a span:first-child, .dropdown dt a span span:first-child {
  background-image: url("https://i.imgur.com/OQiDoZe.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
}

.dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 7.5px;
  white-space: nowrap;
}

.dropdown dt a img {
  position: relative;
  z-index: 1;
}

.dropdown dt a span span:first-child:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}

.dropdown dt a span span {
  display: inline-block;
  padding: 0;
}

.dropdown dt a span span:first-child {
  padding: 0;
}

.dropdown dd {
  position: relative;
}

.dropdown a, .dropdown a:visited {
  color: #4a535f;
  text-decoration: none;
  outline: none;
}

.dropdown a:hover {
  color: #5d4617;
}

.dropdown dt a:hover, .dropdown dt a:focus {
  color: #5d4617;
}

.dropdown dt a {
  position: relative;
  background: #e3e6ef;
  display: block;
  padding-right: 20px;
  overflow: hidden;
  width: 42px;
}

.dropdown dd ul {
  background: #f0f2f7;
  color: #C5C0B0;
  display: none;
  left: 0px;
  padding: 5px 0px;
  position: absolute;
  width: 270px;
  border: 1px solid #ed4267;
  list-style: none;
  max-height: 170px;
  overflow-y: scroll;
  top: 10px;
  z-index: 2;
}

li a {
  font-size: 13px;
}

li a span:nth-child(2) {
  line-height: 2em;
}

.dropdown dd ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown dd ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
      border-radius:10px;*/
}

.dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
  background: blue;
}

.dropdown span.value {
  display: none;
}

.dropdown dd ul li a {
  padding: 5px;
  display: block;
  font-size: 12px !important;
}

.dropdown dd ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

dl.dropdown {
  display: none;
  width: 48px;
  margin: 0px 0 0 1px;
  float: left;
}

dl.dropdown span:nth-child(3) {
  color: rgba(0, 0, 0, 0.4);
}

dl.dropdown > span:nth-child(2) {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

dl.dropdown span:nth-child(3) {
  float: right;
}

dl.dropdown dt span:nth-child(2) {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6em;
}

dl.dropdown dt span:nth-child(3) {
  display: none;
}

.countryFlag {
  padding: 0;
  background-image: url("https://i.imgur.com/OQiDoZe.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  margin-right: 4px;
  width: 16px;
  cursor: pointer;
  white-space: nowrap;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #BFBFC1 #B6B6B6 #969696;
  border-image: none;
  border-radius: 2px 2px 2px 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

.navbar form#searchformz {
  padding: 18px 11px;
  display: none;
}

a.search_btn:hover {
  color: #ffcb60;
}

#searchformz button {
  background: transparent;
  color: #f3d803;
  border: 1px solid;
  height: 37px;
  width: 65px;
}

#searchformz button:hover {
  background: #f3d803;
  color: #fff;
  border: 1px solid #f3d803;
  height: 37px;
}

dl dt p {
  display: none;
}

.dropdown dd ul li a span {
  float: left;
  padding-right: 32px;
}

.serch i.fa {
  font-size: 22px;
}

.serch ul {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
}

.menu_txt {
  float: left;
  padding: 13px 19px;
  margin: 1px 0;
  color: #fff;
}

.latter_p {
  float: left;
  width: 100%;
}

.menu_icon {
  width: 28px;
  float: left;
  margin: 18px 12px 0 0;
}

.serch h3 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.87);
}

.burger i.fa.fa-times {
  display: none;
}

.burger.cross i.fa.fa-times {
  display: block;
}

.burger.cross i.fa.fa-bars {
  display: none;
}

.burger i.fa.fa-bars {
  display: block;
}

button.btn.btn-primary.dropdown-toggle.menu_drop {
  color: #fff;
  background-color: #000;
  text-align: center;
  border: none;
  width: 100%;
  text-decoration: none;
}

.hamburger-slim {
  background: transparent;
  margin: -3px auto 0;
  position: relative;
  height: 26px;
  width: 50px;
}

.hamburger-slim:before, .hamburger-slim:after {
  background: #fff;
  backface-visibility: hidden;
  content: "";
  height: 3px;
  left: 0;
  transition: 0.75s;
  width: 21px;
}

.hamburger-slim:before {
  box-shadow: #fff 0 07px 0 0;
  position: absolute;
  top: 9px;
}

.hamburger-slim:after {
  position: absolute;
  top: calc(100% - 2px);
}

.hamburger-slim.cross:before {
  box-shadow: transparent 0 0 0 0;
  top: 50%;
  transform: rotate(225deg);
}

.hamburger-slim.cross:after {
  top: 50%;
  transform: rotate(315deg);
}

body.home_page {
  overflow-x: hidden;
}

.dropdown .dropdown-toggle {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}

ul.dropdown-menu {
  text-align: center;
}

.collapse ul.navbar-nav {
  text-align: center;
}

button.btn.btn-primary.dropdown-toggle {
  background-color: #000;
  border-color: #000;
}

.desc-wrapper {
  margin: 0 auto;
  margin-bottom: 15px;
  max-height: 120px;
  overflow: hidden;
}

.more-info {
  /* Hide more info to begin with and reveal if text inside desc is too long*/
  display: none;
}

/* Only display 'more' to begin with */
.more-info .less,
.more-info.expand .more {
  display: none;
}

.more-info.expand .less {
  display: inline;
}

/* Misc, just to make things look a bit prettier */
.more-info:focus {
  outline: none;
}

span.glyphicon {
  margin-left: 3px;
}

.home_page #show-more {
  display: none;
}

/* new changes */
.ul-reset {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
}

.droppable {
  position: static;
}

nav > ul > li {
  display: inline-block;
  font-size: 14px;
  padding: 0 15px;
  position: relative;
}

nav > ul > li > a {
  color: rgba(255, 255, 255, 0.65);
  display: block;
  position: relative;
  padding: 20px 0;
  border-bottom: 3px solid transparent;
}

nav > ul > li > a:hover {
  color: #fff;
}

.mega-menu {
  background: #dedede;
  left: 300px;
  position: absolute;
  text-align: left;
  width: 20%;
  top: 54px;
}

.mega-menu ul {
  float: left;
  margin-bottom: 20px;
  margin-right: 40px;
  width: 205px;
}

.mega-menu a {
  border-bottom: 1px solid #ddd;
  color: #4ea3d8;
  display: block;
  padding: 10px 0;
}

.navbar-header .navbar-toggle {
  position: relative;
  float: left;
  padding: 0px 10px 0 15px;
  margin-top: 18px;
  margin-right: 0;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.static .show {
  display: none !important;
}

.static .collapse.in {
  display: block !important;
}

.card-header {
  float: left;
  width: 100%;
  margin: 1px 0;
}

.nav-menu {
  display: none;
}

.nav-menu.open_l {
  display: block;
}

nav.middle_menu > ul > li > a {
  padding: 17px 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

nav.middle_menu > ul > li > a:hover {
  color: #ffc928;
}

nav .middle_menu > ul > li {
  display: inline-block;
  font-size: 14px;
  padding: 0 31px;
}

.middle_menu .ul-reset .top_m {
  margin-left: 73px;
}

.arrco {
  margin-top: 145px;
}

button:hover, button:focus, .button:hover, .button:visited {
  outline: none !important;
}

.modal-content {
  float: left;
  width: 100%;
  background-color: #171616;
  border: 2px solid #f9c01c;
  border-radius: 2px !important;
}

.modal-header {
  padding: 5px 7px;
  border-bottom: 1px solid #3a3a3a;
  height: 30px;
}

.vid-player {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  margin-bottom: 20px;
}

.player-top {
  width: 100%;
  height: 100%;
  top: 0;
  padding-top: 56%;
}

.vid-player iframe {
  width: 100%;
  float: left;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  margin-bottom: 20px;
}

ul.ul-reset.top_m {
  margin-left: 59px;
}

form#searchform_desc {
  float: left;
  overflow: hidden;
  position: relative;
}

ul.footer_s {
  list-style: none;
  padding: 0px;
  margin: 0 0 36px 0;
  font-size: 13px;
}

.footer {
  background: #272727;
  float: left;
  width: 100%;
}

.footer li {
  color: rgba(255, 255, 255, 0.67);
  font-weight: 200;
}

.footer li a {
  color: rgba(255, 255, 255, 0.67);
  font-weight: 200;
}

.footer a i.fa {
  color: #212121;
  font-weight: 200;
}

.footer .btn-primary {
  color: #000;
  background-color: #f3d803;
  border-color: #f3d803;
}

.footer .form-control {
  padding: 0px 9px;
  height: 34px;
}

.video .owl-nav i.fa {
  color: #000;
  font-size: 23px;
}

.footer h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 100;
  margin: 20px 0px;
  min-height: 27px;
}

.tele {
  width: 443px;
  text-align: center;
  margin: 0 auto;
  min-height: 200px;
}

.tele-in {
  width: 100%;
  display: block;
  float: left;
  background-image: url(https://tweetuni.com/test/wp-content/uploads/2017/06/aaa.jpg);
  background-size: cover;
  position: relative;
}

button.tel-bt {
  float: left;
  margin: 11px 0px 0px 15px;
  border-radius: 2px;
  padding: 10px 20px;
  font-size: 14px;
  background: #f9c01c;
  font-weight: 700;
}

.tele h3 {
  float: left;
  margin: 12px 10px;
  font-size: 21px;
  font-weight: 500;
}

.i4ewOd-pzNkMb-haAclf {
  display: none !important;
}

.footer_end a {
  margin: 10px 10px;
  color: rgba(255, 255, 255, 0.24);
  font-size: 11px;
}

.footer_txt p {
  margin: 11px 0;
  color: #fff;
  font-size: 12px;
}

.tele-in input.subscribe {
  outline: none;
  background: #eeeeee;
  padding: 7px;
  border: none;
  font-size: 14px;
  color: #212121;
  width: 250px;
  z-index: 111;
  float: left;
  position: relative;
  margin: 11px 0;
  border-radius: 2px;
}

.subscr {
  position: inherit;
  text-align: center;
  float: left;
  width: 100%;
}

.subscr h2 {
  margin-bottom: 0px;
  color: #f9c01c;
}

.f_logo img {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}

.social {
  float: left;
  background-color: #fff;
  border-radius: 50%;
  width: 25px;
  text-align: center;
  margin: 0 2px;
}

.tele-in2 {
  width: 100%;
  display: block;
  float: left;
  background-color: #000000;
}

.footer_end.text-center {
  float: left;
  width: 100%;
  margin: 5px 0;
}

.w3layouts_register_left {
  margin: 4.5em 0 0;
}

.w3layouts_register_left h3 {
  font-size: 2.5em;
  color: #fff;
}

.w3layouts_register_left h3 span {
  color: #f9c01c;
}

.w3layouts_register_left p {
  margin: 2em 0 0;
  color: #fff;
  line-height: 2em;
}

.w3layouts_register_right form {
  width: 100%;
  padding: 2em;
  background: #fff;
}

.w3layouts_register_right input[type="text"] {
  outline: none;
  background: #eeeeee;
  padding: 12px;
  border: none;
  font-size: 14px;
  color: #212121;
  width: 100%;
}

.w3layouts_register_right input[type="text"]:nth-child(2) {
  margin: 1.5em 0 0;
}

.w3layouts_register_right input[type="email"] {
  outline: none;
  background: #eee;
  padding: 12px;
  border: none;
  font-size: 14px;
  color: #212121;
  width: 100%;
  margin: 1.5em 0;
}

.w3layouts_register_right input[type="submit"] {
  outline: none;
  background: #f9c01c;
  padding: 12px 0;
  border: none;
  font-size: 1em;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  margin: 1.5em 0 0;
}

.w3layouts_register_right input[type="submit"]:hover {
  background: rgba(249, 192, 28, 0.87);
}

.w3ls_banner_bottom_left {
  padding: 5em 0;
}

.testimonials {
  padding: 5em 0;
}

.courses {
  padding: 5em 0;
}

.stats-bottom-banner {
  padding: 5em 0;
}

.services-bottom {
  padding: 5em 0;
}

.background {
  background: url("https://www.stagesmash.com/testing/img/back.jpg") repeat;
  background-size: 100% auto;
  position: fixed;
  width: 100%;
  height: 300%;
  top: 0;
  left: 0;
  z-index: -1;
}

.wrapper {
  padding: 10px;
  margin: 20px auto;
}

.slogan {
  position: fixed;
  display: block;
  top: 700px;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background: #222;
}

.sloganTitle {
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  color: #fff;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
}

.w3layouts_register_left h3 {
  font-size: 2.5em;
  color: #fff;
  margin: 0;
}

.perralx-content .wr_cover.wrapper::before {
  background: none;
  float: left;
  width: 100%;
  position: absolute;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
}

.counter {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  padding: 7px 2px 0px 11px;
  display: inline-block;
}

.static {
  background: #ffffff;
  width: 100%;
  margin-top: -146px;
}

.overly {
  float: left;
}

.overly .fa {
  color: #f3d803;
  font-size: 38px;
  margin-top: 17px;
  text-align: center;
}

.overly-in {
  float: left;
}

.overly-in .fa {
  color: #f3d803;
  font-size: 38px;
  margin-top: 17px;
  text-align: center;
}

.co_txt {
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 21px;
  padding: 3px 0;
  font-weight: 400;
}

.co_txt_t {
  color: #424242;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 21px;
  padding: 19px 13px;
  font-weight: 400;
}

.static .col-md-3 {
  overflow: hidden;
  margin-bottom: 20px;
  height: 210px;
}

.sl_up {
  padding: 11px 10px;
}

.sl_up img {
  width: 100%;
  float: left;
}

.overly {
  position: absolute;
  bottom: 0px;
  float: left;
  color: #000;
  background: #f9c01c;
  width: 89%;
  transition: height 1s;
  height: 56px;
}

.overly h1 {
  margin: 0px 20px;
}

.overly:hover {
  height: 171px;
  margin-top: 15px;
}

.inn {
  text-align: center;
  margin-top: 25px;
}

.overly-in {
  position: absolute;
  bottom: 0px;
  float: left;
  color: #000;
  background: #f9c01c;
  width: 252px;
  transition: height 1s;
  height: 60px;
}

.overly-in:hover {
  height: 171px;
  margin-top: 15px;
}

article.wr_cover.wrapper {
  position: relative;
  margin: 0 auto;
}

.wr_cover.wrapper::before {
  background: rgba(0, 0, 0, 0.76);
  float: left;
  width: 100%;
  position: absolute;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
}

.txt_k {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  height: 24px;
  display: inline-block;
}

.box1 {
  float: left;
  width: 100%;
  height: 41px;
  margin-top: -12px;
  padding-left: 1px;
  text-align: center;
}

.box2 {
  float: left;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 3px 10px;
}

.out_box {
  bottom: 0px;
  float: left;
  color: #000;
  background: #f9c01c;
  height: 62px;
  position: static;
  width: 100% !important;
  margin: 0 0 4px 0;
  padding: 6px 0 0 0;
}

.card-block {
  background: #fff;
  padding: 10px 10px;
  float: left;
}

.static #accordion {
  margin: 17px 0;
  float: left;
  width: 100%;
}

.registerq .card-header {
  text-align: center;
}

a.reg_n {
  width: 200px;
  background: #f9c01c;
  padding: 9px 51px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: bolder;
  color: #fff;
}

.registerq .card-block {
  width: 100%;
  margin-top: 7px;
}

.box2 p {
  font-size: 14px;
  line-height: 18px;
}

.section-title {
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #FFF;
}

.section-title h2 {
  margin-bottom: 0px;
  font-size: 38px;
  color: #383838;
  font-weight: 400;
}

.section-title p {
  margin-bottom: 0px;
  color: #b5b0b0;
  font-size: 17px;
}

.event {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
  float: left;
  width: 100%;
  background: #F5F5F5;
}

.event h4 a {
  font-weight: normal;
  text-transform: uppercase;
}

.event .event-thumb {
  position: relative;
  padding-right: 0;
}

.event-data {
  padding-top: 15px;
  padding-bottom: 15px;
}

.eventz.row {
  max-width: 1170px;
  padding: 0 6px;
  width: 100%;
}

#demos .owl-carousel .item h4 {
  margin-bottom: 0px;
}

a {
  color: #000;
}

.eventq {
  background-color: #f7f7f7;
}

.eventq p {
  margin-bottom: 4px;
  min-height: 210px;
}

.eventq .event-data {
  max-height: 302px;
}

.bordered-dark {
  background-color: #f9c01c !important;
  color: #ffffff !important;
  border-radius: 2px !important;
}

.bordered-dark:hover {
  background-color: #f3d01c !important;
  border-color: #d6a900 !important;
  color: #FFF !important;
}

.medium-4.small-12.columns.event-thumb {
  padding: 0;
}

.eventz .eventq a.button.primary.bordered-dark {
  margin: 1.5rem 0 0 0;
  padding: 5px 15px 9px 15px;
  font-weight: 400;
}

.eventz .owl-nav .owl-next {
  font-size: 19px;
  border: 1px solid;
  width: 25px;
  height: 27px;
  display: table;
  text-align: center;
  position: absolute;
  top: 46%;
  margin-top: -5.5px !important;
  right: -15px;
  padding: 0 0 !important;
}

.eventz .owl-nav i.fa {
  color: #9c9c9c;
  font-size: 50px;
}

.eventz .owl-nav .owl-prev {
  font-size: 19px;
  border: 1px solid;
  width: 25px;
  height: 27px;
  display: table;
  text-align: center;
  position: absolute;
  top: 46%;
  margin-top: -5.5px !important;
  left: -15px;
  padding: 0 0 !important;
}

.eventz .owl-dots {
  display: none;
}

.news-conten #demos .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: -25px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  border: none;
  background: none;
  top: 250px;
}

.eventy {
  float: left;
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}

.e-logos .item:hover img {
  transform: none;
}

section#flags {
  background: #fff;
}

#flags .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: -25px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  border: none;
  background: none;
  top: 49px;
}

section#flags {
  background: #fff;
  float: left;
  width: 100%;
  padding: 38px 0px 0;
}

#demos .owl-theme .owl-nav [class*=owl-] {
  color: transparent;
  font-size: 14px;
  margin: -36px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  top: -7px;
  background: none;
}

.news-conten .item {
  width: 346px;
}

.eventz .owl-nav i.fa {
  color: #e2e2e2;
  font-size: 50px;
}

.eventz .owl-nav i.fa:hover {
  color: #f9c01c;
}

.news-conten section#demos {
  background: #F5F5F5;
}

.about-conten {
  background: #fff;
  padding-bottom: 10px;
}

.ab_img {
  float: left;
  padding: 5px 23px;
}

.ab_img img {
  width: 44px;
}

.full-screen .abt_img {
  float: none;
}

.full-screen .abt_img img {
  width: 105px;
}

.ab_content {
  margin: 12px 0 0 0;
  float: left;
  min-height: 153px;
}

.ab_content h5 {
  margin: 0px;
  color: #212121;
  font-weight: 600;
  font-family: "Open Sans";
  padding: 12px 0 5px 0;
  font-size: 22px;
}

.ab_text {
  padding-left: 88px;
  text-align: justify;
}

section#demos {
  background: #fff;
  width: 100%;
}

.abt_img {
  margin: 40px 0;
}

.ab_content_r {
  margin: 12px 0 0 0;
  float: right;
}

.ab_content_r .ab_img {
  float: right;
  padding: 8px 22px;
}

.ab_content_r h5 {
  margin: 0px;
}

.ab_content_r .ab_text {
  padding-right: 88px;
  text-align: right;
  padding-left: 125px;
}

.about-conten h3 {
  margin: 0 0 40px 0;
  color: #616161;
  font-size: 22px;
}

.about-conten h2 {
  margin: 30px 0 0;
  color: #212121;
}

.about-conten p {
  color: #757575;
  margin: 0 0 40px 0;
  line-height: 32px;
  text-align: justify;
}

.about-conten .ab_text p {
  color: #757575;
  margin: 0 0 0px 0;
  line-height: 22px;
  font-size: 15px;
}
 
.full-screen .ab_img {
  float: none;
}

.news-conten {
  float: left;
  width: 100%;
  background: #F5F5F5;
  text-align: center;
}

.new_p {
  margin-bottom: 15px;
}

p.news_dec {
  min-height: 250px;
  background: rgba(206, 206, 206, 0.48);
}

.news_dec {
  background: #fff;
  text-align: center;
  padding: 2px 13px 39px 13px;
}

a.button.primary.bordered-dark {
  margin: 0.5rem 0 0 0;
  padding: 2px 11px 39px 11px;
}

.sub-conten {
  float: left;
  width: 100%;
  background: #f9c01c;
}

.sub-conten h1 {
  margin: 0px;
  color: #f3d803;
}

.sub-conten h4 {
  margin: 0px;
}

.sub-conten .col-md-12 {
  padding: 0px;
}

.sub-conten .c_search-1 {
  background-color: #964ba8;
  z-index: 99;
  padding: 9px 49px;
  text-align: center;
}

.sub-conten .c_search-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  right: -37px;
  transform: skewX(29deg);
  background: #964ba8;
}

.sub-conten .c_search-2 {
  background-color: #9261aa;
  padding: 11.5px 82px;
}

.sub-conten form {
  padding: 22px 0 55px 0;
}

.sub-conten input#s {
  width: 50%;
  margin: 0px 5px;
  float: left;
}

.sub-conten select {
  color: #b9b9b9;
  font-weight: 400;
}

.sub-conten .btn-info {
  color: #b9b9b9 !important;
  font-weight: 400;
}

select#product_cat {
  width: 80%;
  float: left;
  margin: 0 6px;
  border-radius: 2px;
  padding: 8px 17px;
}

button.s-bg {
  padding: 9px 14px;
}

form#searchform {
  margin: 0 0 8px;
}

.sub-conten button.s-bg {
  background: #fff;
  width: 80%;
  color: #f9c01c;
  border-radius: 2px;
}

.news_dec .bordered-dark {
  width: 170px;
}

/* Tomorrow Theme */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
.prettyprint {
  background: white;
  font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 10px;
}

.pln {
  color: #4d4d4c;
}

@media screen {
  .str {
    color: #718c00;
  }
  .kwd {
    color: #8959a8;
  }
  .com {
    color: #8e908c;
  }
  .typ {
    color: #4271ae;
  }
  .lit {
    color: #f5871f;
  }
  .pun {
    color: #4d4d4c;
  }
  .opn {
    color: #4d4d4c;
  }
  .clo {
    color: #4d4d4c;
  }
  .tag {
    color: #c82829;
  }
  .atn {
    color: #f5871f;
  }
  .atv {
    color: #3e999f;
  }
  .dec {
    color: #f5871f;
  }
  .var {
    color: #c82829;
  }
  .fun {
    color: #4271ae;
  }
}

@media print, projection {
  .str {
    color: #006600;
  }
  .kwd {
    color: #006;
    font-weight: bold;
  }
  .com {
    color: #600;
    font-style: italic;
  }
  .typ {
    color: #404;
    font-weight: bold;
  }
  .lit {
    color: #004444;
  }
  .pun, .opn, .clo {
    color: #444400;
  }
  .tag {
    color: #006;
    font-weight: bold;
  }
  .atn {
    color: #440044;
  }
  .atv {
    color: #006600;
  }
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}

/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  /* */
}

/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  /* */
}

.dropdown-menu > li > a {
  text-align: left;
}

.sub-conten .btn-info {
  background-color: #ffffff;
  border-color: transparent;
  width: 92%;
  border-radius: 2px;
  padding: 7px 19px;
  font-size: 14px;
}

.sub-conten .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-infoo:hover {
  color: #000;
  background-color: #ffffff;
  border-color: #000;
  width: 83%;
}

.sub-conten .open > .dropdown-toggle.btn-info {
  color: #000000;
  border-color: #fff;
  background-color: #fff;
}

.sub-conten span.caret {
  float: right;
  margin: 8px 0px;
}

.sub-conten .form-group span:first-child {
  float: left;
  margin-left: -16px;
}

.flagstrap-icon {
  margin-right: 0px !important;
}

#demos .item img {
  transform: none;
}

#demos .item:hover img {
  transform: none !important;
}

.scroll_box {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 4px;
}

.in_new_txt h3 {
  font-size: 20px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 5px;
}

.in_eve_txt h3 {
  font-size: 20px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  margin: 0 0 10px 0;
}

.in_new_txt {
  padding: 15px 38px;
  text-align: center;
  background-color: #fff;
}

.in_eve_txt {
  margin-left: 100px;
  padding-right: 10px;
  text-align: justify;
}

.news_txt img {
  float: left;
  margin-bottom: 20px;
}

.linq {
  padding-bottom: 10px;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  margin: 0px 0 20px 0;
}

.nes_sec {
  text-align: center;
  background-color: #eee;
  padding: 0px;
  float: left;
  width: 100%;
}

.news-conten h2 {
  margin: 31px 0 0px 0;
}

.news-conten .owl-item {
  box-shadow: 0px 1px 7px 0px #e6e6e6;
}

.news-conten .news_dec {
  min-height: 423px;
  float: left;
}

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 60px;
  min-height: 425px;
}

#quote-carousel .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carousel .carousel-indicators {
  position: relative;
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
  margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  transition: all .4s ease-in;
  vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
  width: 128px;
  height: 128px;
  opacity: 1;
  transition: all .2s;
}

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
}

.item blockquote p:after {
  content: "\f10e";
  font-family: 'Fontawesome';
  float: right;
  margin-right: 10px;
}

.testimoniales {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

.testimoniales:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.74);
}

.testimoniales blockquote p {
  color: #fff;
}

.testimoniales #quote-carousel .carousel-control i.fa {
  color: #fff;
  font-size: 13px;
  display: none;
}

.testim {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  margin: 35px 7px 10px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #f9c01c;
}

figcaption {
  padding: 13% 10% 12%;
}

figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #f9c01c;
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.testim_p {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
  font-size: 13px;
}

figcaption h3 {
  color: #3c3c3c;
  font-size: 17px;
  font-weight: 300;
  line-height: 19px;
  text-align: left;
  padding: 2px 72px;
  margin: 0;
}

figcaption h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
  text-align: left;
  padding-left: 72px;
  font-size: 16px;
  color: rgba(8, 8, 0, 0.8);
}

.testimoniales .item:hover .testim img {
  transform: none;
}

.testimoniales .item .testim img {
  border-radius: 50%;
  width: 64px;
  float: left;
}

.testimoniales #demos .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: -10px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  top: 165px;
  background: none;
  border: none;
}

.testimoniales #demos .owl-carousel {
  margin: 0rem 0;
}

.testimoniales section#demos {
  background: #5f5f5f;
  min-width: 300px;
}

.testimoniales .item blockquote {
  background-color: transparent;
}

.testimoniales #demos .owl-carousel .item h4 {
  color: #343434;
}

#demos .owl-carousel .item {
  background: none;
}

.testimoniales .testim {
  width: 92%;
}

.video {
  float: left;
  width: 100%;
  background: #fff;
}

.vid_in {
  width: 500px;
  padding: 12px;
  margin-left: 60px;
}

.vidz {
  padding: 0;
  margin: 50px 0;
  overflow: hidden;
  cursor: pointer;
  background: rgba(110, 110, 110, 0.64);
}

.vidzm {
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  margin: 19px 0;
}

.vidz img {
  width: 100%;
  max-width: 500px;
  height: auto;
  overflow: hidden;
  transition-timing-function: ease-in;
  transition: 1.5s;
}

.vidz img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -moz-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  transition-timing-function: ease-in;
  transition: 1.5s;
}

.jssora02l, .jssora02r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url("img/a02.png") no-repeat;
  overflow: hidden;
}

.jssora02l {
  background-position: -3px -33px;
}

.jssora02r {
  background-position: -63px -33px;
}

.jssora02l:hover {
  background-position: -123px -33px;
}

.jssora02r:hover {
  background-position: -183px -33px;
}

.jssora02l.jssora02ldn {
  background-position: -3px -33px;
}

.jssora02r.jssora02rdn {
  background-position: -63px -33px;
}

.jssora02l.jssora02lds {
  background-position: -3px -33px;
  opacity: .3;
  pointer-events: none;
}

.jssora02r.jssora02rds {
  background-position: -63px -33px;
  opacity: .3;
  pointer-events: none;
}

.jssort11 .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 69px;
  background: #181818;
}

.jssort11 .tp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.jssort11 .i,
.jssort11 .pav:hover .i {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 200px;
  height: auto;
}

* html .jssort11 .i {
  width: 62px;
  height: 32px;
}

.jssort11 .pav .i {
  border: white 1px solid;
}

.jssort11 .t,
.jssort11 .pav:hover .t {
  position: absolute;
  top: 3px;
  left: 68px;
  width: 129px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fc9835;
  font-size: 13px;
  font-weight: 700;
}

.jssort11 .pav .t,
.jssort11 .p:hover .t {
  color: #fff;
}

.jssort11 .c,
.jssort11 .pav:hover .c {
  position: absolute;
  top: 38px;
  left: 3px;
  width: 194px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  overflow: hidden;
}

.jssort11 .pav .c,
.jssort11 .p:hover .c {
  color: #fc9835;
}

.jssort11 .t,
.jssort11 .c {
  transition: color 2s;
  -moz-transition: color 2s;
  -webkit-transition: color 2s;
  -o-transition: color 2s;
}

.jssort11 .p:hover .t,
.jssort11 .pav:hover .t,
.jssort11 .p:hover .c,
.jssort11 .pav:hover .c {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.jssort11 .p:hover,
.jssort11 .pav:hover {
  background: #333;
}

.jssort11 .pav,
.jssort11 .p.pdn {
  background: #462300;
}

.video .section-title h2 {
  margin: 45px 0;
}

#demos .owl-carousel {
  margin: 0;
}

/* jssor slider arrow navigator skin 10 css */
/*
.jssora10l                  (normal)
.jssora10r                  (normal)
.jssora10l:hover            (normal mouseover)
.jssora10r:hover            (normal mouseover)
.jssora10l.jssora10ldn      (mousedown)
.jssora10r.jssora10rdn      (mousedown)
.jssora10l.jssora10lds      (disabled)
.jssora10r.jssora10rds      (disabled)
*/
.jssora10l,
.jssora10r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 28px;
  height: 40px;
  cursor: pointer;
  background: url("http://www.stagesmash.com/testing/img/a10.png") no-repeat;
  overflow: hidden;
}

.jssora10l {
  background-position: -16px -39px;
}

.jssora10r {
  background-position: -76px -39px;
}

.jssora10l:hover {
  background-position: -136px -39px;
}

.jssora10r:hover {
  background-position: -196px -39px;
}

.jssora10l.jssora10ldn {
  background-position: -256px -39px;
}

.jssora10r.jssora10rdn {
  background-position: -316px -39px;
}

.jssora10l.jssora10lds {
  background-position: -16px -39px;
  opacity: .3;
  pointer-events: none;
}

.jssora10r.jssora10rds {
  background-position: -76px -39px;
  opacity: .3;
  pointer-events: none;
}

/* jssor slider thumbnail navigator skin 01 css */
/*.jssort01-150-150 .p            (normal).jssort01-150-150 .p:hover      (normal mouseover).jssort01-150-150 .p.pav        (active).jssort01-150-150 .p.pdn        (mousedown)*/
.jssort01-150-150 .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}

.jssort01-150-150 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.jssort01-150-150 .w {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.jssort01-150-150 .c {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 146px;
  height: 146px;
  border: #000 2px solid;
  box-sizing: content-box;
  background: url("http://www.stagesmash.com/testing/img/t01.png") -800px -800px no-repeat;
  _background: none;
}

.jssort01-150-150 .pav .c {
  top: 2px;
  _top: 0px;
  left: 2px;
  _left: 0px;
  width: 146px;
  height: 146px;
  border: #000 0px solid;
  _border: #fff 2px solid;
  background-position: 50% 50%;
}

.jssort01-150-150 .p:hover .c {
  top: 0px;
  left: 0px;
  width: 148px;
  height: 148px;
  border: #fff 1px solid;
  background-position: 50% 50%;
}

.jssort01-150-150 .p.pdn .c {
  background-position: 50% 50%;
  width: 146px;
  height: 146px;
  border: #000 2px solid;
}

* html .jssort01-150-150 .c,
* html .jssort01-150-150 .pdn .c,
* html .jssort01-150-150 .pav .c {
  /* ie quirks mode adjust */
  width: 150px;
  height: 150px;
}

.about_page .space {
  float: left;
  width: 100%;
  height: 17%;
}

.text-block1 {
  text-align: center;
}

.ch_message {
  width: 100%;
}

.messag {
  text-align: center;
}

.messag h3 {
  margin: 30px;
  color: #000;
}

.messag p {
  text-align: justify;
  font-size: 14px;
}

.about_page h2 {
  margin-bottom: 30px;
}

.about_page .col-md-6 p {
  text-align: justify;
}

.speciality .col-md-2 img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0.6;
  margin: 0 auto;
  width: 100px;
}

.speciality .col-md-2:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.speciality .modal-content {
  width: 310px;
  text-align: center;
}

.speciality
.modal-dialog {
  width: 310px;
}

.about_page {
  background: #FAFAFA;
}

.full-screen .mes_block h4 {
  color: rgba(0, 0, 0, 0.57);
  margin-top: -8px;
  margin-bottom: 19px;
}

.full-screen .ab_text h5 {
  color: #000;
  text-align: left;
  font-family: "Open Sans";
}

.full-screen .ab_text p {
  padding: 0;
  margin-bottom: 45px;
}



.full-screen .middle .ab_content {
  min-height: 359px;
}

.full-screen .ab_img {
  padding: 20px 23px;
}

.student_review #quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

.student_review #quote-carousel .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

.student_review #quote-carousel .carousel-control.left {
  left: -60px;
}

.student_review #quote-carousel .carousel-control.right {
  right: -60px;
}

.student_review #quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

.student_review #quote-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  margin: 49px 8px;
  cursor: pointer;
  border: 3px solid #dedede;
  border-radius: 50px;
  opacity: 0.4;
  overflow: hidden;
  transition: all 0.6s;
}

.student_review #quote-carousel .carousel-indicators .active {
  background: #333333;
  width: 90px;
  height: 90px;
  border-radius: 100px;
  border-color: #a0a0a0;
  opacity: 1;
  overflow: hidden;
}

.student_review .carousel-inner {
  min-height: 220px;
  border-bottom: 4px solid #a0a0a0;
}

.student_review .item blockquote {
  border-left: none;
  margin: 0;
}

.student_review .item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
}

.student_review .item blockquote p:after {
  content: "\f10e";
  font-family: 'Fontawesome';
  float: right;
  margin-right: 10px;
}

.student_review .image-testimonial-slider-arrow {
  display: block;
  width: 0px;
  height: 0px;
  border-top: 15px solid #a0a0a0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  margin: 0 auto;
}

.testi {
  padding: 17px 20px;
  background: #f3d803;
  text-align: justify;
  margin-bottom: -1px;
  margin-top: 30px;
  float: left;
  box-shadow: 0px 1px 7px 0px #e6e6e6;
  min-height: 160px;
  font-size: 14px;
  color: #000;
  min-width: 340px;
}

.testi_2 {
  width: 80px;
  height: 104px;
  cursor: pointer;
  border: 3px solid #dedede;
  border-radius: 6px;
  opacity: 1;
  overflow: hidden;
  transition: all 0.6s;
  float: left;
  margin: 0 10px 9px 6px;
}

.image-slider-arrow {
  display: block;
  width: 0px;
  height: 0px;
  border-top: 15px solid #f3d803;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  margin: auto 20px;
  float: right;
}

p.testi:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
  color: rgba(85, 85, 85, 0.68);
}

p.testi:after {
  content: "\f10e";
  font-family: 'Fontawesome';
  float: right;
  margin-right: 10px;
  color: rgba(85, 85, 85, 0.68);
}

.commenz {
  float: left;
  width: 100%;
  margin: 11px 0;
  font-size: 14px;
  min-height: 120px;
}

.testimonialz {
  background: url(https://tweetuni.com/test/wp-content/uploads/2017/06/students-review.jpg) no-repeat;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 448px;
  background-size: contain;
}

.testimonialz .carousel p {
  color: #fff;
}

.tes_img {
  width: 100px;
  height: 100px;
  cursor: pointer;
  border: 3px solid #696969;
  border-radius: 50px;
  overflow: hidden;
  margin: 34px auto;
}

#content {
  background: #F6F6F6;
  padding: 20px;
  font-family: Sans-Serif;
  font-size: 18px;
  color: #444;
  margin: 0 auto;
  max-height: 3486px;
  overflow: hidden;
  transition: max-height 0.7s;
}

#content.open {
  max-height: 10000px;
  transition: max-height 0.7s;
}

#show-more {
  width: 20%;
  background: #888888;
  color: #fff;
  font-family: sans-serif;
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 15px;
  margin: 10px auto;
}

#show-more:hover {
  background: #565656;
  color: #fff;
  text-decoration: none;
}

.banner {
  float: left;
  width: 100%;
}

.get_advice .s-services {
  margin: 0px auto;
}

.get_advice .owl-theme .owl-nav [class*=owl-] {
  margin: -16px;
}

.wrap {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  background-color: #FBC02D;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.panel-body {
  background: #fff;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}

/* #bs-collapse icon scale option */
.panel-heading a:before {
  content: '\f078';
  position: absolute;
  font-family: FontAwesome;
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: '\f077';
  font-family: FontAwesome;
  transform: scale(1);
  transition: all 0.5s;
}

/* #accordion rotate icon option */
#accordion .panel-heading a:before {
  content: '\e316';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}

#bs-collapse {
  position: relative;
  z-index: 999;
}

#bs-collapse .panel {
  padding: 6px;
}

.accrcod_back {
  background-image: url(http://www.stagesmash.com/testing/img/back.jpg);
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

.accrcod_back:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #eee;
  left: 0;
  top: 0;
}

.get_advice .eventq {
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
}

.get_advice .container ul {
  margin: 0px;
  line-height: 30px;
}

.std_itm ul {
  list-style: none;
  padding: 0;
}

.std_itm li {
  padding-left: 1.3em;
  min-height: 54px;
}

.std_itm li:before {
  content: "\f0a3";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -2em;
  width: 2em;
  color: #fbc02d;
}

.sec_div img {
  max-width: 325px;
}

.sec_div th {
  background-color: rgba(0, 0, 0, 0.21);
}

.sec_div .table > tbody > tr > td {
  border: none;
  padding: 11px 20px;
}

.sec_div td img {
  min-width: 33px;
  padding-right: 10px;
}

.sec_div h3 {
  font-size: 20px;
  font-weight: 600;
}

.table > tbody > tr > th {
  padding-left: 22px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ul {
  background: #f5f5f5;
  padding: 50px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #cfcfcf;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #f69d26;
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #fff transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fff;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #f9c01c;
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ul li::after {
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #cfcfcf;
}

.timeline ul li div {
  transform: none;
  visibility: visible;
  opacity: 1;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.64);
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #f69d26 transparent transparent;
  }
}

.nav.nav-tabs li a {
  background: #f69d26;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #c77200;
  border-bottom: none;
  font-weight: 600;
}

.nav.nav-tabs li.active a {
  padding-bottom: 15px;
  margin-top: -10px;
  background: #fff;
  color: #444;
  text-decoration: none;
  border-top: 5px solid #f69d26;
  font-size: 14px;
  text-transform: capitalize;
}

body.about_page_new {
  overflow-x: hidden;
}

.f_sec {
  font-size: 15px;
  text-align: justify;
  line-height: 30px;
}

.feature_posts_grid {
  position: relative;
  margin: 0 -15px;
}

.slider {
  width: 600px;
  max-width: 100%;
  height: 366px;
  margin: 0 auto;
  position: relative;
  background: #eee;
}

.slider__inner {
  position: relative;
  margin: 0 auto;
  padding-top: 50%;
  overflow: hidden;
  background: #ddd;
}

.slider__slides {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 400%;
  height: 100%;
  overflow-y: hidden;
  transition: margin-left 0.4s;
}

.slider__slide {
  display: block;
  float: left;
  position: relative;
  width: 25%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
}

.slider__slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.slider__radiobox-label {
  display: block;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

.slider__radiobox-label--item {
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px;
  border-radius: 50%;
  background: black;
  opacity: 0.3;
  transition: opacity 0.2s;
}

.slider__radiobox-label--item:hover {
  opacity: 0.5;
}

.slider__radiobox-label--item--1 {
  margin-left: -36px;
}

.slider__radiobox-label--item--2 {
  margin-left: -12px;
}

.slider__radiobox-label--item--3 {
  margin-left: 12px;
}

.slider__radiobox-label--item--4 {
  margin-left: 36px;
}

.slider__radiobox-label--prev, .slider__radiobox-label--next {
  display: none;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  border: 10px solid black;
  border-top-color: transparent;
  border-bottom-color: transparent;
  opacity: 0;
  transition: left 0.2s, right 0.2s, opacity 0.2s;
}

.slider__radiobox-label--prev {
  left: -6%;
  border-left: 0;
  border-right-width: 17px;
}

.slider__radiobox-label--next {
  right: -6%;
  border-right: 0;
  border-left-width: 17px;
}

.slider__radiobox {
  display: none;
}

.slider__radiobox--1:checked ~ .slider__slides {
  margin-left: 0;
}

.slider__radiobox--2:checked ~ .slider__slides {
  margin-left: -100%;
}

.slider__radiobox--3:checked ~ .slider__slides {
  margin-left: -200%;
}

.slider__radiobox--4:checked ~ .slider__slides {
  margin-left: -300%;
}

.slider__radiobox--1:checked + .slider__radiobox-label--item--1,
.slider__radiobox--2:checked + .slider__radiobox-label--item--2,
.slider__radiobox--3:checked + .slider__radiobox-label--item--3,
.slider__radiobox--4:checked + .slider__radiobox-label--item--4 {
  opacity: 1;
}

.slider__radiobox--1:checked ~ .slider__radiobox-label--prev--4,
.slider__radiobox--1:checked ~ .slider__radiobox-label--next--2,
.slider__radiobox--2:checked ~ .slider__radiobox-label--prev--1,
.slider__radiobox--2:checked ~ .slider__radiobox-label--next--3,
.slider__radiobox--3:checked ~ .slider__radiobox-label--prev--2,
.slider__radiobox--3:checked ~ .slider__radiobox-label--next--4,
.slider__radiobox--4:checked ~ .slider__radiobox-label--prev--3,
.slider__radiobox--4:checked ~ .slider__radiobox-label--next--1 {
  display: block;
}

.slider:hover .slider__radiobox-label--prev,
.slider:hover .slider__radiobox-label--next {
  opacity: 1;
}

.slider:hover .slider__radiobox-label--prev {
  left: 6%;
}

.slider:hover .slider__radiobox-label--next {
  right: 6%;
}

.innovation .space {
  height: 10%;
}

.slider__inner {
  position: relative;
  margin: 0 auto;
  padding-top: 66.5%;
  overflow: hidden;
  background: #ddd;
}

.innovation .col-xs-12.col-md-6.col-sm-6.col-lg-3 {
  padding: 0px;
}

.innovation .col-xs-12.col-md-6.col-sm-6.col-lg-6 {
  padding: 0px;
}

.innovation .col-xs-12.col-sm-12 {
  padding: 10px;
}

.item img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.5s;
}

.item {
  position: relative;
  overflow: hidden;
}

.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.new_block {
  margin: 35px 0 0 -20px;
  text-align: center;
  background: #ffffff;
  padding: 10px;
  float: left;
}

img.innv_img {
  width: 94%;
  float: left;
  margin: 5.2px 15px;
}

.small_innv {
  margin: 14px 0px 1px 0px;
  float: left;
  font-size: 12px;
  font-weight: 800;
  width: 100%;
  background-color: #fff;
  padding: 10px 1px;
}

.d_messg {
  text-align: justify;
  float: left;
  padding: 6px 28px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #ffffff;
  margin: 13px 1px 0 -20px;
}

img.D_pic {
  float: left;
  border-radius: 50%;
  width: 80px;
  margin: 12px;
  border: 3px solid #f9c01c;
}

.cont_box2 {
  float: right;
  margin-right: -13px;
}

.cont_box {
  margin: 0px -0px 0 -15px;
}

.itemz {
  max-width: 285px;
}

.inn_pad {
  padding: 1px 6px;
}

.inn_pad img {
  padding: 6px 0px;
  width: 100%;
}

body.innovation {
  background: #eeeeee;
}

.innova_text {
  float: left;
  width: 100%;
  padding: 8px 15px;
  min-height: 365px;
}

/*  bhoechie tab */
div.bhoechie-tab-container {
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 20px;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
  margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group > a {
  margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
  color: #f9c01c;
}

div.bhoechie-tab-menu div.list-group > a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
  background-color: #f9c01c;
  background-image: #5A55A3;
  color: #ffffff;
}

div.bhoechie-tab-menu div.list-group > a.active:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #424242;
}

div.bhoechie-tab-content {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}

#sideNav {
  position: fixed;
  z-index: 2;
  top: 68px;
  left: 0;
  width: 106px;
  height: 100%;
}

.bhoechie-tab {
  min-height: 800px;
}

#sideNav a.list-group-item.text-center {
  color: rgba(0, 0, 0, 0.54);
}

#sideNav div.bhoechie-tab-menu div.list-group > a.active {
  background-color: #fff;
}

#sideNav h4.glyphicon {
  color: rgba(71, 71, 71, 0.37);
}

#sideNav a.list-group-item.text-center.active {
  background-color: #424242;
  color: #fff;
}

#sideNav a.active {
  color: #fff;
}

#sideNav a.active h4.glyphicon {
  color: #fff;
  background: #424242;
}

.m_nav button.btn.btn-primary.dropdown-toggle {
  background-color: #fff;
  color: #000;
  border: none;
  width: 100%;
  font-size: 20px;
}

.m_nav ul.dropdown-menu {
  width: 100%;
  float: left;
}

.m_nav .dropdown a {
  text-align: center;
  font-size: 16px;
}

.m_nav .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #888888;
}

.m_nav span.caret {
  margin-left: 30px;
}

.line {
  border-bottom: 1px solid;
  width: 72%;
  margin: 12px auto;
}

nav.list-group > a.active:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #f9c01c;
}

nav.anchor-nav {
  float: left;
  width: 125px;
  height: 100vh;
}

.sidemenu .list-group-item.active {
  color: #fff;
  background-color: #f9c01c;
  border-color: #f9ab16;
  text-decoration: none;
  font-weight: 600;
}

.sidemenu .list-group-item {
  background-color: #e2e2e2;
  border: transparent;
  height: 19%;
  padding: 0px 3px;
  font-weight: 600;
}

main .full-screen h2 {
  color: #000;
  margin: 35px 20px;
}

.full-screen p {
  padding: 0px 50px;
  margin-bottom: 45px;
}

.messag h3.nms {
  margin: 0;
}

.messag h4 {
  color: #848484;
  margin: -6px 0 12px 0;
}

.mes_block {
  float: left;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 1px 7px 0px #e6e6e6;
  min-height: 989px;
}

body.about_page_new {
  background-color: #f5f5f5;
}

.about_page_new .in_new_txt {
  color: #000;
}

.about_page_new .in_eve_txt {
  color: #000;
}

.full-screen h4 {
  color: #000;
  margin-top: -8px;
  margin-bottom: 50px;
}

.full-screen h2 {
  color: #000;
  text-align: center;
}

.full-screen h5 {
  color: #000;
  text-align: center;
}

.map {
  margin-top: -42px;
}

.full-screen .section-title p {
  margin-bottom: 0;
}

.jssort01-150-150 {
  background-color: #fff !important;
}

.anchor-nav .glyphicon {
  top: 13px;
}

.news-conten .eventz .owl-item h3 {
  min-height: 75px;
}

.line {
  border-bottom: 1px dotted;
  width: 100%;
  margin: 35px auto;
}

.contact_us h1 {
  margin-top: 80px;
}

.contact_us input[type="submit"] {
  padding: 10px;
  width: 125px;
  background-color: #f9c01c;
  border: none;
}

.contact_us form {
  margin: 38px 0 1rem;
}

.contact_dt {
  padding: 0px 132px;
  line-height: 40px;
}

.c_map {
  width: 100%;
  border: 2px solid #eee;
  display: inline-block;
  overflow: hidden;
}

/**
 * Set up a decent box model on the root element
 */
@media (max-width: 767px) {
  .top-header {
    display: none;
  }
  .top-nav {
    top: 0;
  }
  .w3layouts_register_right form {
    width: 100%;
  }
  .statics {
    width: 100%;
  }
  .eventq .medium-4.small-12.columns.event-thumb {
    display: none;
  }
  .space {
    height: 13%;
  }
  .home_page .space {
    height: 10%;
  }
  .about-conten .col-md-12 .col-md-7 {
    padding: 0;
  }
  .sub-conten .c_search-2 {
    padding: 0px;
  }
  select#product_cat {
    width: 92%;
    float: none;
    margin: 0 14px 10px;
    border: none;
  }
  .sub-conten input#s {
    width: 79%;
    margin: 0px 13px;
    float: left;
  }
  .text-block1 {
    text-align: left;
  }
  .text-block1 h4 {
    margin: 20px 0;
  }
  .text-block2 h4 {
    margin: 20px 0;
  }
  .student_review #quote-carousel .carousel-control {
    margin-top: 80px;
  }
  .student_review #quote-carousel .carousel-indicators {
    display: none;
  }
  .student_review .carousel-inner {
    border-bottom: none;
  }
  .student_review .image-testimonial-slider-arrow {
    display: none;
  }
  .navbar-inverse .navbar-collapse {
    background: #000000;
  }
  form#searchformz.display_b {
    display: block;
    padding: 18px 11px;
    margin: 0 auto;
    background: #212121;
    height: 75px;
    float: left;
    width: 100%;
  }
  .overly {
    width: 95%;
  }
  .overly-in {
    width: 96.5%;
  }
  .overly:hover {
    height: 57px;
    margin-top: 15px;
  }
  .overly-in:hover {
    height: 180px;
    margin-top: 15px;
  }
  div#burger-wrap {
    display: none;
  }
  .navbar .navbar-toggle {
    z-index: 99999;
  }
  .col-md-12.abt_img {
    background-image: none;
    padding: 0px;
  }
  .ab_text {
    padding-left: 0px;
    text-align: justify;
    padding-right: 0px;
  }
  .ab_content_r .ab_text {
    padding-right: 0px;
    text-align: left;
    padding-left: 0px;
  }
  .ab_content_r .ab_img {
    float: left;
  }
  #abt {
    max-height: 236px;
    overflow: hidden;
    transition: max-height 1s;
  }
  .open#abt {
    max-height: 2050px;
    transition: max-height 1s;
  }
  .home_page #show-more {
    display: block;
  }
  .middle_menu {
    display: none;
  }
  .overly {
    position: static;
    width: 100% !important;
    float: left;
  }
  .top-nav {
    height: 56px;
  }
  .registerq .w3layouts_register_left {
    margin: 0 0;
    text-align: center;
  }
  .sub-conten #searchform {
    text-align: center;
  }
  .sub-conten button.s-bg {
    width: 92%;
  }
  .mes_block {
    padding: 20px 16px;
  }
  .messag {
    padding: 0;
  }
  .video {
    display: none;
  }
  .testimonial blockquote p {
    color: #000;
  }
  .video {
    display: none;
  }
}
@media (min-width: 1000px) {
   .exi p {
      min-width: 970px;
  }
}


@media (max-width: 495px) {
  .sub-conten input#s {
    width: 74.5%;
  }
  .mob_fot {
    height: 208px;
  }
  .student_review #quote-carousel .carousel-control.left {
    left: -35px;
  }
  .student_review #quote-carousel .carousel-control.right {
    right: -35px;
  }
  .student_review #quote-carousel .carousel-control {
    margin-top: 146px;
  }
  .testimonialz {
    height: 170px;
  }
  #content {
    max-height: 1990px;
    padding: 6px;
  }
  #content .container {
    padding: 0px;
  }
  #show-more {
    width: 50%;
    padding: 6px;
  }
  #content.open {
    max-height: 7038px;
  }
  .c_serach {
    padding: 0px;
  }
  .ab_content p {
    display: none;
  }
  .ab_content {
    min-height: 0px;
  }
  .ab_text {
    float: left;
    padding-top: 18px;
  }
  .ab_content_r p {
    display: none;
  }
  .ab_content_r {
    float: left;
  }
  .news-conten .item {
    width: 290px;
  }
  .testimoniales blockquote p {
    color: #000;
  }
  .space {
    height: 8%;
  }
  .home_page .space {
    height: 10%;
  }
  button.w3-button.w3-display-left {
    top: 62%;
    background-color: rgba(78, 68, 68, 0.42);
    padding: 3px;
  }
  button.w3-button.w3-display-right {
    top: 62%;
    background-color: rgba(78, 68, 68, 0.42);
    padding: 3px;
  }
  .in_new_txt {
    padding-right: 10px;
    text-align: justify;
    float: left;
    margin-left: 0;
  }
  .news_txt img {
    float: none;
  }
  .news_txt {
    text-align: center;
  }
  .in_eve_txt {
    margin-left: 0px;
  }
  div#jssor_1 {
    max-width: 300px;
  }
  .about-conten h3 {
    margin: 14px 0 25px 0;
  }
  .about-conten p {
    line-height: 26px;
    margin: 0 0 0 0;
  }
  .ab_img {
    padding: 5px 0;
  }
  .ab_content h5 {
    padding: 0 0 0px 12px;
    font-size: 13px;
  }
  .contact_dt {
    padding: 0px 0px;
  }
  .tele-in {
    display: none;
  }
  .eventz .owl-theme .owl-nav {
    display: none;
  }
  .news_dec {
    width: 93%;
  }
  .in_new_txt {
    padding: 15px 12px;
  }
  .testimoniales .testim {
    width: 92%;
  }
  .eventz.row {
    width: 92%;
  }
  .full-screen .middle .ab_content {
    min-height: 214px;
  }
  .flag_in a img.alignnone {
    width: 20% !important;
  }
 }

@media (max-width: 1100px) {
  .sub-conten .c_search-1:after {
    display: none;
  }
  .serch {
    display: none;
  }
  main .full-screen h2 {
    margin: 38px 0;
  }
  .full-screen p {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  }
  .wrapper {
    padding: 40px;
    margin: 20px auto;
  }
  .tes_img {
    display: none;
  }
  #bs-collapse {
    width: 80%;
    margin: 60px auto;
  }
  .get_advice .table {
    width: 68%;
    max-width: 100%;
    margin: 35px auto;
  }
  .get_advice .s-services {
    margin: 100px auto;
  }
  form#searchformz {
    display: none;
  }
  .search_btn {
    display: none;
  }
  #top_menu {
    display: none;
  }
}

@media (min-width: 1000px) {
  .static .col-md-2:nth-child(1) {
    padding-left: 15px;
  }
  .static .col-md-2:nth-child(5) {
    padding-right: 15px;
  }
}

@media (min-width: 1349px) {
  .space {
    height: 8%;
  }
}

@media (min-width: 1050px) and (max-width: 1150px) {
  .overly {
    width: 88.5%;
  }
}

@media (min-width: 990px) and (max-width: 1050px) {
  .overly {
    width: 87%;
  }
}

@media (min-width: 990px) and (max-width: 1050px) {
  .overly {
    width: 87%;
  }
}

@media (min-width: 767px) {
  .home_page .col-md-3 {
    width: 25%;
    float: left;
  }
  .home_pop {
    width: 850px !important;
  }
}

.html5gallery-container-1 .html5gallery-elem-img-1 a div {
  display: none !important;
}

.search_r article.post.type-post {
  float: left;
  width: 23%;
  min-width: 250px;
  box-shadow: 4px 2px 5px #888888;
  margin: 8px 8px;
  background: #fbfbfb;
  min-height: 160px;
}

.search_r .post h2 {
  font-size: 22px;
}

.search_r article a {
  float: left;
  width: 100%;
  padding: 10px;
}

.search_r h1 {
  color: #000;
  margin: 55px 0;
}
.search_r .wp-post-image {
  padding-top: 13px;
  max-height: 60px;
}
img.attachment-post-thumbnail.wp-post-image {
  width: 230px;
}

.uni_iframe{
  border:2px solid grey;
  width: 95%;
  min-height:700px;
}

.html5gallery-elem-img-2 a div {
  display: none !important;
}
.html5gallery-elem-2 a div {
  display: none !important;
}
.html5gallery-elem-1 a div {
  display: none !important;
}

.tv_show {
  padding: 0px 0 40px 0;
}

.meshim_widget_components_chatWindow_NewChatForm .content{
  background: #FFF !important;
}

.testimonial-content p {
  color: #fff;
}

.strong-view.modern .testimonial-name {
  color: #fff !important;
}
.strong-view.modern .testimonial-company {
  color: #fff;
}
.m_topic {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.m_topic .row:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
}
.m_topic .row:after {
  content: "\f10e";
  font-family: 'Fontawesome';
  float: right;
  margin-right: 10px;
}

.text-center h2 {
  margin-bottom: 45px;
}
.get_sec {
  float: left;
  width: 100%;
}
.get_sec h3 {
  margin-bottom: 20px;
  margin-top: 0px;
}

.page-id-379 main section h1 {
  display: none;
}
.linq {
    text-align: center;
}
.linq a img {
    width: 100%;
    float: none;
}

.linq .in_eve_txt {
    margin-left: 10px;
    text-align: center;
}

.page-id-121 img.attachment-post-thumbnail.wp-post-image {
    width: 100%;
    height: 200px;
}

.search.search-results h1 {
    color: rgba(25, 20, 49, 0.83);
}
.search.search-results article {
    width: 45%;
    float: left;
    border: 1px solid #000;
    margin: 23px;
    min-height: 460px;
    padding: 16px;
}
.search.search-results article p {
    text-align: justify;
}

.search.search-results article img.wp-post-image {
    width: 50%;
}

.sfwa-social-icons {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.contact_dt p {
    line-height: 32px;
    margin: 0 0 0 -2px;
}
#abt.shoz {
    max-height: 440px;
}

#bs-example-navbar-collapse-1 {
    max-height: 500px;
}

.exi p {
    line-height: 30px;
}

.news_txt {
    min-height: 700px;
    background: #fff;
    box-shadow: 0px 1px 7px 0px #e6e6e6;
}

.innova_textz {
    float: left;
    width: 100%;
    padding: 8px 15px;
    min-height: 180px;
}

.lon {
    border-radius: 9px !important;
    padding: 5px 55px !important;
    font-size: 37px;
}

.navbar-inverse li a.bug_menu {
    font-size: 15px;
    width: 246px;
    text-align: left;
    margin: 5px auto;
    padding: 8px 13px;
    border: 1px solid;
}

.bug_menu img {
    float: none;
    margin: 1px 20px;
}

.page-id-361 .post.hentry.ivycat-post {
    min-height: 500px;
}

.contx {
    margin: 16px 41px 0;
    background: #f3f3f3;
    padding: 16px 40px;
    border: 1px solid #d8d7d7;
    border-radius: 9px;
}
li.D_name {
    font-weight: 800;
    padding-top: 14px;
}
li.D_digree {
    list-style: none;
    font-size: 11px;
    margin-top: -3px;
}
.doc_eria {
    background: rgba(249, 192, 28, 0.23);
    border: 2px solid #fbc02d;
    width: 96%;
    margin: 10px 0 26px 16px;
}
.page-id-361 .text-center h2 {
    margin-bottom: 15px;
    margin-top: 5px;
}