/*! 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;
}
/**
 * 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.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -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. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * 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;
}


h1{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  color: #17212b;
}

h2{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #17212b;
}
h3{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 36px;
  color: #17212b;
}
h4{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  align-items: center;
  letter-spacing: -0.02em;
  color: #17212b;
}
h5{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  letter-spacing: -0.02em;
  color: #17212b;
}
h6{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  align-items: center;
  letter-spacing: -0.02em;
  color: #17212b;
}
p{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
}

.default_button {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  background: #E0D724;
  border-radius: 6px;
  display: table;
  padding: 13px 25px;
  border: 0;

  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.default_button:hover  {
  color: #fff;
  background: #17212b;
}




/*==========================================================================

  Fonts

========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&amp;display=swap');




/*==========================================================================

  Main HEADER Stlye

========================================================================== */



body {
  font-family: -apple-system,BlinkMacSystemFont,"Onest",Roboto,Helvetica,Arial,sans-ser
  if,"Apple Color Emoji","Onest Emoji","Onest Symbol";
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.flex_container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}


.header .logo {
  display: inline-block;
  line-height: 1;
}


.top-offer {
  background: #17212b;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.top-offer span {

  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;


}

.top-purchase {
  color: #E0D724;
}

#close-offer {
  color: #fff;
  text-align: right;
  position: absolute;
  right: 30px;
  top: 8px;
  font-size: 18px;
}

.header {
  padding: 32px 48px;
  background: #FFFFFF;
box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.04);
}

.header__inner {
  display: flex;
  align-items: center ;
  justify-content: space-between;
}


.header .menu > ul > li .menu-column-1 {
  min-width: 230px;
}
.header .menu > ul > li .menu-subs {
  padding: 16px;
  box-shadow: 0px 8px 31px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease-out;
}
.header .menu > ul > li .menu-subs > ul > li > a {
  padding: 8px;
}


/**** Browse Dropdown****/

.dropdown-browse {
  margin-left: 70px;
}


.dropdown-browse,
.header-search,
.header .menu > ul > li {
  margin-left: 24px;
}


div #browse_nav {
    position: relative;
}
div #browse_nav a {
    padding: 5 px 15 px 5 px;
}
.dropdown-toggle {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 17px;
  color:#17212b;
  font-family: "Onest";
  text-decoration: none;
}

.dropdown-toggle i {
  margin-left: 5px;
}

/**** ****/

ul.dropdown { 
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 0px;
  padding: 3px 5px 0 0;
  background: #fff;
  padding: 10px 20px;
  left: -20px;
  border-radius: 5px;
}
ul.dropdown li {
  list-style-type: none;
  margin-bottom: 5px;
}
ul.dropdown li a {
  text-decoration: none;
  padding: 0 em 1 em;
  display: block;
  font-size: 17px;
  color:#17212b;
  font-family: 'Onest';
  text-decoration: none;
}

ul.dropdown li a:hover {
  text-decoration: underline;
}
/*Browse dropdown End*/


/*Header search*/
.header-search input[type="text"] {
  border:1px solid #d9dae3;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
  color: #60606B;
  padding-left: 40px;

  width: 210px;

}

.header-search {
  position: relative;
  margin-left: 25px;
}

.header-search button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 9px;
  left: 9px;
}



/*Login and subscribe*/


.right-side-header {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.header-login {
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.header-login a {
  font-family: 'Onest';
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #17212b;

  -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;

}

.header-singup a {
  font-family: 'Onest';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  padding: 7px 15px;
  background: #D0484F;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}



.header-singup a:hover  {
  color: #fff;
  background: #D0484F;

}


/*Banner Style*/

.main_banner {
  background: #F9F9F9;
  box-shadow: inset 0px 19px 24px -10px rgba(0, 0, 0, 0.04);
  padding: 90px;
}

.main_banner .flex_container {
  display: flex;
  justify-content: space-between;
}

.banner_text {
  width: 40%;
}


.banner_images {
  width: 55%;
}


.banner_title h1 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.02em;
  color: #17212b;
  margin: 0 40px 0 0;
}

.learning_img {

  position: relative;
}

.banner_title h1 .learning_img:after {
  content: '';
  background: url(../static/banner_underline.png) no-repeat;
  width: 121px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 5px;
  bottom: -10px;
}

.banner_title .maintitle_categ {

  display: table;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #E0D724;
  padding: 4px 12px;
  background: #FFF8F7;
  border-radius: 6px;
  margin-bottom: 10px;
}

.banner_title p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #17212b;
  margin-top: 10px;
}

.banner_title p span {
  color: #7076A1;
  font-weight: 700;
}


.counter {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #17212b;
  display: inline;
}

.count_orange {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #E0D724;
  display: inline;
}

#counters {

  display: flex;
}
#counters p{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  color: #17212b;
  margin-top: 10px;
}

.count_style {
  background: #FFFFFF;
  border: 1px solid rgba(1, 10, 68, 0.1);
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  padding: 35px;
  margin-right: 13px;
}

.counter_numbers {
  margin-top: 40px;
}

.banner_watch {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 15.84px;
  line-height: 24px;
  color: #E0D724;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.banner_watch img {
  margin-right: 10px;
}

/*Banner "Images*/

.banner_top_images {
  display: flex;
}

.banner_top_left {
  display: flex;
  align-items: center;
  justify-content: space-;
}

.banner_top_right {
  margin-left: 60px;
}

.banner_top_first {
  margin-bottom: 10px;
}


.banner_top_first img:last-child {
  margin-left: 10px;
}

.banner_top_left img:last-child {
  margin-left: 10px;
}


.banner_bottom_images {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 10px;
}

.banner_top_second {
  display: flex;
  align-items: flex-end;
}

.banner_second_middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}


.banner_second_middle img:last-child {
  margin-top: 10px;
}

.banner_bottom_images img {
  margin-right: 10px;
}



.banner_bottom_images img:last-child {
  margin-left: 0px;
}


/*Main Content Start*/

.clear {
  clear: both;
}


/*Home 1 Services*/

.home_services {
  background: #1746A2;
}

.homeserv_wrapper {
  float: left;
  width: 33.3%;
}

.inner_homeserv {
  padding: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);

}

.no-border{
  border: 0px;

}

.inner_homeserv img {
  float: left;
  margin-right: 20px;
}

