/*!
Theme Name: AVT
Theme URI: https://www.avaal.com/
Author: AVAAL
Author URI: https://www.avaal.com/
Description: Theme is develop for Avaal Vehcile Tracking.
Version: 2.0
Text Domain: avaal
Tags: AVAAL, Training, Consulting, Software, AFM, AEM, ATH, Trucking Dispatch Specialist, AVT, GSP
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

    --------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
   line-height: 1.15;
   -webkit-text-size-adjust: 100%;
}

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

  /**
   * Render the `main` element consistently in IE.
   */
   main {
       display: block;
   }

  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */


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

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

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

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

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

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

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

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

   sub {
       bottom: -0.25em;
   }

   sup {
       top: -0.5em;
   }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* Box sizing
  --------------------------------------------- */
  
  /* Inherit box-sizing to more easily change it's value on a component level.
  @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  *,
  *::before,
  *::after {
   box-sizing: inherit;
}

html {
 box-sizing: border-box;
}

  /*--------------------------------------------------------------
  # Base
  --------------------------------------------------------------*/
  
  /* Typography
  --------------------------------------------- */
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
   color: #404040;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   font-size: 1rem;
   line-height: 1.5;
}



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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    padding: 15px 25px;
    font-style: italic;
    color: rgba(var(--secondary-color), 1);
    font-size: 1.25rem;
    background: rgba(var(--secondary-color), 0.1);
}
blockquote p {
    color: rgba(var(--secondary-color), 1);
    margin: 0;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
    font-size: 125%;
}

  /* Elements
  --------------------------------------------- */
  body {
   background: #fff;
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

figure {
    margin: 1em 0;
}

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

  /* Links
  --------------------------------------------- */

 a {
    color: #2196F3;
}

  /*a:visited {
      color: #800080;
      }*/

      a:hover,
      a:focus,
      a:active {
          color: var(--secondary-color);
          text-decoration: none;
      }
      
      a:focus {
          outline: thin dotted;
      }
      
      a:hover,
      a:active {
          outline: 0;
      }
      
  /* Forms
  --------------------------------------------- */
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
   border: 1px solid;
   border-color: #ccc #ccc #bbb;
   border-radius: 3px;
   background: #e6e6e6;
   color: rgba(0, 0, 0, 0.8);
   line-height: 1;
   padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
 border-color: #ccc #bbb #aaa;
}

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

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

  /*--------------------------------------------------------------
  # Layouts
  --------------------------------------------------------------*/
  
  /*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/
  
  /*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
  .main-navigation ul {
     padding: 0;
     margin: 0;
 }
 .main-navigation ul ul {
     text-align: left;
     transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     top: 100%;
     left: 0;
     -webkit-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
     -moz-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
     box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
     width: 220px;
     position: absolute;
     z-index: 999;
     -webkit-transform-origin: top;
     transform-origin: top;
     -webkit-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
     -webkit-transform: scale(1, 0);
     transform: scale(1, 0);
     display: block;
     opacity: 0;
     background-color: rgba(var(--light-color), 1);
 }
 .main-navigation ul li:hover > ul,
 .main-navigation ul li:focus > ul,
 .main-navigation ul li.focus > ul {
     display: block;
     opacity: 1;
     z-index: 1000;
     -webkit-transform: scale(1, 1);
     transform: scale(1, 1);
     transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
     -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
 }
 .main-navigation ul ul ul {
     left: 100%;
     top: 0;
 }
 .main-navigation li {
     position: relative;
     display: inline-block;
     margin-bottom: 0;
 }
 .main-navigation ul ul ul {
     left: 100%;
     top: 0;
 }
 .main-navigation ul > li:hover > ul {
     opacity: 1;
     left: 0;
     z-index: 9999;
 }
 .main-navigation ul ul li:hover > ul {
     opacity: 1;
     left: 100%;
 }
 .main-navigation li li {
     float: none;
     display: block;
 }
 .main-navigation ul li li:last-child > a {
     border: none;
 }
 .main-navigation ul li a {
     display: block;
     padding: 8px 20px;
     position: relative;
     z-index: 99;
     transition: all 0.3s ease;
     font-size: 16px;     
     letter-spacing: 1px;
     font-family: var(--heading-font);     
     font-weight: var(--heading-weight);
     color: #1C1C1C;
     line-height: 1;
 }
.main-navigation ul li.active a {
     color: #0b84ff;
 }
 .main-navigation ul li a:hover{
     color: rgba(var(--primary-color), 1);
 }
 .main-navigation ul li ul li a{
     padding: 10px 20px !important;
     color: rgba(var(--dark-color), 1);
 }

 .main-navigation li > a {
     position: relative;
 }
 .main-navigation li li.current_page_item > a:after,
 .main-navigation li li.current-menu-item > a:after,
 .main-navigation ul li li a:hover:after {
     display: none;
 }
 .main-navigation ul li.page_item_has_children > a::before,
 .main-navigation ul li.menu-item-has-children > a::before {
     content: "\f107";
     font-family: "FontAwesome";
     position: absolute;
     right: 5px;
     top: 50%;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
 }
 .main-navigation ul li ul li.page_item_has_children > a::before,
 .main-navigation ul li ul li.menu-item-has-children > a::before {
     content: "\f105";
     right: 15px;
 }
 .main-navigation ul li ul li.page_item_has_children > a::before
 .main-navigation ul li ul li.menu-item-has-children > a::before {
     right: 20px;
     top: 10px;
     transform: rotate(-90deg);
 }
 .main-navigation .dropdown-toggle::after {
     display: none !important;
 }
 .main-navigation li.button a{
   background-color: rgba(var(--primary-color),1);
   border-color: rgba(var(--primary-color),1);
   color: rgba(var(--light-color),1);
}
.main-navigation li.button a:hover{
    background-color: rgba(var(--secondary-color),1);
    border-color: rgba(var(--secondary-color),1);
    color: rgba(var(--light-color),1);
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
     display: none;
 }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
    width: 100%;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

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

  /*.post,
  .page {
    margin: 0 0 1.5em;
    }*/
    
    .updated:not(.published) {
       display: none;
   }

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

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

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

