body {
    font-family: 'Poppins', sans-serif;
    max-width: 1920px;
    margin: 0px auto;
    
}
  /* utilities css start */
  .w-20{
    width: 20% !important;
  }
  .w-80{
    width: 80% !important;
  }

  /* utilities css end */

.seg-text {
    font-weight: 600;
    border-bottom: 1px solid #200a58;
    width: fit-content;
    padding-bottom: 3px;
    font-size: 18px;
    color: #200A58;
}

.menu-item {
    display: flex;
    align-items: center;
    padding-left: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.menu-box {
    width: 90%;
    height: 100px;
    padding: 16px 10px 25px;
    margin-right: 10px;
    transition: all 0.3s ease-out;
}

.fg-logo img {
    width: 200px;
}

.linked-in {
    padding: 6px 1px!important;
}

/* .linked-in a {
    border: 2px solid #2498e6;
    border-radius: 6px;
    font-size:1.3rem !important;
} */

.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
    /* padding-left: 158px; */
}

.nav-link {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.nav-item {
    padding: 15px 10px;
}

.about-section {
    margin-top: -15px;
}

.nav-menu {
    display: flex;
    width: 600px;
    background: #f5f5f5;
    border-radius: 10px;
}

.request-btn {
    color: #fff;
    background: #4490DF;
    border-radius: 5px;
    border: none;
    padding: 8px 18px;
}

#request-btn3 {
    background: #fff;
    border: none;
    padding: 8px 18px 8px 0px;
    display: flex;
    align-items: center;
    /* border-left: 2px solid #707070; */
}
button.langchangeBtn {
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer;
    color: #2898e2 !important;
}
/* .dropdown-toggle::after {
  display: none !important;
} */
.getin-touch-btn {
    /* width: 130px; */
    padding: 0px 10px !important;
    height: 40px;
    background-color: #fff;
    border: 2px solid #4690dc !important;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    margin-left: 10px;
}
#request-btn3 img {
    width: 44px;
    padding: 0px 10px;
}

#request-btn3 a {
    color: #4490DF;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
}

.banner-re-btn a {
    color: #fff;
    background: #4490DF;
    text-decoration: none;
}

.get-started a {
    text-decoration: none;
    color: #fff;
}

#menu-fg {
    display: none;
    transition: all 0.3s ease-in;
}

#services {
    display: flex;
    color: #000;
    padding: 10px 15px;
}

#services img {
    filter: invert(1);
    width: 22px;
    margin-right: 10px;
}

.about-menu a {
    padding: 10px 15px;
}

#serv .dropdown-menu {
    display: none;
}

#serv:hover .dropdown-menu {
    display: block;
}

.abt-men .dropdown-menu {
    display: none;
}

.abt-men:hover .dropdown-menu {
    display: block;
}

.lang {
    display: flex;
    align-items: center;
    position: relative;
}

.lang a {
    color: #000;
    text-decoration: none;
    padding: 0px 5px;
}

.drop-lang {
    width: 60px;
    height: 60px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
    position: absolute;
    top: 88%;
    left: 32%;
    padding: 17px 20px !important;
    display: none;
    transition: 0.3s all ease-out;
}

.drop-lang p {
    margin: 0px;
}

.lang:hover .drop-lang {
    display: block;
}

/* .lang:hover .dropdown-menu {
    display: block;
} */

#products:hover #menu-fg {
    display: flex;
}

#product {
    width: 350px;
    padding: 10px 20px;
}

#prs {
    padding: 10px 0px;
}

#prs a {
    padding: 0;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
}

#prs p {
    margin: 0;
    font-size: 12px;
}

#prs img {
    width: 50px;
    margin-right: 10px;
}

#product {
    display: none;

}

.dropdown-hover:hover #product {
    display: block;
    width: 615px;
}

#prs .dropdown-item {
    padding: 10px;
    border-radius: 10px;
}

/* .cmt-hover {
    display: none;
    transition: all 0.3s ease-in;
}

.sand-hover {
    display: none;
    transition: all 0.3s ease-in;
}

.wind-hover {
    display: none;
    transition: all 0.3s ease-in;
}

.kite-hover {
    display: none;
    transition: all 0.3s ease-in;
}

.ndc-hover {
    display: none;
    transition: all 0.3s ease-in;
} */

#fg-nav {
    background-color: #fff !important;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: sticky;
    top: 0;
    z-index: 9;
    
}
.mobile-menu .show{
    overflow: auto;
    /* height: 100vh; */
    left: 0;
    width: 100%;
    background-color: #fff;
    /* position: absolute; */
    top: 77px;
}
.fg-bn-heading h1 {
    font-size: 28px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: left;
}

.tagline {
    text-align: end;
}

/* .fg-bn-heading h1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    color: #4490DF;
    filter: blur(0.5);
} */

.fg-bn-heading h1 span {
    color: #4490DF;
    font-weight: 500;
    font-size: 48px;
}

.fg-bn-heading p {
    color: #000000;
    font-weight: 600;
    line-height: 6px;
}

.bn-img {
    width: 58%;
    margin-right: 58px;
    margin-top: 10px;
}

.abt-pad h3 {
    font-weight: 600;
    font-size: 24px;
}

.abt-pad p {
    font-size: 17px;
    word-spacing: 2px;
}

.abt-img img {
    width: 80%;
}

.abt-img {
    padding: 40px 120px;
    text-align: center;
}

