/*   Theme default css */

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    src: url(../webfonts/fontfamily/CircularStd-Medium.ttf);
    font-family: CircularStd-Medium;
}

@font-face {
    src: url(../webfonts/fontfamily/CircularStd-Bold.ttf);
    font-family: CircularStd-Bold;
}


/* 
font-family: 'Jost', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
*/

:root {
    --circuB: CircularStd-Bold;
    --circuM: CircularStd-Medium;
    --jost: 'Jost', sans-serif;
    --poppins: 'Poppins', sans-serif;
    --Montserrat: 'Montserrat', sans-serif;
    --orangeColor: #dc490f;
    --orgSOft: #ff5f63;
    --yellowColor: #eaf20a;
    --textColor: #903af3;
    --offBlack: #161616;
    --thmColor: #473bf0;
}

body {
    font-family: var(--poppins);
    font-weight: 400;
    color: #444444;
    font-size: 16px;
    line-height: 1.5;
}

button {
    cursor: pointer;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

.fix {
    overflow: hidden
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--poppins);
    color: var(--offBlack);
    margin-top: 0px;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 43px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.container {
    max-width: 1440px; 
}
.container_lg {
    max-width: 1600px; 
}
.download-area .container-fluid {
    max-width: 90%;
}
.container_sm {
    max-width: 1180px; 
}
.container_md {
    max-width: 1320px; 
}
section.income-area .container_sm {
    max-width: 1100px;
}






img {
    max-width: 100%;
}

.mrb-80 {
    margin-bottom: 60px;
}

.accordion-button:focus {
    border-color: initial;
    box-shadow: none;
}


/* button style */

.theme-btn {
    display: inline-block;
    width: max-content;
    padding: 10px 20px;
    background-image: -moz-linear-gradient( 157deg, rgb(255, 138, 60) 0%, rgb(255, 109, 60) 100%);
    background-image: -webkit-linear-gradient( 157deg, rgb(255, 138, 60) 0%, rgb(255, 109, 60) 100%);
    background-image: -ms-linear-gradient( 157deg, rgb(255, 138, 60) 0%, rgb(255, 109, 60) 100%);
    box-shadow: 7.5px 12.99px 30px 0px rgb(255 115 140 / 18%);
    border-radius: 4px;
    text-decoration: none;
    transition: .3s;
    color: #fff;
    font-weight: 700;
}

.theme-btn svg {
    font-size: 12px;
    margin-left: 10px;
}

.theme-btn:hover {
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, rgb(255, 138, 60) 0%, rgb(255, 109, 60) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255, 138, 60) 0%, rgb(255, 109, 60) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255, 138, 60) 0%, rgb(255, 109, 60) 100%);
}

.mt_100 {
    margin-top: 150px;
}

.mb_100 {
    margin-bottom: 100px;
}

.pt_100 {
    padding-top: 100px;
}

.pb_100 {
    padding-bottom: 100px;
}


/* default-css END 
================================== */
 
.header_top {
    height: 155px;
    background: #072957;
    font-weight: 600;
    font-size: 18px; 
    color: var( --bs-white);
    text-align: center;
    display: flex;
    align-items: center;
    position: relative; 
}

.header_top img {
    position: absolute;
    top: 20px;
    z-index: 9;
}

.header_top a {
    position: relative;
    z-index: 25;
}

img.top_vic1 {
    left: 7%;
}

img.top_vic2 {
    right: 5px;
}


/* Header-area-start */

header {
    position: relative;
    z-index: 2;
    padding-top: 80px;
}

header img.header-backhground {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%; 
    height: 105%;
}

header img {
    position: absolute;
}

.header-wrp img.logo {
    margin-bottom: 40px;
    position: unset;
}

.header-wrp h5 {
    color: var(--offBlack);
    font-weight: 400;
    margin-bottom: 50px;
    font-size: 22px;
}

.header-wrp h1 {
    font-size: 41px;
    font-weight: 400;
    color: var(--offBlack);
    line-height: 50px;
    letter-spacing: -3px;
    max-width: 1253px;
    margin: auto;
    margin-bottom: 30px;
}

.header-wrp p {
    margin-bottom: 20px;
    color: var(--offBlack);
    max-width: 990px;
    margin: auto;
    font-size: 15px;
}

.header-wrp iframe {
    width: 830px;
    height: 500px;
    border: 8px solid #76727f;
    border-radius: 5px;
    margin-top: 35px;
}

header img.icon-like {
    position: absolute;
    top: 170px;
    left: 60px;
}

header img.icon-mab {
    position: absolute;
    top: 120px;
    right: 30px;
}

header img.icon-msg {
    position: absolute;
    top: 600px;
    left: 110px;
}

header img.icon-play {
    position: absolute;
    top: 750px;
    right: 110px;
}

.offer-top-wrp a.theme-btn {
    border-radius: 12px;
}

img.hero_1 {
    right: 25%;
    top: 70px;
}

img.hero_2 {
    left: 18%;
    top: 43%;
}

img.hero_3 {
    right: 17%;
    top: 45%;
}

img.hero_4-0 {
    left: 10%;
    top: 10%;
}

img.hero_4 {
    right: 14%;
    top: 56%;
}

img.hero_5 {
    right: 4%;
    top: 44%;
}

img.hero_man {
    left: 0;
    bottom: -20px;
}

img.hero_woman {
    bottom: -20px;
    right: 0;
}


/* Header-area-END &&  offer-area-start  */

a.sm_btn {
    font-weight: 700;
    color: var(--thmColor);
    font-size: 17px;
    background-color: rgb(71 59 240 / 15%);
    padding: 3px 18px;
    border-radius: 30px;
    text-transform: capitalize;
    display: inline-block;
}

section.offer-area {
    position: relative;
    padding-top: 100px;
    z-index: 3;
}

div#firsttimer {
    margin-bottom: 50px;
}

.countDowning li {
    display: inline-block;
    margin: 0 10px;
    font-family: var(--Montserrat);
    color: #202020;
    font-size: 12px;
    line-height: 26px;
}

.countDowning li span {
    display: block;
    font-weight: 700;
    font-size: 45px;
    font-family: var(--poppins);
    position: relative;
    margin-bottom: 5px;
    color: #202020;
}

.countDowning li span#hours:after,
.countDowning li span#minutes:after,
.countDowning li span#seconds:after {
    content: "";
    width: 1px;
    height: 24px;
    background: #e1dede;
    position: absolute;
    left: -7px;
    top: 2px;
}

.offer-top-wrp h3 {
    font-weight: 400;
    margin-top: 40px;
    font-size: 30px;
    line-height: 40px;
    color: #222222;
    letter-spacing: 0px;
}

.offer-top_btn {
    margin: 50px 0;
}

.offer-top_btn a svg {
    margin-right: 5px;
}

.offer-top_btn a {
    color: var(--bs-white);
    font-weight: 700;
    padding: 20px 30px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    display: inline-block;
    margin: 0 8px;
}

.feature-lists ul li {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.3;
    color: #222222;
    padding-bottom: 20px;
    max-width: 600px;
    font-weight: 400;
}

.feature-lists ul li span b {
    font-weight: 700;
}

