@import url("http://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900|Open+Sans:100,200,300,400,500,600,700,800,900&amp;subset=latin,latin-ext,cyrillic,cyrillic-ext");

@font-face {
  font-family: Helvetica;
  src: url("../fonts/Helvetica.eot?") format("eot"), url("../fonts/Helvetica.ttf") format("truetype");
}


@font-face {
  font-family: 'Imbue';
  src: url("../fonts/Imbue-VariableFont_opsz,wght.eot?") format("eot"), url("../fonts/Imbue-VariableFont_opsz,wght.ttf") format("truetype");
}

@font-face {
  font-family: 'Euclid';
  src: url("../fonts/Euclid Circular A Regular.eot?") format("eot"), url("../fonts/Euclid Circular A Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Euclid-Light';
  src: url("../fonts/Euclid Circular A Light.eot?") format("eot"), url("../fonts/Euclid Circular A Light.ttf") format("truetype");
}

@font-face {
  font-family: 'MANIFESTO';
  src: url("../fonts/MANIFESTO.eot?") format("eot"), url("../fonts/MANIFESTO.ttf") format("truetype");
}



body {
  color: rgb(65, 72, 77);
  font-family: "Helvetica";
  font-weight: 300;
  line-height: 27px;
  overflow-x: hidden;
}

html,
/*body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #707070;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  line-height: 1.4;
  font-weight: 300;
  font-family: "Helvetica";

  /* font-family: 'Roboto', sans-serif; */
  /* font-family: Arial, Helvetica, sans-serif !important; */
  margin: 0;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

p {
  line-height: 24px;
  margin: 0 !important;
}

a {
  text-decoration: none !important;
}

a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0 none;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0 !important;
}

.theuppersrip {
  background: #2A6900;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.5px;
}

.main {
  background: #000;
  text-align: center;
}

.themainimages {
  height: 750px;
}
.themainimages img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.privacpolic p {
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #fff !important;
}
.privacpolic {
  padding: 20px;
  color: #fff !important;
  font-size: 20px;
  width: 80%;
  margin: 0 auto;
}
.privacymains {
  padding-top: 50px;
  padding-bottom: 50px;
}
.thwebasss{
  background: #000;
}
.privacymains h2 {
  color: #fff;
}

.privacymains h4 {
  color: #fff;
}



.privacymains li   {
  color: #fff;
}
.privacymains ul {
  list-style: disc;
  padding-left: 30px !important;
}
.privacymains p {
  color: #fff;
  padding: 0 0 20px;
  line-height: 28px;
}
.privpolicy {
  padding-top: 12px;
}

.privpolicy a {
  color: #fff !important;
  margin: 0 10px;
}
@media screen and (min-width:320px) and (max-width:767px) {
  .privacpolic p {
    line-height: 24px;
    letter-spacing: 0.5px;
}
.privacpolic {
  padding: 20px;
  color: #fff;
  font-size: 14px;
  width: 100%;
  margin: 0 auto;
}
}