html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

.container {
  max-width: 1200px;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Italic.eot');
    src: url('../fonts/Lora-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lora-Italic.woff2') format('woff2'),
        url('../fonts/Lora-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Times';
    src: url('../fonts/Times.eot');
    src: url('../fonts/Times.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Times.woff2') format('woff2'),
        url('../fonts/Times.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-BoldItalic.eot');
    src: url('../fonts/Lora-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lora-BoldItalic.woff2') format('woff2'),
        url('../fonts/Lora-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-SemiBold.eot');
    src: url('../fonts/Lora-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lora-SemiBold.woff2') format('woff2'),
        url('../fonts/Lora-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-SemiBoldItalic.eot');
    src: url('../fonts/Lora-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lora-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Lora-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Regular.eot');
    src: url('../fonts/Lora-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lora-Regular.woff2') format('woff2'),
        url('../fonts/Lora-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-MediumItalic.eot');
    src: url('../fonts/Lora-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lora-MediumItalic.woff2') format('woff2'),
        url('../fonts/Lora-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Medium.eot');
    src: url('../fonts/Lora-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lora-Medium.woff2') format('woff2'),
        url('../fonts/Lora-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Bold.eot');
    src: url('../fonts/Lora-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lora-Bold.woff2') format('woff2'),
        url('../fonts/Lora-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


body {
  font-family: 'Lora';
  font-weight: 400;
  font-size: 18px;
}

header .contact {
  padding: 23px 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

header .contact li a {
  font-size: 24px;
  color: #000;  
  text-decoration: none;
}

header .contact li a i {
  margin-right: 20px;
}

header .bottom_head {
  position: relative;
}
header .bottom_head:after{
    content: "";
    position: absolute;
    background-color: #191919;
    width: 100%;
    left: 0;
    height: 80%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

header .bottom_head .logo {
  text-align: center;
  position: relative;
  z-index: 2;
}


.intro {
  padding: 92px 0 42px 0;
}

.intro .head {
  text-align: center;
}

.intro .head h1 {
  font-size: 60px;
  font-weight: 800;
  color: #191919;
  margin-bottom: 26px;
  font-family: 'Times';
}

.intro .head h2 {
  font-size: 24px;
  color: #464646;
  font-weight: 600;
  max-width: 800px;
  margin: 0 auto;
  line-height: 36px;
}

.intro .cnt {
  padding: 42px 0;
}

.intro .cnt p {
  line-height: 28px;
  margin-bottom: 36px;
  color: #464646;
}

.shop-now {
  padding: 47px 0 34px 0;
  background: url(../images/shop_bg.jpg) no-repeat center/cover;
}

.shop-now .cnt {
  text-align: center;
  max-width: 884px;
  margin: 0 auto;
}

.shop-now .cnt p {
  text-align: center;
  font-size: 24px;
  color: #191919;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 42px;
}

.shop-now .cnt a {
  text-decoration: none;
  font-size: 36px;
  color: #000;
  font-weight: 600;
  min-width: 382px;
  min-height: 77px;
  line-height: 77px;
  border: 2px solid #000;
  display: inline-block;
  -webkit-transition: 0.4s ease;-o-transition: 0.4s ease;transition: 0.4s ease;
  font-family: 'Times';
}
.shop-now .cnt a:hover{
  background-color: #000;
  color: #fff;
  border-color: #fff;
}

.form-time {
  padding: 67px 0;
}

.form-time .our-intro .heading-cnt {
  font-size: 24px;
  color: #464646;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  padding-bottom: 60px;
}

.form-time .our-intro .steps .pluses h3 {
  font-weight: 800;
  color: #000;
  padding: 10px 0 15px 0;
    line-height: 18px;
}

.form-time .our-intro .steps .pluses p {
  color: #464646;
  line-height: 28px;
}
.form-time .our-intro .steps .pluses p a{    
  font-weight: 800;
  color: #464646;  
}

.form-time .our-intro .steps .plus-2 {
  margin: 43px 0;
}

.form-time .our-intro .form-block {
  border: 2px solid #000;
  height: 100%;
}

.form-time .our-intro .form-block .head {
  background-color: #191919;
  padding: 24px 0;
}

.form-time .our-intro .form-block .head h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 43px;
  text-align: center;
    font-family: 'Times';
  color: #fff;
  max-width: 416px;
  text-align: center;
  margin: 0 auto;
}

.form-time .our-intro .form-block p {
  color: #464646;
  line-height: 25px;
  text-align: center;
  padding: 25px;
}

.form-time .our-intro .form-block .form {
  padding: 0 30px 30px 30px;
}

.form-time .our-intro .form-block .form .input_group {
  margin-bottom: 20px;
  position: relative;  
}
.enquiry{
  border: 0 !important;
}

.form-time .our-intro .form-block .form input {
  width: 100%;
  height: 49px;
  padding: 0 10px;
  outline: none;
  border: 0;
  border: 1px solid #cdcdcd;
}

.form-time .our-intro .form-block .form textarea {
  padding: 10px;
  width: 100%;
  height: 147px;
  outline: none;
  resize: none;
  border: 0;
  border: 1px solid #cdcdcd;
}

.form-time .our-intro .form-block .form .btn {
  width: 100%;
  outline: none;
  border: 2px solid #191919;
  min-height: 47px;
  line-height: 47px;
  font-weight: 700;
  -webkit-transition: 0.4s ease;-o-transition: 0.4s ease;transition: 0.4s ease;
  font-family: 'Times';
  font-size: 18px;
}
.form-time .our-intro .form-block .form .btn:hover{
  background-color: #000;
  color: #fff;
}

.input_group span {
  display: block;
  text-align: right;
  font-size: 14px;
  color: red;
}

footer {
  background-color: #161616;
  padding: 40px 0;
}

footer .logo img {
  border: 2px solid #fff;
  width: 132px;
}

footer .address address {
  color: #fff;
  line-height: 28px;
  margin-bottom: 30px;
}

footer .address .phone {
    margin-bottom: 13px;
}

footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover{
  color: #fff;
  text-decoration: none;
}

footer a i {
  color: #fff;
  margin-right: 10px;
}

footer .instruction {
  text-align: right;
}

footer .instruction p {
  color: #fff;
    line-height: 28px;
}

footer .instruction .social {
  margin: 15px 0;
}
footer .instruction .social a i{
    font-size: 42px;
    color: #fff;
}

footer .instruction i {
  color: #000;
  font-size: 28px;
  margin-right: 0;
}

footer .instruction .copy span {
  color: #fff;
}

@media (max-width: 1199px) {  
  header .bottom_head .logo figure img {
    width: 145px;
  }
  header .contact li a {
    font-size: 23px;
  }
  .intro .head h1 {
    font-size: 50px;
    margin-bottom: 18px;
  }
  .intro .head h2 {
    font-size: 23px;
  }
  .intro .cnt {
    padding: 30px;
  }
  .form-time .our-intro .steps .pluses h3{
    line-height: 27px;
  }

  .form-time {
    padding: 40px;
  }
  .form-time .our-intro .form-block .head h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .shop-now .cnt a {
    font-size: 30px;
  }
  .shop-now .cnt p {
    font-size: 23px;
  }
  .form-time .our-intro .heading-cnt {
    font-size: 23px;
    line-height: 34px;
  }
  .form-time .our-intro .steps .plus-2 {
    margin: 20px 0;
  }  
  .form-time .our-intro .form-block{
    height: 96%;
  }
}



@media (max-width: 991px) {  
  body {
    font-size: 16px;
  }
    header .contact{
        padding: 23px 0 9px;
    }
  header .bottom_head .logo figure img {
    width: 120px;
  }
  header .contact li a {
    font-size: 21px;
  }
  header .contact li a i {
    margin-right: 10px;
  }
  .intro {
    padding: 50px 0 42px 0;
  }
  .intro .head h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .intro .cnt p {
    line-height: 26px;
    margin-bottom: 15px;    
  }
  .intro .cnt{
    padding: 20px 30px; 
  }
  .shop-now .cnt{
    max-width: 678px;
  }
  .shop-now .cnt p {
    font-size: 21px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .shop-now .cnt a {
    font-size: 26px;
    min-width: 330px;
  }
  .form-time {
    padding: 20px;
  }
  .form-time .our-intro .heading-cnt {
    font-size: 21px;
    line-height: 32px;
  }
  .form-time .our-intro .form-block .head h2 {
    font-size: 23px;
    line-height: 32px;
}
  footer .address address {
    line-height: 22px;
    margin-bottom: 22px;
  }
  footer .instruction .social {
    margin: 10px 0;
  }
  footer .instruction i {
    font-size: 21px;
  }
  .form-time .our-intro .form-block{
    height: 85%;
  }
}

@media (max-width: 767px) {
  .form-time .our-intro .form-block{
    height: 100%;
  }
  header .contact li a {
    font-size: 20px;
  }
  header .bottom_head .logo figure img {
    width: 100px;
  }
  .intro .head h1 {
    font-size: 34px;
    margin-bottom: 13px;
  }
  .intro {
    padding: 40px 0;
  }
  .intro .head h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .shop-now {
    padding: 30px 0;
  }
  .shop-now .cnt p {
    font-size: 20px;
    line-height: 29px;
  }
  .shop-now .cnt a {
    min-width: 300px;
    min-height: 36px;
    line-height: 52px;
  }
  .form-time .our-intro .heading-cnt {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 30px;
  }
  .pluses {
    text-align: center;
  }
  .plus-3 {
    margin-bottom: 20px;
  }
  footer .instruction {
    text-align: left;
  }
  footer .address address {
    margin: 20px 0;
  }
  footer .instruction p {
    margin-top: 20px;
  }
  .form-time {
        padding: 30px 0px;
    }
}

@media (max-width: 575px) {
  .form-time .our-intro .steps .pluses h3{
    font-size: 14px;
  }
  header .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .contact li a {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 18px;
  }
  .intro .head h1 {
    font-size: 25px;
      line-height: 32px;
  }
  .intro .head h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .shop-now .cnt p {
    font-size: 18px;
    line-height: 27px;
  }
  .shop-now .cnt a {
    min-width: 260px;
    min-height: 30px;
  }
  .form-time .our-intro .heading-cnt {
    font-size: 18px;
    line-height: 26px;
  }
  .form-time .our-intro .heading-cnt {
    font-size: 18px;
    line-height: 24px;
  }
  .form-time .our-intro .form-block .form textarea {
    height: 120px;
  }
  .logo {
    text-align: center;
  }
  .address {
    text-align: center;
  }
  footer .instruction {
    text-align: center;
  }
  footer .instruction .copy span {
        font-size: 14px;
        line-height: 20px;
    }    
}

@media (max-width: 414px) {
  body {
    font-size: 13px;
  }
  header .contact li a {
    font-size: 15px;
  }
  .intro .head h2 {
    font-size: 15px;
    line-height: 22px;
  }
  .intro .cnt {
    padding: 20px 0;
  }
  .shop-now .cnt p {
    font-size: 14px;
    line-height: 23px;
  }
  .shop-now .cnt a {
    max-width: 220px;
    line-height: 50px;
    font-size: 23px;
  }
  .form-time .our-intro .heading-cnt {
    font-size: 14px;
    line-height: 20px;
  }
  .form-time .our-intro .steps .pluses p {
    color: #464646;
    line-height: 23px;
  }
  .form-time .our-intro .form-block .head h2 {
    font-size: 16px;
    line-height: 27px;
  } 
  .form-time .our-intro .form-block p {
    padding: 15px;
    line-height: 20px;
  }
  .form-time .our-intro .form-block .form input {
    height: 37px;
  }
  .form-time .our-intro .form-block .form textarea {
    height: 80px;
  }
  .form-time .our-intro .form-block .form .btn {
    min-height: 35px;
    line-height: 38px;
  }   
}


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