.feature-lists ul li span {
    padding-left: 15px;
}
 
img.second-shap {
    position: absolute;
    top: 0;
    right: 0;
    width: max-content;
}

section.offer-area img.first-shap {
    top: 13%;
    left: 7%;
}

section.offer-area img.second-shap {
    right: 7%;
    top: 13%;
}

img.first-shap {
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
}

.section-title h3 {
    font-weight: 400;
    line-height: 33px;
    font-size: 33px;
}

.section-title h2 {
    font-size: 42px;
    font-weight: 400;
}

.offer-blk {
    border-radius: 20px;
    z-index: 2;
    transition: .3s;
    margin-top: 30px;
}

.offer-blk p {
    max-width: 270px;
    margin: auto;
}

.sec_arrow {
    position: relative;
}

.sec_arrow:before {
    content: "";
    position: absolute;
    top: 23%;
    left: -8%;
    width: 73px;
    height: 10px;
    background-image: url(../image/long_arrow1.png);
}

.sec_arrow:after {
    content: "";
    position: absolute;
    top: 23%;
    right: -8%;
    width: 47px;
    height: 15px;
    background-image: url(../image/long_arrow2.png);
}

.offer-blk h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--offBlack);
    margin: 36px 0 20px;
}

section.offer-area .section-title {
    margin-top: 80px;
    margin-bottom: 40px;
}

a.icon_btn {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    background: var(--bs-white);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    padding-right: 20px;
    margin-bottom: 20px;
}

a.icon_btn svg {
    background-image: -webkit-linear-gradient( -140.315deg, rgb(214 77 99) 0%, rgb(255 163 55) 100%);
    width: 35px !important;
    height: 35px;
    padding: 8px;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}


/* offer-area-END   */


/* Sales-area start */

section.sell-area {
    position: relative;
    padding-bottom: 34px;
}

img.colorBall1,
img.colorBall2,
img.sell-bg {
    position: absolute;
    z-index: -1;
}

img.colorBall1 {
    left: 12%;
    top: 70px;
}

img.colorBall2 {
    right: 8%;
    bottom: 13%;
}

img.sell-bg {
    left: 50.4%;
    bottom: 0;
    transform: translateX(-50%);
}

.sales_allcard {
    /* display: flex; */
    margin: 100px auto 0;
}

.sales_card {
    max-width: 340px;
    height: 100%;
    width: 100%;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 31px 27px 20px;
    box-shadow: 0px 12px 35px 0px rgb(0 21 59 / 20%);
    border-radius: 10px;
}

p.brkd {
    font-weight: 600;
    font-size: 18px;
}

p.brkd span {
    background: #3EB5FF;
    background: -webkit-linear-gradient(to right, #2E2FFB 100%, #3EB5FF 61%);
    background: -moz-linear-gradient(to right, #2E2FFB 100%, #3EB5FF 61%);
    background: linear-gradient(92deg, #2E2FFB 23%, #3EB5FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 10px;
}

.sales_card h4 {
    font-size: 24px;
    color: var(--bs-white);
    margin-top: 15px;
}

.sales_card p {
    font-size: 13px;
    line-height: 26px;
    color: var(--bs-white);
    margin-bottom: 0;
}
 
.sales_card.sc_3 h4,
.sales_card.sc_3 p {
    color: var(--offBlack);
}

.sales_2card {
    display: flex;
    justify-content: space-between;
}

.sales_card.sc_3 {
    border-radius: 15px;
    background-image: -moz-linear-gradient( 0deg, rgb(46, 47, 251) 0%, rgb(64, 199, 255) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(46, 47, 251) 0%, rgb(64, 199, 255) 100%);
    box-shadow: 0px 12px 35px 0px rgba(0, 21, 59, 0.2);
    width: 320px;
    max-height: 358px;
    padding: 55px 26px;
    margin-right: 100px;
    margin-bottom: 55px;
}

.sales_card.sc_1 {
    margin-left: 60px;
    margin-top: 85px;
}


/* Sales-area End */


/*  package-area-start  */
 

section.package-area .section-title h2 {
    color: #36234b;
    line-height: 50px;
}

.package_left {
    position: relative;
    padding-bottom: 60px;
    margin-top: 10px;
}

.package_left:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 76%;
    background: red;
    z-index: -2;
    border-radius: 39px;
    background-color: rgb(54, 35, 75);
    box-shadow: 0px 10px 60px 0px rgba(54, 35, 75, 0.77);
    left: -10%;
}

img.pkgLine {
    margin: 20px 0 100px;
}

.package_right {
    display: flex;
    flex-wrap: wrap;
}

.package_box {
    width: 270px;
    border: 1px solid;
    border-color: rgb(54 35 75 / 10%);
    padding: 30px;
    transition: .3s;
    position: relative;
    z-index: 13;
    background: #fff;
    height: 290px;
}

 
.package_box h4 {
    font-size: 16px;
    color: #36234b;
    width: max-content;
    margin: 35px 0 16px;
}

span.pkg_i1 {
    background-image: -moz-linear-gradient( -38deg, rgb(243, 57, 70) 0%, rgb(200, 29, 154) 59%, rgb(156, 0, 237) 100%);
    background-image: -webkit-linear-gradient( -38deg, rgb(243, 57, 70) 0%, rgb(200, 29, 154) 59%, rgb(156, 0, 237) 100%);
    background-image: -ms-linear-gradient( -38deg, rgb(243, 57, 70) 0%, rgb(200, 29, 154) 59%, rgb(156, 0, 237) 100%);
    box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28);
}

span.pkg_i2 {
    background-image: -moz-linear-gradient( -38deg, rgb(70, 57, 243) 0%, rgb(113, 29, 240) 59%, rgb(156, 0, 237) 100%);
    background-image: -webkit-linear-gradient( -38deg, rgb(70, 57, 243) 0%, rgb(113, 29, 240) 59%, rgb(156, 0, 237) 100%);
    background-image: -ms-linear-gradient( -38deg, rgb(70, 57, 243) 0%, rgb(113, 29, 240) 59%, rgb(156, 0, 237) 100%);
    box-shadow: 0px 10px 60px 0px rgba(84, 54, 240, 0.28);
}

span.pkg_i3 {
    background-image: -moz-linear-gradient( -38deg, rgb(31, 93, 251) 0%, rgb(16, 165, 207) 59%, rgb(0, 237, 162) 100%);
    background-image: -webkit-linear-gradient( -38deg, rgb(31, 93, 251) 0%, rgb(16, 165, 207) 59%, rgb(0, 237, 162) 100%);
    background-image: -ms-linear-gradient( -38deg, rgb(31, 93, 251) 0%, rgb(16, 165, 207) 59%, rgb(0, 237, 162) 100%);
    box-shadow: 0px 10px 60px 0px rgba(33, 113, 238, 0.28);
}

span.pkg_i4 {
    background-image: -moz-linear-gradient( -38deg, rgb(253, 186, 26) 0%, rgb(245, 93, 100) 59%, rgb(237, 0, 173) 100%);
    background-image: -webkit-linear-gradient( -38deg, rgb(253, 186, 26) 0%, rgb(245, 93, 100) 59%, rgb(237, 0, 173) 100%);
    background-image: -ms-linear-gradient( -38deg, rgb(253, 186, 26) 0%, rgb(245, 93, 100) 59%, rgb(237, 0, 173) 100%);
    box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28);
}

