/*
Theme Name: GoFlyOnline
Author: Thomas Gregg
Author URI:
Version: 1
Description: GoFlyOnline by TRG
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.lessons-section ol li {
  margin-bottom: 5px !important;
}
.lessons-inner ol > h2 {
  margin-bottom: 10px;
}
.lessons-section ol {
  margin-top: 8px !important;
}
.quiz-title {
  font-size: 18px;
  font-weight: 700;
}
.single-product #main {
  margin-top: 20px !important;
}

.single-product .woocommerce-breadcrumb {
  margin-top: 20px !important;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("https://gofly.online/wp-content/themes/GoFlyOnline/fonts/icomoon.eot");
  src: url("https://gofly.online/wp-content/themes/GoFlyOnline/fonts/icomoon.eot#iefix") format("embedded-opentype"),
    url("https://gofly.online/wp-content/themes/GoFlyOnline/fonts/icomoon.ttf") format("truetype"),
    url("https://gofly.online/wp-content/themes/GoFlyOnline/fonts/icomoon.woff") format("woff"),
    url("https://gofly.online/wp-content/themes/GoFlyOnline/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.prev-block,
.next-block {
  display: none;
}
.icon-phone:before {
  content: "\e900";
}

.icon-share:before {
  content: "\e901";
}

.icon-email:before {
  content: "\e90d";
}

.icon-location:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e986";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-play:before {
  content: "\ea15";
}

.icon-google-plus:before {
  content: "\ea8b";
}

.icon-google:before {
  content: "\ea88";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-quote:before {
  content: "\e904";
}
.icon-close:before {
  content: "\e0fd";
}
.accordion .slide,
.main-nav,
.video-list,
.about-list,
.social-list,
.breadcrumbs,
.works-section .slick-dots,
.promotion-tabs,
.partners-list,
.testimonials-list,
.contact-list,
.categories-list,
.all-categories,
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer {
  position: relative;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #0f0f0f;
  background: #fff;
  font: 16px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 1.2em;
}

blockquote {
  border-left: 4px solid #999;
  padding-left: 0.5em;
  margin-left: 1.2em;
}

th,
td {
  border: 1px solid #999;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #333;
  padding: 0.4em 0.7em;
  background: transparent;
  outline: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 16px;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #ccc;
  font-size: 16px;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
  font-size: 16px;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #ccc;
  font-size: 16px;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  outline: none;
}

.widget {
  margin-bottom: 1.2em;
}

.widget ul {
  padding-left: 2em;
}

.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.comment-form input[type="submit"] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}

.post-password-form input[type="password"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  margin-bottom: 15px;
}

.search-form input {
  float: left;
  height: 2em;
}

.search-form input[type="search"] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}

.post-password-form input[type="password"] {
  width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  background: #0f0f0f;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 0.5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1.2em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #0f0f0f;
  color: #fff;
  padding: 0.4em;
  text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8;
}

.navigation-single {
  margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #0f0f0f;
  color: #fff;
  text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: 0.8;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}

.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: 0.4em;
  margin-bottom: 1.2em;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.2em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

#wp-calendar tbody td {
  text-align: center;
}

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 18px;
}

p {
  margin: 0 0 30px;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out color, 0.3s ease-out background;
  transition: 0.3s ease-out color, 0.3s ease-out background;
}

a:hover,
a:focus {
  color: rgba(255, 255, 255, 0.8);
}

#header-main {
  position: absolute;
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding: 0;
  width: 100%;
  z-index: 5;
}

#header-main .container {
  position: relative;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
}

#header .container {
  width: 100%;
  min-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#header .logo,
#header .search {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#header .logo {
  left: 15px;
}

#header .search {
  margin: 0;
  right: 15px;
}

#header .nav-opener {
  color: #fff;
  display: none;
}

#header .nav-opener:hover {
  color: #fff;
}

.accordion .active-slide a {
  color: #ccc;
}

.accordion .slide {
  padding: 20px 20px;
}

.accordion .slide li {
  margin: 0 0 25px;
}

.accordion .slide li:last-child {
  margin: 0;
}

.accordion .slide a {
  font-size: 19px;
  color: #fff !important;
}

.accordion .slide a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.main-nav {
  display: block;
  position: relative;
  padding: 0 0 0 110px;
  margin: 0 0 0 -110px;
}

.main-nav.main-nav-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-transition: 0.5s ease-out transform;
  transition: 0.5s ease-out transform;
}

.main-nav.main-nav-2 li {
  margin: 0 20px 0 0;
  padding: 28px 0;
}

.main-nav.main-nav-2 li:last-child {
  margin: 0;
}

.main-nav.main-nav-2 li.active::before {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #f60;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.main-nav.main-nav-2 li.active a {
  color: #f60;
}

.main-nav.main-nav-2 a {
  color: #ccc;
  font-size: 16px;
}

.main-nav.main-nav-2 a:hover {
  color: rgba(204, 204, 204, 0.8);
}

.main-nav li {
  max-width: 250px;
  margin: 30px 0 31px 0;
  position: relative;
}

.main-nav li.active a {
  color: #f60;
  min-height: 30px;
}

.main-nav li.active .main-items::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(-110px / 2);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 1px;
  background: #f60;
}

.main-nav a {
  position: relative;
  display: block;
}

.main-items {
  font-size: 24px;
}

.nav-active .main-menu {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  opacity: 1;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 23px;
  left: 12%;
  right: 15%;
}

.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-active .nav-opener span {
  opacity: 0;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  padding: 77px 110px;
  min-height: 900px;
  height: 100vh;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
  background: #0f0f0f;
  -webkit-transition: 0.5s ease-out opacity, 0.5s ease-out transform;
  transition: 0.5s ease-out opacity, 0.5s ease-out transform;
}

.burger {
  color: #fff;
  position: absolute;
  top: 65px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-txt {
  font-size: 18px;
  margin: 2px 8px 0;
}

.search {
  margin: 0 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search .search-btn {
  font-size: 31px;
  position: relative;
  color: #fff;
  -webkit-transition: 0.3s ease-out color;
  transition: 0.3s ease-out color;
}

.search .search-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background: #333;
  height: 1px;
  -webkit-transition: 0.3s ease-out width;
  transition: 0.3s ease-out width;
}

.search .search-btn:hover {
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.search .search-btn.s-active + input {
  display: block;
  width: 160px;
}

.search .search-btn.s-active::after {
  width: calc(100% + 160px);
}

.search input {
  width: 0;
  max-width: 165px;
  -webkit-transition: 0.3s ease-out width;
  transition: 0.3s ease-out width;
  padding: 0;
  border: 0;
}

.search input:focus {
  border: 0;
}

.search input::-webkit-input-placeholder {
  font-size: 18px;
}

.search input::-moz-placeholder {
  opacity: 1;
  font-size: 18px;
}

.search input:-moz-placeholder {
  font-size: 18px;
}

.search input:-ms-input-placeholder {
  font-size: 18px;
}

.search input.placeholder {
  font-size: 18px;
}

.nav-opener {
  width: 20px;
  height: 38px;
  overflow: hidden;
  outline: none;
  z-index: 9999;
  display: block;
  position: relative;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  background: white;
  position: absolute;
  width: 20px;
  top: 23px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 1px;
  margin-top: -3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.nav-opener:before,
.nav-opener:after {
  content: "";
  top: 17px;
}

.nav-opener:after {
  top: 29px;
}

.nav-opener:hover:before,
.nav-opener:hover:after {
  opacity: 1;
}

body {
  background: #1b1d1e;
  color: #fff !important;
}

#wrapper {
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.orange-h3 {
  color: #ff5a01;
}

button,
.btn {
  border: none;
  background: #ff5a01;
  display: inline-block;
  min-width: 160px;
  padding: 20px 12px;
  text-align: center;
  font-size: 18px;
  border-radius: 30px;
  min-height: 60px;
  color: #fff;
  -webkit-transition: 0.3s ease-out background;
  transition: 0.3s ease-out background;
}

button:hover,
.btn:hover {
  background-color: rgba(255, 90, 1, 0.8);
  color: #fff;
}

.video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.video-list li {
  padding: 0 15px;
  width: 33.3%;
  margin: 0 0 25px;
}

.video-list .image-holder {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-category-list li {
  width: 50%;
}

.hover-play {
  margin: 0 0 19px;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 195px;
  display: block;
  position: relative;
  color: #fff;
  font-size: 48px;
}

.hover-play::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity;
  z-index: 1;
}

.hover-play::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity;
  background: rgba(15, 15, 15, 0.7);
}

.hover-play:hover::after {
  opacity: 1;
}

.hover-play:hover::before {
  opacity: 1;
}

.author {
  color: #ff5a01;
  font-size: 18px;
}

.description {
  font-size: 18px;
  line-height: 30px;
}

/*.about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}*/
.about-list {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: justify; */
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  margin: 0 -15px;
  justify-content: center;
}

.about-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-list a:hover .content {
  border: 1px solid rgba(204, 204, 204, 0.7);
}

.about-list li {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-list .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 350px;
  padding: 5px 15px;
  min-height: 125px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-out border;
  transition: 0.3s ease-out border;
}

.about-list .img-holder {
  margin: 0 32px 0 0;
  min-width: 50px;
}

.about-list h5 {
  margin: 0 0 0;
}

.about-list h5 sup {
  font-size: 11px;
  top: -8px;
}

.about-list p {
  margin: 0;
}

.social-list li {
  margin: 0 10px 0 0;
}

.social-list li:last-child {
  margin: 0;
}

.social-list a {
  color: #0f0f0f;
  font-size: 22px;
  position: relative;
  z-index: 1;
  display: block;
  width: 30px;
  height: 30px;
}

.social-list a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  -webkit-transition: 0.3s ease-out background;
  transition: 0.3s ease-out background;
}

.social-list a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social-list a:hover::after {
  background: rgba(255, 255, 255, 0.8);
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 26px 0 0 0;
  margin: 0 -10px 104px;
}

.breadcrumbs li {
  padding: 0 10px 0;
  position: relative;
  white-space: nowrap;
}

.breadcrumbs li::after {
  content: "/";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-4px, -50%);
  -ms-transform: translate(-4px, -50%);
  transform: translate(-4px, -50%);
  color: #999;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.breadcrumbs li.current-item a {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs a {
  font-size: 16px;
}

.bg-opacity::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(15, 15, 15, 0.7);
  z-index: 0;
}

time {
  font-size: 18px;
  color: #999;
}

h6 {
  font-weight: normal;
}

blockquote {
  border: none;
  padding: 0;
  margin: 0;
}

