/*=====Reset CSS======*/
:root {
    --primary_font: "Poppins", sans-serif;
    --secondary_font: "MicrogrammaDBolExt";
    --transtn: 400ms all ease-in-out;
    --white: #fff;
    --body: #000;
    --primary_clr: #2f54e3;
    --ttle_clr: #0f0d34;
    --bg-color: #f6f7fe;
    --smallhead: "Chakra Petch";
    --headingh2: "Microgramma D";
}

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
    margin: 0;
    padding: 0;
    border: 0;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
select,
.btn,
textarea {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none !important;
    font-style: normal;
}

button {
    border: none;
}

a:focus,
button:focus,
input:focus,
input[type="buttton"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

a,
label,
span {
    display: inline-block;
    vertical-align: middle;
    vertical-align: 0;
    color: inherit;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

figure {
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    margin: 0;
    font-size: 0;
    line-height: 100%;
}

figure img {
    max-width: 100%;
}

ul,
ol {
    list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

h1 {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: var(--ttle_clr);
    font-weight: bold;
    font-family: var(--secondary_font);
}

h1 span {
    color: var(--primary_clr);
}

h4 {
    font-size: 16px;
    letter-spacing: 3px;
    color: var(--primary_clr);
    font-weight: 700;
    font-family: var(--smallhead);
    text-transform: uppercase;
}

h2 {
    font-size: 47px;
    text-transform: uppercase;
    color: var(--ttle_clr);
    font-family: var(--headingh2);
    letter-spacing: 1px;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.text-center {
    text-align: center;
}

body,
html {
    overflow-x: hidden;
}

body {
    font-style: normal;
    min-height: 100%;
    background-color: var(--white);
    position: relative;
    font-family: var(--primary_font);
    box-sizing: border-box;
    position: relative;
    z-index: -1;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    color: var(--body);
}

html {
    scroll-behavior: smooth;
}

.svg_container {
    display: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

/* start mobile nav toggle buttom  ********/
.nav_togge_btn {
    background-color: transparent;
    padding: 0;
    position: relative;
    z-index: 99;
}

.line {
    fill: none;
    stroke: #000;
    stroke-width: 5;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 5;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 5;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 5;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 5;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 5;
}

/* end mobile nav toggle buttom  ********/

/***** header start *************/
.hedr {
    width: 100%;
    position: relative;
    background: var(--bg-color);
    padding: 22px 0px;
    z-index: 9;
}

.scrolled {
    padding: 130px 0px 0px;
}

.scrolled .hedr {
    width: 100%;
    position: fixed;
    background: var(--bg-color);
    padding: 22px 0px;
    z-index: 9;
    left: 0;
    top: 0;
    filter: drop-shadow(0px 15px 25px rgba(14, 77, 228, 0.15));
    transition: var(--transtn);
}

.navbar_brand img {
    transition: var(--transtn);
}

.scrolled .hedr .navbar_brand img {
    max-width: 140px;
}

.hedr .navbar {
    padding: 0px;
}

.hedr .navmenumain .nav_menu {
    display: flex;
    align-items: center;
}

.hedr .navmenumain .nav_menu .nav_item {
    margin-left: 36px;
}

.hedr .navmenumain .nav_menu .nav_item .nav_link {
    font-size: 15px;
    line-height: 60px;
    color: var(--ttle_clr);
    font-weight: 500;
    position: relative;
    transform: var(--transtn);
}

.hedr .navmenumain .nav_menu .nav_item .nav_link::before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
    border-radius: 25px;
    background: var(--primary_clr);
    opacity: 0;
    transform: var(--transtn);
}

.hedr .navmenumain .nav_menu .nav_item .nav_link:hover::before,
.hedr .navmenumain .nav_menu .nav_item.active .nav_link::before {
    opacity: 1;
    transition: all 0.6s ease;
}

.hedr .navmenumain .nav_menu .nav_item .nav_link:hover,
.hedr .navmenumain .nav_menu .nav_item.active .nav_link {
    color: var(--primary_clr);
}

.contactnav_link {
    font-size: 15px;
    text-transform: uppercase;
    color: --white;
    font-weight: 500;
}

/***** header end *************/

/* start global heading */

p {
    font-size: 18px;
    line-height: 30px;
    color: #0f0d34;
    font-weight: 400;
    font-family: var(--primary_font);
}

.clor {
    color: #000;
}

h1,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-family: var(--secondary_font);
}

.site_btn {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    color: var(--white);
    min-width: 143px;
    height: 54px;
    border-radius: 6px;
    position: relative;
    background-color: var(--primary_clr);
    border: 1px solid var(--primary_clr);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: var(--transtn);
}

.site_btn span {
    position: relative;
    z-index: 2;
}

.site_btn:after {
    width: 100%;
    height: 100%;
    background-color: var(--white);
    border-radius: 6px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.6s ease;
}

.site_btn:hover:after {
    transform: scale(1);
    transition: all 0.6s ease;
}

.site_btn:hover {
    color: var(--primary_clr);
}

/* start bannearsect */
.bodystyl {
    overflow: hidden;
}

.bodystyl .hedr::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000ab;
    z-index: 1;
    backdrop-filter: blur(6px);
}

/* end descriptionsection */

/* satrt bannearsect */
.prod_img_wrp {
    position: relative;
}

.prod_img_wrp .prod_img {
    position: relative;
    z-index: 1;
    max-width: 200px;
    width: 100%;
    display: block;
    margin: 20px auto 0px;
    text-align: center;
}

.prod_img_shape img {
    width: 95%;
}

.prod_img_shape {
    position: absolute;
    top: 40px;
    left: -130px;
    right: 0px;
    text-align: center;
}


.bannearsect {
    width: 100%;
    position: relative;
    background: var(--bg-color);
}

.bannearsect h1 {
    font-size: 45px;
    line-height: 60px;
    text-transform: uppercase;
    color: var(--ttle_clr);
    font-weight: 700;
    margin-bottom: 25px;
}

.bannearsect .site_btn {
    min-width: 200px;
    height: 60px;
}

.aligntext {
    align-items: center;
}

.banimg {
    width: 100%;
    min-width: 688px;
    position: relative;
    left: -130px;
    margin-top: -30px;
}

.dotsheap {
    position: absolute;
    width: 100px;
    left: -40px;
    top: 24%;
}

.sectionsheap {
    width: 100%;
    position: relative;
    margin-top: -15%;
}

.bannearsect .container {
    z-index: 1;
    position: relative;
}

.bannearsect::after {
    content: "";
    position: absolute;
    background: url("../images/sectionsheap.png") no-repeat;
    background-size: 100% 100%;
    bottom: -200px;
    left: 0;
    right: 0;
    height: 350px;
}

/* end bannearsect */

/* start aboutsect */
.aboutsect {
    width: 100%;
    position: relative;
    padding: 260px 0px;
}

.videobox {
    width: 100%;
    position: relative;
    max-width: 580px;
    margin-top: 10px;
}

.videobox img {
    width: 100%;
    border-radius: 20px;
}

.aboutsect h4 {
    margin-bottom: 30px;
}

.aboutsect h2 {
    margin-bottom: 68px;
}

.aboutsect h6 {
    font-size: 18px;
    line-height: 34px;
    color: #000000;
    font-weight: 500;
    font-family: var(--primary_font);
    margin-top: 30px;
}

.aboutlist {
    width: 100%;
    position: relative;
    margin: 20px 0px 30px;
}

.aboutlist li {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.aboutlist li .listicon {
    min-width: 50px;
}

.aboutlist li .listicon img {
    width: 100%;
}

.aboutlist li+li {
    margin-top: 22px;
}

.listcont {
    margin-left: 20px;
}

.listcont h5 {
    font-size: 20px;
    line-height: 34px;
    color: var(--body);
    font-weight: 600;
    font-family: var(--primary_font);
}

.listcont p {
    font-size: 16px;
    line-height: 25px;
    color: #616068;
    font-weight: 400;
}

.btn_pic {
    width: 63px;
    height: 63px;
    background: #2f53e3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.btn_pic {
    width: 80px;
    height: 80px;
}

.btn_pic i {
    font-size: 23px;
    color: #fff;
}

@keyframes anim-ripple {
    from {
        opacity: 1;
        transform: scale3d(0.75, 0.75, 1);
    }

    to {
        opacity: 0;
        transform: scale3d(1.25, 1.25, 1);
    }
}

.btn_pic::after {
    content: "";
    position: absolute;
    animation: anim-ripple 2s infinite;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 3px solid #2f53e3;
    width: 100px;
    height: 100px;
}

/* end aboutsect */

/* start servicesection */
.servicesection .site_btn {
    min-width: 223px;
}

.servicesection {
    width: 100%;
    position: relative;
    padding: 0px 0px 200px;
    background: var(--bg-color);
    z-index: 1;
    margin-bottom: 220px;
}

.servicesection::before {
    content: "";
    position: absolute;
    background: url(../images/sheapbg2.png) no-repeat;
    left: 0;
    right: 0;
    height: 334px;
    background-size: 100% 100%;
    bottom: calc(100% - 150px);
}

.servicesection::after {
    content: "";
    position: absolute;
    background: url(../images/sheapbg3.png) no-repeat;
    background-size: 100% 100%;
    bottom: -140px;
    left: 0;
    right: 0;
    height: 350px;
    z-index: -1;
}

.flexrow {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.flexrow+.flexrow {
    margin-top: 60px;
}

.borderbtn {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    color: var(--primary_clr);
    min-width: 175px;
    height: 54px;
    border-radius: 6px;
    position: relative;
    background-color: transparent;
    border: 1px solid var(--primary_clr);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: var(--transtn);
}

.borderbtn span {
    position: relative;
    z-index: 2;
}

.borderbtn:after {
    width: 100%;
    height: 100%;
    background-color: var(--primary_clr);
    border-radius: 6px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.6s ease;
}

.borderbtn:hover:after {
    transform: scale(1);
    transition: all 0.6s ease;
}

.borderbtn:hover {
    color: var(--white);
}

.srviceimg,
.srvicecontent {
    width: 50%;
    position: relative;
}

.srviceimg img {
    width: 100%;
    max-width: 428px;
}

.servicesection h4 {
    margin-bottom: 20px;
}

.srvbox {
    width: 100%;
    max-width: 425px;
    margin-left: auto;
}

.srvbox p {
    font-size: 20px;
    line-height: 32px;
    color: var(--ttle_clr);
    font-weight: 400;
    margin-bottom: 20px;
}

.srvbox h3 {
    font-size: 40px;
    line-height: 50px;
    color: var(--ttle_clr);
    margin-bottom: 20px;
}

.marb80 {
    margin-bottom: 80px;
}

.flexrow:nth-child(even) {
    flex-direction: row-reverse;
}

.flexrow:nth-child(even) .srvbox {
    margin-left: 0;
}

.flexrow:nth-child(even) .srviceimg {
    text-align: right;
}

.flexrow:nth-child(odd) .srviceimg::before {
    left: auto;
    right: 190px;
}

.srviceimg::before {
    position: absolute;
    bottom: 50px;
    left: 190px;
    width: 100px;
    height: 50px;
    background: url(../images/uppr_ftr_dots.png) no-repeat center;
    background-size: contain;
    z-index: -1;
    content: "";
}

.getbtnmargin {
    margin-top: 140px;
    margin-bottom: -140px;
}

.featureslist {
    width: 100%;
    position: relative;
}

.bluedot {
    width: 21px;
    height: 21px;
    border-radius: 50px;
    background-color: #2f54e3;
    display: block;
    position: relative;
}

.rounddevide {
    width: 92px;
    height: 92px;
    border-radius: 100px;
    background-color: #e2e7fb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.featureslist::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 3px dotted #d3dcfc;
    top: 45px;
}

.step_sec .featureslist::before {
    background-color: var(--primary_clr);
}

.featureslist::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50px;
    background: #d3dcfc;
    border-radius: 50px;
    z-index: 2;
}

.dotbottom {
    position: absolute;
    width: 11px;
    height: 11px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: #d3dcfc;
    border-radius: 25px;
    z-index: 1;
}

.soluction_bnnr h1 {
    color: var(--primary_clr);
}

.soluction_bnnr h1 span {
    display: block;
    color: var(--ttle_clr);
}

.solution_sec {
    width: 100%;
    position: relative;
    width: 100%;
    padding: 240px 0 400px;
}

/* end servicesection */

/* start footer */
.demo_sec {
    padding: 300px 0;
}

.ftr {
    background-color: #000059;
    padding: 40px 0 0;
    position: relative;
    margin-top: 315px;
}

.ftr::before {
    content: "";
    position: absolute;
    background: url("../images/ftr_shp.png") no-repeat;
    left: 0;
    right: 0;
    height: 334px;
    background-size: 100% 100%;
    bottom: calc(100% - 16px);
}

.ftr .row {
    border-top: 1px solid #ffffff3d;
    border-bottom: 1px solid #ffffff3d;
}

.ftr .row .col-md-4 {
    border-right: 1px solid #ffffff3d;
}

.ftr .row .col-md-4:last-child {
    border-right: none;
}

.footer_logo {
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 3;
    margin-top: -80px;
    margin-top: -200px;
    margin-bottom: 45px;
}

.footer_logo img {
    max-width: 334px;
}

.ftr_lst_wrp {
    padding: 45px 0 34px;
}

.ftr .row .col-md-4 .ftr_lst_wrp {
    padding-left: 28px;
}

.ftr .row .col-md-4:first-child .ftr_lst_wrp {
    padding-left: 0;
}

.ftr_lst_wrp h6 {
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    color: var(--white);
    font-weight: bold;
    font-family: var(--secondary_font);
    margin-bottom: 50px;
}

.ftr_lst_wrp .link_lists {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ftr_lst_wrp .link_lists li {
    flex: 0 0 auto;
    width: 40%;
    margin-bottom: 38px;
}

.ftr_lst_wrp .link_lists li a {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 500;
    transition: var(--transtn);
    font-family: var(--primary_font);
    position: relative;
}

.ftr_lst_wrp .link_lists li a::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: var(--white);
    left: 0;
    right: 0;
    bottom: -3px;
    scale: 0;
    transition: var(--transtn);
}

.ftr_lst_wrp .link_lists li a:hover:after {
    scale: 1;
}

.ftr_lst_wrp ul li {
    display: flex;
    margin-bottom: 27px;
}

.ftr_lst_wrp ul li .lst_img {
    flex: 0 0 auto;
    margin-right: 16px;
}

.ftr_txt span {
    opacity: 0.502;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 500;
    display: block;
    font-family: var(--primary_font);
}

.ftr_txt p {
    font-size: 18px;
    line-height: 28px;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 0 !important;
}

.ftr_txt a {
    font-size: 18px;
    line-height: 28px;
    color: var(--white);
    font-weight: 500;
    font-family: var(--primary_font);
}

.ftr_lst_wrp p {
    font-size: 15px;
    line-height: 24px;
    color: var(--white);
    font-weight: 500;
    font-family: var(--primary_font);
    margin-bottom: 21px;
}

.ftr_lst_wrp form {
    display: flex;
    flex-direction: column;
}

.email_box {
    width: 100%;
    padding: 15px 24px;
    background: transparent;
    outline: none;
    border: 1px solid var(--white);
    font-size: 15px;
    line-height: 28px;
    color: var(--white);
    font-weight: 500;
    font-family: var(--primary_font);
    margin-bottom: 17px;
}

.email_box::placeholder {
    color: #8080ac;
}

.email_btn {
    max-width: 204px;
    border-radius: 6px;
    border: transparent;
}

.cpy_wrpr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0 21px;
}

.cpy_wrpr p {
    width: 50%;
    font-size: 15px;
    line-height: 34px;
    color: var(--white);
    font-weight: 400;
    font-family: var(--primary_font);
}

.cpy_wrpr ul {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.cpy_wrpr ul li {
    flex: 0 0 auto;
    margin-right: 5px;
}

.cpy_wrpr ul li a {
    background-color: var(--primary_clr);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transtn);
    border: transparent;
}

.cpy_wrpr ul li a:hover {
    background-color: transparent;
    border: 1px solid var(--white);
}

.cpy_wrpr ul li a i {
    color: var(--white);
    font-size: 16px;
    transition: var(--transtn);
}

.cpy_wrpr ul li:last-child {
    margin-right: 0;
}

.dot_shp {
    position: absolute;
    left: -35px;
    top: 178px;
}

.upr_ftr_dot {
    position: absolute;
    top: -162px;
    right: 80px;
    z-index: -1;
}

/* end footer */

/* start soluctionsect */
.solution_sec {
    width: 100%;
    position: relative;
    width: 100%;
    padding: 0px 0 125px;
}

.soluction_dots {
    position: absolute;
    left: -30px;
    top: 32%;
    z-index: -1;
}

.solution_sec .row {
    margin-bottom: 85px;
}

.solution_sec .row:nth-child(even) {
    flex-direction: row-reverse;
}

.solution_sec .row:last-child {
    margin-bottom: 0;
}

.soluction_img {
    /* height: 561px; */
    margin-left: 100px;
}

.tstmsldr .slick-dots li button:before {
    display: none;
}

.soluction_img .slut_img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.solution_wpr {
    max-width: 460px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    height: 100%;
}

.solution_sec .row:nth-child(even) .solution_wpr {
    margin-left: auto;
}

.solution_sec .row:nth-child(even) .soluction_img {
    margin-left: 0;
}

.solution_wpr h4 {
    margin-bottom: 15px;
}

.solution_wpr h2 {
    margin-bottom: 10px;
    font-size: 40px;
}

.solution_wpr p {
    font-size: 18px;
    line-height: 28px;
    color: var(--body);
    font-weight: 400;
    font-family: var(--primary_font);
    margin-bottom: 18px;
}

.solution_wpr .frst_para {
    color: #000000cb;
}

.solution_sec .row:nth-child(even) .solution_wpr .frst_para {
    color: var(--body);
}

/* end soluctionsect */

/* start inner_banner */
.inner_banner {
    width: 100%;
    position: relative;
    background: var(--bg-color);
}

.inner_banner .sectionsheap {
    margin-top: -18%;
    z-index: 2;
}

.inner_banner .container {
    position: relative;
}

.inner_banner .dotsheap {
    position: absolute;
    right: 60px;
    bottom: 95px;
    top: unset;
    left: unset;
    z-index: 3;
}

.inner_bantext {
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 3;
}

.breadcamp {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcamp a {
    position: relative;
    font-size: 18px;
    color: var(--ttle_clr);
    font-weight: 500;
    padding-right: 20px;
    margin-right: 10px;
}

.breadcamp span {
    font-size: 18px;
    color: #acb3c5;
    font-weight: 500;
}

.breadcamp a::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "/";
}

.soluction_bnnr h1 span {
    display: block;
}

.soluction_bnnr::after {
    content: "";
    position: absolute;
    background: url("../images/sectionsheap.png") no-repeat;
    background-size: 100% 100%;
    height: 350px;
    bottom: -120px;
    left: 0;
    right: 0;
}

/* end inner_banner */

/* **************** About Us Start *************** */
/* start inner_banner */
.inner_banner {
    width: 100%;
    position: relative;
    background: var(--bg-color);
    margin-bottom: 125px;
}

.inner_banner::after {
    content: "";
    position: absolute;
    background: url("../images/shape_down.png") no-repeat;
    background-size: 100% 100%;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 350px;
    z-index: 3;
}

.inner_banner.inner_bannerblog::after {
    content: "";
    position: absolute;
    background: url("../images/shape_down_new.png") no-repeat;
    background-size: 100% 100%;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 350px;
    z-index: 3;
}

.inner_banner .container {
    position: relative;
    z-index: 4;
}

.inner_banner .dotsheap {
    position: absolute;
    right: 0px;
    bottom: 177px;
    top: unset;
    left: unset;
    z-index: 3;
}

.inner_bantext {
    text-align: center;
    padding: 100px 0 150px;
    position: relative;
    z-index: 3;
}

.breadcamp {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcamp a {
    position: relative;
    font-size: 18px;
    color: var(--ttle_clr);
    font-weight: 500;
    padding-right: 20px;
    margin-right: 10px;
}

.breadcamp span {
    font-size: 18px;
    color: #acb3c5;
    font-weight: 500;
}

.breadcamp a::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "/";
}

/* end inner_banner */

/* start company_story */

.company_story {
    padding-bottom: 125px;
    position: relative;
    overflow: hidden;
}

.company_story_text h4,
.company_story_text p {
    margin-bottom: 15px;
}

.company_story_text h2 {
    margin-bottom: 25px;
}

.company_story_text h3 {
    font-size: 30px;
    line-height: 50px;
    color: var(--ttle_clr);
    font-family: var(--secondary_font);
}

.company_story .container>.row+.row {
    margin-top: 80px;
}

.company_story .container>.row .company_story_text p:last-child {
    margin-bottom: 0;
}

.company_story_img {
    max-width: 585px;
    margin-left: auto;
    position: relative;
}

.company_story_img img {
    border-radius: 10px;
}

.company_story_img .dotsheap {
    border-radius: 0;
    left: -42px;
    top: calc(100% - 30px);
    z-index: -1;
}

.company_story>.dotsheap {
    top: 285px;
    left: calc(100% - 55px);
}

.company_story .container>.row {
    align-items: center;
}

.company_story .container>.row:nth-child(even) {
    flex-direction: row-reverse;
}

.company_story .container>.row:nth-child(even) .company_story_img {
    margin-left: unset;
    margin-right: auto;
}

.company_story .container>.row:nth-child(even) .company_story_img .dotsheap {
    left: calc(100% - 57px);
}

.company_story_text ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

.company_story_text ul li+li {
    margin-top: 20px;
}

.company_story_text ul li .com_story_icon {
    width: 50px;
    height: auto;
    margin-right: 20px;
}

.company_story_text ul li .com_story_dtl {
    width: calc(100% - 70px);
    height: auto;
}

.company_story_text ul li .com_story_dtl h6 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
}

.company_story_text ul li .com_story_dtl p {
    font-size: 16px;
    line-height: 22px;
    color: #616068;
    font-weight: 400;
}

/* end company_story */

/* Start our_team */
.team_sec {
    margin-bottom: 125px;
    text-align: center;
    background-color: #f6f8fe;
    position: relative;
    padding: 220px 0;
}

.team_sec .container {
    position: relative;
}

.team_sec .gray_dotsheap {
    top: -150px;
    left: 150px;
    z-index: 9;
}

.team_sec::before {
    content: "";
    position: absolute;
    background: url("../images/shape_up.png") no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 350px;
    z-index: 3;
}

.team_sec::after {
    content: "";
    position: absolute;
    background: url("../images/shape_down.png") no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 350px;
    z-index: 3;
}

.team_sec h2,
.team_sec h4 {
    margin-bottom: 10px;
}

.team_sec .team_wram_img {
    max-width: 310px;
    margin: 0 auto;
}

.team_sec .team_wram {
    margin-top: 50px;
}

.team_sec .team_wram_text {
    padding: 20px;
    padding-top: 35px;
}

.team_sec .team_wram_text h6 {
    font-size: 23px;
    line-height: 34px;
    color: var(--body);
    font-weight: 600;
    margin-bottom: 5px;
}

.team_sec .team_wram_text p {
    font-size: 16px;
    line-height: 22px;
    color: #616068;
    font-weight: 400;
}

.team_sec .site_btn {
    margin-top: 75px;
    min-width: 200px;
    height: 60px;
    z-index: 9;
}

.team_sec .shape_up {
    margin-bottom: -10%;
}

.team_sec .shape_down {
    margin-top: -10%;
}

/* end our_team */

/* start vision_goals */
.vision_goals {
    margin-bottom: 125px;
}

.vision_goals .vision_sec {
    align-items: center;
    margin-bottom: 100px;
}

.vision_goals h4 {
    margin-bottom: 15px;
    text-align: center;
}

.vision_goals h2 {
    margin-bottom: 55px;
    text-align: center;
}

.vision_goals_img img {
    width: 100%;
    border-radius: 10px;
}

.vision_goals_text {
    max-width: 410px;
    margin-left: auto;
}

.vision_goals_text h3,
.goals_text h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    color: var(--ttle_clr);
    font-weight: bold;
    font-family: var(--secondary_font);
}