.package_box:hover {
    border-radius: 15px;
    background: #fff;
    z-index: 9999;
    border-bottom-right-radius: 0 !important;
    box-shadow: 0px 10px 60px 0px rgb(189 189 189 / 56%);
}

.package_box:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: 7;
    box-shadow: -7px -8px 0px -2px #ef7936;
    opacity: 0;
    transition: .3s;
}

.package_box span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 24px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.package_box p {
    font-size: 14px;
    line-height: 26px;
    color: #6f667b;
    margin-bottom: 0;
}

.package_box:hover:before {
    opacity: 1;
}

.package_box.active {
    /* transform: scale(1.1); */
    border-radius: 15px;
    z-index: 99;
}

.package_box.active::before {
    opacity: 1;
}


/*  package-area-End  */


/*  kotak-area-start  */

section.kotak-area {
    padding-bottom: 50px;
}

section.kotak-area img.first-shap {
    left: -4%;
    top: -13%;
}

section.kotak-area img.second-shap {
    right: -4%;
    top: -30%;
}

section.kotak-area h3 {
    margin-top: 30px;
}

.kotak_btn {
    margin: 50px 0;
}
 
a.btns {
    font-size: 15px;
    font-weight: 700;
    color: #161c2d;
    background: #ecebfd;
    border-radius: 50px;
    width: 185px;
    height: 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
}

a.bg {
    background: #473bf0;
    color: #fff;
}

.kotak_blk {
    position: relative;
    margin-bottom: 30px;
}
 
.kotak_cont {
    width: 85%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 28px;
    left: 0;
    left: 23px;
}

.kotak_cont a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.kotak_cont a span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin-top: 8px;
}

