
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::after,
*::before{
    box-sizing: border-box;
}
p {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 22px;
    font-size: 16px;
    color: #000;
    text-align: justify;
}
p:last-child {
    margin-bottom: 0;
}
.heading-area {
  width: 100%;
  display: block;
  margin: 0 0 15px 0;
}
.main-title {
  color: #000;
  font-size: 37.08px;
  font-weight: 700;
  line-height: 1.1em;
  font-weight: bold;
  text-transform: capitalize;
  margin-top: -8px;
}
.heading-area.white > *{
    color: #fff;
}
.heading-area.center>*{
    text-align: center;
}
.heading-area p{
    margin: 5px 0 0 0;
}
img{
    max-width: 100%;
}
main{
    margin-top: 80px;
}
/* --------------------- */
.section-common-content{
    padding: 40px 0;
}
.section-common-content-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.realclient-testimonial-left img {
    width: 100%;
    vertical-align: top;
}
.realclient-testimonial-img {
    position: relative;
    margin-bottom: 15px;
    outline: none;
    cursor: pointer;
}
.revies-button-block {
    text-align: center;
}
.video-capt {
    color: #ff6e00;
    line-height: normal;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    font-weight: normal;
    margin-top: 5px;
}
.square-reviews-box .video-capt {
    text-align: left;
}
.video-capt span {
    display: block;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.testimonial-prev-arr {
    width: auto !important;
    position: absolute;
    bottom: -30px;
    right: 35px;
}
.testimonial-next-arr {
    width: auto !important;
    position: absolute;
    bottom: -30px;
    right: 0px;
}
.realclient-testimonial-slider {
    display: block;
}
.realclient-testimonial-slider ul li {
    float: left;
    width: 45%;
    margin-right: 20px;
    list-style-type: none;
}
.realclient-testimonial-img {
    margin-bottom: 10px;
}
.realclient-testimonial-img img {
    width: 100%;
}
.realclient-testimonial-name {
    text-transform: uppercase;
    font-size: 16px;
}
.all-reviews {
    box-shadow: 0 0 0 2px #ff6e00 inset;
    border-radius: 55px;
    padding: 16px 47px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #ff6e00;
    display: inline-block;
    font-weight: bold;
    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;
    max-width: 430px;
    line-height: 24px;
}
.all-reviews:hover {
    background-color: #FF6E00;
    color: #fff;
}
.realclient-testimonial-left .more-reviews {
    text-align: center;
    clear: both;
}
.realclient-testimonial-left .view-more-area,
.home-new-version .myproduct-cnt .view-more-area {
    background: #44ac00;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    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;
}
.realclient-testimonial-left .view-more-area:hover,
.home-new-version .myproduct-cnt .view-more-area:hover {
    background: #FF6E00;
}
.real-clients-section .slick-dots li {
    display: inline-block;
    margin: 0 8px;
    width: auto;
}
.real-clients-section .slick-dots li button {
    font-size: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #8ba6b1;
    background-color: transparent;
    outline: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
}
.real-clients-section .slick-dots li.slick-active button {
    background-color: #fc4d00;
    border-color: transparent
}
.real-clients-section ul.slick-dots {
    text-align: center;
}
.realclient-testimonial-left {
    position: relative;
}
.realclient-testimonial-left .clientvideos {
    display: inline-block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.realclient-testimonial-right {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.realclient-testimonial-right .p-lr {
    padding: 0px 7.5px;
}
.realclient-testimonial-left .clientvideos:after {
    content: '';
    background-image: url(../svg/play-button-org-3.svg);
    width: 37px;
    height: 37px;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 10px;
}
.realclient-testimonial-right .clientvideos {
    margin-bottom: 15px;
}
.flex-flow-reviews {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.square-reviews-box {
    position: relative;
    text-align: center;
}
.square-reviews-box a {
    width: 100%;
    position: relative;
    display: inline-block;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    vertical-align: top;
}
.mt-3 {
    margin-top: 30px;
}
.square-reviews-box a img {
    width: 100%;
    vertical-align: top;
}
.square-reviews-box ._VIDEO_::after {
    content: '';
    background-image: url(../svg/play-button-org-3.svg);
    width: 37px;
    height: 37px;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 10px;
}
a.common-btn {
    background-color: #FF6E00;
    border-radius: 5px;
    padding: 0 20px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    border: 2px solid #FF6E00;
    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;
}
a.common-btn:hover {
    background-color: transparent;
    color: #FF6E00;
}
.reviews-box {
    display: block;
    cursor: pointer;
    background-color: #FF6E00;
    position: relative;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    position: relative;
    border-radius: 8px;
    text-align: center;
    height: calc(100% - 41px);
}
.reviews-box span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    font-weight: 700;
    font-size: 18px;
}
.reviews-box:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -ms-border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
}
.reviews-box:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background-image: none;
    background-color: transparent!important;
    box-shadow: none;
    border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -ms-border-radius: 0 0 10px 0;
    -o-border-radius: 0 0 10px 0;
}
.reviews-box:hover{
    background-color: #000;
}
/* --------------------- */
ul.genlisting li {
    font-size: 16px;
    color: #000;
    list-style: none;
    padding-left: 32px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
}
ul.genlisting li:last-child {
    margin-bottom: 0;
}
ul.genlisting {
    margin: 0px 0 10px 0;
}
ul.genlisting li:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../png/check-7.png);
    left: 0;
    top: 0;
}
ul.genlisting strong {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    color: #000;
}
/* ------------------------------------------ */
.statistics {
    padding: 0 15px 40px 15px;
}
.statistics-inner {
    max-width: 1310px;
    padding: 40px 30px;
    margin: 0 auto;
    background-color: #000;
    border-radius: 32px;
}
.statistics-list{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    margin-top: 15px;
}
.statistics-list li{
    text-align: center;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #F2F2F2;
    padding: 0 15px;
}
.statistics-list li:first-child{
    padding-left: 0;
}
.statistics-list li:last-child{
    border: 0;
    padding-right: 0;
}
.statistics-txt{
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    font-family: 'Exo 2';
    font-weight: 700;
    line-height: 1em;
}
ul.statistics-list li span {
    margin-top: 10px;
    font-size: 16px;
    color: #f0ecec;
    display: block;
    font-family: 'Exo 2';
    font-weight: 500;
}
/* ------------------------------------------ */
.our-products-section {
    padding: 40px 0 40px 0;
    background-color: #f8f8f8;
}
.our-products-section-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.our-products-section ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.our-products-section ul li{
    background-color: #fff;
}
.our-products-section ul li i {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
}
.our-products-section ul li img {
    width: 52px;
    height: 52px;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}