.bg-video-holder {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.video-active .bg-video {
  opacity: 1;
}

.info-section {
  padding-top: 50px;
}

/* custom range input styles */
.jcf-range {
  display: inline-block;
  min-width: 200px;
  width: 100%;
}

.jcf-range .jcf-range-track {
  margin: 0 20px 0 0;
  position: relative;
  display: block;
}

.jcf-range .jcf-range-wrapper {
  background: #333;
  padding: 0 215px 0 0;
  border-radius: 5px;
  display: block;
  height: 8px;
}

.jcf-range.jcf-vertical {
  width: auto;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
  margin: 0;
  width: 10px;
  height: auto;
  padding: 20px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
  height: 180px;
  width: 10px;
}

.jcf-range.jcf-vertical .jcf-range-handle {
  left: -5px;
  top: auto;
}

.jcf-range .jcf-range-handle {
  position: absolute;
  background: #ff5a01;
  border-radius: 19px;
  width: 235px;
  height: 8px;
  box-sizing: border-box;
  z-index: 1;
  top: 0;
  left: 0;
}

.jcf-range .jcf-range-mark {
  position: absolute;
  overflow: hidden;
  background: #000;
  width: 1px;
  height: 3px;
  top: -7px;
  margin: 0 0 0 9px;
}

.jcf-range.jcf-vertical .jcf-range-mark {
  margin: 0 0 9px;
  left: 14px;
  top: auto;
  width: 3px;
  height: 1px;
}

.jcf-range.jcf-disabled {
  background: none !important;
  opacity: 0.3;
}

/* common custom form elements styles */

.jcf-disabled {
  background: #ddd !important;
}

/* Slick slider styles */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  margin: 0 15px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.intro-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  min-height: 900px;
  height: 100vh;
  padding: 75px 0 100px;
}

.intro-section::after {
  z-index: 0;
}

.intro-section::before {
  /*content: "";
        position: absolute;
        left: 50%;
        bottom: 50px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 1px;
        height: 50px;
        background: #fff;
        z-index: 2;*/
}

.intro-section .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
}

/*  .intro-section .intro-text {
        text-transform: uppercase;
        margin: 0 0 26px;
        width: 100%;
        text-align: center;
    }*/
.intro-section .intro-text {
  text-transform: uppercase;
  margin: 0 0 26px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 590px;
  align-items: center;
  align-self: center;
  justify-content: center;
}

.intro-section .subtitle {
  font-size: 30px;
  line-height: 48px;
  margin: 0 0 139px;
  width: 100%;
  text-align: center;
}

.intro-section .logo {
  margin: 0 0 61px;
}

.works-section {
  text-align: center;
  position: relative;
  background: #000;
  min-height: 900px;
  padding: 139px 0 106px;
}

.works-section::after {
  /*content: "";
        position: absolute;
        left: 50%;
        top: 50px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 1px;
        height: 50px;
        background: #ff5a01;*/
}

.works-section .container {
  max-width: 1200px;
}

.works-section h2 {
  margin: 0 0 32px;
}

.works-section .description {
  margin: 0 auto 97px;
  max-width: 725px;
}

.works-section .slick-list {
  overflow: visible;
  margin: 0 0 57px;
}

.works-section .slick-videos .image-holder,
.slick-wrap .slick-videos .image-holder,
.col-md-4 .image-holder {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-section .slick-slide {
  margin: 0 15px;
  text-align: left;
  opacity: 0.5;
  -webkit-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity;
}

.works-section .slick-slide.slick-active {
  opacity: 1;
}

.works-section-free-page .slick-slide {
  margin: 0 15px;
}

.video-list-section .slick-dots,
.works-section .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #1b1d1e;
  border-radius: 6px;
  height: 8px;
}

.works-section .slick-dots li {
  width: 16.7%;
  border-radius: 6px;
  overflow: hidden;
}

.works-section .slick-dots li.slick-active {
  background: #333;
}

.works-section .slick-dots button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  text-indent: -9999px;
  border: 0;
  outline: none;
}

.promotion-section {
  min-height: 900px;
  padding: 150px 0;
}

.promotion-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.icons-tab {
  position: relative;
  min-width: 600px;
  min-height: 600px;
  margin: 0 60px 0 -101px;
}

.promotion-tabs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #fff;
  border-radius: 50%;
}

.promotion-tabs::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -27%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #1b1d1e;
  width: 356px;
  height: 120%;
}

.promotion-tabs li {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promotion-tabs li:nth-child(1) {
  top: 8%;
  right: 10%;
}

.promotion-tabs li:nth-child(2) {
  top: 32%;
  right: -4%;
}

.promotion-tabs li:nth-child(3) {
  top: 56%;
  right: -4%;
}

.promotion-tabs li:nth-child(4) {
  top: 81%;
  right: 10%;
}

.promotion-tabs li a {
  display: block;
  border-radius: 50%;
  background: #1b1d1e;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.promotion-tabs li a.active {
  background: #ff5a01;
}

.promotion-content {
  max-width: 445px;
  padding: 58px 0;
}

.promotion-content h2 {
  margin: 0 0 60px;
}

.promotion-content h3 {
  margin: 0 0 36px;
}

.promotion-content .description {
  margin: 0 0 43px;
}

.logo-holder {
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 1;
}

.logo-holder::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 13%;
  -webkit-transform: translate(43%, -50%);
  -ms-transform: translate(43%, -50%);
  transform: translate(43%, -50%);
  background: #1b1d1e;
  width: 130px;
  height: 100%;
  border-radius: 50%;
}

.logo-holder .logo {
  position: relative;
  z-index: 1;
}

.partners-section {
  background: #000;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 140px 0;
}

.partners-section .container {
  width: 100%;
}

.partners-section h2 {
  margin: 0 0 70px;
  text-align: center;
}

.partners-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partners-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-section {
  /*padding: 137px 0 110px;
    min-height: 650px;
    padding: 137px 0;*/
  min-height: auto;
  padding: 30px 0;
}

.testimonials-section h2 {
  text-align: center;
  margin: 0 0 39px;
}

.testimonials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.testimonials-list li {
  width: 33.3%;
}

.testimonial-holder {
  padding: 0 15px;
}

.testimonial-holder .icon-quote {
  font-size: 34px;
  color: #ff5a01;
  display: block;
  margin: 0 0 17px;
}

.testimonial-holder p {
  margin: 0 0 19px;
}

.about-section .about-list {
  margin: 0 0 75px;
}

.about-section .about-list .content {
  background: #000;
  border: none;
}

.about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  border-radius: 6px;
  min-height: 520px;
  margin: 0 0 75px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-row .col:nth-child(1) {
  width: 54%;
  padding: 65px 65px 15px;
}

.about-row .col:nth-child(1) h2 {
  margin: 0 0 32px;
}

.about-row .col:nth-child(2) {
  width: 46%;
  position: relative;
  margin: -65px 0 0 0;
}

.about-row .col:nth-child(2) h4 {
  top: 95px;
  left: 0;
  position: absolute;
  padding: 0 0 0 65px;
}

.about-row .col:nth-child(2) h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 35px;
  height: 1px;
  background: #ff5a01;
}

.content-col {
  border-radius: 6px;
  max-width: 445px;
  background: #000;
  overflow: hidden;
  position: relative;
}

.what-we-do {
  background: #000;
  border-radius: 6px;
  min-height: 376px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 0 71px;
}

.what-we-do .col:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 49%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.what-we-do .col:nth-child(2) {
  width: 51%;
  padding: 69px 56px 37px;
}

.what-we-do h2 {
  position: relative;
  z-index: 1;
  padding: 0 0 0 65px;
  margin: 0;
}

.what-we-do h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 35px;
  height: 1px;
  background: #ff5a01;
}

.addition {
  margin: 0 0 114px;
}

.addition h4 {
  margin: 0 0 38px;
}

