/*!
Theme Name: Entrypoint
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: entrypoint
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Entrypoint is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
    font-family: 'cy_grotesk_keyregular';
    src: url("fonts/cygrotesk-keyregular.eot");
    src: url("fonts/cygrotesk-keyregular.svg");
    src: url("fonts/cygrotesk-keyregular.ttf");
    src: url("fonts/cygrotesk-keyregular.woff");
    src: url("fonts/cygrotesk-keyregular.woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'cy_grotesk_keymideum';
    src: url("fonts/cygrotesk-keymedium.eot");
    src: url("fonts/cygrotesk-keymedium.svg");
    src: url("fonts/cygrotesk-keymedium.ttf");
    src: url("fonts/cygrotesk-keymedium.woff");
    src: url("fonts/cygrotesk-keymedium.woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'aileon';
    src: url('fonts/aileron-black-webfont.svg');
    src: url('fonts/aileron-black-webfont.woff');
    src: url('fonts/aileron-black-webfont.woff2');
    src: url('fonts/aileron.regular.otf');
    font-display: swap;
}

:root {
    --black: #000000;
    --white: #ffffff;
    --blue: #52AAE3;
    --blue-two: #1E87CA;
    --red: #FF4D09;
    --title-color: #333333;
    --body-color: #5F5F5F;
    --background-color: #F0F5FF;
    --grotest-font: "cy_grotesk_keyregular";
    --grotest-font-midium: "cy_grotesk_keymideum";
    --aileon: "aileon";
}

p {
    font-family: var(--aileon);
}

/* font-family: 'Roboto', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
body {
    margin: 0;
    padding: 0;
    font-family: var(--aileon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: var(--body-color);
    font-size: 25px;
    line-height: 1.5;
    background-color: #fff;
}

:root {
    scroll-behavior: inherit;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    /* color: #000; */
    font-weight: 500;
    font-family: var(--grotest-font-midium);
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}



h1,
.h1-title {
    font-weight: 500;
    font-size: 80px;
    line-height: 1;
    color: var(--blue);
    font-family: var(--grotest-font-midium);
    text-transform: capitalize;
}

h2,
.h2-title {
    font-weight: 500;
    font-size: 70px;
    line-height: 1;
    color: var(--blue);
    font-family: var(--grotest-font-midium);
    text-transform: capitalize;
}

h3,
.h3-title {
    font-weight: 500;
    font-size: 35px;
    line-height: 1;
    color: var(--title-color);
    font-family: var(--grotest-font-midium);
    text-transform: capitalize;
}

h4,
.h4-title {
    font-size: 24px;
    line-height: 1.2;

}

h5,
.h5-title {
    font-size: 20px;
    line-height: 1.2;

}




a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: #ecb61e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: red;
}

img {
    max-width: 100%;
}


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 58px;
    padding: 0 16px;
    outline: none !important;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: #eab71e;
    color: #000000;
    height: 58px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;

    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: #000;
    color: #eab71e;
}

::-webkit-input-placeholder {
    opacity: 0.7;
    color: #000;
}

:-ms-input-placeholder {
    opacity: 0.7;
    color: #000;
}

::-moz-placeholder {
    opacity: 0.7;
    color: #000;
}

:-moz-placeholder {
    opacity: 0.7;
    color: #000;
}







/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}




/* navbar*/

.navbar-brand,
.custom-logo-link {
    padding: 0;
    margin: 0;
    max-width: 267px;
    width: 100%;
    display: inline-block;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: var(--white);
    padding: 10px 15px 10px 18px;
    border-radius: 10px;
    transition: 0.3s all;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 25px;
    /* padding: 20px 0; */
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
}

/* .navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3B61DC;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a,
li.current-menu-item a {
    color: var(--blue-two);
}

/* .navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
} */


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/


/* custome css starts */

.cmn-btn {
    background-color: var(--blue-two);
    border: 1px solid var(--blue-two);
    padding: 15px 20px;
    border-radius: 10px;
    color: var(--white);
    display: flex;
    font-size: 18px;
}

.cmn-btn:hover {
    color: var(--blue-two);
    background-color: var(--white);
}

.cmn-btn:hover span {
    filter: brightness(0) saturate(100%) invert(45%) sepia(53%) saturate(787%) hue-rotate(161deg) brightness(92%) contrast(93%);
}

.cmn-btn span {
    max-width: 14px;
    margin-left: 5px;
    transition: 0.3s all;
}

.cmn-btn span img {
    width: 100%;
}

.navber-btn-wrp {
    display: flex;
}

.navber-btn-wrp {
    margin-left: 54px;
}

.navber-btn-wrp>* {
    margin-right: 10px;
}

.navber-btn-wrp>*:last-child {
    margin-right: 0;
}

.main-head {
    padding-top: 39px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.navbar-brand img,
.custom-logo-link img {
    width: 100%;
    height: auto;
}

.navber-btn-wrp a {
    min-width: 160px;
    text-align: center;
    justify-content: center;
}

.cmn-gap {
    padding: 110px 0;
}

/* custome css ends */

.banner-sec {
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}

.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-inr {
    padding-top: 140px;
    position: relative;
}

.banner-text {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.banner-btn-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -16px -16px 0;
}

.btn-white {
    background-color: var(--white);
    color: var(--title-color);
    border-color: var(--title-color);
    padding: 15px 22px;
}

.btn-white:hover {
    background-color: var(--blue-two);
    border: 1px solid var(--blue-two);
    color: var(--white);
}

.banner-btn-wrp>* {
    margin: 0 16px 16px 0;
}

.banner-text p {
    font-size: 35px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 15px;
}

.banner-text h1 {
    margin-bottom: 8px;
}

.banner-img-part {
    padding-left: 90px;
    position: relative;
}

.curve-img-banner {
    width: 100%;
    position: relative;
    z-index: 1;
}

.banner-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 450px;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 11.49%, #FFFFFF 80.33%);
    z-index: 2;
    pointer-events: none;
    user-select: none;
}

.ontrack-img-banner {
    position: absolute;
    bottom: 36%;
    z-index: 2;
    left: 50px;
    max-width: 252px;
    width: 100%;
}

h1 span,
h2 span {
    color: var(--red);
}

.cloud-right-top {
    position: absolute;
    right: -103px;
    top: 23%;
    width: 21.2%;
    opacity: 0.8;
    z-index: 1;
}

.cloud-top-left {
    position: absolute;
    top: 16%;
    left: -88px;
    width: 27.9%;
    z-index: 1;
}

.cloud-bottom-left {
    position: absolute;
    z-index: 1;
    bottom: 21%;
    width: 22.8%;
    left: 20px;
}

.what-entrypoint-img {
    width: 100%;
    position: relative;
}

.what-entrypoint-img-in {
    width: 100%;
}

.questionmark-outer {
    border-radius: 12px;
    padding: 16px 12px;
    position: absolute;
    top: 159px;
    left: -128px;
    background-color: var(--white);
    max-width: 339px;
    width: 100%;
    box-shadow: 6.08069px 9.72911px 42.7838px rgba(202, 202, 202, 0.33);
    z-index: 1;
}

.questionmark-outer.right-outer {
    top: auto;
    left: auto;
    right: -102px;
    bottom: 29px;
}

.questionmark {
    background-color: #F9FBFF;
    padding: 18px;
    border: 1px solid #F1F1F1;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
}

.questionmark-img {
    width: 24px;
    max-height: 26px;
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-start;
}

.questionmark-img img {
    width: 100%;
}

.questionmark p {
    font-size: 13px;
}

.row.what-entrypoint-row .what-entrypoint-col-righrt {
    width: 47.3%;
}

.row.what-entrypoint-row .what-entrypoint-col-left {
    width: 52.7%;
}

.what-entrypoint-left-in {
    width: 100%;
    height: 100%;
    padding: 82px 35px 0 0;
}

.what-entrypoint-left-in h2 {
    margin-bottom: 42px;
}

.what-entrypoint-ul li {
    display: flex;
}

.what-entrypoint-ul li span {
    width: 94px;
    height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(152, 196, 229, 0.39) 0%, rgba(152, 196, 229, 0) 100%);
    border-radius: 50%;
    margin-right: 16px;
    flex: 0 0 auto;
}

.what-entrypoint-ul li span img {
    max-width: 40px;
    width: 100%;
}

.what-entrypoint-ul {
    padding-left: 0;
    margin-bottom: 0;
}

.what-entrypoint-ul li {
    margin-bottom: 50px;
}

.what-entrypoint-ul>*:last-child {
    margin-bottom: 0;
}

.what-entrypoint {
    padding: 51px 0 140px 0;
}

.entypoint-sec {
    background-color: var(--background-color);
}

.action-head-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: flex-start;
}

.action-head-wrp h2 {
    margin-bottom: 2px;
}

.action-btn-wrp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -10px 0;
}

.action-btn-wrp>* {
    margin: 0 10px 10px 0;
}


.action-img-wrp {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.action-img-wrp>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.entrypoint-sec .section-head {
    margin-bottom: 60px;
}

.what-dose-entrypoint-inr {
    max-width: 1323px;
}

.what-dose-entrypoint-inr>* {
    margin-bottom: 100px;
}

.what-dose-entrypoint-inr>*:last-child {
    margin-bottom: 0;
}

.row.what-entrypoint-row {
    align-items: center;
}

.what-entrypoint-right-in {
    width: 100%;
    height: 100%;
    padding-left: 52px;
}

.row.what-entrypoint-row .whatdose-entrypoint-col-left {
    width: 55%;
}

.row.what-entrypoint-row .what-entrypoint-col-right {
    width: 45%;
}

.all-left-what-wrp {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.small-img-left-what {
    border-radius: 10px;
    box-shadow: 3.96099px 6.33759px 27.8695px rgba(202, 202, 202, 0.33);
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
    bottom: 35px;
    right: -50px;
    z-index: 1;
}

.what-entrypoint-left-part {
    position: relative;
}

.big-img-left-what {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.big-img-left-what>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small-img-left-what.assistants {
    bottom: 22px;
    right: auto;
    left: -81px;
}

.small-img-left-what.automate-qualitative {
    right: auto;
    left: -81px;
    bottom: 81px;
}

.small-img-left-what.business-thrieve {
    right: auto;
    bottom: auto;
    top: 86px;
    left: -90px;
    box-shadow: none;
}

.small-img-left-what.business-thrieve-two {
    bottom: 52px;
}

.small-img-left-what.ai-assistance {
    right: auto;
    left: -90px;
    bottom: -23px;
}

.future-entrypoints-sec {
    padding-bottom: 106px;
    position: relative;
}

.future-entrypoints-sec .future-entrypoints-sec .section-head {
    max-width: 1050px;
    margin-bottom: 60px;
}

.future-entrypoints-sec .section-head h2 {
    margin-bottom: 10px;
}

.future-entrypoints-sec .section-head p {
    color: var(--black);
    font-weight: 500;
    font-family: var(--grotest-font);
}

.future-encription-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.each-entrypoint {
    border: 1px solid #D5D5D5;
    background-color: rgba(251, 251, 251, 0.16);
    padding: 0 18px 45px 35px;
    border-radius: 20px;
    position: relative;
    width: 100%;
    height: 100%;
}

.entrypoint-number {
    position: absolute;
    font-size: 96px;
    font-weight: 700;
    font-family: var(--grotest-font);
    right: 30px;
    top: 25px;
    line-height: 1;
    background: linear-gradient(180deg, rgba(175, 175, 175, 0.26) 0%, rgba(175, 175, 175, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* text-fill-color: transparent; */
}

.each-entrypoint-icon {
    width: 89px;
    height: 89px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    margin: -43px 0 33px 0;
}

.each-entrypoint-icon img {
    max-width: 38px;
    width: 100%;
}

.each-entrypoint ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.each-entrypoint ul li {
    padding-left: 22px;
    margin-bottom: 12px;
    position: relative;
}

.each-entrypoint ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
}

.each-entrypoint ul>*:last-child {
    margin-bottom: 0;
}

.future-entrypoints-inr {
    position: relative;
}

.each-entrypoint.red-point .each-entrypoint-icon {
    border: 11px solid #FF4D09;
}

.each-entrypoint.red-point ul li::before {
    background-image: url("images/red-tic.svg");
}

.encription-slider .encription-each-slide {
    padding: 43px 15px;
    height: inherit;
}

.encription-slider .slick-track {
    display: flex !important;
}

.encription-slider .slick-list {
    margin: -43px -15px;
}

.each-entrypoint.blue-point .each-entrypoint-icon {
    border: 11px solid var(--blue-two);
}

.each-entrypoint.blue-point ul li::before {
    background-image: url("images/blue-tic.svg");
}

.each-entrypoint.orange-point .each-entrypoint-icon {
    border: 11px solid #FFB9A1;
}

.each-entrypoint h3 {
    margin-bottom: 5px;
}

.each-entrypoint.orange-point ul li::before {
    background-image: url("images/orange-tic.svg");
}

.encription-btn {
    display: flex;
    position: absolute;
    right: 0;
    top: 39px;
}

.encription-btn>* {
    margin-right: 20px;
}

.encription-btn>*:last-child {
    margin-right: 0;
}

.future-entrypoints-inr .section-head {
    max-width: calc(100% - 300px);
    margin-bottom: 79px;
}

.cmn-arrow {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #9F9B9B;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px;
}

.cmn-arrow:hover {
    background-color: var(--blue-two);
}

.cmn-arrow img {
    width: 100%;
    transition: 0.3s all;
}

.cmn-arrow:hover img {
    filter: brightness(0) invert(1);
}

.cmn-arrow.next {
    transform: rotate(180deg);
}

.cmn-arro img {
    width: 100%;
    transition: 0.3s all;
}

.play-inr-circle {
    width: 105px;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--white);
    animation: fade infinite 1500ms linear;
}

.what-entrypoint-left-in h2 {
    max-width: 500px;
}

.faq-headings h3 {
    margin-bottom: 0;
}

@keyframes fade {
    0% {
        box-shadow: 0 0 0 0 rgba(202, 202, 202, 0.25),
            0 0 0 2px rgba(205, 205, 205, 0.25),
            0 0 0 15px rgba(216, 216, 216, 0.25);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(219, 219, 219, 0.25),
            0 0 0 15px rgba(220, 220, 220, 0.25),
            0 0 0 30px rgba(207, 207, 207, 0);
    }
}

.play-outer-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.select-options-outer {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 12px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.select-the-options {
    box-shadow: 6.08069px 9.72911px 42.7838px rgba(202, 202, 202, 0.33);
    border-radius: 12px;
    padding: 42px 20px 32px 20px;
    background-color: var(--white);
    max-width: 371px;
}

.each-options-in::after {
    content: "";
    background-image: url("images/tic-blue-circle.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    position: absolute;
    right: -6px;
    top: -8px;
    transform: scale(0);
    width: 22px;
    height: 22px;
}

.each-options input:checked+.each-options-in::after {
    transform: scale(1);
}

.each-options input:checked+.each-options-in {
    border: 1px solid var(--white);
    box-shadow: 3px 4px 20px rgba(202, 202, 202, 0.24);
}

/* ----- Design_sup ----- */

.select-option-row .col-lg-6 .each-options-in {
    transition: all 0.3s ease-in-out;

    &:hover {
        border: 1px solid #1E87CA;
        transition: all 0.3s ease-in-out;
        box-shadow: 3px 4px 20px rgba(202, 202, 202, 0.24);
        cursor: pointer;
    }
}

/* ----- Design_sup ----- */

.select-option-head h3 {
    color: var(--blue);
    margin-bottom: 0;
}

.select-option-head img {
    width: 100%;
    margin-left: 12px;
    max-width: 93px;
}

.select-option-head {
    display: flex;
    align-items: center;
}

.select-option-head {
    margin-bottom: 20px;
}

.select-option-each {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}

.each-options {
    width: 100%;
    height: 100%;
}

.each-options input {
    display: none;
}

.each-options-in {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 9px;
    position: relative;
    min-height: 86px;
    transition: 0.3s all;
    display: block;
}

.each-options-in::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    right: -6px;
    top: -8px;
    background-color: #EBEBEB;
    border: 3px solid var(--white);
}

.each-options-in span {
    font-size: 13px;
    font-weight: 500;
    font-family: var(--grotest-font-midium);
    color: var(--title-color);
    display: block;
}

.each-options-in i {
    display: inline-block;
    max-width: 24px;
    margin-bottom: 5px;
}

.each-options-in i img {
    width: 100%;
}

.row.select-option-row {
    --bs-gutter-x: 9px;
    --bs-gutter-y: 19px;
}

.how-work-left-outer {
    width: auto;
    max-width: none;
    height: 100%;
    position: relative;
    margin-left: -80px;
    padding-right: 34px;
}

.how-img-big {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(126.91deg, #6EC0F5 8.48%, #6EC0F5 99.08%);
    padding: 67px 0 58px 116px;
}

.how-img-big-inr {
    overflow: hidden;
    border-radius: 11px 0 0 11px;
    background-color: rgba(255, 255, 255, 0.31);
    padding: 18px 0 18px 18px;
    filter: drop-shadow(18.1153px 19.2475px 39.6272px rgba(214, 210, 210, 0.36));
}

.how-img-big-inr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 11px 0 0 11px;
}

.how-work-sec {
    padding: 107px 0 121px 0;
}

.how-work-icon {
    width: 111px;
    height: 111px;
    border: 11px solid var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--red);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    box-shadow: 0px 4px 74px rgba(147, 147, 147, 0.19);
    z-index: 1;
}

.how-work-icon img {
    max-width: 53px;
}

.row.how-work-row {
    align-items: center;
}

.row.how-work-row .how-work-col-left {
    width: 48%;
}

.row.how-work-row .how-work-col-right {
    width: 52%;
}

.accordio-para {
    display: none;
    max-width: 573px;
    color: var(--title-color);
}

.each-faq {
    border: 1px solid #DFDFDF;
    border-radius: 20px;
    padding: 20px 26px;
    margin-bottom: 20px;
    transition: 0.3s all;
    background: none;
}

.each-faq:last-child {
    margin-bottom: 0;
}

.faq-headings {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-headings.active {
    margin-bottom: 5px;
}

.faq-headings span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    background: linear-gradient(180deg, rgba(152, 196, 229, 0.39) 0%, rgba(152, 196, 229, 0) 100%);
    transition: 0.3s all;
}

.faq-headings span img {
    max-width: 18px;
    transition: 0.3s all;
}

.faq-headings span .minus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.each-faq.open {
    background: linear-gradient(90deg, rgba(30, 135, 202, 0) 0%, rgba(30, 135, 202, 0.16) 100%);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 7px solid var(--blue-two);
    padding: 13px 26px 13px 16px;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.each-faq.open .faq-headings span .minus-icon {
    opacity: 1;
}

.each-faq.open .faq-headings span .plus-icon {
    opacity: 0;
}

.each-faq.open .faq-headings span {
    background: var(--blue-two);
}

.how-work-sec .section-head {
    margin-bottom: 36px;
}

.how-work-btn {
    display: flex;
    flex-wrap: wrap;
    margin: 36px -10px -10px 0;
}

.how-work-btn>* {
    margin: 0 10px 10px 0;
}

.small-progress {
    border-radius: 20px;
    padding: 50px 20px 32px 26px;
    width: 100%;
    height: 100%;
}

.small-progress h3 {
    color: #040506;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.small-progress i {
	font-size: 15px;
	display: block;
	line-height: 1.2;
}

.row.row-progressfar {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.big-progress {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 70px;
    text-align: center;
}

.big-progress h3 {
    color: #040506;
}

.progress-sofar-sec .section-head {
    margin-bottom: 25px;
}

.progressfar-in {
    border-top: 1px solid #CCCCCC;
}

.smart-support-sec {
    background-color: var(--background-color);
}

.smart-support-sec .section-head {
    margin-bottom: 32px;
}

.support-form-outer {
    background-color: var(--white);
    border-radius: 30px;
    padding: 65px 50px;
}

.row.support-form-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 40px;
}

.support-form-outer label {
    font-size: 16px;
    color: var(--title-color);
    margin-bottom: 12px;
}

.support-form-outer input,
.support-form-outer textarea {
    background-color: #F9FBFF;
    height: inherit;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    min-height: 70px;
}

.support-form-outer textarea {
    resize: none;
    min-height: 154px;
}

.support-form-outer input[type="submit"] {
    background-color: var(--blue-two) !important;
    border: 1px solid var(--blue-two) !important;
    padding: 15px 20px !important;
    border-radius: 10px !important;
    color: var(--white) !important;
    /* display: flex; */
    font-size: 18px !important;
    text-transform: capitalize !important;
    font-family: var(--aileon) !important;
    width: 100% !important;
    min-height: inherit;
    font-weight: 400 !important;
}

.select-form-outer input[type="submit"],
.select-form-outer button {
    width: 100% !important;
    background-color: var(--blue-two) !important;
    border: 1px solid var(--blue-two) !important;
    padding: 6px 20px !important;
    border-radius: 10px !important;
    color: var(--white) !important;
    height: inherit !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.select-form-outer input[type="submit"]:hover,
.select-form-outer button:hover {
    background-color: var(--white) !important;
    color: var(--blue-two) !important;
}

.support-form-outer input[type="submit"]:hover {
    background-color: var(--white) !important;
    color: var(--blue-two) !important;
}

.newsletter-form-outer input[type="submit"],
#gform_wrapper_2 input[type="submit"] {
    background-color: var(--blue-two);
    border: 1px solid var(--blue-two);
    padding: 15px 20px;
    border-radius: 10px;
    color: var(--white);
    /* display: flex; */
    font-size: 18px;
    text-transform: capitalize;
    font-family: var(--aileon);
    min-height: inherit;
    font-weight: 400;
    height: inherit;
    line-height: inherit;
}

.newsletter-form-outer input[type="submit"]:hover,
#gform_wrapper_2 input[type="submit"]:hover {
    background-color: var(--white);
    color: var(--blue-two);
}

#gform_wrapper_2.gform-theme--foundation .gform_footer,
#gform_wrapper_2.gform-theme--foundation .gform_page_footer {
    margin-top: 34px;
}

.row.newsletter-form-row {
    --bs-gutter-x: 34px;
    --bs-gutter-y: 34px;
}

.newsletter-sec {
    background-color: var(--white);
    border-radius: 30px;
    padding: 54px 76px 53px 90px;
    border: 1px solid #E3E3E3;
    margin-bottom: 56px;
    position: relative;
}

.newsletter-para-wrp {
    color: var(--title-color);
    margin-bottom: 10px;
}

.newsletter-form-outer input[type="email"],
#gform_wrapper_2 input[type="email"] {
    border: 0;
    box-shadow: unset;
    border-bottom: 1px solid #A9A8A8;
    padding-left: 33px;
    color: var(--title-color);
    font-size: 16px;
    background-image: url("images/email-icon.svg");
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: left;
    height: 58px;
}

.newsletter-form-outer input[type="email"]::placeholder,
#gform_wrapper_2 input[type="email"]::placeholder {
    color: var(--title-color);
    font-size: 16px;
    opacity: 1;
}