.vision_goals_text p,
.goals_text p {
    font-size: 18px;
    line-height: 28px;
    color: var(--ttle_clr);
    font-weight: 400;
    font-family: var(--primary_font);
    margin-bottom: 30px;
}

.vision_goals_text p:last-child {
    margin-bottom: 15px;
}

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

.vision_goals_text li {
    font-size: 18px;
    line-height: 25px;
    color: var(--body);
    font-weight: 500;
    padding-left: 25px;
    position: relative;
}

.vision_goals_text li+li {
    margin-top: 15px;
}

.vision_goals_text li::before {
    left: 0;
    position: absolute;
    top: 7px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    content: "";
    background-color: var(--primary_clr);
}

.goals_sec {
    position: relative;
}

.goals_img {
    max-width: 870px;
    min-height: 525px;
    margin-left: auto;
}

.goals_img img {
    border-radius: 10px;
}

.goals_text {
    position: absolute;
    bottom: -50px;
    border-radius: 10px;
    background-color: var(--white);
    left: 0;
    max-width: 490px;
    padding: 40px 65px 40px 10px;
}

/* end vision_goals */

/* start vision_goals */
.partners_wrp {
    display: flex;
    align-items: center;
}

.partners_sec h4 {
    text-align: center;
    margin-bottom: 15px;
}

