/* ==============
 ========= css documentation =========

 * Theme Name: Veltio
 * Version: 1.0
 * Description: Multipurpose HTML5 Template
 * Author: Softivus
 * Author URI: https://www.templatemonster.com/authors/softivus/

 01. abstracts
     1.1 --> mixins
     1.2 --> variables

 02. base
     2.1 --> reset
     2.2 --> typography
     2.3 --> global

 03. components
     3.1 --> buttons
     3.2 --> forms
     3.3 --> preloader

 04. layout
     4.1 --> header
     4.2 --> hero Section
     4.3 --> banner
     4.4 --> all sections
     4.5 --> footer
     4.6 --> responsive
     =================================
============== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&amp;display=swap");
/* ==== 
 --------- (2.1) reset styles start ---------
 ==== */
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}
*::-webkit-scrollbar-button, *::-webkit-scrollbar-thumb {
  background-color: #f2cb05;
  border-radius: 5px;
}
*::-moz-selection {
  color: #ffffff;
  background-color: #1770c8;
}
*::selection {
  color: #ffffff;
  background-color: #1770c8;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
  overflow-x: hidden !important;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #352c00;
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: 0px;
  border: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a i {
  -webkit-transition: inherit;
  transition: inherit;
  color: inherit;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  border: 0px;
  outline: 0px;
}

button {
  border: 0px;
  outline: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}
button i {
  -webkit-transition: inherit;
  transition: inherit;
  color: inherit;
}
button:focus, button:active, button:hover {
  border: 0px;
  outline: 0px;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}

ul,
ol {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input:focus,
textarea:focus {
  border: 0px;
  outline: 0px;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

textarea {
  min-height: 150px;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border: 0px;
  width: 100%;
}

span {
  text-align: left !important;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  color: #1d1800;
}

/* ==== 
     --------- (2.1) reset styles end ---------
   ==== */
/* ==== 
 --------- (2.2) typography styles start ---------
 ==== */
p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
.span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-top: -7px;
  color: #352c00;
}

.primary-text {
  font-size: 24px;
  line-height: 34px;
  margin-top: -7px;
}

a,
button {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
}
a:hover,
button:hover {
  color: #1d1800;
}

h1,
.hero-title {
  font-size: 76px;
  line-height: 98.8px;
  margin-top: -19px;
}

h2,
.section-title {
  font-size: 57px;
  line-height: 74.1px;
  margin-top: -14px;
  color: #1d1800;
}

h3 {
  font-size: 43px;
  line-height: 55.9px;
  margin-top: -10px;
}

h4 {
  font-size: 32px;
  line-height: 41.6px;
  margin-top: -8px;
}

h5,
.sub-title {
  font-size: 24px;
  line-height: 31.2px;
  margin-top: -6px;
  color: #003abb;
}

h6 {
  font-size: 18px;
  line-height: 23.4px;
  margin-top: -5px;
}

h1 > a,
h1 > span,
h2 > a,
h2 > span,
h3 > a,
h3 > span,
h4 > a,
h4 > span,
h5 > a,
h5 > span,
h6 > a,
h6 > span,
p > a,
p > span {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* ==== 
 --------- (2.2) typography styles end ---------
 ==== */
/* ==== 
 --------- (2.3) global styles start ---------
 ==== */
.section-space {
  padding: 120px 0px;
}

.section-space-top {
  padding-top: 120px;
}

.section-space-bottom {
  padding-bottom: 120px;
}

.cta-btn-space {
  margin-top: 40px;
}

.neutral-row-gutter {
  margin-bottom: -30px;
}
.neutral-row-gutter .column-gutter {
  margin-bottom: 30px;
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

img {
  max-width: 100%;
  height: auto;
  border: 0px;
  outline: 0px;
}

.w-100 {
  width: 100%;
}

.dir-rtl {
  direction: rtl;
}

.max-width-unset {
  max-width: unset;
}

.bg-white {
  background-color: #ffffff;
}

.section-header {
  margin-bottom: 55px;
}
.section-header h5 {
  color: #003abb;
  margin-bottom: 22px;
}
.section-header h2 {
  margin-bottom: 13px;
}

.section-content {
  margin-bottom: 35px;
}
.section-content h5 {
  color: #003abb;
  margin-bottom: 22px;
}
.section-content h2 {
  margin-bottom: 13px;
}

.fw-500 {
  font-weight: 500;
}

.slick-slide {
  margin: 0px 12px;
  padding: 20px 0px;
}
.slick-slide img {
  display: inline-block;
}

.slick-list {
  margin: -20px -12px;
}

.slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.slider-btn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  color: #352c00;
  border: 1px solid #f2b705;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  z-index: 9;
}
.slider-btn:hover, .slider-btn:focus {
  background-color: #f2b705;
  border: 1px solid #f2b705;
}

.section-intro {
  margin-bottom: 60px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.social a {
  font-size: 16px;
  color: #352c00;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.pagination li {
  margin: 0px;
}
.pagination li a {
  padding: 0px;
  background-color: transparent;
  border: 0px;
  color: #352c00;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #f2b705;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}
@media (max-width: 991px) {
  .pagination li a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
  }
}
.pagination li a:hover {
  background-color: #f2b705;
  color: #ffffff;
  border: 1px solid #f2b705;
}
.pagination li:nth-of-type(1) .active {
  background-color: #f2b705;
  color: #352c00;
  cursor: pointer;
}
.pagination li:nth-last-of-type(1) .page-link {
  background-color: transparent;
  border: 0px;
  color: #003abb;
}
.pagination i {
  color: #352c00;
}

.mfp-container {
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

/* ==== 
   --------- (2.3) global styles end ---------
 ==== */
/* ==== 
 --------- (3.1) button styles start ---------
 ==== */
.cmn-button {
  padding: 15px 30px;
  color: #352c00;
  background-color: #f2cb05;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.cmn-button::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #1d1800;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 5px;
}
.cmn-button:hover {
  color: #ffffff;
}
.cmn-button:hover::before {
  left: 0%;
}

.cmn-button--primary {
  padding: 12px 24px;
  background: #ffffff;
  border: 1px solid #dbd7d7;
}
.cmn-button--primary:hover {
  border: 1px solid #dbd7d7;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 24px;
  width: 40px;
  height: 40px;
  background-color: #f2cb05;
  color: #352c00;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.scrollToTop:hover {
  background-color: #f2cb05;
}
.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* ==== 
   --------- (3.1) button styles end ---------
 ==== */
/* ==== 
 --------- (3.2) form styles start ---------
 ==== */
.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #f2cb05;
  border-radius: 10px 5px 5px 10px;
}
.form-group input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form-group .cmn-button {
  border-radius: 0px 5px 5px 0px;
}
.form-group .cmn-button::before {
  border-radius: 0px 5px 5px 0px;
}

input {
  padding: 12px 30px;
  background-color: white;
  border: 0px;
  outline: 0px;
  margin: 0px;
  border-radius: 10px 0px 0px 10px;
}
input::-webkit-input-placeholder {
  color: #4b3f00;
}
input::-moz-placeholder {
  color: #4b3f00;
}
input:-ms-input-placeholder {
  color: #4b3f00;
}
input::-ms-input-placeholder {
  color: #4b3f00;
}
input::placeholder {
  color: #4b3f00;
}

.single-input {
  padding: 0;
  padding-bottom: 15px;
  position: relative;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid transparent;
}
.single-input input, .single-input textarea {
  margin-bottom: 12px !important;
}
.single-input.success input {
  border-color: #2ecc71;
}
.single-input.error input {
  border-color: #e74c3c;
}
.single-input.error small {
  visibility: visible;
}
.single-input small {
  color: #e74c3c;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

.thank_you p {
  bottom: 25px;
  color: green;
  -webkit-animation: scaleone 0.5s linear;
          animation: scaleone 0.5s linear;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}

/* ==== 
 --------- (3.2) form styles end ---------
 ==== */
/* ==== 
 --------- (3.3) preloader styles start ---------
 ==== */
/* ==== 
 --------- (3.3) preloader styles end ---------
 ==== */
/* ==== 
 --------- (4.1) header styles start ---------
 ==== */
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

.header-active {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar {
  padding: 23px 0px;
  background-color: transparent;
}
@media (max-width: 991px) {
  .navbar {
    padding: 23px 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 575px) {
  .navbar {
    padding: 25px 0px;
  }
}
.navbar li {
  margin-top: 0px;
}

.navbar-active {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  margin: 0px;
  padding: 0px;
}

.logo {
  max-width: 152px;
  max-height: 46px;
  height: auto;
}
@media (max-width: 1399px) {
  .logo {
    max-width: 120px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .logo {
    max-width: 100px;
    height: 30px;
  }
}

.navbar-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .navbar-out {
    gap: 20px;
  }
}

.nav-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .nav-group-btn {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    margin-left: 0px;
    margin-top: 20px;
    max-height: 350px;
    overflow-y: auto;
  }
  .navbar-collapse::-webkit-scrollbar {
    width: 5px;
  }
  .navbar-collapse::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 10px;
  }
  .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: #f2cb05;
    border-radius: 10px;
  }
}

@media (max-width: 991px) {
  .nav-item {
    margin-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .nav-item .cmn-button {
    max-width: 100%;
    width: 100%;
    display: block;
    border-radius: 0px;
    text-align: left;
    padding: 9px 16px;
  }
  .nav-item .cmn-button::before {
    border-radius: 0px;
  }
  .nav-item:last-of-type {
    margin-bottom: 0px;
  }
  .nav-item:last-of-type .button--last {
    display: block;
    width: 100%;
    border-radius: 0px;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .nav-item:nth-last-of-type(2) {
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .nav-item:nth-last-of-type(2) {
    margin-bottom: 3px;
  }
}

.nav-link {
  color: #352c00;
  font-weight: 400;
  padding: 8px 12px 9px !important;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199px) {
  .nav-link {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 10px 9px !important;
  }
}
@media (max-width: 991px) {
  .nav-link {
    padding: 10px 16px !important;
    background-color: #f5e1e1;
    color: #000000;
    font-weight: 500;
  }
}
.nav-link:hover {
  color: #003abb;
}
@media (max-width: 991px) {
  .nav-link:hover {
    color: #003abb;
  }
}

.dropdown .dropdown-toggle {
  color: #352c00 !important;
}
@media (max-width: 991px) {
  .dropdown .dropdown-toggle {
    color: #000000 !important;
  }
}
.dropdown .dropdown-toggle:hover {
  color: #003abb !important;
}
@media (max-width: 991px) {
  .dropdown .dropdown-toggle:hover {
    color: #003abb !important;
  }
}
@media (max-width: 1199px) {
  .dropdown .dropdown-toggle {
    position: relative;
  }
}
.dropdown .dropdown-toggle::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  border: none;
  font-size: 16px;
  vertical-align: 0px !important;
}
@media (max-width: 1399px) {
  .dropdown .dropdown-toggle::after {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .dropdown .dropdown-toggle::after {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 100%;
    margin: 0px;
    border-left: 3px solid #fff;
  }
}
.dropdown .show {
  color: #003abb !important;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.dropdown .show::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 991px) {
  .dropdown .show::after {
    border-right: 3px solid #fff;
    border-left: 0px;
  }
}
@media (min-width: 1200px) {
  .dropdown .show {
    color: #1d1800 !important;
  }
  .dropdown .show::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.dropdown .dropdown-menu {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  margin-top: 0px;
  border-top: 4px solid #f2cb05;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
  max-height: 300px;
  overflow-y: auto;
  min-width: 14rem;
}
@media (min-width: 1200px) {
  .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.dropdown .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}
@media (max-width: 1199px) {
  .dropdown .dropdown-menu {
    width: 90%;
    margin: 15px auto;
  }
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 10px 16px;
  color: #000000;
  border-bottom: 1px solid #e4e4e4;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f2cb05;
  color: #000000;
  padding-left: 20px;
}
.dropdown .dropdown-menu .dropdown-item-active {
  background-color: #f2b705;
  color: #ffffff;
  padding-left: 20px;
}
.dropdown .dropdown-menu li:last-of-type .dropdown-item {
  border-bottom: 0px;
}
@media (min-width: 1200px) {
  .dropdown:hover .dropdown-menu {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-toggler {
  border: none;
  padding: 0px;
  line-height: 0px;
  display: inline-block;
}
@media (max-width: 575px) {
  .navbar-toggler {
    margin: 0px;
  }
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.navbar-toggler span {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.navbar-toggler .icon-bar {
  width: 35px;
  height: 2px;
  background-color: #f2cb05;
  margin: 0px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .navbar-toggler .icon-bar {
    width: 30px;
  }
}
.navbar-toggler .middle-bar {
  margin: 6px 0px;
  opacity: 1;
}

.toggle-active .top-bar {
  -webkit-transform: rotate(-45deg) translate(-7px, 4px);
          transform: rotate(-45deg) translate(-7px, 4px);
  background: #f2cb05;
}
.toggle-active .middle-bar {
  opacity: 0;
}
.toggle-active .bottom-bar {
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
          transform: rotate(45deg) translate(-7px, -4px);
  background: #f2cb05;
}

.header--secondary {
  border-bottom: 1px solid rgba(219, 215, 215, 0.4392156863);
}
.header--secondary .nav-link {
  color: #ffffff;
}
@media (max-width: 991px) {
  .header--secondary .nav-link {
    color: #000000;
  }
}
.header--secondary .nav-link:hover {
  color: #f2cb05;
}
.header--secondary .dropdown .dropdown-toggle {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .header--secondary .dropdown .dropdown-toggle {
    color: #000000 !important;
  }
  .header--secondary .dropdown .dropdown-toggle::after {
    border-color: black;
  }
}
.header--secondary .dropdown .dropdown-toggle:hover {
  color: #f2cb05 !important;
}
@media (max-width: 991px) {
  .header--secondary .navbar {
    background-color: #000000;
  }
}

.header-secondary-active {
  background-color: #000000;
}

/* ==== 
 --------- (4.1) header styles end ---------
 ==== */
/* ==== 
 --------- (4.2) hero section styles start ---------
 ==== */
.hero {
  padding: 225px 0px 125px;
  background-image: linear-gradient(90.23deg, rgba(255, 255, 255, 0.83) 23.6%, rgba(255, 255, 255, 0) 98.63%), url("../images/hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero__content h5 {
  margin-bottom: 23px;
}
.hero__content h2 {
  margin-bottom: 24px;
}

.hero__content-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.hero__content-cta .cmn-button {
  border: 1px solid #f2cb05;
}
.hero__content-cta .cmn-button:nth-last-of-type(1) {
  background-color: white;
}

/* ==== 
 --------- (4.2) hero section styles end ---------
 ==== */
/* ==== 
 --------- (4.3) banner styles start ---------
 ==== */
.banner {
  padding: 220px 0px 110px;
}
@media (max-width: 767px) {
  .banner {
    padding: 200px 0px 95px;
  }
}
@media (max-width: 575px) {
  .banner {
    padding: 180px 0px 95px;
  }
}
.banner h2 {
  color: #f2b705;
}

.breadcrumb {
  margin: 0px;
  padding: 0px;
}
@media (max-width: 991px) {
  .breadcrumb {
    margin-top: 8px;
  }
}
.breadcrumb .breadcrumb-item {
  margin-top: 0px;
  color: #ffffff;
  padding: 0px 20px 0px 30px;
  position: relative;
}
.breadcrumb .breadcrumb-item a {
  color: #ffffff;
  font-weight: 400;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #f2cb05;
}
.breadcrumb .breadcrumb-item::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: ">";
  position: absolute;
  left: 0px;
  font-size: 14px;
  color: #ffffff;
}
.breadcrumb .breadcrumb-item:first-of-type {
  padding-left: 0px;
}
.breadcrumb .breadcrumb-item:first-of-type::before {
  content: none;
}
.breadcrumb .active {
  color: #f2b705;
}

/* ==== 
 --------- (4.3) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.4) all sections styles start ---------
 ==== */
.service__single {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.service__single .service__single-thumb {
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px auto 30px;
  border: 1px solid #f2b705;
  border-radius: 10px;
}
.service__single h5 {
  color: #352c00;
  margin-bottom: 17px;
}
.service__single .service__single-cta a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 26px auto 0px;
  background-color: #ffffff;
  border: 1px solid #f2b705;
  color: #352c00;
}

.about {
  background-position: left top;
}

.about__thumb {
  position: relative;
}
.about__thumb img {
  border-radius: 10px;
}
.about__thumb .about__thumb-tag {
  direction: ltr;
  padding: 30px 50px 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  bottom: 50px;
  right: -50px;
}
.about__thumb .about__thumb-tag span {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px !important;
}

.about__content-feature {
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #f2b705;
  border-radius: 10px;
}
.about__content-feature .about__content-feature__thumb {
  margin-bottom: 20px;
}

.project__single {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.project__single .project__single-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.project__single .project__single-thumb a {
  display: block;
}
.project__single .project__single-thumb img {
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.project__single .project__single-content {
  padding: 30px;
}
.project__single .project__single-content p {
  margin-bottom: 15px;
}
.project__single .project__single-content h5 {
  margin-bottom: 20px;
  color: #352c00;
}
.project__single .project__single-content a {
  color: #352c00;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.project__single .project__single-content a:hover {
  color: #003abb;
}
.project__single:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.counter {
  background-color: #352c00;
}
.counter .neutral-row-gutter {
  margin-bottom: -60px;
}
.counter .column-gutter {
  margin-bottom: 60px;
}

.counter__single-thumb {
  margin-bottom: 30px;
}

.counter__single-content h2 {
  color: #ffffff;
  margin-bottom: 7px;
}
.counter__single-content p {
  color: #ffffff;
  margin-bottom: -4px;
}

.counter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial {
  background-position: left top;
}

.testimonial__content-thumb {
  margin-bottom: 30px;
}

.testimonial__slider-single__content {
  padding: 40px 30px 35px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}
.testimonial__slider-single__content .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  margin-bottom: 20px;
}
.testimonial__slider-single__content .rating a {
  color: #f2b705;
}
.testimonial__slider-single__content .author-info {
  margin-top: 26px;
}
.testimonial__slider-single__content .author-info p:nth-last-of-type(1) {
  font-size: 16px;
  margin-top: 0px;
}

.gallery .slick-slide {
  padding: 0px;
  margin: 0px 5px;
}
.gallery .slick-list {
  padding: 0px;
  margin: 0px;
}

.gallery__slider-single__thumb {
  border-radius: 10px;
}
.gallery__slider-single__thumb img {
  border-radius: 10px;
  width: 100%;
}

.team__single {
  padding: 30px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.team__single .team__single-thumb {
  margin-bottom: 30px;
}
.team__single .team__single-thumb img {
  border-radius: 50%;
}
.team__single .team__single-content h5 {
  color: #352c00;
  margin-bottom: 10px;
}

.blog .section-header,
.blog-list .section-header {
  margin-bottom: -12px;
}
.blog .blog__single,
.blog-list .blog__single {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.blog .blog__single:hover .blog__single-thumb img,
.blog-list .blog__single:hover .blog__single-thumb img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.blog .blog__single-thumb,
.blog-list .blog__single-thumb {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.blog .blog__single-thumb a,
.blog-list .blog__single-thumb a {
  display: block;
}
.blog .blog__single-thumb img,
.blog-list .blog__single-thumb img {
  border-radius: 10px 10px 0px 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog .blog__single-content,
.blog-list .blog__single-content {
  padding: 30px;
}
.blog .blog__single-content h5,
.blog-list .blog__single-content h5 {
  margin-bottom: 25px;
}
.blog .blog__single-content h5 a,
.blog-list .blog__single-content h5 a {
  color: #352c00;
}
.blog .blog__single-content h5 a:hover,
.blog-list .blog__single-content h5 a:hover {
  color: #003abb;
}
.blog .blog__single-content__meta,
.blog-list .blog__single-content__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.blog .blog__single-content__meta p,
.blog-list .blog__single-content__meta p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
}

.company__thumb img {
  border-radius: 10px;
}

.blog--secondary .section-header {
  margin-bottom: 55px;
}

.error__content .error__content-thumb {
  margin-bottom: 60px;
}
.error__content h2 {
  margin-bottom: 15px;
}
.error__content p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 35px;
}

.contact__form h4 {
  margin-bottom: 24px;
}
.contact__form input,
.contact__form textarea {
  margin: 0px;
  margin-bottom: 30px;
  padding: 15px 24px;
  background-color: #ffffff;
  border: 1px solid #dbd7d7;
  border-radius: 5px;
  width: 100%;
}
.contact__form input::-webkit-input-placeholder, .contact__form textarea::-webkit-input-placeholder {
  color: #352c00;
}
.contact__form input::-moz-placeholder, .contact__form textarea::-moz-placeholder {
  color: #352c00;
}
.contact__form input:-ms-input-placeholder, .contact__form textarea:-ms-input-placeholder {
  color: #352c00;
}
.contact__form input::-ms-input-placeholder, .contact__form textarea::-ms-input-placeholder {
  color: #352c00;
}
.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: #352c00;
}
.contact__form textarea {
  max-height: 180px;
  margin-bottom: 30px;
}
.contact__form .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .contact__form .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}

.contact__info-single {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 400px) {
  .contact__info-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact__info-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.contact__info-single .contact__info-single__thumb {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #F2B705;
}
.contact__info-single p {
  margin-bottom: 10px;
}

.map-wrapper iframe {
  width: 100%;
  display: block;
}
@media (max-width: 1199px) {
  .map-wrapper iframe {
    height: 400px;
  }
}

.accordion h5,
.accordion p {
  margin: 0px;
}
.accordion .accordion-item {
  background: #ffffff;
  border: 1px solid #dbd7d7;
  border-radius: 3px;
  margin-bottom: 30px;
}
.accordion .accordion-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.accordion .accordion-button {
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 18px;
  line-height: 24px;
  color: #352c00;
  padding: 16px 30px;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}
.accordion .accordion-button::after {
  background-image: none;
  background-color: transparent;
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: #352c00;
  height: auto;
  width: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  padding-left: 20px;
}
.accordion .accordion-button:not(.collapsed) {
  color: #003abb;
}
.accordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: #003abb;
}
.accordion .accordion-body {
  padding: 16px 30px;
  padding-top: 0px;
}

.progress-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  row-gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}
@media (max-width: 424px) {
  .progress-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.progress-wrapper .progress-bar-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
@media (max-width: 424px) {
  .progress-wrapper .progress-bar-wrapper {
    width: 140px;
    height: 140px;
  }
}
.progress-wrapper .progress-bar-wrapper svg {
  z-index: -1;
}
.progress-wrapper .progress-bar-wrapper svg circle {
  stroke-dasharray: 0px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  -webkit-transition: all 2s ease-in;
  transition: all 2s ease-in;
}
.progress-wrapper .progress-bar-wrapper p {
  margin: 0px;
  color: #003abb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.progress-wrapper .progress__bar:nth-of-type(2) .progress-bar-wrapper {
  border-color: #f2cb05;
}
.progress-wrapper .progress__bar:nth-of-type(2) .progress-bar-wrapper p {
  color: #f2cb05;
}
.progress-wrapper .progress__bar:nth-of-type(3) .progress-bar-wrapper {
  border-color: #4b3f00;
}
.progress-wrapper .progress__bar:nth-of-type(3) .progress-bar-wrapper p {
  color: #4b3f00;
}
@media (max-width: 424px) {
  .progress-wrapper .progress__bar {
    text-align: left;
  }
}

.query__thumb img {
  border-radius: 10px;
}

.gallery-item-wrapper {
  margin-bottom: -24px;
}

.gallery-item {
  margin-bottom: 24px;
  border-radius: 10px;
}
.gallery-item img {
  border-radius: 10px;
  width: 100%;
}

.pricing__single {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.pricing__single .pricing__single-header {
  padding: 30px 30px 0px;
  background-color: #f2cb05;
  border-radius: 10px;
  margin-bottom: 20px;
}
.pricing__single .pricing__single-header hr {
  margin: 25px 0px 30px;
  width: 100%;
  opacity: 1;
  background-color: #dbd7d7;
}
.pricing__single .pricing__single-header h2 {
  margin-bottom: 10px;
}
.pricing__single .pricing__single-header .arrow {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #352c00;
  margin: 0px auto;
  position: relative;
  bottom: -20px;
}
.pricing__single .pricing__single-header .arrow i {
  color: #f2cb05;
}
.pricing__single .pricing__single-body {
  padding: 30px;
}
.pricing__single .pricing__single-body .pricing__single-body__list {
  padding-left: 40px;
}
.pricing__single .pricing__single-body .pricing__single-body__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 22px;
}
.pricing__single .pricing__single-body .pricing__single-body__list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #f2cb05;
  border-radius: 50%;
}
.pricing__single .pricing__single-body .pricing__single-body__list li:nth-last-of-type(1) {
  margin-bottom: -7px;
}
.pricing__single .pricing__single-body .cmn-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pricing__single--active .pricing__single-header {
  position: relative;
  background-color: #003abb;
}
.pricing__single--active .pricing__single-header h2,
.pricing__single--active .pricing__single-header h4,
.pricing__single--active .pricing__single-header p {
  color: #ffffff;
}
.pricing__single--active .pricing__single-header hr {
  background-color: #f2b705;
}
.pricing__single--active .pricing__single-header .ribbon {
  background-color: #f2cb05;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 210px;
  -webkit-transform: rotate(45deg) translateX(55px) translateY(-30px);
          transform: rotate(45deg) translateX(55px) translateY(-30px);
}
.pricing__single--active .pricing__single-header .ribbon p {
  font-weight: 600;
  color: #352c00;
  margin-bottom: -4px;
}
.pricing__single--active .pricing__single-body .pricing__single-body__list li::before {
  background-color: #003abb;
}
.pricing__single--active .pricing__single-body .cmn-button {
  color: #ffffff;
  background-color: #003abb;
}

.post-details__sidebar-single {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 30px;
}
.post-details__sidebar-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.post-details__sidebar-single h5 {
  color: #352c00;
}

.post-details__sidebar-single__searchbox .input-column-group {
  border: 1px solid #dbd7d7;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 30px 0px 0px;
  margin-top: 24px;
}
.post-details__sidebar-single__searchbox .input-column-group input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 30px);
}
.post-details__sidebar-single__searchbox button {
  background-color: transparent;
  color: #352c00;
}

.post-details__sidebar-single__service-item {
  margin-bottom: 30px;
}
.post-details__sidebar-single__service-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.post-details__sidebar-single__service-item p {
  margin-bottom: 8px;
}
.post-details__sidebar-single__service-item .social a {
  font-size: 24px;
}

.post-details__sidebar-single__category-list {
  margin-top: 30px;
}
.post-details__sidebar-single__category-list li {
  margin-top: 0px;
  margin-bottom: 20px;
}
.post-details__sidebar-single__category-list li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.post-details__sidebar-single__category-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 17px 30px;
  color: #352c00;
  background-color: #ffffff;
  border: 1px solid #dbd7d7;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.post-details__sidebar-single__category-list a:hover {
  background-color: #f2cb05;
}

.post-details__sidebar-single__recent-items {
  margin-top: 30px;
}

.post-details__sidebar-single__recent-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.post-details__sidebar-single__recent-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.post-details__sidebar-single__recent-item .thumb a {
  display: block;
}
.post-details__sidebar-single__recent-item .thumb img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 5px;
}
.post-details__sidebar-single__recent-item h6 {
  margin-bottom: 8px;
}
.post-details__sidebar-single__recent-item h6 a:hover {
  color: #003abb;
}
.post-details__sidebar-single__recent-item p {
  color: #003abb;
  font-size: 16px;
  margin-bottom: -5px;
}

.post-details__sidebar-single__support .subtitle {
  margin-top: 8px;
  margin-bottom: -5px;
}
.post-details__sidebar-single__support .contact__form {
  margin-top: 30px;
}

.post-details__main {
  padding: 10px 10px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.post-details__main .post-details__main-thumb {
  border-radius: 10px;
  margin-bottom: 40px;
}
.post-details__main .post-details__main-thumb img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.post-details__main .group-space {
  margin-bottom: 40px;
}
.post-details__main .text-group {
  padding: 0px 20px 0px;
}
.post-details__main .text-group h4 {
  margin-bottom: 28px;
}
.post-details__main .text-group p {
  margin-bottom: 25px;
}
.post-details__main .text-group p:nth-last-of-type(1) {
  margin-bottom: -5px;
}
.post-details__main .text-group .img-group img {
  border-radius: 10px;
  margin-bottom: 30px;
}

.bar-wrapper {
  margin-bottom: -40px;
  margin-left: -18px;
}
@media (max-width: 1199px) {
  .bar-wrapper {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .bar-wrapper tspan {
    font-size: 12px !important;
  }
}
@media (max-width: 424px) {
  .bar-wrapper tspan {
    font-size: 10px !important;
  }
}
.bar-wrapper .apexcharts-tooltip-z-group {
  display: none !important;
}

.bar-items h6 {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .bar-items .bar-list {
    margin-left: 30px;
  }
}
.bar-items .bar-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 22px;
  font-weight: 500;
}
.bar-items .bar-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #003abb;
  border-radius: 50%;
}
.bar-items .bar-list li:nth-last-of-type(1) {
  margin-bottom: -7px;
}
.bar-items .bar-list .bar-thumb {
  border-radius: 10px;
}
.bar-items .bar-list .bar-thumb img {
  border-radius: 10px;
}

.video-thumb {
  position: relative;
}

.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-popup {
  width: 80px;
  height: 80px;
  background-color: #f2cb05;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.video-popup::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: rgba(242, 203, 5, 0.5019607843);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: waves 3s infinite linear;
          animation: waves 3s infinite linear;
}
.video-popup::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background-color: rgba(242, 203, 5, 0.3764705882);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: waves 3s infinite linear;
          animation: waves 3s infinite linear;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.video-popup i {
  font-size: 36px;
  color: #352c00;
}

@-webkit-keyframes waves {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
            transform: translate(-50%, -50%) scale(0.5, 0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
            transform: translate(-50%, -50%) scale(0.5, 0.5);
    opacity: 0;
  }
}

@keyframes waves {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
            transform: translate(-50%, -50%) scale(0.5, 0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
            transform: translate(-50%, -50%) scale(0.5, 0.5);
    opacity: 0;
  }
}
.post-details {
  position: relative;
}
.post-details .post-details__sidebar {
  position: sticky;
  top: 130px;
}

.blog-list .blog__single {
  margin-bottom: 30px;
}
.blog-list .blog__single .blog__single-thumb {
  padding: 10px 10px 0px;
  overflow: hidden;
}
.blog-list .blog__single .blog__single-thumb img {
  border-radius: 10px;
}
.blog-list .blog__single .blog__single-content__meta {
  margin-bottom: 25px;
}
.blog-list .blog__single h4 {
  margin-bottom: 25px;
}
.blog-list .blog__single h4 a:hover {
  color: #003abb;
}
.blog-list .blog__single .cmn-button {
  margin-top: 35px;
}

.text-group-two {
  padding: 0px 20px;
}
.text-group-two img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .text-group-two img {
    margin-bottom: 30px;
  }
}

.blog-details .blog__single-content__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.blog-details .blog__single-content__meta p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
}

.comment-box {
  padding: 0px 20px;
}
.comment-box h5 {
  color: #352c00;
}
.comment-box .comment-box__content {
  margin-top: 30px;
}
.comment-box .reply-box {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #dbd7d7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
.comment-box .reply-box:nth-last-of-type(1) {
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .comment-box .reply-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.comment-box .reply-box .author__thumb img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 10px;
}
.comment-box .reply-box h5 {
  color: #352c00;
  margin: 15px 0px 20px;
}
.comment-box .reply-box .icon-action {
  gap: 30px;
  margin-top: 15px;
}
.comment-box .reply-box .icon-action a {
  color: #352c00;
}

.comment-form {
  padding: 30px 20px 0px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .comment-form {
    padding: 30px 10px 0px;
  }
}
.comment-form h4 {
  margin-bottom: 30px;
  color: #352c00;
}
.comment-form input,
.comment-form textarea {
  margin: 0px;
  margin-bottom: 30px;
  padding: 15px 24px;
  background-color: #ffffff;
  border: 1px solid #dbd7d7;
  border-radius: 5px;
  width: 100%;
}
.comment-form input::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder {
  color: #352c00;
}
.comment-form input::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #352c00;
}
.comment-form input:-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder {
  color: #352c00;
}
.comment-form input::-ms-input-placeholder, .comment-form textarea::-ms-input-placeholder {
  color: #352c00;
}
.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: #352c00;
}
.comment-form textarea {
  margin-bottom: 33px;
  max-height: 170px;
}
.comment-form .cmn-button {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* ==== 
 --------- (4.4) all sections styles end ---------
 ==== */
/* ==== 
 --------- (4.5) footer styles start ---------
 ==== */
.footer {
  background-color: #1d1800;
}
.footer .footer-row {
  margin-bottom: -40px;
}
.footer .footer-row .column-gutter {
  margin-bottom: 40px;
}
.footer .footer__single .logo {
  margin-bottom: 30px;
}
.footer .footer__single p {
  color: #ffffff;
}
.footer .footer__single .social--secondary {
  margin-top: 27px;
}
.footer .footer__single .social--secondary a {
  color: #f2b705;
}
.footer .footer__single h4 {
  color: #ffffff;
}
.footer .footer__single .footer__single-content {
  margin-top: 23px;
}
.footer .footer__single .footer__single-content__address {
  margin-bottom: 17px;
}
.footer .footer__single .footer__single-content__address p {
  margin-bottom: 5px;
}
.footer .footer__single ul li {
  margin-bottom: 16px;
}
.footer .footer__single ul a {
  font-weight: 400;
}
.footer .footer__single ul a:hover {
  color: #ffffff;
}
.footer .footer__single .footer__single-content__recent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.footer .footer__single .footer__single-content__recent .footer__single-content__recent-thumb a {
  display: block;
}
.footer .footer__single .footer__single-content__recent .footer__single-content__recent-thumb img {
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 5px;
}
.footer .footer__single .footer__single-content__recent h6 {
  margin-bottom: 10px;
}
.footer .footer__single .footer__single-content__recent h6 a {
  color: #ffffff;
}
.footer .footer__single .footer__single-content__recent h6 a:hover {
  color: #ffffff;
}
.footer .footer__single .footer__single-content__recent p {
  font-size: 16px;
  line-height: 22px;
}
.footer .copyright {
  padding: 30px 0px;
  border-top: 1px solid rgba(219, 215, 215, 0.3137254902);
  margin-top: 60px;
}
.footer .copyright p {
  color: #ffffff;
}
.footer .copyright ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .copyright ul a {
  font-weight: 400;
}
.footer .copyright ul a:hover {
  color: #ffffff;
}

/* ==== 
 --------- (4.5) footer styles end ---------
 ==== */
/* ==== 
 --------- (4.6) responsive styles start ---------
 ==== */
@media only screen and (max-width: 1399px) {
  .pricing__single .pricing__single-body .pricing__single-body__list {
    padding-left: 0px;
  }
  .video-popup::before {
    width: 120px;
    height: 120px;
  }
  .video-popup::after {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (max-width: 1199px) {
  .video-popup i {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .dir-rtl {
    direction: ltr;
  }
  .max-width-unset {
    max-width: 100%;
  }
  .about__thumb .about__thumb-tag {
    padding: 20px 20px 16px;
    bottom: 20px;
    right: -20px;
  }
  .blog .section-intro .cta-btn {
    margin-top: 30px;
  }
  .accordion .accordion-button {
    padding: 20px;
  }
  .accordion .accordion-body {
    padding: 16px 20px;
    padding-top: 0px;
  }
  .video-popup {
    width: 80px;
    height: 80px;
  }
  .video-popup::before {
    width: 80px;
    height: 80px;
  }
  .video-popup::after {
    width: 100px;
    height: 100px;
  }
  .copyright .copyright__links {
    margin-bottom: 20px;
  }
  .copyright .copyright__links ul {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-row {
    margin-bottom: -60px;
  }
  .footer .footer-row .column-gutter {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space {
    padding: 100px 0px;
  }
  .section-space-top {
    padding-top: 100px;
  }
  .section-space-bottom {
    padding-bottom: 100px;
  }
  p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
.span {
    font-size: 16px;
    line-height: 26px;
  }
  .primary-text {
    font-size: 20px;
    line-height: 30px;
  }
  h1,
.hero-title {
    font-size: 57px;
    line-height: 74.1px;
    margin-top: -14px;
  }
  h2,
.section-title {
    font-size: 43px;
    line-height: 55.9px;
    margin-top: -10px;
  }
  h3 {
    font-size: 32px;
    line-height: 41.6px;
    margin-top: -8px;
  }
  h4 {
    font-size: 24px;
    line-height: 31.2px;
    margin-top: -6px;
  }
  h5,
.sub-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: -4px;
  }
  a,
button {
    font-size: 16px;
  }
  .section-header {
    margin-bottom: 35px;
  }
  .section-intro {
    margin-bottom: 40px;
  }
  .hero {
    padding: 200px 0px 100px;
  }
  input {
    padding: 14px 30px;
  }
  .bar-items .bar-list {
    margin-top: 30px;
  }
  .comment-box .reply-box {
    margin: 0px 0px 30px;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .section-space {
    padding: 80px 0px;
  }
  .section-space-top {
    padding-top: 80px;
  }
  .section-space-bottom {
    padding-bottom: 80px;
  }
  h1,
.hero-title {
    font-size: 43px;
    line-height: 55.9px;
    margin-top: -10px;
  }
  h2,
.section-title {
    font-size: 32px;
    line-height: 41.6px;
    margin-top: -8px;
  }
  .hero {
    padding: 180px 0px 100px;
  }
  .gallery {
    padding: 0px 7px;
  }
  .newsletter__form .form-group {
    border: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .newsletter__form .form-group input {
    border: 1px solid #f2b705;
    border-radius: 10px;
    width: 100%;
  }
  .newsletter__form .form-group .cmn-button {
    border-radius: 5px;
  }
  .newsletter__form .form-group .cmn-button::before {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 375px) {
  .hero__content-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .hero__content-cta .cmn-button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* ==== 
 --------- (4.6) responsive styles end ---------
 ==== */