.newsletter-form-outer input[type="submit"],
#gform_wrapper_2 input[type="submit"] {
    min-width: 131px;
}

.footer-top-part {
    position: relative;
    padding: 85px 0 36px 0;
}

.footer-gr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-head {
    color: var(--title-color);
    margin-bottom: 5px;
    font-weight: 500;
}

.footer-head p {
    font-family: var(--grotest-font-midium);
}

.footer-left-in {
    width: 100%;
    height: 100%;
    border-right: 1px solid #D9D9D9;
}

.footer-left-in ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer-left-in ul li {
    margin-bottom: 8px;
}

.footer-left-in ul li a {
    color: var(--title-color);
    font-size: 26px;
}

.footer-left-in ul li a:hover {
    color: var(--blue-two);
}

.footer-left-in ul li.current-menu-item a {
    color: var(--blue-two);
}


.footer-left-in ul>*:last-child {
    margin-bottom: 0;
}

.footer-last-wrp {
    position: relative;
}

.row.footer-last-row .footer-left-col {
    width: 19.4%;
}

.footer-right-in {
    width: 100%;
    height: 100%;
    border-left: 1px solid #D9D9D9;
    padding-left: 85px;
}

.footer-right-in ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer-right-in ul li>* {
    color: var(--title-color);
    display: flex;
    font-size: 26px;
}

.footer-right-in ul li>* span {
    max-width: 22px;
    flex: 0 0 auto;
    margin-right: 12px;
}

.footer-right-in ul li {
    margin-bottom: 8px;
}

.footer-right-in ul li>* span img {
    width: 100%;
}

.footer-right-in ul li a:hover {
    color: var(--blue-two);
}

.row.footer-last-row .footer-right-col {
    width: 33%;
}

.row.footer-last-row .footer-mid-col {
    width: 47.6%;
}

.footer-mid-in {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 9px;
}

.footer-logo {
    max-width: 267px;
    margin-bottom: 7px;
}

.footer-para-wrp {
    font-style: italic;
    color: var(--title-color);
    margin-bottom: 30px;
    font-weight: 600;
}

.footer-logo img {
    width: 100%;
}

.footer-mid-in ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin: 0 -18px -18px 0;
}

.footer-mid-in ul li {
    margin: 0 18px 18px 0;
}

.footer-mid-in ul li a {
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFB9A1;
    padding: 17px;
}

.footer-mid-in ul li a:hover {
    background-color: var(--blue-two);
}

.footer-mid-in ul li a:hover img {
    filter: brightness(0) invert(1);
}

.footer-mid-in ul li a img {
    max-width: 35px;
    max-height: 80%;
    transition: 0.3s all;
}

.copyright-part {
    background-color: var(--title-color);
    padding: 15px 0;
}

.copyright-inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.copyright-inr p {
    color: #FDFDFD;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}

.copyright-inr p a {
    color: #FDFDFD;
}

.copyright-inr p a:hover {
    color: var(--blue-two);
}

.copyright-inr ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    margin: 0 -19px 0 -14px;
}

.copyright-inr ul li {
    padding: 0 19px 0 14px;
    position: relative;
    line-height: 1;
}

.copyright-inr ul li::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: 0;
    max-height: 20px;
    left: 0;
    background: linear-gradient(0deg, rgba(253, 253, 253, 0) 0%, rgba(253, 253, 253, 1) 56%, rgba(253, 253, 253, 0) 100%);
}

.copyright-inr ul>*:first-child::before {
    display: none;
}

.copyright-inr ul li a {
    color: #FDFDFD;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.copyright-inr ul li a:hover {
    color: var(--blue-two);
}

.main-head.fixed .navbar {
    box-shadow: 0 0 15px 3px rgba(30, 135, 202, 0.2);
}

.action-head-wrp .section-head {
    max-width: calc(100% - 300px);
}

.how-work-right {
    width: 100%;
    height: 100%;
    padding-left: 32px;
}

.right-part-entrypoint h3 {
    max-width: 400px;
    margin-bottom: 12px;
}

.select-option-head h3 {
    font-size: 22px;
}

.about-banner .banner-text {
    max-width: inherit;
    margin-bottom: 110px;
}

.about-banner .banner-text>*:last-child {
    margin-bottom: 0;
}


.about-banner .banner-text p {
    color: var(--blue);
}

.about-banner .banner-img-part {
    padding-left: 0;
}

.about-banner .banner-img-part .curve-img-banner {
    border-radius: 20px;
}

.about-banner .banner-img-part .ema-banner {
    position: absolute;
    bottom: 113px;
    left: -120px;
    border-radius: 8px;
    z-index: 2;
    width: 16.4%;
    overflow: hidden;
}

.about-banner .banner-img-part .ema-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-banner .banner-img-part .ai-assist-banner {
    position: absolute;
    right: -120px;
    top: 113px;
    border-radius: 10px;
    overflow: hidden;
    width: 19%;
}