.contact-section .content-col {
  width: 100%;
  min-height: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-section input {
  min-width: 100%;
}

.form-holder {
  padding: 0 66px;
  margin: -15px 0 0 0;
  position: relative;
}

.form-holder h4 {
  margin: 0 0 30px;
  line-height: 37px;
  position: relative;
}

.form-holder h4::after {
  content: "";
  position: absolute;
  top: 26%;
  left: -66px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 35px;
  height: 1px;
  background: #ff5a01;
}

.form-holder button {
  min-width: 150px;
}

.contact-row {
  border-radius: 6px 6px 0 0;
  min-height: 605px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.contact-row::after {
  background: rgba(15, 15, 15, 0.3);
}

.contact-row .col {
  position: relative;
  z-index: 1;
}

.contact-row .col:nth-child(1) {
  width: 54%;
  padding: 62px 62px;
}

.contact-row .col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 46%;
  margin: -64px 0 0 0;
}

.contact-row h2 {
  margin: 0 0 37px;
}

.contact-list li {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

.contact-list [class*="icon"] {
  color: #ff5a01;
  font-size: 21px;
  margin: 0 11px 0 0;
}

.contact-list address,
.contact-list a {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-style: normal;
}

.field {
  margin: 0 0 30px;
}

.field:last-child {
  margin: 0 0 45px;
}

.videos-section,
.temp-gofly-fix {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.videos-section::after,
.temp-gofly-fix::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: -webkit-linear-gradient(
    top,
    rgba(42, 56, 77, 0.7) 10%,
    #1b1d1e 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(42, 56, 77, 0.7) 10%,
    #1b1d1e 100%
  );
}

.videos-section .container,
.temp-gofly-fix .container {
  position: relative;
  z-index: 1;
}

.videos-section .breadcrumbs {
  margin: 0 -10px 94px;
  padding: 26px 0 0;
}

.videos-description {
  max-width: 445px;
}

.videos-description h2 {
  margin: 0 0 30px;
}

.videos-description .description {
  margin: 0 0 70px;
}

.video-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.video-row .col {
  padding: 0 15px;
}

.video-row .col:nth-child(1) {
  width: 37%;
}

.video-row .col:nth-child(2) {
  width: 71%;
}

.video-row .img-holder {
  height: 405px;
  width: 100%;
  background-position: 50% 65%;
  background-size: cover;
  background-repeat: no-repeat;
}

.aside-categories {
  max-width: 350px;
  min-height: 475px;
  background: #000;
  border-radius: 6px;
  overflow: hidden;
  padding: 72px 40px 15px;
}

.aside-categories h4 {
  margin: 0 0 40px 8px;
}

.promo-video .hover-play {
  height: auto;
  margin: 0 0 18px;
}

.promo-video h4 {
  letter-spacing: 0.3px;
  margin: 0 0 7px;
}

.categories-list li {
  margin: 0 0 17px;
  padding: 0 0 0 10px;
  position: relative;
}

.categories-list li::before {
  content: "- ";
}

.categories-list li.active a {
  color: #ff5a01;
}

.categories-list li.active::before {
  content: "- ";
  color: #ff5a01;
}

.categories-list a {
  font-size: 16px;
}

.video-list-section {
  padding: 27px 0;
}

.full-video-section {
  padding: 0 0 81px;
}

.full-video-section .breadcrumbs {
  padding: 26px 0 0;
  margin: 0 -10px 42px;
}

.video-article {
  margin: 0 0 62px;
}

.video-article iframe {
  width: 100%;
  margin: 0 0 15px;
  border: none;
}

.video-description .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-description .icon-share {
  margin: 0 7px 0 0;
  display: block;
}

.video-description .btn {
  min-height: 52px;
  min-width: 135px;
  padding: 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.5px;
  position: relative;
}

.video-description .btn::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.video-description h2 {
  margin: 0 13px 16px 0;
}

.related-videos {
  margin: 0 0 38px;
}

.related-videos h4 {
  margin: 0 0 24px;
}

.author-holder {
  margin: 0 0 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.author-holder .author {
  color: #999;
  margin: 0 23px 0 0;
}

.author-holder p {
  margin: 0;
}

.categories-holder h4 {
  margin: 0 0 22px;
}

.categories-holder .categories-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.categories-holder li {
  width: 33.3%;
}

.all-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer {
  min-height: 185px;
  background: #000;
  padding: 42px 0;
  position: relative;
}

#footer .social-list {
  margin: 0 0 42px;
}

.footer-nav,
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 492px;
}

.footer-nav ul li {
  padding: 0 0 20px;
}

.footer-nav ul li:last-child {
  padding: 0;
}

.footer-nav a {
  font-size: 18px;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.footer-row .col {
  padding: 0 15px;
}

.footer-row .col:nth-child(1) {
  width: 12%;
}

.footer-row .col:nth-child(2) {
  width: 54%;
}

.footer-row .col:nth-child(3) {
  width: 25%;
  padding: 0 0 0 24px;
}

.copyright {
  font-size: 14px;
  color: #999;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/************* Inimist **********/
.mt-2 {
  margin-top: 2rem;
}

.mt-1 {
  margin-top: 1rem;
}

.works-section-free-page {
  min-height: auto;
  padding: 50px 0 50px;
  position: relative;
  background: #000;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.mb-5 {
  margin-bottom: 5em;
}

.ml-auto {
  margin-left: auto;
  float: unset !important;
}

.mr-auto {
  margin-right: auto;
  float: unset !important;
}

.ask-your-parent-form label.gfield_label {
  padding: 10px;
  font-family: sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  transition: ease 0.8s;
  font-weight: normal !important;
}

.ask-your-parent-form input {
  transition: ease 0.8s;
  border-bottom: 2px solid #d4d4d4 !important;
}

.ask-your-parent-form input:focus,
.ask-your-parent-form input:active {
  border-color: #ff5a01 !important;
  transition: ease 0.8s;
}

.ask-your-parent-form .gform_button,
.gform_button {
  background: #ff5a01;
  display: inline-block;
  min-width: 160px;
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out background;
  transition: 0.3s ease-out background;
  border-bottom: none !important;
}

.ask-your-parent-form .gform_footer {
  text-align: center;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.nav-links span.current {
  color: #ff5a01;
}

.clearfix {
  clear: both;
}

section.works-section-free-page .image-holder {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.middle-section {
  margin-bottom: 25px;
}

.middle-section span:first-child {
  color: #f60;
  font-size: 48px;
  font-weight: bold;
  display: inline-block;
  width: 50%;
}

.middle-section span:last-child {
  width: 50%;
  display: inline-block;
  padding-left: 15px;
  font-weight: bold;
}

.subscription-plan {
  display: block;
  float: left;
  width: 100%;
  background: #000;
  padding: 22px 0px;
  margin-top: 35px;
}

.btn-small {
  padding: 12px 12px !important;
  min-height: auto;
}

.subscription-plan p {
  margin-bottom: 0px;
  margin-top: 12px;
}

.text-right {
  text-align: right;
}

.lessons-section ol {
  padding: 0;
  margin-top: 20px;
  list-style-position: inside;
}

.lessons-section ol li {
  margin-bottom: 10px;
}

.lessons-inner {
  background: #000;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.select-video-section h3 {
  font-size: 18px;
  font-weight: bold;
}

.select-video-section .description {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
}

.text-orange {
  color: #f60;
}

.text-uppercase {
  text-transform: uppercase;
}

.lessons-section ol li.current a,
.lessons-section ol li.current {
  color: #f60;
}

.free-content {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-family: "Open Sans";
  background: rgb(255, 90, 1);
  padding: 11px 24px;
  border-radius: 2rem;
  text-align: center;
}

.select-video-section .image-holder {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

[class*="col-"] {
  padding: 0px 15px;
}

.subscription-inner {
  background: #0f0f0f;
  width: 324px;
  max-width: 100%;
  padding: 7%;
  text-align: center;
  margin: 5% 0;
}

.first .subscription-inner {
  margin-left: auto !important;
}

.subscription-inner ul {
  text-align: left;
  padding-left: 30px;
  list-style: none;
  position: relative;
}

.subscription-inner p {
  font-size: 14px;
  font-weight: 700;
}

.subscription-inner p img {
  margin-top: -4px;
  margin-right: 5px;
}

.subscription-inner ul li {
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
  color: #cccccc;
}

.key-points h4 {
  color: #cccccc;
}

.subscription-inner ul li:before {
  content: url(https://goflyonline.com.au/wp-content/uploads/2019/09/list-style-tick.png);
  position: absolute;
  left: -30px;
  top: 7px;
}

.subscription-wrap .about-list .content {
  background: #0f0f0f;
  border: none;
}

.monthly-note {
  display: none !important;
}

.monthly-note p {
  /*font-size: 12px;*/
}

.monthly-wrap .monthly-note {
  display: block !important;
}

.gift-certificate.sc_info_box {
  color: #000;
}

.single-product .woocommerce-breadcrumb {
  display: none;
}

.single-post .ctm-post-content p a {
  color: #ff5a01;
}

.ctm-entry-content p {
  margin-bottom: 8px;
}

.ctm-entry-content {
  margin-bottom: 30px;
}

ul.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

ul.slick-dots li button {
  border-radius: 2rem;
  border: none;
  color: #0000;
  font-size: 0;
  padding: 0px;
  min-height: 12px;
  min-width: 12px;
}

ul.slick-dots {
  text-align: center;
}

ul.slick-dots li.slick-active button {
  background: #ff5a01;
}

ul.slick-dots li button {
  background: white;
}

.panel-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.panel-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  font-family: sans-serif;
  z-index: 999;
}

.panel-controller {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.tab-controller {
  float: right;
  margin-right: 50px;
  padding: 10px 10px;
  background-color: #ff5a01;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.tab-controller .close {
  font-size: 16px !important;
  opacity: 1 !important;
}

.tab-controller * {
  display: block;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: white !important;
  cursor: pointer;
}

.tab-controller .ctm-show {
  display: none;
}

.panel-content {
  overflow: hidden;
  width: 100%;
  background-color: #ff5a01;
  padding: 48px 0;
}

.panel-content .content {
  overflow: hidden;
  margin: 0 auto;
  max-width: 900px;
  width: 98%;
}

.panel-content .content .features {
  overflow: hidden;
  float: right;
  border: 2px solid #cb3f59;
  margin: 5px auto;
  padding: 5px;
  width: 40%; /* 360 / 900 */
  background-color: #de929f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.panel-content .content .features .row {
  overflow: hidden;
  margin: 5px auto;
  width: 100%;
}

.panel-content .content .features .row .feature {
  overflow: hidden;
  float: left;
  margin: 0 1%;
  width: 48%;
  height: 50px;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.panel-content .content .features .row .feature .icon {
  overflow: hidden;
  float: left;
  margin: 0 auto 0 2%;
  padding-top: 2px;
  width: 27.4390243902439%; /* 45/164 */
  height: 100%;
}

.panel-content .content .features .row .feature .icon img {
  display: block;
  width: 100%;
}

.panel-content .content .features .row .feature .description {
  overflow: hidden;
  float: left;
  margin: 0 2% 0 auto;
  padding-top: 5px;
  width: 68.5609756097561%; /* 119/164 */
  height: 100%;
  text-align: center;
}

.panel-content .content .features .row .feature .description span {
  font-size: 12px;
  font-weight: bold;
  color: #5c1223;
}

.panel-content .content .payment {
  overflow: hidden;
  float: right;
  border: 2px solid #cb3f59;
  margin: 5px 2%;
  padding: 5px;
  width: 40%; /* 360 / 900 */
  background-color: #de929f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.panel-content .content .payment .payment-unit {
  overflow: hidden;
  float: left;
  margin: 0 4.86111111111111%;
  width: 40.27777777777778%; /* 145 / 360 */
  background-color: pink;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.panel-content .content .payment .payment-unit .price {
  margin: 5px auto 0;
  text-align: center;
  color: #5c1422;
  font-size: 30px;
  font-weight: bold;
}

.panel-content .content .payment .payment-unit .period {
  margin: 0 auto;
  text-align: center;
  color: #5c1422;
  font-size: 15px;
  font-weight: bold;
}

.panel-content .content .payment .payment-unit .additional-message {
  margin: 2px auto;
  text-align: center;
  color: #5c1422;
  font-size: 12px;
  font-weight: bold;
}

.red-background {
  background-color: #791a2b;
}

.green-background {
  background-color: #1a550d;
}

.panel-content .content .payment .payment-unit .payment-type {
  overflow: hidden;
  margin: 5px auto;
  width: 98px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

.panel-content .content .payment .payment-unit .payment-type a {
  text-decoration: none;
}

.panel-content .content .payment .payment-unit .payment-type .message {
  display: block;
  margin: 2px auto;
  color: white;
  font-size: 10px;
  font-weight: bold;
}

.panel-content .content .payment .payment-unit .payment-type .type {
  display: block;
  margin: 4px auto;
  color: white;
  font-size: 13px;
  font-weight: bold;
}

.panel-content .content .payment .secure-payment-message {
  overflow: hidden;
  margin: 3px auto 0;
  width: 98%;
  text-align: center;
  clear: both;
}

.panel-content .content .payment .secure-payment-message span {
  color: #5c1422;
  font-size: 12px;
  font-weight: bold;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/************* Inimist **********/
@media (min-width: 576px) {
  .container {
    /* max-width: 540px; */
    width: 100%;
    padding: 0 5%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 10%;
  }

  .lessons-section.fixed {
    position: fixed;
    top: 0;
    display: block;
  }

  section.lessons-video-list > .container > .row {
    display: flex;
  }

  .lessons-inner.fixed {
    position: fixed;
    top: 0;
    display: block;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding: 0 15px;
  }

  section.lessons-video-list > .container > .row {
    display: flex;
  }

  .lessons-inner.fixed {
    position: fixed;
    top: 0;
    display: block;
  }

  .lessons-inner.ctm-abs {
    position: absolute;
    bottom: 0;
  }

  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }

  .testimonials-slide .testimonial-content-slide {
    width: 100%;
    text-align: center;
    padding: 30px 30px 30px 30px;
  }

  .testimonials-slide .image-holder {
    width: 35%;
    float: left;
  }

  .col-1-section,
  .col-2-section,
  .col-3-section,
  .col-5-section,
  .col-7-section,
  .col-6-section,
  .col-4-section,
  .col-8-section,
  .col-12-section,
  .col-9-section,
  .col-10-section,
  .col-11-section {
    float: left;
    display: block;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-1-section {
    width: 8.33333%;
  }

  .col-2-section {
    width: 16.66667%;
  }

  .col-3-section {
    width: 25%;
  }

  .col-4-section {
    width: 33.333%;
  }

  .col-5-section {
    width: 41.666667%;
  }

  .col-6-section {
    width: 50%;
  }

  .col-7-section {
    width: 58.333333%;
  }

  .col-8-section {
    width: 66.666%;
  }

  .col-9-section {
    width: 75%;
  }

  .col-10-section {
    width: 83.33333%;
  }

  .col-11-section {
    width: 91.66667%;
  }

  .col-12-section {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  #header-main .container {
    padding: 0 30px;
  }

  .home .testimonials-section {
    min-height: auto;
    padding: 60px 0;
  }

  .about-list .content {
    min-width: 300px;
    min-height: 100px;
    padding: 15px 25px;
  }

  .icons-tab {
    min-width: 500px;
    min-height: 500px;
  }

  .promotion-content {
    padding: 30px 0;
    width: 50%;
    max-width: none;
  }

  .promotion-content h2 {
    margin: 0 0 40px;
  }

  .promotion-content h3 {
    margin: 0 0 30px;
  }

  .promotion-content .description {
    margin: 0 0 30px;
  }

  .logo-holder {
    width: 300px;
    height: 300px;
  }

  .aside-categories {
    padding: 40px;
  }

  .categories-list a {
    font-size: 15px;
  }
}

@media (max-width: 1023px) {
  input[type="text"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 15px;
  }

  input[type="text"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 15px;
  }

  input[type="text"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  textarea:-moz-placeholder {
    font-size: 15px;
  }

  input[type="text"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 15px;
  }

  input[type="text"].placeholder,
  input[type="tel"].placeholder,
  input[type="email"].placeholder,
  input[type="search"].placeholder,
  input[type="password"].placeholder,
  textarea.placeholder {
    font-size: 15px;
  }

  iframe {
    width: 100%;
  }

  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 11px;
  }

  h6,
  .h6 {
    font-size: 15px;
  }

  p {
    margin: 0 0 25px;
  }

  #header-main .container {
    padding: 0 20px;
  }

  .accordion .slide a {
    font-size: 14px;
  }

  .main-items {
    font-size: 18px;
  }

  .main-menu {
    padding: 45px 100px 134px;
    min-height: 650px;
  }

  .menu-txt {
    font-size: 17px;
  }

  .search {
    margin: 0 8px 0 0;
  }

  .search .search-btn {
    font-size: 28px;
  }

  .search .search-btn.s-active + input {
    width: 100px;
  }

  .search .search-btn.s-active::after {
    width: calc(100% + 100px);
  }

  .search input {
    font-size: 17px;
  }

  .search input::-webkit-input-placeholder {
    font-size: 17px;
  }

  .search input::-moz-placeholder {
    font-size: 17px;
  }

  .search input:-moz-placeholder {
    font-size: 17px;
  }

  .search input:-ms-input-placeholder {
    font-size: 17px;
  }

  .search input.placeholder {
    font-size: 17px;
  }

  button,
  .btn {
    min-height: auto;
    padding: 13px 0;
    font-size: 17px;
  }

  .author {
    font-size: 17px;
  }

  .description {
    font-size: 17px;
  }

  .about-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .about-list li {
    padding: 15px;
  }

  .about-list .content {
    font-size: 15px;
    min-width: auto;
    max-width: 300px;
  }

  .breadcrumbs {
    margin: 0 -10px 75px;
  }

  .breadcrumbs a {
    font-size: 15px;
  }

  time {
    font-size: 14px;
  }

  .jcf-range .jcf-range-wrapper {
    padding: 0 165px 0 0;
  }

  .jcf-range .jcf-range-handle {
    width: 185px;
  }

  .intro-section {
    padding: 25px 0 75px;
    min-height: auto;
  }

  .intro-section::before {
    height: 35px;
    bottom: 25px;
  }

  .intro-section .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .intro-section .subtitle {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 1.3;
  }

  .intro-section .logo {
    width: 85px;
  }

  .works-section {
    padding: 75px 0;
    min-height: auto;
  }

  .works-section::after {
    height: 35px;
    top: 25px;
  }

  .works-section h2 {
    margin: 0 0 25px;
  }

  .works-section .description {
    margin: 0 auto 30px;
  }

  .works-section .slick-list {
    margin: 0 0 35px;
  }

  .promotion-section {
    min-height: auto;
    padding: 60px 0;
  }

  .icons-tab {
    min-width: 390px;
    min-height: 390px;
  }

  .promotion-tabs::after {
    width: 255px;
  }

  .promotion-tabs li a {
    width: 50px;
    height: 50px;
  }

  .promotion-tabs li img {
    width: 23px;
  }

  .promotion-content h2 {
    margin: 0 0 30px;
  }

  .promotion-content h3 {
    margin: 0 0 20px;
  }

  .promotion-content .description {
    margin: 0 0 20px;
  }

  .logo-holder {
    width: 190px;
    height: 190px;
  }

  .logo-holder .logo {
    width: 100px;
  }

  .partners-section {
    min-height: auto;
    padding: 35px 0;
  }

  .partners-section h2 {
    margin: 0 0 35px;
  }

  .testimonials-section {
    min-height: auto;
    padding: 35px 0;
  }

  .testimonials-section h2 {
    margin: 0 0 30px;
  }

  .testimonials-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .testimonials-list li {
    width: 50%;
  }

  .testimonial-holder {
    padding: 13px 13px 25px;
  }

  .testimonial-holder .icon-quote {
    font-size: 28px;
  }

  .testimonial-holder p {
    margin: 0 0 13px;
  }

  .about-section .about-list {
    margin: 0 0 35px;
  }

  .about-row {
    min-height: auto;
    margin: 0 0 60px;
  }

  .about-row .col:nth-child(1) {
    padding: 30px;
  }

  .about-row .col:nth-child(1) h2 {
    margin: 0 0 25px;
  }

  .what-we-do {
    min-height: auto;
    margin: 0 0 35px;
  }

  .what-we-do .col:nth-child(2) {
    padding: 35px;
  }

  .addition {
    margin: 0 0 75px;
  }

  .addition h4 {
    margin: 0 0 30px;
  }

  .contact-section .content-col {
    min-height: 480px;
    max-width: none;
  }

  .form-holder {
    margin: 0;
    padding: 25px 25px 25px 45px;
  }

  .form-holder h4 {
    margin: 0 0 25px;
    line-height: 1.5;
    font-size: 22px;
  }

  .contact-row {
    min-height: auto;
  }

  .contact-row .col:nth-child(1) {
    padding: 35px;
  }

  .contact-row h2 {
    margin: 0 0 35px;
  }

  .contact-list li {
    font-size: 17px;
  }

  .contact-list [class*="icon"] {
    font-size: 18px;
  }

  .field {
    margin: 0 0 25px;
  }

  .field:last-child {
    margin: 0 0 25px;
  }

  .videos-section .breadcrumbs {
    margin: 0 -10px 75px;
  }

  .videos-description h2 {
    margin: 0 0 25px;
  }

  .videos-description .description {
    margin: 0 0 40px;
  }

  .aside-categories {
    padding: 25px 10px;
  }

  .aside-categories h4 {
    margin: 0 0 30px 8px;
  }

  .categories-list li {
    margin: 0 0 13px;
  }

  .categories-list a {
    font-size: 14px;
  }

  .full-video-section {
    padding: 0 0 41px;
  }

  .full-video-section .breadcrumbs {
    margin: 0 -10px 75px;
  }

  .video-article {
    margin: 0 0 42px;
  }

  .video-article iframe {
    height: 479px;
  }

  .video-description .btn {
    min-height: auto;
    padding: 13px 0;
    font-size: 17px;
  }

  .related-videos h4 {
    margin: 0 0 20px;
  }

  #footer {
    padding: 30px 0;
    min-height: auto;
  }

  .footer-nav a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .subscription-inner {
    max-width: 100%;
  }

  .first .subscription-inner {
    margin-left: auto !important;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .subscription-inner {
    margin-left: auto !important;
    margin-right: auto;
  }

  .subscription-plan {
    text-align: center;
  }

  .subscription-plan p {
    margin-bottom: 10px;
  }

  .text-right {
    text-align: unset;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  textarea {
    padding: 6px;
  }

  input[type="text"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  input[type="text"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 14px;
  }

  input[type="text"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  textarea:-moz-placeholder {
    font-size: 14px;
  }

  input[type="text"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 14px;
  }

  input[type="text"].placeholder,
  input[type="tel"].placeholder,
  input[type="email"].placeholder,
  input[type="search"].placeholder,
  input[type="password"].placeholder,
  textarea.placeholder {
    font-size: 14px;
  }

  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }

  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 0.2em;
  }

  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }

  h1,
  .h1 {
    font-size: 32px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 16px;
  }

  h5,
  .h5 {
    font-size: 16px;
  }

  h6,
  .h6 {
    font-size: 14px;
  }

  h6,
  .h6 {
    margin: 0;
  }

  p {
    margin: 0 0 20px;
  }

  #header .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 45px 0 15px;
  }

  #header .logo,
  #header .search {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  #header .nav-opener {
    display: block;
    position: absolute;
    right: 15px;
    top: 17px;
  }

  .accordion .slide {
    padding: 15px 15px 0;
  }

  .main-nav {
    padding: 0;
    margin: 0;
  }

  .main-nav::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
  }

  .main-nav.main-nav-2 {
    padding: 0;
    margin: 0;
    position: absolute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #000;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    min-height: 350px;
    height: 1px;
  }

  .main-nav.main-nav-2 li {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }

  .main-nav li {
    margin: 25px 0;
  }

  .main-nav li.active .main-items::before {
    left: calc(-40px / 2);
    width: 25px;
  }

  .main-items {
    font-size: 16px;
  }

  .nav-active .main-nav-2 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .nav-active .main-menu {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .main-menu {
    padding: 45px 40px;
    height: auto;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    min-height: auto;
  }

  .burger {
    top: 40px;
  }

  .menu-txt {
    font-size: 16px;
  }

  .search {
    margin: 0 4px 0 0;
  }

  .search .search-btn {
    font-size: 25px;
  }

  .search input {
    font-size: 16px;
  }

  .search input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .search input::-moz-placeholder {
    font-size: 16px;
  }

  .search input:-moz-placeholder {
    font-size: 16px;
  }

  .search input:-ms-input-placeholder {
    font-size: 16px;
  }

  .search input.placeholder {
    font-size: 16px;
  }

  button,
  .btn {
    min-width: 120px;
    padding: 13px 15px;
    font-size: 15px;
  }

  .video-list li {
    width: 50%;
  }

  .hover-play {
    height: 165px;
    margin: 0 0 15px;
    font-size: 40px;
  }

  .author {
    font-size: 15px;
  }

  .description {
    font-size: 15px;
    line-height: 1.5;
  }

  .about-list li {
    padding: 10px;
  }

  .about-list .content {
    font-size: 12px;
    max-width: 225px;
    min-height: auto;
    padding: 8px 25px;
  }

  .about-list .img-holder {
    margin: 0 15px 0 0;
  }

  .social-list a {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }

  .breadcrumbs {
    margin: 0 -10px 45px;
  }

  .breadcrumbs a {
    font-size: 14px;
  }

  time {
    font-size: 13px;
  }

  .jcf-range .jcf-range-wrapper {
    padding: 0 80px 0 0;
  }

  .jcf-range .jcf-range-handle {
    width: 100px;
  }

  /*.intro-section {
		padding: 25px 0 75px;
		min-height: auto;
	}

	.intro-section .container {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.intro-section .subtitle {
		margin: 0 0 25px;
		font-size: 20px;
		line-height: 1.3;
	}

	.intro-section .logo {
		width: 85px;
	}*/

  .works-section h2 {
    margin: 0 0 20px;
  }

  .works-section .description {
    margin: 0 auto 25px;
  }

  .works-section .slick-list {
    margin: 0 0 25px;
  }

  .promotion-section {
    padding: 35px 0;
  }

  .icons-tab {
    margin: 0 35px 0 -301px;
  }

  .promotion-tabs::after {
    display: none;
  }

  .promotion-content {
    padding: 30px 0;
    width: 100%;
    max-width: none;
  }

  .promotion-content h2 {
    margin: 0 0 20px;
  }

  .promotion-content h3 {
    margin: 0 0 25px;
  }

  .promotion-content .description {
    margin: 0 0 25px;
  }

  .logo-holder {
    display: none;
  }

  .partners-section {
    padding: 25px 0;
  }

  .partners-section h2 {
    margin: 0 0 25px;
  }

  .partners-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .partners-list li {
    margin: 10px;
  }

  .testimonials-section {
    padding: 25px 0;
  }

  .testimonials-section h2 {
    margin: 0 0 25px;
  }

  .testimonials-list li {
    width: 100%;
  }

  .testimonial-holder .icon-quote {
    font-size: 24px;
    margin: 0 0 13px;
  }

  .testimonial-holder p {
    margin: 0 0 7px;
  }

  .testimonial-holder p {
    margin: 0 0 3px;
  }

  .about-section .about-list {
    margin: 0 0 25px;
  }

  .about-row .col:nth-child(1) {
    padding: 20px;
    width: 100%;
  }

  .about-row .col:nth-child(1) h2 {
    margin: 0 0 15px;
  }

  .about-row .col:nth-child(2) {
    width: 70%;
    margin: 0 0 -35px 0;
  }

  .what-we-do {
    margin: 0 0 25px;
  }

  .what-we-do .col:nth-child(1) {
    width: 100%;
    min-height: 300px;
  }

  .what-we-do .col:nth-child(2) {
    padding: 25px;
    width: 100%;
  }

  .addition {
    margin: 0 0 45px;
  }

  .addition h4 {
    margin: 0 0 25px;
  }

  .contact-section .content-col {
    min-height: 426px;
  }

  .form-holder {
    padding: 20px 20px 20px 45px;
  }

  .form-holder h4 {
    margin: 0 0 20px;
    line-height: 1.3;
    font-size: 20px;
  }

  .form-holder h4::after {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .contact-row .col:nth-child(1) {
    padding: 25px;
  }

  .contact-row h2 {
    margin: 0 0 25px;
  }

  .contact-list li {
    font-size: 15px;
    margin: 0 0 15px;
  }

  .contact-list [class*="icon"] {
    font-size: 16px;
    margin: 0 7px 0 0;
  }

  .field {
    margin: 0 0 20px;
  }

  .field:last-child {
    margin: 0 0 20px;
  }

  .videos-section .breadcrumbs {
    margin: 0 -10px 45px;
  }

  .videos-description h2 {
    margin: 0 0 20px;
  }

  .videos-description .description {
    margin: 0 0 30px;
  }

  .video-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .video-row .col:nth-child(1) {
    width: 100%;
    margin: 0 0 15px;
  }

  .video-row .col:nth-child(2) {
    width: 100%;
  }

  .video-row .img-holder {
    height: 355px;
  }

  .aside-categories {
    padding: 15px;
    max-width: none;
    min-height: auto;
    margin: 0 0 20px;
  }

  .aside-categories h4 {
    margin: 0 0 20px 8px;
  }

  .promo-video {
    margin: 0 0 15px;
  }

  .categories-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .categories-list li {
    width: 45%;
    margin: 0 0 13px;
  }

  .categories-list a {
    font-size: 13px;
  }

  .video-list-section {
    padding: 20px 0;
  }

  .full-video-section {
    padding: 0 0 31px;
  }

  .full-video-section .breadcrumbs {
    margin: 0 -10px 45px;
  }

  .video-article {
    margin: 0 0 32px;
  }

  .video-article iframe {
    height: 355px;
  }

  .video-description .btn {
    min-width: 120px;
    padding: 13px 15px;
    font-size: 15px;
  }

  .related-videos h4 {
    margin: 0 0 15px;
  }

  .author-holder {
    margin: 0 0 15px;
  }

  .categories-holder h4 {
    margin: 0 0 15px;
  }

  .categories-holder li {
    width: 50%;
  }

  #footer {
    padding: 25px 0;
  }

  #footer .social-list {
    margin: 0;
  }

  .footer-nav ul li {
    padding: 0 0 15px;
  }

  .footer-nav a {
    font-size: 14px;
  }

  .footer-row .col:nth-child(1) {
    width: 20%;
    margin: 0 0 15px;
  }

  .footer-row .col:nth-child(2) {
    width: 80%;
    margin: 0 0 15px;
  }

  .footer-row .col:nth-child(3) {
    width: 100%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .copyright {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .main-nav.main-nav-2 {
    padding-left: 15px;
  }

  .main-nav.main-nav-2 li {
    margin: 0 20px 0 0;
    padding: 25px 0;
  }

  .main-nav.main-nav-2 a {
    font-size: 14px;
  }
}
@media (max-width: 625px) {
  .contact-section .content-col {
    min-height: auto;
  }

  .contact-section input {
    min-width: 320px;
  }

  .contact-row .col:nth-child(1) {
    width: 100%;
  }

  .contact-row .col:nth-child(2) {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 479px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  textarea {
    padding: 3px;
  }

  input[type="text"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 13px;
  }

  input[type="text"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 13px;
  }

  input[type="text"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  textarea:-moz-placeholder {
    font-size: 13px;
  }

  input[type="text"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 13px;
  }

  input[type="text"].placeholder,
  input[type="tel"].placeholder,
  input[type="email"].placeholder,
  input[type="search"].placeholder,
  input[type="password"].placeholder,
  textarea.placeholder {
    font-size: 13px;
  }

  h1,
  .h1 {
    font-size: 22px;
  }

  h2,
  .h2 {
    font-size: 18px;
  }

  h3,
  .h3 {
    font-size: 16px;
  }

  h4,
  .h4 {
    font-size: 16px;
  }

  h5,
  .h5 {
    font-size: 14px;
  }

  p {
    margin: 0 0 15px;
  }

  #header-main {
    padding: 0;
  }

  #header-main .container {
    padding: 0 15px;
  }

  #header-main .logo {
    width: 129px;
  }

  .main-items {
    font-size: 15px;
  }

  .main-menu {
    padding: 25px 40px;
  }

  .burger {
    top: 25px;
  }

  .menu-txt {
    font-size: 14px;
  }

  .search input {
    font-size: 14px;
  }

  .search input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .search input::-moz-placeholder {
    font-size: 14px;
  }

  .search input:-moz-placeholder {
    font-size: 14px;
  }

  .search input:-ms-input-placeholder {
    font-size: 14px;
  }

  .search input.placeholder {
    font-size: 14px;
  }

  button,
  .btn {
    min-width: 95px;
    padding: 7px;
    font-size: 13px;
  }

  .video-list li {
    width: 100%;
  }

  .video-list li:last-child {
    margin: 0;
  }

  .hover-play {
    font-size: 35px;
  }

  .author {
    font-size: 13px;
  }

  .description {
    font-size: 13px;
    line-height: 1.3;
  }

  .about-list li {
    padding: 4px;
  }

  .about-list .content {
    max-width: 160px;
    padding: 4px 10px;
    font-size: 11px;
  }

  .about-list .img-holder {
    margin: 0;
  }

  .about-list .img-holder img {
    width: 25px;
  }

  .about-list h5 {
    font-size: 12px;
  }

  .about-list h5 sup {
    font-size: 9px;
    top: -5px;
  }

  .social-list a {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }

  .breadcrumbs {
    margin: 0 -10px 25px;
  }

  .breadcrumbs a {
    font-size: 12px;
  }

  .jcf-range .jcf-range-wrapper {
    padding: 0 30px 0 0;
  }

  .jcf-range .jcf-range-handle {
    width: 50px;
  }

  .intro-section {
    padding: 25px 0 40px;
  }

  .intro-section::before {
    height: 20px;
    bottom: 10px;
  }

  .intro-section .intro-text {
    margin: 0 0 15px;
  }

  .intro-section .subtitle {
    margin: 0 0 20px;
    font-size: 17px;
  }

  .intro-section .logo {
    margin: 0 0 30px;
    width: 55px;
  }

  .works-section {
    padding: 35px 0;
  }

  .works-section::after {
    height: 20px;
    top: 10px;
  }

  .works-section h2 {
    margin: 0 0 15px;
  }

  .works-section .description {
    margin: 0 auto 15px;
  }

  .works-section .slick-list {
    margin: 0 0 15px;
  }

  .promotion-section {
    padding: 20px 0;
  }

  .promotion-section .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icons-tab {
    min-width: 300px;
    min-height: 355px;
    margin: 0 25px 0 -232px;
  }

  .promotion-tabs li a {
    width: 35px;
    height: 35px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .promotion-tabs li img {
    width: 16px;
  }

  .promotion-content h2 {
    margin: 0 0 15px;
  }

  .promotion-content h3 {
    margin: 0 0 10px;
  }

  .promotion-content .description {
    margin: 0 0 10px;
  }

  .partners-section {
    padding: 20px 0;
  }

  .partners-section h2 {
    margin: 0 0 15px;
  }

  .partners-list li {
    width: 23%;
  }

  .testimonials-section {
    padding: 20px 0;
  }

  .testimonials-section h2 {
    margin: 0 0 15px;
  }

  .testimonials-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  .testimonial-holder {
    padding: 15px 0;
  }

  .testimonial-holder .icon-quote {
    font-size: 17px;
    margin: 0 0 3px;
  }

  .about-section .about-list {
    margin: 0 0 15px;
  }

  .about-row .col:nth-child(1) {
    padding: 15px;
  }

  .about-row .col:nth-child(2) {
    width: 80%;
  }

  .about-row .col:nth-child(2) h4 {
    top: 40px;
    padding: 0 0 0 35px;
  }

  .about-row .col:nth-child(2) h4::before {
    width: 25px;
  }

  .what-we-do .col:nth-child(1) {
    width: 100%;
    min-height: 175px;
  }

  .what-we-do .col:nth-child(2) {
    padding: 15px;
  }

  .addition {
    margin: 0 0 25px;
  }

  .addition h4 {
    margin: 0 0 15px;
  }

  .contact-section input {
    min-width: 100%;
  }

  .form-holder {
    padding: 20px 20px 20px 45px;
  }

  .form-holder h4 {
    margin: 0 0 15px;
    font-size: 18px;
  }

  .contact-row .col:nth-child(1) {
    padding: 15px;
  }

  .contact-row h2 {
    margin: 0 0 15px;
  }

  .contact-list li {
    font-size: 13px;
    margin: 0 0 10px;
  }

  .contact-list [class*="icon"] {
    font-size: 15px;
  }

  .field {
    margin: 0 0 15px;
  }

  .field:last-child {
    margin: 0 0 15px;
  }

  .videos-section .breadcrumbs {
    margin: 0 -10px 25px;
  }

  .videos-description h2 {
    margin: 0 0 15px;
  }

  .videos-description .description {
    margin: 0 0 20px;
  }

  .video-row .img-holder {
    height: 225px;
  }

  .aside-categories {
    padding: 10px;
    margin: 0 0 15px;
  }

  .aside-categories h4 {
    margin: 0 0 15px;
  }

  .promo-video h4 {
    margin: 0;
  }

  .categories-list li {
    width: 100%;
    margin: 0 0 13px;
  }

  .categories-list a {
    font-size: 12px;
  }

  .video-list-section {
    padding: 15px 0;
  }

  .full-video-section {
    padding: 0 0 21px;
  }

  .full-video-section .breadcrumbs {
    margin: 0 -10px 25px;
  }

  .video-article {
    margin: 0 0 22px;
  }

  .video-article iframe {
    height: 255px;
  }

  .video-description .btn {
    min-width: 95px;
    padding: 7px;
    font-size: 13px;
  }

  .video-description h2 {
    margin: 0 7px 10px 0;
  }

  .related-videos h4 {
    margin: 0 0 10px;
  }

  .categories-holder li {
    width: 100%;
  }

  #footer {
    padding: 20px 0;
  }

  .footer-nav ul li {
    padding: 0 0 7px;
  }

  .footer-nav a {
    font-size: 11px;
  }

  .footer-row .col {
    padding: 0 8px;
  }

  .copyright {
    font-size: 11px;
  }
}

@media (max-width: 320px) {
  .video-row .img-holder {
    height: 195px;
  }

  .video-article iframe {
    height: 200px;
  }
}

/*bootstrap helper*/
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  .select-video-section {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

/*may-20-2019*/

@media (max-width: 992px) {
  .video-category-list li {
    /*width: 33%;*/
  }
}

@media (max-width: 768px) {
  .videos-description {
    max-width: 100%;
  }

  .video-list-section {
    min-height: 557px;
  }
}

/*--may-20-2019--*/

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}
/* end */

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*--may-21-2019--*/
/* .icon-share:before {
  content: "" !important;
  background: url(../wp-content/uploads/2019/05/14539.png);
  background-size: 18px;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 21px;
  background-repeat: no-repeat;
} */

.type-video {
  width: 25%;
  float: left;
  padding: 10px;
}

nav.navigation.pagination {
  display: block;
  width: 100%;
  float: none;
  clear: both;
}

.type-video a h1 {
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0 0;
}

.type-video .blog_img {
  text-align: center;
}

.type-video .blog_img img {
  border-radius: 10px;
}

.blog_content h6 {
  font-size: 20px !important;
  font-weight: 600;
  color: #ff5a01;
}

nav.woocommerce-MyAccount-navigation ul li {
  display: block;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
}

.woocommerce-MyAccount-navigation li {
  display: inline-block;
  list-style: none;
}

.woocommerce-MyAccount-navigation li a {
  background: #ff5a01;
  padding: 10px 15px;
  display: block;
}
/* --end-- */
/*may-22-2019*/
.wow.animated.fadeInLeft {
  margin: 20px 0px 0px;
}

.feedback-form {
  width: 80%;
  margin: 60px auto;
  /*  padding: 60px 120px 80px 120px;*/
  text-align: center;
  /*  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  background:#fff; */
}

.feedback-label {
  display: block;
  position: relative;
  margin: 50px 0px;
}

.label-txt {
  position: absolute;
  top: -1.6em;
  padding: 10px;
  font-family: sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  transition: ease 0.3s;
}

.feedback-form .input {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
}

.line-box {
  position: relative;
  width: 100%;
  height: 2px;
  background: #bcbcbc;
}

.line {
  position: absolute;
  width: 0%;
  height: 3px;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff5a01;
  transition: ease 0.6s;
}

.input:focus + .line-box .line {
  width: 100%;
}

.label-active {
  top: -2em;
}

/*faq*/

.faq-accordion {
  background-color: #f1f1f1;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 70%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  display: block;
  margin: 5px auto;
  border-radius: 0px;
}

.active-accord,
.faq-accordion:hover {
  background-color: #ff5a01;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  width: 70%;
  margin: 0 auto;
  color: #000;
  padding: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .feedback-form {
    padding: 60px 5px 80px 5px;
  }
}

@media screen and (max-width: 768px) {
  .intro-section .intro-text {
    height: auto;
  }

  div#tab0-0 h1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .intro-section .intro-text {
    height: 500px;
  }

  .about-list p {
    font-size: 8px;
  }
}

.col-md-12.wow.animated.fadeInLeft h1 {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
}

header.events-header h1 {
  font-size: 30px;
}

h3.section-title {
  font-size: 18px;
  color: #ff5a01;
  font-weight: 400;
}
/*-end-*/

/*-- ask your parents --*/
.ask-parent-form {
  width: 80%;
  margin: 60px auto;
  /*  padding: 60px 120px 80px 120px;*/
  text-align: center;
  /*  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  background:#fff; */
}

.ask-parent-label {
  display: block;
  position: relative;
  margin: 50px 0px;
}

.ask-parent-form .input {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .ask-parent-form {
    padding: 60px 5px 80px 5px;
  }
}
/*-- end --*/
/**may-29-2019**/
.error-child,
.errorp-name,
.errorp-email {
  color: red;
  float: right;
}

.errorrate,
.errorrecommend,
.errorlikel,
.erroronline_better,
.errornot_like,
.error {
  color: red;
  float: right;
}
/**responsive 480**/
@media (max-width: 480px) {
  .video-category-list li {
    width: 100%;
  }

  .video-list .image-holder {
    padding: 30px 0px;
  }

  .video-list li {
    padding: 20px 0px;
  }

  .video-list-section {
    margin-bottom: 50px;
  }

  ul.video-list.video-category-list.video-wrap li {
    width: 100% !important;
    padding: 20px;
  }
}
/**certification**/
ul.video-list.video-category-list.video-wrap {
  justify-content: normal !important;
}
/**end**/
/*may-30-2019 shrae*/
li#menu-item-715 a {
  background: #ff5a01;
  min-width: 110px;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  border-radius: 30px;
  margin: -10px 0 0 0;
  color: #fff;
}

.video-list.youtube-video li {
  padding: 0 7px;
}
/*MENU*/
/*may-31-2019*/
.basic-sub,
.premium-sub {
  display: none;
}

.main-nav li:hover .sub-menu li .basic-sub,
.main-nav li:hover .sub-menu li .premium-sub {
  display: block;
}

.menu-item-has-children .sub-menu {
  left: 71px !important;
  z-index: 99999 !important;
  padding: 35px 10px 0 25px;
}

.menu-item-has-children .sub-menu li img {
  width: 25px;
  float: left;
  margin: 0 4px 0 0;
}

.menu-item-has-children .sub-menu li a {
  font-size: 14px;
  display: block;
}

.menu-item-has-children .sub-menu {
  padding-left: 10px !important;
}

.menu-item-has-children .sub-menu li {
  padding: 0 0 9px !important;
  margin: 0 0 5px 0 !important;
}
/*all video page june 1*/
.text-center {
  text-align: center;
}

.premium img {
  margin: 0px 0 15px 30px;
  width: 36px;
}

.subscribe {
  margin-bottom: 20px;
}
/*end june 1*/

@media screen and (min-width: 991px) {
  .three-video li {
    width: 33.3333%;
  }
}

.three-video li .image-holder {
  /*height: auto;*/
}

.three-video li p {
  margin: 0;
  padding: 0;
}

.three-video li h6 {
  margin: 0;
  padding: 0;
}

.three-section {
  padding: 27px 0;
  min-height: 100%;
}

.three-video li iframe {
  margin-bottom: 0;
}

.login #login_error,
.login .message,
.login .success {
  background-color: unset !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  height: auto !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
}

.select2-dropdown {
  background-color: #000;
}

@media screen and (max-width: 484px) {
  .three-video li {
    margin: 0 0 0;
    padding: 0;
    width: 100%;
  }

  .temp-gofly-fix .three-video li {
    margin: 0 0 14px;
  }

  .three-video li .image-holder {
    margin: 0 !important;
    padding: 15px 0 0;
  }

  .three-video li p time br {
    display: none;
  }

  .video-list-section {
    margin-bottom: 0px;
  }
}

.video-category-list h6 {
  font-size: 16px;
}

.video-category-list h6 img {
  height: 32px;
  padding-right: 5px;
  vertical-align: middle;
}

div#gform_wrapper_4 input {
  border: 1px solid #736a6a;
}

.mc4wp-form-fields p:first-child span {
  display: inline-block;
  width: calc(50% - 3px);
}

.mc4wp-form-fields p {
  margin: 0;
  margin-top: 15px;
}

div#gform_wrapper_4 label,
.mc4wp-form-fields p label {
  display: none !important;
}

.mc4wp-form-fields p input[type="submit"],
div#gform_wrapper_4 input[type="submit"] {
  background: orange;
  padding: 8px 30px;
  display: inline-block;
  width: auto !important;
  margin: 0 auto !important;
  color: #fff;
  border: 1px solid #ad7f2a !important;
  text-align: center;
}

#gform_confirmation_wrapper_4 {
  padding: 10px;
  text-align: center;
  color: #b58809;
}

div#gform_wrapper_4 .gform_footer.top_label {
  text-align: center;
  margin-top: 0;
}

.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
}

.raaus-series {
  margin-top: 45px;
}

.video-container-raaus {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 30px;
}

.raaus-series-heading span {
  color: #ff5a01;
}

.raaus-series-viewall {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 8px 15px;
}
.ctm-outer-form-wrap .woocommerce .col2-set .col-1,
.ctm-outer-form-wrap .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 100%;
}

