/*
Generat Settings
*/

/*! 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; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }

  html, body {
    overflow-x:hidden;
    width:100%;
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
 
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * 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; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font 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; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * 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; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * 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; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding 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; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* 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;
  }


  /* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.gallery-caption {
  position: relative;
}
.bypostauthor {
  position: relative;
}


.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

table{
  width: 100%;
}
.widgets_grid_box .widget_categories ul:before, .widgets_grid_box .widget_meta ul:before, .widgets_grid_box .widget_archive ul:before{
  clear: both;
  content: '';
  overflow: auto;
}

.widgets_grid_box  ul ul.children{
  padding: 0px 0px 0px 5px!important;
  border-radius: 0px;
  border: 0px!important;
  
}

.widgets_grid_box .widget_categories ul li ,
.widgets_grid_box .widget_archive ul li{
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a ,
.widgets_grid_box .widget_archive ul li a{
  float: left;
}
.post-password-form label{
width: 100%;
}
input[type="password"]{
  width: 100%;
}
.wp-block-button{
  margin-bottom: 15px;
}
.has-background-dim ,
.has-background-dim p{
  color: #fff;
}

.col-lg-12.padding_zero{
  padding: 0px;
}
.sec_comments .col-lg-12{
  padding: 0px;
}

input::file-selector-button {
   
  color: #ffffff;
  padding: 0.2em;
  border: thin solid grey;
  border-radius: 3px;
  background-color: var(--primary-color-one);
}

.pulser {
    position: relative;
    display: inline-block;
}

.phone-icon {
    text-decoration: none;
    color: inherit;
    position: relative;
}

.phone-number {
    display: none;
    position: absolute;
    top: -30%;
    right: 100%; /* Adjust to position the number beside or below */
    margin-left: 10px; /* Add spacing between icon and number */
    background-color: #f1f1f1;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.phone-icon:hover .phone-number {
    display: inline-block;
}

.a1{
  margin-left: -2%;
}
.a2{
  margin-top: -6px;
}
.a3{
  background-color: #fff!important;
  border-radius: 0px!important;
  margin-top: 7px!important;
 left: 44px!important;
 width: 30px!important;
}

.a4{
  width: 51px!important;
  left: 35px!important;
}

.a222 img{
  width: 35px!important;
  margin-bottom: -7px !important;
  margin-left: 9px !important;
}

.a2222 img{
  width: 60px !important;
   margin-bottom: -7px !important;
  margin-left: 0px !important;
}

.a5{
  width: 37px!important;
  left: 41px!important;
}

.a6{
  width: 41px!important;
  left: 38px!important;
}

.a7{
  width: 30px!important;
  height: 30px!important;
  line-height: 31px!important;
}
.a8{
  font-size: 24px!important;
}
.a9{
  padding-bottom: 7px!important;
  margin-bottom: 18px!important;
}
.a10{
  text-align: right!important;
}
.a11{
  margin-bottom: -16%;
}
.a12{
  margin-right: 25px;
}
.a13{
  margin-top: 15px;
}
.a14{
  padding: 13px 0px 0px 0px!important;
}
.a15{
  color: #f18200;
}
.a16{
  margin-left: 15%!important;
  margin-top: -11%!important;
  font-size: 20px!important;
}
.a17{
  margin-left: 10%!important;
  margin-top: 0px;
}
.a18{
  border: 1px solid #e4e7ee!important;
}
.a19{
  text-align: center!important;
}
.a20{
  font-size: 2rem!important;
}
.a21{
    padding-top: 10px!important;
    padding-bottom: 15px!important;
    background-color: #fff!important; 
}
.a22{
  margin-left: 15%!important;
}
.a23{
  margin-bottom: 5px!important;
}
.a24{
  margin-left: 15px!important;
}
.a25{
  margin-top: -9%!important;
  font-size: 20px!important;
  margin-left: 15%!important;
}
.a26{
  margin-left: 30%!important;
  margin-top: 0px;
}
.a27{
  margin-left: 15%!important;
  margin-top: -10%!important;
  font-size: 20px!important;
}
.a28{
  margin-left: 60%!important;
  margin-top: 0px;
}
.a29{
  margin-left: 25%!important;
  margin-top: 0px;
}

