* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before,*
::after{
  box-sizing: border-box;
}
li {
  display: block;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
  font-family: 'Exo 2';
}
img {
  max-width: 100%;
}
p {
  font-size: 16px;
  line-height: 23px;
  color: #000;
  margin-bottom: 10px;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}
a:hover,
a:visited,
a:active,
a:focus,
a {
  text-decoration: none
}
.heading-area {
  display: block;
  margin: 0 0 15px 0;
  width: 100%;
}
.heading-area.white>* {
  color: #fff;
}
.heading-area.center>* {
  text-align: center;
}
.heading-area.center> img{
  display: block;
  margin:  auto;
}
.main-title {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  margin-top: -8px;
  line-height: 1em;
}
.heading-area p {
  margin: 5px 0 0 0;
}
main {
  max-width: 1920px;
  margin: 80px auto 0 auto;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
main>* {
  padding: 45px 0;
}
main > section:nth-child(even){
      background: #FFF8F8;
}
/***************************top part******************************/

.banner-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.banner-right h1 {
  font-size: 43px;
  text-transform: uppercase;
  color: #ff6c6c;
  margin: 0 0 5px 0;
  font-weight: bold;
}
.banner-right b {
  margin: 0 0 10px;
  font-size: 26px;
  color: #000;
  font-weight: 600;
  line-height: 1em;
  display: block;
}
.banner-right {
  width: 49%;
}
.banner-left {
  width: 50%;
}
.btn__div{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  grid-gap: 15px;
}
.banner a {
  background-color: #ff6c6c;
  font-size: 18px;
  text-transform: initial;
  font-weight: 600;
  padding: 10px 15px 13px 15px;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.banner a:hover,
.banner a:focus {
  background-color: #b83838;
}
/************premium-features**********/
.perfect-script{
  padding-bottom: 0;
}
.perfect-script-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.perfect-script-left {
  width: 50%;
  padding-bottom: 40px;
}
.perfect-script-left ul li {
  position: relative;
  font-size: 16px;
  color: #000;
  padding-left: 18px;
  margin-bottom: 2px;
  position: relative;
  line-height: 23px;
}
.perfect-script-left ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ff6c6c;
}
.perfect-script-right {
  width: 50%;
}
.perfect-script-right img{
    vertical-align: top;
}
/******************/
.green-part-inner {
  padding: 0px 10px;
  max-width: 1310px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.green-part-inner ul li {
  padding: 0 0 0 20px;
  margin: 0 0 5px 0;
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 23px;
  position: relative;
  flex-direction: column;
  display: flex;
}
.green-part-inner ul li:last-child {
  margin-bottom: 0;
}
.green-part-inner ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ff6c6c;
}
/******************/
.development-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.development-inner .development-left {
  width: 53%;
}
.development-inner .development-left p b {
  margin: 0 0 15px;
  font-size: 25px;
  color: #000;
  font-weight: 600;
  line-height: 1.3em;
  display: block;
}
.development-inner .development-rght {
   width: 46%;
}
.development-inner .development-left ul li {
  font-size: 16px;
  color: #000;
  padding-left: 22px;
  margin-bottom: 2px;
  position: relative;
  line-height: 23px;
}
.development-inner .development-left ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ff6c6c;
}
/******************/
.torn-pricing:after {
  content: '';
  position: absolute;
  top: 100%;
  width: auto;
  height: 60px;
  background-image: url(../index-49.html);
  left: 14px;
  right: 0;
  background-size: 39%;
  background-repeat: repeat-x;
  z-index: 1;
  margin-top: -2px;
  pointer-events: none;
}
.btn {
  margin: 0 10px;
  padding: 12px 0;
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  background: #ff6c6c;
  border-radius: 5px;
  font-weight: 700;
  min-width: 210px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.btn:hover,
.btn:focus {
  background: #b83838;
  color: #fff;
}
/***********************demolinks stylesheet**********************/
main > section.demolinks {
  background-color: #ff6c6c;
}
.demolinks .demolinks-inner {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
.live-demo-row-flow {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
  gap: 10px;
  margin: 0 auto 0 auto;
  max-width: 1190px;
}
.live-demo-row-flow li a {
  position: relative;
  display: block;
}
.live-demo-row-flow li a::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 32.5%;
}
.live-demo-row-flow li a img {
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: top;
}

/**************************************/
.core-features-inner{
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}
.core-features ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #ddd;
  gap: 1px;
  border: 1px solid #ddd;
}
.core-features ul li{
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.core-features ul li p{
  text-align: center;
}
.core-features ul i{
  display: block;
  margin:  0 0 10px 0;
  font-size: 40px;
  color: #ff6c6c;
}
.core-features ul i img{
  width: 60px;
  height: 60px;
  display: inline-block;
  font-size: 0;
}
.core-features ul strong{
  font-size: 20px;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  display: block;
  margin: 0 0 10px 0 ;
}
/* ========================================= */

.front-end-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.front-end-left {
  width: 41%;
}
.front-end-right {
  width: 56%;
}
.front-end-right a {
  display: inline-block;
  padding: 11px 30px 13px 30px;
  background-color: #ff6c6c;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.front-end-right a:hover {
  background-color: #b83838;
}
/* ============================= */
main > section.about-section-of {
  width: 100%;
  padding-bottom: 0;
  padding-top: 0;
  background-color: #fff;
}

.about-section-of-inner {
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}

.about-section-of h5 {
    padding: 20px;
    font-size: 25px;
    font-family: 'Exo 2';
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #ff6c6c;
    display: inline-block;
    border-radius: 25px 25px 0 0;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
.about-section-of 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 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: 20px;
  line-height: 1em;
  text-transform: unset;
  font-weight: 600;
  margin: 0 0 5px 0;
  position: relative;
}
.about-section-of h4 {
  font-size: 25px;
  color: #000;
  line-height: 1em;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0 0 15px 0;

}

.box-rows ul {
  list-style: none;
  padding-left: 15px;
}

.box-rows ul li {
  margin-bottom: 14px;
  font-size: 15px;
  color: #666;
  padding: 0 0 0 18px;
  font-weight: 500;
  position: relative;
}

.box-rows ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #ff6c6c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.sub-boxess{
  margin: 0 0 15px;
}
.sub-boxess {
  padding-left: 20px;
}