.bypostauthor {
 display: block;
}

  /* Widgets
  --------------------------------------------- */
  .widget {
   margin: 0px;
}

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

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

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

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

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

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

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

  /* Galleries
  --------------------------------------------- */
  .gallery {
   margin-bottom: 1.5em;
   display: grid;
   grid-gap: 1.5em;
}

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

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

  /*--------------------------------------------------------------
  # Plugins
  --------------------------------------------------------------*/
  
  /* Jetpack infinite scroll
  --------------------------------------------- */
  
  /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
  .infinite-scroll .posts-navigation,
  .infinite-scroll.neverending .site-footer {
   display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
 display: block;
}

  /*--------------------------------------------------------------
  # Utilities
  --------------------------------------------------------------*/
  
  /* Accessibility
  --------------------------------------------- */
  
  /* Text meant only for screen readers. */
  .screen-reader-text {
   border: 0;
   clip: rect(1px, 1px, 1px, 1px);
   clip-path: inset(50%);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute !important;
   width: 1px;
   word-wrap: normal !important;
}

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

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

  /* Alignments
  --------------------------------------------- */
  .alignleft {

   /*rtl:ignore*/
   float: left;

   /*rtl:ignore*/
   margin-right: 1.5em;
   margin-bottom: 1.5em;
}

.alignright {

 /*rtl:ignore*/
 float: right;

 /*rtl:ignore*/
 margin-left: 1.5em;
 margin-bottom: 1.5em;
}

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


/*skip links*/
body a:focus {
    outline: 1px dotted #999;
}
/*skip links*/





/*custom css*/
:root{
    /*font-family*/
    --heading-font: 'Teko', sans-serif;
    --heading-weight: 400;
    --body-font: 'Mulish', sans-serif;
    /*font-family*/

    /*color*/
    --primary-color: 253, 89, 88;
    --secondary-color: 0, 0, 0;
    --text-color: 117, 117, 117;
    --light-color: 255, 255, 255;
    --dark-color: 0, 0, 0;
    /*color*/

    /*size*/
    --h1-size: 40px;
    --h2-size: 35px;
    --h3-size: 30px;
    --h4-size: 26px;
    --h5-size: 20px;
    --h6-size: 16px;
    /*size*/
}
body{
    font-family: var(--body-font);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--heading-font);
    font-weight: var(--heading-weight);
    line-height: 1.5;
    color: rgba(var(--dark-color), 1);
    text-transform: uppercase;
}
h1{
    font-size: var(--h1-size);
}
h2{
    font-size: var(--h2-size);
}
h3{
    font-size: var(--h3-size);
}
h4{
    font-size: var(--h4-size);
}
h5{
    font-size: var(--h5-size);
}
h6{
    font-size: var(--h6-size);
}

.main-title{
    color: rgba(var(--secondary-color), 1);
    margin: 0 0 30px;
}
a{
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
a:focus {
 outline: 1px dotted;
}
p{
    color: rgba(var(--text-color), 1);
}
.btn {
    font-size: 1.13rem;
    padding: 16px 25px 11px 25px!important;
    border-radius: 0;
    font-family: var(--heading-font);
    font-weight: 500;letter-spacing: .1px;
}
.btn:hover{
    opacity: 1;
}
.btn-check:focus+.btn, 
.btn:focus{
    outline: thin dotted;
}
.btn-link{
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(var(--primary-color), 1);
    position: relative;
    padding-right: 20px;
}
.btn-link:after{
    content: "\f178";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    font-family: "FontAwesome";
    transform: all 0.2s ease-in-out;
}
.btn-link:hover:after,
.btn-link:hover{
    color: rgba(var(--secondary-color), 1);
}
.btn-check:focus+.btn-primary, 
.btn-primary:focus{
    background-color: rgba(var(--primary-color), 1);
    border-color: rgba(var(--primary-color), 1);
    color: rgba(var(--light-color), 1);
}
.primary{
    color: rgba(var(--primary-color), 1);
}
.primary:hover{
    color: rgba(var(--secondary-color), 1);
}
.secondary{
    color: rgba(var(--secondary-color), 1);
}
.secondary:hover{
    color: rgba(var(--primary-color), 1);
}
.third{
    color: rgba(var(--dark-color), 1);
}
.third:hover{
    color: rgba(var(--primary-color), 1);
}
.btn-primary{
    background-color: rgba(var(--primary-color), 1);
    border-color: rgba(var(--primary-color), 1);
    color: rgba(var(--light-color), 1);
    position: relative;
}
.btn-primary:hover{
    background-color: rgba(var(--secondary-color), 1);
    border-color: rgba(var(--secondary-color), 1);
    color: rgba(var(--light-color), 1);
}
.btn-secondary{
    background-color: rgba(var(--secondary-color), 1);
    border-color: rgba(var(--secondary-color), 1);
    color: rgba(var(--light-color), 1);
    position: relative;
}
.btn-secondary:hover{
    background-color: rgba(var(--primary-color), 1);
    border-color: rgba(var(--primary-color), 1);
    color: rgba(var(--light-color), 1);
}
.btn-third{
    background-color: rgba(var(--light-color), 1);
    border: 1px solid rgba(var(--light-color), 1);
    color: rgba(var(--dark-color), 1);
    position: relative;
}
.btn-third:hover{
    background-color: rgba(var(--dark-color), 1);
    border-color: rgba(var(--dark-color), 1);
    color: rgba(var(--light-color), 1);
}
.btn-primary:before, .btn-secondary:before, .btn-third:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 26px;
    width: 22px;
    height: 2px;
}

label{
    vertical-align: top;
    width: 100%;
}
img{
    max-width: 100%;
    height: auto;
}
img.alignright{
    margin: 0 0 10px 10px;
    float: right;
}
img.alignleft{
    margin: 0 10px 10px 0;
    float: left;
}
input,
textarea,
select{
 border: 1px solid #ddd;
 padding: 15px;
 border-radius: 0;
}
input[type="submit"]{
    transition: all 0.2s ease-in-out;
}
input{
    height: 45px;
}
textarea{
    height: 100px;
}

.home-section{
    margin: 0 0 80px;
}

/*owl carousel nav*/
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
    font-size: 34px;
    padding: 0px 20px!important;
    box-shadow: 0px 0px 34px rgb(0 0 0 / 7%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(var(--light-color), 1);
    color: rgba(var(--dark-color), 1);
}
.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover{
    background-color: rgba(var(--secondary-color), 1);
    color: rgba(var(--light-color), 1);
}
.owl-carousel .owl-nav button.owl-next span, 
.owl-carousel .owl-nav button.owl-prev span {
   line-height: 46px;
   display: inline-block;
   vertical-align: top;
}
.owl-carousel .owl-nav button.owl-prev{
    left: -25px;
    background-color: rgba(var(--dark-color), 1);
    color: rgba(var(--light-color), 1);
}
.owl-carousel .owl-nav button.owl-next{
    right: -25px;
    background-color: rgba(var(--primary-color), 1);
    color: rgba(var(--light-color), 1);
}
.owl-carousel .owl-nav button.owl-prev:hover{
    background-color: rgba(var(--light-color), 1);
    color: rgba(var(--dark-color), 1);
}
.owl-carousel .owl-nav button.owl-next:hover{
    background-color: rgba(var(--light-color), 1);
    color: rgba(var(--dark-color), 1);
}
/*end owl carousel nav*/