.inner_homeserv h4 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  color: #FFFFFF;
  margin: 0 0 0px;
}

.inner_homeserv span {
  font-family: 'Onest';
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}


/*Main home cateogries*/

.home__categories {
  text-align: center;
  padding: 95px 0;
}

.main__title h1 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.02em;
  color: #17212b;
  margin: 0;
}

.main__title h1 span {
  color:#E0D724;
}

.main__title .maintitle_categ {

  display: table;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #E0D724;
  padding: 4px 12px;
  background: #FFF8F7;
  border-radius: 6px;
  margin-bottom: 10px;
}

.main__title p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #17212b;
  margin-top: 10px;
}

.main__title p span {
  color: #7076A1;
  font-weight: 700;
  display: block;
}


.category__items {
  width: 100%;
  margin-top: 50px;
}
.category__items a {
}



.category__items li {
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  border-radius: 58px;
  display: inline-flex;
  align-items: center;
  margin: 0 20px 20px 0;



  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.category__items li:hover {
  box-shadow: 0px 3px 7px rgba(0, 0, 0, .07);
}


.category__items a {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #17212b;

  display: flex;
  align-items: center;
  padding: 8px 12px 8px 20px;
  transition: all 0.25s ease-out;
}

.category__items li:hover a {
    color: #E0D724;
}

.category__items img {
  margin-left: 10px;
}



/*Course Section*/

.popular__course {
  padding-bottom: 95px;
}

.course_image {
  position: relative;


  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.course_image > img {
  width:100%;
}

.course_header {
  display: flex;
  align-items: center;
}

.overlay_course {
  position: absolute;
  width: 100%;
  height: 98%;
  top: 0;
  opacity: 0;
  translate: 0px -45px;

  display: flex;
  align-items: center;
  justify-content: center;

  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.course_item:hover .overlay_course{
  opacity: 1;
  visibility: visible;
  translate: 0px 5px;

  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.course_item {
  margin-bottom: 40px;
  border-radius: 6px;
  border: 1px solid #ECECEC;
  overflow: hidden;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.02);
}


.course_button {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #17212b;
  padding: 10px 32px;
  border: 2px solid #17212b;
  border-radius: 6px;
  margin-left: auto;



  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.course_button:hover {
  background: #E0D724;
  color:#fff;
  border: 2px solid #E0D724;
}

.course_items {
  margin-top: 40px;
}

.course_content h2 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #17212b;
  padding: 20px;
}

.course_content h2 a {
  color: #17212b;
}

.course_meta {
  border-top: 1px solid #ECECEC;
  display: flex;
  align-items: center;
  padding: 20px;
}

.course_author {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #17212b;
}

.course_price {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.was_price {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-decoration-line: line-through;
  color: #BBBBBB;
  margin-right: 10px;
}

.current_price {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #F4672F;
}

.free_course {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #00D637;
  text-transform: capitalize;
}


/*Main Home Features*/

.home_features {
  padding-bottom: 95px;
}

.home_feature_item {
  margin-bottom: 40px;
}

.home_feature_item h4{

  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #17212b;

}

.home_feature_item p{

  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
  
}

.home_feature_item img {
  float: left;
  margin-right: 40px;
  margin-bottom: 60px;
}


/*Home1 Add BAnners*/

.school_adds {
  padding-bottom: 95px;
}


.add_banner_left {
  position: relative;
}

.add_banner_left_inner {
  position: absolute;
  width: 100%;
  height: 304px;
  left: 0px;
  top: 0px;
  background: linear-gradient(270deg, #FBF6F4 46.51%, rgba(251, 246, 244, 0.87) 56.26%, rgba(251, 246, 244, 0) 69.62%), url(../static/addbanner.jpg), #FBF6F4;
  border-radius: 16px;
  background-repeat: no-repeat;
}

.add_banner_left_text{
  position: absolute;
  right: 5%;
  width: 40%;
  top: 35px;
}

.add_banner_left_text h1{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  color: #17212b;
}

.add_banner_left_text a{

  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  background: #E0D724;
  border-radius: 6px;
  display: table;
  padding: 13px 25px;

  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}



.add_banner_left_text a:hover  {
  color: #fff;
  background: #17212b;

}

.add_banner_right {
  padding: 60px 45px 70px;
  background: url(../static/addbanner2_bg.png), #F4F7FB;
  border-radius: 16px;
  
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
}

.add_banner_right h1 {wd
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  color: #17212b;
  margin: 0 0 30px;
}

.discover {
  position: relative;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #17212b;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 30%;

  -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.discover:before {
  content: '';
  background: url(../static/discover_icon.png) no-repeat;
  width: 37px;
  height: 37px;
  display: inline-block;
  margin-right: 15px;
}
.discover:after {
  position: absolute;
  content: '';
  background: #17212b;
  width: 90%;
  height: 1px;
  display: inline-block;
  bottom: 0px;
  left: 53px;



  -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.discover:hover {
  color: #E0D724;
}

.discover:hover:after {
  width: 85%;
}

.discover i {
  transform: rotate(45deg);
  margin-left: 15px;
}
.enroll {
  position: relative;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #17212b;
  display: inline-flex;
  align-items: center;
}

.enroll:before {
  content: '';
  background: url(../static/enroll_icon.png) no-repeat;
  width: 37px;
  height: 37px;
  display: inline-block;
  margin-right: 15px;
}
.enroll:after {
  position: absolute;
  content: '';
  background: #17212b;
  width: 90%;
  height: 1px;
  display: inline-block;
  bottom: 0px;
  left: 53px;



  -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}



.enroll:hover {
  color: #E0D724;
}

.enroll:hover:after {
  width: 85%;
}
.enroll i {
  transform: rotate(45deg);
  margin-left: 15px;
}





/*Testimonials Carousel*/


.text_center {
  text-align: center;
}

.testimonials {
  padding: 0 0 90px;
}



#customers-testimonials .item {
  padding: 50px;
  border-radius: 16px;
  margin: 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*#customers-testimonials .item {
  padding: 50px;
  margin-top: 40px;
  margin-bottom:40px;
  border-radius: 16px;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}*/


#customers-testimonials .shadow-effect p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  margin-top: 25px;
}
.testimonial-name {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
}
.testimonial-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.01em;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 48px;
    float: left;
    margin-right: 15px;
}


#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span{
  background: #17212b;
  border-radius: 6px;
  width: 15px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #17212b;

}
#customers-testimonials.owl-carousel .owl-dots{
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
  }
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #CCCBC9;
  display: inline-block;
  height: 6px;
  margin: 0 2px 5px;
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 6px;
  border-radius: 50%;
}


/*Partners Grid*/

.partners_text {
  text-align: center;
  margin-bottom: 40px;
}

.partners_text p{
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #17212b;
}

.partners_text span {
  color:#9A9B9F;
}

.partner_item {
  text-align: center;
  padding: 40px 0;
  border-right:1px solid #E2E2E2;
  border-top:1px solid #E2E2E2;
}


.partner_item:last-child {
  border-right: 0;
}


.partners_grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px; 
}