.partners_sec h2 {
    text-align: center;
    margin-bottom: 45px;
}

.partners_wrp .img_wrap {
    flex: 0 0 auto;
    /* max-width: 198px; */
    padding: 0 20px;
    flex: 1;
}

.partners_wrp .img_wrap img {
    max-height: 90px;
    object-fit: contain;
}

.partners_sec {
    margin-bottom: 125px;
}

/* end vision_goals */

/* **************** About Us End *************** */

/* blog page start */
.blog_bnr .sectionsheap {
    margin-top: -52%;
}

.blog_bnr {
    padding: 20px 0;
    position: relative;
}

.blog_bnr .container {
    position: relative;
    z-index: 3;
}

.blog_bnr_item_img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.blog_bnr_item_cnt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 40px;
}

.blog_bnr_item_cnt h5 {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 25px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: var(--primary_font);
}

.blog_bnr_item_cnt h3 {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
    font-family: var(--primary_font);
    max-width: 780px;
    padding-bottom: 10px;
}

.blog_bnr_item_cnt h6 {
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 400;
    font-family: var(--primary_font);
    display: inline-flex;
    align-items: center;
}

.blog_bnr_item_cnt h6 span {
    margin-right: 10px;
}

.blog_bnr_slide_wrap {
    background-color: #fff;
    z-index: 9;
    margin-bottom: -68px;
    margin-top: 68px;
    border-radius: 10px;
}