.abt-bg {
    background: linear-gradient(180deg, #4490df 9.8%, #7BB9C100 70.91%);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 10px 24px;
    position: relative;
    z-index: -1;
}

.abt-bg .row {
    border-radius: 22px;
    background: #fff;
    padding: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    z-index: -1;
}

.our-app-heading {
    font-size: 30px!important;
    text-align: center!important;
    padding: 18px 0px 72px!important;
    margin-bottom: -54px!important;
    border-radius: 80px 0px 0px 0px!important;
    width: 95%;
    margin-left: 5%!important;
}

.our-app-content {
    background: #f7f7f7;
}

/* .cont-ent {
    border-left: 1px solid #707070;
} */

.cont-ent span {
    color: #4490DF;
    font-weight: 600;
}

.prod-line {
    width: 46%;
}

.ndc-back {
    background: url(images/ndc-wall.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 7% 0px 14%;
    max-width: 1920px;
    margin: 0 auto;
}

.mobile-ndc {
    display: none;
    width: 100%;
}

.list-value li {
    font-size: 20px;
}

.abt-pad {
    padding: 3px 15px 15px;
}

.abt-pad p {
    line-height: 28px;
}

.backg {
    background: url(images/line-design.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
}

.cont-ent h3 {
    font-size: 34px;
    font-weight: 400;
    padding: 60px;
    margin: 0;
    line-height: 60px;
    border-left: 2px solid #4490df;
    border-radius: 60px 0px 0px 60px;
    border-top: 2px solid #4490df;
    border-bottom: 2px solid #4490df;
}

.umbrella-width {
    max-width: 660px !important;
    padding: 80px;
    width: 100%;
}

.links-cookies li a {
    text-decoration: none;
}

.cookies {
    display: flex;
    padding: 50px 20px 30px;
    justify-content: space-around;
    background: #f6f6f6;
    position: sticky;
    bottom: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px -12px 24px 0px;
    z-index: 9;
    background: url(images/cookies-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.cookies p {
    font-weight: 500;
}

.cookie-content {
    width: 70%;
}

.decline {
    text-decoration: none;
    border: 1px solid #4490df;
    padding: 5px 16px;
    border-radius: 20px;
    color: #4490df;
    display: block;
    margin: 0px 0px 15px;
    width: 100%;
    font-size: 18px;
}

.accept {
    text-decoration: none;
    border: 1px solid #4490df;
    padding: 5px 16px;
    border-radius: 20px;
    color: #fff;
    background: #4490df;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
    font-size: 18px;
}

.buttons-dec {
    width: 240px;
}

.logo-img {
    border-radius: 15px 15px 0px 0px;
    background: #D3E0ED;
    padding: 5px 10px;
}

.logo-img img {
    width: 100px;
}

#sand-width {
    width: 120px;
}

#profile-width {
    width: 185px;
}

.elnt {
    display: flex;
    align-items: center;
    border-radius: 0px 15px 15px 0px;
    box-shadow: rgb(0 0 0 / 3%) 3px 0px 4px;
    height: 100%;
}

.wind {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px;
    border-radius: 15px;
    height: 100%;
}

.airline-skecth {
    position: absolute;
    top: 15px;
    right: 10px;
}

.airline-skecth img {
    width: 170px !important;
    opacity: 0.4;
}

 /* news updated start */

  .news-room-updated .news_headlines {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .news-room-updated .news_headlines h3{
    text-align: center;
    color: #4490DF;
    border-right: 1px solid #000;
    padding: 15px 0;
  }
  .news-room-updated .news_headlines h4{
    font-size: 19px;
   }
   .news-room-updated img{
    max-width: 100%;
   }
   .sub_headnews h3 {
    font-size: 21px;
    color: #000;
  }
  .farenews-option img {
        max-width: 100%;
        height: 200px;
        margin: 0 auto;
        object-fit: contain;
        width: 100%;
    }
    .padding-farenexus-images{
        padding: 62px 0px;
    }
    .farenews-option h3{
        font-size: 17px;
        color: #000;
        margin: 0px 0 0px;
        /* height: 28px; */
    }
    .farenews-option p{
        margin:25px 0;
    }
  
   /* news updated end */

.news-room {
    background: url(images/news-room.png);
    background-repeat: no-repeat;
    background-size: 102%;
    background-position: center;
    padding: 100px 93px !important;
    margin: 20px 0px;
}

.travel-sol {
    background: #F3F6F7;
    border-radius: 30px;
    text-align: end;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.8s;
}
.travel-sol:hover{
    overflow: hidden;
    transition: all 0.8s;
}
.travel-sol:hover img{
  transform: scale(1.1);
  transition: all 0.8s;
}
.tech-content {
    padding: 40px 20px 0px;
}

.what-line {
    width: 46%;
}

.our-teams-heading h5 {
    color: #4490DF;
    font-size: 28px;
    font-weight: 600;
}

.box-mg {
    width: 100%;
    border-radius: 0px 0px 30px 30px;
    transition: all 0.8s;
}

.learn-more {
    bottom: 0;
    background: #D3E0ED;
    border-radius: 0px 0px 30px 30px;
    position: absolute;
    width: 100%;
    transition: all 0.6s;
}
.learn-more:hover {
    background: #003e7b;
    transition: all 0.6s;
}
.learn-more:hover a{
    color: #fff;
}
.learn-more a {
    color: #4490df;
    text-decoration: none;
    font-weight: 500;
}

.news-btn a {
    color: #4490df;
    text-decoration: none;
    font-weight: 500;
}

.tvl-sol h2 {
    font-size: 36px;
    font-weight: 600;
    color: #4490DF;
}

.tvl-sol p {
    font-size: 26px;
    font-weight: 300;
}

.tech-content h4 {
    font-weight: 600;
    font-size: 28px;
    color: #4490df;
}

.tech-content p {
    font-size: 18px;
}

.launch {
    width: fit-content;
    padding: 15px 25px;
    background: #F2F2F2;
    border-radius: 36px 0px 15px 0px;
}

.launch a {
    color: #4490DF;
    text-decoration: none;
    font-weight: 700;
}

.product-suit h4 {
    color: #4490DF;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
}

.product-suit {
    text-align: center;
}

.product-suit p {
    font-size: 26px;
    font-weight: 300;
}

.websites-logo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 83%;
    padding-top: 30px;
}

.product-box {
    padding: 20px 40px 20px 35px;
    background: #c4d8e75e;
    border-radius: 5px;
    border: 1px solid #dadada;
    height: 306px;
    min-height: 100%;
    transition: all 0.6s;
}
.product-box:hover {
  background-color: #c4d8e7c4;
  border-radius: 10px;
  transition: all 0.6s;
}
.product-box h4 {
    font-size: 18px;
}

.product-box p {
    font-size: 14px;
}

.cmt {
    width: 98px;
    padding: 10px 0px;
}

.winds {
    width: 117px;
    padding: 10px 0px;
}

.kite {
    width: 103px;
    padding: 10px 0px;
}

.ndc {
    width: 98px;
    padding: 10px 0px;
}

.sand {
    width: 120px;
    padding: 10px 0px;
}

.profile {
    width: 182px;
    padding: 10px 0px;
}

.launch-site {
    text-align: end;
}

.launch-site a {
    text-decoration: none;
    color: #4490DF;
    font-weight: 600;
}

/* .tech-content {
    background: url(images/techno.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 500px;
} */

.news-room h3 {
    font-size: 58px;
    color: #4490DF;
    font-family: 'Fredericka the Great', serif;
}

.news-content h5 {
    font-size: 20px;
    font-weight: 700;
}

.news-content h5 a {
    text-decoration: none;
    color: #000;
}

.news-content p {
    font-size: 20px;
    font-weight: 700;
    color: #4490DF;
}


/* privacy & policy  --------------------------------------------------------------------------------------------*/

.privacy-content h6 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 18px;
}

.privacy-content p {
    text-align: justify;
}

.privacy-content ul {
    padding: 20px 40px;
}

.privacy-content ul li {
    margin-bottom: 20px;
}

/* privacy & policy  --------------------------------------------------------------------------------------------*/

 /* testimonial start */
 .testimonial_slider  .owl-carousel{
    position: relative;
}
.owl-carousel .owl-item{
    margin-right: 18px !important;
    margin-bottom: 10px;
}
.owl-nav button {
position: absolute;
top: 50%;
background-color: #000;
color: #fff;
margin: 0;
transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
left: -38px;
}
.owl-nav button.owl-next {
right: -38px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav button span {
    font-size: 70px;    
    position: relative;
    top: -5px;
    font-family:'Font Awesome 5 Free';
    color: #498fe1;
}
.owl-nav button:focus {
    outline: none;
}
.testimonial_slider .card {
    border: none;
    border-radius: 0;
    /* box-shadow: 0px 1px 10px 0 rgba(22, 22, 26, 0.18); */
    position: relative;
    /* flex-direction: row; */
    align-items: center;
    height: 350px;
    justify-content: center;
}
.testimonial_slider .image-wrapper{
    padding: 0px 15px 0px;
    /* text-align: right; */
    
}
.testimonial_slider  img {
    max-width: 148px !important;
    /* border-radius: 50%;
    line-height: 100px;
    object-fit: cover;
    height: 100px; */
    /* height: 40px; */
    margin:0 auto;
    border: 1px solid #eee;
    border-radius: 50%;
    height: 150px;
    padding: 8px;
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
    object-fit: contain;
}
.testimonial_slider .image-wrapper h2{
    font-size: 13px;
    margin: 4px 0 4px;
    font-weight: 300;
    font-style: italic;
}
.testimonial_slider .image-wrapper p{
    margin: 0;
    font-size: 15px;
    line-height: 16px;
    color: #6a6a6a;
    height: 35px;
}
.testimonial_slider .image-wrapper span{
    display: block;
    font-size: 12px;
}
/* .testimonial_slider .card::after{
    position: absolute;
    content: '';
    background-image: url('images/quotes-img.png');
    background-size: contain;
    width: 65px;
    height: 72px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
} */
.testimonial_slider .card-body h5{
    font-size: 14px;
    font-weight: 300;
    padding-top: 0;
    line-height: 1.5;
    margin: 0;
    position: relative;
    text-align: justify;
}
.testimonial_slider .card-body h5:after{
    content: '';
    position: absolute;
    top: -15px;
    left: -24px;
    width: 20px; /* Set the desired width */
    height: 20px; /* Set the desired height */
    background-image: url('./images/quote-end.png');
    background-size: cover; /* Adjust the background image size */
    background-repeat: no-repeat;
}
.testimonial_slider .card-body h5:before{
    content: '';
    position: absolute;
    bottom: -19px;
    right: -20px;
    width: 20px; /* Set the desired width */
    height: 20px; /* Set the desired height */
    background-image: url('./images/quote-up.png');
    background-size: cover; /* Adjust the background image size */
    background-repeat: no-repeat;
}
.testimonial_slider .border-line {
    display: inline-block;
    border-top: 1px solid;
    /* background: #000; */
    width: 100px;
    position: relative;
    top: 13px;
}
.testimonial_slider .card-body{
    padding-top: 14px;
    /* height: 113px;
    overflow-y: scroll; */
    margin-bottom: 0px;
    padding-bottom: 0;
}
/* .testimonial_slider .card::before{
    position: absolute;
    content: '';
    background-image: url('images/die-bar.png');
    background-size: contain;
    width: 14px;
    height: 118px;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
} */
.testimonial_slider .carousel-inner {
padding: 1em;
}
.testimonial_slider .carousel-control-prev,.testimonial_slider 
.carousel-control-next {
background-color: #e1e1e1;
width: 6vh;
height: 6vh;
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
}
.testimonial_slider .carousel-control-prev span, .testimonial_slider
.carousel-control-next span {
width: 1.5rem;
height: 1.5rem;
}            
.carousel-custom-main {
margin-top: 0px;
padding-top: 20px;
padding-bottom: 20px;
background-color: transparent;
font-size: 28px;
}

a.owl-element {
text-decoration: none;
color: #333;
}

.owl-element span {
display: block;
padding: 60px 60px;
width: 160px;
height: 160px;
margin: 0 auto;
line-height: 40px;
margin-top: 5%;
transition: all 0.4s ease;
border: 1px solid transparent;
background-color: #efefef;
}
.owl-item.center > .owl-element span {
width: 180px;
height: 180px;
line-height: 65px;
margin-top: 0%;
background-color: #ff6633;
color: #ffffff;
}
/* testimonial end*/
/*-----------------------------------------------Footer css start-----------------------------------------------*/

.transform h3 {
    color: #000;
    font-size: 34px;
}

.transform h3 span {
    font-weight: 600;
    font-size: 34px;
    color: #498fe1;
}

.trusted.transform p {
    font-size: 16px;
}

.trusted p span a {
    color: #498fe1;
    text-decoration: none;
}

.transform p span {
    font-weight: 600;
}


.logo-slider {
    overflow: hidden;
    padding: 36px 0;
    white-space: nowrap;
    position: relative;
}

.logos-slide {
    display: inline-block;
    animation: 45s slide infinite linear;
}

.logos-slide img {
    width: 130px;
    margin: 0 40px;
}

/* #iso-img {
    width: 140px;
    padding: 0px 20px;
} */


@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.transform .background-gradient {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: rgba(5, 59, 122, 0.46) 0px 25px 20px -20px;
    position: relative;
    background: linear-gradient(0deg, rgb(131, 188, 255) 38.8%, rgb(255, 255, 255) 93.71%);
    padding: 0px 25px 13px;
}

.transform .row {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: linear-gradient(0deg, rgb(255, 255, 255) 48.8%, rgb(255, 255, 255) 67.71%);
}

.ft-links p:nth-child(1) {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    position: relative;
}

.fg-tech-heading h1 {
    font-size: 70px;
    font-weight: 400;
}

.technologies a {
    color: #fff;
    text-decoration: none;
}

.ndc-acd {
    width: 80%;
}

/* .technologies h3 {
    color: #4490DF;
    font-weight: 600;
    font-size: 28px;
}

.technologies p {
    font-size: 18px;
} */


.footer {
    box-shadow: 0px -12px 6px -7px rgba(0, 0, 0, 0.1);
    /* padding-top: 18px; */
    background-color: #12364F;
    /* margin-top: -40px; */
}

.ft-links p:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
}

/* .top-space {
} */

.ft-links p:last-child {
    margin-bottom: 0;
}

/* .ft-links p:nth-child(1)::before {
    content: "";
    position: absolute;
    width: 56px;
    height: 2px;
    background: #326A74;
    top: -4px;
} */

.ft-links p {
    margin-bottom: 18px;
}

.ft-links p a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.address {
    margin-top: 0px;
}

.trusted p span a {
    color: #498fe1;
    text-decoration: none;
}

.address p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.spacing-text {
    padding-bottom: 32px;
    color: #326a74;
    font-weight: 400;
}

.content-wf p {
    font-size: 16px;
    line-height: 36px;
    color: #000;
}

.address img {
    width: 164px;
}

.other-info {
    border-top: 1px solid #fff;
    background: #12364F;
}

#iso-img {
    width: 86px;
    margin-right: 20px;
}

/*

footer .row {
    padding-left: 100px;
} */

.copy-right {
    display: flex;
    justify-content: space-between;
}

.text p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0px;
}