.kotak_cont a span.plus {
    width: 41px;
    height: 41px;
    display: flex;
    border-radius: 50%;
    background-image: -moz-linear-gradient( -164deg, rgb(254, 195, 93) 0%, rgb(255, 145, 66) 53%, rgb(255, 95, 38) 100%);
    background-image: -webkit-linear-gradient( -164deg, rgb(254, 195, 93) 0%, rgb(255, 145, 66) 53%, rgb(255, 95, 38) 100%);
    background-image: -ms-linear-gradient( -164deg, rgb(254, 195, 93) 0%, rgb(255, 145, 66) 53%, rgb(255, 95, 38) 100%);
    box-shadow: 1.935px 7.762px 29px 0px rgba(254, 152, 70, 0.004);
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.Ellipse_537 {
    position: absolute;
    left: 1171px;
    top: 5549px;
    z-index: 2006;
}

.kotak_video {
    height: 650px;
    margin: 80px 0;
    margin-top: -310px;
}

.kotak_video iframe {
    border-radius: 15px;
    width: 100%;
    height: 100%;
}


/*  kotak-area-End  */


/*  Testimonial-area-Start  */

section.Testimonial .v-box iframe {
    border: 10px solid #ffffff;
}

.test_slider_blk {
    text-align: center;
    background: #fff;
    border-radius: 15px;
    width: max-content;
    margin: auto;
    padding: 50px 30px;
    line-height: 35px;
    transition: .3s;
}

.test_slider_blk img {
    width: max-content !important;
    margin: auto;
}

.test_slider_blk p {
    max-width: 360px;
    font-size: 20px;
    color: #36234b;
    font-family: var(--circuM);
    margin: 25px 0 35px;
}

.test_slider_blk i,
.test_slider_blk img.tsImg {
    width: 75px !important;
    height: 75px;
    object-fit: cover;
    display: block;
    background: #7d7d7d;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
}

.test_slider_blk h6 a {
    font-family: var(--circuB);
    color: #36234b;
    font-size: 18px;
}

.test_slider_blk h6 p {
    margin: 0;
    font-size: 15px;
    font-family: var(--circuM);
    color: #6f667b;
    margin-top: 5px;
}

.t_slider.owl-carousel.owl-loaded.owl-drag {
    margin: 100px auto;
    padding-top: 10px;
}

.test_slider_blk:hover {
    box-shadow: -9px -9px 0px -2px #ef7936;
}

.test_slider_blk.active {
    box-shadow: -9px -9px 0px -2px #ef7936;
}

section.Testimonial .owl-dots {
    display: flex;
    width: max-content;
    margin: auto;
    margin-top: 80px;
}

section.Testimonial .owl-dot {
    margin: 0 5px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 10px;
}

section.Testimonial .owl-dot.active {
    border: 1px solid #f4732a;
}

section.Testimonial .owl-dot.active span {
    background: #f4732a;
    width: 100%;
}

section.Testimonial .owl-dot span {
    width: 10px;
    height: 10px;
    background: #544466;
    display: flex;
    margin: 0 5px;
    border-radius: 50%;
    padding: 7px;
}


/*  Testimonial-area-End  */


/*  subscription-area-Start  */

section.subscription-area {
    background: #f0f6ff;
    padding-top: 20px;
}

section.subscription-area img {
    z-index: 2;
}

.position img {
    position: absolute;
    z-index: -2;
}

img.subs_vic1 {
    right: 5%;
}

img.subs_vic2 {
    left: 0;
}

.subcrib_cont h5 {
    font-size: 31px;
    color: #484040;
    font-weight: 400;
}

.subcrib_cont h5 b {
    color: var(--orangeColor);
    font-weight: 900;
}

.subcrib_cont h3 {
    margin-top: 35px;
    font-size: 41px;
    font-weight: 400;
    color: #484040;
}

.subcrib_cont h3 span {
    display: block;
    color: var(--orangeColor);
    font-weight: 900;
}

.subcrib_cont img {
    margin-bottom: 30px;
}

.subcrib_cont a {
    margin: 25px 0 0;
    display: block;
}

.subcrib_cont {
    max-width: 800px;
    margin: auto;
    padding: 70px 0;
}

.subcrib_cont h6 {
    font-size: 30px;
    color: #252c41;
    font-weight: 400;
}

.subcrib_cont h6 b {
    display: block;
    font-weight: 900;
}


/* subscription-area.second */

section.subscription-area.second .subcrib_cont h3 span {
    display: unset;
}

section.subscription-area.second .section-title.text-center h3 {
    font-size: 42px;
    color: #161c2d;
    max-width: 930px;
    margin: 60px auto 150px;
}

section.subscription-area.second {
    background: transparent;
}

section.subscription-area.second img.first-shap {
    left: -5%;
}

section.subscription-area.second img.second-shap {
    right: -10%;
}


/*  subscription-area-End  */


/*  download-area-Start  */

section.download-area {
    padding: 80px 0px;
    position: relative;
}

section.download-area img.subs_vic1 {
    top: 25%;
    right: 13%;
}

section.download-area img.subs_vic2 {
    top: 24%;
    z-index: -2;
}

section.download-area a.sm_btn {
    font-size: 18px;
    font-family: var(--circuM);
    color: #473bf0;
    padding: 5px 18px;
}

a.Bg {
    background-color: rgb(71, 59, 240);
    box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
    color: #fff;
}

section.download-area .section-title h2 {
    margin: 30px 0;
    font-size: 25px;
}

section.download-area img.second-shap {
    right: -7%;
    top: 0%;
}
 
.download_cont h3 {
    font-size: 37px;
    font-weight: 600;
    color: #161c2d;
    margin: 35px 0;
}

.download_cont p {
    font-size: 17px;
    color: #6e727d;
    margin-bottom: 40px;
}

a.Learn {
    width: unset;
    padding: 15px 26px;
    font-family: var(--circuB);
    align-items: center;
    background: #473bf0;
    color: #fff;
    border-radius: 30px;
    height: 53px;
}

a.Learn span {
    font-size: unset;
    color: #fff;
}

.download_opt {
    display: flex;
    max-width: 500px;
    justify-content: space-between;
    margin: 50px 0 20px;
}

.download_opt span {
    font-size: 40px;
    color: #473bf0;
}

section.download-area .section-title.text-center.position-relative {
    margin-bottom: 150px;
}

.download_opt span p {
    max-width: 210px;
    font-weight: 600;
    color: #161c2d;
}

.download_cont a.btns.bg {
    width: unset;
    padding: 10px 35px;
    font-family: var(--circuB);
    align-items: center;
}

.download_cont a.btns.bg span {
    margin-left: 7px;
    line-height: 0;
    color: #fff;
    font-size: unset;
}

.d_overly {
    position: relative;
    margin-top: -70px;
}

.d_overly:before {
    content: "";
    position: absolute;
    top: 50px;
    right: 67px;
    width: 70%;
    height: 102%;
    background: #f2f1fe;
    z-index: -2;
}

.download_row3 {
    margin-top: 260px;
}

.download_row3 .download_cont {
    margin-top: 60px;
}
 
.download_cont ul li {
    margin-bottom: 20px;
    font-size: 18px;
    color: #6e727d;
}

.download_cont ul li svg {
    color: #473bf0;
    margin-right: 10px;
}

.d_load_2card {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    max-width: 750px;
    margin: auto;
    margin-top: 80px;
}

.dload_sgl_card {
    text-align: center;
    padding: 41px 70px 45px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgba(225, 223, 255, 0.4);
    transition: .3s;
    border-top: 3px solid transparent;
}

.dload_sgl_card:hover {
    border-top: 3px solid #473bf0;
} 

.dload_sgl_card h5 {
    font-size: 24px;
    color: #161c2d;
    max-width: 215px;
    margin: 25px 0 30px;
}
 

.dload_sgl_card a span {
    width: 55px;
    height: 55px;
    border: 1px solid #ecebfd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    color: #473bf0;
}

.dload_sgl_card.active {
    border-top: 3px solid #473bf0;
}

.download_row4 {
    position: relative;
}

.download_row4 .download_cont h3 {
    font-size: 29px;
    line-height: 45px;
}

.download_row5 {
    margin-top: 80px;
    margin-bottom: 70px;
}

.Layouts {
    display: flex;
    height: 100%;
    align-items: end;
    margin-top: -60px;
}

.download_cont span {
    font-weight: 500;
    font-size: 40px;
    color: #5580ff;
    font-family: var(--circuM);
}

.getting {
    width: max-content;
    border: 1px solid #eaeaed;
    padding: 30px;
    display: flex;
    padding-right: 60px;
}

.getting span {
    font-size: 30px;
    margin-right: 20px;
}

.getting a {
    font-weight: 600;
    font-size: 22px;
    color: #1f1f1f;
}

.getting p {
    font-size: 18px;
    color: #6e727d;
    font-weight: 400;
    max-width: 300px !important;
    margin-bottom: 0;
}

.download_row4 .download_cont {
    max-width: 460px;
}

.Layouts p {
    max-width: 450px;
}

.d_img_blk {
    text-align: center;
    border-color: rgb(229, 237, 252);
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 23px 54px 0px rgba(3, 21, 99, 0.1);
    margin-bottom: 30px;
    padding: 25px 0;
    transition: all .3s;
}

.d_img_blk.active {
    box-shadow: 0px 37px 54px 0px rgba(3, 21, 99, 0.3);
}

.d_img_blk:hover {
    box-shadow: 0px 37px 54px 0px rgba(3, 21, 99, 0.3);
}
 

/*  download-area-End  */


/*  market-area-Start  */

section.market-area {
    position: relative;
}

img.map_vic {
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
    top: 15%;
}

section.market-area .section-title.text-center {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 150px;
}

.market_blk {
    text-align: center;
}
 

.market_blk h4 {
    font-weight: 400;
    line-height: 30px;
    padding: 0 10px;
}
 

.market_blk.mkt_up {
    margin-top: -62px;
}


/*  market-area-End  */


/*  timeConsuming-area-start  */

.timeConsuming-area {
    position: relative;
}

.timeConsuming-area h1 {
    margin-bottom: 40px;
}

.cons-blk {
    padding: 20px 25px;
    margin-top: 20px;
}

.cons-blk h5 {
    margin: 0;
    font-size: 23px;
    margin-top: 25px;
    color: black;
}

.timeConsuming-area p.brkd {
    margin-bottom: 60px;
}

.timeConsuming-area .section-title h3 {
    font-weight: 700;
    font-size: 58px;
    margin-bottom: 40px;
}

.row.time_card_row {
    margin: 100px 0 0px;
}

.time_blk {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(229, 237, 252);
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 23px 54px 0px rgba(3, 21, 99, 0.1);
    width: 100%;
    transition: all .3s;
}

.time_blk img {
    width: 100%;
}

.time_blk span {
    font-size: 14px;
    font-weight: 500;
    padding-left: 30px;
    display: block;
    margin: 29px 0 20px;
    background: linear-gradient(to right, #fe7177 0%, #fa5aa0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.time_blk h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    padding: 0 30px;
    height: 125px;
}

.time_blk.time_blk2 h6 {
    font-size: 19px;
    line-height: 26px;
}

.time_blk.active {
    box-shadow: 0px 37px 54px 0px rgba(3, 21, 99, 0.3);
}

.time_blk:hover {
    box-shadow: 0px 37px 54px 0px rgba(3, 21, 99, 0.3);
}

img.rkt {
    bottom: 0;
    left: 20px;
}


/* timeConsuming-area-END  */


/*  graphics-area-start  */

img.short_map {
    right: 0;
    z-index: 0;
    width: 33%;
    top: 0;
    height: 100%;
}

section.graphics-area {
    background: #f5f4f6;
    position: relative;
    z-index: 9;
}

.graphics_left {
    padding: 70px 0 80px 100px;
}

.graphics_left h4 {
    font-size: 42px;
    color: #36234b;
    font-weight: 600;
}

.graphics_left img {
    margin: 15px 0px 30px 120px;
}

.graphics_left p {
    font-size: 20px;
    color: #6f667b;
    max-width: 800px;
    line-height: 30px;
    margin-bottom: 40px;
}

.graphics_right {
    display: flex;
    align-items: center;
    transform: translateY(33px);
}

.graphics_right img {
    position: relative;
}
 
.graphics_right ul {
    position: relative;
    margin-left: -126px;
}

.graphics_right ul li {
    font-weight: 600;
    background: #fff;
    color: #36234b;
    font-size: 18px;
    margin-bottom: 10px;
    box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.28);
    border-radius: 10px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    padding-right: 25px;
}

.graphics_right ul li span {
    width: 30px;
    height: 30px;
    display: inline-flex;
    background: #f4732a;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-right: 10px;
}

li.gph_li {
    margin-left: 30px;
}

.g_right_wrp {
    display: flex;
    align-items: end;
    margin-left: -30px;
}


/*  graphics-area-End  */


/*  way-area-start  */

.way-area {
    padding-bottom: 35px;
    position: relative;
    background: #f2f5fe;
}

.way-area.pt_100 img.hlf_rund2 {right: 12%;top: 13%;}

.way-area.pt_100 img.cclblue {
    left: 14%;
    top: 19%;
}

.way-area.pt_100 img {
    z-index: 2;
}

img.hlf_rund {
    position: absolute;
    top: 0;
}

.way-area .section-title h5 {
    color: #fda632;
    font-size: 26px;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

.way-area .section-title h1 {
    font-weight: 400;
}

.way-wrp img {
    display: block;
    margin: auto;
}

.way-area .section-title h3 {
    font-size: 40px;
    color: #0e121b;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 60px;
}

.way-wrp a.theme-btn:hover {
    background-image: -webkit-linear-gradient( -152.901deg, rgb(254, 114, 53) 27%, rgb(253, 166, 50) 73%);
}

.way-wrp a.theme-btn {
    margin-top: 75px;
    transition: .3s;
    margin-bottom: 60px;
    border-radius: 50px;
    padding: 17px 30px;
    border-radius: 43px;
    background-image: -moz-linear-gradient( -152.901deg, rgb(254, 114, 53) 0%, rgb(253, 166, 50) 100%);
    background-image: -webkit-linear-gradient( -152.901deg, #a351f6 0%, #3a41fb 100%);
    background-image: -ms-linear-gradient( -152.901deg, rgb(254, 114, 53) 0%, rgb(253, 166, 50) 100%);
    box-shadow: 0px 14px 25px 0px rgba(25, 25, 25, 0.3);
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -1px;
}


/* way-area-END */


/*  agency-area-start  */

section.agency-area {
    position: relative;
}

section.agency-area .section-title.text-center h3 {
    font-size: 37px;
    font-weight: 900;
    color: #343434;
    line-height: 1.5;
    margin-bottom: 80px;
}

.agency_cont {
    padding-left: 52px;
}

.agency_cont p {
    font-size: 22px;
    color: #0e121b;
    margin-bottom: 40px;
}

img.cup {
    top: 0;
}

img.brger {
    right: 2%;
    top: 4%;
}

img.roket_ctn {
    right: 0;
    bottom: -10%;
    z-index: 9;
}

section.subscription-area.second .subcrib_cont h6 {
    font-size: 24px;
    color: #252c41;
    max-width: 530px;
    margin: auto;
}


/*  agency-area-start  */


/*  timeline-area-start  */

section.timeline-area {
    position: relative;
    padding-top: 50px;
}

section.timeline-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eff3ff;
    z-index: -2;
}
 
.timeline_cont span {
    font-size: 18px;
    color: #373a5b;
    display: flex;
    align-items: center;
}

.timeline_cont span i {
    font-style: normal;
    background-image: -moz-linear-gradient( 0deg, rgb(40, 193, 82) 0%, rgb(130, 232, 74) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(40, 193, 82) 0%, rgb(130, 232, 74) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(40, 193, 82) 0%, rgb(130, 232, 74) 100%);
    color: #Fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    justify-content: end;
    align-items: center;
    display: flex;
}

.timeline_cont h3 {
    font-size: 36px;
    color: #373a5b;
    margin: 20px 0 40px;
}
 
.timeline_wrap ul {
    position: relative;
}

.timeline_wrap ul:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 90px;
    width: 2px;
    height: 80%;
    background: #dce0fe;
}

.timeline_wrap ul li {
    display: flex;
    align-items: start;
    width: 590px;
    justify-content: space-between;
    margin-bottom: 30px;
    transition: .3s;
}

.timeline_wrap ul li span {
    display: flex;
    font-size: 72px;
    font-weight: 900;
    color: #daddf1;
    align-items: start;
    width: 125px;
    justify-content: space-between;
    line-height: .8;
    transition: .3s;
}

.timeline_wrap ul li span p {
    padding-left: 10px;
}

.timeline_wrap ul li span i {
    border-radius: 8px;
    background-image: -moz-linear-gradient( 0deg, rgb(0, 132, 253) 0%, rgb(113, 220, 255) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0, 132, 253) 0%, rgb(113, 220, 255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0, 132, 253) 0%, rgb(113, 220, 255) 100%);
    opacity: 0.98;
    background: #fff;
    width: 73px;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.timeline_wrap ul li span i img {
    width: 40px;
    height: 40px;
}

.timeline_wrap ul li h6 {
    font-size: 20px;
    color: #373a5b;
}

.timeline_wrap ul li h6 p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    max-width: 400px;
    line-height: 30px;
    margin-bottom: 0;
}

