html {
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
	--primary-font : 'Titillium Web', sans-serif;
  --outfit-font: "outfit", sans-serif;
  --pages-font: "Amaranth", sans-serif;

  --bg-primary-color: #e89d13;
  --bg-secondary-color: #ffffff;
  --bg-text-color: #73260a;
  --bg-color: #f6f6f6;
  --bg-white: #ffffff;
  --bg-black: #000000;
  --bg-green-whtsapp: #22ce58;
  box-sizing: border-box;
}

body {
  font-family: var(--primary-font);
  color: var(--bg-text-color);
  max-width: 1920px;
  background-color: var(--bg-color);
}

h1,
h2 {
  font-family: var(--primary-font);
  color: var(--bg-text-color);
}

ul,
a {
  list-style-type: none;
  text-decoration: none;
}

li {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}

a, .transition {
  transition: all 0.5s ease;
}

span {
  display: inline-block;
}

button {
  transition: all 0.3s ease-in;
  border: none;
  outline: none;
}

input {
  border: none;
  outline: none;
  box-shadow: none;
}

textarea {
  resize: none;
  overflow: hidden;
}

/* header s */
.header-cvr{
  padding: 15px 0;
  background-color: var(--bg-white);
  border-bottom:1px solid var(--bg-color);
  box-shadow:  0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.stellarnav {
	width: auto !important;
}
.header-contact{
  color: var(--bg-black) !important;
}

.header-contact,
.stellarnav > ul > li > a {
  padding: 0 20px;
}
.stellarnav > ul li a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: var(--bg-black);
  font-weight: 500;
  transition: all 0.3s ease;
}
.header-contact:hover,
.stellarnav > ul >li a:hover {
  color: var(--bg-primary-color) !important;
}
.stellarnav > ul >li li:hover {
  background-color: var(--bg-primary-color);
}
.header-contact span{
  padding-left: 5px;
}

.menu-toggle{
  background-color: var(--bg-primary-color);
  padding: 6px 10px !important;
  border-radius: 6px;
  border: 1px solid var(--bg-primary-color);
} 
.stellarnav .menu-toggle span.bars {
  margin: 0 !important;
}
.stellarnav .menu-toggle span.bars span {
  background-color: var(--bg-white);
  transition: all 0.3s ease;
}
.menu-toggle:hover{
  background-color: transparent;
} 
.menu-toggle:hover span.bars span{
  background-color: var(--bg-primary-color);
} 
.stellarnav .menu-toggle span.bars span:nth-child(2) {
  width: 10px;
}
.header-contact  .fa-headset{
  font-size: 14px;
  right: 6px;
}

.stellarnav.mobile.right > ul {
  box-shadow: 0 0 10px #e89d1333;
  background-color: var(--bg-color);
}
.stellarnav.mobile.right a {
  transition: all 0.3s ease !important;
}

.stellarnav.mobile.right > ul > li a:hover {
  background-color: var(--bg-primary-color);
}

.stellarnav .dd-toggle svg {
	top: 50%;
	transform: translateY(-50%);
}
.stellarnav.mobile.right > ul > li > a:hover {
  color: var(--bg-white) !important;
}
.stellarnav .close-menu .icon-close::before,
.stellarnav .close-menu .icon-close::after{
  border-color: var(--bg-primary-color);
  width: 15px;
}
.stellarnav ul ul a:hover {
  color: var(--bg-white) !important;
}
.stellarnav li.has-sub > a::after {
	border-top: 6px solid #000000;
}
.stellarnav li.has-sub > a:hover::after {
	border-top: 6px solid #e89d13;
}

/* header e */