.vector-img {
    padding: 66px 80px 0 120px;
    position: relative;
}

.text p i {
    font-size: 14px;
    font-weight: 300;
    padding-right: 10px;
}

.right a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0px;
    text-decoration: none;
}

.right a i {
    font-size: 16px;
    margin-right: 2px;
}

.right a:hover {
    color: #ffff;
}

.ft-links p a:hover {
    color: #fff;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(images/arrow-right.png) !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(images/arrow-left.png) !important;
}

.exp .swiper-pagination-bullet {
    width: 15px;
    height: 15px !important;
    display: inline-block !important;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #fff !important;
    transition: 0.1s ease-in !important;
    opacity: 1 !important;
}

.exp .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #fff !important;
    height: 15px;
    width: 30px !important;
    border-radius: 30px !important;
    transition: 0.1s ease-in !important;
}

.exp .swiper-wrapper {
    height: 170px;
}

.tag {
    width: 100px;
    float: right;
}

.shape {
    position: relative;
    z-index: 99999999;
    margin-top: -41%;
}

.main-footer .location {
    right: 0;
    bottom: 4px;
    text-align: right;
}

.main-footer .location a {
    background-color: #fff;
    padding: 5px 15px;
    border: 1px solid;
    border-bottom: 0;
}

/* Technology Page STYLE */