/*owl carousel dot*/
.owl-carousel .owl-dots{
    line-height: 0;
    text-align: center;
    margin: 30px 0 0;
}
.owl-carousel button.owl-dot{
   background: rgba(var(--light-color), 1);
   border: 1px solid #ddd;
   width: 12px;
   height: 12px;
   border-radius: 0;
   margin: 0 10px 0 0;
}
.owl-carousel button.owl-dot:last-child{
    margin: 0;
}
.owl-carousel button.owl-dot:hover,
.owl-carousel button.owl-dot.active {
   background: rgba(var(--primary-color), 1);
   border-color: rgba(var(--primary-color), 1);
}
/*end owl carousel dot*/



body.home{
    margin: 0 !important;
}

body.logged-in .header{
    top: 0px;
}

/*header*/
.header{
   background: #fff;
   position: relative;
   top: 0;
   left: 0;
   right: 0;
   z-index: 999;    box-shadow: 0 2px 3px 0 rgb(0 0 0 / .15);
}
    .header.fixed-header {
      position: fixed;
      top: 0;
      left: 0;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
		animation: fadeInDown 0.3s ease-in-out;

    }
@keyframes fadeInDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.header.fixed-header .top-header {
      display:none;
    }

.header .top-header{
   background: #1355FF;
}
.header .top-header a{
   color: rgba(var(--light-color), 1);
   margin: 11px 50px 11px 0;
}

.header .top-header a:hover{
   color: rgba(var(--primary-color), 1);
}
.top-header .t-header-holder .social-navigation {
    margin: 11px 30px 11px 0;
}
.top-header .t-header-holder .social-navigation + a {
    padding: 0 0 0 25px;
}
.header .t-header-holder .book-btn {
    padding: 12px 20px !important;
    background: rgba(var(--primary-color), 1);
    color: rgba(var(--light-color), 1);
    margin: 0;
}
.header .t-header-holder .book-btn:hover {
    opacity: 1;
    background: rgba(var(--secondary-color), 1);
    color: rgba(var(--light-color), 1);
}
.header .t-header-holder .phone-email{
   display: flex;
   flex-wrap: wrap;
}
.header .custom-logo-link img{
   width: auto;
   max-width: unset;height:auto;
}
.header .site-title,
.header .site-description{
   margin: 0;
   color: rgba(var(--light-color), 1);
}
.header .site-title-description a{
   overflow-wrap: break-word;
   line-height: 1.1;
   margin: 0 0 6px;
   display: block;
}
.main-header{
   padding: 15px 0;
}
.site-title a{
    font-weight: 500;
}
.header .site-title a:hover{
   color: rgba(var(--primary-color), 1);
}
.top-header .t-header-holder{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   align-items: center;
}
.top-header .t-header-holder .social-navigation ul {
   padding: 0;
   margin: 0;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}
.top-header .t-header-holder .social-navigation ul li {
   margin: 0 15px 0 0;
}
.top-header .t-header-holder .social-navigation ul li:last-child{
   margin: 0;
}
.top-header .t-header-holder .social-navigation ul li a{
   margin: 0;
}
.header .header-wrapper{
   display: grid;
   align-items: center;
   grid-template-columns: 23% 1fr;
   justify-content: space-between;
}
.header-wrapper .main-navigation ul{
   float: right;
}
.header-wrapper .menu-toggle{
   margin: 0 0 0 auto;
   border: 0;
}
/*end header*/


/*banner*/
.banner{
    position: relative;
    overflow: hidden;
    margin: 0px;
}
.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.banner .caption{
    width: 485px;
    margin: 0 0 0 auto;
    background: rgba(var(--primary-color), 1);
    padding: 222px 40px 222px;
    z-index: 1;
}
.banner .item{
    background-size: cover;
    background-position: center;
    min-height: 400px;
}
.banner .banner-title{
    margin: 0 0 20px;
    font-size: 4.4rem;
    font-family: var(--heading-font);
    font-weight: var(--heading-weight);
    line-height: 70px;
    color: rgba(var(--light-color), 1);
}
.banner .caption p{
    color: rgba(var(--light-color), 1);
}
.banner .btn {
    margin: 6px 0 0;
}
.banner.owl-carousel .owl-nav button.owl-next, 
.banner.owl-carousel .owl-nav button.owl-prev{
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    width: 60px;
    height: 50px;
}
.banner.owl-carousel .owl-nav button.owl-next{
    left: 60px;
}
/*end banner*/



/*classes*/
.classes .main-title{
    margin: 0 0 15px;
}
.classes .classes-holder{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 30px;
}
.classes .classes-block{
    position: relative;
}
.classes .classes-block .classes-info{
    position: absolute;
    top: 0; 
    left: 0; 
    bottom: 0; 
}
.classes .classes-block .classes-info .title{
    padding: 8px 30px 6px;
    background: rgba(var(--primary-color), 1.0);
    color: rgba(var(--light-color), 1.0);
    margin: 0;
}
.classes .classes-block .classes-info .price{
    font-size: 1.13rem;
    color: rgba(var(--light-color), 1.0);
    margin: 0 0 10px 20px;
    font-weight: 700;
}
.classes .classes-block .classes-info .price span.amount{
    font-size: 1.63rem;
    font-style: italic;
}
.classes .classes-block .classes-info .btn {
    position: absolute;
    bottom: 0;
    left: 0;
}
/*end classes*/


/*services*/
.services{
    position: relative;
    z-index: 0;
    margin: 0 0 160px;
    overflow: hidden;
}
.services p{
    color: rgba(var(--light-color), 1.0);
    margin: 0;
}
.services .img-holder{
    padding-right: 0;
}
.services .img-holder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services .service-holder .title{
    margin: 0 0 15px;
}
.services-content{
    position: relative;
    padding: 70px;
    z-index: 0;
}
.services-content:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--dark-color), 1.0);
    z-index: -1;
    width: 100vw;
}
.services-content .main-title{
    color: rgba(var(--light-color), 1.0);
    margin: 0 0 10px;
}
.services-content .services-item{
    margin: 45px 0 0;
}
.services-content .services-item .item-block{
    display: grid;
    grid-template-columns: auto auto;
    align-items: flex-start;
    grid-gap: 30px;
    margin: 0 0 50px;
}
.services-content .services-item .item-block:last-child{
    margin: 0;
}
.services-content .services-item .icon-holder{
    padding: 23px;
    width: 100px;
    background: rgba(var(--primary-color), 1.0);
    border-radius: 1000px;
    overflow: hidden;
}
.services-content .services-item .title{
    color: rgba(var(--light-color), 1.0);
}
.services-content{
    width: 100%;
}
.services-content .services-item{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    grid-gap: 30px;
}
.services .row .img-holder + .services-content{
    width: 50%;
}
.services .row .img-holder + .services-content .services-item{
    display: block;
}
/*end services*/