.about-banner .banner-img-part .ai-assist-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-banner-img-wrp {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.about-banner-img-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-gr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-banner .cloud-right-top {
    top: 15%;
}

.about-banner .cloud-top-left {
    top: 10%;
}

.about-banner .banner-inr {
    padding-top: 150px;
}

.our-vision-sec {
    padding-top: 100px;
}

.our-vision-sec {
    text-align: center;
    background-color: var(--background-color);
}

.our-vision-sec .section-head i {
    max-width: 115px;
    display: inline-block;
    margin-bottom: 20px;
}

.our-vision-sec .section-head i img {
    width: 100%;
}

.our-vision-sec .section-head p {
    font-size: 35px;
    font-weight: 700;
    color: var(--blue);
}

.our-vision-sec .section-head h2 {
    margin-bottom: 40px;
}

.founder-sec {
    padding-bottom: 100px;
}

.each-founder {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.each-founder .founder-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row.row-founder {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.founder-text-wrp {
    position: relative;
    z-index: 2;
    min-height: 616px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px 40px 50px 30px;
}

.founder-text-part {
    padding-left: 10px;
}

.overlay-founder {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 12.07%, rgba(0, 0, 0, 0.75) 100%);
    max-width: 590px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.founder-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--white);
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    padding: 20px;
}

.founder-icon-outer {
    border-radius: 50%;
    width: 182px;
    height: 182px;
    padding: 11px;
    background-color: rgba(255, 255, 255, 0.18);
    margin-bottom: 10px;
    flex: 0 0 auto;
}

.sm-text {
    font-size: 16px;
    font-weight: 700;
}

.founder-text-part h3 {
    margin-bottom: 5px;
}

.founder-icon span {
    font-size: 60px;
    color: var(--red);
    font-weight: 500;
    line-height: 1;
    font-family: var(--grotest-font-midium);
}

.founder-icon-outer p {
    font-size: 14px;
    line-height: 1.3;
    color: #05222E;
}

.col-white {
    color: var(--white);
}

.founder-ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.founder-ul li {
    padding-left: 23px;
    position: relative;
}

.founder-ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 14px;
    height: 14px;
    background-image: url("images/whit-tic.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}

.founder-para-wrp {
    margin-bottom: 10px;
}

.founder-sec .section-head {
    margin-bottom: 35px;
}

.row.row-founder>*:nth-child(3n+1) {
    width: 100%;
}

.row.row-founder>*:nth-child(3n+1) .founder-text-part {
    max-width: 633px;
}

.row.row-founder>*:nth-child(3n+1) .founder-text-wrp {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.row.row-founder>*:nth-child(3n+1) .founder-icon-outer {
    order: 2;
}

.row.row-founder>*:nth-child(3n+1) .founder-text-part {
    order: 1;
}

.row.row-founder>*:nth-child(3n+1) .founder-icon-outer {
    margin-bottom: 0;
}

.row.row-founder>*:nth-child(3n+1) .overlay-founder {
    max-width: 1239px;
}

.row.row-founder>*:nth-child(3n+1) .overlay-founder-bottom {
    display: block;
}

.overlay-founder-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 365px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.27%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
    display: none;
}

.row.row-founder>*:nth-child(3n+1) .founder-icon-outer {
    width: 240px;
    height: 240px;
}

.clint-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.administrative-sec {
    padding: 100px 0;
    background-color: var(--background-color);
}

.row.row-administrative {
    --bs-gutter-y: 30px;
}

.administrative-sec .section-head {
    margin-bottom: 60px;
}

/* Samar Css Start 14-08-25 */
.for-edtach-sec .section-head {
    margin-bottom: 46px;
}

.for-edtach-outer {
    width: 1277px;
    margin: 0 auto;
    position: relative;
    height: 1039px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}



.for-edtach-lrg-logo-outer {
    width: 24.5%;
    height: 30.8%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    box-shadow: 4px 6px 28px rgba(202, 202, 202, 0.33);
    border-radius: 30px;
    padding: 20px;
    z-index: 9;
    position: relative;
}

.for-edtach-bdr {
    background: url(images/bg-bdr.svg) repeat-x center center;
}

.for-edtach-bdr.hr {
    background: url(images/bg-bdr-hr.svg) repeat-y center center;
}

.for-edtach-medium-logo-bx.one .for-edtach-bdr {
    width: 1px;
    height: 134px;
}

.for-edtach-medium-logo {
    width: 224px;
    height: 224px;
    background: var(--white);
    box-shadow: 4px 6px 28px rgba(202, 202, 202, 0.33);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.for-edtach-medium-logo-bx {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.for-edtach-medium-logo-bx.one {
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
}

.for-edtach-medium-logo-bx.two {
    flex-direction: row;
    left: 88%;
    bottom: 88%;
    transform: rotate(321deg);
}

.for-edtach-medium-logo-bx.one .for-edtach-medium-logo {
    width: 204px;
    height: 204px;
}

.for-edtach-medium-logo-bx.two .for-edtach-bdr {
    width: 200px;
    height: 1px;
}

.for-edtach-medium-logo-bx.two .for-edtach-medium-logo img,
.for-edtach-medium-logo-bx.two .for-edtach-smll-logo {
    transform: rotate(-321deg);
}

.for-edtach-smll-logo {
    width: 128.14px;
    height: 128.14px;
    background: var(--white);
    box-shadow: 3.96099px 6.33759px 27.8695px rgba(202, 202, 202, 0.33);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 10px;
}

.for-edtach-medium-logo-bx.one .for-edtach-smll-logo {
    top: 90px;
    left: -31%;
}

.for-edtach-medium-logo-bx.two .for-edtach-smll-logo {
    left: 46px;
    bottom: 80%;
}

.for-edtach-medium-logo-bx.three {
    left: 94%;
    top: 71%;
    align-items: center;
    flex-direction: row;
    transform: rotate(25deg);
}


.for-edtach-medium-logo-bx.three .for-edtach-bdr {
    width: 295px;
    height: 1px;
}

.for-edtach-medium-logo-bx.three .for-edtach-medium-logo {
    margin-left: -45px;
    transform: rotate(-25deg);
}

.for-edtach-medium-logo-bx.three .for-edtach-smll-logo:nth-child(1) {
    left: 40%;
    top: -103%;
    transform: rotate(-25deg);
}

.for-edtach-medium-logo-bx.three .for-edtach-smll-logo:nth-child(2) {
    bottom: 84%;
    left: 18%;
    transform: rotate(-25deg);
}

.for-edtach-medium-logo-bx.four {
    top: 95%;
    left: 71%;
    flex-direction: row;
    transform: rotate(-24deg);
    flex-direction: column;
}

.for-edtach-medium-logo-bx.four .for-edtach-bdr {
    height: 191px;
    width: 1px;
}

.for-edtach-medium-logo-bx.four .for-edtach-medium-logo {
    transform: rotate(24deg);
    margin-left: -25px;
    width: 204px;
    height: 204px;
}

.for-edtach-medium-logo-bx.four .for-edtach-smll-logo {
    transform: rotate(24deg);
}

.for-edtach-medium-logo-bx.four .for-edtach-smll-logo:nth-child(1) {
    bottom: 52%;
    left: 88%;
}

.for-edtach-medium-logo-bx.four .for-edtach-smll-logo:nth-child(2) {
    top: 51%;
    left: 93%;
}

.for-edtach-medium-logo-bx.five {
    flex-direction: column;
    right: 71%;
    top: 90%;
    transform: rotate(36deg);
}

.for-edtach-medium-logo-bx.five .for-edtach-medium-logo,
.for-edtach-medium-logo-bx.five .for-edtach-smll-logo {
    transform: rotate(-36deg);
}

.for-edtach-medium-logo-bx.five .for-edtach-smll-logo {
    left: 90%;
    top: 31%;
}

.for-edtach-medium-logo-bx.five .for-edtach-bdr.hr {
    width: 1px;
    height: 113px;
}



.for-edtach-medium-logo-bx.six {
    flex-direction: row-reverse;
    right: 95%;
    top: 64%;
    transform: rotate(-25deg);
}

.for-edtach-medium-logo-bx.six .for-edtach-medium-logo {
    width: 197px;
    height: 197px;
    transform: rotate(25deg);

}

.for-edtach-medium-logo-bx.six .for-edtach-smll-logo {
    transform: rotate(25deg);
    right: 93%;
    bottom: 31%;
}

.for-edtach-medium-logo-bx.six .for-edtach-bdr {
    width: 145px;
    height: 1px;
}



.for-edtach-medium-logo-bx.saven {
    flex-direction: row-reverse;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.for-edtach-medium-logo-bx.saven .for-edtach-medium-logo {
    width: 204px;
    height: 204px;
}

.for-edtach-medium-logo-bx.saven .for-edtach-bdr {
    width: 279px;
    height: 1px;
}

.for-edtach-medium-logo-bx.saven .for-edtach-smll-logo {
    right: 21%;
    bottom: 61%;
}

.for-edtach-medium-logo-bx.eight {
    right: 90%;
    bottom: 80%;
    flex-direction: row-reverse;
    transform: rotate(33deg);
}

.for-edtach-medium-logo-bx.eight .for-edtach-bdr {
    width: 147px;
    height: 1px;
}

.for-edtach-medium-logo-bx.eight .for-edtach-medium-logo,
.for-edtach-medium-logo-bx.eight .for-edtach-smll-logo {
    transform: rotate(-33deg);
}

.for-edtach-medium-logo-bx.eight .for-edtach-smll-logo {
    right: 85%;
    top: 73%;
}

.our-history-sec {
    background: #F0F5FF;
}

.our-history-sec .section-head {
    max-width: 1180px;
    margin: 0 auto 70px;
}

.our-history-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 310px 0 346px;
    margin: 0;
    position: relative;
}

.our-history-list li {
    width: 20%;
    position: relative;
}

/* .our-history-card{
    display:flex;
    flex-direction:column;
} */

.bx-desc-part {
    position: absolute;
    bottom: 100%;
    left: 0;
    padding-bottom: 32px;

}

.bx-desc-part p {
    font-weight: 600;
}

.our-history-list li:nth-child(odd) .bx-desc-part {
    min-height: 305px;
}

.our-history-list li:nth-child(even) .bx-desc-part {
    top: 100%;
    padding-top: 52px;
    padding-bottom: 0;
}

.our-history-list li:nth-child(1) .bx-desc-part {
    width: 331px;
}

.our-history-list li:nth-child(2) .bx-desc-part,
.our-history-list li:nth-child(4) .bx-desc-part {
    width: 261px;
}

.our-history-list li:nth-child(3) .bx-desc-part {
    width: 267px;
}

.our-history-list li:nth-child(5) .bx-desc-part {
    width: 270px;
}

.bx-desc-part i {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(152, 196, 229, 0.39) 0%, rgba(152, 196, 229, 0) 100%);
    margin-bottom: 16px;
    border-radius: 50%;
}

.dots {
    width: 22px;
    height: 22px;
    background-color: var(--red);
    border-radius: 50%;
    display: block;
    outline: 6px solid var(--white);
    box-shadow: 0px 4px 11px rgba(131, 131, 131, 0.25);
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.our-history-list li:nth-child(1) .dots {
    margin: 0 0 0 64px;
}

.our-history-list li:nth-child(2) .dots {
    background: #E6E6E6;
}

.histry-bx-bdr {
    width: 100%;
    height: 6px;
    background-color: var(--blue);
    display: block;
    margin-top: -12px;
}

.bx-date-part {
    position: absolute;
    top: 100%;
    font-size: 20px;
    color: #05222E;
    background-color: var(--white);
    filter: drop-shadow(0px 4px 11px rgba(131, 131, 131, 0.25));
    padding: 3px 9px;
    border-radius: 6px;
    margin-top: 50px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;

}

.our-history-list li:nth-child(even) .bx-date-part {
    bottom: 100%;
    top: auto;
    margin-top: 0;
    margin-bottom: 50px;
}

.our-history-list li:nth-child(1) .bx-date-part {
    left: 25%;
}

.bx-date-part:after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    background-color: var(--white);
    top: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}

.our-history-list li:nth-child(even) .bx-date-part:after {
    top: 71%;

}

/* Samar Css End 14-08-25 */

.administrative-img-wrp {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.administrative-img-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row.row-administrative {
    --bs-gutter-y: 24px;
    align-items: center;
}

.row.row-administrative .administrative-left-col {
    width: 48.3%;
}

.row.row-administrative .administrative-right-col {
    width: 51.7%;
}

.administrative-text-wrp {
    width: 100%;
    height: 100%;
    padding-left: 47px;
}

.administrative-text-wrp .h3-title {
    color: var(--blue);
    font-family: var(--aileon);
    font-weight: 700;
    line-height: 1.3;
}

.administrative-inr {
    max-width: 1421px;
    margin: 0 auto;
}

.administrative-text-wrp>* {
    margin-bottom: 10px;
}

.administrative-text-wrp>*:last-child {
    margin-bottom: 0;
}

.dotext-in {
    width: 100%;
    height: 100%;
    max-width: 645px;
}

.dotext-in span {
    font-family: var(--grotest-font-midium);
    color: var(--red);
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}

.dotext-in h3 {
    margin-bottom: 12px;
    max-width: 520px;
}

.doimg-in {
    width: 100%;
    height: 100%;
    position: relative;
}

.rounds {
    border-radius: 50%;
    width: 463px;
    height: 463px;
    background: linear-gradient(180deg, #F0F5FF 0%, rgba(240, 245, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.options-one {
    max-width: 126px;
    border-radius: 11px;
    overflow: hidden;
    filter: drop-shadow(-3px 15px 39.6272px rgba(214, 210, 210, 0.61));
    position: absolute;
    top: 102px;
    left: 0;
    z-index: 1;
}

.options-one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.percentage-one {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #E5E5E5;
    z-index: 1;
}

.percentage-one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.big-center-img {
    position: relative;
    border-radius: 11px;
    overflow: hidden;
    border: 18px solid rgba(255, 255, 255, 0.31);
    filter: drop-shadow(18.1153px 19.2475px 39.6272px rgba(214, 210, 210, 0.36));
}

.big-center-img img {
    width: 100%;
}

.how-wedo-sec .section-head {
    margin-bottom: 80px;
}

.doimg-in {
    padding: 46px 25px 40px 55px;
}

.doit-tag {
    position: absolute;
    right: 0;
    top: 34px;
    z-index: 1;
    display: flex;
    align-items: center;
    color: var(--white);
    background-color: var(--blue);
    border-radius: 10px;
    padding: 10px 12px 10px 7px;
    font-size: 16px;
}

.doit-tag span {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    background-color: var(--white);
    border-radius: 50%;
    margin-right: 7px;
}

.doit-tag span img {
    width: 100%;
}

.row.do-it-row {
    --bs-gutter-y: 24px;
    align-items: center;
}

.row.do-it-row .do-img-col {
    width: 52%;
}

.row.do-it-row .do-text-col {
    width: 48%;
}

.arrow-doit {
    position: absolute;
    bottom: -150px;
    left: -113px;
    max-width: 173px;
    width: 100%;
}

.doit-outer>* {
    margin-bottom: 150px;
}

.doit-outer>*:last-child {
    margin-bottom: 0;
}

.doit-outer>*:last-child .arrow-doit {
    display: none;
}

.doit-outer>*:nth-child(even) .do-text-col {
    order: 1;
}

.doit-outer>*:nth-child(even) .do-img-col {
    order: 2;
}

.doit-outer>*:nth-child(even) .arrow-doit {
    left: auto;
    right: -135px;
    bottom: -184px;
}

.doit-outer>*:nth-child(even) .dotext-in {
    max-width: 715px;
    margin-left: auto;
}

.doit-outer>*:nth-child(even) .doimg-in {
    max-width: none;
    margin-left: -52px;
}

.chat-two {
    position: absolute;
    top: 23px;
    left: 0;
    filter: drop-shadow(0px 1px 11px rgba(187, 187, 187, 0.39));
    max-width: 179px;
    z-index: 1;
}

.chat-twotwo {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.doimg-in.doimg-othertool {
    padding: 46px 33px 49px 50px;
}




/* Samar Css Start 18-08-25 */
.banner-sec.serv-banner .banner-inr {
    padding-bottom: 100px;
}

.banner-sec.serv-banner .banner-text p {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.3;
    color: var(--body-color);
}

.srv-bnr-lower {
    text-align: center;
    max-width: 1430px;
    margin: 0 auto;
}

.srv-bnr-lower p {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.5;
    color: var(--blue);

}

.module-child-outer {
    counter-reset: line;
}



.module-part-outer {
    padding: 77px 0 115px;
}

.module-part-inr {
    width: 973px;
    height: 821px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.module-main-wpr {
    position: relative;
    width: 264px;
    height: 302px;
}

.module-main-shape {
    margin: 0 auto;
    filter: drop-shadow(3.96099px 6.33759px 27.8695px rgba(202, 202, 202, 0.33));
}

.module-main-img-wpr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Aug 28 / 2025 */
.module-main-img-wpr .module-txt {
    color: var(--black);
    font-size: 28px;
    text-align: center;
}

.module-main-img-wpr img {
    width: 100%;
}

.module-txt {
    font-size: 25px;
    font-weight: 700;
    color: var(--body-color);
    margin-bottom: 17px;
    line-height: 1;
    white-space: nowrap;
}


.module-child-icon-wpr {
    position: relative;
}

.module-icon {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    transform-origin: center;
    transition: transform 300ms ease-in-out;
}

.module-child-icon-wpr {
    width: 104px;
    height: 118px;
    position: relative;
}

.module-child-shp {
    filter: drop-shadow(3.96099px 6.33759px 27.8695px rgba(202, 202, 202, 0.33));
}

.module-count {
    position: absolute;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 2px solid var(--white);
    background-color: var(--red);
    font-size: 0;
    border-radius: 50%;
    top: 7px;
    right: -17px;
}

.module-count:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    counter-increment: line;
    content: counter(line, decimal-leading-zero);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--white);
}

.module-child-wpr {
    position: absolute;
    align-items: center;
}

.module-child-wpr:nth-child(1) {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.module-child-wpr {
    display: flex;
    flex-direction: column-reverse;
}

.module-bdr {
    width: 1px;
    background: url(images/bg-bdr-hr.svg) repeat-y center center;
}

.module-bdr.hr {
    background: url(images/bg-bdr.svg) repeat-x center center;
}

.module-child-wpr:nth-child(1) .module-bdr {
    height: 120px;
}

.module-child-info {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;    
}

.module-child-wpr:nth-child(2) {
    bottom: 106%;
    left: 67%;
    flex-direction: row;
    transform: rotate(-45deg);
}

.module-child-wpr:nth-child(2) .module-bdr {
    height: 1px;
    width: 101px;
}

.module-child-wpr:nth-child(2) .module-child-info {
    flex-direction: row;
    transform: rotate(45deg) translate(21px, 41px);
}

.module-child-wpr:nth-child(2) .module-txt {
    margin: 0 0 0 32px;
}

.module-child-wpr:nth-child(3) {
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    flex-direction: row;
}

.module-child-wpr:nth-child(3) .module-bdr.hr {
    width: 103px;
    height: 1px;
}

.module-child-wpr:nth-child(3) .module-child-info {
    flex-direction: row;
}

.module-child-wpr:nth-child(3) .module-txt {
    margin: 0;
    padding-left: 33px;
}

.module-child-wpr:nth-child(4) {
    top: 100%;
    left: 72%;
    flex-direction: row;
    transform: rotate(38deg);
}

.module-child-wpr:nth-child(4) .module-bdr.hr {
    width: 105px;
    height: 1px;
}

.module-child-wpr:nth-child(4) .module-child-info {
    flex-direction: row;
    transform: rotate(-38deg);
    transform: rotate(-38deg) translate(8px, -25px);
}

.module-child-wpr:nth-child(4) .module-txt {
    padding-left: 30px;
    margin: 0;
}

.module-child-wpr:nth-child(5) {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
}

.module-child-wpr:nth-child(5) .module-child-info {
    flex-direction: column;
}

.module-child-wpr:nth-child(5) .module-txt {
    margin: 21px 0 0;
}

.module-child-wpr:nth-child(5) .module-bdr {
    width: 1px;
    height: 126px;
}

.module-child-wpr:nth-child(6) {
    right: 71%;
    top: 100%;
    flex-direction: row-reverse;
    transform: rotate(-38deg);
}

.module-child-wpr:nth-child(6) .module-bdr.hr {
    width: 110px;
    height: 1px;
}

.module-child-wpr:nth-child(6) .module-child-info {
    flex-direction: row-reverse;
    align-items: center;
    transform: rotate(38deg) translate(-7px, -25px);
}

.module-child-wpr:nth-child(6) .module-txt {
    margin: 0 22px 0 0;
}

.module-child-wpr:nth-child(7) {
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    flex-direction: row-reverse;
}

.module-child-wpr:nth-child(7) .module-child-info {
    flex-direction: row-reverse;
    align-items: center;
}

.module-child-wpr:nth-child(7) .module-bdr.hr {
    width: 114px;
    height: 1px;
}

.module-child-wpr:nth-child(7) .module-txt {
    margin: 0 20px 0 0;
}

.module-child-wpr:nth-child(8) {
    /* bottom: 106%; */
    bottom: 115%;
    right: 67%;
    flex-direction: row-reverse;
    transform: rotate(45deg);
}

.module-child-wpr:nth-child(8) .module-bdr {
    height: 1px;
    width: 101px;
}

.module-child-wpr:nth-child(8) .module-child-info {
    transform: rotate(-45deg);
    flex-direction: row-reverse;
    align-items: center;
    /* transform: rotate(-45deg) translate(6px, 41px); */
    transform: rotate(-45deg) translate(6px, 67px)
}

.module-child-wpr:nth-child(8) .module-txt {
    margin: 0 20px 0 0;
}

.module-child-info:hover .module-icon {    
    transform: scale(1.2) translate(-50%, -50%);
}

.module-main-wpr-inr {
    position: relative;
    z-index: 9;
}

.for-edtach-sec {
    overflow: hidden;
}


/* Samar Css End 18-08-25 */

.administrative-img-wrp {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.administrative-img-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row.row-administrative {
    --bs-gutter-y: 24px;
    align-items: center;
}

.row.row-administrative .administrative-left-col {
    width: 48.3%;
}

.row.row-administrative .administrative-right-col {
    width: 51.7%;
}

.administrative-text-wrp {
    width: 100%;
    height: 100%;
    padding-left: 47px;
}

.administrative-text-wrp .h3-title {
    color: var(--blue);
    font-family: var(--aileon);
    font-weight: 700;
    line-height: 1.3;
}

.administrative-inr {
    max-width: 1421px;
    margin: 0 auto;
}

.administrative-text-wrp>* {
    margin-bottom: 10px;
}

.administrative-text-wrp>*:last-child {
    margin-bottom: 0;
}

.dotext-in {
    width: 100%;
    height: 100%;
    max-width: 645px;
}

.dotext-in span {
    font-family: var(--grotest-font-midium);
    color: var(--red);
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}

.dotext-in h3 {
    margin-bottom: 12px;
    max-width: 520px;
}

.doimg-in {
    width: 100%;
    height: 100%;
    position: relative;
}

.rounds {
    border-radius: 50%;
    width: 463px;
    height: 463px;
    background: linear-gradient(180deg, #F0F5FF 0%, rgba(240, 245, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.options-one {
    max-width: 126px;
    border-radius: 11px;
    overflow: hidden;
    filter: drop-shadow(-3px 15px 39.6272px rgba(214, 210, 210, 0.61));
    position: absolute;
    top: 102px;
    left: 0;
    z-index: 1;
}

.options-one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.percentage-one {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #E5E5E5;
    z-index: 1;
}

.percentage-one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.big-center-img {
    position: relative;
    border-radius: 11px;
    overflow: hidden;
    border: 18px solid rgba(255, 255, 255, 0.31);
    /* border: 18px solid rgba(255, 255, 255, 0.7); */
    box-shadow: 18px 19px 39px rgba(214, 210, 210, 0.36);
}

.big-center-img img {
    width: 100%;
    border-radius: 11px;
}

.how-wedo-sec .section-head {
    margin-bottom: 80px;
}

.doimg-in {
    padding: 46px 25px 40px 55px;
}

.doit-tag {
    position: absolute;
    right: 0;
    top: 34px;
    z-index: 1;
    display: flex;
    align-items: center;
    color: var(--white);
    background-color: var(--blue);
    border-radius: 10px;
    padding: 10px 12px 10px 7px;
    font-size: 16px;
}

.doit-tag span {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    background-color: var(--white);
    border-radius: 50%;
    margin-right: 7px;
}

.doit-tag span img {
    width: 100%;
}

.row.do-it-row {
    --bs-gutter-y: 24px;
    align-items: center;
}

.row.do-it-row .do-img-col {
    width: 52%;
}

.row.do-it-row .do-text-col {
    width: 48%;
}

.arrow-doit {
    position: absolute;
    bottom: -150px;
    left: -113px;
    max-width: 173px;
    width: 100%;
}

.doit-outer>* {
    margin-bottom: 150px;
}

.doit-outer>*:last-child {
    margin-bottom: 0;
}

.doit-outer>*:last-child .arrow-doit {
    display: none;
}

.doit-outer>*:nth-child(even) .do-text-col {
    order: 1;
}

.doit-outer>*:nth-child(even) .do-img-col {
    order: 2;
}

.doit-outer>*:nth-child(even) .arrow-doit {
    left: auto;
    right: -135px;
    bottom: -184px;
}

.doit-outer>*:nth-child(even) .dotext-in {
    max-width: 715px;
    margin-left: auto;
}

.doit-outer>*:nth-child(even) .doimg-in {
    max-width: none;
    margin-left: -52px;
}

.chat-two {
    position: absolute;
    top: 23px;
    left: 0;
    filter: drop-shadow(0px 1px 11px rgba(187, 187, 187, 0.39));
    max-width: 179px;
    z-index: 1;
}

.chat-twotwo {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.doimg-in.doimg-othertool {
    padding: 46px 33px 49px 50px;
}

.bolts {
    width: 82px;
    height: 76px;
    border-radius: 10px;
    background-color: var(--blue);
    padding: 22px;
    box-shadow: 1px 5px 24px rgba(177, 177, 177, 0.25);
    position: absolute;
    left: 0;
    top: 106px;
    z-index: 1;
}

.doit-tag.doit-tag-bottom {
    top: auto;
    bottom: 0;
    z-index: 1;
}

.doit-tag.doit-tag-left {
    left: 0;
    right: auto;
}

.bolts img {
    width: 100%;
}

.doimg-in.doimg-in-last {
    padding: 8px 34px 38px 50px;
    max-width: 477px;
    margin: 0 auto;
}

.basemodule-sec {
    width: 100%;
    background-color: var(--background-color);
    padding: 100px 0;
}

.basemodule-sec .section-head {
    margin-bottom: 80px;
}

.basemodule-img-wrp {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 18px solid rgba(255, 255, 255, 0.31);
    /* border: 18px solid rgba(255, 255, 255, 0.7); */
    box-shadow: 18px 19px 39px rgba(214, 210, 210, 0.36);
    border-radius: 11px;
}

.basemodule-img-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 11px;
}

.row.basemodule-row {
    --bs-gutter-y: 24px;
    align-items: center;
}

.row.basemodule-row .basemodule-img-col {
    width: 58.6%;
}

.row.basemodule-row .basemodule-text-col {
    width: 41.4%;
}

.basemodule-text-wrp {
    width: 100%;
    height: 100%;
    padding-left: 55px;
}

.basemodule-text-wrp ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.basemodule-text-wrp ul li {
    padding-bottom: 30px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 23px;
}

.basemodule-text-wrp ul li h3 {
    margin-bottom: 10px;
}

.basemodule-text-wrp ul>*:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.profesional-service-sec {
    padding: 100px 0 80px 0;
}

.profesional-service-sec .row.basemodule-row .basemodule-img-col {
    order: 2;
}

.profesional-service-sec .row.basemodule-row .basemodule-text-col {
    order: 1;
}

.profesional-service-sec .basemodule-text-wrp {
    padding: 0 18px 0 36px;
}

.profesional-service-sec .section-head {
    margin-bottom: 43px;
}

.why-text-wrp {
    width: 100%;
    height: 100%;
    padding-right: 13px;
}

.why-image-wrp {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.why-image-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row.why-chose-row {
    --bs-gutter-y: 24px;
    align-items: center;
}

.why-text-wrp .section-head {
    margin-bottom: 30px;
}

.why-text-wrp ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.why-text-wrp ul li {
    padding-left: 36px;
    margin-bottom: 32px;
    font-family: var(--aileon);
    color: var(--body-color);
    position: relative;
    font-weight: 400;
}

.why-text-wrp ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 25px;
    height: 25px;
    background-image: url("images/red-tic.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.why-text-wrp ul>*:last-child {
    margin-bottom: 0;
}

.meetteam-btn-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px -10px 0;
}

.meetteam-btn-outer>* {
    margin: 0 10px 10px 0;
}

.meetteam-sec {
    padding: 100px 0;
    background-color: var(--background-color);
}

.meetteam-sec .section-head h2 {
    margin-bottom: 5px;
}

.meetteam-sec .section-head p {
    font-size: 20px;
    color: #05222E;
}

.meetteam-sec .section-head {
    margin-bottom: 36px;
}

.workbasec-sec {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
}

.workbased-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

.workbased-img-wrp {
    width: auto;
    height: 100%;
    border-radius: 11px;
    border: 11.8776px solid rgba(255, 255, 255, 0.76);
    box-shadow: -11px 12px 104px rgba(185, 185, 185, 0.12);
    transform: rotate(-5.78deg);
    max-width: none;
    margin: 0 -113% -39px 0;
}

.workbased-img-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.red-icon-workbase {
    width: 89px;
    height: 89px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    border: 11px solid #FF4D09;
    padding: 17px;
    margin-bottom: 26px;
}

.red-icon-workbase img {
    width: 100%;
}

.workbased-text-in {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 40px 0;
}

.workbased-text-in .section-head {
    margin-bottom: 5px;
}

.workbase-btn {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    min-width: 479px;
}

.workbase-btn p {
    margin-bottom: 0;
    background-color: var(--red);
    border: 1px solid var(--red);
    font-size: 50px;
    color: #FDFDFD;
    padding: 28px;
    width: 100%;
    line-height: 1;
    font-family: var(--grotest-font-midium);
    transition: 0.3s all;
}

.top-shape-btn {
    align-self: flex-end;
    max-width: 364px;
    margin: 0 40px -18px 0;
}

.top-shape-btn img {
    width: 100%;
}

.btm-shape-btm {
    align-self: flex-start;
    margin-left: 27px;
    max-width: 374px;
}

.btm-shape-btm img {
    width: 100%;
}

.workbase-btn:hover p {
    color: var(--red);
    background: none;
}

.workbase-btn-wrp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -10px 0;
}

.workbase-btn-wrp>* {
    margin: 0 10px 10px 0;
}

.workbase-para-wrp p {
    margin-bottom: 10px;
}

.workbase-para-wrp {
    margin-top: 10px;
}

.workbase-para-wrp>*:last-child {
    margin-bottom: 0;
}

.row.workbased-row {
    --bs-gutter-y: 24px;
}

/*==18.08.25== p.p*/
/*-contact-page-*/

.banner-linear {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.contact-banner-sec {
    padding-bottom: 120px;
}

.contact-bnr-inr {
    z-index: 2;
}

.work-features-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 25px;
}

.work-features-lt-col {
    width: 41.5%;
}

.work-features-rt-col {
    width: 58.5%;
}

.author-img-part {
    position: relative;
    padding-top: 119.7%;
    overflow: hidden;
    border-radius: 30px;
}

.author-img-part img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.work-head {
    margin-bottom: 30px;
}

.work-head p {
    font-size: 20px;
    color: #05222E;
    max-width: 537px;
}

.work-features-rt-col-wpr {
    border: 1px solid #E8E8E8;
    border-radius: 30px;
    padding: 33px 40px 33px;
}

.work-features-rt-col-wpr select {

    width: 100%;
    padding: 0 11px;
    background: url(images/down-awr.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 10px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #F9FBFF;
    height: inherit;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    min-height: 70px;
    cursor: pointer;
}

.form_input_radio label {
    position: relative;
    margin: 0 7px;
    padding-left: 23px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
    color: #A09B9B;
    font-size: 14px;
    font-family: var(--aileon);
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    width: 15px;
    height: 15px;
    border: 2px solid #DEDEDE;
    border-radius: 3px;
    background: transparent;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 11px;
    height: 11px;
    background: var(--blue-two);
    position: absolute;
    top: 7px;
    left: 2px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.work-features-rt-col-wpr textarea {
    min-height: 121px;
}

.work-form-feild {
    margin-bottom: 14px;
}

.work-form-feild-radio {
    margin: 10px 0 10px;
}

.row.support-form-row.work-form-row {
    --bs-gutter-y: 0px;
}

.phone-form {
    margin-bottom: 0;
}


.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 25px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
    color: #A09B9B;
    font-family: var(--aileon);
    font-size: 14px;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 15px;
    height: 15px;
    border: 1px solid #DEDEDE;
    background: transparent;
    border-radius: 3px;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 9px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.text-field {
    margin-bottom: 0;
}

.work-form-feild-check {
    margin: 1px 0 40px;
}

.work-features-rt-col-wpr input,
.work-features-rt-col-wpr select,
#gform_wrapper_3 input,
#gform_wrapper_3 select,
.work-features-rt-col-wpr .gform-theme--foundation .gfield textarea {
    background-color: #F9FBFF;
    height: inherit;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    min-height: 60px;
    box-shadow: none;
}

/* puja di ends */

.our-history-sec .section-head p {
    font-weight: 600;
}

.partner-banner .partner-bannner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 0.58);
}

.partner-banner .play-outer-line {
    z-index: 1;
}

.partner-banner .cloud-right-top {
    top: 18%;
}

.partner-banner .banner-text {
    max-width: 1275px;
}

.banner-sec.serv-banner.partner-banner .banner-text p {
    color: #05222E;
}

.banner-sec.serv-banner.partner-banner .banner-text>*:last-child {
    margin-bottom: 0;
}

.banner-sec.serv-banner.partner-banner .banner-text {
    margin-bottom: 50px;
}

/* .about-top-gr{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.bottom-side-white {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255) 100%);
}

.lead-capture-form .row.support-form-row.work-form-row {
    --bs-gutter-y: 40px;
}

.lead-capture-form .work-form-feild {
    margin-bottom: 0;
}

.lead-capture-form .cmn-btn {
    text-align: center;
    justify-content: center;
}

.leadcapture-sec {
    padding: 100px 0;
}

.support-form-outer.work-features-rt-col-wpr.lead-capture-form {
    box-shadow: 3.96099px 6.33759px 27.8695px rgba(202, 202, 202, 0.33);
}

.leadcapture-sec .section-head {
    margin-bottom: 50px;
}

.about-partner-sec {
    position: relative;
    padding: 96px 0 70px 0;
}

.about-partner-gr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-partner-sec .section-head {
    position: relative;
    max-width: 1192px;
    margin: 0 auto;
}

.easch-contact-info {
    width: 100%;
    height: 100%;
    border-right: 1px solid #CACACA;
    padding-right: 39px;
    padding-bottom: 32px;
}

.easch-contact-info-inr ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-bottom: 35px;
}

.easch-contact-info-inr ul li a {
    display: inline-flex;
    color: var(--title-color);
    align-items: center;
}

.easch-contact-info-inr ul li a:hover {
    color: var(--blue-two);
}

.easch-contact-info-inr ul li a span {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    margin-right: 10px;
    box-shadow: 0px 4px 44px rgba(220, 233, 255, 0.68);
    border-radius: 50%;
    padding: 13px;
}

.easch-contact-info-inr ul li {
    margin-bottom: 20px;
}

.easch-contact-info-inr ul>*:last-child {
    margin-bottom: 0;
}

.easch-contact-info-inr ul li a span img {
    width: 100%;
}

.row.contact-information-row>*:nth-child(even) .easch-contact-info {
    padding-right: 0;
    padding-left: 15px;
    border-right: none;
}

.contact-information-sec .section-head {
    margin-bottom: 60px;
}

.contact-information-sec p {
    padding: 80px 0 70px 0;
}

.easch-contact-info-inr {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #CACACA;
}

.contact-info-logo {
    padding-bottom: 14px;
    min-height: 73px;
    border-bottom: 1px solid #CACACA;
    margin-bottom: 18px;
}

.administrative-texts {
    font-weight: 600;
}

.thankyou-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all;
    overflow-y: auto;
    padding: 40px;
}

.popup-inr {
    background-color: var(--white);
    border-radius: 30px;
    padding: 58px 60px 70px 60px;
    max-width: 1008px;
    width: 100%;
    margin: auto;
    box-shadow: 3.96099px 6.33759px 27.8695px rgba(202, 202, 202, 0.33);
}

.thankyou-middle-sec {
    max-width: 785px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.thankyou-middle-sec span {
    width: 154px;
    height: 154px;
    border-radius: 50%;
    background-color: var(--background-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 30px;
}

.thankyou-middle-sec span img {
    width: 100%;
    max-width: 67px;
}

.thankyou-middle-sec .h1-title {
    color: var(--red);
    margin-bottom: 30px;
}

.thankyou-para-wrp>* {
    margin-bottom: 10px;
}

.thankyou-para-wrp p {
    color: #05222E;
}

.thankyou-para-wrp>*:last-child {
    margin-bottom: 0;
}

.thankyou-para-wrp {
    margin-bottom: 50px;
}

.thankyou-bt-wrp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -10px 0;
}

.thankyou-bt-wrp>* {
    margin: 0 10px 10px 0;
}

.thankyou-bt-wrp a {
    font-size: 16px;
    text-decoration: underline !important;
    color: var(--red);
}

.thankyou-bt-wrp a:hover {
    color: var(--blue-two);
}

.back-btn {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #9B9797;
}

.back-btn:hover {
    color: var(--blue-two);
}

.back-btn span {
    margin-right: 5px;
    max-width: 5px;
}

.open-popup {
    opacity: 1;
    pointer-events: all;
}

.privacy-banner-inr h1 {
    margin-bottom: 20px;
}

.privacy-content h3 {
    padding-top: 30px;
}

.main-wrapper {
    overflow-x: hidden;
}

/* Gsap Css */
.main-wrapper {
    overflow-x: hidden;
}

[data-slide="right"],
[data-slide="left"],
[data-move="up"],
[data-title] {
    opacity: 0;
}


.our-history-outer {
    position: relative;
}


.our-history-list li:nth-child(1) .histry-bx-bdr {
    width: 24%;
}

.our-history-list li:not(:first-child) .histry-bx-bdr {
    margin-left: -50%;
}

.our-history-list li:nth-child(2) .histry-bx-bdr {
    margin-left: -80%;
}


/* Form gravity CSS (Request A Demo) */

#gform_6 .ginput_container input,
#gform_6 .ginput_container select,
#gform_6 .ginput_container textarea {
    background-color: #F9FBFF;
    height: inherit;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    min-height: 60px;
}

.ginput_container_date input {
    width: 100% !important;
}

/* .ginput_container.ginput_complex.gform-grid-row {
    justify-content: center;
} */

#field_6_18 {
    margin-top: 20px;
}

#field_6_21 {
    margin-bottom: 20px;
}

/* Form gravity CSS (Request A Demo) */

/* Form gravity CSS */

#gform_wrapper_1 input,
#gform_wrapper_1 textarea,
#gform_wrapper_1 select {
    background-color: #F9FBFF;
    height: inherit;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    min-height: 70px;
}

#gform_wrapper_1 select {
    display: flex;
    align-items: center;
}

.gform-theme--foundation .gfield-choice-input[type="checkbox"] {
    border-radius: 3px !important;
    height: 20px !important;
    min-height: auto !important;
}


#gform_wrapper_1 label {
    font-size: 16px;
    color: var(--title-color);
    margin-bottom: 12px;
}

#gform_wrapper_1 input[type="submit"] {
    background-color: var(--blue-two);
    border: 1px solid var(--blue-two);
    padding: 15px 20px;
    border-radius: 10px;
    color: var(--white);
    /* display: flex; */
    font-size: 18px;
    text-transform: capitalize;
    font-family: var(--aileon);
    width: 100%;
    min-height: inherit;
    font-weight: 400;
    line-height: inherit;
    margin-top: 16px;
}