.a30{
  margin-bottom: 0px!important;
}
.a31{
  margin-top: 30px!important;
}
.a32{
  color:#f18200!important;
}
.a33{
  margin-bottom: 6%!important;
}
.a34{
  font-size: 1.5rem!important;
}
.a35{
  margin-top: 30px!important;
}
.a36{
  margin: 0px 0px 0px 0px!important;
}
.a37{
  font-size: 34px!important;
}
.a38{
  padding: 60px 40px 60px 40px!important;
}
.a39{
  margin-left: 70px!important;
}
.a40{
  width: 55px!important;
  height: 55px!important;
}
.a41{
  margin-bottom: 15%!important;
}
.a42{
  font-weight: 600!important;
}
.a43{
  font-size: 25px!important;
}


.a46{
  margin-top: 10px!important;
}
.a47{
  border: 1px solid #dbdbdb!important;
}
.a48{
  margin-bottom: 5px!important;
  margin-top: 5px!important;
}
.a49{
  color: #0048b9!important;
}
.a49:hover{
  color: #f18200!important;
}
.a50{
  font-size: 20px!important;
}
.a51{
  text-align: left!important;
}
.a52{
  margin-bottom: 20px!important;
}
.a53{
  font-weight: 500!important;
}
.a54{
  margin-top: 10px!important;
  margin-bottom: 10px!important;
}
.a55{
  border-radius: 11px!important;
}
.a56{
  font-size: 0.9rem;
}
.a57{
  border: 1px solid #dbdbdb;
  border-radius: 11px!important;
  padding: 2px!important;
}
.a58{
  width: 65%!important;
}
.a59{
  width: 35%!important;
}
.a60{
  font-size: 1rem!important;
  margin-bottom: 20px!important;
}
.a61{
  height:247px!important;
}
.a62{
  height: 320px!important;
}
.a63{
  padding-right: 0px!important;
  padding-left: 0px!important;
}
.a64{
  margin-bottom: 2px!important;
}
@media(max-width:767px){
  .b1{
    padding-bottom: 30px!important;
  }
  .b2{
    padding-top: 40px!important; 
  }
  .b3{
    font-size: 24px!important;
  }
  .b4{
    text-align: center!important;
  }
  .b5{
    font-size: 22px!important;
  }
  .b6{
    margin-bottom: 0rem!important;
  }
  .b7{
    display: none!important;
  }
  .b8{
    padding-top: 0px!important;
  }
  .b9{
    width: 100%!important;
  }
  .b10{
    padding-top: 30px!important;
  }
}


.dd{
  font-family: var(--creote-family-one);
  font-weight: 600;
}

.left-sidebar .all_side_bar .side_bar::after{
  display: none !important;
}

.left-sidebar .content-area::before{
  display: none !important;
}

.contnett{
  margin-top: 30px;
  margin-left: -50px;
}

.a277{
  margin-left: 22%!important;
  margin-top: -21%!important;
  font-size: 20px!important;
}

.a22222{
  margin-left: 22% !important;
}

.map-img{
  margin-top: -8% !important;
}
.point-font{
  font-size: 20px;
}

.points{
  font-size: 18px;
}

.call_to_action.style_one .left_content{
  padding: 50px 0px !important;
}

.icon_box_all.style_one{
  padding: 35px 15px 30px !important;
}


@media(max-width: 767px){
  .text-just{
  text-align: justify;
}
.icon_box_all.style_one{
  padding: 35px 10px 30px !important;
}
}

.title-cont{
  font-size: 16px !important;
  line-height: 26px;
}

.padd-top{
  padding-top: 80px !important;
}

@media(max-width: 767px){
  .mobile-list{
    display: none;
  }
  .title-cont{
  font-size: 14px !important;
  line-height: 26px;
}
.a277{
  margin-left: 24% !important;
  margin-top: -23% !important;
}
.a22222{
  margin-left: 24% !important;
}
.bread-remove{
  display: none;
}
.page_header_default{
  padding: 50px 0px 30px !important;
}
.title_all_box.style_one .title_sections .title{
  font-size: 25px !important;
}
.padd-top{
  padding-top: 40px !important;
}
}

