/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Immersive AI
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header
3. Banner Section
4. Statistics Section
5. Services Section
6. About Us Section
7. Who We Are Section
8. Portfolio Section
9. Testimonials Section
10. FAQ's Section
11. Client Logo's Section
12. Get Started Section
13. Footer Section
*/
@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Light.eot');
    src: url('../fonts/SpaceGrotesk-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/SpaceGrotesk-Light.woff2') format('woff2'),
        url('../fonts/SpaceGrotesk-Light.woff') format('woff'),
        url('../fonts/SpaceGrotesk-Light.ttf') format('truetype'),
        url('../fonts/SpaceGrotesk-Light.svg#SpaceGrotesk-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Medium.eot');
    src: url('../fonts/SpaceGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SpaceGrotesk-Medium.woff2') format('woff2'),
        url('../fonts/SpaceGrotesk-Medium.woff') format('woff'),
        url('../fonts/SpaceGrotesk-Medium.ttf') format('truetype'),
        url('../fonts/SpaceGrotesk-Medium.svg#SpaceGrotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-Regular.eot');
    src: url('../fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoSlab-Regular.woff2') format('woff2'),
        url('../fonts/RobotoSlab-Regular.woff') format('woff'),
        url('../fonts/RobotoSlab-Regular.ttf') format('truetype'),
        url('../fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-Regular.eot');
    src: url('../fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoSlab-Regular.woff2') format('woff2'),
        url('../fonts/RobotoSlab-Regular.woff') format('woff'),
        url('../fonts/RobotoSlab-Regular.ttf') format('truetype'),
        url('../fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body {
    font-family: 'Roboto Slab';
}
:root {
    --e-global-color-primary: #ffffff;
    --e-global-color-secondary: #03933a;
    --e-global-color-text: #9b9b9e;
    --e-global-color-accent: #03933a;
	--e-global-color-white: #ffffff;
    --e-global-color-very-dark-blue: #08080d;
    --e-global-color-mostly-black: #1f1f2a;
    --e-global-color-bright-blue: #03933a;
    --e-global-color-light-grayish-blue: #d2cbfd;
    --e-global-color-dark-blue: #191923;
    --e-global-color-dark-black-blue: #07070c;
    --e-global-color-mostly-black-blue: #202025;
    --e-global-color-black: #000000;
    --e-global-color-very-dark-black: #0d0d15;
    --e-global-color-very-dark-grayish-blue: #2e2e39;
    --e-global-color-light-blue: #03933a;
}
h1{
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
}
h2{
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
}
h3{
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
}
h4{
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}
h5{
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}
h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.mt-0{
    margin-top: 0px !important;
}
.pad-r{
        padding: 0px 0px 0px 15px !important;
}
.text-size-16 {
    font-size: 16px !important; 
    line-height: 26px;
    font-weight: 400;
}
.btn-size-18 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}
a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;color: inherit;
}
.default-btn {
    padding: 5px 5px 3px 20px;
    border-radius: 10px;
    display: inline-block;
    color: var(--e-global-color-white);
    border: solid 2px #fff;
    transition: all 0.3s ease-in-out;
}
.default-btn:hover {
    background: #7300FF;
    color: var(--e-global-color-white);
}
.default-btn i{
    color: #fff;
    padding: 14px 19px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 16px;
    transition: all 0.3s ease-in-out;
}
.default-btn:hover i{
    color: var(--e-global-color-white);
}
.default-btn-two {
    padding: 8px 8px 8px 40px;
    border-radius: 10px;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-mostly-black);
    transition: all 0.3s ease-in-out;
}
.default-btn-two:hover {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
}
.default-btn-two i{
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-very-dark-blue);
    padding: 14px 19px;
    border-radius: 8px;
    margin-left: 28px;
    font-size: 16px;
    line-height: 16px;
    transition: all 0.3s ease-in-out;
}
.default-btn-two:hover i{
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-mostly-black);
}
.hover-effect {
    transition: all 0.3s ease-in-out;
}
.hover-effect:hover {
    transform: translateY(-5px);
}
html{
    scroll-behavior: smooth;
}

/* Home Page Style */

/* Home Page Header Section Style */

