* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::after,
*::before {
    box-sizing: border-box;
}

:root {
    --main-color: #B9439B;
    --hover-color: #780B5C;
    --light-color: #fff7fd;
}

@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)
    }
}

#main {
    float: none;
}

main {
    margin: 80px auto 0 auto;
    max-width: 1920px;
}

main>* {
    padding: 40px 0;
}


a:hover,
a:focus,
a:active,
a:valid,
a {
    text-decoration: none;
}

button {
    outline: none;
    border: none;
}

.enq-popup-button-block {
    text-align: center;
}

* {
    box-sizing: border-box;
}

ul,
li,
ol {
    list-style: none;
    margin: 0;
}

img {
    border: none;
    outline: 0;
    max-width: 100%;
}

.btn__div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 15px;
    margin: 15px 0 0 0;
}

.btn__div.center {
    justify-content: center;
}

.play-anim-ico {
    background-image: url(../index-49.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 25px;
    height: 25px;
    position: relative;
}

.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 #ffffff;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}

.play-anim-ico.theme {
    background-image: url(../index-49.html);
}

.play-anim-ico.theme:after {
    box-shadow: 0 0 0 13px #1D59C4;
}

.common-btn {
    background-color: var(--orange);
    color: var(--white);
    padding: var(--button-padding);
    gap: var(--gap20);
    font-size: var(--f16);
    border-radius: var(--button-radius);
    -webkit-border-radius: var(--button-radius);
    -moz-border-radius: var(--button-radius);
    -ms-border-radius: var(--button-radius);
    -o-border-radius: var(--button-radius);

}
.common-btn {
    background-color: var(--main-color);
    color: #fff;
    padding: 15px 15px;
    gap: 10px;
    font-size: 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 1em;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-family: 'Exo 2';
    letter-spacing: 0.5px;
}
.common-btn:hover{
    background-color: var(--hover-color);
    color: #fff;
}
.common-btn img {
    width: 16px;
    height: 21px;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.blink {
    animation: blink 2s infinite;
    -webkit-animation: blink 2s infinite;
}

.play-anim-ico.blink:after {
    display: none;
}

@keyframes blink {
    30% {
        opacity: 0
    }
}

.common-btn.bg-white {
    background-color: #fff;
    color: var(--button-color);
}

.common-btn.bg-white:hover {
    background-color: var(--hover-color);
    color: #fff;
}

.common-btn small {
    display: block;
    font-size: 12px;
}

.border-btn {
    color: var(--main-color);
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1em;
    font-weight: 600;
    padding: 12px 15px 14px 15px;
    min-height: 50px;
    min-width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    border: 1px solid var(--main-color);
    background: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.border-btn:hover,
.border-btn:focus {
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}

.border-btn img {
    height: 24px;
    vertical-align: middle;
}

.border-btn:hover img {
    filter: brightness(0) invert(1);
}

.white-btn{
    background-color: #fff;
    color: var(--main-color);
}
.white-btn:hover{
    background-color: var(--main-color);
    color: #fff;
}
p strong {
    font-size: 18px;
    color: #000;
    display: block;
    line-height: 1.2em;
}

p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    color: #000;
    font-weight: 400;
    text-align: justify;
}

p:last-child {
    margin-bottom: 0;
}

b {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 12px 0;
}

.d-block {
    display: block;
}

.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: uppercase;
    margin-top: -8px;
}

.sub-title {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    display: block;
    margin: 5px 0 15px 0;
    text-transform: uppercase;
}

.heading-area.center>* {
    text-align: center;
}

.heading-area.white>* {
    color: #fff;
}

.heading-area.white .main-title>* {
    color: #fff;
}
.heading-area > .m-color{
    color: var(--main-color);
}
.heading-area>p {
    margin-top: 5px;
    margin-bottom: 0;
}
.heading-area > .sub-title{
    margin-bottom: 0;
}
.heading-area.center> * {
    display: block;
    text-align: center;
}
.m-color {
    color: var(--main-color);
}

.deskop-none {
    display: none;
}
.m-0{
    margin: 0 !important;
}

.blink {
    animation: blink 2s infinite;
    -webkit-animation: blink 2s infinite;
}

.bn-section .blink {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin: 0 0 0 5px;
}

.bn-section .blink img {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

@keyframes blink {
    30% {
        opacity: 0
    }
}

/* --------------------------------------------------- */
.bn-section {
    background: var(--light-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

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

.bn-left {
    width: 48%;
}

.bn-section h1 {
    font-size: 40px;
    line-height: 1.1em;
    color: var(--main-color);
    margin: 0 0 15px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.bn-section .bn-heading {
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.2em;
    display: block;
    margin: 0 0 15px 0;
}

.bn-section .bn-heading>* {
    display: block;
}

.bn-right {
    width: 48%;
}
/* --------------------------------------------------- */
.fet__list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.fet-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.fet__list i {
    font-size: 50px;
    display: block;
    margin: 0 0 15px 0;
    color: #000;
}
.fet-caption{
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    min-height: 100%;
}
.fet-caption strong{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    display: block;
    margin: 0 0 10px 0;
}
/* --------------------------------------------------- */
.ps-section{
    background-color: #f8f8f8;
}
.ps-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.ps-left{
    width: 48%;
}
.ps-right{
    width: 48%;
}
/* --------------------------------------------------- */
.gp-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.gp__list{
    display: flex;
    flex-direction: column;
}
.gp__list li{
    font-size: 16px;
    text-align: justify;
    color: #000;
    line-height: 23px;
    margin: 0 0 10px 0;
    position: relative;
    padding-left: 23px;
}
.gp__list li::before{
    content: '';
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background-color:var(--main-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
}
.gp__list li:last-child{
    margin-bottom: 0;
}
/* --------------------------------------------------- */
.ip-section{
    background-color: var(--light-color);
}
.ip-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.ip-left{
    width: 58%;
}
.ip-right{
    width: 38%;
}
/* --------------------------------------------------- */
.demolinks{
    background-color: var(--main-color);
}
.demolinks-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.demo-links-row ul {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
	grid-template-rows: 1fr 1fr;
	grid-auto-flow: column;
	gap: 10px;
}
/* --------------------------------------------------- */
.fe-section{
    background-color: var(--light-color);
}
.fe-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.fe-left{
    width: 48%;
}
.fe-left img{
    box-shadow: 0px 15px 20px 0px rgba(2, 12, 79, 0.14);
    -webkit-box-shadow: 0px 15px 20px 0px rgba(2, 12, 79, 0.14);
    border-radius: 6px;
    border: solid 3px #aaa;
    image-rendering: -webkit-optimize-contrast;
}
.fe-right{
    width: 50%;
}
.fe-right strong{
    display: block;
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
    line-height: 1.2em;
    margin: 0 0 15px 0;
}
/* --------------------------------------------------- */
.cft-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.cft__list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.cft__list .innerblock{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background-color: #fff;
    padding: 15px;
    text-align: center;
    min-height: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.cft__list i{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: var(--main-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
    margin: 0 auto 15px auto;
}
.cft__list i img{
    width: 38px;
    height: 38px;
    display: inline-block;
    font-size: 0;
}
.cft__list .innerblock strong{
    font-size: 20px;
    display: block;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}
/* --------------------------------------------------- */
.about-section-of {
    width: 100%;
    padding-bottom: 0;
}

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

.about-section-of h4 {
    padding: 20px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: var(--main-color);
    display: inline-block;
    border-radius: 25px 25px 0 0;
    cursor: pointer;
}
.about-section-of h4: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 h4.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 {
    padding: 40px 0;
    background-color: #f8f8f8;
    display: none;
}

.about-section-of h6 {
    font-size: 23px;
    line-height: 1.2em;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #000;
}

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

.box-rows ul li {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    text-align: justify;
    padding: 0 0 0 18px;
    font-weight: 500;
    position: relative;
}

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

.box-rows h6 {
    font-size: 21px;
    margin-bottom: 15px;
    position: relative;
}

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

.sub-boxess h6:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--main-color);
    border-radius: 50%;
    left: -22px;
    top: 10px;
}


@media (max-width:1199px) {
    .main-title {
        font-size: 35px;
    }
    .bn-section h1 {
        font-size: 37px;
    }
}

@media (max-width:991px) {
    .bn-inner{
        flex-direction: column-reverse;
    }
    .bn-left {
        width: 100%;
    }
    .bn-right {
        width: 100%;
        text-align: center;
        margin: 0 0 25px 0;
    }

    .fet__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .ps-inner{
        flex-direction: column-reverse;
    }
    .ps-left{
        width: 100%;
    }
    .ps-right{
        width: 100%;
        text-align: center;
        margin: 0 0 25px 0;
    }
    .ip-inner{
        flex-direction: column-reverse;
    }
    .ip-left{
        width: 100%;
    }
    .ip-right{
        text-align: center;
        width: 100%;
        margin: 0 0 25px 0;
    }
    .cft__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .fe-left{
        width: 100%;
        text-align: center;
        margin: 0 0 25px 0;
    }
    .fe-right{
        width: 100%;
    }
}


@media (max-width:630px) {
    .bn-section h1 {
        font-size: 30px;
        line-height: 1em;
    }
    .bn-section .bn-heading {
        font-size: 18px;
    }
    .main-title {
        font-size: 28px;
    }
    .fet__list {
        grid-template-columns: 1fr;
    }
    .demolinks ul {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        gap: 10px;
    }
    .cft__list {
        grid-template-columns: 1fr;
    }
    .fe-right strong {
        font-size: 18px;
    }
    .about-section-of h4 {
        padding: 15px;
        font-size: 20px;
        border-radius: 15px 15px 0 0;
    }
}