/*about*/
.about{
    background: rgba(var(--primary-color), 1.0);
    padding: 80px 0;
    margin-top: 160px;
}
.about .main-title{
    margin: 0 0 10px;
    color: rgba(var(--light-color), 1.0);
}
.about .img-holder{
    margin: -160px 0 0;
}
.about .about-content p {
    color: rgba(var(--light-color), 1.0);
}
.about .about-content .btn {
    margin: 10px 0 0;
}
/*end about*/


/*class schedule*/
.class-schedule{
    text-align: center;
}
.wp-block-columns,
.wp-block-table,
.class-schedule table{
    margin: 0;
}
.wp-block-table thead{
    border: 0;
}
.class-schedule table thead th{
    background: #F0F2F4;
    font-size: 1.38rem;
    font-family: var(--heading-font);
    font-weight: var(--heading-weight);
    text-transform: uppercase;
}
.class-schedule table tbody tr{
    vertical-align: middle;
}
.class-schedule table tbody tr td{
    padding: 20px;
    color: rgba(var(--text-color), 1.0);
}
.class-schedule table tbody tr td .class{
    color: rgba(var(--primary-color), 1.0);
    margin: 0 0 5px;
}
.class-schedule table tbody tr td .class-trainer{
    font-size: 0.9rem;
}
/*end class schedule*/


/*team*/
.team .main-title{
    text-align: center;
}
.team .team-wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-gap: 30px;
}
.team .team-wrapper.owl-carousel{
    display: block;
}
.team .team-holder{
    position: relative;
    text-align: center;
    min-height: 100px;
}
/*.team .team-holder .img-holder{
    height: 364px;
    overflow: hidden;
}*/
.team .team-holder .img-holder img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.team .team-holder .team-info{
    background-color: #F0F2F4;
    padding: 15px;
}
.team .team-holder .team-info .title{
    margin: 0;
}
.team .team-holder .team-info .profession{
    color: rgba(var(--text-color), 1);
    display: block;
}
.team .team-holder .team-info .team-social-link {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.team .team-holder:hover .team-social-link{
    opacity: 1;
}
.team .team-holder .team-info .team-social-link a {
    width: 40px;
    height: 40px;
    display: block;
    background: rgba(var(--primary-color), 1);
    color: rgba(var(--light-color), 1);
    line-height: 40px;
}
.team .team-holder .team-info .team-social-link a:hover {
    background: rgba(var(--secondary-color), 1);
}
/*end team*/



/*discount*/
.discount{
    position: relative;
    padding: 100px 0;
    z-index: 0;
    text-align: center;
}
.discount:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--dark-color), 0.85);
    z-index: -1;
}
.discount .discount-holder .img-holder{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
}
.discount .discount-holder .discount-content{
    background-color: rgba(var(--primary-color), 1);
    padding: 60px;
    width: 100%;
}
.discount .discount-holder .img-holder + .discount-content {
    width: 50%;
}
.discount .discount-content .main-title{
    margin: 0 0 10px;
    color: rgba(var(--light-color), 1.0);
}
.discount .discount-content span.sub-title,
.discount .discount-content p{
    color: rgba(var(--light-color), 1.0);
}
.discount .discount-content span.sub-title{
    font-size: 2.5rem;
    display: block;
    margin: 0 0 35px;
}
/*end discount*/


/*pricing*/
.pricing .row {
    justify-content: center;
}
.pricing .main-title{
    text-align: center;
}
.pricing .pricing-holder{
    padding: 40px;
    box-shadow: 0 0 34px 0 rgba(0 0 0 / 7%);
    text-align: center;
    background: rgba(var(--secondary-color), 1.0);
}
.pricing .pricing-holder .title-price {
    margin: 0 0 40px;
}
.pricing .pricing-holder .title-price .pricing-title{
    color: rgba(var(--light-color), 1);
}
.pricing .pricing-holder .title-price .price{
    font-size: 3.13rem;
    color: rgba(var(--light-color), 1);
    font-weight: 700;
}
.pricing .pricing-holder .title-price .price span{
    font-size: 1.25rem;
}
.pricing .row [class*=col-]:nth-child(even) .pricing-holder{
    background: rgba(var(--primary-color), 1);
}
.pricing .pricing-holder ul{
    padding: 0;
    margin: 0;
}
.pricing .pricing-holder ul li{
    margin: 0 0 20px;
    color: rgba(var(--light-color), 1);
    list-style: none;
}
.pricing .pricing-holder .btn{
    margin: 25px 0 0;
}
.pricing .row [class*=col-]:nth-child(odd) .pricing-holder .btn{
    background: rgba(var(--primary-color), 1);
    border-color: rgba(var(--primary-color), 1);
    color: rgba(var(--light-color), 1.0);
}
.pricing .row [class*=col-]:nth-child(odd) .pricing-holder .btn:before{
    background: rgba(var(--light-color), 1.0);
}
.pricing .row [class*=col-]:nth-child(odd) .pricing-holder .btn:hover{
    background: rgba(var(--light-color), 1);
    border-color: rgba(var(--light-color), 1);
    color: rgba(var(--secondary-color), 1.0);
}
.pricing .row [class*=col-]:nth-child(odd) .pricing-holder .btn:hover:before{
    background: rgba(var(--secondary-color), 1.0);
}
/*end pricing*/


/*testimonial*/
.testimonial{
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 text-align: center;
 position: relative;
 z-index: 0;
 padding: 110px 0 0;
}
.testimonial .testimonial-block{
    padding: 40px;
    background-color: #fff;
    width: 920px;
    box-shadow: 0px 0px 34px rgba(0 0 0 / 7%);
    margin: 0 auto;
}
.testimonial .testimonial-block .icon-quote-left{
    font-size: 1.9rem;
    color: rgba(var(--primary-color), 1);
    margin: 0 0 10px;
    display: block;
}
.testimonial .testimonial-block .img-holder{
    width: 72px;
    height: 72px;
    border-radius: 1000px;
    overflow: hidden;
    margin: 0 20px 10px 0;
}
.testimonial .testimonial-block .testimonial-title{
    display: block;
    /*font-size: 1.25rem;*/
    font-weight: 700;
    margin: 0;
}
.testimonial .testimonial-block .organization{
    color: rgba(var(--text-color), 1);
}
.testimonial .testimonial-block .content-holder{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
}
.testimonial .content-holder .content-info{
    text-align: center;
}
.testimonial .content-holder .img-holder + .content-info{
    text-align: left;
}
/*end testimonial*/



