@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.eot');
    src: url('../fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nunito-Regular.woff2') format('woff2'),
        url('../fonts/Nunito-Regular.woff') format('woff'),
        url('../fonts/Nunito-Regular.ttf') format('truetype'),
        url('../fonts/Nunito-Regular.svg#Nunito-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Medium.eot');
    src: url('../fonts/Nunito-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nunito-Medium.woff2') format('woff2'),
        url('../fonts/Nunito-Medium.woff') format('woff'),
        url('../fonts/Nunito-Medium.ttf') format('truetype'),
        url('../fonts/Nunito-Medium.svg#Nunito-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Bold.eot');
    src: url('../fonts/Nunito-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nunito-Bold.woff2') format('woff2'),
        url('../fonts/Nunito-Bold.woff') format('woff'),
        url('../fonts/Nunito-Bold.ttf') format('truetype'),
        url('../fonts/Nunito-Bold.svg#Nunito-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('..//fonts/Poppins-Light.eot');
    src: url('..//fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('..//fonts/Poppins-Light.woff2') format('woff2'),
        url('..//fonts/Poppins-Light.woff') format('woff'),
        url('..//fonts/Poppins-Light.ttf') format('truetype'),
        url('..//fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('..//fonts/Poppins-Bold.eot');
    src: url('..//fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('..//fonts/Poppins-Bold.woff2') format('woff2'),
        url('..//fonts/Poppins-Bold.woff') format('woff'),
        url('..//fonts/Poppins-Bold.ttf') format('truetype'),
        url('..//fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('..//fonts/Poppins-Medium.eot');
    src: url('..//fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('..//fonts/Poppins-Medium.woff2') format('woff2'),
        url('..//fonts/Poppins-Medium.woff') format('woff'),
        url('..//fonts/Poppins-Medium.ttf') format('truetype'),
        url('..//fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.eot');
    src: url('../fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff'),
        url('../fonts/Poppins-Thin.ttf') format('truetype'),
        url('../fonts/Poppins-Thin.svg#Poppins-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* #region -------------Default----------------------*/
body {
    font-size: 15px;
    font-family: 'Poppins',Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.7;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}
button {
    text-decoration: none;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}
button:focus, input:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style-type: none;
    padding-left: 0;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

input {
    border: none;
    outline: none;
    line-height: normal;
    width: 100%;
}
textarea {
    border: none;
    outline: none;
    line-height: normal;
    width: 100%;
}
* :focus {
    outline: 0 !important;
    /* border:0 none !important; */
    box-shadow: none !important;
}
.error{
    font-size: 11px;
    color: red;
}
.hide{
    display: none;
}
.bold{
    font-weight: bold;
}
.btn{
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins',Arial, Helvetica, sans-serif;
    /* opacity: 0;
    animation-name: btn;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    transition-property: all;
    transition-duration: 1s; */
    z-index: 1;
    position: relative;
}
.btn-red{
    color: #fff;
    background-color: #f13c31;
    border: none;
    padding: 10px 25px;
    margin-top: 50px;
    box-shadow: 0px 16px 40px #F13C3138;
    border-radius: 25px;
    opacity: 1;
}
.btn-red:hover,
.btn-blue:hover{
    color: #fff;
}
.btn-blue{
    background-color: #5499fb;
    border: none;
    border-radius: 5px;
    padding: 4px 20px;
    color: #fff;
    font-family: 'Nunito',Arial, Helvetica, sans-serif;
}
/* #endregion */

/* #region-------------Header----------------------*/
header .navbar-collapse {
    justify-content: end;
}
header .navbar {
    position: unset;
    padding: 0;
}
header .navbar-nav {
    align-items: center;
}
header .navbar .navbar-brand{
    padding: 0;
    width: 180px;
}
header .nav-item .nav-link:hover {
    color: #fff;
}
header .navbar-nav .nav-item {
    padding: 25px 17px;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    font-family: 'Nunito';
    color: #000;
    font-size: 16px;
    border-bottom: 3px solid transparent;
}
header .navbar-expand-lg .navbar-nav .nav-link:hover {
    border-bottom: 3px solid #f13c31;
    color: #f13c31;
    border-radius: 3px;
}
header .navbar-collapse .lets-talk {
    color: #002753;
    border: 2px solid #002753;
    font-family: 'Nunito';
    font-weight: 600;
    border-radius: 7px;
    padding: 6px 25px;
    height: 40px;
    margin-left: 50px;
}
header .navbar-collapse .lets-talk:hover{
    background-color: #f13c31;
    border: 2px solid #f13c31;
    color: #fff;
}
header .nav-item:hover .dropdown-menu {
    display: flex;
    position: absolute;
    width: 100%;
    top: 72px;
    border: none;
    /* background-color: rgba(254,254,254,0.5); */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    /* background-color: rgba(88, 97, 106, 0.9); */
    color: #fff;
    /* box-shadow: 0 -5px 5px rgb(255, 255, 255, 0.20); */
    justify-content: center;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0px 6px 6px #EAEAEA29;
    border-radius: 0;
}
header .nav-item .dropdown-menu .compartments{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
/* header ul.secondary-list:hover ul.dropdown-menu {
        display: flex;
        position: absolute;
        width: 100%;
        top: 50px;
        border: none;
        background-color: rgba(254,254,254,0.5);
        backdrop-filter: blur(10px);
    } */
.navbar .navbar-nav .dropdown-menu {
    padding: 50px 0 100px 0;
}
header .navbar-nav .dropdown {
    position: unset;
}
header {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    /* background-color: #000; */
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
header.sticky-header{
    background-color: #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}
header .navbar .navbar-nav .nav-item .dropdown-toggle::after {
    display: none;
}
.dropdown-menu .item .dropdown-item {
    font-family: 'Nunito';
    font-size: 14px;
    color: #000;
    padding: 4px 0;
}
.field .item .dropdown-item:hover {
    background-color: transparent;
    color: #E71A3B;
}
.dropdown-menu .field {
    /* width: calc(100% / 6); */
    width:25%;
}
.dropdown-menu .field ul {
    padding-left: 33px;
}
.dropdown-menu .field .hire-team {
    margin-top: 70px;
    margin-left: 30px;
}
.dropdown-menu .sub-nav-heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.dropdown-menu .sub-nav-heading{
    color: #000;
}
.dropdown-menu .sub-nav-heading span {
    /* border-bottom: 2px solid #f13c31; */
}

.dropdown-menu .sub-nav-heading i {
    font-size: 20px;
    margin-right: 8px;
    color: #f13c31;
    font-weight: bold;
    width: 25px;
    text-align: center;
    float:left;
    padding-top: 3px;
}

/*#endregion*/

/* #region-------------Home-Page-------------------*/
.middle-section{
    padding-top: 74px;
    padding-bottom: 200px;
}
.middle-section.home-page{
    padding-bottom: 0;
}
.home-page .banner-wrapper.hero-content{
    height: auto;
}
.home-page .banner-wrapper, .app-development .banner-wrapper {
    position: relative;
    height: 750px;
    display: flex;
    align-items: center;
    padding-top: 60px;
}

/* .home-page .banner-wrapper .banner-background  {
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
     }
  */
/* css background image attached */
.home-page .banner-wrapper::before {
    content: '';
    background-image: url('../images/bg-img.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -90px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.home-page .banner-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* background-color: #000; */
    opacity: 0.7;
}

.banner-content .banner-headline h1 {
    display: inline;
}
.home-page .banner-content .banner-headline{
    font-size: 45px;
}
.banner-content .banner-headline, .banner-content .banner-headline h1 {
    font-size: 74px;
    line-height: 1.2;
    font-family: 'Poppins';
    font-weight: 600;
    animation-name: heading;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    color: #0A2947;
    z-index: 1;
}

@keyframes heading {
    0% {
        top: -200px;
    }

    100% {
        top: 0px;
    }
}

.home-page .banner-content {
    padding: 160px 0 150px 0;
}

.banner-wrapper .banner-content .banner-text {
    padding: 30px 15px 30px 0;
    font-family: 'Poppins';
    font-weight: 300;
    position: relative;
    animation-name: content;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    z-index: 1;
    color: #000;
}

@keyframes content {
    0% {
        left: -1000px;
    }

    100% {
        left: 0;
    }
}

@keyframes btn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
    }
}

.home-page .banner-wrapper .image-content {
    position: relative;
    display: block;
    height: 100%;
    z-index: 1;
}

.home-page .banner-wrapper .image-content .man {
    transform: translate(0%, 93%);
    max-width: 450px;
    animation: man 6s infinite linear;
}

@keyframes man {
    0% {
        transform: translate(0%, 93%);
    }

    50% {
        transform: translate(4%, 93%);
    }

    100% {
        transform: translate(0%, 93%);
    }
}

.home-page .banner-wrapper .image-content .coding-console-banner {
    position: absolute;
    position: absolute;
    right: 115px;
    top: 50px;
    animation: Coding 6s infinite linear;
}

@keyframes Coding {
    0% {
        right: 115px;
    }

    50% {
        right: 100px;
    }

    100% {
        right: 115px;
    }
}

.home-page .banner-wrapper .image-content .contact-icon-banner {
    position: absolute;
    left: 30px;
    top: auto !important;
    bottom: 180px;
    z-index: 1;
    max-width: 35px;
    animation: contact 6s infinite linear;
}

@keyframes contact {
    0% {
        bottom: 180px;
    }

    50% {
        bottom: 160px;
    }

    100% {
        bottom: 180px;
    }
}

.home-page .banner-wrapper .image-content .development-icon-banner {
    position: absolute;
    right: 0;
    max-width: 95px;
    top: 30px;
    animation: development 6s infinite linear 6s;
}

@keyframes development {
    0% {
        right: 0;
    }

    50% {
        right: -20px;
    }

    100% {
        right: 0;
    }
}

.home-page .banner-wrapper .image-content .idea-bulb {
    position: absolute;
    top: 200px;
    left: 180px;
    max-width: 30px;
    animation: bulb 6s infinite linear;
}

@keyframes bulb {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 0.5;
    }

    25% {
        opacity: 0.3;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 0.7;
    }

    100% {
        opacity: 0.5;
    }
}

.home-page .banner-wrapper .image-content .pot {
    position: absolute;
    right: -60px;
    top: 295px;
    max-width: 170px;
    animation: pot 6s infinite linear;
}

@keyframes pot {
    0% {
        right: -60px;
    }

    50% {
        right: -40px;
    }

    100% {
        right: -60px;
    }
}

.home-page .banner-wrapper .image-content .search-icon-banner {
    position: absolute;
    left: 245px;
    top: 28px;
    max-width: 70px;
    animation: search 6s infinite linear 6s;
}

@keyframes search {
    0% {
        top: 28px;
    }

    50% {
        top: 5px;
    }

    100% {
        top: 28px;
    }
}

.home-page .banner-wrapper .image-content .square-bracket-banner {
    position: absolute;
    right: -35px;
    top: 145px;
    max-width: 60px;
    animation: bracket 6s infinite linear 6s;
}

@keyframes bracket {
    0% {
        top: 145px;
    }

    50% {
        top: 100px;
    }

    100% {
        top: 145px;
    }
}


.home-page .banner-wrapper .image-content .cloud-icon-banner {
    position: absolute;
    top: 287px;
    left: 113px;
    max-width: 50px;
    z-index: 1;
    animation: cloud 6s infinite linear;
}

@keyframes cloud {
    0% {
        left: 113px;
    }

    50% {
        left: 120px;
    }

    100% {
        left: 113px;
    }
}

.home-page .banner-wrapper .image-content .lines {
    position: absolute;
    top: 267px;
    max-width: 260px;
}

.home-page .banner-wrapper .image-content .wheel {
    position: absolute;
    max-width: 50px;
    top: 105px;
    left: 104px;
    animation: wheel 6s infinite linear;
}

@keyframes wheel {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.home-page .banner-wrapper .image-content .analytics {
    position: absolute;
    max-width: 70px;
    top: 350px;
    left: 0;
    animation: analytics 6s infinite linear;
}

@keyframes analytics {
    0% {
        left: 0;
    }

    50% {
        left: -20px;
    }

    100% {
        left: 0;
    }
}

.home-page .banner-wrapper .image-content .internet {
    position: absolute;
    max-width: 50px;
    top: 219px;
    left: 18px;
    animation: internet 6s infinite ease-in-out 4s;
}

@keyframes internet {
    0% {
        top: 219px;
    }

    50% {
        top: 205px;
    }

    100% {
        top: 219px;
    }
}

.home-page .banner-wrapper .image-content .dot {
    position: absolute;
    top: 270px;
    left: 210px;
    max-width: 9px;
    animation: dot 6s infinite linear;
}

@keyframes dot {
    0% {
        top: 270px;
        left: 210px;
    }

    50% {
        top: 290px;
        left: 225px;
    }

    100% {
        top: 270px;
        left: 210px;
    }
}

.home-page-sub-headlines {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}

.sub-text {
    font-family: "Nunito";
    font-size: 15px;
    color: #7E92AC;
    font-weight: normal;
}

.home-page .our-service {
    position: relative;
}

.home-page .our-service .doted-design {
    right: -120px;
    width: 100px;
    object-fit: cover;
}

.home-page .our-service .our-service-header {
    margin-top: -35px;
    z-index: 1;
    position: relative;
    /* background-color: #fff; */
    border-radius: 50px;
    padding: 33px 33px 0;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.home-page .our-service .our-service-card:hover {
    box-shadow: 0px 20px 40px #2426721C;
    border-radius: 20px;
}

.home-page .our-service .our-service-card .icon-bg {
    background-color: #539AFF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.home-page .our-service .our-service-card .icon-bg i {
    color: #fff;
    font-size: 24px;
}

.home-page .our-service-card .card-headline {
    font-family: "Nunito";
    font-weight: bold;
    font-size: 22px;
    padding-top: 20px;
}

.home-page .our-service .card-text {
    font-family: "Nunito";
    font-weight: normal;
    font-size: 14px;
    color: #7E92AC;
    margin: 10px 0 35px 0;
    line-height: 1.5;
}

.home-page .our-service-card {
    max-width: 325px;
    margin: auto;
    height: 320px;
    border-radius: 20px;
}
.home-page .our-service-card .flip-box-inner{
    position: relative;
    width: 100%;
    height: 100%;
}
.home-page .our-service-card .flip-box-inner{
    box-shadow: 0px 20px 40px #F5E3F91C;
    border-radius: 20px;
}
.home-page .our-service-card .flip-box-front, .home-page .our-service-card .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 50px 28px 10px;
    /* border: 3px solid #f0f0f0; */
    border-radius: 20px;
}
.home-page .our-service-card .flip-box-back {
    background-color: #539AFF;
    transform: rotateY(180deg);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 3px solid #539AFF;
    border-radius: 20px;
}
.home-page .our-service-card .flip-box-back-app{
    background-color: #FF6283;
    border: 3px solid #FF6283;
}
.home-page .our-service-card .flip-box-back-support{
    background-color: #03CDA0;
    border: 3px solid #03CDA0;
}
.home-page .our-service-card .flip-box-back-design{
    background-color: #F78560;
    border: 3px solid #F78560;
}
.home-page .our-service-card .flip-box-back-quality{
    background-color: #F7A53B;
    border: 3px solid #F7A53B;
}
.home-page .our-service-card .flip-box-back a{
    color: white;
}
.home-page .our-service .form-group {
    margin-bottom: 5rem;
}

.home-page .stpl-direction-right {
    color: #fff;
    font-size: 10px;
    padding: 10px;
}

.home-page .our-process {
    margin-top: 100px;
    /* background: rgb(247, 165, 59, 0.2); */
    padding: 40px 0;
    position: relative;
}

.home-page .our-process-wrapper .our-process-content h3 {
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 0.43px;
    color: #000000;
    opacity: 1;
    font-size: 18px;
}

.home-page .our-process-wrapper .our-process-content p {
    font-family: "Nunito";
    letter-spacing: 0.36px;
    color: #2B2B2B;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5;
}

.home-page .our-process-wrapper .our-process-icon {
    margin: 0 auto 80px;
    border: 1px solid;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.home-page .our-process-wrapper .our-process-icon .icon {
    position: absolute;
    transform: rotate(-45deg);
}

.home-page .our-process-wrapper .our-process-icon .icon i {
    font-size: 32px;
}

.home-page .our-process .our-process-wrapper {
    position: relative;
    margin-top: 100px;
}

.home-page .our-process .our-process-wrapper .sdlc-process {
    width: calc(100% / 3);
    padding: 0 15px;
    text-align: center;
}

.home-page .our-process-icon .dot {
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -23px;
    left: 70px;
    border-radius: 50%;
    position: absolute;
}

.home-page .our-process-wrapper .line {
    border: 1px solid #e8e7e7db;
    position: absolute;
    top: 95px;
    /* bottom: 10px; */
    left: 36px;
    right: 0;
    transform: translate(73px, 0px);
    width: 890px;
    /* height: 6px; */
    /* background: linear-gradient(90deg, #2043df 0%, #20df9c 50%, #2043df 100%); */
    animation: scroll 3s linear infinite;
    border-radius: 10px;
}
@keyframes scroll {
    100% {
      background-position: 500px 0;
    }
  }
/* .home-page .our-process-wrapper .form-group {
        padding-left: 40px;
    } */

.our-latest-projects .latest-project-card {
    padding: 0 30px;
    margin-top: 50px;
    max-width: 350px;
}

.latest-project-card .latest-thumbnail {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.latest-project-card:hover .latest-thumbnail::after{
    background-color: rgba(68 90 122 / 90%);
}
.latest-project-card .latest-thumbnail::after {
    content: 'View Details';
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 0;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    bottom: 0;
    left: 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
}

.latest-project-card .center-thumbnail::after {
    
}

.our-latest-projects {
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}

.latest-project-card:hover .latest-thumbnail::after {
    height: 70px;
    border-top-left-radius: 100px;
}

.light-circles .circle-light {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 6px solid #f9d4d2;
    position: absolute;
    top: 19%;
    left: 12px;
}

.light-circles .circle-blue {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 7px solid #d9e9fe;
    position: absolute;
    top: 15%;
    right: 19px;
}

.light-circles .circle-covered {
    width: 100px;
    height: 100px;
    background-color: #fefaf3;
    border-radius: 50%;
    position: absolute;
    right: -50px;
    bottom: 20%;
}

.light-circles .circle-green {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 7px solid #c8f4ea;
    position: absolute;
    bottom: -65px;
    right: 226px;
}

.light-circles .circle-blue-covered {
    width: 100px;
    height: 100px;
    background-color: #eff6fe;
    border-radius: 50%;
    position: absolute;
    left: 26%;
    bottom: -55px;
}

.our-latest-projects .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
    top: 40%;
    font-size: 30px;
    color: #012753;
}

.our-latest-projects .owl-nav .owl-next {
    position: absolute;
    right: -30px;
    top: 40%;
    font-size: 30px;
    color: #012753;
}

/* .home-page.form-group {
    margin-top: 70px;
} */

.home-page .banner-wrapper .form-group {
    padding: 40px 0;
}

.contact-us {
    /* background-image: url(../images/building.webp); */
    font-family: 'Nunito';
    font-weight: normal;
    /* margin-top: 100px; */
    position: relative;
    padding: 100px 0 200px;
    color: #000;
}

.contact-us .message-form {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
    color: #000;
}

.contact-us .message-form .sub-text {
    color: #7E92AC;
}

.contact-us .phone-details a,
.contact-us .email a {
    color: #000;
}

/* .contact-us .overlay{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(255,255,255,0.5);
    } */

.contact-us .contact-sub-headlines {
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #0A2947;
}

.contact-us .contact-info .icon-bg {
    width: 35px;
    height: 35px;
    background-color: #E71A3B;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    float: left;
}
.contact-us .contact-info .content{
    padding-left: 55px;
}

.latest-project-card {
    font-size: 14px;
}

.latest-project-card img {
    height: 380px;
    object-fit: cover;
    object-position: top;
}

.contact-us .contact-info .icon-bg i {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.contact-us .contact-info .phone-details .stpl-phone-o {
    font-size: 35px;
    color: #E71A3B;
    margin-right: 20px;
}

.contact-us .contact-info .contact-headlines {
    font-weight: 500;
    font-size: 19px;
}

.contact-us .contact-info .form-group {
    padding-top: 10px;
    color:#262222;
    /* display: flex; */
}

.contact-us .heading {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
}

.contact-us .message-form input, .contact-us .message-form textarea {
    border: 1px solid #C3CCE8;
    padding: 14px;
    border-radius: 10px;
    background-color: #FCFDFF;
    color: #000;
    margin-top: 20px;
}
.contact-us .message-form .subimt-btn {
    max-width: 150px;
    background-color: #E71A3B;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0px 3px 6px #FF90895F;
    border: none;
    text-transform: capitalize;
}
.contact-us .home-sub-headlines{
    font-size: 30px;
    font-weight: bold;
    color: #000;
    font-family: 'Poppins';
}
.contact-us .contact-desc{
    color: #0A2947;
}

.testimonials-wrapper .carousel-wrapper {
    max-width: 650px;
    max-height: 550px;
    margin: auto;
}

.testimonials-wrapper .carousel-wrapper .client-review-wrapper {
    max-width: 650px;
    background-color: #539AFF;
    border-radius: 40px;
    padding: 90px 70px 30px 70px;
    text-align: center;
    color: #fff;
    font-family: 'Nunito';
    font-size: 17px;
    line-height: 1.5;
}

.carousel-wrapper .owl-nav {
    display: flex;
    padding: 40px;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: #012753;
}

.carousel-wrapper .owl-nav .owl-next {
    padding: 13px;
    margin-left: 40px;
}

.testimonials-wrapper {
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.testimonials-wrapper .images-design>div, .images-design>img {
    position: absolute;
}

.doted-design {
    transform: translate(-125%, -165%);
    height: 280px;
    position: absolute;
}

.testimonials-wrapper .images-design .client-a {
    left: 0px;
    top: 10%;
}

.testimonials-wrapper .images-design .client-a img, .images-design .client-e img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 6px solid #539AFF;
    margin: 5px;
    box-shadow: 0 0 0 #539AFF;
}

.testimonials-wrapper .images-design .inner-circle, .images-design .outer-circle {
    border-radius: 50%;
}

.images-design .client-a .inner-circle, .images-design .client-e .inner-circle {
    margin: 7.5px;
    border: 1px solid #edf4fe;
}

.images-design .client-a .outer-circle, .images-design .client-e .outer-circle {
    border: 1px solid #edf4fe;
}

.testimonials-wrapper .images-design .client-e {
    right: 50px;
    bottom: 100px;
}

.testimonials-wrapper .images-design .client-b img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 6px solid #FF6283;
    margin: 5px;
    box-shadow: 0 0 0 #FF6283;
}

.testimonials-wrapper .images-design .client-b {
    left: 100px;
    top: 45%;
}

.images-design .client-b .inner-circle {
    border: 1px solid #fceff2;
}

.images-design .client-b .outer-circle {
    border: 1px solid #fceff2;
}

.testimonials-wrapper .images-design .client-c img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 6px solid #FF9C00;
    margin: 5px;
    box-shadow: 0 0 0 0 rgba(255, 156, 0);
}

.testimonials-wrapper .images-design .client-c {
    bottom: 40px;
}

.images-design .client-c .outer-circle {
    border: 1px solid #fdecd1;
}

.images-design .client-c .inner-circle {
    border: 1px solid #fdecd1;
}

.testimonials-wrapper .images-design .client-d {
    top: 0;
    right: 75px;
}

.testimonials-wrapper .images-design .client-d img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 6px solid #03CDA0;
    margin: 5px;
    box-shadow: 0 0 0 #03CDA0;
}

/* .testimonials-wrapper .images-design .client-d {
        bottom: 40px;
    } */

.images-design .client-d .outer-circle {
    border: 1px solid #e9faf6;
}

.images-design .client-d .inner-circle {
    border: 1px solid #e9faf6;
}

.images-design .review-client-pic {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    border: 6px solid #5499fb;
    top: 0%;
    right: 45%;
    z-index: 99;
}


/* #endregion---------*/

/* #region-------------App-Development--------------*/
.app-development .banner-wrapper::before {
    content: '';
    /* background-image: url(../images/mobile-apps-banner.webp); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    /* margin-top: -90px; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* .app-development .banner-wrapper::after {
    content: '';
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */
/* .web-apps .banner-wrapper::before {
    background-image: url('../images/web-apps-banner.webp');
}
.design-services .banner-wrapper::before {
    background-image: url('../images/design-service-banner.webp');
}

.quality-assurence .banner-wrapper::before {
    background-image: url('../images/quality-assurance-banner.webp');
} */

/* .app-development .banner-content {
    padding: 250px 0;
} */

.app-development .ai-wrapper .ai-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 30px 30px 30px;
    margin: auto;
}

.app-development .ai-content .ai-headline, .quality-assurence .software-testing .heading {
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.app-development .ai-wrapper.form-group {
    margin: 90px 0;
}

.app-development .ai-list-wrapper {
    margin-top: 40px;
}

.app-development .ai-list li {
    margin-bottom: 20px;
    font-size: 14px;
}

.app-development .ai-list-wrapper .ai-list li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    float: left;
    margin-top: 12px;
    margin-left: -15px;
}


/* .ai-content.in-view{
        -webkit-animation: fadeIn 6s;
        -moz-animation: fadeIn 6s; 
        -ms-animation: fadeIn 6s; 
        -o-animation: fadeIn 6s;; 
        animation: fadeIn 6s;
    } */

/* #endregion------------------*/

/* #region-------------Technologies - IOS ------------*/
.technologies .banner-content{
    display: flex;
    position: relative;
    align-items: end;
    text-align: left;
}
.technologies .banner-content .left-section{
    flex-basis: 80%;
    padding-right: 50px;
}
.technologies .banner-content .left-section .banner-headline{
    margin-bottom:20px;
}
.technologies .banner-content .left-section .banner-text{
    margin-bottom:30px;
}
.technologies .banner-content .right-section{
    margin-bottom: 20px;
}
.technologies .ios-tech .expertise-img{
    max-height: 265px;
}
.technologies .ios-tech p{
    font-weight: 300;
}
.technologies .ai-content small{
    text-align: center;
    display: block;
    font-weight: 300;
    color: #8497B0;
    font-size: 16px;
    font-family: 'Nunito';
}
.technologies .development-services{
    margin-top: 40px;
    margin-bottom:50px ;
}
.technologies .development-services li{
    text-align: center;
    margin-bottom: 10px;
}
.technologies .development-services li span{
    background: #EBF3FF;
    border-radius: 5px;
    padding: 10px 0;
    display: inline-block;
    width: 375px;
    margin: 0 auto;
    font-weight: 300;
}
.technologies .tech-services{
    background: #F4F8FF;
    padding: 80px 0;
    text-align: center;
}
.technologies .tech-services i{
    font-size: 125px;
}
.technologies .tech-services i.iphone{
    color: #0689ce;
}
.technologies .tech-services i.ipad{
    color: #e71a3b;
}
.technologies .tech-services i.watchos{
    color: #71b945;
}
.technologies .tech-services i.macos{
    color: #f7b315;
}
.technologies .tech-services .title{
    font-size: 20px;
    margin-top: 30px;
}

.great-idea-container, .why-choose-us, .client-testimonials {padding-top: 100px;}

.choose-us{
    margin: 40px 0;
}
.choose-us p{
    font-weight:300;
    font-size: 14px;
}
.choose-us .savitriya-facts .boxes{
    width: 155px;
    height: 115px;
    box-shadow: 0px 20px 40px #24267229;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-left: 20px;
}
.choose-us .savitriya-facts .boxes.box2{
    float: right;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 30px;
}
.choose-us .savitriya-facts .boxes.box3{
    margin-top: 65px;
    margin-left: 50px;
}
.choose-us .savitriya-facts .boxes.box4{
    float: right;
    margin-top: 65px;
    margin-left: 0;
}
.choose-us .savitriya-facts .boxes .count{
    font-size: 26px;
}
.choose-us .savitriya-facts .boxes.box1 .count span{
    color: #e71a3b;
}
.choose-us .savitriya-facts .boxes.box2 .count span{
    color: #0689ce;
}
.choose-us .savitriya-facts .boxes.box3 .count span{
    color: #f7b315;
}
.choose-us .savitriya-facts .boxes.box4 .count span{
    color: #71b945;
}
.great-idea{
    background-color: #e71a3b;
    border-radius: 20px;
    padding: 40px 0 60px;
    text-align:center;
    color: #fff;
    position: relative;
}
.great-idea::before{
    content: '';
    background: url('../images/white-line-pattern.webp') no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.2;
    background-position: left center;
}
.great-idea .title{
    font-size: 30px;
}
.great-idea .sub-title{
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}
.great-idea .btn-wrapper{
    margin-top: 50px;
}
.great-idea .btn-contact{
    background: #fff;
    padding: 8px 30px;
    border-radius: 20px;
    font-weight: 300;
    margin-top: 50px;
    color: #e71a3b;
}
.technologies .native-features{
    margin-top: 60px;
}
.technologies .native-features .features{
    text-align: center;
    font-weight: 300;
}
.technologies .native-features .features i{
    font-size: 30px;
    color: #e71a3b;
    display: block;
}
.technologies .native-features .features-row2{
    justify-content: center;
    margin-top: 48px;
}
/*#endregion */

/* #region-------------About us------------*/
.about-us .title{
    font-size: 40px;
    font-family: 'Poppins';
    font-weight: 600;
    text-align: center;
    margin-bottom: 70px;
}
.about-us .small-text{
    font-size: 14px;
    text-align: center;
}
.about-us .steps{
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 80px;
}
.about-us .steps .sub-title{
    font-weight: 500;
    font-size: 19px;
}
.about-us .steps .vertical-dashed{
    height: 115px;
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    top: 132px;
    z-index: -1;
}
.about-us .step1 .vertical-dashed{
    border: 2px dashed #0689CE;
}
.about-us .step2 .vertical-dashed{
    border: 2px dashed #F7B316;
}
.about-us .step3 .vertical-dashed{
    border: 2px dashed #71B945;
}
.about-us .ai-wrapper .year{
    margin-top: 30px;
}
.about-us .year-map{
    flex: 1;
    text-align: right;
}
.about-us .year-map .year{
    font-weight: bold;
    font-size: 50px;
    color: #E71A3B;
    line-height: 40px;
}
.about-us .step2 .year-map .year{
    color: #0689CE;
}
.about-us .step3 .year-map .year{
    color: #F7B316;
}
.about-us .step4 .year-map .year{
    color: #71B945;
}
.about-us .image{
    text-align: center;
    padding: 0 ;
}
.about-us .image img{
    width: 150px;
    height: 150px;
    border: 9px solid #F5F5F5;
    border-radius: 100%;
    margin: 0 auto;
}                                                                                                                                                                
.about-us .description{
    flex: 1;
}
.about-us .our-leadership{
    background-color: #F4F8FF;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    padding-top: 50px;
}
.about-us .our-leadership img{
    width: 52%;
}
.about-us .our-leadership .name-1{
    text-align: center;
} 
.about-us .our-leadership .name{
    padding: 30px 0 0 0;
    font: 25px 'NeueHaasUnicaExtraBold', Arial;
}
.about-us .our-leadership  p{
    padding: 0  0 28px 0;
    font-size: 10px;

}
.about-us .ai-wrapper .nav-link  {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 46px;
    font-family: 'Poppins';
    font-weight: bold;
    line-height: 60px;
}
.about-us .ai-wrapper .tab-content .desc{
    font-size: 18px;
}
.about-us .ai-wrapper img{
    display: block;
    margin: 0 auto;
}
.about-us .ai-wrapper .core-values{
    height: 160px;
}
.about-us .ai-wrapper .nav-link.active{
    color: #E71A3B;
}
.about-us .ai-wrapper .nav-tabs  {
    display: inline-block;
    border-bottom: 0;
}
.about-us .ai-wrapper .nav-tabs a {
    color: #E0E0E0;
}
.about-us .ai-wrapper .mission {
    color: #E0E0E0;
    font: 31px 'NeueHaasUnicaExtraBold', Arial;;
    padding-top: 15px;
}
.about-us .ai-wrapper .values {
    color: #E0E0E0;
    font: 32px 'NeueHaasUnicaExtraBold', Arial;;
    padding-top: 15px;
}
.about-us .ai-wrapper p{
    font-size: 19px;
}
.about-us .great-idea{
    background-color: #e71a3b;
    border-radius: 20px;
    padding: 40px 0 40px;
    text-align:center;
    color: #fff;  
    margin-top: 70px;  
    position: relative;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
}
.about-us .great-idea img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}
.about-us .great-idea .great-idea-title{
    font: 25px 'NeueHaasUnicaExtraBold', Arial;;
    padding-top: 23px;
}
.about-us .great-idea .sub-title{
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}
.about-us .great-idea .btn-wrapper{
    margin-top: 50px;
}
.about-us .great-idea .btn-contect{
    background-color: #fff;
    padding: 8px 30px;
    border-radius: 20px;
    font-weight: 300px;
    margin-top: 50px;
    color: #e71a3b;
    border: 0;
}
.about-us .banner-wrapper::before{
    /* background-image: url(../images/about-banner.webp);
    margin-top: -118px;
    opacity: 0.2;
    background-repeat: no-repeat; */
}
.about-us .cycle-container{
    border: 7px solid rgb(5, 140, 208,0.5);
    border-radius: 20px;
    margin-top: 40px;
    box-shadow: 0 7px 14px 0 rgba(67, 89, 113, 0.2);
}
.about-us .cycle-container:hover{
    border: 7px solid rgb(231, 26, 59,0.5);
}

/* #endregion------------------*/

/*#region------------careers-----*/
.careers .title{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}
.careers .ai-wrapper p{
    font-size: 15px;
    padding-bottom: 10px;
}
.careers .ai-wrapper img{
    display: block;
    margin: 0 auto;
}
.careers .banner-wrapper::before{
    /* background-image: url(../images/careers-banner.webp);
    opacity: 0.2;
    margin-top: -118px; */
}
.careers  .benifits-group{
    background-color: #F4F8FF;
}
.careers .ai-wrapper .container{
    padding-top: 29px;
}
.careers .ai-wrapper .container-title{
    font: 25px 'NeueHaasUnicaExtraBold', Arial;;
    font-family: 'Poppins';
}
.careers .ai-wrapper .Current-opening p{
    font-size: 13px;
    margin-bottom: 45px;
}
.careers .benifits-group .img{
    display: flex;
    font: 17px 'NeueHaasUnicaExtraBold', Arial;;
    align-items: center;
    padding-bottom: 20px;
    width: 100%;
    font-weight: 500;
}
.careers .benifits-group .img .name{
    flex: 1;
}
.careers .benifits-group .red-border{
    border: 1px solid;
    border-color: #E71A3B;
    margin-right: 15px;
    padding: 8px;
    width: 33px;
}
.careers .benifits-group .green-border{
    border: 1px solid;
    border-color: #71B945;
    margin-right: 15px;
    padding: 8px;
    width: 33px;
}
.careers .benifits-group .blue-border{
    border: 1px solid;
    border-color: #0689CE;
    margin-right: 15px;
    padding: 8px;
    width: 33px;
    
}
.careers .benifits-group .yellow-border{
    border: 1px solid;
    border-color: #F7B316;
    margin-right: 15px;
    padding: 8px;
    width: 33px;
}
.careers .Current-group .Current-opening{
    font: 25px 'NeueHaasUnicaExtraBold', Arial;;
    font-weight: bold;
}
.careers .Current-group .tablist{
    text-align: center;
}
.careers .Current-group .nav-tabs a{
    color: #9D9D9D;
    display: block;
    font-size: 17px;
}
.careers .Current-group .nav-link{
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.careers .Current-group .nav-link.active{
    color: #000;
    border-bottom: 2px solid;
}
.careers .tablist .nav-tabs {
    border-bottom: 0;
}
.careers .Developer{
    margin: 0;
}
.careers .layers{
    color: #F4F8FF;
    font-size: 17px;
    margin-top: 35px;
    box-shadow: 0px 3px 6px #EFEFEF29;
    border: 2px solid #F4F8FF;
    border-radius: 6px;
}
.careers .layers img{
    margin-top: 20px;
    border: 8px solid #f5f5f5;
    border-radius: 100%;
}
.careers .layers .title{
    color: #000;  
    font-size: 18px;  
}
.careers .layers .full-stack-developer{
    color: #000;   
    text-align: center;
}
.careers .layers .full-stack-developer span{
    margin-right: 25px;
    background-color: #f5f5f5;
    border-radius: 18px;
    font-size: 13px;
    padding: 5px 8px 6px 8px;
}
.careers .layers .middle-text{
    color: #8497B0;
    text-align: center;
    font-size: 15px;
    font-family: 'Poppins';
    margin-top: 25px;
}
.careers .layers .button-group{
    text-align: center;
    margin: 20px 0 15px;
}
.careers .layers .button-group .btn-apply{
    background-color: #E71A3B;
    color: #fff;
    border: 1px solid #E71A3B;
    border-radius: 66px;
    font-size: 14px;
    padding: 2px 10px;
}  
.careers  .Current-group .left-dotted-img{
    background-image: url(../images/left.webp);
    background-repeat: repeat-y;
    left: -120px;
    height: 385px;
    width: 100px;
    object-fit: cover;
    transform: translate(135%, 111%);
    background-attachment: fixed;
    display: block;
}
.careers  .Current-group .right-dotted-img{
    background-image: url(../images/left.webp);
    background-repeat: repeat-y;
    right: -120px;
    height: 385px;
    width: 100px;
    object-fit: cover;
    display: block;
}
/* #endregion-----------*/

/*#region-------------apply now------*/
.apply-now .ai-wrapper.form-group {
    margin: 90px 0;
}
.apply-now .title{
    color: #464342;
    font-size: 17px;
    font-weight: 500;
}
.apply-now .header p{
    color: #000000;
    font-size: 24px;
    padding-top: 6px;
    font-weight: 500;
}
.apply-now .sub-title .about{
    margin-top: 61px;
    font-size: 20px;
    font-weight: bold;
}
.apply-now .sub-title p{
    font-size: 13px;
    padding-top: 26px;
}
.apply-now .responsibility{
    font-size: 20px;
    padding-top: 45px;
    font-weight: bold;
}
.apply-now  ul{
    font-size: 15px;
    padding-top: 11px;
    list-style-type: disc;
    padding-left: 18px;
}
.apply-now .skil{
    font-size: 20px;
    padding-top: 45px;
    font-weight: bold;
}
.apply-now .perks{
    font-size: 20px;
    padding-top: 45px;
    font-weight: bold;
}
.apply-now .thanks-header{
    padding-left: 65px;
    border: 2px solid #45BF6F;
    border-radius: 10px;
    padding-top: 23px;
    text-align: center;
}
.apply-now .title-thanks{
    font-size: 20px;
    color: #0A2947;
    font-weight: 500;
}
.apply-now .thanks-header p{
    font-size: 11px;
    color: #587189;
    font-weight: 500;
}
.apply-now .position{
    font-size: 21px;
    color: #000000;
    text-align: center;
    padding-top: 25px;
    font-weight: bold;
}
.apply-now .apply-detalis{
    padding-top: 28px;
}
.apply-now .form-group .form-control{
    color: #7E92AC;
}
.apply-now .buttons{
    text-align: right;
}
.apply-now .buttons .cancel{
    display: inline-block;
    padding-right: 15px;
}
.apply-now .buttons .btn-contect{
    background-color: #E71A3B;
    box-shadow: 0px 3px 6px #FF90895F;
    border-radius: 28px;
    color: #fff;
    border:1px solid #E71A3B;
    padding: 2px 16px;
    text-transform: capitalize;
    width: auto;
}
.apply-now .upload-resume label{
    display: block;
    border: 1px dashed;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}
/* #endregion------------*/

/* #region-------------life-at-savitriya------------*/
.life-at-savitriya .banner-wrapper::before{
    background-image: url(../images/group-4538.webp);
}
.life-at-savitriya .ai-wrapper .ai-image{
    position: relative;
}
.life-at-savitriya .ai-wrapper .ai-image .group{
    position: absolute;
    top: -107px;
    right: -52px;
}
.life-at-savitriya .ai-wrapper .ai-image .group-1{
    position: absolute;
    bottom: 0;
    left: 0;
}
.life-at-savitriya  .form-group .Explore-life{
    padding-top: 50px;
}
.life-at-savitriya .benifits-group .container-title{
    font-size: 22px;
    font-weight: 500;
}
.life-at-savitriya .benifits-group  p{
    font-size: 12px;
}
.life-at-savitriya .benifits-group .nav-link.active{
    color: #000;
    border-bottom: 2px solid;
}
.life-at-savitriya .benifits-group .nav-link{
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.life-at-savitriya .tablist .nav-tabs {
    border-bottom: 0;
}
.life-at-savitriya .benifits-group .nav-tabs a{
    color: #9D9D9D;
}
.life-at-savitriya .benifits-group .images{
    padding-top: 55px;
    background-image: url(../images/oval.webp);
}
.life-at-savitriya .benifits-group .celebrate-images{
    position: relative;
}
.life-at-savitriya .benifits-group .celebrate-images p{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 15px;
    color: #ffff;
    font-size: 14px;
}
.life-at-savitriya  .title{
    margin: 60px 0 3px;
    color: #000;
    font-size: 23px;
    font-weight: 500;
}
.life-at-savitriya .current-group .image{
    margin-top: 30px;
}
.life-at-savitriya .current-group .group-images{
    height: 100%;
}
.life-at-savitriya .current-group img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.life-at-savitriya .background-images{
    position: absolute;
    top: 75%;
    left: -38%;
    height: 50%;
}

/* #endregion------------*/

/* #region-------------not-found------------*/
.not-found .banner-wrapper::before{
    background-image: none;
}
.not-found .banner-content .banner-headline{
    color: #FF4865;
    font-size: 80px;
    font-weight: 600;
    margin-top: 70px;
}
.not-found .banner-content .banner-text{
    color: #000000;
    font-size: 22px;
    margin-top: 45px;
}
.banner-wrapper .banner-content .images{
    width: 80%;
    padding-top: 202px;
    position: relative;
}
.banner-wrapper .banner-content .images-1{
    position: absolute;
    left: 0;
    z-index: 2;
}
.banner-wrapper .banner-content .images-2{
    position: absolute;
    left: 20px;
    top: 25px;
    width: 64%;
    height: 78%;
}
/* #endregion------------*/
/* #region-------------Footer------------*/
.footer a {
    display: block;
    color: #fff;
    font-weight: normal;
}
.footer a:hover{
    color: #F7A53B;
}
.footer .social-media{
    justify-content: center;
}
.footer .copywrite{
    display: flex;
    justify-content: right;
    white-space: nowrap;
}
.footer {
    background-color: #031223;
    color: #A9B2BC;
    z-index: 2;
    padding: 30px 100px;
    /* margin-top: 200px; */
    position: relative;
    font-family: 'Nunito',Arial, Helvetica, sans-serif;
}

.footer::before {
    content: '';
    position: absolute;
    top: -65px;
    bottom: 65px;
    right: 0;
    left: 0;
    background-color: #031223;
    transform: skewY(5deg);
    height: 300px;
}

.footer::after {
    content: '';
    position: absolute;
    top: -45px;
    right: 0;
    /* bottom: 30px; */
    /* left: 0; */
    width: 500px;
    height: 200px;
    z-index: -1;
    background-color: #e71a3b;
    transform: skewY(-5deg);
}

.footer .heading {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer .middle-line {
    width: 1px;
    margin: 0 10px;
    height: 25px;
    background-color: #fff;
}

.footer .social-media i {
    color: #fff;
    padding: 0 10px;
}

.footer .terms-policy {
    padding-top: 60px;
    justify-content: space-between;
    position: relative;
    margin-top: 85px;
}

.footer .terms-policy::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    background-color: #A9B2BC;
    color: #fff;
    height: 1px;
    z-index: 2;
}

/* #endregion------------*/

/* Style for the loading overlay */
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 999;
  }
  
  /* Style for the loading spinner */
  #loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }
  
  /* CSS animation for the loading spinner */
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  