@charset "UTF-8";
.card,
body {
  background-color: #fff;
}

#logo,
nav a {
  display: block;
}

body,
nav a {
  font-size: .95rem;
}

.bold-i-txt {
  font-size: 20px;
  font-style: italic;
  color: #c3911e;
}

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

.spn-txt {
  color: #c3911e;
  text-align: center;
}

.txt-justify {
  text-align: justify;
  text-justify: inter-word;
}

.card-link:hover,
nav a {
  text-decoration: none;
}

.styled-table tbody tr:nth-of-type(2n),
nav a:hover,
nav ul li {
  background-color: #fbfcfd;
}

.breadcrumb,
.card,
.row,
nav,
nav li {
  display: flex;
}

.card,
.gg-chevron-right,
nav ul,
nav ul ul li,
nav ul ul ul li {
  position: relative;
}

*,
.gg-chevron-right,
::after,
::before {
  box-sizing: border-box;
}

.font-weight-bold,
.table>thead,
h4 {
  font-weight: 600;
}

body,
nav,
ol,
p,
ul {
  margin: 0;
}

.table,
a,
body,
nav a {
  color: #000;
}

#content p,
p {
  line-height: 1.5;
}

.f-italic-color,
.font-italic,
.more-link,
address>strong {
  font-style: italic;
}

#top-social li,
.breadcrumb,
.flex-control-nav,
.list-none,
.pricing-features ul,
nav ul {
  list-style: none;
}

.styled-table,
table {
  border-collapse: collapse;
}

#cookies_cancel_btn,
.button,
.flex-control-nav li a,
.form-control-color:not(:disabled):not([readonly]),
.form-control[type=file]:not(:disabled):not([readonly]),
.question,
.toc-toggle-btn,
.widget-links,
label {
  cursor: pointer;
}

@media (prefers-reduced-motion:no-preference) {
 :root {
  scroll-behavior: smooth;
}
}

@font-face {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Mulish-VariableFont_wght.ttf");
}

@font-face {
  font-family: Marcellus;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Marcellus-Regular.ttf");
}

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

.font {
  font-size: 20px;
}

.under {
  text-decoration: underline;
}

.container,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
/*    padding: 0;*/
}

@media (min-width:576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
  .col-sm {
    flex: 1 0 0%
  }
  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1140px;
  }
}

@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1320px;
  }
}

.row {
  flex-wrap: wrap
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.col {
  flex: 1 0 0%;
}

.col-auto,
.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}

.col-12,
.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}

.col-6,
.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-3,
.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-1,
.col-2 {
  flex: 0 0 auto;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-4,
.col-5 {
  flex: 0 0 auto;
}

.col-4 {
  width: 33.33333333%;
}

.col-5 {
  width: 41.66666667%;
}

.col-7,
.col-8 {
  flex: 0 0 auto;
}

.col-7 {
  width: 58.33333333%;
}

.col-8 {
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%
}

.font-weight-light,
.form-control,
body {
  font-weight: 400;
}

.card {
  padding: 2rem;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: .25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}

.card-footer,
.card-header {
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, .03);
}

.card-title,
.form-label {
  margin-bottom: .5rem;
}

.card-header,
.card-text:last-child,
.quick-contact-widget.form-widget .input-group .form-control,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.card-link+.card-link {
  margin-left: 1rem;
}