.sub-boxess h6:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ff6c6c;
  border-radius: 50%;
  left: -22px;
  top: 10px;
}
/* ========================================= */
.inq_form {
  width: 100%;
  display: block;
  position: relative;
  padding: 20px 0 30px;
  z-index: 0;
  float: left;
}
.inq_form form input[type=submit] {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px 10px 20px;
  background-color: #ff6c6c;
  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: #b83838;
}
.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: #f76a00;
  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;
  row-gap: 30px;
}
.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 screen and (min-width:1024px) and (max-width:1169px) {
  .inq_form .box-shadow ul li {
      width: 100%;
  }
  .banner {
      padding: 50px 0 50px 0;
  }
  .main-title {
      font-size: 30px;
  }
}
@media (max-width:991px) {
  .banner-inner {
      flex-direction: column-reverse;
  }
  .banner-left {
      margin-bottom: 20px;
  }

  .banner-right,
  .banner-left {
      width: 100%;
  }
  .core-features ul {
    grid-template-columns: repeat(2, 1fr);
}
.front-end-left{
  width: 100%;
  text-align: center;
  margin: 0 0 25px 0;
}
  .front-end-right{
    width: 100%;
  }
  .front-end-right a {
    padding: 11px 15px;
    font-size: 16px;
}
  .perfect-script-left,
  .perfect-script-right,
  .development-inner .development-left,
  .development-inner .development-rght {
      width: 100%;
  }
  .perfect-script-left{
      order: 3;
  }
  .perfect-script-right{
      order: 2;
      border-bottom: 1px solid #ddd;
  }
  .perfect-script-right,
  .development-inner .development-rght {
      margin-bottom: 30px;
  }
  .development-rght{
    text-align: center;
  }
  .development-inner{
      flex-direction: column-reverse;
  }
  .about-section-of h5 {
    padding: 12px;
    font-size: 18px;
    background-color: #ff6c6c;
    border-radius: 8px 9px 0 0;
}
}
@media (max-width:630px) {
  main>* {
      padding: 40px 0;
  }
  .perfect-script-right{
      margin-bottom: 15px;
  }
  .live-demo-row-flow {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    gap: 10px;
}
/* ----------------------------------- */
  .core-features ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .main-title {
      margin-top: -4px;
      font-size: 25px;
  }
  .development-inner .development-left p b {
      font-size: 20px;
  }
  .inq_form .head-style {
      font-size: 7vw;
  }
  .banner-right h1 {
      font-size: 30px;
  }
  .banner-right b {
      font-size: 23px;
  }

}