.start_schedule {
  background: url(../static/schedule-bg.png), #17212b;
  opacity: 0.97;
  padding: 90px 0;
  text-align: center;
}

.schedule_text {
}


.schedule_text h1 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.schedule_text p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #CACACA;
  margin: 0 0 30px;
}

.schedule_text a {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #17212b;
  background: #FFFFFF;
  border-radius: 6px;
  display: table;
  padding: 15px 30px;
  margin: 0 auto;
  border: 1px solid #17212b;


  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.schedule_text a:hover {
  border: 1px solid #fff;
  color: #fff;
  background: #17212b;
}



/*Footer Style*/


footer {
  background: #17212b;
  padding: 90px 0 40px;
  border-top: 1px solid #1f2243;
}

.inner_footer {
  padding-bottom: 80px;
  border-bottom: 1px solid #1f2243;
}

.foot_text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin: 20px 0 0;
}

.inner_footer h4 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 30px;
}

.foot_links a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.foot_links a:hover {
  text-decoration: underline;
}

.foot_address .location {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.address_title {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  color: #666FAD;
  display: block;
  margin: 15px 0 -5px;
}



.foot_address a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.foot_form form {
  position: relative;
}

.foot_form input[type="text"] {
  background: rgba(144, 145, 156, 0.08);
  border-radius: 6px;
  padding: 15px 20px;
  width: 100%;
  border: 0;
  margin-bottom: 20px;
}

.foot_form button {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: transparent;
  border: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}

.foot_form label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #60606B;
}


/*Copyright Style*/

.copyright {
  padding: 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright_text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.75);
}

.foot_menu a{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.75);
}

.foot_menu li {
  display: inline;
  margin-left: 10px;
}



/*==========================================================================

  About Page

========================================================================== */

.site_map {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(144, 145, 156, 0.06);
  box-shadow: inset 0px 19px 13px -10px rgba(0, 0, 0, 0.04);
}

.site_map a {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #60606B;
}

.site_map_line   {
  width: 22px;
  height: 0px;
  background: #17212b;
  border: 1px solid #17212b;
  margin: 0 20px;
}

.site_map span {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #17212b;
}


.about_video {
  padding: 90px 0;
}

.about_advance {
  padding: 0px 0 90px;
}


.about_advance_text h1 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  color: #17212b;
  margin: 0 0 20px;
}


.about_advance_text p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
  margin: 0 0 20px;
}

.about_count_style .counter, .about_count_orange{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 57px;
  color: #E0D724;
  display: inline;
}


.about_count_style p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #17212b;
}

.about_counter_numbers #counters {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 60px;
}



/*About Partners*/

.about_partners {
  padding: 70px 0;
  text-align: center;
  background: rgba(144, 145, 156, 0.06);
}

.about_partners p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #17212b;
  width: 60%;
  margin: 0 auto;
}


.about_partners_grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 100px;
}





.about_mission {
  padding: 90px 0;
}

.about_mission h1{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  color: #17212b;
  margin-bottom: 25px;
  margin-top: 30px;
}
.about_mission p{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
}
.about_mission h4{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #17212b;
  margin-top: 35px;
  margin-bottom: 10px;
}

.bg-static {
  position: relative;
}


.mission_small_img {
  position: absolute;
  bottom: 0;
}
.mission_big_img {
  margin-left: 200px;
}

/*Discover Gym Section*/

.discover_gym {
  padding-bottom: 90px;
}

.discover_gym_img img {
  width: 100%;
}

.discover_gym_text h1,.discover_gym_text p {
  margin-bottom: 20px;
}

.discover_gym_text {
  padding: 80px 40px;
}


/*Discover more section*/

.discover_more {
  background: rgba(144, 145, 156, 0.06);
  padding: 90px 0;
}

.discover_more img {
  width: 100%;
}

.discover_more h1 {
  margin: 0px 0 40px;
}

.discover_more h4 {
  margin: 20px 0;
}

.discover_more a {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 15.84px;
  line-height: 24px;
  color: #E0D724;
  display: table;
  margin-top: 20px;
  position: relative;
}


.discover_more a:after {
  position: absolute;
  content: '';
  background: #E0D724;
  width: 0%;
  height: 1px;
  display: inline-block;
  bottom: 0px;
  left: 0px;

  -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}


.discover_more a:hover:after {
  width: 100%;
}




/*==========================================================================

  Contact Page

========================================================================== */

.get_in_touch {
  padding: 90px 0;
}

.get_intouch_title {
  text-align: center;
}

.get_intouch_title h1 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 53px;
  letter-spacing: -0.06em;
  color: #17212b;
  margin:0 0 10px;
}

.get_intouch_title p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #60606B;
  margin: 0px;
}

.contact_shapes {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px; 
}


.contact_info {
  padding: 40px 70px 40px 70px;
  border-radius: 6px;
}

.contact_info_header img {
  float: left;
  margin-right: 10px;
}

.contact_info h4 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: -0.06em;
  margin: 0 0 5px;
  color: #fff;

}

.contact_info span {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.01em;
}

.contact_info p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #fff;
  margin-top: 20px;
}