.card-header {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-footer {
  border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card-group>.card {
  margin-bottom: .75rem;
}

.breadcrumb {
  flex-wrap: wrap;
}

.collapse:not(.show),
.display-none,
.heading-block.border-0::after,
.heading-block.border-bottom-0::after,
.pricing-extended .pricing-action-area .pricing-price::after,
.toggle,
.widget-twitter-feed .twitter-feed.twitter-feed-avatar i.icon-twitter,
.widget-twitter-feed .twitter-feed:not(.twitter-feed-avatar) a.twitter-avatar,
[id^=drop],
nav ul ul {
  display: none;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

#logo>a,
.pricing-extended .pricing-action-area .pricing-action,
.pricing-extended .pricing-action-area .pricing-price,
nav,
nav ul,
ol,
ul {
  padding: 0;
}

@media (min-width:768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 29.5%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 34.5%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8,
  .col-md-9 {
    flex: 0 0 auto;
    margin: auto;
  }
  .col-md-8 {
    width: 64.5%;
  }
  .col-md-9 {
    width: 69.5%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.line-xs {
  margin: 4px 0 20px;
  border-bottom: 3px solid #eee;
}

.dropdown-toggle-link:after,
.dropdown-toggle:after {
  font-size: 2em;
  margin-left: 8px;
  transition: .2s;
  padding: 2px;
  transform: rotate(45deg);
  position: absolute;
  content: "";
}

.line-dark {
  border-bottom-color: #c3911e;
}

.line-dark::after {
  border-top-color: #c3911e;
}

nav {
  justify-content: space-between;
  align-items: center
}

@media screen and (max-width:791px) {
  .menu>li>.toggle,
  .toggle {
    position: relative;
    font-weight: 500;
  }
  nav a {
    padding: 14px 20px;
  }
  .toggle {
    display: block;
    margin: 0 0 20px;
  }
  .logo {
    text-align: left
  }
  .standard-logo img {
    width: 150px;
  }
  .mt-sm-5 {
    margin-top: 30px;
  }
}

@media screen and (max-width:1150px) {
  .footer-copyrights {
    flex-direction: column;
  }
}

@media screen and (min-width:800px) {
  .toggle {
    display: none;
  }
  .dropdwon-toggle {
    display: flex;
    align-items: center;
  }
}

#logo {
/*    padding: 0 30px;*/
float: left;
font-size: 20px;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  margin-left: auto;
}

nav ul li {
  margin: 0;
  display: inline-block;
  float: left;
}

nav a {
  padding: 14px 20px;
  font-weight: 500;
}

header {
  background: #fbfcfd;
  box-shadow: 0 4px 24px 0 rgb(103 151 255 / 5%), 0 12px 64px 0 rgb(103 151 255 / 8%);
  position: sticky;
  top: 0;
  z-index: 1200;
  ;
}

nav ul ul {
  position: absolute;
  z-index: 100;
  /* top: 5.8rem; */
  top: 3.9rem;
}

#copyrights a:first-child,
.dropdown-item {
  margin-left: 0;
}

.menu-wide {
  border: 1px solid #eee ;
  border-top: 3px solid #c3911e;
}

nav ul li:hover>ul {
  display: inherit;
}

nav ul ul li {
  width: 100%;
  float: none;
  display: list-item;
}

nav ul ul ul li {
  top: -60px;
  left: 170px;
}

nav li {
  align-items: center;
}

.dropdown-toggle-link:after {
  top: 43%;
  border: solid #5c5c5c;
  border-width: 0 2px 2px 0;
  display: inline-block;
}

.dropdown-toggle:after {
  right: 20px;
  border: solid #5c5c5c;
  border-width: 0 2px 2px 0;
  display: inline-block;
}

@media all and (max-width:1200px) {
  #logo>a,
  .toggle {
    /* padding: 14px 20px; */
    padding: 1px 20px;
  }
  .toggle,
  nav ul li ul li .toggle,
  nav ul ul a {
    background-color: #fbfcfd;
  }
  #logo,
  nav ul ul {
    float: none;
    width: 100%;
  }
  #logo,
  [id^=drop]:checked+ul,
  nav ul li,
  nav ul ul li {
    display: block;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #logo,
  .menu,
  nav ul li,
  nav ul ul {
    width: 100%;
  }
  nav ul ul,
  nav ul ul ul li {
    position: static;
  }
  nav {
    display: block!important;
    margin: 0
  }
  .grecaptcha-badge {
    display: none!important;
  }
  #logo {
    padding: 0;
    text-align: left;
  }
  .menu-wide,
  .toggle {
    border: none;
  }
  .menu,
  .toggle+a,
  nav ul li:hover>ul,
  nav ul ul li:hover>ul {
    display: none;
  }
  .toggle {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 1rem;
    text-decoration: none;
    margin-bottom: 0;
  }
  .hamburger {
    flex-direction: column
  }
  .hamburger>span {
    width: 1.9rem;
    height: 3px;
    background-color: #000;
    margin: 3px 0;
  }
  .toggle:hover,
  nav a:hover,
  nav ul ul ul a {
    background-color: #fff;
  }
  nav ul li {
    border-top: 1px solid #eee
  }
  nav ul ul .toggle,
  nav ul ul a {
    padding: 0 40px;
  }
  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a {
    padding: 14px 20px;
    color: #777;
    font-size: .86rem;
  }
  nav ul ul {
    color: #555;
  }
  nav ul ul li {
    width: 100%;
  }
  .dropdown-item {
    margin-left: 20px;
  }
}

.dropdown-item>a {
  font-size: .9rem;
  padding: 5px 20px;
}

.dropdown-item>a:hover {
  background: #f1f1f1;
}

@media all and (max-width:330px) {
  nav ul li {
    display: block;
    width: 94%;
  }
}

.hamburger>span {
  width: 1.9rem;
  height: 3px;
  background-color: #000;
  margin: 3px 0;
  display: block;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
}

hr:not([size]) {
  height: 1px;
}

.gg-chevron-right {
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.gg-chevron-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 6px;
  top: 4px;
}

.small,
small {
  font-size: .875em;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
}

tbody,
td,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}

button {
  border-radius: 0;
  border: none;
}

select {
  word-wrap: normal;
}

.lazy.initial,
select:disabled {
  opacity: 1;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: #dee2e6;
}

.table>:not(caption)>*>* {
  padding: .5rem;
  border-bottom-width: 1px;
}

.table>tbody {
  vertical-align: inherit;
}

.table>thead {
  vertical-align: bottom;
}

.table>:not(:last-child)>:last-child>* {
  border-bottom-color: currentColor;
}

.form-control,
.form-select {
  display: block;
  border: 1px solid #ced4da;
  width: 100%;
}

.table-sm>:not(caption)>*>* {
  padding: .25rem;
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
}

.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #6c757d;
}

.form-control,
.form-control:focus {
  color: #212529;
  background-color: #fff;
  font-family: Mulish;
}

.form-control {
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control[type=file],
.overflow {
  overflow: hidden;
}

.form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-select,
.input-group-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  border: 0 solid;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-color: inherit;
}

textarea.form-control {
  min-height: calc(1.5em + (.75rem + 2px));
}

textarea.form-control-sm {
  min-height: calc(1.5em + (.5rem + 2px));
}

textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: .375rem;
}

.form-select {
  padding: .375rem 2.25rem .375rem .75rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  font-family: Mulish;
}

.input-group .btn:focus,
.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.bg-white {
  background: #fff;
}

.fade {
  transition: opacity .15s linear;
}

.color,
.products-desc>h3>a:hover {
  color: #c3911e!important;
}

.promo-section {
  position: relative;
  background: #c3911e;
  color: #fff;
  font-size: 1.2rem;
  z-index: 100;
  line-height: 1.2!important;
  padding: 40px 24px 50px;
}

.modal-title,
body {
  line-height: 1.5;
}

.promo-btn {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 30px;
  z-index: 100;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1rem;
  text-transform: uppercase;
}

.promo-btn:hover {
  color: #c3911e;
  border: none;
  background: #fff;
  transition: .2s;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

#wrapper,
.flex-control-nav li:hover a,
.modal-content {
  background-color: #fff;
}

.modal-dialog {
  position: relative;
  width: auto;
  top: 100px;
  margin: .5rem;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
  .fade,
  .modal.fade .modal-dialog,
  .nav-link {
    transition: none;
  }
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .btn-close {
  padding: .5rem;
  margin: -.5rem -.5rem -.5rem auto;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer>* {
  margin: .25rem;
}

@media (min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media screen and (max-width:992px) {
  .team-image>img,
  .timings-box>div {
    width: 100%;
  }
}

@media (min-width:992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .modal-lg {
    max-width: 800px;
  }
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.align-top {
  vertical-align: top!important;
}

.align-bottom {
  vertical-align: bottom!important;
}

.align-text-bottom {
  vertical-align: text-bottom!important;
}

.align-text-top {
  vertical-align: text-top!important;
}

.overflow-auto {
  overflow: auto!important;
}

.overflow-hidden,
iframe {
  overflow: hidden!important;
}

.d-inline {
  display: inline!important;
}

.d-inline-block {
  display: inline-block!important;
}

.d-block,
.dont-collapse-sm .collapse {
  display: block!important;
}

.d-table {
  display: table!important;
}

.d-table-row {
  display: table-row!important;
}

.d-flex {
  display: flex!important;
}

.d-inline-flex {
  display: inline-flex!important;
}

.d-none {
  display: none!important;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
}

.shadow-none {
  box-shadow: none!important;
}

.position-absolute {
  position: absolute!important;
}

.position-sticky {
  position: sticky!important;
}

.top-0 {
  top: 0!important;
}

.top-50 {
  top: 50%!important;
}

.top-100 {
  top: 100%!important;
}

.bottom-0 {
  bottom: 0!important;
}

.bottom-50 {
  bottom: 50%!important;
}

.bottom-100 {
  bottom: 100%!important;
}

.start-0 {
  left: 0!important;
}

.start-50 {
  left: 50%!important;
}

.start-100 {
  left: 100%!important;
}

.end-0 {
  right: 0!important;
}

.end-50 {
  right: 50%!important;
}

.end-100 {
  right: 100%!important;
}

.border {
  border: 1px solid #dee2e6!important;
}

.border-0,
iframe {
  border: 0!important;
}

.border-top {
  border-top: 1px solid #dee2e6!important;
}

.border-top-0,
.widget_links>ul>li:first-child,
.widget_meta>ul>li:first-child,
.widget_nav_menu>ul>li:first-child {
  border-top: 0!important;
}

.border-end {
  border-right: 1px solid #dee2e6!important;
}

.border-end-0 {
  border-right: 0!important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6!important;
}

.border-bottom-0 {
  border-bottom: 0!important;
}

.border-start {
  border-left: 1px solid #dee2e6!important;
}

#top-social li:first-child,
.border-start-0 {
  border-left: 0!important;
}

.border-primary {
  border-color: #0d6efd!important;
}

.border-success {
  border-color: #198754!important;
}

.border-info {
  border-color: #0dcaf0!important;
}

.border-light {
  border-color: #f8f9fa!important;
}

.border-dark {
  border-color: #212529!important;
}

.border-white {
  border-color: #fff!important;
}

.border-1 {
  border-width: 1px!important;
}

.border-2 {
  border-width: 2px!important;
}

.border-3 {
  border-width: 3px!important;
}

.border-4 {
  border-width: 4px!important;
}

.border-5 {
  border-width: 5px!important;
}

.w-25 {
  width: 25%!important;
}

.w-35 {
  width: 35%!important;
}

.w-40 {
  width: 40%!important;
}

.w-50 {
  width: 50%!important;
}

.w-75 {
  width: 75%!important;
}

.w-100 {
  width: 100%!important;
  margin-bottom: 30px;
}

.w-auto {
  width: auto!important;
}

#wrapper,
.clear,
.course-details,
.line,
.section,
iframe {
  width: 100%;
}

.h-25 {
  height: 25%!important;
}

.h-50 {
  height: 50%!important;
}

.h-75 {
  height: 75%!important;
}

.h-100 {
  height: 100%!important;
}

.h-auto {
  height: auto!important;
}

.flex-fill {
  flex: 1 1 auto!important;
}

.flex-row {
  flex-direction: row!important;
}

.flex-column {
  flex-direction: column!important;
}

.flex-wrap {
  flex-wrap: wrap!important;
}

.justify-content-start {
  justify-content: flex-start!important;
}

.justify-content-end {
  justify-content: flex-end!important;
}

.justify-content-center {
  justify-content: center!important;
}

.justify-content-between {
  justify-content: space-between!important;
}

.justify-content-around {
  justify-content: space-around!important;
}

.align-items-start {
  align-items: flex-start!important;
}

.align-items-end {
  align-items: flex-end!important;
}

.align-items-center {
  align-items: center!important;
}

.align-items-stretch {
  align-items: stretch!important;
}

.align-content-start {
  align-content: flex-start!important;
}

.align-content-end {
  align-content: flex-end!important;
}

.align-content-center {
  align-content: center!important;
}

.align-content-between {
  align-content: space-between!important;
}

.align-content-around {
  align-content: space-around!important;
}

.align-content-stretch {
  align-content: stretch!important;
}

.align-self-auto {
  align-self: auto!important;
}

.align-self-start {
  align-self: flex-start!important;
}

.align-self-end {
  align-self: flex-end!important;
}

.align-self-center {
  align-self: center!important;
}

.align-self-stretch {
  align-self: stretch!important;
}

.order-first {
  order: -1!important;
}

.order-0 {
  order: 0!important;
}

.order-1 {
  order: 1!important;
}

.order-2 {
  order: 2!important;
}

.order-3 {
  order: 3!important;
}

.order-4 {
  order: 4!important;
}

.order-5 {
  order: 5!important;
}

.m-0 {
  margin: 0!important;
}

.m-1 {
  margin: .25rem!important;
}

.m-2 {
  margin: .5rem!important;
}

.m-3 {
  margin: 1rem!important;
}

.m-4 {
  margin: 1.5rem!important;
}

.m-5 {
  margin: 3rem!important;
}

.m-auto {
  margin: auto!important;
}

.mx-0 {
  margin-right: 0!important;
  margin-left: 0!important;
}

.mx-1 {
  margin-right: .25rem!important;
  margin-left: .25rem!important;
}

.mx-2 {
  margin-right: .5rem!important;
  margin-left: .5rem!important;
}

.mx-3 {
  margin-right: 1rem!important;
  margin-left: 1rem!important;
}

.mx-4 {
  margin-right: 1.5rem!important;
  margin-left: 1.5rem!important;
}

.mx-5 {
  margin-right: 3rem!important;
  margin-left: 3rem!important;
}

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

.my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.my-1 {
  margin-top: .25rem!important;
  margin-bottom: .25rem!important;
}

.my-2 {
  margin-top: .5rem!important;
  margin-bottom: .5rem!important;
}

.my-3 {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
}

.my-4 {
  margin-top: 1.5rem!important;
  margin-bottom: 1.5rem!important;
}

.my-5 {
  margin-top: 3rem!important;
  margin-bottom: 3rem!important;
}

.my-auto {
  margin-top: auto!important;
  margin-bottom: auto!important;
}

#top-social,
.mt-0 {
  margin-top: 0!important;
}

.mt-1 {
  margin-top: .25rem!important;
}

.mt-2 {
  margin-top: .5rem!important;
}

.mt-3 {
  margin-top: 1rem!important;
}

.mt-4 {
  margin-top: 1.5rem!important;
}

.mt-5 {
  margin-top: 3rem!important;
}

.mt-auto {
  margin-top: auto!important;
}

.me-0 {
  margin-right: 0!important;
}

.me-1 {
  margin-right: .25rem!important;
}

.me-2 {
  margin-right: .5rem!important;
}

.me-3 {
  margin-right: 1rem!important;
}

.me-4 {
  margin-right: 1.5rem!important;
}

.me-5 {
  margin-right: 3rem!important;
}

.me-auto {
  margin-right: auto!important;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mb-1 {
  margin-bottom: .25rem!important;
}

.mb-2 {
  margin-bottom: .5rem!important;
}

.mb-3 {
  margin-bottom: 1rem!important;
}

.mb-4 {
  margin-bottom: 1.5rem!important;
}

.bottommargin,
.mb-5 {
  margin-bottom: 3rem!important;
}

.mb-auto {
  margin-bottom: auto!important;
}

.quick-detail p,
.widget-links,
label {
  margin-bottom: 10px;
}

.ms-0 {
  margin-left: 0!important;
}

.ms-1 {
  margin-left: .25rem!important;
}

.ms-2 {
  margin-left: .5rem!important;
}

.ms-3 {
  margin-left: 1rem!important;
}

.ms-4 {
  margin-left: 1.5rem!important;
}

.ms-5 {
  margin-left: 3rem!important;
}

.ms-auto {
  margin-left: auto!important;
}

.p-0 {
  padding: 0!important;
}

.p-1 {
  padding: .25rem!important;
}

.p-2 {
  padding: .5rem!important;
}

.p-3 {
  padding: 1rem!important;
}

.p-4 {
  padding: 1.5rem!important;
}

.p-5 {
  padding: 3rem!important;
}

.px-0 {
  padding-right: 0!important;
  padding-left: 0!important;
}

.px-1 {
  padding-right: .25rem!important;
  padding-left: .25rem!important;
}

.px-2 {
  padding-right: .5rem!important;
  padding-left: .5rem!important;
}

.px-3 {
  padding-right: 1rem!important;
  padding-left: 1rem!important;
}

.px-4 {
  padding-right: 1.5rem!important;
  padding-left: 1.5rem!important;
}

.px-5 {
  padding-right: 3rem!important;
  padding-left: 3rem!important;
}

.py-0 {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.py-1 {
  padding-top: .25rem!important;
  padding-bottom: .25rem!important;
}

.py-2 {
  padding-top: .5rem!important;
  padding-bottom: .5rem!important;
}

.py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}

.py-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}

.py-5 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important;
}

.pt-0 {
  padding-top: 0!important;
}

.pt-1 {
  padding-top: .25rem!important;
}

.pt-2 {
  padding-top: .5rem!important;
}

.pt-3 {
  padding-top: 1rem!important;
}

.pt-4 {
  padding-top: 1.5rem!important;
}

.pt-5 {
  padding-top: 3rem!important;
}

.pe-0 {
  padding-right: 0!important;
}

.pe-1 {
  padding-right: .25rem!important;
}

.pe-2 {
  padding-right: .5rem!important;
}

.pe-3 {
  padding-right: 1rem!important;
}

.pe-4 {
  padding-right: 1.5rem!important;
}

.pe-5 {
  padding-right: 3rem!important;
}

.pb-0 {
  padding-bottom: 0!important;
}

.pb-1 {
  padding-bottom: .25rem!important;
}

.pb-2 {
  padding-bottom: .5rem!important;
}

.pb-3 {
  padding-bottom: 1rem!important;
}

.pb-4 {
  padding-bottom: 1.5rem!important;
}

.pb-5 {
  padding-bottom: 3rem!important;
}

.ps-0 {
  padding-left: 0!important;
}

.ps-1 {
  padding-left: .25rem!important;
}

.ps-2 {
  padding-left: .5rem!important;
}

.ps-3 {
  padding-left: 1rem!important;
}

.ps-4 {
  padding-left: 1.5rem!important;
}

.ps-5 {
  padding-left: 3rem!important;
}

.text-start {
  text-align: left!important;
}

.text-end {
  text-align: right!important;
}

.center,
.text-center {
  text-align: center!important;
}

.text-wrap {
  white-space: normal!important;
}

.btn,
.btn:hover,
.text-white {
  color: #fff!important;
}

.text-body {
  color: #212529!important;
}

code {
  font-family: Lato, sans-serif!important;
}

@media (min-width:1440px) {
  .container {
    max-width: 1320px;
  }
}

.toc-small-screen {
  overflow: auto;
  max-height: 100%;
}

#top-social a,
.answercont,
.clear,
.content,
.content-wrap,
.pricing-box,
.section {
  overflow: hidden;
}

.toc-close-small {
  text-align: right;
  position: absolute;
  top: -40px;
  right: 20px;
}

#wrapper,
.line,
blockquote {
  position: relative;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}

:active,
:focus {
  outline: 0!important;
}

body {
  font-family: Mulish;
}

a {
  text-decoration: none!important;
}

.widget-links {
  font-size: .9rem;
  background: #fbfcfd;
  letter-spacing: .5px;
  border: 1.5px solid rgba(0, 0, 0, .075);
  padding: 15px 10px;
  color: #000;
  box-shadow: 0 2px 8px 0 rgb(103 151 255 / 2%), 0 4px 32px 0 rgb(103 151 255 / 2%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#page-title p,
.f-large {
  font-size: 2rem;
}

.widget-links svg {
  height: 12px;
  width: 12px;
}

.base-color,
.breadcrumb a:hover,
.widget_links li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover,
a:hover {
  color: #c3911e;
}

a img {
  border: none;
}

.ml-30 {
  margin-left: 24px;
}

.m-5 {
  margin: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 5px;
  font-family: Marcellus, sans-serif;
}

h5,
h6 {
  margin-bottom: 20px;
  font-weight: 700;
}

h1 {
  font-size: 1.9rem;
}

h2 {
  font-size: 1.6rem;
}

.expandable-mobile-sign,
h3,
h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.15rem;
}

address,
form,
ol,
p,
table,
ul {
  margin-bottom: 24px;
}

address {
  font-style: inherit;
}

small {
  font-family: Lato, sans-serif;
}

.font-small {
  font-size: 14px;
}

.mr-2 {
  margin-right: 6px;
}

#wrapper {
  float: none;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.styled-table thead tr {
  background-color: #fbfcfd;
  color: #000;
  font-size: 1rem;
  border-bottom: 1px solid #c3911e;
  text-align: left;
}

.border-px {
  border-top: 1px solid #ccc;
}

.dates-col {
  text-align: inherit;
}

@media screen and (max-width:680px) {
  .m-5 {
    margin: 5px;
  }
}

@media screen and (max-width:761px) {
  .right-section {
    padding: 0;
  }
  .card {
    padding: 2rem 1.4rem;
  }
  .dates-col {
    text-align: center
  }
  .dates-col>.col-md-6::before {
    margin-right: 10px;
    content: "\2713";
  }
  .styled-table {
    font-size: 1rem;
  }
}

@media screen and (max-width:961px) {
  .table-small-ms {
    font-size: .6em;
  }
  .m-flex-col {
    flex-direction: column;
  }
}

.sticky-section {
  display: none;
  padding: 0;
}

.f-italic-color {
  color: #c3911e;
  font-weight: 600;
}

blockquote {
  font-size: 1.4em;
  margin: 50px auto;
  color: #555;
  padding: 15px!important;
  border: 1px solid #eee;
  border-left: 5px solid #c3911e;
  line-height: 1.6;
  background: #fbfcfd;
}

address,
blockquote,
form,
ol,
p,
ul {
  margin-bottom: 24px!important;
}

@media (min-width:791px) and (max-width:1200px) {
  .right-section {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sticky-section {
    display: none;
  }
  .container {
    max-width: 95%;
  }
}

@media (min-width:1201px) and (max-width:1440px) {
  .col-md-9 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-md-8 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .col-md-3,
  .col-md-4 {
    max-width: 33.33%;
  }
  .sticky-section {
    display: block;
  }
}

li {
  line-height: 2.2;
}

@media (min-width:1441px) {
  .mid-section {
    flex: 0 0 75%;
    max-width: 100%;
  }
  .sticky-section {
    display: block;
  }
}

svg {
  color: #000;
  margin-right: 5px;
}

.enroll-widget-btn {
  box-shadow: 0 .5rem 1.5rem rgb(18 28 45 / 10%);
  right: 0;
  text-transform: inherit;
  padding: 5px 30px;
  width: 100%;
}

.button,
.date-input {
  text-transform: uppercase;
}

.line {
  clear: both;
  margin: 1rem 0;
  border-top: 1px solid #eee;
}

.bottommargin-sm {
  margin-bottom: 2rem!important;
}

.col-padding {
  padding: 3rem;
}

.bg-color,
.bg-color #header-wrap {
  background-color: #c3911e!important;
}

.course-details {
  padding: 20px;
  margin: auto;
  position: sticky;
  top: 130px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
}

.quick-detail-heading {
  font-size: 18px;
  margin-bottom: 20px;
  color: #c3911e;
}

.quick-detail {
  margin-bottom: 30px;
}

.quick-detail p {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
}

.quick-detail p span {
  float: right;
}

.ml-35 {
  margin-left: 35px;
}

.col-mb-30 {
  margin-bottom: -30px;
}

.col-mb-30>.col,
.col-mb-30>[class*=col-] {
  padding-bottom: 30px;
}

.col-mb-50 {
  margin-bottom: -50px;
}

.col-mb-50>.col,
.col-mb-50>[class*=col-] {
  padding-bottom: 50px;
}

.lazy {
  opacity: 0;
}

.lazy:not(.initial) {
  transition: opacity 1s;
}

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

img.lazy:not([src]) {
  visibility: hidden;
}

.section {
  position: relative;
/*  margin: 60px 0;*/
  padding: 60px 0;
}

.breadcrumb,
.flex-control-nav {
  width: auto;
  padding: 0;
  margin: 0;
}

.section .container {
  z-index: 2;
}

.flex-container a:active,
.flex-container a:focus {
  outline: 0;
  border: none;
}

#top-social {
  display: flex;
  justify-content: center;
  margin: 0;
}

#top-social li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 10px;
}

#top-social a {
  display: flex;
  width: auto;
  font-weight: 700;
  color: #000;
}

#top-social li a:hover {
  color: #fff!important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

#top-social li .ts-icon,
#top-social li .ts-text {
  display: block;
  flex-basis: 0%;
  flex-grow: 1;
  height: 44px;
  line-height: 44px;
}

#top-social li .ts-icon {
  width: 40px;
  text-align: center;
  font-size: .875rem;
}

#top-social li .ts-text {
  max-width: 0;
  transition: .2s;
}

