html {
    scroll-behavior: auto !important;
}

body {
    font-family: 'Poppins', sans-serif;
    transition: 0.5s;
}

a,
a:hover {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

button:focus {
    border: none;
    outline: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}
.paricularDiv {
    background-color: white; 
    display: inline-block;
    padding: 10px; 
    border-radius: 10px; 
  }
  
  .paricularDiv img {
    width: 80px; 
    height: auto;
  }
  
  .icon-container {
    text-align: center;
  }
  
  
  @media (max-width: 768px) {
    .paricularDiv img {
      width: 60px; 
    }
  }
/* new product page css start */
.bg-nproduct{
    background: linear-gradient(to right, #fcf2fd 0%, #e9effd 100%);
    }
    .paricularDiv{
        background-color: #fff;
    }
.videoCLass{
    height: 325px;
    width: 50%;
    padding: 12px;
    box-shadow: 0px 8px 10px rgba(0, 71, 166, 0.2);
    border: 0.1px solid #0015672a;
    margin: 12px 12px;
    border-radius: 8px;
}
.seviceVideo{
    height: 420px;
    width: 380px;
} 
.serviceSpan{
    font-weight: bold;
} 
ul.custom-list {
    list-style-type: none; /* Removes the default list styling */
    padding: 0; /* Optional: Removes padding if needed */
}

ul.custom-list li:before {
    content: "• "; /* Adds the dot before each list item */
    padding-right: 8px; /* Adds space between the dot and text */
}
.workVideo{
    height: 400px;
    width: 400px;
}
/****************************header start*********************************/
header {
    padding: 15px 0;
    top: 0px;
    width: 100%;
    background-color: transparent;
    position: fixed;
    transition: 0.6s;
    z-index: 999;
}

#navbarSupportedContent {
    justify-content: end;
}

li.nav-item.get-btn img {
    margin-left: 7px;
    max-width: 13px;
    width: 100%;
}

ul.navbar-nav li a {
    font-size: 17px;
    letter-spacing: 0.36px;
    color: #000000;
    padding-bottom: 0 !important;
    cursor: pointer;
    transition: all ease 0.5s;
}

ul.navbar-nav li a:hover {
    color: #4285F4;
}



li.nav-item.get-btn a {
    background: #4285F4;
    color: #FFFFFF !important;
    border-radius: 40px;
    padding: 11px 20px 10px 20px !important;
    transition: all ease 0.5s;
}

li.nav-item.get-btn a:hover {
    background: #fbbc05;
}

li.nav-item {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

li.nav-item.get-btn {
    padding-left: 24px;
}

nav.navbar.navbar-expand-md.fixed-top {
    padding: 45px 0 48px 0;
}

nav.navbar ul li.nav-item a.nav-link.active {
    color: #4285f4 !important;
}

.inner-page .bg-dark {
    background-color: #ffffff !important;
}

.is-scrolled nav.navbar.navbar-expand-md.fixed-top {
    background: #fff;
    /*border-bottom: 1px solid #4b4b4b;*/
    box-shadow: 1px 1px 20px #949494;
    transition: all ease 0.6s;
}

.scrollogo {
    display: none;
}

.is-scrolled .scrollogo {
    display: block;
}

.is-scrolled .whitelogo {
    display: none;
}

.is-scrolled nav.navbar ul li.nav-item a {
    color: #000 !important;
}

.is-scrolled nav.navbar ul li.nav-item.get-btn a {
    color: #fff !important;
}

.is-scrolled nav.navbar.navbar-expand-md.fixed-top {
    padding: 10px 0 10px 0;
}

/********************************header end***********************************/

/**********************home page start****************************************/

#banner {
    background: url(../img/topbg-new.svg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 164px 0 0 0;
}

.banner-side-content h1 {
    font-size: 65px;
    color: #000000;
}

.banner-side-content p {
    font-size: 17px;
    color: #000;
}

#banner .col-md-5.col-xs-12 {
    padding-top: 100px;
}

.join-btn a {
    text-decoration: none;
}

.join-btn.d-flex {
    align-items: center;
    margin-top: 28px;
}

.join-btn a span {
    background: #4285F4;
    color: #fff;
    padding: 12px 28px 14px 28px;
    border-radius: 30px;
    font-size: 17px;
    transition: all ease 0.5s;
}

.join-btn a span:hover {
    background: #fbbc05;
}

.join-btn img {
    margin-left: 20px;
}

#scroll-btn {
    margin-top: 100px;
}

.down-scroll-btn {
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.down-scroll-btn:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #E7E7E7;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 50%;
}