.shape_1 {
  padding-left: 40px;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
.shape_2 {
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.shape_3 {
  padding-right: 40px;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.shape_3 h4, .shape_3 span, .shape_3 p {
  color: #17212b;
}

/*Form Section*/

.contact_form_section {
  padding-bottom: 90px;
}


.contact_form_inner h1 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 53px;
  letter-spacing: -0.06em;
  color: #17212b;
  margin:30px 0 10px;
}

.contact_form_inner p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #60606B;
  margin: 0px;
}

.contact_input_grid {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px; 
}

.contact_form_inner label {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #17212b;
}
.contact_form_inner textarea {
  background: rgba(144, 145, 156, 0.08);
  border-radius: 6px;
  padding: 15px 20px;
  border: 0;
  width: 100%;
}
.contact_input_grid input{
  background: rgba(144, 145, 156, 0.08);
  border-radius: 6px;
  padding: 15px 20px;
  border: 0;
  width: 100%;
}

.contact_input_grid {
  margin-bottom: 20px;
}


.contact_input_grid input::placeholder {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #60606B;
}


.contact_form_inner textarea::placeholder {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #60606B;
}


#contact_form_checkbox {
  margin: 10px 0 20px;
}

.contatc_img img {
  width: 100%;
  padding-right: 10px;
}

.map iframe {
  margin-bottom: -7px;
}


/*Membership Page*/

.inner_pagess_sitemap {
  padding: 20px 0;
  background: rgba(144, 145, 156, 0.09);
}

.inner_pagess_sitemap h1 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.06em;
  color: #17212b;
}
.inner_pagess_sitemap h1 span {
  color: #B6B6BE;
}

.inner_pagess_sitemap .flex_container{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.breadcrumbs {
  padding: 6px 20px 10px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 5px;
}

.breadcrumbs a {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #60606B;
}

.breadcrumbs i {
   font-size: 12px;
  color: #60606B;
  margin: 0 10px;
}
.breadcrumbs span {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #17212b;
}

.monthly span {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #60606B;
}

.yearly {
  position: relative;
}

.yearly:after {

  content: '';
  background: url(../static/price_off.png) no-repeat;
  width: 30px;
  height: 41px;
  display: inline-block;
  position: absolute;
  right: -43px;
  top: -20px;
}

.yearly span {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #17212b;
}

.off_price {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  background: #FFF8F7;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  top: -38px;
  width: 100%;
  left: -13px;
}



/*Pricing section*/

.pricing_section {
  padding: 90px 0;
}

.pricing_chechkbox {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.pricing_section .banner_title {
  text-align: center;
}

.pricing_plans {
  padding:60px 0 40px;
}

/*slider*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 0 15px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.pricing_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.pricing_slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .pricing_slider {
  background-color: #E0D724;
}

input:focus + .pricing_slider {
  box-shadow: 0 0 1px #E0D724;
}

input:checked + .pricing_slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded pricing_sliders */
.pricing_slider.round {
  border-radius: 34px;
}

.pricing_slider.round:before {
  border-radius: 50%;
}



/*Price Listings*/

.price_item {
  border: 1px solid #ECECEC;
  border-radius: 22px;
  padding: 30px 20px;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
  position: relative;
}

.price_list_title img {
  float: left;
  margin-right: 10px;
}

.price_list_title h2 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #17212b;
  margin: 0 0 10px;
  line-height:30px;

}

.price_desc {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #60606B;
  margin: 0;
}

.price_amount {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 50px;
  color: #E0D724;

} 
.price_amount span {
  color: #DCDDE3;
}

.price_list_amount p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #60606B;
  margin: 0;
  margin-left: 6px;
}

.price_list_amount {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
}


.price_button {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.price_list_features p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #17212b;
  margin-bottom: 20px;
}

.price_list_features li {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #60606B;
  margin-bottom: 20px;
}


.price_list_features i {
 color: #E0D724; 
 margin-right: 10px;
}

.see_features {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #17212b;
  text-align: center;
  background: #F5F5F6;
  border-radius: 0px 0px 22px 22px;
  display: block;
  padding: 20px 0;
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%
}

.popular_price {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #E0D724;

  padding: 5px 10px;
  background: #FFF8F7;
  border-radius: 6px;
  position: absolute;
  right: 20px;
}

.price_current {
  background: #1D2769;
  border: 1px solid #ECECEC;
  color: #fff;
}

.price_current .see_features {
  background: #17212b;
  color: #fff;
}



.price_current h2,
.price_current .price_list_features p,
.price_current .price_list_features li,
.price_current .price_list_amount p, 
.price_current.price_amount,
.price_current .price_desc {
  color: #fff;
}

.price_table {
  padding: 90px 0;
  background: #F5F5F6;
}


.price_table_header {
  display: grid; 
  grid-template-columns: 1.6fr 0.8fr 0.8fr 0.8fr; 
  grid-template-rows: 1fr; 
  gap: 0px 0px; 
  grid-template-areas: 
    ". . . ."
    ". . . ."
    ". . . ."; 


  padding: 20px;
  background: rgba(144, 145, 156, 0.08);
}

.price_table_content {
  display: grid; 
  grid-template-columns: 1.6fr 0.8fr 0.8fr 0.8fr; 
  grid-template-rows: 1fr; 
  gap: 0px 0px; 
  grid-template-areas: 
    ". . . ."
    ". . . ."
    ". . . ."; 


  padding: 20px;
  background: rgba(144, 145, 156, 0.08);
}


.price_table_content.second_bg {

  background: rgba(245, 245, 245, 1);
}


.price_table_header span {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #17212b;
}

.price_table_description .fa-check {
  color: #E0D724;
}




/*==========================================================================

  Faq Page

========================================================================== */

.faq_help {
  background: url(../static/faq_pageheader.jpg) no-repeat;
  background-size: cover;
  padding: 140px 0;
}

.faq_help h1 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.06em;
  color: #17212b;
  margin: 0 0 30px;
}


.faq_search input[type="text"] {
  padding: 20px;
  font-size: 15px;
  color: #60606B;
  padding-left: 40px;
  width: 340px;
  background: #FFFFFF;
  border: 1px solid rgba(96, 96, 107, 0.12);
  border-radius: 6px;

}

.faq_search {
  position: relative;
}

.faq_search button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 16px;
  left: 13px;
  font-size: 19px;
}




.faq_section {
  padding: 70px 0 0;
}



/*Faq links*/

.faq_links {
  padding: 30px 62px 30px 40px;
  border: 1px solid rgba(96, 96, 107, 0.12);
  border-radius: 6px;
}

.faq_links h4 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #A4A4A6;
  margin-bottom: 15px;
}