/* .fg-tech-heading  h1{
    font-size: 100px;
} */


/*-----------------------------------------------Footer css end-----------------------------------------------*/


/* .ceo-img {
    background: url(images/ravi-sir-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */

.avatar-emp {
    text-align: center;
}

.avatar-emp h4 {
    color: #4490DF;
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
}

.avatar-emp p {
    color: #454545;
    font-size: 16px;
    font-weight: 500;
}

.image-position {
    display: flex;
    justify-content: center;
}

.image-position h5 {
    color: #4490DF;
    font-size: 30px;
    font-weight: 500;
}

.img-sketch {
    width: fit-content;
}

.img-sketch img {
    width: 155px;
}

.heading-ceo {
    text-align: center;
}

.heading-ceo h3 {
    color: #043357;
    position: relative;
    padding-top: 62px;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 0px;
}

.heading-ceo h3::after {
    content: "RAVI PANWAR";
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #4490DF;
    font-size: 140px;
    font-weight: 700;
    position: absolute;
    top: -31px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0.3;
}

.heading-ceo h4 {
    color: #454545;
    font-size: 26px;
    font-weight: 700;
}

.color-hover {
    display: none;
}

.img-sketch:hover .sketch-hover {
    display: none;
}

.img-sketch:hover .color-hover {
    display: block;
}

.color-hover {
    display: none;
    transition: all 0.3s ease-in-out;
}

.image-position img:hover .color-hover {
    display: block;
}

/* .techies {
    width: 60%;
} */

.techies p {
    margin: 0;
    color: #4490DF;
    font-size: 28px;
    font-weight: 600;
    margin-left: 5px;
}

.techno-java {
    border-left: 1px solid #448fdf51;
    padding: 30px 60px;
}

.techno-java h4 {
    color: #4490DF;
    font-weight: 600;
    font-size: 32px;
}

.techno-java p {
    font-size: 22px;
}

.bg-tag {
    background: url(images/tag-line.png);
    background-size: cover;
    padding: 50px;
    background-repeat: no-repeat;
    text-align: center;
}

.bg-tag p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

/* .get-started {
    margin-right: -14%;
} */

.get-started h3 {
    color: #4490DF;
    font-weight: 600;
    font-size: 36px;
}