.blog_bnr_slide_wrap .slick-prev::before {
    content: "\f053";
    font-family: "fontawesome";
    opacity: 1;
}

.blog_bnr_slide_wrap .slick-arrow {
    height: 45px;
    width: 45px;
    border: 2px solid #fff;
    border-radius: 50px;
}

.blog_bnr_slide_wrap .slick-next::before {
    content: "\f054";
    font-family: "fontawesome";
    opacity: 1;
}

.blog_bnr_slide_wrap .slick-prev {
    position: absolute;
    right: 100px;
    left: unset;
    z-index: 5;
    bottom: 0;
    top: unset;
}

.blog_bnr_slide_wrap .slick-next {
    position: absolute;
    right: 40px;
    left: unset;
    z-index: 5;
    bottom: 0;
    top: unset;
}

.blog_ptn_one {
    position: absolute;
    left: 0;
    width: 50px;
    z-index: 4;
    top: 170px;
}

.blog_ptn_two {
    position: absolute;
    right: 75px;
    width: 75px;
    z-index: 9;
    top: 46%;
}

.latest_blog_hdng h2 {
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    color: #0f0d34;
    text-align: center;
    font-weight: bold;
    font-family: var(--secondary_font);
}

.latest_blog_hdng h2 span {
    color: #2f54e3;
}

