:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #51D17B;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #FFFFFF;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #092346;
    --bs-secondary: #396399;
    --bs-secondary-bs: #064191;
    --bs-secondary-hv: #d4e6ff;
    --bs-success: #51D17B;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 81, 209, 123;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-rgb: 33, 37, 41;
    --bs-font-sans-serif: "Lota Grotesque", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Lota Grotesque, sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-title-bg-font-size: 2rem;
    --bs-body-title-font-size: 3rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #FFFFFF;
    --bs-primary-light: #4f81c4;
}




* {
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--bs-body-font-family);
    overflow-x: hidden;
}

@font-face {
    font-family: Lota Grotesque;
    src: url("../font/lota-grotesque-font-family/Lota Grotesque Alt 1 Regular.otf");

}

@font-face {
    font-family: Lota Grotesque Italic;
    src: url("../font/Lota-Grotesque-Alt-2-Bold-Italic.otf");
}

.brand {
    width: 40px;
}

a {
    text-decoration: none;
    color: #3d6394;


}


li {
    list-style: none;
}

video::-webkit-media-controls-panel {
    display: none;
}

.ipd-logo,
.ipd-try,
.ipd-dynaiz-menu,
.top-menu,
.ipd-submenu,
.mobile-signin-icon,
.ipd-dynaiz-menu1,
.ipd-log {
    display: none;
}


.header-bgn {
    background-color: white;
    width: 100%;
    height: 100px;
    z-index: 1;
    border-bottom: #e9eff6 solid;
    margin-top: -10px;
}

.head-content {
    background-color: #f3f5f7;
    width: 100%;
    height: 40px;
    padding-top: 15px;
    display: inline-flex;
    z-index: 201;

}


.header-clr {
    background-color: white;
    height: 100px;
    border-bottom: #b8cfec solid 1px;
    position: relative;
    top: -5px;
    z-index: 20;

}

.top-list {
    margin-right: 20px;
    font-size: 15px;
    color: #092346;
    position: relative;
    left: 1200px;
    top: 6px;

}

.top-list:hover {
    color: #396399;
}

.head-list {
    padding-top: 30px;
    display: inline-flex;
    margin-bottom: 35px;


}

.head-color {
    margin-right: 30px;
    color: #092346;

}

.head-color:hover {
    color: #396399;

}

.head-el {
    position: relative;
    top: 20px;
    left: 100px;

}


.logo {
    width: 180px;
    padding-left: 50px;
    padding-right: 200px;
    position: relative;
    margin-bottom: 20px;

}

.btn1:last-child {
    width: 150px;
    height: 55px;
    border-radius: 30px;
    background-color: var(--bs-secondary-bs);
    border: 1px solid var(--bs-secondary-bs);
    font-size: larger;
    font-weight: bolder;
    color: white;
    margin-left: 230px;
}

.btn1:last-child:hover {
    background-color: #396399;
    cursor:pointer;
}



.act {
    font-size: small;
    text-decoration: none;
    color: #092346;
    text-align: center;
    margin-top: 10px;
    width: 300px;
    margin-left: -25px;
}

.act1 {
    font-size: small;
    text-decoration: none;
    color: #092346;
    text-align: center;
    margin-top: 10px;
    width: 300px;
    margin-left: 30px;
}


.abstract {
    width: 100px;
    border-radius: 30px;
    margin-left: 70px;
}


.sub-menu {
    background-color: white;
    width: 400px;
    height: 850px;
    position: absolute;
    top: 40px;
    left: -150px;
    border-radius: 20px;
    box-shadow: rgb(227, 227, 227) 0 0 1px 1px;
    z-index: 1;
}

.sub-menu2 {
    display: inline;
    background-color: white;
    width: 400px;
    height: 940px;
    position: absolute;
    top: 40px;
    left: -120px;
    border-radius: 20px;
    box-shadow: rgb(227, 227, 227) 0 0 1px 1px;
    z-index: 3;

}

.sub-menu-op2 {
    display: inline;
    background-color: white;
    width: 400px;
    height: 1080px;
    position: absolute;
    top: 40px;
    left: -120px;
    border-radius: 20px;
    box-shadow: rgb(227, 227, 227) 0 0 1px 1px;
    z-index: 2;

}
.sub-menu3 {
    background-color: white;
    width: 300px;
    height: 280px;
    position: absolute;
    top: 40px;
    left: -50px;
    border-radius: 20px;
    box-shadow: rgb(227, 227, 227) 0 0 1px 1px;
    z-index: 1;
}

.menu-icon {
    width: 35px;
    position: relative;
    top: 20px;
}

.last-menu-icon {
    width: 25px;
    position: relative;
    top: 25px;
}

.sub-menu-clr {
    color: #092346;
    font-size: large;
    z-index: 1;
    float: right;
    padding: 20px;

}

.sub-menu-clr:hover {
    background-color: #daeaff;
    float: right;
    padding: 20px;
    border-radius: 3px;

}

.sub-menu-clr1 {
    color: #092346;
    font-size: large;
    float: right;
    padding: 20px;
    border-radius: 3px;

}

.sub-menu-clr1:hover {
    background-color: #daeaff;
    float: right;
    padding: 20px;
    border-radius: 3px;
}

.sub-menu-clr2 {
    color: #092346;
    font-size: large;
    float: right;
    padding: 20px;
    border-radius: 3px;

}

.sub-menu-clr2:hover {
    background-color: #daeaff;
    float: right;
    padding: 20px;
    border-radius: 3px;
}

.sub-menu-clr3 {
    color: #092346;
    font-size: large;
    padding: 10px 150px 10px 20px;

}

.sub-menu-clr3:hover {
    background-color: #daeaff;
    padding: 10px 150px 10px 20px;
    border-radius: 3px;
}

.sub-menu-clr4 {
    color: #092346;
    font-size: large;
    padding: 10px 195px 10px 20px;

}

.sub-menu-clr4:hover {
    background-color: #daeaff;
    padding: 10px 195px 10px 20px;
    border-radius: 3px;
}

.sub-menu-clr5 {
    color: #092346;
    font-size: large;
    padding: 10px 210px 10px 20px;


}

.sub-menu-clr5:hover {
    background-color: #daeaff;
    padding: 10px 210px 10px 20px;
    border-radius: 3px;

}

.sub-menu-clr6 {
    color: #092346;
    font-size: large;
    padding: 10px 170px 10px 20px;


}

.sub-menu-clr6:hover {
    background-color: #daeaff;
    padding: 10px 170px 10px 20px;
    border-radius: 3px;
}

.sub-menu-clr7 {
    color: #092346;
    font-size: large;
    padding: 10px 180px 10px 20px;

}