.faq_links a {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #5B7BFB;
  margin-bottom: 10px;
}




/*Faq Accordion*/

.accordion-header {
  width: 562px;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  color: #17212b;
  padding: 20px 30px;
  width: 100%;
  position: relative;
  cursor:pointer;
  border: 1px solid rgba(96, 96, 107, 0.12);
  border-radius: 6px;
  margin-bottom: 20px;

  display: flex;
  align-items: center;
}


.accordion-header:after {
  content: '\2b';
  font: var(--fa-font-solid);
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 20px;
}
.active-header:after {
  content: '\f068';
  font: var(--fa-font-solid);
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 20px;
}


.accordion-header:hover {
  background: rgba(144, 145, 156, 0.08);
}

.active-header {
  background: rgba(144, 145, 156, 0.08);
}


.accordion-content {
  display: none;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
  padding: 20px 30px;
  margin-bottom: 20px ;
  padding-top: 0;
}



/*==========================================================================

  Instructor Page

========================================================================== */




.instructors_section {
  padding: 90px 0;
}

.instructor_title {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.01em;
  color: #60606B;
  text-align: center;
  margin-bottom: 30px;
}

.instructor_title span {
  color: #E0D724;
}

.rating {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #807264;
  background: #F0EBE7;
  border-radius: 48px;
  padding: 10px;
  display: table;
  margin: -15px auto 0;
  position: relative;
}

.instructor_img {
  text-align: center;
}

.single_instructor_img img {
  width: 100%;
}

.rating span {
  font-weight: bold;
}

.instructor_grid {
  display: grid;
  grid-template-columns: repeat(4, 3fr);
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px; 
}

.instructor_item {
  background: #FFFFFF;
  border: 1px solid #F4F5FB;
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  text-align: center;
  padding: 30px 0 0;
}

.instructor_item h4 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #17212b;
  line-height: 20px;
  text-align: center;
  margin: 15px 0 10px;
}
.instructor_item P {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #60606B;
}

.asses {
  border-top: 1px solid #F4F5FB;
  padding: 10px;
  margin-top: 30px;
}

.asses img{
  margin-right: 7px;
}

.asses p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #60606B;
  position: relative;
  display: initial;
}

.asses_complete p {
  color: #23B131;
}

.asses_pending p:before {
  content: '';
  background: url(../static/asses_clock.svg) no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  left: -25px;
  top: 0px;
}

.asses_complete p:before {
  content: '';
  background: url(../static/asses_tick.svg) no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  left: -25px;
  top: 0px;
}




/*==========================================================================

  Single Instructor Page

========================================================================== */

.single_instructor {
  padding: 90px 0;
}

.instrucor_listing {
  border-bottom: 1px solid #D7D7D7;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.instrucor_listing li {
  margin-left: 40px;
  margin-bottom: -1px;
}

.instrucor_listing li:first-child {
  margin-left: 0px;
}

.instrucor_listing a {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #17212b;
  padding: 20px 0;
  display: flex;
  align-items: center;
  position: relative;
}

.btn-11{position:relative; overflow:hidden;}
.btn-11 span.effect{
  position:absolute; left:0; bottom:0; width:0; height:2px; 
  background-color:#E0D724; 
  -webkit-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
  -o-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
  transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.instructor_listing_with_number .number_of {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  position: absolute;
  right: -22px;
  top: 9px;
  text-transform: uppercase;
  color: #FFF5E6;
  background: #E0D724;
  padding: 0px 6px 2px;
  border-radius: 50%;
}

.instrucor_listing a img {
  margin-right: 10px;
}

.instructor_active a{
  border-bottom: 3px solid #E0D724;
}

.instructor_title {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
}

.instructor_description {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
}

.instructor_infos {
  display: flex;
  margin-bottom: 20px;
}

.instructor_description {
  margin-left: 0px;
}
.instructor_socials {
}
.instructor_socials i{
  color: #60606B;
  font-size: 16px;
  margin-right: 10px;

  
  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.instructor_socials i:hover {
  color: #E0D724;
}

.instructor_achievement_grid {

  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 0px; 
}

.instructor_avchievement {
  padding-bottom: 80px;
}

.instructor_achievement_grid_item {
  background: #FFFFFF;
  border: 1px solid #F4F5FB;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.015);
  border-radius: 22px;
  padding: 50px 30px 30px;
  position: relative;
}

.instructor_achievement_grid_item img {
  position: absolute;
  top: -30px;
  left: 30px;
}

.instructor_achievement_grid_item p{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #60606B;
  margin-bottom: 15px;
}

.achievement_counter {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0.01em;
  color: #17212b;
}

.courser_taken {
  padding: 90px 0;
}



/*==========================================================================

  Become Instructor Page

========================================================================== */

.discover_potential {
  padding: 90px 0;
}

.apply_title {
  width: 60%;
  margin: 0 auto 60px;
  text-align: center;
}

.discover_potential h1 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.06em;
  color: #17212b;
  margin: 0 0 20px;
}
.discover_potential p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
}

.discover_item {
  text-align: center;
  padding: 40px;


  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.discover_item:hover {
  background: #FFFFFF;
  box-shadow: 0px 14px 41px rgba(0, 0, 0, 0.05);
}

.discover_item img {
  margin-bottom: 20px;
}

.discover_item h4 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #17212b;
  margin-bottom: 20px;
}

.discover_item p {
  margin-bottom: 40px;
}