img.t_line-left {
    top: 0;
    height: 100%;
    z-index: 3;
}

img.t_line {
    top: 0;
    height: 100%;
    right: 0;
    width: 71%;
}

i.tm2 {
    box-shadow: 0px 7px 18px 0px rgba(145, 38, 210, 0.44);
}

i.tm3 {
    box-shadow: 0px 7px 18px 0px rgba(242, 66, 69, 0.44);
}

i.tm1 {
    box-shadow: 0px 7px 18px 0px rgba(101, 211, 255, 0.44);
}

.timeline_wrap ul li:first-child span:hover i {
    background-image: -moz-linear-gradient( 0deg, rgb(0, 132, 253) 0%, rgb(113, 220, 255) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0, 132, 253) 0%, rgb(113, 220, 255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0, 132, 253) 0%, rgb(113, 220, 255) 100%);
}

.timeline_wrap ul li:nth-child(2) span:hover i {
    background-image: -moz-linear-gradient( 0deg, rgb(147, 38, 213) 0%, rgb(242, 70, 221) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(147, 38, 213) 0%, rgb(242, 70, 221) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(147, 38, 213) 0%, rgb(242, 70, 221) 100%);
    box-shadow: 0px 7px 18px 0px rgba(145, 38, 210, 0.44);
}

.timeline_wrap ul li:last-child span:hover i {
    background-image: -moz-linear-gradient( 0deg, rgb(242, 66, 69) 0%, rgb(253, 148, 148) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(242, 66, 69) 0%, rgb(253, 148, 148) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(242, 66, 69) 0%, rgb(253, 148, 148) 100%);
    box-shadow: 0px 7px 18px 0px rgba(242, 66, 69, 0.44);
    transition: .3s;
}