.our-products-section ul li a {
    display: block;
    padding: 20px;
    text-align: center;
    min-height: 100%;
    position: relative;
}
.our-products-section ul li b {
    font-size: 18px;
    color: #000;
    font-family: 'Exo 2',sans-serif;
    font-weight: 700;
    margin-top: 15px;
    line-height: 1em;
    display: block;
}
/* ------------------------------------------ */
.launching{
    padding: 40px 0;
}
.launching-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.launching-left {
    width: 63%;
}
.launching-right{
    width: 36%;
}
/* ------------------------------------------ */
@media (max-width:1024px) {
    .flex-flow-reviews {
        gap: 15px;
    }
       .reviews-box span {
        font-size: 1.3vw;
    }
}
@media screen and (max-width:991px) {
    h1.page-heading {
    font-size: 35px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
    .realclient-testimonial-left {
        width: 100%;
        text-align: center;
    }
    .realclient-testimonial-right {
        width: 100%;
    }
    .flex-flow-reviews {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .our-products-section ul {
        grid-template-columns: repeat(4, 1fr);
    }
    .launching-inner {
        display: flex;
        flex-direction: column;
    }
    .launching-left{
        width: 100%;
        order: 3;
    }
    .launching-right{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        order: 2;
    }
    .main-title {
        font-size: 30px;
    }
    .statistics-txt {
        font-size: 30px;
    }
    .reviews-box {
        height: calc(100% - 25px);
    }
    .reviews-box span {
        font-size: 3vw;
        padding: 10px;
    }
}
@media screen and (max-width:767px) {
    .video-capt {
        font-size: 14px;
        text-align: left;
    }
    .our-products-section ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .statistics-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .launching-left,
    .launching-right{
        width: 100%;
    }
    .main-title {
        font-size: 25.08px;
        line-height: 1em;
    }
    .our-products-section ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .statistics-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .statistics-list li{
        border: 0;
        padding: 0;
    }
    .statistics-inner {
        padding: 40px 15px;
        border-radius: 22px;
    }
    .statistics-txt {
        font-size: 30px;
    }
    h1.page-heading {
        font-size: 25px;
    }
    .our-products-section ul li a {
        padding: 12px;
    }
    .our-products-section ul li i {
        width: 60px;
        height: 60px;
    }
    .our-products-section ul li img {
        width: 40px;
        height: 40px;
    }
    .our-products-section ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
     .our-products-section ul li:last-child{
        grid-column: span 2;
     }
     .our-products-section ul li b {
        font-size: 16px;
        margin-top: 10px;
    }
    .reviews-box span {
        font-size: 4vw;
    }
}
@media screen and (max-width:480px) {
    .realclient-testimonial-right {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width:360px) {
    .statistics-txt {
    font-size: 24px;
}
}