@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
 html{
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
 }
@font-face {
    font-family: 'Poppins-Regular';
    src: url(../content/fonts/POPPINS-REGULAR.TTF);
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url(../content/fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url(../content/fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: 'EudoxusSans-Regular';
    src: url(../content/fonts/EudoxusSans-Regular.ttf);
}

@font-face {
    font-family: 'EudoxusSans-Bold';
    src: url(../content/fonts/EudoxusSans-Bold.ttf);
}

@font-face {
    font-family: 'EudoxusSans-ExtraBold';
    src: url(../content/fonts/EudoxusSans-ExtraBold.ttf);
}

@font-face {
    font-family: 'EudoxusSans-ExtraLight';
    src: url(../content/fonts/EudoxusSans-ExtraLight.ttf);
}

@font-face {
    font-family: 'EudoxusSans-Light';
    src: url(../content/fonts/EudoxusSans-Light.ttf);
}

@font-face {
    font-family: 'EudoxusSans-Medium';
    src: url(../content/fonts/EudoxusSans-Medium.ttf);
}

@font-face {
    font-family: 'Poppins-Light';
    src: url(../content/fonts/Poppins-Light.ttf);
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url(../content/fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url(../content/fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url(../content/fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: 'OpenSans-Medium';
    src: url(../content/fonts/OpenSans-Medium.ttf);
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url(../content/fonts/OpenSans-Regular.ttf);
}

/* @font-face {
    font-family: 'Poppins-Medium';
    src: url(../content/fonts/Syne-Medium.ttf);
} */

@font-face {
    font-family: 'Syne-SemiBold';
    src: url(../content/fonts/Syne-SemiBold.ttf);
}

@font-face {
    font-family: 'Oswald-SemiBold';
    src: url(../content/fonts/Oswald-SemiBold.ttf);
}
html{
    overflow-x: hidden;
}

.fnt-EudoxusSans-Regular {
    font-family: 'EudoxusSans-Regular';
}

.fnt-EudoxusSans-Bold {
    font-family: 'EudoxusSans-Bold';
}

.fnt-EudoxusSans-ExtraBold {
    font-family: 'EudoxusSans-ExtraBold';
}

.fnt-EudoxusSans-ExtraLight {
    font-family: 'EudoxusSans-ExtraLight';
}

.fnt-EudoxusSans-Light {
    font-family: 'EudoxusSans-Light';
}

.fnt-EudoxusSans-Medium {
    font-family: 'EudoxusSans-Medium';
}

.fnt-Poppins-Light {
    font-family: 'Poppins-Light';
}
.fnt-Poppins-Regular {
    font-family: 'Poppins-Regular';
}


/* common-sec */

.pos-relative {
    position: relative;
}

.d-flex-c {
    display: flex;
}

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

.justify-flex {
    justify-content: flex-end;
}

.justify-flextstart {
    justify-content: flex-start;
}

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

.align-base {
    align-items: baseline;
}

.align-flex {
    align-items: flex-end;
}

.container {
    padding: 0px !important;
    max-width: 1400px !important;
}

body {
    font-family: 'Poppins-Light' !important;
    color: #090b19 !important;
    overflow-x: hidden !important;
}

.common-sec {
    padding: 85px 0px;
}

.common-sec1 {
    padding: 60px 48px;
}

.common-sec-m-top {
    margin-top: 60px;
}

.extra-bg {
    background-color: #fff !important;
    color: #000 !important;
}

.extra-bg .nav-link {
    color: #000 !important;
}
.extra-bg .navbar-nav .nav-link span img{
    filter: brightness(100)invert(1);
}

.pb-40p {
    padding-bottom: 40px
}


/* .text-left{} */


/* nav section */

.navbar {
    padding: 0px !important;
}

.shadow-sm {
    box-shadow: none;
}

.navbar-brand {
    margin: 0px !important;
    padding: 0px !important;
}

.navbar-nav li:not(:first-child) {
    padding-left: 35px;
}

.navbar-nav li:last-child {
    padding-left: 30px;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-family: "Poppins-Regular";
    font-size: 14px;
    transition-duration: 0.5s;
    letter-spacing: 1px;
    padding: 26.5px 0px !important;
}

.nav-link.head-btn {
    background-color: #2eadf8;
    border-radius: 30px;
    padding: 10.5px 26px !important;
}

.navbar-brand {
    margin-right: 0px;
    /* background-color: #fff; */
    padding-left:0px !important;
    position: relative;
}

.navbar-brand>img {
    /* position: absolute; */
    top: -34px;
    left: 0;
    width: 240px;
}

.dropdown-menu {
    padding: 0px !important;
    left: auto !important;
    margin: -1px !important;
    border: 0px !important;
}

.menu .dropdown-menu {
    border-radius:0;
    min-width: 210px;
}

.dropdown-item {
    padding: 15px 15px 10px 15px !important;
    font-size: 14px;
    /* border-radius: 0; */
}

.sm-menu .dropdown-item:focus, .sm-menu .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(90deg, #07873f 0%, #1ca457 100%);
}


/* video section */

.header-sec {
    width: 100%;
    position: fixed;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.2);
	padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.p-vw {
    padding: 0px 5vw;
}

.heroContent {
    position: absolute;
    top: 50%;
    transform: translate(0%, -70%);
}
.about-banner-item .heroContent {
    position: absolute;
    top: 50%;
    transform: translate(0%, -00%);
    /* transform: translate(0%, -50%); */
}

.banner-sec {
    position: relative;
    /* min-height: 100vh; */
}
.banner-item{
    height: 100vh;
}
.about-banner-item{
    height: 100%;
    min-height: 400px;
}

.navbar-nav {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.heroContent h1 {
    font-family: 'Poppins-Medium';
    font-size: 44px;
    line-height: 62px;
    color: #ffffff;
}

.heroContent p {
    font-family: 'Poppins-Light';
    font-size: 18px;
    color: #fff;
}

.heroContent .a {
    font-family: 'Poppins-Medium' !important;
}

.bn-btn {
    min-width: 215px;
    border-style: solid !important;
    border-color: rgba(255, 255, 255, .75) !important;
    background-color: rgba(9, 11, 25, 0) !important;
    position: relative;
    overflow: hidden;
    margin-right: 0;
    font-family: 'Poppins-Light';
    margin-left: 0;
    padding: 11px 28px !important;
    border-radius: 100px !important;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
}

.banner-sec .bn-btn {
    margin-top: 20px;
    font-size: 14px !important;
}

/*             
            .bn-btn:hover {
                border-color: transparent !important;
                background-color: transparent;
                background-image: linear-gradient(322deg, #fb4f14, #80379b);
            }
             */

.ban-btm-sec {
    background-image: linear-gradient(#1ca457, #1ca457);
    background-size: 25% !important;
    background-position: -86px !important;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.ban-btm-sec .con-bg {
    background-color: #fff;
    padding: 40px 40px 40px 30px;
    width: 415px;
    height: 200px;
    margin-left: -30px;
}
.con-bg  img{
    height: 26px;
}

.vh {
    height: 100vh;
}

.subtitle {
    position: relative;
    z-index: 10;
    overflow: visible;
    color: #2c1b5d;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 9px;
    font-family: 'Poppins-Bold';
}

.con-f-bg {
    background-color: red;
}

.container {
    padding: 0px !important;
}

.a-d {
    align-items: center;
    display: flex;
}

.r-img {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 40px;
    opacity: .7;
}

.fea {
    position: absolute;
    top: 89px;
    transform: rotate(270deg);
    /* background: #fff; */
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    left: -15px;
    font-family: 'Poppins-Light';
}


/* client section */

.client-bg {
    background-color: #f3f6fc;
    transition-duration: 1s;
}

html {
    scroll-behavior: smooth;
}

.hr {
    width: 100%;
    background: #e2e7f1;
    margin-left: 30px;
    height: 1px;
}

.client-h {
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.p-15p {
    padding: 15px;
}

.flex-sec1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-sec1 img {
    width: 120px;
    filter: grayscale(100%);
    filter: contrast(47%) grayscale(100%);
}

.pt-30p {
    padding-top: 30px;
}

.large-h {
    font-size: 44px;
    line-height:52px;
    color: #0b0b0b;
    font-family: 'Poppins-Medium';
    margin-bottom: 6px;
}

.ser-h3 {
    font-size: 23px;
    line-height: 30px;
    letter-spacing: -.03em;
    margin-bottom: 15px;
    font-family: 'Poppins-Bold';
}

.experts-bg {
    position: relative;
    z-index: 10;
    padding-top: 140px;
    padding-bottom: 60px;
    height: 700px;
}

.experts-bg h1 {
    font-size: 48px;
    letter-spacing: 2px;
    line-height:58px;
    color: #ffffff;
    font-family: 'Poppins-Medium';
}

.experts-bg p, .report-sec p{
	font-size: 14px;
    font-family: 'Poppins-Light';
    line-height: 24px;
}
/* .experts-bg .subtitle { */
    /* margin-bottom: 120px; */
/* } */

.sectors-sec .subtitle {
    color: #2c1b5d;
    margin-bottom: 11px;
}

.experts-bg>.background-cover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -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;
    background-attachment: scroll !important;
    background-image: url(../content/images/expert-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ser-z {
    z-index: 10;
}


/* sector scetion */

.sectors-sec .large-h {
    line-height: 50px;
}

.sectors-sec .container {}

.sector-sec-p {
    margin-top: 7px;
    color: #202020;
    font-size: 16px;
    line-height: 1.6em;
    padding-bottom: 26px;
}

/* .sectors-sec .common-sec {
    padding: 85px 0px
} */

.bg-black {
    background-color: #090b19 !important;
    margin-bottom: 50px;
}

.sector-bg {
    background-image: linear-gradient(180deg, rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(../content/images/sector-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sector-bg h1 {
    padding-top: 40px;
    letter-spacing: -.03em;
}

.common-sec-sector-bg {
    padding: 130px 0px;
}

.mt-30p {
    margin-top: 30px;
}

.mt-40p {
    margin-top: 40px;
}

.read-grid-mid {
    margin-top: -60px;
}

.grid-sec h4 {
    margin-bottom: 20px;
    font-family: 'Poppins-Bold';
}

.grid-sec {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: #fff;
    margin-top: 65px;
}

.grid-sec-inner.bg-1 {
    background-image: url(../content/images/sol1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 80px;
}

.re-t {
    position: absolute;
    color: #fff;
    text-align: center;
    bottom: 140px;
}

.read-grid-mid .re-t {
    bottom: 180px;
}

.grid-sec-inner.bg-2 {
    background-image: url(../content/images/sol2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 80px;
}

.grid-sec-inner.bg-3 {
    background-image: url(../content/images/sol3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 80px;
}

.red-btn1 {
    border: 1px solid;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    display: inline-block;
    border-radius: 50%;
    text-transform: uppercase;
    opacity: 0.8;
    letter-spacing: 3px;
    font-size: 11px;
    transition-duration: 1s;
}

.red-btn1 span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.read-head {
    display: block;
    margin-top: -70px;
    text-align: center;
    font-size: 24px;
    font-family: 'Poppins-SemiBold'
}

.read-grid-mid .read-head {
    bottom: 17%;
}

.red-btn1:hover {
    background-color: #fff;
    color: #000;
    transition-duration: 1s;
    transform: scale(1.2);
    border: none;
}

.grid-sec-inner:nth-child(2) {
    margin-top: -50px !important;
    margin-bottom: 50px !important;
}

.grid-sec-inner:nth-child(5) {
    margin-top: 50px !important;
    margin-bottom: -50px !important;
}

.read-case-sec {
    padding-bottom: 85px;
}

.read-case-sec .subtitle {
    margin-bottom: 3px;
}


/* values section */

.values-flex {
    display: flex;
}

.values-flex h3 {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -.03em;
    font-family: 'Poppins-Bold';
}

.text-span {
    font-size: 18px;
    display: block;
}

.values-flex p {
    font-family: 'OpenSans-Regular';
    color: #6e7488;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    margin-top: 38px;
}

.values-inner {
    padding: 15px;
    border: 1px solid #f3f6fc;
}

.values-inner:nth-child(2) {
    margin-top: 60px;
}

.values-inner:nth-child(3) {
    margin-top: 175px;
}


/* help section */

.help-bg {
    background-color: rgb(243 246 252);
    text-align: center;
}

.help-common {
    padding-top: 60px;
    padding-bottom: 20px;
}

.help-bg img {
    width: 184px;
    margin-bottom: 40px;
}

.help-bg h1 {
    font-weight: unset;
    font-size: 24px;
    line-height: 32px;
    color: rgb(55, 64, 74);
    margin-bottom: 40px;
}

.help-btn {
    font-family: 'Poppins-Bold';
    color: #fff;
    cursor: pointer;
    transition-duration: 0.1s;
    background-color: rgb(1, 55, 96);
    transition-timing-function: ease-out;
    outline: none;
    border: 1px solid transparent;
    margin: 0px;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 12px 0px;
    padding: 4px 18px 8px 18px;
    font-size: 28px;
    border-radius: 5px;
}

.help-btn:hover {
    background-color: rgb(39, 85, 120) !important;
    color: #fff;
    text-decoration: none;
}

.help-timer {
    font-size: 14px;
    line-height: 20px;
    color: rgb(55, 64, 74);
    margin-bottom: 10px;
}


/* footer section */

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.footer-grid-inner ul {
    padding: 0px !important;
}

.footer-grid-inner:nth-child(1) {
    padding: 10px;
    padding-top: 50px;
}

.footer-grid-inner ul li:nth-child(1) {
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.footer-grid-inner ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.footer-grid-inner {
    padding-top: 40px;
}

.footer-grid-inner:nth-child(1),
.footer-grid-inner:nth-child(3) {
    border: 1px solid rgba(255, 255, 255, .15);
}

.footer-grid-inner img {
    width: 100px;
}

.footer-end-a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.mr-10 {
    padding-left: 10px;
    display: inline-flex;
}

ul {
    list-style: none;
}

.footer-grid-inner a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.footer-grid-inner a:hover {
    color: #fff;
}

.footer-sec {
    background: #090b19;
}

.logo-d {
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
}

.footer-grid-inner:nth-child(2),
.footer-grid-inner:nth-child(3) {
    padding-top: 185px;
}

.footer-grid-inner ul li {
    padding: 20px;
}

.footer-end-a .i-first {
    color: #000;
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
}

a:hover {
    text-decoration: none !important;
}

.footer-end-a img {
    width: 23px;
}

.i-p-a {
    position: absolute;
    top: 10px;
}

.r-p {
    padding-left: 45px;
}

.copy-r {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-middle ul li:hover a {
    margin-left: 20px;
    transition: 0.8s;
}

.footer-middle ul li a {
    transition: 0.8s;
}

.navbar-toggler img {
    width: 25px;
}

.banner-img {
    object-fit: cover;
    object-position: bottom;
}

.background-cover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    overflow: hidden;
    -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;
}

.image-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0s;
    background-color: rgba(13, 13, 13, .4);
}

.z-i {
    z-index: 10;
}

.ser-sec-p {
    font-family: 'OpenSans-Regular';
    margin-top: 20px;
    color: #6e7488;
    margin-bottom: 60px;
}


/* ham */


/* ham */

.navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

.navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

.navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

#up-down {
    transition-duration: 1s;
}

.up-down {
    transition-duration: 1s;
    animation: up-down linear 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: up-down linear 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: up-down linear 4s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: up-down linear 4s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: up-down linear 4s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

@keyframes up-down {
    0% {
        transform: translate(1px, 0px);
    }
    24% {
        transform: translate(1px, 15px);
    }
    50% {
        transform: translate(1px, 12px);
    }
    74% {
        transform: translate(1px, 40px);
    }
    100% {
        transform: translate(1px, 0px);
    }
}


/* service section */

.abt-sec {
    background-color: #fff;
}
.service-sec {
    background-color: #f6f7f9;
    /* padding: 85px 0px 60px; */
}

.service-grid-item {
    padding: 25px;
    border-radius: 8px;
    filter: drop-shadow(0px 6px 7.5px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
    /* margin-bottom: 20px; */
    /* min-height: 340px; */
    overflow: hidden;
    position: relative;
}


.service-grid-item:hover .service-head,
.service-grid-item:hover p,
.service-grid-item:hover .ser-btn {
    color: #fff;
}

.service-grid-item:hover .ser-btn {}
.service-head {
    font-family: 'Poppins-Medium';
    font-size: 20px;
    color: #090b19;
    letter-spacing: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
	line-height:26px;
}
.service-sec .service-head {
    font-family: 'Poppins-Medium';
    font-size: 20px;
    color: #090b19;
    letter-spacing: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
	line-height:26px;
}

.service-sec p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #202020;
    font-family: 'Poppins-Light';
}

.ser-btn {
    font-family: 'Poppins-Light';
    color: #202020;
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 38px;
    text-transform: uppercase;
    text-align: left;
    border: 1px solid #ccc;
    width: 140px;
    height: 35px;
    border-radius: 20px;
    padding-left: 30px;
    position: absolute;
    bottom: 30px;
}

.s-btn{margin-top:40px;}

.s-btn a {
    font-family: 'Poppins-Light';
    color: #202020;
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: left;
    border: 1px solid #ccc;
    /* width: 140px; */
    /* height: 35px; */
    border-radius: 20px;
    /* padding-left: 30px; */
    display: inline-flex;
    align-items: center;
    padding: 0px 5px 0px 15px;
}
.s-btn img {
    height: 27px;
	margin-left:5px;
}
.service-effect:hover a{color:#fff;}

.typed-text {
    font-family: 'Poppins-Bold';
    font-size: 48px;
    line-height: 50px;
    display: inline-block;
    text-transform: uppercase;
    padding: 24px 30px;
    margin-top: 5px;
}

.bxx {
    position: absolute;
    width: 9px;
    height: 9px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.bxx.lt {
    left: -5px;
}

.tp_bx {
    position: relative;
    border: 1px dashed #000;
    margin-bottom: 35px;
    min-height: 105px;
    display: inline-block;
}

.bxx::after,
.bxx::before,
.tp_bx::after,
.tp_bx::before {
    position: absolute;
    width: 9px;
    height: 9px;
    left: 50%;
    background: #000;
    content: '';
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.tp_bx::after {
    bottom: -5px;
}

.bxx::before {
    top: -45px;
}

.bxx::after {
    bottom: -45px;
}

.bxx.lt {
    left: -5px;
}

.bxx.rt {
    right: -5px;
}

.tp_bx::before {
    top: -5px;
}


/* industry section starts  */

.ind-sub-head {
    font-size: 26px;
    font-family: 'Poppins-SemiBold';
    color: #2c1b5d;
    text-transform: uppercase;
}

.ind-head {
    font-family: 'Oswald-SemiBold';
    font-size: 54px;
    line-height: 65px;
    position: relative;
}

.ind-head::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #ffe800;
    top: -10px;
}

.b-p {
    font-size: 44px;
}

.mt-50p {
    margin-top: 50px;
}
.mt-70p {
    margin-top: 70px;
}


/* testimonials */

.testimonials .container {
    background-image: url(../content/images/testi-bg.png);
    background-repeat: no-repeat;
    text-align: center;
    background-position: bottom center;
    background-size: cover;
}

.testi-pad {
    padding: 85px 0px 85px 0px;
    position: relative;
}

.testi-pad .large-h {
    margin-bottom: 16px;
}

.testi-box {
    padding: 0px 100px;
}

.testi-bdr {
    width: 80px;
    height: 5px;
    background-color: #0e62c1;
    margin: 14px auto;
}

.testi-box p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 26px;
    font-family: 'Poppins-Light';
}

.testi-head {
    color: #4fbeff;
    font-family: 'Poppins-Light';
    font-size: 18px;
    text-transform: uppercase;
}

.testi-subhead {
    color: #1b1b1b;
    font-family: 'Poppins-light';
    font-size: 14px;
}

.section-title {
    font-size: 48px;
    font-family: 'Poppins-Medium';
    color: #0b0b0b;
    text-align: center;
}


/* bolg section */

.bolg-sec {
    padding-top: 145px;
    padding-bottom: 95px
}

.bolg-sec .large-h {
    margin-bottom: 24px;
}

.blog-item {
    background-color: #1a1a1a;
    padding: 25px;
    height: 100%;
}

.bolg-grid {
    display: flex;
    column-gap: 25px;
    row-gap: 15px;
}

.bolg-head {
    font-size: 22px;
    font-family: "Poppins-Medium";
    color: #fff;
    margin-bottom: 10px;
}

.bolg-p {
    color: #fff;
    font-family: 'Poppins-Light';
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 24px;
    padding-bottom: 25px;
}


/* footer-section */

.footer {
    background-color: #090b19;
    color: #fff;
}

.footer-head {
    color: #1ca457;
    font-size: 13px;
    letter-spacing: 4px;
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff14;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 15px;
}

.loc-head {
    color: #1ca457;
    font-family: 'Poppins-Light';
    font-size: 16px;
    margin-top: 20px;
}

.footer .ser-btn {
    width: auto;
    color: #000 !important;
}

.footer-logo p {
    margin-top: 20px;
    margin-bottom: 50px;
    font-family: 'Poppins-Light';
    font-size: 15px;
    line-height: 28px;
}

.footer-logo .ser-btn {
    height: auto;
    background-color: #98f7ff;
    padding: 12px 55px;
    color: #000;
    font-family: 'Poppins-SemiBold';
}

.footer a {
    color: #fff !important;
    font-family: 'Poppins-light';
    line-height: 38px;
    font-size: 16px;
}

.footer .footer-bdr {
    border-left: 1px solid #ffffff14;
    border-right: 1px solid #ffffff14;
    border-bottom: 1px solid #ffffff14;
}

.copy {
    border-left: 1px solid #ffffff14;
    border-right: 1px solid #ffffff14;
}

.copy-p {
    padding-top: 27px;
    padding-bottom:23px;
    padding-left: 0px !important;
}

.footer-social img {
    margin-right: 10px;
}

.row-bdr>div:not(:first-child) {
    border-left: 1px solid #ffffff14;
}

.row-bdr-l {
    border-left: 1px solid #ffffff14;
}

.footer-p-top {
    padding-top: 60px;
}

.loc-sec li {
    padding: 10px 0px;
}

.loc-sec .loc-head,
.loc-sec p,
.loc-sec  {
    /* padding-left: 25px;
    padding-right: 15px; */
}

.loc-sec li:not(:last-child) {
    border-bottom: 1px solid #ffffff14;
}

.con-sec li {
    border-bottom: 1px solid #ffffff14;
    padding: 13px 0px;
}

.con-sec li:last-child {
    border-bottom: transparent;
}

.copy-l-b {
    border-left: 1px solid #ffffff14;
}

.footer .row {
    margin-left: 0px;
    margin-right: 0px;
    height: 100%;
}

.footer .col-md-3,
.footer .col-md-4,
.footer .col-md-5,
.footer .col-md-6,
.footer .col-md-7,
.footer .col-md-8,
.footer .col-md-9 {
    padding-left: 0px;
    padding-right: 0px;
}

.footer ul li {
    padding-left: 25px;
    padding-right: 15px;
}

.con-sec img {
    margin-right: 10px;
    width: 30px;
}

.font13 {
    font-size: 13px;
}

.con-sec a {
    font-size: "Poppins-Light";
    font-size: 16px;
    display: block;
    line-height: 18px;
}


/* dropdown  */

li:hover .dropdown-menu {
    display: block;
}

li:focus .dropdown-menu {
    display: block;
}

li:focus-within .dropdown-menu {
    display: block;
}

.pt-10p {
    padding-top: 10px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding-top: 20px;
}


/* pv-tech */
.hero-background-image.banner2{
    background-image: url(../content/images/banner2.jpg);
}
.hero-background-image.banner3{
    background-image: url(../content/images/banner3.jpg);
}
.hero-background-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../content/images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.about-banner-item .hero-background-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../content/images/about-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.about-banner-item.contact_us .hero-background-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../content/images/contact-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.about-banner-item.service_sec .hero-background-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../content/images/services-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.about-banner-item.careers_sec .hero-background-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../content/images/careers-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.about-banner-item.clients_sec .hero-background-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../content/images/competencies-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.about-banner-item.industries_sec .hero-background-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../content/images/industries-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.service-grid-item:hover .h-s-img {
    display: block !important;
}

.service-grid-item:hover .s-img {
    display: none !important;
}

.h-s-img, .s-img{height:60px;}

.h-s-img {
    display: none !important;
}

.ser-btn img {
    float: right;
    margin: 2px;
	height: 27px;
}

.clr1 {
    color: #202020;
}

.con-bg h2 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #0a0a0a;
    font-family: 'Poppins-SemiBold';
}

.testi-pad::before {
    content: '';
    position: absolute;
    left: 85px;
    top: 50px;
    background-image: url(../content/images/testi-2.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 110px;
    height: 90px;
}

.testi-pad::after {
    content: '';
    position: absolute;
    right: 85px;
    bottom: 50px;
    background-image: url(../content/images/testi-1.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 110px;
    height: 90px;
}


/* client-section */

.client-section {
    padding-top: 16px;
    padding-bottom: 60px;
}

.client-section img {
    padding: 40px 20px;
}

.client-section .item {
    filter: drop-shadow(0px 6px 12.5px rgba(0, 0, 0, 0.13));
    background-color: #ffffff;
    height: 110px;
    margin: 25px 10px;
}


/* help section */

.h-sub {
    font-family: 'Poppins-Medium';
    font-size: 26px;
    color: #37404a;
    margin-top: 20px;
}

.h-btn {
    border-radius: 30px;
    background-color: #2eadf8;
    color: #fff;
    font-family: 'Poppins-SemiBold';
    font-size: 22px;
    padding: 9.5px 39px;
    margin-top: 10px;
    display: inline-block;
}

.h-btn:hover {
    color: #fff;
}

.pr-40p {
    padding-right: 40px;
}

.sec-btn {
    padding: 10px 30px;
    border-radius: 27px;
    background-color: #2c1b5d;
    font-family: 'Poppins-Light';
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
}

.sec-btn:hover {
    color: #fff;
}

.service-grid-c img {
    width: auto !important;
}



/* common css */
.mt-20p{margin-top:20px;}
.mt-50p{margin-top:50px;}
.mt-90p{margin-top:90px;}

.ml-10p{margin-left:10px;}

.pl-0p { padding-left: 0px !important;}
.p-50p {padding: 50px;}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.align-items {align-items: center;}
.bg-white {background-color: #fff!important;}

/* button hover css */

.c-btn .nav-link{padding:0px !important; border-radius: 50px; background:#1ca457;line-height: 17px;}
.btn-2:active, .btn-2:hover, .btn-2:focus {
  outline: 0!important;
  outline-offset: 0;
}
.btn-2::before,
.btn-2::after {
  position: absolute;
  content: "";
}
.btn-2 {
	position: relative;
	padding:0px !important;
	border-radius: 50px;
	text-transform: capitalize;
	border: double 2px transparent;
	/* background-image: linear-gradient(white, white), linear-gradient(to right, #ff7800, #ffad00); */
	background-origin: border-box;
	background-clip: content-box, border-box;
	padding: 0 !important;
	overflow: hidden;
}
.btn-2:hover{
	/* border: double 2px transparent; */
	/* background-image: linear-gradient(white, white), linear-gradient(to right, #e1392e, #e1392e); */
}
.c-btn .nav-link:hover, .bn-btn:hover{
    border-color:#07873f !important;
}
.bn-btn:hover{
    background-color: #1ca457 !important;
}
.btn-2 span {         
    position: relative;
    display: inline-block;
	font-family: "Poppins-Light";
    font-size: 14px;
	letter-spacing: 1px;
    color:#fff;
    top: 0; left: 0;
    width: 100%;
    padding:10px 26px !important;
    transition: 0.2s;
	border-radius: 50px;
}

.btn-2::before {
  background-color:#07873f;
  transition: 0.3s ease-out;
  border-radius: 50px;
}

.btn-2 span:hover {
  color: #fff;
  transition: 0.2s 0.1s;
}
.btn-2.hover-slide-right::before {
    top: -1px;
    bottom: 0;
    left: -1px;
    height: 104%;
    width: 0%;
    right: 0px;
}
.btn-2.hover-slide-right:hover::before {
  width: 101%;
}
.btn-2:hover img{
	filter: brightness(0) invert(1);
}


/* Report section css */

.report-sec {
    background-image: url(../content/images/codebg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
	padding-top: 120px;
	padding-bottom: 120px;
}


/* how it work section */
.how-it-work-content {
    background-image: url(../content/images/careere-svg.svg);
    padding:40px 0px 55px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.header-btn.foot-btn:hover {
    border: 2px solid transparent !important;
}

.how-it-work-content img {
    width:60px;
}

.how-it-work-content>div>div {
    padding: 25px 5px;
}

.how-it-work-content .featured-title {
    margin: 10px 0px;
}

.how-it-work-content h5 {
	font-family: 'Poppins-Medium';
    font-size: 23px;
	color: #090b19;
}
.how-it-work-content p {
    font-size: 14px;
    font-family: 'Poppins-Light';
    line-height: 24px;
}


.read-case-sec .header-btn.w-auto {
    
}

.header-btn {
    /* width: 250px; */
	/* height: 50px; */
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #000027;
    align-items: center;
    justify-content: space-evenly;
    border: double 2px transparent;
    border-radius: 44px;
    /* background-image:linear-gradient(white, white), linear-gradient(to right, #ff7800, #ffad00); */
	border:1px solid #2c1b5d;
    background-origin: border-box;
    background-clip: content-box, border-box;
	font-family: 'Poppins-Light';
	padding:10px 25px;
}
.header-btn span {
    display: inline-block;
    margin-top: -3px;
}
.header-btn:hover {
   background:#2c1b5d;
   color:#fff;
}

/* .exp-btn a:hover img{filter: grayscale(1) invert(1);} */

.exp-btn{display: inline-block;}

.meet-blk{
	background: #1ca457;
	/* border-radius:15px; */
	/* padding:20px 0px; */
	position: relative;
}
.meet-ico {
    /* position: absolute;
    left: 0;
    bottom: 0; */
    width: 190px;
}
.meet-hd {
    margin: auto;
    /* text-transform: uppercase; */
}

.help-ico{height:350px !important;}
.service-grid-c{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.grid-content{
    /* padding: 15px;
    padding-bottom: 0px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
}
.competencies-item p{
    /* padding: 15px;
    padding-bottom: 0px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
}
.competencies-item img{
    width: 80px !important;
    display: inline-block;
    margin: 0 auto;
}
.competencies-item{
    padding-inline: 40px;
}
.competencies-item p{
    padding-inline: 0px;
    /* padding-inline: 20px; */
}
.pt-70p{
    padding-top: 70px;
}
.border-gradient::before,
.border-gradient::after {
  position: absolute;
  content: "";
}
.border-gradient {
    position: relative;
    padding: 0 !important;
    border-radius: 6px;
    text-transform: capitalize;
    border: double 6px transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #9ba0de, #2e2e36);
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 0 !important;
}
.sectors-cnt {
    padding: 88px 0px;

}

.border-gradient::before {
  background-color:#e1392e;
  transition: 0.3s ease-out;
  border-radius: 50px;
}
.sectors-sec{
    padding:0px 5vw 85px ;
}
.typed-text {
    font-family: 'Poppins-Bold';
    font-size: 48px;
    line-height: 50px;
    display: inline-block;
    text-transform: uppercase;
    padding: 24px 30px;
    margin-top: 5px;
	color: #000;
}

.bxx {
    position: absolute;
    width: 9px;
    height: 9px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.tp_bx {
    position: relative;
    border: 1px dashed #000;
    margin-bottom: 35px;
    min-height: 105px;
    display: inline-block;
}

.bxx::after,
.bxx::before,
.tp_bx::after,
.tp_bx::before {
    position: absolute;
    width: 9px;
    height: 9px;
    left: 50%;
    background: #000;
    content: '';
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.tp_bx::after { bottom: -5px;}
.tp_bx::before {top: -5px;}

.bxx::before { top: -45px;}
.bxx::after {bottom: -45px;}

.bxx.lt {left: -5px;}
.bxx.rt {right: -5px;}

.sector-btn{
	font-size: 14px;
	color: #000;
	padding:10px 37px;
	border:1px solid #000;
    border-radius: 50px;
}
.sector-btn:hover{
    background-color: #1ca457 !important;
    color: #fff;
    border-color: #1ca457;
}
.carousel-indicators li{
    height: 8px !important;
    border-radius: 10px;
    border: 0px !important;
}



.service-grid-item:before {
    content: '';
    top: 100%;
    height: 0;
    right: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    background: #000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -2;
}
.service-grid-item:hover:before {
    top: 0;
    height: 100%;
}
.hover_layer {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 80%;
    opacity: 0;
    -webkit-filter: brightness(28%);
    filter: brightness(38%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-grid-item:hover .hover_layer {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.17s ease-out 0.18s;
    transition: all 0.17s ease-out 0.18s;
    z-index: -1;
}
.service-grid-item, .service-effect {
    /* box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15); */
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-grid-item:hover .service-effect  {
    transform: translateY(-8px);
}
.logo2{
    display: none;
}
.extra-bg .logo1{
    display: none;
}
.extra-bg .logo2{
    display: block;
}
.carousel-indicators{
    bottom: 70px !important;
}
.service-grid-item:hover .s-btn a{
    color: #fff !important;
}
.exp-btn{

    background-color:#fff;
    border-radius: 50px;
}
.exp-btn a{
    border: 0;
}
.exp-btn a:hover{
    color: #000;
    background-color:#d9ffe9;
    border-radius: 50px;
}
.footer-social{
    display: flex;
    gap: 8px;
}
.footer-social a {
    letter-spacing: 0px;
    border: 1px solid #808080;
    padding: 5px;
    color: var(--theme-color);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 25px;
  }
  .footer-social a i {
      font-size: 16px;
  }
  .footer-social a:hover{background:#1ca457; color:#fff;}

  .send-mes-grid{
    display: grid;
    grid-template-columns: 190px 1fr 240px;
    align-items: center;
    gap: 20px;
  }
  .send-mes-grid .large-h{
    font-size: 33px;
    line-height: 42px;
  }

  /* sri css */
  .inner_page .about_sec .container{
    padding: 0px !important;
    max-width: 1230px !important;
  }
  .contact_form_set{
    position: relative;
    top: -100px;
    background-color: #fff;
  }
  h2.contact_title {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #0a0a0a;
    font-family: 'Poppins-SemiBold';
  }
  .bg_img_set{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjgxIiBoZWlnaHQ9IjY4MSIgdmlld0JveD0iMCAwIDY4MSA2ODEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIG9wYWNpdHk9IjAuMyI+CjxwYXRoIGQ9Ik01MTAuNDc0IDM0MC41SDM0MC4yMjRMMzQwLjIyNCA1MTAuNzVINTEwLjQ3NEw1MTAuNDc0IDM0MC41WiIgZmlsbD0iI0VERjJGOCIvPgo8cGF0aCBkPSJNNjgxIDE3MC4yNUw1MTAuNzUgMTcwLjI1TDUxMC43NSAzNDAuNUg2ODFMNjgxIDE3MC4yNVoiIGZpbGw9IiNFNUVBRjEiLz4KPGcgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm11bHRpcGx5Ij4KPGNpcmNsZSBjeD0iMjU1LjM3NSIgY3k9IjQyNS42MjUiIHI9Ijg1LjEyNSIgZmlsbD0iI0VERjJGOCIvPgo8L2c+CjxnIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTptdWx0aXBseSI+CjxjaXJjbGUgY3g9IjQyNS42MjUiIGN5PSI4NS4xMjUiIHI9Ijg1LjEyNSIgZmlsbD0iI0VERjJGOCIvPgo8L2c+CjxwYXRoIGQ9Ik0xNzAuMjUgMTY4LjgzNFYzMzkuMDg0TDAgMzM5LjA4NEwxNzAuMjUgMTY4LjgzNFoiIGZpbGw9IiNFREYyRjgiLz4KPHBhdGggZD0iTTE3MC4yNSA1MTAuNzVMMzQwLjUgNTEwLjc1TDM0MC41IDY4MUwxNzAuMjUgNTEwLjc1WiIgZmlsbD0iI0U1RUFGMSIvPgo8cGF0aCBkPSJNMjU1LjM3NSAzNDAuNUMzMDIuMzg4IDM0MC41IDM0MC41IDMwMi4zODggMzQwLjUgMjU1LjM3NUMzNDAuNSAyMDguMzYyIDMwMi4zODggMTcwLjI1IDI1NS4zNzUgMTcwLjI1QzIwOC4zNjIgMTcwLjI1IDE3MC4yNSAyMDguMzYyIDE3MC4yNSAyNTUuMzc1QzE3MC4yNSAzMDIuMzg4IDIwOC4zNjIgMzQwLjUgMjU1LjM3NSAzNDAuNVoiIGZpbGw9IiNFNUVBRjEiLz4KPHBhdGggZD0iTTIyMC4yMzggMjc3LjU5OUwyNDMuNTc3IDI1NC4yNjRMMjIwLjIzOCAyMzAuOTI5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjYuODM4MjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjUwLjY3MiAyODAuNzc0SDI5MC44MTUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iNi44MzgyNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjwvZz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }

  .text_degin{
    position: relative;
    display: inline-block;
    color: #2b1a5c;
    margin-top: 15px;
  }
  
  
  .text_degin span{
    margin-left: 0px;
    transition: all 0.4s ease-in-out;
  }
  .text_degin:hover span{
    margin-left: 10px;
    transition: all 0.4s ease-in-out;
  }

  .text_degin2{
    position: relative;
    display: inline-block;
    color: #2b1a5c;
    margin-top: 15px;
  }
  .text_degin2::before{
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background-color: #2b1a5c;
    bottom: -5px;
    transition: width 0s ease;
    left:  0;
  }
  .text_degin2:hover::before{
    width: 100%;
    transition: width 0.4s ease-in-out;
  }
  .text_degin2::after{
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background-color: #2b1a5c;
    bottom: -5px;
    transition: width 0.4s ease-in-out;
    right: 0;
  }
  .text_degin2:hover::after{
    width: 100%;left: 100%; right: 0;background: transparent; transition: all 0s ease-in-out;
  }
  .text_degin2 span{
    margin-left: 0px;
    transition: all 0.4s ease-in-out;
  }
  .text_degin2:hover span{
    margin-left: 10px;
    transition: all 0.4s ease-in-out;
  }
  .small_text{
    font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #202020;
  font-family: 'Poppins-Light';
  margin-bottom: 0;
  }
  .color_2{
    color: #2b1a5c;
  }
  .contact_form_set form input,
  .contact_form_set form textarea,
  .contact_form_set form select{
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 10px !important;
    border-radius: 2px;
    outline: none;
  }
  .contact_form_set form input.sector-btn {
    font-size: 14px;
    color: #000;
    padding: 10px 37px !important;
    border: 1px solid #000;
    border-radius: 50px;
  }
  .contact_form_set form input.sector-btn:hover {
    background-color: #1ca457 !important;
    color: #fff;
    border-color: #1ca457;
  }
 img.img_set {
    margin-right: 5px;
    width: 30px;
  }

  .about_sec p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #202020;
    font-family: 'Poppins-Light';
  }
  .copyright_set{
    font-size: 14px;
  }




  h5.serv_head {
    font-family: 'Poppins-Medium';
    font-size: 23px;
    color: #090b19;
  }

  /*  */

 .inner_tabs_set{
    display: flex;
 }
 .inner_tabs_set ul li a{
    border: none;
    color: #111;
    background-color: #fff;
    border-left: 1px solid #cddae5;
    border-radius: 0 !important ;
    font-size: 17px;
    font-family: 'Poppins-Light';
    line-height: 38px;
    margin-left: 50px;
    padding-left: 30px;
 }
 .inner_tabs_set .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    /* color: red; */
    color: #000;
    background-color: #fff;
    border-left: 8px solid #1ca457;
    padding-left: 23px;
  }

  /*  */
  .section1 {
    position: relative;
    margin-top: 30px;
  }
  .indus-bg {
    background-size: cover;
    background-position: center;
    height: 400px;
    /* background-attachment: fixed; */
    position: relative;
    border-radius: 5px;
    padding: 40px;
    display: grid;
    align-items: end;
  }
  .indus-bg1 {
    background-image: url("../content/images/indus1.jpg");
  }
  .indus-bg2 {
    background-image: url("../content/images/technology.webp");
  }
  .indus-bg3 {
    background-image: url("../content/images/transportation.jpg");
  }
  .indus-bg4 {
    background-image: url("../content/images/retail.jpg");
  }
  .indus-bg5 {
    background-image: url("../content/images/manufacturing.jpg");
  }
  .indus-bg6 {
    background-image: url("../content/images/finance.jpg");
  }
  

  .trend-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    background: linear-gradient(180deg, rgb(0 0 0 / 5%) 46%, rgb(0 0 0 / 81%) 75%, rgb(0 0 0) 100%);
    background: linear-gradient(180deg, rgb(0 0 0 / 4%) 0%, rgb(0 0 0 / 86%) 100%, rgb(0 0 0) 100%);
    border-radius: 5px;
  }
  .indus-bancontent h5 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
  }
  .indus-bancontent p {
    color: #fff;
  }

  label.error{
    color: red;
    font-size: 13px;
  }

  .service-grid-c.ss_set {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }
  .min_height_set{
    min-height: 410px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .ss_btn{
    color: #000 !important;
    border-color: #111 !important;
  }
  .bn-btn.ss_btn:hover {
    color: #fff !important;
  }
 .abt-sec p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #202020;
    font-family: 'Poppins-Light';
  }
  .client-item{
    border: 1px solid #e0dcdc;
    background-color: #fff;
  }
  .client-item img{
    height: 130px;
    object-fit: contain;
  }
  .client_sec_set {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    width: 100%;
  }
  .client_sec_set .client_set_s{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    transition: all 0.3s linear;
  }
  .client_sec_set .client_set_s:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    transition: all 0.3s linear;
  }
  .job-portal-blk {
    /* border: 1px solid #ddd; */
    margin-bottom: 15px;
    /* padding: 20px; */
  }
  .portal-hd {
    /* background-color: #f8f8f8; */
    padding: 50px;
    box-shadow: 0 0.11rem 0.9rem rgba(0, 0, 0, .12);
    background:#fff;
    border-radius:12px;
  }
  .portal-cont {
    padding: 12px 25px 35px 25px;
  }
  .portal-name {
    font-size: 30px;
    color: #000048;
    font-family: 'Poppins-Medium';
    margin-bottom: 14px;
  }
  .portal-hd ul {
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
  }
  .portal-hd ul li {
    margin-right: 30px;
  }
  .portal-cont-title {
    font-size: 18px;
    letter-spacing: 0.35px;
    color: #232425;
    font-family: 'Poppins-Medium';
  }
  ul.respon-li {
    padding-left: 20px;
    font-size: 14px;
  }
  .respon-li li {
    margin-top: 10px;
  }
  .respon-li li::before {
    content: '';
    border-radius: 50%;
    height: 5px;
    width: 5px;
    margin-right: 13px;
    background-color: #7e8185;
    margin-left: -18px;
    display: inline-block;
    margin-top: -12px;
    transform: translateY(-2px);
  }
  .staff-btn {
    font-size: 16px;
    color: #141313;
    background: transparent;
    border: 1px solid #1ca457;
    padding: 10px 29px;
  }
  
.btn-hover::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 1s cubic-bezier(.075, .82, .165, 1);
    transform-origin: center right;
    background-color: #1ca457;
    z-index: -1;
  }
  .btn-hover:hover::before {
    transform: scaleX(1);
    transform-origin: center left;
    z-index: -1;
  }
  .btn-hover {
    overflow: hidden;
    position: relative;
    z-index: 10;
  }
  .btn-hover:hover {
    color: #fff;
  }


  .owl-carousel .owl-item img {
    /* width: 100%; */
    width:60px !important;
    height:60px !important;
     display: block;
    object-fit:cover;
    object-position:center;
}
.service-grid-item{
    text-align:left;
    /* height:100%; */
    
}
  .s-btn a{
    border-radius:50px;
    
  }
  .owl-carousel .owl-item .s-btn img{
    width: 30px !important;
    height: 30px !important;
  }
  .gp-tp{
    padding:150px 0px;
  }

    /* .navbar a:hover, .navbar li.active>a, .navbar li:hover a {
        color: #1ca457;
    } */
    /* .extra-bg .navbar a:hover, .navbar li.active>a{
        color: #1ca457 !important;
    } */
    .navbar li.active>a{
        color:#1ca457 !important;
    }
    .extra-bg .navbar .dropdown-menu a:hover{
        color:#fff !important;
    }
    
    .dropdown-item.active, .dropdown-item:active {
        color: #fff !important;
        text-decoration: none;
        background-color: #1ca457 !important;
    }
    .inner-sec-gp{
        padding:130px 0px;
    }
    .client-carousel .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding-top:20px;
      }
     .client-carousel .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 30px;
        border: 2px solid #1ca457a6 !important;
      }
  .portal-hd a{
    color:#1ca457;
  }
  .portal-hd a:hover{
    color:#07873f;
  }
  .career-btn-tp{
    margin-top:12px;
  }
  .careers-image img{
    max-width:420px;
    object-fit:cover;
    object-position:center;
  }
  .careers-image{
    text-align:end;
  }
 .extra-bg .dropdown-item:hover{
    color:#fff !important;
  }


  .client-carousel .owl-dot.active {background-color: #1ca457;}
  .sec__inner{padding-block: 50px;}
/* about page  */
.vision-box {
    border-radius: 3px;
    padding: 30px;
    box-shadow: 0 0.11rem 0.9rem rgba(0, 0, 0, .12);
    background: #fff;
    margin-top: 0px;
    height: 100%;
}
.vision-hd h5 {
    font-size: 26px;
    color: #18181a;
    font-family: 'Poppins-Medium';
    margin-bottom: 15px;
}
.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-list li {
    display: flex;
    align-items: flex-start; /* Aligns text properly */
    gap: 10px;
    margin-bottom: 8px;
    font-size: 16px;
}
.custom-list li img {
    width: 20px;
    height: 20px;
}
.custom-list li p {
    margin: 0;
    line-height: 1.5; /* Ensures good readability */
    font-size: 16px;
    color: #333;
}





.custom-list li div {
    display: flex;
    flex-direction: column;
}

.list-title {
    font-weight: bold;
    font-size: 16px;
    color: #18181a;
}

.custom-list li p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #555;
}
.vision-icon img {
    position: absolute;
    top: -10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    right: 10px;
    object-fit: contain;
  }
  .inner_tabs_set > div.row {
    align-items: flex-start !important;
  }