@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
:root {
  --vk_primary-color: #000000;
  --vk_secondary-color: #6a4614; 
  --vk_heading-font: "Outfit", sans-serif;/*'Jost', sans-serif*/
  --vk_body-font: "Rubik", sans-serif;/*'Nunito', sans-serif*/
  --green: #6a4614;
  --grey: #f7f7f7;
  --black: #000;
  --white: #fff;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */ 
}
body {
  color: var(--black);
  font-weight: 400;
  font-style: normal;
  font-size: 18px; 
  font-family: var(--vk_body-font);
  line-height: 1.6;
  margin: 0 auto; 
  position: relative;
}
h1, .h1 {
  font-size: 42px;
  line-height: 1.2; }

h2, .h2 {
  font-size: 32px; }

h3, .h3 {
  font-size: 26px;}

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 22px; }

h6, .h6 {
  font-size: 18px; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--black);
  clear: both;
  font-family: var(--vk_heading-font);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;  
}
p {
  color: var(--black);
  margin-bottom: 0.5em;
}
a {
    text-decoration: none;
}
.black-bg {
  background-color: var(--black);
}
.grey-bg {
  background-color: var(--grey);
}
.text-black {
  color: var(--black);
}
.text-white {
  color: var(--white);
}
.vk-btn {  
  padding: 10px 22px;
  border: 1px solid var(--green);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  color: var(--white);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 50px;
}
.vk-btn:hover {
  border: 1px solid var(--green);
  text-decoration: none;
}
.btn--primary {
  z-index: 1;
  color: var(--white);
  background-color: var(--green);
}
.btn--secondary {
  z-index: 1;
  color: var(--white);
  background-color: #bc7e09;/*#516971*/
  border-color: #bc7e09;/*#516971*/
}
.btn--primary:hover {
  color: var(--white);
  background-color: var(--green);
  border-color: var(--green); 
}
.btn--secondary:hover { 
  color: #fff;
  background-color: #bc7e09;/*#516971*/
  border-color: #bc7e09;/*#516971*/
}
.btn--white {
  z-index: 1;
  color: var(--black);
  border: 1px solid var(--white);
}
.btn--white:hover {
  border: 1px solid var(--green);
  color: var(--white);
  background-color: var(--green);
}
.btn--green {
  z-index: 1;
  color: var(--green);
  border: 1px solid var(--green);
}
.btn--green:hover {
  border: 1px solid var(--green);
  color: var(--white);
  background-color: var(--green);
}
.pad-tb {
  padding: 50px 0;
}
.section-title {
  margin-bottom: 1rem;
}
.section-title.text-center {
  margin-bottom: 15px; 
  position: relative;
}
.section-title.text-left {
  margin-bottom: 15px;
  position: relative;
}
.section-title.text-left h2, .section-title.text-center h2 {
  padding-bottom: 15px;
  color: var(--black);
  position: relative;
}
.section-title.text-left h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background: var(--green);
}
.section-title.text-center h2:after {
  content: "";
  position: relative;
  margin: 15px auto 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background: var(--green);    
  display: block;
}
.top_bar {
  background: var(--green); 
  padding: 4px 0;
}
.top_bar ul {
  margin-bottom: 0;
  list-style: none;
  float: right;
  position: relative;
  color: var(--white);
  z-index: 999;
  margin-left: 0;
  padding-inline-start: 0; 
  margin-right: 0px; 
}
.top_bar ul > li {
  margin-left: 15px;
  float: left;    
  line-height: 1.4;
}
.top_bar ul > li a {
  color: var(--white); 
  font-size: 17px;
  position: relative;
  padding-right: 15px;
}
.top_bar ul > li a:after {
  position: absolute;
  content: "";
  top: 20%;
  right: 0;
  border-right: 1px solid #eee;
  width: 100%;
  height: 60%;
  margin-left: 15px;
}
.top_bar ul > li:last-child a:after {
  display: none;
}
.top_bar ul > li a i {
  margin-right: 8px;
}
.top_bar ul > li a:hover, .top_bar a:hover {
  text-decoration: none;
  color: #fff;
}
.top_bar ul > li a:focus, .top_bar a:focus {
   color: #fff; 
}
.top_bar ul > li:last-child a {
  padding-right: 0px;
}
.navbar-nav {
    --bs-navbar-active-color: #fff;
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-navbar-color) rgba(0,0,0, 0.65);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar .navbar-content {
    display: flex;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
}
.navbar .navbar-content .navbar-nav {
    display: flex;
    flex-direction: row;
    margin-left: auto;
}
.navbar .navbar-content .navbar-nav .nav-item {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    min-width: 30px;
    display: flex;
    align-items: center;
}
.navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu, .navbar .navbar-content .navbar-nav .nav-item.dropdown .tt-menu {
    width: max-content;
    position: absolute;
    right: -20px;
    left: auto;
}
.navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu{
  -webkit-animation-name: dropdownAnimation;
    animation-name: dropdownAnimation;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
@keyframes dropdownAnimation {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    transform: translate3d(0, 0px , 0);
  }
}