#innovative-it {
    margin-top: 100px;
}

#innovative-it p.tagline {
    display: flex;
    align-items: center;
    color: #777777;
}

.innovative-content a:hover {
    color: #fbbc05;
}

.innovative-content a:hover svg path {
    fill: #fbbc05;
}

.innovative-content a span {
    margin-left: 15px;
}

p.tagline span {
    border-top: 1px solid #E7E7E7;
    padding: 0 0 0 55px;
    line-height: 0;
    margin-right: 20px;
}

.innovative-content h1 {
    font-size: 37px;
    color: #000;
    margin-bottom: 35px;
    margin-top: 20px;
}
.innovative-content h3 {
    font-size: 37px;
    color: #000;
    margin-bottom: 35px;
    margin-top: 20px;
}
.innovative-content h2 {
    font-size: 37px;
    color: #000;
    margin-bottom: 35px;
    margin-top: 20px;
}

.innovative-content p {
    color: #000000;
    font-size: 17px;
}

.innovative-content a {
    color: #4285F4;
    font-size: 17px;
    text-decoration: none;
}

.get-btn-connect a:hover {
    text-decoration: none;
    background: #fbbc05;
}

.innovative-content a img {
    margin-left: 15px;
    width: 22px;
}

#innovative-it .d-flex {
    align-items: center;
}

.video-link {
    position: absolute;
    right: 30%;
    bottom: 32%;
}

.view-more-btn a:hover {
    text-decoration: none;
    background: #fbbc05;
    color: #fff;
    border-color: #fbbc05;
}

#services {
    margin-top: 120px;
    margin-bottom: 100px;
}

.title-content p {
    font-size: 17px;
    color: #777;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.title-content h1 {
    font-size: 37px;
    color: #000;
    font-weight: 500;
}

.title-content h3 {
    font-size: 37px;
    color: #000;
    font-weight: 500;
}
.title-content h2 {
    font-size: 37px;
    color: #000;
    font-weight: 500;
}

.services-block {
    text-align: center;
    padding: 40px 20px 20px 20px;
    border-radius: 5px;
}

.services-block h4 {
    font-size: 21px;
    font-weight: 400;
    color: #000000;
    margin-top: 25px;
}

.ecommerce {
    background: #E9EAFC;
}

.robotics {
    background: #FEE9EE;
}

.desktop-app {
    background: #E5F8F4;
}

.custom-integration {
    background: #FEF8E8;
}

.web-development {
    background: #E1F8FF;
}

.support {
    background: #FFF1EC;
}

#services .col-md-4.col-xs-12 {
    margin-bottom: 22px;
}

.title-content.text-center {
    margin-bottom: 35px;
}

#proects {
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 120px;

}

#company-growth {
    background: #4285F4;
    padding: 100px 0;
    margin-bottom: 120px;
}

.growth-block p {
    color: #fff;
    font-size: 21px;
    letter-spacing: 0.5px;
    margin-top: 35px;
}

.growth-block h4 {
    font-size: 37px;
    color: #FFFFFF;
}

ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
    border: none;
}

.tab-content>.active {
    display: block;
    opacity: 1 !important;
}

ul.nav.nav-tabs li a {
    border: 1px solid #4285F4;
    margin: 0 15px;
    border-radius: 100px;
    padding: 12px 28px 14px 28px;
    font-size: 17px;
    color: #000000;
    line-height: 25px;
}

.view-more-btn a {
    border: 1px solid #4285F4;
    padding: 13px 30px;
    border-radius: 100px;
    color: #4285F4;
    font-size: 17px;
}

.view-more-btn {
    text-align: center;
    margin-top: 20px;
}

ul.nav.nav-tabs li a:hover {
    text-decoration: none;
}

ul.nav.nav-tabs li a.active {
    background: #4285F4;
    color: #fff;
}

.col-md-12.proect-tab {
    padding: 0;
}

.project-block img {
    width: 100%;
}

.project-block h3 {
    font-size: 21px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 25px;
}

.tab-content {
    margin-top: 60px;
}

.project-block {
    margin-bottom: 40px;
}

.project-block p {
    font-size: 17px;
    color: #777777;
}

#testimonials {
    margin-bottom: 170px;
}

.testimonial-block {
    margin: 0 15px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    padding: 20px;
    transition: all ease 0.5s;
    min-height: 430px;
}

.review {
    display: flex;
}

.review img {
    margin-right: 3px;
}

.testimonial-block p {
    font-size: 17px;
    color: #000000;
}