.discover_item a {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.01em;
  color: #E0D724;
  padding-bottom: 5px;
  position: relative;


  -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.discover_item a:after {
  position: absolute;
  content: '';
  background: #E0D724;
  width: 0%;
  height: 1px;
  display: inline-block;
  bottom: 0px;
  left: 0px;



  -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.discover_item a:hover:after {
  width: 100%;
}

.how_to_teacher {
  padding: 90px 0;
  background: url(../static/become_accordion_bg.png) center no-repeat #F9F9F9;
}

.how_to_teacher_title h1{
  margin-bottom: 30px;
}

.become_teacher_accordion .accordion {
  padding: 50px;
  background: #fff;
}

.become_teacher_accordion .accordion-header img {
  margin-right: 10px;
}


.become_teacher_accordion .accordion-header:hover {
  background: rgba(144, 145, 156, 0);
}

.become_teacher_accordion .active-header {
  background: rgba(144, 145, 156, 0);
}


.become_teacher_accordion .accordion-header:after {
  content: '\2b';
  font: var(--fa-font-solid);
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 28px;
}
.become_teacher_accordion .active-header:after {
  content: '\f068';
  font: var(--fa-font-solid);
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 28px;
}


.teacher_profile {
  padding: 90px 0;
}

.teacher_profile_img {
  position: relative;
}

.teacher_profile_img > img {
  width: 100%;
}

.teacher_infos {
  padding:40px;
  background: #FFFFFF;
  box-shadow: 0px 7px 46px rgba(0, 0, 0, 0.04);
  width: 70%;
  position: absolute;
  bottom: -30px;
  right: -40px;
}

.teacher_infos h4 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  color: #17212b;
  margin-bottom: 10px;
}

.teacher_infos img {
    position: absolute;
    left: -40px;
    top: -30px;
}


.teacher_infos p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
}

.teacher_profile_text {
  padding: 50px;
}

.teacher_profile_text ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.teacher_profile_text li {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #60606B;
  margin-bottom: 15px;
}

.teacher_profile_text i {
  color: #E0D724;
  margin-right: 10px;
}

.teacher_profile .how_to_teacher_title p{
  color: #60606B;
}


.default_button_transparent {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #17212b;
  background: transparent;
  border: 2px solid #17212b;
  border-radius: 6px;
  display: table;
  padding: 13px 25px;

  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.default_button_transparent:hover  {
  color: #fff;
  background: #E0D724;
  border: 2px solid #E0D724;
}


/*==========================================================================

  Course Grid Page

========================================================================== */

.course_wrapper {
  padding: 90px 0;
}

.filter_text {
  padding: 10px 0;
  border-bottom: 1px solid rgba(1, 10, 68, 0.15);
}

.filter_text span {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  color: #17212b;
}

.filter_text a {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  color: #E0D724;
  float: right;
}

.filter_categories {
  border-bottom: 1px solid rgba(1, 10, 68, 0.15);
  padding-bottom: 20px;
  margin-bottom: 20px;
}


.filter_categories h4 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #A4A4A6;
  margin: 25px 0 15px;
}


/* Customize the label (the container) */
.checkbox_container {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #17212b;
  
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
  background-color: #E0D724;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  left: 9px;
  top: 3px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.filter_check {
  text-align: center;
  width:100%;
  padding: 15px;
}

.course_match {
  background: #FAFAFA;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course_match span {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
}


.course_march_right_side select {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  padding: 10px 15px;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #17212b;
  margin-left: 5px;
}

.course_march_right_side select:focus {
  border: 1px solid #EBEBEB;
}

.course_view {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  color: #17212b;
  font-size: 16px;
  padding: 10px;
  margin-left: 5px;
}

.course_view.course_selected {
  color: #E0D724;
}

.load_more_courses {
  display: table;
  margin: 0 auto;
}



/*==========================================================================

  Course List Page

========================================================================== */

.course_item_liststyle {
  display: grid;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0p; 
  grid-template-columns: 1.5fr 2fr;  
  border: 0;
  box-shadow: none;
  margin-top: 40px;
  margin-bottom: -40px;
}


.course_image_liststyle {
}

.course_image_liststyle .overlay_course {
  position: absolute;
  width: 100%;
  height: 88%;
}

.course_content_liststyle {
  padding: 0px;
  margin-bottom: 40px;
  border-radius: 0px;

  border: 1px solid #ECECEC;
  overflow: hidden;
  box-shadow: 4px 4px 0px rgb(0 0 0 / 2%);
  padding: 20px 0 0;
}

.course_content_liststyle h2 {
  padding: 0;
  margin-left: 20px;
  margin-bottom: 20px;
}
.course_content_liststyle p {
  padding: 0;
  margin-left: 20px;
  margin-bottom: 20px;
}



/*==========================================================================

  Course Single

========================================================================== */



.single_course_hero {
  padding: 90px 0;
  background: url(../static/hero_section.jpg);
  background-size: cover;
  border-bottom: 1px solid rgba(1, 10, 68, .15);
}


.single_course_hero .flex_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.hero_left_side {
  width: 40%;
}

.hero_left_side h1 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.02em;
  color: #17212b;
  margin: 0 0 20px;
}

.hero_left_side .course_state {

  display: table;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #111013;
  padding: 4px 12px;
  background: rgba(1, 10, 68, 0.05);
  border-radius: 5px;
  margin-bottom: 20px;
}

.hero_left_side p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #60606B;
  margin-bottom: 20px;
}


.hero_links {
  display: flex;
  align-items: center;
}


.orange_button {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  background: #E0D724;
  border-radius: 6px;
  display: table;
  padding: 10px 20px;
  border: 1px solid #E0D724;

  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.orange_button:hover  {
  color: #fff;
  background: #17212b;
  border: 1px solid #17212b;
}

.green_button {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #17D292;
  background: #fff;
  border-radius: 6px;
  display: table;
  padding: 10px 20px;
  border: 1px solid #17D292;
  margin-left: 20px;

  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.green_button:hover  {
  color: #fff;
  background: #17D292;
}

.hero_right_side img {
  margin-right: 10px;
}

.hero_right_side a {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.025em;
  color: #FFFFFF;
  background: rgba(1, 10, 68, 0.72);
  border-radius: 30px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  margin-right: 90px;
  
  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hero_right_side a:hover {
  background: rgba(1, 10, 68, 1);
}




.single_course {
  padding: 90px 0;
}

/*-------------------------------------------------*/
/* =  Tabs Widget
/*-------------------------------------------------*/

.tabs ul {
  padding: 0;
}

.tabs-widget {
}

.tabs-widget .tab-links {
  margin: 0;
  display: flex;
  border-bottom: 2px solid #e8e9ee;
}

.tabs-widget .tab-links li {
    background: #ffffff;
    color: #17212b;
    width: 20%;
}

.tabs-widget .tab-links li.active {
    border-bottom:2px solid #E0D724;
}

.tabs-widget .tab-links li.active a{
  
    color: #17212b;
}


.single_tab_content {
  padding: 90px 0;
}

.single_tab_content h3 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  align-items: center;
  letter-spacing: -0.02em;
  color: #17212b;
  margin-bottom: 30px;
}

.single_tab_content h4 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #17212b;
  margin-bottom: 30px;
  margin-top: 30px;
}


.single_tab_content p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
  margin-bottom: 20px;
}