p.errors {
  color: red;
  margin-bottom: 20px !important;
  font-size: 14px;
}

.raaus-member-portal-link {
  display: block;
  float: left;
  width: 100%;
  background: #000;
  padding: 15px 0px;
  margin-top: 0px;
}

.raaus-member-portal-link .btn-small {
  padding: 10px 12px !important;
  font-size: 12px;
}

.ex_all {
  background: #ff5a01;
  min-width: 110px;
  /*     padding: 10px 0; */
  text-align: center;
  font-size: 18px;
  border-radius: 30px;
  margin: -10px 0 0;
  color: #fff;
  padding: 10px;
  float: left;
}

.menu-quiz {
  text-align: center;
}
.menu-quiz a {
  font-weight: bold;
}
.wrong_answer_text p a,
.right_answer_text p a {
  background: #ff5a01 !important;
  padding: 10px 13px !important;
  border-radius: 4px !important;
}

.video-meta {
  position: relative;
}
.next-block {
  position: absolute;
  right: 10px;
  z-index: 999;
  bottom: 40px;
  width: 250px;
  background: #1b1d1e;
  border-radius: 6px;
  padding: 10px 10px;
}
.next-hover-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  font-size: 16px;
  z-index: 1000;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #fff;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
.next-video-img {
  height: 85px;
  width: auto;
  /*
	background-repeat: no-repeat;
	background-position: right;*/
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.next-video-title {
  /*
	margin-left: 16px;
	padding-bottom: 10px;
	*/
}
.hover-play1 {
  margin: 0 0 10px;
  border-radius: 6px;
  overflow: hidden;
  /*width: 100%;
	height: 195px;*/
  display: block;
  position: relative;
  color: #fff;
  font-size: 48px;
}
.hover-play1::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity;
  z-index: 1;
  content: "\ea15";
}
.hover-play1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity;
  background: rgba(15, 15, 15, 0.7);
}
.video-next-prev-block {
  display: block;
  overflow: hidden;
}
.video-next-prev-block .previous-episode {
  width: 50%;
  float: left;
  margin: 10px 0px;
  overflow: hidden;
}
.video-next-prev-block .next-episode {
  width: 50%;
  float: left;
  margin: 10px 0px;
}