.sub-menu-clr7:hover {
    background-color: #daeaff;
    padding: 10px 180px 10px 20px;
    border-radius: 3px;
}

.very {
    z-index: 1;
}

.diff-bgn {
    margin-top: 20px;
}

.diff-bgn2 {
    width: 330px;
    height: 95px;
    position: relative;
    left: 30px;
    z-index: 1;
}

.diff-bgn3 {
    width: 330px;
    height: 95px;
    position: relative;
    left: 30px;
    z-index: 1;

}

.diff-bgn4 {
    margin-left: 10px;
    margin-bottom: 30px;
    width: 230px;
    z-index: 1;
}


.diff-bgn5 {
    padding-top: 200px;
}

.below-sub {
    font-size: small;
    width: 300px;
    margin-top: 10px;
    line-height: 18px;

}

.below-sub1 {
    background-color: white;
    width: 150px;
}

.below-sub2 {
    background-color: white;
    width: 150px;
}

.below-sub3 {
    font-size: small;
    padding-left: 20px;
    padding-top: 10px;
    cursor: pointer;
}

hr {
    width: 320px;
    position: relative;
    top: 10px;
    left: 30px;

}

.vertical {
    rotate: 90deg;
    position: relative;
    left: 80px;
    top: -200px;
    width: 590px;

}

.slide-2 {
    position: relative;
    top: -575px;
    padding-left: 400px;
    z-index: -1;

}

.slide-3 {
    position: relative;
    top: -575px;
    padding-left: 400px;
}

.lst {
    position: relative;
    bottom: 260px;
    left: 500px;
}

.sub-menu {
    display: none;
}


.head-list li:hover .sub-menu {
    display: block;
}

.sub-menu2 {
    display: none;
}

.head-list li:hover .sub-menu2 {
    display: inline;

}

.sub-menu-op2 {
    display: none;
}

.head-list li:hover .sub-menu-op2 {
    display: inline;
}

.sub-menu3 {
    display: none;
}

.head-list li:hover .sub-menu3 {
    display: block;
}

.sub-menu5 {
    display: none;
}

.head-list li:hover .sub-menu5 {
    display: block;
}


/* Header Ends */

.spn1 {
    font-size: 40px;
    font-weight: bolder;
    color: #092346;
}


.image-resize {
    width: 150px;
    margin-right: 5px;
    position: relative;
    top: 5px;

}

.hd-adjst1 {
    margin-left: 75px;

}

.sale-f {
    position: relative;
    top: 5px;
}


.vid-disp {
    display: flex;
}

.vid-sub-cont {
    margin-top: 100px;
    margin-left: 50px;

}

.content-mgn {
    margin-bottom: 20px;
    width: 100%;
    margin-top: 20px;
    transition: 1s;
    list-style: none;
}

.content-mgn:hover {
    border-left: #092346 solid 5px;
    margin-left: 20px;
}

.cwr-clr {
    color: #092346;
    font-size: large;
    font-weight: bold;
}

.solut {
    width: 340px;
    height: 350px;
}

.vid2 {
    width: 300px;
    border-radius: 30px;
    height: 220px;
    position: relative;
    bottom: 70px;
    margin-left: -180px;


}

.body-bgn2 {
    margin-bottom: 100px;
    position: relative;
    bottom: 200px;
    left: 640px;
    z-index: -1;
}

.sided {
    position: relative;
    top: 300px;
    left: -500px;
}

.lnk {
    color: #396399;
    text-decoration: underline;

}

.bgn-8 {
    padding-top: 10px;
    background-color: white;
    width: 450px;
    line-height: 25px;
    font-weight: bold;
}

.flts {
    display: inline-flex;
    padding-top: 70px;
    padding-left: 170px;

}

.flts2 {
    margin-right: 100px;
}

.media-bgn {
    background-color: #e9eef4;
    height: 750px;
    width: 700px;
    border-radius: 20% 60% 20% 50%;
    position: absolute;
    left: 740px;
    bottom: 20px;
    z-index: -1;

}

.get-in-touch {
    width: 300px;
    height: 60px;
    background-color: var(--bs-secondary-bs);
    border: 1px solid var(--bs-secondary-bs);
    color: white;
    font-weight: bolder;
    font-size: larger;
    border-radius: 30px;
}



.get-in-touch:hover {
    background-color: #396399;
}

.btn-3 {
    display: inline-flex;
    padding-top: 50px;
}

.see {
    color: #092346;
    font-weight: bolder;
    font-size: larger;
    cursor: pointer;

}

.see:hover {
    color: #396399;
}


.algn {
    padding-top: 16px;
    padding-left: 85px;
}

.bottom-container {
    background-color: #f3f5f7;
    width: 80%;
    height: 50px;
    border-radius: 35px;
    margin-left: 150px;
}

.content {
    text-align: center;
    font-size: 20px;
    padding-top: 13px;
    margin-top: 30px;
}

.sep {
    text-decoration: underline;
    color: #092346;
    margin-left: 2px;
}

.sep:hover {
    color: #396399;
}

.play {
    width: 20px;

}

.play-resize {
    margin-right: 20px;
    position: relative;
    top: 3px;
}

.bottom {
    margin-left: 165px;
    padding-top: 40px;
    color: #092346;
}


.bottom-vision {
    margin-left: 165px;
    padding-top: 40px;
    color: #092346;
}

.rev-alternative {
    padding-left: 160px;
}

.rev1 {
    margin-right: 80px;

}

.rev2 {
    width: 50px;
}

.rev3 {
    width: 80px;
}

.pro-lang {
    position: relative;
    left: 23px;
}

.pro-lang1 {
    position: relative;
    left: 18px;
}

.pro-lang2 {
    position: relative;
    left: 15px;
}

.pro-lang3 {
    position: relative;
    left: 8px;
}


.brand-container {
    display: inline-flex;
    padding-top: 70px;
    margin-left: -50px;

}

.qmark {
    color: black;
}

.mve {
    padding-left: 100px;
    padding-top: 150px;
}

#demacate {
    width: 80%;
    margin-left: 100px;
    margin-top: 50px;
}

.anim {
    width: 70px;
}

.bld {
    font-size: 20px;

}

.bgn-align {
    background-color: transparent;
    line-height: 22px;
    font-size: 15px;
}

.bgn-align-image {
    background-color: transparent;
    margin-top: 20px;
    line-height: 22px;
    width: 270px;
    font-size: 15px;
}

.pdtop {
    padding-top: 0;
    margin-bottom: 30px;
}

.algn2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.algn3 {
    margin-left: 40px;
    padding: 50px 10px 50px;
}