.latest_blog_hdng {
    padding-bottom: 60px;
}

.latest_blog {
    padding-bottom: 125px;
}

.latest_blog_inr_cnt .nav-tabs {
    border: none;
}

.latest_blog_inr_cnt .nav-tabs button {
    font-size: 18px;
    line-height: 10px;
    color: #0f0d34;
    font-weight: 500;
    font-family: var(--primary_font);
    border: none;
    transition: all 0.5s ease-in-out;
    padding: 0 40px 0 0;
}

.latest_blog_inr_cnt .nav-tabs button.active {
    color: #2f54e3;
    text-decoration: underline !important;
}

.latest_blog_inr_cnt .nav-tabs button:hover {
    text-decoration: underline !important;
    color: #2f54e3;
}

.latest_blog_inr_cnt_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    align-items: center;
}

.latest_blog_inr_cnt_list form input {
    border: none;
    max-width: 150px;
}

.latest_blog_inr_cnt_list form input::placeholder {
    font-size: 15px;
    line-height: 10px;
    color: #000000;
    font-weight: 400;
    font-family: var(--primary_font);
}

.latest_blog_inr_cnt_list form button {
    background: transparent;
}

.latest_blog_inr_cnt_wrap {
    border-radius: 25px;
    filter: drop-shadow(0px 10px 32.5px rgba(63, 57, 104, 0.1));
    background-color: #ffffff;
    overflow: hidden;
}

.latest_blog_inr_cnt_txt h5 {
    font-size: 20px;
    line-height: 30px;
    color: #0f0d34;
    font-weight: 600;
    font-family: var(--primary_font);
}

.latest_blog_inr_cnt_txt {
    padding: 20px 30px;
}

.latest_blog_inr_cnt_txt h6 {
    font-size: 14px;
    line-height: 24px;
    color: #494866;
    font-weight: 400;
    font-family: var(--primary_font);
    padding: 7px 0;
}

.latest_blog_inr_cnt_txt h6 span {
    margin-right: 10px;
}

.latest_blog_inr_cnt_txt p {
    font-size: 15px;
    line-height: 24px;
    color: #494866;
    font-weight: 400;
    font-family: var(--primary_font);
    padding-bottom: 5px;
}

.latest_blog_inr_cnt_txt a {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline !important;
    color: #005fff;
    font-weight: 400;
    font-family: var(--primary_font);
}

.latest_blog_inr_cnt .row .col-md-4:nth-child(n + 4) {
    margin-top: 25px;
}

.latest_blog_inr_cnt_img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.pagiantion_wrap ul {
    display: flex;
    justify-content: center;
}

.pagiantion_wrap ul li:not(:first-child, :last-child) a {
    border: 1px solid #67648f;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.pagiantion_wrap ul li a {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #464d4b;
    font-weight: 500;
    font-family: var(--primary_font);
}

.pagiantion_wrap ul li a i {
    border: 1px solid #67648f;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pagiantion_wrap {
    margin-top: 80px;
}

.pagiantion_wrap ul li:first-child a {
    margin-right: 30px;
}

.pagiantion_wrap ul li:first-child a i {
    margin-right: 7px;
}

.pagiantion_wrap ul li:last-child a i {
    margin-left: 7px;
}

.pagiantion_wrap ul li:last-child a {
    margin-left: 30px;
}

.pagiantion_wrap ul li:not(:first-child, :last-child) a:hover {
    background-color: #005fff;
    color: #fff;
    border-color: #005fff;
}

.pagiantion_wrap ul li a i:hover {
    background-color: #005fff;
    color: #fff;
    border-color: #005fff;
}

.pagiantion_wrap ul .pagination_active a {
    background-color: #005fff;
    color: #fff;
    border-color: #005fff !important;
}

/* blog page end */

/* testiml_sec */

.testiml_sec {
    padding: 0 0 125px;
}

.tstm_ttle {
    max-width: 700px;
}

.tstmsldr {
    margin-top: 0;
    margin-bottom: 0;
}

.tstmsldr .slick-track {
    display: flex;
    padding-top: 50px;
}

.tstmsldr .slick-slide {
    height: auto;
    padding: 60px 15px;
    transition: var(--transtn);
    position: relative;
}

.tstmsldr .slick-slide::before {
    position: absolute;
    content: "";
    width: 105px;
    height: 55px;
    background: url(../images/uppr_ftr_dots.png) no-repeat center;
    bottom: 30px;
    right: 200px;
    transition: var(--transtn);
    opacity: 0;
}

.tstmsldr .tstmsldritm.slick-center::before {
    opacity: 1;
}

.tstmsldr .slick-slide .tstmsldrinnr {
    height: 100%;
    border-radius: 25px;
    filter: drop-shadow(0px 15px 25px rgba(14, 77, 228, 0.15));
    background-color: #ffffff;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.tstmsldr .slick-slide .tstmsldrinnr::after {
    position: absolute;
    content: "";
    width: 85px;
    height: 85px;
    background: url(../images/quote.png) no-repeat center;
    right: 35px;
    bottom: 25px;
}

.athr_wrp {
    display: flex;
    align-items: center;
    padding-top: 25px;
    margin-top: auto;
}

.atrimg {
    width: 50px;
    flex: 0 0 auto;
    margin-right: 15px;
}

