* {
  margin: 0;
  padding: 0;
  font-family: 'Exo 2';
  box-sizing: border-box;
}
*::before {
  box-sizing: border-box;
}
p {
  font-size: 16px;
  line-height: 23px;
  color: #000;
  text-align: justify;
  margin: 0 0 15px 0;
}
p:last-child {
  margin-bottom: 0;
}
.heading-area {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
}
.main-title {
  font-size: 33px;
  color: #e69c24;
  position: relative;
  font-family: 'Exo 2';
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.main-title:before {
  content: '';
  width: 32px;
  height: 3px;
  background: #e69c24;
  margin: 0px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -16px;
}
.sub-title {
  width: 100%;
  color: #000000;
  font-size: 26px;
  font-weight: bold;
  display: block;
  line-height: 1em;
  text-transform: capitalize;
}
.heading-area.center {
  text-align: center;
}
.heading-area.center>* {
  display: block;
  text-align: center;
}
.heading-area.white>* {
  color: #fff;
}
main {
  max-width: 1920px;
  margin: 80px auto 0 auto;
}
main>* {
  padding: 45px 0;
}
ul,
li,
ol {
  list-style: none;
}
img {
  max-width: 100%;
}
/* ======================================================= */
.banner {
  padding-bottom: 0;
}
.banner-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner h1 {
  margin: 0 0 10px;
  font-size: 34px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.banner h1 span {
  display: block;
  font-size: 50px;
  color: #f09817;
  line-height: 50px;
}
.banner-left {
  width: 50%;
  padding-bottom: 30px;
}
.banner-right {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.banner-right img {
  vertical-align: top;
}
.demo-video {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.demo-video a {
  background: #f09817;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 20px;
  width: auto;
  text-transform: uppercase;
  margin: 0 15px 15px 0;
  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;
}
.demo-video a:hover {
  background: #ca7e0c;
}
.demo-video a img {
  width: 21px;
  vertical-align: middle;
}
.blink {
  animation: blink 2s infinite;
  -webkit-animation: blink 2s infinite;
}
.demo-video a .blink {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: -4px 0 0 5px;
}
.demo-video a .blink img {
  display: inline-block;
  vertical-align: middle;
}
@keyframes blink {
  30% {
    opacity: 0
  }
}
.features {
  background-color: #eeeeee;
}
.features-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1335px;
}
.features-inner ul.features-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 25px 0 25px 0;
}
.features-inner ul.features-list li {
  padding: 20px;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}
.features-inner ul.features-list li .icon {
  background-color: #fff1e7;
  margin: -20px -20px 20px -20px;
  padding: 15px;
  text-align: center;
}
.features-inner ul.features-list li .icon img {
  height: 200px;
}
.fetures-list-row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.fetures-list-row li{
  position: relative;
}
.fetures-list-row li:last-child {
  grid-column: 1/4;
}
.fetures-list-row li div.fet-caption {
  display: flex;
  font-size: 15px;
  padding: 17px 10px;
  min-height: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  outline: 1px solid transparent;
  align-items: flex-start;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.fetures-list-row li div.fet-caption:hover {
  background-color: #fff;
  outline: 1px solid #ddd;
}
.fetures-list-row li div.fet-caption .icon {
  border-radius: 50%;
  text-align: center;
  width: 76px;
  height: 76px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.addon-data {
  width: calc(100% - 90px);
  width: -o-calc(100% - 90px);
  width: -ms-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
}
.fetures-list-row li div.fet-caption strong img {
  width: 21px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
.fetures-list-row li div.fet-caption strong {
  font-size: 19px;
  color: #e69c24;
  display: block;
  margin: 0 0 5px 0;
}
.fetures-list-row li .sep {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -12px;
  top: -10px;
}
.fetures-list-row li .sep:after {
  position: absolute;
  content: '';
  width: 21px;
  background-color: #c1c1c1;
  left: -10px;
  top: 0;
  height: 1px;
}
.fetures-list-row li .sep:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 61px;
  background-color: #c1c1c1;
  left: 0;
  top: -30px;
}
.about-inner{
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
.about-inner ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #000;
  line-height: 23px;
  position: relative;
  margin: 0 0 5px 0;
}
.about-inner ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  top: 8px;
  background: #e69c24;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
}
@media (max-width:1199px) {
  .banner-inner{
    flex-direction: column-reverse;
  }
  .banner-left{
    width: 100%;
  }
  .banner-right{
    width: 100%;
    justify-content: center;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #ddd;
  }
  .fetures-list-row {
    grid-template-columns: repeat(2, 1fr);
}
.fetures-list-row li:last-child {
  grid-column: 1/3;
}
}
@media (max-width:991px) {
  .banner h1 {
    font-size: 24px;
}
.banner h1 span {
  font-size: 40px;
  line-height: 1em;
}
.features-inner ul.features-list {
  grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width:630px) {
  main > *{
    padding: 40px 0;
  }
  p{
    font-size: 15px;
    margin: 0 0 10px 0;
  }
  p:last-child{
    margin-bottom: 0;
  }
  .main-title {
    font-size: 26px;
}
  .banner h1 span {
    font-size: 30px;
}
.banner h1 {
  font-size: 20px;
}
  .features-inner ul.features-list {
    grid-template-columns: 1fr;
  }
  .fetures-list-row {
    grid-template-columns: 1fr;
}
.fetures-list-row li:last-child {
  grid-column: auto;
}
.fetures-list-row li div.fet-caption strong {
  font-size: 17px;
}
.fetures-list-row li .sep{
  display: none;
}
.fetures-list-row li div.fet-caption .icon {
  width: 66px;
  height: 66px;
}
.addon-data {
  width: calc(100% - 75px);
  width: -o-calc(100% - 75px);
  width: -ms-calc(100% - 75px);
  width: -moz-calc(100% - 75px);
  width: -webkit-calc(100% - 75px);
}
.sub-title {
  font-size: 22px;
}
}