:root {
    --theme: #00A9AA;
    --theme-dark: #009191;
    --theme-light: #eafffb;
}
li,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    margin: 0;
    padding: 0;
}
p {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: justify
}
p:last-child {
    margin-bottom: 0;
}
.button-block.center {
    text-align: center;
}
.heading-area {
    margin: 0 0 10px 0;
    width: 100%;
}
.heading-area.center>* {
    text-align: center;
    display: block;
    width: 100%;
}
.heading-area.white>* {
    color: #fff;
}
.heading-area>p {
    margin: 5px 0 0 0;
}
.main-title {
    color: #000;
    font-size: 40px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
    display: block;
    font-weight: bold;
    margin-top: -8px;
}
a:hover,
a:visited,
a:active,
a,
a:focus {
    text-decoration: none;
}
img {
    max-width: 100%;
}
main {
    max-width: 1920px;
    margin: 80px auto 0 auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
main>* {
    padding: 40px 0;
}
.btn__div {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    width: 100%;
}
.sub-title {
    color: var(--theme);
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
}
.common-btn {
    font-size: 20px;
    line-height: 1em;
    background-color: var(--theme);
    font-weight: 600;
    color: #ffffff;
    padding: 15px 15px 17px 15px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    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-transform: capitalize;
    cursor: pointer;
}
.common-btn:hover,
.common-btn:focus {
    background-color: var(--theme-dark);
    color: #fff;
}
/* ======================================== */
.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;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    line-height: 43px;
    margin: 0 0 5px;
}
.banner-right b {
    margin: 0 0 10px;
    font-size: 24px;
    color: var(--theme);
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    line-height: 1em;
    display: block;
    text-transform: uppercase;
}
.banner-right {
    width: 48%;
}
.banner-left {
    width: 50%;
    text-align: center;
}
.banner-right strong {
    display: block;
    font-size: 17px;
    margin: 0 0 15px;
    color: #000;
}
/* ------------------------------------------------------------- */
.about-application {
    background: var(--theme-light);
}
.about-application-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
/* ------------------------------------------------------------- */
.features-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
}
.features ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.features ul li {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.features ul li i {
    margin: 0 0 15px;
    font-size: 55px;
    display: block;
    color: #000;
}
/* ------------------------------------------------------------- */
.script {
    background: var(--theme-light);
}
.script-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
.script-left {
    width: 50%;
}
.script-left ul li {
    font-size: 16px;
    text-align: justify;
    color: #000;
    line-height: 24px;
    position: relative;
    font-weight: 400;
    padding-left: 20px;
}
.script-left ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    background: var(--theme);
}
.script-right {
    width: 41%;
}
/********************************/
.business-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
}
.business-inner ul li {
    margin: 0 0 8px;
    padding: 0 0 0 18px;
    font-size: 16px;
    color: #000;
    line-height: 23px;
    position: relative;
    text-align: justify;
}
.business-inner ul li:last-child {
    margin-bottom: 0;
}
.business-inner ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: var(--theme);
}
/******************/
.make {
    background: #f8f8f8;
}
.make-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.make-inner-left {
    width: 50%;
}
.make-inner-rght {
    width: 48%;
}
/* ====================================== */
ul.reviews-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
ul.reviews-list li a {
    display: block;
    background-color: #fff;
    position: relative;
    border-radius: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
    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;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 4px solid #fff;
}
ul.reviews-list li:not(:last-child) a::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 71%;
}
ul.reviews-list li:not(:last-child) a img {
    max-width: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
ul.reviews-list li a::after {
    content: '';
    background-image: url(../svg/play-video-48.svg);
    position: absolute;
    right: 10px;
    top: 10px;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-color: var(--theme);
    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgb(0, 0, 0, 0.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
ul.reviews-list 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;
    text-align: center;
    background-color: var(--theme);
    color: #fff;
    padding: 15px;
}
ul.reviews-list li.morereview a:hover {
    background-color: var(--theme-dark);
}
ul.reviews-list 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;
}
ul.reviews-list 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 !important;
    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;
}
.review-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1310px;
}
.review-inner .heading-area {
    text-align: center;
    width: 100%;
}
.all-reviews {
    padding: 20px 50px;
    background-color: var(--theme);
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    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: 50px;
    margin: 15px auto 0px;
    font-size: 30px;
}
.all-reviews:hover {
    background-color: #309500;
    color: #fff;
}
/* ================================== */
.inq_form {
    width: 100%;
    display: block;
    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: #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;
    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;
}
/*********************/
.golive-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.golive .heading-area .subtitle {
    display: block;
    font-size: 22px;
    color: #000;
    margin-top: 5px;
}
/*********************/
.front-end {
    background: var(--theme-light);
}
.front-end-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1310px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.front-end-left {
    width: 42%;
}
.front-end-right {
    width: 56%;
}
.front-end-right b {
    margin: 0 0 15px;
    font-size: 24px;
    color: #000;
    font-family: 'Exo 2';
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    line-height: 1em;
}
.webscreens-btn {
    background-color: var(--theme);
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 4.5% 15px 4.5%;
    font-weight: 600;
    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;
    display: inline-block;
    margin: 5px 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
}
.webscreens-btn:hover {
    background-color: var(--theme-dark);
    color: #fff;
}
/* -------------------------------------------- */
.demolinks {
    background-color: var(--theme);
}
.demolinks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}
.demolinks ul {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    gap: 10px;
    max-width: 890px;
    margin: 0 auto;
}
.demolinks ul li a {
    display: block;
    position: relative;
}
.demolinks ul li a img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
}
.demolinks ul li a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 32.76%
}
@media (max-width:1250px) {
    .webscreens-btn {
        font-size: 16px;
    }
}
@media (max-width:1199px) {
    .banner-right h1 {
        font-size: 39px;
        line-height: 1em;
    }
    ul.reviews-list li.morereview a {
        font-size: 2.5vw;
        line-height: 3vw;
    }
    .banner-right b {
        font-size: 20px;
        line-height: 1em;
    }
    .features ul {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width:991px) {
    .banner-right h1 {
        font-size: 35px;
    }
    .banner-right {
        width: 100%;
    }
    .banner-left {
        width: 100%;
        margin: 0 0 25px;
    }
    .banner-inner {
        flex-direction: column-reverse;
    }
    .main-title {
        font-size: 35px;
    }
    .sub-title {
        font-size: 23px;
    }
    .features ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .script-left {
        width: 100%;
    }
    .script-right {
        width: 100%;
        text-align: center;
        margin: 0 0 25px;
    }
    .script-inner {
        flex-direction: column-reverse;
    }
    .make-inner {
        flex-direction: column;
        row-gap: 25px;
    }
    .make-inner-left {
        width: 100%;
    }
    .make-inner-rght {
        width: 100%;
        text-align: center;
    }
    .front-end-left {
        width: 100%;
        text-align: center;
        margin: 0 0 25px;
    }
    .front-end-right {
        width: 100%;
    }
    ul.reviews-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .golive-inner {
        display: flex;
        flex-direction: column-reverse;
    }
    .golive-right {
        text-align: center;
    }
    .about-application-inner {
        display: flex;
        flex-direction: column;
    }
    .about-application-left {
        text-align: center;
    }
}
@media (max-width:630px) {
    .banner-right h1 {
        font-size: 28px;
    }
    .main-title {
        font-size: 26px;
    }
    .sub-title {
        font-size: 18px;
    }
    .features ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .demolinks ul {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
    }
    .front-end-right b {
        font-size: 22px;
        margin: 0 0 10px;
    }
    .front-end-left {
        margin: 0 0 15px;
    }
    ul.reviews-list {
        grid-template-columns: repeat(2, 1fr);
    }
    ul.reviews-list li a {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
    ul.reviews-list li a::after {
        width: 36px;
        height: 36px;
        background-size: 30px;
    }
    ul.reviews-list li.morereview a {
        font-size: 4.5vw;
        line-height: 5.2vw;
    }
    ul.reviews-list 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;
    }
    ul.reviews-list 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;
    }
}