.tstmsldr_cntr {
    max-width: 1520px;
    margin: 0 auto;
}

.arcnct h6 {
    font-size: 20px;
    line-height: 1;
    color: #38315b;
    font-weight: 700;
    font-family: var(--primary_font);
}

.arcnct .rtngs {
    width: 85px;
    margin-top: 5px;
}

.tstmsldr .slick-slide .tstmsldrinnr p {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #38315b;
}

.tstmsldr .slick-slide .tstmsldrinnr p+p {
    margin-top: 10px;
}

.tstmsldr .slick-scrollbar {
    max-width: 1140px;
    margin: 0 auto;
}

.tstmsldr .slick-scrollbar input {
    width: 100%;
}

.tstmsldritm.slick-center {
    transform: translateY(-40px);
}

.tstmsldr .slick-arrow {
    width: 65px;
    height: 65px;
    border: 1px solid rgb(158 161 171 / 20%);
    top: -85px;
    right: 230px;
    transform: none;
}

.tstmsldr .slick-arrow:hover {
    border: 1px solid rgb(158 161 171 / 100%);
}

.tstmsldr .slick-arrow.slick-prev {
    left: unset;
    right: 320px;
}

.tstmsldr .slick-arrow::before {
    position: absolute;
    content: "\f054";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "fontawesome";
    color: #9ea1ab;
}

.tstmsldr .slick-arrow.slick-prev::before {
    content: "\f053";
}

.tstmsldr .slick-dots {
    max-width: 1140px;
    margin: 0 auto;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.tstmsldr .slick-dots li {
    margin: 0;
    width: 0;
    flex-grow: 1;
    height: 4px;
    background-color: rgb(153 158 164 / 20%);
    transition: var(--transtn);
}

.tstmsldr .slick-dots li.slick-active {
    background-color: #1e2c3a;
}

.tstmsldr .slick-dots li button {
    width: 100%;
    height: 4px;
    padding: 0;
}

/* testiml_sec */
#iline {
    background: #2f54e3;
    width: 3px;
    height: 0;
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

#iline {
    transition: height 0.9s ease;
}

/* **************** How it's work Start *************** */

/* start how_it's_work_banner */
.how_it_work_ban h1 span {
    display: unset;
}

.how_it_work_ban .banimg {
    left: 0;
    margin-top: 0;
    min-width: 625px;
}

.how_it_work_ban .aligntext {
    padding: 65px 0;
}

/* end how_it's_work_banner */

/* start step_sec */
.step_sec {
    margin-top: 125px;
    padding-top: 150px;
    background: transparent;
    padding-bottom: 0;
    margin-bottom: 125px;
}

.step_sec::before,
.step_sec::after {
    display: none;
}

.step_sec .flexrow {
    justify-content: space-between;
}

.step_sec .flexrow:nth-child(even) {
    flex-direction: row;
}

.step_sec .flexrow:nth-child(odd) {
    flex-direction: row-reverse;
}

.step_sec .flexrow:nth-child(odd) .srvbox {
    margin-left: unset;
    margin-right: auto;
}

.step_sec .flexrow:nth-child(even) .srvbox {
    margin-left: auto;
    margin-right: unset;
}

.step_sec .flexrow:nth-child(odd) .srviceimg {
    text-align: right;
}

.step_sec .flexrow:nth-child(even) .srviceimg {
    text-align: left;
}

.step_sec .srviceimg img {
    max-width: unset;
}

.step_sec .srviceimg img {
    max-width: unset;
}

.step_sec .srviceimg .step_main_img {
    max-width: 428px;
    margin-right: 37px;
    position: relative;
}

.step_sec .srviceimg::before {
    right: unset !important;
    left: 5px !important;
    bottom: 135px;
}

.step_sec .srviceimg {
    max-width: 455px;
}

.step_sec .srviceimg .step_sub_img {
    max-width: 220px;
    width: auto;
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 1;
    border-radius: 15px;
    filter: drop-shadow(0px 25px 45px rgba(0, 54, 70, 0.27));
}

.step_sec .srviceimg .step_sub_text {
    font-size: 18px;
    line-height: 25px;
    color: var(--body);
    padding: 20px 19px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: 1;
    border-radius: 15px;
    filter: drop-shadow(0px 25px 45px rgba(0, 54, 70, 0.27));
    background-color: var(--white);
}

.step_sec .srvbox {
    max-width: 490px;
}

.step_sec .srvbox h3 {
    font-size: 30px;
    line-height: 40px;
    color: var(--body);
    font-weight: 500;
    font-family: var(--primary_font);
}

.step_sec .srvbox ul li {
    position: relative;
    padding-left: 50px;
}

.step_sec .srvbox ul li::before {
    position: absolute;
    background: url(../images/check_point.png) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 40px;
    top: 3px;
    left: 0;
    content: "";
}

.step_sec .srvbox ul li+li {
    margin-top: 25px;
}

.step_sec .srvbox ul li p {
    font-size: 16px;
    line-height: 26px;
    color: #616068;
    margin-bottom: 0;
}

.step_sec .dotbottom {
    background-color: var(--primary_clr);
    width: 20px;
    height: 20px;
}

.step_sec .flexrow+.flexrow {
    margin-top: 140px;
}

/* end step_sec */

/* start saving_sec */
.saving_sec {
    padding: 125px 0 285px;
    margin-bottom: 125px;
    background-color: #f6f8fe;
    position: relative;
}

.saving_sec h2 {
    max-width: 765px;
    text-align: center;
    margin: 0 auto;
}

.saving_sec .row>.col-md-6 {
    margin-top: 60px;
}

.saving_wrap {
    padding: 25px;
    border-radius: 20px;
    filter: drop-shadow(0px 25px 45px rgba(0, 54, 70, 0));
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    transition: var(--transtn);
    height: 100%;
}

.saving_wrap:hover {
    filter: drop-shadow(0px 25px 45px rgba(0, 54, 70, 0.27));
    background-color: var(--white);
}

.saving_img {
    width: 50px;
    margin-right: 20px;
    flex: 0 0 auto;
}

.saving_text {
    width: calc(100% - 70px);
}

.saving_text h5 {
    font-size: 24px;
    line-height: 40px;
    color: var(--body);
    font-weight: 500;
    font-family: var(--primary_font);
}

.saving_text p {
    font-size: 16px;
    line-height: 26px;
    color: #616068;
}

.saving_sec::after {
    content: "";
    position: absolute;
    background: url(../images/shape_down.png) no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 350px;
    z-index: 3;
}

/* end step_sec */

/* **************** How it's work End *************** */

/*  contact_bnnr_sec start */
.inner_banner.innr_bannercntct::after {
    content: "";
    position: absolute;
    background: url("../images/brandnewcntct_bnnr.png") no-repeat;
    background-size: 100% 100%;
    left: 0;
    right: 0;
    bottom: -50px;
    height: 350px;
    z-index: 3;
}