/*home testimonial*/
.home-section.testimonial{
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   position: relative;
   z-index: 0;
   padding: 60px 20px 140px;
   text-align: left;

}
.home-section.testimonial:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--dark-color), 0.85);
    z-index: -1;
}
.home-section.testimonial .main-title{
    color: rgba(var(--light-color), 1.0);
}
.home-section.testimonial .testimonial-block{
    padding: 0;
    background-color: transparent;
    width: 100%;
    box-shadow: none;
    margin: 0;
}
.home-section .testimonial .testimonial-block .icon-quote-left{
    font-size: 1.9rem;
    color: rgba(var(--primary-color), 1);
    margin: 0 0 10px;
    display: block;
}
.home-section.testimonial .testimonial-block .img-holder{
    width: 190px;
    height: 190px;
    border-radius: 1000px;
    overflow: hidden;
    margin: 0 0 10px 0;
}
.home-section.testimonial .testimonial-block .testimonial-title{
    display: block;
    color: rgba(var(--light-color), 1.0);
    margin: 0;
}
.home-section.testimonial .testimonial-block .organization {
    color: rgba(var(--light-color), 1);
    margin: 0 0 15px;
    display: block;
}
.home-section.testimonial .testimonial-block p{
    color: rgba(var(--light-color), 1.0);
}
.home-section.testimonial .testimonial-block .testimonial-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 30px;
    margin: 0 250px 15px 0;
}
.home-section.testimonial .testimonial-holder .content-info{
    width: 100%;
    text-align: left;
}
.home-section.testimonial .testimonial-holder .img-holder + .content-info{
    width: 70%;
}
.home-section.testimonial .owl-carousel .owl-nav button.owl-prev,
.home-section.testimonial .owl-carousel .owl-nav button.owl-next{
    top: auto;
    bottom: -60px;
    transform: none;
    left: 0;
}
.home-section.testimonial .owl-carousel .owl-nav button.owl-next{
    right: auto;
    left: 50px;
}
/*end home testimonial*/



/*shortcode testimonial*/
.testimonial-shortcode .title{
    color: rgba(var(--light-color), 1.0);
}
.testimonial-shortcode .testimonial-block .testimonial-holder{
    display: block !important;
    color: rgba(var(--light-color), 1.0);
    margin: 0 !important;
}
.testimonial-shortcode .testimonial-block .testimonial-holder .content-holder{
    justify-content: flex-start !important;
}
.testimonial-shortcode .testimonial-block .img-holder {
    width: 72px !important;
    height: 72px !important;
    border-radius: 1000px !important;
    overflow: hidden !important;
    margin: 0 20px 10px 0 !important;
}
/*end shortcode testimonial*/



/*blog*/
.blogs .main-title{
    margin: 0 0 40px;
    text-align: center;
}
/*end blog*/



/*archive team and testimonial*/
.archive .testimonial {
    padding: 0;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    grid-gap: 30px;
}
.archive .testimonial:before,
.archive .testimonial:after{
    content: none;
}
.archive .testimonial .testimonial-block{
    width: auto;
    margin: 0;
}
.archive .testimonial .testimonial-block .content-holder{
    justify-content: flex-start;
}
.archive .testimonial .testimonial-block p{
    margin: 0;
}
.archive .testimonial .content-holder .content-info{
    text-align: left;
}
.archive .team .team-title{
    margin: 0;
}
/*end archive team and testimonial*/



/*shortcode testimonial*/
.inside-page .team .team-title{
    text-align: left;
}
.inside-page .team .team-holder .team-info{
    margin: 0;
}
.inside-page .team .container,
.inside-page .pricing .container{
    padding: 0;
    margin: 0;
    width: 100%;
}
.testimonial-shortcode .testimonial-block{
    width: 100%;
}
/*end shortcode testimonial*/



/*default inside page styling*/

/*blog list*/
.inside-page{
    padding: 50px 0;
}
.grid-view {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 0 30px;
}
.blog-list-block .post{
    margin: 0 0 30px;
}
.grid-view .post {
    position: relative;
}
.list-view [class*=post-] .news-snippet,
.list-view .post .news-snippet{
    display: flex;
    flex-direction: row;
    margin: 0 0 30px;
}
.list-view [class*=post-] .news-snippet .featured-image,
.list-view .post .news-snippet .featured-image{
    width: 40%;
}
.list-view [class*=post-] .news-snippet .summary,
.list-view .post .news-snippet .summary{
    width: 100%;
}
.list-view [class*=post-] .news-snippet .featured-image + .summary
.list-view .post .news-snippet .featured-image + .summary{
    width: 60%;
}
.grid-view .news-snippet .featured-image{
    height: 280px;
    overflow: hidden;
    display: block;
}
.grid-view .news-snippet img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.news-snippet {
    border: 1px solid #eee;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.news-snippet .featured-image{
    display: block;
}
.news-snippet img{
    width: 100%;
}
.news-snippet .summary {
    width: 100%;
    float: left;
    padding: 30px;
}

