* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "DM Sans", sans-serif;
}


/*-----------start common css-----------------*/

.btn-custome {
    font-size: 14px;
    font-weight: 700;
    padding: 14px 24px 14px 24px;
    border-radius: 4px;
    border: 0;
}

.btn-blue {
    background: linear-gradient(90deg, rgba(53, 160, 204, 1) 0%, rgba(26, 108, 141, 1) 100%);
    color: #fff;
}

.h6, h6 {
    font-size: 1rem;
    
}
.section-title h4 {
    color: #1E3A5F;
    font-weight: bold;
    font-size: 34px;
    margin: 0;
    line-height: 1.5;
    padding: 20px 0px;
    text-align: center;
}

.section-title p {
    margin: 0;
    color: #35A0CC;
    text-align: center;
    font-size: 22px;
    line-height: 1.1;
}

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*-----------end common css-----------------*/





/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

.navbar .dropdown-menu {
    border: none;
    background-color: #0060c8 !important;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    /* makes the dropdown full width  */
    .navbar .dropdown {
        position: static;
    }

    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        /*  height of nav-item  */
        /* top: 45px; */
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;
    }

    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }

    .navbar .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .15);
        background-color: #fff;
    }

}

.header-section .navbar .navbar-nav>.nav-item>.nav-link {
    color: #1E3A5F;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 15px;
    position: relative;
}

.header-section .navbar .navbar-nav>.nav-item>.nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    background: #708090;
    border-radius: 100%;
    transform: translateY(10px);
}

.header-section .navbar .navbar-nav>.nav-item:first-child .nav-link::before {
    content: '';
    display: none;
}

.header-section .navbar .navbar-nav>.nav-item>.nav-link:hover {
    color: #FF6F61;
}

ul.navbar-nav.m-auto {
    border: 0px solid #F1F4F8;
    border-radius: 8px;
}

.header-section {
    padding: 10px 0px;
}

a.navbar-brand.logo-section {
    width: 180px;
    margin: 0;
}

a.navbar-brand.logo-section img {
    width: 100%;
    
}

.header-section nav.navbar {
    padding: 0px;
}

ul.navbar-nav .dropdown-menu {
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    border: 0;
    padding-top: 20px;
}


.dropdown-menu-row {
    display: flex;
    box-shadow: 0px 47px 146.9px 0px #00000040;
    border-radius: 12px;
}

.dropdown-menu-row .left-menu-side {
    background: #fff;
    padding: 20px 20px;
    width: 40%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.dropdown-menu-row .right-menu-side {
    width: 60%;
    padding: 40px 20px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #F1F4F8;
}

.dropdown-menu-row .left-menu-side .img-section-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.dropdown-menu-row .left-menu-side .img-section-menu h5 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}

.dropdown-menu-row .left-menu-side .img-section-menu .service-img-section img {
    width: 90%;
}

.dropdown-menu-row .left-menu-side .img-section-menu .service-img-section {
    margin-top: 20px;
    text-align: center;
}

.right-menu-side ul.nav .nav-item a.nav-link {
    color: #101214;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0px;
}

/* Header Css End  */

.banner img {
    width: 100%;
    border-radius: 12px;
}

/* Banner Css End */

section.trusted-partner {
    padding: 30px 0px;
    background-color: aliceblue;
}

.trusted-partner h4.partner-title {
    text-align: center;
    color: #1E3A5F;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 500;
}

.partner-logo img {
    width: 100%;
    height: 40px;
}

.partner-logo-trusted-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.partner-logo {
    width: 20%;
}

/* Partner logo end css */


.perfect-services {
    background-image: url('../images/perfect-services-bg.png');
    background-color: #f1f4f8;
    padding: 80px 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.perfect-servic-colum {
    background: #fff;
    border-radius: 8px;
    padding: 20px 30px 40px 30px;
    box-shadow: 0px 24px 74px 0px #34515C1A;
}

.perfect-servic-row {
    display: flex;
    gap: 24px;
    margin: auto;
    margin-bottom: 25px;
}

.width80P {
    width: 80%;
}

.row-1-colum-1 {
    width: 35%;
}

.row-1-colum-2 {
    width: 65%;
}

.row-2-colum-1 {
    width: 65%;
}

.row-2-colum-2 {
    width: 35%;
}

.perfect-servic-colum .icon {
    width: 62px;
    height: 62px;
}

.perfect-servic-colum .icon img {
    width: 100%;
}

.perfect-servic-colum .details-services {
    margin-top: 20px;
}

.perfect-servic-colum .details-services h3 {
    color: #10161E;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
}

.perfect-servic-colum .details-services p {
    margin: 0;
    color: #4D5863;
    font-size: 14px;
}

.perfect-servic-colum .details-services h3::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.row-1-colum-1 .details-services h3::after {
    content: url(../images/one-arrow.svg);
}

.row-1-colum-2 .details-services h3::after {
    content: url(../images/two-arrow.svg);
}

.row-2-colum-1 .details-services h3::after {
    content: url(../images/third-arrow.svg);
}

.row-2-colum-2 .details-services h3::after {
    content: url(../images/fourth-arrow.svg);
}

/*----------end The perfect services section-----------*/


.development-partner {
    padding: 80px 0px;
}

.development-partner-col .icon {
    width: 50px;
    height: 50px;
}

.development-partner-col .icon img {
    width: 100%;
}

.development-partner-col p {
    margin: 0;
    color: #1E3A5F;
    font-weight: 600;
    font-size: 16px;
}

.development-partner-row .development-partner-col {
    padding: 14px 50px;
    border: 1px solid #8FADB9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.development-partner-row {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-bottom: 15px;
}

/* End Development Partner  */

.industry-knowledge {
    padding: 80px 0px;
    background-color: #F1F4F8;
}

.expertise-Innovate-col {
    background: #fff;
    border-radius: 10px;
    padding: 10px 10px;
}

.expertise-Innovate-col .photo img {
    width: 100%;
    height: 100%;
}

.expertise-Innovate-col .photo {
    height: 390px;
}

.expertise-Innovate {
    display: flex;
    gap: 20px;
    margin: auto;
    margin-top: 50px;
}

.expertise-Innovate-col .details h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 25px 0px;
}

