@font-face {
    font-family: 'RedHatDisplay-Regular';
    src: url('../fonts/RedHatDisplay-Regular.ttf') format('truetype'), url('../fonts/RedHatDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RedHatDisplay-Medium';
    src: url('../fonts/RedHatDisplay-Medium.ttf') format('truetype'), url('../fonts/RedHatDisplay-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RedHatDisplay-Bold';
    src: url('../fonts/RedHatDisplay-Bold.ttf') format('truetype'), url('../fonts/RedHatDisplay-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Architex';
    src: url('../fonts/Architex.ttf') format('truetype'), url('../fonts/Architex.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    padding-top: 93px;
    font-family: 'RedHatDisplay-Regular';
    overflow-x: hidden;
}
html,body {
    
    overflow-x: hidden;
}

.logo {
    height: 70px;
}

.navbar-brand {
    text-align: center;
}

.navbar-brand span {
    display: block;
    color: #000;
    margin-top: 2px;
    font-size: 23px;
    font-family: 'Architex';
    letter-spacing: 3px;
    font-weight: 600;
}

header {
    background: #f8f8f8;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 999;
    box-shadow: 0px 2px 30px rgb(226 226 226 / 50%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #fff;
}

.fixed-header .logo {
    height: 60px;
}

.fixed-header .navbar-brand span {
    font-size: 16px;
    letter-spacing: 2px;
}

.nav-link {
    font-family: 'RedHatDisplay-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #15273d;
    margin: 0px 12px;
}

.nav-link:hover {
    color: #0098da;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .nav-item .nav-link.active {
    color: #faa831;
    background: transparent;
}

.contactBtn {
    background: rgb(0, 152, 218);
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: rgb(255, 255, 255);
    border: 1.5px solid rgb(0 152 218);
    box-shadow: rgb(0 152 218 / 20%) 0px 10px 25px;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    padding: 11px 15px !important;
}

.contactBtn:hover, .contactBtn:active {
    color: #5dc488;
    border: 1.5px solid #5dc488;
    box-shadow: rgb(93 196 136 / 20%) 0px 10px 25px;
    background-color: #fff;
}
.navbar-toggler {
    position: relative;
    z-index: 99;
}

.side-menu {
    width: 300px;
    height: 100vh;
    background-color: #000;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 999;
    padding: 30px;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
}

.viewMenu {
    position: absolute;
    right: 0;
}

.close-btn button {
    background: transparent;
    border: none;
    color: #fff;
    font-weight: 200;
    font-size: 24px;
}

.close-btn button:focus {
    outline: none;
}

.side-menu-contant ul {
    padding: 0;
}

.side-menu-contant ul li {
    list-style: none;
    color: #fff;
    margin-bottom: 8px;
}

.side-menu-contant ul li a {
    color: #fff;
    font-size: 15px;
}

.side-menu-contant .contactBtn {
    text-align: center;
}

.home-banner {
    background: #f8f8f8;
    padding-top: 70px;
    position: relative;
}

.bannerText {
    margin-top: 40px;
    padding-left: 0px;
    font-family: 'RedHatDisplay-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    line-height: 88px;
    letter-spacing: 0.01em;
    color: #070346;
    z-index: 9;
    position: relative;
}

.bannerText span {
    color: #0098da;
}

.bannerText small {
    font-size: 60%;
    position: relative;
    top: -20px;
}

.home-banner {
    position: relative;
}

.bIcon1,
.bIcon2,
.bIcon3 {
    position: absolute;
    z-index: 9;
}

.bIcon1 {
    position: absolute;
    bottom: 12%;
    left: 20%;
}

.bIcon2 {
    position: absolute;
    top: 20%;
    left: 35%;
}

.bIcon3 {
    position: absolute;
    top: 22%;
    right: 18%;
}

.ellipseOne {
    position: absolute;
    bottom: 30px;
    left: 7%;
}

.img_one__moc {
    -webkit-animation: 4s ease-in-out infinite alternate ImgBounce;
    animation: 4s ease-in-out infinite alternate ImgBounce;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.dance1,
.dance2 {
    -webkit-animation: hero-triangle-2 5s linear 0s infinite alternate;
    animation: hero-triangle-2 5s linear 0s infinite alternate;
}

.dance3 {
    -webkit-animation: services-circle-1 4s linear 0s infinite alternate;
    animation: services-circle-1 4s linear 0s infinite alternate;
}

.explore-services {
    text-align: center;
    padding: 80px 0;
    position: relative;
}

.ellipseTwo,
.ellipseThree {
    position: absolute;
}

.ellipseTwo {
    bottom: -100px;
    left: -100px;
}

.ellipseThree {
    top: -100px;
    right: 0;
}

.explore-services .container {
    position: relative;
}

.expicon1,
.expicon2,
.expicon3,
.expicon4,
.expicon5 {
    position: absolute;
    -webkit-animation: zoom-fade 2s infinite linear;
    animation: zoom-fade 2s infinite linear;
}

.expicon1 {
    top: -20px;
    left: 16%;
}

.expicon2 {
    top: -30px;
    right: 22%;
}

.expicon3 {
    bottom: 0px;
    right: 30%;
}

.expicon4 {
    top: -50px;
    right: 52%;
}

.expicon5 {
    bottom: 30px;
    left: 27%;
}

.sectionTitle {
    margin-bottom: 12px;
    font-family: 'RedHatDisplay-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
}

.explore-services p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #525260;
}

.serviceBtn {
    height: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 46px;
    padding: 0px 40px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: inline-block;
    background: #383A49;
    border: 2px solid #585858;
    box-sizing: border-box;
    border-radius: 8px;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.serviceBtn:hover {
    background: transparent;
    color: #585858;
    text-decoration: none;
}

.working-steps {
    padding: 80px 0;
    background: linear-gradient(162.47deg, rgba(226, 242, 244, 0.72) 5.35%, rgba(251, 240, 240, 0.63) 96.03%);
}

.working-steps .sectionTitle {
    margin-bottom: 34px;
}

.glassCard {
    padding: 34px;
    margin-bottom: 30px;
    background: url(../images/glossery-bg.png), linear-gradient(102.2deg, rgba(255, 255, 255, 0.2) -0.81%, rgba(255, 255, 255, 0) 96.47%);
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.1));
    backdrop-filter: blur(50px);
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 4px 50px rgb(0 0 0 / 10%);
    border: 1.5px solid #fff;
    position: relative;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.glassCard:hover {
    border-color: #faa831;
    box-shadow: 0px 15px 30px rgb(254 209 141 / 30%);
}

.textSteps h3 {
    font-family: 'RedHatDisplay-Bold';
    font-style: normal;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #000000;
}

.textSteps p {
    font-family: 'RedHatDisplay-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #525260;
}

.reverse-row {
    flex-direction: row-reverse;
}

.effectBox {
    width: 90px;
    height: 90px;
    background: radial-gradient(81.25% 81.25% at 67.32% 18.75%, rgba(255, 210, 86, 0.548) 0%, hsla(38, 73%, 56%, 0.61) 100%);
    filter: blur(50px);
    transform: rotate(163.45deg);
    position: absolute;
    bottom: 30px;
    right: 15%;
    -webkit-animation: zoom-fade 3s infinite linear;
    animation: zoom-fade 3s infinite linear;
}

.stepIcon {
    position: absolute;
    bottom: 50px;
    right: 13%;
}

.effectBox2 {
    left: 35%;
    bottom: 8%;
}

.stepIcon2 {
    position: absolute;
    bottom: 13%;
    left: 35%;
}

.effectBox3 {
    right: 27%;
    bottom: 10%;
}

.stepIcon3 {
    position: absolute;
    bottom: 13%;
    right: 25%;
}

.effectBox4 {
    left: 35%;
    bottom: 8%;
}

.stepIcon4 {
    position: absolute;
    bottom: 13%;
    left: 32%;
}

.brandsServiceSection {
    padding: 80px 0;
    background: linear-gradient(165.22deg, rgba(250, 231, 222, 0.36) 0%, rgba(255, 255, 255, 0.8) 63.6%);
    position: relative;
}

.ellipseFive {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    text-align: center;
}

.logoRow {
    margin-top: 60px;
    align-items: center;
    justify-content: center;
}

.logoRow div {
    padding: 20px 50px;
}

.logoRow img {
    height: 100px;
    object-fit: contain;
    filter: grayscale(100%);
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.logoRow img:hover {
    filter: grayscale(0%);
}

.ourService {
    padding-top: 60px;
}

.ourService .serviceText small {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #EE8F01;
}

.ourService .serviceText h3 {
    font-family: 'RedHatDisplay-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 46px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-top: 15px;
}

.ourService .glassCard h4 {
    font-family: 'RedHatDisplay-Medium';
    margin-top: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #000000;
}

.ourService .glassCard:hover {
    border-color: #EE8F01;
    box-shadow: 0px 15px 30px rgb(254 209 141 / 30%);
}

.ellipseSix {
    position: absolute;
    bottom: -18%;
    left: -12%;
}

.testimonialSection {
    padding: 30px 0;
    background: linear-gradient(162.47deg, rgba(251, 240, 240, 0.63) 5.35%, rgba(226, 242, 244, 0.72) 97.06%);
    ;
}

.testimonialRow {
    margin-top: 50px;
}

.testimonialRow .glassCard {
    border-radius: 0px 0px 0px 120px;
    padding: 40px 80px;
}

.testimonial-slider p {
    font-family: 'RedHatDisplay-Regular';
    text-align: justify;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin: 6px 0;
}

.comma-bottom {
    transform: rotate(180deg);
    display: inline-block;
}

.userDtls {
    margin-top: 15px;
    margin-bottom: 10px;
}

.testimonial-slider h4 {
    font-family: 'RedHatDisplay-Medium';
    font-size: 15px;
}

.slick-dots {
    text-align: left;
    bottom: -30px;
}

.slick-dots li button:before {
    font-size: 18px;
    color: #5dc488;
}

.slick-dots li.slick-active button:before {
    color: #5dc488;
}

.subsubscribeBox {
    margin-top: 80px;
    margin-bottom: 80px;
}

.subsubscribeBox .glassCard {
    padding: 80px 50px;
    position: relative;
}

.subsubscribeBox .glassCard h3 {
    font-family: 'RedHatDisplay-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
}

.single-subscribe-wrap input {
    width: 35%;
    height: 45px;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.single-subscribe-wrap input:focus-visible {
    outline: none;
}

.single-subscribe-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.btn-subscribe {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1px;
    color: #FFFFFF;
    background: #5dc488;
    box-shadow: 0px 15px 30px rgba(251, 168, 30, 0.3);
    border-radius: 8px;
    padding: 11px 40px;
    margin-left: 16px;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    position: relative;
    z-index: 9;
}

.btn-subscribe:hover {
    color: #5dc488;
    border: 1.5px solid #5dc488;
    background-color: #fff;
}

.sendBtn {
    position: absolute;
    right: 23%;
    top: -7%;
}

.b-shapeOne,
.b-shapeTwo {
    position: absolute;
}

.b-shapeOne {
    top: 30px;
    left: 30px;
}

.b-shapeTwo {
    bottom: 30px;
    right: 30px;
}

footer {
    padding: 50px 0px 30px;
    position: relative;
}

.paddingLeft {
    padding-left: 50px;
}

.ellipseSaven {
    position: absolute;
    top: 0;
    left: -5%;
}

.ellipseEight {
    position: absolute;
    bottom: -30px;
    right: 0;
}

.widget {
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
}

.widget p {
    margin: 20px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #666666;
}

.widget h4 {
    font-family: 'RedHatDisplay-Medium';
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 20px;
}

.widget ul {
    padding: 0;
}

.widget ul li {
    list-style: none;
    line-height: 36px;
}

.widget ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #111;
}

.widget ul li a i {
    margin-left: 5px;
}

.widget ul li a:hover {
    text-decoration: none;
    color: #EE8F01;
}

.footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #47a26d;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    margin-right: 25px;
}
.footer-social a:nth-child(2) {
    background: #47a26d;
}
.footer-social a:nth-child(3) {
    background: #faa831;
}

.footer-social a i {
    color: #ffffff;
    font-size: 18px;
}
.footer-social a svg {
    color: #5dc488;
    width: 18px;
}

/* .footer-social a:hover {
    background-color: #5dc488;
} */

.footer-social a:hover i {
    color: #FFFFFF;
}
.footer-social a img {
    width: 18px;
}
.footer-social a:hover img{
    filter: brightness(0) invert(1);
}
.footer-social a:hover svg{
    filter: brightness(0) invert(1);
}

.copyRight p {
    margin: 0;
    padding: 40px 10px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #111;
    font-weight: 600;
    border-top: 1px solid #F3F3F3;
}

/* +++++++ === About Page Style === +++++++ */

.innerPageBanner small {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.15em;
    color: #5dc488;
    position: relative;
}

.innerPageBanner small::after {
    content: '';
    width: 40px;
    height: 1.5px;
    background: #5dc488;
    position: absolute;
    right: -50px;
    top: 50%;
}

.innerPageBanner h4 {
    font-family: 'RedHatDisplay-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 20px;
}

.innerPageBanner p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #525260;
}

.workflowImg {
    margin-top: 0px;
}

.futureMain span {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
}

.futureMain span:last-child {
    padding-right: 0;
}

.future-section .sectionTitle {
    margin-bottom: 21px;
}

.future-section p {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #525260;
}

.futureMain .textSteps h3 {
    margin-bottom: 10px;
}

.colorBox {
    width: 50px;
    height: 50px;
    background: rgba(238, 143, 1, 0.3);
    border-radius: 50px;
}

.solution-section {
    padding-top: 100px;
    padding-bottom: 130px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(250, 231, 222, 0.36) 69.02%);
    position: relative;
}

.solutionCenter {
    margin-top: 80px;
}

.solution-section .ellipseSolution {
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
}

.solution-section .ellipseSolution2 {
    position: absolute;
    right: -12%;
    top: -40px;
}

.solution-section h2 {
    margin-bottom: 40px;
    font-family: 'RedHatDisplay-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
    position: relative;
    z-index: 9;
}

.connectBtn {
    padding: 11px 30px !important;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    z-index: 9;
}

.connectBtn:hover {
    text-decoration: none;
}

.technologyLogo {
    z-index: 9;
    position: relative;
    min-height: 370px;
}

.technologyLogo div {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    position: absolute;
}

.technologyLogo div {
    -webkit-animation: zoom-fade 2s infinite linear;
    animation: zoom-fade 2s infinite linear;
}

.technologyLogo .t1 {
    top: -10px;
    right: 70px;
}

.technologyLogo .t2 {
    left: 40px;
    top: 50px;
}

.technologyLogo .t3 {
    left: 0px;
    top: 180px;
}

.technologyLogo .t4 {
    left: 150px;
    top: 170px;
}

.technologyLogo .t5 {
    left: 40px;
    bottom: 0px;
}

.technologyLogo .t6 {
    left: 180px;
    bottom: -30px;
}

.technologyLogoRight {
    transform: rotate(180deg);
}

.technologyLogoRight div img {
    transform: rotate(180deg);
}


/* +++++++ === Service Page Style === +++++++ */

.service-description {
    padding: 100px 0;
    background: linear-gradient(160.7deg, rgb(251 240 240 / 70%) 17.07%, rgba(226, 242, 244, 0.52) 80.86%);
}

.service-row {
    margin-bottom: 50px;
    align-items: center;
    position: relative;
}

.row-reverse {
    flex-direction: row-reverse;
}

.service-text {
    position: relative;
}

.service-text h4 {
    font-family: 'RedHatDisplay-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 15px;
}

.service-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #525260;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
}

.service-text p b {
    font-family: 'RedHatDisplay-Bold';
}

.service-text ul {
    padding: 0;
    margin: 0;
}

.service-text ul li {
    list-style: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #525260;
}

.serviceEp1,
.serviceEp2,
.serviceEp3,
.serviceEp4,
.serviceEp5,
.serviceEp6,
.serviceEp7 {
    position: absolute;
    top: -80px;
    right: -50px;
}

.serviceEp3 {
    top: -150px;
}

.serviceEp6 {
    right: auto;
    left: -100px;
    top: -120px;
}


/* +++++++ === Contact Page Style === +++++++ */

.contact-section {
    padding: 100px 0;
    background: linear-gradient(179deg, rgb(251 240 240 / 70%) 17.07%, rgba(226, 242, 244, 0.52) 80.86%);
    position: relative;
}

.contact-section .sectionTitle {
    margin-bottom: 60px;
}

.contact-details {
    margin-bottom: 30px;
}

.contact-details h5 {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #000000;
}

.contact-details p,
.contact-details a {
    text-decoration: none;
    margin-bottom: 10px;
    font-style: normal;
    font-size: 17px;
    letter-spacing: 0.03em;
    color: #494949
}

.contact-details b {
    color: #000;
}

.form-control {
    height: 50px;
    padding-left: 20px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 6px;
}

.contactForm .submitBtn {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.mt-30 {
    margin-top: 30px;
}

.ellipseCnt {
    position: absolute;
    top: -10%;
    left: 25%;
    margin: auto;
}

.contactForm {
    margin-bottom: 30px;
}

.ipbEo {
    bottom: 30px;
    left: 18%;
}

.ipbEo svg {
    width: 410px;
}


/* +++++++ === Careers Page Style === +++++++ */

.careerText {
    position: relative;
    z-index: 9;
}

.openingBtn {
    display: inline-block;
    margin-top: 20px;
    padding: 13px 26px !important;
    letter-spacing: 0.5px;
}

.openingBtn:hover {
    text-decoration: none;
}

.gImg01 {
    width: 100%;
    margin-bottom: 30px;
    filter: grayscale(100%);
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.gImg01:hover {
    filter: grayscale(0%);
}

.hrRow {
    margin: 50px 0px 70px;
    background-color: #9A9A9A;
    width: 100%;
    height: 1px;
    position: relative;
}

.hrRow::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 10px;
    background-color: #EE8F01;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
}

.current-opening {
    padding-top: 100px;
    position: relative;
}

.current-opening .glassCard {
    min-height: 212px;
}

.current-opening h2 {
    position: relative;
    z-index: 9;
    font-family: 'RedHatDisplay-Bold';
    margin-bottom: 45px;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 50px;
    letter-spacing: 0.02em;
    color: #000000;
}

.current-opening h2 span {
    color: #5dc488;
}

.date {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #9C9C9C;
    margin-bottom: 20px;
}

.openingTitle {
    font-family: 'RedHatDisplay-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 15px;
}

.skill {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #747373;
}

.experience {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #747373;
    margin-bottom: 10px;
}

.location {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #000;
    margin-top: 20px;
}

.ellipseOpening {
    position: absolute;
    top: -25%;
    left: 30%;
}

.modelBtn {
    color: #EE8F01;
}

.modal-open{
    padding-right: 0 !important;
}

.imageGalleryModel .modal-dialog{
    max-width: 95%;
    margin: 30px auto;
    width: 100%;
}

.modelTitle{
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 20px 0px;
    text-align: center;
}

.imageGalleryModel h4{
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #000;
    font-weight: 600;
    margin: 0px 0px 30px 0px;
}

.imageGalleryModel h4 span{
    color: #EE8F01;
    border-bottom: 1px solid #ee8f01;
}

.imageGalleryModel img{
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 30px;
}


/* +++++++ === Media Style === +++++++ */

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px;
    }
}

@media (min-width:768px) and (max-width: 1024px) {
    .nav-link {
        line-height: 30px;
    }
    .bannerText {
        padding-left: 0;
        font-size: 46px;
        line-height: 50px;
        z-index: 9;
        position: relative;
    }
    .bannerText small {
        top: -8px;
    }
    .heroImg {
        position: relative;
        z-index: 99;
    }
    .sectionTitle {
        position: relative;
        z-index: 9;
    }
    .ourService .serviceText h3 {
        font-size: 17px;
        line-height: 32px;
    }
    .ourService {
        padding-top: 10px;
    }
    .ourService .serviceText h3 br {
        display: none;
    }
    .ourService .glassCard {
        border-radius: 16px;
        padding: 20px 10px;
        position: relative;
        z-index: 9;
    }
    .ourService .glassCard h4 {
        font-size: 16px;
    }
    .ourService .glassCard img {
        height: 110px;
        object-fit: contain;
    }
    .subsubscribeBox .glassCard h3 {
        font-size: 22px;
        line-height: 40px;
    }
    .single-subscribe-wrap input {
        width: 50%;
    }
    .workingStapBox .effectBox {
        bottom: -10px;
    }
    .stepIcon {
        bottom: 10px;
    }
    .stepIcon2,
    .effectBox2 {
        bottom: 2%;
    }
    .stepIcon3,
    .effectBox3,
    .stepIcon4,
    .effectBox4 {
        bottom: 3%;
    }
    .ellipseSix {
        bottom: -10%;
        left: -45%;
    }
    .paddingLeft {
        padding-left: 5px;
    }
    .current-opening h2 {
        font-size: 22px;
        line-height: 36px;
    }
}

@media (max-width: 480px) {
    body {
        padding-top: 0;
    }
    .fixed-top {
        position: relative;
    }
    .nav-link {
        line-height: 30px;
    }
    .home-banner {
        padding-top: 30px;
    }
    .bannerText {
        padding-left: 0;
        font-size: 30px;
        line-height: 40px;
        z-index: 9;
        position: relative;
        margin-bottom: 40px;
        margin-top: 0px;
    }
    .bannerText small {
        top: -8px;
    }
    .heroImg {
        position: relative;
        z-index: 99;
    }
    .ellipseOne {
        bottom: -30px;
        left: 10%;
    }
    .sectionTitle {
        font-size: 23px;
        line-height: 34px;
    }
    .ourService {
        padding-top: 0;
    }
    .ourService .serviceText h3 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .solutionCenter {
        margin-top: 0px;
    }
    .team-profile h4 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .glassCard {
        padding: 30px;
    }
    .glassCard img {
        margin-bottom: 30px;
    }
    .logoRow {
        margin-top: 30px;
    }
    .logoRow div {
        padding: 20px;
    }
    .logoRow img {
        height: 70px;
    }
    .working-steps {
        padding-bottom: 0;
    }
    .subsubscribeBox .glassCard {
        padding: 80px 10px;
    }
    .subsubscribeBox .glassCard h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .subsubscribeBox .glassCard h3 br {
        display: none;
    }
    .single-subscribe-wrap {
        flex-wrap: wrap;
    }
    .single-subscribe-wrap input {
        width: 100%;
    }
    .btn-subscribe {
        margin-top: 15px;
        height: 45px;
    }
    .expicon1,
    .expicon2,
    .expicon3,
    .expicon4,
    .expicon5 {
        width: 35px;
    }
    .expicon1 {
        top: -40px;
        left: 5%;
    }
    .expicon2 {
        top: -50px;
        right: 5%;
    }
    .expicon3 {
        bottom: -40px;
        right: 30px;
    }
    .expicon4 {
        top: -50px;
        right: 52%;
    }
    .expicon5 {
        bottom: -30px;
        left: 8%;
    }
    .workingStapBox {
        display: none;
    }
    .paddingLeft {
        padding-left: 0px;
    }
    .ipbEo {
        left: 0px;
        bottom: 100px;
    }
    .ellipseOne.ipbEo svg {
        width: 310px;
        height: 310px;
    }
    .colorBox {
        width: 35px;
        height: 35px;
    }
    .innerPageBanner h4 {
        font-size: 16px;
        line-height: 28px;
    }
    .innerPageBanner p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 50px;
    }
    .workflowImg {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .textSteps h3 {
        font-size: 18px;
    }
    .futureMain span {
        padding-right: 12px;
    }
    .future-section p {
        font-size: 14px;
        line-height: 23px;
    }
    .future-section p br {
        display: none;
    }
    .solution-section h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .current-opening h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .current-opening h2 br {
        display: none;
    }
    .solution-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .solution-section .ellipseSolution {
        top: 200px;
    }
    .solution-section .ellipseSolution2 {
        position: absolute;
        top: 0;
        right: -140px;
    }
    .technologyLogo .t1 {
        top: 10px;
        right: 80px;
    }
    .technologyLogo .t2 {
        left: 40px;
        top: 30px;
    }
    .technologyLogo .t3 {
        left: 0px;
        top: 180px;
    }
    .technologyLogo .t4 {
        left: auto;
        top: 130px;
        right: 10px;
    }
    .technologyLogo .t5 {
        left: 120px;
        bottom: unset;
        top: 130px;
    }
    .technologyLogo .t6 {
        left: 180px;
        bottom: 60px;
    }
    .banner-row {
        flex-direction: column-reverse;
        padding-top: 20px;
    }
    .service-row img {
        margin-bottom: 40px;
    }
    .openingBtn {
        margin-bottom: 50px;
    }
    .ellipseOpening {
        top: -13%;
        left: 0%;
    }
    .ellipseOpening svg {
        width: 300px !important;
    }
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes ImgBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes ImgBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes hero-triangle-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes services-circle-1 {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.cursor {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid black;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 99999;
}

.cursor2 {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: black;
    opacity: .3;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .3s, height .3s, opacity .3s;
}

.hover {
    background-color: #5dc488;
    opacity: 0.5;
}

.cursorinnerhover {
    width: 30px;
    height: 30px;
    opacity: 1;
}

.modal-body p {
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
}

.modal-header {
    background-color: #5dc488;
}

.modal-title {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.8px;
}

.modelBtn {
    border: none;
    background: transparent;
    padding: 0;
}

.modal-footer {
    display: block;
    text-align: center;
    background: #353535;
    color: #fff;
}

.modal-footer a {
    color: #EE8F01;
}

.photoGallery img {
    margin-bottom: 20px;
    border-radius: 10px;
}

.galleryTag {
    text-align: center;
    padding: 12px 5px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.2px;
    border-radius: 10px;
    color: #fff;
    background: #5dc488;
    box-shadow: 0px 0px 20px rgb(93 196 136 / 35%);
}

.event-gallery{
    margin-bottom: 30px;
}

.event-inner {
    padding: 25px;
    border-radius: 0px 100px 0px 0px;
    background: url(../images/glossery-bg.png), linear-gradient(102.2deg, rgba(255, 255, 255, 0.2) -0.81%, rgba(255, 255, 255, 0) 96.47%);
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.1));
    backdrop-filter: blur(50px);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 4px 50px rgb(0 0 0 / 10%);
    border: 1.5px solid #fff;
    position: relative;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.event-inner:hover{
    border-color: #faa831;
    box-shadow: 0px 15px 30px rgb(254 209 141 / 30%);
}

.event-inner img{
    border-radius: 0px 80px 0px 0px;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.event-gallery h4 {
    margin: 20px 0px;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: 0.4px;
}

.event-gallery a{
    color: #000;
}

.event-gallery a:hover{
    color: #EE8F01;
    text-decoration: none;
}

.pageTitle {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 50px;
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
}

.pageTitle span {
    color: #EE8F01;
}

.pageTitle::after {
    content: '';
    width: 60px;
    height: 1.5px;
    background: #faa831;
    position: absolute;
    right: -70px;
    top: 50%;
}
.widget ul li i {
    font-size: 18px;
    margin-right: 10px;
    color: #1d2a3f;
}
.footer-logo {
    width: 50%;
}
.custom-height {
    height: 309px;
    object-fit: cover;
}
.funplex-height {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.funplex-height-1,.funplex-height-2 {
    height: 272px;
    object-fit: cover;
}
.funplex-height-3 {
    height: 307px;
    object-fit: cover;
}

.team-profile h4{
    font-weight: 600;
    margin-bottom: 15px;
}

.team-profile p{
    margin-bottom: 0px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }

   
}

@media (max-width: 480px) {
    header{
        position: relative;
    }
    .service-description{
        padding: 50px 0px;
    }
   
}