.client-details {
    margin-top: 30px;
}

.client-details h3 {
    font-size: 21px;
    color: #000000;
    font-weight: 400;
}

.client-details p {
    color: #777777;
    font-size: 17px;
}

.testimonial-block:hover {
    box-shadow: 0px 10px 25px #1d93d129;
}

.slick-current .testimonial-block {
    box-shadow: 0px 10px 25px #1d93d129;
}

.testimonial-slide {
    padding-bottom: 20px;
}

button.slick-next.slick-arrow {
    position: absolute;
    right: 45%;
    bottom: -80px;
    font-size: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid #777;
    box-shadow: 0 0 10px 2px #cdcbcb;
    cursor: pointer;
    background: #4285F4;
    border: 1px solid #4285F4;
}

button.slick-next.slick-arrow:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 32px;
    line-height: 1;
    margin-left: 2px;
    color: #fff;
}

button.slick-prev.slick-arrow {
    position: absolute;
    bottom: -80px;
    left: 44%;
    font-size: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid #E7E7E7;
    box-shadow: 0 0 10px 2px #E5EFFF;
    cursor: pointer;
}

button.slick-prev.slick-arrow:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 32px;
    line-height: 1;
    margin-left: -2px;
    color: #777;
}

button.slick-next.slick-arrow:hover,
button.slick-prev.slick-arrow:hover {
    background: #4285F4;
    border: 1px solid #4285F4;
}

button.slick-next.slick-arrow:hover:before,
button.slick-prev.slick-arrow:hover:before {
    color: #fff;
}

#connect-us {
    margin-bottom: 130px;
}

.connect-main {
    background: #E9EFFD;
    border-radius: 23px;
    padding-top: 115px;
    padding-bottom: 130px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.connect-content.text-center p {
    color: #777777;
    font-size: 17px;
}

.connect-content.text-center h2 {
    color: #000000;
    font-size: 37px;
}

.get-btn-connect a {
    background: #4285F4;
    color: #FFFFFF !important;
    border-radius: 40px;
    padding: 13px 30px 15px 30px !important;
    transition: all ease 0.5s;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.get-btn-connect {
    margin-top: 35px;
}

.technology-list ul li {
    width: 20%;
    text-align: center;
    margin-bottom: 30px;
}

.technology-list ul {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.technology-tab ul.nav.nav-tabs li a {
    border: none;
    margin: 0;
    border-bottom: 0px solid #E7E7E7;
    border-radius: 0;
    padding: 12px 20px 14px 20px;
    font-size: 21px;
}

.technology-tab ul.nav.nav-tabs li a.active {
    background: no-repeat;
    color: #4285F4;
    border-bottom: 1px solid #4285F4;
}

.technology-tab ul.nav.nav-tabs {
    padding: 12px 0 12px 0;
    border-bottom: 1px solid #E7E7E7;
    line-height: 26px;
}

.technology-list ul li p {
    font-size: 17px;
    margin-top: 20px;
    color: #000;
    margin-bottom: 0;
}

.technology-content {
    background: #fafafa;
    margin: 0 15px;
    padding: 30px 0;
}

#technology {
    margin-top: 120px;
    margin-bottom: 120px;
}

#working-process {
    padding: 120px 0;
    background: linear-gradient(to bottom, #e9effd 0%, #ffffff 100%);
}

.process-content {
    text-align: center;
    box-shadow: 0px 10px 25px #1d93d129;
    background: #fff;
    padding: 40px 30px;
    border-radius: 5px;
}

.process-content h3 {
    color: #000000;
    font-size: 21px;
    font-weight: 500;
    margin-top: 30px;
}

.process-content p {
    color: #777777;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 0;
}

.process-img {
    width: max-content;
    margin: 0 auto;
    position: relative;
}

.process-img span.process-number {
    height: 28px;
    width: 28px !important;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    right: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.discover .process-img span.process-number {
    background: #08C3F6;
}

.design .process-img span.process-number {
    background: #4285F4;
}

.build .process-img span.process-number {
    background: #00BF89;
}

.deliver .process-img span.process-number {
    background: #EB5924;
}

/*****************************home page end***************************/

/***************************about page start*************************/
#inner-banner {
    background: linear-gradient(to right, #fcf2fd 0%, #e9effd 100%);
    padding: 235px 0 120px 0;
}

.inner-banner-content {
    text-align: center;
}

.inner-banner-content h1 {
    color: #000;
    font-size: 37px;
    font-weight: 600;
}

.bread-crumbs ul {
    display: flex;
    justify-content: center;
}

.bread-crumbs ul li {
    padding: 0 10px;
}

.bread-crumbs ul li a span {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.bread-crumbs {
    margin-top: 20px;
}

p.introduction-desc {
    color: #000000;
    text-transform: unset;
    font-size: 17px;
    margin-top: 20px;
}

.col-md-12.intro-video img {
    width: 100%;
}

#introduction {
    margin: 120px 0;
}

span.intro-video-btn {
    position: absolute;
    z-index: 99;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: max-content;
    height: max-content;
    margin: auto;
}

#achievement .growth-block p {
    color: #000;
    margin-top: 15px;
}

#achievement .growth-block h4 {
    color: #000;
}

#achievement {
    margin-bottom: 110px;
}

