:root {
    --titlefont: 'Spline Sans', sans-serif;
    --textfont: 'Space Grotesk', sans-serif;
    --color: #CAAB6C;
    --bgcolor: #000000;
}
.lazyloading {
    background:url(../loadingIcon.svg) no-repeat center center transparent;
}
html {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
body {
    font-family: var(--textfont);
    color: #FFFFFF;
    background: black;
    font-size: 16px;
    font-weight: 300 !important;
    width: 100%;
    min-width: 350px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    font-smooth: 2em; 
    -webkit-font-smoothing: antialiased;
}
[data-elementor-type="wp-page"] {
    width:100%;
    /* position: unset !important; */
}
[data-elementor-type="wp-page"] section.elementor-top-section:first-child {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(57,49,14,1) 100%);
}
/* width */
::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #252008;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #574b15;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #39310e;
  }
.hide {display: none !important;}
h1,h2,h3,h4,h5,h6 {
    font-family: var(--titlefont) !important;
}
div, p, span {
    font-family: var(--textfont) !important;
}
.mb-1 p,
.mb-0 p {
    margin-bottom: 0px !important;
}
/* body {
    position: relative;
} */
section.elementor-section {
    overflow: hidden;
}
.LiqContainer {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.LiqContainer .elementor-container {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.TheButton button,
.TheButton a {
    display: inline-block !important;
    border-radius:  10px !important;
    background: rgb(197,149,40);
    background: linear-gradient(90deg, rgba(197,149,40,1) 0%,
                                        rgba(255,238,169,1) 20%,
                                        rgba(254,206,97,1) 41%,
                                        rgba(255,255,208,1) 61%,
                                        rgba(194,162,98,1) 80%,
                                        rgba(212,181,120,1) 100%);

    color: black;
    padding: 16px 40px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-size: 16px !important;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent !important;
}
.TheButton button:hover,
.TheButton a:hover {
    color: white !important;
    border-radius:  60px !important;
}
.TheButton button::after,
.TheButton a::after {
    content: '';
    width: 300%;
    height: 300%;
    border-radius: 300%;
    display: flex;
    position: absolute;
    bottom: -100%;
    left: 100%;
    background-color: #1c1506;
    z-index: 1;
    opacity: 0;
    transition: all 0.8s ease-in-out;
}
.TheButton button:hover::after,
.TheButton a:hover::after {
    bottom: -50%;
    left: -100%;
    opacity: 1;
}
.TheButton button span,
.TheButton a span {
    position: relative;
    z-index: 999 !important;
    opacity: 1;
}
.readmore button,
.readmore a {
    background: none !important;
    background-color: none !important;
    border: none !important;
    color: var(--color);
    font-weight: 600;
    font-size: 20px !important;
}
.footer {
    padding-top: 100px;
    padding-bottom: 0px;
    background: rgb(7,7,5);
    background: linear-gradient(0deg, rgba(7,7,5,1) 0%, rgba(35,32,23,1) 100%);
}
.footerHead {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 80px;
    border-top: solid 1px #cccccc;
}
.FootLogo {
    width: 20%;
}
.FootLogo img {
    width: 110px;
}
.FootNav {
    width: 60%;
    max-width: 380px;
}
.FootSocial,
.footerFoot {
    width: 20%;
}
.FootNav h3 {
    font-size: 24px;
    margin: 0px;
}
.FootNavUL {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.FootNavUL li {
    padding: 5px 0px;
    width: 50%;
}
.FootNavUL a {
    font-size: 18px;
   color: white;
   text-decoration: none;
}
.footerFoot{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
}
.FootSocial {
    display: flex;
    justify-content: flex-end;
}
.FootSocial ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}
.FootSocial ul li {
    width: 40px;
    height: 40px;
    margin: 5px;
}
.FootSocial ul li a {
    font-size: 0px;
    width: 40px;
    height: 40px;
    display: block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.FootSocial ul li.fbNav a {
    background: url(../assets/fbiconw.png) no-repeat center center transparent;
    background-size: 80%;
}
.FootSocial ul li.twNav a {
    background: url(../assets/twiconw.png) no-repeat center center transparent;
    background-size: 80%;
}
.FootSocial ul li.inNav a {
    background: url(../assets/iniconw.png) no-repeat center center transparent;
    background-size: 80%;
}
.FootSocial ul li.lnNav a {
    background: url(../assets/lniconw.png) no-repeat center center transparent;
    background-size: 80%;
}
.FootSocial ul li.fbNav a:hover {
    background: url(../assets/fbiconh.png) no-repeat center center transparent;
    background-size: 80%;
}
.FootSocial ul li.twNav a:hover {
    background: url(../assets/twiconh.png) no-repeat center center transparent;
    background-size: 80%;
}
.FootSocial ul li.inNav a:hover {
    background: url(../assets/iniconh.png) no-repeat center center transparent;
    background-size: 80%;
}
.FootSocial ul li.lnNav a:hover {
    background: url(../assets/lniconh.png) no-repeat center center transparent;
    background-size: 80%;
}

.ContactButton {
    margin-top: 40px;
}
.ContactButton a {
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    align-content: center;
    align-items: center;
    min-height: 80px;
}
.TheButton.Active button:after,
.TheButton.Active a:after {
    height: 100%;
    opacity: 1;
}

.ContactForm h4 {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}
.ContactForm h4:after {
    content: '';
    width: 6%;
    height: 5px;
    background: var(--bgcolor);
    position: absolute;
    bottom: 0px;
    left: 47%;
}
.ContactForm label {
    font-family: var(--textfont) !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    color: white !important;
}
.ContactForm input,
.ContactForm textarea {
    background: rgba(255, 255, 255, 0.2) !important;
    border: none !important;
    border-bottom: solid 1px black !important;
    border-radius: 0px !important;
    box-shadow: none!important;
    padding: 15px 5px !important;
    font-family: var(--textfont) !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    color: white !important;
}


.frm_submit button {
    display: inline-block !important;
    border-radius:  60px !important;
    background: white !important;
    color: black !important;
    border:solid 1px black !important;
    padding: 16px 40px !important;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.frm_submit button:hover {
    color: white !important;
}
.frm_submit button {
    position: relative;
    z-index: 9;
}
.frm_submit button::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    bottom:0px;
    left: 0px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.frm_submit button:hover:after {
    height: 100%;
    opacity: 1;
}
.copytext {
    font-size: 14px;
}
.copytext a {
    color: var(--color);
}
.termspolicy {
    display:flex;
    justify-content:end;
}
.termspolicy ul {
    display:flex;
    list-style:none;
    padding:0px;
    margin:0px;
}
.termspolicy ul li {
    margin: 0 15px;
}
.termspolicy ul li a {
    display:block;
    color:white;
    text-decoration:none;
}

.HomeMain3Box .elementor-column,
.HomeProduct3Box .elementor-column {
    padding: 0 20px !important;
}
.HomeMain3Box .elementor-widget-wrap.elementor-element-populated,
.HomeProduct3Box .elementor-widget-wrap.elementor-element-populated{
    padding: 20px 40px 15px 40px !important;
    border: solid 1px var(--color);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out !important;
}
.HomeMain3Box .elementor-widget-wrap.elementor-element-populated div,
.HomeProduct3Box .elementor-widget-wrap.elementor-element-populated div {
    position: relative;
    z-index: 99999;
}
.HomeMain3Box .elementor-widget-wrap.elementor-element-populated::after,
.HomeProduct3Box .elementor-widget-wrap.elementor-element-populated::after {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0;
    background: rgb(197,149,40);
    background: linear-gradient(90deg, rgba(197,149,40,1) 0%,
                                        rgba(255,238,169,1) 20%,
                                        rgba(254,206,97,1) 41%,
                                        rgba(255,255,208,1) 61%,
                                        rgba(194,162,98,1) 80%,
                                        rgba(212,181,120,1) 100%);
    transition: all 0.3s ease-in-out;
}
.HomeMain3Box .elementor-widget-wrap.elementor-element-populated:hover::after,
.HomeProduct3Box .elementor-widget-wrap.elementor-element-populated:hover::after {
    width: 100%;
    opacity: 1;
}
.HomeMain3Box .elementor-widget-wrap.elementor-element-populated *,
.HomeProduct3Box .elementor-widget-wrap.elementor-element-populated *{
    color: white!important;
    transition: all 0.3s ease-in-out;
}
.HomeMain3Box .elementor-widget-wrap.elementor-element-populated:hover *,
.HomeProduct3Box .elementor-widget-wrap.elementor-element-populated:hover *{
    color: black!important;
}
.HomeOurProduct {
    padding-top: 60px;
    padding-bottom: 60px;
    background: rgb(35,32,23);
    background: linear-gradient(138deg, rgba(35,32,23,1) 0%, rgba(7,7,5,1) 100%);
}
.HomeProduct3Box {
    margin-top: 40px;
}
.HomeProduct3Box img {
    width: 100px;
}
.HomePageCarousel .swiper-slide {
    padding: 20px !important;
}
.HomePageCarousel .swiper-slide figure {
    padding: 3px;
    border-radius: 30px;
    overflow: hidden;
    background: rgb(197,149,40);
    background: linear-gradient(90deg, rgba(197,149,40,1) 0%,
                                        rgba(255,238,169,1) 20%,
                                        rgba(254,206,97,1) 41%,
                                        rgba(255,255,208,1) 61%,
                                        rgba(194,162,98,1) 80%,
                                        rgba(212,181,120,1) 100%);
}
.HomePageCarousel .swiper-slide figure img {
    border-radius: 30px;
}
.HomePageCarousel.elementor-element .swiper-container .elementor-swiper-button-next {
    right: -20px !important;
}
.HomePageCarousel.elementor-element .swiper-container .elementor-swiper-button-prev {
    left: -20px;
}

.TestimonialTable .elementor-testimonial {
    padding: 40px 40px 35px 40px !important;
    border: solid 1px var(--color);
    border-radius: 30px;
}
.TestimonialTable .elementor-testimonial img {
    width: 70px !important;
    height: 70px !important;
}
.TestimonialTable .elementor-testimonial__text {
    font-size: inherit !important;
    font-weight: 300 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.TestimonialTable .elementor-testimonial__text:before {
    content: '';
    display: block;
    margin-bottom: 30px;
    width: 80px;
    height: 60px;
    background: url(../assets/testiIcon.svg) no-repeat center center transparent;
    background-size: 100%;
}

.HomeConCol {
    padding: 30px 20px !important;
    border-radius: 30px;
    background: rgb(35,32,23);
    background: linear-gradient(138deg, rgba(35,32,23,1) 0%, rgba(7,7,5,1) 100%);
}
.HomeConCol .elementor-column {
    display: flex;
}
.HomeConCol .elementor-column:before {
    content: '';
    display: block;
    margin-top: 15px;
    width: 50px;
    height: 45px;
    min-width: 50px;
    min-height: 45px;
    border-radius: 5px;
}
.HomeConCol .elementor-column.RowCall:before {
    background:url(../assets/callIcon.svg) no-repeat center center var(--color);
    background-size: 60%;
}
.HomeConCol .elementor-column.RowEmail:before {
    background:url(../assets/emailicon.svg) no-repeat center center var(--color);
    background-size: 60%;
}
.HomeConCol .elementor-column.RowLoc:before {
    background:url(../assets/locIcon.svg) no-repeat center center var(--color);
    background-size: auto 60%;
}

.OurValueBox .elementor-column {
    padding: 2px;
    background: rgb(197,149,40);
    background: linear-gradient(0deg, rgba(197,149,40,1) 0%,
                                        rgba(255,238,169,1) 20%,
                                        rgba(254,206,97,1) 41%,
                                        rgba(255,255,208,1) 61%,
                                        rgba(194,162,98,1) 80%,
                                        rgba(212,181,120,1) 100%);
}
.OurValueBox .elementor-column .elementor-widget-wrap.elementor-element-populated {
    background: black;
    padding: 30px;
}
.OurValueBox .elementor-column:nth-child(1) {
    padding-top: 0px;
    padding-right: 0px;
}
.OurValueBox .elementor-column:nth-child(2) {
    padding-bottom: 0px;
    padding-right: 0px;
}
.OurValueBox .elementor-column:nth-child(3) {
    padding-top: 0px;
}
.header.IndexHeader .LiqContainer {
	align-content:center;
	align-items: center;
}
a.OpenNav,
a.CloseNav,
a.OpenNav:focus,
a.CloseNav:focus{
	border:none;
	min-width:40px;
	width:40px;
	min-height:40px;
	height:40px;
	background-color:transparent;
	outline:none;
	cursor:pointer;
	display:none;
}
a.OpenNav{
	background:url(../assets/OpenIcon.svg) no-repeat center center;
	background-size:100%;
}
a.CloseNav{
	background:url(../assets/CloseIcon.svg) no-repeat center center;
	background-size:100%;
}