.ss{
  text-align: justify !important;
}

.faq_section{
  padding-bottom: 40px;
}

@media (max-width:767px) {
  .faq_section{
  padding-bottom: 10px;
}
}

.ooo{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8% 0px;
}

.ooo h1{
  font-size: 50px;
  margin-bottom: 20px;
  color: #f18200;
}

.ooo p{
  font-size: 20px;
  text-align: center;
}


.dropdown-menu .dropdown-item {
    color: #000; /* Default text color (black) */
    text-decoration: none;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
    color: #0056b3; /* Blue on hover/click */
}

.dropdown-menu .dropdown-item {
    color: #000; /* normal state */
}

.dropdown-menu .dropdown-item:hover {
    color: #0d6efd; /* bootstrap primary blue */
}

@media(max-width:767px){
  
.ooo h1{
  font-size: 30px;
}
}

.aa22 img{
  width: 37px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.imagee img{
  width: 700px !important;
  height: 426px !important;
}

.project_box.style_three{
  padding: 15px !important;
}

.imageee img{
  height: 426px !important;
}

.logoo img{
  height: 150px !important;
  left: 20px;
}

.foooter-menu-items{
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin-top: -10px;
}

.foooter-menu-itemss{
  margin-top: -13px;
}

.foooter-menu-items h5{
  color: #fff;
  font-size: 15px;
}

.foooter-menu-items a{
  margin-top: 10px !important;
}

.privacy-policyy{
  padding: 70px 0px;
}

.privacy-policyy h1{
  text-align: center;
  margin-bottom: 20px;
}

.privacy-policyy h3{
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
}

.terms-condition h3{
  font-size: 20px;
}

.performace-mark{
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: -50px;

}

.performace-mark-content{
  padding: 0px 20px;
}

.performace-extra{
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 20px 0px;
  justify-content: center;
}

@media(min-width:900px){
  .performace-mark-content{
  width: 650px;
}
}


@media(max-width:997px){
  .performance-box{
    width: 100%;
  }
  .performace-extra{
  display: flex;
  flex-direction: column;
}
}

.doontwant li{
  list-style: none;
}
.traning-contentnt{
  background: #fff;
  padding: 20px 20px 20px 50px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .09);
  border-radius: 10px; margin-bottom: 20px;
  margin-bottom: 20px;
}

.traning-contentnt h2{
  font-size: 20px;
}

.price-headd{
  padding: 10px 0px 30px;
}

.duration{
  font-weight: 600;
  color: #f28202;
  border: 1px solid #f28202;
  padding: 10px 20px;
  border-radius: 10px 0px;
}

.level{
  margin-top: 40px;
}

.marg-dura{
  margin-top: 30px;
}


.price{
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}


.price button a:hover{
  color: #000 !important;
}

.whatsapp-btn{
  border: none !important;
  border: 1px solid #28d366 !important;
  color: #28d366 !important;
}

.whatsapp-btn:hover{
  background: #28d366 !important;
  color: #fff !important;
}


.price p{
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 0px !important;
}

.price button{
  margin-top: 0px !important;
}

.gogogo{
 -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
          border-radius: 20px; 
}


@media(max-width:767px){
  .privacy-policyy{
  margin: 0px 3%;
  padding: 30px 0px;
}
.privacy-policyy h1{
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
}
.privacy-policyy ul li{
  font-size: 14px;
}
.performace-mark{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 0px;
}
.performace-mark-content{
  padding: 0px 20px;
  margin-top: -70px;
}
.performace-extra{
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
}
.diss-none{
  display: none;
}
.traning-contentnt{
  padding: 20px 20px;
}
.traning-contentnt h2{
  font-size: 20px;
  line-height: 30px !important;
}
.price{
  display: block;

}

.price button{
  margin-top: 20px !important;
}
.price p{
  font-size: 20px !important;
}
}