#top-social li a:hover .ts-text {
  max-width: 200px;
  padding-right: 12px;
  transition: .4s;
}

.flex-control-nav {
  border: none;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  z-index: 10;
  text-align: center;
  top: 14px;
  right: 10px;
}

.button,
.more-link,
label {
  display: inline-block;
}

#content .container,
#page-title,
#page-title .container,
#template-contactform,
.p-relative,
.quick-contact-widget.form-widget form {
  position: relative;
}

.flex-control-nav li {
  display: block;
  margin: 0 3px;
  width: .625rem;
  height: .625rem;
}

.alert i,
.button i {
  margin-right: 5px;
  text-align: center;
}

.flex-control-nav li a {
  display: block;
  text-indent: -9999px;
  width: 100%!important;
  height: 100%!important;
  border: 1px solid #fff;
  color: transparent;
  border-radius: 50%;
  transition: .3s ease-in-out;
}

#page-title {
  padding: 4rem 0;
  background: #f7f7f7cf;
}

#page-title p {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333;
}

#page-title span {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  color: #c3911e;
  font-size: 18px;
}

.breadcrumb {
  position: absolute;
  top: 50%;
  left: auto;
  right: 15px;
  background-color: transparent;
  font-size: 90%;
  transform: translateY(-50%);
}

