
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Exo 2';
}
a:hover,
a:active,
a:focus,
a:visited,
a {
  text-decoration: none
}
p {
  font-size: 16px;
  line-height: 23px;
  color: #000;
  margin-bottom: 15px;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}
li,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Exo 2';
}

img {
  max-width: 100%;
}
main{
  margin: 80px auto 0 auto;
  max-width: 1920px;
  border-left: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
}
main > *{
  padding: 45px 0;
}
.heading-area{
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
}
.heading-area.center > *{
  display: block;width: 100%;
  text-align: center;
}
.heading-area.white > *{
  color: #fff;
}
.heading-area > P{
  margin: 5px 0 0 0;
}
.main-title {
  color: #000;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
  font-weight: bold;
  display: block;
  margin-top: -8px;
}
.sub-title {
  color: #e69c24;
  margin: 5px 0 0 0 ;
  display: block;
  font-family: 'Exo 2';
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: bold;
}
.btn__div{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  grid-gap: 15px;
}
.common-btn {
  background: #e69c24;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 20px;
  width: auto;
  text-transform: uppercase;
  min-height: 45px;
  line-height: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}
.common-btn img{
  width: 25px;
}

.common-btn:hover{
  background: #c58319;
  color: #fff;
}
.blink {
  animation: blink 2s infinite;
  -webkit-animation: blink 2s infinite;
}

@keyframes blink {
  30% {
      opacity: 0
  }
}
/******top part*********/
.banner {
  background: #fffae2;
  padding-bottom: 0;
}
.banner-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.banner-left {
  width: 49%;
  padding-bottom: 40px;
}
.banner-right {
  width: 35%;
  text-align: center;
}
.banner-left h1 {
  width: 100%;
  font-size: 49px;
  font-family: 'Exo 2';
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  line-height: 1.1em;
}
.banner-left b {
  margin: 0 0 15px;
  width: 100%;
  font-size: 30px;
  line-height: normal;
  color: #e69c24;
  font-weight: 600;
  font-family: 'Exo 2';
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.demo-video a span {
  vertical-align: top;
  display: inline-block;
}
.demo-video a img {
  width: 21px;
  vertical-align: middle;
}

/************premium-features**********/
.features-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
}

