html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html li, body li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

body p, body h2, body h3 {
  color: #333;
}

/* --------HERO start--------*/
#hero-wrap {
  width: auto;
  position: relative;
  height: 320px;
  background-image: url("https://www.cosmobev.com//imgs/about-header.png");
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 1010px) {
  #hero-wrap {
    background-image: url("https://www.cosmobev.com//imgs/about-header.png");
    background-position: center;
    margin-top: 50px;
    height: 250px;
  }
}
@media only screen and (min-width: 1300px) {
  #hero-wrap {
    height: 23vw;
    max-height: 450px;
  }
}
#hero-wrap #hero-content-wrap {
  position: absolute;
  top: 31%;
  right: 50%;
  height: 30%;
  transform: translate(50%, -50%);
}

#hero-wrap #hero-content-wrap h1 {
  font-family: "mostra-nuova", sans-serif;
  font-weight: 700;
  font-size: 110px;
  color: #f3f3f3;
  text-align: center;
}

@media only screen and (max-width: 1010px) {
  #hero-wrap #hero-content-wrap {
    top: 39%;
    width: 100%;
  }
  #hero-wrap #hero-content-wrap h1 {
    font-size: 60px;
  }
}
#hero-wrap::before {
  content: "";
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/* --------HERO end--------*/
/* --------ABOUT start--------*/
.about-outer-wrap {
  width: 100%;
  margin: 60px 0 50px;
}

@media only screen and (max-width: 1000px) {
  .about-outer-wrap {
    margin: 40px 0 40px;
  }
}
.about-inner-wrap {
  width: 88%;
  max-width: 695px;
  margin: auto;
  text-align: left;
}

.about-inner-wrap h2 {
  font-family: "Futura PT";
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 27px;
}

@media only screen and (max-width: 1000px) {
  .about-inner-wrap h2 {
    font-size: 16px;
    text-align: justify;
    line-height: 27px;
  }
  .about-inner-wrap p {
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0;
  }
}
.about-inner-wrap p {
  font-size: 16px;
  font-family: "Futura PT";
  font-weight: 200;
  line-height: 27px;
}

.about-inner-wrap span {
  font-weight: 300;
}

.about-inner-wrap a {
  text-decoration: none;
  color: #62BA8F;
}

.about-inner-wrap div {
  width: 48.5%;
}

@media only screen and (max-width: 1000px) {
  .about-inner-wrap div {
    width: 100%;
    text-align: justify;
  }
}
.about-inner-wrap .lft {
  float: left;
}

.about-inner-wrap .rght {
  float: right;
}

#disclaim {
  width: 88%;
  max-width: 695px;
  margin: auto;
  text-align: center;
  font-size: 15px;
  font-family: "Futura PT";
  font-weight: 200;
  line-height: 27px;
  color: #333;
  margin-top: 15px;
}

/* --------ABOUT end--------*/
/* --------CONTACT start--------*/
#contact-background {
  width: 100%;
  padding: 60px 0 80px;
  background: #f1f1f1;
}

.form-heading h2 {
  text-align: center;
  font-family: "mostra-nuova", sans-serif;
  font-weight: 700;
  font-size: 60px;
  font-weight: Bold;
  letter-spacing: 2px;
  color: #333;
  margin: 10px 0 35px;
}
.form-heading h2 span {
  font-family: "mostra-nuova", sans-serif;
  font-weight: 800;
}

@media only screen and (max-width: 1000px) {
  .form-heading h2 {
    margin-bottom: 40px;
    font-size: 40px;
    letter-spacing: 0;
  }
}
.form-inner-wrap {
  width: 90%;
  max-width: 1250px;
  margin: auto;
}

.contact-centering {
  width: 85%;
  margin: auto;
}

@media only screen and (max-width: 1000px) {
  .contact-centering {
    width: 100%;
  }
}
.left-col .span-img {
  vertical-align: middle;
}

.left-col .span-txt {
  font-family: "Futura PT";
  font-weight: 200;
  font-size: 16px;
  color: #333;
}

.left-col a {
  text-decoration: none;
  color: #333;
}

.left-row {
  margin-bottom: 20px;
}

.icon {
  max-height: 25px;
  max-width: 20px;
  margin-right: 17px;
}