.single_tab_content a {
  text-decoration-line: underline;
  color: #5668C7;
}

.single_tab_content p span {
  font-weight: 700;
  font-size: 20px;
}



/*Single Course Aside*/

.course_share {  
  margin-bottom: 30px;
}

.tabs-widget .tab-links li a {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.01em;
  color: #A2A2A9;
  padding: 20px;
  display: block;
  text-align: center;
}

.share_dropdown_toggle img {
  margin-right: 10px;
}

.share_dropdown_toggle {
  border: 1px solid rgba(1, 10, 68, .15);
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #E0D724;
}

.share_dropdown {
  position: relative !important;
  width: 100%;
}


.share_dropdown li{
  display: inline-block;
}


.share_dropdown a {
  padding: 3px 12px;
  color: #60606B;
  font-size: 19px !important;
  border: 1px solid rgba(1, 10, 68, .15);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.share_dropdown a:hover {
  color: #E0D724;
}


.course_included {
  padding: 20px;
  border: 1px solid rgba(1, 10, 68, .15);
  border-radius: 6px;
  margin-bottom: 30px;
}

.course_included h4 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
  margin-bottom: 15px;
}


.course_included img{
  margin-right: 10px;
}

.course_included li {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 50px;
  letter-spacing: 0.01em;
  color: #17212b;
  display: flex;
  align-items: center;
}

.course_requirement {
  padding: 20px;
  background: rgba(144, 145, 156, 0.06);
  border-radius: 6px;
}

.course_requirement h4 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
  margin-bottom: 15px;
}


.course_requirement img{
  margin-right: 10px;
}

.course_requirement li {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 50px;
  letter-spacing: 0.01em;
  color: #17212b;
  display: flex;
  align-items: center;
}

.course_lessons {
  border: 1px solid rgba(1, 10, 68, .15);
  border-radius: 6px;
  padding: 20px;
}

.lesson_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.related_courses h1 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #17212b;
  text-align: center;
}

.lesson_header h1{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  align-items: center;
  letter-spacing: -0.02em;
  color: #17212b;
}
.lesson_header span{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #17212b;
}

.lesson_items li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lesson_items li {
  margin-bottom: 15px;
}
.left_lesson{
  display: flex;
  align-items: center;
}

.lesson_items a{
  text-decoration: none;
}

.lesson_items .lesson_open p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #E0D724;
  margin: 0 10px 0 ;
}

.lesson_items p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #17212b;
  margin: 0 10px 0 ;
}
.lesson_items p:hover {
  color: #E0D724;
}
.right_lesson {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #17212b;
}


.your_instructor {  
  border: 1px solid rgba(1, 10, 68, .15);
  border-radius: 6px;
  padding: 20px;
}
.your_instructor h1{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  align-items: center;
  letter-spacing: -0.02em;
  color: #17212b;
  margin-bottom: 20px;
}

.instructor_single_img img {
  width: 100%;
}

.single_instrictpr_info h4 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #17212b;
  margin: 20px 0 20px;
}

.instuctor_meta {
  display: flex;
  margin-bottom: 20px;
}

.instuctor_meta a{

  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
  display: flex;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;

}
.instuctor_meta span {

  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
  display: flex;
  align-items: center;

}

.instuctor_meta img {
  margin-right: 5px;

}

.review_instructor {  
  border: 1px solid rgba(1, 10, 68, .15);
  border-radius: 6px;
  padding: 20px;
}

.review_instructor h1{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  align-items: center;
  letter-spacing: -0.02em;
  color: #17212b;
  margin-bottom: 20px;
}

.big_rating {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
  padding: 60px 0px;
  text-align: center;
}

.big_rating_number {
  color: #17212b;
  font-family: Onest;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
.big_rating a {
  color: #17212b;
  font-family: Onest;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.17px;
  display: block;
  text-decoration: none;
}

.fully_filled {
  border-radius: 3px;
  background: #17212b;
  height: 5px;
  width: 100%;
  margin: 0 20px;
}
.non_filled {
  border-radius: 3px;
  background: #e8e9ee;
  height: 5px;
  width: 100%;
  margin: 0 20px;
}

.small_rating {
  color: #60606B;
  font-family: Onest;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.17px;
}

.rating_all {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
}


/*==========================================================================

  Blog Pages

========================================================================== */

.blog_header .flex_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog_header {
  padding: 90px 0;
}

.blog_header h1 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 88px;
  line-height: 86px;
  letter-spacing: -0.06em;
  color: #17212b;
  margin: 0;
  width: 40%;
}

.blog_header h1 span {
  color: #E0D724;
}

.blog_header p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: -0.06em;
  color: #60606B;
  width: 40%;
}

.blog_header p span {
  color: #111013;
}

.blog_wrapper {
  padding: 0 0 90px;
}

.blog_items {
  margin-bottom: 60px;
}


.blog_img img {
  width: 100%;
  margin-bottom: 20px;
}

.blog_time {
  display: flex;
  align-items: baseline;
}

.blog_date {
  display: table;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #111013;
  padding: 4px 12px;
  background: rgba(1, 10, 68, 0.05);
  border-radius: 5px;
  margin-bottom: 10px;
}

.blog_time span {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
  margin-left: 20px;
}

.blog_text {
  padding: 40px 10px;
}

.blog_text h4 a{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #17212b;
  margin: 20px 0;
  display: block;
}

.blog_text p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
}


.read_more {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #E0D724;
  position: relative;
  margin-top: 20px;
  display: table;
}


.read_more:after {
  position: absolute;
  content: '';
  background: #E0D724;
  width: 0%;
  height: 1px;
  display: inline-block;
  bottom: -8px;
  left: 0px;

  -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}


.read_more:hover:after {
  width: 100%;
}


.read_more i {
  rotate:45deg;
  margin-left: 5px;
}

.load_more_blogs {
  display: table;
  margin: 0 auto 0px;
}


.blog_grid .blog_time {
  margin-bottom: 20px;
}
.blog_grid .blog_text {
  padding: 0;
}
.blog_grid .blog_text h4 a {
    margin: 0px 0 20px;
}