#gform_wrapper_1 input[type="submit"]:hover {
    background-color: var(--white);
    color: var(--blue-two);
}

.gform-theme--framework .gform-field-label>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform_editor legend.gform-field-label>span>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    display: none !important;
}

/* 28 Aug 2025 Start */
.curve-img-banner {
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.curve-img-banner.active {
    opacity: 1;
}

.mdl-wrap {
    text-align: center;
    padding: 20px;
}

.mdl-clse {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
    background-color: var(--white);
    border-radius: 100%;
    opacity: 1;
    z-index: 9;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.mdl-wrap .mdl-logo {
    margin-bottom: 30px;
    width: 154px;
}

.mdl-wrap h3 {
    margin-bottom: 6px;
}

.mdl-wrap [type="email"] {
    background-color: #F9FBFF;
    height: inherit;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    min-height: 45px;
    font-size: 15px;
    margin-bottom: 15px;
}

.mdl-wrap [type="submit"] {
    background-color: var(--blue-two);
    border: 1px solid var(--blue-two);
    padding: 8px 20px;
    border-radius: 10px;
    color: var(--white);
    width: 100%;
    font-size: 18px;
    text-transform: capitalize;
    font-family: var(--aileon);
    min-height: inherit;
    font-weight: 400;
    height: inherit;
    line-height: inherit;
}

.mdl-wrap [type="submit"]:hover {
    background-color: var(--white);
    color: var(--blue-two);
}

.haveacnt {
    font-size: 16px;
}

.termtxt {
    font-size: 14px;
    margin: 20px 0 0 0;
}

#gform_wrapper_1 textarea {
    height: 154px;
    resize: none;
}

.work-features-rt-col-wpr .gform-theme--framework input[type="radio"] {
    min-height: auto !important;
    padding: 0 !important;
    align-self: center;
    border: 2px solid #DEDEDE !important;
    width: 15px;
    height: 15px !important;
    border-radius: 3px !important;
    min-width: auto !important;
    box-shadow: none !important;
    outline: none !important;
    --gf-local-width: 15px !important;
}

.work-features-rt-col-wpr .gform-theme--framework input[type="radio"]::before {
    inline-size: auto !important;
    width: 11px !important;
    height: 11px !important;
    border-radius: 3px !important;
}

.work-features-rt-col-wpr .gfield_radio {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row !important;
    gap: 20px !important;
}

.work-features-rt-col-wpr .gform-theme--foundation .gform-field-label {
    font-size: 16px;
    color: var(--title-color);
    margin-bottom: 12px;
}

.work-features-rt-col-wpr .gform-theme--framework .gfield--type-choice .gchoice {
    display: flex;
}

.gfield_checkbox .gform-field-label {
    margin-bottom: 0 !important;
    margin-left: 7px;
    padding: 0;
    color: #A09B9B !important;
    font-size: 14px !important;
    font-family: var(--aileon) !important;
}

.gfield_checkbox .gfield-choice-input[type="checkbox"]::before {
    color: #ecb61f;
}

.work-features-rt-col-wpr .gform-theme--foundation .gfield-choice-input+.gform-field-label {
    margin-bottom: 0;
    margin-left: 7px;
    padding: 0;
    color: #A09B9B;
    font-size: 14px;
    font-family: var(--aileon);
}

.work-features-rt-col-wpr .gform-theme--foundation .gform_fields {
    grid-row-gap: 20px;
    row-gap: 20px;
}

.work-features-rt-col-wpr select {
    padding-top: 10px !important;
}

.work-features-rt-col-wpr .gform-theme--foundation .gfield textarea {
    height: 121px !important;
    resize: none;
    min-height: auto !important;
}

.work-features-rt-col-wpr .gform-theme--foundation .gfield-choice-input[type="checkbox"] {
    border-radius: 3px !important;
    height: 20px !important;
    min-height: auto !important;
}

.work-features-rt-col-wpr .gform-theme--foundation .gfield-choice-input[type="checkbox"]::before {
    color: #ecb61f;
}

.work-features-rt-col-wpr .gform-theme--foundation .ginput_container_radio input[type="submit"] {
    background-color: var(--blue-two) !important;
    border: 1px solid var(--blue-two) !important;
    padding: 15px 20px;
    border-radius: 10px !important;
    color: var(--white) !important;
    display: flex !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
    font-family: var(--aileon) !important;
    min-height: 59px !important;
    font-weight: 400 !important;
    width: 100% !important;
}

.work-features-rt-col-wpr .gform-theme--foundation .ginput_container_radio input[type="submit"]:hover {
    background-color: var(--white) !important;
    color: var(--blue-two) !important;
}

.work-features-rt-col-wpr .gform-footer {
    margin-top: 30px !important;
}



.leadcapture-sec .work-features-rt-col-wpr input:not([type="submit"]),
.leadcapture-sec .work-features-rt-col-wpr select,
.leadcapture-sec #gform_wrapper_3 input:not([type="submit"]),
.leadcapture-sec #gform_wrapper_3 select,
.leadcapture-sec .work-features-rt-col-wpr .gform-theme--foundation .gfield textarea {
    background-color: #F9FBFF !important;
    height: inherit;
    border-radius: 10px !important;
    border: 1px solid #E4E4E4 !important;
    min-height: 60px !important;
    box-shadow: none !important;
}

/* 28 Aug 2025 End */

/*support css update 29/8/2025*/
.sign_up_form .gform_wrapper.gform-theme form input[type="text"],
.sign_up_form .gform_wrapper.gform-theme form input[type="tel"],
.sign_up_form .gform_wrapper.gform-theme form input[type="password"],
.sign_up_form .gform_wrapper.gform-theme form input[type="email"],
.sign_up_form .gform_wrapper.gform-theme form select {
    background-color: #F9FBFF;
    height: inherit;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    min-height: 60px;
    box-shadow: none;
    text-align: left;
}

.sign_up_form .gform_wrapper.gform-theme form input[type="submit"].button.gform_button {
    background-color: var(--blue-two);
    border: 1px solid var(--blue-two);
    padding: 10px 20px;
    border-radius: 10px !important;
    color: var(--white);
    width: 100% !important;
    font-size: 18px;
    text-transform: capitalize;
    font-family: var(--aileon);
    min-height: inherit;
    font-weight: 400;
    height: inherit;
    line-height: inherit;
}

.sign_up_form .gform_wrapper.gform-theme form input[type="submit"].button.gform_button:hover {
    color: var(--blue-two) !important;
    background-color: var(--background-color);
}

.sign_up_form h3 {
    margin-bottom: 20px;
}

.sign_up_form .gform_wrapper.gform-theme form .gform-footer {
    margin-top: 15px;
}

.sign_up_form .termtxt a {
    color: var(--blue-two);
}

.sign_up_form .termtxt a:hover {
    color: var(--red);
}

.sign_up_form .mdl-wrap {
    padding: 10px;
}

/*support css update 29/8/2025*/
.chosen-single {
    border-radius: 10px !important;
    border: 1px solid #E4E4E4 !important;
    min-height: 60px !important;
    padding: 10px 12px !important;
    background-color: #F9FBFF !important;
}

.chosen-single span {
    height: 100% !important;
}

.chosen-container.chosen-container-single {
    width: 100% !important;
}

.md-back-btn {
    color: #9B9797;
    font-size: 16px;
}

.md-back-btn {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.md-back-btn span {
    margin-right: 5px;
    display: inline-block;
    margin-top: -3px;
}

.thank-you-modal .modal-header,
.thank-you-modal .modal-footer {
    border: none;
}

.thank-you-modal .cust-modal-dialog {
    max-width: 1038px;
    padding: 0 30px;
}

.thank-you-modal .modal-content {
    background: #FFFFFF;
    box-shadow: 3.96099px 6.33759px 27.8695px rgba(202, 202, 202, 0.33);
    border-radius: 30px;
    padding: 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.thank-you-modal .modal-header {
    padding: 18px 70px 11px 20px;
}

.thank-you-modal .modal-body {
    padding: 0 70px 30px;
    text-align: center;
}

.mail-wrp {
    width: 145px;
    height: 154px;
    background: #F0F5FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    padding: 38px;
}

.modal-cont span {
    font-family: var(--grotest-font-midium);
    font-weight: 500;
    color: var(--red);
    font-size: 80px;
    display: block;
    margin-bottom: 22px;
    line-height: 1.12;
}

.modal-cont {
    padding-bottom: 40px;
}

.md-lnk {
    color: var(--red);
    font-size: 16px;
    text-decoration: underline !important;
}

.md-back-btn:hover {
    color: var(--red);
}

.md-lnk:hover {
    color: var(--blue-two);
}

.mail-wrp img {
    width: 100%;
}

.thank-you-modal .cust-modal {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}


.thank-you-modal {
    display: none;
}

.big-img-left-what-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.big-img-left-what-video {
    position: relative;
    padding-top: 58%;
}

/*support css update 9/9/2025*/
.home .banner-sec .all-images {
    border: 1px solid rgba(30, 135, 202, 0.5);
    padding: 10px;
    border-radius: 10px;
    margin-top: 40px;
    max-width: 80%;
}

.home .banner-sec .select-the-options .each-options-in span {
    text-transform: capitalize;
}

.home .banner-sec .banner-img-part {
    padding-left: 0;
}

/*support css update 9/9/2025*/

/* 12/10/25 work start */
.whatdose-entrypoint-col-left {
    position: relative;
}

.what-entrypoint-col-right {
    position: relative;
}

.big-img-left-what {
    position: -webkit-sticky;
    position: sticky;
    top: 5vh;
    overflow: hidden;
    height: 90vh;
}

.big-img-left-what-video {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.what-entrypoint-right-in-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.teaser-grid {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.teaser-column {
    position: relative;
    width: 50%;
}

.teaser-copy-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.teaser-copy {
    max-width: 650px;
    padding-left: 15%;
}

.title1 {
    font-size: 2.6em;
    line-height: 1.2em;
    font-weight: 400;
}

.p-xs-start {
    padding-top: 1em;
}

.copy-small {
    font-size: 0.95em;
}

.teaser-image-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 135px;
    overflow: hidden;
    height: calc(90vh - 135px);
    display: flex;
    align-items: center;
}

.teaser-section {
    padding-bottom: 150px;
}

.teaser-image-card {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 56.25%;
}

.teaser-image-card video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.teaser-gallery-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teaser-column.left {
    width: 55%;
}

.teaser-column.right {
    width: 45%;
}

.teaser-mbl-video {
    display: none;
}

/* 12/10/25 work end */

/*support css update 17sep*/
.contact-info-logo.contact-info-imgtwo img {
    max-width: 177px;
    width: 100%;
}

.module-child-wpr .module-txt {
    color: var(--black);
}

.module-child-wpr {
    opacity: 0.5;
}

/* .module-child-wpr:first-child,
.module-child-wpr:nth-child(2){
    opacity: 1;
} */
.module-child-wpr:nth-child(5) .module-count,
.module-child-wpr:nth-child(6) .module-count,
.module-child-wpr:nth-child(7) .module-count,
.module-child-wpr:nth-child(8) .module-count {
    background-color: var(--blue-two);
}

.module-child-wpr:nth-child(1) .module-bdr,
.module-child-wpr:nth-child(2) .module-bdr {
    -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(83%) saturate(932%) hue-rotate(173deg) brightness(93%) contrast(84%);
    filter: brightness(0) saturate(100%) invert(39%) sepia(83%) saturate(932%) hue-rotate(173deg) brightness(93%) contrast(84%);
}

.module-child-wpr:nth-child(1) .module-bdr,
.module-child-wpr:nth-child(5) .module-bdr {
    width: 2px;
}

.module-child-wpr:nth-child(2) .module-bdr,
.module-child-wpr:nth-child(8) .module-bdr,
.module-child-wpr:nth-child(7) .module-bdr.hr,
.module-child-wpr:nth-child(3) .module-bdr.hr,
.module-child-wpr:nth-child(6) .module-bdr.hr,
.module-child-wpr:nth-child(4) .module-bdr.hr {
    height: 2px;
}

.counterbx {
    font-size: 40px;
    font-weight: 700;
    color: var(--blue-two);
    font-family: var(--grotest-font-midium);
}

/* ----- Design_sup ----- */

.big-progress {
    text-align: left;
}

/* ----- Design_sup ----- */

.big-progress .counterbx {
    color: var(--red);
}

.srvmodule-lstwp ul {
    margin-bottom: 0;
    padding-left: 0;
}

.srvmodule-lstwp ul li {
    font-size: 15px;
    color: var(--black);
    text-transform: capitalize;
    list-style: none;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.srvmodule-lstwp {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e9e9e9;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.srvmodule-lstwp ul li:not(:last-child) {
    margin-bottom: 10px;
}

.srvmodul-colrbx {
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.srvmodul-colrbx.blue {
    background-color: var(--blue-two);
}

.srvmodul-colrbx.ornge {
    background-color: var(--red);
}

.module-icon {
    max-width: 39px;
}

/*support css update 17sep*/


/* S.Mv Css Start 18-09-25 */
.module-part-outer {
    position: relative;
}

.srvmodule-lstwp {
    position: absolute;
    top: 70px;
    right: 100px;
    margin: 0;
    z-index: 9;
}

.teaser-copy-wrap h3 {
    font-size: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.teaser-copy-wrap .teaser-copy-para p {
    font-size: 26px;
}

.teaser-image-card {
    border: 1px solid rgba(30, 135, 202, 0.1);
    border-radius: 10px;
}

/* .teaser-column.right {
    height: calc(90vh - 135px);
    display:flex;
    align-items:center;
} */


/* .teaser-column.right {
  position: relative;
  min-height: calc(90vh - 90px);
} */

/* .teaser-copy-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0; 
} */

/* .teaser-copy-wrap.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
} */

/* .teaser-image-wrapper {
  position: relative;
  overflow: hidden;
  height: calc(90vh - 90px);
  display: flex;
  align-items: center;
} */
/* 
.teaser-image-card {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
} */


.teaser-section {
    padding-bottom: 230px;
    position: relative;
    /* overflow:hidden; */
}



.nw-what-img-outer {
    position: relative;
}

.nw-what-img-fgr {
    width: 100%;
    margin-bottom: -18%;
}

.nw-what-img-fgr>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nw-what-img-ele {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
}


.what-entrypoint {
    overflow: hidden;
}

.tracking-wpr {
    position: absolute;
    padding: 5px 18px;
    border-radius: 6px;
    background-color: var(--blue-two);
    color: var(--white);
    top: 45px;
    right: 120px;
    font-size: 18px;
    max-width: 220px;
    height: 42px;
    width: 100%;
}

.tracking-wpr p {
    position: absolute;
    top: 5px;
    left: 10px;
}

.teaser-sec-outer {
    position: relative;
    z-index: 1;
}

.teaser-section {
    background-color: #e4f1fa;
    /* background: linear-gradient(360deg, #FFFFFF 0%, #98C4E5 100%); */

}

.cloud-bottom-left-teaser {
    position: absolute;
    bottom: -220px;
    right: -200px;
    max-width: 400px;
    pointer-events: none;
}

.cloud-right-top-teaser {
    position: absolute;
    top: 150px;
    right: 0;
    max-width: 300px;
    pointer-events: none;
}

.cloud-top-left-teaser {
    position: absolute;
    bottom: 0;
    left: -200px;
    max-width: 250px;
    pointer-events: none;
    z-index: -1;
}

/* S.Mv Css End 18-09-25 */



/* S.Mv Css Start 20-09-25 */
.what-entrypoint-left-in {
    padding: 0 35px 0 0;
}

.vt-what-img-outer figure,
.vt-what-img-outer figure img {
    width: 100%;
    margin: 0;
}

.vt-what-img-outer {
    position: relative;
    /* max-width:560px; */
}

.vt-what-top-txt-outer {
    position: absolute;
    top: -22px;
    left: 10%;
    padding: 4px 10px;
    border-radius: 6px;
    background-color: var(--blue-two);
    height: 32px;
    width: 77%;
}

.vt-what-type-txt {
    font-size: 16px;
    color: var(--white);
    margin: 0;
    white-space: nowrap;
}

.cursor-blink {
    -webkit-animation: 1s blink step-end infinite;
    -moz-animation: 1s blink step-end infinite;
    -ms-animation: 1s blink step-end infinite;
    -o-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
    opacity: 0;
}

@keyframes blink {

    from,
    to {
        color: transparent;
    }

    50% {
        color: var(--white);
    }
}

.vt-what-top-txt-inr {
    display: flex;
    align-items: center;
    line-height: 1;
}

.dot-elastic-wpr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 35px;
    opacity: 0;
}

.dot-elastic {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--white);
    color: var(--white);
    animation: dot-elastic 1s infinite linear;
}

.dot-elastic::before,
.dot-elastic::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-elastic::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--white);
    color: var(--white);
    animation: dot-elastic-before 1s infinite linear;
}

.dot-elastic::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--white);
    color: var(--white);
    animation: dot-elastic-after 1s infinite linear;
}

@keyframes dot-elastic-before {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1.5);
    }

    50% {
        transform: scale(1, 0.67);
    }

    75% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes dot-elastic {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1, 1.5);
    }

    75% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes dot-elastic-after {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1, 0.67);
    }

    75% {
        transform: scale(1, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

.vt-what-ani-stdnt-main-wpr {
    position: absolute;
    bottom: 13px;
    right: 0;
    width: 89.4%;
    height: 67%;
    padding-right: 25px;
    overflow: hidden;
}

.vt-what-ani-stdnt-bx-lst {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vt-what-ani-stdnt-bx-lst li:not(:last-child) {
    margin-bottom: 8px;
}

.vt-what-ani-stdnt-bx-lst li img {
    width: 100%;
}

.vt-what-ani-stdnt-bx-btm-part {
    padding-top: 9px;
}

.vt-what-ani-scroll-wpr {
    position: absolute;
    bottom: 0;
    width: 6px;
    height: 100%;
    right: 9px;
    background-color: #e1e2e4;
    border-radius: 20px;
}

.vt-what-ani-scroll-track {
    width: 100%;
    height: 100%;
    border-radius: 20px;

}

.vt-what-ani-scroll-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 20px);
    border-radius: 20px;
    overflow: hidden;
    background-color: #bdbaba;
}


/* .teaser-image-card {
    height: 70%;
    padding:0;
    top: 45%;
    transform: translateY(-50%);
}
.teaser-image-card video {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px) !important;
    height: calc(100% - 10px) !important;
    border-radius:10px !important;
} */

.teaser-section {
    background-color: transparent;
}

.cloud-bottom-left-teaser,
.cloud-right-top-teaser {
    display: none;
}

.entypoint-sec {
    z-index: 1;
}

.vtw-entry-blur-one {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    /* max-width:500px; */
}

.cloud-top-left-teaser {
    left: -10%;
    max-width: 100%;
    width: 70%;
}

.cloud-top-left-teaser3 {
    position: absolute;
    bottom: -80%;
    right: -30%;
    width: 70%;
    pointer-events: none;
    z-index: -1;
}

/* S.Mv Css End 20-09-25 */

/* S.Mv Css Start 22-09-25 */
.vt-what-top-txt-outer {
    left: 6%;
    width: 85%;
    display: flex;
    align-items: center;
}

.dot-elastic-wpr {
    position: relative;
    top: initial;
    left: initial;
    width: initial;
    height: initial;
    padding-left: 16px;
    opacity: 0;
    padding-top: 6px;
}

.dot-elastic,
.dot-elastic:after,
.dot-elastic:before {
    width: 8px;
    height: 8px;
}

.dot-elastic::before {
    left: -13px;
}

.dot-elastic::after {
    left: 13px;
}

.teaser-section {
    padding-bottom: 110px;
}

.vth-entry-blur-one {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.teaser-column.right {
    position: relative;
}

.vt-what-img-outer figure {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 13px;
}

.teaser-bg-shp-wpr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
}

.vtw-entry-blur1 {
    max-width: 500px;
}

.vtw-entry-blur2 {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}




/* S.Mv Css End 22-09-25 */




/* ========== responsive css =========== */


@media(min-width: 1600px) {
    .container {
        max-width: 1484px;
    }
}


@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media(max-width:1799px) {
    .about-banner .banner-img-part .ai-assist-banner {
        right: -70px;
        top: 70px;
    }

    .about-banner .banner-img-part .ema-banner {
        left: -70px;
        bottom: 70px;
    }
}


@media(max-width:1699px) {
    .questionmark-outer.right-outer {
        right: -40px;
    }

    .small-img-left-what.assistants {
        max-width: 150px;
        left: -40px;
    }

    .small-img-left-what.automate-qualitative {
        left: -40px;
    }

    .small-img-left-what.business-thrieve {
        left: -40px;
    }

    .small-img-left-what.ai-assistance {
        left: -40px;
    }

    .entrypoint-sec .section-head {
        margin-bottom: 40px;
    }

    .cloud-top-left {
        left: 0px;
    }

    .cloud-right-top {
        right: 0px;
    }

    .banner-text {
        max-width: 1090px;
    }

    .newsletter-sec .section-head h2 {
        font-size: 70px;
    }

    .about-banner .banner-img-part .ai-assist-banner {
        right: -30px;
    }

    .about-banner .banner-img-part .ema-banner {
        left: -30px;
    }

}

@media(max-width:1600px) {
    body {
        font-size: 20px;
    }

    h1,
    .h1-title {
        font-size: 58px;
    }

    h2,
    .h2-title {
        font-size: 42px;
    }

    .banner-text p {
        font-size: 24px;
    }

    h3,
    .h3-title {
        font-size: 24px;
    }

    .cmn-gap {
        padding: 90px 0;
    }

    .what-entrypoint {
        padding-top: 51px;
    }

    .footer-right-in ul li>* {
        font-size: 20px;
    }

    .footer-left-in ul li a {
        font-size: 20px;
    }

    .banner-text {
        max-width: 960px;
    }

    .future-entrypoints-inr .section-head {
        max-width: 700px;
    }

    .footer-mid-in ul li a {
        width: 50px;
        height: 50px;
        padding: 12px;
    }

    .about-banner .banner-text {
        margin-bottom: 40px;
    }

    .our-vision-sec .section-head p {
        font-size: 24px;
    }

    .our-vision-sec .section-head i {
        margin-bottom: 30px;
    }

    .our-vision-sec .section-head h2 {
        margin-bottom: 20px;
    }

    .founder-text-wrp {
        min-height: 590px;
    }

    .founder-text-part h3 {
        font-size: 28px;
    }

    .founder-ul li::before {
        top: 8px;
    }

    .about-banner .banner-inr {
        padding-top: 100px;
    }

    .banner-inr {
        padding-top: 100px;
    }

    .founder-icon span {
        font-size: 52px;
    }

    .row.row-founder>*:nth-child(3n+1) .founder-icon-outer {
        width: 200px;
        height: 200px;
    }

    .workbase-btn p {
        font-size: 32px;
    }

    .workbase-btn {
        min-width: 360px;
    }

    .top-shape-btn {
        max-width: 300px;
        margin: 0 20px -16px 0;
    }

    .btm-shape-btm {
        max-width: 300px;
    }

    .row.workbased-row {
        align-items: center;
    }

    .workbased-img-wrp {
        margin: 0 -73% -19px 0;
    }

    .doit-outer>* {
        margin-bottom: 120px;
    }

    .dotext-in span {
        font-size: 80px;
    }

    /*p.p css 18.08.25 start*/

    .author-img-part {

        padding-top: 127.7%;

    }

    /*p.p css 18.08.25 end*/
    /* Samar Css Start 18-08-25 */
    .srv-bnr-lower p {
        font-size: 32px;
    }

    /* Samar Css End 18-08-25 */

    .thankyou-middle-sec span {
        width: 120px;
        height: 120px;
        padding: 30px;
        margin-bottom: 20px;
    }


    /* S.Mv Css Start 18-09-25 */
    /* .teaser-section {
        padding-bottom: 230px;
    } */
    .teaser-copy {
        padding-left: 8%;
    }

    /* S.Mv Css End 18-09-25 */

    /* S.Mv Css Start 22-09-25 */
    .vt-what-type-txt {
        font-size: 15px;
    }


    /* S.Mv Css End 22-09-25 */
}

/*p.p css 18.08.25 start*/

@media(max-width:1599px) {
    .author-img-part {

        padding-top: 143.7%;

    }

    /* S.Mv Css End 20-09-25 */
    .vt-what-top-txt-outer {
        left: 7%;
        width: 88%;
    }

    /* S.Mv Css End 20-09-25 */
}

/*p.p css 18.08.25 end*/

@media(max-width:1499px) {

    .what-entrypoint {
        padding-bottom: 120px;
    }

    .banner-gradient {
        max-height: 400px;
    }

    .cloud-top-left {
        left: 60px;
    }

    .cloud-right-top {
        right: 60px;
    }

    .select-options-outer {
        right: -20px;
        top: 20px;
    }

    .support-form-outer input {
        min-height: 60px;
    }

    .each-entrypoint ul li::before {
        top: 6px;
    }

    .footer-right-in ul li>* span {
        max-width: 18px;
    }

    .newsletter-sec .section-head h2 {
        font-size: 64px;
    }

    .about-banner .banner-inr {
        padding-top: 120px;
    }

    .founder-icon span {
        font-size: 48px;
    }

    .progress-sofar-sec .small-progress h3 br {
        display: none;
    }

    /* Samar Css Start 14-08-25 */
    .for-edtach-medium-logo {
        width: 204px;
        height: 204px;
    }

    .for-edtach-smll-logo {
        width: 108px;
        height: 108px;
    }

    /* Samar Css End 14-08-25 */
    .workbase-btn p {
        font-size: 24px;
    }

    .workbase-btn {
        min-width: 320px;
    }

    .top-shape-btn {
        max-width: 280px;
        margin: 0 10px -13px 0;
    }

    .btm-shape-btm {
        max-width: 280px;
        margin-left: 10px;
    }

    .dotext-in span {
        font-size: 60px;
    }

    .mail-wrp {
        width: 105px;
        height: 105px;
        padding: 30px;
    }

    .modal-cont span {
        font-size: 60px;
    }

    .thank-you-modal .modal-content {
        border-radius: 20px;
        padding: 30px;
    }

    .modal-cont {
        padding-bottom: 40px;
    }
}

@media(max-width:1399px) {
    .about-banner .banner-inr {
        padding-top: 70px;
    }

    .banner-inr {
        padding-top: 70px;
    }

    .questionmark-outer {
        max-width: 200px;
    }

    .questionmark-outer {
        left: -68px;
    }

    .what-entrypoint-left-in {
        padding-top: 0;
    }

    .footer-right-in ul li>* {
        font-size: 20px;
    }

    .footer-left-in ul li a {
        font-size: 20px;
    }

    .what-entrypoint-right-in {
        padding-left: 30px;
    }

    .small-img-left-what {
        right: -20px;
        max-width: 150px;
    }

    .what-dose-entrypoint-inr>* {
        margin-bottom: 80px;
    }

    .what-entrypoint {
        padding-top: 50px;
    }

    .row.row-progressfar .small-rpogress-col {
        width: 30%;
    }

    .row.row-progressfar .big-rpogress-col {
        width: 40%;
    }

    .newsletter-sec {
        padding: 50px;
    }

    .banner-gradient {
        max-height: 350px;
    }

    .cloud-top-left {
        left: 50px;
    }

    .cloud-right-top {
        right: 50px;
    }

    .future-entrypoints-inr .section-head {
        max-width: 900px;
    }

    .row.row-founder>*:nth-child(3n+1) .each-founder .founder-img {
        object-position: right;
    }

    .founder-icon span {
        font-size: 42px;
    }

    .founder-icon-outer p {
        font-size: 12px;
    }

    .row.row-founder>*:nth-child(3n+1) .founder-icon-outer {
        width: 160px;
        height: 160px;
    }

    .founder-icon-outer {
        width: 160px;
        height: 160px;
    }

    /* Samar Css Start 14-08-25 */
    .for-edtach-outer {
        width: 870px;
        height: 1000px;
    }

    .for-edtach-medium-logo-bx.one .for-edtach-medium-logo,
    .for-edtach-medium-logo {
        width: 185px;
        height: 185px;
    }

    .for-edtach-medium-logo-bx.saven .for-edtach-medium-logo {
        width: 164px;
        height: 164px;
    }

    .for-edtach-medium-logo-bx.six .for-edtach-medium-logo {
        width: 167px;
        height: 167px;
    }

    .for-edtach-medium-logo-bx.four .for-edtach-medium-logo {
        width: 174px;
        height: 174px;
    }

    .for-edtach-lrg-logo-outer {
        height: 24.8%;
    }

    .our-history-list li:nth-child(5) .bx-desc-part {
        width: 240px;
    }

    .our-history-list {
        padding: 310px 0 246px;
    }

    .for-edtach-medium-logo img {
        max-width: 50px;
    }


    /* Samar Css End 14-08-25 */
    .workbased-img-wrp {
        margin: 0 -73% -69px 0;
    }

    .workbasec-sec {
        padding-top: 20px;
    }

    .rounds {
        width: 350px;
        height: 350px;
    }

    /*p.p css 18.08.25 start*/

    .author-img-part {
        padding-top: 162.7%;
    }

    /*p.p css 18.08.25 end*/

    /* Samar Css End 18-08-25 */
    .module-main-wpr {
        width: 254px;
        height: 292px;
    }

    .srv-bnr-lower p {
        font-size: 28px;
    }

    /* Samar Css End 18-08-25 */


    /* S.Mv Css Start 18-09-25 */
    .teaser-image-wrapper {
        height: calc(90vh - 150px);
    }

    .teaser-section {
        padding-bottom: 160px;
    }

    .teaser-copy-wrap h3 {
        font-size: 34px;
    }

    .teaser-copy-wrap .teaser-copy-para p {
        font-size: 24px;
    }

    /* S.Mv Css End 18-09-25 */


    /* S.Mv Css End 20-09-25 */
    .vt-what-top-txt-inr {
        line-height: 1.4;
    }

    .vt-what-type-txt {
        font-size: 12px;
    }

    .vt-what-ani-stdnt-bx-lst li:not(:last-child) {
        margin-bottom: 7px;
    }

    /* S.Mv Css End 20-09-25 */

    /* S.Mv Css Start 22-09-25 */
    .teaser-section {
        padding-bottom: 70px;
    }


    /* S.Mv Css End 22-09-25 */

}

@media(max-width:1299px) {

    .what-entrypoint-left-in h2 {
        margin-bottom: 30px;
    }

    .what-entrypoint-ul li {
        margin-bottom: 30px;
    }

    .what-entrypoint-ul li span {
        width: 80px;
        height: 80px;
    }

    .what-entrypoint-ul li span img {
        max-width: 30px;
    }

    .what-dose-entrypoint-inr>* {
        margin-bottom: 60px;
    }

    .small-img-left-what {
        right: -10px;
        max-width: 130px;
    }

    .small-img-left-what.assistants {
        max-width: 130px;
        left: -20px;
    }

    .small-img-left-what.automate-qualitative {
        left: -20px;
    }

    .small-img-left-what.business-thrieve {
        left: -20px;
    }

    .small-img-left-what.ai-assistance {
        left: -20px;
    }

    .what-entrypoint-right-in {
        padding-left: 20px;
    }

    body {
        font-size: 18px;
    }

    .entrypoint-number {
        font-size: 80px;
    }

    .each-entrypoint-icon {
        width: 80px;
        height: 80px;
        margin: -43px 0 20px 0;
    }

    .each-entrypoint-icon img {
        max-width: 30px;
    }

    .each-entrypoint {
        padding: 0 18px 30px 30px;
    }

    .footer-right-in ul li>* {
        font-size: 18px;
    }

    .footer-left-in ul li a {
        font-size: 18px;
    }

    .each-entrypoint ul li::before {
        top: 6px;
    }

    .footer-right-in {
        padding-left: 60px;
    }

    .how-work-left-outer {
        margin-left: 0;
    }

    .banner-gradient {
        max-height: 300px;
    }

    .cloud-top-left {
        left: 40px;
    }

    .cloud-right-top {
        right: 40px;
    }

    .footer-mid-in ul li a {
        padding: 15px;
    }

    .what-entrypoint-left-in {
        padding-right: 60px;
    }

    .future-entrypoints-inr .section-head {
        max-width: 750px;
    }

    .founder-text-wrp {
        padding: 25px;
    }

    .founder-text-wrp {
        min-height: 500px;
    }

    .doit-outer>*:nth-child(even) .doimg-in {
        margin-left: 0;
    }

    .red-icon-workbase {
        width: 70px;
        height: 70px;
        border: 7px solid #FF4D09;
        padding: 14px;
    }

    .dotext-in {
        padding-right: 60px;
    }

    .doit-outer>*:nth-child(even) .dotext-in {
        padding: 0 0 0 60px;
    }

    .workbase-btn {
        min-width: 280px;
    }

    /*p.p css 18.08.25 start*/
    .author-img-part {
        padding-top: 157.7%;
    }

    /*p.p css 18.08.25 end*/

    .popup-inr {
        max-width: 768px;
        padding: 40px;
    }

}

@media(max-width:1199px) {
    .footer-right-in {
        padding-left: 30px;
    }

    .footer-para-wrp {
        margin-bottom: 20px;
    }

    .cmn-gap {
        padding: 80px 0;
    }

    .footer-mid-in ul li a {
        width: 50px;
        height: 50px;
        padding: 16px;
    }

    .newsletter-sec {
        padding: 30px;
    }

    .navbar-nav>li {
        margin: 0 15px;
    }

    .cmn-btn {
        padding: 12px 16px;
    }

    .navber-btn-wrp {
        margin-left: 30px;
    }

    .navbar-brand,
    .custom-logo-link {
        max-width: 220px;
    }

    .banner-inr {
        padding-top: 80px;
    }

    /* h1, .h1-title {
	font-size: 66px;
} */
    .what-entrypoint {
        padding-top: 40px;
    }

    /* h2, .h2-title {
	font-size: 52px;
}

h3, .h3-title {
	font-size: 24px;
} */
    .questionmark-outer {
        transform: scale(0.7);
    }

    .play-inr-circle {
        width: 80px;
        height: 80px;
    }

    .future-entrypoints-inr {
        padding-bottom: 80px;
    }

    .encription-btn {
        top: auto;
        bottom: 0;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .cmn-arrow {
        width: 50px;
        height: 50px;
        padding: 12px;
    }

    .small-progress {
        padding: 30px 20px;
    }

    .big-progress {
        padding: 50px;
    }

    .support-form-outer {
        padding: 50px 30px;
    }

    .banner-gradient {
        max-height: 250px;
    }

    .cloud-top-left {
        left: 30px;
    }

    .cloud-right-top {
        right: 30px;
    }

    .ontrack-img-banner {
        max-width: 220px;
    }

    .how-work-icon img {
        max-width: 30px;
    }

    .how-work-icon {
        width: 80px;
        height: 80px;
    }

    .how-work-right {
        padding-left: 0;
    }

    .row.row-progressfar .small-rpogress-col {
        width: 33.33%;
    }

    .row.row-progressfar .big-rpogress-col {
        width: 33.33%;
    }

    .row.row-progressfar {
        --bs-gutter-x: 20px;
    }

    .row.support-form-row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }

    .row.newsletter-row .newsletter-left-col {
        width: 45%;
    }

    .row.newsletter-row .newsletter-right-col {
        width: 55%;
    }

    .banner-text p {
        font-size: 20px;
    }

    .about-banner .banner-img-part .ai-assist-banner {
        right: -10px;
    }

    .about-banner .banner-img-part .ema-banner {
        left: -10px;
    }



    /* Samar Css Start 14-08-25 */
    .for-edtach-medium-logo-bx.one .for-edtach-medium-logo,
    .for-edtach-medium-logo {
        width: 135px;
        height: 135px;
    }

    .for-edtach-medium-logo-bx.saven .for-edtach-medium-logo {
        width: 144px;
        height: 144px;
    }

    .for-edtach-medium-logo-bx.saven .for-edtach-bdr {
        width: 219px;
    }

    .for-edtach-medium-logo-bx.three .for-edtach-bdr {
        width: 245px;
    }

    .for-edtach-medium-logo-bx.four .for-edtach-medium-logo {
        width: 154px;
        height: 154px;
    }

    .for-edtach-medium-logo-bx.six .for-edtach-medium-logo {
        width: 147px;
        height: 147px;
    }

    .our-history-list li:nth-child(5) .bx-desc-part,
    .our-history-list li:nth-child(1) .bx-desc-part,
    .our-history-list li:nth-child(2) .bx-desc-part,
    .our-history-list li:nth-child(3) .bx-desc-part,
    .our-history-list li:nth-child(4) .bx-desc-part {
        width: 100%;
    }

    .bx-date-part {
        font-size: 15px;
    }

    .bx-date-part:after {
        height: 16px;
        width: 16px;
    }

    .for-edtach-smll-logo {
        width: 88px;
        height: 88px;
    }

    .for-edtach-smll-logo img {
        max-width: 35px;
    }

    .for-edtach-outer {
        height: 730px;
    }

    .for-edtach-sec {
        padding-bottom: 150px;
    }

    .for-edtach-lrg-logo-outer .for-edtach-lrg-logo img {
        max-width: 140px;
    }


    /* Samar Css End 14-08-25 */

    .workbase-btn p {
        padding: 20px;
    }

    .top-shape-btn {
        max-width: 260px;
    }

    .btm-shape-btm {
        max-width: 260px;
    }

    .administrative-text-wrp {
        width: 100%;
        height: 100%;
        padding-left: 27px;
    }

    .how-wedo-sec .section-head {
        margin-bottom: 40px;
    }

    .arrow-doit {
        bottom: -120px;
        max-width: 120px;
    }

    .doit-outer>*:nth-child(even) .arrow-doit {
        right: -95px;
        bottom: -154px;
    }

    .basemodule-sec .section-head {
        margin-bottom: 40px;
    }

    .basemodule-text-wrp {
        padding-left: 25px;
    }

    .profesional-service-sec .basemodule-text-wrp {
        padding: 0 20px 0 0;
    }

    .administrative-text-wrp .h3-title br {
        display: none;
    }

    .administrative-sec .section-head {
        margin-bottom: 40px;
    }

    .percentage-one {
        max-width: 120px;
    }

    .options-one {
        max-width: 100px;
    }

    .chat-two {
        max-width: 129px;
    }

    .chat-twotwo {
        max-width: 120px;
    }

    /*p.p css 18.08.25 start*/
    .author-img-part {
        padding-top: 187.7%;
    }

    /*p.p css 18.08.25 start*/

    /* Samar Css Start 18-08-25 */
    .module-main-wpr {
        width: 184px;
        height: 222px;
    }

    .module-txt {
        font-size: 18px;
    }

    .module-count:after {
        font-size: 16px;
    }

    .module-part-inr {
        height: 790px;
        width: 910px;
    }

    .module-part-outer {
        padding: 28px 0 48px;
    }

    .srv-bnr-lower p {
        font-size: 24px;
    }

    .banner-sec.serv-banner .banner-inr {
        padding-bottom: 80px;
    }

    /* Samar Css End 18-08-25 */

    .privacy-content h3 {
        padding-top: 20px;
    }

    .banner-gradient {
        max-height: 60px;
    }

    .select-options-outer {
        top: -50px;
    }

    .thank-you-modal .modal-body {
        padding: 0 40px 30px;
    }

    .thank-you-modal .cust-modal-dialog {
        max-width: 908px;
    }

    .thank-you-modal .modal-content {
        border-radius: 12px;
        padding: 20px;
    }

    .modal-cont span {
        font-size: 54px;
    }

    .mail-wrp {
        width: 90px;
        height: 90px;
        padding: 28px;
    }

    /*support css update 9/9/2025*/
    .home .banner-sec .all-images {
        max-width: 70%;
    }

    /*support css update 9/9/2025*/

    .teaser-section {
        padding-bottom: 160px;
    }

    .tracking-wpr {
        top: 15px;
        right: 60px;
    }

    /* S.Mv Css Start 20-09-25 */
    .vt-what-top-txt-outer {
        left: 5px;
        width: 96%;
        top: -28px;
    }

    .vt-what-type-txt {
        font-size: 11px;
    }

    .vt-what-ani-stdnt-main-wpr {
        height: 65.2%;
        bottom: 10px;
    }

    .vt-what-ani-stdnt-bx-lst li:not(:last-child) {
        margin-bottom: 4px;
    }

    /* S.Mv Css End 20-09-25 */


}

@media(max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }

    /* navbar end*/


}