.innr_cntcttext {
    padding: 43px 0 400px;
    position: relative;
}

.innr_cntcttext h1 {
    position: relative;
}

.innr_cntcttext h1::after {
    content: "";
    position: absolute;
    background: url("../images/contact_dots.png");
    left: -24px;
    bottom: -55px;
    z-index: -1;
    height: 55px;
    width: 102px;
}

/*  contact_bnnr_sec end */
/* contactfrm_sec start */
.contactfrm_sec .cntc_frm {
    padding: 50px 60px 56px;
    border-radius: 25px;
    filter: drop-shadow(0px 10px 32.5px rgba(63, 57, 104, 0.1));
    background-color: var(--white);
    position: relative;
    margin-top: -503px;
    margin-bottom: 100px;
    z-index: 4;
}

/* .contactfrm_sec .cntc_frm::before{
  content: "";
  position: absolute;
  background: url("../images/contact_dots.png");
  left: -40px;
  top: -30px;
  z-index: -1;
  height: 55px;
  width: 102px;
} */

.cntc_frm h3 {
    font-size: 40px;
    line-height: 50px;
    color: var(--ttle_clr);
    font-weight: 700;
    font-family: var(--primary_font);
    text-align: center;
    margin-bottom: 8px;
}

.cntc_frm p {
    text-align: center;
    color: #6a689a;
}

.inpt_rw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 44px;
}

.inpt_rw .inpt_wrp {
    width: 31%;
    flex: 0 0 auto;
}

.inpt_wrp .user_inp {
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 2px solid #0f0d34;
    padding: 20px 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--primary_font);
}

.inpt_wrp .user_inp:focus,
.user_inptextarea:focus {
    border-bottom: 2px solid #2f54e3;
}

.inpt_wrp .user_inp::placeholder,
.user_inptextarea::placeholder {
    color: #6a689a;
}

.cntc_frm form {
    margin-top: 90px;
}

.user_inptextarea {
    width: 100%;
    resize: none;
    border: none;
    border-bottom: 2px solid #0f0d34;
    padding-top: 5px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--primary_font);
}

.frmbtn_wrp {
    text-align: center;
    margin-top:49px;
}

.frmsbmt_btn {
    padding: 21px 23px 23px 24px;
    border-radius: 6px;
    background-color: #2f54e3;
}

.contactfrm_sec h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 45px;
    font-size: 40px;
    font-family: var(--secondary_font);
}

.contactinfo_wrap {
    max-width: 366px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
}

.contactinfo_wrap h5 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    color: #1b1e1a;
    font-weight: 400;
    font-family: var(--primary_font);
}

.contactinfo_wrap ul {
    margin-bottom: 65px;
}

.contactinfo_wrap ul li {
    display: flex;
    align-items: start;
    margin-bottom: 38px;
}

.contactinfo_wrap ul li:last-child {
    margin-bottom: 0;
}

.contactinfo_wrap ul li .lst_img {
    flex: 0 0 auto;
    margin-right: 13px;
}

.contactinfo_wrap ul li .ftr_txt span {
    opacity: 0.502;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #1b1e1a;
    font-weight: 500;
    font-family: var(--primary_font);
}

.contactinfo_wrap ul li .ftr_txt p {
    font-size: 20px;
    line-height: 28px;
    color: #1b1e1a;
    font-weight: 700;
    font-family: var(--primary_font);
}

.contactinfo_wrap ul li .ftr_txt a {
    font-size: 20px;
    line-height: 28px;
    color: #1b1e1a;
    font-weight: 700;
    font-family: var(--primary_font);
}

.contactinfo_wrap .sec_hding {
    margin-bottom: 4px;
}

.contactinfo_wrap p {
    font-size: 20px;
    line-height: 28px;
    color: #1b1e1a;
    font-weight: 700;
    font-family: var(--primary_font);
}

.map_img {
    border-radius: 25px;
}

.map_img .map_data {
    border-radius: 25px;
}

.help_wrap {
    text-align: right;
    margin-top: 80px;
    position: relative;
    margin-bottom: 45px;
}

.help_wrap .chatbot {
    position: absolute;
    right: -73px;
    bottom: -114px;
    z-index: 2;
    height: 139px;
    width: 107px;
}

.help_wrap .help_btn {
    background-color: #000059;
    padding: 17px 37px 17px 22px;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    font-weight: 500;
    font-family: var(--primary_font);
    border-radius: 15px;
    position: relative;
    z-index: 5;
    margin-right: -40px;
}

.help_wrap .help_btn::after {
    content: "";
    position: absolute;
    background: url(../images/triangle_btn_shp.png);
    right: 20px;
    bottom: -10px;
    height: 21px;
    width: 23px;
}

.map_wrap {
    position: relative;
}

.circle {
    position: absolute;
    top: 69%;
    left: 39%;
    transform: translate(-50%, -50%);
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: #0c65f4;
    cursor: pointer;
}

.circle::after,
.circle::before {
    content: "";
    display: block;
    position: absolute;
    top: -24px;
    left: -24px;
    width: 87px;
    height: 87px;
    border-radius: 50%;
    z-index: -1;
    animation: grow 1s ease-in-out infinite;
}

.circle::after {
    background: #0c65f4fd;
}

.circle::before {
    background: #0c65f430;
    animation-delay: -0.5s;
}

@keyframes grow {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

/* contactfrm_sec end */

/* **************** FAQ Start *************** */

/* faq_banner */
.faq_banner:after {
    background: url(../images/Faq_shape.png) no-repeat center;
    background-size: 100% 100%;
}

.faq_banner h1 span {
    width: 100%;
}

/* faq_banner */

/* Start Faq_sec */
.faq_sec {
    margin: 25px 0 100px;
}

.faq_sec .row {
    justify-content: center;
}

.faq_sec .accordion-button {
    text-align: left;
    background: transparent;
    font-size: 20px;
    line-height: 20px;
    color: var(--ttle_clr);
    font-weight: 600;
    font-family: var(--primary_font);
    padding: 0;
    position: relative;
    width: calc(100% - 35px);
}

.faq_sec h2 {
    line-height: 0;
}

.faq_sec .accordion-item {
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #c5cbda;
    padding: 28px;
    margin-bottom: 25px;
}

.faq_sec .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-body p {
    font-size: 18px;
    line-height: 30px;
    color: #4b4872;
    font-weight: 400;
    margin-top: 35px;
}

.accordion-body p:first-child {
    font-size: 18px;
    line-height: 30px;
    color: #4b4872;
    font-weight: 400;
    margin-top: 25px;
}

.accordion-button::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    z-index: 1;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/add-line.svg") no-repeat center;
    background-size: 20px 20px;
    transition: var(--transtn);
    border: solid 1px #000;
    border-radius: 100%;
}