.features-inner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
.features-inner ul li {
  width: 33.33%;
  padding: 0 8px;
}
.fet-caption{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 13px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  min-height: 100%;
}
.fet-caption i{
  width: 100%;
  display: block;
  margin: 0 0 15px 0;
}
.fet-caption i img {
  vertical-align: middle;
  height: 60px;
  width: 60px;
  display: inline-block;
  font-size: 0;
}
.fet-caption strong {
  margin: 10px 0 5px;
  font-size: 18px;
  color: #222222;
  display: block;
  text-transform: capitalize;
}
/******************/
.perfect-script {
  background: #f8f8f8;
  padding-bottom: 0;
}
.perfect-script-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.perfect-script-left {
  width: 46%;
  padding-bottom: 40px;
}
.perfect-script-right {
  width: 50%;
}
/******************/
.green-part-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
}
.green-part-inner ul li {
  margin: 0 0 8px;
  padding: 0 0 0 20px;
  font-size: 15px;
  color: #000;
  line-height: 23px;
  position: relative;
}
.green-part-inner ul li:last-child {
  margin-bottom: 0;
}
.green-part-inner ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 50%;
  background: #ff6e00;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.green-part-inner p {
  text-align: center;
}
/******************/
.iphone-content-here {
  background: #f8f8f8;
}
.iphone-content-here-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.iphone-content-here-inner-left {
  width: 46%;
}
.iphone-content-here-inner-rght {
  width: 35%;
  text-align: center;
  margin: auto;
}
/*******************************/
.front-end-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.front-end-left {
  width: 50%;
}
.front-end-right {
  width: 50%;
}
.front-end-right h4 {
  margin: 0 0 15px;
  font-size: 33px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.front-end-right p a {
  color: #e69c24;
}
/* ============================================= */
.about-section-of{
  padding: 0;
}
.about-section-of-inner {
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}
.about-section-of .about-section-of-inner>h5 {
    padding: 20px;
    font-size: 25px;
    font-family: 'Exo 2';
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #e69c24;
    display: inline-block;
    border-radius: 25px 25px 0 0;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
.about-section-of .about-section-of-inner>h5:after {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  display: inline-block;
  margin: 0 0 0 10px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.about-section-of .about-section-of-inner>h5.active:after {
  transform: rotatex(-180deg);
  -webkit-transform: rotatex(-180deg);
  -moz-transform: rotatex(-180deg);
  -ms-transform: rotatex(-180deg);
  -o-transform: rotatex(-180deg);
}
.about-section-of-data {
  text-align: initial;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
  display: none;
}
.about-section-of-data .about-section-of-inner {
  text-align: unset;
}
.about-section-of h6 {
  font-size: 23px;
  text-transform: unset;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.box-rows ul {
  list-style: none;
  padding-left: 0;
}
.box-rows ul li {
  margin-bottom: 14px;
  font-size: 16px;
  color: #000;
  padding: 0 0 0 18px;
  font-weight: 500;
  position: relative;
  text-align: justify;
}
.box-rows {
  margin-bottom: 25px;
}
.box-rows ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #e69c24;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.box-rows h6,
.box-rows b {
  font-size: 21px;
  margin-bottom: 15px;
  position: relative;
  display: block;
}
.sub-boxess {
  padding-left: 20px;
}
.sub-boxess h6:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #e69c24;
  border-radius: 50%;
  left: -20px;
  top: 6px;
}
.sub-boxess h6 {
  font-size: 18px;
}
.demolinks {
  background-color: #b78000;
}
.demolinks-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.demo-links-row .links-column ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
  margin: 0 auto;
  max-width: 1200px;
}

.demo-links-row .links-column ul li {
  position: relative;
  transition: all 0.5s;
  width: 25%;
  padding: 0 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.demo-links-row .links-column ul li:last-child {
  margin-bottom: 0;
}

.demo-links-row .links-column ul li a {
  display: block;
  position: relative;
}
.demo-links-row .links-column ul li a::before{
  content: "";
  display: block;
  width: 100%;
  padding-top: 33%;
}
.demo-links-row .links-column ul li a img {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.inq_form {
  width: 100%;
  display: block;
  background-color: #fff5e7;
  position: relative;
  padding: 20px 0 30px;
  z-index: 0;
  float: left;
  margin: 30px 0;
}
.inq_form form input[type=submit] {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px 10px 20px;
  background-color: #f19f39;
  width: auto;
  text-transform: uppercase;
  min-height: 45px;
  line-height: 30px;
  outline: none;
  border: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.inq_form form input:hover[type=submit] {
  background-color: #c07a24;
}
.inq_form .head-style {
  font-size: 36px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 36px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.inq_form .head-style::after {
  background-color: #e69c24;
  left: 16px;
}
.inq_form .heading-area {
  margin-bottom: 15px;
  text-align: left;
  align-items: flex-start;
}
.inq_form-inner {
  max-width: 1340px;
  padding: 0 15px;
  margin: 0 auto;
}
.inq_form .box-shadow {
  margin-top: 15px;
  width: 100%;
}
.inq_form .box-shadow ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.inq_form .box-shadow ul li {
  width: calc(50% - 15px);
  width: -o-calc(50% - 15px);
  width: -ms-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: -webkit-calc(50% - 15px);
}
.inq_form .box-shadow ul li:last-child {
  padding: 20px 30px 30px 30px;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  background-color: #fff;
}
.enquire_form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inq_form-left,
.inq_form-right {
  width: calc(100% - 0px);
  width: -o-calc(100% - 0px);
  width: -ms-calc(100% - 0px);
  width: -moz-calc(100% - 0px);
  width: -webkit-calc(100% - 0px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inq_form .input-row-flow {
  margin-bottom: 16px;
  width: calc(50% - 15px);
  width: -o-calc(50% - 15px);
  width: -ms-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: -webkit-calc(50% - 15px);
}
.inq_form .input-row-flow:last-child {
  width: calc(100% - 0px);
  width: -o-calc(100% - 0px);
  width: -ms-calc(100% - 0px);
  width: -moz-calc(100% - 0px);
  width: -webkit-calc(100% - 0px);
}
.inq_form .input-row-flow .g-recaptcha {
  margin-top: 20px;
}
.inq_form .input-row-flow .custom-input-box {
  margin: 0px;
  border: 1px solid #ddd;
  background: #FFF;
  font-size: 16px;
  color: #292929;
  padding: 9px 10px;
  border-radius: 4px;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}
.inq_form .text-center {
  text-align: center;
}
.custom-input-button {
  background-color: #fd585c;
  position: relative;
  margin: 0 auto;
  padding: 8px 20px 10px;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  border: none;
}
.custom-input-button:hover {
  background-color: #bf0000;
}
.inq_form .video-block {
  max-width: 100%;
  position: relative;
  width: 100%;
  box-shadow: none;
  min-height: 100%;
  text-align: center;
}
.inq_form .button-btn {
  margin-top: 0;
  justify-content: flex-start;
}
@media (max-width:1199.98px) {
  .main-title {
    font-size: 30px;
  }
  .banner {
    padding: 40px 0 40px 0;
  }
  .iphone-content-here-inner-left {
    width: calc(100% - 600px);
    width: -webkit-calc(100% - 600px);
    width: -moz-calc(100% - 600px);
    width: -ms-calc(100% - 600px);
    width: -o-calc(100% - 600px);
  }
  .front-end-right h4 {
    font-size: 30px;
  }
  .banner-left h1 {
    font-size: 39px;
    margin-bottom: 15px;
  }
}
@media (max-width:991.98px) {
  .banner-inner,
  .iphone-content-here-inner {
    flex-direction: column-reverse;
  }
  .banner-left,
  .banner-right,
  .perfect-script-left,
  .perfect-script-right,
  .iphone-content-here-inner-left,
  .iphone-content-here-inner-rght,
  .front-end-left,
  .front-end-right {
    width: 100%;
  }
  .banner-right{
    border-bottom: 1px solid #ddd;
  }
  .banner-left{
    padding-bottom: 0;
  }
  .banner-right,
  .front-end-left {
    margin-bottom: 30px;
    text-align: center;
  }
  .iphone-content-here-inner-rght {
    margin-bottom: 30px;
  }
  .features-inner ul li{
    width: 50%;
    text-align: center;
  }
  .links-column ul li {
    width: 33.33%;
    padding: 0 6px;
  }
  .inq_form .box-shadow ul li {
    width: 100%;
  }
  .inq_form .box-shadow ul li:first-child {
    margin-bottom: 40px;
  }
  .demo-links-row .links-column ul li {
    width: 33%;
}
}
@media (max-width:630px) {
  .page__content > * {
    padding: 40px 0;
}
.perfect-script{
  padding-bottom: 0;
}
  .banner-left h1 {
    font-size: 29px;
  }
  .banner-left b {
    font-size: 22px;
  }
  .main-title {
    font-size: 25px;
    line-height: normal;
  }
  sub-title {
    font-size: 20px;
  }
  .features-inner ul li,
  .steps-your-product-inner ul li{
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .links-column ul li {
    width: 50%;
  }
  .front-end {
    padding-bottom: 0;
  }
  .inq_form .input-row-flow {
    width: 100%;
  }
  .inq_form .head-style {
    font-size: 26px;
  }
  .demo-links-row .links-column ul li {
    width: 50%;
    padding: 0 5px;
}
.front-end-right h4 {
  font-size: 22px;
  line-height: normal;
}
}
@media (max-width:580px) {
  .iphone-content-here-inner-rght span {
    display: block;
    text-align: center;
    margin: auto;
  }
  .iphone-content-here-inner-rght span:first-child {
    display: none;
  }
  .btn {
    margin: 0 5px 0 0;
    padding: 12px 4%;
    font-size: 15px;
    min-width: auto;
    margin-bottom: 15px;
  }
  .about-section-of .about-section-of-inner>h5 {
    padding: 10px 20px;
    font-size: 19px;
    border-radius: 15px 15px 0 0;
}
}