.back-draw input {
    width: 46%;
    border: none;
    background: url(images/get-started-input.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 32px 40px;
    background-size: contain;
    margin: 6px 6px 18px;
}

.back-draw input:focus-visible {
    border: none;
    outline: transparent;
}

.back-draw2 input {
    width: 46%;
    border: none;
    /* background: url(images/con-name.png); */
    background-repeat: no-repeat;
    background-position: center;
    padding: 38px 40px;
    background-size: contain;
    margin: 6px 6px 18px;
}

/* .back-draw2 input:focus-visible {
    border: none;
    outline: transparent;
} */

.back-draw3 {
    width: 96%;
    /* background: url(images/con-email.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 38px 40px;
}

.back-draw3 input {
    border: none;
}

.back-draw3 input:focus-visible {
    border: none;
    outline: transparent;
}

.msg {
    width: 96%;

    border: none;
    background: url(images/msg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 54px;
    background-size: contain;
}

.msg input {
    border: none;
    height: 175px;
    width: 100%;
    background: transparent;
}

.msg input:focus-visible {
    border: none;
    outline: transparent;
}


.message input {
    width: 96%;
    height: 234px;
    border: none;
    background: url(images/text-area-input.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 54px;
    background-size: contain;
}

.message input:focus-visible {
    border: none;
    outline: transparent;
}


.analysis-heading {
    display: flex;
    flex-wrap: wrap;
}

.analysis-heading div {
    font-size: 22px;
    background: #b0d2f659;
    border: 1px solid #4490df;
    border-radius: 30px;
    padding: 9px 25px;
    margin: 13px 10px;
    font-weight: 500;
}



/* OUR teams Starts */

.our-team-bg {
    background: url(images/our-team.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12% 0% 26%;
    background-position: center;
}

.our-str {
    text-align: center;
}

.our-str p {
    font-size: 18px;
}

.our-str img {
    width: 75%;
}

.technologies h3 {
    color: #4490DF;
    font-weight: 600;
    font-size: 34px;
}

.unbound {
    width: 80%;
}

.zig-zag {
    width: 50%;
}

.big-size-img {
    width: 65%;
}

.con-bann {
    width: 66% !important;
    margin-right: 45px;
    padding: 50px 0px;
}

.bn-img-rp {
    width: 100%;
    /* margin-right: 58px; */
    margin-top: 10px;
}

.back-draw2 {
    display: flex;
    justify-content: space-around;
}

.technologies h5 {
    color: #4490DF;
    font-size: 24px;
}

.technologies p {
    font-size: 20px;
    line-height: 42px;
}

.technologies ul>li::marker {
    background-color: #4490DF;
    color: #4490DF;
}

.story h3 {
    color: #4490DF;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
}

.story img {
    width: 100%;
}


.abt-banner {
    background: url(images/montrial.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 11% 0px 35%;
}

.border-skt h4 {
    color: #4490DF;
    font-weight: 600;
    font-size: 16px;
}

.border-skt p {
    font-size: 14px;
    padding: 30px 32px 10px;
}

.slider-app h3 {
    color: #4490DF;
    font-weight: 600;
    font-size: 28px;
}

.swiper-container {
    width: 100%;
    height: 341px;
    margin: 20px auto;
}

.swiper-slide {
    background: url(images/approach.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 9% 0px;
}

.swiper-slide-container {
    text-align: center;
    font-size: 18px;
    height: 100%;
    max-width: 600px;
    margin: auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(images/LEFT-ARROW.png) !important;
    background-repeat: no-repeat;
    background-size: 100% !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(images/right-arrow.png) !important;
    background-repeat: no-repeat;
    background-size: 100% !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 38px;
    height: 38px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    top: 95%;
    left: 41%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: auto;
    left: 52%;
    top: 95%;
}

.swiper-slide {
    transform: scale(0.8);
}

.swiper-slide-active {
    transform: scale(1);
}

.abt-pad label {
    font-size: 20px;
    padding-left: 10px;
}

/* OUR TEAMS ********************************************************/
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #043357;
    background: transparent;
    border-bottom: 2px solid #043357;
    border-radius: 0;
}

.heading-employees {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.employees-content {
    width: 700px;
}

.employees-content h3 {
    font-size: 28px;
    color: #4490DF;
    font-weight: 600;
}

.employees-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.employees-content p {
    font-size: 14px;
    text-align: justify;
}

/* .bg-hover {
    background: linear-gradient(270deg, #FFF 0.79%, #E2F0FF 99.92%);
}

.bg-hover2 {
    background: linear-gradient(90deg, #FFF 0.79%, #E2F0FF 99.92%);
} */


.bg-hover {
    background: url(images/border-sketch.png);
    background-size: 95%;
    background-repeat: no-repeat;
    padding: 20px 0px 70px;
}

.nav-pills .nav-link {
    font-size: 34px;
    font-weight: 600;
    color: #454545;
    padding: 0px 89px;
}

.sunil h3 {
    position: relative;
    z-index: 1;
}

input[type="checkbox" i] {
    width: 20px;
    height: 20px;

}

.contect-input {
    display: flex;
    justify-content: space-between;
}

.check-cont {
    display: flex;
    align-items: center;
}



/* Media Page style Start ---------------------------------------------------------------------*/
.latest-news {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.late-img {
    width: 100%;
    border-radius: 10px 0px 0px 10px;
}

.letest-content h3 {
    line-height: 34px;
    font-size: 26px;
}

.letest-content p {
    font-size: 18px;
    text-align: justify;
}

/* .late-parent {
    display: flex;
} */

.info-news {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.info-news h4 {
    color: #4490DF;
    font-size: 18px;
}

.info-news a {
    color: #4490DF;
    text-decoration: none;
}

.latest-img {
    position: relative;
}

.latest-img img {
    width: 100%;
    border-radius: 10px;
}

.news-card {
    width: 100%;
    height: auto;
    background: linear-gradient(105deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.21) 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5.150000095367432px);
    padding: 22px;
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 10px 10px;
}

.news-card h3 {
    line-height: 32px;
    font-size: 20px;
    color: #fff;
}

.news-card p {
    color: #fff;
    font-size: 14px;
}

.info-news2 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.info-news2 h4 {
    color: #4490DF;
    font-size: 18px;
    margin: 0;
}

.info-news2 a {
    color: #4490DF;
    text-decoration: none;
}

.mission {
    background: url(images/vision.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 106px 50px;
    text-align: center;

}

.content-plans img {
    margin-bottom: 12px;
}

.content-plans h3 {
    font-weight: 700;
    color: #000;
}

.content-plans p {
    font-size: 18px;
    color: #000;
}

.list-value li {
    list-style: none;
    font-size: 18px;
    color: #000;
}

.vision {
    background: url(images/mission.png);
    background-repeat: no-repeat;
    background-size: 95%;
    padding: 60px 60px;
    text-align: center;
    position: relative;
    right: -23%;
    z-index: -1;
}

.values {
    background: url(images/values.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 86px 50px;
    text-align: center;
    position: relative;
    left: -18%;
    z-index: -1;
}

#msg {
    border: none;
    height: 160px!important;
    width: 100%;
    background: transparent;
}

#msg:focus-visible {
    outline: none;
}

.error {
    border: 1px solid red;
}

/* Media Page style Start ---------------------------------------------------------------------*/


.main-menu {
    padding: 20px 40px 20px;
    background: #F8F8F8;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.3s ease-out;
    position: absolute;
    width: 100%;
    left: 0;
    top: 71px;
}

.menu-item li {
    list-style: none;
}

.menu-item p {
    font-size: 14px;
}



.menu-box h4 {
    font-size: 16px;
}

.menu-box h4 i {
    font-size: 12px;
}

.menu-img-content h6 {
    font-size: 18px;
    font-weight: 600;
    color: #200A58;
}

.menu-img-content p {
    font-size: 14px;
}

#main-menu-img img {
    border-left: 8px solid #200A58;
    width: 320px;
    max-width: 100%;
}

.menu-box:hover {
    background: #1692E5;
    border-left: 4px solid #200A58;
}

.menu-box:hover h4 {
    color: #fff;
}

.menu-box:hover p {
    color: #fff;
}

.menu-item a {
    color: #000;
    text-decoration: none;
}

#drop-hover .main-menu {
    display: none;
}

#drop-hover:hover .main-menu {
    display: block;
}

/* Services Menu ------------------------------------------------------------------------------------*/

.menu-item2 {
    display: flex;
    align-items: center;
    padding-left: 0px;

}

.main-menu2 {
    padding: 20px 10px 20px;
    background: #F8F8F8;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.3s ease-out;
    position: absolute;
    width: 90%;
    left: 8%;
    top: 71px;
    border-radius: 10px;
    right: 0;
}

.menu-item2 li {
    list-style: none;
}

.menu-item2 p {
    font-size: 14px;
}

.menu-box2 {
    width: 290px;
    height: 137px;
    padding: 32px 10px;
    margin-right: 10px;
    transition: all 0.3s ease-out;
}

.menu-box2 h4 {
    font-size: 20px;
}

.menu-box2 h4 i {
    font-size: 12px;
}

.menu-img-content2 h6 {
    font-size: 18px;
    font-weight: 600;
    color: #200A58;
}

.menu-img-content2 p {
    font-size: 14px;
}

#main-menu-img2 img {
    border-left: 8px solid #200A58;
    width: 100%;
}

.menu-box2:hover {
    background: #1692E5;
    border-left: 4px solid #200A58;
}

.menu-box2:hover h4 {
    color: #fff;
}

.menu-box2:hover p {
    color: #fff;
}

.menu-item2 a {
    color: #000;
    text-decoration: none;
}

#drop-hover2 .main-menu2 {
    display: none;
}

#drop-hover2:hover .main-menu2 {
    display: block;
}