.accordion-button:not(.collapsed)::after {
    background: url("../images/subtract-line.svg") no-repeat center;
    background-size: 20px 20px;
}

.accordion-button::after {
    transition: all 0.5s;
}

/* End Faq_sec */

/* **************** FAQ End *************** */

/* pricing page start */
.pricing_page .hedr {
    background-color: #fff;
}

.inner_banner.pricing_bnr .sectionsheap {
    margin-top: 0px;
    top: 0px;
    left: 0;
    right: 0;
    position: absolute;
}

.pricing_bnr::after {
    background: url(../images/shape_down.png) no-repeat center;
    background-size: 100% 100%;
}

.pricing_bnr .inner_bantext {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 540px;
}

/* pricing table */
section.pricing_sec {
    margin-top: -620px;
    position: relative;
    z-index: 5;
    margin-bottom: 100px;
}

.pricing_table {
    border-radius: 25px;
    overflow: hidden;
    filter: drop-shadow(0px 15px 30px rgba(0, 54, 70, 0.15));
    background-color: #ffffff;
}

.pricing_table .table_row {
    display: flex;
}

.pricing_table .table_row .table_cell {
    flex: 1;
    padding: 30px 50px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    font-family: var(--primary_font);
}

.pricing_table .table_row .table_cell:not(:last-child) {
    border-right: 1px solid rgb(52 52 52 / 0.102);
}

.pricing_table .table_row:not(:last-child) .table_cell::after {
    content: "";
    height: 1px;
    background-color: rgb(52 52 52 / 0.102);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.pricing_table .table_row:not(:last-child) .table_cell:first-child:after {
    left: 50px;
}

.pricing_table .table_row:not(:last-child) .table_cell:last-child:after {
    right: 50px;
}

.pricing_table .table_body .table_row:last-child .table_cell {
    padding: 30px 30px 40px;
}

.pricing_table .table_row .table_cell:first-child {
    justify-content: left;
}

.pricing_table .table_body .table_row .table_cell:first-child {
    background-color: #f6f8fe;
}

.pricing_table .table_head .table_cell {
    background-color: #e5e9f8;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    font-family: var(--primary_font);
}

.setup_cost {
    border-radius: 20px;
    border: 2px solid rgb(47 84 227 / 20%);
    padding: 30px 20px;
    margin-bottom: 30px;
    text-align: center;
}

.setup_cost h5 {
    font-size: 18px;
    line-height: 34px;
    color: #000000;
    font-weight: 500;
    font-family: var(--primary_font);
    text-align: center;
    padding-bottom: 10px;
}

.setup_cost h3 {
    font-size: 40px;
    line-height: 45px;
    color: #2f54e3;
    font-weight: 700;
    font-family: var(--primary_font);
    text-align: center;
}

.setup_cost h3 sub {
    font-size: 15px;
    font-weight: 500;
    bottom: 0px;
}

.plus_wrap {
    text-align: center;
    position: relative;
    margin: 15px 0px;
}

.plus_wrap::after {
    content: "";
    position: absolute;
    background-image: url(../images/price_border_btn.png);
    background-position: center;
    height: 1px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.plus_wrap span {
    position: relative;
    color: #646076;
    font-weight: 400;
    font-size: 15px;
}

.setup_cost h3.cost_grey {
    color: #646076;
}

.setup_cost_outer p {
    font-size: 18px;
    line-height: 28px;
    color: #646076;
    font-weight: 400;
    font-family: var(--primary_font);
    text-align: center;
    max-width: 320px;
    margin: 0 auto 20px;
}

.pricing_btn {
    text-align: center;
}

.pricing_btn .site_btn {
    min-width: 200px;
}

.pricing_bnr_list_item_cnt ul li h3 {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    font-family: var(--primary_font);
    letter-spacing: 0;
    max-width: 240px;
    line-height: 26px;
}

.pricing_dots {
    position: absolute;
    left: 0px;
    top: 120px;
}

/* 09-12-2024 */
.pricing_table_mob .pricing_tab_con>div:not(:first-child) {
    display: none;
}

.pricing_table_mob {
    display: none;
}

.pricing_table_mob .table_head {
    background-color: #f6f8fe;
    border-bottom: 1px solid rgb(52 52 52 / 0.102);
}

.pricing_table_mob .table_head .features,
.pricing_table_mob .pricing_tab {
    width: 50%;
}

.pricing_table_mob .table_head .features {
    font-size: 14px;
    font-weight: 500;
}

.pricing_table_mob .pricing_tab {
    border-left: 1px solid rgb(52 52 52 / 0.102);
    margin-left: -2px;
}

.pricing_table_mob .pricing_tab,
.pricing_table_mob .table_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pricing_table_mob .pricing_tab li {
    width: 50%;
    text-align: center;
    transition: var(--transtn);
    padding: 10px;
    font-size: 12px;
}

.pricing_table_mob .pricing_tab li.active {
    background-color: var(--primary_clr);
}

.pricing_table_mob .pricing_tab li.active a {
    color: var(--white) !important;
}

/* pricing page end */


/* 18-12-2024 */

.navbar_brand {
    max-width: 200px;
}

.accordion-body ul {
    list-style-type: disc; /* Default bullet point */
    padding-left: 20px;    /* Add space between bullets and text */
    margin-top: 20px;             /* Adjust margin if needed */
    font-size: 18px;
    color: #4b4872;
}

.accordion-body li {
    margin-bottom: 10px; /* Space between list items */
}

#map {
    height: 500px;
    width: 100%;
    border-radius: 15px; /* Rounded corners with 15px radius */
    overflow: hidden;
}

/* 22.12.2024 */
.markdown-content {
    /* Typography */
    color: #212529;
    line-height: 1.8;
    font-size: 18px;
}

.markdown-content h1,
.markdown-content h2,
.markdown-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.markdown-content h1 {
    font-size: 24px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #2f54e3;
}

.markdown-content h2 {
    font-size: 18px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #2f54e3;
}

.markdown-content h3 {
    font-size: 18px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #212529;
}

.markdown-content blockquote {
    margin-left: 2.5rem!important;
}

.markdown-content p {
    margin-bottom: 1rem;
}

.markdown-content ul,
.markdown-content ol {
    margin-left: 2.5rem;
    margin-bottom: 1rem;
    list-style-type: disc;
    font-size: 18px;
}

.markdown-content table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}

.markdown-content table th,
.markdown-content table td {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    text-align: left;
}

.markdown-content blockquote {
    border-left: 4px solid #0d6efd;
    margin: 1.5rem 0;
    padding-left: 1rem;
    color: #6c757d;
    font-style: italic;
}

/* Error border styling */
.error-border {
    border-bottom: 2px solid red!important;
}
.error-message {
    font-style: italic;
    color: red;
    font-size: 12px;
}