.expertise-Innovate-col .details {
    padding: 0px 0px;
    text-align: center;
}

.expertise-Innovate-col .details p {
    color: #4D5863;
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0px 10px;
    line-height: 1.8;
}

.expertise-Innovate-col .details a {
    display: inline-block;
    color: #1E3A5F;
    border: 1px solid #1E3A5F;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 14px;
}

.expertise-Innovate-col .details a:hover {
    text-decoration: none;
}

/* End design Expertise. Innovate. */


.succes-storey {
    padding: 80px 0px 0px 0px;
    position: relative;
    padding-bottom: 20px;
}

section.succes-storey::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #f1f4f8;
    z-index: -1;
}


.succes-storey-content h6 {
    color: #35A0CC;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 20px;
}

.succes-storey-content h4 {
    color: #1E3A5F;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 30px;
}

.succes-storey-content p {
    color: #4D5863;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.succes-storey-content a {
    display: inline-block;
    color: #1E3A5F;
    border: 1px solid #1E3A5F;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 14px;
}

.succes-storey-left-side {
    position: relative;
}

.succes-storey-bg img {
    height: 100%;
    width: 100%;
    position: relative;
}

.succes-storey-bg {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
}

.succes-storey-bg:before {
    content: '';
    position: absolute;
    width: calc(100% - 130px);
    height: 100%;
    background: #FFDAB9;
    left: 20px;
    right: 0;
    text-align: center;
    margin: auto;
    border-radius: 10px;
}

/* Success Story End  */



.commitment-ecellence {
    padding: 80px 0px;
    background-color: #F1F4F8;
}



.every-project .icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.pro-delivered .icon {
    background: #35A0CC;
    border: 6px solid #d7ecf5;
}

.sat-Clients .icon {
    background: #FF6F61;
    border: 6px solid #ffe2df;
}

.tech-served .icon {
    background: #34B66B;
    border: 6px solid #d6f0e1;
}

.every-project .icon img {
    height: 40px;
}

.every-project .details h4 {
    font-size: 24px;
    font-weight: bold;
    color: #101214;
    margin: 20px 0px 10px 0px;
}

.details p {
    color: #4D5863;
    font-size: 16px;
    margin: 0;
}

.pro-delivered .details h4 span {
    color: #35a0cc;
    padding-right: 5px;
}

.sat-Clients .details h4 span {
    color: #FF6F61;
    padding-right: 5px;
}

.tech-served .details h4 span {
    color: #34B66B;
    padding-right: 5px;
}

.commitment-ecellence-inner {
    background: #fff;
    padding: 60px 60px;
    border-radius: 10px;
}

.commitment-ecellence-inner .section-title {
    margin-bottom: 70px;
}