.banner-section-outer{
    background-color: var(--e-global-color-black);
    overflow: hidden;
}
header{
    position: relative;
    z-index: 2;
}
.navbar-collapse ul{
    text-align: center;
    align-items: center; 
    display: inherit; 
}
.navbar-brand img{
    width: 180px;
    max-width: none;
}
.navbar-nav .nav-item a{
    font-size: 20px;
    line-height: 18px;
    font-weight: 400;
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item a:hover{
    color: var(--e-global-color-accent) !important;
}
.navbar-nav .active > a{
    color: var(--e-global-color-accent) !important;
}
.navbar-brand{
    margin-left: 0;
    margin-right: 0px;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar {
    padding: 10px 20px;
    justify-content: space-between;
}
.navbar-nav li {
    margin: 0px 10px 0 10px;
}
.navbar-nav li:first-child{
    margin-left: 0;
}
.navbar-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
    margin-left: 6px;
}
    .navbar-expand-lg .navbar-collapse {
        flex-grow: inherit;
    }
.navbar-nav .nav-item .talk_btn {
    font-weight: 600 !important;
    padding: 0px 0px 0px 15px !important;
    border-radius: 10px;
    border: solid 2px #c3c3c3;
    transition: all 0.3s ease-in-out;
}
.dropdown-toggle::after{
    display: none;
}
.ml-10{
    margin-left: 7px;
}
.navbar-nav .nav-item .talk_btn:hover {
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent);
}
.navbar-nav .nav-item .talk_btn i{
    color: #fff;
    padding: 14px 14px;
    border-radius: 8px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 16px;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item .talk_btn:hover i{
    color: var(--e-global-color-white);
}
.navbar-collapse .drop-down-pages {
    text-align: left;
    margin-left: 0;
}
.navbar-nav .dropdown-menu {
    background-color: var(--e-global-color-black);
    position: absolute;
    left: 8px;
    top: 40px;
    padding: 5px;
    border: none;
    margin: 0;
    border-radius: 0;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 1%);
}
.mt-100{
    margin-top: -70px;
    margin-left:auto ;
    margin-right: auto;
    width: 170px;
}
.navbar-nav .drop-down-pages li{
    margin: 0;
}
.navbar-nav .drop-down-pages .nav-item a {
    font-weight: 400;
    padding: 12px 20px;
    color: var(--e-global-color-white) !important;
}
.navbar-expand-lg .drop-down-pages .nav-link {
    padding-left: 0;
}
.navbar-nav .nav-item .dropdown-item:hover{
    color: var(--e-global-color-accent) !important;
    background-color: transparent !important;
} 
.navbar-nav .drop-down-pages .active > a{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}
.navbar-nav .drop-down-pages .active > a:hover{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}
/* Home Page Banner Section Style */
.jio-robot{
    background:url(../images/jio-3.png) no-repeat;
    background-size: cover;
    height: 90vh;
}
.banner-section-content1{
    padding-left: 20px;
    padding-top: 0px;
        flex-direction: column;
        display: flex;
        height: 100vh;
        justify-content: center;
}
.banner-section-content h1{
    font-size: 45px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 20px;
}
.apply-now{
    position: absolute;
    right: 20px;
    top: 85px;
    z-index: 99;
}
.apply-now .default-btn, .jio-36 .default-btn{
    background: #7300FF;    
    border-color: #7300FF !important;
}
.careers{
        background-position: 6px 0;
}
.d-flex-3{
    display: flex;
    width: 100%;
    gap: 10px;
}
.jio-bottom{
    position: relative;
    padding-top: 0px;
    width: 100%;
}
.banner-section-outer .banner-section {
    padding: 100px 20px 100px;
    z-index: 1;
}
.banner-section-outer .banner-section .banner-section-content h1{
    margin-bottom: 5px;
    color: var(--e-global-color-white);
}
.banner_content_wrapper p{
    font-size: 20px;
    line-height: 36px;
}
.banner-section-outer .banner-section .banner-section-content .banner_content_wrapper{
    
    margin-left: 0px;
}
.banner-section-outer .banner-section .banner-section-content .banner_content_wrapper figure{
    top: 12px;
    left: 0;
}
.contact-btn{
    top: -130px;
    right: 30px;
}
.contact-btn1{
    right: 30px;
    top: 70px;
}
.banner-section-outer .banner-section .banner-section-content p{
    line-height: 38px;
    font-weight: 600;
    font-size: 20px;
}
.banner-section-outer .banner-section-content .btn_wrapper{
    padding-left: 0px;
}
.banner-section-outer .banner-section-content .btn_wrapper .readmore_btn {
    margin-right: 12px;
}
.banner-section-outer .banner-section .banner_image {
    margin-top: 0px;
}
.banner-section-outer .banner-section .banner_image .banner_main_image {
    position: relative;
    z-index: 1;
}
.banner-section-outer .banner-section .banner_image .banner_main_image img {
    border-radius: 15px;
}
.banner-section-outer .banner-section .banner_best_image {
    margin-right: -30px;
}
.banner-section-outer .banner-section .banner_best_image figure {
    top: -45px;
    left: -8px;
}
.banner-section-outer .banner-section .banner_image .banner_image_top_shape {
    top: 170px;
    right: 0px;
}
.banner-section-outer .banner-section .banner_image .banner_image_bottom_shape {
    bottom: -50px;
    right: -305px;
}
.banner-section-outer .banner-section .banner_image .banner_image_bottom_shape img {
    opacity: 0.35;
}
.banner-section-outer .banner-section .banner_left_image {
    left: 140px;
    bottom: 130px;
}
.banner-section-outer .banner-section .banner_left_image img {
    border-radius: 35px;
}
.banner-section-outer .banner_top_shape {
    top: 0;
    left: 0;
    z-index: 1;
}
.banner-section-outer .banner_background_shape {
    margin-top: -90px;
    left: 0;
}
.banner-section-outer .top-btn figure{
    bottom: 80px;
    left: 5px;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.contact-btn2 .default-btn{
    width: auto !important;
        margin-top: 20px;
}
/* }
.top_bottom_shape img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
.left_right_shape img {
    -webkit-animation: movers 1s infinite  alternate;
    animation: movers 1s infinite  alternate;
}
@-webkit-keyframes movers {
    0% { transform: translateX(0); }
    100% { transform: translateX(-30px); }
} */

/* Home Page Statistics Section Style */

.statistics_section {
    background-color:#2c2c2c;
    padding: 110px 0;
    overflow: hidden;
}
.statistics_section .statistics_content {
    padding-top: 28px;
    position: relative;
    z-index: 1;
}
.statistics_section .statistics_content h3 {
    color: var(--e-global-color-white);
}
.statistics_section .statistics_box {
    background-color: #4229d6;
    padding: 38px 40px 35px 39px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.statistics_section .statistics_box .span_wrapper {
    margin-bottom: 10px;
}
.statistics_section .statistics_box .span_wrapper span {
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.statistics_section .statistics_box:hover {
    background-color: var(--e-global-color-mostly-black);
}
.statistics_section .statistics_box:hover .span_wrapper span {
    color: var(--e-global-color-accent);
}
.statistics_section .statistics_box .span_wrapper .plus {
    margin-left: -2px;
}
.statistics_section .statistics_box .pp {
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 24px;
}
.statistics_section .statistics_box .text{
    color: var(--e-global-color-light-grayish-blue);
    transition: all 0.3s ease-in-out;
}
.statistics_section .statistics_box:hover .text {
    color: var(--e-global-color-white);
}
.statistics_section .statistics_left_shape {
    top: -245px;
    left: 0;
}
.statistics_section .statistics_left_shape img {
    opacity: 0.2;
}
.statistics_section .statistics_right_shape {
    bottom: -235px;
    right: 0;
}
.statistics_section .statistics_right_shape img {
    opacity: 0.2;
}

/* Home Page Services Section Style */

.services_section {
    background-color: var(--e-global-color-black);
    padding: 60px 20px 60px;
}
.services_section .services_content h6 {
    color: var(--e-global-color-secondary);
    margin-bottom: 16px;
    letter-spacing: 1.1px;
}
.services_section .services_content h2 {
    color: var(--e-global-color-white);
    margin-bottom: 0px;
    font-size: 24px;
    text-transform: uppercase;
}
.services_content p{
    color: #fff;
}
.services_section .services_box {
    background-image: linear-gradient(33deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
    padding: 48px 40px 45px 45px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}
.services_section .services_box:hover {
    background-image: linear-gradient(-33deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
}
.services_section .services_box:hover h5 {
    color: var(--e-global-color-secondary);
}
.services_section .services_box:hover .btn_wrapper a {
    color: var(--e-global-color-white);
}
.services_section .box2 {
    top: -70px;
}
.services_section .box3 {
    top: -138px;
}
.services_section .services_box figure {
    margin-bottom: 34px;
}
.services_section .services_box h5 {
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.services_box img{
    height: 70px;
}
.mt-20{
    margin-top: 20px;
}
.mt-20 p{
    color: #fff;
}
.services_section .services_box p {
    line-height: 28px;
    color: var(--e-global-color-text);
    margin-bottom: 0px;
}
.services_section .services_box .btn_wrapper a {
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.services_section .services_box .btn_wrapper a i {
    font-size: 12px;
    line-height: 12px;
    margin-left: 8px;
}
.services_section .services_box .btn_wrapper a:hover {
    color: var(--e-global-color-bright-blue);
}
.services_section .services_background_shape {
    top: -225px;
    right: 55px;
}
.services_section .services_right_shape {
    top: 250px;
    right: 0;
}
.services_section .services_right_shape img {
    opacity: 0.18;
}

/* Home Page About Us Section Style */
.banner-section-content h6 {
    color: #03933a;
    letter-spacing: 1.1px;
    margin-bottom: 10px;
    font-size: 24px;
}
.aboutus_section {
    padding: 100px 0;
    background: url(../images/jio-about.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 90vh;
}
.aboutus_image{
    position: relative;
    z-index: 1;
}
.aboutus_image .aboutus_main_image {
    position: relative;
    z-index: 1;
}
.aboutus_image .aboutus_main_image img {
    border-radius: 35px;
}
.aboutus_image .aboutus_image_shape {
    bottom: -38px;
    left: -40px;
}
.aboutus_image .image_box_wrapper {
    background-image: linear-gradient(33deg, #ced4da 0%, #c3c3c3 100%);
    padding: 25px 8px 30px 25px;
    border-radius: 20px;
    position: absolute;
    bottom: -50px;
    left: -50px;
    z-index: 1;
    width: 52%;
}
.aboutus_image .image_box_wrapper:hover {
    background-color: var(--e-global-color-accent);
    background-image: none;
}
.aboutus_image .image_box_wrapper .box_image {
    padding-top: 8px;
}
.aboutus_image .image_box_wrapper .image_content_wrapper {
    padding-left: 15px;
    display: inline-block;
}
.aboutus_image .image_box_wrapper .image_content_wrapper .span_wrapper {
    margin-bottom: 8px;
}
.aboutus_image .image_box_wrapper .image_content_wrapper .span_wrapper span {
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
    color: #000;
}
.aboutus_image .image_box_wrapper .image_content_wrapper .span_wrapper .plus {
    margin-left: -1px;
}
.aboutus_image .image_box_wrapper .image_content_wrapper p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
}
.jio-about{
    z-index: 9;
    position: relative;
    margin-top: 500px;
    text-align: right;
    margin-right: 15px;
}
.aboutus_content {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-top: 8px;
}
.aboutus_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.1px;
    margin-bottom: 10px;
    font-size: 24px;
}
.aboutus_content h2 {
    color: var(--e-global-color-white);
    margin-bottom: 15px;
    font-size: 30px;
}
.aboutus_content p {
    color: #fff;
    margin-bottom: 18px;
}
.aboutus_content ul li {
    position: relative;
    margin-bottom: 16px;
}
.aboutus_content ul li i {
    border: 1px solid var(--e-global-color-secondary);
    border-radius: 100%;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    width: 26px;
    position: absolute;
    top: 4px;
    left: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-top-style: none;
    border-right-style: none;
}
.aboutus_content ul li p {
    padding-left: 40px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}
.aboutus_content ul li p:hover {
    color: var(--e-global-color-accent);
}
.aboutus_section .aboutus_background_shape {
    top: 0;
    left: 0;
}
.aboutus_section .aboutus_top_shape {
    top: 0;
    right: 0;
}

/* Home Page Who We Are Section Style */

.who_we_are_section {
    background-color: var(--e-global-color-bright-blue);
    padding: 168px 130px 175px 240px;
    overflow: hidden;
}
.who_we_are_section .who_we_are_left_content {
    position: relative;
    z-index: 1;
}
.who_we_are_section .who_we_are_left_content h6 {
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}
.who_we_are_section .who_we_are_left_content h2 {
    margin-bottom: 42px;
    font-size: 42px;
    line-height: 60px;
}
.who_we_are_section .who_we_are_left_content p {
    margin-bottom: 34px;
    color: var(--e-global-color-light-grayish-blue);
}
.who_we_are_section .who_we_are_image {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
}
.who_we_are_section .who_we_are_left_shape {
    top: -310px;
    left: 0;
}
.who_we_are_section .who_we_are_left_shape img {
    opacity: 0.2;
}
.who_we_are_section .who_we_are_right_shape {
    bottom: -300px;
    right: 0;
}
.who_we_are_section .who_we_are_right_shape img {
    opacity: 0.2;
}
.who_we_are_section .who_we_are_right_content_wrapper {
    margin-left: -152px;
}
.who_we_are_section .video_wrapper {
    top: 22px;
    left: -138px;
    z-index: 2;
}
.who_we_are_section .video_wrapper .video_icon {
    float: left;
    width: 45%;
}
.who_we_are_section .video_wrapper .content {
    display: inline-block;
    width: 55%;
    padding: 45px 0 0 8px;
}
.who_we_are_section .who_we_are_right_content {
    padding-top: 190px;
    position: relative;
    z-index: 1;
}
.who_we_are_section .who_we_are_right_content .who_we_are_rightside {
    display: inline-block;
    width: 44%;
}
.who_we_are_section .who_we_are_right_content .who_we_are_rightside span {
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
    display: block;
    color: var(--e-global-color-white);
    margin-bottom: 10px;
}
.who_we_are_section .who_we_are_right_content .who_we_are_rightside ul {
    margin-bottom: 14px;
}
.who_we_are_section .who_we_are_right_content .who_we_are_rightside ul li {
    display: inline-block;
}
.who_we_are_section .who_we_are_right_content .who_we_are_rightside ul li i {
    color: #fcbf56;
    font-size: 14px;
}
.who_we_are_section .who_we_are_right_content .who_we_are_rightside h6 {
    font-weight: 600;
    text-transform: capitalize;
    color: var(--e-global-color-white);
    margin-bottom: 0;
}
.who_we_are_section .who_we_are_right_content .who_we_are_rightside p {
    color: var(--e-global-color-light-grayish-blue);
} 

/* Home Page Portfolio Section Style */

.portfolio_section {
    padding: 145px 0 150px;
    position: relative;
    background-color: var(--e-global-color-black);
}
.portfolio_section .portfolio_content {
    text-align: center;
}
.portfolio_section .portfolio_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}
.portfolio_section .portfolio_content h2 {
    color: var(--e-global-color-white);
    margin-bottom: 52px;
}
.portfolio_section .portfolio_image {
    position: relative;
    margin-bottom: 150px;
    transition: all 0.3s ease-in-out;
}
.portfolio_section .portfolio_image figure img {
    border-radius: 20px;
}
.portfolio_section .portfolio_box {
    background-image: linear-gradient(33deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
    position: absolute;
    width: 89%;
    display: inline-block;
    padding: 22px 35px;
    left: 20px;
    bottom: -100px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.portfolio_section .portfolio_image:hover .portfolio_box {
    background-image: linear-gradient(33deg, var(--e-global-color-very-dark-grayish-blue) 0%, var(--e-global-color-very-dark-black) 100%);
}
.portfolio_section .portfolio_box p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--e-global-color-white);
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
}
.portfolio_section .portfolio_image:hover .portfolio_box p {
    color: var(--e-global-color-secondary);
}
.portfolio_section .portfolio_box .btn_wrapper a {
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.portfolio_section .portfolio_box .btn_wrapper a i {
    font-size: 12px;
    line-height: 12px;
    margin-left: 8px;
}
.portfolio_section .portfolio_image:hover .portfolio_box .btn_wrapper a {
    color: var(--e-global-color-white);
}
.portfolio_section .portfolio_image .portfolio_box .btn_wrapper a:hover {
    color: var(--e-global-color-bright-blue);
}
.portfolio_section .portfolio_image_box {
    background-color: var(--e-global-color-bright-blue);
    position: absolute;
    display: inline-block;
    padding: 0px 14px 2px;
    left: 20px;
    top: 22px;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.portfolio_section .portfolio_image:hover .portfolio_image_box {
    background-color: var(--e-global-color-secondary);
}
.portfolio_section .portfolio_image:hover .portfolio_image_box span {
    color: var(--e-global-color-black);
}
.portfolio_section .portfolio_image_box span {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    display: inline-block;
    color: var(--e-global-color-white);
    letter-spacing: 0.4px;
    transition: all 0.3s ease-in-out;
}
.portfolio_section .portfolio_left_shape {
    top: 285px;
    left: 0;
}
.portfolio_section .portfolio_left_shape img {
    opacity: 0.18;
}
.portfolio_section .owl-theme .owl-nav {
    display: none;
}
.portfolio_section .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 6px !important;
    line-height: 0;
    padding-left: 10px;
}
.portfolio_section .owl-carousel .owl-dots .owl-dot span {
    font-size: 0;
    margin: 0 9px 0 0;
    line-height: 10px;
    height: 5px;
    width: 16px;
    display: block;
    background: #44444c;
    transition: all 0.3s ease-in-out;
}
.portfolio_section .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-secondary);
}
.portfolio_section .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--e-global-color-secondary);
    width: 22px;
}
.portfolio_section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Home Page Testimonials Section Style */

.testimonials_section {
    padding: 145px 0 150px;
    position: relative;
    background-color: var(--e-global-color-black);
    z-index: 1;
    overflow: hidden;
}
.testimonials_section .testimonials_content {
    text-align: center;
    position: relative;
    z-index: 1;
}
.testimonials_section .testimonials_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}
.testimonials_section .testimonials_content h2 {
    color: var(--e-global-color-white);
    margin-bottom: 52px;
}
.testimonials_section .testimonials_box {
    background-image: linear-gradient(-19deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
    width: 100%;
    padding: 42px 15px 42px 35px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.testimonials_section .testimonials_box:hover {
    background-image: linear-gradient(-19deg, var(--e-global-color-bright-blue) 0%, var(--e-global-color-light-blue) 100%);
}
.testimonials_section .testimonials_box .testimonials_paragraph {
    color: var(--e-global-color-text);
    padding-left: 10px;
    transition: all 0.3s ease-in-out;
}
.testimonials_section .testimonials_box:hover .testimonials_paragraph {
    color: var(--e-global-color-light-grayish-blue);
}
.testimonials_section .testimonials_box .testimonial_apostrophy_shape {
    top: 72px;
    right: 48px;
}
.testimonials_section .testimonials_box p span {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: var(--e-global-color-white);
}
.testimonials_section .testimonials_box .testimonials_image{
    margin-bottom: 35px;
}
.testimonials_section .testimonials_box .testimonials_image figure {
    float: left;
}
.testimonials_section .testimonials_box .testimonials_image .testimonials_image_content_wrappper {
    display: inline-block;
    padding-left: 28px;
    padding-top: 22px;
}
.testimonials_section .testimonials_box .testimonials_image .testimonials_image_content_wrappper .person_name {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--e-global-color-white);
    margin-bottom: 5px;
}
.testimonials_section .testimonials_box .testimonials_image .testimonials_image_content_wrappper .testimonials_text {
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}
.testimonials_section .testimonials_box:hover .testimonials_image .testimonials_image_content_wrappper .testimonials_text {
    color: var(--e-global-color-light-grayish-blue);
}
.testimonials_section .testimonials_background_shape {
    top: 0;
    left: 0;
    z-index: -1;
}
.testimonials_section .testimonials_top_shape {
    top: 0;
    left: 0;
}
.testimonials_section .owl-theme .owl-nav {
    display: none;
}
.testimonials_section .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 62px !important;
    line-height: 0;
    padding-left: 10px;
}
.testimonials_section .owl-carousel .owl-dots .owl-dot span {
    font-size: 0;
    margin: 0 9px 0 0;
    line-height: 10px;
    height: 5px;
    width: 16px;
    display: block;
    background: #44444c;
    transition: all 0.3s ease-in-out;
}
.testimonials_section .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-secondary);
}
.testimonials_section .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--e-global-color-secondary);
    width: 22px;
}
.testimonials_section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Home Page Combo Section Style */