figure.wp-block-table table {border: 1px solid #ddd;}
figure.wp-block-table table tr{border: 1px solid #ddd;}
figure.wp-block-table table tr th,figure.wp-block-table table tr td{border: 1px solid #ddd;padding:10px;}
figure.wp-block-table table tr td{padding:20px 10px;}


h6.category {
    display: inline-block;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 10px;
	display:none;
}
h6.category a {
    color: rgba(var(--light-color), 1);
    font-size: 0.8rem;
    padding: 2px 7px;
    background: rgba(var(--secondary-color), 1);
}
h6.category a:hover{
    background: rgba(var(--primary-color), 1);
}
.news-title {
        margin: 0 0 10px 0;
    font-size: 34px;
    text-transform: capitalize;
    line-height: normal;
}
.news-title a{
    color: rgba(var(--primary-color), 1);
}
.news-title a:hover{
    color: rgba(var(--secondary-color), 1);
}
.info {
    font-size: 0.85rem;
    color: #aaa;
    margin-bottom: 5px;
}
.info ul li {
    padding: 0 15px 0 0;
    color: #aaa;
    display: inline-block;
    vertical-align: top;
}
.info ul li a{
    color: #aaa;
}
.info ul li a:hover{
    color: rgba(var(--secondary-color), 1);
}
a.readmore{
    color: rgba(var(--primary-color), 1);
}
a.readmore:hover{
    color: rgba(var(--secondary-color), 1);
}
button.loadmore{
    margin: 30px 0 0;
}
/*end blog list*/


/*blog detail*/
.inside-page .category-title {
    background: rgba(var(--primary-color), 1);
    padding: 10px 30px;
    margin: 0 0 30px;
    font-size: 1.9rem;
    color: rgba(var(--light-color), 1);
}
.detail-content .page-title{
        margin: 0 0 10px;
    font-size: 34px;
    text-transform: capitalize;
    line-height: normal;
}
.detail-content ul li{
    list-style: disc;
}
.detail-content ol li{
    list-style: decimal;
}
h1.entry-title, 
h1.page-title {
    margin: 0 0 20px 0;
}
.comments-area {
    margin-top: 30px;
}
.info {
    font-size: 0.85rem;
    color: #aaa;
    margin-bottom: 15px;
}
.info ul {
    margin: 0;
}
.info ul li {
    padding: 0 15px 0 0;
}
.info a {
    color: #aaa;
}
figure.feature-image {
    padding: 0 0 30px 0;
}
figure.feature-image img {
    width: 100%;
}
.comments-area .comment-form label, 
.comments-area .comment-form input {
    display: block;
    font-weight: 300;
}
.required {
    color: #FF8B3D;
}
.comments-area .comment-form input, 
.comments-area .comment-form textarea {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
    width: 100%;
}
.comments-area .comment-form .comment-form-cookies-consent{
    display: flex;
    align-items: center;
}
.comments-area .comment-form input[type="checkbox"]{
    height: auto;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 10px 0 0;
}
.comments-area .comment-form .form-submit input {
    background: rgba(var(--secondary-color), 1);
    color: rgba(var(--light-color), 1);
    text-transform: uppercase;
    letter-spacing: 3px;
    border: none;
}
.comments-area .comment-form .form-submit input:hover{
    background: rgba(var(--primary-color), 1);
}
.comments-area a{
    color: rgba(var(--primary-color), 1);
}
.comments-area a:hover{
    color: rgba(var(--secondary-color), 1);
}
article a{
    text-decoration: underline;
    color: rgba(var(--primary-color), 1);
}
article a:hover{
    color: rgba(var(--secondary-color), 1);
}
.author-post{
    display: flex;
    align-items: center;
    margin: 40px 0;
    border: 1px solid #ddd;
    border-style: solid none;
    padding: 20px 0;
    overflow: hidden;
}
.author-post .author-image{
    margin: 0 15px 0 0;
}
.author-post img{
    width: 50px;
}
.author-post a{
    color: rgba(var(--dark-color), 1);
}
.author-post a:hover{
    color: rgba(var(--primary-color), 1);
}
.comments-title{
    margin: 0 0 20px;
}
.comment-list {
    list-style: none;
    padding: 0;
}
.comment-list ol{
    list-style: none;
}
.comment-list li li:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}
.comment-list li article {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
}
.comment-list .reply a{
    text-decoration: none;
}
.comment-meta .comment-author {
    margin: 0 0 15px;
}
.comment-meta .comment-author a{
    text-decoration: none;
    color: rgba(var(--dark-color), 1);
}
.comment-meta .comment-author a:hover{
    color: rgba(var(--primary-color), 1);
}
.comment-meta .comment-author img {
    width: 50px;
    margin: 0 10px 0 0;
}
.comment-meta .comment-metadata {
    margin: 0 0 10px;
}
.comment-meta .comment-metadata a{
    text-decoration: none;
}
.comment-meta .comment-metadata .edit-link{
    margin: 0 0 0 20px;
}
.comment-meta .comment-metadata .edit-link a{
    color: rgba(var(--secondary-color), 1);
}
.comment-meta .comment-metadata .edit-link a:hover{
    color: rgba(var(--primary-color), 1);
}
/*end blog detail*/


/*sidebar*/
.widget-area .widget{
    margin: 0 0 30px;
    border: 1px solid #eee;
    padding: 30px;
    background: #fff;
    /*border-radius: 5px;*/
}
.widget-area .widget.widget_media_image{
    padding: 0;
}
.widget-area .widget ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-area .widget ul li{
    margin: 0 0 15px;
    border-bottom: 1px solid #eee;
    padding: 0 0 15px;
}
.widget-area .widget ul li:last-child{
    margin: 0;
    padding: 0;
    border: 0;
}
.widget-area .widget a{
    color: rgba(var(--text-color), 1);
}
.widget-area .widget a:hover{
    color: rgba(var(--secondary-color), 1);
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.widget_search .search-form{
    display: flex;
}
.widget_search .search-form label{
    width: 100%;
}
.widget_search input.search-field {
    padding: 8px 5%;
    width: 100%;
    border-right: none;
}
.widget_search input.search-submit {
    border: none;
    background: url(images/search.png) center no-repeat;
    color: #fff;
    width: 22%;
    background-size: 25px;
    text-indent: -9999px;
    background-color: rgba(var(--primary-color), 1); 
    padding: 20px;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}
.widget_search input.search-submit:hover{
    background-color: rgba(var(--secondary-color), 1);
}
#search-submit__button {
    width: 24%;
}

/*new update search widget*/
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.wp-block-search .wp-block-search__input{
    border-color: #ddd;
    background: #fff;
}
.wp-block-search .wp-block-search__button{
    border-radius: 0;
    background: rgba(var(--primary-color), 1.0);
    border: 0;
    color: rgba(var(--light-color), 1.0);
}
.wp-block-search .wp-block-search__button svg{
    fill: rgba(var(--light-color), 1.0);
}
.wp-block-search .wp-block-search__button:hover{
    background: rgba(var(--secondary-color), 1.0);
}
/*end new update search widget*/

.widget-title{
    margin: 0 0 40px;
    position: relative; 
    color: rgba(var(--dark-color), 1);
}
.widget-title:after {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 5px;
    background: rgba(var(--primary-color), 0.1);
}
.widget-area .widget_calendar table{
    width: 100%;
}
/*end sidebar */

/*search page*/
.no-results{
    padding: 30px;
    background: #fff;
}
.no-results .search-form{
    display: flex;
    flex-wrap: wrap;
}
.no-results .search-form label{
    width: 80%;
}
.no-results .search-form .search-submit{
    width: 20%;
    background: rgba(var(--primary-color), 1);
    border-color: rgba(var(--primary-color), 1);
    color: rgba(var(--light-color), 1);
}
.no-results .search-form .search-submit:hover{
    background: rgba(var(--secondary-color), 1);
    border-color: rgba(var(--secondary-color), 1);
}
.search-page [class*=post-]{
    background: #fff;
}
.search-page [class*=post-]:last-chilf{
    margin: 0;
}
.search-page .news-snippet{
    display: flex;
    flex-direction: row;
    margin: 0 0 30px;
}
.search-page .news-snippet .featured-image{
    width: 40%;
}

.search-page .news-snippet .summary{
    width: 100%;
}
.search-page .news-snippet .featured-image + .summary{
    width: 60%;
}
.search-page .page-header {
    background: rgba(var(--primary-color), 1);
    padding: 10px 30px;
    margin: 0 0 30px;
}
.search-page .page-header .page-title {
    margin: 0;
    font-size: 1.9rem;
    color: rgba(var(--light-color), 1.0);
}
/*end search page*/

/*pagination*/
.pagination{
    margin: 0 0 30px;
}
.pagination .nav-links{
    display: flex;
    flex-wrap: wrap;
}
.pagination .page-numbers{
    padding: 6px 15px;
    background: rgba(var(--primary-color), 1);
    display: block;
    margin: 0 15px 0 0;
    color: rgba(var(--light-color), 1);
}
.pagination .page-numbers.current{
    background: rgba(var(--secondary-color), 1);
}
.pagination a:hover{
    background: rgba(var(--secondary-color), 1);
}
/*end pagination*/


/*contact form 7*/
.wpcf7-submit {
    border-radius: 0 !important;
    border: 0 !important;
    background: rgba(var(--primary-color), 1) !important;
    color: rgba(var(--light-color), 1) !important;
    padding: 0.4em 1em !important;
    transition: all 0.2s ease-in-out;
    width: 100%;
}
.wpcf7-submit:hover{
    background: rgba(var(--secondary-color), 1) !important;
}
/*end contact form 7*/


.widget .blog-sidebar-widget-author-bio-holder li.social-share-list{
    padding: 0;
}

/*end default inside page styling*/



/*footer*/
.footer{
    padding: 70px 0 0;
    background: #031942;
    overflow: hidden;
    color: rgba(var(--text-color),1);
}
.footer .copyright{
    border-top:1px solid #ffffff21;
    padding: 20px 0;
    text-align: center;
}
.footer a {
    color: rgba(var(--bg-white), 1);
}
.footer .copyright a {
    color: rgba(var(--primary-color), 1);
}
.footer .copyright a:hover {
    color: rgba(var(--light-color), 1);
}
.footer .copyright p{
    margin: 0;
    color: rgba(var(--light-color), 1.0);
}
.footer .widget-title:after {
    content: none;
}
.footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer ul li{
    margin: 0 0 10px;
    color: rgba(var(--light-color), 1.0);
}
.footer ul li:last-child{
    margin: 0;
}
.footer ul li a,
.footer p{
    color: rgba(var(--light-color), 1);
	margin-bottom:10px;
}
.footer ul li a:hover{
    color: rgba(var(--bg-white), 1);
}
.footer .widget-title {
    color: rgba(var(--light-color), 1);
    margin: 0 0 20px;
}
.newsletter button{    background: #1355ff;
    color: #fff;
    border-color: #1355ff;
    margin-left: -1px;}
.newsletter input[type="email"]{    border-radius: 3px 0px 0px 3px;}
/*end footer*/


@media(max-width: 1199px){
    .header .header-wrapper{
        grid-template-columns: 25% 1fr;
    }
    .classes .classes-holder{
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }
    .services-content{
        padding: 50px;
    }
    .home-section.testimonial .testimonial-block .testimonial-holder{
        margin: 0 0 15px 0;
    }
    .home-section.testimonial .testimonial-holder .img-holder + .content-info {
        width: 75%;
    }
}


@media(max-width: 991px){

    h1{font-size: 2rem;}
    h2{font-size: 1.75rem;}
    h3{font-size: 1.5rem;}
    h4{font-size: 1.25rem;}
    h5{font-size: 1.15rem;}
    h6{font-size: 1rem;}



    /*navigation responsive*/
    /*hamburger style*/
    .menu-toggle{
        display: block;
        background: none; 
        padding: 0;
        z-index: 9999;
        margin: 0 auto;
    }

    .navbar-toggler {
        margin: 0 0 0 auto;
        border: 0;
        border-radius: 0;
        padding: 0;

    }
	.header .header-wrapper{flex-direction: row !important;}
    #nav-icon {
        width: 26px;
        height: 24px;
        position: relative;
        margin: 0 auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        cursor: pointer;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        background: rgb(34 33 96);
    }

    /* Icon 3 */

    #nav-icon span:nth-child(1) {
        top: 0px;
    }

    #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
        top: 9px;
    }

    #nav-icon span:nth-child(4) {
        top: 18px;
    }

    .main-navigation.toggled #nav-icon span:nth-child(1) {
        top: 7px;
        width: 0%;
        left: 50%;
    }

    .main-navigation.toggled #nav-icon span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .main-navigation.toggled #nav-icon span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .main-navigation.toggled #nav-icon span:nth-child(4) {
        top: 7px;
        width: 0%;
        left: 50%;
    }

    /*end hamburger*/

    .main-navigation ul li a{
                padding: 12px 15px;
        width: 100%;
        color: rgba(var(--dark-color), 1.0);
        border-bottom: 1px solid #e1e1e1;
		    font-size: 14px;
    }
    .main-navigation ul li.page_item_has_children > a::before,
    .main-navigation ul li.menu-item-has-children > a::before{
        right: 5px;
    }
    .main-navigation ul li ul li.page_item_has_children > a::before, 
    .main-navigation ul li ul li.menu-item-has-children > a::before{
        right: 15px;
    }
    .main-navigation ul li ul li.page_item_has_children > a::before, 
    .main-navigation ul li ul li.menu-item-has-children > a::before{
        content: "\f107";
    }
    .main-navigation ul ul {
        visibility: initial;
        opacity: 1;
        transition: initial;
        top: initial;
        left: initial;
        width: 100%;
        position: static;
        z-index: 999;
        transform-origin: initial;
        animation-fill-mode: initial;
        transform: initial;
        box-shadow: initial;
        height: 0;
        overflow: hidden;
        background-color: #fff;
        margin: 0;
    }
    .main-navigation li {
        display: block;
    }

    .main-navigation .nav-menu{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
        padding: 0 15px;
        z-index: 999;
        margin: 0px auto;
        width: 95%;
    }
    .main-navigation.toggled .nav-menu{
        display: block;
        z-index: 9999;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li:focus > ul,
    .main-navigation ul li.focus > ul{
        height: auto;
        overflow: visible;
        z-index: 1000;
        border: 1px solid #ddd;
    }
    .main-navigation ul ul ul {
        left: initial;
        top: initial;
        border-style: solid none none;
        border-top: 1px solid #ddd;
    }
    .header .header-wrapper{
        display: flex;
        flex-wrap: wrap;
    }
    .header-wrapper .main-navigation ul{
        float: none;
    }
    /*end navigation responsive*/


    .top-header .t-header-holder .social-navigation{
        display: none;
    }
    .top-header .t-header-holder .social-navigation + a{
        padding: 0;
        border: 0;
    }

    .home-section{
        margin: 0 0 50px;
    }
    .main-title{
        margin: 0 0 30px;
    }
    .banner{
        margin: 0 0 50px;
    }
    .banner .item{
        padding: 180px 0 0;
    }
    .banner .caption{
        padding: 40px;
    }
    .banner .banner-title{
        font-size: 3.4rem;
        line-height: 60px;
    }


    .services .row [class*=col-] {
        margin: 0;
    }
    .services .img-holder{
        padding: 0;
        height: 400px;
    }
    .services .img-holder img{
        object-position: top;
    }
    .services .row .img-holder + .services-content{
        width: 100%;
    }
    .services-content{
        background: rgba(var(--dark-color), 1.0);
    }
    .services-content:before{
        content: none;
    }


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


    .home-section.testimonial .testimonial-holder .img-holder + .content-info{
        width: 65%;
    }

    .discount .discount-content span.sub-title{
        font-size: 2rem;
    }

    .session-block{
        padding: 30px;
    }
    .session-counter .row [class*=col-]{
        margin: 0 0 30px;
    }
    .session-counter .row [class*=col-]:last-child{
        margin: 0;
    }


    .pricing .row [class*=col-] {
        margin: 0 0 30px;
    }
    .pricing .row [class*=col-]:last-child{
        margin: 0;
    }

    /*detail page page-title*/
    .inside-page .category-title,
    .search-page .page-header .page-title{
        font-size: 1.6rem;
    }
    /*end detail page-title*/

    .footer .widget{
        margin: 0;
    }

    aside,
    .widget-area{
        margin: 30px 0 0;
    }
}