.schdule-call a {
    display: inline-block;
    color: #1E3A5F;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 14px;
    background: radial-gradient(130.72% 215.09% at 22.47% -23.58%, #FFE1C7 0%, #F9BF8C 100%);
}

.schdule-call {
    text-align: center;
    margin-top: 50px;
}

/* End css commitment-ecellence */


.clients-stories {
    padding: 80px 0px;
    background-color: #fff;
    background-image: url('../images/clients-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.clients-stories-colum .content-details h4 {
    color: #254B7D;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.clients-stories-colum .content-details {
    text-align: center;
    padding-bottom: 20px;
}

.clients-stories-colum .content-details a {
    color: #35A0CC;
    font-size: 16px;
}

.clients-stories-colum .content-details p {
    font-size: 16px;
    color: #4D5863;
    margin-top: 20px;
    margin-bottom: 0;
}

.clients-stories-colum {
    box-shadow: 0px 24px 44px 0px #0000001A;
    padding: 15px 15px;
    border-radius: 10px;
}

.clients-stories-colum .photo img {
    width: 100%;
    height: 100%;
}

/* clients-stories End CSS */

.lets-connect {
    padding: 80px 0px;
    background-color: #F1F4F8;
}

.lets-connect-row {
    background: #fff;
    display: flex;
    padding: 10px 10px;
    border-radius: 15px;
    box-shadow: 0px 23px 66.7px 0px #3944491F;
}

.connect-left .connect-left {
    background: #F1F4F8;
}

.lets-connect-row .connect-left {
    background: #F1F4F8;
    border-radius: 15px;
    padding: 20px 20px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.lets-connect-row .connect-right {
    width: calc(100% - 40%);
    padding: 50px 50px;
}

.connect-left .photo img {
    width: 100%;
}

.connect-form label {
    font-size: 14px;
    color: #708090;
    margin: 0;
    font-weight: 500;
}

.connect-form input {
    border: 0;
    border-bottom: 1px solid #D8DFE7;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

.connect-form input:focus,
.connect-form textarea:focus {
    outline: 0;
    box-shadow: initial;
}

.connect-form textarea {
    border: 0;
    border-bottom: 1px solid #D8DFE7;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    resize: none;
}

.connect-form {
    margin-bottom: 30px;
}

.connect-btn button {
    background: radial-gradient(112.95% 185.85% at 28.65% 5.66%, #254B7D 0%, #122B4B 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    border: 0;
}

.connect-btn p {
    color: #708090;
    font-size: 14px;
    margin: 0;
}

.connect-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0px;
}

.lets-connect-row .connect-left h4 {
    color: #101214;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}

/* end connect css */

.we-are-available {
    padding: 80px 0px;
    background-color: #F1F4F8;
}

.flag-colum {
    border: 2px solid #708090;
    border-radius: 15px;
    padding: 20px 20px;
    display: flex;
    gap: 20px;
    background: #fff;
    min-height: 230px;
}

.flag-colum .details ul li {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 600;
    color: #101214;
}

.flag-colum .details p {
    color: #000;
    font-size: 22px;
    margin-bottom: 10px;
}

.flag-colum .details p span {
    font-weight: bold;
}

.flag-colum .icon img {
    border: 3px solid #F1F4F8;
    border-radius: 8px;
    width: 100%;
}

.flag-colum .icon {
    width: 60px;
}

.flag-colum .details ul {
    margin: 0;
}

/* End We are available here  */

.footer {
    background-color: #F1F4F8;
    padding: 50px 20px;
}

.footer-bg {
    background: radial-gradient(112.95% 185.85% at 28.65% 5.66%, #254B7D 0%, #122B4B 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    border-radius: 10px;
    padding: 50px 50px;
}

.footer-col h4 {
    margin: 0;
    /*font-weight: bold;*/
    font-size: 22px;
    color: #8EDEFF;
    margin-bottom: 20px;
}

.footer-col ul {
    margin: 0;
}

.footer-col ul li {
    list-style: none;
}

.footer-col ul li a {
    color: #8EDEFF;
    display: inline-block;
    padding: 8px 0px;
    font-size: 14px;
}

.footer-col-icon ul li {
    display: flex;
    gap: 10px;
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #8EDEFF;
}

.footer-col {
    margin-bottom: 50px;
}

.logo-section-footer img {
    height: 50px;
}

.logo-section-footer {
    text-align: center;
    margin-bottom: 50px;
}

.copyRight-message p {
    color: #FFDAB9;
    margin: 0;
    text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.copyRight-message {
    margin-top: 50px;
}

/* End footer section */

.comprehensive-App {
    padding: 80px 0px;
}

.development-services-colum {
    box-shadow: 0px 8px 20px 0px #343C481A;
    border-radius: 10px;
    padding: 0px 25px 25px 25px;
}

.development-services-colum .details-content p {
    color: #4D5863;
    font-size: 14px;
    margin: 0;
}

.development-services-colum .details-content h4 {
    margin: 0;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #1E3A5F;
}

.development-services-colum .icon {
    width: 80px;
    height: 80px;
    position: relative;
    top: -25px;
}

.development-services-colum .icon img {
    width: 100%;
    height: 100%;
}

/*-------------------development service page end css---------------------*/

section.services-banner {
    padding: 80px 0px;
    background: radial-gradient(112.95% 185.85% at 28.65% 5.66%, #254B7D 0%, #122B4B 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
}

.services-banner .width80P {
    margin: auto;
}

.services-banner-img {
    text-align: right;
}

.services-banner-img img {
    width: 80%;
    height: 100%;
}

.services-banner-content h4 {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
}

.services-banner-content p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
    padding-right: 50px;
    line-height: 25px;
}

.services-banner-content button {
    background: radial-gradient(130.72% 215.09% at 22.47% -23.58%, #FFE1C7 0%, #F9BF8C 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    border: 0;
    border-radius: 4px;
}

/* Services Page design end css */


section.staffing-banner {
    /* background: radial-gradient(109.27% 314.22% at 21.91% -16.04%, #27A05A 0%, #6CA986 100%); */
    background: linear-gradient(90deg, rgba(53, 160, 204, 1) 0%, rgba(26, 108, 141, 1) 100%);
    padding: 80px 0px;
}

.it-staffing-aside img {
    width: 100%;
    height: 100%;
}

.it-staffing-side h4 {
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
}

.it-staffing-side p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
}

.it-staffing-side button {
    display: inline-block;
    color: #1E3A5F;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 14px;
    background: radial-gradient(130.72% 215.09% at 22.47% -23.58%, #FFE1C7 0%, #F9BF8C 100%);
    border: 0;
}

/* it staffing banner section end  */


.onboarding-time {
    padding: 80px 0px;
}

.onboarding-col-section {
    box-shadow: 0px 24px 44px 0px #0000001A;
    padding: 0px 30px 30px 30px;
    border-radius: 10px;
    margin-bottom: 70px;
}

.onboarding-col-section span {
    color: #FF6F61;
    font-size: 38px;
    font-weight: bold;
    position: relative;
    top: -25px;
}

.onboarding-col-section h4 {
    color: #254B7D;
    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

.onboarding-col-section p {
    color: #4D5863;
    margin: 0;
    font-size: 14px;
    padding-right: 25%;
}

.onboarding-time .section-title h6 {
    color: #1E3A5F;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
}

/* end onboarding css */

.we-are-codechaps {
    background: radial-gradient(130.72% 215.09% at 22.47% -23.58%, #FFE1C7 0%, #F9BF8C 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    padding: 80px 0px;
}

.we-are-codechaps-center {
    text-align: center;
}

.we-are-codechaps-center h4 {
    margin-bottom: 20px;
    color: #10161E;
    font-weight: bold;
    font-size: 28px;
}

.we-are-codechaps-center p {
    margin-bottom: 20px;
    color: #254B7D;
    font-size: 16px;
}

.we-are-codechaps-center button,
.we-are-codechaps-center a {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border: 0;
    background: radial-gradient(112.95% 185.85% at 28.65% 5.66%, #254B7D 0%, #122B4B 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
}

.about-img-colum img {
    width: 100%;
    height: 100%;
}

.about-image-section {
    position: relative;
    top: 160px;
}

.about-bootom-photo img {
    width: 100%;
    height: 100%;
}

section.our-img-content {
    padding: 80px 0px;
}

.our-img-content .content-details h4 {
    color: #1E3A5F;
    font-weight: bold;
    text-align: left;
    font-size: 34px;
    margin: 0;
    line-height: 1.5;
    margin-bottom: 20px;
}

.our-img-content .content-details p {
    color: #10161E;
    font-size: 16px;
    margin-bottom: 30px;
}

.our-img-content .content-details button,
.our-img-content .content-details a {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 14px;
    border: 0;
    background: radial-gradient(112.95% 185.85% at 28.65% 5.66%, #254B7D 0%, #122B4B 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
}

.photo img {
    width: 100%;
    height: 100%;
}

.looking-ahed {
    padding: 80px 0px;
    background-color: #F1F4F8;
}



.looking-ahed .content-details h4 {
    color: #1E3A5F;
    font-weight: bold;
    text-align: left;
    font-size: 34px;
    margin: 0;
    line-height: 1.5;
    margin-bottom: 20px;
}

.looking-ahed .content-details p {
    color: #10161E;
    font-size: 16px;
    margin-bottom: 30px;
}

/* End Lookoing ahed section with page */

.gallery-wrap ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.gallery-wrap ul li {
    list-style: none;
    height: 90px;
    border: 1px solid #F1F4F8;
    font-size: 12px;
    color: #254B7D;
    display: flex;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    min-width: 100px;
    cursor: pointer;
}

.gallery-wrap ul li span {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 10px 15px;
}

.gallery-wrap ul li:hover,
.gallery-wrap ul li.active {
    background: radial-gradient(130.72% 215.09% at 22.47% -23.58%, #FFE1C7 0%, #F9BF8C 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;

}

.case-studies-img img {
    width: 100%;
}

.case-studies-content {
    position: relative;
}

.case-studies-content h6 {
    color: #35A0CC;
    font-weight: 700;
    font-size: 22px;
}

.case-studies-content .types-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    color: #1E3A5F;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #1E3A5F;
    border-radius: 100px;
    padding: 5px 15px;
    max-width: fit-content;
    position: absolute;
    right: 0;
    top: -50px;
}

.case-studies-content .types-btn img {
    width: 25px;
}

.case-studies-content h4 {
    color: #254B7D;
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 20px;
}

.case-studies-content p {
    color: #1E3A5F;
    font-size: 16px;
    margin-bottom: 20px;
}

.case-studies-content button {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 14px;
    border: 0;
    background: radial-gradient(126.13% 207.55% at 20.22% -16.04%, #FF9186 0%, #DF6357 100%);
}

.case-studies-content a {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 14px;
    border: 0;
    background: radial-gradient(126.13% 207.55% at 20.22% -16.04%, #FF9186 0%, #DF6357 100%);
}

.case-studies-row:hover {
    text-decoration: none;
}

.filters-content .all:nth-child(even) .case-studies-content {
    text-align: right;
}

.filters-content .all:nth-child(even) .case-studies-content .types-btn {
    right: auto;
    left: 0;
}

section.portfolio-filter {
    background: #F1F4F8;
}

.filters.gallery-wrap {
    background: #fff;
    padding: 20px 10px;
}

.filter-items-row {
    right: 0;
   
}

/*------------end filter case studies css--------------*/

.stepper-story {
    padding: 160px 0px 0px 0px;
}

.timeline {
    box-sizing: border-box;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #D3DDE7;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timeline-container {
    box-sizing: border-box;
    padding: 20px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.timeline-container::after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    right: -18px;
    background: radial-gradient(130.72% 215.09% at 22.47% -23.58%, #FFE1C7 0%, #F9BF8C 100%);
    border: 5px solid #fff;
    top: 50%;
    border-radius: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

/* Place the container to the left */
.timeline-left {
    left: 0;
}

/* Place the container to the right */
.timeline-right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Fix the circle for containers on the right side */
.timeline-right::after {
    left: -18px;
}

/* The actual content */
.timeline-content {
    background-color: white;
    position: relative;
    border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .timeline-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .timeline-container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .timeline-left::after {
        left: 15px;
    }

    .timeline-right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .timeline-right {
        left: 0px;
    }
}

/* Style copy */
.timeline-date {
    color: #404040;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}

.timeline-copy {
    color: #404040;
    font-size: 14px;
    margin-bottom: 0;
}

/* end verticle codechaps timeline  */

.timeline-right .issu-date {
    position: absolute;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    left: -170px;
    top: 50%;
    transform: translateY(-50%);
    background: radial-gradient(109.27% 314.22% at 21.91% -16.04%, #30BC6B 0%, #16A653 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    font-weight: bold;
    font-size: 16px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}


.timeline-right .issu-date::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #1dac59;
}


.timeline-left .issu-date {
    position: absolute;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    right: -170px;
    top: 50%;
    transform: translateY(-50%);
    background: radial-gradient(109.27% 314.22% at 21.91% -16.04%, #30BC6B 0%, #16A653 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    font-weight: bold;
    font-size: 16px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}


.timeline-left .issu-date::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #28b564;
}


/* about page end css  */



.filters.gallery-wrap.portfolio-filter-gallery {
    background: radial-gradient(112.95% 185.85% at 28.65% 5.66%, #254B7D 0%, #122B4B 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    margin: 0px 20px;
    border-radius: 10px;
}

.filters.gallery-wrap.portfolio-filter-gallery ul li {
    background: radial-gradient(160.54% 208.49% at 21.63% -14.15%, rgba(235, 241, 248, 0.1) 0%, rgba(194, 207, 220, 0.1) 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    color: #fff;
    padding: 5px 20px;
    height: auto;
    min-width: auto;
    border: 0;
    border-radius: 5px;
}

.filters.gallery-wrap.portfolio-filter-gallery ul li.active {
    background: radial-gradient(130.72% 215.09% at 22.47% -23.58%, #FFE1C7 0%, #F9BF8C 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    color: #333;
    font-weight: bold;
}

.portfolio-box-row .portfolio-img img {
    width: 100%;
    height: 100%;
}

.portfolio-box-row {
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 0px 41px 44px 0px #4C5E651A;
    margin-bottom: 20px;
}

.heding-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.heding-title h4 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
}

p {
    margin: 0;
    font-size: 14px;
    color: #4D5863;
}

.portfolio-btn button,
.portfolio-btn a {
    background: radial-gradient(126.13% 207.55% at 20.22% -16.04%, #FF9186 0%, #DF6357 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    border: 0;
    padding: 10px 20px;
    box-shadow: 0px 6px 16px 0px #1E3A5F29;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.portfolio-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* end portfolio page css*/

.banner {
    padding: 80px 0px;
}

.banner-content h5 {
    color: #1E3A5F;
    font-size: 38px;
    margin: 0;
}

.banner-content h4 {
    color: #35A0CC;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner-content p {
    font-size: 16px;
    padding-right: 25%;
    margin-bottom: 30px;
}

.banner-content h4 span {
    color: #1E3A5F;
}

.banner-images {
    box-shadow: 0px 0px 14px 6px #80808066;
    margin-bottom: 50px;
    margin-top: 50px;
    border-radius: 12px;
}

.request-a-quote {
    border: 1px solid #708090;
    display: inline-block;
    padding: 5px 5px;
    border-radius: 8px;
}

.request-a-quote button {
    background: radial-gradient(126.13% 207.55% at 20.22% -16.04%, #FF9186 0%, #DF6357 100%);
    box-shadow: 0px 6px 16px 0px #1E3A5F29;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    padding: 10px 20px;
    border-radius: 4px;
}

.request-a-quote input {
    border: 0;
    padding: 10px 15px;
}

.request-a-quote input:focus {
    outline: 0;
    box-shadow: initial;
}

.banner .carousel-indicators {
    display: none;
}


.navbar-dark .navbar-toggler {
    color: #1e3a5f;
    border-color: #1e3a5f;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url('../images/download.svg');
}

.project-features-colum h4 {
    color: #898989;
    font-size: 18px;
    margin: 0;
}

.project-features-colum p {
    font-size: 22px;
    color: #333;
    font-weight: 700;
}

.project-features-colum {
    padding: 40px 0px;
}

.project-name h4 {
    margin: 0;
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 50px;
}

.stack-img img {
    width: 25px;
}

.tech-stack-logo {
    display: flex;
    gap: 10px;
    padding-top: 5px;
}

.overview {
    padding: 50px 0px;
}

.overviewTitle h4 {
    color: #ca0515;
    font-size: 24px;
}

.overviewTitle-content>p {
    font-size: 22px;
    line-height: 1.6;
    text-align: justify;
}

.overview-colum h5 {
    font-size: 70px;
    font-weight: bold;
}

.overview-colum {
    padding-top: 50px;
}

.overview-colum p {
    font-size: 22px;
    color: #9f9f9f;
}


.challenges-section {
    padding: 50px 0px;
    background: linear-gradient(100deg, #883271, #671C61);
}

.chalngesTitle h4 {
    color: #fff;
    font-size: 24px;
}

.chalanges-content>p {
    font-size: 22px;
    line-height: 1.6;
    text-align: justify;
    color: #fff;
}

.challanges-colum-details {
    background: #fff;
    padding: 50px 50px;
    border-radius: 6px;
    min-height: 270px;
}

.challanges-colum-details p {
    margin: 0;
    font-size: 18px;
}

.colum-chalanges {
    padding-top: 50px;
}

.delivery {
    padding: 50px 0px;
    background-color: #ECECEC;
}

.delivery-pro-img img {
    width: 100%;
}

.delivery-pro-img {
    padding-top: 50px;
}

.Competence-time {
    padding: 50px 0px;
}

.Competence-time .onboarding-col-section {
    padding: 30px 30px 30px 30px;
    min-height: 320px;
}

.Competence-time .onboarding-col-section p {
    padding-right: 0%;
}

.tabs-services {
    padding: 50px 0px;
    background-image: url('../images/mob-blur-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-color: #f6f7fb;
}

.tabs-inbx {
    padding: 50px;
    margin-top: 50px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(53, 160, 204, 1) 0%, rgba(26, 108, 141, 1) 100%);
}

.tabs-services .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: none;
    background-color: #fff;
    padding: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.tabs-services .nav-tabs .nav-item {
    width: 100%;
    margin-bottom: 10px;
}

.tabs-services .nav-tabs .nav-item .nav-link {
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 20px 15px 55px;
    color: #000;
    background-color: #f9f9f9;
    position: relative;
}

.tabs-services .nav-tabs .nav-item .nav-link .icon {
    font-size: 24px;
    position: absolute;
    left: 15px;
    top: 12px;
}

.tabs-services.clor-stitch .tabs-inbx .nav-tabs .nav-item .nav-link.active {
    background-color: #004a91;
    background-image: -webkit-linear-gradient(90deg, rgba(53, 160, 204, 1) 0%, rgba(26, 108, 141, 1) 100%);
    background-image: -o-linear-gradient(90deg, rgba(53, 160, 204, 1) 0%, rgba(26, 108, 141, 1) 100%);
    background-image: linear-gradient(90deg, rgba(53, 160, 204, 1) 0%, rgba(26, 108, 141, 1) 100%);
    box-shadow: none;
    color: #fff;
}

.tabs-services .img-set {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tabs-services .img-set .content-set h3 {
    color: #fff;
}

.tabs-services .img-set .content-set .list-point {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tabs-services .img-set .content-set .list-point li {
    flex-basis: 50%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 24px;
    color: #fff;
    list-style: none;
}

.tabs-services .img-set .content-set .list-point li:first-child {
    flex-basis: 100%;
    padding-left: 0;
}

.tabs-services .img-set .content-set .list-point li:first-child p {
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.tabs-services .img-set .content-set .list-point li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.tabs-services .img-set .content-set .list-point li:first-child::before {
    content: '';
    display: none;
}

section.award-recognation {
    padding: 50px 0px;
}

.award-left img {
    width: 60px;
    margin-bottom: 30px;
}

.award-left a {
    display: inline-block;
    color: #1E3A5F;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 14px;
    background: radial-gradient(130.72% 215.09% at 22.47% -23.58%, #FFE1C7 0%, #F9BF8C 100%);
}

.services-colum-time {
    padding: 50px 0px;
}

.services-col-section {
    background-color: #fafafa;
    border: 1px solid #fafafa;
    font-size: 14px;
    height: 100%;
    position: relative;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.services-col-section h4 {
    color: #254B7D;
    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

.services-col-section p {
    color: #4D5863;
    margin: 0;
    font-size: 14px;
}

.services-col-section:hover {
    background-color: #fff;
    border-color: #0035e5;
}

.services-colum-time .row.gap20 {
    gap: 30px 0px;
}

.blue-portfolio {
    background: linear-gradient(111.4deg, #070709 6.5%, #1b1871 93.2%);
    display: flex;
    gap: 50px;
    align-items: center;
    padding: 40px;
    border-radius: 20px;
    background-color: #9dcbf8;
    height: 100%;
}


.contact-center .contact-form-centerd-inner {
    background: #f8f7fa;
    border-radius: 16px;
    margin: 0 auto;
    max-width: 684px;
    padding: 40px;
    width: 100%;
}

.contact-center .lets-get-started {
    text-align: center;
    padding-bottom: 40px;
}

.contact-center {
    padding: 50px 0px;
}

.contact-form-centerd-inner .contact-feilds input {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 12px;
    height: 52px;
    font-size: 16px;
    min-width: 240px;
    padding: 0 16px;
}


.contact-form-centerd-inner .contact-feilds label {
    color: #002;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact-form-centerd-inner .contact-feilds {
    margin-bottom: 20px;
}


.contact-form-centerd-inner .contact-feilds textarea {
    width: 100%;
    border: 1px solid #1d7294;
    border-radius: 12px;
    font-size: 16px;
    min-width: 240px;
    padding: 10px 16px;
    resize: none;
}

.contact-form-centerd-inner .contact-feilds .budget-feilds .hs-form-radio input {
    width: auto;
    height: auto;
    min-width: auto;
    margin-right: 5px;
}

.contact-form-centerd-inner .contact-feilds .budget-feilds .hs-form-radio {
    list-style: none;
}

.contact-form-centerd-inner .contact-feilds .budget-feilds ul.inputs-list.multi-container {
    padding: 0;
    margin: 0;
}

.contact-form-centerd-inner .contact-feilds .budget-feilds .hs-form-radio label {
    display: inline-block;
}

button.submit-send-contact {
    background: linear-gradient(90deg, rgb(53 160 204) 0%, rgb(26 108 141) 100%);
    width: 100%;
    border: 0px;
    border-radius: 100px;
    padding: 15px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.lets-get-started h4 {
    font-size: 52px;
    font-weight: bold;
}

.lets-get-started h4 span {
    color: #35a0cc;
}

.lets-get-started p {
    font-size: 22px;
    color: #333;
}

.contact-form {
    position: relative;
    background: linear-gradient(90deg, rgb(53 160 204) 0%, rgb(26 108 141 / 0%) 100%);
}

.contact-form::before {
    content: '';
    background-size: cover;
    bottom: 0%;
    content: "";
    left: 0;
    position: absolute;
    top: -112px;
    width: 303px;
    background: url('../images/bg-contact-left_v1.png') no-repeat 100% 0;
    z-index: 0;
}

.contact-form::after {
    content: '';
    background: url('../images/bg-contact-right.png') no-repeat 0;
    background-size: cover;
    bottom: 0%;
    content: "";
    position: absolute;
    right: 0;
    top: 3.35%;
    width: 290px;
    z-index: 0;
}

.blog-post {
    position: relative;
    box-shadow: -3px -1px 16px -14px;
}
.blog-post .blog-post-img {
    position: relative;
    border-radius: 12px 12px 0px 0px;
    transition: all .3s ease;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    z-index: 9999999999;
}

.contact-center {
    padding: 50px 0px;
    position: relative;
    z-index: 9999;
}

.blog-post .blog-post-img img {
    width: 100%;
    height: 100%;
    /*max-height: 180px;*/
    min-height: 180px;
    object-fit: cover;
    border-radius: 4px 4px 0px 0px;
}

.blog-post .blog-post-img .blog-post-time {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(0deg, #000, transparent);
    color: #fff;
    padding: 40px 20px 20px;
    border-radius: 0;
}

section.blog-section {
    padding: 50px 0px;
}

.blog-post .blog-post-details {
    padding: 15px 15px;
}

.blog-post .blog-post-details h4 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}

.blog-post .blog-post-details p {
    color: #4D5863;
    font-size: 14px;
    margin: 10px 0px;
}

.blog-post .blog-post-details a {
    color: #1E3A5F;
    font-size: 25px;
}

.blog-post a {
    text-decoration: none;
    color: inherit;
}

.blog-post .blog-post-details .learn-more {
    color: #35a0cc;
    font-size: 15px;
}


.blog-post .blog-post-details .short-line {
    position: relative;
    height: 3px;
    margin-bottom: 20px;
}

.blog-post .blog-post-details .short-line::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: #35a0cc;
    z-index: 1;
}

.blog-post .blog-post-details .short-line::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 132px;
    height: 3px;
    background-color: #bebebe;
    z-index: -1;
}

section.blog-details-section {
    padding: 50px 0px;
}

.blog-details-para-img p {
    font-size: 18px;
    color: #4D5863;
    margin: 0;
    line-height: 32px;
}

.blog-details-para-img .blog-details-img {
    margin: 20px 0px;
}

.blog-details-para-img .blog-details-img img {
    max-width: 100%;
}

.blog-details-para-img h4 {
    font-size: 22px;
    margin: 0;
    font-weight: bold;
    margin-top: 20px;
}



/* //////////////////////// */


section.comment-reply-section {
    padding: 50px 0px;
    background: #f1f1f1;
}

.fn a.url {
    color: #333;
    font-weight: bold;
}

.comment-author.vcard {}

.comment-meta a {
    color: #a1a1a1;
    font-size: 14px;
    font-style: italic;
}

.comment-body p {
    color: #4D5863;
    font-size: 14px;
}

.comment-body {
    padding-bottom: 20px;
}

ul.children {
    padding-left: 20px;
    list-style: none;
}

.form-submit .submit {
    font-size: 14px;
    font-weight: 700;
    padding: 14px 24px 14px 24px;
    border-radius: 4px;
    border: 0;
    background: linear-gradient(90deg, rgba(53, 160, 204, 1) 0%, rgba(26, 108, 141, 1) 100%);
    color: #fff;
}


.comment-form-comment textarea {
    width: 100%;
    padding: 10px;
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.comment-form p.comment-notes {
    width: 100%;
}


.comment-form p.comment-form-comment {
    width: 100%;
}

.comment-form p.comment-form-cookies-consent {
    width: 100%;
}

.comment-form p.form-submit {
    width: 100%;
}

.comment-form-author input {
    width: 100%;
    height: 45px;
    padding: 0px 10px;
}

.comment-form-email input {
    width: 100%;
    height: 45px;
    padding: 0px 10px;
}

.comment-form-url input {
    width: 100%;
    height: 45px;
    padding: 0px 10px;
}

.blog-details-para-img p img {
    margin: 10px 0px;
}

.blog-details-para-img h3 {
    font-size: 26px;
    margin: 0;
    font-weight: bold;
    margin-top: 20px;
}

.croImg {
    width: 140px;         /* You can adjust width */
    height: 90px;         /* Fixed height */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }
h4.partner-title.wow.fadeInUp {
    text-align: center;
    padding: 15px;
}
.Trusted-partner{
    background-color:aliceblue;
    padding: 30px;
}
.subMenuInner{
 position: absolute !important;
background-color: #ffffff !important;
width: auto !important;
height: auto !important;
visibility: visible !important;
clear: both !important;
left: 60% !important;
top: 0px !important;
border-radius: 5px !important;
display: none;
z-index: 99;
padding: 10px 0px;
}

li.nav-item.custom-dropdown:hover .subMenuInner {
display: block;
}
ul.subMenuInner li {
    list-style: none;
}
.navbar-brand {
    display: inline-block;
    height: auto;
    padding: 0 !important;
    font-size: 18px;
    line-height: 20px;
}

li.nav-item.custom-dropdown{
    position: relative;
}

.navbar{
    margin-bottom:0px !important;
}


a.btn.btn-blue.btn-custome {
    font-size: 14px;
    font-weight: 700;
    padding: 14px 24px 14px 24px;
    border-radius: 4px;
    border: 0;
    background: linear-gradient(90deg, rgba(53, 160, 204, 1) 0%, rgba(26, 108, 141, 1) 100%);
    color: #fff;
    background: linear-gradient(90deg, rgba(53, 160, 204, 1) 0%, rgba(26, 108, 141, 1) 100%);
    color: #fff;
 
  
}
.extra-class h2 {
    padding: 6px 40px;
    font-weight: bold;
    font-size: xx-large;
        color: #254B7D;
}
.extra-class h6 {
    padding: 0px 40px;
  font-weight: 500;
    color: #000000;
    font-weight: 500;
    line-height: 1.2;
}
.extra-class ul {
    padding: 9px 70px;
    color:#000000;
}
.service-btn .btn {
    padding: 7px 13px;
    border: 0px solid;
    border-radius: 20px;
    background: #254B7D;
    margin-top: 20px;
}
.service-btn a {
    color: #fff;
    font-size: medium;
    font-weight: 500;
}
.grid {
    background-color: #fff;
}





.whatsapp-container {
  position: fixed;
  bottom: 10px;
  left: 30px;
  width: 80px;
  height: 80px;
  z-index: 1000;
}

.whatsapp-icon {
  width: 55px;
  height: 55px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(37, 211, 102, 0.8);
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.whatsapp-icon img {
  width: 50%;
  height: 50%;
}

.glow {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgba(37, 211, 102, 0.4);
  border-radius: 50%;
  animation: atomicGlow 1.5s infinite alternate ease-in-out;
  z-index: 1;
}

.glow::before,
.glow::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgba(37, 211, 102, 0.2);
  border-radius: 50%;
  animation: atomicGlow 1.5s infinite alternate ease-in-out;
}

.glow::before {
  animation-delay: 0.5s;
}

.glow::after {
  animation-delay: 1s;
}

@keyframes atomicGlow {
  0% {
      transform: scale(1);
      opacity: 0.8;
  }
  100% {
      transform: scale(1.5);
      opacity: 0;
  }
}