.alert i,
.button {
  position: relative;
  font-size: .875rem;
}

.button2 {
  font-size: .875rem;
}

.msg-wrap,
.page-title-center {
  text-align: center;
}

#page-title.page-title-center span {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#page-title.page-title-center .breadcrumb {
  position: relative!important;
  top: 0!important;
  left: 0!important;
  right: 0!important;
  margin: 20px 0 0!important;
  justify-content: center;
  transform: translateY(0);
}

@media (max-width:1300.98px) {
  #page-title {
    padding: 2rem 0;
    text-align: center;
  }
  #page-title .breadcrumb {
    position: relative!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    margin: 20px 0 0!important;
    justify-content: center;
    transform: translateY(0);
  }
}

#content {
  position: relative;
  background-color: #fff;
}

#content p {
  text-align: justify;
}

.content-wrap {
  position: relative;
/*  padding: 80px 0;*/
}

.more-link {
  border-bottom: 1px solid #c3911e;
  padding: 0 2px;
  font-family: "PT Serif", serif;
}

.footer-links,
.toc-toggle-btn {
  font-family: Mulish;
  font-weight: 700;
}

.more-link:hover {
  border-bottom-color: #555;
}

.button {
  outline: 0;
  white-space: nowrap;
  padding: 5px 20px 4px;
  color: #fff;
  background: #c3911e;
  box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);