.bld2 {
    font-size: 30px;
    font-weight: bolder;
}

.sep-clr {
    color: #396399;
    position: relative;

}

.container {
    background-color: transparent;
    width: 600px;
    text-align: center;
}

.container2 {
    position: relative;
    left: 400px;
}

.bottom1 {
    position: relative;
    top: 70px;
}

.p-d {
    line-height: 25px;
    margin-top: 20px;
}

.explore {
    border: none;
    border-radius: 35px;
    background-color: #092346;
    width: 200px;
    height: 70px;
    color: white;
    font-size: larger;
    font-weight: bolder;

}

.explore:hover {
    background-color: #396399;

}

.explore1 {
    text-align: center;
    margin-top: 40px;
}

.v-btn-display {
    margin-top: 40px;
    margin-left: 30px;

}

.v-btn-display2 {
    display: inline-flex;
}


.pgtree-tech {
    width: 650px;

}


.pgtree-tech1 {
    width: 550px;
    height: 340px;
    margin-left: 10px;

}

.pgtree-tech2 {
    width: 550px;
    height: 305px;
    margin-top: 70px;
}

.pgtree-tech3 {
    width: 650px;
    height: 305px;
    margin-left: 10px;
    margin-top: 70px;

}

.analyz {
    color: white;

}

.cmp {
    width: 600px;
    color: white;
    margin-top: 15px;
    line-height: 29px;
    font-family: ShareTechRegular, sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.cmp2 {
    width: 500px;
    color: white;
    margin-top: 15px;
    line-height: 29px;
    font-size: 25px;
    font-weight: bold;
}

.cmp3 {
    width: 500px;
    color: white;
    margin-top: 15px;
    line-height: 29px;
    font-size: 25px;
    font-weight: bold;
}



.cmp1 {
    width: 500px;
    color: white;
    margin-top: 15px;
    line-height: 29px;
    font-size: 25px;
    font-weight: bold;
}

.main-mt-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: 100px;
    margin-top: 150px;
}

.mt-container {
    margin-top: -180px;
    margin-left: 50px;
}

.mt-container1 {
    margin-top: -200px;
    margin-left: 50px;
}

.mt-container2 {
    margin-top: -120px;
    margin-left: 50px;
}

.proof {
    color: black;
    font-size: larger;
    position: relative;
    top: 20px;
    margin-left: 50px;
    cursor: default;

}

.v-display3 {
    display: inline-flex;
    margin-left: 150px;
    position: relative;
    margin-top: 30px;

}


.v-display3-list {
    display: inline-flex;
    margin-left: 75px;
    position: relative;
    margin-top: 50px;

}
.ffw {
    width: 420px;
    border-radius: 30px;
    margin-right: 20px;
}

.bgd {
    background-color: #F6F9FC;
    margin-bottom: 100px;
    position: relative;
}

.tour {
    color: #092346;
}

.t-tour {
    width: 150px;
    height: 50px;
    border-radius: 20px;
    background-color: transparent;
    border: #092346 solid;

}

.t-tour:hover {
    background-color: #daeaff;
}

.take-a-tour {
    z-index: 1;
}



.take {
    margin-left: 30px;
    position: relative;
    top: 15px;
}

.learn-more3 {
    display: inline-flex;
    position: relative;
    top: 100px;
}

video {
    width: 1000px;
}

.pd {

    padding-top: 150px;
    text-align: center;

}

.experts {
    color: #396399;
    font-size: 60px;
    font-weight: bolder;
}

.experts-in {
    color: #092346;
    font-size: 60px;
    font-weight: bolder;

}

.sub-heading {
    margin-bottom: 20px;
}

.unlocking-future-cont {
    margin-top: 250px;
    display: none;
    margin-left: 130px;

}

.innovation-breakthrough {
    background-color: transparent;
    width: 450px;
    line-height: 27px;
    margin-top: 20px;
}

.see2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.nano-img {
    width: 550px;
    border-radius: 40px;
    margin-left: -80px;

}

.bm1 {
    width: 550px;
    margin-left: 120px;
    margin-top: 40px;
    border-radius: 20px;

}


.prod {
    margin-right: 250px;
}



.with-more {
    background-color: white;
    width: 600px;
}

.adj-with {
    margin-left: 130px;
}



.head-blog-content {
    margin-left: 100px;
    margin-top: 150px;
}

.blog-main-container {
    width: 90%;
    margin-left: 70px;
    margin-top: 20px;
    display: flex;
    background-color: transparent;
    overflow: scroll;
}

.blog-main-container::-webkit-scrollbar {
    display: none;
}

.blog-sub-cont {
    margin-left: 40px;
}


.featured-top {
    margin-top: 10px;
}

.blog-img1 {
    width: 400px;
    border-radius: 20px;
    margin-top: 80px;
    margin-bottom: 30px;
}

.blog-img2 {
    width: 400px;
    height: 230px;
    border-radius: 20px;
    margin-top: 80px;
    margin-bottom: 30px;
}