.timeline_wrap ul li span:hover i img {
    filter: brightness(169.5);
}

.timeline_wrap ul li span.active i {
    background-image: -moz-linear-gradient( 0deg, rgb(147, 38, 213) 0%, rgb(242, 70, 221) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(147, 38, 213) 0%, rgb(242, 70, 221) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(147, 38, 213) 0%, rgb(242, 70, 221) 100%);
}

.timeline_row {
    position: relative;
    z-index: 4;
    align-items: center;
}

img.book_tl {
    margin-top: 75px;
}


/*  timeline-area-start  */


/*  income-area-start  */
 
.income_img.text-right {
    text-align: right;
}

.income_img img {
    max-width: 515px;
}

.income_cont .offer-top_btn {
    margin-top: 25px;
} 
.income_cont h4 {
    font-size: 30px;
    color: #373a5b;
    max-width: 380px;
    margin-bottom: 20px;
}

.income_cont p {
    line-height: 27px;
    max-width: 455px;
}

.income_cont .offer-top_btn a {
    font-size: 15px;
    font-weight: 600;
}

p.ic_p {
    max-width: 100%;
}

.income_cont.income_cont2 p {
    margin-bottom: 30px;
}


/*  income-area-End  */


/*  cta-area-start  */

section.cta-area {
    background: url(../image/barger-bg.png);
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: right;
}
 

.cta-cont p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

.cta-cont h3 {
    font-size: 42px;
    color: #fff;
    max-width: 860px;
    margin: auto;
    font-weight: 500;
    line-height: 1.3;
}

.cta-cont a {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 15px 41px;
    display: block;
    width: max-content;
    margin: auto;
    margin-top: 35px;
}

.cta-cont a svg {
    margin-left: 15px;
    transform: translatey(1px);
    transition: .3s;
}

.cta-cont a:hover svg {
    transform: translateX(5px);
}

img.cta_right {
    right: 0;
    z-index: 2;
    bottom: 0;
}


/*  cta-area-End  */


/*  library-area-start  */

.library-area .secton-title {
    text-align: center;
    margin-bottom: 80px;
}

.library-area .secton-title h5 {
    font-weight: 500;
    font-size: 30px;
    color: #ff5f63;
}

.library-area .secton-title h1 {
    font-weight: 400;
    margin-top: 15px;
}

.library-area .secton-title b {
    display: block;
}

.v-box iframe {
    width: 100%;
    height: 400px;
    background: #fff;
    /* padding: 10px; */
    margin-bottom: 15px;
    border: 10px solid #7e7ac8;
}

.strock-title {
    text-align: center;
    margin-bottom: 120px;
}

.strock-title img {
    display: inline-block;
    margin-bottom: 30px;
}

.strock-title h1.strock-text {
    font-size: 58px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #161c2d;
}

.strock-title h3 {
    margin: 0;
    font-size: 42px;
    font-weight: 400;
}

.v-book img {
    max-width: 300px;
    margin: auto;
    display: block;
}

.bellow-imgs {
    text-align: center;
}

.bellow-imgs img {
    margin-bottom: 40px;
    width: 100%;
}

.library-area {
    padding: 100px 0 40px;
}

.col-lg-12.position-relative {
    padding-top: 40px;
}

.strock-title a.sm_btn {
    font-weight: 600;
    font-size: 18px;
    background-color: rgb(71 59 240 / 15%);
    padding: 3px 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.library_blk {
    text-align: center;
    margin: 0 18px;
}

.library_img:hover:after {
    opacity: .3;
}

.library_img:hover a.playit {
    opacity: 1;
}

.library_blk img {
    /* width: max-content !important; */
    margin: auto;
}

.library_blk a {
    display: block;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #161c2d;
    text-transform: capitalize;
}

.library_img {
    position: relative;
    width: 100%;
}

.library_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    z-index: 2;
    transition: .3s;
}

.v-box {
    margin-bottom: 30px;
}


.v-box i {
    background-color: #ff9b8a;
    width: 100%;
    height: 402px;
    display: block;
    margin: auto;
}

.library_slider .owl-nav {
    display: flex;
    width: 112%;
    position: absolute;
    justify-content: space-between;
    left: -6%;
    top: 35%;
}

.library_slider .owl-nav span {
    width: 64px;
    height: 63px;
    border-radius: 50%;
    background-image: -moz-linear-gradient( -38deg, rgb(70, 57, 243) 0%, rgb(156, 0, 237) 100%);
    background-image: -webkit-linear-gradient( -38deg, rgb(70, 57, 243) 0%, rgb(156, 0, 237) 100%);
    background-image: -ms-linear-gradient( -38deg, rgb(70, 57, 243) 0%, rgb(156, 0, 237) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    transition: .3s;
}

.library_slider .owl-nav span:hover {
    background-image: -moz-linear-gradient( -38deg, rgb(255, 13, 138) 0%, rgb(251, 153, 13) 100%);
    background-image: -webkit-linear-gradient( -38deg, rgb(255, 13, 138) 0%, rgb(251, 153, 13) 100%);
    background-image: -ms-linear-gradient( -38deg, rgb(255, 13, 138) 0%, rgb(251, 153, 13) 100%);
}

.cta-cont a:hover svg {
    transform: translate(5px, 1px);
}

.library_slider .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.library_slider .owl-dot {
    width: 10px;
    height: 10px;
    background: #d3d5d9;
    margin: 0 3px;
    border-radius: 50%;
}

.library_slider .owl-dot.active {
    background-image: -moz-linear-gradient( -38deg, rgb(70, 57, 243) 0%, rgb(156, 0, 237) 100%);
    background-image: -webkit-linear-gradient( -38deg, rgb(70, 57, 243) 0%, rgb(156, 0, 237) 100%);
    background-image: -ms-linear-gradient( -38deg, rgb(70, 57, 243) 0%, rgb(156, 0, 237) 100%);
}
 


/* library-area-END  */


/* website-area-start  */
 

.website_blk {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-image: url(../image/website-bg.png);
    margin-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 50px;
    border-radius: 10px;
}

.website_blk iframe {
    display: block;
    width: 750px;
    height: 450px;
    border: 10px solid #42a66c;
}

.website_img {
    max-width: 270px;
    width: 550px;
}

.website_img img, 
.website_img iframe {
    width: 100%;
}

.website_cont {
    max-width: 630px;
    margin-left: 50px;
}

.website_cont span {
    font-size: 18px;
    color: #42a66c;
}

.website_cont h3 {
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    margin: 25px 0;
    letter-spacing: -2px;
}

.website_cont p {
    font-weight: 500;
    font-size: 17px;
    color: #656871;
    max-width: 490px;
    margin-bottom: 45px;
}

.website_cont a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: rgb(66, 166, 108);
    padding: 18px 35px;
    border-radius: 40px;
}


/*  website-area-END  */


/*  solutions-area-start  */

section.solutions-area {
    position: relative;
}

section.solutions-area img.hero_1 {
    top: 2%;
    right: 28%;
    z-index: 2;
}

section.solutions-area img.hero_2 {
    left: 17%;
    top: 17%;
    z-index: 2;
}