/* About Us style ----------------------------------------------------------------------------*/



.menu-item3 {
    display: flex;
    align-items: center;
    padding-left: 0px;

}

.main-menu3 {
    padding: 20px 10px 20px;
    background: #F8F8F8;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.3s ease-out;
    position: absolute;
    width: 90%;
    left: 8%;
    top: 71px;
    border-radius: 10px;
    right: 0;
}

.menu-item3 li {
    list-style: none;
}

.menu-item3 p {
    font-size: 14px;
}

.menu-box3 {
    width: 290px;
    height: 137px;
    padding: 32px 10px;
    margin-right: 10px;
    transition: all 0.3s ease-out;
}

.menu-box3 h4 {
    font-size: 20px;
}

.menu-box3 h4 i {
    font-size: 12px;
}

.menu-img-content3 h6 {
    font-size: 18px;
    font-weight: 600;
    color: #200A58;
}

.menu-img-content3 p {
    font-size: 14px;
}

#main-menu-img3 img {
    border-left: 8px solid #200A58;
    width: 100%;
}

.menu-box3:hover {
    background: #1692E5;
    border-left: 4px solid #200A58;
}

.menu-box3:hover h4 {
    color: #fff;
}

.menu-box3:hover p {
    color: #fff;
}

.menu-item3 a {
    color: #000;
    text-decoration: none;
}

#drop-hover3 .main-menu3 {
    display: none;
}

#drop-hover3:hover .main-menu3 {
    display: block;
}

.desktop-menu {
    display: block;
}

.mobile-menu {
    display: none;
}



@media screen and (max-width: 991px) {
    .farenews-option img {
        max-width: 100%;
        height: 130px;
    }
    .desktop-menu {
        display: none;
    }
    .navbar-expand-lg .navbar-collapse {
    padding-left: 0px;
  }
  .mobile-menu .navbar-collapse .navbar-nav .nav-item {
    padding: 0 !important;
}
  
   .navbar-toggler:focus{
	   box-shadow:none;
   }
   ul.navbar-nav {
    margin-bottom: 0 !important;
}
   .nav-item {
    padding: 0;
    font-weight: 500;
}
    .mobile-menu {
        display: block;
    }
    .navbar-expand-lg .navbar-collapse {
        padding-left: 0px;
    }
    .get-started {
        flex-direction: column;
    }
    .mobile-menu {
        display: block;
    }
    .get-started .lang {
        padding: 3px 0;
        font-size: 16px;
    }
    .get-started .lang img{
        width: 16px;
    }
    .get-started .lang .nav-link {
        display: none;
    }
    .mobile-menu .dropdown-hover:hover #product {
        display: inherit;
        width: 615px;
    }
}



@media (min-width: 992px) and (max-width: 1300px) {
    .news-room h3 {
        font-size: 44px;
    }

    .news-content p {
        margin: 0px;
    }

    .news-content h5 {
        font-size: 18px;
    }

    .news-content p {
        font-size: 15px;
    }

    .border-skt p {
        padding: 0px 32px 10px;
    }

    .swiper-slide {
        padding: 7% 0px;
    }

    .news-card {
        height: auto;
    }

    .news-card h3 {
        line-height: 22px;
        font-size: 16px;
    }

    .news-card p {
        font-size: 14px;
    }

    .info-news2 h4 {
        color: #4490DF;
        font-size: 14px;
        margin: 0;
    }

    .menu-box {
        width: 215px;
        padding: 20px 10px;
    }

    .main-menu2 {
        width: 83%;
        left: 5%;
    }

    .menu-box2 {
        width: 245px;
        height: 130px;
        padding: 24px 10px;
    }

    .menu-box2 h4 {
        font-size: 16px;
    }

    .menu-box2 h4 i {
        font-size: 14px;
    }

    .main-menu3 {
        width: 88%;
        left: 5%;
    }

    .menu-box3 {
        width: 260px;
        height: 137px;
        padding: 32px 10px;
    }

    .menu-box3 h4 {
        font-size: 16px;
    }

    .mission {
        background: url(images/vision.png);
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 106px 50px;
        text-align: center;
    }

    .content-plans img {
        margin-bottom: 20px;
		width: 100px;
		height: 100px;
		object-fit: contain;
    }

    .content-plans h3 {
        font-weight: 700;
    }

    .content-plans p {
        font-size: 15px;
    }

    .list-value li {
        list-style: none;
        font-size: 15px;
    }

    .vision {
        background: url(images/mission.png);
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 25px 50px 72px;
        text-align: center;
    }

    .values {
        background: url(images/values.png);
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 17px 50px 65px 50px;
        text-align: center;
    }

    .navbar-expand-lg .navbar-collapse {
        padding-left: 52px;
    }
}

@media (min-width: 1600px) and (max-width: 1950px) {
    .swiper-slide {
        background-size: contain;
        padding: 15% 0px;
    }

    .swiper-container {
        height: 416px;
    }

    .msg input {
        border: none;
        height: 256px;
        width: 100%;
    }

    .msg {
        background-size: 100%;
    }

    .ndc-back {
        padding: 16% 0px 14%;
    }
}

/* scrollbar */
div::-webkit-scrollbar-track{
    border-radius: 5px;
    background-color: #F5F5F5;
}
div::-webkit-scrollbar{
    width: 4px;
    background-color: #F5F5F5;
    border-radius: 10px;
    height: 6px;
}
div::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #ccc;
}

/* scrollbar */

/* @media (min-width: 1300px) and (max-width: 1420px){
    .msg input {
        border: none;
        height: 256px;
        width: 100%;
    }

    .msg {
        background-size: 100%;
    }
} */