.blog-post {
    width: 350px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.explore-blog {
    color: #092346;
    font-size: large;

}

.explore-blog:hover {
    color: #396399;
}

.blog-img {
    width: 600px;
}

.service-head {
    font-size: 60px;
    margin-top: 10px;
}

.web-app-disp-flex {
    display: flex;
    margin-left: 100px;

}

.cards-container {
    margin-right: 30px;
}

.card-content {
    color: #000000;
    font-size: large;

}

.v-suit-img {
    width: 400px;
    margin-bottom: 30px;
    margin-top: 80px;
    border-radius: 20px;
}

.unlock {
    border-top: #d9e5f6 solid 5px;
    border-left: #c1d0e3 solid 5px;
    padding-left: 30px;
}

.unlock2 {
    border-bottom: #c1d0e3 solid 5px;
    border-right: #c1d0e3 solid 5px;
    padding-right: 30px;
    margin-left: -15px;
}


.recourses-lnk {
    position: relative;
    top: 15px;
    margin-left: 30px;

}

.a-recourses {
    border: #396399 solid;
    border-radius: 30px;
    background-color: transparent;
    width: 150px;
    height: 50px;
}


.a-recourses:hover {
    background-color: #edf5ff;
}


.read-more {
    margin-top: 30px;
    color: #092346;

}

.read-more:hover {
    color: #396399;
}

.txt-deco:hover {
    text-decoration: underline black;
}

.com-secure-align {
    display: flex;
    padding-left: 50px;
    overflow: auto;

}

.com-secure-align::-webkit-scrollbar {
    display: none;
}

.com-secure-align {
    scrollbar-width: none;
}

/* footer */

.spn2 {
    font-size: 30px;
    font-weight: bolder;
    color: #ffff;
}

.ready-clr {
    font-size: 30px;
    font-weight: bolder;
    color: #ffff;
}

.spn {
    font-size: 40px;
    color: #396399;
}

.spn3 {
    background-color: transparent;
    width: 400px;
}

.identity {
    background-color: transparent;
    width: 400px;
    color: #ffff;
}


footer {
    margin-top: -200px;
}

.footer-signup-lnk {
    margin-top: 30px;
    display: flex;

}

.j-us {
    border-right: #ffff solid;
    margin-right: 300px;
    padding-right: 200px;
}


.footer-contact {
    color: white;
    width: 170px;
    height: 60px;
    border-radius: 0;
    background-color: transparent;
    border: #ffff solid;
    font-size: larger;
    font-weight: bold;

}

.footer-contact:hover {
    background-color: #13335d;


}


.footer-try {
    border: #ffff solid;
    width: 170px;
    height: 60px;
    border-radius: 0;
    background-color: transparent;
    margin-left: 30px;
    font-weight: bold;
    font-size: larger;
    color: #ffff;


}

.footer-try:hover {
    background-color: #13335d;


}

.algn4 {
    display: flex;


}

.algn-all {
    margin-left: 100px;
    margin-top: 310px;
    display: flex;
}

.icn {
    margin-top: -44px;
    margin-left: 170px;
    margin-bottom: 25px;
    display: none;

}

.rdc {
    width: 750px;
    transform: scaleX(-1);
}

.footer-logo {
    width: 180px;
    padding-left: 100px;
    margin-left: 30px;
    position: relative;
    bottom: 20px;
    margin-top: 50px;
}

.footer-horizontal-ln {
    width: 82%;
    margin-left: 100px;
    position: relative;
    top: -10px;
}

.direction {
    width: 6px;
    margin-left: 10px;
    position: relative;

}

.real-id {
    color: #092346;
    line-height: 50px;

}

.real-id:hover {
    text-decoration: underline;
}

.footer-tandc-cont {
    color: #092346;

}

.footer-tandc-cont:hover {
    text-decoration: underline;
}

.gthan-icon {
    margin-left: 10px;
}

.footer-tandc-cont1 {
    color: #092346;
}

.footer-tandc-cont1:hover {
    text-decoration: underline;
}

.footer-algn {
    display: inline-flex;
    margin-left: 130px;
    margin-bottom: 80px;
}

.footer-algn2 {
    display: flex;
    flex-wrap: wrap;
}

.footerheadlist {
    margin-top: 35px;
}

.footer1-contain {
    margin-right: 70px;
    margin-top: 20px;

}

.social-media {
    width: 15px;
}

.follow-container {
    display: inline-flex;

}

.follow-contborder {
    border-top: rgb(187, 187, 187) solid;
    border-bottom: rgb(187, 187, 187) solid;
    width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 130px;
}

.follow {
    margin-left: 15px;
    position: relative;
    top: 5px;
}

.btt {
    color: #092346;
    float: right;
    margin-right: 10px;
    position: relative;
    bottom: 20px;

}


.footer-horizontal-ln2 {
    width: 80%;
    margin-left: 100px;

}

.copyright {
    position: relative;
    margin-left: 130px;
    top: 20px;
    margin-top: 10px;
}

.tandc {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-left: 112px;
}

.tc-cont {
    text-decoration: underline;
    padding: 20px;
}

.footer-background1 {
    background-color: #092346;
    height: 120px;
    z-index: -1;


}

.our-solution {
    color: #092346;
    font-weight: bold;
}

.footer-background2 {
    background-color: #f3f5f7;
    height: auto;
    padding-bottom: 20px;
    border-top: #e4ebf5 solid;

}


/* data security compliance */


.elect-head-drop-bg {
    background-color: #f3f8ff;
    width: 100%;
    height: 600px;
    margin-top: -514px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    z-index: -1;

}

.service-head-drop-bg {
    background-color: #f3f8ff;
    width: 100%;
    height: 650px;
    margin-top: -557px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    z-index: -1;

}
.automate-head-drop-bg {
    background-color: #f3f8ff;
    width: 100%;
    height: 650px;
    margin-top: -534px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    z-index: -1;

}
.remote-head-drop-bg {
    background-color: #f3f8ff;
    width: 100%;
    height: 650px;
    margin-top: -512px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    z-index: -1;
}

.data-head-drop-bg {
    background-color: #f3f8ff;
    width: 100%;
    height: 600px;
    margin-top: -511px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    z-index: -1;
}

.cyber-head-drop-bg  {
    background-color: #f3f8ff;
    width: 100%;
    height: 700px;
    margin-top: -539px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    z-index: -1;
}

.data-sec {
    border-radius: 20px;
    width: 500px;
    height: 400px;
    margin-left: 100px;
}


.data-clr-change {
    color: #3d6394;
    font-size: 40px;
}

.data-v-atlas-ai {
    width: 550px;
    height: 300px;
    margin-bottom: 20px;
    border-radius: 20px;
    transition: 1s;

}

.rev-clr-change {
    color: #000000;
    font-size: 30px;
}

.data-all-v2 {
    margin-top: 150px;
    margin-left: 135px;
}



/* About */

.compress {
    line-height: var(--bs-body-line-height);
    width: 80%;
}


.about {
    color: #396399;
    font-size: 55px;
    font-weight: bold;
}

.about-cont {
    margin-left: 100px;
}

.resize {
    width: 80%;
    margin-left: 50px;
    border-radius: 30px;
    margin-top: -70px;

}


.main-about-cont {
    display: flex;
    margin-top: 100px;
}

.contact {
    color: white;
    background-color: #092346;
    width: 200px;
    height: 70px;
    border-radius: 50px;
    border: none;
    font-size: larger;
    font-weight: bold;
    margin-top: 40px;
}

.contact:hover {
    background-color: #193e6f;
}

.ceo-bgn {
    background-color: #e9f0f9;
    width: 500px;
    height: 500px;
    border-radius: 70px;
    transform: rotate(135deg);
    margin-top: -200px;
    margin-left: 140px;


}

.ceo {
    width: 300px;
    position: relative;
    top: 265px;
    z-index: 1;
    margin-left: 240px;
    border-radius: 20px;

}

.ceo-q {
    width: 600px;
    margin-top: 20px;
    line-height: 28px;
}

.ceo-q-cont {
    position: relative;
    top: 300px;
}

.ceo-cont {
    display: flex;
}

.name {
    margin-top: 30px;
    font-size: larger;
    font-weight: bold;
}

.diff-clr {
    color: white;
}

.rev-alternative {
    padding-left: 160px;
}

.rev1 {
    margin-right: 80px;

}

.rev2 {
    width: 50px;
}

.rev3 {
    width: 80px;
}

.dynaiz-bgn-sub-cont {
    margin-left: 20px;
}

.dynaiz-bgn-sub-cont2 {
    margin-top: 50px;
}

.choose-dynaiz-line2-sub2 {
    background-color: white;
    width: 80%;
    height: 400px;
    position: relative;
    top: 50px;
    margin-left: 150px;
    border-top: #092346 solid 5px;
    border-right: #092346 solid 5px;

}

.brand-container {
    display: inline-flex;
    padding-top: 70px;
    margin-left: -50px;

}

#demacate {
    width: 80%;
    margin-left: 100px;
    margin-top: 50px;
}