section.solutions-area img.hero_3 {
    right: 16%;
    z-index: 2;
    top: 18%;
}

section.solutions-area img.hero_4-0 {
    left: 7%;
    top: 4%;
    z-index: 1;
} 
section.solutions-area img.header-backhground {
    top: 0;
}

.solutions_top_btn span {
    font-size: 20px;
    color: #473bf0;
    font-family: var(--circuB);
    margin-left: 10px;
}

.solutions_top_btn {
    margin-bottom: 40px;
}
 
section.solutions-area .kotak_btn a svg {
    margin-left: 10px;
}

section.solutions-arear .kotak_btn a {
    width: unset;
    padding: 0 30px;
}

.header-wrp.solutions_wrp.text-center .kotak_btn {
    margin-bottom: 100px;
}

.header-wrp.solutions_wrp.text-center h1 b {
    font-weight: 700;
}

.header-wrp.solutions_wrp.text-center h1 b span {
    color: #473bf0;
    position: relative;
    z-index: 9;
}

.header-wrp.solutions_wrp.text-center h1 b span:after {
    content: "";
    position: absolute;
    top: -18px;
    left: -50px;
    width: 116%;
    height: 109px;
    background: url(../image/clr_mark.png);
    z-index: 33;
}

.header-wrp.solutions_wrp.text-center h1 {
    font-size: 62px;
    font-weight: 700;
    letter-spacing: -2px;
}
 
.solutions_row2 a.sm_btn {
    margin-bottom: 25px;
}

.solutions_title3 {
    margin-top: 100px;
}

.solutions_title3 a {
    margin-bottom: 30px;
}

.solutions_title3 h3 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 40px;
}

.solutions_title3 h3 b {
    font-weight: 700;
}

.solutions_blk {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 25px;
    border-width: 2px;
    border-color: rgb(71 59 240 / 7%);
    border-style: solid;
    border-radius: 10px;
    padding: 50px 0 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .3s;
}

.solutions_blk:hover img {
    filter: brightness(50);
}

.solutions_blk:hover h5 {
    color: #fff;
}

.solutions_blk:hover h5 p {
    color: #fff;
}

.solutions_blk:hover:before {
    opacity: 1;
}

.solutions_blk:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../image/sul-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -2;
    opacity: 0;
    transition: .3s;
}

.solutions_blk p {
    font-size: 17px;
    color: #6e727d;
    font-weight: 400;
    max-width: 400px;
    line-height: 30px;
    margin: 20px 0 0;
}

.solutions_blk h5 {
    font-weight: 600;
    font-size: 24px;
    height: 140px;
}

.solutions_blk img {
    width: max-content;
    height: max-content;
}

.border {
    border-width: 2px;
    border-color: rgb(71, 59, 240);
    border-style: solid;
    border-radius: 7px;
    opacity: 0.071;
    position: absolute;
    left: 947px;
    top: 41477px;
    width: 566px;
    height: 217px;
    z-index: 508;
}


/*  solutions-area-start  */


/*  newsletter-area-start  */

section.newsletter-area {
    background: #f4f7fa;
    position: relative;
    padding-bottom: 270px;
}

.newsletter_title {
    text-align: center;
    position: relative;
}

.newsletter_title h3 {
    font-weight: 600;
    font-size: 42px;
    max-width: 900px;
    margin: 30px auto;
    margin-bottom: 50px;
}

.newsletter_title a {
    font-family: var(--circuM);
    font-size: 18px;
}

.n_letter_blk {
    background: #fff;
    margin-bottom: 25px;
    position: relative;
    border-radius: 10px;
}

.n_letter_blk h6 {
    font-weight: 500;
    font-size: 22px;
    color: #1a1b1e;
    height: 150px;
    padding-left: 40px;
    line-height: 30px;
}

.n_letter_blk p svg {
    margin-right: 4px;
}

.n_letter_blk p {
    font-size: 15px;
    font-weight: 500;
    color: #606060;
    padding-left: 40px;
}
 
.n_letter_blk_img span {
    font-weight: 500;
    font-size: 17px;
    color: #ffff;
    border-radius: 10px;
    background-color: rgb(132, 0, 255);
    padding: 4px 20px;
    margin-left: 30px;
    display: inline-block;
    transform: translateY(-15px);
}

section.newsletter-area img.subs_vic1 {
    z-index: 0;
    top: 3%;
}

section.newsletter-area img.subs_vic2 {
    z-index: 0;
    top: 0;
}

span.nl_bg {
    background: #f94d1b;
}


/*  newsletter-area-start  */


/*  faq-area-start  */
 
.profit_box {
    display: flex;
    justify-content: space-between;
    border-radius: 12px;
    background-image: -moz-linear-gradient( -38deg, rgb(0, 64, 229) 0%, rgb(2, 140, 235) 59%, rgb(4, 215, 241) 100%);
    background-image: -webkit-linear-gradient( -38deg, rgb(0, 64, 229) 0%, rgb(2, 140, 235) 59%, rgb(4, 215, 241) 100%);
    background-image: -ms-linear-gradient( -38deg, rgb(0, 64, 229) 0%, rgb(2, 140, 235) 59%, rgb(4, 215, 241) 100%);
    box-shadow: 0px 10px 60px 0px rgba(215, 212, 255, 0.7);
    padding: 75px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: -180px;
    margin-bottom: 100px;
}

.profit_box img {
    position: absolute;
}

img.man_mic {
    bottom: 0;
    left: 1%;
}

img.nl-roket {
    right: -3%;
}

.profit_box_wrp {
    max-width: 750px;
    margin: auto;
    position: relative;
}

.profit_box_wrp p {
    font-size: 20px;
    color: #fff;
}

.profit_box_wrp h3 {
    font-weight: 600;
    font-size: 37px;
    color: #fff;
    margin-bottom: 30px;
} 
.download_cont.profit_cont .download_opt span p {
    font-weight: 400;
    font-size: 17px;
    color: #6e727d;
    margin-bottom: 10px;
}

.download_cont.profit_cont a.btns {
    width: unset;
    padding: 0 35px;
    color: #161c2d;
    background: no-repeat;
    border: 2px solid #ecebfd;
}

.download_cont.profit_cont a.btns svg {
    margin-left: 10px;
}

.download_cont.profit_cont .download_opt {
    margin-bottom: 0;
}

.profit_cont_wrp {
    margin-bottom: 100px;
}

span.span_p {
    font-size: 18px;
    margin-bottom: 25px;
    display: block;
}

.download_cont.profit_cont.profit_cont2 h4 {
    font-weight: 600;
    font-size: 37px;
    margin-bottom: 30px;
}

.download_cont.profit_cont.profit_cont2 {
    margin-top: 30px;
}


/*  profit-area-End  */


/*  faq-area-start  */
 

.blog_cont h3 span::after {
    content: "";
    position: absolute;
    top: 53px;
    left: 0;
    width: 133px;
    height: 28px;
    background-image: url(../image/blog_line.png);
}

.blog_cont h3 span {
    position: relative;
    color: #0040e5;
}

.blog_cont p {
    margin-bottom: 35px;
    max-width: 500px;
}