/*    letter-spacing: 1px;*/
border: 1.5px solid #c3911e;
}

.button:hover {
  background-color: #fff;
  color: #c3911e;
}

body:not(.device-touch) .button {
  transition: .2s ease-in-out;
}

.button.button-light {
  background-color: #eee;
  color: #333;
  text-shadow: none!important;
}

.button.button-large {
  padding: 5px 1.2rem;
  font-size: .8rem;
  line-height: 24px;
}

.button i {
  position: relative;
  width: 16px;
}

.button.button-border {
  border: 2px solid #444;
  background-color: transparent;
  color: #333;
  font-weight: 700;
  text-shadow: none;
}

.button.button-border:not(.button-fill):hover {
  background-color: #444;
  color: #fff;
  border-color: transparent!important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.button.button-border.button-light {
  border-color: #fff;
  color: #fff;
}

.breadcrumb-item>a:hover,
.text-dark,
.timings-box {
  color: #000;
}

.alert i {
  top: 1px;
  width: 14px;
}

body:not(.device-touch) .social-icon {
  transition: .3s;
}

.social-icon>img {
  margin: -10px 10px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
  line-height: 38px!important;
  color: #555;
  text-shadow: none;
  overflow: hidden;
}

.si-dark {
  background-color: #444;
  color: #fff;
  border-color: transparent;
}

.pricing-box,
.testimonial {
  background-color: #fff;
  position: relative;
}

.toggle-icon i,
.toggle-icon span {
  width: 1rem;
}

.font-normal {
  font-style: initial;
}

.testimonial {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.testimonial.testimonial-full,
.testimonial.testimonial-full[data-animation=fade] {
  padding: 30px;
}

.testimonial .flex-control-nav {
  top: auto;
  bottom: 6px;
  right: 0;
}

.testimonial .flex-control-nav li {
  margin: 0 2px;
  width: 6px;
  height: 6px;
}

.testimonial .flex-control-nav li a {
  width: 6px;
  height: 6px;
  border: none;
  background-color: #c3911e;
  opacity: .5;
}

.testimonial .flex-control-nav li:hover a {
  opacity: .75;
}

.testimonial.testimonial-full .flex-control-nav {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 6px;
  margin-top: 10px;
}

.testimonial.testimonial-full .flex-control-nav li {
  display: inline-block;
  float: none;
}

.pricing-box {
  border: 1px solid rgba(0, 0, 0, .075);
  box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);
  border-radius: 3px;
}

.pricing-features,
.pricing-title {
  border-bottom: 1px solid rgba(0, 0, 0, .075);
  background-color: #f9f9f9;
}

.pricing-title {
  padding: 1rem 0;
  letter-spacing: 1px;
}

.pricing-price {
  position: relative;
  padding: 1.5rem 0;
  color: #333;
  font-size: 1.6rem;
  line-height: 1;
}

.sm-form-control,
label {
  font-size: 13px;
  color: #555;
}

.pricing-price .price-tenure {
  vertical-align: baseline;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #555;
  margin: 0 0 0 3px;
}

.pricing-features {
  border-top: 1px solid rgba(0, 0, 0, .075);
}

.pricing-features ul {
  margin: 0;
}

.pricing-features li {
  padding: .375rem 0;
}

.pricing-action {
  padding: 1.25rem 0;
}

.pricing-extended {
  background-color: #fff;
  text-align: left;
}

.pricing-extended .pricing-title {
  background-color: transparent;
  padding-top: 0;
}

.pricing-extended .pricing-features {
  border: 0;
  background-color: transparent;
}

.pricing-extended .pricing-action-area {
  border-left: 1px solid rgba(0, 0, 0, .05);
  background-color: #fbfcfd;
  padding: 30px;
  text-align: center;
}

.pricing-extended .pricing-action-area .pricing-price {
  padding-bottom: 20px;
}

.pricing-extended .pricing-action-area .pricing-price span.price-tenure {
  display: block;
  margin: 10px 0 0;
  font-weight: 300;
  font-size: .875rem;
}

.pricing-extended .pricing-meta {
  color: #555;
  font-weight: 300;
  font-size: .875rem;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  padding-bottom: 10px;
}

.z-index-100 {
  z-index: 100;
}

.content-relative {
  background-color: #fcfcfe;
  padding: 24px 24px 0;
  border-radius: 10px;
}

.shadow-large {
  box-shadow: 0 48px 48px -32px rgb(23 16 159 / 20%), 0 96px 96px -64px rgb(23 16 159 / 40%);
}

.yoga-school-section {
  position: relative;
  background-color: #fcfcfe;
  border: none;
  border-radius: 10px;
  z-index: 100;
}

.yoga-school-section .col-md-6>img {
  margin: 25px;
  height: 90%;
}

.hero-section {
  position: relative;
  background: #fff;
  z-index: 100;
}

.hero-section-content {
  background: #fff;
  padding: 24px;
}

.yoga-school-section::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 440px;
  height: 440px;
  border-radius: 2000px;
  background: #ffad00;
  right: -100px;
  bottom: -80px;
  background: linear-gradient(145deg, rgba(0, 181, 230, 0) 55%, rgba(0, 181, 230, .2) 100%);
}