@media (max-width: 991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: 20px;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }


    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: var(--blue-two);
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden;
    }

    /* push nav end */


    .navber-btn-wrp {
        margin-left: auto;
    }

    .navbar-brand,
    .custom-logo-link {
        max-width: 180px;
    }

    .navber-btn-wrp a {
        min-width: inherit;
    }

    h1,
    .h1-title {
        font-size: 44px;
    }

    h2,
    .h2-title {
        font-size: 36px;
    }

    h3,
    .h3-title {
        font-size: 20px;
    }

    body {
        font-size: 16px;
    }


    .row.what-entrypoint-row .what-entrypoint-col-left {
        width: 100%;
    }

    .row.what-entrypoint-row .what-entrypoint-col-righrt {
        width: 100%;
    }

    .what-entrypoint-img {
        max-width: 450px;
        margin: 0 auto;
    }

    .right-part-entrypoint h3 br {
        display: none;
    }

    .what-entrypoint-left-in h2 br {
        display: none;
    }

    .row.what-entrypoint-row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 40px;
    }

    .action-head-wrp {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .action-btn-wrp {
        margin-top: 30px;
    }

    .what-entrypoint-right-in {
        padding-left: 0;
    }

    .row.what-entrypoint-row .whatdose-entrypoint-col-left {
        width: 100%;
    }

    .row.what-entrypoint-row .what-entrypoint-col-right {
        width: 100%;
    }

    .what-entrypoint-left-part {
        max-width: 450px;
        margin: 0 auto;
    }

    .row.how-work-row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 40px;
    }

    .row.how-work-row .how-work-col-left {
        width: 100%;
        order: 2;
    }

    .row.how-work-row .how-work-col-right {
        width: 100%;
        order: 1;
    }

    .future-entrypoints-inr .section-head {
        text-align: center;
    }

    .how-work-sec .section-head {
        text-align: center;
    }

    .progress-sofar-sec .section-head {
        text-align: center;
    }

    .how-work-left-outer {
        max-width: 450px;
        margin: 0 auto;
    }

    .row.row-progressfar .small-rpogress-col {
        width: 50%;
    }

    .row.row-progressfar .small-rpogress-col:first-child {
        order: 1;
    }

    .row.row-progressfar .small-rpogress-col:nth-child(3) {
        order: 2;
    }

    .row.row-progressfar .big-rpogress-col {
        width: 100%;
        order: 3;
    }

    .row.newsletter-row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 40px;
    }

    .row.footer-last-row .footer-left-col {
        width: 50%;
        order: 2;
    }

    .row.footer-last-row .footer-right-col {
        width: 50%;
        order: 3;
    }

    .row.footer-last-row .footer-mid-col {
        width: 100%;
        order: 1;
    }

    .footer-left-in {
        border: none;
    }

    .footer-right-in {
        padding-left: 0;
        border: none;
    }

    .footer-last-wrp {
        max-width: 500px;
        margin: 0 auto;
    }

    .row.footer-last-row {
        --bs-gutter-y: 40px;
    }

    .footer-top-part {
        padding: 80px 0 30px 0;
    }

    .footer-right-in ul li>* span {
        max-width: 18px;
    }

    .footer-right-in ul li>* {
        font-size: 16px;
    }

    .footer-left-in ul li a {
        font-size: 16px;
    }

    .how-work-icon {
        width: 90px;
        height: 90px;
    }

    .how-work-icon img {
        max-width: 40px;
    }

    .banner-gradient {
        max-height: 200px;
    }

    .cloud-top-left {
        left: 20px;
    }

    .cloud-right-top {
        right: 20px;
    }

    .ontrack-img-banner {
        max-width: 180px;
    }

    .how-work-right {
        padding-left: 0;
    }

    .row.select-option-row>* {
        width: 50%;
    }

    .row.select-option-row>*:last-child {
        width: 100%;
    }

    .right-part-entrypoint h3 {
        max-width: inherit;
    }

    .what-entrypoint-left-in h2 {
        max-width: inherit;
    }

    .action-head-wrp .section-head {
        max-width: inherit;
    }

    .newsletter-sec .section-head h2 {
        font-size: 44px;
    }

    .banner-inr {
        padding-top: 40px;
    }

    .banner-text h1 {
        margin-bottom: 16px;
    }

    .what-entrypoint {
        padding-top: 80px;
    }

    .row.newsletter-row .newsletter-left-col {
        width: 100%;
    }

    .row.newsletter-row .newsletter-right-col {
        width: 100%;
    }

    .what-entrypoint-left-in {
        padding-right: 0;
    }

    .what-entrypoint-right-in {
        text-align: center;
    }

    .what-entrypoint-left-in {
        text-align: center;
    }

    .what-entrypoint-ul {
        display: flex;
        flex-wrap: wrap;
    }

    .what-entrypoint-ul li {
        margin-bottom: 0;
        flex-direction: column;
        align-items: center;
        width: 50%;
    }

    .what-entrypoint-ul li span {
        margin: 0 0 20px 0;
    }

    .curve-img-banner {
        min-height: 400px;
        object-fit: cover;
        object-position: left top;
    }

    .navbar-nav>li.current-menu-item>a,
    .navbar-nav>li>a:hover,
    .navbar-nav>li.menu-item-has-children:hover>a {
        background-color: var(--white);
        color: var(--blue-two);
        border-left: 8px solid var(--blue);
    }

    .navbar-nav>li {
        margin-bottom: 9px;
    }

    .navbar-nav>li>a {
        font-size: 20px;
        font-weight: 600;
        color: var(--white);
        padding: 12px 20px;
        border-left: 8px solid var(--blue-two);
    }

    .navbar-nav>*:last-child {
        margin-bottom: 0;
    }

    .about-banner .banner-inr {
        padding-top: 40px;
    }

    .about-banner .banner-text {
        margin-bottom: 30px;
    }

    .our-vision-sec .section-head i {
        max-width: 80px;
    }

    .row.row-founder>*:nth-child(3n+1) .founder-text-wrp {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .row.row-founder>*:nth-child(3n+1) .founder-text-part {
        order: 2;
    }

    .row.row-founder>*:nth-child(3n+1) .founder-icon-outer {
        order: 1;
        width: 182px;
        height: 182px;
        margin-bottom: 10px;
    }

    .founder-ul li::before {
        top: 6px;
    }

    .our-vision-sec .section-head p {
        font-size: 20px;
    }

    .row.row-founder {
        --bs-gutter-x: 0;
    }

    .how-work-btn {
        justify-content: center;
    }

    .banner-img-part {
        padding-left: 0;
    }

    .support-form-outer input[type="submit"] {
        text-align: center;
    }

    .newsletter-form-outer input[type="submit"],
    #gform_wrapper_2 input[type="submit"] {
        text-align: center;
        width: 100%;
    }

    .footer-mid-in ul li a {
        padding: 12px;
    }


    /* Samar Css Start 14-08-25 */
    .for-edtach-outer {
        width: 630px;
        height: 610px;
    }

    .for-edtach-lrg-logo-outer {
        height: 20%;
        border-radius: 15px;
    }

    .for-edtach-lrg-logo-outer .for-edtach-lrg-logo img {
        max-width: 100px;
    }

    .for-edtach-medium-logo img {
        max-width: 42px;
    }

    .for-edtach-medium-logo-bx.one .for-edtach-medium-logo,
    .for-edtach-medium-logo {
        width: 105px;
        height: 105px;
    }

    .for-edtach-smll-logo {
        width: 68px;
        height: 68px;
    }

    .for-edtach-medium-logo-bx.six .for-edtach-medium-logo {
        width: 97px;
        height: 97px;
    }

    .for-edtach-medium-logo-bx.saven .for-edtach-medium-logo {
        width: 104px;
        height: 104px;
    }

    .for-edtach-medium-logo-bx.saven .for-edtach-bdr {
        width: 168px;
    }

    .for-edtach-medium-logo-bx.four .for-edtach-medium-logo {
        width: 114px;
        height: 114px;
    }

    .for-edtach-smll-logo img {
        max-width: 22px;
    }

    .for-edtach-medium-logo-bx.three .for-edtach-bdr {
        width: 195px;
    }

    .dots {
        width: 15px;
        height: 15px;
        outline: 4px solid var(--white);
        margin: 0;
    }

    .histry-bx-bdr {
        height: 4px;
        margin-top: -7px;
    }

    .our-history-sec .section-head {
        margin: 0 auto 40px;
    }

    .our-history-list li {
        width: 100%;
    }

    .our-history-list {
        padding: 0;
    }

    .bx-desc-part {
        position: relative;
        bottom: initial;
        left: 0;
        padding-bottom: 0;
    }

    .our-history-list li:nth-child(even) .bx-desc-part {
        top: initial;
        padding-top: 45px;
        padding-bottom: 0;
    }

    .our-history-list li:nth-child(odd) .bx-desc-part {
        min-height: 100%;
    }

    .bx-desc-part {
        padding-top: 45px;
    }

    .our-history-card {
        position: relative;
        padding-left: 50px;
        padding-bottom: 50px;
    }

    .bx-dot-part {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .our-history-list li:nth-child(1) .dots {
        margin: 0;
    }

    .histry-bx-bdr {
        width: 4px;
        height: 100%;
        margin-left: 5px;
    }

    .bx-date-part {
        top: 0;
        left: 50px;
        width: fit-content;
        transform: initial;
        margin: 0;
    }

    .bx-date-part:after {
        content: '';
        height: 16px;
        width: 16px;
        position: absolute;
        background-color: var(--white);
        top: 6px;
        left: -6px;
        transform: rotate(319deg);
        z-index: -1;
    }

    .our-history-list li:nth-child(1) .bx-date-part {
        left: 50px;
    }

    .our-history-list li:nth-child(even) .bx-date-part {
        bottom: initial;
        top: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .our-history-list li:nth-child(even) .bx-date-part:after {
        top: 5.5px;
    }

    .our-history-list li:last-child .our-history-card {
        padding-bottom: 0;
    }

    /* Samar Css End 14-08-25 */

    .row.do-it-row .do-img-col {
        width: 100%;
    }

    .row.do-it-row .do-text-col {
        width: 100%;
    }

    .arrow-doit {
        display: none;
    }

    .doit-outer>*:nth-child(even) .do-img-col {
        order: 1;
    }

    .doit-outer>*:nth-child(even) .do-text-col {
        order: 2;
    }

    .doit-outer>*:nth-child(even) .dotext-in {
        padding: 0;
    }

    .dotext-in {
        padding: 0;
    }

    .doit-outer>* {
        margin-bottom: 60px;
    }

    .row.basemodule-row .basemodule-text-col {
        width: 100%;
        order: 1;
    }

    .row.basemodule-row .basemodule-img-col {
        width: 100%;
        order: 2;
    }

    .basemodule-text-wrp {
        padding: 0;
    }

    .profesional-service-sec .basemodule-text-wrp {
        padding: 0;
    }

    .basemodule-text-wrp ul li {
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

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

    .red-icon-workbase {
        margin: 0 auto 20px auto;
    }

    .workbase-btn-wrp {
        justify-content: center;
    }

    .workbase-btn {
        min-width: 220px;
    }

    .top-shape-btn {
        max-width: 200px;
    }

    .btm-shape-btm {
        max-width: 200px;
    }

    .workbased-img-wrp {
        margin: 0 -25% -18px 0;
    }

    .workbase-btn p {
        font-size: 18px;
    }

    .why-text-wrp ul li::before {
        width: 15px;
        height: 15px;
        top: 4px;
    }

    .why-text-wrp ul li {
        padding-left: 25px;
    }

    /*p.p css 18.08.25 start*/
    .work-features-lt-col {
        width: 100%;
    }

    .work-features-rt-col {
        width: 100%;
    }

    .author-img-part {
        padding-top: 100%;
    }

    .work-head p {
        width: 100%;
    }

    /*p.p css 18.08.25 end*/
    /* Samar Css Start 18-08-25 */
    .module-part-inr {
        width: 690px;
        height: 730px;
    }

    .module-main-wpr {
        width: 154px;
        height: 182px;
    }

    .module-child-icon-wpr {
        width: 94px;
        height: 108px;
    }

    .module-txt {
        font-size: 18px;
    }

    .module-child-wpr:nth-child(3) .module-txt {
        padding-left: 10px;
    }

    .module-child-wpr:nth-child(7) .module-txt {
        margin: 0 10px 0 0;
    }

    .module-count {
        width: 37px;
        height: 37px;

    }

    .module-count:after {
        font-size: 14px;
    }

    .srv-bnr-lower p {
        font-size: 20px;
    }

    .banner-sec.serv-banner .banner-text p {
        font-size: 20px;
    }

    /* Samar Css End 18-08-25 */

    .copyright-inr {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }

    .copyright-inr ul {
        padding-left: 0;
        margin-top: 20px;
    }

    .easch-contact-info {
        border: none;
        padding-right: 0;
    }

    .row.contact-information-row>*:nth-child(even) .easch-contact-info {
        padding-left: 0;
    }

    .our-history-list li:not(:first-child) .histry-bx-bdr {
        margin-left: 5px;
    }

    .our-history-list li:nth-child(1) .histry-bx-bdr {
        width: 4px;
    }

    .module-main-img-wpr .module-txt {
        font-size: 15px;
    }

    .banner-img-part {
        padding-bottom: 60px;
    }

    /* 12/10/25 work start */
    .teaser-column.left {
        display: none;
    }

    .teaser-column.right {
        width: 100%;
    }

    .teaser-mbl-video {
        display: block;
        position: relative;
        padding-top: 56.25%;
        margin-bottom: 30px;
    }

    .teaser-mbl-video video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #ccc;
    }

    .teaser-copy-wrap {
        height: auto;
    }

    .teaser-copy h3 {
        margin-bottom: 20px;
    }

    .teaser-copy {
        max-width: 100%;
        padding: 0px;
    }

    .teaser-copy-wrap+.teaser-copy-wrap {
        margin-top: 50px;
    }

    /* 12/10/25 work end */
    /*support css update 17sep*/
    .module-child-wpr:nth-child(8) .module-txt {
        margin-right: 14px;
    }

    .module-child-wpr:nth-child(2) .module-txt {
        margin-left: 14px;
    }

    .module-txt {
        font-size: 16px;
    }

    .module-child-wpr:nth-child(4) .module-txt {
        padding-left: 14px;
    }

    .module-child-wpr:nth-child(6) .module-txt {
        margin-right: 14px;
    }

    .module-child-wpr:nth-child(3) {
        left: 70%;
    }

    .module-child-wpr:nth-child(7) {
        right: 70%;
    }

    .module-child-wpr:nth-child(2) {
        left: 37%;
    }

    .module-child-wpr:nth-child(8) {
        right: 37%;
    }

    .module-child-wpr:nth-child(4) {
        left: 50%;
    }

    .module-child-wpr:nth-child(6) {
        right: 52%;
    }

    .counterbx {
        font-size: 28px;
    }

    /*support css update 17sep*/


    /* S.Mv Css Start 18-09-25 */
    .teaser-section {
        padding-bottom: 50px;
    }

    .what-entrypoint-img {
        max-width: 600px;
    }

    .teaser-column.right {
        position: relative;
        min-height: 100%;
        flex-direction: column;
        height: 100%;
    }

    .teaser-copy-wrap {
        height: auto;
        position: relative;
        width: 100%;
        opacity: 1;
    }

    .teaser-copy {
        padding: 0px;
    }

    .teaser-copy-wrap h3 {
        font-size: 26px;
    }

    .srvmodule-lstwp {
        top: 60px;
        right: 0;
    }

    .nw-what-img-fgr {
        margin-bottom: 0;
    }

    .tracking-wpr {
        top: 35px;
        right: 80px;
    }

    /* S.Mv Css End 18-09-25 */


    /* S.Mv Css Start 20-09-25 */
    .what-entrypoint-img {
        padding-top: 30px;
    }

    .vt-what-top-txt-outer {
        left: 7%;
        width: 85%;
        top: -22px;
    }

    .vt-what-type-txt {
        font-size: 15px;
    }

    .vt-what-ani-stdnt-bx-lst li:not(:last-child) {
        margin-bottom: 6px;
    }

    .teaser-mbl-video {
        border: 1px solid #ccc;
        border-radius: 10px;
    }

    .teaser-mbl-video video {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        top: 5px;
        left: 5px;
        border-radius: 10px !important;
        border: 0;

    }

    /* S.Mv Css End 20-09-25 */

    /* S.Mv Css Start 22-09-25 */
    .vt-what-img-outer figure {
        border-radius: 15px;
    }

    .vt-what-type-txt {
        font-size: 14px;
    }

    /* S.Mv Css End 22-09-25 */
}

@media (max-width: 767px) {

    .small-progress i {
        text-align: center;
    }

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }


    .banner-gradient {
        max-height: 150px;
    }

    .cmn-gap {
        padding: 60px 0;
    }

    .what-entrypoint-ul li span {
        width: 60px;
        height: 60px;
    }

    .what-entrypoint-ul li span img {
        max-width: 25px;
    }

    .play-inr-circle {
        width: 70px;
        height: 70px;
    }

    .play-inr-circle img {
        max-width: 20px;
        width: 100%;
    }

    .what-dose-entrypoint-inr>* {
        margin-bottom: 40px;
    }

    .what-entrypoint-right-in h3 {
        margin-bottom: 15px;
    }

    .row.support-form-row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 20px;
    }

    #gform_wrapper_1.gform-theme--foundation .gform_fields {
        row-gap: 20px;
    }

    .support-form-outer input,
    #gform_wrapper_1 input,
    #gform_wrapper_1 select {
        min-height: 50px;
    }

    .support-form-outer textarea,
    #gform_wrapper_1 textarea {
        min-height: 120px;
        height: 120px;
    }

    #gform_wrapper_1 input[type="submit"] {
        margin-top: 0;
    }

    .cmn-btn {
        font-size: 16px;
    }

    .navbar-brand,
    .custom-logo-link {
        max-width: 150px;
    }

    .row.row-progressfar .small-rpogress-col:nth-child(3) {
        order: 3;
    }

    .row.row-progressfar .big-rpogress-col {
        order: 2;
    }

    .row.row-progressfar .small-rpogress-col {
        width: 100%;
    }

    .big-progress {
        padding: 20px;
    }

    .footer-top-part {
        padding: 60px 0 30px 0;
    }

    .footer-logo {
        max-width: 240px;
    }

    .newsletter-sec {
        margin-bottom: 30px;
    }

    .cloud-top-left {
        left: 10px;
    }

    .cloud-right-top {
        right: 10px;
    }

    .small-img-left-what.automate-qualitative {
        left: 0;
    }

    .small-img-left-what {
        right: 0;
        transform: scale(0.9);
    }

    .small-img-left-what.assistants {
        transform: scale(0.9);
        left: 0;
    }

    .small-img-left-what.business-thrieve {
        transform: scale(0.9);
        left: 0;
    }

    .small-img-left-what.ai-assistance {
        transform: scale(0.9);
        left: 0;
        bottom: 0;
    }

    .encription-slider .encription-each-slide {
        padding: 43px 10px;
    }

    .encription-slider .slick-list {
        margin: -43px -10px;
    }

    .future-entrypoints-inr .section-head {
        margin-bottom: 69px;
    }

    .banner-text p {
        font-size: 18px;
    }

    .row.row-progressfar {
        --bs-gutter-x: 0;
    }

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

    .select-options-outer {
        max-width: 390px;
        position: relative;
        top: 0;
        right: 0;
        margin: 30px auto;
    }

    .select-the-options {
        margin: 0 auto;
    }

    .ontrack-img-banner {
        left: 0;
    }

    .row.what-entrypoint-row {
        --bs-gutter-y: 60px;
    }

    .curve-img-banner {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.3;
        min-height: 0;
    }

    .ontrack-img-banner {
        display: none;
    }


    .banner-img-part {
        padding-left: 0;
    }

    .ontrack-img-banner {
        max-width: 160px;
    }

    .small-progress {
        min-height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: left;
    }

    .big-progress {
        min-height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    h1,
    .h1-title {
        font-size: 38px;
    }

    h2,
    .h2-title {
        font-size: 28px;
    }

    .what-entrypoint-ul li {
        margin-bottom: 20px;
        width: 100%;
    }

    .how-img-big {
        padding: 40px 0 40px 60px;
    }

    .main-head {
        padding-top: 20px;
    }

    .footer-mid-in ul li a {
        padding: 12px;
    }

    .our-vision-sec .section-head p {
        font-size: 18px;
    }

    .about-banner .cloud-top-left {
        top: 14%;
    }

    .about-banner .cloud-right-top {
        top: 20%;
    }

    .founder-icon span {
        font-size: 36px;
    }

    .founder-icon-outer p {
        font-size: 12px;
    }

    .founder-icon-outer {
        width: 150px;
        height: 150px;
        padding: 8px;
    }

    .row.row-founder>*:nth-child(3n+1) .founder-icon-outer {
        width: 150px;
        height: 150px;
        padding: 8px;
    }

    .founder-text-wrp {
        padding: 15px;
    }

    .banner-sec {
        padding-top: 100px;
    }


    /* Samar Css Start 14-08-25 */
    .for-edtach-outer {
        width: 420px;
        height: 550px;
        transform: scale(0.8);
    }

    .for-edtach-lrg-logo-outer {
        width: 142px;
    }

    .for-edtach-medium-logo img {
        max-width: 34px;
    }

    .for-edtach-medium-logo-bx.one .for-edtach-smll-logo {
        top: 30px;
        left: -44%;
    }

    .for-edtach-medium-logo-bx.eight {
        right: 80%;
        bottom: 108%;
    }

    .for-edtach-medium-logo-bx.four .for-edtach-medium-logo {
        width: 94px;
        height: 94px;
    }

    .for-edtach-medium-logo-bx.saven .for-edtach-medium-logo {
        width: 84px;
        height: 84px;
    }

    .for-edtach-smll-logo {
        width: 58px;
        height: 58px;
    }

    .for-edtach-medium-logo-bx.five {
        right: 94%;
    }

    /* Samar Css End 14-08-25 */


    .row.row-administrative .administrative-left-col {
        width: 100%;
    }

    .row.row-administrative .administrative-right-col {
        width: 100%;
    }

    .administrative-text-wrp {
        padding-left: 0;
    }

    /* Samar Css Start 18-08-25 */
    .module-part-inr {
        width: 520px;
        height: 590px;
        transform: scale(0.8);
        margin: -100px auto;
    }

    .module-main-wpr {
        width: 104px;
        height: 116px;
    }

    .module-child-wpr:nth-child(1) .module-bdr {
        height: 60px;
    }

    .module-child-icon-wpr {
        width: 64px;
        height: 68px;
    }

    .module-icon {
        padding: 20px;
    }

    .module-count {
        width: 27px;
        height: 27px;
        right: -12px;
    }

    .module-child-wpr:nth-child(2) .module-txt {
        margin: 0px 0 0 10px;
    }

    .module-child-wpr:nth-child(2) .module-bdr,
    .module-child-wpr:nth-child(8) .module-bdr {
        width: 80px;
    }

    .module-child-wpr:nth-child(2) {
        bottom: 120%;
        left: 45%;
    }

    .module-child-wpr:nth-child(5) .module-bdr {
        height: 86px;
    }

    .module-child-wpr:nth-child(8) {
        bottom: 123%;
        right: 50%;
    }

    .module-child-wpr:nth-child(4) .module-bdr.hr,
    .module-child-wpr:nth-child(6) .module-bdr.hr {
        width: 65px;
    }

    .banner-sec.serv-banner .banner-text p {
        font-size: 18px;
    }

    .banner-sec.serv-banner .banner-inr {
        padding-bottom: 60px;
    }


    /* Samar Css End 18-08-25 */

    .banner-sec.serv-banner.partner-banner .banner-text {
        margin-bottom: 20px;
    }

    .lead-capture-form .row.support-form-row.work-form-row {
        --bs-gutter-y: 20px;
    }

    .leadcapture-sec .section-head {
        margin-bottom: 30px;
    }

    .contact-information-sec .section-head {
        margin-bottom: 40px;
    }

    .thankyou-middle-sec .h1-title {
        margin-bottom: 20px;
    }

    .thankyou-para-wrp {
        margin-bottom: 30px;
    }

    .thankyou-middle-sec span {
        width: 100px;
        height: 100px;
        padding: 25px;
    }

    .footer-gr {
        object-position: left;
    }

    .privacy-terms-banner .about-gr {
        object-position: left;
    }

    .privacy-terms-banner .cloud-top-left {
        top: 35%;
    }

    .privacy-terms-banner .cloud-right-top {
        top: 35%;
    }

    .select-options-outer {
        top: -20px;
    }

    .thank-you-modal .modal-content {
        border-radius: 10px;
        padding: 14px;
    }

    .thank-you-modal .modal-body {
        padding: 0 20px 20px;
    }

    .modal-cont span {
        font-size: 45px;
        margin-bottom: 14px;
    }

    .modal-cont span {
        font-size: 40px;
        margin-bottom: 12px;
    }

    .mail-wrp {
        margin: 0 auto 10px;
    }

    /* Anurag sep 6 */
    body .gform_wrapper input[type="text"],
    body .gform_wrapper input[type="email"],
    body .gform_wrapper input[type="tel"],
    body .gform_wrapper textarea {
        font-size: 16px !important;
    }

    .select-options-outer {
        top: -20px;
    }

    /*support css update 9/9/2025*/
    .home .banner-sec .curve-img-banner {
        border: 1px solid rgba(30, 135, 202, 0.5);
        padding: 10px;
        border-radius: 10px;
    }

    .home .banner-sec .all-images {
        border: none;
    }

    /*support css update 9/9/2025*/

    /* 12/10/25 work start */

    .teaser-grid {
        margin-top: 35px;
    }

    .teaser-mbl-video {
        margin-bottom: 25px;
    }

    .teaser-copy h3 {
        margin-bottom: 15px;
    }

    .teaser-copy-wrap+.teaser-copy-wrap {
        margin-top: 35px;
    }

    /* 12/10/25 work end */

    /*support css update 17sep*/
    .module-icon {
        padding: 0;
        max-width: 30px;
    }

    .module-child-wpr:nth-child(8) {
        bottom: 138%;
    }

    /*support css update 17sep*/
    /*support css update 18sep*/
    .srvmodule-lstwp {
        top: 10px;
        right: 0;
        padding: 10px;
    }

    .srvmodule-lstwp ul li {
        font-size: 13px;
    }

    /*support css update 18sep*/



    /* S.Mv Css Start 20-09-25 */
    .vt-what-type-txt {
        font-size: 13.5px;
    }

    .vt-what-ani-stdnt-bx-lst li:not(:last-child) {
        margin-bottom: 4px;
    }

    /* S.Mv Css End 20-09-25 */

    /* S.Mv Css Start 22-09-25 */
    .vt-what-type-txt {
        font-size: 12px;
    }

    /* S.Mv Css End 22-09-25 */
}