.video-next-prev-block .previous-episode .vid-img,
.video-next-prev-block .previous-episode .vid-info {
  float: left;
  width: 340px;
}
.video-next-prev-block .previous-episode .vid-img {
  width: 180px;
}
.video-next-prev-block .previous-episode .vid-info {
  padding-left: 20px;
}
.video-next-prev-block .previous-episode img,
.video-next-prev-block .next-episode img {
  width: 175px;
  height: 95px;
  border-radius: 6px;
  object-fit: cover;
}
.video-next-prev-block .next-episode .vid-info {
  float: left;
  width: 370px;
  text-align: right;
}
.video-next-prev-block .next-episode .vid-info {
  padding-right: 20px;
}
.video-next-prev-block .next-episode .vid-img {
  float: right;
  width: 180px;
}

@media screen and (max-width: 1200px) {
  .video-next-prev-block .previous-episode .vid-img,
  .video-next-prev-block .next-episode .vid-img,
  .video-next-prev-block .previous-episode .vid-info,
  .video-next-prev-block .next-episode .vid-info {
    float: none;
  }
  .video-next-prev-block .previous-episode .vid-info,
  .video-next-prev-block .next-episode .vid-info {
    margin-top: 10px;
    width: 100%;
    max-width: 370px;
    padding: 0px;
  }
  .video-next-prev-block .next-episode .vid-img {
    float: right;
  }
  .video-next-prev-block .next-episode .vid-info {
    clear: both;
    text-align: right;
    float: right;
  }
}

