.banner {
  background-color: #333333; }
  .banner h2 {
    font-size: 60px;
    font-family: Oswald;
    font-weight: bold;
    color: #ec6b33;
    line-height: 45px;
    margin: 40px 0 40px; }
  .banner p {
    font-size: 16px;
    font-family: Rubik;
    color: #cccccc;
    line-height: 24px; }

.cattop, .catcnt {
  width: 50%; }

.homebox {
  color: #d6d6d6;
  font-size: 16px;
  font-family: Rubik;
  line-height: 24px;
  margin-top: 30px; }
  .homebox i {
    display: inline-block;
    width: 16px;
    height: 14px;
    line-height: 14px;
    margin-right: 10px;
    vertical-align: text-top; }
  .homebox a {
    color: #d6d6d6; }

.strline {
  width: 100%;
  height: 1px;
  display: block;
  background: rgba(0, 0, 0, 0.2); }

.strnav {
  font-size: 16px;
  font-family: Rubik;
  line-height: 72px;
  margin: 5px 0 4px; }
  .strnav em {
    margin: 0 8px; }
  .strnav a {
    color: #999999; }
  .strnav .getbox {
    font-family: Rubik;
    font-weight: bold;
    color: #e56831; }

.catcnt h2 {
  font-size: 30px;
  font-family: Oswald;
  font-weight: bold;
  color: white;
  line-height: 36px;
  margin-top: 80px; }
.catcnt h3 {
  margin-top: 5px; }
  .catcnt h3 a {
    display: inline-block;
    font-size: 24px;
    font-family: Rubik;
    font-style: italic;
    color: white;
    line-height: 36px;
    font-weight: 400; }
.catcnt > a {
  width: 360px;
  height: 70px;
  background: #ec6b33;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  font-family: Oswald;
  font-weight: bold;
  color: white;
  display: block;
  margin: 20px 0 60px; }
  .catcnt > a i {
    font-size: 15px;
    vertical-align: middle; }

.catadd {
  font-size: 0; }
  .catadd i, .catadd p {
    display: inline-block;
    vertical-align: top;
    color: #CCCCCC; }
  .catadd i {
    font-size: 22px;
    line-height: 30px;
    margin-right: 17px; }
  .catadd p {
    font-size: 16px;
    font-family: Rubik;
    line-height: 24px;
    width: 90%; }

.set1 {
  height: 740px;
  width: 100%; }

/*add*/
.formBox{
  margin-top: 60px;
  margin-bottom: 60px;
}
.formBox h2{
    font-size: 30px;
    font-family: Oswald;
    font-weight: bold;
    color: #EC6B33;
    line-height: 36px;
    text-align: center;
}
form.contactForm {
  margin-top: 30px; }
  form.contactForm .form-group {
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.3); }
  form.contactForm label {
    display: inline-block;
    width: 48.8%; }
    form.contactForm label input, form.contactForm label textarea {
      display: block;
      padding: 17px 30px;
      width: 100%;
      outline: none;
      background: unset;
      border: none;
      color: #fff; }
    form.contactForm label input::-webkit-input-placeholder, form.contactForm label textarea::-webkit-input-placeholder {
      color: #999;
      font-size: 16px;
      font-weight: 400; }
    form.contactForm label input:-moz-placeholder, form.contactForm label textarea:-moz-placeholder {
      color: #999;
      font-size: 16px;
      font-weight: 400; }
    form.contactForm label input::-moz-placeholder, form.contactForm label textarea::-moz-placeholder {
      color: #999;
      font-size: 16px;
      font-weight: 400; }
    form.contactForm label input:-ms-input-placeholder, form.contactForm label textarea:-ms-input-placeholder {
      color: #999;
      font-size: 16px;
      font-weight: 400; }
  form.contactForm label:nth-child(n) {
    padding-left: 0;
    float: left; }
  form.contactForm label:nth-child(2n) {
    padding: 0;
    float: right; }
  form.contactForm label.whatsApp {
    width: 100%; }
  form.contactForm label.mes {
    padding: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 25px; }
  form.contactForm textarea {
    padding-top: 25px;
    width: 100%; }
  form.contactForm select {
    display: block;
    padding: 17px 30px;
    width: 100%;
    outline: none;
    background: unset;
    border: none;
    color: #fff; }
  form.contactForm option {
    color: #333 !important; }
  form.contactForm .subs {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    background: #EC6B33;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    clear: both; }
  form.contactForm .sub {
    border: none;
    display: inline-block;
    background-color: unset;
    margin: auto;
    text-align: center;
    font-size: 20px;
    font-family: 'Poppins';
    border: none !important;
    color: #fff;
    margin-right: 8px;
    padding: 15px 0; }
  form.contactForm .enquiry_make {
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none; }
    form.contactForm .enquiry_make p {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: #e9753a;
      color: #fff;
      padding: 20px 30px;
      font-size: 16px; }
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .suprt h2 {
    margin-top: 25px; }

  .cattop {
    width: 40%; } }
@media screen and (max-width: 999px) and (min-width: 768px) {
  .strnav {
    line-height: 49px; } }
@media screen and (max-width: 767px) {
  .homebox {
    margin-top: 10px;
    font-size: 15px; }

  .banner h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 25px 0 10px; }

  .strnav {
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0 5px; }

  .cattop, .catcnt {
    width: 100%; }

  .catcnt h2 {
    font-size: 18px;
    margin-top: 35px; }

  .catadd p {
    font-size: 14px;
    line-height: 22px; }

  .catcnt h3 {
    margin-top: 10px; }

  .catcnt h3 a {
    font-size: 18px;
    line-height: 28px; }

  .catcnt > a {
    width: 100%;
    height: 55px;
    line-height: 55px;
    margin: 20px 0 40px; }

  .set1 {
    height: 400px; }

  .catcnt > a i {
    font-size: 14px;
    margin-left: 10px;
    margin-top: -5px; }
  .formBox h2{font-size: 24px;}
  form.contactForm {
    margin-top: 20px; }
    form.contactForm .form-group {
      margin-bottom: 10px; }
    form.contactForm label.mes {
      margin-bottom: 20px; }
    form.contactForm label {
      width: 100%; }
    form.contactForm label input::-webkit-input-placeholder, form.contactForm label textarea::-webkit-input-placeholder {
      font-size: 14px;
      font-weight: 400; }
    form.contactForm label input:-moz-placeholder, form.contactForm label textarea:-moz-placeholder {
      font-size: 14px;
      font-weight: 400; }
    form.contactForm label input::-moz-placeholder, form.contactForm label textarea::-moz-placeholder {
      font-size: 14px;
      font-weight: 400; }
    form.contactForm label input:-ms-input-placeholder, form.contactForm label textarea:-ms-input-placeholder {
      font-size: 14px;
      font-weight: 400; }
    form.contactForm .subs {
      padding: 13px 0;
      line-height: 1.5;
      width: 100%; }
    form.contactForm .sub {
      font-size: 14px;
      padding: 0;
      margin-right: 0; }

  form.contactForm label input, form.contactForm label textarea, form.contactForm select {
    padding: 15px 10px; }}

/*# sourceMappingURL=contact.css.map */