@media (max-width: 575px) {

    .questionmark-outer {
        transform: scale(0.5);
    }

    .questionmark-outer.right-outer {
        right: 0;
    }

    .questionmark-outer {
        left: -38px;
        top: 49px;
    }

    .questionmark-outer.right-outer {
        bottom: 0;
    }

    .cloud-top-left {
        left: 0;
    }

    .cloud-right-top {
        right: 0;
    }

    .support-form-outer {
        padding: 30px;
    }

    .row.newsletter-row {
        --bs-gutter-y: 20px;
    }

    .newsletter-form-outer input[type="submit"],
    #gform_wrapper_2 input[type="submit"] {
        padding: 12px 15px;
    }

    #gform_wrapper_2.gform-theme--foundation .gform_footer {
        margin-top: 23px;
    }

    .footer-logo {
        max-width: 220px;
    }

    .ontrack-img-banner {
        max-width: 140px;
        bottom: 48%;
    }

    .support-form-outer input[type="submit"],
    #gform_wrapper_1 input[type="submit"] {
        padding: 12px 15px;
    }

    .main-head {
        padding-top: 10px;
    }

    .our-vision-sec .section-head i {
        margin-bottom: 10px;
    }

    .founder-text-part h3 {
        font-size: 24px;
    }

    .our-vision-sec .section-head i {
        max-width: 60px;
    }

    .founder-text-wrp {
        min-height: 450px;
    }

    .support-form-outer input[type="submit"] {
        text-align: center;
    }

    .about-banner .banner-img-part {
        padding: 15px;
    }

    .about-banner .banner-img-part .ai-assist-banner {
        right: 0;
        top: 40px;
    }

    .about-banner .banner-img-part .ema-banner {
        left: 0;
        bottom: 40px;
    }

    /* Samar Css Start 14-08-25 */

    .for-edtach-outer {
        height: 400px;
        transform: scale(0.7);
    }

    .for-edtach-medium-logo-bx.three .for-edtach-bdr {
        width: 175px;
    }

    .for-edtach-medium-logo-bx.three .for-edtach-smll-logo:nth-child(2) {
        bottom: 86%;
    }

    .for-edtach-medium-logo-bx.three .for-edtach-smll-logo:nth-child(1) {
        left: 64%;
        top: -78%;
    }

    .for-edtach-lrg-logo-outer {
        height: 140px;
    }

    .for-edtach-medium-logo-bx.eight .for-edtach-bdr {
        width: 95px;
    }

    .for-edtach-medium-logo-bx.two .for-edtach-bdr {
        width: 120px;
    }

    .for-edtach-sec {
        padding-bottom: 80px;
    }

    .for-edtach-medium-logo-bx.six .for-edtach-bdr {
        width: 105px;
    }

    /* Samar Css End 14-08-25 */

    /*p.p css 18.08.25 start*/
    .work-features-row {
        --bs-gutter-x: 24px;
    }

    .author-img-part {
        padding-top: 80%;
    }

    /*p.p css 18.08.25 end*/

    /* Samar Css Start 18-08-25 */
    .module-part-inr {
        width: 470px;
        height: 530px;
        transform: scale(0.7);
    }

    .banner-sec.serv-banner .banner-inr {
        padding-bottom: 60px;
    }

    .srv-bnr-lower p {
        font-size: 18px;
    }

    .banner-sec.serv-banner .banner-text p {
        font-size: 18px;
    }

    /* Samar Css End 18-08-25 */

    .thank-you-modal .cust-modal-dialog {
        padding: 0 14px;
    }

    /* Samar Css Start 18-09-25 */
    .tracking-wpr {
        right: 70px;
        font-size: 16px;
    }

    .srvmodul-colrbx {
        width: 15px;
        height: 15px;
    }

    .cloud-top-left-teaser,
    .cloud-right-top-teaser,
    .cloud-bottom-left-teaser {
        display: none;
    }


    /* Samar Css End 18-09-25 */


    /* S.Mv Css Start 20-09-25 */
    .vt-what-type-txt {
        font-size: 12px;
    }

    /* S.Mv Css End 20-09-25 */

    /* S.Mv Css Start 22-09-25 */
    .teaser-section.vt-teaser {
        overflow: hidden;
    }

    .vt-what-top-txt-outer {
        width: 91%;
    }

    .vt-what-type-txt {
        font-size: 11.5px;
    }

    /* S.Mv Css End 22-09-25 */

}