.combo_section {
    background-color: var(--e-global-color-black);
    padding: 140px 0;
}

/* Home Page Faq's Section Style */

.accordian-section{
    position: relative;
}
.accordian-section .faq_right_shape {
    top: 85px;
    right: 0;
}
.accordian-section .faq_right_shape img {
    opacity: 0.18;
}
.accordian-section .heading{
    text-align: center;
}
.accordian-section .heading h6{
    color: var(--e-global-color-secondary);
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}
.accordian-section .heading h2{
    color: var(--e-global-color-primary);
    margin-bottom: 52px;
}
.accordian-section .heading figure{
    left: 0;
    right: 0;
    margin: 0 auto;
}
.accordian-section .accordion-card button.btn.btn-link {
    color: var(--e-global-color-white);
    border-radius: 15px 15px 0 0;
}
.accordian-section .accordian-inner .accordion-card .btn {
    padding: 20px 65px 20px 30px;
    text-decoration: none;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}
.w-full, .w-full-1{
    width: 100%;
    background: none;
    color: #fff;
    text-align: left;
        padding: 9px 0 5px;
    margin: 0 0 0 0px;
    font-size: 22px;
    border: none;
    background: inherit !important;
}
.career-extern .card-header{
    background-color: inherit;
}
.w-full-1{
    color: #000;
    font-size: 26px;
}