.dropdownAnimation {
  -webkit-animation-name: dropdownAnimation;
          animation-name: dropdownAnimation;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.dropdown-menu, .tt-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 0.875rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #6571ff;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #7987a1;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  box-shadow: var(--bs-dropdown-box-shadow);
}
.header-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999;
}
header .header-logo {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
header {
  background: #fff;
  -webkit-box-shadow: 3px 2px 5px 0px rgba(83, 83, 83, 0.4);
  box-shadow: 3px 2px 5px 0px rgba(83, 83, 83, 0.4); 
  z-index: 99999;
  padding: 2px 0;
}
header .main-menu > li {
  position: relative;
}
header .main-menu > li > a {
  color: var(--black);
  padding: 8px 1.5vw;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  text-decoration: none;
}
header .main-menu > li.active > a {
  color: var(--green);
}
header .main-menu > li:hover > a {
  color: var(--green);
  text-decoration: none;
}
header .main-menu > li > a > i {
  color: var(--green);
}
header .main-menu > li > a:hover > i {
  color: #fff;
}
header .main-menu > li:hover > a i {
  color: #fff;
}
header .main-menu .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 285px;
  overflow: hidden;
  border-top: 2px solid var(--green);
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  z-index: 5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
header .main-menu .sub-menu a {
  padding: 8px 10px;
  display: block;
  color: var(--black);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  text-decoration: none;
}
header .main-menu .sub-menu a i {
  color: var(--black);
}
header .main-menu .sub-menu a:hover {
  background: var(--green);
  color: #fff;
  text-decoration: none;
}
header .main-menu > li:hover .sub-menu {
  display: block;
}
header .header-logo figure img {
  max-width: 200px;
}
header .demo-link {
  margin-left: 1vw;
}
header .side-menu-close {
  background: transparent;
}
header .side-menu-close span {
  background: var(--black);
  width: 28px;
}
/* side menu */
.side-menu-wrap {
  width: 300px;
  position: fixed;
  right: -100%;
  top: 0;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto;
  z-index: 999999;/*15000*/
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-wrap.opened {
  right: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.side-menu-logo {
  border-bottom: 2px solid var(--grey-bg);
  padding-left: 0.5rem;
  display: none!important;
}
.side-menu-nav .main-menu > li {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.side-menu-nav .main-menu > li > a > i {
  color: var(--black);
}
.side-menu-nav .main-menu .sub-menu {
  border-top: 1px solid var(--green);
  background: #fff;
  display: none;
}
.side-menu-nav .main-menu .sub-menu li {
  border-bottom: 1px solid #ccc;
}
.side-menu-nav .main-menu .sub-menu a {
  padding: 10px 22px;
  display: block;
  color: var(--black);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;    
  font-size: 15px;
  text-transform: uppercase;
}
.side-menu-nav .main-menu .sub-menu a i {
  color: var(--black);
}
.side-menu-nav .main-menu .sub-menu ~ i {
  font-size: 0.8em;
  position: absolute;
  padding: 21px 11px;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
}
.side-menu-nav .main-menu .sub-menu a:hover {
  background: #f5f5f5;
}
.side-menu-nav .main-menu > li > a {
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px 20px 15px 20px;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-nav .main-menu > li > a:hover {
  text-decoration: none;
}
.side-menu-wrap .side-menu-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.side-menu-close {
  height: 40px;
  width: 40px;
  background: var(--green); 
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.side-menu-close span {
  height: 2px;
  width: 20px;
  background: var(--white);
  position: relative;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-close span:nth-child(1) {
  top: -5px;
}
.side-menu-close span:nth-child(3) {
  bottom: -5px;
}
.side-menu-close.closed span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
}
.side-menu-close.closed span:nth-child(2) {
  opacity: 0;
}
.side-menu-close.closed span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
}
/*  custom overlay */
.custom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 12500;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.custom-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
/**/
.breadcrumb_wrap {
  padding: 100px 0;
  background-color: #eee;
  background-size: cover;
  background-position: center center; 
  position: relative;
  z-index: 1;
}
.breadcrumb_title {
  position: relative;
  background-color: #eee;
  padding: 25px 0;
}
.breadcrumb_title h1 {
  text-transform: uppercase;
  font-size: 38px; /*40px*/
  color: var(--black);
  /* position: relative; */
  margin-bottom: 0;
}
/* .breadcrumb_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
} */
label {
  display: block;
}
.form-control {
  border: 1px solid #bbb;   
  padding: 0.5rem 0.75rem;
  color: var(--black);    
  height: 52px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid var(--green);
}
textarea.form-control {
  height: 100px;
}
.img-wrap {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.img-wrap img {
  transition: 0.2s linear;
}
.img-wrap:hover img {
  transform: scale(1.08);
}
ul.vk-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
ul.vk-list > li {
  margin-bottom: 5px;  
  position: relative;
  padding-left: 30px;
}
ul.vk-list > li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f560";/*f560 f14a f058 f105 f054*/
  position: absolute;
  left: 0;
  font-weight: 600;
  color: var(--green);
}
/**/
.footer {
  position: relative;
  background-color: #6a4614; /*1e1e1e*/
  margin-top: 0px; /*25px*/
}
.footer-top {
  padding: 40px 0 30px;
  position: relative;
}
.footer-top .col-off-40 {
  margin-left: -40px;
  margin-right: 40px; 
}
.footer-widget {
  margin-bottom: 15px;
}
.footer-widget h3 {
  color: var(--white);
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
}
.footer-widget ul {
  list-style: none;
  padding: 0;
}
.footer-widget ul.widget-links > li {
  margin-bottom: 10px;
}
.footer-widget ul.widget-links > li a {
  color: var(--white);
  position: relative;
  padding-left: 25px;
  display: block;
} 
.footer-widget ul.widget-links > li a:hover {
  color: var(--white);
  text-decoration: none;
} 
.footer-widget ul.widget-links > li a:before {
  font-family: "Font Awesome 6 Free";
  content:"\f105";/*"\f0da"*/
  position: absolute;
  left: 0;
  font-weight: 600;
}
.icn_txt {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.icn {
  position: absolute;
  left: 0;
  color: #fff;
}
.txt {
  padding-left: 30px;
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid #573401; 
  padding: 15px 0;position: relative;
  text-align: center;
}
ul.social-links > li {
  display: inline-block;
  margin-right: 5px;
}
ul.social-links > li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #bc7e09;
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  border-radius: 50%;
}
ul.social-links > li a:hover {
  color: var(--green);
  background: var(--white); 
}
.footer-bottom ul {
  margin-bottom: 0;
  float: right;
  margin-right: 30px;
}
.design-by {
  display: none;
}
/**/
.single-banner {

}
.about-section-wrap .col-lg-push-6 {
  left: 50%;
  position: relative;
}
.about-section-wrap .col-lg-pull-6 {
  right: 50%;
  position: relative;
}
/**/
.main-wrap {
  padding: 50px 0px 70px 0px; /*50px 110px 70px 90px*/
}
.main-wrap main
{
  height: 100%;
  background-image: url(../images/bg-2.jpg);
  background-size: 100% 100%;
  position: relative;
  padding: 0px 0 80px 0;
  background: #f7f7f7;
}
/* .avatar
{
  position: absolute;
  left: 150px;
  bottom: 100px;
  pointer-events: none;
} */
.step-bar
{
  background-color: #cbf2ff;/*rgb(255, 255, 255)*/
  width: 100%;
  height: 20px;
}
.step-bar .fill
{
  background-color: var(--green);/*rgb(0, 74, 167)*/
  transition: 0.5s;
  width: 0;
  height: 100%;
}
form.show-section
{
  display: grid;
  height: 100%;
  place-content: center;
  text-align: center;
  margin: 0 auto;
  width: 50%;
  padding: 50px 0;
}
.step-number
{
  font-size: 16px;
  color: #000;/*rgb(255,255,255)*/
  font-weight: 600; /*bold*/
  margin-bottom: 20px;
}
.quiz-question
{
  font-size: 52px;
  color: #000; /*rgb(255,255,255)*/
  font-weight: 600; /*bold*/
}
fieldset
{
  width: 75%;
  margin: 0 auto;
  margin-top: 30px;
  overflow: hidden;
}
.radio-field
{
  width: 100%;
  height: 95px;
  position: relative;
  display: grid;
  align-content: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 12px;
}
.radio-field input
{
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: solid 5px rgb(255,255,255);  /*3px*/
  background-color: var(--green);/*rgb(0, 74, 167)*/
  border-radius: 10px;
  cursor: pointer;
  transition: 0.5s;
}
.radio-field input:checked
{
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
  border-color: #ffb01b;/*#15afe3*/
}
.radio-field input:checked::before
{
  content: "";
  position: absolute;
  border-left: solid 5px #ffb01b;/*15afe3*/
  border-bottom: solid 5px #ffb01b;/*15afe3*/
  top: 43px;
  right: 50px;
  width: 25px;
  height: 15px;
  transform: rotate(-45deg);
  border-radius: 3px;
  opacity: 0;
  z-index: 1000;
}
.radio-field label
{
  font-size: 26px;
  color: rgb(255,255,255);
  font-weight: 600; /*bold*/
  position: relative;
  z-index: 10;
  pointer-events: none;    
  margin-bottom: 0;
}
.next-prev
{
  position: absolute;
  bottom: -34px;
  left: 0;
  display: flex;
  justify-content: space-between; 
  width: 100%;   
  flex-wrap: wrap;
}
.next-prev button
{
  border: solid 2px rgb(186, 186, 186);
  background-color: rgb(255, 255, 255);
  width: 225px;
  height: 76px;
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-weight: bold;
}
.next-prev .next
{
  background-color: var(--green);/*rgb(0, 74, 167)*/
  border-color: var(--green);/*rgb(0, 74, 167)*/
  color: rgb(255,255,255);
}
.next-prev button i
{
  position: relative;
  top: 3px;
}
#error div
{
  position: fixed;
  top: 20px;
  left: 20px;
}
.counterContainer {
  width: auto;
  height: auto;
  position: absolute;
  top: 60px;
  right: 60px;
}
.counter {
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 27.52px 4.48px rgba(161, 161, 161, 0.22);
  width: 140px;
  height: 140px;
}
.counter circle {
  fill: transparent;
  stroke: var(--green);/*rgb(39, 181, 234)*/
  stroke-width: 20px;
  stroke-dasharray: 471;
  stroke-dashoffset: 0;
}
.counterContainer span {
  font-size: 41px;
  color: var(--green);/*rgb(33, 179, 234)*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login_wrap.py-4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.login_wrap .card-header {
    background-color: #6a4614;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0.6rem 1rem;
    font-size: 20px;
}
.login_wrap .text-center .vk-btn {
    min-width: 150px;
}
@media (min-width: 992px) {
    .login_wrap .card-body {
        padding: 1rem 3rem 1.5rem;
    }
}
.top_bar .dropdown-item.active, .top_bar .dropdown-item:active, .top_bar .dropdown-item:hover, .top_bar .dropdown-item:hover a  {
    background-color: #6a4614;
    color: #fff!important;
}
.top_bar .navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu ul > li {
    margin-left: 0px;
}
.top_bar .navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu ul > li a:hover, .top_bar .navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu ul > li a:active {
    color: #fff!important;
}
.top_bar .navbar {
    padding: 0px;
}
.category-question-wrap {
    text-align: center;
}
span.out_of_ques_num {
    margin-bottom: 15px;
    display: inline-block;
}
.category-question-wrap .card-header.bg-primary.text-white {
    background: #bc7e09!important;/*#cbf2ff*/
    color: #fff !important;/*000*/
    font-size: 24px;
}
.category-question-wrap .card-body {
    background: #f7f7f7;
}
.category-question-wrap .card-body .radio-field {
    width: 50%; 
    margin: 0 auto 12px;    
    height: 80px;
}
.category-question-wrap .card-body .radio-field label {
    font-size: 20px;    
    font-weight: 500;
}
.category-question-wrap .card-body .btn.btn-primary {
    background: #bc7e09;/*#516971*/
    border-color: #bc7e09;/*#516971*/
}
.radio-field input:checked::before {
    top: 33px;
}
.time_left_ques_wrap {
    
}
.time_left_ques {
    float: right;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.time_left_seconds {
    text-align: center;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 27.52px 4.48px rgba(161, 161, 161, 0.22);
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dotted #6a4614;
    flex-direction: column;
    gap: 0;    
    line-height: 1.2;
}
.py-4.category-question {
    padding-bottom: 50px!important;
}
.results-main-wrap.main-wrap main {
    padding: 0;
    background: #fff;
}
.results-main-wrap.main-wrap tr.bg-gray-100 td {
    background: #f1f1f1;    
    font-weight: 500;
}
.results-main-wrap.main-wrap .bg-white.overflow-hidden.shadow-sm {
   box-shadow: none!important; 
}
table.user-info-table th {
    background: #6a4614 !important;
    color: #fff !important;
}
.results-main-wrap.main-wrap table.user-info-table td {
    background: #fff5e6;/*#e6f9ff*/
}
.results-main-wrap.main-wrap table th, .results-main-wrap.main-wrap table td {
    padding: .7rem !important;
}
.results-main-wrap.main-wrap table.table-bordered td li {
    margin-bottom: 8px;
}
.results-main-wrap.main-wrap table.table-bordered td li.font-bold span {
   background: green;    
   color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.results-main-wrap.main-wrap table.table-bordered td li.underline span {
   background: red;    
   color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.results-main-wrap.main-wrap table.table-bordered td li.underline.font-bold span {
    background: green;
}
.results-main-wrap.main-wrap table.table-bordered td:first-child {
    width: 18%;
}
.results-main-wrap.main-wrap table.table-bordered td:last-child {
    width: 82%;
}
.results-main-wrap.main-wrap .card-body h6 {
        text-align: center;
    font-size: 22px;
    text-transform: uppercase;
}
b, strong {
    font-weight: 600;
}
.competition-section-wrap ol {
    padding-left: 20px;
}
.competition-section-wrap ol > li {
    margin-bottom: 10px;
}
.competition-section-wrap h3 {
    margin-bottom: 10px;    
    margin-top: 20px;
}
.competition-section-wrap .image-wrap {
    padding: 10px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    margin-top: 20px;
}
.competition-photos {
    margin-top: 15px;
}
.footer-widget.widget_category ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 5px;
}
.competition-section-wrap .competition-photos a.btn-primary {
    background: #bc7e09;
    border-color: #bc7e09;    
}
.cr-filter {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.cr-filter select {
    padding: 8px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.competition-result table {
    margin-top: 20px;
}
.competition-result table th{
    background: #6a4614;
    color: #fff;
    text-align: center;    
    text-transform: uppercase;
}
.competition-result table td img {
    width: 200px;    
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    padding: 5px;
}
.competition-result table th, .competition-result table td {
    padding: 0.8rem;
}
.competition-result table tbody tr:first-child, .competition-result table tbody tr:last-child {
    text-align: center;
}
.result-bg {
    background: #482c05;/*url(../images/result-bg2.jpg)*/
    min-height: 100px;/*300px*/
    border-radius: 10px;   
    display: flex;
    justify-content: center;
    align-items: center;    
    margin-bottom: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
}
.result-bg h1 {
    color: #fff;
    margin-bottom: 0;
}
.my-account-wrap .nav-pills .nav-link {
    background: #e3e3e3;
    color: #000;
}
.my-account-wrap .nav-pills .nav-link.active {
    background-color: #6a4614;
    color: #fff;
}
.my-account-wrap .nav-pills li.nav-item {
    margin: 0px 8px;
}
.contact-box-wrap {
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 20px 15px;
  border-radius: 5px;
}
.contact-box-wrap:hover .contact-icon {
  background: #bc7e09;
}
.contact-box-wrap:hover h3 {
  color: var(--green);
}
.contact-box-wrap { 
  min-height: 250px;
}
.contact-icon {
  display: inline-block;
  background: var(--green);
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 70px;
  font-size: 30px;
  margin-bottom: 15px;
  border-radius: 50%;
}
.contact-box-wrap p a {
  color: var(--black);
}
.contact-box-wrap p a:hover {
  color: var(--green);
}