@media(max-width: 600px){
    #wpadminbar{
        position: fixed;
    }
}

@media(max-width: 767px){
	.top-header .t-header-holder {
    justify-content: center;
}
    .banner .caption{
        width: 100%;
        padding: 30px;
    }

    .services .img-holder{
        height: 300px;
    }

    .about{
        padding: 50px 0;
    }
    .about .row{
        flex-direction: column-reverse;
    }
    .about .img-holder{
        margin: 0 0 30px;
    }

    .home-section.testimonial .testimonial-block .testimonial-holder{
        align-items: flex-start;
    }
    .home-section.testimonial .testimonial-block .img-holder{
        width: 100px;
        height: 100px;
    }

    
   .benefits .benefits-holder{
    display: block;
}
.benefits .benefits-holder .benefits-content{
    width: 100%;
    padding: 50px 30px;
}

.team .main-title,
.pricing .main-title{
    margin: 0 0 40px;
}
.newsletter{
    padding: 40px 0;
}
.newsletter .blossomthemes-email-newsletter-wrapper{
    display: block;
}
.newsletter .blossomthemes-email-newsletter-wrapper .text-holder {
    margin: 0 0 15px;
}
.owl-carousel .owl-nav button.owl-next{
   right: -12px;
}
.owl-carousel .owl-nav button.owl-prev{
   left: -12px;
}

}