@media (max-width: 479px) {

    .navbar-brand,
    .custom-logo-link {
        max-width: 120px;
    }

    .cmn-btn {
        font-size: 14px;
    }

    .cmn-gap {
        padding: 40px 0;
    }

    .banner-inr {
        padding-top: 40px;
    }

    h1,
    .h1-title {
        font-size: 32px;
    }

    h2,
    .h2-title {
        font-size: 24px;
    }

    h3,
    .h3-title {
        font-size: 18px;
    }

    .row.what-entrypoint-row {
        --bs-gutter-y: 20px;
    }

    .faq-headings span {
        width: 30px;
        height: 30px;
    }

    .faq-headings span img {
        max-width: 12px;
    }

    .how-work-btn {
        margin: 26px -10px -10px 0;
    }

    .support-form-outer {
        padding: 20px;
    }

    .newsletter-sec {
        padding: 20px;
    }

    .newsletter-form-outer input[type="submit"],
    #gform_wrapper_2 input[type="submit"] {
        width: 100%;
        text-align: center;
    }

    .footer-mid-in ul li a {
        width: 40px;
        height: 40px;
        padding: 12px;
    }

    .row.footer-last-row .footer-left-col {
        width: 40%;
    }

    .row.footer-last-row .footer-right-col {
        width: 60%;
    }

    .row.footer-last-row {
        --bs-gutter-x: 0;
    }

    .banner-sec {
        padding-top: 100px;
    }

    .footer-top-part {
        padding-top: 40px;
    }

    .select-form-outer input[type="submit"],
    .select-form-outer button {
        font-size: 16px;
    }

    .entrypoint-sec .section-head {
        margin-bottom: 20px;
    }

    .action-head-wrp h2 {
        margin-bottom: 10px;
    }

    .action-btn-wrp {
        margin-top: 20px;
    }

    .entrypoint-number {
        font-size: 70px;
    }

    .cmn-arrow {
        width: 45px;
        height: 45px;
    }

    .future-entrypoints-inr {
        padding-bottom: 70px;
    }

    .how-img-big-inr {
        padding: 12px 0 12px 12px;
    }

    .how-img-big {
        padding: 30px 0 30px 40px;
    }

    .how-work-icon {
        border: 8px solid var(--white);
        width: 80px;
        height: 80px;
    }

    .newsletter-sec .section-head h2 {
        font-size: 38px;
    }

    .footer-mid-in ul li a {
        padding: 8px;
    }

    .founder-icon span {
        font-size: 28px;
    }

    .founder-icon-outer p {
        font-size: 10px;
    }

    .founder-icon {
        padding: 10px;
    }

    .founder-icon-outer {
        width: 120px;
        height: 120px;
    }

    .row.row-founder>*:nth-child(3n+1) .founder-icon-outer {
        width: 120px;
        height: 120px;
    }

    .curve-img-banner {
        top: -170px;
        opacity: 0.5;
    }

    .banner-text {
        z-index: 2;
    }


    /* Samar Css Start 14-08-25 */
    .for-edtach-outer {
        width: 280px;
        height: 550px;
    }

    .for-edtach-lrg-logo-outer {
        height: 120px;
    }

    .for-edtach-medium-logo-bx.one .for-edtach-medium-logo,
    .for-edtach-medium-logo {
        width: 95px;
        height: 95px;
    }

    .for-edtach-medium-logo-bx.one .for-edtach-bdr {
        height: 84px;
    }

    .for-edtach-medium-logo-bx.two .for-edtach-bdr {
        width: 100px;
    }

    .for-edtach-medium-logo-bx.three .for-edtach-bdr {
        width: 125px;
    }

    .for-edtach-medium-logo-bx.four .for-edtach-bdr {
        height: 100px;
    }

    .for-edtach-medium-logo-bx.six .for-edtach-bdr {
        width: 55px;
    }

    .for-edtach-medium-logo-bx.six .for-edtach-smll-logo {
        right: 77%;
        bottom: -9%;
    }

    .for-edtach-medium-logo-bx.saven .for-edtach-bdr {
        width: 80px;
    }

    .for-edtach-medium-logo-bx.saven {
        top: 30%;
    }

    .for-edtach-medium-logo-bx.eight .for-edtach-bdr {
        width: 55px;
    }

    .for-edtach-medium-logo-bx.eight .for-edtach-smll-logo {
        right: 85%;
        top: 13%;
    }

    .for-edtach-medium-logo-bx.three .for-edtach-smll-logo:nth-child(1) {
        top: -98%;
    }

    .for-edtach-medium-logo-bx.three .for-edtach-smll-logo:nth-child(2) {
        bottom: 106%;
    }

    .for-edtach-smll-logo img {
        max-width: 28px;
    }

    .for-edtach-medium-logo img {
        max-width: 35px;
    }

    .for-edtach-outer {
        transform: scale(0.6);
        margin: -140px auto;
    }

    /* Samar Css End 14-08-25 */

    .doit-tag {
        font-size: 10px;
    }

    .doit-tag span {
        width: 20px;
        height: 20px;
        padding: 5px;
    }

    .options-one {
        max-width: 80px;
    }

    .percentage-one {
        max-width: 100px;
    }

    .rounds {
        width: 200px;
        height: 200px;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

    .chat-two {
        max-width: 99px;
    }

    .chat-twotwo {
        max-width: 90px;
    }

    .dotext-in span {
        font-size: 48px;
    }

    .bolts {
        width: 50px;
        height: 50px;
        padding: 10px;
    }

    .red-icon-workbase {
        width: 50px;
        height: 50px;
        padding: 8px;
    }

    .workbase-btn p {
        padding: 12px;
    }

    .administrative-sec .section-head {
        margin-bottom: 20px;
    }

    .doit-outer>* {
        margin-bottom: 40px;
    }

    .workbase-btn p {
        font-size: 16px;
    }

    .workbase-btn {
        min-width: 180px;
    }

    .top-shape-btn {
        max-width: 160px;
        margin: 0 10px -8px 0;
    }

    .btm-shape-btm {
        max-width: 160px;
        margin-top: -4px;
    }

    /*p.p css 18.08.25 start*/
    .work-features-rt-col-wpr {
        padding: 15px;
    }

    .work-features-rt-col-wpr input,
    .work-features-rt-col-wpr select {
        min-height: 45px;
    }

    .work-features-rt-col-wpr {

        border-radius: 20px;

    }

    .author-img-part {

        border-radius: 20px;
    }

    /*p.p css 18.08.25 end*/

    /* Samar Css End 18-08-25 */
    .module-part-inr {
        width: 294px;
        height: 500px;
        transform: scale(0.6);
        margin: -120px auto;
    }

    .module-child-wpr:nth-child(7) .module-bdr.hr,
    .module-child-wpr:nth-child(3) .module-bdr.hr {
        width: 40px;
    }

    .module-child-wpr:nth-child(4) {
        top: 128%;
        left: 55%;
    }

    .module-child-wpr:nth-child(6) {
        right: 57%;
        top: 124%;
    }

    .banner-sec.serv-banner .banner-text p {
        font-size: 16px;
    }

    .srv-bnr-lower p {
        font-size: 17px;
    }

    .banner-sec.serv-banner .banner-inr {
        padding-bottom: 40px;
    }

    /* Samar Css End 18-08-25 */

    .clint-mobile {
        display: block;
    }

    .founder-img.founder-remove {
        display: none;
    }

    .easch-contact-info-inr ul {
        padding-bottom: 20px;
    }

    .thankyou-middle-sec span {
        width: 80px;
        height: 80px;
        padding: 20px;
    }

    .popup-inr {
        padding: 20px;
    }

    .thankyou-popup {
        padding: 20px;
    }

    .privacy-content h3 {
        margin-bottom: 20px;
        padding-top: 10px;
    }

    .privacy-content p {
        margin-bottom: 10px;
    }

    .privacy-content ul {
        margin-bottom: 10px;
    }

    /*support css update 29/8/2025*/
    .sign_up_form .gform_wrapper.gform-theme form input[type="submit"].button.gform_button {
        font-size: 16px;
    }

    .sign_up_form .mdl-wrap {
        padding: 5px;
    }

    /*support css update 29/8/2025*/
    .modal-cont span {
        font-size: 33px;
    }

    .modal-cont {
        padding-bottom: 20px;
    }

    .curve-img-banner {
        top: -130px;
    }

    .select-options-outer {
        top: -20px;
    }

    /*support css update 17sep*/
    .page-id-14 .banner-text {
        padding-bottom: 125px;
    }

    .module-child-wpr:nth-child(3) {
        left: 93%;
    }

    .module-child-wpr:nth-child(7) {
        right: 93%;
    }

    /*support css update 17sep*/


    /*support css update 18sep*/
    .tracking-wpr {
        right: 40px;
        font-size: 13px;
        top: 17px;
    }

    .gfield.gfield--type-captcha {
        transform: scale(0.8);
        transform-origin: top left;
    }

    .module-part-outer {
        padding: 60px 0 48px;
    }

    .srvmodule-lstwp {
        top: 0px;
        right: 0;
        padding: 6px;
    }

    .srvmodule-lstwp ul li {
        font-size: 11px;
    }

    .tracking-wpr {
        right: 40px;
        font-size: 14px;
        top: 17px;
        max-width: 180px;
        height: 32px;
    }

    /*support css update 18sep*/

    /* S.Mv Css Start 20-09-25 */
    .vt-what-top-txt-inr {
        align-items: flex-end;
    }

    .vt-what-top-txt-outer {
        height: 46px;
        width: 85%;
        top: -39px;
    }

    .vt-what-type-txt {
        font-size: 14px;
        white-space: normal;
    }

    /* S.Mv Css End 20-09-25 */



    /* S.Mv Css Start 22-09-25 */
    .vt-what-top-txt-outer {
        width: 95%;
        top: -62px;
        left: 10px;
        height: 65px;
        display: block;
        padding: 8px 10px;
    }

    .vt-what-type-txt {
        font-size: 12px;
    }

    .dot-elastic-wpr {
        padding-left: 11px;
        padding-right: 8px;
    }

    .dot-elastic-wpr {
        padding-left: 14px;
    }

    .what-entrypoint-img {
        padding-top: 60px;
    }

    /* S.Mv Css End 22-09-25 */

}