.ts-header {
    font-size: 30px;
    color: #396399;
    width: 800px;
    margin-left: 100px;
    margin-top: 80px;
}

.ch-clr {
    color: #092346;
}

.tss {
    background-color: #092346;
    width: 800px;
    height: 50px;
    margin-left: -60px;
    margin-top: 30px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: 1s;

}

.tss:hover {
    margin-left: 1px;
}

.ts-content {
    color: white;
    font-weight: bold;
    font-size: large;
    margin-left: 150px;
    position: relative;
    top: 12px;
}


main {
    margin-top: 40px;
}

.blog-clr-change {
    color: #396399;
}

.side-main {
    font-size: 30px;
    width: 600px;
}

.side-main-container {
    margin-left: 100px;
    display: flex;
    margin-top: 100px;

}

.about-our-blog {
    width: 400px;
    margin-top: 20px;
    line-height: 25px;
}

.blog-img {
    width: 600px;
}

.who-we-solved-for {
    font-size: var(--bs-body-title-font-size);
    margin-top: 100px;
    margin-bottom: 10px;
    width: 220px;

}

.solved-contents {
    width: 300px;
    line-height: var(--bs-body-line-height);
    color: var(--bs-primary);
}



.portfolio-sub-container {
    margin-left: 180px;
    margin-right: 100px;
}

.portfolios-logo-container {
    padding: 10px;
    margin: 10px;
    border: #e6e6e6 solid 0.5px;
    width: 18%;
    height: 200px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.portfolio-logo {
    width: 100%;
    margin: 20px 20px 20px 0;

}

.portfolio-main-container {
    display: flex;
}

.portfolio-logo-main-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}







/* Profile Sign up */


.signup-main-container {
    display: flex;
    margin-top: 100px;

}

#s-form {
    box-shadow: 0 0 5px 5px rgb(241, 241, 241);
    width: 80%;
    padding: 10px;
    height: auto;
    border-top: #092346 solid 5px;
    margin-left: 140px;
    margin-top: 0;
    background-color: white;

}

.signup-container2 {
    margin-left: 30px;

}

.first-name {
    width: 450px;
    height: 45px;
    margin-top: 10px;
    margin-bottom: 40px;

}


