* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::after,
*::before {
    box-sizing: border-box;
}
@keyframes pulse-me {
    0% {
        transform: scale(.9);
        opacity: .2;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }
    50% {
        opacity: .5
    }
    70% {
        opacity: .09
    }
    100% {
        transform: scale(2.1);
        opacity: 0;
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -ms-transform: scale(2.1);
        -o-transform: scale(2.1)
    }
}
img {
    vertical-align: top;
    max-width: 100%;
}
p {
    line-height: 23px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Exo 2';
    margin-bottom: 15px;
    text-align: justify;
}
p:last-child {
    margin-bottom: 0;
}
li {
    list-style: none;
}
.play-anim-ico {
    background-image: url(play-video-17.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    right: 50px;
    top: 50px;
    z-index: 111;
}
.play-anim-ico:after {
    position: absolute;
    width: 34px;
    height: 34px;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #fff;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
.company-logo {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
img {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
main {
    margin: 80px auto 0 auto;
}
main>* {
    padding: 45px 0;
}
.heading-area {
    margin-bottom: 15px;
    width: 100%;
    display: block;
}
.sub-title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1em;
    color: #76bf92;
    font-weight: 600;
    display: block;
}
.main-title,
.head-style {
    font-size: 35px;
    font-weight: bold;
    margin: -6px 0 0 0;
    color: #000;
    text-transform: uppercase;
    line-height: 1em;
}
.heading-area.center>* {
    display: block;
    text-align: center;
}
.heading-area.white>* {
    color: #fff;
}
.heading-area>p {
    margin: 5px 0 0 0;
}
.button-part {
    display: flex;
    grid-gap: 10px;
    width: 100%;
    text-align: left;
    flex-wrap: wrap;
}
.button-part.center {
    justify-content: center;
}
.button-part a {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px 13px 16px;
    width: auto;
    min-height: auto;
    line-height: 24px;
    background-color: #76bf92;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.button-part a:hover {
    background-color: #599e74;
    color: #fff;
}
.banner {
    background-image: -webkit-linear-gradient( 60deg, #d4e9dd 0%, rgb(255,255,255) 100%);
    background-image: -moz-linear-gradient( 60deg, #d4e9dd 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 60deg, #d4e9dd 0%, rgb(255,255,255) 100%);
    background-image: -o-linear-gradient( 60deg, #d4e9dd 0%, rgb(255,255,255) 100%);
    background-image: linear-gradient( 60deg, #d4e9dd 0%, rgb(255,255,255) 100%);
}
.banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner-right {
    width: 57%;
}
.banner-left {
    width: 42%;
}
.banner .h1 {
    font-size: 45px;
    line-height: 1em;
    font-weight: bold;
    color: #76bf92;
    text-transform: uppercase;
    display: block;
    margin-bottom: 9px;
}
.banner b {
    font-size: 28px;
    line-height: 1em;
    margin: 0 0 10px 0;
    display: block;
    color: #000;
    text-transform: capitalize;
}
.features-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.features ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
}
.features ul li {
    width: 33.333%;
    text-align: center;
    padding: 0 10px;
    row-gap: 20px;
}
.fet-caption {
    padding: 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    min-height: 100%;
    position: relative;
    overflow: hidden;
    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;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.fet-caption:hover::after {
    content: '';
    position: absolute;
    bottom: 0px;
    background-color: #76bf92;
    height: 3px;
    width: 100%;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
}
.features ul li i {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #76bf92;
    font-size: 45px;
}
.features ul li strong {
    display: block;
    font-size: 20px;
    line-height: 1em;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
}
.fet-caption p{
    text-align: center;
}
/**************************************/
.provide {
    background: #f8f8f8;
}
.provide-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
.provide-left {
    width: 51%;
}
.provide-right {
    width: 38.2%;
}
.howitworks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.howitworks ul li {
    line-height: 23px;
    color: #000;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    text-align: justify;
    font-size: 16px;
}
.howitworks ul li:last-child {
    margin-bottom: 0;
}
.howitworks ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #76bf92;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
.howitworks ul li strong{
    text-transform: capitalize;
}
.screens {
    background-color: #f8f8f8;
}
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 15px 0;
    gap: 15px;
}
.TABROW .TAB {
    min-width: 197px;
    height: 50px;
    padding: 15px 15px;
    font-weight: 600;
    display: inline-flex;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    box-shadow: 0 0 0 1px #d8d8d8 inset;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.TABROW .TAB.active {
    background-color: #76bf92;
    color: #fff;
    box-shadow: none;
}
.screens ul {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    margin: 0 0 15px 0;
}
.screens ul.active {
    display: flex;
}
.screens ul li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}
.screens ul li img {
    max-width: 100%;
    outline: 1px solid #ddd;
}
.screens .button-part a {
    font-size: 22px;
    background-color: #76bf92;
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 17px 40px;
    min-width: 264px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
}
.screens .button-part a:hover {
    background-color: #599e74;
}
.demolinks {
    background: #76bf92;
}
.demolinks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.demo-links-row {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    gap: 10px;
    max-width: 920px;
    margin: auto;
}
.demo-links-row li {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    bottom: 0;
    width: 100%;
}
.demo-links-row li:last-child {
    margin-bottom: 0;
}
.demo-links-row li a {
    display: block;
    position: relative;
    width: 100%;
}
.demo-links-row li a img {
    position: absolute;
    left: 0;
    top: 0;
}
.demo-links-row li a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 34.34%
}
.demo-links-row li:hover {
    bottom: 5px;
}
.front-end {
    background-color: #f8f8f8;
}
.front-end-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.front-end-left {
   width: 49%;
}
.front-end-right {
    width: 49%;
}
.pricing {
    position: relative;
}
.pricing-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.pricing .get-quote {
    font-size: 22px;
    background-color: #76bf92;
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 17px 40px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 30px;
    margin-top: 5.5%;
    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;
}
.pricing .get-quote:hover {
    background-color: #599e74;
}
.torn-pricing {
    position: relative;
}
.torn-pricing:after {
    content: '';
    position: absolute;
    top: 100%;
    width: auto;
    height: 60px;
    left: 14px;
    right: 0;
    background-size: 39%;
    background-repeat: repeat-x;
    z-index: 1;
    margin-top: -1px;
    pointer-events: none;
    background-image: url(torn-paper-10.png);
}
.torn-pricing::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 47%
}
.torn-pricing img{
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: top;
}
.reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.reviews ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
}
.reviews ul li {
    width: 25%;
    padding: 0 10px;
}
.reviews ul li img {
    width: 100%;
    border-radius: 18px;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
.reviews ul li a {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    overflow: hidden;
    background-color: #fff;
    border: 5px solid #fff;
    vertical-align: top;
    width: 100%;
}
.reviews ul li:not(:last-child) a:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 71.08%
}
.reviews ul li a::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    top: 15px;
    right: 15px;
    background-image: url(play-video-theme-4.svg);
    background-repeat: no-repeat;
    background-size: 39px;
    z-index: 1;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
.reviews ul li.morereview a {
    min-height: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #76bf92;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.reviews ul li.morereview a:hover {
    background-color: #599e74;
}
.reviews ul li.morereview a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
}
.reviews ul li.morereview a:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
}
.inq_form {
    background-color: #f8f8f8;
}
.inq_form form input[type=submit] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 13px 30px 13px 30px;
    background-color: #76bf92;
    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;
    cursor: pointer;
    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: #599e74;
}
.inq_form-inner {
    max-width: 1340px;
    padding: 0 15px;
    margin: 0 auto;
}
.inq_form .box-shadow {
    width: 100%;
}
.inq_form .box-shadow ul {
    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: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    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 .g-recaptcha:empty {
    display: none;
}
.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;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
}
.inq_form .text-center {
    text-align: center;
}
.custom-input-button {
    background-color: #76bf92;
    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: #0aa571;
}
.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:1199px) {
    .banner-inner{
        flex-direction: column-reverse;
    }
    .banner .h1 {
        font-size: 40px;
    }
    .banner-left{
        width: 100%;
    }
    .banner-right {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .provide-right {
        width: 47.2%;
    }
    .reviews ul li.morereview a {
        font-size: 2.5vw;
        line-height: 3.2vw;
    }
}
@media (max-width:991px) {
    .main-title {
        font-size: 30px;
    }
    .sub-title {
        font-size: 18px;
    }

    .features ul li {
        width: 50%;
    }
    .provide-inner{
        flex-direction: column-reverse;
    }
    .provide-left {
        width: 100%;
    }
    .provide-right {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .screens ul li {
        width: 50%;
    }
    .front-end-left {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .front-end-right {
        width: 100%;
    }
    .reviews ul li {
        width: 33.33%;
    }
    .inq_form .box-shadow ul li {
        width: 100%;
    }
    .inq_form .heading-area {
        margin-bottom: 15px;
        text-align: left;
        align-items: center;
    }

}
@media (max-width:630px) {
    main > *{
        padding: 40px 0;
    }
    .main-title,
    .head-style
     {
        font-size: 26px;
        margin-top: -4px;
    }
    .sub-title {
        font-size: 16px;
    }
    .banner .h1 {
        font-size: 30px;
    }
    .banner b {
        font-size: 24px;
    }
    .TABROW .TAB {
        padding: 15px 25px;
        height: auto;
        min-width: initial;
    }
    .screens ul li {
        width: 100%;
        padding: 0;
    }
    .features ul li {
        width: 100%;
        padding: 0;
    }
    .screens .button-part a {
        font-size: 16px;
        padding: 10px 15px;
        min-width: inherit;
    }
    .demo-links-row {
		grid-template-columns: 1fr 1fr;
		grid-auto-flow: row;
		gap: 10px;
	}
    .pricing .get-quote {
        font-size: 18px;
        line-height: 1em;
        padding: 12px 15px;
        min-width: inherit;
    }
    .reviews ul li {
        width: 50%;
      }
      .reviews ul li a{
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border: 0;
      }
      .reviews ul li a img{
        border-radius: 8px;
      }
      .reviews ul li.morereview a {
        font-size: 4.1vw;
        line-height: 5.2vw;
      }

      .reviews ul li a::after {
        width: 35px;
        height: 35px;
        background-size: 29px;
        top: 10px;
        right: 5px;
      }
      .reviews ul li.morereview a:before {
        width: 40px;
        height: 40px;
        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 ul li.morereview a:after {
      width: 40px;
      height: 40px;
      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;
      }
    /*****************************************/
    .demo-links-row .links-column {
        width: 50%;
    }
    .demo-links-row .links-column ul {
        margin: 0;
    }
    .demo-links-row .links-column ul li {
        margin: 0 5px;
    }
    .demo-links-row .links-column:last-child {
        width: 100%;
    }
    .demo-links-row .links-column:last-child ul li {
        width: calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -o-calc(50% - 10px);
    }
    /*****************************************/
    .inq_form .box-shadow ul li:last-child {
        padding: 15px;
        box-shadow: none;
    }
    .inq_form-left,
    .inq_form-right {
        flex-direction: column;
    }
    .inq_form .input-row-flow {
        width: 100%;
    }
    .inq_form form input[type=submit] {
        font-size: 18px;
        padding: 10px 15px;
        line-height: 1em;
    }
}