@media(max-width:379px) {
    .navber-btn-wrp .cmn-btn {
        padding: 5px;
    }

    .navbar-brand,
    .custom-logo-link {
        max-width: 100px;
    }

    .navbar-toggler {
        margin-left: 15px;
    }

    .newsletter-sec .section-head h2 {
        font-size: 32px;
    }

    .newsletter-form-outer input[type="submit"],
    #gform_wrapper_2 input[type="submit"] {
        padding: 8px 15px;
        font-size: 16px;

    }

    .support-form-outer input[type="submit"],
    #gform_wrapper_1 input[type="submit"] {
        padding: 8px 15px;
        font-size: 16px;
    }

    .banner-sec {
        padding-top: 80px;
    }

    body {
        font-size: 14px;
    }

    .play-inr-circle {
        width: 50px;
        height: 50px;
    }

    .entrypoint-sec .section-head {
        margin-bottom: 20px;
    }

    .small-img-left-what {
        bottom: 0;
        transform: scale(0.6);
    }

    .small-img-left-what.assistants {
        transform: scale(0.6);
        bottom: 0;
        left: auto;
        right: 0;
    }

    .small-img-left-what.automate-qualitative {
        left: 0;
        bottom: 0;
    }

    .small-img-left-what.ai-assistance {
        transform: scale(0.7);
    }

    .each-entrypoint-icon {
        width: 70px;
        height: 70px;
    }

    .entrypoint-number {
        font-size: 70px;
    }

    .each-faq {
        padding: 16px 20px;
    }

    .row.row-progressfar {
        --bs-gutter-y: 20px;
    }

    .footer-left-in ul li a {
        font-size: 14px;
    }

    .footer-right-in ul li>* {
        font-size: 14px;
    }

    .copyright-inr p {
        font-size: 14px;
    }

    .copyright-inr ul li a {
        font-size: 14px;
    }

    .footer-right-in ul li>* span {
        max-width: 16px;
    }

    .how-work-icon {
        width: 80px;
        height: 80px;
    }

    .how-work-icon img {
        max-width: 35px;
    }

    .banner-img-part {
        padding-left: 0;
    }

    .ontrack-img-banner {
        max-width: 120px;
    }

    .banner-text p {
        font-size: 16px;
    }

    .questionmark-outer.right-outer {
        bottom: -30px;
        right: -40px;
    }

    .questionmark-outer {
        top: -21px;
    }

    .small-img-left-what.business-thrieve {
        transform: scale(0.7);
        left: -7px;
    }

    .footer-logo {
        max-width: 200px;
    }

    .support-form-outer textarea,
    #gform_wrapper_1 textarea {
        min-height: 100px;
        height: 100px;
    }

    .select-the-options {
        padding: 15px;
    }

    .select-option-head h3 {
        font-size: 18px;
    }

    .select-option-head img {
        max-width: 73px;
    }

    h1,
    .h1-title {
        font-size: 28px;
    }

    .cmn-btn {
        padding: 8px 12px;
    }

    .each-entrypoint {
        padding: 0 15px 20px 15px;
    }

    .each-entrypoint ul li::before {
        background-size: 12px;
        top: 3px;
    }

    .each-entrypoint.red-point .each-entrypoint-icon {
        border: 8px solid #FF4D09;
    }

    .each-entrypoint.blue-point .each-entrypoint-icon {
        border: 8px solid var(--blue-two);
    }

    .each-entrypoint.orange-point .each-entrypoint-icon {
        border: 8px solid #FFB9A1;
    }

    .our-vision-sec .section-head i {
        max-width: 40px;
    }

    .founder-text-wrp {
        min-height: 400px;
    }

    .each-founder .founder-img {
        object-position: right;
    }

    .founder-ul li::before {
        top: 3px;
        background-size: 12px;
    }

    .our-vision-sec .section-head p {
        font-size: 16px;
    }

    .footer-top-part {
        padding-bottom: 20px;
    }

    .btm-shape-btm {
        margin-top: -2px;
    }

    .dotext-in span {
        font-size: 38px;
    }

    /*support css update 17sep*/
    .module-txt {
        font-size: 13px;
    }

    .module-child-icon-wpr {
        width: 48px;
        height: 53px;
    }

    .module-icon {
        max-width: 22px;
    }

    .page-id-18 .ginput_recaptcha {
        transform: scale(0.8);
    }

    /*support css update 17sep*/
}