.left-col {
  padding: 2.5%;
}

@media only screen and (max-width: 1000px) {
  .left-col {
    margin-bottom: 30px;
    padding: 0;
  }
}
.right-col {
  padding: 2%;
}

@media only screen and (max-width: 1000px) {
  .right-col {
    margin-bottom: 20px;
    padding: 0;
  }
}

@media only screen and (max-width: 1000px) {
  iframe {
    width: 100%;
    max-width: 100%;
  }
}
.contact-col {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 1025px) {
  .contact-col {
    width: unset;
  }
  .contact-centering {
    display: flex;
  }
  .left-col {
    flex: 1;
    margin-right: 4%;
  }
  .right-col {
    flex: 1.5;
  }
  iframe {
    width: 100%;
    max-width: 100%;
  }
  .right-col input, .right-col textarea {
    font-size: 16px !important;
    font-weight: 300 !important;
    font-family: "Futura PT";
  }
}
.contact-col form {
  margin: auto;
}

.contact-col input {
  width: 95.8%;
  margin: 0 auto;
  background: none;
  border: 2.5px solid #333;
  margin-bottom: 15px;
  font-size: 14px;
}

.contact-col label {
  font-family: "Futura PT";
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 400;
}

@media only screen and (max-width: 450px) {
  .contact-centering {
    display: block;
  }
  .contact-col {
    width: 100%;
    flex: none;
  }
  .left-col {
    display: none;
  }
  .contact-col label {
    font-size: 14px;
  }
}
legend {
  display: none;
}

fieldset {
  padding-top: 3px;
  margin: 0;
  border: 0;
}

.agile-form-description {
  display: none;
}

.contact-col textarea {
  width: 95.8%;
  margin: 0 auto;
  border: 2.5px solid #333;
  background: none;
  margin-bottom: 5px;
  font-family: sans-serif;
  color: #333;
}

.contact-col .message-field {
  height: 90px;
  border-radius: 1px;
  border: 2px solid #333;
  padding: 2.1%;
  display: block;
  width: 95.8%;
  font-size: 14px;
}

@media only screen and (max-width: 1010px) {
  .contact-col .message-field {
    height: 80px;
    border-radius: 1px;
    font-size: 18px;
    font-family: "Futura PT";
  }
}
input:focus, textarea:focus, select:focus {
  outline: none;
}

.field {
  height: 42px;
  border-radius: 1px;
  border: none;
  padding: 0 2.1%;
  color: #333;
}

@media only screen and (max-width: 1010px) {
  .field {
    height: 50px;
    border-radius: 1px;
    font-size: 18px;
    font-family: "Futura PT";
  }
}
.form-btn {
  float: right;
  width: 100% !important;
  background: #62BA8F;
  font-family: "Futura-Bold";
  font-size: 14px;
  letter-spacing: 2px;
  color: #262626;
  padding: 15px 33px;
  border: none;
  transition: 300ms ease;
  text-transform: uppercase;
  cursor: pointer;
  transition-duration: 200ms;
  transform: translateX(0px);
  font-weight: 300;
}

@media only screen and (max-width: 1010px) {
  .form-btn {
    width: 100% !important;
    padding: 18px;
    font-size: 14px;
  }
}
.form-btn:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
}

fieldset {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-block-end: 0;
  min-inline-size: -moz-min-content;
  min-inline-size: min-content;
  border-width: 0;
  border-style: none;
  border-color: none;
  -o-border-image: none;
  border-image: none;
}

.agile-hide-formname {
  display: none;
}

/* --------CONTACT end--------*/
.clear {
  clear: both;
}

/*--------ZOHO FORM start--------*/
.zcwf_col_lab label{
  font-family: "futura-pt", sans-serif !important;
  font-size: 12px !important;
  color: #262626;
  letter-spacing: 1px;
  font-weight: 600px !important;
}
.z-form-reset{
  display: none !important;
}
/*--------ZOHO FORM end--------*/
.contact-col label {
  font-family: "futura-pt";
  font-size: 12px;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
}
.left-col iframe {
  height: 284px;
}
@media only screen and (max-width: 1025px){
  .left-col iframe {
    height: 268px;
  }
}

/*# sourceMappingURL=about.css.map */