@media screen and (max-width: 790px) {
  .video-next-prev-block .vid-info h6 {
    font-size: 14px;
  }
  .video-next-prev-block .vid-info h4 {
    font-size: 17px;
  }
}

@media screen and (max-width: 556px) {
  .video-next-prev-block .previous-episode .vid-img,
  .video-next-prev-block .next-episode .vid-img {
    width: 150px;
  }
}

@media screen and (max-width: 400px) {
  .video-next-prev-block .previous-episode .vid-img,
  .video-next-prev-block .next-episode .vid-img {
    width: 125px;
  }
  .video-next-prev-block .vid-info h6 {
    font-size: 13px;
  }
  .video-next-prev-block .vid-info h4 {
    font-size: 15px;
  }
}
.text-left {
  text-align: left;
}

.fw-bold-ct {
  font-weight: 700;
}

.text-uppercase-ct {
  text-transform: uppercase;
}

.cl-orange-ct {
  color: #ff5a01;
}

.banner-yearly-subscription .container {
  position: relative;
  margin: 50px auto 130px;
}

.banner-yearly-subscription .content {
  padding: 70px 0;
  background: #000;
  position: relative;
  z-index: 3;
}

.banner-yearly-subscription .box-orange-bold {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  left: 30px;
  background: #7f2d00;
  transform: rotate(179deg);
  z-index: 2;
}