.sm-form-control {
  display: block;
  width: 100%;
  padding: 8px 14px;
  line-height: 1.42857143;
  background-color: #f7f7f7;
  background-image: none;
  border: none;
  border-radius: 0!important;
  transition: border-color .15s ease-in-out;
  height: auto;
}

.form-process,
.form-process::before {
  top: 0;
  height: 100%;
  left: 0;
  position: absolute;
}

.sm-form-control:focus {
  border-color: #aaa;
  outline: 0;
  box-shadow: none;
}

.sm-form-control[disabled],
.sm-form-control[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.form-control {
  border-radius: 3px;
}

.form-control:active,
.form-control:focus {
  border-color: #999;
  box-shadow: none;
}

label {
  font-weight: 700;
  font-family: Mulish;
  letter-spacing: 1px;
}

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4 {
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 1px;
  color: #333;
}

.heading-block h1 {
  font-size: 40px;
}

.heading-block h2 {
  font-size: 35px;
}

.heading-block h3 {
  font-size: 30px;
}

.heading-block>span:not(.before-heading) {
  display: block;
  margin-top: 10px;
  color: #c3911e;
}

.heading-block .before-heading {
  margin-bottom: 7px;
}

.center .heading-block>span,
.heading-block.center>span,
.heading-block.text-center>span,
.text-center .heading-block>span {
  margin-left: auto;
  margin-right: auto;
}

.heading-block h1+span {
  font-size: 1.5rem;
}

.heading-block h2+span,
.heading-block h3+span,
.heading-block h4+span {
  font-size: 1.25rem;
}

.heading-block::after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 40px;
  border-top: 2px solid #444;
}

.center .heading-block::after,
.heading-block.center::after,
.heading-block.text-center::after,
.text-center .heading-block::after {
  margin: 20px auto;
}