/* footer s */
.footer-cvr{
  background-color: var(--bg-primary-color);
}
.footer{
  padding: 70px 0 30px;
}
.footer-navigation{
  padding: 30px 0;
}
.footer-navigation ul{
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  gap: 12px 30px;
  flex-wrap: wrap;
}
.footer-navigation ul a{
  font-size: 14px;
  line-height: 18px;
  color: var(--bg-text-color);
  font-weight: 500;
  transition: all 0.3s ease;
}
.footer-navigation ul a:hover{
  color: var(--bg-white);
}
.copyright-bar{
  padding: 20px 0;
  background-color: var(--bg-primary-color);
}
.copyright-bar p{
	font-size: 16px;
	line-height: 20px;
	color: var(--bg-secondary-color);
}
/* footer E */
/* content section s*/
.content-sect-cvr{
  padding: 40px 0;
}
.content-sect{
  padding: 32px 20px;
  background-color: var(--bg-white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* content section e*/

/* page-content s */

.page-content h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  font-family: var(--primary-font);
  line-height: 40px;
  margin-bottom: 32px;
  color: var(--bg-black);
  position: relative;
  text-transform: capitalize;
}
.page-content:hover h1::after {
  width: 100px;
}
.page-content h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: var(--bg-primary-color);
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}
.page-content h2,
.page-content h3 {
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: var(--bg-black);
}

.page-content h1 {
  font-size: 30px;
  line-height: 40px;
}

.page-content h2 {
  font-size: 28px;
  line-height: 35px;
}

.page-content h3 {
  font-size: 26px;
  line-height: 30px;
}

.page-content h4,
.page-content h5,
.page-content h6 {
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: var(--bg-black);
}

.page-content h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.page-content h5 {
  font-size: 22px;
  line-height: 25px;
}

.page-content h6 {
  font-size: 20px;
  line-height: 22px;
}

.page-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: var(--bg-black);
  margin-bottom: 33px;
}

.page-content strong {
  font-weight: 600;
  color: var(--bg-primary-color);
}

.page-content a,
.page-content p a {
  color: var(--bg-primary-color);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.page-content p a:hover,
.page-content a:hover {
  text-decoration: underline;
  color: var(--bg-text-color);
}

.page-content blockquote {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 35px;
  padding: 20px 30px;
  border-radius: 10px;
  border-right: 10px solid var(--bg-primary-color);
  border-left: 10px solid var(--bg-primary-color);
  box-shadow: 0 0 5px 0 var(--bg-text-color);
  background-color: var(--bg-color);
  font-style: italic;
}

.page-content blockquote p {
  color: var(--white_color) !important;
  margin-bottom: 0;
  font-weight: 400;
}

.page-content blockquote p a:hover {
  color: var(--primary_color) !important;
}

.page-content ul,
.page-content ol {
  padding: 10px 0;
}

.page-content ul ul,
.page-content ol ol {
  padding: 10px;
  margin: 10px;
}

.page-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.page-content ul li,
.page-content ol li {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: var(--bg-black);
  margin-bottom: 26px;
  padding-left: 23px;
  position: relative;
}

.page-content ol li {
  padding-left: 0;
}
.page-content ul li {
  padding-left: 30px;
}
.page-content ul li::before {
  content: "";
  position: absolute;
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--bg-black);
    left: 10px;
}

.page-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px 0 var(--bg-text-color);
}

.page-content table thead {
  background-color: var(--bg-primary-color);
}

.page-content table th,
.page-content table td {
  padding: 10px 10px;
  color: var(--bg-text-color);
  transition: all 0.3s ease-in-out;
}

.page-content table tbody tr:nth-of-type(odd) td {
  background-color: #f3e1d9;
}

.page-content table tbody tr:nth-of-type(even) td {
  background-color: var(--bg-color);
}
.page-content table tbody tr:hover td {
  background-color: var(--bg-white);
}

.page-content img{
	display: block;
	margin: 20px auto;
}


/* page-content e /

/* 404 s */
.k-utility-page-cvr{
  padding: 140px 0 170px;
}
.k-utility-page h3{
  font-size: 160px;
  line-height: 170px;
  color: var(--bg-primary-color);
  font-weight: 700;
}
.k-utility-page .k-utility-heading {
  margin-bottom: 20px;
}
.k-utility-page .k-utility-heading h2{
  font-size: 30px;
  line-height: 40px;
  color: var(--bg-primary-color);
  font-weight: 500;
}
.k-utility-content p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--bg-black);
}
.k-utility-page a{
  color: var(--bg-white);
  text-decoration: none;
  background-color: var(--bg-primary-color);
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border: 1px solid var(--bg-primary-color);
  transition: all 0.3s ease-in-out;
}
.k-utility-page a:hover{
  background-color: transparent;
  color: var(--bg-primary-color);
}
/* 404 e */