.w-full i, .w-full-1 i{
    float: right;
    margin:10px 0 0 0;
    box-shadow: none;
}
.w-full:hover, .w-full-1:hover{
    background: none;
    box-shadow: none;
    transform: none;
}

.w-full:focus, .w-full-1:focus{
    border: none;
}
.jio-300{
        background-position: -300px 0 !important;
}
.banner-section li{
    font-size: 18px;
}
.career-2{
        padding: 70px 20px 70px !important;
}

.career-3{
        padding: 70px 20px 0px !important;
}
.career-4{
        padding: 20px 20px 70px !important;
}
.get-start{
    border: solid 1px #7300FF;
    text-align: center;
    padding: 20px 0 30px;
    border-radius: 10px;
}
.jio-220{
        background-position: -304px 0 !important;
}
.jio-26{
    display: flex;
    align-items: center;
        background-position: 27px 0 !important;
    background-size: 81% !important;
}
.jio-16{
    background-position: -30px 0 !important;
}
.jio-181{
        background-position: -206px 0 !important;
}
.jio-488{
    background-position: -430px 0 !important;
}
.career-external-1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.accordion-card{

    border-bottom: dashed 2px #fff;
}
.accordian-inner{
    margin-top: -20px;
    padding-left: 0px;
    padding-right: 20px;
}
.accordian-inner1{
    overflow: auto;
    height: 80vh;
}
.location-2{
    width: 50%;
}
.location-1{
    width: 25%;
}
.location-3{
    width: auto;
}
.location-3 .btn_wrapper .default-btn {
        background-color: #000000 !important;
    border: solid 2px #ffffff;
}
.location-3 p{
    margin: 0;
}
.w-150{
    width: 150px !important;
}
.career-external{
    position: relative;
    top: 50px;
    padding-bottom: 100px;
    padding-left: 25px;
    color: #000;
}
.career-external h2{
    color: #000;
}
.career-external p{
    color: #000 !important;
}
.border-b{
    border: solid 1px #fff;
    border-bottom: solid 1px #ddd;
    padding: 10px !important;
}
.border-b:hover{
    border: solid 1px #7300FF;
    color: #7300FF !important;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
}
.talk_btn-login-1:hover{
    color: #7300FF !important;
    text-decoration: underline;
}
.footer{
    background-color: #000;
}

.card-body{
    padding: 0px 0;
}
.card-body h4{
    font-size: 18px;
}
.btn-link:hover{
    text-decoration: none;
}
.about-service-section-text{
    overflow: hidden;
}
.location-1 h4{
    font-size: 18px;
    text-transform: uppercase;
}
.jio-36 {
    background-position: 36px 0;
}
.jio-147 {
    background-position: 147px 0px !important;
}
.d-flex{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    padding-bottom: 5px;
}
.card-header{
    padding: 0;
}
.card-body p{
    color: #fff;
    line-height: 24px;
        margin: 0 0 10px;
        font-weight: bold;
}
.loca{
    font-weight: 400 !important;
    font-size: 16px;
    margin-bottom: 0 !important;
}
.accordian-section .accordion-card button.btn.btn-link.collapsed {
    color: var(--e-global-color-white);
    border-radius: 15px;
}
.accordian-section .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    border: none;
    background: none;
}
.accordian-section .accordian-inner .card-body {
    padding: 0px 25px 25px 30px;
}
.accordian-section .accordian-inner .card-body p{
    color: var(--e-global-color-text);
}
.accordian-section .accordion-card button.btn.btn-link:focus{
    outline: none;
    box-shadow: none;
}
.accordian-section .accordian-inner .accordion-card {
    margin-bottom: 32px;
    background-image: linear-gradient(33deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
    border-radius: 15px;
}
.accordian-section .accordion-card .btn-link:before {
    content: "\f106";
    position: absolute;
    right: 10px;
    top: 16px;
    font-family: 'Font Awesome 6 FREE';
    display: inline-block;
    vertical-align: middle;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    font-size: 16px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 8px;
    text-align: center;
}
.accordian-section .accordion-card .collapsed:before {
    content: "\f105";
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-bright-blue);
    border-radius: 8px;
    text-align: center;
}
.accordian-section .accordian-inner .accordion-card:last-child {
    margin-bottom: 0;
}

/* Home Page Client Logo's Section Style */

.client_logos_section {
    padding-top: 100px;
}
.client_logos_section figure {
    height: 100px;
    line-height: 100px;
}
.client_logos_section figure img {
    transition: all 0.3s ease-in-out;
}
.client_logos_section figure img:hover {
    filter: brightness( 15% ) contrast( 0% ) saturate( 31% ) blur( 0px ) hue-rotate( 186deg );
}
.client_logos_section .logo_image2 {
    padding-left: 10px;
}
.client_logos_section .logo_image3 {
    padding-left: 24px;
}
.client_logos_section .logo_image4 {
    padding-left: 14px;
}
.client_logos_section .logo_image5 {
    padding-left: 35px;
}

/* Home Page Get Started Section Style */