.blog_cont a {
    margin-bottom: 30px;
}

.blog_cont h3 {
    font-weight: 600;
    font-size: 33px;
    margin-bottom: 60px;
}

section.blog-area {
    background: url(../image/blog-bg.png);
    position: relative;
}

img.blog_vic5 {
    right: 10%;
    bottom: 30%;
}

.bl-img {
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 758px;
    margin: auto;
}

img.blog_vic1 {
    left: 5%;
    bottom: 5%;
}

img.blog_vic3 {
    right: 18%;
}

img.blog_vic2 {
    top: 50%;
    left: 12%;
}

img.blog_vic4 {
    left: 8%;
    top: 9%;
}


/*  blog-area-End  */


/*  Guarantee-area- start */

section.Guarantee {
    position: relative;
    padding-bottom: 60px;
} 

img.girl {
    position: absolute;
    left: 25%;
    transform: translateX(-25%);
    bottom: 0;
}

.Guarantee_cont {
    margin-left: 36px;
}

.Guarantee_cont p.brkd span {
    background: -webkit-linear-gradient(to right, #2E2FFB 100%, #3EB5FF 61%);
    background: linear-gradient( 92deg, #cb5c17 23%, #e98c39 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.Guarantee_cont p {
    font-size: 18px;
    color: #444444;
    margin-bottom: 35px;
}

.Guarantee_cont h2 {
    font-size: 40px;
    font-weight: 700;
    width: max-content;
    margin-bottom: 16px;
}


/*  Guarantee-area- End */


/*  faq-area-start  */

.faq-area {
    position: relative;
    z-index: 3;
    background: #edf2fd;
}

.faq-title {
    margin-top: 137px;
}

.faq-area img.blog_vic5 {
    bottom: 15%;
    right: 6%;
}
 
.faq-area img.blog_vic3 {
    top: 15%;
    right: 8%;
}

.faq-title h2 {
    font-size: 51px;
    font-weight: 600;
    color: #19274d;
}

.faq_img {
    margin-top: -216px;
    text-align: center;
}

.faq-title p {
    background: -webkit-linear-gradient( 0deg, rgb(250, 69, 74) 0%, rgb(255, 123, 67) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.accordion-item button {
    font-weight: 600;
    font-size: 15px;
    color: #19274d;
    background: #fff;
    border-radius: 30px !important;
    position: relative;
    width: 100%;
}

.accordion-body {
    color: #fff;
    padding: 30px;
    font-weight: 500;
    font-size: 15px;
    color: black;
    padding-top: 7px;
}

button.accordion-button span {
    transform: rotate(45deg);
    position: relative;
}

.faq-title h3 span {
    color: #1550e7;
    position: relative;
}

.faq-title h3 span:after {
    content: "";
    position: absolute;
    bottom: -35px;
    right: 140px;
    width: 127px;
    height: 30px;
    background: url(../image/blog_line.png);
}

.faq-title h3 {
    font-weight: 600;
    font-size: 42px;
    max-width: 568px;
    color: #1a1b1e;
    text-transform: capitalize;
}

.accordion-item button span {
    position: relative;
}

.accordion-item button.accordion-button::after {
    content: "";
    width: 18px;
    height: 19px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    background: url(../image/faq_arrow.png);
    transform: translateY(-50%) rotate(357deg) !important;
}

button.accordion-button.collapsed::after {
    content: "";
    width: 18px;
    height: 19px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    background: url(../image/faq_arrow.png);
    transform: translateY(-50%) rotate(274deg) !important;
}

.acrid_faq {
    padding: 50px 0 100px;
}


/* faq-area-END  */


/*  LastIntros-area-start  */

.user {
    width: max-content;
    margin: auto;
    text-align: center;
}

.user_info {
    display: flex;
    align-items: center;
}

.user_info p {
    font-weight: 400;
    font-size: 16px;
    color: #6c6c6c;
    background: unset;
}

.user_info a {
    margin-left: 15px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 22px;
    background: linear-gradient(to right, #ffd654 0%, #ff8a9b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Azam {
    margin-left: 30px;
}
 

section#subscription_last .section-title.text-center a {
    margin-bottom: 20px;
}

section#subscription_last {
    background: #fff;
}

section#subscription_last div#firsttimer {
    margin-bottom: 0;
}


/*  LastIntros-area-start  */


/*  LastIntros-area-start  */

.lastIntros-area {
    background: #eff9fe;
    padding-top: 300px;
    margin-top: -330px;
    position: relative;
    z-index: 1;
}

.lastIntros-area img.onlyDots {
    position: absolute;
    bottom: -150px;
    left: 4%;
}

.intros-wrp {
    margin-top: 130px;
}

.intros-wrp span {
    font-size: 12px;
    color: #39374d;
    display: block;
    margin-bottom: 15px;
}

.intros-wrp h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
}

.intros-wrp h3 b {
    font-weight: 700;
    color: #377ef9;
}

.intros-wrp p {
    font-size: 15px;
    color: #455880;
}

a.playit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 20px;
    color: #161c2d;
    border-radius: 5px;
    z-index: 5;
    opacity: 0;
}

a.playit:hover {
    color: #fff;
    background: #377ef9;
}


/* LastIntros-area-END */


/* a.playit {
    color: #377ef9;
    display: flex;
    box-shadow: 0px 15px 30px 0px rgb(55 126 249 / 23%);
    width: 120px;
    height: 120px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    margin-top: 70px;
    background: #fff;
    transition: .3s;
} */

.pd_100 {
    padding: 100px 0;
}

.mfp-iframe-holder .mfp-content { 
    max-width: 90%;
}



/* ============================ */

footer {
    background: #0040e5;
    color: #fff;
    text-align: center;
}

footer.pt_100 div#firsttimer {
    margin-bottom: 10px;
}

img.ft_left {
    z-index: 2;
    left: 16%;
}

img.ft_right {
    z-index: 2;
    right: 10%;
}

.footer_cont {
    max-width: 1100px;
    margin: auto;
}

.footer_cont span#d_app {
    background: #1a53e8;
    font-size: 18px;
    font-family: 'CircularStd-Medium';
    padding: 6px 25px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 30px;
}

.footer_cont h2 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 50px;
}

.footer_cont h3 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
}

a.btns.Access {
    background: no-repeat;
    border: 2px solid #265ce9;
    color: #fff;
}

.footer_cont ul li span {
    color: #fff;
}

.f_btn {
    margin-bottom: 50px;
}

.f_btn a {
    width: unset;
    padding: 0 37px;
    font-size: 15px;
    font-weight: 600;
    background: #fff;
}

.f_btn a svg {
    margin-left: 10px;
}

.footer_cont p {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 30px;
}

.footer_cont ul {
    padding-bottom: 20px;
}

.footer_cont ul li {
    display: inline-block;
    color: #fff;
}

.footer_cont ul li a {
    display: block;
    margin: 0 5px;
    border-left: 1px solid #fff;
    line-height: 1;
    padding-left: 13px;
    font-size: 17px;
}

.footer_btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 10px;
}  






















.v-box img {
    width: 100%;
    height: 400px;
    border-radius: 0px;
    object-position: center;
}