/*!
Theme Name: Alisena
Theme URI: http://alisena-wp.buzline.org/
Author: Buzline
Author URI: https://themeforest.net/user/buzline
Description: Kindergarten & Preschool Theme
License: Copyrighted Commercial Software
License URI: http://themeforest.net/licenses/standard?ref=buzline
Version: 1.0.0
Text Domain: alisena
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

 Theme Name: Alisena
 Theme URI: http://
 Description: The Name Multipage Template
 Author: Buzline
 Author URI: https://themeforest.net/user/buzline
 Version: 1.0

============================================================== */
/* =====================================================================
 	[Table of contents]

	* Color codes
	* Fonts

	* ===== Components ===== *
		* BEGIN PRELOADER
		* BEGIN BASE STYLE
		* BEGIN BUTTON COMPONENT
		* BEGIN SLICK DOTS
		* BEGIN SLIDER ARROW
		* BEGIN ENROLL FORM
		* BEGIN SORT FORM
		* BEGIN FOOTER SUBSCRIBE
		* BEGIN COMMENT FORM
		* BEGIN LATEST POST
		* BEGIN PROGRESS WRAP
		* BEGIN BREAD CRUMBS
		* BEGIN MOVING ELEMENT
		* BEGIN MAIN TITLE
		* BEGIN MY PAGINATION
		* BEGIN CUSTOM SELECT
		* BEGIN MAP STYLE
		* BEGIN POPUP IFRAME
		* BEGIN BLOG MINI INFO
		* BEGIN BLOG INFO LIST
		* BEGIN SIDEBAR SEARCH
		* BEGIN FADE BACKGROUND
		* BEGIN HAMBURGER STYLE
		* BEGIN BACK TOP

	* ==== Header ==== *
		* BEGIN HEADER
		* BEGIN HEADER NAV
		* BEGIN CUSTOM HEADER TYPE 2
		* BEGIN HEADER TYPE 3
		* BEGIN HEADER TYPE 4
		* BEGIN HEADER TYPE 5

	* ==== Footer ==== *
		* BEGIN MAIN FOOTER
		* BEGIN FOOTER GALLERY
		* BEGIN FOOTER LATEST
		* BEGIN CUSTOM FOOTER TOP
		* BEGIN FOOTER TYPE 2
		* BEGIN FOOTER TYPE 3
		* BEGIN FOOTER TYPE 4
		* BEGIN FOOTER TYPE 5

	* ===== Widgets ===== *
		* BEGIN TESTIMONIAL
		* BEGIN TESTIMONIAL SECTION
		* BEGIN SECOND TESTIMONIAL
		* BEGIN SIDEBAR
		* BEGIN SOCIALITY LISTING
		* BEGIN CONTACT LIST
		* BEGIN ADVANTAGES LIST
		* BEGIN BIG BENEFIT LIST
		* BEGIN EVENT LIST
		* BEGIN EVENT INFO LIST
		* BEGIN EVENTS SLIDER SECTION
		* BEGIN HOME SLIDER
		* BEGIN TEAM SLIDER
		* BEGIN PROGRESS SKILL
		* BEGIN SKILL DESC
		* BEGIN PREVIEW CARD
		* BEGIN CLASSES PREVIEW CARD
		* BEGIN SCHEDULE
		* BEGIN MAIN SCHEDULE
		* BEGIN HOME CONTENT
		* BEGIN HOME ENROLL
		* BEGIN SINGLE TEAM ARTICLE
		* BEGIN SINGLE TEAM CONTENT
		* BEGIN EVENT CARD
		* BEGIN EVENT ARTICLE
		* BEGIN SINGLE EVENT CONTENT
		* BEGIN EVENTS CONTENT
		* BEGIN POST INFO
		* BEGIN BLOG POST
		* BEGIN SINGLE POST CONTENT
		* BEGIN ENROLL CONTENT
		* BEGIN PAGE NAME
		* BEGIN TYPOGRAPHY CONTENT
		* BEGIN TIMER
		* BEGIN PIE CHART
		* BEGIN SEARCH OVERLAY
		* BEGIN ACTION
		* BEGIN CLASSES WRAP
		* BEGIN EMPLOYE CARD
		* BEGIN FEATHER LIGHT
		* BEGIN GALLERY
		* BEGIN SKILLS SECTION
		* BEGIN OUR STORY
		* BEGIN APPLY
		* BEGIN BENEFIT BLOCK
		* BEGIN OUR CLASSES SECTION
		* BEGIN CHOOSE SECTION
		* BEGIN CLASS SECTION
		* BEGIN CLASSES GALLERY
		* BEGIN SINGLE CLASS CONTENT
		* BEGIN OUR TEACHER SECTION
		* BEGIN ORGANIZER BLOCK
		* BEGIN LOCATION MAP WRAP
		* BEGIN TIMETABLE
		* BEGIN COMMENT
		* BEGIN CONTACT CONTENT
		* BEGIN CUSTOM CONTENT
		* BEGIN MAP

   
    
   

	* ===== Layouts ===== *
		* BEGIN GALLERY PAGE
		* BEGIN BLOG CONTENT PAGE
		* BEGIN BLOG TWO COLUMNS PAGE
		* BEGIN BLOG CHESS PAGE
		* BEGIN GALLERY TWO COLUMNS PAGE
		* BEGIN GALLERY FOUR COLUMNS PAGE
		* BEGIN SINGLE CLASS PAGE
		* BEGIN SINGLE EVENT PAGE

============================================================== */
/*------------------------------------------------------------------
# [Color codes]

# main color 1          : #5255c5;
# main color 1 hover    : #474aab;

# main color 2          : #5dba3b;
# main color 2 hover    : #50a033;

# main color 3          : #ff8b00;
# main color 3 hover    : #e07b21;

# main color 4          : #ff5157;
# main color 4 hover    : #e04b4e;

# main color 5          : #ffc000;
# main color 5 hover    : #e5ad00;

# text color            : #777777;
# header color          : #090605;

# progress bg           : #f1f1f9;

# main placeholder      : #aeaeae;
# footer placeholder    : #eef8eb;

# input color           : #a5aaa6;

# border color          : #d8d8d8;
# border color 2        : #ececec;
# border color 3        : #e9e8e6;

# gray bg               : #f8f8fa;
# gray bg 2             : #f1f1f9;

# slick dots            : #d1d1d1;

# schedule bg           : #dddddd;

# organizer bg          : #f8f8fc;

# */
/*------------------------------------------------------------------
# [Fonts]

# main font   : 'Roboto', sans-serif;
# header font : 'Baloo Tammudu', cursive;

# */
/*===> BEGIN PRELOADER <===*/
.preloader-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff; }

.dash {
  margin: 0 15px;
  width: 35px;
  height: 15px;
  border-radius: 8px;
  background: #5255c5; }

.dash-one {
  margin-right: -18px;
  background: #5255c5;
  transform-origin: center left;
  animation: spin 3s linear infinite; }

.dash-two {
  background: #5dba3b;
  transform-origin: center right;
  animation: spin2 3s linear infinite;
  animation-delay: .2s; }

.dash-three {
  background: #ff8b00;
  transform-origin: center right;
  animation: spin3 3s linear infinite;
  animation-delay: .3s; }

.dash-four {
  background: #ff5157;
  transform-origin: center right;
  animation: spin4 3s linear infinite;
  animation-delay: .4s; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(360deg); }
  30% {
    transform: rotate(370deg); }
  35% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes spin2 {
  0% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(0deg); }
  30% {
    transform: rotate(-180deg); }
  35% {
    transform: rotate(-190deg); }
  40% {
    transform: rotate(-180deg); }
  78% {
    transform: rotate(-180deg); }
  95% {
    transform: rotate(-360deg); }
  98% {
    transform: rotate(-370deg); }
  100% {
    transform: rotate(-360deg); } }
@keyframes spin3 {
  0% {
    transform: rotate(0deg); }
  27% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(180deg); }
  45% {
    transform: rotate(190deg); }
  50% {
    transform: rotate(180deg); }
  62% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(360deg); }
  80% {
    transform: rotate(370deg); }
  85% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes spin4 {
  0% {
    transform: rotate(0deg); }
  38% {
    transform: rotate(0deg); }
  60% {
    transform: rotate(-360deg); }
  65% {
    transform: rotate(-370deg); }
  75% {
    transform: rotate(-360deg); }
  100% {
    transform: rotate(-360deg); } }
/*===> END PRELOADER <===*/
/*===> BEGIN BASE STYLE <===*/
iframe {
  width: 100%; }

body {
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  color: #777777;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }
  body ::selection {
    background: #5255c5;
    color: #fff; }
  body .inner-border > .elementor-column-wrap > .elementor-widget-wrap {
    border: 1px dashed white;
    border-radius: 20px;
    padding: 20px;
    align-content: center; }
  body ::-moz-selection {
    background: #5255c5;
    color: #fff; }
  body ::-webkit-selection {
    background: #5255c5;
    color: #fff; }
  body ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aeaeae;
    opacity: 1;
    /* Firefox */ }
  body :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aeaeae; }
  body ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #aeaeae; }
  body .foogallery .fg-item .fg-item-inner a.fg-thumb::before,
  body .foogallery .fg-caption {
    background-color: rgba(93, 186, 59, 0.8); }
  body .elementor-element .elementor-icon {
    line-height: 0.5em; }
  body .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 8px; }

@media (max-width: 4096px) {
  audio {
    margin-bottom: 30px; } }
@media (max-width: 1600px) {
  audio {
    margin-bottom: 30px; } }
@media (max-width: 1440px) {
  audio {
    margin-bottom: 30px; } }
@media (max-width: 1199px) {
  audio {
    margin-bottom: 30px; } }
@media (max-width: 991px) {
  audio {
    margin-bottom: 25px; } }
@media (max-width: 767px) {
  audio {
    margin-bottom: 20px; } }
@media (max-width: 480px) {
  audio {
    margin-bottom: 20px; } }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  word-break: break-word;
  margin-top: 0;
  font-family: "Baloo", cursive;
  line-height: 1em;
  color: #090605; }

h1, .h1 {
  font-size: 60px; }
  @media (max-width: 4096px) {
    h1, .h1 {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    h1, .h1 {
      margin-bottom: 20px; } }
  @media (max-width: 1440px) {
    h1, .h1 {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    h1, .h1 {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    h1, .h1 {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    h1, .h1 {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    h1, .h1 {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 52px; } }
  @media (max-width: 480px) {
    h1, .h1 {
      font-size: 38px; } }

h2, .h2 {
  font-size: 44px; }
  @media (max-width: 4096px) {
    h2, .h2 {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    h2, .h2 {
      margin-bottom: 20px; } }
  @media (max-width: 1440px) {
    h2, .h2 {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    h2, .h2 {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    h2, .h2 {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    h2, .h2 {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    h2, .h2 {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 36px; } }
  @media (max-width: 480px) {
    h2, .h2 {
      font-size: 32px; } }

h3, .h3 {
  font-size: 30px; }
  @media (max-width: 4096px) {
    h3, .h3 {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    h3, .h3 {
      margin-bottom: 20px; } }
  @media (max-width: 1440px) {
    h3, .h3 {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    h3, .h3 {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    h3, .h3 {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    h3, .h3 {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    h3, .h3 {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 26px; } }

h4, .h4 {
  font-size: 20px; }
  @media (max-width: 4096px) {
    h4, .h4 {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    h4, .h4 {
      margin-bottom: 20px; } }
  @media (max-width: 1440px) {
    h4, .h4 {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    h4, .h4 {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    h4, .h4 {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    h4, .h4 {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    h4, .h4 {
      margin-bottom: 15px; } }

h5, .h5 {
  font-size: 18px;
  letter-spacing: 0.01em; }
  @media (max-width: 4096px) {
    h5, .h5 {
      margin-bottom: 15px; } }
  @media (max-width: 1600px) {
    h5, .h5 {
      margin-bottom: 15px; } }
  @media (max-width: 1440px) {
    h5, .h5 {
      margin-bottom: 15px; } }
  @media (max-width: 1199px) {
    h5, .h5 {
      margin-bottom: 15px; } }
  @media (max-width: 991px) {
    h5, .h5 {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    h5, .h5 {
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    h5, .h5 {
      margin-bottom: 10px; } }

h6, .h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px; }
  @media (max-width: 4096px) {
    h6, .h6 {
      margin-bottom: 15px; } }
  @media (max-width: 1600px) {
    h6, .h6 {
      margin-bottom: 15px; } }
  @media (max-width: 1440px) {
    h6, .h6 {
      margin-bottom: 15px; } }
  @media (max-width: 1199px) {
    h6, .h6 {
      margin-bottom: 15px; } }
  @media (max-width: 991px) {
    h6, .h6 {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    h6, .h6 {
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    h6, .h6 {
      margin-bottom: 10px; } }

.post-content p {
  hyphens: auto;
  word-break: break-word; }
@media (max-width: 4096px) {
  .post-content h1, .post-content .h1, .post-content h2, .post-content .h2, .post-content h3, .post-content .h3, .post-content h4, .post-content .h4 {
    margin-top: 30px; } }
@media (max-width: 1600px) {
  .post-content h1, .post-content .h1, .post-content h2, .post-content .h2, .post-content h3, .post-content .h3, .post-content h4, .post-content .h4 {
    margin-top: 30px; } }
@media (max-width: 1440px) {
  .post-content h1, .post-content .h1, .post-content h2, .post-content .h2, .post-content h3, .post-content .h3, .post-content h4, .post-content .h4 {
    margin-top: 30px; } }
@media (max-width: 1199px) {
  .post-content h1, .post-content .h1, .post-content h2, .post-content .h2, .post-content h3, .post-content .h3, .post-content h4, .post-content .h4 {
    margin-top: 30px; } }
@media (max-width: 991px) {
  .post-content h1, .post-content .h1, .post-content h2, .post-content .h2, .post-content h3, .post-content .h3, .post-content h4, .post-content .h4 {
    margin-top: 25px; } }
@media (max-width: 767px) {
  .post-content h1, .post-content .h1, .post-content h2, .post-content .h2, .post-content h3, .post-content .h3, .post-content h4, .post-content .h4 {
    margin-top: 20px; } }
@media (max-width: 480px) {
  .post-content h1, .post-content .h1, .post-content h2, .post-content .h2, .post-content h3, .post-content .h3, .post-content h4, .post-content .h4 {
    margin-top: 20px; } }
@media (max-width: 4096px) {
  .post-content h5, .post-content .h5, .post-content h6, .post-content .h6 {
    margin-top: 20px; } }
@media (max-width: 1600px) {
  .post-content h5, .post-content .h5, .post-content h6, .post-content .h6 {
    margin-top: 20px; } }
@media (max-width: 1440px) {
  .post-content h5, .post-content .h5, .post-content h6, .post-content .h6 {
    margin-top: 20px; } }
@media (max-width: 1199px) {
  .post-content h5, .post-content .h5, .post-content h6, .post-content .h6 {
    margin-top: 20px; } }
@media (max-width: 991px) {
  .post-content h5, .post-content .h5, .post-content h6, .post-content .h6 {
    margin-top: 20px; } }
@media (max-width: 767px) {
  .post-content h5, .post-content .h5, .post-content h6, .post-content .h6 {
    margin-top: 15px; } }
@media (max-width: 480px) {
  .post-content h5, .post-content .h5, .post-content h6, .post-content .h6 {
    margin-top: 15px; } }

p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.7em; }

a {
  display: inline-block;
  text-decoration: none;
  outline: none !important;
  line-height: 1.3em; }
  a:focus {
    color: initial; }
  a::-moz-focus-inner {
    border: 0 !important; }

img {
  max-width: 100%;
  display: inline-block;
  height: auto; }

.is-style-solid-color blockquote,
.is-style-solid-color .blockquote {
  background: inherit; }
  .is-style-solid-color blockquote::after,
  .is-style-solid-color .blockquote::after {
    background: inherit; }

.comentli blockquote,
.comentli .blockquote {
  background: #f8f8fc; }

blockquote,
.blockquote {
  background: #FFFFFF;
  position: relative;
  border: 2px dashed #5dba3b;
  border-radius: 30px;
  text-align: center;
  padding: 0 2em;
  color: #090605; }
  blockquote br,
  .blockquote br {
    display: none; }
  @media (max-width: 4096px) {
    blockquote,
    .blockquote {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    blockquote,
    .blockquote {
      margin-bottom: 30px; } }
  @media (max-width: 1440px) {
    blockquote,
    .blockquote {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    blockquote,
    .blockquote {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    blockquote,
    .blockquote {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    blockquote,
    .blockquote {
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    blockquote,
    .blockquote {
      margin-bottom: 20px; } }
  @media (max-width: 4096px) {
    blockquote, blockquote.wp-block-quote.is-style-large,
    .blockquote,
    .blockquote.wp-block-quote.is-style-large {
      padding-top: 30px; } }
  @media (max-width: 1600px) {
    blockquote, blockquote.wp-block-quote.is-style-large,
    .blockquote,
    .blockquote.wp-block-quote.is-style-large {
      padding-top: 30px; } }
  @media (max-width: 1440px) {
    blockquote, blockquote.wp-block-quote.is-style-large,
    .blockquote,
    .blockquote.wp-block-quote.is-style-large {
      padding-top: 30px; } }
  @media (max-width: 1199px) {
    blockquote, blockquote.wp-block-quote.is-style-large,
    .blockquote,
    .blockquote.wp-block-quote.is-style-large {
      padding-top: 30px; } }
  @media (max-width: 991px) {
    blockquote, blockquote.wp-block-quote.is-style-large,
    .blockquote,
    .blockquote.wp-block-quote.is-style-large {
      padding-top: 25px; } }
  @media (max-width: 767px) {
    blockquote, blockquote.wp-block-quote.is-style-large,
    .blockquote,
    .blockquote.wp-block-quote.is-style-large {
      padding-top: 20px; } }
  @media (max-width: 480px) {
    blockquote, blockquote.wp-block-quote.is-style-large,
    .blockquote,
    .blockquote.wp-block-quote.is-style-large {
      padding-top: 20px; } }
  @media (max-width: 4096px) {
    blockquote, blockquote.wp-block-quote.is-style-large,
    .blockquote,
    .blockquote.wp-block-quote.is-style-large {
      padding-bottom: 30px; } }
  @media (max-width: 1600px) {
    blockquote, blockquote.wp-block-quote.is-style-large,
    .blockquote,
    .blockquote.wp-block-quote.is-style-large {
      padding-bottom: 30px; } }
  @media (max-width: 1440px) {
    blockquote, blockquote.wp-block-quote.is-style-large,
    .blockquote,
    .blockquote.wp-block-quote.is-style-large {
      padding-bottom: 30px; } }
  @media (max-width: 1199px) {
    blockquote, blockquote.wp-block-quote.is-style-large,
    .blockquote,
    .blockquote.wp-block-quote.is-style-large {
      padding-bottom: 30px; } }
  @media (max-width: 991px) {
    blockquote, blockquote.wp-block-quote.is-style-large,
    .blockquote,
    .blockquote.wp-block-quote.is-style-large {
      padding-bottom: 25px; } }
  @media (max-width: 767px) {
    blockquote, blockquote.wp-block-quote.is-style-large,
    .blockquote,
    .blockquote.wp-block-quote.is-style-large {
      padding-bottom: 20px; } }
  @media (max-width: 480px) {
    blockquote, blockquote.wp-block-quote.is-style-large,
    .blockquote,
    .blockquote.wp-block-quote.is-style-large {
      padding-bottom: 20px; } }
  blockquote::after,
  .blockquote::after {
    content: '\f27e';
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 15px;
    background: inherit;
    font-family: 'Material Design Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 55px;
    color: #5dba3b;
    transform: translate(-50%, -50%); }
  blockquote p,
  .blockquote p {
    word-break: break-word;
    margin-top: 0;
    font-family: "Baloo", cursive;
    font-size: 20px;
    line-height: 1.5em;
    text-align: inherit;
    letter-spacing: 1px; }
  blockquote cite,
  .blockquote cite {
    display: block;
    margin: 0;
    word-break: break-word;
    text-align: inherit;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px; }

time {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.4em;
  color: #777777; }
  time a {
    color: #777777; }

form button[type='submit'] {
  margin-bottom: 0;
  margin-top: 5px; }
@media (max-width: 480px) {
  form button[type='submit'] {
    margin-left: auto;
    margin-right: auto;
    display: block; } }

label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #aeaeae;
  padding-left: 5px;
  cursor: pointer;
  margin-bottom: 5px; }

input {
  display: block;
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #aeaeae;
  border-radius: 50px;
  font-size: 15px;
  line-height: 15px;
  outline: none !important; }
  @media (max-width: 4096px) {
    input {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    input {
      margin-bottom: 20px; } }
  @media (max-width: 1440px) {
    input {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    input {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    input {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    input {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    input {
      margin-bottom: 15px; } }

select {
  display: block;
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #aeaeae;
  border-radius: 50px;
  font-size: 15px;
  line-height: 15px;
  outline: none !important; }
  @media (max-width: 4096px) {
    select {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    select {
      margin-bottom: 20px; } }
  @media (max-width: 1440px) {
    select {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    select {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    select {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    select {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    select {
      margin-bottom: 15px; } }

textarea {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #aeaeae;
  border-radius: 20px;
  outline: none !important;
  font-size: 15px;
  resize: none; }
  @media (max-width: 4096px) {
    textarea {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    textarea {
      margin-bottom: 20px; } }
  @media (max-width: 1440px) {
    textarea {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    textarea {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    textarea {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    textarea {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    textarea {
      margin-bottom: 15px; } }

*[data-parent-move] {
  position: relative; }

ul {
  padding: 0;
  list-style-position: inside;
  list-style: none;
  /*margin-bottom: 0;*/ }
  @media (max-width: 4096px) {
    ul {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    ul {
      margin-bottom: 30px; } }
  @media (max-width: 1440px) {
    ul {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    ul {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    ul {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    ul {
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    ul {
      margin-bottom: 20px; } }
  ul > li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 35px; }
    ul > li::after {
      position: absolute;
      left: 0;
      top: 0px;
      content: '\f463';
      top: 0;
      height: auto;
      height: auto;
      background-color: transparent;
      font-family: 'Material Design Icons';
      font-size: 23px;
      color: #5255c5; }
    ul > li:last-child {
      margin-bottom: 0px; }
      ul > li:last-child p {
        margin-bottom: 0; }
    ul > li:nth-child(5n+1)::after {
      color: #5255c5; }
    ul > li:nth-child(5n+2)::after {
      color: #5dba3b; }
    ul > li:nth-child(5n+3)::after {
      color: #ff8b00; }
    ul > li:nth-child(5n+4)::after {
      color: #ff5157; }
    ul > li:nth-child(5n+5)::after {
      color: #ffc000; }
    @media (max-width: 4096px) {
      ul > li p {
        margin-bottom: 10px; } }
    @media (max-width: 1600px) {
      ul > li p {
        margin-bottom: 10px; } }
    @media (max-width: 1440px) {
      ul > li p {
        margin-bottom: 10px; } }
    @media (max-width: 1199px) {
      ul > li p {
        margin-bottom: 10px; } }
    @media (max-width: 991px) {
      ul > li p {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      ul > li p {
        margin-bottom: 5px; } }
    @media (max-width: 480px) {
      ul > li p {
        margin-bottom: 5px; } }
    ul > li > ul {
      margin-bottom: 0; }
      @media (max-width: 4096px) {
        ul > li > ul li:last-child p {
          margin-bottom: 10px; } }
      @media (max-width: 1600px) {
        ul > li > ul li:last-child p {
          margin-bottom: 10px; } }
      @media (max-width: 1440px) {
        ul > li > ul li:last-child p {
          margin-bottom: 10px; } }
      @media (max-width: 1199px) {
        ul > li > ul li:last-child p {
          margin-bottom: 10px; } }
      @media (max-width: 991px) {
        ul > li > ul li:last-child p {
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        ul > li > ul li:last-child p {
          margin-bottom: 5px; } }
      @media (max-width: 480px) {
        ul > li > ul li:last-child p {
          margin-bottom: 5px; } }

ol {
  padding: 0;
  list-style-position: inside;
  counter-reset: myCounter; }
  ol > li {
    position: relative;
    margin-bottom: 8px;
    list-style: none; }
    ol > li::before {
      counter-increment: myCounter;
      content: counter(myCounter) ". ";
      position: relative;
      left: 0;
      top: 0;
      float: left;
      margin-right: 10px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 15px;
      color: #777777; }
    ol > li:last-child p {
      margin-bottom: 0; }
    @media (max-width: 4096px) {
      ol > li p {
        margin-bottom: 10px; } }
    @media (max-width: 1600px) {
      ol > li p {
        margin-bottom: 10px; } }
    @media (max-width: 1440px) {
      ol > li p {
        margin-bottom: 10px; } }
    @media (max-width: 1199px) {
      ol > li p {
        margin-bottom: 10px; } }
    @media (max-width: 991px) {
      ol > li p {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      ol > li p {
        margin-bottom: 5px; } }
    @media (max-width: 480px) {
      ol > li p {
        margin-bottom: 5px; } }
    ol > li > ul {
      padding-left: 20px; }
    ol > li ol {
      margin-top: 8px;
      margin-bottom: 0;
      padding-left: 24px; }

ol[reversed="reversed"] {
  counter-reset: myCounter 2; }
  ol[reversed="reversed"] li::before {
    counter-increment: myCounter -1; }

ul > li > ol {
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 0px; }

ol > li > ul {
  margin-top: 8px; }

.moving-element {
  transition: all .3s;
  transition-timing-function: linear; }
  @media (max-width: 767px) {
    .moving-element {
      display: none; } }

header .site-title {
  margin-bottom: 0; }

.site-title {
  line-height: 1em; }
  .site-title a {
    line-height: 1em; }

footer p.site-title.h1 a {
  line-height: inherit;
  margin-bottom: 0; }

.logo-animate-colors img {
  transition: all .2s; }
  .logo-animate-colors img:hover {
    filter: hue-rotate(180deg); }

.logo img {
  max-height: 50px;
  width: auto; }

.bypostauthor, .screen-reader-text, .sticky, .wp-caption-text, .wp-caption {
  min-width: 0px; }

.thank-you-text {
  display: none; }

.thank-you {
  visibility: visible;
  opacity: 1;
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #5dba3b;
  z-index: 1000;
  transform: translate(-50%, -50%);
  min-height: 200px;
  min-width: 500px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
  transition: opacity 500ms; }
  .thank-you p {
    margin: 50px;
    color: white; }

.buz_hidden {
  visibility: hidden;
  opacity: 0; }

.postlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: -20px; }
  .postlist .postlistitem {
    padding: 0 10px 20px 10px; }
  .postlist.slick-initialized {
    margin-bottom: 0; }
    .postlist.slick-initialized .slick-list {
      margin-bottom: -20px; }

header {
  border-bottom: 1px solid #ececec; }

.widget_categories label, .widget_archive label {
  display: none; }

#commentform {
  margin-left: -15px;
  margin-right: -15px; }

.post-nav-links {
  font-size: 18px;
  color: #090605; }
  .post-nav-links a, .post-nav-links span {
    padding: 0 7px;
    font-weight: 700;
    text-decoration: none;
    color: #090605; }
  .post-nav-links span:nth-child(4n) {
    color: #5255c5; }
  .post-nav-links span:nth-child(4n+1) {
    color: #5dba3b; }
  .post-nav-links span:nth-child(4n+2) {
    color: #ff8b00; }
  .post-nav-links span:nth-child(4n+3) {
    color: #ff5157; }
  .post-nav-links a:nth-child(4n):hover {
    color: #5255c5; }
  .post-nav-links a:nth-child(4n+1):hover {
    color: #5dba3b; }
  .post-nav-links a:nth-child(4n+2):hover {
    color: #ff8b00; }
  .post-nav-links a:nth-child(4n+3):hover {
    color: #ff5157; }

table td, table th {
  border: 1px solid #d8d8d8;
  padding: 5px; }
@media (max-width: 4096px) {
  table {
    margin-bottom: 20px; } }
@media (max-width: 1600px) {
  table {
    margin-bottom: 20px; } }
@media (max-width: 1440px) {
  table {
    margin-bottom: 20px; } }
@media (max-width: 1199px) {
  table {
    margin-bottom: 20px; } }
@media (max-width: 991px) {
  table {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  table {
    margin-bottom: 15px; } }
@media (max-width: 480px) {
  table {
    margin-bottom: 15px; } }

#wp-calendar td, #wp-calendar th {
  border-color: transparent; }

.passform input {
  width: 200px;
  margin: 0; }

.foogallery.foogallery-container.foogallery-default {
  padding-left: 0; }

/**Added by DIMON*****/
.slider-mini-img.one {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.slider-mini-img.two {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.slider-mini-img.one {
  -webkit-animation: fly-one 15s forwards;
  animation: fly-one 15s forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

.slider-mini-img.two {
  -webkit-animation: fly-two 13s forwards;
  animation: fly-two 13s forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes fly-one {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  10% {
    -webkit-transform: translate(20px, -15px) rotate(10deg);
    transform: translate(20px, -15px) rotate(10deg); }
  15% {
    -webkit-transform: translate(20px, -15px) rotate(180deg);
    transform: translate(20px, -15px) rotate(180deg); }
  30% {
    -webkit-transform: translate(-20px, 15px) rotate(180deg);
    transform: translate(-20px, 15px) rotate(180deg); }
  40% {
    -webkit-transform: translate(-40px, -15px) rotate(-100deg);
    transform: translate(-40px, -15px) rotate(-100deg); }
  50% {
    -webkit-transform: translate(-10px, -45px) rotate(10deg);
    transform: translate(-10px, -45px) rotate(10deg); }
  60% {
    -webkit-transform: translate(50px, -85px) rotate(50deg);
    transform: translate(50px, -85px) rotate(50deg); }
  70% {
    -webkit-transform: translate(40px, -25px) rotate(150deg);
    transform: translate(40px, -25px) rotate(150deg); }
  85% {
    -webkit-transform: translate(80px, -15px) rotate(-100deg);
    transform: translate(80px, -15px) rotate(-100deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0); } }
@keyframes fly-one {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  10% {
    -webkit-transform: translate(20px, -15px) rotate(10deg);
    transform: translate(20px, -15px) rotate(10deg); }
  15% {
    -webkit-transform: translate(20px, -15px) rotate(180deg);
    transform: translate(20px, -15px) rotate(180deg); }
  30% {
    -webkit-transform: translate(-20px, 15px) rotate(180deg);
    transform: translate(-20px, 15px) rotate(180deg); }
  40% {
    -webkit-transform: translate(-40px, -15px) rotate(-100deg);
    transform: translate(-40px, -15px) rotate(-100deg); }
  50% {
    -webkit-transform: translate(-10px, -45px) rotate(10deg);
    transform: translate(-10px, -45px) rotate(10deg); }
  60% {
    -webkit-transform: translate(50px, -85px) rotate(50deg);
    transform: translate(50px, -85px) rotate(50deg); }
  70% {
    -webkit-transform: translate(40px, -25px) rotate(150deg);
    transform: translate(40px, -25px) rotate(150deg); }
  85% {
    -webkit-transform: translate(80px, -15px) rotate(-100deg);
    transform: translate(80px, -15px) rotate(-100deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0); } }
@-webkit-keyframes fly-two {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  10% {
    -webkit-transform: translate(-30px, 15px) rotate(-20deg);
    transform: translate(-30px, 15px) rotate(-20deg); }
  20% {
    -webkit-transform: translate(30px, -15px) rotate(40deg);
    transform: translate(30px, -15px) rotate(40deg); }
  30% {
    -webkit-transform: translate(10px, -25px) rotate(20deg);
    transform: translate(10px, -25px) rotate(20deg); }
  40% {
    -webkit-transform: translate(40px, -85px) rotate(15deg);
    transform: translate(40px, -85px) rotate(15deg); }
  55% {
    -webkit-transform: translate(80px, -15px) rotate(-15deg);
    transform: translate(80px, -15px) rotate(-15deg); }
  75% {
    -webkit-transform: translate(0px, 35px) rotate(15deg);
    transform: translate(0px, 35px) rotate(15deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0); } }
@keyframes fly-two {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  10% {
    -webkit-transform: translate(-30px, 15px) rotate(-20deg);
    transform: translate(-30px, 15px) rotate(-20deg); }
  20% {
    -webkit-transform: translate(30px, -15px) rotate(40deg);
    transform: translate(30px, -15px) rotate(40deg); }
  30% {
    -webkit-transform: translate(10px, -25px) rotate(20deg);
    transform: translate(10px, -25px) rotate(20deg); }
  40% {
    -webkit-transform: translate(40px, -85px) rotate(15deg);
    transform: translate(40px, -85px) rotate(15deg); }
  55% {
    -webkit-transform: translate(80px, -15px) rotate(-15deg);
    transform: translate(80px, -15px) rotate(-15deg); }
  75% {
    -webkit-transform: translate(0px, 35px) rotate(15deg);
    transform: translate(0px, 35px) rotate(15deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0); } }
.n2-ss-slider .button a.n2-ow {
  position: relative;
  overflow: hidden;
  transition: all .4s; }

.n2-ss-slider .button {
  padding: 0; }

.n2-ss-slider .button a.n2-ow::after {
  content: "\f142" !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 5px;
  background: #e07b21;
  font-family: 'Material Design Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  -webkit-transition: all .4s;
  transition: all .4s; }

.n2-ss-slider .button a.n2-ow:hover::after {
  width: 100%; }

.n2-ss-slider .button.color-4 a.n2-ow::after {
  background: #e04b4e; }

.n2-ss-slider .button.color-5 a.n2-ow::after {
  background: #e04b4e; }

.n2-ss-slider .button a.n2-ow > div {
  position: relative;
  z-index: 2; }

.employee .postlist .card {
  margin-bottom: 20px; }

.postlist.slick-slider {
  margin-bottom: 0px; }

@media (max-width: 991px) {
  .nextend-arrow {
    display: none !important; } }

.n2-ss-slider .button.color-1 a.n2-ow::after {
  background: #50a033; }

.n2-ss-slider .button.color-2 a.n2-ow::after {
  background: #50a033; }

body > .elementor {
  overflow: hidden; }

.fg-default.fg-gutter-25 {
  margin-left: -12px; }

.fg-default.fg-gutter-20 {
  margin-left: -10px; }

.fg-default.fg-gutter-15 {
  margin-left: -7px; }

.fg-default.fg-gutter-10 {
  margin-left: -5px; }

.fg-default.fg-gutter-5 {
  margin-left: -2px; }

body .fg-default.fg-gutter-25 .fg-item {
  margin-right: 0px;
  margin-left: 25px; }

body .fg-default.fg-gutter-20 .fg-item {
  margin-right: 0px;
  margin-left: 20px; }

body .fg-default.fg-gutter-15 .fg-item {
  margin-right: 0px;
  margin-left: 15px; }

body .fg-default.fg-gutter-10 .fg-item {
  margin-right: 0px;
  margin-left: 10px; }

body .fg-default.fg-gutter-5 .fg-item {
  margin-right: 0px;
  margin-left: 5px; }

.post-list-container.employee .postlist {
  margin-bottom: -20px; }

.post-list-container.employee .postlist .card:last-child {
  margin-bottom: 20px; }

@media (max-width: 4096px) {
  .post-list-container.class .postlist {
    margin-bottom: -30px; } }
@media (max-width: 1600px) {
  .post-list-container.class .postlist {
    margin-bottom: -30px; } }
@media (max-width: 1440px) {
  .post-list-container.class .postlist {
    margin-bottom: -30px; } }
@media (max-width: 1199px) {
  .post-list-container.class .postlist {
    margin-bottom: -30px; } }
@media (max-width: 991px) {
  .post-list-container.class .postlist {
    margin-bottom: -25px; } }
@media (max-width: 767px) {
  .post-list-container.class .postlist {
    margin-bottom: -20px; } }
@media (max-width: 480px) {
  .post-list-container.class .postlist {
    margin-bottom: -20px; } }

@media (max-width: 4096px) {
  .post-list-container.class .postlist .card:last-child {
    margin-bottom: 30px; } }
@media (max-width: 1600px) {
  .post-list-container.class .postlist .card:last-child {
    margin-bottom: 30px; } }
@media (max-width: 1440px) {
  .post-list-container.class .postlist .card:last-child {
    margin-bottom: 30px; } }
@media (max-width: 1199px) {
  .post-list-container.class .postlist .card:last-child {
    margin-bottom: 30px; } }
@media (max-width: 991px) {
  .post-list-container.class .postlist .card:last-child {
    margin-bottom: 25px; } }
@media (max-width: 767px) {
  .post-list-container.class .postlist .card:last-child {
    margin-bottom: 20px; } }
@media (max-width: 480px) {
  .post-list-container.class .postlist .card:last-child {
    margin-bottom: 20px; } }

@media (max-width: 991px) {
  .post-list-container.employee .card {
    margin-right: 10px;
    margin-left: 10px; } }
@media (max-width: 767px) {
  .post-list-container.employee .card {
    margin-right: 0px;
    margin-left: 0px; } }

@media (max-width: 991px) {
  .post-list-container.class .card {
    margin-right: 10px;
    margin-left: 10px; } }
@media (max-width: 750px) {
  .post-list-container.class .card {
    margin-right: 0px;
    margin-left: 0px; } }

@media (max-width: 4096px) {
  .post-list-container, .post-container {
    margin-top: 40px; } }
@media (max-width: 1600px) {
  .post-list-container, .post-container {
    margin-top: 40px; } }
@media (max-width: 1440px) {
  .post-list-container, .post-container {
    margin-top: 40px; } }
@media (max-width: 1199px) {
  .post-list-container, .post-container {
    margin-top: 40px; } }
@media (max-width: 991px) {
  .post-list-container, .post-container {
    margin-top: 30px; } }
@media (max-width: 767px) {
  .post-list-container, .post-container {
    margin-top: 20px; } }
@media (max-width: 480px) {
  .post-list-container, .post-container {
    margin-top: 20px; } }
@media (max-width: 4096px) {
  .post-list-container > .row, .post-container > .row {
    margin-bottom: 40px; } }
@media (max-width: 1600px) {
  .post-list-container > .row, .post-container > .row {
    margin-bottom: 40px; } }
@media (max-width: 1440px) {
  .post-list-container > .row, .post-container > .row {
    margin-bottom: 40px; } }
@media (max-width: 1199px) {
  .post-list-container > .row, .post-container > .row {
    margin-bottom: 40px; } }
@media (max-width: 991px) {
  .post-list-container > .row, .post-container > .row {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .post-list-container > .row, .post-container > .row {
    margin-bottom: 20px; } }
@media (max-width: 480px) {
  .post-list-container > .row, .post-container > .row {
    margin-bottom: 20px; } }
@media (max-width: 4096px) {
  .post-list-container > .row > div, .post-container > .row > div {
    padding-top: 40px; } }
@media (max-width: 1600px) {
  .post-list-container > .row > div, .post-container > .row > div {
    padding-top: 40px; } }
@media (max-width: 1440px) {
  .post-list-container > .row > div, .post-container > .row > div {
    padding-top: 40px; } }
@media (max-width: 1199px) {
  .post-list-container > .row > div, .post-container > .row > div {
    padding-top: 40px; } }
@media (max-width: 991px) {
  .post-list-container > .row > div, .post-container > .row > div {
    padding-top: 30px; } }
@media (max-width: 767px) {
  .post-list-container > .row > div, .post-container > .row > div {
    padding-top: 20px; } }
@media (max-width: 480px) {
  .post-list-container > .row > div, .post-container > .row > div {
    padding-top: 20px; } }
@media (max-width: 4096px) {
  .post-list-container > .row > div, .post-container > .row > div {
    margin-bottom: 40px; } }
@media (max-width: 1600px) {
  .post-list-container > .row > div, .post-container > .row > div {
    margin-bottom: 40px; } }
@media (max-width: 1440px) {
  .post-list-container > .row > div, .post-container > .row > div {
    margin-bottom: 40px; } }
@media (max-width: 1199px) {
  .post-list-container > .row > div, .post-container > .row > div {
    margin-bottom: 40px; } }
@media (max-width: 991px) {
  .post-list-container > .row > div, .post-container > .row > div {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .post-list-container > .row > div, .post-container > .row > div {
    margin-bottom: 20px; } }
@media (max-width: 480px) {
  .post-list-container > .row > div, .post-container > .row > div {
    margin-bottom: 20px; } }

.wp-block-image .alignleft, img.alignleft, .wp-caption.alignleft {
  margin-right: 1.4em;
  margin-bottom: 1.3em; }

.wp-block-image .alignright, img.alignright, .wp-caption.alignright {
  margin-left: 1.4em;
  margin-bottom: 1.3em; }

.wp-caption.aligncenter {
  margin-bottom: 1.3em; }

.not-found form {
  max-width: 320px; }

/*===> END BASE STYLE <===*/
/*===> BEGIN BUTTON COMPONENT <===*/
.button-wrapper {
  height: 44px; }
  .button-wrapper.align-right {
    text-align: right; }
  .button-wrapper.align-center {
    text-align: center; }
  .button-wrapper.align-justify a {
    width: 100%; }

.button,
button,
.btn {
  position: relative;
  z-index: 5;
  overflow: hidden;
  min-width: 165px;
  padding: 9px 70px 9px 30px;
  border: none;
  border-radius: 50px;
  background-color: transparent;
  font-family: "Baloo", cursive;
  font-size: 20px;
  text-align: center;
  outline: none !important;
  color: #fff;
  line-height: 1.3em; }
  .button::after,
  button::after,
  .btn::after {
    content: "\f142";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 5px;
    background: #e07b21;
    font-family: 'Material Design Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    transition: all .4s; }
  .button::before,
  button::before,
  .btn::before {
    content: '';
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff8b00; }
  .button:hover,
  button:hover,
  .btn:hover {
    color: #fff;
    text-decoration: none; }
    .button:hover:after,
    button:hover:after,
    .btn:hover:after {
      width: 100%;
      border-radius: 10px; }
  .button:focus,
  button:focus,
  .btn:focus {
    color: #fff; }
  .button.color-1::before,
  button.color-1::before,
  .btn.color-1::before {
    background: #5255c5; }
  .button.color-1::after,
  button.color-1::after,
  .btn.color-1::after {
    background: #474aab; }
  .button.color-2::before,
  button.color-2::before,
  .btn.color-2::before {
    background: #5dba3b; }
  .button.color-2::after,
  button.color-2::after,
  .btn.color-2::after {
    background: #50a033; }
  .button.color-3::before,
  button.color-3::before,
  .btn.color-3::before {
    background: #ff8b00; }
  .button.color-3::after,
  button.color-3::after,
  .btn.color-3::after {
    background: #e07b21; }
  .button.color-4::before,
  button.color-4::before,
  .btn.color-4::before {
    background: #ff5157; }
  .button.color-4::after,
  button.color-4::after,
  .btn.color-4::after {
    background: #e04b4e; }
  .button.color-5::before,
  button.color-5::before,
  .btn.color-5::before {
    background: #ffc000; }
  .button.color-5::after,
  button.color-5::after,
  .btn.color-5::after {
    background: #e5ad00; }

.read-more {
  display: flex;
  align-items: center;
  font-size: 17px;
  text-decoration: none !important;
  color: #090605;
  transition: all .2s; }
  @media (max-width: 4096px) {
    .read-more {
      margin-top: 20px; } }
  @media (max-width: 1600px) {
    .read-more {
      margin-top: 20px; } }
  @media (max-width: 1440px) {
    .read-more {
      margin-top: 20px; } }
  @media (max-width: 1199px) {
    .read-more {
      margin-top: 20px; } }
  @media (max-width: 991px) {
    .read-more {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .read-more {
      margin-top: 15px; } }
  @media (max-width: 480px) {
    .read-more {
      margin-top: 15px; } }
  .read-more:hover {
    color: #5255c5; }
  .read-more i {
    margin-bottom: -2px;
    transition: transform .2s; }

/*===> END BUTTON COMPONENT <===*/
/*===> BEGIN SLICK DOTS <===*/
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0; }
  .slick-dots li {
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 0; }
    @media (max-width: 4096px) {
      .slick-dots li {
        padding-top: 30px; } }
    @media (max-width: 1600px) {
      .slick-dots li {
        padding-top: 30px; } }
    @media (max-width: 1440px) {
      .slick-dots li {
        padding-top: 30px; } }
    @media (max-width: 1199px) {
      .slick-dots li {
        padding-top: 30px; } }
    @media (max-width: 991px) {
      .slick-dots li {
        padding-top: 25px; } }
    @media (max-width: 767px) {
      .slick-dots li {
        padding-top: 20px; } }
    @media (max-width: 480px) {
      .slick-dots li {
        padding-top: 20px; } }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li::after, .slick-dots li::before {
      display: none; }
    .slick-dots li.slick-active button {
      width: 20px;
      background: #5255c5; }
    .slick-dots li button {
      display: block;
      width: 10px;
      min-width: 0;
      height: 10px;
      margin-bottom: 0;
      padding: 0;
      border-radius: 10px;
      background: #d1d1d1;
      font-size: 0;
      line-height: 0;
      transition: all .3s; }
      .slick-dots li button::after, .slick-dots li button::before {
        display: none; }
      .slick-dots li button:hover {
        background: #474aab; }

.color-1 .slick-dots li.slick-active button {
  background: #5255c5; }
.color-1 .slick-dots li button:hover {
  background: #474aab; }

.color-2 .slick-dots li.slick-active button {
  background: #5dba3b; }
.color-2 .slick-dots li button:hover {
  background: #50a033; }

.color-3 .slick-dots li.slick-active button {
  background: #ff8b00; }
.color-3 .slick-dots li button:hover {
  background: #e07b21; }

.color-4 .slick-dots li.slick-active button {
  background: #ff5157; }
.color-4 .slick-dots li button:hover {
  background: #e04b4e; }

.color-5 .slick-dots li.slick-active button {
  background: #ffc000; }
.color-5 .slick-dots li button:hover {
  background: #e5ad00; }

/*===> END SLICK DOTS <===*/
/*===> BEGIN SLIDER ARROW <===*/
.color-1 .slider-arrow,
.color-1 .slick-arrow {
  background: #5255c5; }
  .color-1 .slider-arrow:hover,
  .color-1 .slick-arrow:hover {
    background: #474aab; }

.color-2 .slider-arrow,
.color-2 .slick-arrow {
  background: #5dba3b; }
  .color-2 .slider-arrow:hover,
  .color-2 .slick-arrow:hover {
    background: #50a033; }

.color-3 .slider-arrow,
.color-3 .slick-arrow {
  background: #ff8b00; }
  .color-3 .slider-arrow:hover,
  .color-3 .slick-arrow:hover {
    background: #e07b21; }

.color-4 .slider-arrow,
.color-4 .slick-arrow {
  background: #ff5157; }
  .color-4 .slider-arrow:hover,
  .color-4 .slick-arrow:hover {
    background: #e04b4e; }

.color-5 .slider-arrow,
.color-5 .slick-arrow {
  background: #ffc000; }
  .color-5 .slider-arrow:hover,
  .color-5 .slick-arrow:hover {
    background: #e5ad00; }

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 60px;
  height: 60px;
  min-width: 0;
  margin-bottom: 0;
  padding: 0;
  border-radius: 50%;
  background: #ff5157;
  font-size: 0;
  line-height: 0;
  text-align: center;
  color: #fff;
  transform: translateY(-50%);
  transition: all .3s; }
  .slick-arrow::after {
    justify-content: center;
    width: 100%;
    padding-right: 0;
    background-color: transparent;
    text-align: center;
    font-size: 60px;
    line-height: 60px; }
  .slick-arrow::before {
    display: none; }
  .slick-arrow:focus {
    color: #fff; }
  .slick-arrow.slick-next {
    right: 0; }
  .slick-arrow.slick-prev {
    left: 0;
    transform: rotate(180deg) translateY(50%); }

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ff5157;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  transform: translateY(-50%);
  transition: all .3s; }
  .slider-arrow.arrow-left {
    left: 0; }
  .slider-arrow.arrow-right {
    right: 0; }
  .slider-arrow:hover {
    background: #e04b4e;
    color: #fff; }
  @media (max-width: 480px) {
    .slider-arrow {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-indent: -2px; } }

/*===> END SLIDER ARROW <===*/
/*===> BEGIN ENROLL FORM <===*/
@media (max-width: 4096px) {
  .enroll-form {
    margin-bottom: 50px; } }
@media (max-width: 1600px) {
  .enroll-form {
    margin-bottom: 50px; } }
@media (max-width: 1440px) {
  .enroll-form {
    margin-bottom: 50px; } }
@media (max-width: 1199px) {
  .enroll-form {
    margin-bottom: 45px; } }
@media (max-width: 991px) {
  .enroll-form {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .enroll-form {
    margin-bottom: 30px; } }
@media (max-width: 480px) {
  .enroll-form {
    margin-bottom: 30px; } }
@media (max-width: 4096px) {
  .enroll-form h3, .enroll-form .h3 {
    margin-bottom: 20px; } }
@media (max-width: 1600px) {
  .enroll-form h3, .enroll-form .h3 {
    margin-bottom: 20px; } }
@media (max-width: 1440px) {
  .enroll-form h3, .enroll-form .h3 {
    margin-bottom: 20px; } }
@media (max-width: 1199px) {
  .enroll-form h3, .enroll-form .h3 {
    margin-bottom: 20px; } }
@media (max-width: 991px) {
  .enroll-form h3, .enroll-form .h3 {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .enroll-form h3, .enroll-form .h3 {
    margin-bottom: 15px; } }
@media (max-width: 480px) {
  .enroll-form h3, .enroll-form .h3 {
    margin-bottom: 15px; } }
.enroll-form .inner-enroll-form {
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }
  .enroll-form .inner-enroll-form.column-2 .input-wrap {
    width: 50%; }
  .enroll-form .inner-enroll-form.column-3 .input-wrap {
    width: 33.33%; }
  .enroll-form .inner-enroll-form .input-wrap {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 4096px) {
      .enroll-form .inner-enroll-form .input-wrap {
        margin-bottom: 20px; } }
    @media (max-width: 1600px) {
      .enroll-form .inner-enroll-form .input-wrap {
        margin-bottom: 20px; } }
    @media (max-width: 1440px) {
      .enroll-form .inner-enroll-form .input-wrap {
        margin-bottom: 20px; } }
    @media (max-width: 1199px) {
      .enroll-form .inner-enroll-form .input-wrap {
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      .enroll-form .inner-enroll-form .input-wrap {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .enroll-form .inner-enroll-form .input-wrap {
        margin-bottom: 15px; } }
    @media (max-width: 480px) {
      .enroll-form .inner-enroll-form .input-wrap {
        margin-bottom: 15px; } }
    .enroll-form .inner-enroll-form .input-wrap input {
      margin-bottom: 0; }
.enroll-form textarea {
  height: 135px; }
  @media (max-width: 4096px) {
    .enroll-form textarea {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    .enroll-form textarea {
      margin-bottom: 20px; } }
  @media (max-width: 1440px) {
    .enroll-form textarea {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    .enroll-form textarea {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .enroll-form textarea {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .enroll-form textarea {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .enroll-form textarea {
      margin-bottom: 15px; } }
.enroll-form .button-wrap {
  display: flex;
  justify-content: flex-start;
  padding-top: 5px; }
.enroll-form button[type='submit'] {
  margin-top: 0; }
@media (max-width: 991px) {
  .enroll-form h3, .enroll-form .h3 {
    text-align: center; } }
@media (max-width: 480px) {
  .enroll-form .inner-enroll-form {
    flex-direction: column; }
    .enroll-form .inner-enroll-form.column-2 .input-wrap {
      width: 100%; }
    .enroll-form .inner-enroll-form.column-3 .input-wrap {
      width: 100%; } }

/*===> END ENROLL FORM <===*/
/*===> BEGIN SORT FORM <===*/
.sort-form {
  display: flex;
  align-items: flex-end;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0; }
  @media (max-width: 4096px) {
    .sort-form {
      margin-bottom: 50px; } }
  @media (max-width: 1600px) {
    .sort-form {
      margin-bottom: 50px; } }
  @media (max-width: 1440px) {
    .sort-form {
      margin-bottom: 50px; } }
  @media (max-width: 1199px) {
    .sort-form {
      margin-bottom: 45px; } }
  @media (max-width: 991px) {
    .sort-form {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .sort-form {
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .sort-form {
      margin-bottom: 30px; } }
  .sort-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a5aaa6;
    opacity: 1;
    /* Firefox */ }
  .sort-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a5aaa6; }
  .sort-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a5aaa6; }
  .sort-form .input-wrap {
    padding: 0 15px;
    flex-grow: 1; }
    @media (max-width: 4096px) {
      .sort-form .input-wrap {
        margin-bottom: -20px; } }
    @media (max-width: 1600px) {
      .sort-form .input-wrap {
        margin-bottom: -20px; } }
    @media (max-width: 1440px) {
      .sort-form .input-wrap {
        margin-bottom: -20px; } }
    @media (max-width: 1199px) {
      .sort-form .input-wrap {
        margin-bottom: -20px; } }
    @media (max-width: 991px) {
      .sort-form .input-wrap {
        margin-bottom: -20px; } }
    @media (max-width: 767px) {
      .sort-form .input-wrap {
        margin-bottom: -15px; } }
    @media (max-width: 480px) {
      .sort-form .input-wrap {
        margin-bottom: -15px; } }
    .sort-form .input-wrap input {
      margin-bottom: 0;
      padding: 11px 20px;
      border: none;
      background: #f1f1f9;
      color: #a5aaa6; }
      @media (max-width: 4096px) {
        .sort-form .input-wrap input {
          margin-bottom: 20px; } }
      @media (max-width: 1600px) {
        .sort-form .input-wrap input {
          margin-bottom: 20px; } }
      @media (max-width: 1440px) {
        .sort-form .input-wrap input {
          margin-bottom: 20px; } }
      @media (max-width: 1199px) {
        .sort-form .input-wrap input {
          margin-bottom: 20px; } }
      @media (max-width: 991px) {
        .sort-form .input-wrap input {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .sort-form .input-wrap input {
          margin-bottom: 15px; } }
      @media (max-width: 480px) {
        .sort-form .input-wrap input {
          margin-bottom: 15px; } }
    @media (max-width: 4096px) {
      .sort-form .input-wrap select, .sort-form .input-wrap .select2 {
        margin-bottom: 20px; } }
    @media (max-width: 1600px) {
      .sort-form .input-wrap select, .sort-form .input-wrap .select2 {
        margin-bottom: 20px; } }
    @media (max-width: 1440px) {
      .sort-form .input-wrap select, .sort-form .input-wrap .select2 {
        margin-bottom: 20px; } }
    @media (max-width: 1199px) {
      .sort-form .input-wrap select, .sort-form .input-wrap .select2 {
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      .sort-form .input-wrap select, .sort-form .input-wrap .select2 {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .sort-form .input-wrap select, .sort-form .input-wrap .select2 {
        margin-bottom: 15px; } }
    @media (max-width: 480px) {
      .sort-form .input-wrap select, .sort-form .input-wrap .select2 {
        margin-bottom: 15px; } }
  .sort-form button[type='submit'] {
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0; }
  .sort-form .select2-container--default .select2-selection--single {
    height: auto;
    max-width: 260px;
    padding: 12px 20px;
    border: none;
    background: #f1f1f9;
    color: #a5aaa6; }
  .sort-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1;
    color: #a5aaa6; }
    .sort-form .select2-container--default .select2-selection--single .select2-selection__rendered i {
      margin-right: 5px; }
  @media (max-width: 991px) {
    .sort-form {
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-end;
      max-width: 560px;
      margin-left: auto;
      margin-right: auto; }
      .sort-form .input-wrap {
        width: 50%;
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 280px; }
        .sort-form .input-wrap select, .sort-form .input-wrap .select2 {
          margin-bottom: 0; }
      .sort-form .select2-container--default .select2-selection--single {
        max-width: none; }
      .sort-form button[type='submit'] {
        margin-right: 15px;
        margin-left: 15px; } }
  @media (max-width: 767px) {
    .sort-form {
      flex-direction: column;
      align-items: center; }
      .sort-form .input-wrap {
        width: 100%;
        max-width: none;
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 767px) and (max-width: 4096px) {
      .sort-form .input-wrap select, .sort-form .input-wrap .select2 {
        margin-bottom: 20px; } }
    @media (max-width: 767px) and (max-width: 1600px) {
      .sort-form .input-wrap select, .sort-form .input-wrap .select2 {
        margin-bottom: 20px; } }
    @media (max-width: 767px) and (max-width: 1440px) {
      .sort-form .input-wrap select, .sort-form .input-wrap .select2 {
        margin-bottom: 20px; } }
    @media (max-width: 767px) and (max-width: 1199px) {
      .sort-form .input-wrap select, .sort-form .input-wrap .select2 {
        margin-bottom: 20px; } }
    @media (max-width: 767px) and (max-width: 991px) {
      .sort-form .input-wrap select, .sort-form .input-wrap .select2 {
        margin-bottom: 20px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .sort-form .input-wrap select, .sort-form .input-wrap .select2 {
        margin-bottom: 15px; } }
    @media (max-width: 767px) and (max-width: 480px) {
      .sort-form .input-wrap select, .sort-form .input-wrap .select2 {
        margin-bottom: 15px; } }

/*===> END SORT FORM <===*/
/*===> BEGIN FOOTER SUBSCRIBE <===*/
.footer-subscribe {
  display: flex; }
  .footer-subscribe ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #eef8eb;
    opacity: 1;
    /* Firefox */ }
  .footer-subscribe :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #eef8eb; }
  .footer-subscribe ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #eef8eb; }
  .footer-subscribe button[type='submit'] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    margin-top: 0;
    padding: 9px 0;
    border-radius: 0 50px 50px 0;
    background: #fff;
    transition: all .2s; }
    .footer-subscribe button[type='submit']::after {
      display: none; }
    .footer-subscribe button[type='submit']::before {
      display: none; }
    .footer-subscribe button[type='submit']:hover {
      background: #f1f1f9; }
      .footer-subscribe button[type='submit']:hover i {
        color: #ff8b00; }
    .footer-subscribe button[type='submit'] i {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 32px;
      line-height: 1em;
      color: #5dba3b;
      transition: all .2s; }
  .footer-subscribe input {
    margin-bottom: 0;
    border-radius: 0;
    border-radius: 50px 0 0 50px;
    border: 1px solid #fff;
    border-right: none;
    background: rgba(255, 255, 255, 0.25);
    color: #fff; }

/*===> END FOOTER SUBSCRIBE <===*/
/*===> BEGIN COMMENT FORM <===*/
@media (max-width: 4096px) {
  .comment-form {
    margin-bottom: 50px; } }
@media (max-width: 1600px) {
  .comment-form {
    margin-bottom: 50px; } }
@media (max-width: 1440px) {
  .comment-form {
    margin-bottom: 50px; } }
@media (max-width: 1199px) {
  .comment-form {
    margin-bottom: 45px; } }
@media (max-width: 991px) {
  .comment-form {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .comment-form {
    margin-bottom: 30px; } }
@media (max-width: 480px) {
  .comment-form {
    margin-bottom: 30px; } }
.comment-form .inner-comment-form {
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }
  .comment-form .inner-comment-form .input-wrap {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 4096px) {
      .comment-form .inner-comment-form .input-wrap input {
        margin-bottom: 30px; } }
    @media (max-width: 1600px) {
      .comment-form .inner-comment-form .input-wrap input {
        margin-bottom: 30px; } }
    @media (max-width: 1440px) {
      .comment-form .inner-comment-form .input-wrap input {
        margin-bottom: 30px; } }
    @media (max-width: 1199px) {
      .comment-form .inner-comment-form .input-wrap input {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      .comment-form .inner-comment-form .input-wrap input {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .comment-form .inner-comment-form .input-wrap input {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .comment-form .inner-comment-form .input-wrap input {
        margin-bottom: 20px; } }
@media (max-width: 4096px) {
  .comment-form textarea {
    margin-bottom: 30px; } }
@media (max-width: 1600px) {
  .comment-form textarea {
    margin-bottom: 30px; } }
@media (max-width: 1440px) {
  .comment-form textarea {
    margin-bottom: 30px; } }
@media (max-width: 1199px) {
  .comment-form textarea {
    margin-bottom: 30px; } }
@media (max-width: 991px) {
  .comment-form textarea {
    margin-bottom: 25px; } }
@media (max-width: 767px) {
  .comment-form textarea {
    margin-bottom: 20px; } }
@media (max-width: 480px) {
  .comment-form textarea {
    margin-bottom: 20px; } }
.comment-form button[type='submit'] {
  margin-top: 0; }
@media (max-width: 480px) {
  .comment-form .inner-comment-form {
    flex-direction: column; }
    .comment-form .inner-comment-form .input-wrap {
      width: 100%; } }

.comentli .comment-form #submit {
  margin-bottom: 25px; }

.comentli .comment-respond {
  margin-top: 0px; }

@media (max-width: 4096px) {
  .comment-respond {
    margin-top: 20px; } }
@media (max-width: 1600px) {
  .comment-respond {
    margin-top: 20px; } }
@media (max-width: 1440px) {
  .comment-respond {
    margin-top: 20px; } }
@media (max-width: 1199px) {
  .comment-respond {
    margin-top: 20px; } }
@media (max-width: 991px) {
  .comment-respond {
    margin-top: 20px; } }
@media (max-width: 767px) {
  .comment-respond {
    margin-top: 15px; } }
@media (max-width: 480px) {
  .comment-respond {
    margin-top: 15px; } }

/*===> END COMMENT FORM <===*/
/*===> BEGIN LATEST POST <===*/
.latest-post {
  display: flex;
  align-items: center; }
  .latest-post .latest-logo {
    overflow: hidden;
    min-width: 50px;
    margin-right: 10px;
    border-radius: 50%;
    transition: all .3s; }
  .latest-post .latest-desk a {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    text-decoration: none;
    color: #090605;
    transition: all .2s;
    margin-bottom: 0px;
    font-weight: 500; }
    .latest-post .latest-desk a:hover {
      color: #5255c5; }

/*===> END LATEST POST <===*/
/*===> BEGIN PROGRESS WRAP <===*/
@media (max-width: 4096px) {
  .progress-wrap {
    margin-bottom: 20px; } }
@media (max-width: 1600px) {
  .progress-wrap {
    margin-bottom: 20px; } }
@media (max-width: 1440px) {
  .progress-wrap {
    margin-bottom: 20px; } }
@media (max-width: 1199px) {
  .progress-wrap {
    margin-bottom: 20px; } }
@media (max-width: 991px) {
  .progress-wrap {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .progress-wrap {
    margin-bottom: 15px; } }
@media (max-width: 480px) {
  .progress-wrap {
    margin-bottom: 15px; } }
.progress-wrap:nth-child(4n+1) .progress-line-wrap .progress-line {
  background: #5dba3b; }
.progress-wrap:nth-child(4n+2) .progress-line-wrap .progress-line {
  background: #ff8b00; }
.progress-wrap:nth-child(4n+3) .progress-line-wrap .progress-line {
  background: #ff5157; }
.progress-wrap:nth-child(4n+4) .progress-line-wrap .progress-line {
  background: #ffc000; }
.progress-wrap .progress-head {
  display: flex;
  justify-content: space-between;
  color: #090605;
  margin-bottom: 5px; }
  .progress-wrap .progress-head span {
    color: #777777; }
.progress-wrap .progress-line-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 25px;
  border-radius: 50px;
  background: #f1f1f9; }
  .progress-wrap .progress-line-wrap .progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    border-radius: 50px;
    background: #5dba3b;
    transition: all 1.5s;
    transition-timing-function: cubic-bezier(0.105, 0.01, 0.54, 1.255); }
    .progress-wrap .progress-line-wrap .progress-line.color-1 {
      background: #5dba3b; }
    .progress-wrap .progress-line-wrap .progress-line.color-2 {
      background: #ff8b00; }
    .progress-wrap .progress-line-wrap .progress-line.color-3 {
      background: #ff5157; }
    .progress-wrap .progress-line-wrap .progress-line.color-4 {
      background: #ffc000; }

/*===> END PROGRESS WRAP <===*/
/*===> BEGIN BREAD CRUMBS <===*/
ul.bread-crumbs {
  margin-top: 10px;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap; }
  ul.bread-crumbs.align-center {
    justify-content: center; }
  ul.bread-crumbs.align-right {
    justify-content: flex-end; }
  ul.bread-crumbs.align-left {
    justify-content: flex-start; }
  ul.bread-crumbs li {
    margin-right: 20px;
    padding-left: 0;
    margin-bottom: 0px; }
    ul.bread-crumbs li::after {
      content: '/';
      top: 0;
      right: -12px;
      left: auto;
      width: auto;
      height: auto;
      border-radius: 0;
      background-color: transparent;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 17px;
      color: #090605; }
    ul.bread-crumbs li:last-child {
      margin-right: 0; }
      ul.bread-crumbs li:last-child::after {
        display: none; }
    ul.bread-crumbs li a, ul.bread-crumbs li p {
      margin-bottom: 0;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 17px;
      line-height: 1.4em;
      color: #090605; }

/*===> END BREAD CRUMBS <===*/
/*===> BEGIN MOVING ELEMENT <===*/
.moving-element {
  position: absolute; }
  @media (max-width: 991px) {
    .moving-element {
      transform: translate(0, 0) !important; } }

/*===> END MOVING ELEMENT <===*/
/*===> BEGIN MAIN TITLE <===*/
.main-title {
  text-align: center; }
  @media (max-width: 4096px) {
    .main-title {
      margin-bottom: 50px; } }
  @media (max-width: 1600px) {
    .main-title {
      margin-bottom: 50px; } }
  @media (max-width: 1440px) {
    .main-title {
      margin-bottom: 50px; } }
  @media (max-width: 1199px) {
    .main-title {
      margin-bottom: 45px; } }
  @media (max-width: 991px) {
    .main-title {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .main-title {
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .main-title {
      margin-bottom: 30px; } }
  @media (max-width: 4096px) {
    .main-title h2, .main-title .h2 {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    .main-title h2, .main-title .h2 {
      margin-bottom: 30px; } }
  @media (max-width: 1440px) {
    .main-title h2, .main-title .h2 {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .main-title h2, .main-title .h2 {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .main-title h2, .main-title .h2 {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .main-title h2, .main-title .h2 {
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .main-title h2, .main-title .h2 {
      margin-bottom: 20px; } }
  .main-title p {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }
  @media (max-width: 480px) {
    .main-title p {
      text-align: justify; } }

/*===> END MAIN TITLE <===*/
/*=== BEGIN MY PAGINATION <===*/
.page-numbers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0; }
  @media (max-width: 4096px) {
    .page-numbers {
      padding-top: 40px; } }
  @media (max-width: 1600px) {
    .page-numbers {
      padding-top: 40px; } }
  @media (max-width: 1440px) {
    .page-numbers {
      padding-top: 40px; } }
  @media (max-width: 1199px) {
    .page-numbers {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .page-numbers {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .page-numbers {
      padding-top: 20px; } }
  @media (max-width: 480px) {
    .page-numbers {
      padding-top: 20px; } }
  .page-numbers li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-bottom: 0;
    padding: 0; }
    .page-numbers li::after {
      display: none; }
    .page-numbers li:nth-child(4n) .current {
      color: #5255c5; }
    .page-numbers li:nth-child(4n) a {
      border-color: #5255c5; }
      .page-numbers li:nth-child(4n) a:hover {
        color: #5255c5; }
    .page-numbers li:nth-child(4n+1) .current {
      color: #5dba3b; }
    .page-numbers li:nth-child(4n+1) a {
      border-color: #5dba3b; }
      .page-numbers li:nth-child(4n+1) a:hover {
        color: #5dba3b; }
    .page-numbers li:nth-child(4n+2) .current {
      color: #ff8b00; }
    .page-numbers li:nth-child(4n+2) a {
      border-color: #ff8b00; }
      .page-numbers li:nth-child(4n+2) a:hover {
        color: #ff8b00; }
    .page-numbers li:nth-child(4n+3) .current {
      color: #ff5157; }
    .page-numbers li:nth-child(4n+3) a {
      border-color: #ff5157; }
      .page-numbers li:nth-child(4n+3) a:hover {
        color: #ff5157; }
    .page-numbers li a, .page-numbers li span {
      height: 35px;
      padding: 0 7px;
      font-weight: 400;
      font-size: 18px;
      line-height: 35px;
      text-decoration: none;
      color: #777777;
      transition: all .2s; }
      .page-numbers li a.current, .page-numbers li span.current {
        font-weight: 700; }
      .page-numbers li a i, .page-numbers li span i {
        font-size: 30px; }
    .page-numbers li a:hover {
      font-weight: 500;
      color: #5255c5; }
    .page-numbers li:first-child a, .page-numbers li:first-child span {
      padding: 0 10px;
      border: 1px dashed #ececec;
      border-radius: 15px 0 0 15px; }
    .page-numbers li:first-child span {
      color: #ececec; }
    .page-numbers li:first-child a {
      border: 1px dashed #5dba3b;
      color: #5dba3b; }
    .page-numbers li:first-child a:hover {
      background: #5dba3b;
      color: #FFFFFF;
      border-style: solid; }
    .page-numbers li:last-child {
      margin-right: 0; }
      .page-numbers li:last-child a, .page-numbers li:last-child span {
        padding: 0 10px;
        border: 1px dashed #ececec;
        border-radius: 0 15px 15px 0; }
      .page-numbers li:last-child span {
        color: #ececec; }
      .page-numbers li:last-child a {
        border-color: #ffc000;
        color: #ffc000; }
      .page-numbers li:last-child a:hover {
        background: #ffc000;
        color: #FFFFFF;
        border-style: solid; }

/*=== END MY PAGINATION <===*/
/*===> BEGIN CUSTOM SELECT <===*/
body .select2-results__options {
  margin-bottom: 0; }
  body .select2-results__options li {
    padding-left: 10px;
    padding-right: 10px; }
    body .select2-results__options li::after {
      display: none; }
body .select2-container--default .select2-search--dropdown .select2-search__field {
  margin-bottom: 0;
  padding-left: 15px; }
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__arrow,
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple .select2-selection__arrow {
  transform: rotate(180deg); }
body .select2-container--default .select2-selection--single {
  display: block;
  width: 100% !important;
  height: 30px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 20px;
  border: 1px solid #aeaeae;
  border-radius: 25px;
  font-size: 15px;
  line-height: 15px;
  outline: none !important; }
body .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 5px; }
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #777777; }
body .select2.select2-container.select2-container--default {
  width: 100% !important; }
body .select2-container {
  display: block; }
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 15px;
  transition: all .2s; }
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px; }
body .select2-dropdown {
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25); }
body .select2-results__options li[aria-disabled="true"] {
  display: none; }
body .select2-search--dropdown {
  display: none; }
body .select2-results__option i {
  margin-right: 10px; }
body .daterangepicker select.monthselect,
body .daterangepicker select.yearselect {
  display: inline-block;
  border-radius: 0; }

/*===> END CUSTOM SELECT <===*/
/*===> BEGIN MAP STYLE <===*/
.gm-style .gm-control-active.gm-fullscreen-control {
  display: none; }
.gm-style .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint {
  display: none; }
.gm-style .gmnoprint {
  display: none; }
.gm-style .gm-svpc {
  display: none; }

/*===> END MAP STYLE <===*/
/*===> BEGIN POPUP IFRAME <===*/
.featherlight-content iframe {
  max-width: 100%; }

.featherlight.featherlight-iframe .featherlight-content {
  padding: 0;
  border-bottom: none; }

/*===> END POPUP IFRAME <===*/
/*===> BEGIN BLOG MINI INFO <===*/
.blog-mini-info {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
  overflow: hidden;
  height: 70px;
  width: 70px;
  padding: 15px 10px;
  border-radius: 35px;
  background: #5255c5;
  transition: all .3s; }
  @media (max-width: 480px) {
    .blog-mini-info {
      display: none; } }
  .blog-mini-info time {
    text-transform: uppercase; }
  .blog-mini-info:hover {
    height: 115px; }
  .blog-mini-info h5, .blog-mini-info .h5 {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.2em; }
  .blog-mini-info h6, .blog-mini-info .h6 {
    text-align: center;
    color: #fff;
    margin-bottom: 15px; }
    .blog-mini-info h6 p, .blog-mini-info .h6 p {
      color: #fff; }
  .blog-mini-info .coment-info h6, .blog-mini-info .coment-info .h6 {
    margin-bottom: 0; }

.nothumb .blog-mini-info {
  top: 5px;
  left: 0px; }

.nothumb {
  position: relative; }
  .nothumb .posttitle, .nothumb .blog-info-list {
    padding-left: 85px; }

.blog-post .blog-prview .blog-mini-info time.h5, .blog-mini-info time.h5 {
  margin-bottom: 15px; }

/*===> END BLOG MINI INFO <===*/
/*===> BEGIN BLOG INFO LIST <===*/
.blog-info-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 4096px) {
    .blog-info-list {
      margin-bottom: 15px; } }
  @media (max-width: 1600px) {
    .blog-info-list {
      margin-bottom: 15px; } }
  @media (max-width: 1440px) {
    .blog-info-list {
      margin-bottom: 15px; } }
  @media (max-width: 1199px) {
    .blog-info-list {
      margin-bottom: 15px; } }
  @media (max-width: 991px) {
    .blog-info-list {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .blog-info-list {
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .blog-info-list {
      margin-bottom: 10px; } }
  .blog-info-list li {
    margin-right: 20px;
    padding-left: 0;
    margin-bottom: 0; }
    .blog-info-list li::after {
      display: none; }
    .blog-info-list li time {
      color: #090605;
      margin-bottom: 0; }
    .blog-info-list li p, .blog-info-list li a {
      margin-bottom: 0;
      color: #090605;
      font-weight: 500;
      text-decoration: none; }
      .blog-info-list li p i, .blog-info-list li a i {
        margin-right: 10px;
        font-size: 16px;
        color: #5255c5; }
    .blog-info-list li a:hover {
      color: #5255c5; }

.color-1 .blog-info-list li p i, .color-1 .blog-info-list li a i {
  color: #5255c5; }
.color-1 .blog-info-list li a:hover {
  color: #5255c5; }

.color-2 .blog-info-list li p i, .color-2 .blog-info-list li a i {
  color: #5dba3b; }
.color-2 .blog-info-list li a:hover {
  color: #5dba3b; }

.color-3 .blog-info-list li p i, .color-3 .blog-info-list li a i {
  color: #ff8b00; }
.color-3 .blog-info-list li a:hover {
  color: #ff8b00; }

.color-4 .blog-info-list li p i, .color-4 .blog-info-list li a i {
  color: #ff5157; }
.color-4 .blog-info-list li a:hover {
  color: #ff5157; }

.color-5 .blog-info-list li p i, .color-5 .blog-info-list li a i {
  color: #ffc000; }
.color-5 .blog-info-list li a:hover {
  color: #ffc000; }

/*===> END BLOG INFO LIST <===*/
/*===> BEGIN SIDEBAR SEARCH <===*/
.sidebar-search {
  display: flex; }
  .sidebar-search input {
    margin-bottom: 0;
    border-radius: 50px 0 0 50px;
    border: 1px solid #d8d8d8;
    border-right: none; }
  .sidebar-search button[type='submit'] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    margin-top: 0;
    padding: 8px 15px;
    border-radius: 0 50px 50px 0;
    transition: all .2s; }
    .sidebar-search button[type='submit']::after {
      display: none; }
    .sidebar-search button[type='submit']::before {
      background: #ff5157;
      transition: all .2s; }
    .sidebar-search button[type='submit']:hover::before {
      background: #e04b4e; }
    .sidebar-search button[type='submit'].color-1::before {
      background: #ff8b00; }
    .sidebar-search button[type='submit'].color-1:hover::before {
      background: #e07b21; }
    .sidebar-search button[type='submit'].color-2::before {
      background: #ff5157; }
    .sidebar-search button[type='submit'].color-2:hover::before {
      background: #e04b4e; }
    .sidebar-search button[type='submit'].color-3::before {
      background: #5dba3b; }
    .sidebar-search button[type='submit'].color-3:hover::before {
      background: #50a033; }
    .sidebar-search button[type='submit'].color-4::before {
      background: #5255c5; }
    .sidebar-search button[type='submit'].color-4:hover::before {
      background: #474aab; }
    .sidebar-search button[type='submit']:active i {
      transform: translateY(1px); }
    .sidebar-search button[type='submit'] i {
      font-size: 25px;
      height: 25px; }

/*===> END SIDEBAR SEARCH <===*/
/*===> BEGIN FADE BACKGROUND <===*/
.fade-bg {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all .3s; }
  .fade-bg.fade-true {
    visibility: visible;
    background: rgba(0, 0, 0, 0.4); }

/*===> END FADE BACKGROUND <===*/
/*===> START HAMBURGER STYLE<===*/
.humburger {
  position: relative;
  display: none;
  width: 35px;
  height: 24px;
  margin-left: 15px;
  cursor: pointer;
  overflow: hidden; }
  .humburger:before, .humburger:after,
  .humburger span {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 30px;
    border-radius: 1px;
    background: #5255c5;
    transition: all .4s; }
  .humburger:before {
    top: 0; }
  .humburger:after {
    bottom: 0; }
  .humburger span {
    position: absolute;
    top: 50%;
    margin-top: -1px; }
  .humburger.active_humburger span {
    opacity: 0; }
  .humburger.active_humburger:before {
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg); }
  .humburger.active_humburger:after {
    bottom: 50%;
    margin-bottom: -1px;
    transform: rotate(-45deg); }
  .humburger.desctop-humburger {
    display: block; }
    .humburger.desctop-humburger:before, .humburger.desctop-humburger:after,
    .humburger.desctop-humburger span {
      height: 4px;
      background: #5dba3b; }
    .humburger.desctop-humburger span {
      margin-top: -2px; }
  @media (max-width: 991px) {
    .humburger {
      display: block; }
      .humburger.desctop-humburger {
        display: none; } }

/*===> END HAMBURGER STYLE<===*/
/*===> BEGIN BACK TOP <===*/
p.back-top {
  position: fixed;
  z-index: 99;
  opacity: .8;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 50%;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.62);
  background: #5255c5;
  cursor: pointer;
  transition: all .3s;
  transform: scale(1) translateY(300px); }
  p.back-top:hover {
    background: #474aab; }
  p.back-top.show_btn {
    transform: scale(1) translateY(0px); }
  p.back-top.color-1 {
    background: #5255c5; }
    p.back-top.color-1:hover {
      background: #474aab; }
  p.back-top.color-2 {
    background: #5dba3b; }
    p.back-top.color-2:hover {
      background: #50a033; }
  p.back-top.color-3 {
    background: #ff8b00; }
    p.back-top.color-3:hover {
      background: #e07b21; }
  p.back-top.color-4 {
    background: #ff5157; }
    p.back-top.color-4:hover {
      background: #e04b4e; }
  p.back-top.color-5 {
    background: #ffc000; }
    p.back-top.color-5:hover {
      background: #e5ad00; }
  p.back-top:hover {
    opacity: 1;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.62); }
  p.back-top:active {
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.62); }
  p.back-top i {
    font-size: 28px;
    color: #fff; }
  @media (max-width: 767px) {
    p.back-top {
      margin-right: 40px;
      margin-bottom: 40px; } }
  @media (max-width: 480px) {
    p.back-top {
      width: 40px;
      height: 40px;
      margin-right: 20px;
      margin-bottom: 20px; } }

/*===> END BACK TOP <===*/
/*===> BEGIN HEADER <===*/
header.fixed-header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #fff; }
  header.fixed-header + * {
    padding-top: 165px; }
    @media (max-width: 1199px) {
      header.fixed-header + * {
        padding-top: 234px; } }
    @media (max-width: 991px) {
      header.fixed-header + * {
        padding-top: 180px; } }
    @media (max-width: 767px) {
      header.fixed-header + * {
        padding-top: 110px; } }
header .header-top-info {
  background: #5dba3b;
  padding-top: 3px;
  padding-bottom: 3px; }
  header .header-top-info .top-info {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header .header-top-info .top-info p {
      margin-bottom: 0;
      color: #fff; }
    header .header-top-info .top-info .soc-list li a {
      font-size: 15px; }
    header .header-top-info .top-info .contact-list li {
      margin-right: 15px; }
      header .header-top-info .top-info .contact-list li i {
        font-size: 20px;
        color: #fff; }
      header .header-top-info .top-info .contact-list li a {
        color: #fff; }
        header .header-top-info .top-info .contact-list li a:hover {
          color: #5255c5; }
header .main-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 4096px) {
    header .main-header {
      padding-top: 20px; } }
  @media (max-width: 1600px) {
    header .main-header {
      padding-top: 20px; } }
  @media (max-width: 1440px) {
    header .main-header {
      padding-top: 20px; } }
  @media (max-width: 1199px) {
    header .main-header {
      padding-top: 20px; } }
  @media (max-width: 991px) {
    header .main-header {
      padding-top: 20px; } }
  @media (max-width: 767px) {
    header .main-header {
      padding-top: 15px; } }
  @media (max-width: 480px) {
    header .main-header {
      padding-top: 15px; } }
  @media (max-width: 4096px) {
    header .main-header {
      padding-bottom: 20px; } }
  @media (max-width: 1600px) {
    header .main-header {
      padding-bottom: 20px; } }
  @media (max-width: 1440px) {
    header .main-header {
      padding-bottom: 20px; } }
  @media (max-width: 1199px) {
    header .main-header {
      padding-bottom: 20px; } }
  @media (max-width: 991px) {
    header .main-header {
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    header .main-header {
      padding-bottom: 15px; } }
  @media (max-width: 480px) {
    header .main-header {
      padding-bottom: 15px; } }
  header .main-header .main-header-info .show-search,
  header .main-header .main-header-info .humburger {
    display: none; }
  @media (max-width: 991px) {
    header .main-header .main-header-info {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      header .main-header .main-header-info .show-search,
      header .main-header .main-header-info .humburger {
        display: block; }
      header .main-header .main-header-info .show-search {
        margin-right: 15px;
        font-size: 28px;
        color: #5255c5; } }
  header .main-header .inner-main-header {
    display: flex;
    align-items: center; }
    header .main-header .inner-main-header .sidebar-search {
      margin-bottom: 0;
      max-width: 165px; }
      header .main-header .inner-main-header .sidebar-search button[type='submit'] {
        padding: 2px 8px;
        border-radius: 0 50px 50px 0; }
        header .main-header .inner-main-header .sidebar-search button[type='submit'] i {
          font-size: 20px;
          height: 24px; }
      header .main-header .inner-main-header .sidebar-search input {
        width: 135px;
        border-radius: 50px 0 0 50px; }
    header .main-header .inner-main-header .contact-list li:last-child {
      margin-right: 30px; }
      @media (max-width: 991px) {
        header .main-header .inner-main-header .contact-list li:last-child {
          margin-right: 0px; } }
  @media (max-width: 1199px) {
    header .main-header {
      flex-direction: column;
      align-items: center; } }
  @media (max-width: 1199px) and (max-width: 4096px) {
    header .main-header .main-header-info {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) and (max-width: 1600px) {
    header .main-header .main-header-info {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) and (max-width: 1440px) {
    header .main-header .main-header-info {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) and (max-width: 1199px) {
    header .main-header .main-header-info {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) and (max-width: 991px) {
    header .main-header .main-header-info {
      margin-bottom: 25px; } }
  @media (max-width: 1199px) and (max-width: 767px) {
    header .main-header .main-header-info {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) and (max-width: 480px) {
    header .main-header .main-header-info {
      margin-bottom: 20px; } }

  @media (max-width: 991px) {
    header .main-header .sidebar-search {
      display: none; } }
  @media (max-width: 767px) {
    header .main-header .main-header-info {
      margin-bottom: 0; }
    header .main-header .contact-list {
      flex-direction: column;
      display: none; }
      header .main-header .contact-list li {
        margin-right: 0;
        margin-bottom: 20px; }
        header .main-header .contact-list li:last-child {
          margin-bottom: 0; } }
@media (max-width: 991px) {
  header {
    overflow-x: hidden; } }
@media (max-width: 480px) {
  header .header-top-info .top-info {
    flex-wrap: wrap;
    justify-content: space-around; } }

/*===> END HEADER <===*/
/*===> BEGIN HEADER NAV <===*/
.header-nav {
  position: relative;
  z-index: 100;
  margin-bottom: 0;
  border-top: 1px solid #ececec; }
  .header-nav .container {
    margin-top: -3px; }
  .header-nav .close-menu {
    display: none; }
  .header-nav li {
    margin-bottom: 0; }
  .header-nav .header-nav-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0; }
    .header-nav .header-nav-list > li:nth-child(5n+1)::before {
      background: #5255c5; }
    .header-nav .header-nav-list > li:nth-child(5n+1) a:hover, .header-nav .header-nav-list > li:nth-child(5n+1) p:hover {
      color: #5255c5; }
    .header-nav .header-nav-list > li:nth-child(5n+1) .hide-lvl a:hover, .header-nav .header-nav-list > li:nth-child(5n+1) .hide-lvl p:hover {
      background: #5255c5;
      color: #fff; }
    .header-nav .header-nav-list > li:nth-child(5n+1) .wrap-to-show i {
      color: #5255c5; }
    .header-nav .header-nav-list > li:nth-child(5n+2)::before {
      background: #5dba3b; }
    .header-nav .header-nav-list > li:nth-child(5n+2).active > a.active, .header-nav .header-nav-list > li:nth-child(5n+2).active > p.active,
    .header-nav .header-nav-list > li:nth-child(5n+2) a.active, .header-nav .header-nav-list > li:nth-child(5n+2) p.active {
      color: #5dba3b; }
    .header-nav .header-nav-list > li:nth-child(5n+2) .hide-lvl a:hover, .header-nav .header-nav-list > li:nth-child(5n+2) .hide-lvl p:hover {
      background: #5dba3b;
      color: #fff; }
    .header-nav .header-nav-list > li:nth-child(5n+2) .wrap-to-show i {
      color: #5dba3b; }
    .header-nav .header-nav-list > li:nth-child(5n+3)::before {
      background: #ff8b00; }
    .header-nav .header-nav-list > li:nth-child(5n+3) a:hover, .header-nav .header-nav-list > li:nth-child(5n+3) a.active, .header-nav .header-nav-list > li:nth-child(5n+3) p:hover, .header-nav .header-nav-list > li:nth-child(5n+3) p.active {
      color: #ff8b00; }
    .header-nav .header-nav-list > li:nth-child(5n+3) .hide-lvl a:hover, .header-nav .header-nav-list > li:nth-child(5n+3) .hide-lvl p:hover {
      background: #ff8b00;
      color: #fff; }
    .header-nav .header-nav-list > li:nth-child(5n+3) .wrap-to-show i {
      color: #ff8b00; }
    .header-nav .header-nav-list > li:nth-child(5n+4)::before {
      background: #ff5157; }
    .header-nav .header-nav-list > li:nth-child(5n+4) a:hover, .header-nav .header-nav-list > li:nth-child(5n+4) a.active, .header-nav .header-nav-list > li:nth-child(5n+4) p:hover, .header-nav .header-nav-list > li:nth-child(5n+4) p.active {
      color: #ff5157; }
    .header-nav .header-nav-list > li:nth-child(5n+4) .hide-lvl a:hover, .header-nav .header-nav-list > li:nth-child(5n+4) .hide-lvl p:hover {
      background: #ff5157;
      color: #fff; }
    .header-nav .header-nav-list > li:nth-child(5n+4) .wrap-to-show i {
      color: #ff5157; }
    .header-nav .header-nav-list > li:nth-child(5n+5)::before {
      background: #ffc000; }
    .header-nav .header-nav-list > li:nth-child(5n+5) a:hover, .header-nav .header-nav-list > li:nth-child(5n+5) a.active, .header-nav .header-nav-list > li:nth-child(5n+5) p:hover, .header-nav .header-nav-list > li:nth-child(5n+5) p.active {
      color: #ffc000; }
    .header-nav .header-nav-list > li:nth-child(5n+5) .hide-lvl a:hover, .header-nav .header-nav-list > li:nth-child(5n+5) .hide-lvl p:hover {
      background: #ffc000;
      color: #fff; }
    .header-nav .header-nav-list > li:nth-child(5n+5) .wrap-to-show i {
      color: #ffc000; }
    .header-nav .header-nav-list li {
      position: relative;
      z-index: 100;
      display: flex;
      flex-direction: column;
      padding-left: 0; }
      .header-nav .header-nav-list li::before {
        content: '';
        position: static;
        display: block;
        width: 100%;
        height: 5px;
        border-radius: 5px;
        background: #5255c5; }
      .header-nav .header-nav-list li::after {
        display: none; }
      .header-nav .header-nav-list li:hover > .hide-lvl {
        visibility: visible;
        opacity: 1;
        transform: translateY(0px); }
        .header-nav .header-nav-list li:hover > .hide-lvl li:hover > .hide-lvl {
          transform: translate(0, 0); }
      .header-nav .header-nav-list li:nth-child(n+4) .hide-lvl .hide-lvl {
        left: auto;
        right: 100%;
        box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.25); }
      .header-nav .header-nav-list li a, .header-nav .header-nav-list li p {
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
        font-family: "Baloo", cursive;
        font-size: 20px;
        line-height: 1.2em;
        text-decoration: none;
        color: #090605;
        cursor: pointer;
        transition: all .2s; }
        @media (max-width: 4096px) {
          .header-nav .header-nav-list li a, .header-nav .header-nav-list li p {
            padding-top: 10px; } }
        @media (max-width: 1600px) {
          .header-nav .header-nav-list li a, .header-nav .header-nav-list li p {
            padding-top: 10px; } }
        @media (max-width: 1440px) {
          .header-nav .header-nav-list li a, .header-nav .header-nav-list li p {
            padding-top: 10px; } }
        @media (max-width: 1199px) {
          .header-nav .header-nav-list li a, .header-nav .header-nav-list li p {
            padding-top: 10px; } }
        @media (max-width: 991px) {
          .header-nav .header-nav-list li a, .header-nav .header-nav-list li p {
            padding-top: 10px; } }
        @media (max-width: 767px) {
          .header-nav .header-nav-list li a, .header-nav .header-nav-list li p {
            padding-top: 5px; } }
        @media (max-width: 480px) {
          .header-nav .header-nav-list li a, .header-nav .header-nav-list li p {
            padding-top: 5px; } }
        @media (max-width: 4096px) {
          .header-nav .header-nav-list li a, .header-nav .header-nav-list li p {
            padding-bottom: 10px; } }
        @media (max-width: 1600px) {
          .header-nav .header-nav-list li a, .header-nav .header-nav-list li p {
            padding-bottom: 10px; } }
        @media (max-width: 1440px) {
          .header-nav .header-nav-list li a, .header-nav .header-nav-list li p {
            padding-bottom: 10px; } }
        @media (max-width: 1199px) {
          .header-nav .header-nav-list li a, .header-nav .header-nav-list li p {
            padding-bottom: 10px; } }
        @media (max-width: 991px) {
          .header-nav .header-nav-list li a, .header-nav .header-nav-list li p {
            padding-bottom: 10px; } }
        @media (max-width: 767px) {
          .header-nav .header-nav-list li a, .header-nav .header-nav-list li p {
            padding-bottom: 5px; } }
        @media (max-width: 480px) {
          .header-nav .header-nav-list li a, .header-nav .header-nav-list li p {
            padding-bottom: 5px; } }
      .header-nav .header-nav-list li i {
        display: none; }
    .header-nav .header-nav-list .hide-lvl {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 50;
      visibility: hidden;
      width: 270px;
      margin-bottom: 0;
      padding: 0;
      border: 1px solid #d8d8d8;
      border-top: none;
      background: #fff;
      box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
      opacity: 0;
      transition: all .3s;
      transform: translateY(20px); }
      .header-nav .header-nav-list .hide-lvl > li {
        z-index: 100;
        background: #fff; }
        .header-nav .header-nav-list .hide-lvl > li:last-child .hide-lvl li:last-child {
          overflow: hidden; }
      .header-nav .header-nav-list .hide-lvl a, .header-nav .header-nav-list .hide-lvl p {
        font-size: 18px;
        display: block; }
        .header-nav .header-nav-list .hide-lvl a:hover, .header-nav .header-nav-list .hide-lvl p:hover {
          background: #5255c5;
          color: #fff; }
      .header-nav .header-nav-list .hide-lvl li {
        border-top: 1px solid #ececec; }
        .header-nav .header-nav-list .hide-lvl li:first-child {
          border-top: none; }
        .header-nav .header-nav-list .hide-lvl li::before {
          display: none; }
      .header-nav .header-nav-list .hide-lvl .wrap-to-show {
        position: relative;
        z-index: 50;
        background: #fff; }
      .header-nav .header-nav-list .hide-lvl .hide-lvl {
        z-index: -10;
        top: 0;
        left: 100%;
        transform: translate(-200px, 0);
        transition: all .3s;
        transition-timing-function: ease-out; }
  @media (max-width: 991px) {
    .header-nav {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 1000;
      width: 320px;
      height: 100%;
      height: 100vh;
      overflow-y: scroll;
      padding-top: 50px;
      border: none;
      background: #fff;
      transform: translateX(100%);
      transition: all .3s; }
      .header-nav.show-header-nav {
        transform: translateX(0%); }
      .header-nav .container {
        width: 100%;
        padding: 0; }
        .header-nav .container .row {
          margin: 0; }
      .header-nav .close-menu {
        position: absolute;
        top: 10px;
        right: 5px;
        display: block; }
        .header-nav .close-menu.show-mob-nav + .hide-lvl {
          display: flex; }
        .header-nav .close-menu i {
          font-size: 36px;
          color: #5255c5; }
      .header-nav .header-nav-list {
        flex-direction: column; }
        .header-nav .header-nav-list li::before {
          height: 1px; }
        .header-nav .header-nav-list li.drop-right .hide-lvl .hide-lvl {
          right: auto; }
        .header-nav .header-nav-list li .wrap-to-show {
          display: flex;
          align-items: center; }
          .header-nav .header-nav-list li .wrap-to-show.show-mob-nav i {
            transform: rotate(180deg); }
          .header-nav .header-nav-list li .wrap-to-show i {
            display: block;
            width: 40px;
            font-size: 20px;
            line-height: 1.2em;
            text-align: center;
            transition: all .3s; } }
        @media (max-width: 991px) and (max-width: 4096px) {
          .header-nav .header-nav-list li .wrap-to-show i {
            padding-top: 10px; } }
        @media (max-width: 991px) and (max-width: 1600px) {
          .header-nav .header-nav-list li .wrap-to-show i {
            padding-top: 10px; } }
        @media (max-width: 991px) and (max-width: 1440px) {
          .header-nav .header-nav-list li .wrap-to-show i {
            padding-top: 10px; } }
        @media (max-width: 991px) and (max-width: 1199px) {
          .header-nav .header-nav-list li .wrap-to-show i {
            padding-top: 10px; } }
        @media (max-width: 991px) and (max-width: 991px) {
          .header-nav .header-nav-list li .wrap-to-show i {
            padding-top: 10px; } }
        @media (max-width: 991px) and (max-width: 767px) {
          .header-nav .header-nav-list li .wrap-to-show i {
            padding-top: 5px; } }
        @media (max-width: 991px) and (max-width: 480px) {
          .header-nav .header-nav-list li .wrap-to-show i {
            padding-top: 5px; } }
        @media (max-width: 991px) and (max-width: 4096px) {
          .header-nav .header-nav-list li .wrap-to-show i {
            padding-bottom: 10px; } }
        @media (max-width: 991px) and (max-width: 1600px) {
          .header-nav .header-nav-list li .wrap-to-show i {
            padding-bottom: 10px; } }
        @media (max-width: 991px) and (max-width: 1440px) {
          .header-nav .header-nav-list li .wrap-to-show i {
            padding-bottom: 10px; } }
        @media (max-width: 991px) and (max-width: 1199px) {
          .header-nav .header-nav-list li .wrap-to-show i {
            padding-bottom: 10px; } }
        @media (max-width: 991px) and (max-width: 991px) {
          .header-nav .header-nav-list li .wrap-to-show i {
            padding-bottom: 10px; } }
        @media (max-width: 991px) and (max-width: 767px) {
          .header-nav .header-nav-list li .wrap-to-show i {
            padding-bottom: 5px; } }
        @media (max-width: 991px) and (max-width: 480px) {
          .header-nav .header-nav-list li .wrap-to-show i {
            padding-bottom: 5px; } }
  @media (max-width: 991px) {
          .header-nav .header-nav-list li .wrap-to-show a, .header-nav .header-nav-list li .wrap-to-show p {
            width: 100%; }
        .header-nav .header-nav-list li .hide-lvl {
          position: relative;
          top: 0;
          display: none;
          width: 100%;
          border: none;
          border-top: 1px solid #ececec;
          border-bottom: 1px solid #ececec;
          box-shadow: none;
          opacity: 1;
          visibility: visible;
          transform: translateY(0);
          transition: all 0s; }
          .header-nav .header-nav-list li .hide-lvl li a, .header-nav .header-nav-list li .hide-lvl li p {
            padding-left: 25px; }
          .header-nav .header-nav-list li .hide-lvl .hide-lvl.hide-lvl {
            box-shadow: none;
            border-bottom: none;
            left: 0;
            right: auto;
            transition: all 0s;
            transition-timing-function: ease;
            transform: translate(0, 0); }
            .header-nav .header-nav-list li .hide-lvl .hide-lvl.hide-lvl li a, .header-nav .header-nav-list li .hide-lvl .hide-lvl.hide-lvl li p {
              padding-left: 40px; } }

/*===> END HEADER NAV <===*/
/*===> BEGIN CUSTOM HEADER TYPE 2 <===*/
.header-type-2 .container-fluid {
  max-width: 1600px; }
.header-type-2 .contact-list li {
  margin-right: 50px; }
.header-type-2 .main-header .inner-main-header .contact-list li:last-child {
  margin-right: 50px; }

/*===> END CUSTOM HEADER TYPE 2 <===*/
/*===> BEGIN HEADER TYPE 3 <===*/
@media (max-width: 1199px) {
  .header-type-3 .main-header {
    display: flex;
    flex-direction: column; }
    .header-type-3 .main-header .main-header-info {
      order: 0; }
    .header-type-3 .main-header .inner-main-header.left {
      order: 1;
      margin-bottom: 20px; }
    .header-type-3 .main-header .inner-main-header.right {
      order: 2; } }

/*===> END HEADER TYPE 3 <===*/
/*===> BEGIN HEADER TYPE 4 <===*/
.header-type-4.fixed-header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #fff; }
  .header-type-4.fixed-header + * {
    padding-top: 160px; }
    @media (max-width: 1199px) {
      .header-type-4.fixed-header + * {
        padding-top: 160px; } }
    @media (max-width: 991px) {
      .header-type-4.fixed-header + * {
        padding-top: 126px; } }
    @media (max-width: 767px) {
      .header-type-4.fixed-header + * {
        padding-top: 180px; } }
.header-type-4 .top-info .contact-list li {
  margin-right: 15px; }
  .header-type-4 .top-info .contact-list li i {
    font-size: 20px;
    color: #fff; }
  .header-type-4 .top-info .contact-list li a {
    color: #fff; }
.header-type-4 .top-info .show-search {
  font-size: 20px;
  color: #fff;
  cursor: pointer; }
.header-type-4 .main-header {
  justify-content: center; }
  .header-type-4 .main-header .main-header-info {
    margin-bottom: 0; }
@media (max-width: 991px) {
  .header-type-4 .top-info {
    padding-top: 0;
    padding-bottom: 0; }
    .header-type-4 .top-info .contact-list {
      justify-content: center;
      flex-wrap: wrap;
      width: 100%; }
      .header-type-4 .top-info .contact-list li {
        padding-top: 5px;
        padding-bottom: 5px; }
    .header-type-4 .top-info .show-search {
      display: none; }
  .header-type-4 .main-header .main-header-info {
    margin-bottom: 0; } }

/*===> END HEADER TYPE 4 <===*/
/*===> BEGIN HEADER TYPE 5 <===*/
.header-type-5.fixed-header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #fff; }
  .header-type-5.fixed-header + * {
    padding-top: 116px; }
    @media (max-width: 1199px) {
      .header-type-5.fixed-header + * {
        padding-top: 116px; } }
    @media (max-width: 991px) {
      .header-type-5.fixed-header + * {
        padding-top: 132px; } }
    @media (max-width: 767px) {
      .header-type-5.fixed-header + * {
        padding-top: 206px; } }
.header-type-5 .sidebar-search {
  margin-bottom: 0; }
.header-type-5 .header-nav {
  position: fixed;
  top: 0;
  right: auto;
  left: 0;
  z-index: 1000;
  width: 320px;
  height: 100%;
  height: 100vh;
  overflow-y: scroll;
  padding-top: 50px;
  border: none;
  background: #fff;
  transform: translateX(-100%);
  transition: all .3s; }
  .header-type-5 .header-nav.show-header-nav {
    transform: translateX(0%); }
  .header-type-5 .header-nav .container {
    width: 100%;
    padding: 0; }
    .header-type-5 .header-nav .container .row {
      margin: 0; }
  .header-type-5 .header-nav .close-menu {
    position: absolute;
    top: 10px;
    right: 5px;
    display: block;
    cursor: pointer; }
    .header-type-5 .header-nav .close-menu.show-mob-nav + .hide-lvl {
      display: flex; }
    .header-type-5 .header-nav .close-menu i {
      font-size: 36px;
      color: #5255c5; }
  .header-type-5 .header-nav .header-nav-list {
    flex-direction: column; }
    .header-type-5 .header-nav .header-nav-list li::before {
      height: 1px; }
    .header-type-5 .header-nav .header-nav-list li.drop-right .hide-lvl .hide-lvl {
      right: auto; }
    .header-type-5 .header-nav .header-nav-list li .wrap-to-show {
      display: flex;
      align-items: center; }
      .header-type-5 .header-nav .header-nav-list li .wrap-to-show.show-mob-nav i {
        transform: rotate(180deg); }
      .header-type-5 .header-nav .header-nav-list li .wrap-to-show i {
        display: block;
        width: 40px;
        font-size: 20px;
        line-height: 1.2em;
        text-align: center;
        transition: all .3s;
        cursor: pointer; }
        @media (max-width: 4096px) {
          .header-type-5 .header-nav .header-nav-list li .wrap-to-show i {
            padding-top: 15px; } }
        @media (max-width: 1600px) {
          .header-type-5 .header-nav .header-nav-list li .wrap-to-show i {
            padding-top: 15px; } }
        @media (max-width: 1440px) {
          .header-type-5 .header-nav .header-nav-list li .wrap-to-show i {
            padding-top: 15px; } }
        @media (max-width: 1199px) {
          .header-type-5 .header-nav .header-nav-list li .wrap-to-show i {
            padding-top: 15px; } }
        @media (max-width: 991px) {
          .header-type-5 .header-nav .header-nav-list li .wrap-to-show i {
            padding-top: 15px; } }
        @media (max-width: 767px) {
          .header-type-5 .header-nav .header-nav-list li .wrap-to-show i {
            padding-top: 10px; } }
        @media (max-width: 480px) {
          .header-type-5 .header-nav .header-nav-list li .wrap-to-show i {
            padding-top: 10px; } }
        @media (max-width: 4096px) {
          .header-type-5 .header-nav .header-nav-list li .wrap-to-show i {
            padding-bottom: 15px; } }
        @media (max-width: 1600px) {
          .header-type-5 .header-nav .header-nav-list li .wrap-to-show i {
            padding-bottom: 15px; } }
        @media (max-width: 1440px) {
          .header-type-5 .header-nav .header-nav-list li .wrap-to-show i {
            padding-bottom: 15px; } }
        @media (max-width: 1199px) {
          .header-type-5 .header-nav .header-nav-list li .wrap-to-show i {
            padding-bottom: 15px; } }
        @media (max-width: 991px) {
          .header-type-5 .header-nav .header-nav-list li .wrap-to-show i {
            padding-bottom: 15px; } }
        @media (max-width: 767px) {
          .header-type-5 .header-nav .header-nav-list li .wrap-to-show i {
            padding-bottom: 10px; } }
        @media (max-width: 480px) {
          .header-type-5 .header-nav .header-nav-list li .wrap-to-show i {
            padding-bottom: 10px; } }
      .header-type-5 .header-nav .header-nav-list li .wrap-to-show a, .header-type-5 .header-nav .header-nav-list li .wrap-to-show p {
        width: 100%; }
    .header-type-5 .header-nav .header-nav-list li .hide-lvl {
      position: relative;
      top: 0;
      display: none;
      width: 100%;
      border-radius: 0;
      border: none;
      border-top: 1px solid #ececec;
      border-bottom: 1px solid #ececec;
      box-shadow: none;
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      transition: all 0s; }
      .header-type-5 .header-nav .header-nav-list li .hide-lvl li:last-child a, .header-type-5 .header-nav .header-nav-list li .hide-lvl li:last-child p {
        border-radius: 0; }
      .header-type-5 .header-nav .header-nav-list li .hide-lvl li a, .header-type-5 .header-nav .header-nav-list li .hide-lvl li p {
        padding-left: 25px; }
      .header-type-5 .header-nav .header-nav-list li .hide-lvl .hide-lvl {
        border-radius: 0;
        border-bottom: none;
        left: 0;
        right: auto; }
        .header-type-5 .header-nav .header-nav-list li .hide-lvl .hide-lvl li:last-child a, .header-type-5 .header-nav .header-nav-list li .hide-lvl .hide-lvl li:last-child p {
          border-radius: 0; }
        .header-type-5 .header-nav .header-nav-list li .hide-lvl .hide-lvl li:first-child a, .header-type-5 .header-nav .header-nav-list li .hide-lvl .hide-lvl li:first-child p {
          border-radius: 0; }
        .header-type-5 .header-nav .header-nav-list li .hide-lvl .hide-lvl li a, .header-type-5 .header-nav .header-nav-list li .hide-lvl .hide-lvl li p {
          padding-left: 40px; }
@media (max-width: 1199px) {
  .header-type-5 .main-header {
    flex-direction: row; }
    .header-type-5 .main-header .main-header-info {
      margin-bottom: 0; } }
@media (max-width: 767px) {
  .header-type-5 .header-top-info {
    padding-top: 0;
    padding-bottom: 0; }
    .header-type-5 .header-top-info .top-info {
      flex-wrap: wrap;
      justify-content: space-around; }
    .header-type-5 .header-top-info .contact-list {
      flex-wrap: wrap;
      justify-content: center; }
      .header-type-5 .header-top-info .contact-list li {
        padding-top: 5px;
        padding-bottom: 5px; }
    .header-type-5 .header-top-info .soc-list {
      padding-top: 5px;
      padding-bottom: 5px; } }

/*===> END HEADER TYPE 5 <===*/
/*===> BEGIN MAIN FOOTER <===*/
footer {
  background: url(./img/absurdity.png) repeat #5dba3b; }
  footer .logo {
    margin-bottom: 30px; }
  footer h3, footer .h3 {
    color: #fff; }
  footer p, footer a:not(.fbx-link) {
    color: #f8f8fa; }
  footer .soc-list a {
    margin-bottom: 0; }
  footer a:hover {
    text-decoration: none;
    color: #5255c5; }
  footer .footer-subscribe {
    margin-top: 15px; }
    @media (max-width: 4096px) {
      footer .footer-subscribe {
        margin-bottom: 30px; } }
    @media (max-width: 1600px) {
      footer .footer-subscribe {
        margin-bottom: 30px; } }
    @media (max-width: 1440px) {
      footer .footer-subscribe {
        margin-bottom: 30px; } }
    @media (max-width: 1199px) {
      footer .footer-subscribe {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      footer .footer-subscribe {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      footer .footer-subscribe {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      footer .footer-subscribe {
        margin-bottom: 20px; } }
  @media (max-width: 4096px) {
    footer .footer-widget {
      margin-bottom: 50px; } }
  @media (max-width: 1600px) {
    footer .footer-widget {
      margin-bottom: 50px; } }
  @media (max-width: 1440px) {
    footer .footer-widget {
      margin-bottom: 50px; } }
  @media (max-width: 1199px) {
    footer .footer-widget {
      margin-bottom: 45px; } }
  @media (max-width: 991px) {
    footer .footer-widget {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    footer .footer-widget {
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    footer .footer-widget {
      margin-bottom: 30px; } }
  footer .footer-widget > div {
    max-width: 400px;
    margin: 0 auto; }
  @media (max-width: 4096px) {
    footer .footer-top-content {
      padding-top: 80px; } }
  @media (max-width: 1600px) {
    footer .footer-top-content {
      padding-top: 80px; } }
  @media (max-width: 1440px) {
    footer .footer-top-content {
      padding-top: 80px; } }
  @media (max-width: 1199px) {
    footer .footer-top-content {
      padding-top: 80px; } }
  @media (max-width: 991px) {
    footer .footer-top-content {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    footer .footer-top-content {
      padding-top: 40px; } }
  @media (max-width: 480px) {
    footer .footer-top-content {
      padding-top: 40px; } }
  @media (max-width: 4096px) {
    footer .footer-top-content {
      padding-bottom: 30px; } }
  @media (max-width: 1600px) {
    footer .footer-top-content {
      padding-bottom: 30px; } }
  @media (max-width: 1440px) {
    footer .footer-top-content {
      padding-bottom: 30px; } }
  @media (max-width: 1199px) {
    footer .footer-top-content {
      padding-bottom: 30px; } }
  @media (max-width: 991px) {
    footer .footer-top-content {
      padding-bottom: 25px; } }
  @media (max-width: 767px) {
    footer .footer-top-content {
      padding-bottom: 20px; } }
  @media (max-width: 480px) {
    footer .footer-top-content {
      padding-bottom: 20px; } }
  @media (max-width: 480px) {
    footer .footer-top-content {
      padding-bottom: 10px; } }
  @media (max-width: 4096px) {
    footer .footer-tools {
      padding-bottom: 50px; } }
  @media (max-width: 1600px) {
    footer .footer-tools {
      padding-bottom: 50px; } }
  @media (max-width: 1440px) {
    footer .footer-tools {
      padding-bottom: 50px; } }
  @media (max-width: 1199px) {
    footer .footer-tools {
      padding-bottom: 45px; } }
  @media (max-width: 991px) {
    footer .footer-tools {
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    footer .footer-tools {
      padding-bottom: 30px; } }
  @media (max-width: 480px) {
    footer .footer-tools {
      padding-bottom: 30px; } }
  @media (max-width: 4096px) {
    footer .footer-tools .footer-logo {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    footer .footer-tools .footer-logo {
      margin-bottom: 30px; } }
  @media (max-width: 1440px) {
    footer .footer-tools .footer-logo {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    footer .footer-tools .footer-logo {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    footer .footer-tools .footer-logo {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    footer .footer-tools .footer-logo {
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    footer .footer-tools .footer-logo {
      margin-bottom: 20px; } }
  footer .footer-tools p {
    color: #fff; }
  @media (max-width: 4096px) {
    footer .footer-gallery {
      padding-bottom: 50px; } }
  @media (max-width: 1600px) {
    footer .footer-gallery {
      padding-bottom: 50px; } }
  @media (max-width: 1440px) {
    footer .footer-gallery {
      padding-bottom: 50px; } }
  @media (max-width: 1199px) {
    footer .footer-gallery {
      padding-bottom: 45px; } }
  @media (max-width: 991px) {
    footer .footer-gallery {
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    footer .footer-gallery {
      padding-bottom: 30px; } }
  @media (max-width: 480px) {
    footer .footer-gallery {
      padding-bottom: 30px; } }
  footer .footer-bottom-content {
    border-top: 1px solid  #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px; }
    footer .footer-bottom-content p {
      margin-bottom: 0;
      text-align: center; }
    footer .footer-bottom-content a {
      font-size: 15px;
      transition: all .2s; }
      footer .footer-bottom-content a:last-child {
        margin-bottom: 0; }
      footer .footer-bottom-content a:hover {
        color: #5255c5; }
  footer .footer-map #footer-map {
    height: 290px; }
  @media (max-width: 1199px) {
    footer .row-flex {
      display: flex;
      flex-wrap: wrap; }
      footer .row-flex > div:nth-child(1) {
        order: 0; }
      footer .row-flex > div:nth-child(2) {
        order: 1; }
      footer .row-flex > div:nth-child(3) {
        order: 2; }
    footer .footer-contact h3, footer .footer-contact .h3, footer .footer-contact p {
      width: 100%; }
    footer .footer-contact ul {
      display: flex;
      justify-content: center; }
      footer .footer-contact ul li {
        margin-right: 25px; } }
    @media (max-width: 1199px) and (max-width: 4096px) {
      footer .footer-contact ul li:last-child {
        margin-bottom: 15px; } }
    @media (max-width: 1199px) and (max-width: 1600px) {
      footer .footer-contact ul li:last-child {
        margin-bottom: 15px; } }
    @media (max-width: 1199px) and (max-width: 1440px) {
      footer .footer-contact ul li:last-child {
        margin-bottom: 15px; } }
    @media (max-width: 1199px) and (max-width: 1199px) {
      footer .footer-contact ul li:last-child {
        margin-bottom: 15px; } }
    @media (max-width: 1199px) and (max-width: 991px) {
      footer .footer-contact ul li:last-child {
        margin-bottom: 15px; } }
    @media (max-width: 1199px) and (max-width: 767px) {
      footer .footer-contact ul li:last-child {
        margin-bottom: 10px; } }
    @media (max-width: 1199px) and (max-width: 480px) {
      footer .footer-contact ul li:last-child {
        margin-bottom: 10px; } }

  @media (max-width: 991px) {
    footer .footer-contact ul {
      flex-wrap: wrap; }
      footer .footer-contact ul li {
        width: 50%;
        margin-right: 0;
        display: flex;
        justify-content: center; } }
  @media (max-width: 767px) {
    footer {
      text-align: left; }
      footer h3, footer .h3, footer p {
        text-align: left; }
      footer .footer-tools,
      footer .footer-contact {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; }
        footer .footer-tools .soc-list,
        footer .footer-contact .soc-list {
          justify-content: center; }
      footer .footer-contact {
        text-align: left; }
        footer .footer-contact .footer-contact-text a, footer .footer-contact .footer-contact-text p {
          text-align: left; }
        footer .footer-contact ul {
          max-width: none;
          margin-left: auto;
          margin-right: auto; }
          footer .footer-contact ul li a, footer .footer-contact ul li p {
            text-align: left; } }
  @media (max-width: 480px) {
    footer .footer-contact ul {
      flex-direction: column; }
      footer .footer-contact ul li {
        width: 100%;
        justify-content: flex-start; } }

/*===> END MAIN FOOTER <===*/
/*===> BEGIN FOOTER GALLERY <===*/
.footer-gallery {
  display: flex;
  flex-direction: column;
  margin-right: -10px;
  margin-left: -10px; }
  .footer-gallery h3, .footer-gallery .h3 {
    width: 100%;
    max-width: 375px;
    padding-left: 10px;
    padding-right: 10px; }
  .footer-gallery .gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 390px; }
    .footer-gallery .gallery-wrap a {
      margin-bottom: 0;
      border-radius: 0; }
      .footer-gallery .gallery-wrap a img {
        border-radius: 5px; }
    .footer-gallery .gallery-wrap .gallery-card {
      width: 33.33%;
      padding-right: 10px;
      padding-left: 10px;
      margin-bottom: 20px; }
      .footer-gallery .gallery-wrap .gallery-card img {
        border-radius: 5px; }
  @media (max-width: 1199px) {
    .footer-gallery {
      align-items: center; } }
  @media (max-width: 767px) {
    .footer-gallery {
      text-align: center; } }
  @media (max-width: 480px) {
    .footer-gallery {
      margin-right: -5px;
      margin-left: -5px; }
      .footer-gallery h3, .footer-gallery .h3 {
        padding-left: 5px;
        padding-right: 5px; }
      .footer-gallery .gallery-wrap {
        max-width: 330px; }
        .footer-gallery .gallery-wrap .gallery-card {
          padding-right: 5px;
          padding-left: 5px;
          margin-bottom: 10px; } }

/*===> END FOOTER GALLERY <===*/
/*===> BEGIN FOOTER LATEST <===*/
.buz-posts p {
  margin-bottom: 20px; }
.buz-posts img {
  width: 60px;
  height: 60px; }
.buz-posts ul {
  margin-bottom: 0; }
  .buz-posts ul li {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left; }
    @media (max-width: 4096px) {
      .buz-posts ul li {
        padding-bottom: 10px; } }
    @media (max-width: 1600px) {
      .buz-posts ul li {
        padding-bottom: 10px; } }
    @media (max-width: 1440px) {
      .buz-posts ul li {
        padding-bottom: 10px; } }
    @media (max-width: 1199px) {
      .buz-posts ul li {
        padding-bottom: 10px; } }
    @media (max-width: 991px) {
      .buz-posts ul li {
        padding-bottom: 10px; } }
    @media (max-width: 767px) {
      .buz-posts ul li {
        padding-bottom: 5px; } }
    @media (max-width: 480px) {
      .buz-posts ul li {
        padding-bottom: 5px; } }
    .buz-posts ul li:last-child {
      padding-bottom: 0; }
    .buz-posts ul li::after {
      display: none; }
    .buz-posts ul li .latest-desk a, .buz-posts ul li .latest-desk time {
      color: #fff; }

/*===> END FOOTER LATEST <===*/
/*===> BEGIN CUSTOM FOOTER TOP <===*/
.custom-footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid  #fff; }
  @media (max-width: 4096px) {
    .custom-footer-top {
      margin-bottom: 50px; } }
  @media (max-width: 1600px) {
    .custom-footer-top {
      margin-bottom: 50px; } }
  @media (max-width: 1440px) {
    .custom-footer-top {
      margin-bottom: 50px; } }
  @media (max-width: 1199px) {
    .custom-footer-top {
      margin-bottom: 45px; } }
  @media (max-width: 991px) {
    .custom-footer-top {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .custom-footer-top {
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .custom-footer-top {
      margin-bottom: 30px; } }
  @media (max-width: 4096px) {
    .custom-footer-top .soc-list, .custom-footer-top .footer-logo, .custom-footer-top .progect-author {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    .custom-footer-top .soc-list, .custom-footer-top .footer-logo, .custom-footer-top .progect-author {
      margin-bottom: 30px; } }
  @media (max-width: 1440px) {
    .custom-footer-top .soc-list, .custom-footer-top .footer-logo, .custom-footer-top .progect-author {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .custom-footer-top .soc-list, .custom-footer-top .footer-logo, .custom-footer-top .progect-author {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .custom-footer-top .soc-list, .custom-footer-top .footer-logo, .custom-footer-top .progect-author {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .custom-footer-top .soc-list, .custom-footer-top .footer-logo, .custom-footer-top .progect-author {
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .custom-footer-top .soc-list, .custom-footer-top .footer-logo, .custom-footer-top .progect-author {
      margin-bottom: 20px; } }
  .custom-footer-top .progect-author {
    color: #fff; }
  @media (max-width: 991px) {
    .custom-footer-top {
      flex-direction: column;
      align-items: center; }
      .custom-footer-top .footer-logo {
        order: 0; }
      .custom-footer-top .progect-author {
        order: 1; }
      .custom-footer-top .soc-list {
        order: 2; } }
  @media (max-width: 767px) {
    .custom-footer-top {
      flex-direction: column;
      align-items: center; }
      .custom-footer-top .footer-logo {
        order: 0; }
      .custom-footer-top .progect-author {
        order: 1; }
      .custom-footer-top .soc-list {
        order: 2; } }

/*===> END CUSTOM FOOTER TOP <===*/
/*===> BEGIN FOOTER TYPE 2 <===*/
.footer-type-2 .container-fluid {
  max-width: 1600px; }
  .footer-type-2 .container-fluid .fluid-footer {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    .footer-type-2 .container-fluid .fluid-footer .footer-tools {
      width: 300px;
      padding-left: 15px;
      padding-right: 15px; }
      .footer-type-2 .container-fluid .fluid-footer .footer-tools .footer-subscribe input {
        border-radius: 10px 0 0 10px; }
      .footer-type-2 .container-fluid .fluid-footer .footer-tools .footer-subscribe button {
        border-radius: 0 10px 10px 0; }
    .footer-type-2 .container-fluid .fluid-footer .footer-gallery-wrap {
      width: 390px;
      padding-left: 15px;
      padding-right: 15px; }
    .footer-type-2 .container-fluid .fluid-footer .footer-gallery {
      margin-left: -15px;
      margin-right: -15px; }
    .footer-type-2 .container-fluid .fluid-footer .footer-contact {
      width: 290px;
      padding-left: 15px;
      padding-right: 15px; }
    .footer-type-2 .container-fluid .fluid-footer .footer-map {
      width: 330px;
      padding-left: 15px;
      padding-right: 15px; }
      .footer-type-2 .container-fluid .fluid-footer .footer-map #footer-map {
        height: 300px !important; }
@media (max-width: 1600px) {
  .footer-type-2 .container-fluid {
    max-width: 1200px; }
    .footer-type-2 .container-fluid .fluid-footer {
      justify-content: center; } }
@media (max-width: 1199px) {
  .footer-type-2 .footer-contact h3, .footer-type-2 .footer-contact .h3, .footer-type-2 .footer-contact p {
    text-align: left; }
  .footer-type-2 .footer-contact ul {
    flex-direction: column; }
    .footer-type-2 .footer-contact ul li {
      width: 100%;
      margin-right: 0;
      justify-content: flex-start; }
      .footer-type-2 .footer-contact ul li:last-child {
        margin-bottom: 0; } }
@media (max-width: 991px) {
  .footer-type-2 .container-fluid .fluid-footer .footer-gallery-wrap {
    width: 100%; } }
@media (max-width: 767px) {
  .footer-type-2 .container-fluid .row-flex > div {
    width: 100%; }
  .footer-type-2 .container-fluid .fluid-footer {
    flex-direction: column;
    align-items: center;
    width: auto; }
    .footer-type-2 .container-fluid .fluid-footer .footer-tools {
      order: 0; }
    .footer-type-2 .container-fluid .fluid-footer .footer-latest {
      order: 1; }
    .footer-type-2 .container-fluid .fluid-footer .footer-gallery-wrap {
      order: 3; }
    .footer-type-2 .container-fluid .fluid-footer .footer-contact {
      order: 2; }
    .footer-type-2 .container-fluid .fluid-footer .footer-map {
      order: 4;
      width: 100%; } }
@media (max-width: 480px) {
  .footer-type-2 .container-fluid .fluid-footer .footer-gallery .gallery-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .footer-type-2 .container-fluid .fluid-footer .footer-map {
    width: 100%; } }

/*===> END FOOTER TYPE 2 <===*/
/*===> BEGIN FOOTER TYPE 3 <===*/
@media (max-width: 767px) {
  .footer-type-3 .footer-tools,
  .footer-type-3 .footer-contact {
    max-width: 410px; }
  .footer-type-3 .footer-contact ul {
    width: 100%;
    max-width: none !important; } }
@media (max-width: 1199px) {
  .footer-type-3 .row-flex {
    display: flex;
    flex-wrap: wrap; }
    .footer-type-3 .row-flex > div:nth-child(1) {
      order: 0; }
    .footer-type-3 .row-flex > div:nth-child(2) {
      order: 2; }
    .footer-type-3 .row-flex > div:nth-child(3) {
      order: 1; } }

/*===> END FOOTER TYPE 3 <===*/
/*===> BEGIN FOOTER TYPE 4 <===*/
.footer-type-4 .footer-latest {
  width: auto;
  max-width: 290px;
  padding-left: 0;
  padding-right: 0; }
@media (max-width: 1199px) {
  .footer-type-4 .footer-tools {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .footer-type-4 .footer-contact h3, .footer-type-4 .footer-contact .h3, .footer-type-4 .footer-contact p {
    text-align: left; }
  .footer-type-4 .footer-contact ul {
    flex-direction: column; }
    .footer-type-4 .footer-contact ul li {
      width: 100%;
      margin-right: 0;
      justify-content: flex-start; } }
    @media (max-width: 1199px) and (max-width: 4096px) {
      .footer-type-4 .footer-contact ul li:last-child {
        margin-bottom: 15px; } }
    @media (max-width: 1199px) and (max-width: 1600px) {
      .footer-type-4 .footer-contact ul li:last-child {
        margin-bottom: 15px; } }
    @media (max-width: 1199px) and (max-width: 1440px) {
      .footer-type-4 .footer-contact ul li:last-child {
        margin-bottom: 15px; } }
    @media (max-width: 1199px) and (max-width: 1199px) {
      .footer-type-4 .footer-contact ul li:last-child {
        margin-bottom: 15px; } }
    @media (max-width: 1199px) and (max-width: 991px) {
      .footer-type-4 .footer-contact ul li:last-child {
        margin-bottom: 15px; } }
    @media (max-width: 1199px) and (max-width: 767px) {
      .footer-type-4 .footer-contact ul li:last-child {
        margin-bottom: 10px; } }
    @media (max-width: 1199px) and (max-width: 480px) {
      .footer-type-4 .footer-contact ul li:last-child {
        margin-bottom: 10px; } }

@media (max-width: 767px) {
  .footer-type-4 .footer-tools,
  .footer-type-4 .footer-contact {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .footer-type-4 .footer-tools h3, .footer-type-4 .footer-tools .h3, .footer-type-4 .footer-tools p,
    .footer-type-4 .footer-contact h3,
    .footer-type-4 .footer-contact .h3,
    .footer-type-4 .footer-contact p {
      text-align: center; }
  .footer-type-4 .footer-latest {
    margin-left: auto;
    margin-right: auto; }
  .footer-type-4 .footer-contact ul {
    display: flex;
    flex-direction: row; }
    .footer-type-4 .footer-contact ul li {
      flex-direction: column;
      width: 50%; }
      .footer-type-4 .footer-contact ul li i {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center; }
      .footer-type-4 .footer-contact ul li p, .footer-type-4 .footer-contact ul li a {
        text-align: center; } }
@media (max-width: 480px) {
  .footer-type-4 .footer-contact h3, .footer-type-4 .footer-contact .h3, .footer-type-4 .footer-contact p {
    text-align: center; }
  .footer-type-4 .footer-contact ul {
    flex-direction: column; }
    .footer-type-4 .footer-contact ul li {
      flex-direction: row;
      width: 100%; }
      .footer-type-4 .footer-contact ul li i {
        margin-bottom: 0;
        margin-right: 20px; }
      .footer-type-4 .footer-contact ul li p, .footer-type-4 .footer-contact ul li a {
        text-align: left; } }

/*===> END FOOTER TYPE 4 <===*/
/*===> BEGIN FOOTER TYPE 5 <===*/
.footer-type-5 .footer-contact ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: -20px; }
  .footer-type-5 .footer-contact ul li {
    flex-direction: column;
    margin-bottom: 20px; }
    .footer-type-5 .footer-contact ul li i {
      margin-right: 0;
      margin-bottom: 15px;
      font-size: 38px;
      line-height: 1; }
    .footer-type-5 .footer-contact ul li .footer-contact-text {
      text-align: center; }
      .footer-type-5 .footer-contact ul li .footer-contact-text a {
        margin-bottom: 5px;
        line-height: 1.7em; }
@media (max-width: 767px) {
  .footer-type-5 .footer-contact {
    width: 100%;
    max-width: none; }
    .footer-type-5 .footer-contact ul {
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
      max-width: none; }
      .footer-type-5 .footer-contact ul li {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px; }
        .footer-type-5 .footer-contact ul li:last-child {
          margin-bottom: 20px; }
        .footer-type-5 .footer-contact ul li p, .footer-type-5 .footer-contact ul li a {
          text-align: center; } }

/*===> END FOOTER TYPE 5 <===*/
/*===> BEGIN TESTIMONIAL <===*/
.testimonial-wrap {
  padding-top: 75px;
  max-width: 560px;
  margin: auto; }
  .testimonial-wrap .testimonial {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    border: 2px dashed #ff8b00;
    border-radius: 10px;
    background: #fff; }
    .testimonial-wrap .testimonial .author-avatar {
      position: relative;
      overflow: hidden;
      width: 150px;
      height: 150px;
      margin-top: -75px;
      border: 2px solid #ff8b00;
      border-radius: 50%; }
      @media (max-width: 4096px) {
        .testimonial-wrap .testimonial .author-avatar {
          margin-bottom: 20px; } }
      @media (max-width: 1600px) {
        .testimonial-wrap .testimonial .author-avatar {
          margin-bottom: 20px; } }
      @media (max-width: 1440px) {
        .testimonial-wrap .testimonial .author-avatar {
          margin-bottom: 20px; } }
      @media (max-width: 1199px) {
        .testimonial-wrap .testimonial .author-avatar {
          margin-bottom: 20px; } }
      @media (max-width: 991px) {
        .testimonial-wrap .testimonial .author-avatar {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .testimonial-wrap .testimonial .author-avatar {
          margin-bottom: 15px; } }
      @media (max-width: 480px) {
        .testimonial-wrap .testimonial .author-avatar {
          margin-bottom: 15px; } }
      .testimonial-wrap .testimonial .author-avatar img {
        position: absolute;
        top: 0;
        left: 50%;
        width: 100%;
        max-width: none;
        transform: translateX(-50%); }
    .testimonial-wrap .testimonial p {
      width: 100%;
      text-align: center;
      line-height: 1.6em; }
    .testimonial-wrap .testimonial h5 span, .testimonial-wrap .testimonial .h5 span {
      padding-left: 5px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 15px;
      color: #5dba3b; }
    @media (max-width: 4096px) {
      .testimonial-wrap .testimonial h5, .testimonial-wrap .testimonial .h5 {
        margin-bottom: 20px; } }
    @media (max-width: 1600px) {
      .testimonial-wrap .testimonial h5, .testimonial-wrap .testimonial .h5 {
        margin-bottom: 20px; } }
    @media (max-width: 1440px) {
      .testimonial-wrap .testimonial h5, .testimonial-wrap .testimonial .h5 {
        margin-bottom: 20px; } }
    @media (max-width: 1199px) {
      .testimonial-wrap .testimonial h5, .testimonial-wrap .testimonial .h5 {
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      .testimonial-wrap .testimonial h5, .testimonial-wrap .testimonial .h5 {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .testimonial-wrap .testimonial h5, .testimonial-wrap .testimonial .h5 {
        margin-bottom: 15px; } }
    @media (max-width: 480px) {
      .testimonial-wrap .testimonial h5, .testimonial-wrap .testimonial .h5 {
        margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .testimonial-wrap .testimonial {
      padding-left: 15px;
      padding-right: 15px; }
      .testimonial-wrap .testimonial .testimonials-text {
        text-align: justify; } }

/*===> END TESTIMONIAL <===*/
/*===> BEGIN TESTIMONIAL SECTION <===*/
.testimonial-section {
  position: relative; }
  @media (max-width: 4096px) {
    .testimonial-section {
      padding-top: 50px; } }
  @media (max-width: 1600px) {
    .testimonial-section {
      padding-top: 50px; } }
  @media (max-width: 1440px) {
    .testimonial-section {
      padding-top: 50px; } }
  @media (max-width: 1199px) {
    .testimonial-section {
      padding-top: 45px; } }
  @media (max-width: 991px) {
    .testimonial-section {
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .testimonial-section {
      padding-top: 30px; } }
  @media (max-width: 480px) {
    .testimonial-section {
      padding-top: 30px; } }
  @media (max-width: 4096px) {
    .testimonial-section {
      padding-bottom: 50px; } }
  @media (max-width: 1600px) {
    .testimonial-section {
      padding-bottom: 50px; } }
  @media (max-width: 1440px) {
    .testimonial-section {
      padding-bottom: 50px; } }
  @media (max-width: 1199px) {
    .testimonial-section {
      padding-bottom: 45px; } }
  @media (max-width: 991px) {
    .testimonial-section {
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .testimonial-section {
      padding-bottom: 30px; } }
  @media (max-width: 480px) {
    .testimonial-section {
      padding-bottom: 30px; } }
  .testimonial-section .testimonial-slider {
    position: relative;
    z-index: 10;
    margin-left: -15px;
    margin-right: -15px; }
    @media (max-width: 4096px) {
      .testimonial-section .testimonial-slider {
        padding-top: 50px; } }
    @media (max-width: 1600px) {
      .testimonial-section .testimonial-slider {
        padding-top: 50px; } }
    @media (max-width: 1440px) {
      .testimonial-section .testimonial-slider {
        padding-top: 50px; } }
    @media (max-width: 1199px) {
      .testimonial-section .testimonial-slider {
        padding-top: 45px; } }
    @media (max-width: 991px) {
      .testimonial-section .testimonial-slider {
        padding-top: 40px; } }
    @media (max-width: 767px) {
      .testimonial-section .testimonial-slider {
        padding-top: 30px; } }
    @media (max-width: 480px) {
      .testimonial-section .testimonial-slider {
        padding-top: 30px; } }
    @media (max-width: 4096px) {
      .testimonial-section .testimonial-slider {
        padding-bottom: 50px; } }
    @media (max-width: 1600px) {
      .testimonial-section .testimonial-slider {
        padding-bottom: 50px; } }
    @media (max-width: 1440px) {
      .testimonial-section .testimonial-slider {
        padding-bottom: 50px; } }
    @media (max-width: 1199px) {
      .testimonial-section .testimonial-slider {
        padding-bottom: 45px; } }
    @media (max-width: 991px) {
      .testimonial-section .testimonial-slider {
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .testimonial-section .testimonial-slider {
        padding-bottom: 30px; } }
    @media (max-width: 480px) {
      .testimonial-section .testimonial-slider {
        padding-bottom: 30px; } }
    .testimonial-section .testimonial-slider .card {
      padding-left: 15px;
      padding-right: 15px; }
      .testimonial-section .testimonial-slider .card .testimonial-wrap {
        margin-bottom: 0; }
  .testimonial-section .moving-element {
    top: 30%;
    left: 90%; }
  .testimonial-section .bottom-img {
    position: absolute;
    left: 10%;
    bottom: 0; }
  @media (max-width: 1440px) {
    .testimonial-section .moving-element {
      top: 10%;
      left: 50%; } }
  @media (max-width: 1199px) {
    .testimonial-section .moving-element {
      top: 10%;
      left: 45%; } }
  @media (max-width: 991px) {
    .testimonial-section .bottom-img {
      height: 90px; } }
  @media (max-width: 767px) {
    .testimonial-section .bottom-img {
      height: 75px; } }

/*===> END TESTIMONIAL SECTION <===*/
/*===> BEGIN SIDEBAR <===*/
.widget ul li, .footer-widget ul li {
  padding-left: 0; }
  .widget ul li::after, .footer-widget ul li::after {
    display: none; }
.widget.widget_nav_menu a, .widget.widget_pages a, .widget.widget_meta a, .widget.widget_calendar a, .widget.widget_recent_entries a, .footer-widget.widget_nav_menu a, .footer-widget.widget_pages a, .footer-widget.widget_meta a, .footer-widget.widget_calendar a, .footer-widget.widget_recent_entries a {
  font-size: 17px;
  text-decoration: none;
  font-weight: 400; }
.widget.widget_nav_menu .children a, .widget.widget_nav_menu .sub-menu a, .widget.widget_pages .children a, .widget.widget_pages .sub-menu a, .widget.widget_meta .children a, .widget.widget_meta .sub-menu a, .widget.widget_calendar .children a, .widget.widget_calendar .sub-menu a, .widget.widget_recent_entries .children a, .widget.widget_recent_entries .sub-menu a, .footer-widget.widget_nav_menu .children a, .footer-widget.widget_nav_menu .sub-menu a, .footer-widget.widget_pages .children a, .footer-widget.widget_pages .sub-menu a, .footer-widget.widget_meta .children a, .footer-widget.widget_meta .sub-menu a, .footer-widget.widget_calendar .children a, .footer-widget.widget_calendar .sub-menu a, .footer-widget.widget_recent_entries .children a, .footer-widget.widget_recent_entries .sub-menu a {
  font-size: 15px; }
.widget.widget_recent_comments li, .footer-widget.widget_recent_comments li {
  position: relative;
  padding-left: 30px; }
  .widget.widget_recent_comments li a:hover, .footer-widget.widget_recent_comments li a:hover {
    text-decoration: none; }
  .widget.widget_recent_comments li::before, .footer-widget.widget_recent_comments li::before {
    content: '\f189';
    position: absolute;
    top: 3px;
    left: 0;
    font-family: 'Material Design Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #ff5157; }

.widget_recent_entries .post-date {
  display: block;
  font-style: italic;
  color: #aeaeae; }

.widget_buz_contacts p {
  line-height: 1.3em; }
  @media (max-width: 4096px) {
    .widget_buz_contacts p {
      margin-bottom: 10px; } }
  @media (max-width: 1600px) {
    .widget_buz_contacts p {
      margin-bottom: 10px; } }
  @media (max-width: 1440px) {
    .widget_buz_contacts p {
      margin-bottom: 10px; } }
  @media (max-width: 1199px) {
    .widget_buz_contacts p {
      margin-bottom: 10px; } }
  @media (max-width: 991px) {
    .widget_buz_contacts p {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .widget_buz_contacts p {
      margin-bottom: 5px; } }
  @media (max-width: 480px) {
    .widget_buz_contacts p {
      margin-bottom: 5px; } }
.widget_buz_contacts ul {
  margin-bottom: 0; }
  .widget_buz_contacts ul li {
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-left: 0; }
    @media (max-width: 4096px) {
      .widget_buz_contacts ul li {
        margin-bottom: 10px; } }
    @media (max-width: 1600px) {
      .widget_buz_contacts ul li {
        margin-bottom: 10px; } }
    @media (max-width: 1440px) {
      .widget_buz_contacts ul li {
        margin-bottom: 10px; } }
    @media (max-width: 1199px) {
      .widget_buz_contacts ul li {
        margin-bottom: 10px; } }
    @media (max-width: 991px) {
      .widget_buz_contacts ul li {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .widget_buz_contacts ul li {
        margin-bottom: 5px; } }
    @media (max-width: 480px) {
      .widget_buz_contacts ul li {
        margin-bottom: 5px; } }
    .widget_buz_contacts ul li:last-child {
      margin-bottom: 0; }
    .widget_buz_contacts ul li::after {
      display: none; }
    .widget_buz_contacts ul li i {
      margin-right: 15px;
      font-size: 28px;
      color: #fff;
      line-height: 28px; }
    .widget_buz_contacts ul li .footer-contact-text {
      display: flex;
      flex-direction: column; }
      .widget_buz_contacts ul li .footer-contact-text p {
        margin-bottom: 0;
        font-size: 15px; }
      .widget_buz_contacts ul li .footer-contact-text a {
        margin-bottom: 0px;
        font-size: 15px;
        transition: all .2s; }
        .widget_buz_contacts ul li .footer-contact-text a:last-child {
          margin-bottom: 0; }
        .widget_buz_contacts ul li .footer-contact-text a:hover {
          color: #5255c5; }

.widget_rss h2 {
  display: flex;
  color: #FFFFFF;
  justify-content: center; }
  .widget_rss h2 .rsswidget.rsswidget {
    font-size: 20px; }
    .widget_rss h2 .rsswidget.rsswidget:hover {
      color: #090605;
      text-decoration: none; }
    .widget_rss h2 .rsswidget.rsswidget:first-child {
      margin-right: 5px; }

.calendar_wrap caption {
  padding-top: 0;
  font-weight: 600;
  color: #090605; }
.calendar_wrap table td, .calendar_wrap table th {
  padding: 0; }
.calendar_wrap table {
  margin-bottom: 0; }

.widget_calendar table {
  text-align: center;
  width: 100%; }
  .widget_calendar table th {
    padding-bottom: 5px; }
  .widget_calendar table caption, .widget_calendar table th {
    text-align: center; }
  .widget_calendar table tfoot td {
    padding-top: 5px; }

.widget_rss ul .rsswidget {
  margin-bottom: 5px;
  display: block;
  font-size: 20px;
  font-family: "Baloo", cursive;
  line-height: 1.1em;
  text-decoration: none; }
  .widget_rss ul .rsswidget:hover {
    color: #5255c5; }
.widget_rss ul .rss-date, .widget_rss ul cite {
  font-style: italic; }
.widget_rss ul .rssSummary {
  padding: 10px 0; }
.widget_rss ul li {
  margin-bottom: 0px;
  padding-bottom: 20px; }
  .widget_rss ul li:last-child {
    padding-bottom: 0; }

.widget_pages .children {
  padding-left: 15px; }
.widget_pages ul.children {
  padding-top: 5px; }

.widget_nav_menu ul {
  margin-bottom: 0; }
.widget_nav_menu .sub-menu {
  padding-top: 5px;
  padding-left: 15px; }
.widget_nav_menu li {
  padding-left: 0px; }
.widget_nav_menu li::after {
  content: ""; }

.widget_archive ul li:first-child:before, .widget_categories ul li:first-child:before {
  height: calc(100% - 10px);
  top: 10px; }
.widget_archive ul li:first-child:last-child:before, .widget_categories ul li:first-child:last-child:before {
  display: none; }
.widget_archive ul li:last-child:before, .widget_categories ul li:last-child:before {
  height: 10px; }
.widget_archive ul li:before, .widget_categories ul li:before {
  content: " ";
  background: #ececec;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 3px; }
.widget_archive .children li:before, .widget_categories .children li:before {
  display: none; }
.widget_archive ul.children, .widget_categories ul.children {
  padding-top: 5px; }
  .widget_archive ul.children li a, .widget_categories ul.children li a {
    font-size: 15px;
    color: #777777; }
  .widget_archive ul.children li::after, .widget_categories ul.children li::after {
    display: none; }
.widget_archive ul, .widget_categories ul {
  position: relative; }
  .widget_archive ul li, .widget_categories ul li {
    margin-bottom: 0px;
    padding-bottom: 8px;
    font-weight: 300;
    padding-left: 17px; }
    .widget_archive ul li::after, .widget_categories ul li::after {
      content: '\F764';
      top: 2px;
      display: block;
      width: auto;
      height: auto;
      background: transparent;
      font-family: 'Material Design Icons';
      font-weight: normal;
      font-style: normal;
      font-size: 8px; }
    .widget_archive ul li:last-child, .widget_categories ul li:last-child {
      padding-bottom: 0px; }
      .widget_archive ul li:last-child a, .widget_categories ul li:last-child a {
        margin-bottom: 0; }
    .widget_archive ul li a, .widget_categories ul li a {
      font-weight: 400;
      font-size: 17px;
      text-decoration: none; }

.widget_tag_cloud .tagcloud {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap; }
  .widget_tag_cloud .tagcloud a {
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid;
    text-align: center;
    transition: all .3s;
    font-size: 15px !important; }
    .widget_tag_cloud .tagcloud a:hover {
      text-decoration: none; }
    @media (max-width: 4096px) {
      .widget_tag_cloud .tagcloud a {
        margin-bottom: 10px; } }
    @media (max-width: 1600px) {
      .widget_tag_cloud .tagcloud a {
        margin-bottom: 10px; } }
    @media (max-width: 1440px) {
      .widget_tag_cloud .tagcloud a {
        margin-bottom: 10px; } }
    @media (max-width: 1199px) {
      .widget_tag_cloud .tagcloud a {
        margin-bottom: 10px; } }
    @media (max-width: 991px) {
      .widget_tag_cloud .tagcloud a {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .widget_tag_cloud .tagcloud a {
        margin-bottom: 5px; } }
    @media (max-width: 480px) {
      .widget_tag_cloud .tagcloud a {
        margin-bottom: 5px; } }
    @media (max-width: 4096px) {
      .widget_tag_cloud .tagcloud a {
        margin-right: 10px; } }
    @media (max-width: 1600px) {
      .widget_tag_cloud .tagcloud a {
        margin-right: 10px; } }
    @media (max-width: 1440px) {
      .widget_tag_cloud .tagcloud a {
        margin-right: 10px; } }
    @media (max-width: 1199px) {
      .widget_tag_cloud .tagcloud a {
        margin-right: 10px; } }
    @media (max-width: 991px) {
      .widget_tag_cloud .tagcloud a {
        margin-right: 10px; } }
    @media (max-width: 767px) {
      .widget_tag_cloud .tagcloud a {
        margin-right: 5px; } }
    @media (max-width: 480px) {
      .widget_tag_cloud .tagcloud a {
        margin-right: 5px; } }

.footer-widget.widget_recent_entries .post-date {
  color: #FFFFFF; }
.footer-widget.textwidget form br {
  display: none; }
.footer-widget > ul {
  margin-bottom: 0; }
.footer-widget.widget_meta a {
  font-weight: 400;
  text-decoration: none; }
.footer-widget.widget_nav_menu a, .footer-widget.widget_pages a, .footer-widget.widget_calendar a, .footer-widget.widget_recent_entries a {
  font-weight: 500;
  text-decoration: none; }
.footer-widget.widget_nav_menu ul.children a, .footer-widget.widget_nav_menu ul.sub-menu a, .footer-widget.widget_pages ul.children a, .footer-widget.widget_pages ul.sub-menu a, .footer-widget.widget_recent_entries ul.children a, .footer-widget.widget_recent_entries ul.sub-menu a {
  font-weight: 400; }
.footer-widget.widget_rss h3 {
  display: flex; }
  .footer-widget.widget_rss h3 .rsswidget.rsswidget {
    color: #FFF; }
    .footer-widget.widget_rss h3 .rsswidget.rsswidget:hover {
      color: #5255c5;
      text-decoration: none; }
    .footer-widget.widget_rss h3 .rsswidget.rsswidget:first-child {
      margin-right: 10px; }
.footer-widget .calendar_wrap {
  font-size: 17px;
  color: #ececec; }
  .footer-widget .calendar_wrap caption, .footer-widget .calendar_wrap thead {
    color: #FFFFFF; }
  .footer-widget .calendar_wrap tfoot a {
    font-weight: 400;
    color: #FFFFFF; }
    .footer-widget .calendar_wrap tfoot a:hover {
      color: #5255c5; }
  .footer-widget .calendar_wrap tbody a {
    color: #FFFFFF;
    font-weight: 500; }
    .footer-widget .calendar_wrap tbody a:hover {
      color: #5255c5; }
.footer-widget.widget_rss h3 {
  margin-bottom: 10px; }
.footer-widget.widget_rss .rsswidget {
  color: #FFFFFF;
  font-weight: 500; }
  .footer-widget.widget_rss .rsswidget:hover {
    color: #5255c5; }
.footer-widget.widget_rss .rssSummary {
  color: #ffffff; }
.footer-widget.widget_rss .rss-date, .footer-widget.widget_rss cite {
  color: #ececec; }
.footer-widget.widget_archive ul li:first-child:before, .footer-widget.widget_categories ul li:first-child:before {
  height: calc(100% - 10px);
  top: 10px; }
.footer-widget.widget_archive ul li:last-child:before, .footer-widget.widget_categories ul li:last-child:before {
  height: 10px; }
.footer-widget.widget_archive ul li:before, .footer-widget.widget_categories ul li:before {
  content: " ";
  background: #FFFFFF;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 3px; }
.footer-widget.widget_archive .children li:before, .footer-widget.widget_categories .children li:before {
  display: none; }
.footer-widget.widget_archive ul::before, .footer-widget.widget_categories ul::before {
  top: 10px;
  height: calc(100% - 20px);
  left: 3px; }
.footer-widget.widget_archive ul li, .footer-widget.widget_categories ul li {
  color: #ececec; }
  .footer-widget.widget_archive ul li a, .footer-widget.widget_categories ul li a {
    font-weight: 500; }
  .footer-widget.widget_archive ul li::after, .footer-widget.widget_categories ul li::after {
    color: #f8f8fa; }
  .footer-widget.widget_archive ul li a, .footer-widget.widget_categories ul li a {
    color: #f8f8fa; }
    .footer-widget.widget_archive ul li a:hover, .footer-widget.widget_categories ul li a:hover {
      color: #5255c5; }
.footer-widget.widget_archive .children li a, .footer-widget.widget_categories .children li a {
  font-weight: 400; }
.footer-widget.widget_tag_cloud .tagcloud {
  padding-bottom: 0px; }
  @media (max-width: 4096px) {
    .footer-widget.widget_tag_cloud .tagcloud {
      margin-bottom: -10px; } }
  @media (max-width: 1600px) {
    .footer-widget.widget_tag_cloud .tagcloud {
      margin-bottom: -10px; } }
  @media (max-width: 1440px) {
    .footer-widget.widget_tag_cloud .tagcloud {
      margin-bottom: -10px; } }
  @media (max-width: 1199px) {
    .footer-widget.widget_tag_cloud .tagcloud {
      margin-bottom: -10px; } }
  @media (max-width: 991px) {
    .footer-widget.widget_tag_cloud .tagcloud {
      margin-bottom: -10px; } }
  @media (max-width: 767px) {
    .footer-widget.widget_tag_cloud .tagcloud {
      margin-bottom: -5px; } }
  @media (max-width: 480px) {
    .footer-widget.widget_tag_cloud .tagcloud {
      margin-bottom: -5px; } }
  .footer-widget.widget_tag_cloud .tagcloud a {
    border-color: #fff;
    color: #fff; }
    .footer-widget.widget_tag_cloud .tagcloud a:hover {
      border-color: #ff8b00;
      background: #ff8b00;
      color: #fff; }
.footer-widget.widget_recent_comments li {
  color: #ececec; }
  .footer-widget.widget_recent_comments li::before {
    color: #ececec; }
  .footer-widget.widget_recent_comments li .comment-author-link, .footer-widget.widget_recent_comments li .comment-author-link a {
    color: #fff;
    font-weight: 500; }
  .footer-widget.widget_recent_comments li a {
    color: #ececec; }
    .footer-widget.widget_recent_comments li a:hover {
      color: #5255c5; }

.widget {
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.3em; }
  @media (max-width: 4096px) {
    .widget {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    .widget {
      margin-bottom: 20px; } }
  @media (max-width: 1440px) {
    .widget {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    .widget {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .widget {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .widget {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .widget {
      margin-bottom: 15px; } }
  .widget:last-child {
    margin-bottom: 0; }
  .widget.buz-posts ul li .latest-desk a {
    color: #090605;
    font-weight: 400; }
  .widget.buz-posts ul li .latest-desk time {
    color: #aeaeae; }
  .widget h2.widget-title {
    font-size: 20px;
    border-radius: 20px;
    margin-bottom: 0;
    background: #5dba3b;
    text-align: center;
    color: #fff; }
    @media (max-width: 4096px) {
      .widget h2.widget-title {
        padding-top: 10px; } }
    @media (max-width: 1600px) {
      .widget h2.widget-title {
        padding-top: 10px; } }
    @media (max-width: 1440px) {
      .widget h2.widget-title {
        padding-top: 10px; } }
    @media (max-width: 1199px) {
      .widget h2.widget-title {
        padding-top: 10px; } }
    @media (max-width: 991px) {
      .widget h2.widget-title {
        padding-top: 10px; } }
    @media (max-width: 767px) {
      .widget h2.widget-title {
        padding-top: 5px; } }
    @media (max-width: 480px) {
      .widget h2.widget-title {
        padding-top: 5px; } }
    @media (max-width: 4096px) {
      .widget h2.widget-title {
        padding-bottom: 10px; } }
    @media (max-width: 1600px) {
      .widget h2.widget-title {
        padding-bottom: 10px; } }
    @media (max-width: 1440px) {
      .widget h2.widget-title {
        padding-bottom: 10px; } }
    @media (max-width: 1199px) {
      .widget h2.widget-title {
        padding-bottom: 10px; } }
    @media (max-width: 991px) {
      .widget h2.widget-title {
        padding-bottom: 10px; } }
    @media (max-width: 767px) {
      .widget h2.widget-title {
        padding-bottom: 5px; } }
    @media (max-width: 480px) {
      .widget h2.widget-title {
        padding-bottom: 5px; } }
    @media (max-width: 4096px) {
      .widget h2.widget-title {
        margin-bottom: 20px; } }
    @media (max-width: 1600px) {
      .widget h2.widget-title {
        margin-bottom: 20px; } }
    @media (max-width: 1440px) {
      .widget h2.widget-title {
        margin-bottom: 20px; } }
    @media (max-width: 1199px) {
      .widget h2.widget-title {
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      .widget h2.widget-title {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .widget h2.widget-title {
        margin-bottom: 15px; } }
    @media (max-width: 480px) {
      .widget h2.widget-title {
        margin-bottom: 15px; } }
  .widget:nth-child(5n+1).widget_buz_contacts ul li i {
    color: #ffc000; }
  .widget:nth-child(5n+1) li::before, .widget:nth-child(5n+1) li::after {
    color: #ffc000; }
  .widget:nth-child(5n+1) h2.widget-title {
    background: #ffc000; }
  .widget:nth-child(5n+2).widget_buz_contacts ul li i {
    color: #5dba3b; }
  .widget:nth-child(5n+2) li::before, .widget:nth-child(5n+2) li::after {
    color: #5dba3b; }
  .widget:nth-child(5n+2) h2.widget-title {
    background: #5dba3b; }
  .widget:nth-child(5n+3).widget_buz_contacts ul li i {
    color: #ff8b00; }
  .widget:nth-child(5n+3) li::before, .widget:nth-child(5n+3) li::after {
    color: #ff8b00; }
  .widget:nth-child(5n+3) h2.widget-title {
    background: #ff8b00; }
  .widget:nth-child(5n+4).widget_buz_contacts ul li i {
    color: #ff5157; }
  .widget:nth-child(5n+4) li::before, .widget:nth-child(5n+4) li::after {
    color: #ff5157; }
  .widget:nth-child(5n+4) h2.widget-title {
    background: #ff5157; }
  .widget:nth-child(5n+5).widget_buz_contacts ul li i {
    color: #5255c5; }
  .widget:nth-child(5n+5) li::before, .widget:nth-child(5n+5) li::after {
    color: #5255c5; }
  .widget:nth-child(5n+5) h2.widget-title {
    background: #5255c5; }
  .widget.widget_archive > div, .widget.widget_nav_menu > div, .widget > ul, .widget .tagcloud, .widget .calendar_wrap, .widget .textwidget {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0; }
    @media (max-width: 4096px) {
      .widget.widget_archive > div, .widget.widget_nav_menu > div, .widget > ul, .widget .tagcloud, .widget .calendar_wrap, .widget .textwidget {
        padding-bottom: 20px; } }
    @media (max-width: 1600px) {
      .widget.widget_archive > div, .widget.widget_nav_menu > div, .widget > ul, .widget .tagcloud, .widget .calendar_wrap, .widget .textwidget {
        padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .widget.widget_archive > div, .widget.widget_nav_menu > div, .widget > ul, .widget .tagcloud, .widget .calendar_wrap, .widget .textwidget {
        padding-bottom: 20px; } }
    @media (max-width: 1199px) {
      .widget.widget_archive > div, .widget.widget_nav_menu > div, .widget > ul, .widget .tagcloud, .widget .calendar_wrap, .widget .textwidget {
        padding-bottom: 20px; } }
    @media (max-width: 991px) {
      .widget.widget_archive > div, .widget.widget_nav_menu > div, .widget > ul, .widget .tagcloud, .widget .calendar_wrap, .widget .textwidget {
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      .widget.widget_archive > div, .widget.widget_nav_menu > div, .widget > ul, .widget .tagcloud, .widget .calendar_wrap, .widget .textwidget {
        padding-bottom: 15px; } }
    @media (max-width: 480px) {
      .widget.widget_archive > div, .widget.widget_nav_menu > div, .widget > ul, .widget .tagcloud, .widget .calendar_wrap, .widget .textwidget {
        padding-bottom: 15px; } }
  .widget.widget_meta a {
    color: #777777; }
    .widget.widget_meta a:hover {
      color: #5255c5; }
  .widget.widget_nav_menu a, .widget.widget_pages a, .widget.widget_calendar a, .widget.widget_recent_entries a {
    color: #090605; }
    .widget.widget_nav_menu a:hover, .widget.widget_pages a:hover, .widget.widget_calendar a:hover, .widget.widget_recent_entries a:hover {
      color: #5255c5; }
  .widget.widget_nav_menu .children a, .widget.widget_nav_menu .sub-menu a, .widget.widget_pages .children a, .widget.widget_pages .sub-menu a, .widget.widget_calendar .children a, .widget.widget_calendar .sub-menu a, .widget.widget_recent_entries .children a, .widget.widget_recent_entries .sub-menu a {
    color: #777777; }
  .widget.widget_rss h2 a.rsswidget {
    color: #ffffff;
    line-height: 1em; }
    .widget.widget_rss h2 a.rsswidget:hover {
      color: #090605; }
  .widget.widget_rss .rsswidget {
    color: #090605; }
    .widget.widget_rss .rsswidget:hover {
      color: #5255c5; }
  .widget.widget_rss .rss-date, .widget.widget_rss cite {
    color: #aeaeae; }
  .widget.widget_search form:first-child {
    padding-left: 0px;
    padding-right: 0px; }
  .widget.widget_search form {
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 4096px) {
      .widget.widget_search form {
        padding-bottom: 20px; } }
    @media (max-width: 1600px) {
      .widget.widget_search form {
        padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .widget.widget_search form {
        padding-bottom: 20px; } }
    @media (max-width: 1199px) {
      .widget.widget_search form {
        padding-bottom: 20px; } }
    @media (max-width: 991px) {
      .widget.widget_search form {
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      .widget.widget_search form {
        padding-bottom: 15px; } }
    @media (max-width: 480px) {
      .widget.widget_search form {
        padding-bottom: 15px; } }
  .widget.buz-posts > div {
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 4096px) {
      .widget.buz-posts > div {
        padding-bottom: 20px; } }
    @media (max-width: 1600px) {
      .widget.buz-posts > div {
        padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .widget.buz-posts > div {
        padding-bottom: 20px; } }
    @media (max-width: 1199px) {
      .widget.buz-posts > div {
        padding-bottom: 20px; } }
    @media (max-width: 991px) {
      .widget.buz-posts > div {
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      .widget.buz-posts > div {
        padding-bottom: 15px; } }
    @media (max-width: 480px) {
      .widget.buz-posts > div {
        padding-bottom: 15px; } }
  .widget.buz_google_maps > div {
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 4096px) {
      .widget.buz_google_maps > div {
        padding-bottom: 20px; } }
    @media (max-width: 1600px) {
      .widget.buz_google_maps > div {
        padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .widget.buz_google_maps > div {
        padding-bottom: 20px; } }
    @media (max-width: 1199px) {
      .widget.buz_google_maps > div {
        padding-bottom: 20px; } }
    @media (max-width: 991px) {
      .widget.buz_google_maps > div {
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      .widget.buz_google_maps > div {
        padding-bottom: 15px; } }
    @media (max-width: 480px) {
      .widget.buz_google_maps > div {
        padding-bottom: 15px; } }
    .widget.buz_google_maps > div .map {
      min-height: 200px; }
  .widget.widget_archive form, .widget.widget_categories form {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0; }
    @media (max-width: 4096px) {
      .widget.widget_archive form, .widget.widget_categories form {
        padding-bottom: 20px; } }
    @media (max-width: 1600px) {
      .widget.widget_archive form, .widget.widget_categories form {
        padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .widget.widget_archive form, .widget.widget_categories form {
        padding-bottom: 20px; } }
    @media (max-width: 1199px) {
      .widget.widget_archive form, .widget.widget_categories form {
        padding-bottom: 20px; } }
    @media (max-width: 991px) {
      .widget.widget_archive form, .widget.widget_categories form {
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      .widget.widget_archive form, .widget.widget_categories form {
        padding-bottom: 15px; } }
    @media (max-width: 480px) {
      .widget.widget_archive form, .widget.widget_categories form {
        padding-bottom: 15px; } }
  .widget.widget_archive ul.children li a, .widget.widget_categories ul.children li a {
    font-size: 15px;
    color: #777777; }
  .widget.widget_archive ul li a, .widget.widget_categories ul li a {
    color: #090605; }
    .widget.widget_archive ul li a:hover, .widget.widget_categories ul li a:hover {
      color: #5255c5; }
  .widget.widget_tag_cloud .tagcloud a {
    border-color: #ff8b00;
    color: #ff8b00; }
    .widget.widget_tag_cloud .tagcloud a:hover {
      background: #ff8b00;
      color: #fff; }
  .widget.widget_recent_comments li .comment-author-link, .widget.widget_recent_comments li .comment-author-link a {
    color: #090605; }
  .widget.widget_recent_comments li a {
    color: #777777; }
    .widget.widget_recent_comments li a:hover {
      color: #5255c5; }
  .widget.widget_calendar tfoot td a {
    color: #777777; }
  .widget.widget_tag_cloud .tagcloud {
    padding-bottom: 10px; }
  .widget.widget_buz_contacts > div {
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 4096px) {
      .widget.widget_buz_contacts > div {
        padding-bottom: 20px; } }
    @media (max-width: 1600px) {
      .widget.widget_buz_contacts > div {
        padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .widget.widget_buz_contacts > div {
        padding-bottom: 20px; } }
    @media (max-width: 1199px) {
      .widget.widget_buz_contacts > div {
        padding-bottom: 20px; } }
    @media (max-width: 991px) {
      .widget.widget_buz_contacts > div {
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      .widget.widget_buz_contacts > div {
        padding-bottom: 15px; } }
    @media (max-width: 480px) {
      .widget.widget_buz_contacts > div {
        padding-bottom: 15px; } }
  .widget.widget_buz_contacts ul li i {
    color: #777777; }
  .widget.widget_buz_contacts ul li .footer-contact-text a {
    color: #090605;
    font-weight: 400;
    text-decoration: none; }
    .widget.widget_buz_contacts ul li .footer-contact-text a:hover {
      color: #5255c5;
      text-decoration: none; }
  .widget.widget_buz_contacts ul li .footer-contact-text p {
    color: #090605;
    font-weight: 400; }

.widget_meta abbr {
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #5255c5; }
.widget_meta a {
  color: #777777; }

.widget_text form br:last-child {
  display: none; }

/*===> END SIDEBAR <===*/
/*===> BEGIN SOCIALITY LISTING <===*/
.soc-list {
  display: flex;
  margin-bottom: 0; }
  .soc-list li {
    margin-right: 15px;
    padding-left: 0;
    margin-bottom: 0px; }
    .soc-list li::after {
      display: none; }
    .soc-list li:last-child {
      margin-right: 0; }
    .soc-list li a {
      font-size: 20px;
      color: #fff;
      transition: all .2s; }
      .soc-list li a:hover {
        color: #ff5157; }

/*===> END SOCIALITY LISTING <===*/
/*===> BEGIN CONTACT LIST <===*/
.contact-list {
  display: flex;
  margin-bottom: 0; }
  .contact-list li {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-right: 30px;
    margin-bottom: 0px; }
    .contact-list li:last-child {
      margin-right: 0; }
    .contact-list li::after {
      display: none; }
    .contact-list li i {
      margin-right: 10px;
      font-size: 38px;
      color: #5dba3b; }
      .contact-list li i.color-1 {
        color: #5dba3b; }
      .contact-list li i.color-2 {
        color: #ff8b00; }
      .contact-list li i.color-3 {
        color: #ff5157; }
    .contact-list li .footer-contact-text {
      display: flex;
      flex-direction: column; }
      .contact-list li .footer-contact-text p {
        line-height: 1.3em;
        margin-bottom: 0;
        font-size: 15px;
        color: #777777; }
      .contact-list li .footer-contact-text a {
        /* margin-bottom: 5px; */
        font-size: 15px;
        text-decoration: none;
        line-height: 1.3em;
        color: #777777;
        transition: all .2s; }
        .contact-list li .footer-contact-text a:last-child {
          margin-bottom: 0; }
        .contact-list li .footer-contact-text a:hover {
          color: #5255c5; }

.footer-contact-text p {
  line-height: 1.3em; }

/*===> END CONTACT LIST <===*/
/*===> BEGIN EVENT LIST <===*/
@media (max-width: 4096px) {
  .post-list-container.event .card.event-list:not(:last-child) {
    margin-bottom: 40px; } }
@media (max-width: 1600px) {
  .post-list-container.event .card.event-list:not(:last-child) {
    margin-bottom: 40px; } }
@media (max-width: 1440px) {
  .post-list-container.event .card.event-list:not(:last-child) {
    margin-bottom: 40px; } }
@media (max-width: 1199px) {
  .post-list-container.event .card.event-list:not(:last-child) {
    margin-bottom: 40px; } }
@media (max-width: 991px) {
  .post-list-container.event .card.event-list:not(:last-child) {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .post-list-container.event .card.event-list:not(:last-child) {
    margin-bottom: 20px; } }
@media (max-width: 480px) {
  .post-list-container.event .card.event-list:not(:last-child) {
    margin-bottom: 20px; } }

.event-list .event-card {
  max-width: none; }
  @media (max-width: 4096px) {
    .event-list .event-card {
      margin-bottom: 40px; } }
  @media (max-width: 1600px) {
    .event-list .event-card {
      margin-bottom: 40px; } }
  @media (max-width: 1440px) {
    .event-list .event-card {
      margin-bottom: 40px; } }
  @media (max-width: 1199px) {
    .event-list .event-card {
      margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .event-list .event-card {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .event-list .event-card {
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .event-list .event-card {
      margin-bottom: 20px; } }
  .event-list .event-card:last-child {
    margin-bottom: 0; }
  @media (max-width: 4096px) {
    .event-list .event-card figcaption h4, .event-list .event-card figcaption .h4 {
      margin-bottom: 15px; } }
  @media (max-width: 1600px) {
    .event-list .event-card figcaption h4, .event-list .event-card figcaption .h4 {
      margin-bottom: 15px; } }
  @media (max-width: 1440px) {
    .event-list .event-card figcaption h4, .event-list .event-card figcaption .h4 {
      margin-bottom: 15px; } }
  @media (max-width: 1199px) {
    .event-list .event-card figcaption h4, .event-list .event-card figcaption .h4 {
      margin-bottom: 15px; } }
  @media (max-width: 991px) {
    .event-list .event-card figcaption h4, .event-list .event-card figcaption .h4 {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .event-list .event-card figcaption h4, .event-list .event-card figcaption .h4 {
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .event-list .event-card figcaption h4, .event-list .event-card figcaption .h4 {
      margin-bottom: 10px; } }
  @media (max-width: 4096px) {
    .event-list .event-card figcaption p {
      margin-bottom: 15px; } }
  @media (max-width: 1600px) {
    .event-list .event-card figcaption p {
      margin-bottom: 15px; } }
  @media (max-width: 1440px) {
    .event-list .event-card figcaption p {
      margin-bottom: 15px; } }
  @media (max-width: 1199px) {
    .event-list .event-card figcaption p {
      margin-bottom: 15px; } }
  @media (max-width: 991px) {
    .event-list .event-card figcaption p {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .event-list .event-card figcaption p {
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .event-list .event-card figcaption p {
      margin-bottom: 10px; } }
  .event-list .event-card figcaption .read-more {
    margin-top: 5px; }
  .event-list .event-card figcaption .event-info-list p {
    margin-bottom: 0; }
  .event-list .event-card .event-logo {
    min-width: 360px; }
    .event-list .event-card .event-logo img {
      height: 275px;
      width: 310px; }
@media (max-width: 991px) {
  .event-list .event-card {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    align-items: center; }
    .event-list .event-card .event-logo {
      flex-direction: column-reverse;
      margin-bottom: 20px; }
      .event-list .event-card .event-logo time {
        margin-right: 0;
        margin-top: -40px; }
    .event-list .event-card p {
      text-align: left; }
    .event-list .event-card .event-logo {
      margin-right: 0;
      margin-bottom: 15px; }
    .event-list .event-card figcaption {
      padding-top: 0px;
      text-align: center; }
      .event-list .event-card figcaption .event-info-list {
        justify-content: center;
        margin: 8px 0; }
        .event-list .event-card figcaption .event-info-list li {
          margin-bottom: 5px; }
      .event-list .event-card figcaption p {
        text-align: left;
        margin-bottom: 0; }
      .event-list .event-card figcaption .read-more {
        justify-content: center; } }
@media (max-width: 480px) {
  .event-list .event-card .event-logo {
    width: 100%;
    min-width: 0; }
    .event-list .event-card .event-logo img {
      height: auto; }
  .event-list .event-card figcaption .event-info-list {
    justify-content: flex-start; } }

/*===> END EVENT LIST <===*/
/*===> BEGIN EVENT INFO LIST <===*/
ul.event-info-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0; }
  ul.event-info-list li {
    margin-right: 15px;
    padding-left: 0; }
    @media (max-width: 4096px) {
      ul.event-info-list li {
        margin-bottom: 15px; } }
    @media (max-width: 1600px) {
      ul.event-info-list li {
        margin-bottom: 15px; } }
    @media (max-width: 1440px) {
      ul.event-info-list li {
        margin-bottom: 15px; } }
    @media (max-width: 1199px) {
      ul.event-info-list li {
        margin-bottom: 15px; } }
    @media (max-width: 991px) {
      ul.event-info-list li {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      ul.event-info-list li {
        margin-bottom: 10px; } }
    @media (max-width: 480px) {
      ul.event-info-list li {
        margin-bottom: 10px; } }
    ul.event-info-list li::after {
      display: none; }
    ul.event-info-list li p, ul.event-info-list li a {
      display: flex;
      text-align: left;
      margin-bottom: 0;
      line-height: 1.5em;
      text-decoration: none;
      color: #090605;
      font-weight: 500; }
      ul.event-info-list li p i, ul.event-info-list li a i {
        margin-right: 5px;
        font-size: 20px;
        color: #5255c5; }
    ul.event-info-list li a:hover {
      color: #5255c5; }

.color-1 .event-info-list li a i,
.color-1 .event-info-list li p i {
  color: #5255c5; }
.color-1 .event-info-list li a:hover {
  color: #5255c5; }

.color-2 .event-info-list li a i,
.color-2 .event-info-list li p i {
  color: #5dba3b; }
.color-2 .event-info-list li a:hover {
  color: #5dba3b; }

.color-3 .event-info-list li a i,
.color-3 .event-info-list li p i {
  color: #ff8b00; }
.color-3 .event-info-list li a:hover {
  color: #ff8b00; }

.color-4 .event-info-list li a i,
.color-4 .event-info-list li p i {
  color: #ff5157; }
.color-4 .event-info-list li a:hover {
  color: #ff5157; }

.color-5 .event-info-list li a i,
.color-5 .event-info-list li p i {
  color: #ffc000; }
.color-5 .event-info-list li a:hover {
  color: #ffc000; }

/*===> END EVENT INFO LIST <===*/
/*===> BEGIN EVENTS SLIDER SECTION <===*/
.events-slider-section {
  position: relative; }
  .events-slider-section .container {
    position: relative;
    z-index: 10; }
    @media (max-width: 4096px) {
      .events-slider-section .container {
        padding-top: 50px; } }
    @media (max-width: 1600px) {
      .events-slider-section .container {
        padding-top: 50px; } }
    @media (max-width: 1440px) {
      .events-slider-section .container {
        padding-top: 50px; } }
    @media (max-width: 1199px) {
      .events-slider-section .container {
        padding-top: 45px; } }
    @media (max-width: 991px) {
      .events-slider-section .container {
        padding-top: 40px; } }
    @media (max-width: 767px) {
      .events-slider-section .container {
        padding-top: 30px; } }
    @media (max-width: 480px) {
      .events-slider-section .container {
        padding-top: 30px; } }
    @media (max-width: 4096px) {
      .events-slider-section .container {
        padding-bottom: 50px; } }
    @media (max-width: 1600px) {
      .events-slider-section .container {
        padding-bottom: 50px; } }
    @media (max-width: 1440px) {
      .events-slider-section .container {
        padding-bottom: 50px; } }
    @media (max-width: 1199px) {
      .events-slider-section .container {
        padding-bottom: 45px; } }
    @media (max-width: 991px) {
      .events-slider-section .container {
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .events-slider-section .container {
        padding-bottom: 30px; } }
    @media (max-width: 480px) {
      .events-slider-section .container {
        padding-bottom: 30px; } }
  .events-slider-section h2 {
    text-align: center; }
    @media (max-width: 4096px) {
      .events-slider-section h2 {
        margin-bottom: 30px; } }
    @media (max-width: 1600px) {
      .events-slider-section h2 {
        margin-bottom: 30px; } }
    @media (max-width: 1440px) {
      .events-slider-section h2 {
        margin-bottom: 30px; } }
    @media (max-width: 1199px) {
      .events-slider-section h2 {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      .events-slider-section h2 {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .events-slider-section h2 {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .events-slider-section h2 {
        margin-bottom: 20px; } }
  .events-slider-section .event-slider {
    margin-left: -15px;
    margin-right: -15px; }
    .events-slider-section .event-slider .card {
      padding-left: 15px;
      padding-right: 15px; }
  .events-slider-section .moving-element {
    left: 5%;
    z-index: 0;
    bottom: 10%; }

/*===> END EVENTS SLIDER SECTION <===*/
/*===> BEGIN PROGRESS SKILL <===*/
@media (max-width: 4096px) {
  .progress-skill {
    padding-bottom: 50px; } }
@media (max-width: 1600px) {
  .progress-skill {
    padding-bottom: 50px; } }
@media (max-width: 1440px) {
  .progress-skill {
    padding-bottom: 50px; } }
@media (max-width: 1199px) {
  .progress-skill {
    padding-bottom: 45px; } }
@media (max-width: 991px) {
  .progress-skill {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .progress-skill {
    padding-bottom: 30px; } }
@media (max-width: 480px) {
  .progress-skill {
    padding-bottom: 30px; } }
.progress-skill .progress-wrap:last-child {
  margin-bottom: 0; }

/*===> END PROGRESS SKILL <===*/
/*===> BEGIN SKILL DESC <===*/
@media (max-width: 4096px) {
  .skill-desc-wrap {
    margin-bottom: 50px; } }
@media (max-width: 1600px) {
  .skill-desc-wrap {
    margin-bottom: 50px; } }
@media (max-width: 1440px) {
  .skill-desc-wrap {
    margin-bottom: 50px; } }
@media (max-width: 1199px) {
  .skill-desc-wrap {
    margin-bottom: 45px; } }
@media (max-width: 991px) {
  .skill-desc-wrap {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .skill-desc-wrap {
    margin-bottom: 30px; } }
@media (max-width: 480px) {
  .skill-desc-wrap {
    margin-bottom: 30px; } }

.skill-desc {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -16px; }
  .skill-desc .skill-desc-block-wrap {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px; }
    .skill-desc .skill-desc-block-wrap:nth-child(4n) h3 {
      color: #ffc000; }
    .skill-desc .skill-desc-block-wrap:nth-child(4n) .skill-desc-block {
      border: 2px dashed #ffc000; }
    .skill-desc .skill-desc-block-wrap:nth-child(4n+1) h3 {
      color: #ff8b00; }
    .skill-desc .skill-desc-block-wrap:nth-child(4n+1) .skill-desc-block {
      border: 2px dashed #ff8b00; }
    .skill-desc .skill-desc-block-wrap:nth-child(4n+2) h3 {
      color: #5dba3b; }
    .skill-desc .skill-desc-block-wrap:nth-child(4n+2) .skill-desc-block {
      border: 2px dashed #5dba3b; }
    .skill-desc .skill-desc-block-wrap:nth-child(4n+3) h3 {
      color: #ff5157; }
    .skill-desc .skill-desc-block-wrap:nth-child(4n+3) .skill-desc-block {
      border: 2px dashed #ff5157; }
    .skill-desc .skill-desc-block-wrap .skill-desc-block {
      padding-left: 15px;
      padding-right: 15px;
      background: #f8f8fc;
      border-radius: 20px;
      text-align: center; }
      @media (max-width: 4096px) {
        .skill-desc .skill-desc-block-wrap .skill-desc-block {
          padding-top: 20px; } }
      @media (max-width: 1600px) {
        .skill-desc .skill-desc-block-wrap .skill-desc-block {
          padding-top: 20px; } }
      @media (max-width: 1440px) {
        .skill-desc .skill-desc-block-wrap .skill-desc-block {
          padding-top: 20px; } }
      @media (max-width: 1199px) {
        .skill-desc .skill-desc-block-wrap .skill-desc-block {
          padding-top: 20px; } }
      @media (max-width: 991px) {
        .skill-desc .skill-desc-block-wrap .skill-desc-block {
          padding-top: 20px; } }
      @media (max-width: 767px) {
        .skill-desc .skill-desc-block-wrap .skill-desc-block {
          padding-top: 15px; } }
      @media (max-width: 480px) {
        .skill-desc .skill-desc-block-wrap .skill-desc-block {
          padding-top: 15px; } }
      @media (max-width: 4096px) {
        .skill-desc .skill-desc-block-wrap .skill-desc-block {
          padding-bottom: 20px; } }
      @media (max-width: 1600px) {
        .skill-desc .skill-desc-block-wrap .skill-desc-block {
          padding-bottom: 20px; } }
      @media (max-width: 1440px) {
        .skill-desc .skill-desc-block-wrap .skill-desc-block {
          padding-bottom: 20px; } }
      @media (max-width: 1199px) {
        .skill-desc .skill-desc-block-wrap .skill-desc-block {
          padding-bottom: 20px; } }
      @media (max-width: 991px) {
        .skill-desc .skill-desc-block-wrap .skill-desc-block {
          padding-bottom: 20px; } }
      @media (max-width: 767px) {
        .skill-desc .skill-desc-block-wrap .skill-desc-block {
          padding-bottom: 15px; } }
      @media (max-width: 480px) {
        .skill-desc .skill-desc-block-wrap .skill-desc-block {
          padding-bottom: 15px; } }
      .skill-desc .skill-desc-block-wrap .skill-desc-block h3, .skill-desc .skill-desc-block-wrap .skill-desc-block .h3 {
        margin-bottom: 5px; }
      .skill-desc .skill-desc-block-wrap .skill-desc-block p {
        margin-bottom: 0;
        line-height: 1.5em; }
  @media (max-width: 991px) {
    .skill-desc {
      align-items: stretch; }
      .skill-desc .skill-desc-block-wrap {
        width: 50%;
        height: 100%; } }
  @media (max-width: 550px) {
    .skill-desc .skill-desc-block-wrap {
      width: 100%; } }

/*===> END SKILL DESC <===*/
/*===> BEGIN PREVIEW CARD <===*/
.preview-card {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px; }
  @media (max-width: 4096px) {
    .preview-card {
      margin-bottom: 50px; } }
  @media (max-width: 1600px) {
    .preview-card {
      margin-bottom: 50px; } }
  @media (max-width: 1440px) {
    .preview-card {
      margin-bottom: 50px; } }
  @media (max-width: 1199px) {
    .preview-card {
      margin-bottom: 45px; } }
  @media (max-width: 991px) {
    .preview-card {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .preview-card {
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .preview-card {
      margin-bottom: 30px; } }
  @media (max-width: 4096px) {
    .preview-card .preview-card-logo {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    .preview-card .preview-card-logo {
      margin-bottom: 30px; } }
  @media (max-width: 1440px) {
    .preview-card .preview-card-logo {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .preview-card .preview-card-logo {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .preview-card .preview-card-logo {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .preview-card .preview-card-logo {
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .preview-card .preview-card-logo {
      margin-bottom: 20px; } }
  .preview-card .preview-card-logo img {
    border-radius: 20px;
    transition: all .2s; }
    .preview-card .preview-card-logo img:hover {
      box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25); }
  .preview-card .preview-card-desc h2, .preview-card .preview-card-desc .h2 {
    line-height: 1em; }
  @media (max-width: 4096px) {
    .preview-card .preview-card-desc h2, .preview-card .preview-card-desc .h2, .preview-card .preview-card-desc p {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    .preview-card .preview-card-desc h2, .preview-card .preview-card-desc .h2, .preview-card .preview-card-desc p {
      margin-bottom: 30px; } }
  @media (max-width: 1440px) {
    .preview-card .preview-card-desc h2, .preview-card .preview-card-desc .h2, .preview-card .preview-card-desc p {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .preview-card .preview-card-desc h2, .preview-card .preview-card-desc .h2, .preview-card .preview-card-desc p {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .preview-card .preview-card-desc h2, .preview-card .preview-card-desc .h2, .preview-card .preview-card-desc p {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .preview-card .preview-card-desc h2, .preview-card .preview-card-desc .h2, .preview-card .preview-card-desc p {
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .preview-card .preview-card-desc h2, .preview-card .preview-card-desc .h2, .preview-card .preview-card-desc p {
      margin-bottom: 20px; } }
  .preview-card .preview-card-desc .button {
    margin-bottom: 0; }
  .preview-card .preview-card-desc .benefits-list {
    margin-bottom: 0; }
    .preview-card .preview-card-desc .benefits-list li:last-child p {
      margin-bottom: 0; }
    @media (max-width: 4096px) {
      .preview-card .preview-card-desc .benefits-list p {
        margin-bottom: 10px; } }
    @media (max-width: 1600px) {
      .preview-card .preview-card-desc .benefits-list p {
        margin-bottom: 10px; } }
    @media (max-width: 1440px) {
      .preview-card .preview-card-desc .benefits-list p {
        margin-bottom: 10px; } }
    @media (max-width: 1199px) {
      .preview-card .preview-card-desc .benefits-list p {
        margin-bottom: 10px; } }
    @media (max-width: 991px) {
      .preview-card .preview-card-desc .benefits-list p {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .preview-card .preview-card-desc .benefits-list p {
        margin-bottom: 5px; } }
    @media (max-width: 480px) {
      .preview-card .preview-card-desc .benefits-list p {
        margin-bottom: 5px; } }

/*===> END PREVIEW CARD <===*/
/*===> BEGIN CLASSES PREVIEW CARD <===*/
.classes-preview-card {
  overflow: hidden;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background: #f8f8fa;
  transition: all .2s; }
  .classes-preview-card:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15); }
  .classes-preview-card .classes-logo {
    display: block; }
    .classes-preview-card .classes-logo img {
      border-radius: 20px 20px 0 0; }
  .classes-preview-card .classes-info-wrap {
    display: flex; }
    @media (max-width: 4096px) {
      .classes-preview-card .classes-info-wrap {
        margin-bottom: 30px; } }
    @media (max-width: 1600px) {
      .classes-preview-card .classes-info-wrap {
        margin-bottom: 30px; } }
    @media (max-width: 1440px) {
      .classes-preview-card .classes-info-wrap {
        margin-bottom: 30px; } }
    @media (max-width: 1199px) {
      .classes-preview-card .classes-info-wrap {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      .classes-preview-card .classes-info-wrap {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .classes-preview-card .classes-info-wrap {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .classes-preview-card .classes-info-wrap {
        margin-bottom: 20px; } }
    .classes-preview-card .classes-info-wrap .classes-info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      max-width: 120px;
      margin-bottom: 0;
      padding-right: 5px;
      padding-left: 5px;
      background: #5255c5;
      transition: all .3s; }
      @media (max-width: 4096px) {
        .classes-preview-card .classes-info-wrap .classes-info {
          padding-top: 15px; } }
      @media (max-width: 1600px) {
        .classes-preview-card .classes-info-wrap .classes-info {
          padding-top: 15px; } }
      @media (max-width: 1440px) {
        .classes-preview-card .classes-info-wrap .classes-info {
          padding-top: 15px; } }
      @media (max-width: 1199px) {
        .classes-preview-card .classes-info-wrap .classes-info {
          padding-top: 15px; } }
      @media (max-width: 991px) {
        .classes-preview-card .classes-info-wrap .classes-info {
          padding-top: 15px; } }
      @media (max-width: 767px) {
        .classes-preview-card .classes-info-wrap .classes-info {
          padding-top: 10px; } }
      @media (max-width: 480px) {
        .classes-preview-card .classes-info-wrap .classes-info {
          padding-top: 10px; } }
      @media (max-width: 4096px) {
        .classes-preview-card .classes-info-wrap .classes-info {
          padding-bottom: 15px; } }
      @media (max-width: 1600px) {
        .classes-preview-card .classes-info-wrap .classes-info {
          padding-bottom: 15px; } }
      @media (max-width: 1440px) {
        .classes-preview-card .classes-info-wrap .classes-info {
          padding-bottom: 15px; } }
      @media (max-width: 1199px) {
        .classes-preview-card .classes-info-wrap .classes-info {
          padding-bottom: 15px; } }
      @media (max-width: 991px) {
        .classes-preview-card .classes-info-wrap .classes-info {
          padding-bottom: 15px; } }
      @media (max-width: 767px) {
        .classes-preview-card .classes-info-wrap .classes-info {
          padding-bottom: 10px; } }
      @media (max-width: 480px) {
        .classes-preview-card .classes-info-wrap .classes-info {
          padding-bottom: 10px; } }
      .classes-preview-card .classes-info-wrap .classes-info.color-1 {
        background: #5255c5; }
        .classes-preview-card .classes-info-wrap .classes-info.color-1:hover {
          background: #474aab; }
      .classes-preview-card .classes-info-wrap .classes-info.color-2 {
        background: #5dba3b; }
        .classes-preview-card .classes-info-wrap .classes-info.color-2:hover {
          background: #50a033; }
      .classes-preview-card .classes-info-wrap .classes-info.color-3 {
        background: #ff8b00; }
        .classes-preview-card .classes-info-wrap .classes-info.color-3:hover {
          background: #e07b21; }
      .classes-preview-card .classes-info-wrap .classes-info.color-4 {
        background: #ff5157; }
        .classes-preview-card .classes-info-wrap .classes-info.color-4:hover {
          background: #e04b4e; }
      .classes-preview-card .classes-info-wrap .classes-info.color-5 {
        background: #ffc000; }
        .classes-preview-card .classes-info-wrap .classes-info.color-5:hover {
          background: #e5ad00; }
      .classes-preview-card .classes-info-wrap .classes-info:hover {
        background: #474aab; }
      .classes-preview-card .classes-info-wrap .classes-info::after {
        display: none; }
      .classes-preview-card .classes-info-wrap .classes-info h6, .classes-preview-card .classes-info-wrap .classes-info .h6 {
        font-size: 15px;
        text-align: center;
        color: #fff;
        margin-bottom: 0;
        font-weight: 400; }
      .classes-preview-card .classes-info-wrap .classes-info h3, .classes-preview-card .classes-info-wrap .classes-info .h3 {
        margin-bottom: 0;
        text-align: center;
        color: #fff; }
      .classes-preview-card .classes-info-wrap .classes-info p {
        line-height: 1em;
        padding-top: 5px;
        margin-bottom: 0;
        text-align: center;
        color: #fff;
        font-weight: 600; }
  .classes-preview-card .classes-text {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center; }
    @media (max-width: 4096px) {
      .classes-preview-card .classes-text {
        padding-bottom: 30px; } }
    @media (max-width: 1600px) {
      .classes-preview-card .classes-text {
        padding-bottom: 30px; } }
    @media (max-width: 1440px) {
      .classes-preview-card .classes-text {
        padding-bottom: 30px; } }
    @media (max-width: 1199px) {
      .classes-preview-card .classes-text {
        padding-bottom: 30px; } }
    @media (max-width: 991px) {
      .classes-preview-card .classes-text {
        padding-bottom: 25px; } }
    @media (max-width: 767px) {
      .classes-preview-card .classes-text {
        padding-bottom: 20px; } }
    @media (max-width: 480px) {
      .classes-preview-card .classes-text {
        padding-bottom: 20px; } }
    .classes-preview-card .classes-text h3, .classes-preview-card .classes-text .h3 {
      display: block;
      text-align: center; }
      @media (max-width: 4096px) {
        .classes-preview-card .classes-text h3, .classes-preview-card .classes-text .h3 {
          margin-bottom: 10px; } }
      @media (max-width: 1600px) {
        .classes-preview-card .classes-text h3, .classes-preview-card .classes-text .h3 {
          margin-bottom: 10px; } }
      @media (max-width: 1440px) {
        .classes-preview-card .classes-text h3, .classes-preview-card .classes-text .h3 {
          margin-bottom: 10px; } }
      @media (max-width: 1199px) {
        .classes-preview-card .classes-text h3, .classes-preview-card .classes-text .h3 {
          margin-bottom: 10px; } }
      @media (max-width: 991px) {
        .classes-preview-card .classes-text h3, .classes-preview-card .classes-text .h3 {
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .classes-preview-card .classes-text h3, .classes-preview-card .classes-text .h3 {
          margin-bottom: 5px; } }
      @media (max-width: 480px) {
        .classes-preview-card .classes-text h3, .classes-preview-card .classes-text .h3 {
          margin-bottom: 5px; } }
    @media (max-width: 4096px) {
      .classes-preview-card .classes-text p {
        margin-bottom: 15px; } }
    @media (max-width: 1600px) {
      .classes-preview-card .classes-text p {
        margin-bottom: 15px; } }
    @media (max-width: 1440px) {
      .classes-preview-card .classes-text p {
        margin-bottom: 15px; } }
    @media (max-width: 1199px) {
      .classes-preview-card .classes-text p {
        margin-bottom: 15px; } }
    @media (max-width: 991px) {
      .classes-preview-card .classes-text p {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .classes-preview-card .classes-text p {
        margin-bottom: 10px; } }
    @media (max-width: 480px) {
      .classes-preview-card .classes-text p {
        margin-bottom: 10px; } }
    .classes-preview-card .classes-text .button {
      margin-bottom: 0; }

.event-card .event-logo .price {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: -40px;
  border-radius: 50%;
  background: #5dba3b;
  font-style: normal;
  font-size: 20px;
  font-family: "Baloo", cursive;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }

.postlist .postlistitem .card {
  margin-bottom: 0px; }

/*===> END CLASSES PREVIEW CARD <===*/
/*===> BEGIN SINGLE TEAM ARTICLE <===*/
@media (max-width: 4096px) {
  .single-team-article {
    padding-bottom: 50px; } }
@media (max-width: 1600px) {
  .single-team-article {
    padding-bottom: 50px; } }
@media (max-width: 1440px) {
  .single-team-article {
    padding-bottom: 50px; } }
@media (max-width: 1199px) {
  .single-team-article {
    padding-bottom: 45px; } }
@media (max-width: 991px) {
  .single-team-article {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .single-team-article {
    padding-bottom: 30px; } }
@media (max-width: 480px) {
  .single-team-article {
    padding-bottom: 30px; } }
.single-team-article .team-post img {
  height: auto;
  float: left;
  margin-right: 30px;
  border-radius: 20px; }
@media (max-width: 4096px) {
  .single-team-article .team-post .team-desc {
    margin-bottom: 20px; } }
@media (max-width: 1600px) {
  .single-team-article .team-post .team-desc {
    margin-bottom: 20px; } }
@media (max-width: 1440px) {
  .single-team-article .team-post .team-desc {
    margin-bottom: 20px; } }
@media (max-width: 1199px) {
  .single-team-article .team-post .team-desc {
    margin-bottom: 20px; } }
@media (max-width: 991px) {
  .single-team-article .team-post .team-desc {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .single-team-article .team-post .team-desc {
    margin-bottom: 15px; } }
@media (max-width: 480px) {
  .single-team-article .team-post .team-desc {
    margin-bottom: 15px; } }
.single-team-article .team-post .team-desc h2, .single-team-article .team-post .team-desc .h2 {
  text-align: left; }
  @media (max-width: 4096px) {
    .single-team-article .team-post .team-desc h2, .single-team-article .team-post .team-desc .h2 {
      margin-bottom: 10px; } }
  @media (max-width: 1600px) {
    .single-team-article .team-post .team-desc h2, .single-team-article .team-post .team-desc .h2 {
      margin-bottom: 10px; } }
  @media (max-width: 1440px) {
    .single-team-article .team-post .team-desc h2, .single-team-article .team-post .team-desc .h2 {
      margin-bottom: 10px; } }
  @media (max-width: 1199px) {
    .single-team-article .team-post .team-desc h2, .single-team-article .team-post .team-desc .h2 {
      margin-bottom: 10px; } }
  @media (max-width: 991px) {
    .single-team-article .team-post .team-desc h2, .single-team-article .team-post .team-desc .h2 {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .single-team-article .team-post .team-desc h2, .single-team-article .team-post .team-desc .h2 {
      margin-bottom: 5px; } }
  @media (max-width: 480px) {
    .single-team-article .team-post .team-desc h2, .single-team-article .team-post .team-desc .h2 {
      margin-bottom: 5px; } }
.single-team-article .team-post .team-desc h4, .single-team-article .team-post .team-desc .h4 {
  color: #ff5157;
  text-align: left; }
  @media (max-width: 4096px) {
    .single-team-article .team-post .team-desc h4, .single-team-article .team-post .team-desc .h4 {
      margin-bottom: 10px; } }
  @media (max-width: 1600px) {
    .single-team-article .team-post .team-desc h4, .single-team-article .team-post .team-desc .h4 {
      margin-bottom: 10px; } }
  @media (max-width: 1440px) {
    .single-team-article .team-post .team-desc h4, .single-team-article .team-post .team-desc .h4 {
      margin-bottom: 10px; } }
  @media (max-width: 1199px) {
    .single-team-article .team-post .team-desc h4, .single-team-article .team-post .team-desc .h4 {
      margin-bottom: 10px; } }
  @media (max-width: 991px) {
    .single-team-article .team-post .team-desc h4, .single-team-article .team-post .team-desc .h4 {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .single-team-article .team-post .team-desc h4, .single-team-article .team-post .team-desc .h4 {
      margin-bottom: 5px; } }
  @media (max-width: 480px) {
    .single-team-article .team-post .team-desc h4, .single-team-article .team-post .team-desc .h4 {
      margin-bottom: 5px; } }
@media (max-width: 4096px) {
  .single-team-article .team-post .soc-list {
    padding-top: 15px; } }
@media (max-width: 1600px) {
  .single-team-article .team-post .soc-list {
    padding-top: 15px; } }
@media (max-width: 1440px) {
  .single-team-article .team-post .soc-list {
    padding-top: 15px; } }
@media (max-width: 1199px) {
  .single-team-article .team-post .soc-list {
    padding-top: 15px; } }
@media (max-width: 991px) {
  .single-team-article .team-post .soc-list {
    padding-top: 15px; } }
@media (max-width: 767px) {
  .single-team-article .team-post .soc-list {
    padding-top: 10px; } }
@media (max-width: 480px) {
  .single-team-article .team-post .soc-list {
    padding-top: 10px; } }
.single-team-article .team-post .soc-list li {
  margin-right: 10px; }
  .single-team-article .team-post .soc-list li a {
    font-size: 20px;
    color: #ff5157; }
    .single-team-article .team-post .soc-list li a:hover {
      color: #e04b4e; }
.single-team-article .team-post .team-text p:last-child {
  margin-bottom: 0; }
@media (max-width: 991px) {
  .single-team-article .team-post img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .single-team-article .team-post .team-desc {
    text-align: left; }
    .single-team-article .team-post .team-desc h2, .single-team-article .team-post .team-desc .h2,
    .single-team-article .team-post .team-desc h4, .single-team-article .team-post .team-desc .h4 {
      text-align: left; }
    .single-team-article .team-post .team-desc .post-info,
    .single-team-article .team-post .team-desc .soc-list {
      justify-content: flex-start; }
  .single-team-article .team-post .team-text {
    text-align: left; } }
@media (max-width: 767px) {
  .single-team-article .team-post .team-desc h2, .single-team-article .team-post .team-desc .h2 {
    text-align: left; }
  .single-team-article .team-post .team-text p {
    text-align: left; } }

@media (max-width: 991px) {
  .single-team-content .progress-skill h3, .single-team-content .progress-skill .h3 {
    text-align: center; } }

/*===> END SINGLE TEAM ARTICLE <===*/
/*===> BEGIN SINGLE TEAM CONTENT <===*/
.single-team-content .team-slider-section .container {
  padding-top: 0; }

/*===> END SINGLE TEAM CONTENT <===*/
/*===> BEGIN EVENT CARD <===*/
.event-card {
  display: flex;
  align-items: start;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto; }
  .event-card .event-logo {
    display: flex;
    align-items: center;
    min-width: 260px;
    margin-right: 20px;
    text-decoration: none; }
    .event-card .event-logo img {
      border-radius: 15px; }
    .event-card .event-logo time {
      position: relative;
      font-weight: 700;
      line-height: 1.2em;
      z-index: 10;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 80px;
      min-width: 80px;
      height: 80px;
      margin-right: -40px;
      border-radius: 50%;
      background: #5dba3b;
      font-style: normal;
      font-size: 15px;
      text-align: center;
      text-transform: uppercase;
      color: #fff; }
  .event-card figcaption {
    padding-top: 15px; }
    .event-card figcaption .event-info-list li {
      margin-bottom: 8px; }
    .event-card figcaption .event-info-list ul {
      margin-bottom: 5px; }
    .event-card figcaption h3, .event-card figcaption .h3 {
      transition: all .2s;
      margin-bottom: 10px; }
      @media (max-width: 991px) {
        .event-card figcaption h3, .event-card figcaption .h3 {
          margin-bottom: 5px; } }
      .event-card figcaption h3:hover, .event-card figcaption .h3:hover {
        text-decoration: none;
        color: #5255c5; }
    @media (max-width: 4096px) {
      .event-card figcaption p {
        margin-bottom: 10px; } }
    @media (max-width: 1600px) {
      .event-card figcaption p {
        margin-bottom: 10px; } }
    @media (max-width: 1440px) {
      .event-card figcaption p {
        margin-bottom: 10px; } }
    @media (max-width: 1199px) {
      .event-card figcaption p {
        margin-bottom: 10px; } }
    @media (max-width: 991px) {
      .event-card figcaption p {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .event-card figcaption p {
        margin-bottom: 5px; } }
    @media (max-width: 480px) {
      .event-card figcaption p {
        margin-bottom: 5px; } }
    .event-card figcaption .read-more {
      margin-top: 5px;
      font-size: 15px; }
  @media (max-width: 767px) {
    .event-card {
      flex-direction: column;
      max-width: 260px;
      text-align: center; }
      .event-card figcaption {
        padding-top: 0; }
      .event-card .event-logo {
        flex-direction: column-reverse;
        margin-bottom: 15px; }
        .event-card .event-logo time {
          margin-right: 0;
          margin-top: -40px; }
      .event-card .read-more {
        justify-content: center; }
      .event-card p {
        text-align: left; } }

.postlistitem .card figure.event-card.event-card {
  margin: 0 auto; }

/*===> END EVENT CARD <===*/
/*===> BEGIN EVENT ARTICLE <===*/
@media (max-width: 4096px) {
  .event-article .post-info li:last-child {
    margin-bottom: 10px; } }
@media (max-width: 1600px) {
  .event-article .post-info li:last-child {
    margin-bottom: 10px; } }
@media (max-width: 1440px) {
  .event-article .post-info li:last-child {
    margin-bottom: 10px; } }
@media (max-width: 1199px) {
  .event-article .post-info li:last-child {
    margin-bottom: 10px; } }
@media (max-width: 991px) {
  .event-article .post-info li:last-child {
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .event-article .post-info li:last-child {
    margin-bottom: 5px; } }
@media (max-width: 480px) {
  .event-article .post-info li:last-child {
    margin-bottom: 5px; } }
@media (max-width: 4096px) {
  .event-article {
    margin-bottom: 50px; } }
@media (max-width: 1600px) {
  .event-article {
    margin-bottom: 50px; } }
@media (max-width: 1440px) {
  .event-article {
    margin-bottom: 50px; } }
@media (max-width: 1199px) {
  .event-article {
    margin-bottom: 45px; } }
@media (max-width: 991px) {
  .event-article {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .event-article {
    margin-bottom: 30px; } }
@media (max-width: 480px) {
  .event-article {
    margin-bottom: 30px; } }
.event-article .event-post > img {
  float: left;
  margin-bottom: 10px;
  border-radius: 20px; }
  @media (max-width: 4096px) {
    .event-article .event-post > img {
      margin-right: 30px; } }
  @media (max-width: 1600px) {
    .event-article .event-post > img {
      margin-right: 30px; } }
  @media (max-width: 1440px) {
    .event-article .event-post > img {
      margin-right: 30px; } }
  @media (max-width: 1199px) {
    .event-article .event-post > img {
      margin-right: 30px; } }
  @media (max-width: 991px) {
    .event-article .event-post > img {
      margin-right: 25px; } }
  @media (max-width: 767px) {
    .event-article .event-post > img {
      margin-right: 20px; } }
  @media (max-width: 480px) {
    .event-article .event-post > img {
      margin-right: 20px; } }
@media (max-width: 4096px) {
  .event-article .event-desc h2, .event-article .event-desc .h2 {
    margin-bottom: 15px; } }
@media (max-width: 1600px) {
  .event-article .event-desc h2, .event-article .event-desc .h2 {
    margin-bottom: 15px; } }
@media (max-width: 1440px) {
  .event-article .event-desc h2, .event-article .event-desc .h2 {
    margin-bottom: 15px; } }
@media (max-width: 1199px) {
  .event-article .event-desc h2, .event-article .event-desc .h2 {
    margin-bottom: 15px; } }
@media (max-width: 991px) {
  .event-article .event-desc h2, .event-article .event-desc .h2 {
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  .event-article .event-desc h2, .event-article .event-desc .h2 {
    margin-bottom: 10px; } }
@media (max-width: 480px) {
  .event-article .event-desc h2, .event-article .event-desc .h2 {
    margin-bottom: 10px; } }
.event-article .event-desc time {
  text-transform: uppercase;
  display: block;
  font-style: normal;
  color: #ff5157;
  font-weight: 500;
  font-size: 20px;
  font-family: "Baloo", cursive; }
  @media (max-width: 4096px) {
    .event-article .event-desc time {
      margin-bottom: 10px; } }
  @media (max-width: 1600px) {
    .event-article .event-desc time {
      margin-bottom: 10px; } }
  @media (max-width: 1440px) {
    .event-article .event-desc time {
      margin-bottom: 10px; } }
  @media (max-width: 1199px) {
    .event-article .event-desc time {
      margin-bottom: 10px; } }
  @media (max-width: 991px) {
    .event-article .event-desc time {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .event-article .event-desc time {
      margin-bottom: 5px; } }
  @media (max-width: 480px) {
    .event-article .event-desc time {
      margin-bottom: 5px; } }
@media (max-width: 4096px) {
  .event-article .event-text {
    padding-top: 20px; } }
@media (max-width: 1600px) {
  .event-article .event-text {
    padding-top: 20px; } }
@media (max-width: 1440px) {
  .event-article .event-text {
    padding-top: 20px; } }
@media (max-width: 1199px) {
  .event-article .event-text {
    padding-top: 20px; } }
@media (max-width: 991px) {
  .event-article .event-text {
    padding-top: 20px; } }
@media (max-width: 767px) {
  .event-article .event-text {
    padding-top: 15px; } }
@media (max-width: 480px) {
  .event-article .event-text {
    padding-top: 15px; } }
@media (max-width: 4096px) {
  .event-article .event-text {
    margin-bottom: -15px; } }
@media (max-width: 1600px) {
  .event-article .event-text {
    margin-bottom: -15px; } }
@media (max-width: 1440px) {
  .event-article .event-text {
    margin-bottom: -15px; } }
@media (max-width: 1199px) {
  .event-article .event-text {
    margin-bottom: -15px; } }
@media (max-width: 991px) {
  .event-article .event-text {
    margin-bottom: -15px; } }
@media (max-width: 767px) {
  .event-article .event-text {
    margin-bottom: -10px; } }
@media (max-width: 480px) {
  .event-article .event-text {
    margin-bottom: -10px; } }
@media (max-width: 4096px) {
  .event-article .event-text p {
    margin-bottom: 10px; } }
@media (max-width: 1600px) {
  .event-article .event-text p {
    margin-bottom: 10px; } }
@media (max-width: 1440px) {
  .event-article .event-text p {
    margin-bottom: 10px; } }
@media (max-width: 1199px) {
  .event-article .event-text p {
    margin-bottom: 10px; } }
@media (max-width: 991px) {
  .event-article .event-text p {
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .event-article .event-text p {
    margin-bottom: 5px; } }
@media (max-width: 480px) {
  .event-article .event-text p {
    margin-bottom: 5px; } }
@media (max-width: 991px) and (max-width: 4096px) {
  .event-article .event-post > img {
    margin-bottom: 30px; } }
@media (max-width: 991px) and (max-width: 1600px) {
  .event-article .event-post > img {
    margin-bottom: 30px; } }
@media (max-width: 991px) and (max-width: 1440px) {
  .event-article .event-post > img {
    margin-bottom: 30px; } }
@media (max-width: 991px) and (max-width: 1199px) {
  .event-article .event-post > img {
    margin-bottom: 30px; } }
@media (max-width: 991px) and (max-width: 991px) {
  .event-article .event-post > img {
    margin-bottom: 25px; } }
@media (max-width: 991px) and (max-width: 767px) {
  .event-article .event-post > img {
    margin-bottom: 20px; } }
@media (max-width: 991px) and (max-width: 480px) {
  .event-article .event-post > img {
    margin-bottom: 20px; } }

@media (max-width: 991px) {
  .event-article .event-post > img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .event-article .event-desc h2, .event-article .event-desc .h2 {
    text-align: center; }
  .event-article .event-desc time {
    text-align: left; }
  .event-article .post-info {
    justify-content: flex-start; }
  .event-article .event-text {
    text-align: left; } }
@media (max-width: 480px) {
  .event-article .event-text p {
    text-align: left; } }

@media (max-width: 991px) {
  .single-event-content .location-map-wrap h3 {
    text-align: center; } }

/*===> END EVENT ARTICLE <===*/
/*===> BEGIN SINGLE EVENT CONTENT <===*/
.single-event-content .events-slider-section .container {
  padding-top: 0; }

/*===> END SINGLE EVENT CONTENT <===*/
/*===> BEGIN EVENTS CONTENT <===*/
@media (max-width: 4096px) {
  .events-content {
    padding-top: 50px; } }
@media (max-width: 1600px) {
  .events-content {
    padding-top: 50px; } }
@media (max-width: 1440px) {
  .events-content {
    padding-top: 50px; } }
@media (max-width: 1199px) {
  .events-content {
    padding-top: 45px; } }
@media (max-width: 991px) {
  .events-content {
    padding-top: 40px; } }
@media (max-width: 767px) {
  .events-content {
    padding-top: 30px; } }
@media (max-width: 480px) {
  .events-content {
    padding-top: 30px; } }
@media (max-width: 4096px) {
  .events-content {
    padding-bottom: 50px; } }
@media (max-width: 1600px) {
  .events-content {
    padding-bottom: 50px; } }
@media (max-width: 1440px) {
  .events-content {
    padding-bottom: 50px; } }
@media (max-width: 1199px) {
  .events-content {
    padding-bottom: 45px; } }
@media (max-width: 991px) {
  .events-content {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .events-content {
    padding-bottom: 30px; } }
@media (max-width: 480px) {
  .events-content {
    padding-bottom: 30px; } }
@media (max-width: 4096px) {
  .events-content .event-list-wrap {
    padding-top: 50px; } }
@media (max-width: 1600px) {
  .events-content .event-list-wrap {
    padding-top: 50px; } }
@media (max-width: 1440px) {
  .events-content .event-list-wrap {
    padding-top: 50px; } }
@media (max-width: 1199px) {
  .events-content .event-list-wrap {
    padding-top: 45px; } }
@media (max-width: 991px) {
  .events-content .event-list-wrap {
    padding-top: 40px; } }
@media (max-width: 767px) {
  .events-content .event-list-wrap {
    padding-top: 30px; } }
@media (max-width: 480px) {
  .events-content .event-list-wrap {
    padding-top: 30px; } }
@media (max-width: 4096px) {
  .events-content .event-list-wrap {
    padding-bottom: 50px; } }
@media (max-width: 1600px) {
  .events-content .event-list-wrap {
    padding-bottom: 50px; } }
@media (max-width: 1440px) {
  .events-content .event-list-wrap {
    padding-bottom: 50px; } }
@media (max-width: 1199px) {
  .events-content .event-list-wrap {
    padding-bottom: 45px; } }
@media (max-width: 991px) {
  .events-content .event-list-wrap {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .events-content .event-list-wrap {
    padding-bottom: 30px; } }
@media (max-width: 480px) {
  .events-content .event-list-wrap {
    padding-bottom: 30px; } }
.events-content .main-title p {
  max-width: 875px; }

@media (max-width: 4096px) {
  .single-event-content .location-map-wrap {
    margin-bottom: 50px; } }
@media (max-width: 1600px) {
  .single-event-content .location-map-wrap {
    margin-bottom: 50px; } }
@media (max-width: 1440px) {
  .single-event-content .location-map-wrap {
    margin-bottom: 50px; } }
@media (max-width: 1199px) {
  .single-event-content .location-map-wrap {
    margin-bottom: 45px; } }
@media (max-width: 991px) {
  .single-event-content .location-map-wrap {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .single-event-content .location-map-wrap {
    margin-bottom: 30px; } }
@media (max-width: 480px) {
  .single-event-content .location-map-wrap {
    margin-bottom: 30px; } }

/*===> END EVENTS CONTENT <===*/
/*===> BEGIN POST INFO <===*/
.event-post.event-post .post-info {
  margin-bottom: -10px; }

.post-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .post-info:last-of-type {
    margin-bottom: -5px; }
  .post-info.color-1 li p i, .post-info.color-1 li a i {
    color: #5255c5; }
  .post-info.color-2 li p i, .post-info.color-2 li a i {
    color: #5dba3b; }
  .post-info.color-3 li p i, .post-info.color-3 li a i {
    color: #ff8b00; }
  .post-info.color-4 li p i, .post-info.color-4 li a i {
    color: #ff5157; }
  .post-info.color-5 li p i, .post-info.color-5 li a i {
    color: #ffc000; }
  .post-info li {
    margin-right: 15px;
    padding-left: 0;
    margin-bottom: 5px; }
    .post-info li::after {
      display: none; }
    .post-info li:last-child {
      margin-right: 0; }
    .post-info li p, .post-info li a {
      display: flex;
      align-items: center;
      margin-bottom: 0;
      line-height: 1.3em;
      font-weight: 400; }
      .post-info li p i, .post-info li a i {
        align-self: start;
        margin-right: 0px;
        font-size: 20px;
        line-height: 1.3em;
        color: #ff5157; }
    .post-info li a {
      font-weight: 500;
      text-decoration: none;
      font-size: 16px;
      color: #090605; }
      .post-info li a span {
        padding-left: 5px; }
      .post-info li a:hover {
        color: #ff5157; }
    .post-info li p {
      font-size: 15px;
      color: #777777; }
      .post-info li p span {
        font-weight: 500;
        padding-left: 5px;
        font-size: 16px;
        color: #090605; }
      .post-info li p a {
        padding-left: 5px; }

/*===> END POST INFO <===*/
/*===> BEGIN BLOG POST <===*/
@media (max-width: 4096px) {
  .blog-list {
    margin-bottom: -40px; } }
@media (max-width: 1600px) {
  .blog-list {
    margin-bottom: -40px; } }
@media (max-width: 1440px) {
  .blog-list {
    margin-bottom: -40px; } }
@media (max-width: 1199px) {
  .blog-list {
    margin-bottom: -40px; } }
@media (max-width: 991px) {
  .blog-list {
    margin-bottom: -35px; } }
@media (max-width: 767px) {
  .blog-list {
    margin-bottom: -25px; } }
@media (max-width: 480px) {
  .blog-list {
    margin-bottom: -25px; } }

.buzbloglist > div {
  width: 100%; }

.blog-prview a {
  width: 100%; }
  .blog-prview a img {
    width: 100%;
    height: 100%;
    max-height: 480px; }

.blog-post {
  width: 100%;
  display: flex;
  flex-direction: column; }
  .blog-post.notitle .blog-info-list {
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      .blog-post.notitle .blog-info-list {
        margin-bottom: 10px; } }
  @media (max-width: 4096px) {
    .blog-post {
      margin-bottom: 40px; } }
  @media (max-width: 1600px) {
    .blog-post {
      margin-bottom: 40px; } }
  @media (max-width: 1440px) {
    .blog-post {
      margin-bottom: 40px; } }
  @media (max-width: 1199px) {
    .blog-post {
      margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .blog-post {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .blog-post {
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .blog-post {
      margin-bottom: 20px; } }
  .blog-post:last-child {
    margin-bottom: 0; }
  .blog-post .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%; }
    .blog-post .slick-arrow::after {
      content: '\f054';
      font-size: 26px; }
    .blog-post .slick-arrow.slick-prev {
      left: 30px; }
    .blog-post .slick-arrow.slick-next {
      right: 30px; }
  .blog-post .blog-prview-slider {
    margin-bottom: -5px; }
  @media (max-width: 480px) {
    .blog-post .slick-arrow {
      width: 30px;
      height: 30px; }
      .blog-post .slick-arrow::after {
        font-size: 24px; }
      .blog-post .slick-arrow.slick-prev {
        left: 0; }
      .blog-post .slick-arrow.slick-next {
        right: 0; } }
  .blog-post.type-status .blog-info-list {
    margin-bottom: 0; }
  .blog-post.blockquote-post .blog-text, .blog-post.link-post .blog-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    border-radius: 40px;
    border: 2px dashed #d8d8d8;
    background-color: transparent; }
    .blog-post.blockquote-post .blog-text .blog-info-list, .blog-post.link-post .blog-text .blog-info-list {
      justify-content: center;
      margin-top: -13px;
      padding-left: 20px;
      background: #fff; }
      @media (max-width: 4096px) {
        .blog-post.blockquote-post .blog-text .blog-info-list, .blog-post.link-post .blog-text .blog-info-list {
          margin-bottom: 20px; } }
      @media (max-width: 1600px) {
        .blog-post.blockquote-post .blog-text .blog-info-list, .blog-post.link-post .blog-text .blog-info-list {
          margin-bottom: 20px; } }
      @media (max-width: 1440px) {
        .blog-post.blockquote-post .blog-text .blog-info-list, .blog-post.link-post .blog-text .blog-info-list {
          margin-bottom: 20px; } }
      @media (max-width: 1199px) {
        .blog-post.blockquote-post .blog-text .blog-info-list, .blog-post.link-post .blog-text .blog-info-list {
          margin-bottom: 20px; } }
      @media (max-width: 991px) {
        .blog-post.blockquote-post .blog-text .blog-info-list, .blog-post.link-post .blog-text .blog-info-list {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .blog-post.blockquote-post .blog-text .blog-info-list, .blog-post.link-post .blog-text .blog-info-list {
          margin-bottom: 15px; } }
      @media (max-width: 480px) {
        .blog-post.blockquote-post .blog-text .blog-info-list, .blog-post.link-post .blog-text .blog-info-list {
          margin-bottom: 15px; } }
    .blog-post.blockquote-post .blog-text h4, .blog-post.blockquote-post .blog-text .h4, .blog-post.link-post .blog-text h4, .blog-post.link-post .blog-text .h4 {
      max-width: 510px;
      text-align: center; }
    .blog-post.blockquote-post .blog-text h3, .blog-post.blockquote-post .blog-text .h3, .blog-post.blockquote-post .blog-text h2, .blog-post.blockquote-post .blog-text .h2, .blog-post.link-post .blog-text h3, .blog-post.link-post .blog-text .h3, .blog-post.link-post .blog-text h2, .blog-post.link-post .blog-text .h2 {
      text-align: center; }
      @media (max-width: 4096px) {
        .blog-post.blockquote-post .blog-text h3, .blog-post.blockquote-post .blog-text .h3, .blog-post.blockquote-post .blog-text h2, .blog-post.blockquote-post .blog-text .h2, .blog-post.link-post .blog-text h3, .blog-post.link-post .blog-text .h3, .blog-post.link-post .blog-text h2, .blog-post.link-post .blog-text .h2 {
          margin-bottom: 20px; } }
      @media (max-width: 1600px) {
        .blog-post.blockquote-post .blog-text h3, .blog-post.blockquote-post .blog-text .h3, .blog-post.blockquote-post .blog-text h2, .blog-post.blockquote-post .blog-text .h2, .blog-post.link-post .blog-text h3, .blog-post.link-post .blog-text .h3, .blog-post.link-post .blog-text h2, .blog-post.link-post .blog-text .h2 {
          margin-bottom: 20px; } }
      @media (max-width: 1440px) {
        .blog-post.blockquote-post .blog-text h3, .blog-post.blockquote-post .blog-text .h3, .blog-post.blockquote-post .blog-text h2, .blog-post.blockquote-post .blog-text .h2, .blog-post.link-post .blog-text h3, .blog-post.link-post .blog-text .h3, .blog-post.link-post .blog-text h2, .blog-post.link-post .blog-text .h2 {
          margin-bottom: 20px; } }
      @media (max-width: 1199px) {
        .blog-post.blockquote-post .blog-text h3, .blog-post.blockquote-post .blog-text .h3, .blog-post.blockquote-post .blog-text h2, .blog-post.blockquote-post .blog-text .h2, .blog-post.link-post .blog-text h3, .blog-post.link-post .blog-text .h3, .blog-post.link-post .blog-text h2, .blog-post.link-post .blog-text .h2 {
          margin-bottom: 20px; } }
      @media (max-width: 991px) {
        .blog-post.blockquote-post .blog-text h3, .blog-post.blockquote-post .blog-text .h3, .blog-post.blockquote-post .blog-text h2, .blog-post.blockquote-post .blog-text .h2, .blog-post.link-post .blog-text h3, .blog-post.link-post .blog-text .h3, .blog-post.link-post .blog-text h2, .blog-post.link-post .blog-text .h2 {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .blog-post.blockquote-post .blog-text h3, .blog-post.blockquote-post .blog-text .h3, .blog-post.blockquote-post .blog-text h2, .blog-post.blockquote-post .blog-text .h2, .blog-post.link-post .blog-text h3, .blog-post.link-post .blog-text .h3, .blog-post.link-post .blog-text h2, .blog-post.link-post .blog-text .h2 {
          margin-bottom: 15px; } }
      @media (max-width: 480px) {
        .blog-post.blockquote-post .blog-text h3, .blog-post.blockquote-post .blog-text .h3, .blog-post.blockquote-post .blog-text h2, .blog-post.blockquote-post .blog-text .h2, .blog-post.link-post .blog-text h3, .blog-post.link-post .blog-text .h3, .blog-post.link-post .blog-text h2, .blog-post.link-post .blog-text .h2 {
          margin-bottom: 15px; } }
    @media (max-width: 4096px) {
      .blog-post.blockquote-post .blog-text cite, .blog-post.link-post .blog-text cite {
        margin-top: 15px; } }
    @media (max-width: 1600px) {
      .blog-post.blockquote-post .blog-text cite, .blog-post.link-post .blog-text cite {
        margin-top: 15px; } }
    @media (max-width: 1440px) {
      .blog-post.blockquote-post .blog-text cite, .blog-post.link-post .blog-text cite {
        margin-top: 15px; } }
    @media (max-width: 1199px) {
      .blog-post.blockquote-post .blog-text cite, .blog-post.link-post .blog-text cite {
        margin-top: 15px; } }
    @media (max-width: 991px) {
      .blog-post.blockquote-post .blog-text cite, .blog-post.link-post .blog-text cite {
        margin-top: 15px; } }
    @media (max-width: 767px) {
      .blog-post.blockquote-post .blog-text cite, .blog-post.link-post .blog-text cite {
        margin-top: 10px; } }
    @media (max-width: 480px) {
      .blog-post.blockquote-post .blog-text cite, .blog-post.link-post .blog-text cite {
        margin-top: 10px; } }
    .blog-post.blockquote-post .blog-text h6, .blog-post.blockquote-post .blog-text .h6, .blog-post.link-post .blog-text h6, .blog-post.link-post .blog-text .h6 {
      font-style: italic; }
    .blog-post.blockquote-post .blog-text > i, .blog-post.link-post .blog-text > i {
      font-size: 45px; }
    .blog-post.blockquote-post .blog-text .read-more, .blog-post.link-post .blog-text .read-more {
      position: absolute;
      bottom: 0;
      left: 50%;
      padding: 0 5px 0 10px;
      background: #fff;
      transform: translate(-50%, 50%); }
      @media (max-width: 4096px) {
        .blog-post.blockquote-post .blog-text .read-more, .blog-post.link-post .blog-text .read-more {
          margin-top: 30px; } }
      @media (max-width: 1600px) {
        .blog-post.blockquote-post .blog-text .read-more, .blog-post.link-post .blog-text .read-more {
          margin-top: 30px; } }
      @media (max-width: 1440px) {
        .blog-post.blockquote-post .blog-text .read-more, .blog-post.link-post .blog-text .read-more {
          margin-top: 30px; } }
      @media (max-width: 1199px) {
        .blog-post.blockquote-post .blog-text .read-more, .blog-post.link-post .blog-text .read-more {
          margin-top: 30px; } }
      @media (max-width: 991px) {
        .blog-post.blockquote-post .blog-text .read-more, .blog-post.link-post .blog-text .read-more {
          margin-top: 25px; } }
      @media (max-width: 767px) {
        .blog-post.blockquote-post .blog-text .read-more, .blog-post.link-post .blog-text .read-more {
          margin-top: 20px; } }
      @media (max-width: 480px) {
        .blog-post.blockquote-post .blog-text .read-more, .blog-post.link-post .blog-text .read-more {
          margin-top: 20px; } }
@media (max-width: 991px) and (max-width: 4096px) {
  .blog-post.blockquote-post .blog-text, .blog-post.link-post .blog-text {
    padding-top: 30px; } }
@media (max-width: 991px) and (max-width: 1600px) {
  .blog-post.blockquote-post .blog-text, .blog-post.link-post .blog-text {
    padding-top: 30px; } }
@media (max-width: 991px) and (max-width: 1440px) {
  .blog-post.blockquote-post .blog-text, .blog-post.link-post .blog-text {
    padding-top: 30px; } }
@media (max-width: 991px) and (max-width: 1199px) {
  .blog-post.blockquote-post .blog-text, .blog-post.link-post .blog-text {
    padding-top: 30px; } }
@media (max-width: 991px) and (max-width: 991px) {
  .blog-post.blockquote-post .blog-text, .blog-post.link-post .blog-text {
    padding-top: 25px; } }
@media (max-width: 991px) and (max-width: 767px) {
  .blog-post.blockquote-post .blog-text, .blog-post.link-post .blog-text {
    padding-top: 20px; } }
@media (max-width: 991px) and (max-width: 480px) {
  .blog-post.blockquote-post .blog-text, .blog-post.link-post .blog-text {
    padding-top: 20px; } }
  @media (max-width: 991px) {
    .blog-post.blockquote-post .blog-text .blog-info-list, .blog-post.link-post .blog-text .blog-info-list {
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0; } }
  .blog-post.link-post .link-ico {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #5255c5; }
    .blog-post.link-post .link-ico i {
      font-size: 30px;
      color: #fff; }
  .blog-post.video-post .blog-prview > a {
    position: relative; }
    .blog-post.video-post .blog-prview > a:hover .video-play-ico {
      color: #5255c5; }
    .blog-post.video-post .blog-prview > a .video-play-ico {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 70px;
      transform: translate(-50%, -50%);
      color: #fff;
      transition: all .2s; }
  .blog-post.video-post .video-info {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 7px 40px;
    color: #fff; }
    .blog-post.video-post .video-info p {
      margin-bottom: 0;
      font-size: 16px;
      color: #fff; }
    .blog-post.video-post .video-info span {
      margin-right: -10px; }
    .blog-post.video-post .video-info i {
      margin-right: 10px;
      font-size: 20px; }
  .blog-post .blog-prview {
    position: relative; }
    .blog-post .blog-prview .blog-mini-info {
      position: absolute;
      top: 40px;
      left: 40px;
      z-index: 10;
      overflow: hidden;
      height: 70px;
      width: 70px;
      padding: 15px 10px;
      border-radius: 35px;
      background: #5255c5;
      transition: all .3s; }
      .blog-post .blog-prview .blog-mini-info time {
        text-transform: uppercase; }
      .blog-post .blog-prview .blog-mini-info:hover {
        height: 115px; }
      .blog-post .blog-prview .blog-mini-info h5, .blog-post .blog-prview .blog-mini-info .h5 {
        text-align: center;
        color: #fff; }
        @media (max-width: 4096px) {
          .blog-post .blog-prview .blog-mini-info h5, .blog-post .blog-prview .blog-mini-info .h5 {
            margin-bottom: 15px; } }
        @media (max-width: 1600px) {
          .blog-post .blog-prview .blog-mini-info h5, .blog-post .blog-prview .blog-mini-info .h5 {
            margin-bottom: 15px; } }
        @media (max-width: 1440px) {
          .blog-post .blog-prview .blog-mini-info h5, .blog-post .blog-prview .blog-mini-info .h5 {
            margin-bottom: 15px; } }
        @media (max-width: 1199px) {
          .blog-post .blog-prview .blog-mini-info h5, .blog-post .blog-prview .blog-mini-info .h5 {
            margin-bottom: 15px; } }
        @media (max-width: 991px) {
          .blog-post .blog-prview .blog-mini-info h5, .blog-post .blog-prview .blog-mini-info .h5 {
            margin-bottom: 15px; } }
        @media (max-width: 767px) {
          .blog-post .blog-prview .blog-mini-info h5, .blog-post .blog-prview .blog-mini-info .h5 {
            margin-bottom: 10px; } }
        @media (max-width: 480px) {
          .blog-post .blog-prview .blog-mini-info h5, .blog-post .blog-prview .blog-mini-info .h5 {
            margin-bottom: 10px; } }
      .blog-post .blog-prview .blog-mini-info h6, .blog-post .blog-prview .blog-mini-info .h6 {
        text-align: center;
        color: #fff; }
        @media (max-width: 4096px) {
          .blog-post .blog-prview .blog-mini-info h6, .blog-post .blog-prview .blog-mini-info .h6 {
            margin-bottom: 15px; } }
        @media (max-width: 1600px) {
          .blog-post .blog-prview .blog-mini-info h6, .blog-post .blog-prview .blog-mini-info .h6 {
            margin-bottom: 15px; } }
        @media (max-width: 1440px) {
          .blog-post .blog-prview .blog-mini-info h6, .blog-post .blog-prview .blog-mini-info .h6 {
            margin-bottom: 15px; } }
        @media (max-width: 1199px) {
          .blog-post .blog-prview .blog-mini-info h6, .blog-post .blog-prview .blog-mini-info .h6 {
            margin-bottom: 15px; } }
        @media (max-width: 991px) {
          .blog-post .blog-prview .blog-mini-info h6, .blog-post .blog-prview .blog-mini-info .h6 {
            margin-bottom: 15px; } }
        @media (max-width: 767px) {
          .blog-post .blog-prview .blog-mini-info h6, .blog-post .blog-prview .blog-mini-info .h6 {
            margin-bottom: 10px; } }
        @media (max-width: 480px) {
          .blog-post .blog-prview .blog-mini-info h6, .blog-post .blog-prview .blog-mini-info .h6 {
            margin-bottom: 10px; } }
        .blog-post .blog-prview .blog-mini-info h6 p, .blog-post .blog-prview .blog-mini-info .h6 p {
          color: #fff; }
      .blog-post .blog-prview .blog-mini-info .coment-info h6, .blog-post .blog-prview .blog-mini-info .coment-info .h6 {
        margin-bottom: 0; }
    .blog-post .blog-prview img {
      border-radius: 20px 20px 0 0; }
    @media (max-width: 991px) {
      .blog-post .blog-prview .blog-mini-info {
        top: 20px;
        left: 20px; } }
  .blog-post.type-audio .blog-text h2, .blog-post.type-audio .blog-text .h2, .blog-post.type-audio .blog-text .blog-info-list, .blog-post.type-video .blog-text h2, .blog-post.type-video .blog-text .h2, .blog-post.type-video .blog-text .blog-info-list {
    padding-left: 85px; }
    @media (max-width: 480px) {
      .blog-post.type-audio .blog-text h2, .blog-post.type-audio .blog-text .h2, .blog-post.type-audio .blog-text .blog-info-list, .blog-post.type-video .blog-text h2, .blog-post.type-video .blog-text .h2, .blog-post.type-video .blog-text .blog-info-list {
        padding-left: 0px; } }
  .blog-post.type-audio .blog-text .blog-mini-info, .blog-post.type-video .blog-text .blog-mini-info {
    top: 34px;
    left: 20px; }
    @media (max-width: 991px) {
      .blog-post.type-audio .blog-text .blog-mini-info, .blog-post.type-video .blog-text .blog-mini-info {
        top: 20px; } }
  .blog-post .blog-text {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 0 20px 20px;
    background: #f8f8fc; }
    .blog-post .blog-text.nothumb {
      border-radius: 20px; }
      .blog-post .blog-text.nothumb h2, .blog-post .blog-text.nothumb .h2, .blog-post .blog-text.nothumb .blog-info-list {
        padding-left: 85px; }
        @media (max-width: 480px) {
          .blog-post .blog-text.nothumb h2, .blog-post .blog-text.nothumb .h2, .blog-post .blog-text.nothumb .blog-info-list {
            padding-left: 0px; } }
      .blog-post .blog-text.nothumb .blog-mini-info {
        top: 34px;
        left: 20px; }
        @media (max-width: 991px) {
          .blog-post .blog-text.nothumb .blog-mini-info {
            top: 20px; } }
    @media (max-width: 480px) {
      .blog-post .blog-text h2, .blog-post .blog-text .h2, .blog-post .blog-text .blog-info-list {
        padding-left: 0px; } }
    @media (max-width: 4096px) {
      .blog-post .blog-text {
        padding-top: 30px; } }
    @media (max-width: 1600px) {
      .blog-post .blog-text {
        padding-top: 30px; } }
    @media (max-width: 1440px) {
      .blog-post .blog-text {
        padding-top: 30px; } }
    @media (max-width: 1199px) {
      .blog-post .blog-text {
        padding-top: 30px; } }
    @media (max-width: 991px) {
      .blog-post .blog-text {
        padding-top: 25px; } }
    @media (max-width: 767px) {
      .blog-post .blog-text {
        padding-top: 20px; } }
    @media (max-width: 480px) {
      .blog-post .blog-text {
        padding-top: 20px; } }
    @media (max-width: 4096px) {
      .blog-post .blog-text {
        padding-bottom: 30px; } }
    @media (max-width: 1600px) {
      .blog-post .blog-text {
        padding-bottom: 30px; } }
    @media (max-width: 1440px) {
      .blog-post .blog-text {
        padding-bottom: 30px; } }
    @media (max-width: 1199px) {
      .blog-post .blog-text {
        padding-bottom: 30px; } }
    @media (max-width: 991px) {
      .blog-post .blog-text {
        padding-bottom: 25px; } }
    @media (max-width: 767px) {
      .blog-post .blog-text {
        padding-bottom: 20px; } }
    @media (max-width: 480px) {
      .blog-post .blog-text {
        padding-bottom: 20px; } }
    .blog-post .blog-text h2, .blog-post .blog-text .h2 {
      transition: all .2s;
      text-decoration: none;
      margin-bottom: 5px;
      line-height: 1em; }
      .blog-post .blog-text h2:hover, .blog-post .blog-text .h2:hover {
        color: #5255c5; }
    @media (max-width: 4096px) {
      .blog-post .blog-text p {
        margin-bottom: 20px; } }
    @media (max-width: 1600px) {
      .blog-post .blog-text p {
        margin-bottom: 20px; } }
    @media (max-width: 1440px) {
      .blog-post .blog-text p {
        margin-bottom: 20px; } }
    @media (max-width: 1199px) {
      .blog-post .blog-text p {
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      .blog-post .blog-text p {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .blog-post .blog-text p {
        margin-bottom: 15px; } }
    @media (max-width: 480px) {
      .blog-post .blog-text p {
        margin-bottom: 15px; } }
    .blog-post .blog-text .button {
      margin-bottom: 0; }
    @media (max-width: 480px) {
      .blog-post .blog-text p {
        max-height: 200px;
        overflow: hidden; } }
  .blog-post .blog-info-list {
    display: flex;
    flex-wrap: wrap; }
    .blog-post .blog-info-list li::after {
      display: none; }
    .blog-post .blog-info-list li p, .blog-post .blog-info-list li a {
      margin-bottom: 0;
      color: #777777;
      text-decoration: none; }
      .blog-post .blog-info-list li p i, .blog-post .blog-info-list li a i {
        margin-right: 10px;
        font-size: 16px;
        color: #5255c5; }
    .blog-post .blog-info-list li a:hover {
      color: #5255c5; }

.audio-prview {
  padding: 10px 0 20px; }
  .audio-prview audio {
    margin-bottom: 0; }
  .audio-prview iframe {
    width: 100%;
    height: 166px; }

.video-prview {
  background: #f8f8fc; }
  .video-prview iframe {
    width: 100%; }

.aside-text {
  line-height: 1.2em; }

.aside-post .nothumb .aside-text, .aside-post .nothumb .button {
  margin-left: 85px; }

@media (max-width: 4096px) {
  .blog-post .blog-text .chat p {
    margin-bottom: 10px; } }
@media (max-width: 1600px) {
  .blog-post .blog-text .chat p {
    margin-bottom: 10px; } }
@media (max-width: 1440px) {
  .blog-post .blog-text .chat p {
    margin-bottom: 10px; } }
@media (max-width: 1199px) {
  .blog-post .blog-text .chat p {
    margin-bottom: 10px; } }
@media (max-width: 991px) {
  .blog-post .blog-text .chat p {
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .blog-post .blog-text .chat p {
    margin-bottom: 5px; } }
@media (max-width: 480px) {
  .blog-post .blog-text .chat p {
    margin-bottom: 5px; } }
@media (max-width: 4096px) {
  .blog-post .blog-text .chat p:last-child {
    margin-bottom: 20px; } }
@media (max-width: 1600px) {
  .blog-post .blog-text .chat p:last-child {
    margin-bottom: 20px; } }
@media (max-width: 1440px) {
  .blog-post .blog-text .chat p:last-child {
    margin-bottom: 20px; } }
@media (max-width: 1199px) {
  .blog-post .blog-text .chat p:last-child {
    margin-bottom: 20px; } }
@media (max-width: 991px) {
  .blog-post .blog-text .chat p:last-child {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .blog-post .blog-text .chat p:last-child {
    margin-bottom: 15px; } }
@media (max-width: 480px) {
  .blog-post .blog-text .chat p:last-child {
    margin-bottom: 15px; } }

.post-list-container .postlist {
  margin-bottom: 0px; }

@media (max-width: 4096px) {
  .postlist .event-list, .postlist .card {
    margin-bottom: 30px; } }
@media (max-width: 1600px) {
  .postlist .event-list, .postlist .card {
    margin-bottom: 30px; } }
@media (max-width: 1440px) {
  .postlist .event-list, .postlist .card {
    margin-bottom: 30px; } }
@media (max-width: 1199px) {
  .postlist .event-list, .postlist .card {
    margin-bottom: 30px; } }
@media (max-width: 991px) {
  .postlist .event-list, .postlist .card {
    margin-bottom: 25px; } }
@media (max-width: 767px) {
  .postlist .event-list, .postlist .card {
    margin-bottom: 20px; } }
@media (max-width: 480px) {
  .postlist .event-list, .postlist .card {
    margin-bottom: 20px; } }
.postlist .event-list:last-child, .postlist .card:last-child {
  margin-bottom: 0px; }

.stiky.blog-post .blog-text {
  background: #f6f7ff; }
  .stiky.blog-post .blog-text a.h2::before, .stiky.blog-post .blog-text .aside-text.h5:before, .stiky.blog-post .blog-text a.h3:before {
    content: "\F3E2";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 0.75em;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased; }

/*===> END BLOG POST <===*/
/*===> BEGIN SINGLE POST CONTENT <===*/
.single-post-content .posttitle {
  margin-bottom: 0; }
.single-post-content.color-1 .single-post-article .soc-list li a {
  color: #5255c5; }
  .single-post-content.color-1 .single-post-article .soc-list li a:hover {
    color: #474aab; }
.single-post-content.color-1 .blog-mini-info {
  background: #5255c5; }
.single-post-content.color-2 .single-post-article .soc-list li a {
  color: #5dba3b; }
  .single-post-content.color-2 .single-post-article .soc-list li a:hover {
    color: #50a033; }
.single-post-content.color-2 .blog-mini-info {
  background: #5dba3b; }
.single-post-content.color-3 .single-post-article .soc-list li a {
  color: #ff8b00; }
  .single-post-content.color-3 .single-post-article .soc-list li a:hover {
    color: #e07b21; }
.single-post-content.color-3 .blog-mini-info {
  background: #ff8b00; }
.single-post-content.color-4 .single-post-article .soc-list li a {
  color: #ff5157; }
  .single-post-content.color-4 .single-post-article .soc-list li a:hover {
    color: #e04b4e; }
.single-post-content.color-4 .blog-mini-info {
  background: #ff5157; }
.single-post-content.color-5 .single-post-article .soc-list li a {
  color: #ffc000; }
  .single-post-content.color-5 .single-post-article .soc-list li a:hover {
    color: #e5ad00; }
.single-post-content.color-5 .blog-mini-info {
  background: #ffc000; }
.single-post-content .single-post-article .single-article-logo {
  position: relative; }
  @media (max-width: 4096px) {
    .single-post-content .single-post-article .single-article-logo {
      padding-bottom: 15px; } }
  @media (max-width: 1600px) {
    .single-post-content .single-post-article .single-article-logo {
      padding-bottom: 15px; } }
  @media (max-width: 1440px) {
    .single-post-content .single-post-article .single-article-logo {
      padding-bottom: 15px; } }
  @media (max-width: 1199px) {
    .single-post-content .single-post-article .single-article-logo {
      padding-bottom: 15px; } }
  @media (max-width: 991px) {
    .single-post-content .single-post-article .single-article-logo {
      padding-bottom: 15px; } }
  @media (max-width: 767px) {
    .single-post-content .single-post-article .single-article-logo {
      padding-bottom: 10px; } }
  @media (max-width: 480px) {
    .single-post-content .single-post-article .single-article-logo {
      padding-bottom: 10px; } }
  .single-post-content .single-post-article .single-article-logo img {
    border-radius: 20px; }
@media (max-width: 4096px) {
  .single-post-content .single-post-article .article-text {
    margin-bottom: 30px; } }
@media (max-width: 1600px) {
  .single-post-content .single-post-article .article-text {
    margin-bottom: 30px; } }
@media (max-width: 1440px) {
  .single-post-content .single-post-article .article-text {
    margin-bottom: 30px; } }
@media (max-width: 1199px) {
  .single-post-content .single-post-article .article-text {
    margin-bottom: 30px; } }
@media (max-width: 991px) {
  .single-post-content .single-post-article .article-text {
    margin-bottom: 25px; } }
@media (max-width: 767px) {
  .single-post-content .single-post-article .article-text {
    margin-bottom: 20px; } }
@media (max-width: 480px) {
  .single-post-content .single-post-article .article-text {
    margin-bottom: 20px; } }
.single-post-content .single-post-article .article-text .article-text-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0; }
  @media (max-width: 4096px) {
    .single-post-content .single-post-article .article-text .article-text-info {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    .single-post-content .single-post-article .article-text .article-text-info {
      margin-bottom: 20px; } }
  @media (max-width: 1440px) {
    .single-post-content .single-post-article .article-text .article-text-info {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    .single-post-content .single-post-article .article-text .article-text-info {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .single-post-content .single-post-article .article-text .article-text-info {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .single-post-content .single-post-article .article-text .article-text-info {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .single-post-content .single-post-article .article-text .article-text-info {
      margin-bottom: 15px; } }
  @media (max-width: 4096px) {
    .single-post-content .single-post-article .article-text .article-text-info .soc-list-wrap {
      padding-top: 10px; } }
  @media (max-width: 1600px) {
    .single-post-content .single-post-article .article-text .article-text-info .soc-list-wrap {
      padding-top: 10px; } }
  @media (max-width: 1440px) {
    .single-post-content .single-post-article .article-text .article-text-info .soc-list-wrap {
      padding-top: 10px; } }
  @media (max-width: 1199px) {
    .single-post-content .single-post-article .article-text .article-text-info .soc-list-wrap {
      padding-top: 10px; } }
  @media (max-width: 991px) {
    .single-post-content .single-post-article .article-text .article-text-info .soc-list-wrap {
      padding-top: 10px; } }
  @media (max-width: 767px) {
    .single-post-content .single-post-article .article-text .article-text-info .soc-list-wrap {
      padding-top: 5px; } }
  @media (max-width: 480px) {
    .single-post-content .single-post-article .article-text .article-text-info .soc-list-wrap {
      padding-top: 5px; } }
.single-post-content .single-post-article .article-text .soc-list-wrap {
  display: flex;
  align-items: center; }
  .single-post-content .single-post-article .article-text .soc-list-wrap p {
    margin-right: 15px;
    margin-bottom: 0;
    color: #090605; }
.single-post-content .single-post-article .blog-info-list {
  margin-bottom: 0; }
.single-post-content .single-post-article .soc-list li a {
  font-size: 18px;
  color: #5255c5; }
  .single-post-content .single-post-article .soc-list li a:hover {
    color: #474aab; }
@media (max-width: 4096px) {
  .single-post-content .comment-form-wrap {
    margin-bottom: 40px; } }
@media (max-width: 1600px) {
  .single-post-content .comment-form-wrap {
    margin-bottom: 40px; } }
@media (max-width: 1440px) {
  .single-post-content .comment-form-wrap {
    margin-bottom: 40px; } }
@media (max-width: 1199px) {
  .single-post-content .comment-form-wrap {
    margin-bottom: 40px; } }
@media (max-width: 991px) {
  .single-post-content .comment-form-wrap {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .single-post-content .comment-form-wrap {
    margin-bottom: 20px; } }
@media (max-width: 480px) {
  .single-post-content .comment-form-wrap {
    margin-bottom: 20px; } }
@media (max-width: 480px) {
  .single-post-content .single-post-article .blog-mini-info {
    top: 15px;
    left: 15px; }
  .single-post-content .single-post-article .article-text .wp-block-gallery img {
    margin-bottom: 0; }
  .single-post-content .single-post-article .article-text img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none; } }
.single-post-content .post-content .wp-block-gallery {
  margin-bottom: 4px; }
.single-post-content .post-content blockquote {
  margin-top: 30px; }
  @media (max-width: 4096px) {
    .single-post-content .post-content blockquote {
      margin-top: 20px; } }
  @media (max-width: 1600px) {
    .single-post-content .post-content blockquote {
      margin-top: 20px; } }
  @media (max-width: 1440px) {
    .single-post-content .post-content blockquote {
      margin-top: 20px; } }
  @media (max-width: 1199px) {
    .single-post-content .post-content blockquote {
      margin-top: 20px; } }
  @media (max-width: 991px) {
    .single-post-content .post-content blockquote {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .single-post-content .post-content blockquote {
      margin-top: 15px; } }
  @media (max-width: 480px) {
    .single-post-content .post-content blockquote {
      margin-top: 15px; } }
  @media (max-width: 480px) {
    .single-post-content .post-content blockquote {
      margin-top: 20px; } }
@media (max-width: 4096px) {
  .single-post-content .post-content ul {
    margin-top: 20px; } }
@media (max-width: 1600px) {
  .single-post-content .post-content ul {
    margin-top: 20px; } }
@media (max-width: 1440px) {
  .single-post-content .post-content ul {
    margin-top: 20px; } }
@media (max-width: 1199px) {
  .single-post-content .post-content ul {
    margin-top: 20px; } }
@media (max-width: 991px) {
  .single-post-content .post-content ul {
    margin-top: 20px; } }
@media (max-width: 767px) {
  .single-post-content .post-content ul {
    margin-top: 15px; } }
@media (max-width: 480px) {
  .single-post-content .post-content ul {
    margin-top: 15px; } }
@media (max-width: 4096px) {
  .single-post-content .post-content ul {
    margin-bottom: 20px; } }
@media (max-width: 1600px) {
  .single-post-content .post-content ul {
    margin-bottom: 20px; } }
@media (max-width: 1440px) {
  .single-post-content .post-content ul {
    margin-bottom: 20px; } }
@media (max-width: 1199px) {
  .single-post-content .post-content ul {
    margin-bottom: 20px; } }
@media (max-width: 991px) {
  .single-post-content .post-content ul {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .single-post-content .post-content ul {
    margin-bottom: 15px; } }
@media (max-width: 480px) {
  .single-post-content .post-content ul {
    margin-bottom: 15px; } }
.single-post-content .post-content ul ul {
  margin-bottom: 0;
  margin-top: 8px; }
.single-post-content .post-content ol ul {
  margin-bottom: 0;
  margin-top: 8px; }
@media (max-width: 4096px) {
  .single-post-content .post-content .wp-block-archives-dropdown {
    margin-bottom: 10px; } }
@media (max-width: 1600px) {
  .single-post-content .post-content .wp-block-archives-dropdown {
    margin-bottom: 10px; } }
@media (max-width: 1440px) {
  .single-post-content .post-content .wp-block-archives-dropdown {
    margin-bottom: 10px; } }
@media (max-width: 1199px) {
  .single-post-content .post-content .wp-block-archives-dropdown {
    margin-bottom: 10px; } }
@media (max-width: 991px) {
  .single-post-content .post-content .wp-block-archives-dropdown {
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .single-post-content .post-content .wp-block-archives-dropdown {
    margin-bottom: 5px; } }
@media (max-width: 480px) {
  .single-post-content .post-content .wp-block-archives-dropdown {
    margin-bottom: 5px; } }
.single-post-content .post-content > div {
  margin-bottom: 15px; }
@media (max-width: 4096px) {
  .single-post-content .post-content .passform input {
    margin-bottom: 10px; } }
@media (max-width: 1600px) {
  .single-post-content .post-content .passform input {
    margin-bottom: 10px; } }
@media (max-width: 1440px) {
  .single-post-content .post-content .passform input {
    margin-bottom: 10px; } }
@media (max-width: 1199px) {
  .single-post-content .post-content .passform input {
    margin-bottom: 10px; } }
@media (max-width: 991px) {
  .single-post-content .post-content .passform input {
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .single-post-content .post-content .passform input {
    margin-bottom: 5px; } }
@media (max-width: 480px) {
  .single-post-content .post-content .passform input {
    margin-bottom: 5px; } }
.single-post-content .post-content > *:last-child {
  margin-bottom: 0px; }

.article-text p:last-child {
  margin-bottom: 0; }

@media (max-width: 4096px) {
  .article-text .post-nav-links {
    margin-top: 15px; } }
@media (max-width: 1600px) {
  .article-text .post-nav-links {
    margin-top: 15px; } }
@media (max-width: 1440px) {
  .article-text .post-nav-links {
    margin-top: 15px; } }
@media (max-width: 1199px) {
  .article-text .post-nav-links {
    margin-top: 15px; } }
@media (max-width: 991px) {
  .article-text .post-nav-links {
    margin-top: 15px; } }
@media (max-width: 767px) {
  .article-text .post-nav-links {
    margin-top: 10px; } }
@media (max-width: 480px) {
  .article-text .post-nav-links {
    margin-top: 10px; } }

/*===> END SINGLE POST CONTENT <===*/
/*===> BEGIN ENROLL CONTENT <===*/
.enroll-content .apply-section {
  background: #fff; }
  .enroll-content .apply-section .how-apply h2, .enroll-content .apply-section .how-apply .h2 {
    color: #090605; }
  .enroll-content .apply-section .how-apply p {
    color: #777777; }
  .enroll-content .apply-section .how-apply ul {
    margin-bottom: 0; }
    .enroll-content .apply-section .how-apply ul li::after {
      color: #ff5157; }
  .enroll-content .apply-section .apply-form-wrap h2, .enroll-content .apply-section .apply-form-wrap .h2 {
    color: #090605; }
    @media (max-width: 4096px) {
      .enroll-content .apply-section .apply-form-wrap h2, .enroll-content .apply-section .apply-form-wrap .h2 {
        margin-bottom: 50px; } }
    @media (max-width: 1600px) {
      .enroll-content .apply-section .apply-form-wrap h2, .enroll-content .apply-section .apply-form-wrap .h2 {
        margin-bottom: 50px; } }
    @media (max-width: 1440px) {
      .enroll-content .apply-section .apply-form-wrap h2, .enroll-content .apply-section .apply-form-wrap .h2 {
        margin-bottom: 50px; } }
    @media (max-width: 1199px) {
      .enroll-content .apply-section .apply-form-wrap h2, .enroll-content .apply-section .apply-form-wrap .h2 {
        margin-bottom: 45px; } }
    @media (max-width: 991px) {
      .enroll-content .apply-section .apply-form-wrap h2, .enroll-content .apply-section .apply-form-wrap .h2 {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .enroll-content .apply-section .apply-form-wrap h2, .enroll-content .apply-section .apply-form-wrap .h2 {
        margin-bottom: 30px; } }
    @media (max-width: 480px) {
      .enroll-content .apply-section .apply-form-wrap h2, .enroll-content .apply-section .apply-form-wrap .h2 {
        margin-bottom: 30px; } }
  .enroll-content .apply-section .apply-form-wrap .apply-form label {
    color: #777777; }
  .enroll-content .apply-section .apply-form-wrap .apply-form input,
  .enroll-content .apply-section .apply-form-wrap .apply-form textarea {
    border: 1px solid #aeaeae; }
  .enroll-content .apply-section .apply-form-wrap .apply-form textarea {
    height: 105px; }

/*===> END ENROLL CONTENT <===*/
/*===> BEGIN PAGE NAME <===*/
.page-name {
  background: url(./img/stardust.png) repeat, #5255c5; }
  @media (max-width: 4096px) {
    .page-name {
      padding-top: 10px; } }
  @media (max-width: 1600px) {
    .page-name {
      padding-top: 10px; } }
  @media (max-width: 1440px) {
    .page-name {
      padding-top: 10px; } }
  @media (max-width: 1199px) {
    .page-name {
      padding-top: 10px; } }
  @media (max-width: 991px) {
    .page-name {
      padding-top: 10px; } }
  @media (max-width: 767px) {
    .page-name {
      padding-top: 5px; } }
  @media (max-width: 480px) {
    .page-name {
      padding-top: 5px; } }
  @media (max-width: 4096px) {
    .page-name {
      padding-bottom: 10px; } }
  @media (max-width: 1600px) {
    .page-name {
      padding-bottom: 10px; } }
  @media (max-width: 1440px) {
    .page-name {
      padding-bottom: 10px; } }
  @media (max-width: 1199px) {
    .page-name {
      padding-bottom: 10px; } }
  @media (max-width: 991px) {
    .page-name {
      padding-bottom: 10px; } }
  @media (max-width: 767px) {
    .page-name {
      padding-bottom: 5px; } }
  @media (max-width: 480px) {
    .page-name {
      padding-bottom: 5px; } }
  .page-name.color-1 {
    background-color: #5255c5; }
  .page-name.color-2 {
    background-color: #5dba3b; }
  .page-name.color-3 {
    background-color: #ff8b00; }
  .page-name.color-4 {
    background-color: #ff5157; }
  .page-name.color-5 {
    background-color: #ffc000; }
  .page-name.type-2 .page-name-content h1, .page-name.type-2 .page-name-content .h1 {
    text-align: left; }
  .page-name.type-2 .bread-crumbs {
    justify-content: flex-start; }
  .page-name h1 {
    line-height: 1em; }
  .page-name.type-3 .page-name-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    .page-name.type-3 .page-name-content h1, .page-name.type-3 .page-name-content .h1 {
      margin-bottom: 0; }
  @media (max-width: 767px) {
    .page-name.type-3 .page-name-content {
      display: block; }
      .page-name.type-3 .page-name-content h1, .page-name.type-3 .page-name-content .h1 {
        text-align: center; } }
    @media (max-width: 767px) and (max-width: 4096px) {
      .page-name.type-3 .page-name-content h1, .page-name.type-3 .page-name-content .h1 {
        margin-bottom: 20px; } }
    @media (max-width: 767px) and (max-width: 1600px) {
      .page-name.type-3 .page-name-content h1, .page-name.type-3 .page-name-content .h1 {
        margin-bottom: 20px; } }
    @media (max-width: 767px) and (max-width: 1440px) {
      .page-name.type-3 .page-name-content h1, .page-name.type-3 .page-name-content .h1 {
        margin-bottom: 20px; } }
    @media (max-width: 767px) and (max-width: 1199px) {
      .page-name.type-3 .page-name-content h1, .page-name.type-3 .page-name-content .h1 {
        margin-bottom: 20px; } }
    @media (max-width: 767px) and (max-width: 991px) {
      .page-name.type-3 .page-name-content h1, .page-name.type-3 .page-name-content .h1 {
        margin-bottom: 20px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .page-name.type-3 .page-name-content h1, .page-name.type-3 .page-name-content .h1 {
        margin-bottom: 15px; } }
    @media (max-width: 767px) and (max-width: 480px) {
      .page-name.type-3 .page-name-content h1, .page-name.type-3 .page-name-content .h1 {
        margin-bottom: 15px; } }

  .page-name.type-4 .page-name-content h1, .page-name.type-4 .page-name-content .h1 {
    text-align: left; }
  .page-name.type-4 .page-name-content .bread-crumbs {
    justify-content: flex-end; }
  .page-name.type-5 .page-name-content {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .page-name.type-5 .page-name-content .bread-crumbs {
      padding: 3px 15px;
      border-radius: 15px;
      background: #fff; }
  @media (max-width: 4096px) {
    .page-name .page-name-content {
      padding-top: 30px; } }
  @media (max-width: 1600px) {
    .page-name .page-name-content {
      padding-top: 30px; } }
  @media (max-width: 1440px) {
    .page-name .page-name-content {
      padding-top: 30px; } }
  @media (max-width: 1199px) {
    .page-name .page-name-content {
      padding-top: 30px; } }
  @media (max-width: 991px) {
    .page-name .page-name-content {
      padding-top: 25px; } }
  @media (max-width: 767px) {
    .page-name .page-name-content {
      padding-top: 20px; } }
  @media (max-width: 480px) {
    .page-name .page-name-content {
      padding-top: 20px; } }
  @media (max-width: 4096px) {
    .page-name .page-name-content {
      padding-bottom: 30px; } }
  @media (max-width: 1600px) {
    .page-name .page-name-content {
      padding-bottom: 30px; } }
  @media (max-width: 1440px) {
    .page-name .page-name-content {
      padding-bottom: 30px; } }
  @media (max-width: 1199px) {
    .page-name .page-name-content {
      padding-bottom: 30px; } }
  @media (max-width: 991px) {
    .page-name .page-name-content {
      padding-bottom: 25px; } }
  @media (max-width: 767px) {
    .page-name .page-name-content {
      padding-bottom: 20px; } }
  @media (max-width: 480px) {
    .page-name .page-name-content {
      padding-bottom: 20px; } }
  .page-name .page-name-content h1, .page-name .page-name-content .h1 {
    text-align: center;
    margin-bottom: 0; }

/*===> END PAGE NAME <===*/
/*===> BEGIN TIMER <===*/
.timer-wrap {
  display: flex; }
  .timer-wrap .adaptive-wrap {
    justify-content: space-around;
    display: flex;
    width: 50%; }
  .timer-wrap .timer-block-wrap {
    width: 50%;
    max-width: 200px;
    padding: 0 8px; }
  .timer-wrap .timer-block {
    overflow: hidden;
    border-radius: 20px; }
    .timer-wrap .timer-block.color-1 .timer-count {
      background: #ff5157; }
    .timer-wrap .timer-block.color-1 .timer-text {
      background: #e04b4e; }
    .timer-wrap .timer-block.color-2 .timer-count {
      background: #5255c5; }
    .timer-wrap .timer-block.color-2 .timer-text {
      background: #474aab; }
    .timer-wrap .timer-block.color-3 .timer-count {
      background: #5dba3b; }
    .timer-wrap .timer-block.color-3 .timer-text {
      background: #50a033; }
    .timer-wrap .timer-block.color-4 .timer-count {
      background: #ff8b00; }
    .timer-wrap .timer-block.color-4 .timer-text {
      background: #e07b21; }
  .timer-wrap .timer-count p {
    width: 100%;
    margin: 0;
    padding: 30px 0 23px 0;
    line-height: 1;
    font-family: "Baloo", cursive;
    font-weight: 400;
    font-size: 90px;
    text-align: center;
    color: #fff; }
  .timer-wrap .timer-text {
    margin-bottom: 0;
    font-family: "Baloo", cursive;
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 2em; }
  @media (max-width: 1024px) {
    .timer-wrap {
      flex-direction: column; }
      .timer-wrap .adaptive-wrap {
        justify-content: center;
        width: 100%; }
        .timer-wrap .adaptive-wrap:last-child {
          padding-top: 15px; } }
  @media (max-width: 480px) {
    .timer-wrap .timer-block-wrap {
      max-width: 170px; }
    .timer-wrap .timer-block {
      border-radius: 15px; }
    .timer-wrap .adaptive-wrap:last-child {
      padding-top: 15px; }
    .timer-wrap .timer-count {
      padding: 20px 0 15px 0; }
      .timer-wrap .timer-count p {
        font-size: 50px;
        padding: 0; }
    .timer-wrap .timer-text {
      font-size: 20px; } }

/*===> END TIMER <===*/
/*===> BEGIN PIE CHART <===*/
.pie-wrap {
  width: 33%;
  max-width: 260px; }
  @media (max-width: 4096px) {
    .pie-wrap {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    .pie-wrap {
      margin-bottom: 30px; } }
  @media (max-width: 1440px) {
    .pie-wrap {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .pie-wrap {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .pie-wrap {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .pie-wrap {
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .pie-wrap {
      margin-bottom: 20px; } }
  .pie-wrap .chart {
    position: relative;
    width: 100%; }
    @media (max-width: 4096px) {
      .pie-wrap .chart {
        margin-bottom: 20px; } }
    @media (max-width: 1600px) {
      .pie-wrap .chart {
        margin-bottom: 20px; } }
    @media (max-width: 1440px) {
      .pie-wrap .chart {
        margin-bottom: 20px; } }
    @media (max-width: 1199px) {
      .pie-wrap .chart {
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      .pie-wrap .chart {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .pie-wrap .chart {
        margin-bottom: 15px; } }
    @media (max-width: 480px) {
      .pie-wrap .chart {
        margin-bottom: 15px; } }
    .pie-wrap .chart .percent {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      text-align: center;
      font-size: 48px;
      color: #090605;
      transform: translate(-50%, -50%); }
  .pie-wrap .pie-desc {
    margin: 0;
    text-align: center; }
  @media (max-width: 1199px) {
    .pie-wrap {
      max-width: 180px; }
      .pie-wrap .chart {
        width: 180px;
        height: 180px; }
        .pie-wrap .chart canvas {
          width: 100% !important;
          height: 100% !important; }
        .pie-wrap .chart .percent {
          font-size: 40px; } }
  @media (max-width: 991px) {
    .pie-wrap {
      max-width: 150px;
      min-width: 140px; }
      .pie-wrap .chart {
        width: 150px;
        height: 150px; }
        .pie-wrap .chart .percent {
          font-size: 30px; } }

/*===> END PIE CHART <===*/
/*===> BEGIN SEARCH OVERLAY <===*/
.search-overlay-wrap {
  position: fixed;
  top: -150%;
  left: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  transition: all .5s; }
  .search-overlay-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #5255c5;
    opacity: .95; }
  .search-overlay-wrap.show-search-overlay {
    top: 0; }
    .search-overlay-wrap.show-search-overlay .search-overlay {
      margin-top: 0;
      opacity: 1; }
    .search-overlay-wrap.show-search-overlay .close-search-overlay {
      right: 20px;
      opacity: 1;
      cursor: pointer;
      transform: rotate(0); }
  .search-overlay-wrap.color-1::after {
    background: #5255c5; }
  .search-overlay-wrap.color-2::after {
    background: #5dba3b; }
  .search-overlay-wrap.color-3::after {
    background: #ff8b00; }
  .search-overlay-wrap.color-4::after {
    background: #ff5157; }
  .search-overlay-wrap.color-5::after {
    background: #ffc000; }
  .search-overlay-wrap .close-search-overlay {
    position: absolute;
    z-index: 10;
    top: 25px;
    right: 120px;
    font-size: 40px;
    color: #fff;
    opacity: 0;
    transform: rotate(-270deg);
    transition: all .5s;
    transition-delay: .4s; }
    .search-overlay-wrap .close-search-overlay:hover i {
      transform: rotate(180deg); }
    .search-overlay-wrap .close-search-overlay i {
      display: block;
      transition: all .3s; }
  .search-overlay-wrap .search-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: 100%;
    max-width: 600px;
    margin-top: -100px;
    padding: 0 15px;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all .5s;
    transition-delay: .2s; }
    .search-overlay-wrap .search-overlay ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #fff;
      opacity: 1;
      /* Firefox */ }
    .search-overlay-wrap .search-overlay :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #fff; }
    .search-overlay-wrap .search-overlay ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #fff; }
    .search-overlay-wrap .search-overlay input {
      margin-bottom: 0;
      border-radius: 0;
      border: none;
      padding-left: 0;
      padding-right: 40px;
      border-bottom: 2px solid  #fff;
      background-color: transparent;
      font-family: "Roboto", sans-serif;
      font-size: 24px;
      color: #fff; }
    .search-overlay-wrap .search-overlay button[type='submit'] {
      position: absolute;
      right: 15px;
      top: 0;
      height: 100%;
      width: 40px;
      min-width: 0;
      margin-top: 0;
      padding: 0;
      border-radius: 0; }
      .search-overlay-wrap .search-overlay button[type='submit']::before {
        background-color: transparent; }
      .search-overlay-wrap .search-overlay button[type='submit']::after {
        display: none; }
      .search-overlay-wrap .search-overlay button[type='submit'] i {
        font-size: 30px; }

/*===> END SEARCH OVERLAY <===*/
/*===> BEGIN CLASSES WRAP <===*/
.classes-wrap {
  position: relative; }
  .classes-wrap .moving-element {
    top: 15%;
    left: 10%;
    z-index: 0; }
  .classes-wrap .container {
    position: relative;
    z-index: 10; }
  .classes-wrap .bottom-img {
    position: absolute;
    bottom: -9px;
    right: 10%; }
  .classes-wrap h2, .classes-wrap .h2 {
    text-align: center; }
    @media (max-width: 4096px) {
      .classes-wrap h2, .classes-wrap .h2 {
        margin-bottom: 30px; } }
    @media (max-width: 1600px) {
      .classes-wrap h2, .classes-wrap .h2 {
        margin-bottom: 30px; } }
    @media (max-width: 1440px) {
      .classes-wrap h2, .classes-wrap .h2 {
        margin-bottom: 30px; } }
    @media (max-width: 1199px) {
      .classes-wrap h2, .classes-wrap .h2 {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      .classes-wrap h2, .classes-wrap .h2 {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .classes-wrap h2, .classes-wrap .h2 {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .classes-wrap h2, .classes-wrap .h2 {
        margin-bottom: 20px; } }
    @media (max-width: 4096px) {
      .classes-wrap h2, .classes-wrap .h2 {
        padding-top: 50px; } }
    @media (max-width: 1600px) {
      .classes-wrap h2, .classes-wrap .h2 {
        padding-top: 50px; } }
    @media (max-width: 1440px) {
      .classes-wrap h2, .classes-wrap .h2 {
        padding-top: 50px; } }
    @media (max-width: 1199px) {
      .classes-wrap h2, .classes-wrap .h2 {
        padding-top: 45px; } }
    @media (max-width: 991px) {
      .classes-wrap h2, .classes-wrap .h2 {
        padding-top: 40px; } }
    @media (max-width: 767px) {
      .classes-wrap h2, .classes-wrap .h2 {
        padding-top: 30px; } }
    @media (max-width: 480px) {
      .classes-wrap h2, .classes-wrap .h2 {
        padding-top: 30px; } }
  .classes-wrap .classes-slider {
    margin-left: -15px;
    margin-right: -15px; }
    .classes-wrap .classes-slider .card {
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 767px) {
        .classes-wrap .classes-slider .card {
          padding-left: 5px;
          padding-right: 5px; } }
  @media (max-width: 991px) {
    .classes-wrap .moving-element {
      top: 10%;
      left: 10%;
      z-index: 0; } }
  @media (max-width: 767px) {
    .classes-wrap .bottom-img {
      bottom: -5px;
      height: 60px; } }

/*===> END CLASSES WRAP <===*/
/*===> BEGIN EMPLOYE CARD <===*/
@media (max-width: 380px) {
  .postlist.employee .postlistitem {
    width: 100%; } }

.employe-card {
  position: relative;
  z-index: 10;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  min-width: 360px;
  padding: 20px; }
  .employe-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 80%;
    border-radius: 15px;
    background: #5255c5;
    transition: all .3s; }
  .employe-card:hover::after {
    height: 100%; }
  .employe-card:hover figcaption .read-more {
    visibility: visible;
    opacity: 1;
    transform: translateY(0); }
  .employe-card .employe {
    display: flex; }
    .employe-card .employe img {
      min-width: 135px;
      margin-right: 15px;
      border-radius: 10px; }
  .employe-card figcaption {
    color: #fff; }
    .employe-card figcaption a {
      color: #fff;
      text-decoration: none; }
    .employe-card figcaption h3, .employe-card figcaption .h3 {
      color: #fff;
      margin-bottom: 0px; }
      @media (max-width: 4096px) {
        .employe-card figcaption h3, .employe-card figcaption .h3 {
          padding-top: 10px; } }
      @media (max-width: 1600px) {
        .employe-card figcaption h3, .employe-card figcaption .h3 {
          padding-top: 10px; } }
      @media (max-width: 1440px) {
        .employe-card figcaption h3, .employe-card figcaption .h3 {
          padding-top: 10px; } }
      @media (max-width: 1199px) {
        .employe-card figcaption h3, .employe-card figcaption .h3 {
          padding-top: 10px; } }
      @media (max-width: 991px) {
        .employe-card figcaption h3, .employe-card figcaption .h3 {
          padding-top: 10px; } }
      @media (max-width: 767px) {
        .employe-card figcaption h3, .employe-card figcaption .h3 {
          padding-top: 5px; } }
      @media (max-width: 480px) {
        .employe-card figcaption h3, .employe-card figcaption .h3 {
          padding-top: 5px; } }
    .employe-card figcaption p {
      color: #fff; }
      @media (max-width: 4096px) {
        .employe-card figcaption p {
          margin-bottom: 15px; } }
      @media (max-width: 1600px) {
        .employe-card figcaption p {
          margin-bottom: 15px; } }
      @media (max-width: 1440px) {
        .employe-card figcaption p {
          margin-bottom: 15px; } }
      @media (max-width: 1199px) {
        .employe-card figcaption p {
          margin-bottom: 15px; } }
      @media (max-width: 991px) {
        .employe-card figcaption p {
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        .employe-card figcaption p {
          margin-bottom: 10px; } }
      @media (max-width: 480px) {
        .employe-card figcaption p {
          margin-bottom: 10px; } }
      .employe-card figcaption p em {
        font-weight: 600;
        font-style: normal; }
    .employe-card figcaption a:hover {
      color: #ff8b00; }
    .employe-card figcaption a.read-more {
      display: flex;
      align-items: center;
      font-size: 17px;
      text-decoration: none;
      color: #fff;
      transition: all .2s;
      visibility: hidden;
      opacity: 0;
      transform: translateY(10px); }
      @media (max-width: 4096px) {
        .employe-card figcaption a.read-more {
          margin-top: 20px; } }
      @media (max-width: 1600px) {
        .employe-card figcaption a.read-more {
          margin-top: 20px; } }
      @media (max-width: 1440px) {
        .employe-card figcaption a.read-more {
          margin-top: 20px; } }
      @media (max-width: 1199px) {
        .employe-card figcaption a.read-more {
          margin-top: 20px; } }
      @media (max-width: 991px) {
        .employe-card figcaption a.read-more {
          margin-top: 20px; } }
      @media (max-width: 767px) {
        .employe-card figcaption a.read-more {
          margin-top: 15px; } }
      @media (max-width: 480px) {
        .employe-card figcaption a.read-more {
          margin-top: 15px; } }
      .employe-card figcaption a.read-more i {
        margin-bottom: -2px;
        transition: transform .2s; }
      .employe-card figcaption a.read-more.read-more.read-more:hover {
        color: white; }
        .employe-card figcaption a.read-more.read-more.read-more:hover i {
          transform: translateX(3px); }
    @media (max-width: 4096px) {
      .employe-card figcaption .soc-list {
        margin-top: 20px; } }
    @media (max-width: 1600px) {
      .employe-card figcaption .soc-list {
        margin-top: 20px; } }
    @media (max-width: 1440px) {
      .employe-card figcaption .soc-list {
        margin-top: 20px; } }
    @media (max-width: 1199px) {
      .employe-card figcaption .soc-list {
        margin-top: 20px; } }
    @media (max-width: 991px) {
      .employe-card figcaption .soc-list {
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .employe-card figcaption .soc-list {
        margin-top: 15px; } }
    @media (max-width: 480px) {
      .employe-card figcaption .soc-list {
        margin-top: 15px; } }
    .employe-card figcaption .soc-list li {
      padding-left: 0;
      margin-right: 10px; }
      .employe-card figcaption .soc-list li a {
        display: block;
        line-height: 1em;
        vertical-align: middle; }
        .employe-card figcaption .soc-list li a i {
          display: block;
          line-height: 1em; }
    .employe-card figcaption .soc-list i {
      font-size: 15px; }
  @media (max-width: 767px) {
    .employe-card {
      max-width: 350px;
      margin-left: auto;
      margin-right: auto; }
      .employe-card::after {
        height: 100%; }
      .employe-card figcaption a.read-more {
        visibility: visible;
        opacity: 1;
        transform: translateY(0); } }
  @media (max-width: 380px) {
    .employe-card {
      min-width: 0px; } }
  @media (max-width: 480px) {
    .employe-card .employe {
      align-items: flex-start;
      justify-content: flex-start; }
      .employe-card .employe > a, .employe-card .employe img {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .employe-card .employe > a {
        margin-left: 0;
        margin-right: 15px; }
      .employe-card .employe img {
        display: inline-block;
        height: 160px;
        width: auto;
        min-width: 0;
        margin-bottom: 0; }
    .employe-card figcaption h3, .employe-card figcaption .h3 {
      text-align: left; }
    .employe-card .soc-list {
      justify-content: flex-start; }
    .employe-card .read-more {
      justify-content: flex-start;
      margin-left: auto;
      margin-right: auto;
      text-align: left; } }

.team-list {
  margin-bottom: 0; }
  .team-list li {
    padding-left: 15px; }
    .team-list li::after {
      display: none; }
    @media (max-width: 4096px) {
      .team-list li:last-child figcaption p {
        margin-bottom: 15px; } }
    @media (max-width: 1600px) {
      .team-list li:last-child figcaption p {
        margin-bottom: 15px; } }
    @media (max-width: 1440px) {
      .team-list li:last-child figcaption p {
        margin-bottom: 15px; } }
    @media (max-width: 1199px) {
      .team-list li:last-child figcaption p {
        margin-bottom: 15px; } }
    @media (max-width: 991px) {
      .team-list li:last-child figcaption p {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .team-list li:last-child figcaption p {
        margin-bottom: 10px; } }
    @media (max-width: 480px) {
      .team-list li:last-child figcaption p {
        margin-bottom: 10px; } }

.slick-slide .employe-card, .postlistitem .employe-card,
.our-teachers-list li .employe-card {
  margin-bottom: 0; }
@media (max-width: 4096px) {
  .slick-slide:last-child figcaption p, .postlistitem:last-child figcaption p,
  .our-teachers-list li:last-child figcaption p {
    margin-bottom: 15px; } }
@media (max-width: 1600px) {
  .slick-slide:last-child figcaption p, .postlistitem:last-child figcaption p,
  .our-teachers-list li:last-child figcaption p {
    margin-bottom: 15px; } }
@media (max-width: 1440px) {
  .slick-slide:last-child figcaption p, .postlistitem:last-child figcaption p,
  .our-teachers-list li:last-child figcaption p {
    margin-bottom: 15px; } }
@media (max-width: 1199px) {
  .slick-slide:last-child figcaption p, .postlistitem:last-child figcaption p,
  .our-teachers-list li:last-child figcaption p {
    margin-bottom: 15px; } }
@media (max-width: 991px) {
  .slick-slide:last-child figcaption p, .postlistitem:last-child figcaption p,
  .our-teachers-list li:last-child figcaption p {
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  .slick-slide:last-child figcaption p, .postlistitem:last-child figcaption p,
  .our-teachers-list li:last-child figcaption p {
    margin-bottom: 10px; } }
@media (max-width: 480px) {
  .slick-slide:last-child figcaption p, .postlistitem:last-child figcaption p,
  .our-teachers-list li:last-child figcaption p {
    margin-bottom: 10px; } }

.employee-search-card {
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .employee-search-card {
      align-items: flex-start; } }
  .employee-search-card a {
    text-decoration: none; }
  @media (max-width: 4096px) {
    .employee-search-card .h4 {
      margin-bottom: 15px; } }
  @media (max-width: 1600px) {
    .employee-search-card .h4 {
      margin-bottom: 15px; } }
  @media (max-width: 1440px) {
    .employee-search-card .h4 {
      margin-bottom: 15px; } }
  @media (max-width: 1199px) {
    .employee-search-card .h4 {
      margin-bottom: 15px; } }
  @media (max-width: 991px) {
    .employee-search-card .h4 {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .employee-search-card .h4 {
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .employee-search-card .h4 {
      margin-bottom: 10px; } }
  .employee-search-card .employee-search-thumb img {
    min-width: 140px;
    min-height: 210px;
    border-radius: 10px; }
    @media (max-width: 4096px) {
      .employee-search-card .employee-search-thumb img {
        margin-right: 20px; } }
    @media (max-width: 1600px) {
      .employee-search-card .employee-search-thumb img {
        margin-right: 20px; } }
    @media (max-width: 1440px) {
      .employee-search-card .employee-search-thumb img {
        margin-right: 20px; } }
    @media (max-width: 1199px) {
      .employee-search-card .employee-search-thumb img {
        margin-right: 20px; } }
    @media (max-width: 991px) {
      .employee-search-card .employee-search-thumb img {
        margin-right: 20px; } }
    @media (max-width: 767px) {
      .employee-search-card .employee-search-thumb img {
        margin-right: 15px; } }
    @media (max-width: 480px) {
      .employee-search-card .employee-search-thumb img {
        margin-right: 15px; } }
  .employee-search-card ul.employee-info-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0; }
    .employee-search-card ul.employee-info-list li {
      margin-right: 15px;
      padding-left: 0; }
      @media (max-width: 4096px) {
        .employee-search-card ul.employee-info-list li {
          margin-bottom: 15px; } }
      @media (max-width: 1600px) {
        .employee-search-card ul.employee-info-list li {
          margin-bottom: 15px; } }
      @media (max-width: 1440px) {
        .employee-search-card ul.employee-info-list li {
          margin-bottom: 15px; } }
      @media (max-width: 1199px) {
        .employee-search-card ul.employee-info-list li {
          margin-bottom: 15px; } }
      @media (max-width: 991px) {
        .employee-search-card ul.employee-info-list li {
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        .employee-search-card ul.employee-info-list li {
          margin-bottom: 10px; } }
      @media (max-width: 480px) {
        .employee-search-card ul.employee-info-list li {
          margin-bottom: 10px; } }
      .employee-search-card ul.employee-info-list li p, .employee-search-card ul.employee-info-list li a {
        margin: 0;
        color: #777777; }
      .employee-search-card ul.employee-info-list li::after {
        display: none; }

/*===> END EMPLOYE CARD <===*/
/*===> BEGIN FEATHER LIGHT <===*/
.featherlight-content .featherlight-close-icon.featherlight-close {
  min-width: 0;
  margin-bottom: 0;
  background-color: transparent; }
  .featherlight-content .featherlight-close-icon.featherlight-close::before, .featherlight-content .featherlight-close-icon.featherlight-close::after {
    display: none; }

.featherlight .featherlight-content {
  border: none;
  padding: 0; }

.featherlight-close-icon.featherlight-close {
  right: -25px;
  top: -25px;
  border-radius: 0; }
  .featherlight-close-icon.featherlight-close i {
    background-color: transparent;
    font-size: 24px;
    color: #fff; }
  @media (max-width: 1199px) {
    .featherlight-close-icon.featherlight-close {
      right: 0;
      top: 0; }
      .featherlight-close-icon.featherlight-close i {
        background: rgba(255, 255, 255, 0.4);
        color: #090605; } }

.featherlight .featherlight-content {
  overflow: visible; }

/*===> END FEATHER LIGHT <===*/
/*===> BEGIN GALLERY <===*/
.gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px; }
  .gallery-wrap .gallery-card {
    padding: 0 15px;
    width: 25%; }
  .gallery-wrap a {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 15px; }
    @media (max-width: 4096px) {
      .gallery-wrap a {
        margin-bottom: 30px; } }
    @media (max-width: 1600px) {
      .gallery-wrap a {
        margin-bottom: 30px; } }
    @media (max-width: 1440px) {
      .gallery-wrap a {
        margin-bottom: 30px; } }
    @media (max-width: 1199px) {
      .gallery-wrap a {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      .gallery-wrap a {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .gallery-wrap a {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .gallery-wrap a {
        margin-bottom: 20px; } }
    .gallery-wrap a:hover .hide-desc {
      visibility: visible;
      opacity: 1;
      transform: translateY(0px); }
    .gallery-wrap a.color-1 .hide-desc::after {
      background: #5255c5; }
    .gallery-wrap a.color-2 .hide-desc::after {
      background: #5dba3b; }
    .gallery-wrap a.color-3 .hide-desc::after {
      background: #ff8b00; }
    .gallery-wrap a.color-4 .hide-desc::after {
      background: #ff5157; }
    .gallery-wrap a.color-5 .hide-desc::after {
      background: #ffc000; }
    .gallery-wrap a img {
      border-radius: 15px; }
    .gallery-wrap a .hide-desc {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      visibility: hidden;
      width: 100%;
      height: 100%;
      margin-bottom: 0;
      color: #fff;
      opacity: 0;
      transform: translateY(200px);
      transition: all .5s; }
      .gallery-wrap a .hide-desc::before {
        content: '\f19f';
        font-family: "Material Design Icons";
        margin-bottom: 10px;
        font-size: 48px;
        line-height: 1; }
      .gallery-wrap a .hide-desc::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #5dba3b;
        opacity: .95; }
  @media (max-width: 991px) {
    .gallery-wrap .gallery-card {
      width: 33.33%; }
      .gallery-wrap .gallery-card a {
        display: block;
        margin-left: auto;
        margin-right: auto; } }
  @media (max-width: 767px) {
    .gallery-wrap .gallery-card {
      width: 50%; }
    .gallery-wrap a .hide-desc {
      font-size: 16px; }
      .gallery-wrap a .hide-desc::before {
        font-size: 26px;
        margin-bottom: 5px; } }
  @media (max-width: 480px) {
    .gallery-wrap {
      margin-bottom: -10px; } }

/*===> END GALLERY <===*/
/*===> BEGIN SKILLS SECTION <===*/
.skills-section {
  background-image: url(../img/absurdity.png);
  background-color: #ff5157; }
  @media (max-width: 4096px) {
    .skills-section {
      padding-top: 50px; } }
  @media (max-width: 1600px) {
    .skills-section {
      padding-top: 50px; } }
  @media (max-width: 1440px) {
    .skills-section {
      padding-top: 50px; } }
  @media (max-width: 1199px) {
    .skills-section {
      padding-top: 45px; } }
  @media (max-width: 991px) {
    .skills-section {
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .skills-section {
      padding-top: 30px; } }
  @media (max-width: 480px) {
    .skills-section {
      padding-top: 30px; } }
  @media (max-width: 4096px) {
    .skills-section {
      padding-bottom: 50px; } }
  @media (max-width: 1600px) {
    .skills-section {
      padding-bottom: 50px; } }
  @media (max-width: 1440px) {
    .skills-section {
      padding-bottom: 50px; } }
  @media (max-width: 1199px) {
    .skills-section {
      padding-bottom: 45px; } }
  @media (max-width: 991px) {
    .skills-section {
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .skills-section {
      padding-bottom: 30px; } }
  @media (max-width: 480px) {
    .skills-section {
      padding-bottom: 30px; } }
  .skills-section.color-1 {
    background-color: #5255c5; }
  .skills-section.color-2 {
    background-color: #5dba3b; }
  .skills-section.color-3 {
    background-color: #ff8b00; }
  .skills-section.color-4 {
    background-color: #ff5157; }
  .skills-section.color-5 {
    background-color: #ffc000; }
  .skills-section .container {
    position: relative;
    z-index: 10; }
    @media (max-width: 4096px) {
      .skills-section .container {
        padding-top: 50px; } }
    @media (max-width: 1600px) {
      .skills-section .container {
        padding-top: 50px; } }
    @media (max-width: 1440px) {
      .skills-section .container {
        padding-top: 50px; } }
    @media (max-width: 1199px) {
      .skills-section .container {
        padding-top: 45px; } }
    @media (max-width: 991px) {
      .skills-section .container {
        padding-top: 40px; } }
    @media (max-width: 767px) {
      .skills-section .container {
        padding-top: 30px; } }
    @media (max-width: 480px) {
      .skills-section .container {
        padding-top: 30px; } }
  .skills-section .skill-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 4096px) {
      .skills-section .skill-block {
        padding-bottom: 50px; } }
    @media (max-width: 1600px) {
      .skills-section .skill-block {
        padding-bottom: 50px; } }
    @media (max-width: 1440px) {
      .skills-section .skill-block {
        padding-bottom: 50px; } }
    @media (max-width: 1199px) {
      .skills-section .skill-block {
        padding-bottom: 45px; } }
    @media (max-width: 991px) {
      .skills-section .skill-block {
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .skills-section .skill-block {
        padding-bottom: 30px; } }
    @media (max-width: 480px) {
      .skills-section .skill-block {
        padding-bottom: 30px; } }
    .skills-section .skill-block img {
      height: 45px; }
      @media (max-width: 4096px) {
        .skills-section .skill-block img {
          margin-bottom: 20px; } }
      @media (max-width: 1600px) {
        .skills-section .skill-block img {
          margin-bottom: 20px; } }
      @media (max-width: 1440px) {
        .skills-section .skill-block img {
          margin-bottom: 20px; } }
      @media (max-width: 1199px) {
        .skills-section .skill-block img {
          margin-bottom: 20px; } }
      @media (max-width: 991px) {
        .skills-section .skill-block img {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .skills-section .skill-block img {
          margin-bottom: 15px; } }
      @media (max-width: 480px) {
        .skills-section .skill-block img {
          margin-bottom: 15px; } }
    .skills-section .skill-block h2, .skills-section .skill-block .h2 {
      text-align: center;
      color: #fff; }
      @media (max-width: 4096px) {
        .skills-section .skill-block h2, .skills-section .skill-block .h2 {
          margin-bottom: 10px; } }
      @media (max-width: 1600px) {
        .skills-section .skill-block h2, .skills-section .skill-block .h2 {
          margin-bottom: 10px; } }
      @media (max-width: 1440px) {
        .skills-section .skill-block h2, .skills-section .skill-block .h2 {
          margin-bottom: 10px; } }
      @media (max-width: 1199px) {
        .skills-section .skill-block h2, .skills-section .skill-block .h2 {
          margin-bottom: 10px; } }
      @media (max-width: 991px) {
        .skills-section .skill-block h2, .skills-section .skill-block .h2 {
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .skills-section .skill-block h2, .skills-section .skill-block .h2 {
          margin-bottom: 5px; } }
      @media (max-width: 480px) {
        .skills-section .skill-block h2, .skills-section .skill-block .h2 {
          margin-bottom: 5px; } }
    .skills-section .skill-block h5, .skills-section .skill-block .h5 {
      margin-bottom: 0;
      text-align: center;
      color: #fff; }
  .skills-section .moving-element {
    top: 50%;
    left: 85%;
    z-index: 0; }
  @media (max-width: 1440px) {
    .skills-section .moving-element {
      height: 50px;
      top: 70%;
      left: 80%; } }
  @media (max-width: 1199px) {
    .skills-section .moving-element {
      top: 60%;
      left: 50%; } }

/*===> END SKILLS SECTION <===*/
/*===> BEGIN APPLY <===*/
.apply-section {
  position: relative;
  background: #5dba3b; }
  @media (max-width: 4096px) {
    .apply-section {
      padding-top: 50px; } }
  @media (max-width: 1600px) {
    .apply-section {
      padding-top: 50px; } }
  @media (max-width: 1440px) {
    .apply-section {
      padding-top: 50px; } }
  @media (max-width: 1199px) {
    .apply-section {
      padding-top: 45px; } }
  @media (max-width: 991px) {
    .apply-section {
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .apply-section {
      padding-top: 30px; } }
  @media (max-width: 480px) {
    .apply-section {
      padding-top: 30px; } }
  @media (max-width: 4096px) {
    .apply-section {
      padding-bottom: 50px; } }
  @media (max-width: 1600px) {
    .apply-section {
      padding-bottom: 50px; } }
  @media (max-width: 1440px) {
    .apply-section {
      padding-bottom: 50px; } }
  @media (max-width: 1199px) {
    .apply-section {
      padding-bottom: 45px; } }
  @media (max-width: 991px) {
    .apply-section {
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .apply-section {
      padding-bottom: 30px; } }
  @media (max-width: 480px) {
    .apply-section {
      padding-bottom: 30px; } }
  .apply-section.color-1 {
    background: #5255c5; }
  .apply-section.color-2 {
    background: #5dba3b; }
  .apply-section.color-3 {
    background: #ff8b00; }
  .apply-section.color-4 {
    background: #ff5157; }
  .apply-section.color-5 {
    background: #ffc000; }
  @media (max-width: 4096px) {
    .apply-section .how-apply {
      padding-bottom: 50px; } }
  @media (max-width: 1600px) {
    .apply-section .how-apply {
      padding-bottom: 50px; } }
  @media (max-width: 1440px) {
    .apply-section .how-apply {
      padding-bottom: 50px; } }
  @media (max-width: 1199px) {
    .apply-section .how-apply {
      padding-bottom: 45px; } }
  @media (max-width: 991px) {
    .apply-section .how-apply {
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .apply-section .how-apply {
      padding-bottom: 30px; } }
  @media (max-width: 480px) {
    .apply-section .how-apply {
      padding-bottom: 30px; } }
  .apply-section .how-apply p {
    color: #fff; }
    @media (max-width: 4096px) {
      .apply-section .how-apply p {
        margin-bottom: 30px; } }
    @media (max-width: 1600px) {
      .apply-section .how-apply p {
        margin-bottom: 30px; } }
    @media (max-width: 1440px) {
      .apply-section .how-apply p {
        margin-bottom: 30px; } }
    @media (max-width: 1199px) {
      .apply-section .how-apply p {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      .apply-section .how-apply p {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .apply-section .how-apply p {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .apply-section .how-apply p {
        margin-bottom: 20px; } }
  .apply-section .how-apply ul {
    padding: 0; }
    @media (max-width: 4096px) {
      .apply-section .how-apply ul {
        margin-bottom: 50px; } }
    @media (max-width: 1600px) {
      .apply-section .how-apply ul {
        margin-bottom: 50px; } }
    @media (max-width: 1440px) {
      .apply-section .how-apply ul {
        margin-bottom: 50px; } }
    @media (max-width: 1199px) {
      .apply-section .how-apply ul {
        margin-bottom: 45px; } }
    @media (max-width: 991px) {
      .apply-section .how-apply ul {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .apply-section .how-apply ul {
        margin-bottom: 30px; } }
    @media (max-width: 480px) {
      .apply-section .how-apply ul {
        margin-bottom: 30px; } }
    .apply-section .how-apply ul li {
      padding-left: 25px; }
      .apply-section .how-apply ul li::after {
        content: '\f12c';
        top: 0;
        width: auto;
        height: auto;
        border-right-style: none;
        background-color: transparent;
        font-family: 'Material Design Icons';
        font-size: 20px;
        color: #fff; }
      .apply-section .how-apply ul li:last-child p {
        margin-bottom: 0; }
      @media (max-width: 4096px) {
        .apply-section .how-apply ul li p {
          margin-bottom: 10px; } }
      @media (max-width: 1600px) {
        .apply-section .how-apply ul li p {
          margin-bottom: 10px; } }
      @media (max-width: 1440px) {
        .apply-section .how-apply ul li p {
          margin-bottom: 10px; } }
      @media (max-width: 1199px) {
        .apply-section .how-apply ul li p {
          margin-bottom: 10px; } }
      @media (max-width: 991px) {
        .apply-section .how-apply ul li p {
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .apply-section .how-apply ul li p {
          margin-bottom: 5px; } }
      @media (max-width: 480px) {
        .apply-section .how-apply ul li p {
          margin-bottom: 5px; } }
  .apply-section .how-apply .button {
    margin-bottom: 0; }
  .apply-section h2, .apply-section .h2 {
    color: #fff; }
    @media (max-width: 4096px) {
      .apply-section h2, .apply-section .h2 {
        margin-bottom: 50px; } }
    @media (max-width: 1600px) {
      .apply-section h2, .apply-section .h2 {
        margin-bottom: 50px; } }
    @media (max-width: 1440px) {
      .apply-section h2, .apply-section .h2 {
        margin-bottom: 50px; } }
    @media (max-width: 1199px) {
      .apply-section h2, .apply-section .h2 {
        margin-bottom: 45px; } }
    @media (max-width: 991px) {
      .apply-section h2, .apply-section .h2 {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .apply-section h2, .apply-section .h2 {
        margin-bottom: 30px; } }
    @media (max-width: 480px) {
      .apply-section h2, .apply-section .h2 {
        margin-bottom: 30px; } }
  .apply-section .container {
    position: relative;
    z-index: 10; }
    @media (max-width: 4096px) {
      .apply-section .container {
        padding-top: 50px; } }
    @media (max-width: 1600px) {
      .apply-section .container {
        padding-top: 50px; } }
    @media (max-width: 1440px) {
      .apply-section .container {
        padding-top: 50px; } }
    @media (max-width: 1199px) {
      .apply-section .container {
        padding-top: 45px; } }
    @media (max-width: 991px) {
      .apply-section .container {
        padding-top: 40px; } }
    @media (max-width: 767px) {
      .apply-section .container {
        padding-top: 30px; } }
    @media (max-width: 480px) {
      .apply-section .container {
        padding-top: 30px; } }
  .apply-section .moving-element {
    top: 18%;
    left: 90%;
    z-index: 0; }
  @media (max-width: 1199px) {
    .apply-section .moving-element {
      height: 65px; } }
  @media (max-width: 991px) {
    .apply-section .moving-element {
      top: 45%;
      left: 90%; } }
  @media (max-width: 480px) {
    .apply-section .how-apply {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .apply-section .how-apply p {
        text-align: justify; }
    .apply-section .apply-form-wrap .apply-form .inner-apply-form {
      flex-direction: column;
      margin-left: auto;
      margin-right: auto; }
      .apply-section .apply-form-wrap .apply-form .inner-apply-form .input-wrap {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
    .apply-section .apply-form-wrap .apply-form textarea {
      height: 100px; } }

@media (max-width: 4096px) {
  .apply-form-wrap {
    padding-bottom: 50px; } }
@media (max-width: 1600px) {
  .apply-form-wrap {
    padding-bottom: 50px; } }
@media (max-width: 1440px) {
  .apply-form-wrap {
    padding-bottom: 50px; } }
@media (max-width: 1199px) {
  .apply-form-wrap {
    padding-bottom: 45px; } }
@media (max-width: 991px) {
  .apply-form-wrap {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .apply-form-wrap {
    padding-bottom: 30px; } }
@media (max-width: 480px) {
  .apply-form-wrap {
    padding-bottom: 30px; } }
.apply-form-wrap .apply-form {
  margin-bottom: 0; }
  .apply-form-wrap .apply-form.color-1 input:focus,
  .apply-form-wrap .apply-form.color-1 textarea:focus {
    border-color: #5255c5; }
  .apply-form-wrap .apply-form.color-2 input:focus,
  .apply-form-wrap .apply-form.color-2 textarea:focus {
    border-color: #5dba3b; }
  .apply-form-wrap .apply-form.color-3 input:focus,
  .apply-form-wrap .apply-form.color-3 textarea:focus {
    border-color: #ff8b00; }
  .apply-form-wrap .apply-form.color-4 input:focus,
  .apply-form-wrap .apply-form.color-4 textarea:focus {
    border-color: #ff5157; }
  .apply-form-wrap .apply-form.color-5 input:focus,
  .apply-form-wrap .apply-form.color-5 textarea:focus {
    border-color: #ffc000; }
  .apply-form-wrap .apply-form .inner-apply-form {
    display: flex;
    margin-left: -15px;
    margin-right: -15px; }
    .apply-form-wrap .apply-form .inner-apply-form .input-wrap {
      width: 33.33%;
      padding: 0 15px; }
      @media (max-width: 4096px) {
        .apply-form-wrap .apply-form .inner-apply-form .input-wrap input {
          margin-bottom: 30px; } }
      @media (max-width: 1600px) {
        .apply-form-wrap .apply-form .inner-apply-form .input-wrap input {
          margin-bottom: 30px; } }
      @media (max-width: 1440px) {
        .apply-form-wrap .apply-form .inner-apply-form .input-wrap input {
          margin-bottom: 30px; } }
      @media (max-width: 1199px) {
        .apply-form-wrap .apply-form .inner-apply-form .input-wrap input {
          margin-bottom: 30px; } }
      @media (max-width: 991px) {
        .apply-form-wrap .apply-form .inner-apply-form .input-wrap input {
          margin-bottom: 25px; } }
      @media (max-width: 767px) {
        .apply-form-wrap .apply-form .inner-apply-form .input-wrap input {
          margin-bottom: 20px; } }
      @media (max-width: 480px) {
        .apply-form-wrap .apply-form .inner-apply-form .input-wrap input {
          margin-bottom: 20px; } }
  .apply-form-wrap .apply-form input,
  .apply-form-wrap .apply-form textarea {
    border: 1px solid  #fff;
    background: rgba(255, 255, 255, 0.5);
    color: #090605;
    transition: all .3s; }
    .apply-form-wrap .apply-form input:focus,
    .apply-form-wrap .apply-form textarea:focus {
      border-color: #5255c5; }
  .apply-form-wrap .apply-form textarea {
    height: 165px; }
    @media (max-width: 4096px) {
      .apply-form-wrap .apply-form textarea {
        margin-bottom: 50px; } }
    @media (max-width: 1600px) {
      .apply-form-wrap .apply-form textarea {
        margin-bottom: 50px; } }
    @media (max-width: 1440px) {
      .apply-form-wrap .apply-form textarea {
        margin-bottom: 50px; } }
    @media (max-width: 1199px) {
      .apply-form-wrap .apply-form textarea {
        margin-bottom: 45px; } }
    @media (max-width: 991px) {
      .apply-form-wrap .apply-form textarea {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .apply-form-wrap .apply-form textarea {
        margin-bottom: 30px; } }
    @media (max-width: 480px) {
      .apply-form-wrap .apply-form textarea {
        margin-bottom: 30px; } }
  .apply-form-wrap .apply-form button[type='submit'] {
    margin-top: 0;
    margin-bottom: 0; }
  .apply-form-wrap .apply-form label {
    color: #fff; }
@media (max-width: 480px) {
  .apply-form-wrap .apply-form .inner-apply-form {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto; }
    .apply-form-wrap .apply-form .inner-apply-form .input-wrap {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
  .apply-form-wrap .apply-form textarea {
    height: 100px; } }

.buz-form.white label {
  color: #ececec; }
.buz-form.white input, .buz-form.white textarea {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  color: #090605; }
  .buz-form.white input:focus, .buz-form.white textarea:focus {
    border-color: #5255c5; }

/*===> END APPLY <===*/
/*===> BEGIN CHOOSE SECTION <===*/
@media (max-width: 4096px) {
  .choose-section {
    padding-top: 50px; } }
@media (max-width: 1600px) {
  .choose-section {
    padding-top: 50px; } }
@media (max-width: 1440px) {
  .choose-section {
    padding-top: 50px; } }
@media (max-width: 1199px) {
  .choose-section {
    padding-top: 45px; } }
@media (max-width: 991px) {
  .choose-section {
    padding-top: 40px; } }
@media (max-width: 767px) {
  .choose-section {
    padding-top: 30px; } }
@media (max-width: 480px) {
  .choose-section {
    padding-top: 30px; } }
@media (max-width: 4096px) {
  .choose-section {
    padding-bottom: 50px; } }
@media (max-width: 1600px) {
  .choose-section {
    padding-bottom: 50px; } }
@media (max-width: 1440px) {
  .choose-section {
    padding-bottom: 50px; } }
@media (max-width: 1199px) {
  .choose-section {
    padding-bottom: 45px; } }
@media (max-width: 991px) {
  .choose-section {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .choose-section {
    padding-bottom: 30px; } }
@media (max-width: 480px) {
  .choose-section {
    padding-bottom: 30px; } }
@media (max-width: 4096px) {
  .choose-section .container {
    padding-top: 50px; } }
@media (max-width: 1600px) {
  .choose-section .container {
    padding-top: 50px; } }
@media (max-width: 1440px) {
  .choose-section .container {
    padding-top: 50px; } }
@media (max-width: 1199px) {
  .choose-section .container {
    padding-top: 45px; } }
@media (max-width: 991px) {
  .choose-section .container {
    padding-top: 40px; } }
@media (max-width: 767px) {
  .choose-section .container {
    padding-top: 30px; } }
@media (max-width: 480px) {
  .choose-section .container {
    padding-top: 30px; } }
@media (max-width: 4096px) {
  .choose-section .container {
    padding-bottom: 50px; } }
@media (max-width: 1600px) {
  .choose-section .container {
    padding-bottom: 50px; } }
@media (max-width: 1440px) {
  .choose-section .container {
    padding-bottom: 50px; } }
@media (max-width: 1199px) {
  .choose-section .container {
    padding-bottom: 45px; } }
@media (max-width: 991px) {
  .choose-section .container {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .choose-section .container {
    padding-bottom: 30px; } }
@media (max-width: 480px) {
  .choose-section .container {
    padding-bottom: 30px; } }
.choose-section h2, .choose-section .h2 {
  text-align: center; }
  @media (max-width: 4096px) {
    .choose-section h2, .choose-section .h2 {
      margin-bottom: 50px; } }
  @media (max-width: 1600px) {
    .choose-section h2, .choose-section .h2 {
      margin-bottom: 50px; } }
  @media (max-width: 1440px) {
    .choose-section h2, .choose-section .h2 {
      margin-bottom: 50px; } }
  @media (max-width: 1199px) {
    .choose-section h2, .choose-section .h2 {
      margin-bottom: 45px; } }
  @media (max-width: 991px) {
    .choose-section h2, .choose-section .h2 {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .choose-section h2, .choose-section .h2 {
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .choose-section h2, .choose-section .h2 {
      margin-bottom: 30px; } }
.choose-section .choose-pie-wrap {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 4096px) {
    .choose-section .choose-pie-wrap {
      margin-bottom: -30px; } }
  @media (max-width: 1600px) {
    .choose-section .choose-pie-wrap {
      margin-bottom: -30px; } }
  @media (max-width: 1440px) {
    .choose-section .choose-pie-wrap {
      margin-bottom: -30px; } }
  @media (max-width: 1199px) {
    .choose-section .choose-pie-wrap {
      margin-bottom: -30px; } }
  @media (max-width: 991px) {
    .choose-section .choose-pie-wrap {
      margin-bottom: -25px; } }
  @media (max-width: 767px) {
    .choose-section .choose-pie-wrap {
      margin-bottom: -20px; } }
  @media (max-width: 480px) {
    .choose-section .choose-pie-wrap {
      margin-bottom: -20px; } }
  @media (max-width: 4096px) {
    .choose-section .choose-pie-wrap .pie-wrap {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    .choose-section .choose-pie-wrap .pie-wrap {
      margin-bottom: 30px; } }
  @media (max-width: 1440px) {
    .choose-section .choose-pie-wrap .pie-wrap {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .choose-section .choose-pie-wrap .pie-wrap {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .choose-section .choose-pie-wrap .pie-wrap {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .choose-section .choose-pie-wrap .pie-wrap {
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .choose-section .choose-pie-wrap .pie-wrap {
      margin-bottom: 20px; } }
@media (max-width: 767px) {
  .choose-section .choose-pie-wrap {
    flex-wrap: wrap; }
    .choose-section .choose-pie-wrap .pie-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 50%;
      max-width: none; } }

/*===> END CHOOSE SECTION <===*/
/*===> BEGIN CLASS SECTION <===*/
@media (max-width: 4096px) {
  .class-article {
    margin-bottom: 50px; } }
@media (max-width: 1600px) {
  .class-article {
    margin-bottom: 50px; } }
@media (max-width: 1440px) {
  .class-article {
    margin-bottom: 50px; } }
@media (max-width: 1199px) {
  .class-article {
    margin-bottom: 45px; } }
@media (max-width: 991px) {
  .class-article {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .class-article {
    margin-bottom: 30px; } }
@media (max-width: 480px) {
  .class-article {
    margin-bottom: 30px; } }
.class-article .class-post {
  margin-bottom: -10px; }
  .class-article .class-post img {
    float: left;
    margin-right: 30px;
    border-radius: 20px;
    margin-bottom: 10px; }
  @media (max-width: 4096px) {
    .class-article .class-post .class-desc {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    .class-article .class-post .class-desc {
      margin-bottom: 20px; } }
  @media (max-width: 1440px) {
    .class-article .class-post .class-desc {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    .class-article .class-post .class-desc {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .class-article .class-post .class-desc {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .class-article .class-post .class-desc {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .class-article .class-post .class-desc {
      margin-bottom: 15px; } }
  .class-article .class-post .class-desc h2, .class-article .class-post .class-desc .h2 {
    text-align: left; }
    @media (max-width: 4096px) {
      .class-article .class-post .class-desc h2, .class-article .class-post .class-desc .h2 {
        margin-bottom: 10px; } }
    @media (max-width: 1600px) {
      .class-article .class-post .class-desc h2, .class-article .class-post .class-desc .h2 {
        margin-bottom: 10px; } }
    @media (max-width: 1440px) {
      .class-article .class-post .class-desc h2, .class-article .class-post .class-desc .h2 {
        margin-bottom: 10px; } }
    @media (max-width: 1199px) {
      .class-article .class-post .class-desc h2, .class-article .class-post .class-desc .h2 {
        margin-bottom: 10px; } }
    @media (max-width: 991px) {
      .class-article .class-post .class-desc h2, .class-article .class-post .class-desc .h2 {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .class-article .class-post .class-desc h2, .class-article .class-post .class-desc .h2 {
        margin-bottom: 5px; } }
    @media (max-width: 480px) {
      .class-article .class-post .class-desc h2, .class-article .class-post .class-desc .h2 {
        margin-bottom: 5px; } }
  .class-article .class-post .class-desc .price {
    font-family: "Baloo", cursive;
    font-size: 20px;
    line-height: 1.2em;
    color: #ff5157; }
    @media (max-width: 4096px) {
      .class-article .class-post .class-desc .price {
        margin-bottom: 10px; } }
    @media (max-width: 1600px) {
      .class-article .class-post .class-desc .price {
        margin-bottom: 10px; } }
    @media (max-width: 1440px) {
      .class-article .class-post .class-desc .price {
        margin-bottom: 10px; } }
    @media (max-width: 1199px) {
      .class-article .class-post .class-desc .price {
        margin-bottom: 10px; } }
    @media (max-width: 991px) {
      .class-article .class-post .class-desc .price {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .class-article .class-post .class-desc .price {
        margin-bottom: 5px; } }
    @media (max-width: 480px) {
      .class-article .class-post .class-desc .price {
        margin-bottom: 5px; } }
@media (max-width: 991px) {
  .class-article .class-post img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .class-article .class-post .class-desc h2, .class-article .class-post .class-desc .h2 {
    text-align: center; }
  .class-article .class-post .class-desc p {
    text-align: left; }
  .class-article .class-post .class-desc ul {
    justify-content: left; }
  .class-article .class-post .class-text p {
    text-align: left; } }
@media (max-width: 767px) {
  .class-article .class-post .class-desc .post-info:not(:last-of-type) {
    margin-bottom: 5px; }
  .class-article .class-post .class-desc .post-info:last-of-type li:not(:last-child) {
    margin-bottom: 10px; }
  .class-article .class-post .class-desc h2, .class-article .class-post .class-desc .h2 {
    text-align: center; }
  .class-article .class-post .class-text p {
    text-align: justify; } }

.single-classes-content .classes-wrap {
  padding-top: 0; }

/*===> END CLASS SECTION <===*/
/*===> BEGIN CLASSES GALLERY <===*/
@media (max-width: 4096px) {
  .classes-gallery h3, .classes-gallery .h3 {
    margin-bottom: 20px; } }
@media (max-width: 1600px) {
  .classes-gallery h3, .classes-gallery .h3 {
    margin-bottom: 20px; } }
@media (max-width: 1440px) {
  .classes-gallery h3, .classes-gallery .h3 {
    margin-bottom: 20px; } }
@media (max-width: 1199px) {
  .classes-gallery h3, .classes-gallery .h3 {
    margin-bottom: 20px; } }
@media (max-width: 991px) {
  .classes-gallery h3, .classes-gallery .h3 {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .classes-gallery h3, .classes-gallery .h3 {
    margin-bottom: 15px; } }
@media (max-width: 480px) {
  .classes-gallery h3, .classes-gallery .h3 {
    margin-bottom: 15px; } }
.classes-gallery .gallery-wrap .gallery-card {
  width: 50%; }
  .classes-gallery .gallery-wrap .gallery-card a {
    max-width: 260px; }
@media (max-width: 991px) {
  .classes-gallery h3, .classes-gallery .h3 {
    text-align: center; } }
@media (max-width: 480px) {
  .classes-gallery .gallery-wrap .gallery-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; } }

/*===> END CLASSES GALLERY <===*/
/*===> BEGIN SINGLE CLASS CONTENT <===*/
.single-classes-content .classes-wrap .classes-slider {
  padding-top: 0; }
.single-classes-content h2, .single-classes-content .h2 {
  text-align: center; }
  @media (max-width: 4096px) {
    .single-classes-content h2, .single-classes-content .h2 {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    .single-classes-content h2, .single-classes-content .h2 {
      margin-bottom: 30px; } }
  @media (max-width: 1440px) {
    .single-classes-content h2, .single-classes-content .h2 {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .single-classes-content h2, .single-classes-content .h2 {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .single-classes-content h2, .single-classes-content .h2 {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .single-classes-content h2, .single-classes-content .h2 {
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .single-classes-content h2, .single-classes-content .h2 {
      margin-bottom: 20px; } }

/*===> END SINGLE CLASS CONTENT <===*/
/*===> BEGIN ORGANIZER BLOCK <===*/
.organizer-block {
  display: flex;
  border: 2px dashed #ff5157;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  background: #f8f8fa; }
  .organizer-block.color-1 {
    border: 2px dashed #5255c5; }
    .organizer-block.color-1 .post-info li a:hover {
      color: #5255c5; }
  .organizer-block.color-2 {
    border: 2px dashed #5dba3b; }
    .organizer-block.color-2 .post-info li a:hover {
      color: #5dba3b; }
  .organizer-block.color-3 {
    border: 2px dashed #ff8b00; }
    .organizer-block.color-3 .post-info li a:hover {
      color: #ff8b00; }
  .organizer-block.color-4 {
    border: 2px dashed #ff5157; }
    .organizer-block.color-4 .post-info li a:hover {
      color: #ff5157; }
  .organizer-block.color-5 {
    border: 2px dashed #ffc000; }
    .organizer-block.color-5 .post-info li a:hover {
      color: #ffc000; }
  @media (max-width: 4096px) {
    .organizer-block {
      padding-top: 30px; } }
  @media (max-width: 1600px) {
    .organizer-block {
      padding-top: 30px; } }
  @media (max-width: 1440px) {
    .organizer-block {
      padding-top: 30px; } }
  @media (max-width: 1199px) {
    .organizer-block {
      padding-top: 30px; } }
  @media (max-width: 991px) {
    .organizer-block {
      padding-top: 25px; } }
  @media (max-width: 767px) {
    .organizer-block {
      padding-top: 20px; } }
  @media (max-width: 480px) {
    .organizer-block {
      padding-top: 20px; } }
  @media (max-width: 4096px) {
    .organizer-block {
      padding-bottom: 30px; } }
  @media (max-width: 1600px) {
    .organizer-block {
      padding-bottom: 30px; } }
  @media (max-width: 1440px) {
    .organizer-block {
      padding-bottom: 30px; } }
  @media (max-width: 1199px) {
    .organizer-block {
      padding-bottom: 30px; } }
  @media (max-width: 991px) {
    .organizer-block {
      padding-bottom: 25px; } }
  @media (max-width: 767px) {
    .organizer-block {
      padding-bottom: 20px; } }
  @media (max-width: 480px) {
    .organizer-block {
      padding-bottom: 20px; } }
  @media (max-width: 4096px) {
    .organizer-block {
      margin-bottom: 50px; } }
  @media (max-width: 1600px) {
    .organizer-block {
      margin-bottom: 50px; } }
  @media (max-width: 1440px) {
    .organizer-block {
      margin-bottom: 50px; } }
  @media (max-width: 1199px) {
    .organizer-block {
      margin-bottom: 45px; } }
  @media (max-width: 991px) {
    .organizer-block {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .organizer-block {
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .organizer-block {
      margin-bottom: 30px; } }
  .organizer-block .organizer-description {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  @media (max-width: 4096px) {
    .organizer-block ul li {
      margin-bottom: 10px; } }
  @media (max-width: 1600px) {
    .organizer-block ul li {
      margin-bottom: 10px; } }
  @media (max-width: 1440px) {
    .organizer-block ul li {
      margin-bottom: 10px; } }
  @media (max-width: 1199px) {
    .organizer-block ul li {
      margin-bottom: 10px; } }
  @media (max-width: 991px) {
    .organizer-block ul li {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .organizer-block ul li {
      margin-bottom: 5px; } }
  @media (max-width: 480px) {
    .organizer-block ul li {
      margin-bottom: 5px; } }
  .organizer-block .organizer-avatar {
    width: 142px;
    min-width: 142px;
    height: 142px;
    margin-right: 20px;
    border: 1px solid #5255c5;
    overflow: hidden;
    border-radius: 50%; }
    .organizer-block .organizer-avatar img {
      width: 100%; }
    .organizer-block .organizer-avatar.color-1 {
      border: 2px solid #5255c5; }
    .organizer-block .organizer-avatar.color-2 {
      border: 2px solid #5dba3b; }
    .organizer-block .organizer-avatar.color-3 {
      border: 2px solid #ff8b00; }
    .organizer-block .organizer-avatar.color-4 {
      border: 2px solid #ff5157; }
    .organizer-block .organizer-avatar.color-5 {
      border: 2px solid #ffc000; }
  .organizer-block .post-info:last-of-type {
    margin-bottom: 0; }
  .organizer-block h4, .organizer-block .h4 {
    margin-bottom: 5px; }
    .organizer-block h4 a, .organizer-block h4 span, .organizer-block .h4 a, .organizer-block .h4 span {
      color: #5255c5; }
    .organizer-block h4.color-1 a, .organizer-block h4.color-1 span, .organizer-block .h4.color-1 a, .organizer-block .h4.color-1 span {
      color: #5255c5; }
    .organizer-block h4.color-2 a, .organizer-block h4.color-2 span, .organizer-block .h4.color-2 a, .organizer-block .h4.color-2 span {
      color: #5dba3b; }
    .organizer-block h4.color-3 a, .organizer-block h4.color-3 span, .organizer-block .h4.color-3 a, .organizer-block .h4.color-3 span {
      color: #ff8b00; }
    .organizer-block h4.color-4 a, .organizer-block h4.color-4 span, .organizer-block .h4.color-4 a, .organizer-block .h4.color-4 span {
      color: #ff5157; }
    .organizer-block h4.color-5 a, .organizer-block h4.color-5 span, .organizer-block .h4.color-5 a, .organizer-block .h4.color-5 span {
      color: #ffc000; }
  .organizer-block .post-info {
    padding-bottom: 5px; }
  .organizer-block p {
    max-width: 900px;
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .organizer-block {
      flex-direction: column;
      align-items: center; }
      .organizer-block .organizer-avatar {
        margin-right: 0;
        margin-bottom: 10px; }
      .organizer-block h4, .organizer-block .h4 {
        text-align: center;
        margin-bottom: 0px; }
      .organizer-block .post-info {
        justify-content: center; }
        .organizer-block .post-info li {
          margin-bottom: 0; }
      .organizer-block p {
        text-align: center; } }

/*===> END ORGANIZER BLOCK <===*/
/*===> BEGIN LOCATION MAP WRAP <===*/
@media (max-width: 4096px) {
  .location-map-wrap h3, .location-map-wrap .h3, .location-map-wrap p {
    margin-bottom: 20px; } }
@media (max-width: 1600px) {
  .location-map-wrap h3, .location-map-wrap .h3, .location-map-wrap p {
    margin-bottom: 20px; } }
@media (max-width: 1440px) {
  .location-map-wrap h3, .location-map-wrap .h3, .location-map-wrap p {
    margin-bottom: 20px; } }
@media (max-width: 1199px) {
  .location-map-wrap h3, .location-map-wrap .h3, .location-map-wrap p {
    margin-bottom: 20px; } }
@media (max-width: 991px) {
  .location-map-wrap h3, .location-map-wrap .h3, .location-map-wrap p {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .location-map-wrap h3, .location-map-wrap .h3, .location-map-wrap p {
    margin-bottom: 15px; } }
@media (max-width: 480px) {
  .location-map-wrap h3, .location-map-wrap .h3, .location-map-wrap p {
    margin-bottom: 15px; } }
.location-map-wrap #location-map {
  height: 260px; }

/*===> END LOCATION MAP WRAP <===*/
/*===> BEGIN COMMENT <===*/
.comments-wrap .comment-reply-link {
  font-family: "Baloo", cursive; }
@media (max-width: 4096px) {
  .comments-wrap .comment-reply-title {
    margin-bottom: 10px; } }
@media (max-width: 1600px) {
  .comments-wrap .comment-reply-title {
    margin-bottom: 10px; } }
@media (max-width: 1440px) {
  .comments-wrap .comment-reply-title {
    margin-bottom: 10px; } }
@media (max-width: 1199px) {
  .comments-wrap .comment-reply-title {
    margin-bottom: 10px; } }
@media (max-width: 991px) {
  .comments-wrap .comment-reply-title {
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .comments-wrap .comment-reply-title {
    margin-bottom: 5px; } }
@media (max-width: 480px) {
  .comments-wrap .comment-reply-title {
    margin-bottom: 5px; } }
@media (max-width: 4096px) {
  .comments-wrap .logged-in-as {
    margin-bottom: 15px; } }
@media (max-width: 1600px) {
  .comments-wrap .logged-in-as {
    margin-bottom: 15px; } }
@media (max-width: 1440px) {
  .comments-wrap .logged-in-as {
    margin-bottom: 15px; } }
@media (max-width: 1199px) {
  .comments-wrap .logged-in-as {
    margin-bottom: 15px; } }
@media (max-width: 991px) {
  .comments-wrap .logged-in-as {
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  .comments-wrap .logged-in-as {
    margin-bottom: 10px; } }
@media (max-width: 480px) {
  .comments-wrap .logged-in-as {
    margin-bottom: 10px; } }
@media (max-width: 4096px) {
  .comments-wrap > h3, .comments-wrap .h3 {
    margin-top: 30px; } }
@media (max-width: 1600px) {
  .comments-wrap > h3, .comments-wrap .h3 {
    margin-top: 30px; } }
@media (max-width: 1440px) {
  .comments-wrap > h3, .comments-wrap .h3 {
    margin-top: 30px; } }
@media (max-width: 1199px) {
  .comments-wrap > h3, .comments-wrap .h3 {
    margin-top: 30px; } }
@media (max-width: 991px) {
  .comments-wrap > h3, .comments-wrap .h3 {
    margin-top: 25px; } }
@media (max-width: 767px) {
  .comments-wrap > h3, .comments-wrap .h3 {
    margin-top: 20px; } }
@media (max-width: 480px) {
  .comments-wrap > h3, .comments-wrap .h3 {
    margin-top: 20px; } }
@media (max-width: 4096px) {
  .comments-wrap > h3, .comments-wrap .h3 {
    margin-bottom: 20px; } }
@media (max-width: 1600px) {
  .comments-wrap > h3, .comments-wrap .h3 {
    margin-bottom: 20px; } }
@media (max-width: 1440px) {
  .comments-wrap > h3, .comments-wrap .h3 {
    margin-bottom: 20px; } }
@media (max-width: 1199px) {
  .comments-wrap > h3, .comments-wrap .h3 {
    margin-bottom: 20px; } }
@media (max-width: 991px) {
  .comments-wrap > h3, .comments-wrap .h3 {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .comments-wrap > h3, .comments-wrap .h3 {
    margin-bottom: 15px; } }
@media (max-width: 480px) {
  .comments-wrap > h3, .comments-wrap .h3 {
    margin-bottom: 15px; } }
.comments-wrap .comment-list {
  margin-bottom: 0; }
  .comments-wrap .comment-list #respond {
    padding-top: 20px; }
    .comments-wrap .comment-list #respond h3 small {
      float: right; }
  .comments-wrap .comment-list.color-1 li .comment .comment-avatar {
    border: 1px solid #5255c5; }
  .comments-wrap .comment-list.color-2 li .comment .comment-avatar {
    border: 1px solid #5dba3b; }
  .comments-wrap .comment-list.color-3 li .comment .comment-avatar {
    border: 1px solid #ff8b00; }
  .comments-wrap .comment-list.color-4 li .comment .comment-avatar {
    border: 1px solid #ff5157; }
  .comments-wrap .comment-list.color-5 li .comment .comment-avatar {
    border: 1px solid #ffc000; }
  .comments-wrap .comment-list li.comentli {
    padding-left: 0;
    margin-bottom: 20px; }
    .comments-wrap .comment-list li.comentli::after {
      display: none; }
    .comments-wrap .comment-list li.comentli > ul {
      margin-bottom: 0;
      padding-top: 20px; }
      @media (max-width: 4096px) {
        .comments-wrap .comment-list li.comentli > ul {
          padding-left: 30px; } }
      @media (max-width: 1600px) {
        .comments-wrap .comment-list li.comentli > ul {
          padding-left: 30px; } }
      @media (max-width: 1440px) {
        .comments-wrap .comment-list li.comentli > ul {
          padding-left: 30px; } }
      @media (max-width: 1199px) {
        .comments-wrap .comment-list li.comentli > ul {
          padding-left: 30px; } }
      @media (max-width: 991px) {
        .comments-wrap .comment-list li.comentli > ul {
          padding-left: 25px; } }
      @media (max-width: 767px) {
        .comments-wrap .comment-list li.comentli > ul {
          padding-left: 20px; } }
      @media (max-width: 480px) {
        .comments-wrap .comment-list li.comentli > ul {
          padding-left: 20px; } }
    .comments-wrap .comment-list li.comentli .comment {
      display: flex;
      padding: 20px;
      border-radius: 20px;
      background: #f8f8fc; }
      .comments-wrap .comment-list li.comentli .comment .comment-avatar {
        overflow: hidden;
        width: 80px;
        min-width: 80px;
        height: 80px;
        margin-right: 20px;
        border-radius: 50%;
        border: 1px solid #5dba3b; }
      .comments-wrap .comment-list li.comentli .comment .comment-text {
        width: calc(100% - 100px); }
        .comments-wrap .comment-list li.comentli .comment .comment-text .comment-meta {
          display: inline; }
          .comments-wrap .comment-list li.comentli .comment .comment-text .comment-meta p, .comments-wrap .comment-list li.comentli .comment .comment-text .comment-meta a {
            display: inline-block;
            line-height: 1em; }
          .comments-wrap .comment-list li.comentli .comment .comment-text .comment-meta p {
            margin: 0;
            font-style: italic; }
          .comments-wrap .comment-list li.comentli .comment .comment-text .comment-meta a {
            float: right;
            margin: 0 0 0 10px; }
        .comments-wrap .comment-list li.comentli .comment .comment-text:first-child {
          width: 100%; }
        .comments-wrap .comment-list li.comentli .comment .comment-text h5, .comments-wrap .comment-list li.comentli .comment .comment-text .h5 {
          display: inline;
          margin-bottom: 10px; }
          .comments-wrap .comment-list li.comentli .comment .comment-text h5 a, .comments-wrap .comment-list li.comentli .comment .comment-text .h5 a {
            color: #000000;
            line-height: 1.2em; }
        .comments-wrap .comment-list li.comentli .comment .comment-text p {
          line-height: 1.5em; }
          @media (max-width: 4096px) {
            .comments-wrap .comment-list li.comentli .comment .comment-text p {
              margin-bottom: 20px; } }
          @media (max-width: 1600px) {
            .comments-wrap .comment-list li.comentli .comment .comment-text p {
              margin-bottom: 20px; } }
          @media (max-width: 1440px) {
            .comments-wrap .comment-list li.comentli .comment .comment-text p {
              margin-bottom: 20px; } }
          @media (max-width: 1199px) {
            .comments-wrap .comment-list li.comentli .comment .comment-text p {
              margin-bottom: 20px; } }
          @media (max-width: 991px) {
            .comments-wrap .comment-list li.comentli .comment .comment-text p {
              margin-bottom: 20px; } }
          @media (max-width: 767px) {
            .comments-wrap .comment-list li.comentli .comment .comment-text p {
              margin-bottom: 15px; } }
          @media (max-width: 480px) {
            .comments-wrap .comment-list li.comentli .comment .comment-text p {
              margin-bottom: 15px; } }
          .comments-wrap .comment-list li.comentli .comment .comment-text p:last-child {
            margin-bottom: 0; }
        @media (max-width: 4096px) {
          .comments-wrap .comment-list li.comentli .comment .comment-text time {
            margin-bottom: 10px; } }
        @media (max-width: 1600px) {
          .comments-wrap .comment-list li.comentli .comment .comment-text time {
            margin-bottom: 10px; } }
        @media (max-width: 1440px) {
          .comments-wrap .comment-list li.comentli .comment .comment-text time {
            margin-bottom: 10px; } }
        @media (max-width: 1199px) {
          .comments-wrap .comment-list li.comentli .comment .comment-text time {
            margin-bottom: 10px; } }
        @media (max-width: 991px) {
          .comments-wrap .comment-list li.comentli .comment .comment-text time {
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          .comments-wrap .comment-list li.comentli .comment .comment-text time {
            margin-bottom: 5px; } }
        @media (max-width: 480px) {
          .comments-wrap .comment-list li.comentli .comment .comment-text time {
            margin-bottom: 5px; } }
        .comments-wrap .comment-list li.comentli .comment .comment-text > a {
          display: block;
          text-align: right;
          color: #090605; }
  @media (max-width: 480px) {
    .comments-wrap .comment-list li.comentli .comment {
      flex-direction: column;
      align-items: center; }
      .comments-wrap .comment-list li.comentli .comment .comment-avatar {
        margin-right: 0;
        margin-bottom: 20px; }
      .comments-wrap .comment-list li.comentli .comment .comment-text {
        width: 100%; }
        .comments-wrap .comment-list li.comentli .comment .comment-text p {
          text-align: left; } }

ol.wp-block-latest-comments li::before {
  content: ""; }
ol.wp-block-latest-comments li footer {
  padding-top: 0px;
  background: none; }
  ol.wp-block-latest-comments li footer a {
    color: #090605; }

ul.wp-block-archives li, ul.wp-block-categories li, ul.wp-block-latest-posts li {
  padding-left: 22px; }
  ul.wp-block-archives li::after, ul.wp-block-categories li::after, ul.wp-block-latest-posts li::after {
    content: '\f35f';
    color: #090605; }

.comment-respond #submit {
  margin: 0; }

.comment-navigation {
  height: 1.5em; }
  @media (max-width: 4096px) {
    .comment-navigation {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    .comment-navigation {
      margin-bottom: 20px; } }
  @media (max-width: 1440px) {
    .comment-navigation {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    .comment-navigation {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .comment-navigation {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .comment-navigation {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .comment-navigation {
      margin-bottom: 15px; } }
  .comment-navigation .nav-previous {
    display: inline-block; }
  .comment-navigation .nav-next {
    display: inline-block;
    float: right; }

/*===> END COMMENT <===*/
/*===> BEGIN CONTACT CONTENT <===*/
@media (max-width: 4096px) {
  .contact-content {
    padding-top: 50px; } }
@media (max-width: 1600px) {
  .contact-content {
    padding-top: 50px; } }
@media (max-width: 1440px) {
  .contact-content {
    padding-top: 50px; } }
@media (max-width: 1199px) {
  .contact-content {
    padding-top: 45px; } }
@media (max-width: 991px) {
  .contact-content {
    padding-top: 40px; } }
@media (max-width: 767px) {
  .contact-content {
    padding-top: 30px; } }
@media (max-width: 480px) {
  .contact-content {
    padding-top: 30px; } }
@media (max-width: 4096px) {
  .contact-content {
    padding-bottom: 50px; } }
@media (max-width: 1600px) {
  .contact-content {
    padding-bottom: 50px; } }
@media (max-width: 1440px) {
  .contact-content {
    padding-bottom: 50px; } }
@media (max-width: 1199px) {
  .contact-content {
    padding-bottom: 45px; } }
@media (max-width: 991px) {
  .contact-content {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .contact-content {
    padding-bottom: 30px; } }
@media (max-width: 480px) {
  .contact-content {
    padding-bottom: 30px; } }
@media (max-width: 4096px) {
  .contact-content .container {
    padding-top: 50px; } }
@media (max-width: 1600px) {
  .contact-content .container {
    padding-top: 50px; } }
@media (max-width: 1440px) {
  .contact-content .container {
    padding-top: 50px; } }
@media (max-width: 1199px) {
  .contact-content .container {
    padding-top: 45px; } }
@media (max-width: 991px) {
  .contact-content .container {
    padding-top: 40px; } }
@media (max-width: 767px) {
  .contact-content .container {
    padding-top: 30px; } }
@media (max-width: 480px) {
  .contact-content .container {
    padding-top: 30px; } }
@media (max-width: 4096px) {
  .contact-content .contact-info {
    margin-bottom: 50px; } }
@media (max-width: 1600px) {
  .contact-content .contact-info {
    margin-bottom: 50px; } }
@media (max-width: 1440px) {
  .contact-content .contact-info {
    margin-bottom: 50px; } }
@media (max-width: 1199px) {
  .contact-content .contact-info {
    margin-bottom: 45px; } }
@media (max-width: 991px) {
  .contact-content .contact-info {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .contact-content .contact-info {
    margin-bottom: 30px; } }
@media (max-width: 480px) {
  .contact-content .contact-info {
    margin-bottom: 30px; } }
@media (max-width: 4096px) {
  .contact-content .contact-info h2, .contact-content .contact-info .h2 {
    margin-bottom: 50px; } }
@media (max-width: 1600px) {
  .contact-content .contact-info h2, .contact-content .contact-info .h2 {
    margin-bottom: 50px; } }
@media (max-width: 1440px) {
  .contact-content .contact-info h2, .contact-content .contact-info .h2 {
    margin-bottom: 50px; } }
@media (max-width: 1199px) {
  .contact-content .contact-info h2, .contact-content .contact-info .h2 {
    margin-bottom: 45px; } }
@media (max-width: 991px) {
  .contact-content .contact-info h2, .contact-content .contact-info .h2 {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .contact-content .contact-info h2, .contact-content .contact-info .h2 {
    margin-bottom: 30px; } }
@media (max-width: 480px) {
  .contact-content .contact-info h2, .contact-content .contact-info .h2 {
    margin-bottom: 30px; } }
.contact-content .contact-info .contact-list {
  flex-wrap: wrap; }
  .contact-content .contact-info .contact-list li {
    margin-bottom: 0;
    margin-right: 10px; }
    .contact-content .contact-info .contact-list li:last-child {
      margin-bottom: 0; }
@media (max-width: 1199px) {
  .contact-content .contact-info .contact-list {
    justify-content: center; }
    .contact-content .contact-info .contact-list li {
      width: 50%;
      margin-right: 0; } }
    @media (max-width: 1199px) and (max-width: 4096px) {
      .contact-content .contact-info .contact-list li {
        margin-bottom: 20px; } }
    @media (max-width: 1199px) and (max-width: 1600px) {
      .contact-content .contact-info .contact-list li {
        margin-bottom: 20px; } }
    @media (max-width: 1199px) and (max-width: 1440px) {
      .contact-content .contact-info .contact-list li {
        margin-bottom: 20px; } }
    @media (max-width: 1199px) and (max-width: 1199px) {
      .contact-content .contact-info .contact-list li {
        margin-bottom: 20px; } }
    @media (max-width: 1199px) and (max-width: 991px) {
      .contact-content .contact-info .contact-list li {
        margin-bottom: 20px; } }
    @media (max-width: 1199px) and (max-width: 767px) {
      .contact-content .contact-info .contact-list li {
        margin-bottom: 15px; } }
    @media (max-width: 1199px) and (max-width: 480px) {
      .contact-content .contact-info .contact-list li {
        margin-bottom: 15px; } }

@media (max-width: 991px) {
  .contact-content .contact-info .contact-list {
    justify-content: flex-start; }
    .contact-content .contact-info .contact-list li {
      width: auto;
      margin-right: 20px; } }
    @media (max-width: 991px) and (max-width: 4096px) {
      .contact-content .contact-info .contact-list li:last-child {
        margin-bottom: 20px; } }
    @media (max-width: 991px) and (max-width: 1600px) {
      .contact-content .contact-info .contact-list li:last-child {
        margin-bottom: 20px; } }
    @media (max-width: 991px) and (max-width: 1440px) {
      .contact-content .contact-info .contact-list li:last-child {
        margin-bottom: 20px; } }
    @media (max-width: 991px) and (max-width: 1199px) {
      .contact-content .contact-info .contact-list li:last-child {
        margin-bottom: 20px; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .contact-content .contact-info .contact-list li:last-child {
        margin-bottom: 20px; } }
    @media (max-width: 991px) and (max-width: 767px) {
      .contact-content .contact-info .contact-list li:last-child {
        margin-bottom: 15px; } }
    @media (max-width: 991px) and (max-width: 480px) {
      .contact-content .contact-info .contact-list li:last-child {
        margin-bottom: 15px; } }

@media (max-width: 767px) {
  .contact-content .contact-info .contact-list {
    justify-content: space-around; } }
@media (max-width: 480px) {
  .contact-content .contact-info p {
    text-align: justify; }
  .contact-content .contact-info .contact-list {
    justify-content: flex-start;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 4096px) {
  .contact-content .apply-form-wrap h2, .contact-content .apply-form-wrap .h2 {
    margin-bottom: 50px; } }
@media (max-width: 1600px) {
  .contact-content .apply-form-wrap h2, .contact-content .apply-form-wrap .h2 {
    margin-bottom: 50px; } }
@media (max-width: 1440px) {
  .contact-content .apply-form-wrap h2, .contact-content .apply-form-wrap .h2 {
    margin-bottom: 50px; } }
@media (max-width: 1199px) {
  .contact-content .apply-form-wrap h2, .contact-content .apply-form-wrap .h2 {
    margin-bottom: 45px; } }
@media (max-width: 991px) {
  .contact-content .apply-form-wrap h2, .contact-content .apply-form-wrap .h2 {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .contact-content .apply-form-wrap h2, .contact-content .apply-form-wrap .h2 {
    margin-bottom: 30px; } }
@media (max-width: 480px) {
  .contact-content .apply-form-wrap h2, .contact-content .apply-form-wrap .h2 {
    margin-bottom: 30px; } }
.contact-content .apply-form-wrap .apply-form label {
  color: #777777; }
.contact-content .apply-form-wrap .apply-form input,
.contact-content .apply-form-wrap .apply-form textarea {
  border: 1px solid #aeaeae; }
.contact-content .apply-form-wrap .apply-form textarea {
  height: 105px; }
.contact-content .contact-map {
  height: 440px; }
  @media (max-width: 4096px) {
    .contact-content .contact-map {
      margin-top: 50px; } }
  @media (max-width: 1600px) {
    .contact-content .contact-map {
      margin-top: 50px; } }
  @media (max-width: 1440px) {
    .contact-content .contact-map {
      margin-top: 50px; } }
  @media (max-width: 1199px) {
    .contact-content .contact-map {
      margin-top: 45px; } }
  @media (max-width: 991px) {
    .contact-content .contact-map {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .contact-content .contact-map {
      margin-top: 30px; } }
  @media (max-width: 480px) {
    .contact-content .contact-map {
      margin-top: 30px; } }
  @media (max-width: 4096px) {
    .contact-content .contact-map {
      margin-bottom: 50px; } }
  @media (max-width: 1600px) {
    .contact-content .contact-map {
      margin-bottom: 50px; } }
  @media (max-width: 1440px) {
    .contact-content .contact-map {
      margin-bottom: 50px; } }
  @media (max-width: 1199px) {
    .contact-content .contact-map {
      margin-bottom: 45px; } }
  @media (max-width: 991px) {
    .contact-content .contact-map {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .contact-content .contact-map {
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .contact-content .contact-map {
      margin-bottom: 30px; } }
  .contact-content .contact-map #map {
    height: 100%; }
  @media (max-width: 480px) {
    .contact-content .contact-map {
      height: 300px; } }

/*===> END CONTACT CONTENT <===*/
/*===> BEGIN CUSTOM CONTENT <===*/
@media (max-width: 4096px) {
  .custom-content {
    padding-top: 50px; } }
@media (max-width: 1600px) {
  .custom-content {
    padding-top: 50px; } }
@media (max-width: 1440px) {
  .custom-content {
    padding-top: 50px; } }
@media (max-width: 1199px) {
  .custom-content {
    padding-top: 45px; } }
@media (max-width: 991px) {
  .custom-content {
    padding-top: 40px; } }
@media (max-width: 767px) {
  .custom-content {
    padding-top: 30px; } }
@media (max-width: 480px) {
  .custom-content {
    padding-top: 30px; } }
@media (max-width: 4096px) {
  .custom-content {
    padding-bottom: 50px; } }
@media (max-width: 1600px) {
  .custom-content {
    padding-bottom: 50px; } }
@media (max-width: 1440px) {
  .custom-content {
    padding-bottom: 50px; } }
@media (max-width: 1199px) {
  .custom-content {
    padding-bottom: 45px; } }
@media (max-width: 991px) {
  .custom-content {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .custom-content {
    padding-bottom: 30px; } }
@media (max-width: 480px) {
  .custom-content {
    padding-bottom: 30px; } }
@media (max-width: 4096px) {
  .custom-content .container {
    padding-top: 50px; } }
@media (max-width: 1600px) {
  .custom-content .container {
    padding-top: 50px; } }
@media (max-width: 1440px) {
  .custom-content .container {
    padding-top: 50px; } }
@media (max-width: 1199px) {
  .custom-content .container {
    padding-top: 45px; } }
@media (max-width: 991px) {
  .custom-content .container {
    padding-top: 40px; } }
@media (max-width: 767px) {
  .custom-content .container {
    padding-top: 30px; } }
@media (max-width: 480px) {
  .custom-content .container {
    padding-top: 30px; } }
@media (max-width: 4096px) {
  .custom-content .container {
    padding-bottom: 50px; } }
@media (max-width: 1600px) {
  .custom-content .container {
    padding-bottom: 50px; } }
@media (max-width: 1440px) {
  .custom-content .container {
    padding-bottom: 50px; } }
@media (max-width: 1199px) {
  .custom-content .container {
    padding-bottom: 45px; } }
@media (max-width: 991px) {
  .custom-content .container {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .custom-content .container {
    padding-bottom: 30px; } }
@media (max-width: 480px) {
  .custom-content .container {
    padding-bottom: 30px; } }
.custom-content .container *:last-child {
  margin-bottom: 0; }
.custom-content .container h2, .custom-content .container .h2 {
  text-align: center; }
@media (max-width: 480px) {
  .custom-content p {
    text-align: justify; } }

/*===> END CUSTOM CONTENT <===*/
/*===> BEGIN MAP <===*/
.map {
  min-height: 250px;
  width: 100%;
  height: 100%; }

/*===> END MAP <===*/
/*===> BEGIN BLOG CONTENT PAGE <===*/
@media (max-width: 4096px) {
  .blog-page .blog-content {
    padding-top: 50px; } }
@media (max-width: 1600px) {
  .blog-page .blog-content {
    padding-top: 50px; } }
@media (max-width: 1440px) {
  .blog-page .blog-content {
    padding-top: 50px; } }
@media (max-width: 1199px) {
  .blog-page .blog-content {
    padding-top: 45px; } }
@media (max-width: 991px) {
  .blog-page .blog-content {
    padding-top: 40px; } }
@media (max-width: 767px) {
  .blog-page .blog-content {
    padding-top: 30px; } }
@media (max-width: 480px) {
  .blog-page .blog-content {
    padding-top: 30px; } }
@media (max-width: 4096px) {
  .blog-page .blog-content {
    padding-bottom: 50px; } }
@media (max-width: 1600px) {
  .blog-page .blog-content {
    padding-bottom: 50px; } }
@media (max-width: 1440px) {
  .blog-page .blog-content {
    padding-bottom: 50px; } }
@media (max-width: 1199px) {
  .blog-page .blog-content {
    padding-bottom: 45px; } }
@media (max-width: 991px) {
  .blog-page .blog-content {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .blog-page .blog-content {
    padding-bottom: 30px; } }
@media (max-width: 480px) {
  .blog-page .blog-content {
    padding-bottom: 30px; } }
@media (max-width: 4096px) {
  .blog-page .blog-content .blog-list {
    padding-top: 50px; } }
@media (max-width: 1600px) {
  .blog-page .blog-content .blog-list {
    padding-top: 50px; } }
@media (max-width: 1440px) {
  .blog-page .blog-content .blog-list {
    padding-top: 50px; } }
@media (max-width: 1199px) {
  .blog-page .blog-content .blog-list {
    padding-top: 45px; } }
@media (max-width: 991px) {
  .blog-page .blog-content .blog-list {
    padding-top: 40px; } }
@media (max-width: 767px) {
  .blog-page .blog-content .blog-list {
    padding-top: 30px; } }
@media (max-width: 480px) {
  .blog-page .blog-content .blog-list {
    padding-top: 30px; } }
@media (max-width: 4096px) {
  .blog-page .blog-content .my-pagination {
    padding-bottom: 50px; } }
@media (max-width: 1600px) {
  .blog-page .blog-content .my-pagination {
    padding-bottom: 50px; } }
@media (max-width: 1440px) {
  .blog-page .blog-content .my-pagination {
    padding-bottom: 50px; } }
@media (max-width: 1199px) {
  .blog-page .blog-content .my-pagination {
    padding-bottom: 45px; } }
@media (max-width: 991px) {
  .blog-page .blog-content .my-pagination {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .blog-page .blog-content .my-pagination {
    padding-bottom: 30px; } }
@media (max-width: 480px) {
  .blog-page .blog-content .my-pagination {
    padding-bottom: 30px; } }

div.mejs-audio {
  height: 60px !important;
  background: #e2e2e2;
  border-radius: 30px; }
  div.mejs-audio * {
    font-size: 15px;
    font-family: "Roboto", sans-serif; }
  div.mejs-audio .mejs-controls {
    margin: 10px 0;
    background: transparent; }
    div.mejs-audio .mejs-controls .mejs-playpause-button button, div.mejs-audio .mejs-controls .mejs-volume-button button {
      background: none;
      min-width: 0;
      border-radius: 0;
      margin: 0;
      width: 40px;
      padding: 0;
      height: 100%; }
    div.mejs-audio .mejs-controls .mejs-playpause-button button::after, div.mejs-audio .mejs-controls .mejs-volume-button button::after {
      background: none;
      color: #090605;
      padding-right: 10px;
      padding-top: 2px; }
    div.mejs-audio .mejs-controls .mejs-playpause-button button::before, div.mejs-audio .mejs-controls .mejs-volume-button button::before {
      content: none; }
    div.mejs-audio .mejs-controls .mejs-playpause-button.mejs-play button::after, div.mejs-audio .mejs-controls .mejs-volume-button.mejs-play button::after {
      content: "\f40A"; }
    div.mejs-audio .mejs-controls .mejs-playpause-button.mejs-pause button::after, div.mejs-audio .mejs-controls .mejs-volume-button.mejs-pause button::after {
      content: "\F3E4"; }
    div.mejs-audio .mejs-controls .mejs-playpause-button.mejs-mute button::after, div.mejs-audio .mejs-controls .mejs-volume-button.mejs-mute button::after {
      content: "\F57E"; }
    div.mejs-audio .mejs-controls .mejs-playpause-button.mejs-unmute button::after, div.mejs-audio .mejs-controls .mejs-volume-button.mejs-unmute button::after {
      content: "\F75E"; }
    div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-float {
      width: 46px; }
      div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-current {
        width: 40px; }
    div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content {
      border-radius: 50%;
      border-color: #5255c5;
      background: #5255c5;
      top: -6px; }
    div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-total {
      background: white;
      height: 5px;
      margin-top: 8px;
      border-radius: 30px; }
    div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-buffering, div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded, div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-hovered {
      height: 5px;
      border-radius: 30px; }
    div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current {
      background: #5255c5; }
    div.mejs-audio .mejs-controls .mejs-time {
      color: #090605; }
    div.mejs-audio .mejs-controls .mejs-horizontal-volume-total {
      height: 5px;
      top: 18px;
      background: white;
      border-radius: 30px; }
      div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current {
        background: #5255c5;
        border-radius: 30px; }

/*===> END BLOG CONTENT PAGE <===*/
/*===> BEGIN BLOG TWO COLUMNS PAGE <===*/
.blog-two-columns .blog-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .blog-two-columns .blog-list .blog-post {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
    .blog-two-columns .blog-list .blog-post .blog-prview a {
      display: block; }
    .blog-two-columns .blog-list .blog-post .blog-prview img {
      height: 320px;
      width: 100%; }
    .blog-two-columns .blog-list .blog-post .blog-text {
      padding-left: 25px;
      padding-right: 25px; }
@media (max-width: 1199px) {
  .blog-two-columns .blog-list .blog-post .blog-prview img {
    height: 270px;
    width: 100%; } }
@media (max-width: 991px) {
  .blog-two-columns .blog-list {
    flex-direction: column;
    align-items: center; }
    .blog-two-columns .blog-list .blog-post {
      width: 100%;
      max-width: 555px; }
      .blog-two-columns .blog-list .blog-post .blog-prview img {
        height: auto;
        width: 100%; }
      .blog-two-columns .blog-list .blog-post .blog-text {
        padding-left: 20px;
        padding-right: 20px; } }

/*===> END BLOG TWO COLUMNS PAGE <===*/
/*===> BEGIN BLOG CHESS PAGE <===*/
.blog-chess .blog-list .blog-post {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .blog-chess .blog-list .blog-post:nth-child(even) {
    flex-direction: row-reverse; }
    .blog-chess .blog-list .blog-post:nth-child(even) .blog-prview {
      padding-left: 15px; }
    .blog-chess .blog-list .blog-post:nth-child(even) .blog-text {
      padding-right: 15px;
      text-align: right; }
      .blog-chess .blog-list .blog-post:nth-child(even) .blog-text .blog-info-list {
        justify-content: flex-end; }
  .blog-chess .blog-list .blog-post .blog-prview {
    width: 50%;
    flex-grow: 1;
    padding-right: 15px; }
    .blog-chess .blog-list .blog-post .blog-prview img {
      border-radius: 20px; }
  .blog-chess .blog-list .blog-post .blog-text {
    width: 50%;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent; }
    .blog-chess .blog-list .blog-post .blog-text p {
      text-align: justify; }
@media (max-width: 1199px) {
  .blog-chess .blog-list .blog-post {
    flex-direction: column;
    max-width: 555px;
    margin-left: auto;
    margin-right: auto; }
    .blog-chess .blog-list .blog-post:nth-child(even) {
      flex-direction: column; }
      .blog-chess .blog-list .blog-post:nth-child(even) .blog-prview {
        padding-left: 0; }
      .blog-chess .blog-list .blog-post:nth-child(even) .blog-text {
        text-align: left; }
        .blog-chess .blog-list .blog-post:nth-child(even) .blog-text .blog-info-list {
          justify-content: flex-start; }
    .blog-chess .blog-list .blog-post .blog-prview {
      width: 100%;
      padding-right: 0; }
      .blog-chess .blog-list .blog-post .blog-prview img {
        border-radius: 20px 20px 0 0; }
    .blog-chess .blog-list .blog-post .blog-text {
      width: 100%;
      padding-left: 0;
      padding: 20px;
      background-color: #f8f8fc; }
      .blog-chess .blog-list .blog-post .blog-text p {
        text-align: justify; } }

/*===> END BLOG CHESS PAGE <===*/
/*===> BEGIN SINGLE CLASS PAGE <===*/
.no-header .single-classes-content .posttitle, .no-header .single-team-content .posttitle, .no-header .single-event-content .posttitle {
  margin-bottom: 10px;
  text-align: left; }
.no-header .single-classes-content .class-article, .no-header .single-classes-content .team-post, .no-header .single-classes-content .event-article, .no-header .single-team-content .class-article, .no-header .single-team-content .team-post, .no-header .single-team-content .event-article, .no-header .single-event-content .class-article, .no-header .single-event-content .team-post, .no-header .single-event-content .event-article {
  padding-top: 0; }

.no-header .single-post-content .posttitle {
  margin-bottom: 0px;
  text-align: left; }
.no-header .single-post-content .single-post-article {
  padding-top: 0; }

@media (max-width: 4096px) {
  .single-classes-content .buz-form {
    margin-bottom: 50px; } }
@media (max-width: 1600px) {
  .single-classes-content .buz-form {
    margin-bottom: 50px; } }
@media (max-width: 1440px) {
  .single-classes-content .buz-form {
    margin-bottom: 50px; } }
@media (max-width: 1199px) {
  .single-classes-content .buz-form {
    margin-bottom: 45px; } }
@media (max-width: 991px) {
  .single-classes-content .buz-form {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .single-classes-content .buz-form {
    margin-bottom: 30px; } }
@media (max-width: 480px) {
  .single-classes-content .buz-form {
    margin-bottom: 30px; } }

@media (max-width: 4096px) {
  .single-classes-content .classes-gallery, .single-team-content .classes-gallery, .single-event-content .classes-gallery {
    margin-bottom: 50px; } }
@media (max-width: 1600px) {
  .single-classes-content .classes-gallery, .single-team-content .classes-gallery, .single-event-content .classes-gallery {
    margin-bottom: 50px; } }
@media (max-width: 1440px) {
  .single-classes-content .classes-gallery, .single-team-content .classes-gallery, .single-event-content .classes-gallery {
    margin-bottom: 50px; } }
@media (max-width: 1199px) {
  .single-classes-content .classes-gallery, .single-team-content .classes-gallery, .single-event-content .classes-gallery {
    margin-bottom: 45px; } }
@media (max-width: 991px) {
  .single-classes-content .classes-gallery, .single-team-content .classes-gallery, .single-event-content .classes-gallery {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .single-classes-content .classes-gallery, .single-team-content .classes-gallery, .single-event-content .classes-gallery {
    margin-bottom: 30px; } }
@media (max-width: 480px) {
  .single-classes-content .classes-gallery, .single-team-content .classes-gallery, .single-event-content .classes-gallery {
    margin-bottom: 30px; } }
@media (max-width: 991px) {
  .single-classes-content .classes-gallery .gallery-wrap .gallery-card a, .single-team-content .classes-gallery .gallery-wrap .gallery-card a, .single-event-content .classes-gallery .gallery-wrap .gallery-card a {
    max-width: none; }
    .single-classes-content .classes-gallery .gallery-wrap .gallery-card a img, .single-team-content .classes-gallery .gallery-wrap .gallery-card a img, .single-event-content .classes-gallery .gallery-wrap .gallery-card a img {
      width: 100%; } }
.single-classes-content .classes-wrap h2, .single-team-content .classes-wrap h2, .single-event-content .classes-wrap h2 {
  padding-top: 0; }

/*===> ENS SINGLE CLASS PAGE <===*/
/*===> BEGIN SINGLE EVENT PAGE <===*/
@media (max-width: 991px) {
  .single-event-page .classes-gallery .gallery-wrap .gallery-card a {
    max-width: none; }
    .single-event-page .classes-gallery .gallery-wrap .gallery-card a img {
      width: 100%; } }
@media (max-width: 991px) {
  .single-event-page .location-map-wrap {
    text-align: center; } }

/*===> END SINGLE EVENT PAGE <===*/
/*===> BEGIN COLOR STYLES <===*/
.card:nth-child(5n+1) .employee-search-card a:hover, .postlistitem:nth-child(5n+1) .employee-search-card a:hover, .blog-post:nth-child(5n+1) .employee-search-card a:hover, .slick-list .slick-slide:nth-child(5n+1) .employee-search-card a:hover {
  color: #5255c5; }
.card:nth-child(5n+1) .employee-search-card span.color, .postlistitem:nth-child(5n+1) .employee-search-card span.color, .blog-post:nth-child(5n+1) .employee-search-card span.color, .slick-list .slick-slide:nth-child(5n+1) .employee-search-card span.color {
  color: #5255c5; }
.card:nth-child(5n+1) .employe-card::after, .postlistitem:nth-child(5n+1) .employe-card::after, .blog-post:nth-child(5n+1) .employe-card::after, .slick-list .slick-slide:nth-child(5n+1) .employe-card::after {
  background: #5255c5; }
.card:nth-child(5n+1) .employe-card a:hover, .postlistitem:nth-child(5n+1) .employe-card a:hover, .blog-post:nth-child(5n+1) .employe-card a:hover, .slick-list .slick-slide:nth-child(5n+1) .employe-card a:hover {
  color: #ff8b00; }
.card:nth-child(5n+1) .testimonial, .postlistitem:nth-child(5n+1) .testimonial, .blog-post:nth-child(5n+1) .testimonial, .slick-list .slick-slide:nth-child(5n+1) .testimonial {
  border-color: #5255c5; }
  .card:nth-child(5n+1) .testimonial .author-avatar, .postlistitem:nth-child(5n+1) .testimonial .author-avatar, .blog-post:nth-child(5n+1) .testimonial .author-avatar, .slick-list .slick-slide:nth-child(5n+1) .testimonial .author-avatar {
    border-color: #5255c5; }
  .card:nth-child(5n+1) .testimonial h5 span, .postlistitem:nth-child(5n+1) .testimonial h5 span, .blog-post:nth-child(5n+1) .testimonial h5 span, .slick-list .slick-slide:nth-child(5n+1) .testimonial h5 span {
    color: #5255c5; }
.card:nth-child(5n+1) .event-card time, .postlistitem:nth-child(5n+1) .event-card time, .blog-post:nth-child(5n+1) .event-card time, .slick-list .slick-slide:nth-child(5n+1) .event-card time {
  background: #5255c5; }
.card:nth-child(5n+1) .event-card a:hover, .postlistitem:nth-child(5n+1) .event-card a:hover, .blog-post:nth-child(5n+1) .event-card a:hover, .slick-list .slick-slide:nth-child(5n+1) .event-card a:hover {
  color: #5255c5; }
.card:nth-child(5n+1) .event-card li .mdi, .postlistitem:nth-child(5n+1) .event-card li .mdi, .blog-post:nth-child(5n+1) .event-card li .mdi, .slick-list .slick-slide:nth-child(5n+1) .event-card li .mdi {
  color: #5255c5; }
.card:nth-child(5n+1) .classes-preview-card .h3:hover, .postlistitem:nth-child(5n+1) .classes-preview-card .h3:hover, .blog-post:nth-child(5n+1) .classes-preview-card .h3:hover, .slick-list .slick-slide:nth-child(5n+1) .classes-preview-card .h3:hover {
  color: #5255c5; }
.card:nth-child(5n+1) .classes-preview-card .button::before, .postlistitem:nth-child(5n+1) .classes-preview-card .button::before, .blog-post:nth-child(5n+1) .classes-preview-card .button::before, .slick-list .slick-slide:nth-child(5n+1) .classes-preview-card .button::before {
  background: #5255c5; }
.card:nth-child(5n+1) .classes-preview-card .button::after, .postlistitem:nth-child(5n+1) .classes-preview-card .button::after, .blog-post:nth-child(5n+1) .classes-preview-card .button::after, .slick-list .slick-slide:nth-child(5n+1) .classes-preview-card .button::after {
  background: #474aab; }
.card:nth-child(5n+1) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .card:nth-child(5n+1) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, .postlistitem:nth-child(5n+1) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .postlistitem:nth-child(5n+1) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, .blog-post:nth-child(5n+1) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .blog-post:nth-child(5n+1) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, .slick-list .slick-slide:nth-child(5n+1) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .slick-list .slick-slide:nth-child(5n+1) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current {
  border-color: #5255c5;
  background: #5255c5; }
.card:nth-child(5n+1) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current, .postlistitem:nth-child(5n+1) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current, .blog-post:nth-child(5n+1) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current, .slick-list .slick-slide:nth-child(5n+1) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current {
  background: #5255c5; }
.card:nth-child(5n+1) .blog-prview .blog-mini-info, .card:nth-child(5n+1) .blog-text .blog-mini-info, .postlistitem:nth-child(5n+1) .blog-prview .blog-mini-info, .postlistitem:nth-child(5n+1) .blog-text .blog-mini-info, .blog-post:nth-child(5n+1) .blog-prview .blog-mini-info, .blog-post:nth-child(5n+1) .blog-text .blog-mini-info, .slick-list .slick-slide:nth-child(5n+1) .blog-prview .blog-mini-info, .slick-list .slick-slide:nth-child(5n+1) .blog-text .blog-mini-info {
  background: #5255c5; }
.card:nth-child(5n+1) .blog-text h2:hover, .card:nth-child(5n+1) .blog-text .h2:hover, .postlistitem:nth-child(5n+1) .blog-text h2:hover, .postlistitem:nth-child(5n+1) .blog-text .h2:hover, .blog-post:nth-child(5n+1) .blog-text h2:hover, .blog-post:nth-child(5n+1) .blog-text .h2:hover, .slick-list .slick-slide:nth-child(5n+1) .blog-text h2:hover, .slick-list .slick-slide:nth-child(5n+1) .blog-text .h2:hover {
  color: #5255c5; }
.card:nth-child(5n+1) .blog-text .button::before, .postlistitem:nth-child(5n+1) .blog-text .button::before, .blog-post:nth-child(5n+1) .blog-text .button::before, .slick-list .slick-slide:nth-child(5n+1) .blog-text .button::before {
  background: #5255c5; }
.card:nth-child(5n+1) .blog-text .button::after, .postlistitem:nth-child(5n+1) .blog-text .button::after, .blog-post:nth-child(5n+1) .blog-text .button::after, .slick-list .slick-slide:nth-child(5n+1) .blog-text .button::after {
  background: #474aab; }
.card:nth-child(5n+1) .blog-info-list li p i, .postlistitem:nth-child(5n+1) .blog-info-list li p i, .blog-post:nth-child(5n+1) .blog-info-list li p i, .slick-list .slick-slide:nth-child(5n+1) .blog-info-list li p i {
  color: #5255c5; }
.card:nth-child(5n+1) .blog-info-list li a:hover, .postlistitem:nth-child(5n+1) .blog-info-list li a:hover, .blog-post:nth-child(5n+1) .blog-info-list li a:hover, .slick-list .slick-slide:nth-child(5n+1) .blog-info-list li a:hover {
  color: #5255c5; }
.card:nth-child(5n+1) .audioplayer-bar-played,
.card:nth-child(5n+1) .audioplayer-volume-adjust div div, .postlistitem:nth-child(5n+1) .audioplayer-bar-played,
.postlistitem:nth-child(5n+1) .audioplayer-volume-adjust div div, .blog-post:nth-child(5n+1) .audioplayer-bar-played,
.blog-post:nth-child(5n+1) .audioplayer-volume-adjust div div, .slick-list .slick-slide:nth-child(5n+1) .audioplayer-bar-played,
.slick-list .slick-slide:nth-child(5n+1) .audioplayer-volume-adjust div div {
  box-shadow: none;
  background: #5255c5; }
.card:nth-child(5n+1).blockquote-post .blog-text, .card:nth-child(5n+1).link-post .blog-text, .postlistitem:nth-child(5n+1).blockquote-post .blog-text, .postlistitem:nth-child(5n+1).link-post .blog-text, .blog-post:nth-child(5n+1).blockquote-post .blog-text, .blog-post:nth-child(5n+1).link-post .blog-text, .slick-list .slick-slide:nth-child(5n+1).blockquote-post .blog-text, .slick-list .slick-slide:nth-child(5n+1).link-post .blog-text {
  border-color: #5255c5; }
.card:nth-child(5n+1).blockquote-post .blog-text > i,
.card:nth-child(5n+1).blockquote-post .read-more:hover, .card:nth-child(5n+1).link-post .blog-text > i,
.card:nth-child(5n+1).link-post .read-more:hover, .postlistitem:nth-child(5n+1).blockquote-post .blog-text > i,
.postlistitem:nth-child(5n+1).blockquote-post .read-more:hover, .postlistitem:nth-child(5n+1).link-post .blog-text > i,
.postlistitem:nth-child(5n+1).link-post .read-more:hover, .blog-post:nth-child(5n+1).blockquote-post .blog-text > i,
.blog-post:nth-child(5n+1).blockquote-post .read-more:hover, .blog-post:nth-child(5n+1).link-post .blog-text > i,
.blog-post:nth-child(5n+1).link-post .read-more:hover, .slick-list .slick-slide:nth-child(5n+1).blockquote-post .blog-text > i,
.slick-list .slick-slide:nth-child(5n+1).blockquote-post .read-more:hover, .slick-list .slick-slide:nth-child(5n+1).link-post .blog-text > i,
.slick-list .slick-slide:nth-child(5n+1).link-post .read-more:hover {
  color: #5255c5; }
.card:nth-child(5n+1).blockquote-post .link-ico, .card:nth-child(5n+1).link-post .link-ico, .postlistitem:nth-child(5n+1).blockquote-post .link-ico, .postlistitem:nth-child(5n+1).link-post .link-ico, .blog-post:nth-child(5n+1).blockquote-post .link-ico, .blog-post:nth-child(5n+1).link-post .link-ico, .slick-list .slick-slide:nth-child(5n+1).blockquote-post .link-ico, .slick-list .slick-slide:nth-child(5n+1).link-post .link-ico {
  background: #5255c5; }
.card:nth-child(5n+1).video-post .blog-prview > a:hover .video-play-ico, .postlistitem:nth-child(5n+1).video-post .blog-prview > a:hover .video-play-ico, .blog-post:nth-child(5n+1).video-post .blog-prview > a:hover .video-play-ico, .slick-list .slick-slide:nth-child(5n+1).video-post .blog-prview > a:hover .video-play-ico {
  color: #5255c5; }
.card:nth-child(5n+1) .slick-arrow, .postlistitem:nth-child(5n+1) .slick-arrow, .blog-post:nth-child(5n+1) .slick-arrow, .slick-list .slick-slide:nth-child(5n+1) .slick-arrow {
  background: #5255c5; }
  .card:nth-child(5n+1) .slick-arrow:hover, .postlistitem:nth-child(5n+1) .slick-arrow:hover, .blog-post:nth-child(5n+1) .slick-arrow:hover, .slick-list .slick-slide:nth-child(5n+1) .slick-arrow:hover {
    background: #474aab; }
.card:nth-child(5n+2) .employee-search-card a:hover, .postlistitem:nth-child(5n+2) .employee-search-card a:hover, .blog-post:nth-child(5n+2) .employee-search-card a:hover, .slick-list .slick-slide:nth-child(5n+2) .employee-search-card a:hover {
  color: #5dba3b; }
.card:nth-child(5n+2) .employee-search-card span.color, .postlistitem:nth-child(5n+2) .employee-search-card span.color, .blog-post:nth-child(5n+2) .employee-search-card span.color, .slick-list .slick-slide:nth-child(5n+2) .employee-search-card span.color {
  color: #5dba3b; }
.card:nth-child(5n+2) .employe-card::after, .postlistitem:nth-child(5n+2) .employe-card::after, .blog-post:nth-child(5n+2) .employe-card::after, .slick-list .slick-slide:nth-child(5n+2) .employe-card::after {
  background: #5dba3b; }
.card:nth-child(5n+2) .employe-card a:hover, .postlistitem:nth-child(5n+2) .employe-card a:hover, .blog-post:nth-child(5n+2) .employe-card a:hover, .slick-list .slick-slide:nth-child(5n+2) .employe-card a:hover {
  color: #ff5157; }
.card:nth-child(5n+2) .testimonial, .postlistitem:nth-child(5n+2) .testimonial, .blog-post:nth-child(5n+2) .testimonial, .slick-list .slick-slide:nth-child(5n+2) .testimonial {
  border-color: #5dba3b; }
  .card:nth-child(5n+2) .testimonial .author-avatar, .postlistitem:nth-child(5n+2) .testimonial .author-avatar, .blog-post:nth-child(5n+2) .testimonial .author-avatar, .slick-list .slick-slide:nth-child(5n+2) .testimonial .author-avatar {
    border-color: #5dba3b; }
  .card:nth-child(5n+2) .testimonial h5 span, .postlistitem:nth-child(5n+2) .testimonial h5 span, .blog-post:nth-child(5n+2) .testimonial h5 span, .slick-list .slick-slide:nth-child(5n+2) .testimonial h5 span {
    color: #5dba3b; }
.card:nth-child(5n+2) .event-card time, .postlistitem:nth-child(5n+2) .event-card time, .blog-post:nth-child(5n+2) .event-card time, .slick-list .slick-slide:nth-child(5n+2) .event-card time {
  background: #5dba3b; }
.card:nth-child(5n+2) .event-card a:hover, .postlistitem:nth-child(5n+2) .event-card a:hover, .blog-post:nth-child(5n+2) .event-card a:hover, .slick-list .slick-slide:nth-child(5n+2) .event-card a:hover {
  color: #5dba3b; }
.card:nth-child(5n+2) .event-card li .mdi, .postlistitem:nth-child(5n+2) .event-card li .mdi, .blog-post:nth-child(5n+2) .event-card li .mdi, .slick-list .slick-slide:nth-child(5n+2) .event-card li .mdi {
  color: #5dba3b; }
.card:nth-child(5n+2) .classes-preview-card .h3:hover, .postlistitem:nth-child(5n+2) .classes-preview-card .h3:hover, .blog-post:nth-child(5n+2) .classes-preview-card .h3:hover, .slick-list .slick-slide:nth-child(5n+2) .classes-preview-card .h3:hover {
  color: #5dba3b; }
.card:nth-child(5n+2) .classes-preview-card .button::before, .postlistitem:nth-child(5n+2) .classes-preview-card .button::before, .blog-post:nth-child(5n+2) .classes-preview-card .button::before, .slick-list .slick-slide:nth-child(5n+2) .classes-preview-card .button::before {
  background: #5dba3b; }
.card:nth-child(5n+2) .classes-preview-card .button::after, .postlistitem:nth-child(5n+2) .classes-preview-card .button::after, .blog-post:nth-child(5n+2) .classes-preview-card .button::after, .slick-list .slick-slide:nth-child(5n+2) .classes-preview-card .button::after {
  background: #50a033; }
.card:nth-child(5n+2) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .card:nth-child(5n+2) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, .postlistitem:nth-child(5n+2) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .postlistitem:nth-child(5n+2) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, .blog-post:nth-child(5n+2) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .blog-post:nth-child(5n+2) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, .slick-list .slick-slide:nth-child(5n+2) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .slick-list .slick-slide:nth-child(5n+2) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current {
  border-color: #5dba3b;
  background: #5dba3b; }
.card:nth-child(5n+2) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current, .postlistitem:nth-child(5n+2) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current, .blog-post:nth-child(5n+2) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current, .slick-list .slick-slide:nth-child(5n+2) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current {
  background: #5dba3b; }
.card:nth-child(5n+2) .blog-prview .blog-mini-info, .card:nth-child(5n+2) .blog-text .blog-mini-info, .postlistitem:nth-child(5n+2) .blog-prview .blog-mini-info, .postlistitem:nth-child(5n+2) .blog-text .blog-mini-info, .blog-post:nth-child(5n+2) .blog-prview .blog-mini-info, .blog-post:nth-child(5n+2) .blog-text .blog-mini-info, .slick-list .slick-slide:nth-child(5n+2) .blog-prview .blog-mini-info, .slick-list .slick-slide:nth-child(5n+2) .blog-text .blog-mini-info {
  background: #5dba3b; }
.card:nth-child(5n+2) .blog-text h2:hover, .card:nth-child(5n+2) .blog-text .h2:hover, .postlistitem:nth-child(5n+2) .blog-text h2:hover, .postlistitem:nth-child(5n+2) .blog-text .h2:hover, .blog-post:nth-child(5n+2) .blog-text h2:hover, .blog-post:nth-child(5n+2) .blog-text .h2:hover, .slick-list .slick-slide:nth-child(5n+2) .blog-text h2:hover, .slick-list .slick-slide:nth-child(5n+2) .blog-text .h2:hover {
  color: #5dba3b; }
.card:nth-child(5n+2) .blog-text .button::before, .postlistitem:nth-child(5n+2) .blog-text .button::before, .blog-post:nth-child(5n+2) .blog-text .button::before, .slick-list .slick-slide:nth-child(5n+2) .blog-text .button::before {
  background: #5dba3b; }
.card:nth-child(5n+2) .blog-text .button::after, .postlistitem:nth-child(5n+2) .blog-text .button::after, .blog-post:nth-child(5n+2) .blog-text .button::after, .slick-list .slick-slide:nth-child(5n+2) .blog-text .button::after {
  background: #50a033; }
.card:nth-child(5n+2) .blog-info-list li p i, .postlistitem:nth-child(5n+2) .blog-info-list li p i, .blog-post:nth-child(5n+2) .blog-info-list li p i, .slick-list .slick-slide:nth-child(5n+2) .blog-info-list li p i {
  color: #5dba3b; }
.card:nth-child(5n+2) .blog-info-list li a:hover, .postlistitem:nth-child(5n+2) .blog-info-list li a:hover, .blog-post:nth-child(5n+2) .blog-info-list li a:hover, .slick-list .slick-slide:nth-child(5n+2) .blog-info-list li a:hover {
  color: #5dba3b; }
.card:nth-child(5n+2) .audioplayer-bar-played,
.card:nth-child(5n+2) .audioplayer-volume-adjust div div, .postlistitem:nth-child(5n+2) .audioplayer-bar-played,
.postlistitem:nth-child(5n+2) .audioplayer-volume-adjust div div, .blog-post:nth-child(5n+2) .audioplayer-bar-played,
.blog-post:nth-child(5n+2) .audioplayer-volume-adjust div div, .slick-list .slick-slide:nth-child(5n+2) .audioplayer-bar-played,
.slick-list .slick-slide:nth-child(5n+2) .audioplayer-volume-adjust div div {
  box-shadow: none;
  background: #5dba3b; }
.card:nth-child(5n+2).blockquote-post .blog-text, .card:nth-child(5n+2).link-post .blog-text, .postlistitem:nth-child(5n+2).blockquote-post .blog-text, .postlistitem:nth-child(5n+2).link-post .blog-text, .blog-post:nth-child(5n+2).blockquote-post .blog-text, .blog-post:nth-child(5n+2).link-post .blog-text, .slick-list .slick-slide:nth-child(5n+2).blockquote-post .blog-text, .slick-list .slick-slide:nth-child(5n+2).link-post .blog-text {
  border-color: #5dba3b; }
.card:nth-child(5n+2).blockquote-post .blog-text > i,
.card:nth-child(5n+2).blockquote-post .read-more:hover, .card:nth-child(5n+2).link-post .blog-text > i,
.card:nth-child(5n+2).link-post .read-more:hover, .postlistitem:nth-child(5n+2).blockquote-post .blog-text > i,
.postlistitem:nth-child(5n+2).blockquote-post .read-more:hover, .postlistitem:nth-child(5n+2).link-post .blog-text > i,
.postlistitem:nth-child(5n+2).link-post .read-more:hover, .blog-post:nth-child(5n+2).blockquote-post .blog-text > i,
.blog-post:nth-child(5n+2).blockquote-post .read-more:hover, .blog-post:nth-child(5n+2).link-post .blog-text > i,
.blog-post:nth-child(5n+2).link-post .read-more:hover, .slick-list .slick-slide:nth-child(5n+2).blockquote-post .blog-text > i,
.slick-list .slick-slide:nth-child(5n+2).blockquote-post .read-more:hover, .slick-list .slick-slide:nth-child(5n+2).link-post .blog-text > i,
.slick-list .slick-slide:nth-child(5n+2).link-post .read-more:hover {
  color: #5dba3b; }
.card:nth-child(5n+2).blockquote-post .link-ico, .card:nth-child(5n+2).link-post .link-ico, .postlistitem:nth-child(5n+2).blockquote-post .link-ico, .postlistitem:nth-child(5n+2).link-post .link-ico, .blog-post:nth-child(5n+2).blockquote-post .link-ico, .blog-post:nth-child(5n+2).link-post .link-ico, .slick-list .slick-slide:nth-child(5n+2).blockquote-post .link-ico, .slick-list .slick-slide:nth-child(5n+2).link-post .link-ico {
  background: #5dba3b; }
.card:nth-child(5n+2).video-post .blog-prview > a:hover .video-play-ico, .postlistitem:nth-child(5n+2).video-post .blog-prview > a:hover .video-play-ico, .blog-post:nth-child(5n+2).video-post .blog-prview > a:hover .video-play-ico, .slick-list .slick-slide:nth-child(5n+2).video-post .blog-prview > a:hover .video-play-ico {
  color: #5dba3b; }
.card:nth-child(5n+2) .slick-arrow, .postlistitem:nth-child(5n+2) .slick-arrow, .blog-post:nth-child(5n+2) .slick-arrow, .slick-list .slick-slide:nth-child(5n+2) .slick-arrow {
  background: #5dba3b; }
  .card:nth-child(5n+2) .slick-arrow:hover, .postlistitem:nth-child(5n+2) .slick-arrow:hover, .blog-post:nth-child(5n+2) .slick-arrow:hover, .slick-list .slick-slide:nth-child(5n+2) .slick-arrow:hover {
    background: #50a033; }
.card:nth-child(5n+3) .employee-search-card a:hover, .postlistitem:nth-child(5n+3) .employee-search-card a:hover, .blog-post:nth-child(5n+3) .employee-search-card a:hover, .slick-list .slick-slide:nth-child(5n+3) .employee-search-card a:hover {
  color: #ff8b00; }
.card:nth-child(5n+3) .employee-search-card span.color, .postlistitem:nth-child(5n+3) .employee-search-card span.color, .blog-post:nth-child(5n+3) .employee-search-card span.color, .slick-list .slick-slide:nth-child(5n+3) .employee-search-card span.color {
  color: #ff8b00; }
.card:nth-child(5n+3) .employe-card::after, .postlistitem:nth-child(5n+3) .employe-card::after, .blog-post:nth-child(5n+3) .employe-card::after, .slick-list .slick-slide:nth-child(5n+3) .employe-card::after {
  background: #ff8b00; }
.card:nth-child(5n+3) .employe-card a:hover, .postlistitem:nth-child(5n+3) .employe-card a:hover, .blog-post:nth-child(5n+3) .employe-card a:hover, .slick-list .slick-slide:nth-child(5n+3) .employe-card a:hover {
  color: #5255c5; }
.card:nth-child(5n+3) .testimonial, .postlistitem:nth-child(5n+3) .testimonial, .blog-post:nth-child(5n+3) .testimonial, .slick-list .slick-slide:nth-child(5n+3) .testimonial {
  border-color: #ff8b00; }
  .card:nth-child(5n+3) .testimonial .author-avatar, .postlistitem:nth-child(5n+3) .testimonial .author-avatar, .blog-post:nth-child(5n+3) .testimonial .author-avatar, .slick-list .slick-slide:nth-child(5n+3) .testimonial .author-avatar {
    border-color: #ff8b00; }
  .card:nth-child(5n+3) .testimonial h5 span, .postlistitem:nth-child(5n+3) .testimonial h5 span, .blog-post:nth-child(5n+3) .testimonial h5 span, .slick-list .slick-slide:nth-child(5n+3) .testimonial h5 span {
    color: #ff8b00; }
.card:nth-child(5n+3) .event-card time, .postlistitem:nth-child(5n+3) .event-card time, .blog-post:nth-child(5n+3) .event-card time, .slick-list .slick-slide:nth-child(5n+3) .event-card time {
  background: #ff8b00; }
.card:nth-child(5n+3) .event-card a:hover, .postlistitem:nth-child(5n+3) .event-card a:hover, .blog-post:nth-child(5n+3) .event-card a:hover, .slick-list .slick-slide:nth-child(5n+3) .event-card a:hover {
  color: #ff8b00; }
.card:nth-child(5n+3) .event-card li .mdi, .postlistitem:nth-child(5n+3) .event-card li .mdi, .blog-post:nth-child(5n+3) .event-card li .mdi, .slick-list .slick-slide:nth-child(5n+3) .event-card li .mdi {
  color: #ff8b00; }
.card:nth-child(5n+3) .classes-preview-card .h3:hover, .postlistitem:nth-child(5n+3) .classes-preview-card .h3:hover, .blog-post:nth-child(5n+3) .classes-preview-card .h3:hover, .slick-list .slick-slide:nth-child(5n+3) .classes-preview-card .h3:hover {
  color: #ff8b00; }
.card:nth-child(5n+3) .classes-preview-card .button::before, .postlistitem:nth-child(5n+3) .classes-preview-card .button::before, .blog-post:nth-child(5n+3) .classes-preview-card .button::before, .slick-list .slick-slide:nth-child(5n+3) .classes-preview-card .button::before {
  background: #ff8b00; }
.card:nth-child(5n+3) .classes-preview-card .button::after, .postlistitem:nth-child(5n+3) .classes-preview-card .button::after, .blog-post:nth-child(5n+3) .classes-preview-card .button::after, .slick-list .slick-slide:nth-child(5n+3) .classes-preview-card .button::after {
  background: #e07b21; }
.card:nth-child(5n+3) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .card:nth-child(5n+3) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, .postlistitem:nth-child(5n+3) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .postlistitem:nth-child(5n+3) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, .blog-post:nth-child(5n+3) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .blog-post:nth-child(5n+3) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, .slick-list .slick-slide:nth-child(5n+3) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .slick-list .slick-slide:nth-child(5n+3) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current {
  border-color: #ff8b00;
  background: #ff8b00; }
.card:nth-child(5n+3) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current, .postlistitem:nth-child(5n+3) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current, .blog-post:nth-child(5n+3) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current, .slick-list .slick-slide:nth-child(5n+3) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current {
  background: #ff8b00; }
.card:nth-child(5n+3) .blog-prview .blog-mini-info, .card:nth-child(5n+3) .blog-text .blog-mini-info, .postlistitem:nth-child(5n+3) .blog-prview .blog-mini-info, .postlistitem:nth-child(5n+3) .blog-text .blog-mini-info, .blog-post:nth-child(5n+3) .blog-prview .blog-mini-info, .blog-post:nth-child(5n+3) .blog-text .blog-mini-info, .slick-list .slick-slide:nth-child(5n+3) .blog-prview .blog-mini-info, .slick-list .slick-slide:nth-child(5n+3) .blog-text .blog-mini-info {
  background: #ff8b00; }
.card:nth-child(5n+3) .blog-text h2:hover, .card:nth-child(5n+3) .blog-text .h2:hover, .postlistitem:nth-child(5n+3) .blog-text h2:hover, .postlistitem:nth-child(5n+3) .blog-text .h2:hover, .blog-post:nth-child(5n+3) .blog-text h2:hover, .blog-post:nth-child(5n+3) .blog-text .h2:hover, .slick-list .slick-slide:nth-child(5n+3) .blog-text h2:hover, .slick-list .slick-slide:nth-child(5n+3) .blog-text .h2:hover {
  color: #ff8b00; }
.card:nth-child(5n+3) .blog-text .button::before, .postlistitem:nth-child(5n+3) .blog-text .button::before, .blog-post:nth-child(5n+3) .blog-text .button::before, .slick-list .slick-slide:nth-child(5n+3) .blog-text .button::before {
  background: #ff8b00; }
.card:nth-child(5n+3) .blog-text .button::after, .postlistitem:nth-child(5n+3) .blog-text .button::after, .blog-post:nth-child(5n+3) .blog-text .button::after, .slick-list .slick-slide:nth-child(5n+3) .blog-text .button::after {
  background: #e07b21; }
.card:nth-child(5n+3) .blog-info-list li p i, .postlistitem:nth-child(5n+3) .blog-info-list li p i, .blog-post:nth-child(5n+3) .blog-info-list li p i, .slick-list .slick-slide:nth-child(5n+3) .blog-info-list li p i {
  color: #ff8b00; }
.card:nth-child(5n+3) .blog-info-list li a:hover, .postlistitem:nth-child(5n+3) .blog-info-list li a:hover, .blog-post:nth-child(5n+3) .blog-info-list li a:hover, .slick-list .slick-slide:nth-child(5n+3) .blog-info-list li a:hover {
  color: #ff8b00; }
.card:nth-child(5n+3) .audioplayer-bar-played,
.card:nth-child(5n+3) .audioplayer-volume-adjust div div, .postlistitem:nth-child(5n+3) .audioplayer-bar-played,
.postlistitem:nth-child(5n+3) .audioplayer-volume-adjust div div, .blog-post:nth-child(5n+3) .audioplayer-bar-played,
.blog-post:nth-child(5n+3) .audioplayer-volume-adjust div div, .slick-list .slick-slide:nth-child(5n+3) .audioplayer-bar-played,
.slick-list .slick-slide:nth-child(5n+3) .audioplayer-volume-adjust div div {
  box-shadow: none;
  background: #ff8b00; }
.card:nth-child(5n+3).blockquote-post .blog-text, .card:nth-child(5n+3).link-post .blog-text, .postlistitem:nth-child(5n+3).blockquote-post .blog-text, .postlistitem:nth-child(5n+3).link-post .blog-text, .blog-post:nth-child(5n+3).blockquote-post .blog-text, .blog-post:nth-child(5n+3).link-post .blog-text, .slick-list .slick-slide:nth-child(5n+3).blockquote-post .blog-text, .slick-list .slick-slide:nth-child(5n+3).link-post .blog-text {
  border-color: #ff8b00; }
.card:nth-child(5n+3).blockquote-post .blog-text > i,
.card:nth-child(5n+3).blockquote-post .read-more:hover, .card:nth-child(5n+3).link-post .blog-text > i,
.card:nth-child(5n+3).link-post .read-more:hover, .postlistitem:nth-child(5n+3).blockquote-post .blog-text > i,
.postlistitem:nth-child(5n+3).blockquote-post .read-more:hover, .postlistitem:nth-child(5n+3).link-post .blog-text > i,
.postlistitem:nth-child(5n+3).link-post .read-more:hover, .blog-post:nth-child(5n+3).blockquote-post .blog-text > i,
.blog-post:nth-child(5n+3).blockquote-post .read-more:hover, .blog-post:nth-child(5n+3).link-post .blog-text > i,
.blog-post:nth-child(5n+3).link-post .read-more:hover, .slick-list .slick-slide:nth-child(5n+3).blockquote-post .blog-text > i,
.slick-list .slick-slide:nth-child(5n+3).blockquote-post .read-more:hover, .slick-list .slick-slide:nth-child(5n+3).link-post .blog-text > i,
.slick-list .slick-slide:nth-child(5n+3).link-post .read-more:hover {
  color: #ff8b00; }
.card:nth-child(5n+3).blockquote-post .link-ico, .card:nth-child(5n+3).link-post .link-ico, .postlistitem:nth-child(5n+3).blockquote-post .link-ico, .postlistitem:nth-child(5n+3).link-post .link-ico, .blog-post:nth-child(5n+3).blockquote-post .link-ico, .blog-post:nth-child(5n+3).link-post .link-ico, .slick-list .slick-slide:nth-child(5n+3).blockquote-post .link-ico, .slick-list .slick-slide:nth-child(5n+3).link-post .link-ico {
  background: #ff8b00; }
.card:nth-child(5n+3).video-post .blog-prview > a:hover .video-play-ico, .postlistitem:nth-child(5n+3).video-post .blog-prview > a:hover .video-play-ico, .blog-post:nth-child(5n+3).video-post .blog-prview > a:hover .video-play-ico, .slick-list .slick-slide:nth-child(5n+3).video-post .blog-prview > a:hover .video-play-ico {
  color: #ff8b00; }
.card:nth-child(5n+3) .slick-arrow, .postlistitem:nth-child(5n+3) .slick-arrow, .blog-post:nth-child(5n+3) .slick-arrow, .slick-list .slick-slide:nth-child(5n+3) .slick-arrow {
  background: #ff8b00; }
  .card:nth-child(5n+3) .slick-arrow:hover, .postlistitem:nth-child(5n+3) .slick-arrow:hover, .blog-post:nth-child(5n+3) .slick-arrow:hover, .slick-list .slick-slide:nth-child(5n+3) .slick-arrow:hover {
    background: #e07b21; }
.card:nth-child(5n+4) .employee-search-card a:hover, .postlistitem:nth-child(5n+4) .employee-search-card a:hover, .blog-post:nth-child(5n+4) .employee-search-card a:hover, .slick-list .slick-slide:nth-child(5n+4) .employee-search-card a:hover {
  color: #ff5157; }
.card:nth-child(5n+4) .employee-search-card span.color, .postlistitem:nth-child(5n+4) .employee-search-card span.color, .blog-post:nth-child(5n+4) .employee-search-card span.color, .slick-list .slick-slide:nth-child(5n+4) .employee-search-card span.color {
  color: #ff5157; }
.card:nth-child(5n+4) .employe-card::after, .postlistitem:nth-child(5n+4) .employe-card::after, .blog-post:nth-child(5n+4) .employe-card::after, .slick-list .slick-slide:nth-child(5n+4) .employe-card::after {
  background: #ff5157; }
.card:nth-child(5n+4) .employe-card a:hover, .postlistitem:nth-child(5n+4) .employe-card a:hover, .blog-post:nth-child(5n+4) .employe-card a:hover, .slick-list .slick-slide:nth-child(5n+4) .employe-card a:hover {
  color: #ffc000; }
.card:nth-child(5n+4) .testimonial, .postlistitem:nth-child(5n+4) .testimonial, .blog-post:nth-child(5n+4) .testimonial, .slick-list .slick-slide:nth-child(5n+4) .testimonial {
  border-color: #ff5157; }
  .card:nth-child(5n+4) .testimonial .author-avatar, .postlistitem:nth-child(5n+4) .testimonial .author-avatar, .blog-post:nth-child(5n+4) .testimonial .author-avatar, .slick-list .slick-slide:nth-child(5n+4) .testimonial .author-avatar {
    border-color: #ff5157; }
  .card:nth-child(5n+4) .testimonial h5 span, .postlistitem:nth-child(5n+4) .testimonial h5 span, .blog-post:nth-child(5n+4) .testimonial h5 span, .slick-list .slick-slide:nth-child(5n+4) .testimonial h5 span {
    color: #ff5157; }
.card:nth-child(5n+4) .event-card time, .postlistitem:nth-child(5n+4) .event-card time, .blog-post:nth-child(5n+4) .event-card time, .slick-list .slick-slide:nth-child(5n+4) .event-card time {
  background: #ff5157; }
.card:nth-child(5n+4) .event-card a:hover, .postlistitem:nth-child(5n+4) .event-card a:hover, .blog-post:nth-child(5n+4) .event-card a:hover, .slick-list .slick-slide:nth-child(5n+4) .event-card a:hover {
  color: #ff5157; }
.card:nth-child(5n+4) .event-card li .mdi, .postlistitem:nth-child(5n+4) .event-card li .mdi, .blog-post:nth-child(5n+4) .event-card li .mdi, .slick-list .slick-slide:nth-child(5n+4) .event-card li .mdi {
  color: #ff5157; }
.card:nth-child(5n+4) .classes-preview-card .h3:hover, .postlistitem:nth-child(5n+4) .classes-preview-card .h3:hover, .blog-post:nth-child(5n+4) .classes-preview-card .h3:hover, .slick-list .slick-slide:nth-child(5n+4) .classes-preview-card .h3:hover {
  color: #ff5157; }
.card:nth-child(5n+4) .classes-preview-card .button::before, .postlistitem:nth-child(5n+4) .classes-preview-card .button::before, .blog-post:nth-child(5n+4) .classes-preview-card .button::before, .slick-list .slick-slide:nth-child(5n+4) .classes-preview-card .button::before {
  background: #ff5157; }
.card:nth-child(5n+4) .classes-preview-card .button::after, .postlistitem:nth-child(5n+4) .classes-preview-card .button::after, .blog-post:nth-child(5n+4) .classes-preview-card .button::after, .slick-list .slick-slide:nth-child(5n+4) .classes-preview-card .button::after {
  background: #e04b4e; }
.card:nth-child(5n+4) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .card:nth-child(5n+4) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, .postlistitem:nth-child(5n+4) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .postlistitem:nth-child(5n+4) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, .blog-post:nth-child(5n+4) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .blog-post:nth-child(5n+4) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, .slick-list .slick-slide:nth-child(5n+4) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .slick-list .slick-slide:nth-child(5n+4) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current {
  border-color: #ff5157;
  background: #ff5157; }
.card:nth-child(5n+4) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current, .postlistitem:nth-child(5n+4) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current, .blog-post:nth-child(5n+4) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current, .slick-list .slick-slide:nth-child(5n+4) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current {
  background: #ff5157; }
.card:nth-child(5n+4) .blog-prview .blog-mini-info, .card:nth-child(5n+4) .blog-text .blog-mini-info, .postlistitem:nth-child(5n+4) .blog-prview .blog-mini-info, .postlistitem:nth-child(5n+4) .blog-text .blog-mini-info, .blog-post:nth-child(5n+4) .blog-prview .blog-mini-info, .blog-post:nth-child(5n+4) .blog-text .blog-mini-info, .slick-list .slick-slide:nth-child(5n+4) .blog-prview .blog-mini-info, .slick-list .slick-slide:nth-child(5n+4) .blog-text .blog-mini-info {
  background: #ff5157; }
.card:nth-child(5n+4) .blog-text h2:hover, .card:nth-child(5n+4) .blog-text .h2:hover, .postlistitem:nth-child(5n+4) .blog-text h2:hover, .postlistitem:nth-child(5n+4) .blog-text .h2:hover, .blog-post:nth-child(5n+4) .blog-text h2:hover, .blog-post:nth-child(5n+4) .blog-text .h2:hover, .slick-list .slick-slide:nth-child(5n+4) .blog-text h2:hover, .slick-list .slick-slide:nth-child(5n+4) .blog-text .h2:hover {
  color: #ff5157; }
.card:nth-child(5n+4) .blog-text .button::before, .postlistitem:nth-child(5n+4) .blog-text .button::before, .blog-post:nth-child(5n+4) .blog-text .button::before, .slick-list .slick-slide:nth-child(5n+4) .blog-text .button::before {
  background: #ff5157; }
.card:nth-child(5n+4) .blog-text .button::after, .postlistitem:nth-child(5n+4) .blog-text .button::after, .blog-post:nth-child(5n+4) .blog-text .button::after, .slick-list .slick-slide:nth-child(5n+4) .blog-text .button::after {
  background: #e04b4e; }
.card:nth-child(5n+4) .blog-info-list li p i, .postlistitem:nth-child(5n+4) .blog-info-list li p i, .blog-post:nth-child(5n+4) .blog-info-list li p i, .slick-list .slick-slide:nth-child(5n+4) .blog-info-list li p i {
  color: #ff5157; }
.card:nth-child(5n+4) .blog-info-list li a:hover, .postlistitem:nth-child(5n+4) .blog-info-list li a:hover, .blog-post:nth-child(5n+4) .blog-info-list li a:hover, .slick-list .slick-slide:nth-child(5n+4) .blog-info-list li a:hover {
  color: #ff5157; }
.card:nth-child(5n+4) .audioplayer-bar-played,
.card:nth-child(5n+4) .audioplayer-volume-adjust div div, .postlistitem:nth-child(5n+4) .audioplayer-bar-played,
.postlistitem:nth-child(5n+4) .audioplayer-volume-adjust div div, .blog-post:nth-child(5n+4) .audioplayer-bar-played,
.blog-post:nth-child(5n+4) .audioplayer-volume-adjust div div, .slick-list .slick-slide:nth-child(5n+4) .audioplayer-bar-played,
.slick-list .slick-slide:nth-child(5n+4) .audioplayer-volume-adjust div div {
  box-shadow: none;
  background: #ff5157; }
.card:nth-child(5n+4).blockquote-post .blog-text, .card:nth-child(5n+4).link-post .blog-text, .postlistitem:nth-child(5n+4).blockquote-post .blog-text, .postlistitem:nth-child(5n+4).link-post .blog-text, .blog-post:nth-child(5n+4).blockquote-post .blog-text, .blog-post:nth-child(5n+4).link-post .blog-text, .slick-list .slick-slide:nth-child(5n+4).blockquote-post .blog-text, .slick-list .slick-slide:nth-child(5n+4).link-post .blog-text {
  border-color: #ff5157; }
.card:nth-child(5n+4).blockquote-post .blog-text > i,
.card:nth-child(5n+4).blockquote-post .read-more:hover, .card:nth-child(5n+4).link-post .blog-text > i,
.card:nth-child(5n+4).link-post .read-more:hover, .postlistitem:nth-child(5n+4).blockquote-post .blog-text > i,
.postlistitem:nth-child(5n+4).blockquote-post .read-more:hover, .postlistitem:nth-child(5n+4).link-post .blog-text > i,
.postlistitem:nth-child(5n+4).link-post .read-more:hover, .blog-post:nth-child(5n+4).blockquote-post .blog-text > i,
.blog-post:nth-child(5n+4).blockquote-post .read-more:hover, .blog-post:nth-child(5n+4).link-post .blog-text > i,
.blog-post:nth-child(5n+4).link-post .read-more:hover, .slick-list .slick-slide:nth-child(5n+4).blockquote-post .blog-text > i,
.slick-list .slick-slide:nth-child(5n+4).blockquote-post .read-more:hover, .slick-list .slick-slide:nth-child(5n+4).link-post .blog-text > i,
.slick-list .slick-slide:nth-child(5n+4).link-post .read-more:hover {
  color: #ff5157; }
.card:nth-child(5n+4).blockquote-post .link-ico, .card:nth-child(5n+4).link-post .link-ico, .postlistitem:nth-child(5n+4).blockquote-post .link-ico, .postlistitem:nth-child(5n+4).link-post .link-ico, .blog-post:nth-child(5n+4).blockquote-post .link-ico, .blog-post:nth-child(5n+4).link-post .link-ico, .slick-list .slick-slide:nth-child(5n+4).blockquote-post .link-ico, .slick-list .slick-slide:nth-child(5n+4).link-post .link-ico {
  background: #ff5157; }
.card:nth-child(5n+4).video-post .blog-prview > a:hover .video-play-ico, .postlistitem:nth-child(5n+4).video-post .blog-prview > a:hover .video-play-ico, .blog-post:nth-child(5n+4).video-post .blog-prview > a:hover .video-play-ico, .slick-list .slick-slide:nth-child(5n+4).video-post .blog-prview > a:hover .video-play-ico {
  color: #ff5157; }
.card:nth-child(5n+4) .slick-arrow, .postlistitem:nth-child(5n+4) .slick-arrow, .blog-post:nth-child(5n+4) .slick-arrow, .slick-list .slick-slide:nth-child(5n+4) .slick-arrow {
  background: #ff5157; }
  .card:nth-child(5n+4) .slick-arrow:hover, .postlistitem:nth-child(5n+4) .slick-arrow:hover, .blog-post:nth-child(5n+4) .slick-arrow:hover, .slick-list .slick-slide:nth-child(5n+4) .slick-arrow:hover {
    background: #e04b4e; }
.card:nth-child(5n+5) .employee-search-card a:hover, .postlistitem:nth-child(5n+5) .employee-search-card a:hover, .blog-post:nth-child(5n+5) .employee-search-card a:hover, .slick-list .slick-slide:nth-child(5n+5) .employee-search-card a:hover {
  color: #ffc000; }
.card:nth-child(5n+5) .employee-search-card span.color, .postlistitem:nth-child(5n+5) .employee-search-card span.color, .blog-post:nth-child(5n+5) .employee-search-card span.color, .slick-list .slick-slide:nth-child(5n+5) .employee-search-card span.color {
  color: #ffc000; }
.card:nth-child(5n+5) .employe-card::after, .postlistitem:nth-child(5n+5) .employe-card::after, .blog-post:nth-child(5n+5) .employe-card::after, .slick-list .slick-slide:nth-child(5n+5) .employe-card::after {
  background: #ffc000; }
.card:nth-child(5n+5) .employe-card a:hover, .postlistitem:nth-child(5n+5) .employe-card a:hover, .blog-post:nth-child(5n+5) .employe-card a:hover, .slick-list .slick-slide:nth-child(5n+5) .employe-card a:hover {
  color: #5dba3b; }
.card:nth-child(5n+5) .testimonial, .postlistitem:nth-child(5n+5) .testimonial, .blog-post:nth-child(5n+5) .testimonial, .slick-list .slick-slide:nth-child(5n+5) .testimonial {
  border-color: #ffc000; }
  .card:nth-child(5n+5) .testimonial .author-avatar, .postlistitem:nth-child(5n+5) .testimonial .author-avatar, .blog-post:nth-child(5n+5) .testimonial .author-avatar, .slick-list .slick-slide:nth-child(5n+5) .testimonial .author-avatar {
    border-color: #ffc000; }
  .card:nth-child(5n+5) .testimonial h5 span, .postlistitem:nth-child(5n+5) .testimonial h5 span, .blog-post:nth-child(5n+5) .testimonial h5 span, .slick-list .slick-slide:nth-child(5n+5) .testimonial h5 span {
    color: #ffc000; }
.card:nth-child(5n+5) .event-card time, .postlistitem:nth-child(5n+5) .event-card time, .blog-post:nth-child(5n+5) .event-card time, .slick-list .slick-slide:nth-child(5n+5) .event-card time {
  background: #ffc000; }
.card:nth-child(5n+5) .event-card a:hover, .postlistitem:nth-child(5n+5) .event-card a:hover, .blog-post:nth-child(5n+5) .event-card a:hover, .slick-list .slick-slide:nth-child(5n+5) .event-card a:hover {
  color: #ffc000; }
.card:nth-child(5n+5) .event-card li .mdi, .postlistitem:nth-child(5n+5) .event-card li .mdi, .blog-post:nth-child(5n+5) .event-card li .mdi, .slick-list .slick-slide:nth-child(5n+5) .event-card li .mdi {
  color: #ffc000; }
.card:nth-child(5n+5) .classes-preview-card .h3:hover, .postlistitem:nth-child(5n+5) .classes-preview-card .h3:hover, .blog-post:nth-child(5n+5) .classes-preview-card .h3:hover, .slick-list .slick-slide:nth-child(5n+5) .classes-preview-card .h3:hover {
  color: #ffc000; }
.card:nth-child(5n+5) .classes-preview-card .button::before, .postlistitem:nth-child(5n+5) .classes-preview-card .button::before, .blog-post:nth-child(5n+5) .classes-preview-card .button::before, .slick-list .slick-slide:nth-child(5n+5) .classes-preview-card .button::before {
  background: #ffc000; }
.card:nth-child(5n+5) .classes-preview-card .button::after, .postlistitem:nth-child(5n+5) .classes-preview-card .button::after, .blog-post:nth-child(5n+5) .classes-preview-card .button::after, .slick-list .slick-slide:nth-child(5n+5) .classes-preview-card .button::after {
  background: #e5ad00; }
.card:nth-child(5n+5) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .card:nth-child(5n+5) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, .postlistitem:nth-child(5n+5) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .postlistitem:nth-child(5n+5) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, .blog-post:nth-child(5n+5) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .blog-post:nth-child(5n+5) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, .slick-list .slick-slide:nth-child(5n+5) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle-content, .slick-list .slick-slide:nth-child(5n+5) div.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current {
  border-color: #ffc000;
  background: #ffc000; }
.card:nth-child(5n+5) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current, .postlistitem:nth-child(5n+5) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current, .blog-post:nth-child(5n+5) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current, .slick-list .slick-slide:nth-child(5n+5) div.mejs-audio .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current {
  background: #ffc000; }
.card:nth-child(5n+5) .blog-prview .blog-mini-info, .card:nth-child(5n+5) .blog-text .blog-mini-info, .postlistitem:nth-child(5n+5) .blog-prview .blog-mini-info, .postlistitem:nth-child(5n+5) .blog-text .blog-mini-info, .blog-post:nth-child(5n+5) .blog-prview .blog-mini-info, .blog-post:nth-child(5n+5) .blog-text .blog-mini-info, .slick-list .slick-slide:nth-child(5n+5) .blog-prview .blog-mini-info, .slick-list .slick-slide:nth-child(5n+5) .blog-text .blog-mini-info {
  background: #ffc000; }
.card:nth-child(5n+5) .blog-text h2:hover, .card:nth-child(5n+5) .blog-text .h2:hover, .postlistitem:nth-child(5n+5) .blog-text h2:hover, .postlistitem:nth-child(5n+5) .blog-text .h2:hover, .blog-post:nth-child(5n+5) .blog-text h2:hover, .blog-post:nth-child(5n+5) .blog-text .h2:hover, .slick-list .slick-slide:nth-child(5n+5) .blog-text h2:hover, .slick-list .slick-slide:nth-child(5n+5) .blog-text .h2:hover {
  color: #ffc000; }
.card:nth-child(5n+5) .blog-text .button::before, .postlistitem:nth-child(5n+5) .blog-text .button::before, .blog-post:nth-child(5n+5) .blog-text .button::before, .slick-list .slick-slide:nth-child(5n+5) .blog-text .button::before {
  background: #ffc000; }
.card:nth-child(5n+5) .blog-text .button::after, .postlistitem:nth-child(5n+5) .blog-text .button::after, .blog-post:nth-child(5n+5) .blog-text .button::after, .slick-list .slick-slide:nth-child(5n+5) .blog-text .button::after {
  background: #e5ad00; }
.card:nth-child(5n+5) .blog-info-list li p i, .postlistitem:nth-child(5n+5) .blog-info-list li p i, .blog-post:nth-child(5n+5) .blog-info-list li p i, .slick-list .slick-slide:nth-child(5n+5) .blog-info-list li p i {
  color: #ffc000; }
.card:nth-child(5n+5) .blog-info-list li a:hover, .postlistitem:nth-child(5n+5) .blog-info-list li a:hover, .blog-post:nth-child(5n+5) .blog-info-list li a:hover, .slick-list .slick-slide:nth-child(5n+5) .blog-info-list li a:hover {
  color: #ffc000; }
.card:nth-child(5n+5) .audioplayer-bar-played,
.card:nth-child(5n+5) .audioplayer-volume-adjust div div, .postlistitem:nth-child(5n+5) .audioplayer-bar-played,
.postlistitem:nth-child(5n+5) .audioplayer-volume-adjust div div, .blog-post:nth-child(5n+5) .audioplayer-bar-played,
.blog-post:nth-child(5n+5) .audioplayer-volume-adjust div div, .slick-list .slick-slide:nth-child(5n+5) .audioplayer-bar-played,
.slick-list .slick-slide:nth-child(5n+5) .audioplayer-volume-adjust div div {
  box-shadow: none;
  background: #ffc000; }
.card:nth-child(5n+5).blockquote-post .blog-text, .card:nth-child(5n+5).link-post .blog-text, .postlistitem:nth-child(5n+5).blockquote-post .blog-text, .postlistitem:nth-child(5n+5).link-post .blog-text, .blog-post:nth-child(5n+5).blockquote-post .blog-text, .blog-post:nth-child(5n+5).link-post .blog-text, .slick-list .slick-slide:nth-child(5n+5).blockquote-post .blog-text, .slick-list .slick-slide:nth-child(5n+5).link-post .blog-text {
  border-color: #ffc000; }
.card:nth-child(5n+5).blockquote-post .blog-text > i,
.card:nth-child(5n+5).blockquote-post .read-more:hover, .card:nth-child(5n+5).link-post .blog-text > i,
.card:nth-child(5n+5).link-post .read-more:hover, .postlistitem:nth-child(5n+5).blockquote-post .blog-text > i,
.postlistitem:nth-child(5n+5).blockquote-post .read-more:hover, .postlistitem:nth-child(5n+5).link-post .blog-text > i,
.postlistitem:nth-child(5n+5).link-post .read-more:hover, .blog-post:nth-child(5n+5).blockquote-post .blog-text > i,
.blog-post:nth-child(5n+5).blockquote-post .read-more:hover, .blog-post:nth-child(5n+5).link-post .blog-text > i,
.blog-post:nth-child(5n+5).link-post .read-more:hover, .slick-list .slick-slide:nth-child(5n+5).blockquote-post .blog-text > i,
.slick-list .slick-slide:nth-child(5n+5).blockquote-post .read-more:hover, .slick-list .slick-slide:nth-child(5n+5).link-post .blog-text > i,
.slick-list .slick-slide:nth-child(5n+5).link-post .read-more:hover {
  color: #ffc000; }
.card:nth-child(5n+5).blockquote-post .link-ico, .card:nth-child(5n+5).link-post .link-ico, .postlistitem:nth-child(5n+5).blockquote-post .link-ico, .postlistitem:nth-child(5n+5).link-post .link-ico, .blog-post:nth-child(5n+5).blockquote-post .link-ico, .blog-post:nth-child(5n+5).link-post .link-ico, .slick-list .slick-slide:nth-child(5n+5).blockquote-post .link-ico, .slick-list .slick-slide:nth-child(5n+5).link-post .link-ico {
  background: #ffc000; }
.card:nth-child(5n+5).video-post .blog-prview > a:hover .video-play-ico, .postlistitem:nth-child(5n+5).video-post .blog-prview > a:hover .video-play-ico, .blog-post:nth-child(5n+5).video-post .blog-prview > a:hover .video-play-ico, .slick-list .slick-slide:nth-child(5n+5).video-post .blog-prview > a:hover .video-play-ico {
  color: #ffc000; }
.card:nth-child(5n+5) .slick-arrow, .postlistitem:nth-child(5n+5) .slick-arrow, .blog-post:nth-child(5n+5) .slick-arrow, .slick-list .slick-slide:nth-child(5n+5) .slick-arrow {
  background: #ffc000; }
  .card:nth-child(5n+5) .slick-arrow:hover, .postlistitem:nth-child(5n+5) .slick-arrow:hover, .blog-post:nth-child(5n+5) .slick-arrow:hover, .slick-list .slick-slide:nth-child(5n+5) .slick-arrow:hover {
    background: #e5ad00; }

/*===> END COLOR STYLES <===*/
.elementor-element .buz-form {
  margin: 0 -15px; }

.form_input {
  display: inline-block;
  padding: 0 15px; }
  .form_input.width_100 {
    width: 100%; }
  .form_input.width_80 {
    width: 80%; }
  .form_input.width_75 {
    width: 75%; }
  .form_input.width_66 {
    width: 66.66%; }
  .form_input.width_60 {
    width: 60%; }
  .form_input.width_50 {
    width: 50%; }
  .form_input.width_40 {
    width: 40%; }
  .form_input.width_33 {
    width: 33.33%; }
  .form_input.width_25 {
    width: 25%; }
  .form_input.width_20 {
    width: 20%; }
  @media (max-width: 991px) {
    .form_input.width_tablet_100 {
      width: 100%; }
    .form_input.width_tablet_80 {
      width: 80%; }
    .form_input.width_tablet_75 {
      width: 75%; }
    .form_input.width_tablet_66 {
      width: 66.66%; }
    .form_input.width_tablet_60 {
      width: 60%; }
    .form_input.width_tablet_50 {
      width: 50%; }
    .form_input.width_tablet_40 {
      width: 40%; }
    .form_input.width_tablet_33 {
      width: 33.33%; }
    .form_input.width_tablet_25 {
      width: 25%; }
    .form_input.width_tablet_20 {
      width: 20%; } }
  @media (max-width: 767px) {
    .form_input.width_mobile_100 {
      width: 100%; }
    .form_input.width_mobile_80 {
      width: 80%; }
    .form_input.width_mobile_75 {
      width: 75%; }
    .form_input.width_mobile_66 {
      width: 66.66%; }
    .form_input.width_mobile_60 {
      width: 60%; }
    .form_input.width_mobile_50 {
      width: 50%; }
    .form_input.width_mobile_40 {
      width: 40%; }
    .form_input.width_mobile_33 {
      width: 33.33%; }
    .form_input.width_mobile_25 {
      width: 25%; }
    .form_input.width_mobile_20 {
      width: 20%; } }
  .form_input button {
    width: 100%; }

body ul li.elementor-icon-list-item::after, body ul li.elementor-preset::after, body ul li.elementor-editor-element-setting::after {
  content: ''; }
body ul.wp-block-gallery li {
  padding-left: 0; }
  body ul.wp-block-gallery li::after {
    content: ''; }

figure {
  max-width: 100%; }

.white-logo img {
  filter: brightness(0) invert(1); }

.alignright {
  clear: both;
  box-sizing: border-box;
  float: right !important; }
  @media (max-width: 4096px) {
    .alignright {
      margin-left: 20px; } }
  @media (max-width: 1600px) {
    .alignright {
      margin-left: 20px; } }
  @media (max-width: 1440px) {
    .alignright {
      margin-left: 20px; } }
  @media (max-width: 1199px) {
    .alignright {
      margin-left: 20px; } }
  @media (max-width: 991px) {
    .alignright {
      margin-left: 20px; } }
  @media (max-width: 767px) {
    .alignright {
      margin-left: 15px; } }
  @media (max-width: 480px) {
    .alignright {
      margin-left: 15px; } }
  .alignright::after {
    content: "";
    display: table;
    clear: both; }

.alignleft {
  clear: both;
  float: left;
  box-sizing: border-box; }
  @media (max-width: 4096px) {
    .alignleft {
      margin-right: 20px; } }
  @media (max-width: 1600px) {
    .alignleft {
      margin-right: 20px; } }
  @media (max-width: 1440px) {
    .alignleft {
      margin-right: 20px; } }
  @media (max-width: 1199px) {
    .alignleft {
      margin-right: 20px; } }
  @media (max-width: 991px) {
    .alignleft {
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .alignleft {
      margin-right: 15px; } }
  @media (max-width: 480px) {
    .alignleft {
      margin-right: 15px; } }
  .alignleft::after {
    content: "";
    display: table;
    clear: both; }
  .alignleft::before {
    content: "";
    display: table;
    clear: both; }

.aligncenter {
  clear: both;
  text-align: center;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto; }

.gallery-caption {
  margin-top: 10px; }

.gallery-item {
  margin: 0 0 15px 0;
  padding-right: 10px;
  padding-left: 10px; }

.gallery-item a {
  box-shadow: none; }

.gallery-item img {
  border: 0 !important; }

@media (max-width: 1024px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 780px; } }
@media (max-width: 767px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 500px; } }
@media (max-width: 520px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 380px; } }

.wp-block-separator {
  border-color: #5255c5;
  width: 25%;
  border-top-width: 2px; }

.wp-block-separator.is-style-wide {
  border-color: #5255c5;
  border-top-width: 1px;
  width: 100%; }

.wp-caption figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 13px; }

/*# sourceMappingURL=style.css.map */