.single_blog_header {
  background: #F7F7F8;
  padding-top: 90px;
  padding-bottom: 50px;
  margin-bottom: 160px;
}

.single_blog_header_img {
  position: relative;
}

.single_blog_header_img img {
  width: 100%;
  position: absolute;
}

.single_subtitle {
  display: table;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #111013;
  padding: 4px 12px;
  background: rgba(1, 10, 68, 0.05);
  border-radius: 5px;
  margin-bottom: 10px;
}


.single_blog_header_text h1 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 53px;
  letter-spacing: -0.06em;
  color: #17212b;
  margin-bottom: 30px;
}

.single_author img {
  float: left;
  margin-right: 20px;
}
.authot_text {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #60606B;
}
.authot_text a{
  color: #60606B;
}

.authot_text span {
  display: block;
}

.single_share {
  position: absolute;
  top: 100px;
}

.single_share span {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #17212b;
  margin-bottom: 10px;
  display: block;
}

.single_share i {
  padding: 10px;
  border: 1px solid rgba(1, 10, 68, .15);
  font-size: 17px;
  color: rgba(1, 10, 68, 1);
  border-radius: 50%;


  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single_share i:hover {
  color: #fff;
  background: rgba(1, 10, 68, 1);
}

.single_blog_header .column7 {
  position: relative;
}


.single_content span {
  color: rgba(1, 10, 68, 1);
}
.single_content a {
  text-decoration-line: underline;
  color: #E0D724;
}


.single_content p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
  margin-bottom: 30px;
}

.single_content h4 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.06em;
  color: #17212b;
  margin: 10px 0 40px;
}
.single_content ul {
  margin-left: 20px;
}

.single_content li {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 40px;
}



.blog_tags span {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
  margin-right: 10px;
}
.blog_tags a {
  display: inline-block;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #111013;
  padding: 4px 12px;
  background: rgba(1, 10, 68, 0.05);
  border-radius: 5px;
  margin-bottom: 10px;
  text-decoration: none;

  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog_tags a:hover {
  background: #E0D724;
  color: #fff;
}

.single_blog_author {
  border: 1px solid rgba(1, 10, 68, 0.1);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  margin: 40px 0;
}

.single_blog_author_text {
  margin-left: 20px;
}

.single_blog_author_text h6 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #17212b;
  margin-bottom: 10px;
}
.single_blog_author_text p span {
  font-weight: 600;
}
.single_blog_author_text p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;/
  color: #60606B;
  margin-bottom: 10px;
}
.single_blog_author_socials {
  margin-left: 10px;
  text-align: right;
}

.single_blog_author_socials i {
  padding: 10px;
  border: 1px solid rgba(1, 10, 68, .15);
  font-size: 17px;
  color: rgba(1, 10, 68, 1);
  border-radius: 50%;
  margin-bottom: 10px;


  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single_blog_author_socials i:hover {
  color: #fff;
  background: rgba(1, 10, 68, 1);
}



.blog_comments h1 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  display: flex;
  align-items: center;
  letter-spacing: -0.06em;
  color: #17212b;
  margin: 0 0 20px;
}


.blog_comments p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;/
  color: #60606B;
  margin-bottom: 10px;
  margin: 0 0 20px;
}

.blog_comments .column4 label,.blog_textarea label {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #17212b;
  margin-bottom: 10px;
  display: block;
}


.blog_inputs {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
  width: 100%;
  padding: 10px 15px;
  background: rgba(144, 145, 156, 0.08);
  border-radius: 6px;
  border: 0;
}


.blog_checkbox {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
  display: inline-block;
  margin: 30px 0 30px 10px;
}


.blog_textarea {
  margin-bottom: 30px;
}

.blog_reply_button {
  background: #17212b;
  color: #fff;
  border: 1px solid #17212b;
  margin-bottom: 50px;
}
.blog_reply_button:hover{
  background: #fff;
  color: #17212b;
  border: 1px solid #17212b;
}



.blog_replies h1 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  display: flex;
  align-items: center;
  letter-spacing: -0.06em;
  color: #17212b;
  margin: 0 0 30px;
}

.blog_reply_item {
  display: flex;
}
.blog_reply_item img{
  width: 60px;
  height: 60px;
}

.blog_reply_text {
  margin-left: 20px;
}

.blog_reply_text h6 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #17212b;
  margin-bottom: 5px;

}
.blog_reply_text span {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #161519;
  display: block;
  margin-bottom: 5px;

}

.blog_reply_text span a {
  color: #60606B;
}

.blog_reply_text span a:hover {
  text-decoration: underline;
}

.blog_reply_text p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;

}

.nested_item {
  margin-left: 80px;
}

.blog_reply_item {
  margin-bottom: 40px;
}

.single_blog_links h1{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.06em;/
  color: #17212b;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(1, 10, 68, 0.1);
  margin: 0 0 20px;
}


.single_blog_links li a{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #60606B;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(1, 10, 68, 0.1);
  margin: 0 0 20px;
  display: block;

  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.single_blog_links li a:hover {
  color: #17212b;
}

.single_blog_links ul {
  margin-bottom: 70px;
}

.single_blog_adv {
  background: linear-gradient(315.47deg, #E0D724 3.58%, #E0D724 49.41%, #FE6523 49.42%, #FE6523 95.25%);
  background: url(../static/add_banner.png);
  background-size: cover;
  padding: 40px 40px 80px;
  border-radius: 6px;
}

.single_blog_adv span {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  margin-bottom: 10px;
}

.single_blog_adv h1 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 31px;
  line-height: 35px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 40px 0 15px;
}

.single_blog_adv p {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-bottom: 15px;
}


.single_blog_adv a {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  border-radius: 6px;
  display: table;
  padding: 10px 20px;
  background: #17212b;
  color: #fff;
  border: 1px solid #17212b;

  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.single_blog_adv a:hover  {
  background: #fff;
  color: #17212b;
  border: 1px solid #17212b;
}



/*==========================================================================

  Home Instructor Page

========================================================================== */


.home2_main_banner {

}
.home2_main_banner .banner2_container {
  display: flex;
}

.banner2_left {
  padding: 80px 120px;
}

.banner2_left .banner_title {
  width: 50%;
}


.banner2_left {
  background: url(../static/banner2_leftbg.png);
  background-size: cover;
  border-radius: 6px;
}