.heading-block.text-right,
.heading-block.title-right,
.text-right .heading-block {
  direction: rtl;
}

.heading-block.border-color::after {
  border-color: #c3911e;
}

@media (max-width:767.98px) {
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1rem;
  }
  .heading-block h1 {
    font-size: 25px;
  }
  .heading-block h2 {
    font-size: 19px;
  }
  .heading-block h3 {
    font-size: 18px;
  }
  .heading-block h1+span {
    font-size: 15px;
  }
  .heading-block h2+span {
    font-size: 15px;
  }
  .heading-block h3+span,
  .heading-block h4+span {
    font-size: 15px;
  }
}

.form-group {
  margin-bottom: 20px;
}
form .row {
  margin: 0 -15px;
}
form .col-md-6, form .col-lg-6, form .col-md-4, form .col-lg-4 {
  padding: 0 15px;
}

.form-process {
  width: 100%;
  background: center center no-repeat;
  display: none;
  z-index: 3;
}

.form-process::before {
  content: "";
  width: 100%;
  background-color: #fff;
  opacity: .7;
  z-index: -1;
}

#footer {
  position: relative;
  background-color: #f9f9f9;
}

.footer-contact,
.footer-email {
  margin-left: 5px;
}

@media screen and (max-width:500px) {
  .social-icon>img {
    height: 20px;
    width: 20px;
  }
}

@media (min-width:1200px) {
  .sticky-footer #content,
  .sticky-footer #page-title {
    z-index: 2;
  }
  nav a {
    padding: 30px 20px;
  }
  header {
    position: sticky;
    top: 0;
    z-index: 1040;
  }
  .timings-box {
    justify-content: space-between
  }
  .timings-box>div {
    width: 49%;
    border: 1px solid #eee;
    box-shadow: 0 2px 8px 0 rgb(103 151 255 / 6%), 0 4px 32px 0 rgb(103 151 255 / 6%);
  }
}

.facebook-icon {
  fill: #3776ff;
}

.twitter-icon {
  fill: #00b5e6;
}

.instagram-icon,
.youtube-icon {
  fill: #ff4c00;
}

.pinterest-icon {
  fill: #cc0000;
}

.linkedin-icon {
  fill: #0077b5;
}

.widget_links li,
.widget_links ul,
.widget_meta li,
.widget_meta ul,
.widget_nav_menu li,
.widget_nav_menu ul {
  list-style: none;
  margin: 0;
}

.widget_links li,
.widget_meta li,
.widget_nav_menu li {
  display: flex;
  padding: 4px 0;
  font-size: 15px;
}

.widget_links li a,
.widget_meta li a,
.widget_nav_menu li a {
  display: inline-block;
  display: flex;
  align-items: center;
  border: none!important;
  color: #333;
}

.widget_links>ul,
.widget_meta>ul,
.widget_nav_menu>ul {
  margin-top: -4px!important;
}

.widget_links ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul {
  margin-left: 15px;
}

.stretched #wrapper {
  width: 100%;
  margin: 0;
  box-shadow: none;
}

.font-medium,
thead>tr>td {
  font-size: 18px;
}

@media (min-width:1200px) and (max-width:1600px) {
  .pricing-price {
    font-size: 1.3rem;
  }
}

.program-details-section {
  border: none;
  margin-left: 25px;
  margin-right: 0;
  border-top: 2px solid #c3911e;
}

.program-details-section>.card {
  padding: 2rem 1rem;
}

.make-me-sticky {
  position: sticky;
  top: 100px;
  margin-right: 25px;
  border-bottom: 2px solid #c3911e;
}

.left-section-toc {
  background: #fff!important;
  box-shadow: none!important;
}

.left-section-toc>a,
.left-section-toc>p>a {
  color: #000;
  align-items: center;
}

.left-section-toc>a:hover,
.left-section-toc>p>a:hover {
  color: #000!important;
  cursor: pointer;
}

.card-body-toc {
  background: #ffff!important;
  z-index: 10000;
  text-align: left;
  border: none;
  padding: 1rem 25px 1rem 2rem;
}

@media (max-width:900px) {
  .card-body-toc {
    background: #fff!important;
    padding: 1rem;
  }
}

.card-body-toc>a,
.card-body-toc>p,
.card-body-toc>p>a {
  line-height: 30px;
  font-size: 1rem;
}

.card-body-toc>a {
  color: #555;
}

.card-body-toc>p {
  color: #000!important;
  font-size: 18px;
}

.bi-caret-right-fill {
  fill: #555;
}

.card-body-toc>p>a {
  margin-left: 10px;
}

.toc-section {
  width: 100%;
  position: fixed;
  bottom: 0;
  text-align: center;
  background: #fbfcfd;
  z-index: 100;
  box-shadow: 0 2px 8px 0 rgb(103 151 255 / 20%), 0 4px 32px 0 rgb(103 151 255 / 40%);
}

.toc-toggle-btn {
  padding: 13px 50px;
  display: block;
  margin: 10px auto;
  border-radius: 5px;
  width: 90%;
  background: #c3911e;
  color: #fff!important;
}

.btn-right-close {
  background: 0 0!important;
  border: none;
}

.btn-right-close>img {
  height: 40px;
}

#cookies_cancel_btn,
.footer-icons img {
  height: 24px;
  width: 24px;
}

.important-note {
  font-size: 13px;
  font-style: italic;
  margin: 25px 0;
}

.modal-backdrop {
  position: fixed;
  z-index: 1040;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(0, 0, 0, .5);
  display: none;
}

.footer-links,
.question {
  display: flex;
  position: relative;
}

#body-section {
  z-index: 200;
}