#career {
    margin-bottom: 100px;
}

/**************************about page end****************************/

/**************************contact page start************************/
#contact-from {
    margin: 200px 120px 120px 120px;
}

.detail-block h3 {
    font-size: 21px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 15px;
}

.detail-block .icon-list {
    display: flex;
}

.detail-block .icon {
    margin-right: 15px;
}

.detail-block .details p,
.detail-block .details p a {
    font-size: 17px;
    color: #777777;
}

.detail-block .icon img {
    width: 17px;
}

.detail-block {
    margin-bottom: 35px;
}

.form-fields-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 10px;
}

.form-group input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #DAE0E8;
    font-size: 17px;
    color: #777777;
    padding: 0px 20px 10px 0px;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: 100% 5px !important;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #777777;
    opacity: 1 !important;
}

.form-fields-full {
    margin-top: 10px;
}

textarea#message {
    width: 100%;
    border: none;
    border-bottom: 1px solid #DAE0E8;
    font-size: 17px;
    height: 100px;
    margin-top: 10px;
    background: url(../icons/message.svg);
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: 100% 5px !important;
}
.form-content{
    padding:40px;
    border-radius:16px;
      box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05);

}
.form-content h3 {
    font-size: 21px;
    font-weight: 400;
    color: #000;
}

.form-content p {
    font-size: 17px;
    color: #777777;
}

form#form-contact {
    margin-top: 45px;
}

input#name {
    background: url(../icons/name.svg);
}

input#email-address {
    background: url(../icons/email.svg);
}

input#phone-number {
    background: url(../icons/tel.svg);
}

input#city {
    background: url(../icons/city.svg);
}

input#subject {
    background: url(../icons/subject.svg);
}

.form-group.submit input {
    background: #4285F4;
    color: #FFFFFF !important;
    border-radius: 40px;
    padding: 13px 30px 15px 30px !important;
    transition: all ease 0.5s;
    font-size: 17px;
    letter-spacing: 0.5px;
    width: unset;
    /*float: right;*/
}

.form-group.submit {
    margin-top: 32px;
}

#contact-from .col-md-6 {
    margin-top: 20px;
}

#map {
    margin-bottom: 110px;
}

.map {
    width: 100%;
}

/**************************contact page end**************************/
/******************************footer start***************************/
.company-detail p {
    color: #777777;
    font-size: 16px;
    margin-top: 25px;
}

.company-detail ul {
    display: flex;
    margin-top: 25px;
}

.company-detail ul li {
    margin-right: 20px;
}

.company-detail li a {
    border: 1px dashed #D7D5D6;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.5s;
}

.company-detail ul li a:hover {
    background: #4285F4;
    border: 1px solid #4285f4;
}

.company-detail ul li a.active {
    background: #4285F4;
    border: 1px solid #4285f4;
}

.company-detail ul li a.active svg path {
    fill: #fff;
}

.copyright-text p {
    color: #000000;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer-menu h4 {
    color: #000000;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 30px;
}

.footer-menu ul li a {
    font-size: 16px;
    color: #777777;
    transition: all ease 0.5s;
}

.footer-menu ul li a.active {
    color: #4285f4;
}

.footer-menu ul li a:hover,
.footer-menu.contact-details p a:hover {
    color: #4285F4;
}

.footer-menu ul li {
    margin-bottom: 10px;
}

.footer-menu.contact-details p {
    color: #777777;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-menu.contact-details p a {
    color: #777777;
    transition: all ease 0.5s;
    font-size: 16px;
}

.company-detail li svg path {
    fill: #484B5A;
}

.company-detail li a:hover svg path {
    fill: #fff;
}

footer {
    padding-bottom: 20px;
}