#cross {
    cursor: pointer;
}
.linkdin-btn-new a {
    text-decoration: none;
}
button.mb-3.linkdin-btn-new {
    border: none;
    margin: auto;
    background: transparent;
    display: flex;
    justify-content: end;
}
.cookies{
    display: none;
}
@media screen and (max-width: 1024px) {
    .fg-bn-heading h1 span {
        font-size: 42px;
    }
    .cont-ent h3 {
        font-size: 27px;
        line-height: 42px;
    }
    .navbar-expand-lg .navbar-collapse {
        padding-left: 0px;
    }
    #request-btn3 {
        padding: 8px 10px 8px 0px;
    }
    #request-btn3 a {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .fg-bn-heading h1 span {
        font-size: 36px;
    }   
    .bn-img {
        width: 80%;
        margin-right: 25px;
        margin-top: 10px;
    }
    .cont-ent h3 {
        font-size: 22px;
        padding: 52px;
        line-height: 38px;
    } 
    .product-box h4 {
        display: -webkit-box;
        max-width: 300px;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
       overflow: hidden;
    }
    
    .product-box p {
          display: -webkit-box;
         max-width: 300px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .bg-tag {
        background-size: cover;
    }
}
@media screen and (max-width: 576px) {
    .menu-box3 {
        padding: 2px 10px;
    }
    .menu-item3 li {
        list-style: none;
        height: 100px;
    }
    .menu-box {
        width: 90%;
        height: auto;
        padding: 4px 10px 0px;
    }
    .menu-box2 {
        padding: 2px 10px;
    }
    #fg-nav {
        position: relative;
        
    }
    #request-btn3 {
        border-left: 0px solid #707070;
    }
    .navbar-expand-xl .navbar-collapse {
        margin-left: 0px !important;
    }
    .get-started {
        flex-direction: row;
    }
    .linked-in {
        padding: 6px 5px !important;
    }
    .farenews-option p {
        margin: 10px 0;
    }
    .farenews-option h3, .farenews-option img {
        height: auto !important;
        margin: 10px 0px;
    }
    .farenews-option a{
        margin-bottom: 10px;
    }
    .check-cont input[type="checkbox" i]{
        width: 8% !important;
    }
    .owl-carousel .owl-item {
        margin-right: 19px !important;
        margin-bottom: 10px;
    }
    .owl-nav button.owl-prev {
        left: -9px !important;
        }
        .owl-nav button.owl-next {
        right: -9px !important;
        }
    .check-cont label{
        width: 90% !important;
    }
    .ft-links p{
        margin-bottom: -10px !important;
    }
    .ft-links .footer-links-align p{
        margin-bottom: 8px !important;
    }
    .privacy-content ul {
        padding: 2px 30px 0;
        margin-bottom: 0;
    }   
    .privacy-content ul li {
        margin-bottom: 3px;
    }
    .privacy-content ul li:first-child{
        margin-bottom: 0px;
    }
   
    #product {
        padding: 10px;
        width: 100% !important;
    }
    .bg-tag {
        background-size: cover !important;
    }
    .privacy-content h6 {
        margin-top: 9px;
        margin-bottom: 6px;
    }
    .privacy-content {
        padding-bottom: 18px;
    }
    .privacy-content h6:first-child {
        margin-top: 0px;
    }
    #prs a {
        align-items: center;
    }

    #prs img {
        width: 40px;
    }

    .fg-bn-heading h1 span {
        color: #4490DF;
        font-weight: 600;
        font-size: 28px;
    }

    .umbrella-width {
        width: 100%;
        padding: 20px;
    }

    .our-team-bg {
        padding: 20px 0px;
        background: transparent;
    }

    .abt-pad {
        padding: 15px;
    }

    #fg-nav {
        padding: 0px 10px;
    }

    .fg-logo img {
        width: 140px;
    }

    #fg-nav .container-fluid {
        padding: 0;
    }

    .nav-link {
        font-size: 16px;
    }

    .nav-item {
        padding: 0;
    }

    .request-btn {
        border-radius: 5px;
        padding: 4px 8px;
        font-size: 14px;
    }

    .navbar-toggler-icon {
        width: 2rem;
        height: 2rem;
    }

    .umbrella-width {
        width: 100% !important;
    }

    .fg-bn-heading h1 {
        font-size: 22px;
        position: relative;
    }

    .fg-bn-heading h1::after {
        content: unset;
    }

    .bn-img {
        width: 100%;
        margin-right: 0;
    }

    .abt-bg {
        padding: 7px 18px 9px;
    }

    .con-bann {
        width: 74% !important;
        margin-right: 45px;
        padding: 10px 0px 30px;
    }

    .abt-pad h3 {
        font-size: 16px;
    }

    .abt-pad p {
        line-height: 22px;
        font-size: 14px;
        margin: 0;
        text-align: center;
    }

    .abt-bg .row {
        padding: 0;
    }

    .tagline {
        display: none;
    }

    /* .abt-bg {
        padding: 10px;
        background: transparent;
    } */

    .vision {
        background: url(images/mission.png);
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 64px 18px;
        text-align: center;
        position: relative;
        right: auto;
        z-index: auto;
    }

    .content-plans img {
        width: 50px;
    }

    .content-plans p {
        font-size: 14px;
        color: #000;
        padding: 10px;
    }

    .mission {
        background: url(images/vision.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 82px 18px;
        text-align: center;
    }

    .values {
        background: url(images/values.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 66px 18px;
        text-align: center;
        position: relative;
        left: auto;
        z-index: auto;
    }

    .transform h3 {
        font-size: 24px;
        margin-bottom: 10px !important;
    }

    .transform h3 span {
        font-size: 24px;
    }

    .cont-ent h3 {
        font-size: 18px!important;
        line-height: 34px;
        padding: 20px 36px; 
    }

    .product-suit h4 {
        font-size: 24px;
    }

    .product-suit p {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .product-box {
        padding: 8px 25px 8px 25px;
        margin-bottom: 0;
        height: auto !important;
    }

    .product-box h4 {
        font-size: 18px;
    }

    .launch-site a {
        font-size: 14px;
    }

    .cmt {
        width: 58px;
        padding: 10px 0px;
    }

    .winds {
        width: 68px;
        padding: 10px 0px;
    }

    .kite {
        width: 63px;
        padding: 10px 0px;
    }

    .sand {
        width: 78px;
        padding: 10px 0px;
    }

    .profile {
        width: 118px;
        padding: 10px 0px;
    }

    .ndc {
        width: 65px;
        padding: 10px 0px;
    }

    .tvl-sol h2 {
        font-size: 24px;
    }

    .tvl-sol p {
        font-size: 16px;
    }

    .tech-content {
        padding: 20px 20px 0px;
    }

    .mobile-ndc {
        display: block;
    }

    .travel-sol {
        margin: 10px;
        border-radius: 22px;
    }

    .learn-more {
        border-radius: 0px 0px 22px 22px;
    }

    .tech-content h4 {
        font-size: 20px;
    }

    .tech-content p {
        font-size: 14px;
        padding-bottom: 30px;
    }

    .big-size-img {
        width: 100%;
    }

    /* .travel-sol img {
        display: none;
    } */

    .learn-more a {
        font-size: 14px;
        margin: 0;
    }

    .footer {
        box-shadow: 0px -12px 6px -7px rgba(0, 0, 0, 0.1);
        padding-top: 72px;
        background-color: #12364F;
        margin-top: -48px;
    }

    .news-room {
        background: transparent;
        padding: 10px !important;
    }

    .news-room h3 {
        font-size: 48px;
    }

    .news-content h5 {
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 500;
    }

    .news-content p {
        font-size: 16px;
        font-weight: 600;
    }

    .logos-slide img {
        width: 92px;
        margin: 0 20px;
    }

    .ft-links p:nth-child(1) {
        font-size: 20px;
        margin: 10px 0px 15px;
    }

    .vector-img {
        background: transparent;
        padding: 0px 0px 0 0px;
    }

    .address {
        margin-top: 0px;
    }

    .text p {
        font-size: 14px;
        padding: 7px 0px;
    }

    .text p i {
        font-size: 16px;
    }

    .right a {
        font-size: 16px;
    }

    .back-draw2 {
        display: block;
    }

    .contect-input {
        display: block;
    }

    input[type="checkbox" i] {
        width: auto;
        height: auto;
    }

    .abt-pad label {
        font-size: 14px;
        padding-left: 10px;
    }

    .abt-pad label {
        padding: 10px;
    }

    .copy-right {
        display: block;
    }

    /* Media style start *************************************************************************************/

    .late-img {
        border-radius: 10px 10px 0px 0px;
    }

    .letest-content h3 {
        line-height: 26px;
        font-size: 16px;
        padding: 10px 0px 0px;
        font-weight: 600;
        margin: 0;
    }

    .letest-content p {
        font-size: 14px;
        text-align: start;
        margin-bottom: 12px;
    }

    .info-news h4 {
        color: #4490DF;
        font-size: 14px;
        margin-bottom: 14px;
    }

    .news-card {
        height: 100%;
        padding: 14px;
        border-radius: 10px;
        backdrop-filter: blur(2.15px);
    }

    .news-card p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .info-news2 {
        display: block;
    }

    .info-news2 h4 {
        font-size: 16px;
        margin: 10px 0px;
    }

    .news-card h3 {
        font-size: 18px;
    }

    /* Media style end*************************************************************************************/


    /* Technology Page design start ********************************************************************/
    .fg-tech-heading h1 {
        font-size: 23px !important;
        margin: 0;
        font-weight: 700;
    }

    .techies p {
        font-size: 16px;
        margin: 0;
    }

    .abt-banner {
        background: transparent;
    }

    .our-str p {
        font-size: 14px;
        line-height: 26px;
    }

    .our-str img {
        width: 100%;
    }

    .avatar-emp h4 {
        padding: 10px 0px 0px;
    }

    .technologies h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    /* .technologies h3 {
        font-size: 20px;
    } */

    .technologies h5 {
        color: #4490DF;
        font-size: 18px;
    }

    .technologies p {
        padding: 0px 0px 16px;
        font-size: 14px;
    }

    .technologies ul li {
        font-size: 14px;
    }

    .swiper-slide-container {
        align-items: normal;
    }

    .border-skt h4 {
        color: #4490DF;
        font-weight: 600;
        font-size: 20px;
        padding: 0px 36px;
    }

    .story h3 {
        font-size: 28px;
    }

    .ndc-back {
        background: transparent;
        padding-bottom: 0;
    }

    .border-skt p {
        font-size: 16px;
        padding: 4px 32px 10px;
        margin: 0;
    }

    .swiper-container {
        width: 100%;
        height: 346px;
        margin: 20px auto;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        top: 94%;
        left: 29%;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: auto;
        left: 57%;
        top: 94%;
    }

    .unbound {
        width: 100% !important;
        padding-top: 20px;
    }

    .tech-stack {
        display: none;
    }

    .technologies p {
        font-size: 14px;
        margin: 0;
        line-height: 25px !important;
    }

    .techno-java {
        padding: 20px;
    }

    .explore-heading h2 {
        font-size: 24px !important;
    }

    .explore-heading h5 {
        font-size: 18px !important;
    }

    .explore-heading p {
        font-size: 14px !important;
    }

    .back-draw2 input {
        width: 100%;
        padding: 10px 12px;
        background-size: 100%;
        font-size: 12px;
    }

    .msg input {
        border: none;
        height: 100%;
        width: 100%;
    }

    

    .msg {
        width: 100%;
        padding: 20px;
        background-size: 101% 110%;
        background-image: url(images/msg-mobile.png) !important;
    }

    .techno-java h4 {
        font-size: 20px;
    }

    .bg-tag {
        margin: 0px !important;
        background-size: cover;
        padding: 10px;
    }

    .bg-tag p {
        font-size: 14px;
        margin: 0px;
        font-weight: 500;
    }

    .zig-zag {
        width: 100%;
    }

    .back-draw input {
        width: 100%;
        margin: 0px;
        padding: 32px 16px;
    }

    .get-started h3 {
        font-size: 20px;
    }

    .message input {
        width: 100%;
        height: 100%;
        padding: 30px;
        background-size: cover;
    }

    /* Technology Page design end ********************************************************************/


    /* Reporting and Analytics start ***********************************************************************/

    .analysis-heading div {
        font-size: 14px;
        border-radius: 30px;
        padding: 9px 19px;
    }

    .address img {
        width: 110px;
    }

    #iso-img {
        width: 54px;
        margin-right: 20px;
    }

    /* .footer-links-align {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
    } */

    /* Reporting and Analytics end ***********************************************************************/
}
/* added css 15jan */
.menu-item, .menu-item2, .menu-item3 {
    display: flex;
    align-items: center;
    padding-left: 0px;
    justify-content: start;
    flex-wrap: wrap;
}
.main-menu, .main-menu2, .main-menu3 {
    width: calc(100% - 20px);
    left: 0;
    margin: 0 10px;
    top: 60px;
    z-index: 1;
}
#drop-hover:hover .main-menu {
    display: block;
    max-height: fit-content;
    overflow-y: auto;
    border-radius: 4px;
}
/* reponsive according bootstrap 5 breakpoints */
@media (max-width: 1399.98px) {
.nav-link, #request-btn3 a {
    font-size: 16px;
}
.nav-item {
    padding: 0;
}
}
@media (max-width: 1199.98px) {
    .nav-item {
        position: relative;
    }
    .main-menu, .main-menu2, .main-menu3 {
        top: 40px;
    }
    .cont-ent h3 {
        font-size: 26px;
        line-height: 36px;
    }

}
@media (max-width: 991.98px) {
    .umbrella-width {
        padding: 20px;
    }
    .product-suit p, .tvl-sol p {
        font-size: 22px;
    }
    .api-banner {
        background-position: 88% 50%;
    }
}
@media (max-width: 767.98px) {
    .umbrella-width {
        padding-top: 0;
    }
    .api-banner {
        background-position: 50% 50%;
    }
    .get-started {
        padding: 5px 8px;
    }
}
@media (max-width: 575.98px) {
    .product-suit p, .tvl-sol p {
        font-size: 16px;
    }
    .news-room-updated .news_headlines h4 {
        font-size: 18px;
    }
    .seg-text {
        word-break: break-word;
        padding: 0 12px;
    }
}