.mr-3 {
  margin-right: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.enroll-widget-btn {
  background: #c3911e;
  color: #fff;
}

.enroll-widget-btn:hover {
  color: #c3911e;
  background: #fff;
}

.sub-heading {
  font-size: 18px;
  font-weight: 700;
}

.question,
.styled-table,
option,
select {
  font-size: 1rem;
}

.styled-table {
  margin: 25px 0;
  border: 1px solid rgba(0, 0, 0, .075);
  box-shadow: 0 2px 8px 0 rgb(103 151 255 / 3%), 0 4px 32px 0 rgb(103 151 255 / 7%);
}

.styled-table tbody tr {
  border-bottom: .5px solid rgba(0, 0, 0, .075);
}

.question {
  background: #fbfcfd;
  letter-spacing: .5px;
  border: 1.5px solid rgba(0, 0, 0, .075);
  padding: 10px 80px 10px 20px;
  color: #000;
  box-shadow: 0 2px 8px 0 rgb(103 151 255 / 2%), 0 4px 32px 0 rgb(103 151 255 / 2%);
  align-items: center;
  margin-bottom: 10px;
}

.question::after {
  content: "";
  font-size: 2em;
  position: absolute;
  right: 20px;
  transition: .2s;
  border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
}

.faq>.active {
  color: #fff;
  background: #c3911e;
}

.question.active::after {
  border-color: #fff;
  transform: rotate(-135deg);
}

.answercont {
  max-height: 0;
  transition: .3s;
}

.modal-title {
  font-size: 20px;
  color: #198868;
  font-weight: 700;
  margin: 3px 0!important;
}

.answer {
  padding: 20px;
  line-height: 1.5rem;
}

.answer>p {
  margin-bottom: 10px!important;
}

@media screen and (max-width:790px) {
  html {
    font-size: 14px;
  }
  .wrapper {
    width: 80%;
  }
}

.ryp-cta {
  background: #c3911e;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  font-size: 1rem;
}

.footer-links,
.footer-links:focus,
.footer-links:hover {
  color: #000!important;
}

.toc_content {
  background: #fff;
  border: none;
  box-shadow: none;
  padding: 1rem 2.4rem!important;
}

#cookieNotice,
.card,
.make-me-sticky {
/*  box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);*/
}

.toc_content>a {
  line-height: 30px;
}

.toc_main_heading {
  margin-bottom: 15px;
}

.align-items-initial {
  align-items: initial!important;
}

.footer-links {
  font-size: 1.2rem;
  text-align: left;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .075);
  width: 100%;
  background: 0 0;
  justify-content: space-between;
}

.footer-links::before {
  content: "";
  display: none;
}

.footer-icons {
  display: inline-block;
  max-width: 200px;
  padding: 20px 0;
}

.footer-icons p {
  font-size: 15px;
}

.text-secondary {
  color: #414a56;
}

.footer-links:focus {
  outline: 0!important;
  box-shadow: none;
}

@media screen and (max-width:768px) {
  #footer {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .footer-copyrights>div {
    flex-direction: column;
  }
  .icon-box-footer {
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width:1200px) {
  .footer-links.active::before,
  .footer-links::before {
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    right: 0;
    color: #000;
  }
  .footer-left-collapsible,
  .footer_contact_form_row {
    width: 100%;
  }
  #cookieNotice {
    padding-bottom: 4px;
  }
  .title-wrap>p,
  h3,
  h4 {
    font-size: 1.3rem;
  }
  .w-1100px {
    width: 100%!important;
    margin-bottom: 20px;
  }
  .yoga-school-section .col-md-6>img {
    margin: 0;
  }
  .card-body-toc>p {
    font-size: 17px;
  }
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.15rem;
  }
  h4 {
    font-weight: 600;
  }
  #footer {
    padding: 0 15px;
  }
  .footer-widgets-wrap {
    padding-bottom: 50px;
  }
  .toc_content>button {
    padding: 5px 12px;
    box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%)!important;
    border: 1px solid #c3911e;
    color: #c3911e;
    background: #fff;
  }
}

.pb-20 {
  padding-bottom: 20px!important;
}

.border-none {
  border: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 8.5rem;
}

.btn-danger,
.btn-danger:hover {
  color: #fff;
  background-color: #198754;
}

#footer .footer-widgets-wrap {
  position: relative;
  padding: 40px 0;
}

#copyrights {
  padding: 20px 0;
  background-color: #fff;
  font-size: 14px;
}

#copyrights i.footer-icon {
  position: relative;
  top: 1px;
  font-size: 14px;
  width: 14px;
  text-align: center;
  margin-right: 3px;
}

.copyright-links a {
  display: inline-block;
  margin: 0 3px;
  color: #333;
  border-bottom: 1px dotted #444;
}

.copyright-links a:hover {
  color: #555;
  border-bottom: 1px solid #666;
}

.copyrights-menu,
.quick-contact-widget.form-widget .form-control,
.quick-contact-widget.form-widget .input-group,
.quick-contact-widget.form-widget .sm-form-control {
  margin-bottom: 10px;
}

.copyrights-menu a {
  font-size: 14px;
  margin: 0 10px;
  border-bottom: 0!important;
}

#copyrights.text-end a:last-child {
  margin-right: 0;
}

.footer-logo {
  display: block;
  margin-bottom: 30px;
}

.widget {
  position: relative;
  margin-top: 50px;
}

.widget p {
  line-height: 1.7;
}

.sidebar-widgets-wrap .widget {
  padding-top: 50px;
  border-top: 1px solid #eee;
}

.widget-twitter-feed li:first-child,
.widget:first-child {
  margin-top: 0;
}

.sidebar-widgets-wrap .widget:first-child {
  padding-top: 0;
  border-top: 0;
}

.subscribe-widget h5 {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}

.widget-twitter-feed li {
  margin: 15px 0 0;
}

.widget-twitter-feed small {
  display: block;
  margin-top: 3px;
}

.widget-twitter-feed small a:not(:hover) {
  color: #999;
}

.widget-twitter-feed .twitter-feed-avatar {
  margin-left: 44px;
}

.widget-twitter-feed .twitter-feed-avatar>li a.twitter-avatar {
  display: block;
  position: absolute;
  left: -44px;
  text-align: center;
  top: 2px;
  width: 32px;
  height: 32px;
}

.twitter-feed-avatar a.twitter-avatar img {
  border-radius: 50%;
}

.modal-overflow {
  display: block;
  z-index: 10;
  opacity: .7;
}

.dont-collapse-sm .collapse:not(.show) {
  display: block;
}

.content {
  padding: 0 10px;
  display: none;
}

@media screen and (min-width:1200px) {
  .expandable-mobile-sign,
  .toc-section {
    display: none;
  }
  .content {
    display: block;
  }
}

.notice-box {
  background: #d4edda;
  color: #000;
  border: none;
}

.visisbility-none {
  position: absolute;
  left: -200px;
}

.collapsible_content {
  display: none;
}

.show_content {
  display: block;
}

@media (min-width:1200px) {
  .collapsible_content {
    display: block;
  }
}

#html_element {
  padding: 0.5em;
}

#cookieNotice,
.card,
.make-me-sticky {
/*  box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);*/
border: 1px solid #ccc;
}

.whatsapp {
  position: fixed;
  bottom: 20px;
  z-index: 1000;
  right: 10px;
}

@media (min-width: 780px) and (max-width: 1900px) {

  nav a {
    padding: 14px 20px;
  }

}