.get_started_section {
    padding-top: 205px;
    position: relative;
}
.get_started_section .get_started_box {
    background-color: var(--e-global-color-bright-blue);
    border-radius: 35px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.get_started_section .get_started_box .get_started_box_image {
    position: relative;
}
.get_started_section .get_started_box .get_started_box_image figure {
    position: absolute;
    top: -141px;
    right: -15px;
}
.get_started_section .get_started_box .get_started_box_content {
    padding: 65px 50px;
}
.get_started_section .get_started_box .get_started_box_content h6 {
    letter-spacing: 1.1px;
    margin-bottom: 22px;
    color: var(--e-global-color-white);
}
.get_started_section .get_started_box .get_started_box_content h2 {
    margin-bottom: 45px;
    color: var(--e-global-color-white);
}
.get_started_section .get_started_shape {
    position: absolute;
    top: 130px;
    right: 0;
    left: 460px;
    margin: 0 auto;
    text-align: center;
}

/* Home Page Footer Section Style */
.about_col{
    padding-right: 40px;
}
.footer-section{
    position: relative;
    background: url(../images/Hero-Banner-1.png) no-repeat;
    background-size: cover;
    padding-top: 60px;
    overflow: hidden;
}
.middle-portion {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}
.middle-portion h4{
    color: var(--e-global-color-white);
    margin-bottom: 24px;
}
.about_col img{
    width: 200px;
}
.middle-portion .about_col h4{
    margin-bottom: 18px;
    font-size: 24px;
    text-transform: uppercase;
}
.middle-portion .about_col figure {
    margin-bottom: 20px;
}
.middle-portion .about_col p {
    line-height: 30px;
    margin-bottom: 10px;
    color: #fff;
}
.links_col figure{
    margin-top: 20px;
}
.links_col figure img{
    width: 300px;
}
.middle-portion ul .icons{
    display: inline-block;
}
.middle-portion ul .icons i{
    color: var(--e-global-color-white);
    font-size: 16px;
    margin-right: 8px;
    border-radius: 7px;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.fa-facebook-f{
    background-color: #1976d3;
}
.fa-instagram{
    background-color: #d33b78;
}
.fa-youtube{
    background-color: #d01214;
}
.fa-linkedin-in{
    background-color: #097bba;
}.fa-x{
    background-color: #000;
}
.middle-portion li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    transition: all 0.3s ease-in-out;
}
.middle-portion .links_col {
    margin-left: -15px;
    padding-top: 10px;
}
.jio-btn{
    z-index: 9;
    bottom: 150px;
    right: 30px;
    display: grid;
    gap: 15px;
    text-align: center;
}
.middle-portion .links_col ul li {
    padding: 7px 0px;
    position: relative;
        border-bottom: dashed 2px #393939;
}
.contact_col img{
    width: 100px;
    margin-top: 15px;
}
.gap-3{
    gap: 30px;
}
.contact_col h3{
    font-size: 20px;
    color: #fff;
}
.middle-portion .links_col ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.middle-portion .links_col ul li span {
    line-height: 5px;
    height: 5px;
    width: 5px;
    position: absolute;
    top: 35px;
    left: 0;
    display: inline-block;
    background-color: var(--e-global-color-accent);
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}
.middle-portion .links_col ul li a {
    padding-left: 22px;
    text-transform: uppercase;
}
.middle-portion .links_col ul li a:hover{
        background: linear-gradient(45deg, #00FF0F, #F86702);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.middle-portion .contact_col {
    padding-top: 10px;
}
.middle-portion .contact_col ul .contact_mail {
    margin-bottom: 14px;
}
.middle-portion .contact_col ul li{
    margin-bottom: 16px;
    position: relative;
}
.middle-portion .contact_col ul li i {
    position: absolute;
    top: 6px;
    left: 0;
    color: var(--e-global-color-accent);
}
.contact_col ul li a{
    font-size: 16px;
        line-height: normal;
}
.middle-portion .contact_col ul li a {
    padding-left: 30px;
}
.middle-portion .contact_col ul li span {
    line-height: normal;
    color: #fff;
    padding-left: 30px;
    display: block;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.middle-portion .contact_col ul li span:hover {
    color: var(--e-global-color-accent);
}
.middle-portion li a:hover{
    color: var(--e-global-color-accent);
}
.middle-portion .footer-info-content {
    padding-top: 10px;
    position: relative;
}
.middle-portion .footer-info-content input {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    background-color: var(--e-global-color-dark-blue);
    color: var(--e-global-color-text);
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    border: none;
    height: 50px;
    width: 100%;
    padding: 10px 20px;
    margin-top: 20px;
}
.middle-portion .footer-info-content input::placeholder{
    color: var(--e-global-color-text);
}
.middle-portion .footer-info-content input:focus {
    outline: none;
    box-shadow: none;
    border: none;
    background-color: var(--e-global-color-dark-blue);
    color: var(--e-global-color-text);
}
.middle-portion .footer-info-content .btn {
    position: absolute;
    right: 6px;
    top: 35px;
    font-size: 16px;
    height: 40px;
    width: 42px;
    line-height: 40px;
    padding: 0;
    background-color: var(--e-global-color-bright-blue);
    color: var(--e-global-color-white);
    border-radius: 8px;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}
.middle-portion .footer-info-content .btn:hover{
    background-color: var(--e-global-color-accent);
}
.middle-portion .footer-info-content ul li {
    position: relative;
    transition: all 0.3s ease-in-out;
}
.middle-portion .footer-info-content ul li span {
    
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding-left: 33px;
    display: block;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}
.footer-info-content input[type="checkbox"] {
    position: absolute;
    left: 3px;
    top: 0;
    width: auto;
    height: auto;
    margin: 0;
    -webkit-appearance: none;
    padding: 10px;
    border-radius: 5px;
}
.footer-info-content input[type="checkbox"]:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: 1px solid var(--e-global-color-dark-blue);
    border-width: 0 2px 2px 0;
    max-width: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}
.footer-info-content input[type="checkbox"]:checked:before {
    border-color: var(--e-global-color-white);
}
.bottom-portion{
    border-top: 1px solid #202025;
    text-align: center;
    position: relative;
    z-index: 1;
}
.copyright {
    padding: 22px 0;
}
.copyright p{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.footer-section .footer_right_shape figure {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.footer-section .footer_background_shape figure {
    position: absolute;
    top: 0;
    left: 0;
}

/* About Page Style */

/* About Page Banner Section Style */

.sub-banner-section-outer{
    background-color: var(--e-global-color-black);
    overflow: hidden;
}
.sub-banner-section-outer .banner-section {
    padding: 132px 30px 120px;
    z-index: 1;
}
.sub-banner-section-outer .banner-section .banner-section-content h1 {
    margin-bottom: 0px;
}
.sub-banner-section-outer .banner-section .banner-section-content p{
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    padding-right: 10px;
    margin-bottom: 36px;
}
.sub-banner-section-outer .banner-section .banner-section-content .btn_wrapper {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 16px 36px;
    text-align: center;
    border-radius: 10px;
    color: var(--e-global-color-white);
    display: inline-block;
    border: solid 2px;
}
.sub-banner-section-outer .banner-section .banner-section-content .btn_wrapper i {
    margin: 0 12px;
    font-size: 14px;
    line-height: 14px;
}
.sub-banner-section-outer .banner-section .banner-section-content .btn_wrapper .sub_span {
    background: linear-gradient(45deg, #00FF0F, #F86702);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sub-banner-section-outer .banner-section .banner_image {
    margin-top: -70px;
    padding-left: 25px;
    margin-right: -15px;
}
.sub-banner-section-outer .banner-section .banner_image .banner_main_image {
    position: relative;
    z-index: 1;
}
.sub-banner-section-outer .banner-section .banner_image .banner_main_image img {
    border-radius: 10px;
    float: right;
    margin-right: 15px;
}
.sub-banner-section-outer .banner-section .banner_image .banner_image_bottom_shape {
    bottom: -38px;
    right: -50px;
}
.sub-banner-section-outer .banner-section .banner_image .banner_image_bottom_shape img {
    opacity: 0.35;
}
.sub-banner-section-outer .banner_top_shape {
    top: 0;
    left: 0;
    z-index: 1;
}
.sub-banner-section-outer .banner_background_shape {
    top: 0;
    left: 0;
}

/* About Page About Us Section Style */

.about_aboutus_section {
    background-color: var(--e-global-color-black);
    padding: 60px 0 60px;
}
.about_aboutus_section .aboutus_content {
    text-align: center;
    padding-left: 0;
    padding-top: 0;
}
.about_aboutus_section .aboutus_content h6 {
    color: var(--e-global-color-secondary);
    margin-bottom: 18px;
    letter-spacing: 1.1px;
}
.about_aboutus_section .aboutus_content h2 {
    color: var(--e-global-color-white);
    margin-bottom: 42px;
    padding: 0 125px;
}
.about_aboutus_section .aboutus_content p {
    line-height: 32px;
    padding: 0 135px;
    margin-bottom: 30px;
    color: #fff;
}
.about_aboutus_section .aboutus_content .btn_wrapper {
    margin-bottom: 80px;
}
.about_aboutus_section .aboutus_content .btn_wrapper .default-btn {
    padding: 8px 8px 8px 42px;
}
.about_aboutus_section .aboutus_content .video_fig {
    position: relative;
    z-index: 1;
}
.about_aboutus_section .aboutus_content .video_fig img {
    border-radius: 35px;
}
.about_aboutus_section .aboutus_content .about_video_background_shape {
    top: -50px;
    left: 0;
}
.about_aboutus_section .aboutus_right_shape {
    top: 302px;
    right: 0;
}
.about_aboutus_section .aboutus_right_shape img {
    opacity: 0.18;
}

/* About Page Mission Vision Section Style */

.mission_vision_section {
    background-color: var(--e-global-color-black);
    padding: 215px 0 240px;
}
.mission_vision_section .mission_vision_box {
    background-image: linear-gradient(33deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
    padding: 65px 60px 60px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.mission_vision_section .mission_vision_box:hover {
    background-image: linear-gradient(-33deg, var(--e-global-color-very-dark-black) 0%, var(--e-global-color-very-dark-grayish-blue) 100%);
}
.mission_vision_section .mission_vision_box:hover h4 {
    color: var(--e-global-color-secondary);
}
.mission_vision_section .mission_vision_box figure {
    margin-bottom: 32px;
}
.mission_vision_section .mission_vision_box h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.mission_vision_section .mission_vision_box p {
    color: var(--e-global-color-text);
}
.mission_vision_section .mission_vision_background_shape {
    top: -92px;
    right: 275px;
}
.mission_vision_section .mission_vision_left_shape {
    top: 218px;
    left: 0;
}
.mission_vision_section .mission_vision_left_shape img {
    opacity: 0.18;
}

/* About Page Features Section Style */

.feature_section {
    padding: 150px 0 182px;
    background-color: var(--e-global-color-black);
    overflow: hidden;
}
.feature_image{
    position: relative;
    z-index: 1;
}
.feature_image .feature_main_image img {
    border-radius: 35px;
    width: 100%;
}
.feature_image .feature_second_image {
    bottom: -98px;
    right: -2px;
}
.feature_image .feature_second_image img {
    border-radius: 35px;
    border-top: 10px solid var(--e-global-color-black);
    border-left: 10px solid var(--e-global-color-black);
}
.feature_content {
    position: relative;
    z-index: 1;
    padding-left: 35px;
    padding-top: 0px;
}
.feature_content h3{
    font-size: 20px;
    color: #fff;
}
.feature_content h6 {
    color: #fff;
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}
.feature_content h2 {
    color: var(--e-global-color-white);
    margin-bottom: 20px;
    font-size: 42px;
}
.feature_content p {
    color: #fff;
    margin-bottom: 0;
}
.feature_content ul li {
    position: relative;
    margin-bottom: 20px;
    display: flex
}
.feature_content ul li:last-child {
    margin-bottom: 38px;
}
.feature_content ul li figure {
    float: left;
    padding-top: 8px;
}
.feature_content ul li .feature_content_wrapper {
    display: inline-block;
    padding-left: 25px;
}
.nav-link {
    display: block;
    padding: 1rem 1rem;
}
.feature_content ul .second_li .feature_content_wrapper {
    padding-left: 25px;
}
.feature_content ul li .feature_content_wrapper .first_p {
    color: var(--e-global-color-white);
    font-weight: 600;
    margin-bottom: 6px;
    transition: all 0.3s ease-in-out;
}
.feature_content ul li .feature_content_wrapper .first_p:hover {
    color: var(--e-global-color-secondary);
}
.feature_content .btn_wrapper .default-btn {
    padding: 8px 8px 8px 42px;
}
.feature_section .feature_background_shape {
    top: 0;
    left: 0;
}
.feature_section .feature_top_shape {
    top: 0;
    right: 0;
}

/* Services Page Style */

/* Services Page Banner Section Style */

.services-banner-section-outer .banner-section .banner-section-content .btn_wrapper {
    padding: 16px 28px;
}

/* Services Page Services Section Style */

.services_service_section {
    padding: 145px 0 110px;
}
.services_service_section .services_box {
    margin-bottom: 30px;
}

/* Projects Page Style */

/* Projects Page Portfolio Section Style */

.projects_portfolio_section {
    padding: 145px 0 110px;
}
.projects_portfolio_section .portfolio_image {
    margin-bottom: 140px;
}
.projects_portfolio_section .portfolio_left_shape {
    top: 570px;
}

/* FAQ's Page Style */

/* FAQ's Page FAQ's Section Style */

.accordian-section .faq_left_shape {
    top: 158px;
    left: 0;
}
.accordian-section .faq_left_shape img {
    opacity: 0.18;
}

/* FAQ's Page Client Logo's Section Style */

.faqs_client_logos_section {
    padding-top: 125px;
}

/* Team Page Style */

/* Team Page Our Staff Section Style */

.team_section {
    padding: 145px 0 120px;
    position: relative;
    background-color: var(--e-global-color-black);
}
.team_section .team_content {
    text-align: center;
}
.team_section .team_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}
.team_section .team_content h2 {
    color: var(--e-global-color-white);
    margin-bottom: 52px;
}
.team_box img{
    width: 80px;
}
.team_section .team_box {
    border-radius: 20px;
    position: relative;
    padding: 20px 20px 35px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}
.team_section .team_box figure {
    margin-bottom: 26px;
}
.team_section .team_box h5 {
    color: var(--e-global-color-white);
    line-height: 24px;
    transition: all 0.3s ease-in-out;
}
.team_section .team_box p {
    color: var(--e-global-color-text);
    margin-bottom: 22px;
}
.team_section .team_box .team_social_icons i {
    color: var(--e-global-color-white);
    font-size: 16px;
    margin-right: 8px;
    background-color: #1d1d28;
    border-radius: 7px;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.team_section .team_box:hover h5 {
    color: var(--e-global-color-secondary);
}
.team_section .team_box:hover .team_social_icons i {
    background-color: var(--e-global-color-accent);
}
.team_section .team_box .team_social_icons i:hover {
    background-color: var(--e-global-color-bright-blue);
}
.team_section .team_left_shape img {
    opacity: 0.18;
}
.team_section .team_left_shape {
    top: 555px;
    left: 0;
}

/* Contact Page Style */

/* Contact Page Banner Section Style */

.contact-banner-section-outer .banner-section .banner-section-content .btn_wrapper {
    padding: 16px 22px;
}

/* Contact Page Contact Info Section Style */

.contact_info_section {
    padding: 150px 0 125px;
    background-color: var(--e-global-color-black) !important;
}
.contact_info_section .contact_info_content {
    margin-top: -10px;
}
.contact_info_section .contact_info_content h6 {
    color: var(--e-global-color-secondary);
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}
.contact_info_section .contact_info_content h2 {
    color: var(--e-global-color-white);
    margin-bottom: 52px;
}
.contact_info_section .contact_info_box {
    padding: 0px 10px 0px 0px;
    margin-bottom: 30px;
    width: 100%;
    display: flex
}
.talk_btn-login-1{
    color: #7300FF !important;
    border-radius: 10px;
    padding: 5px 0px;
    margin-left: 25px;
    font-size: 16px;
    text-transform: uppercase !important;
}
.jio-60{
           background-position: 45px 0 !important;
    padding: 68px 30px 37px !important;
    display: flex;
    justify-content: center;
    align-items: center;

}
.contact_info_section .contact_info_box figure {
    float: left;
    width: 90px;
}
.contact_info_section .contact_info_box .contact_info_box_content_wrapper {
    display: inline-block;
    width: 80%;
    padding-left: 0px;
    margin-top: -5px;
}
.contact_info_section .contact_info_box .contact_info_box_content_wrapper h5 {
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.contact_info_section .contact_info_box .contact_info_box_content_wrapper p {
    color: var(--e-global-color-text);
    line-height: 28px;
    transition: all 0.3s ease-in-out;
}
.contact_info_section .contact_info_box .contact_info_box_content_wrapper p:hover {
    color: var(--e-global-color-accent);
}
.contact_info_section .contact_info_box .contact_info_box_content_wrapper p a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}
.contact_info_section .contact_info_box .contact_info_box_content_wrapper p a:hover {
    color: var(--e-global-color-accent);
}
.contact_info_section .contact_info_box:hover h5 {
    color: var(--e-global-color-secondary);
}
.contact_info_section .contact_info_form_content {
    border-radius: 20px;
    padding: 62px 45px 0px 50px;
    width: 100%;
    text-align: center;
    margin-top: -5px;
}
.contact_info_section .contact_info_form_content h4 {
    font-size: 30px;
    color: var(--e-global-color-white);
    margin-bottom: 38px;
}
.contact_info_section .contact_info_form_content input {
    border:solid 1px #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    background-color: #000;
    color: #fff;
    padding: 15px 26px;
    height: 45px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 22px;
    outline: none;
    box-shadow: none;
}
.contact_info_section .contact_info_form_content textarea {
    
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    background-color: #000;
    color: var(--e-global-color-text);
    padding: 15px 26px;
    resize: none;
    height: 100px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 32px;
    outline: none;
    border: solid 1px #fff;
    box-shadow: none;
    overflow: auto;
}
.form-control::placeholder {
    color: var(--e-global-color-text);
}
.contact_info_section .contact_info_form_content button {
    outline: none;
    border: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    padding: 0px 0px 0px 20px;
}
.contact_info_section .contact_info_left_shape {
    top: 278px;
    left: 0;
}
.contact_info_section .contact_info_left_shape img {
    opacity: 0.18;
}

/* Contact Page Contact Map Section Style */

.contact_map_section {
    overflow: hidden;
    margin-bottom: -6px;
}
.contact_map_section iframe {
    filter: grayscale(1);
}
.contact_map_section iframe:hover {
    filter: grayscale(0);
}

/* Contact Page Combo Section Section Style */

.contact_combo_section {
    padding: 128px 0 140px;
}

/* Contact Page Client Logo's Section Section Style */

.contact_client_logos_section {
    padding-top: 0;
}

.gray-shade .banner_background_shape img{
    width: 100%;
        padding: 50px 0px 0 50px;
}
.gray-shade .navbar-nav {
    color: #fff !important;
    text-transform: uppercase;
}
.dropdown-toggle-split{
    padding: 0 !important;
}
.gray-shade .navbar-nav .dropdown-menu{
    background-color: #fff;
    border-radius: 10px;
    z-index: 99;
}
.gray-shade .dropdown-menu .nav-item .dropdown-item{
    color: #000 !important;
}
.talk_btn{
border: solid 2px #fff;
color: #fff !important;
border-radius: 10px;
padding: 10px 20px;
margin-left: 25px;
font-size: 20px;
text-transform: uppercase !important;
}
.talk_btn-login{
    border: solid 2px #7300FF;
color: #fff !important;
border-radius: 10px;
padding: 9px 20px;
margin-left: 20px;
font-size: 20px;
background-color: #7300FF;
text-transform: uppercase !important;
}
.x-icon{
        width: 50px !important;
    border-radius: 5px;
    background: #000;
    padding: 12px;
    margin: 12px 0 0;
}
.talk_btn:hover, .talk_btn.active{
    background-color: #7300FF !important;
    border:2px solid #7300FF;
}
.talk_btn i{
    color: #fff !important;
margin-left: 5px;
}
.gray-shade .default-btn {
    border-radius: 10px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    border: solid 2px #ffffff;
color: #fff !important;
font-size: 20px;
}
.btn-link:hover{
        color: #7300ff;
}
.gray-shade .default-btn:hover{
    text-decoration: none;
}
.banner-section-content {
    margin-top: 0px;
}

.gray-shade .default-btn:hover{
    border-color: #7300FF;
}
.jio-robot-1{
    background:url(../images/Hero-Banner-top-1.png) no-repeat;
    background-size: contain;
    background-position: 36px 0;
    height: 100vh;
}

.jio-robot-2{
    background:url(../images/Hero-Banner-top-2.png) no-repeat;
    background-size: contain;
        background-position: -43px 0px;
    height: 100vh;
}
.jio-robot-3{
    background:url(../images/Hero-Banner-top-4.png) no-repeat;
    background-size: contain;
        background-position: 20px 0px;
    height: 100vh;
}
.gray-shade .banner-section-outer .banner-section {
    padding: 100px 20px 100px;
    z-index: 1;
    box-shadow: inset 0px 10px 150px 30px rgba(0,0,0,0.5) !important;
}
.gray-shade .banner-section-outer .banner_background_shape{
background:url(../images/Hero-Banner-top.png) no-repeat;
    background-size: contain;
    height: 100vh;
    box-shadow: inset 0px 10px 70px 10px rgba(0,0,0,0.5) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gray-shade .aboutus_section{
background: url(../images/bg-top-4.png)no-repeat;
    background-size: cover;
    height: 90vh;
    box-shadow: inset 0px 10px 70px 10px rgba(0,0,0,0.5) !important;
padding: 0 0 100px 0;
}
.jio-bottom-1{
    margin-top: 0;
        position: absolute;
    bottom: 80px;
    width: 100%;
    padding-right: 75px;
}
.gray-shade .aboutus_content{
    margin-top: 400px;
}
.fa-rotate-90 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section-robots{
    background:url(../images/bg-top-3.png)no-repeat;
    background-size: cover;
    box-shadow: inset 0px 10px 70px 10px rgba(0,0,0,0.5) !important;
}
.gray-shade .footer-section {
    position: relative;
    background:url(../images/Hero-Banner-1.png) no-repeat;
    background-color: #000;
    background-size: 90%;
    background-position: -33px 0px;
    height: 100vh;
}
.gray-shade .middle-portion li a, .gray-shade .middle-portion .contact_col ul li span, .gray-shade .middle-portion .about_col p, .gray-shade .copyright p, .gray-shade .middle-portion h4,  .gray-shade .services_section .services_content h2{
color: #fff;
}
.gray-shade .services_section .services_box h5{
    color: #000;
}
.gray-shade .services_section .services_box{
    background-color: #fff !important;
    background-image:none;
}


.banner_background_shape{
    width: 100%;
}
.banner_background_shape img{
    width: 100%;
}
.nav-item a:hover, .nav-item a.active {
  background: linear-gradient(45deg, #00FF0F, #F86702);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.robo-shade .banner_background_shape img{
    width: 100%;
}
.robo-shade .navbar-nav .nav-item a{
    color: #fff !important;    text-transform: uppercase;
}
.robo-shade .navbar-nav .dropdown-menu{
    background-color: #dbdbdb;
}
.robo-shade .navbar-nav .nav-item .talk_btn{
border: solid 2px #fff;
text-transform: uppercase !important;
color: #fff !important;
}
.robo-shade .navbar-nav .nav-item .talk_btn:hover{
    background-color: #7300FF;
}
.robo-shade .navbar-nav .nav-item .talk_btn i{
    color: #fff !important;
}
.robo-shade .default-btn {
    padding: 0px 0px 0px 20px;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border: solid 2px #fff;
text-transform: uppercase !important;
color: #fff !important;
}
.robo-shade .banner-section-outer .banner-section {
    padding: 100px 20px 100px;
    z-index: 1;
    box-shadow: inset 0px 10px 150px 30px rgba(0,0,0,0.5) !important;
    background: url(../images/Hero-Banner.png) no-repeat;
}
.robo-shade .banner-section-outer .banner_background_shape{
background:url(../images/Hero-Banner-1.png) no-repeat;
    background-size: cover;
    height: 100vh;
    box-shadow: inset 0px 10px 70px 10px rgba(0,0,0,0.5) !important;
}
.robo-shade .aboutus_section{
background: url(../images/Hero-Banner.png)no-repeat;
    background-size: cover;
    height: 90vh;
    box-shadow: inset 0px 10px 70px 10px rgba(0,0,0,0.5) !important;
padding: 0 0 100px 0;
}
.robo-shade .aboutus_content{
    margin-top: -500px;
}
.robo-shade .footer-section {
    position: relative;
    background-color: #f0f0f0;
}
.robo-shade .services_section .services_box h5, .robo-shade .middle-portion li a, .robo-shade .middle-portion .contact_col ul li span, .robo-shade .middle-portion .about_col p, .robo-shade .copyright p, .robo-shade .middle-portion h4{
color: #000;
}
.robo-shade .services_section .services_content h2{
    color: #fff;
}
.robo-shade .services_section .services_box{
    background-color: #fff !important;
    background-image:none
}

.section-robots-1{
    background:url(../images/Hero-Banner.png)no-repeat;
    background-size: cover;
    height: 90vh;
    box-shadow: inset 0px 10px 70px 10px rgba(0,0,0,0.5) !important;
}
.just-centen{
    padding-top: 23%;
        height: 100vh;
}
.bg-right img{
    width: 100% !important;
}

.gray-shade .banner-section-outer .banner_background_shape-1{
    background:url(../images/bg-new-1.png) no-repeat;
    background-size: contain;
    height: 100vh;
    box-shadow: inset 0px 10px 70px 10px rgba(0,0,0,0.5) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.banner_main_image img{
    width: 100%;
}
.jio-robot-new-1{
    background: url(../images/bg-new-2.png) no-repeat;
    background-size: contain;
    background-position: 36px 0;
    height: 100vh;
}
.jio-robot-new-2{
    background: url(../images/bg-new-3.png) no-repeat;
    background-size: contain;
    background-position: -38px 0;
    height: 100vh;
}
.jio-robot-new-3{
    background: url(../images/bg-new-2.png) no-repeat;
    background-size: contain;
    background-position: -150px 0;
    height: 100vh;
}
.banner_image{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.nvidialogos{
    display: flex;
    justify-content: center;
    align-items: center;
    top: 180px;
    position: relative;
}
.gray-shade .nvidialogos img{
    width: 170px;
    padding: 0;
}
.gray-shade .nvidialogos1{
    width: 94px !important;
    padding: 0 8px !important;
}
.gray-shade .nvidialogos2{
        width: 150px !important;
    background-color: #fff;
    padding: 10px !important;
}
.justify-left{
    justify-content: start;
}

/*Company*/
.jio-company h2{
    color: #fff;
    font-size: 40px;
}
.jio-company p, .jio-company li{
    color: #fff;
}
.jio-company h3{
    color: #3ED130;
    font-size: 20px;
    font-weight: bold;
}
.jio-r figure img{
    width: 80%;
        margin-top: 15px;
}
.jio-75 img{
    width: 80%;
    margin-top: 15px;
}
.jio-r{
        height: auto;
    background-position: -104px 0;
    padding: 68px 20px 68px !important;
    background-size: 91%;
}
.height-auto{
    height: auto !important;
}



.mt-0{
    margin-top: 0 !important;
}
.mt-12{
    margin-top: 150px;
}
.pad{
    padding: 10px 30px;
}
.registration h1{
 font-size: 40px;
 color: #fff;
}
.registration p{
    color: #fff;
}
.border-md {
	border-width: 2px;
}

.btn-facebook {
	background: #405d9d;
	border: none;
}

.btn-facebook:hover,
.btn-facebook:focus {
	background: #314879;
}

.btn-twitter {
	background: #42aeec;
	border: none;
}

.btn-twitter:hover,
.btn-twitter:focus {
	background: #1799e4;
}

.form-control:not(select) {
	padding: 1.5rem 0.5rem;
}

select.form-control {
	height: 52px;
	padding-left: 0.5rem;
}

.form-control::placeholder {
	color: #ccc;
	font-weight: bold;
	font-size: 0.9rem;
}
.form-control:focus {
	box-shadow: none;
}
.form-control, .input-group-text, select.form-control {
        background-color: #fff;
    border: 2px solid #333;
    border-radius: 30px;
}
.custom-select{
    color: #666666;
}
.footer-back{
    background-color: #0c012b;
}
.btn-create{
    background-color: #7300FF;
    border:  1px solid #3400d1;
    border-radius: 30px;
}

.otp-input {
              display: flex;
              margin-bottom: 2rem;
          }
          .otp-input input {
              width: 50px;
              height: 50px;
              margin: 0 8px;
              text-align: center;
              font-size: 1.5rem;
              border: 2px solid #6665F1;
              border-radius: 12px;
              background-color: rgba(42, 42, 42, 0.8);
              color: #ffffff;
              transition: all 0.3s ease;
          }
          .otp-input input:focus {
              border-color: #A556F6;
              box-shadow: 0 0 0 2px rgba(166, 86, 246, 0.3);
              outline: none;
          }
          .otp-input input::-webkit-outer-spin-button,
          .otp-input input::-webkit-inner-spin-button {
              -webkit-appearance: none;
              margin: 0;
          }
          .otp-input input[type=number] {
              -moz-appearance: textfield;
          }
          button {
              background: #7300FF;
              color: white;
              border: 2px solid #7300FF;
              padding: 12px 24px;
              font-size: 1rem;
              border-radius: 8px;
              cursor: pointer;
              margin: 5px;
              transition: all 0.3s ease;
              font-weight: 500;
              letter-spacing: 0.5px;
          }
          button:hover {
              background: linear-gradient(135deg, #A556F6, #6665F1);
              transform: translateY(-2px);
              box-shadow: 0 4px 8px rgba(166, 86, 246, 0.3);
          }
          button:disabled {
              background: #cccccc;
              border-color: #999999;
              color: #666666;
              cursor: not-allowed;
              transform: none;
              box-shadow: none;
          }
          #timer {
              font-size: 1rem;
              color: #A556F6;
              font-weight: 500;
              margin-left: 10px;
          }
          @keyframes pulse {
              0% { opacity: 1; }
              50% { opacity: 0.5; }
              100% { opacity: 1; }
          }
          .expired {
              animation: pulse 2s infinite;
              color: #ff4444;
          }
          .resend-text {
              margin-top: 1rem;
              font-size: 0.9rem;
              color: #b0b0b0;
          }
          .resend-link {
              color: #6665F1;
              text-decoration: none;
              cursor: pointer;
              transition: color 0.3s ease;
          }
          .resend-link:hover {
              color: #A556F6;
              text-decoration: underline;
          }
          #email {
              color: #A556F6;
              font-weight: 500;
          }
          .font-20{
            font-size: 20px;
          }
          .bg-position{
            background-size:auto ;
            background: url(../images/bg-new-3.png) no-repeat #000;
    background-size: contain;
    background-position: -105px 0;
    padding: 70px 0;
          }
          .mb-20{
            margin-bottom: 30px;
          }
          .portfolio_image img{
            position: absolute;
            width: 100%;
          }
          .portfolio_box{
            position: relative;
            z-index: 1;
            padding: 23px;
            color: #fff;
          }
          .jio-180 {
    background-position: 186px 0;
}
.jio-130 {
    background-position: -130px 0;
}
.jio-140 {
    display: flex;
    align-items: center;
        background-position: -105px 0;
    background-size: 96%;
}
.jio-104 {
        background-position: -97px 0;
    padding: 200px 0 !important;
}
.jio-270{
        background-position: 130px 0;
}
.jio-50 {
    background-position: -36px 0;
    background-size: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jio-245 {
    background-position: -245px 0;
}
.jio-420{
    background-position: -420px 0;
}
.jio-100 {
    background-position: -128px 0;
    padding: 100px 30px 100px !important;
}
.jio-165{
        background-position: 278px 0 !important;
    background-size: 84% !important;
}
.jio-6{
    background-position: 6px 0px !important;
}
.d-flex-1{
    justify-content: left;
}
          .portfolio_image{
            position: relative;
            border:solid 2px #7300FF;
            border-radius: 10px;
          }
          .portfolio_image figure{
            position: relative;
          }
          .portfolio_image:hover{
            border:solid 2px #4400ff
          }
          .portfolio_box h3{
            font-size: 27px;
          }
          .mission_vision_box{
            color: #fff;
            text-align: center;
            padding: 50px;
            margin: 0px;
            border-radius: 10px;
          }
          .mission_vision_box h4{
            font-size: 30px;
          }
.padding-2{
        padding: 100px 16px 85px;
        height: auto;
}
          .jio-75{
        background-position: -26px 0;
    height: auto;
          }
          .jio-124{
            background-position: -330px 0;
            background-size: 90%;
          }
          .jio-27{
                    background-position: -247px 0px;
    padding: 100px 20px 84px !important;
    display: flex;
    align-items: center;
          }
          .jio-343{
            background-position: 63px 0;
          }
          .jio-380{
            background-position: 41px 0;
          }
          .he-84{
                padding: 100px 30px 86px !important;
          }
          .padding-60{
            padding: 60px 0;
          }
          .feature_image h3{
            color: #00FF0F;
            padding-bottom: 20px;
            padding-left: 30px;
          }
          .jio-aca{
            width: 200px;
            margin-bottom: 20px;
          }
          .program-path img{
            width: 50% !important;
          }
          .ml{
            margin-left: 0 !important;
          }
          .border-radius-none{
            border-radius: 0 !important;
            width: 50% !important;
          }
          .w-90{
            width: 50%;
          }
          .jio-215{
                background-position: -215px 0;
          }
          .jio-167
          {
                background-position: -167px 0;
          }
          .jio-57{
                background-position: -57px 0px;
          }

          .rotate-90{
            transform: rotate(180deg);

          }
          .d-flex-2{
            display: flex;
          }
          #clients .client-logo {
    padding: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 140px;
}
#clients img {
    transition: all 0.4s ease-in-out;
    width: 100%;
}
#clients .clients-wrap {
    margin-bottom: 30px;
    justify-content: center;
}
.w-100{
    width: 100px !important;
}
.heading__title{
    color: #fff;
}
.mb-40{
    margin-bottom: 20px;
}
.jio-615{
        background-position: -90px 0;
        padding: 100px 20px 0px !important;
}
.heading__subtitle {
    color: #fff;
    margin-bottom: 12px;
}
.heading__title {
    font-size: 37px;
}
.highlight h3, .section-title{
    font-size: 30px;
}
.heading p{
    color: #fff;
}
.service-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.05);
    transition: all 0.4s ease;
}
.services-layout2 .service-item .service__img {
    overflow: hidden;
    border-radius: 8px;
}
.services-layout2 .service-item .service__img img {
    transition: all 0.9s ease;
}

.height-200 img {
    height: 200px;
    width: 100%;
}
.service-item .service__content {
    padding: 20px;
    text-align: center;
}
.services-layout2 .service-item .service__title {
    font-size: 23px;
    margin-bottom: 16px;
}
.service-item .service__title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
    transition: all 0.3s linear;
}
.service-item .service__desc {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    transition: all 0.3s linear;
}
.btn__secondary.btn__outlined {
    color: #fff;
        background-color: #7300ff;
    border: 2px solid #7300ff;
}
.bg-location{
    background-color: #000;
    padding: 70px 0;
    background-position: -4px 0;
    background-size: 87%;
    display: flex;
    align-items: center;
    height: auto;
}
.jio-210{
         background-position: -306px 0 !important;
    background-size: 100%;
}
.hero{
    margin-top: 130px;
    padding: 0 20px;
    color: #fff;
}
.card img{
    padding: 0 !important;
    margin-bottom: 10px;
    border-radius: 10px;
}
.highlight h3{
    color: #fff;
}
.card{
    background-color: inherit;
    border: none;
    margin-top: 10px;
    color: #fff;
}
.justify-center{
    justify-content: center;
    text-align: center;
}
.jio-30{
    background-position: -45px 0;
}
.career-left img{
    width: 85%;
    border-radius: 10px;
    margin-top: 10px;
}
.salary-box{
    border: solid 1px #fff;
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
}
.careeimage img{
    border-radius: 10px;
    padding: 0 !important;
}
.job-preview{
    border: solid 1px #7300FF;
    border-radius: 10px;
    padding: 15px;
}
.job-preview h4{
    font-size: 18px;
    text-transform: uppercase;
}
.job-preview p{
    margin-bottom: 5px;
}
.index-1{
    background: url(../images/bg-1.png) no-repeat center;
    background-size: cover;
}
.index-2    {
    background: url(../images/bg-3.png) no-repeat center;
    background-size: 100%;
}




/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}
.back-jobs{
    position: relative;
    bottom: 70px;
}

.container-login100 {
  width: 100%;  
  min-height: 97vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #fff;
}

.wrap-login100 {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
    border: solid 2px #7300ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
  gap: 10px;
}

.login100-pic img {
  max-width: 100%;
      width: 100px;
    margin-bottom: 30px;
}


/*------------------------------------------------------------------
[  ]*/

.login100-form-title {
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;

  width: 100%;
  display: block;
  padding-bottom: 30px;
}


/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  font-size: 15px;
  line-height: 1.5;
  color: #666666;

  display: block;
  width: 100%;
  background: #fff;
  height: 50px;
  border-radius: 25px;
  padding: 0 20px 0 50px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(87,184,70, 0.8);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #57b846;
  padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}
.container-login100-form-btn a{
    text-decoration: none !important;
    color: #fff !important;
}

.login100-form-btn {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #7300FF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
margin: 0 0 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #5200b6;
  border:#5200b6
}
.txt2:hover{
        background: linear-gradient(45deg, #00FF0F, #F86702);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/*Job Details*/
.job-details a{
    color: #000;
    text-decoration: underline;
}
.job-details h3{
    font-size: 20px;
}
.job-details li{
    font-size: 18px;
}
.min-height-auto{
    min-height: auto;
}
.registeration h1{
    font-size: 24px;
    margin-bottom: 0;
        line-height: inherit;
}