@media(max-width:  575px){
    .header .t-header-holder .book-btn{
        padding: 13px !important;
        font-size: 0.75rem;
        font-weight: 700;
    }
    .header .top-header a {
        margin: 11px 15px 11px 0;
    }

    .banner .banner-title{
        font-size: 2.5rem;
    }
    .services{
        margin: 0;
    }
    .services-content{
        padding: 30px;
    }
    .services-content .services-item .item-block{
        display: block;
    }
    .services-content .services-item .item-block .icon-holder{
        margin: 0 0 15px;
    }


    .discount .discount-content span.sub-title{
        font-size: 1.9rem;
    }

    .home-section.testimonial .testimonial-block .testimonial-holder{
        display: block;
    }
    .home-section.testimonial .testimonial-holder .img-holder + .content-info{
        width: 100%;
    }
    .team .main-title, 
    .pricing .main-title,
    .blogs .main-title{
        margin: 0 0 20px;
    }
    .newsletter .blossomthemes-email-newsletter-wrapper [class*=blossomthemes-email-newsletter-] input[type="submit"]{
        padding: 10px 25px;
    }
    .pricing .pricing-holder{
        padding: 30px;
    }
    .news-snippet{
        display: block !important;
    }
    .news-snippet .featured-image,
    .news-snippet .summary{
        width: 100% !important;
    }
	#PlanWrap ul.js-plethoraplugins-tabs {
    display: none;
}
}
#PlanWrap ul.js-plethoraplugins-tabs{padding:0;display:flex;gap:12px;margin-bottom:25px}
#PlanWrap .plethoraplugins-tabs{border:0}
#PlanWrap .tabs .js-plethoraplugins-tabs--link{background:#e9f5ff;border-radius:999px;padding:10px 18px;color:#0b84ff;font-weight:600;cursor:pointer;border:0;transition:all .18s;font-size:16px}
#PlanWrap .tabs .js-plethoraplugins-tabs--link span{line-height:16px;display:block}
#PlanWrap .js-plethoraplugins-tabs--link.active,.tab.active{background:#0b84ff;color:#fff}
#PlanWrap .js-plethoraplugins-tabs--link:after{display:none}
#PlanWrap .js-plethoraplugins-tab-panel{margin:0}
.plan{padding:20px;border:1px solid #f0f2f7;border-radius:10px}
.price{font-size:28px;font-weight:700;color:#404040}
.renewal{margin-top:10px;color:#6b6b6b;font-size:13px}
.icon-box-grid>div {
    padding: 0;
    margin-top: -1px;
    margin-left: -1px;
}
.feature-wrap {
    background: #fff;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .07);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    border-radius: 0;
    height: 100%;
    box-shadow: none;
    position: relative;
    padding: 30px;
    min-height: 240px;
}
.feature-wrap:hover {
    box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 28%);
    -webkit-box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 28%);
    -moz-box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 28%);
    border-color: transparent;
    z-index: 1;
}
.container {
    margin-left: auto !important;
    margin-right: auto !important;
}
.rounded img{
    border-radius: .25rem !important;
}
.footer-title {
    font-size: 24px;
    color: var(--bs-white);
    position: relative;
    letter-spacing: -.2px;text-transform:capitalize;
}
.plethoraplugins-accordion.plethoraplugins-theme__minimal.plethoraplugins-theme__basic .pds-accordion__title {
    background: #fff;
    color: inherit;
    margin-bottom: 0;
    padding: var(--pds-tabs-acc-header-padding-basic);
    font-weight: 400;
}
.plethoraplugins-accordion.plethoraplugins-theme__minimal.plethoraplugins-theme__basic .is-open .pds-accordion__title {
        color: #0e0e0e;
    background-color: #f7f7f7;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / .125);
}
.plethoraplugins-accordion.plethoraplugins-theme__minimal .pds-accordion__item{background-color: #fff;
    border: 1px solid rgb(0 0 0 / .125);border-bottom: 0;
    display: block !important;}
.plethoraplugins-accordion.plethoraplugins-theme__minimal .pds-accordion__item:last-child{border-bottom: 1px solid rgb(0 0 0 / .125);}
.strong-view.wpmtst-modern .wpmtst-testimonial-content:before, .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
    color: #111160 !important;
    background: #111160 !important;
}
@media (min-width: 992px) {
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}