
/* ========== GLOBAL SECTION CSS START ==========*/
body{
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  position: relative;
}
.scroll-to-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #36194e;
  color: #fff;
  border-radius: 100%;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  display: none;
}
.scroll-to-top:focus, .scroll-to-top:hover{
  color: #fff;
}
.text-upper{
  text-transform: uppercase;
}
.color-primary{
  color: #fdbe16;
}
.color-secondary{
  color: #35194d;
}
.fs10{
  font-size: 10px;
}
.fs12{
  font-size: 12px;
}
.fs14{
  font-size: 14px;
}
.fs16{
  font-size: 16px;
}
.fs18{
  font-size: 18px;
}
.fs20{
  font-size: 20px;
}
.fs22{
  font-size: 22px;
}
.fs26{
  font-size: 26px;
}
.fs32{
  font-size: 32px;
}
.fs60{
  font-size: 60px;
}
p{
  margin: 0;
}
ul{
  list-style: none;
  padding-left: 0px;
}
input:focus ,button:focus{
  outline: none;
}
.section-area{
  padding: 40px 0px;
}
.section-title-area .section-title{
  font-size: 30px;
  margin: 0px;
  font-weight: 700;
}
.section-title-area .divider-line{
  width: 132px;
  border:2px solid #ee9c0e;
  margin: 20px 0px 30px 0px;
}
.text-desc{
  line-height: 24px;
}
.form-fields{
  position: relative;
}
.form-fields .country-code{
  position: absolute;
  width: 60px;
  padding: 15px;
  border: none;
  border-radius: 10px 0px 0px 10px;
}
.form-fields .mobile-num{
  padding: 15px 15px 15px 75px;
  border: none;
  border-radius: 10px 0px 0px 10px;
}
.form-fields .btn-primary{
  padding: 15px;
  border: none;
  position: absolute;
  font-weight: 700;
  background-color: #fdbe16;
  color: #36194e;
  border-radius: 0px 10px 10px 0px;
}
.form-fields .btn-primary:hover{
  background-color: #fdbe16;
  color: #36194e;
  font-weight: 700;
}
.form-fields span.v-line{
  position: absolute;
  left: 60px;
  transform: translate(-50%,-50%);
  top: 50%;
  height: 30px;
  border: 1px solid #e5e4e4;
}
.currency-symbol{
  font-family: Arial;
}
/* ========== GLOBAL SECTION CSS END ==========*/

/* ========== HEADER SECTION CSS START ==========*/
.header{
  background: #ffffff;
  box-shadow: 0px 5px 5px #e6e5e5;
  padding: 10px 0px;
}
.header .external-link{
  padding: 6px 0px;
  display: inline-block;
}
/* ========== HEADER SECTION CSS END ==========*/