/*****************************footer end******************************/
/* -----------nodejs page-------------- */
.process {
    position: relative;
}
.seo-head h2{
    font-size:40px;
}
.process ul {
    position: relative;
    display: flex;
    margin: 0;
    padding: 2.5rem 0 0;
    list-style: none;
}

.process ul li {
    padding: 0 16px;
    background: 0 0;
    margin: 0;
    position: relative;
    flex: 1;
    text-align: center;
}

.process ul li>div {
    position: relative;
}

.ttl {
    font-size: 15px;
    min-height: 50px;
    border-radius: 10px;
    position: relative;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.process ul .ttl .count {
    width: 48px;
    height: 48px;
    color: #fff;
    background: #dc3545;
    font-size: 24px;
    text-shadow: 0 1px 1px #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    border: 4px solid rgba(247, 234, 236, .58);
    margin: 0 auto 15px;
    position: absolute;
    top: -55px;
    right: 0;
    left: 0;
}

.connect-main1 {
    background: #E9EFFD;
    border-radius: 23px;
    padding-top: 115px;
    padding-bottom: 130px;
    width: 100%;
}

.container1 {
    position: relative;
}

.cmn-title {
    text-align: center;
}
/*new done md*/
.bg-black {
    background-color: #fff !important;
}
.service-section-one h1 {
    margin-bottom: 15px;
    color: #4285F4;
}
.text-green {
    color: #ed8b00;
}
.service-section-one p {
    margin-bottom: 45px;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #4285F4;
}
.scroll-to-exp h3 {
    color: #ed8b00;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0%;
}
.service-section-one-padding {
    padding-top: 85px;
    padding-bottom: 120px;
}
.mechodal-pill {
    display: flex
;
    justify-content: center;
}
.mech-pills .nav-link {
    padding: 10px 30px 10px 30px !important;
    color: #797a7d !important;
    background-color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #ffffff !important;
    border-radius: 10px 10px 10px 10px !important;
}
.mech-pills .nav-link.active, .mech-pills .show > .nav-link {
    border-radius: 10px !important;
    color: #797a7d !important;
    border: 1px solid #fbbc05 !important;
    background: #fff !important;
    box-shadow: 4px 4px 0px 0px #fbbc05 !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #4285F4 !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.mech-pills.nav-link {
    padding: 10px 30px 10px 30px !important;
    color: #797a7d !important;
    background-color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #ffffff !important;
    border-radius: 10px 10px 10px 10px !important;
}
.mech-pills .nav-link:hover {
    box-shadow: 4px 4px 0px 0px #fbbc05 !important;
    border: 1px solid #4285F4 !important;
}
.software-second-sec {
    background: #ffffff;
    padding: 80px 0;
    margin: 10px 0;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
   
    box-shadow:none !important;
}
.fintech-start-sec h5 {
    margin-bottom: 16px;
    letter-spacing: -0.1px;
    font-weight: 600;
    font-size: 18px;
    color: #4285F4 !important;
}
body h3 {
    font-weight: 700;
    font-size: 28px;
}
.spl-btn-work-pro h4 {
    padding: 8px 12px;
    margin-right: 5px;
    border-radius: 6px;
    color: #030303;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.text-bg-red {
    border: 1px solid #f72b60;
    background: #ffe2ea;
}
.text-bg-orange {
    border: 1px solid #ed8b00;
    background: #ffebce;
}
.text-bg-blue {
    border: 1px solid #177fdd;
    background: #eef7ff;
}
.fintech-start-sec p {
    margin-bottom: 16px;
    letter-spacing: -0.2px;
    font-weight: 400;
    font-size: 18px;
    color: #030303;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #4285F4 !important;
    border: 2px solid #4285F4 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 13px 35px !important;
    border-radius: 5.4px !important;
    width: fit-content !important;
}
.btn.btn-primary:hover {
    color: #4285F4 !important;
    background: transparent !important;
    box-shadow: rgb(255, 255, 255) 4px 4px 0px 0px;
    /* border-color: #fbbc05 !important; */
}
.spl-btn-work-pro {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.text-bg-green {
  border: 1px solid #7cd755;
  background: #cfffbb;
}
/*new end md*/
.start-step {
    display: inline-block;
    width: 197px;
    height: 227px;
    text-align: center;
    padding: 20px 10px;
    position: relative;
}

.process-step {
    width: 150px;
    height: 150px;
    display: block;
    border: 2px dashed #0a56f5;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto 20px;
}

.iconSet {
    font-size: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yellow-bor {
    border-color: #f4bd00;
}

.blue-bor {
    border-color: #0884c4;
}

.purple-bor {
    border-color: #6b5ea6;
}

.green-bor {
    border-color: #269d39;
}


.arrow-line {
    display: block;
    position: absolute;
    width: 115px;
    height: 52px;
}

.arrow-line1 {
    top: 100px;
    right: -90px;
    background: url(https://img.hiddenbrains.com/public/local-cdn/images/page_images/hire-yellow-line.png) no-repeat top center;
}

.arrow-line2 {
    top: 80px;
    right: -90px;
    background: url(https://img.hiddenbrains.com/public/local-cdn/images/page_images/hire-blue-line.png) no-repeat top center;
}

.arrow-line3 {
    top: 100px;
    right: -90px;
    background: url(https://img.hiddenbrains.com/public/local-cdn/images/page_images/hire-purple-line.png) no-repeat top center;
}

.arrow-line4 {
    top: 80px;
    right: -87px;
    background: url(https://img.hiddenbrains.com/public/local-cdn/images/page_images/hire-green-line.png) no-repeat top center;

}

/*==== c sharp page css start ====*/
.csharphaddingcol {
    color: #4285F4;
}

.btngetstarted {
    background: #4285F4;
    color: #FFFFFF;
    border: 1px solid #4285F4;
    border-radius: 40px;
    transition: all ease 0.5s;
}

.btngetstarted:hover {
    background: #fbbc05;
    border: 1px solid #fbbc05;
}

.bestcsharptext {
    color: #4285F4;
}

.rightcsharpdevbg {
    background: #f2f7fc;
}


.mobileminheight {
    display: flex !important;
    justify-content: center;
    align-items: center;

}

.mincardheight {
    min-height: 366px !important;
    background: transparent;
}

.textgray {
    color: #727376;
}


.cardbusinessbg:hover {
    background: linear-gradient(90deg, #0487c4ba 44%, #0574a8bb 100%);
    -webkit-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 3px #0575a8;
    color: #FFFFFF !important;
}

.cardbusinessbg:hover .cardiconcl {
    color: #FFFFFF !important;
}


/*==== c sharp page css end ====*/

/* ********************** harshil start ************* */
:root {
    --mainColor: #4285F4
}

.myBg {
    background: linear-gradient(to left, var(--mainColor) -15%, #e9effd 100%) !important;
}

.myShadow {
    box-shadow: 0 .5rem 0.5rem rgba(0, 0, 0, .15) !important;
}

.myShadow:hover {
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .15) !important;
}

.myShadowHoverOnly:hover {
    /* box-shadow: 0 6px 20px rgba(0, 0, 0, .15) !important; */
    box-shadow: 0 6px 20px -3px rgb(0 0 0 / 36%) !important
}

.myPText {
    line-height: 25px !important;
    color: #000000b8 !important;
}

.myRounded {
    border-radius: 1rem !important;
}

.myScrollSticky {
    position: sticky;
    top: 170px;
}

.myCard {
    height: 80px;
    width: 80px;
}

.myFw-bolder {
    font-weight: bolder !important;
}

.myFw-600 {
    font-weight: 600;
}

.connectMainBg {
    /* background-color: #40447e !important; */
    background: linear-gradient(to right, var(--mainColor) -20%, #e9effd 120%);
}

nav.navbar ul li.nav-item .showDiv ul li a.active {
    color: #4285f4 !important;
}



.radiantBgImage {

    background-image: linear-gradient(to right, black 42%, #254795 100%) !important;
    transition: all ease 0.5s;

}

.radiantBg {
    background: linear-gradient(to right, black 42%, #254795 100%);

    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.radiantBgto {
    background: linear-gradient(to right, black 42%, #254795 100%);

    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}


.textInEcommerce {
    color: #7f8195 !important;
}

.borderRadius23 {
    border-radius: 23px !important;
}

.myHr {
    width: 100%;
    height: 1px;
    background-color: #E9EAFC;
}

.textWithSvg {
    display: flex;
    align-items: flex-start;
}

.threeHiringCard {
    min-height: 300px;
    transition: all ease 0.5s;
}

.threeHiringCard:hover {
    transform: scale(1.05);
    /* background: linear-gradient(to right, var(--mainColor) -20%, #e9effd 120%); */
    transition: all cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.4s;
    box-shadow: 0 .5rem 0.5rem rgba(0, 0, 0, .15) !important;

}



.myNav li a {
    font-size: 15px !important;
}

.myNav {
    position: relative;
}



.myNav .hoverShow a {
    position: relative;
}

.myNav .hoverShow:hover a::before {
    display: block;
    transform: rotate(45deg);

}

.myNav .hoverShow:hover .nav-link {
    color: #4285f4 !important;
}
.myNav .hoverShow:hover .showDiv {
    display: block;
}

.myNav .hoverShow .showDiv li:hover a {
    color: #4285f4 !important;
    cursor: pointer;
}

.myNav .hoverShow .nav-link::before {
    display: none;
    position: absolute;
    background-color: white;
    height: 15px;
    width: 15px;
    content: '';
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -6px;
    border-top: 1px solid #0a56f5;
    border-left: 1px solid #0a56f5;
    z-index: 11;
}

.myNav .hoverShow .showDiv {
    margin-top: 10px !important;
    transition: all 0.7s ease-in-out;
    display: none;
    z-index: 10;
    background-color: white;
    position: absolute;

    bottom: -176px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #0a56f5;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0px 3px 37.2px 2.8px rgb(252 192 134 / 31%);
    /* animation: fadeUp 0.7s ease-in-out both; */
}
@media (min-width: 768px) {

    .myNav .nav-item {
        min-height: 68px;
    }
}



@keyframes fadeUp {
    0% {
        opacity: 0.2;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.myNav .nav-item .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
}

.myNav .get-btn a {
    height: auto !important;
}

@media ((min-width: 992px) and (max-width: 1200px)) {
    .myNav li a {
        font-size: 14px !important;
    }

    .myNav .nav-item {
        padding-left: 2px !important;
    }
}

@media (max-width: 576px) {
    #connect-us .container .connect-main {
        border-radius: 0 !important;
    }
    .videoCLass{
        height: 200px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .myNav .hoverShow:hover .nav-link::before {
        display: none !important;
    }


    .myNav .hoverShow {
        display: flex !important;
        flex-direction: column;
    }

    .myNav .hoverShow .showDiv {
        position: sticky;
    }
}

/* ********************** harshil end ************* */



/* Media Queries */


@media (min-width: 1800px) {
    #banner {
        padding: 170px 0 0px 0;
    }

    button.slick-next.slick-arrow:before {
        position: relative;
        top: -1px;
        margin-left: 4px;
    }

    button.slick-prev.slick-arrow:before:before {
        position: relative;
        top: -1px;
    }
}




@media screen and (max-width:992px) {
    .threeHiringCard {
        min-height: 100%;
    }

}

@media (max-width: 425px) {
    .arrow-line1 {
        display: none;
    }

    .arrow-line2 {
        display: none;
    }

    .arrow-line3 {
        top: 60px;
        display: none;
    }

    .arrow-line4 {
        display: none;
    }

    .ttl {
        font-size: 13px;
        min-height: 60px;
        border-radius: 20px;
    }

    .process ul {
        flex-direction: column;
    }

    .process ul .ttl .count {
        width: 47px;
        height: 60px;
    }

    .process ul li {
        padding: 0 0px;
    }

    .arrow {
        display: none;
    }
}

@media (max-width: 768px) {
    nav.navbar.navbar-expand-md.fixed-top {
        padding: 20px 0 48px 0;
    }



    nav.navbar.navbar-expand-md.fixed-top {
        padding: 10px 15px 10px 15px;
    }

    .is-scrolled nav.navbar.navbar-expand-md.fixed-top {
        padding: 10px 15px 10px 15px;
    }

    #banner {
        padding: 140px 0 70px 0;
        background-color: #f6f1fd;
    }

    .all-project.d-flex {
        flex-wrap: wrap;
    }

    .innovative-img img {
        width: 100%;
    }

    .banner-side-img.text-right img {
        width: 100%;
    }

    .banner-side-content h1 {
        font-size: 34px;
        text-align: center;
    }

    #banner .col-md-5.col-xs-12 {
        padding-top: 0;
    }

    .banner-side-content p {
        font-size: 16px;
        text-align: center;
    }

    .join-btn {
        text-align: center;
        margin-bottom: 50px;
        margin-top: 25px;
        justify-content: center;
    }

    button.navbar-toggler {
        padding: 0;
    }

    button.navbar-toggler img {
        max-width: 41px;
    }

    div#navbarSupportedContent {
        background: #fff;
        position: absolute;
        top: 92px;
        width: 100%;
        left: 0;
    }

    li.nav-item {
        margin: 0px auto;
        border-bottom: 1px solid #f3f3f3;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 9px 0;
    }

    li.nav-item a.nav-link {
        line-height: 1;
        margin-bottom: 8px;
    }

    div#navbarSupportedContent {
        box-shadow: 0px 8px 21px 1px #d7d7d7;
    }

    li.nav-item.get-btn a.nav-link {
        margin-bottom: 0;
    }

    section#scroll-btn {
        margin-top: 50px;
    }

    section#innovative-it {
        margin-top: 60px;
    }

    .video-link {
        position: absolute;
        right: 30%;
        bottom: 30%;
    }

    .innovative-content {
        margin-top: 60px;
    }

    .innovative-content h1 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    #services {
        margin-top: 75px;
        margin-bottom: 75px;
    }

    .all-project.d-flex .col-md-4 {
        padding: 0;
    }
.title-content h1 {
        font-size: 24px;
        color: #000;
    }
    .title-content h2 {
        font-size: 24px;
        color: #000;
    }

    .title-content p {
        margin-bottom: 10px;
    }

    #proects {
        margin-top: 75px;
        padding-top: 75px;
    }

    ul.nav.nav-tabs li {
        margin-top: 30px;
    }

    ul.nav.nav-tabs li a {
        margin: 0 10px;
        padding: 5px 14px;
    }

    .col-md-12.proect-tab {
        padding: 0 15px;
    }

    .title-content.text-center {
        margin-bottom: 10px;
    }

    #company-growth {
        padding: 60px 0 40px 0;
        margin: 0px 0;
    }

    .growth-block.text-center {
        margin-bottom: 40px;
    }

    .growth-block p {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .growth-block h4 {
        font-size: 32px;
    }

    button.slick-prev.slick-arrow {
        left: 32%;
    }

    button.slick-next.slick-arrow {
        right: 35%;
    }

    #testimonials {
        margin-bottom: 150px;
    }

    .connect-content.text-center h2 {
        font-size: 26px;
    }

    .connect-main {
        padding-top: 85px;
        padding-bottom: 100px;
    }

    #connect-us {
        margin-bottom: 100px;
    }

    .footer-menu {
        margin-top: 35px;
    }

    .footer-menu h4 {
        margin-bottom: 15px;
    }

    .copyright-text p {
        text-align: center;
    }

    .footer-menu ul li {
        margin-bottom: 7px;
    }

    .company-detail p br {
        display: none;
    }

    .col-md-3.process-block {
        margin: 15px 0;
    }

    #working-process {
        padding: 75px 0;
    }

    .technology-tab ul.nav.nav-tabs li {
        margin-top: 16px;
    }

    .technology-tab ul.nav.nav-tabs li a {
        margin: 0;
        padding: 5px 15px 4px 15px;
        font-size: 18px;
        line-height: 0;
    }

    #technology {
        margin-top: 75px;
        margin-bottom: 55px;
    }

    .technology-list ul li {
        width: 50%;
        text-align: center;
        margin-bottom: 15px;
    }

    .technology-content {
        background: #fafafa;
        margin: 0 8px;
        padding: 15px 0;
    }

    #inner-banner {
        padding: 160px 0 95px 0;
    }

    #contact-from {
        margin: 75px 0;
    }

    .form-fields-column {
        grid-template-columns: repeat(1, 1fr);
    }

    .map iframe {
        height: 250px;
    }

    #map {
        margin-bottom: 75px;
    }

    #career {
        margin-bottom: 75px;
    }

    .inner-banner-content h1 {
        font-size: 32px;
    }

    #introduction {
        margin: 75px 0;
    }

    p.introduction-desc br {
        display: none;
    }

    span.intro-video-btn {
        text-align: center;
    }

    span.intro-video-btn img {
        max-width: 50%;
    }

    #achievement {
        margin-bottom: 75px;
    }

    #achievement .growth-block p {
        margin-top: 5px;
    }

    .col-md-12.intro-video {
        margin-top: 20px;
    }

    /* ===== */
    .process-step {
        width: 120px;
        height: 115px;
    }

    .start-step {
        width: 134px !important;
    }

    .arrow-line1 {
        top: 60px;
        right: -107px !important;
    }

    .arrow-line2 {
        top: 60px;
        right: -107px !important;
    }

    .arrow-line3 {
        top: 60px;
        right: -107px !important;
    }

    .arrow-line4 {
        top: 60px;
        right: -107px !important;
    }
}



@media (max-width: 1024px) {
    .start-step {
        width: 183px;
    }

    .arrow-line1 {
        right: -96px;
    }

    .arrow-line2 {
        right: -97px;
    }

    .arrow-line3 {
        right: -95px;
    }

    .arrow-line4 {
        right: -94px;
    }

}