.banner-yearly-subscription .box-orange-light {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  left: 29px;
  background: #ff5a01;
  transform: rotate(178deg);
  z-index: 1;
}

.section-all-video-ct.section-video-top {
  overflow: hidden;
}

.section-all-video-ct.section-video-top .container {
  z-index: 3;
}

.section-all-video-ct.section-video-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-linear-gradient(
    top,
    rgba(42, 56, 77, 0.5) 10%,
    #1b1d1e 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(42, 56, 77, 0.5) 10%,
    #1b1d1e 100%
  );
  z-index: 2;
}

.section-all-video-ct.section-video-top:after {
  content: "";
  z-index: 1;
  background: url("https://gofly.online/wp-content/uploads/2021/07/bg-plane-trans-1.jpg")
    no-repeat;
  background-size: cover;
  top: -2rem;
}

.section-video-top .subscription-wrap {
  margin-bottom: 5rem;
}

.section-video-top .videos-desc h1 {
  font-size: 2.75rem;
  margin-bottom: 1.5rem;
}

.section-video-top .videos-desc .sub-title {
  margin-bottom: 2.5rem;
}

.video-subscription.section-all-video-ct .monthly-wrap .color-adadad,
.video-subscription.section-all-video-ct .yearly-wrap .color-adadad {
  margin-bottom: 0.5rem;
}

.color-adadad {
  color: #adadad;
}

.color-7e8182 {
  color: #7e8182;
}

.color-cccccc {
  color: #cccccc;
}

.video-subscription.section-all-video-ct .monthly-wrap .subscription-inner,
.video-subscription.section-all-video-ct .yearly-wrap .subscription-inner {
  background: #000;
  border-radius: 10px;
  width: 400px;
  margin: 5% 0 1.875rem;
}

.section-all-video-ct .col-6-section-premium .subscription-inner > h3 {
  position: relative;
}

.section-all-video-ct .col-6-section-premium .subscription-inner > h3:after {
  content: "Popular";
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffd201;
  padding: 0 15px;
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
  width: max-content;
  color: #000;
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.video-subscription.section-all-video-ct .subscription-inner .monthly,
.video-subscription.section-all-video-ct .subscription-inner .yearly {
  font-style: italic;
}

.video-subscription.section-all-video-ct
  .subscription-inner
  span.woocommerce-Price-amount.amount {
  font-style: normal;
}

.video-subscription.section-all-video-ct .subscription-inner p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 1rem auto 2rem;
  background: #2f3132;
  border-radius: 50px;
  padding: 7px 20px 7px 10px;
  font-weight: 400;
}

.video-subscription.section-all-video-ct .subscription-inner p img {
  margin-top: 0;
}

.video-subscription.section-all-video-ct .subscription-inner .key-points h4 {
  text-align: left;
}

.video-subscription.section-all-video-ct .subscription-inner ul li:before {
  content: url("https://gofly.online/wp-content/uploads/2021/07/icon-list-check.png");
  top: 0;
}

.video-subscription.section-all-video-ct .subscription-inner .monthly.btn,
.video-subscription.section-all-video-ct .subscription-inner .yearly.btn {
  font-style: normal;
  width: 245px;
  font-weight: 700;
}

.video-subscription.section-all-video-ct .monthly-note p {
  font-size: 0.875rem;
  max-width: 1050px;
  margin: 0 auto 2rem;
}

.video-subscription.section-all-video-ct .slider-btn span:last-child {
  right: 25px;
}

.video-subscription.section-all-video-ct .slider-btn span:first-child {
  left: 25px;
}

.banner-yearly-subscription .content h3 {
  font-size: 2.125rem;
  line-height: 1.25rem;
  margin-bottom: 2rem;
}