.last-name {
    width: 450px;
    height: 45px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.work-email {
    width: 450px;
    height: 45px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.State {
    width: 450px;
    height: 45px;
    margin-top: 10px;
    margin-bottom: 40px;

}

.state1 {
    margin-top: 30px;
}


.signup-location {
    width: 95%;
    height: 45px;
    margin-top: 10px;
}

.header-t {
    margin-bottom: 50px;
    position: relative;
    top: 20px;
}

.contact-check {
    position: relative;
    top: 2px;
}

.privacy-terms {
    background-color: transparent;
    width: 420px;
    margin-left: 30px;
    margin-top: 30px;
}

.next {
    background-color: #092346;
    border: none;
    width: 450px;
    height: 50px;
    border-radius: 5px;
    margin-top: 50px;
    color: white;
}

.next:hover {
    background-color: #264977;
}

.log-in {
    display: flex;
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: large;

}

.checkmark {
    width: 20px;
    position: relative;
    top: 20px;
}

.signinup-check {
    position: relative;
    top: 45px;
}

.no-cd {
    margin-left: 0;
    width: 450px;
    margin-top: 40px;
    list-style: square;
    line-height: 24px;

}

.j-us {
    border-right: #ffff solid;
    margin-right: 300px;
    padding-right: 200px;
}

.adjst {
    margin-left: 30px;
}

.signup-adjst1 {
    margin-left: 70px;
    background-color: white;
    width: 500px;
    height: 990px;
    padding: 50px 50px 70px;
    box-shadow: rgb(239, 239, 239) 0 0 5px 5px;
    border-top: #092346 solid 5px;

}

.bgn {
    background-color: #edf2f9;
    height: 1100px;
    width: 800px;
    position: absolute;
    top: -5px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    z-index: -1;
}

input {
    padding-left: 20px;
    padding-right: 10px;
}


select {
    padding-left: 20px;
    padding-right: 10px;
}




/* Profile Sign in/Password */


.signin-bgn {
    background-color: white;
    box-shadow: 0 0 5px 5px rgb(232, 232, 232);
    height: 270px;
    width: 470px;
    border-top: #092346 solid 5px;
}



.sign-in-header {
    width: 200px;
    margin-left: 130px;
    margin-bottom: 20px;
}


.inp {
    background-color: white;
    width: 370px;
    height: 45px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.inp:required:valid {
    border: green solid;
}

.input-container {
    margin-top: 40px;
}

.signin-next {
    background-color: #092346;
    border: none;
    width: 92.5%;
    height: 45px;
    border-radius: 5px;
    color: white;
}

.signin-next:hover {
    background-color: #396399;
}

.next-container {
    margin-top: 30px;
}

.form-cn {
    margin-left: 35px;
    position: relative;
    top: 25px;
}

.signin-main-container {
    height: 400px;
    position: relative;
    bottom: 25%;
    right: -34%;

}

.sign-up {
    margin-top: 10px;
    color: #092346;
}

.sign-up-clr-change {
    color: #396399;
    margin-left: 10px;
}




.password-log-in {
    background-color: #092346;
    border: none;
    width: 92.5%;
    height: 45px;
    border-radius: 5px;
    color: white;
    margin-top: 30px;
}

.password-log-in:hover {
    background-color: #396399;
}






/* Contact */

.form-body {
    margin-top: 150px;
}

.tte {
    font-size: 55px;
    margin-top: 20px;
    margin-bottom: 20px;
}



.contact-cu-support-container {
    background-color: white;
    width: 60%;
    padding-top: 5px;
    padding-bottom: 30px;
    padding-left: 50px;
    border-radius: 40px;
    margin-top: 60px;
    box-shadow: rgb(249, 249, 249) 0 0 5px 5px;
}

.tp {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

.icn-resize {
    width: 20px;
    margin-left: -40px;
    margin-bottom: -54px;

}

.icn-resize1 {
    width: 25px;
    margin-left: -40px;
    margin-bottom: -57px;

}

.contact-info {
    width: 20px;
    position: relative;
    top: 5px;
}

.contact-info1 {
    width: 15px;
    position: relative;
    top: 15px;
}

.email-link {
    color: #3d6394;
    margin-left: 10px;
}

.cell {
    color: #3d6394;
    margin-left: 15px;
    position: relative;
    top: 15px;
}

.fill-form {
    color: #3d6394;
    position: relative;
    top: 15px;
}

.call {
    margin-top: 25px;
    margin-bottom: -10px;
}

.fill {
    margin-top: 40px;
    margin-bottom: -10px;
}

.expert {
    color: #3d6394;
    margin-top: 20px;
    margin-bottom: 10px;
}

.adj-service {
    margin-left: 20px;

}



.agreement {
    font-size: small;
    width: 650px;
    line-height: 27px;
}

textarea {
    width: 635px;
}

.check:hover {
    box-shadow: none;
}

.apply-training-type:hover,
textarea:hover {
    box-shadow: #daeafc 0 0 5px 5px;
}

.adj-input {
    margin-left: 25px;
    margin-top: 30px;
}

.submit {
    width: 170px;
    height: 60px;
    border-radius: 30px;
    background-color: #092346;
    color: white;
    font-size: large;
    border: #092346 solid;
}

.submit:hover {
    background-color: #194071;
}


.contact-main-cont {
    display: flex;
    justify-content: center;
    margin: 50px;

}


.contact-in-p {
    width: 94%;
    height: 50px;
    border-radius: 3px;
    border: rgb(217, 217, 217) solid;
    padding-left: 15px;
    padding-right: 10px;
}

.contact-in-p:hover {
    box-shadow: #daeafc 0 0 5px 5px;

}

.contact-select-location {
    padding-left: 15px;
    padding-right: 15px;
    width: 98%;
    height: 50px;
    border-radius: 3px;
    border: rgb(217, 217, 217) solid;
}

.contact-select-location:hover {
    box-shadow: #daeafc 0 0 5px 5px;
}

.contact-in-w1 {
    width: 98%;
    height: 50px;
    border-radius: 3px;
    border: rgb(217, 217, 217) solid;
    padding-left: 15px;
    padding-right: 10px;
}

.contact-in-w1:hover {
    box-shadow: #daeafc 0 0 5px 5px;
}


.inp-header {
    width: 500px;
    margin-left: 40px;
}

.tb {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin-top: 80px;
}

.sponsor {
    width: 100px;
}

.sp-cont {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.adj-sp {
    margin-right: 70px;
    margin-left: 70px;
}








/* Apply */



.apply-head-drop-bg {
    background-color: #f3f8ff;
    width: 100%;
    height: 600px;
    margin-top: -15px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    z-index: -1;
}


.apply-cu-support-container {
    background-color: white;
    width: 450px;
    padding-top: 5px;
    padding-bottom: 30px;
    border-radius: 40px;
    margin-top: 60px;
    box-shadow: rgb(249, 249, 249) 0 0 5px 5px;
}

.apply-adj-input {
    margin-left: 25px;
    margin-top: 30px;
}


.line {
    background-color: transparent;
    width: 250px;
    height: 100px;
    border-top: #092346 solid;
    border-left: #092346 solid;
    margin-left: 350px;
    margin-bottom: -70px;
    margin-right: -210px;
}

.in-w1 {
    width: 637px;
    height: 40px;
    border-radius: 3px;
    border: rgb(217, 217, 217) solid;
    padding-left: 15px;
    padding-right: 10px;
}


.apply-tte {
    width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.agreement {
    font-size: small;
    width: 650px;
    line-height: 27px;
}



.training-schedule-option {
    color: #092346;
    margin-top: 10px;
    width: 500px;
    font-size: small;
}


.apply-main-cont {
    display: flex;
    justify-content: center;
    margin-top: -600px;
    margin-left: 100px;
    margin-right: 100px;

}

.ap-form {
    background-color: white;
    width: 690px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top: #092346 solid 5px;
    box-shadow: 0 0 5px 5px rgb(241, 241, 241);
    margin-top: 150px;
    margin-left: 150px;
    padding: 20px;
}
/* form {
    margin-top: 150px;
    margin-left: 150px;
} */

.apply-check {
    position: relative;
    top: 2px;
}

.apply-training-type {
    padding-left: 15px;
    padding-right: 15px;
    width: 96%;
    height: 40px;
    border-radius: 3px;
    border: rgb(217, 217, 217) solid;

}

.apply-in-w {
    width: 92%;
    height: 40px;
    border-radius: 3px;
    border: rgb(217, 217, 217) solid;
    padding-left: 15px;
    padding-right: 10px;

}

.apply-in-w:hover {
    box-shadow: #daeafc 0 0 5px 5px;

}

.apply-in-w1 {
    width: 92%;
    height: 40px;
    border-radius: 3px;
    border: rgb(217, 217, 217) solid;
    padding-left: 15px;
    padding-right: 10px;
}

.apply-in-w1:hover {
    box-shadow: #daeafc 0 0 5px 5px;
}

.apply-select-location {
    padding-left: 15px;
    padding-right: 15px;
    width: 96%;
    height: 40px;
    border-radius: 3px;
    border: rgb(217, 217, 217) solid;

}

.apply-additional-comment {
    width: 95%;
}

.apply-schedule {
    margin-bottom: 10px;
}

.application-submit {
    width: 170px;
    height: 60px;
    border-radius: 30px;
    background-color: #092346;
    color: white;
    font-size: large;
    border: #092346 solid;
    margin-top: -20px;
}

.application-submit:hover {
    background-color: #194071;
}

.course {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.programing-language-container {
    margin: 30px;
    width: 65px;
}

.programming-language {
    width: 110px;
}

.programming-language-bottom {
    width: 100px;
}

.demarcate {
    width: 85%;
    margin-left: 75px;
}

.dynaiz-business-vision {
    width: 72%;
    text-align: justify;
    margin-top: 20px;
    line-height: 27px;
}

.training-box-container {
    background-color: #fff;
    padding: 10px;
    margin: 15px 10px 30px;
    box-shadow: rgb(235, 235, 235) 0 20px 20px;
    border: #f3f5f7 solid 1px;
    text-align: center;
    border-radius: 20px;

}

.training-icon {
    width: 100px;
    margin-bottom: 20px;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    width: 80%;
    padding: 10px;
    margin: 10px;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    width: 80%;
    padding: 10px;
    margin: 10px;
}

.display-none {
   width: 0;
    height: 0;
}

.container-vision {
    width: 90%;

}

.p-d {
    width: 80%;
    line-height: 25px;
    margin-top: 20px;
    text-align: justify;
}

.explore {
    margin-top: 40px;
}

.top-header-known-container {
    display: block;
}

.known-about-us {
    background-color: #000;
    width: 35%;
    height: 120px;
    margin: 32px;
    border-radius: 10px;
    padding: 40px;
}

.main-mt-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: 100px;
    margin-top: 150px;
}

.known-head {
    color: #FCA457 ;
    font-weight: bold;
    font-size: x-large;
}


.known-head1 {
    color: #439EEA;
    font-weight: bold;
    font-size: x-large;
}

.known-content {
    color: #fff;
    margin-top: 20px;
    line-height: 23px;
    font-size: 1rem;
    text-justify: auto;
}

.user-face {
    width: 50px;
    border-radius: 50%;
    position: relative;
    top: 15px;
}

.user-container {
    margin-top: 10px;
}

.known-main-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    margin-left: 80px;
    margin-right: 80px;
}

/** TALENT **/


main {
    margin-top: 0;
}
.overall-main-container {
    background-color: #396399;
    width: 100%;
}

.recruit {
    color: white;
    font-size: 60px;
    width: 800px;

}

.recruit-head-container {
    margin: 100px;
}

.recruit-main-container {
    display: flex;
}

.tech-professional {
    width: 400px;
    font-weight: lighter;
    font-size: small;
    color: #fff;
}

.trech-professional-container {
    width: 380px;
    margin-top: 20px;
    padding: 10px;
}

.join-as-client {
    color: #fff;
    background-color: #092346;
    padding: 20px 70px;
    font-weight: bold;
    border-radius: 30px;

}

.join-as-client:hover {
    background-color: #0b3b7a;
}



.join-as-client-container {
    margin-top: 50px;
}
.tech-pro {
    width: 530px;
}

.tech-pro-container {
    margin-top: 50px;
    margin-left: -200px;
}

.programming-language-skill-container {
    background-color: #092346;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -10px;
    position: relative;
}

.programming-language-skill-sub-container {
    display: flex;
}

.flutter-resize {
    width: 200px;
}

.node-js-resize {
    width: 110px;
}

.tensor-flow-resize {
    width: 170px;
}

.ai-ml-recruite-resize {
    width: 100px;
}

.nano-recruit-resize {
    width: 60px;
}

.aws-resize {
    width: 40px;
}

.skill-container {
    margin: 10px;
    padding-top: 10px;
}

.expert-container {
    background-color: #092346;
    box-shadow:  40px 0 20px #092346;
    width: 7%;
    padding: 50px 40px;
    margin-top: -135px;
    position: relative;
    z-index: 1;

}

.right-expert-background {
    background-color: #092346;
    width: 2%;
    padding: 50px 5px;
    margin-top: -120px;
    float: right;
    box-shadow:  -20px 0 15px #092346;
    position: relative;
    z-index: 2;
}

.expert-text {
    color: #ffff;
    text-align: center;
    font-weight: bold;
}

.m-expert {
    display: none;
}

.innovation-thinkers {
    font-size: 22px;
    margin-top: 20px;
}

.professional-attributes {
    width: 95%;
    line-height: 25px;
    margin-top: 20px;
    font-size: smaller;
}

.professional-attributes-container {
    margin: 10px;
    background-color: #f3f5f7;
    width: 22%;
    padding: 0 20px 20px;
    border-radius: 20px;
    opacity: 0.7;

}

.professional-attributes-main {
    display: flex;
    justify-content: end;
    margin-right: 40px;
    position: relative;
    top: -30px;
    margin-top: -300px;

}

.certified-student {
    width: 183px;
}

.detailes {
    color: #092346;
    margin-top: 10px;
}

.verification-icon {
    width: 20px;
}

.certificate {
    position: relative;
    top: -4px;
    margin-left: 10px;
}


.student-main-container {
    padding: 20px;
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 20px 0 0;


}

.view-all-certified-student {
    float: right;
    margin-right: 30px;
    font-size: 17px;
}

.ct-student {
    margin-left: 30px;
    font-size: 30px;
    color: #092346;
}

.ct-student-container {
    margin-top: 50px;
}

.student-container {
    padding: 10px;
}

.discover-bottom {
    text-align: center;
    margin-top: 50px;
}

.about-discover-bottom {
    text-align: center;
    margin-top: 150px;
}

/** END OF TALENT **/




/* Custom software update-start */

.top-head-main-background {
   background-color: var( --bs-primary);
    width: 100%;
    height: 550px;
    color: var(--bs-body-bg);
}

.top-head-custom {
    margin-top: 10px;
    font-size: var(--bs-body-title-bg-font-size);

}

.soft-clr-change {
    color: var(--bs-secondary);
}

.top-head-costom-content {
    width: 100%;
    line-height: var(--bs-body-line-height);
    margin-top: 10px;
}

.v-c {
    background-color: var(--bs-secondary-bs);
    border: none;
    width: 160px;
    height: 40px;
    border-radius: 5px;
    color: var(--bs-white);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    cursor: pointer;

}

.v-c2 {
    background-color: var(--bs-body-bg);
    border: none;
    width: 160px;
    height: 40px;
    border-radius: 5px;
    color: var(--bs-primary);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    cursor: pointer;

}

.v-c:hover {
    background-color: var(--bs-secondary);
}

.v-c-container {
    margin-top: 20px;
}

.contact-clicks {
    margin-right: 10px;
}

.custom-sub-container {
  padding: 90px 170px;
}

.soft-clr-change {
    color: var(--bs-secondary);
}

.efficiency {
    background-color: var(--bs-body-bg);
    width: 16%;
    padding: 35px;
    border-radius: 10px;
    margin: 10px;

}

.c-title {
    font-weight: var(--bs-body-font-weight);
}


.bottom-content {
    margin-top: 20px;
    line-height: var(--bs-body-line-height);
    font-size: var(--bs-body-font-size);
}

.efficiency-main-container {
    display: flex;
    justify-content: center;
    position: relative;
    top: -120px;

}

.efficiency-bgn-main-container {
    background-color: var( --bs-gray-200);
}

.full-efficiency {
    width: 500px;
    margin-top: 20px;
    line-height: var(--bs-body-line-height);
    color: var(--bs-primary);
}

.full-efficiency-main-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.full-efficiency-sub-container {
    margin: 20px;
}

.full-efficiency-title {
    text-align: center;
    margin-bottom: 150px;
    position: relative;
    top: 50px;
}

.efficiency-sub-title {
    color: var(--bs-primary);
}

.education-efficiency-sub-title {
    color: var(--bs-primary);
    width: 400px;
}

.center-service {
    text-align: center;
    margin-top: 50px;
}

.service-head-title {
    margin-bottom: 20px;
    color: var(--bs-secondary);
    font-size: var(--bs-body-font-size);
    text-transform: uppercase;
    letter-spacing: 5px;
}

.efficiency-main-background {
    background-color: var(--bs-gray-100);
    width: 100%;
}

.reach-out {
    width: 300px;
    color: var(--bs-primary);
    text-align: center;
    margin-top: 20px;
    line-height: var(--bs-body-line-height);
}

.rounded-box {
    background-color: var(--bs-secondary);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-left: 70px;
}

/* .bx-calendar {
    width: 70px;
    position: relative;
    left: 40px;
    margin-top: 40px;
} */

.calendar-icon {
    font-size: 100px;
    color: #fff;
    margin: 17%;
}

.schedule-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.schedule-sub-container {
    margin: 20px;
}

.read-full {
    color: var(--bs-primary);
    position: relative;
    top: 20px;
}



.how-we-solve {
    margin-left: 180px;
    font-size: var(--bs-body-title-font-size);
    margin-top: 100px;
    margin-bottom: 10px;
}

.problem-solving-list {
    background-color: var(--bs-primary-light);
    width: 20%;
    height: 280px;
    padding: 30px;
    margin: 10px;

}

.solving-lists {
    margin-top: 10px;
    color: var(--bs-body-bg);
    line-height: var(--bs-body-line-height);

}

.problem-solving-container {
    display: flex;
    justify-content: center;
}

.svg-icon {
    width: 370px;
    margin-left: -55px;
}

.svg-icon2 {
    width: 370px;
    margin-left: -55px;
    margin-top: -137px;
}

.svg-icon3 {
    width: 370px;
    margin-left: -55px;
    margin-top: -35px;
}

/* web-app */
.elevate-top {
    width: 500px;
    color: var(--bs-secondary);
    margin-left: 100px;
   position: relative;
   top: 40px;


}

.elevate-top-bgn {
    background-color: var(--bs-primary);
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

.elevate-opt-clr {
    color: var(--bs-body-bg);
}

.web-app-efficiency {
    background-color: var(--bs-body-bg);
    width: 32%;
    padding: 35px;
    border-radius: 10px;
    margin: 10px;

}

/* Robotics */

.robotic-problem-solving-list {
    background-color: var(--bs-primary-light);
    width: 32%;
    height: 200px;
    padding: 30px;
    margin: 10px;

}

.robotic-svg-icon {
    width: 320px;
    margin-left: 30px;
    margin-top: -114px;
    transform: rotate(25deg);
}

.robotic-svg-icon2 {
    width: 320px;
    margin-left: 30px;
    margin-top: -90px;
    transform: rotate(25deg);
}

/* Training */

.training-efficiency-main-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    top: -120px;

}

.training-efficiency {
    background-color: var(--bs-body-bg);
    width: 17%;
    padding: 40px;
    border-radius: 10px;
    margin: 10px 20px;
    min-height: 240px;

}

.training-problem-solving-list {
    background-color: var(--bs-primary-light);
    width: 32%;
    height: 200px;
    padding: 30px;
    margin: 10px;

}

.training-svg-icon {
    width: 320px;
    margin-left: 30px;
    margin-top: -60px;
    transform: rotate(20deg);
}

.training-svg-icon2 {
    width: 320px;
    margin-left: 30px;
    margin-top: -100px;
    transform: rotate(20deg);
}

.brand-logo {
    width: 200px;
}


.ads-banner {
    height: 140px;
    margin-top: 30px;
    margin-bottom: 100px;
    position: relative;
    width: 100%;
}

.ads-banner-img {
    left: 20%;
    align-content: center;
    width: 60%;
    position: absolute;
}


/* Certificate Portal */
.section1 {
    background-color: var(--bs-primary);
    padding-bottom: 100px;
    padding-top: 50px;
}
.section2 {
    background-color: var(--bs-gray-100);
    margin-bottom: -310px;
}
.certificate-header {
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
    font-family: Lota Grotesque Italic;
    color: #092346;
}
.certification-sub-heading {
    margin-bottom: 30px;
    text-align: center;
    color: #092346;
}
.top-main-container {
    border: --bs-primary-light solid;
    background-color: #FFFFFF;
    width: 85%;
    margin-left: 58px;
    padding: 50px;
}
.Certified-student {
    width: 300px;
    border-radius: 20px;
}
.student-info {
    border-bottom: var(--bs-primary-light) solid;
    width: 400px;
    line-height: 40px;
    color: #092346;
}
.student-info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#Certificate-id {
    border: none;
    border-bottom: var(--bs-primary-light) solid;
    outline: none;
    width: 370px;
    line-height: 50px;
}
.cert-ribbon {
    width: 300px;
    opacity: 0.1;
}
.scroll-greeting {
    color: var(--bs-body-bg);
    font-size: 20px;
    background-color: var(--bs-primary-light);
    width: 88.5%;
    margin-left: 58px;
    padding: 25px 25px;
}
.cert-skill-container {
    background-color: var(--bs-body-bg);
    box-shadow: #f7f5f5 5px 5px 5px 5px;
    width: 380px;
    margin-left: 1px;
    margin-top: 30px;
    padding: 5px 10px 5px 10px;
    color: var(--bs-body-bg);
    line-height: 30px;
}
.skill-header {
    color: var(--bs-primary);
    margin-left: 14px;
    margin-bottom: 10px;
}
.skills {
    color: var(--bs-pri);
    background-color: var(--bs-primary);
    width: 150px;
    padding: 10px;
    text-align: center;
    margin: 5px;
    margin-left: 12px;
    font-weight: bolder;
}
.skills-program-container {
    display: flex;
    flex-wrap: wrap;
}
.enrol-container {
    text-align: center;
}
.journey-header {
    font-size: 30px;
    font-weight: bolder;
    color: var(--bs-primary);
    padding-top: 30px;
    margin-bottom: 40px;
}
.enroll-btn-container {
    padding-bottom: 50px;
}
.enroll-btn {
    background-color: var(--bs-secondary);
    color: var(--bs-body-bg);
    font-size: large;
    font-weight: bolder;
    padding: 15px;
}
.enroll-btn:hover {
    background-color: var(--bs-primary-light);
}
/* Certificate portal end */


