:root {
    --bs-white: #ffffff;
    --bs-green:#00ba32;
    --bs-black:#131313;
    --bs-grey:#303030;
    --bs-red: #cc3333;
    --bs-brown: #ad8d64;
    --bs-light-brown: #d4ab76;
    
    --bs-container-fixed: 1200px;
    --bs-container-fluid: 100%;
}
@media (min-width: 1201px) and (max-width: 1366px) {
  :root {
    --bs-container-fixed: 1170px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    --bs-container-fixed: 1024px;
  }
}
@media (min-width: 1600px) {
  :root {
    --bs-container-fixed: 1440px;
  }
}

/* ********************************** */
 @font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url('../fonts/helvetica/Helvetica.woff') format('woff');
     font-display: swap;
    }
    

    @font-face {
    font-family: 'Helvetica Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Oblique'), url('../fonts/helvetica/Helvetica-Oblique.woff') format('woff');
     font-display: swap;
    }
    

    @font-face {
    font-family: 'Helvetica Compressed';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Compressed'), url('../fonts/helvetica/helvetica-compressed-5871d14b6903a.woff') format('woff');
     font-display: swap;
    }
    

    @font-face {
    font-family: 'Helvetica Rounded Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Rounded Bold'), url('../fonts/helvetica/helvetica-rounded-bold-5871d05ead8de.woff') format('woff');
     font-display: swap;
    }
    

    @font-face {
    font-family: 'Helvetica_bold';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url('../fonts/helvetica/Helvetica-Bold.woff') format('woff');
     font-display: swap;
    }
    

    @font-face {
    font-family: 'Helvetica Bold Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Bold Oblique'), url('../fonts/helvetica/Helvetica-BoldOblique.woff') format('woff');
     font-display: swap;
    }
    

    @font-face {
    font-family: 'Helvetica Light';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Light'), url('../fonts/helvetica/helvetica-light-587ebe5a59211.woff') format('woff');
     font-display: swap;
    }
/* *********************************** */

/*reset start*/

html,
body {
    height: 100%;
}

body {
    color: #131313;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
   font-family: 'Helvetica';
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

ul li, .ol li {
    list-style: none;
    letter-spacing: 1.5px;
     line-height: 1.5;
}

img {
    border: none;
    outline: none;
    -moz-user-select: none;
    user-select: none;
    max-width: 100%;
}

img {
    display: block;
}

a {
    color: var(--bs-green);
    text-decoration: none;
    outline: none;
    background: transparent;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    outline: none;
    text-decoration: none;
}

input:focus,
.input {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

hr {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
}

code,
kbd,
pre,
samp {
    font-family: arial;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 14px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    /*-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;*/
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1.2;
    color: var(--bs-brown);
    letter-spacing: 2px;
    letter-spacing: 1.5px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    letter-spacing: 1.5px;
}

main,
section,
header,
nav,
footer,
aside,
figure,
figcaption,
article,
hgroup {
    display: block;
}

audio,
canvas,
video {
    /*display: inline-block;*/
}

audio:not([controls]) {
    display: none;
    height: 0;
}

textarea {
    resize: none;
    outline: none;
}

select {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

p:empty {
    display: none;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
    padding: 1em 0;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

.clearBoth {
    clear: both;
}

 ::-webkit-input-placeholder {
    color: #6a6969 !important;
}

::-moz-placeholder {
    color: #6a6969 !important;
    opacity: 1;
}

:-moz-placeholder {
    color: #6a6969 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #6a6969 !important;
}

input:-moz-placeholder {
    box-shadow: none !important;
}

.img-responsive {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

select::-ms-expand {
    display: none;
}

button,
button:active,
button:focus {
    outline: none;
}


/*===============================================================
reset ends
=================================================================*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555555 !important;
}

select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:active,
select:-webkit-autofill:focus {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555555 !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
small{
    display: block;
    font-size: 14px;
}