.banner-yearly-subscription .content .text-note {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.subscription-video-included.section-all-video-ct h2 {
  margin-bottom: 3.5rem;
}

.section-all-video-ct .items-list-include-subcription .items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.section-all-video-ct .items-list-include-subcription .item {
  position: relative;
  margin-bottom: 3rem;
  width: calc(100% / 3);
  padding-left: 10px;
  padding-right: 10px;
}

.section-all-video-ct .items-list-include-subcription .item:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 10px 20px;
  border-radius: 50px;
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.section-all-video-ct .items-list-include-subcription .item-basic:after {
  content: "Basic";
  background: #c5c5c5;
}

.section-all-video-ct .items-list-include-subcription .item-premium:after {
  content: "Premium";
  background: #ffc001;
}

.section-all-video-ct .items-list-include-subcription .item-free-to-view:after {
  content: "Free To View";
  background: #ff5a01;
}

.section-all-video-ct .items-list-include-subcription .p-excerpt p {
  width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.section-all-video-ct .items-list-include-subcription .item-icon-play h6 a {
  position: relative;
  max-width: max-content;
  display: block;
}

.section-all-video-ct
  .items-list-include-subcription
  .item-icon-play
  h6
  a
  span {
  display: block;
  max-width: 210px;
}

.section-all-video-ct
  .items-list-include-subcription
  .item-icon-play
  h6
  a:before {
  content: "";
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  display: flex;
  position: absolute;
  right: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.section-all-video-ct
  .items-list-include-subcription
  .item-basic.item-icon-play
  h6
  a:before {
  background: #c5c5c5;
}

.section-all-video-ct
  .items-list-include-subcription
  .item-premium.item-icon-play
  h6
  a:before {
  background: #f2be09;
}

.section-all-video-ct
  .items-list-include-subcription
  .item-icon-play
  h6
  a:after {
  content: "";
  display: flex;
  border-left: 11px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: -2.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.section-all-video-ct.subscription-video-included .box-btn .btn {
  width: 245px;
}

@media (max-width: 767px) {
  .section-video-top .videos-desc h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .section-video-top .videos-desc .sub-title {
    margin-bottom: 1.5rem;
  }

  .section-video-top .subscription-wrap {
    margin-bottom: 3rem;
    margin-top: 1rem;
  }

  .banner-yearly-subscription .container {
    margin: 10px auto 50px;
  }

  .banner-yearly-subscription .content {
    padding: 55px 10px;
  }

  .banner-yearly-subscription .content h3 {
    font-size: 1.3rem;
    line-height: 1rem;
    margin-bottom: 1.2rem;
  }

  .banner-yearly-subscription .content .text-note {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .banner-yearly-subscription .box-orange-bold {
    transform: rotate(178deg);
  }

  .banner-yearly-subscription .box-orange-light {
    transform: rotate(176deg);
  }

  .subscription-video-included.section-all-video-ct h2 {
    margin-bottom: 2rem;
  }

  .section-all-video-ct .items-list-include-subcription .items {
    margin-right: 10px;
    margin-left: 10px;
  }

  .section-all-video-ct .items-list-include-subcription .item {
    width: 100%;
    padding: 0;
  }

  .section-all-video-ct .items-list-include-subcription .item:after {
    top: 4rem;
  }

  .section-all-video-ct .items-list-include-subcription .item {
    margin-bottom: 2rem;
  }

  .section-all-video-ct
    .items-list-include-subcription
    .item-icon-play
    h6
    a:before {
    width: 20px;
    height: 20px;
    right: -2rem;
  }

  .section-all-video-ct
    .items-list-include-subcription
    .item-icon-play
    h6
    a:after {
    border-left: 9px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: -1.8rem;
  }

  .section-all-video-ct .items-list-include-subcription .item-icon-play h6 a {
    margin-bottom: 0.8rem;
    font-size: 1rem;
  }

  .section-all-video-ct.subscription-video-included .box-btn .btn {
    padding: 20px;
    font-size: 16px;
  }

  .video-subscription.section-all-video-ct .subscription-inner .monthly.btn,
  .video-subscription.section-all-video-ct .subscription-inner .yearly.btn {
    padding: 15px;
  }

  .section-all-video-ct .col-6-section-premium .subscription-inner > h3:after {
    font-size: 11px;
    line-height: 22px;
  }

  .section-all-video-ct .about-list {
    flex-direction: column;
  }

  .section-all-video-ct .about-list p {
    font-size: 12px;
  }

  .section-all-video-ct .about-list a {
    width: 100%;
  }

  .section-all-video-ct .about-list a .content {
    max-width: 300px;
    width: 100%;
    padding: 25px;
    margin: 0 auto 15px;
  }
}

@media (max-width: 991px) {
  .video-subscription.section-all-video-ct .monthly-wrap .subscription-inner,
  .video-subscription.section-all-video-ct .yearly-wrap .subscription-inner {
    width: 100%;
  }
}

.left-wrap {
  margin-bottom: 50px;
}

.lessons-video-list .explore-section .explore-inner {
  position: relative;
  top: 25px;
  padding: 35px 25px;
}

.lessons-video-list .explore-section .explore-inner .lighter {
  position: relative;
  top: -75px;
  left: -25px;
  max-width: 125px;
  height: 35px;
}

.lessons-video-list .explore-section .explore-inner h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #ff5a01;
}

.lessons-video-list .explore-section .explore-inner p {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.lessons-video-list .explore-section .explore-inner a {
  padding: 10px 35px;
  background-color: #ff5a01;
  text-transform: uppercase;
  border-radius: 21px;
  font-weight: bold;
}

.gofly-quiz-wraper {
  background-image: url("https://gofly.online/wp-content/themes/GoFlyOnline/images/bg-quiz-page.png");
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}

.gofly-quiz-wraper .breadcrumbs {
  margin: 30px 0;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
}

.gofly-quiz-wraper .breadcrumbs span[property="itemListElement"]:nth-child(1) {
  margin-right: 15px;
}

.gofly-quiz-wraper .breadcrumbs span[property="itemListElement"]:nth-child(2) {
  margin-left: 15px;
}

.gofly-quiz-wraper .resource-listing {
  position: relative;
  border: 1px solid #3c3c3c;
  padding: 66px 75px 67px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 408px;
  height: 100%;
  align-items: flex-start;
}

.gofly-quiz-wraper .resource-listing::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    #000000 1.77%,
    rgba(0, 0, 0, 0.12) 102.53%
  );
}

.gofly-quiz-wraper h1 {
  margin: 0 0 30px;
  font-size: 30px;
  line-height: 41px;
  color: #ffffff;
}

.gofly-quiz-wraper .description {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 12px;
}

.gofly-quiz-wraper .resource-listing h3 {
  margin-bottom: 37px;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #ffffff;
  position: relative;
}

.gofly-quiz-wraper .resource-listing p {
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  color: #c1c1c1;
  max-width: 550px;
  position: relative;
  margin-bottom: 30px;
}

.gofly-quiz-wraper .resource-listing h5 {
  margin-top: 42px;
}

.gofly-quiz-wraper .resource-listing h5 a {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  padding: 12px 30px;
  background-color: #ff6600;
  border-radius: 30px;
}

.gofly-resource-wraper .row {
  display: flex;
  align-items: center;
}

.gofly-resource-wraper .resource-listing h5 a {
  border-radius: 21px;
  background-color: transparent;
  border: 1px solid #ff6600;
  padding: 8px 30px;
}

.gofly-resource-wraper .resource-listing .d-flex h5 a:nth-child(1) {
  margin-right: 15px;
}

.gofly-resource-wraper .resource-listing h5 a:hover {
  background-color: #ff6600;
}

.gofly-resource-wraper .resource-listing ul {
  list-style: none;
  padding: 0;
}

.gofly-resource-wraper .resource-listing ul li {
  background: #000;
  padding: 20px 70px 20px 15px;
  margin-bottom: 8px;
  position: relative;
}

.gofly-resource-wraper .resource-listing ul li::after {
  content: url("https://gofly.online/wp-content/themes/GoFlyOnline/images/icons-link.png");
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.gofly-resource-wraper .resource-listing ul li .list-left {
  max-width: 400px;
}

.gofly-resource-wraper .resource-listing ul li a.link-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gofly-resource-wraper .resource-listing ul li h5,
.gofly-resource-wraper .resource-listing ul li p {
  margin: 0;
}

.gofly-resource-wraper .resource-listing ul li h5 {
  margin-bottom: 10px;
}

.gofly-resource-wraper .resource-listing ul li h5 a {
  border: none;
  padding: 0;
}

.gofly-resource-wraper .resource-listing ul li h5 a:hover {
  background: transparent;
  color: #ff6600;
}

.d-flex {
  display: flex;
}

@media (max-width: 991px) {
  /* .gofly-quiz-wraper .row{
        display: flex;
        flex-direction: column-reverse;
    } */

  .gofly-quiz-wraper .row .resource-listing {
    margin-top: 30px;
  }

  .gofly-quiz-wraper .resource-listing {
    padding: 25px 20px;
  }

  .gofly-quiz-wraper .resource-listing h3 {
    font-size: 26px;
  }

  .gofly-quiz-wraper .resource-listing p {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.gofly-dictionary-wraper {
  background-image: url(https://gofly.online/wp-content/themes/GoFlyOnline/images/bg-quiz-page.png);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}

.gofly-dictionary-wraper .filter {
  margin: 0;
}

.gofly-dictionary-wraper .filter .search-dictionary input {
  border: none;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.25);
  padding: 8px 25px 9px;
  width: 350px;
  margin-right: 15px;
}

.gofly-dictionary-wraper .filter a {
  text-decoration: none;
}

a.button-fill {
  border: none;
  border-radius: 25px;
  background: #ff5a01;
  padding: 8px 25px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

a.button-outline {
  border: 1px solid #ff5a01;
  border-radius: 25px;
  background: transparent;
  color: #ff5a01;
  padding: 8px 25px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.gofly-dictionary-wraper .filter .add-word span {
  margin-right: 15px;
  color: #ccc;
}

.gofly-dictionary-wraper .nav-tabs {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.gofly-dictionary-wraper .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}

.gofly-dictionary-wraper .nav-tabs::-webkit-scrollbar {
  height: 0;
  background-color: transparent;
}

.gofly-dictionary-wraper .nav-tabs::-webkit-scrollbar-corner {
  background-color: transparent;
  border-color: transparent;
}

.gofly-dictionary-wraper .nav-tabs::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: transparent;
}

.gofly-dictionary-wraper .nav-tabs::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.gofly-dictionary-wraper .nav-tabs .nav-link {
  white-space: nowrap;
}

.gofly-dictionary-wraper .nav-tabs li.nav-item .nav-link {
  background: transparent;
  color: #ccc;
  border: none;
  padding-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 8px;
  font-weight: bold;
}

.gofly-dictionary-wraper .nav-tabs li.nav-item .nav-link.active {
  color: #fff;
  border-bottom: 3px solid #ff5a01;
}

.gofly-dictionary-wraper .tab-content .tab-pane {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 600px;
}

.gofly-dictionary-wraper .tab-content .tab-pane::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.gofly-dictionary-wraper .tab-content .tab-pane::-webkit-scrollbar-corner {
  background-color: transparent;
  border-color: transparent;
}

.gofly-dictionary-wraper .tab-content .tab-pane::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(204, 204, 204, 0.5);
}

.gofly-dictionary-wraper .tab-content .tab-pane::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.gofly-dictionary-wraper .tab-content .tab-pane table {
  color: #fff;
}

.gofly-dictionary-wraper .tab-content .tab-pane table tr td {
  border: none;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.gofly-dictionary-wraper .tab-content .tab-pane table tr td.title {
  font-weight: bold;
}

.gofly-dictionary-wraper .tab-content .tab-pane table tr td.title a:hover {
  text-decoration: none;
  color: #ff5a01;
}

.gofly-dictionary-wraper .tab-content .tab-pane table tr td.content {
  font-size: 14px;
  color: #ccc;
}

#add-word .modal-content {
  background-color: #1c1d1f;
  padding: 15 15px 30px;
}

#add-word .modal-content .modal-header {
  border-bottom: none;
}

#add-word .modal-content .modal-header button.close {
  text-align: right;
  color: #fff;
}

#add-word .modal-content .modal-header button.close:hover {
  background: none;
}

#add-word .modal-content .modal-body {
  padding-top: 0;
}

#add-word .modal-content .modal-body input[type="text"],
#add-word .modal-content .modal-body input[type="tel"],
#add-word .modal-content .modal-body input[type="email"],
#add-word .modal-content .modal-body input[type="search"],
#add-word .modal-content .modal-body input[type="password"],
#add-word .modal-content .modal-body textarea {
  border: none;
  background-color: #fff;
  width: 100%;
  color: #000;
  margin: 10px 0px;
}

#add-word .modal-content .modal-body .msg {
  margin-bottom: 15px;
}

#add-word .modal-content .modal-body .btn-submit {
  background-color: #ff5a01;
  width: 100%;
  border-radius: 0;
  padding: 10px;
  height: fit-content;
  min-height: fit-content;
  margin-bottom: 15px;
}

#add-word .modal-content .modal-body span {
  color: #cecece;
  font-size: 14px;
}

#add-word .modal-content .modal-body .invalid-feedback,
#add-word .modal-content .modal-body .valid-feedback {
  margin-bottom: 15px;
  font-size: 16px;
}

.alphabet-list-section {
  min-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 600px;
}

.alphabet-list-section::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.alphabet-list-section::-webkit-scrollbar-corner {
  background-color: transparent;
  border-color: transparent;
}

.alphabet-list-section::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(204, 204, 204, 0.5);
}

.alphabet-list-section::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.alphabet-list-section table {
  width: 100%;
}

.alphabet-list-section table tr td.title {
  font-weight: bold;
}

.alphabet-list-section table tr td.title a:hover {
  color: #ff5a01;
}

.alphabet-list-section table tr td.content {
  font-size: 14px;
  color: #ccc;
}

.alphabet-list-section table tr td {
  border: none;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.flex-column {
  flex-direction: column;
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .gofly-resource-wraper .resource-listing h5 a {
    font-size: 14px;
  }
}

.wcs-switch-link {
  margin-left: 30px;
}

.related.products,
.product_meta {
  display: none;
}

.single_add_to_cart_button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ff5a01 !important;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.woocommerce div.product div.images img {
  width: auto;
}

.clear-text {
  min-width: 0;
  margin-left: -50px;
  z-index: 100;
  position: absolute;
  min-height: auto;
  padding: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
}

#add-word .gform_required_legend,
#add-word .gform_validation_errors {
  display: none;
}

#add-word .modal-content input[type="text"],
#add-word .modal-content input[type="tel"],
#add-word .modal-content input[type="email"],
#add-word .modal-content input[type="search"],
#add-word .modal-content input[type="password"],
#add-word .modal-content textarea {
  border: none;
  background-color: #fff;
  width: 100%;
  color: #000;
  margin: 10px 0px;
}

#add-word .modal-content input[type="submit"] {
  background-color: #ff5a01;
  width: 100%;
  border-radius: 0 !important;
  padding: 10px;
  height: fit-content;
  min-height: fit-content;
  margin-bottom: 15px;
}

#add-word .gform_heading {
  margin-bottom: 30px;
}

#add-word .modal-content .modal-body span {
  color: #cecece;
  font-size: 14px;
}

#add-word .modal-content .modal-body .invalid-feedback,
#add-word .modal-content .modal-body .valid-feedback {
  margin-bottom: 15px;
  font-size: 16px;
}

@media (max-width: 510px) {
  .search-dictionary {
    display: flex;
    flex-direction: column;
  }

  .gofly-dictionary-wraper .filter a {
    width: max-content;
    margin-top: 15px;
  }

  .gofly-dictionary-wraper .filter .search-dictionary input {
    width: auto;
  }
}

@media (max-width: 374px) {
  .add-word {
    display: flex;
    flex-direction: column;
  }
}

.raaus-login-page {
  color: #fff;
}

.raaus-login-page .col-lg-6 {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.raaus-login-page .u-column2 {
  display: none;
}

.raaus-login-page input,
.raaus-login-page input.input-text,
.raaus-login-page .woocommerce form .form-row input.input-text,
.raaus-login-page .woocommerce form .form-row textarea {
  border-bottom: 1px solid #333 !important;
  background: 0 0 !important;
  color: #fff !important;
}

.gform_submission_error {
  font-size: 18px;
}

.woocommerce_error li {
  color: #515151;
}

.woocommerce form .form-row select,
.woocommerce form .form-row select option {
  color: #515151;
}

.home-introduction {
  padding: 90px 0;
}

.spu-box,
.spu-box h4,
.spu-box p {
  color: #000 !important;
}

.woocommerce-Tabs-panel {
  background-color: unset;
}

div[id^="ays-quiz-container-"] div.ays-questions-container .ays-woo-block {
  display: none;
}