/* ========== BANNER SECTION CSS START ==========*/
.banner{
  background-color: #36194e;
  position: relative;
  height: 500px;
  overflow: hidden;
}
.banner .pattern-bg{
  width: 100%;
}
.banner-content{
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
.banner-content .container{
  height: 100%;
}
.banner-content .row{
  display: flex;
  height: 100%;
}
.banner-app-info{
  padding: 100px 0px;
  height: 100%;
}
.banner-app-info p{
  color: #ffffff;
  margin: 0px;
}
.banner-app-info .divider-line{
  width: 100%;
  border-bottom: 1px solid #4e3166;
  margin: 25px 0px;
}
.banner-app-info .text-offer{
  margin-bottom: 5px;
}
.banner-app-info .text-download{
  margin-bottom: 20px;
}
.form-fields {
  position: relative;
  width: 80%;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}
.form-fields .country-code {
  position: absolute;
  width: 30px;
  border: none;
  left: 15px;
  padding: 0px;
}
.form-fields span.v-line {
  position: absolute;
  left: 50px;
  transform: translate(-50%,-50%);
  top: 50%;
  height: 30px;
  border: 1px solid #e5e4e4;
}
.form-fields .mobile-num{
  padding: 0px 80px 0px 50px;
  width: 100%;
}
.form-fields .btn-primary {
  right: 0;
  top: 0;
  height: 100%;
}
.banner-app-info .text-suggest{
  color: #baa2cf;
  margin-top: 10px;
  display: block;
}
.banner-app-img{
  height: 100%;
  position: relative;
}
.banner-app-img img{
  position: absolute;
  bottom: 0;
  right: 0;
}
/* ========== BANNER SECTION CSS END ==========*/

/* ========== ABOUT SECTION CSS START ==========*/
.about-content{
  padding: 100px 0px;
}
.about-content .text-desc{
  color: #6f6f6f;
  line-height: 24px;
}
.about-img{
  text-align: right;
}

.about .thumblr{
  background-color: #f2f2f2;
  padding: 22px;
  position: relative;
  min-height: 180px;
  margin-bottom: 10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.about .thumblr:hover{
  box-shadow: 0 3px 6px rgba(220, 220, 220, 0.5), 0 3px 6px rgba(0,0,0,0.13);
}
.about .thumblr .thumblr-title{
  font-weight: 600;
  margin-bottom: 10px;
}
.about .thumblr .thumblr-icons{
  position: absolute;
  right: 15px;
  top: -50px;
  background-color: #fdbe16;
  border: 5px solid #fff;
  border-radius: 100%;
  width: 96px;
  height: 96px;
  box-shadow: 0px 7px 10px rgba(210,210,210,0.56);
}
.about .thumblr .thumblr-icons img{
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
}
.about .thumblr .watermark-bg{
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  top: 0;
  left: 0;
}
.about .thumblr .watermark-bg img{
  position: absolute;
  left: -20px;
  top: 25px;
}
/* ========== ABOUT SECTION CSS END ==========*/

/* ========== PRODUCTS CATEGORIES SECTION CSS START ==========*/
.product-category{
  padding-top: 0px;
}
.prod-category-content{
  text-align: center;
  padding-bottom: 40px;
}
.prod-category-content .divider-line{
  margin: 20px auto 30px auto;
}
.our-products{
  list-style: none;
}
.our-products .product-lists{
  display: inline-block;
  text-align: center;
}
.our-products .product-lists .products{
  width: 148px;
  height: 148px;
  border-radius: 100%;
  border:6px solid rgba(204,204,204,0.17);
  margin: 0px 15px;  
  line-height: 136px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.our-products .product-lists .products:hover{
  border:6px solid rgba(204,204,204,0.44);
}
.our-products .product-lists .border-sky-blue:hover{
  border: 6px solid #2ab5e9;
}
.our-products .product-lists .border-pink:hover{
  border: 6px solid #ea1ac5;
}
.our-products .product-lists .border-green:hover{
  border: 6px solid #28d2a0;
}
.our-products .product-lists .border-yellow:hover{
  border: 6px solid #f0b820;
}
.our-products .product-lists .border-orange:hover{
  border: 6px solid #ee480e;
}
.our-products .product-lists .products img{
  vertical-align: middle;
  display: inline-block;
}
.our-products .product-lists .lbl-category{
  font-weight: 500;
  max-width: 140px;
  vertical-align: top;
  margin-top: 15px;
}
/* ========== PRODUCTS CATEGORIES SECTION CSS END ==========*/

/* ========== DOWNLOAD APP SECTION CSS START ==========*/
.download-app{
  background-color: #f1f1f1;
}
.download-app-info{
  padding: 100px 0px;
}
.download-app .text-larg{
  font-weight: 600;
  line-height: 65px;
  color: #301149;
}
.download-app .text-download{
  color: #301149;
  margin-bottom: 20px;
}
.download-app .text-download .text-bold{
  font-weight: 600;
}
.download-app .text-suggest{
  color: #a5a0a0;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}
.download-app .mock-up-imgs{
  text-align: right;
}
.download-app .mock-up-imgs img{
  width: 100%;
}
/* ========== DOWNLOAD APP SECTION CSS END ==========*/

/* ========== SUBSCRIBE SECTION CSS START ==========*/
.subscribe .text-desc{
  color: #1d2f39; 
}
.subscribe-content  .divider-line{
  margin: 20px auto 30px auto;
}

.subscribe-info  .form-fields {
  position: relative;
  width: 50%;
  margin: 0 auto;
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 15px;
  margin-top: 20px;
}
.subscribe-info .form-fields .email{
  border: none;
  width: 100%;
  padding-right: 100px;
  background-color: transparent;
}
.form-fields .btn-primary {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
/* ========== SUBSCRIBE SECTION CSS END ==========*/

/* ========== FOOTER SECTION CSS START ==========*/
.footer-links{
  background-color: #36194e;
  padding: 30px 0px;
}
.footer-links ul{
  margin-bottom: 0px;
}
.footer-links ul li{
  display: inline-block;
  border-right: 1px solid #caade4;
  padding: 0px 12px 0px 12px;
  line-height: 0.5px;
  margin-left: -3px;
}
.footer-links ul li:last-child{
  border-right: none;
}
.footer-links ul li a{
  color: #caade4;
  font-weight: 400;
}
.footer-menu-link ul li{
  line-height: 12px;
}
.footer-menu-link ul li a{
  font-size: 11px;
}
.footer-links ul li a:hover{
  text-decoration: none;
  color: #ffffff;
}
.social-links{
  text-align: right;
}
.social-links ul li a{
  font-size: 20px;
}
.footer-copyright{
  padding: 15px 0px;
  background-color: #200c31;
}
.footer-copyright .copyright{
  color: #ffffff;
}
/* ========== FOOTER SECTION CSS END ==========*/

@media only screen and (max-width: 1170px){
  /* ========== BANNER SECTION CSS START ==========*/
  .banner-app-info {
    padding: 75px 0px;
    font-size: 90%;
  }
  /* ========== BANNER SECTION CSS END ==========*/
}
@media only screen and (max-width: 1024px){
  /* ========== BANNER SECTION CSS START ==========*/
  .banner .pattern-bg{
    display: none;
  }
  .banner-content{
    position: relative;
  }
  .banner-app-info {
    padding: 30px 0px;
    font-size: 90%;
  }
  /* ========== BANNER SECTION CSS END ==========*/

  /* ========== ABOUT SECTION CSS START ==========*/
  .about-img img{
    width: 100%;
  }
  /* ========== ABOUT SECTION CSS END ==========*/

  /* ========== DOWNLOAD APP SECTION CSS START ==========*/
  .download-app-info{
    padding: 30px 0px;
  }
  /* ========== DOWNLOAD APP SECTION CSS END ==========*/
}

@media only screen and (max-width: 990px){
  /* ========== ABOUT SECTION CSS START ==========*/
  .about-content {
      padding: 40px 0px;
  }
  .thumblr {
    padding: 50px 22px 22px 22px;
    min-height: 280px;
  }
  /* ========== ABOUT SECTION CSS END ==========*/
}
@media only screen and (max-width: 767px){
  /* ========== GLOBAL SECTION CSS START ==========*/
  .section-area{
    padding: 20px 0px;
  }
  .section-title-area .section-title{
    font-size: 24px;
    line-height: 30px;
  }
  .form-fields {
    position: relative;
    width: 60%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
  }
  .form-fields .country-code {
    position: absolute;
    width: 30px;
    border: none;
    left: 15px;
    padding: 0px;
  }
  .form-fields span.v-line {
    position: absolute;
    left: 50px;
    transform: translate(-50%,-50%);
    top: 50%;
    height: 30px;
    border: 1px solid #e5e4e4;
  }
  .form-fields .mobile-num{
    padding: 0px 80px 0px 50px;
    width: 100%;
  }
  .form-fields .btn-primary {
    right: 0;
    top: 0;
    height: 100%;
  }
  /* ========== GLOBAL SECTION CSS END ==========*/

  /* ========== BANNER SECTION CSS START ==========*/
  .banner{
    height: auto;
  }
  .banner-content .row{
    display: block;
  }
  .banner-app-info{
    text-align: center;
  }  
  .banner-app-img{
    text-align: center;
  }
  .banner-app-img img{
    position: relative;
  }
  /* ========== BANNER SECTION CSS END ==========*/

  /* ========== ABOUT SECTION CSS START ==========*/
  .about-content{
    padding: 0px 0px 30px 0px;
    text-align: center;
  }
  .section-title-area .divider-line {
    width: 132px;
    border: 2px solid #ee9c0e;
    margin: 20px auto 30px auto;
  }
  .about-img {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .about .thumblr{
    margin-bottom: 60px;
    padding: 22px;
    min-height: auto;
  }
  .about .thumblr .thumblr-content .thumblr-title{
    font-size: 20px;
  }
  /* ========== ABOUT SECTION CSS END ==========*/

  /* ========== PRODUCT CATEGORIES SECTION CSS START ==========*/
  .our-products .product-lists{
    margin-bottom: 15px;
  }
  /* ========== PRODUCT CATEGORIES SECTION CSS END ==========*/

  /* ========== DOWNLOAD APP SECTION CSS START ==========*/
  .download-app{
    text-align: center;
  }
  .download-app-info {
      padding: 10px 0px 30px 0px;
  }
  .download-app .mock-up-imgs{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
  }
  .download-app .text-larg {
    line-height: 42px;
    font-size: 36px;
    margin-bottom: 5px;
  }
  /* ========== DOWNLOAD APP SECTION CSS END ==========*/

  /* ========== SUBSCRIBE SECTION CSS START ==========*/
  .subscribe-info  .form-fields {
    width: 100%;
  }
  /* ========== SUBSCRIBE SECTION CSS END ==========*/

  /* ========== FOOTER SECTION CSS START ==========*/
  .footer-menu-link{
    text-align: center;
  }
  .footer-social-link .social-links{
    text-align: center;
    margin-top: 20px;
  }
  /* ========== FOOTER SECTION CSS END ==========*/
}

@media only screen and (max-width: 480px){
  /* ========== GLOBAL SECTION CSS START ==========*/
  .form-fields {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
  }
  /* ========== GLOBAL SECTION CSS END ==========*/

  /* ========== ABOUT SECTION CSS START ==========*/
  .about-img {    
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  /* ========== ABOUT SECTION CSS END ==========*/
  .banner-app-info .text-upper{
    font-size: 16px;
  }
  .banner-app-info .divider-line{
    margin: 20px 0px;
  }
  .banner-app-info .text-offer {
    font-size: 24px;
  }
  .banner-app-info .text-download{
    font-size: 18px;
  }
  .banner-app-info .text-download .fs26{
    font-size: 18px;
  }
}