:root {
    --primary-color: #255EAE;
    --secondary-color: #FCAE07;
    --theme-white:#fff;
    --gray-dark:#2C2C2C;
  
    --theme-critical:#EB5A51;
    --theme-critical-lite:#FDE9E7;
    --theme-warning:#FFA117;
    --theme-warning-lite:#FFF4E5;
    --theme-success:#5CB747;
    --theme-success-lite:#ECFFDF;
    --theme-wait:#E6AE61;   
    --theme-wait-lite:#FFF9C6;
    --theme-primary-font: "IBM Plex Sans", sans-serif;
    --theme-font-size: 1rem;
}

.color-primary{color: var(--primary-color);}
.bg-primary{background-color: var(--primary-color);}
.bg-secondary{color: var(--secondary-color);}
.color-gray-dark-2{color: var(--gray-dark);}



body {font-family: "IBM Plex Sans", sans-serif; overflow-x: hidden; color: #4c4c4c;}
.na-btn{border-radius: 1.875rem ;padding: 0rem 1.25rem; font-size: 0.875rem; font-weight:600; min-height:2.625rem; font-family: var(--theme-primary-font); word-break: keep-all;  white-space: nowrap;}
.na-btn[disabled], .common-button[disabled]:hover, .common-button[disabled]:active{  background-color: #F6F6F6; color: var(--theme-lite-gray3); cursor: not-allowed;border: 1px solid #F6F6F6;}
.na-btn[disabled] img, .common-button[disabled] svg{opacity: 0.25;filter: brightness(0.5);}

nav.na-nav {padding-top: 15px;padding-bottom: 15px;}
.na-nav .navbar-brand img{max-width: 160px;}
.enquire-btn{border-radius: 20px;font-size: 14px; background: var(--primary-color); color: var(--theme-white) !important; padding: 8px 20px !important; margin-left: 15px;}
.na-nav ul.dropdown-menu.show {
    border: none;
    box-shadow: 0px 0px 11px #ddd;
}

nav.na-nav .nav-item {
    padding-left: 20px;
}
nav.na-nav .nav-link {
    font-weight: 500;
    font-size: 17px;
}
ul.dropdown-menu.show li a:hover {
    color: #fff;
    background-color: #255eae;
}
ul.dropdown-menu.show li a {
    padding: 15px 15px 15px 15px !important;
    border-bottom: 1px solid #f5f5f5;
    font-size: 17px;
}
ul.dropdown-menu.show {
    padding: 0px;
}
.social-media.img {
    /* border-top: 1px solid #b4b4b4; */
    padding-top: 15px;
}
 
section#contact {
    padding-top: 3rem;
    padding-bottom: 1rem;
}
.banner-area{min-height: 90vh; padding-top: 0px !important; padding-bottom: 0px !important;}
.banner-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 84vh;
    background-image: url("../images/comp4.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F3F8FF;
    border-radius: 20px;
    border: 1px solid #A9CDFF;
    position: relative;
    /* margin-top: 90px; */
    flex-direction: column;
}
.banner-content::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e6f1ff8a;
    border-radius: 20px;
}
.banner-content .carousel, .banner-content .row{
    z-index: 1;
}
.banner-content .carousel{width: 100%;}
.slide-video{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 84vh;
    border-radius: 20px;
    /* margin-top: 90px; */
    overflow: hidden;
}
.banner-content h2{color: #09264F;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
}
.banner-content h2 span{color: #255EAE; display: block;}
.slide-content {
    padding: 30px 15px 30px 15px;
    text-align: center;
}
.slider-cta{border-radius: 12px;
    background: #255EAE;color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 20px;
    width: max-content;
    z-index: 999;
    position: relative;
}
.common-btn {
    border-radius: 7px;
    background: #255EAE;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    padding: 9px 19px;
    width: max-content;
}
.point-box{
    border-radius: 25px;
    border: 3px solid #FFF;
    background: #FFF;
    box-shadow: 0px 1px 24px 6px rgba(0, 0, 0, 0.10);
}
.w-full{width: 100%;}
.point-box{padding: 10px 2px; width: 100%;}
.point-box h5 {
    color: #2C2C2C;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
}
.point-box h5 span {
    color: #2C2C2C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: block;
    margin-top: 8px;
}
.year-20-badge {
    right: -5px;
    top: -5px;
}
section#contact h2 {
    font-size: 26px;
    font-weight: 600;
}
.sec{padding-top: 40px; padding-bottom: 40px;}
.know-more-button-tr {
    border-radius: 8px;
    border: 1px solid #255EAE;
    color: #255EAE;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    width: 100%;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
footer p {
    font-size: 13px;
}
h2.titleH2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
    padding-bottom: 20px;
}
.service-box {
    border-radius: 20px;
    /* border: 1px solid #255EAE; */
    background: #FFF;
    padding: 20px;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.service-box:hover {
    background-color: #003074;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.service-box img {
    border-radius: 15px;
    margin-bottom: 25px;
}
.service-box h3 {
    color: #292929;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.service-box:hover h3, .service-box:hover ul li, .service-box:hover .know-more-button-tr{
    color:#fff;
}
.service-box:hover .know-more-button-tr{
    border: 1px solid #FFF;
}
.benefits{background-image: url(../images/stories-bg.png); background-repeat: no-repeat; background-position: left bottom;}

.benefits-content .d-flex h5 {
    color: #2C2C2C;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
.benefits-content .d-flex img {
    width: 100px !important;
    padding: 18px;
    height: 98px;
    border-radius: 12px;
    background: #FFF;
    margin-right: 15px;
    box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.09);
}
.benefits-content .d-flex{
    margin-bottom: 50px;
}
.thumb-content {
    border-radius: 20px;
    border: 2px solid #FFF;
    background:rgb(255 255 255 / 82%);
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding: 35px;
}
.success-stories-img p {
    color: #000;
}
.success-stories-img h3 {
    font-weight: 700;
    color: #000;
}
section.benefits.sec {
    padding-bottom: 60px;
}
.success-stories {
    padding: 50px 0px;
}
.success-stories-img {
    background-image: url(../images/success-stories-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.success-stories-content {
    border-radius: 20px;
    border:2px dashed #d0d0d0;
    background: #FFF;
    padding: 20px;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.success-stories-content ul{padding-left: 0px;}
.success-stories-content ul li {
    color: #4c4c4c;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 15px;
    padding-left: 30px;
    list-style: none;
    background-image: url(../images/tick-circle.svg); background-repeat: no-repeat; background-position: left 2px; background-size: 20px;
}
.customers{background-image: url(../images/map.png); background-repeat: no-repeat; background-position: center; background-size:auto; background-attachment: fixed; padding-top: 80px;}
.client-slider{ padding: 20px 0px;}
.client-slider .item{padding: 5px 5px;}
.client-slider .client-logo img {
    height: 70px !important;
    width: auto !important;
}
.padd-50x50{
    padding: 75px 0px 75px 0px;
}
.pt-40{padding-top: 50px;}
.client-logo {
    border-radius: 15px;
    background: #FFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px dashed #1a4f98;
}
.client-logo h5{
    color: #4c4c4c;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding-top: 10px;
    line-height: normal;
}

.client-testimonial img {
    max-width:60px;
    max-height:60px;
    border-radius: 100%;
    margin-right: 15px;
}
.client-testimonial p {
    color: #4c4c4c;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}
.spotlight-sec .client-testimonial {
    min-height: 355px;
    width: 97%;
    margin: 0 auto;
}
p.quote{background-image: url(../images/quote-img.svg); background-repeat: no-repeat; padding-left: 30px; padding-right: 30px;}
.client-testimonial {
    border-radius: 20px;
    background: #FFF;
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    padding: 25px;
    min-height: 320px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    width: 98%;
    margin: 0 auto;
    border: 2px solid #f4f4f4;
}
.client-testimonial h4 {
    color: #4c4c4c;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0px;
}
.naico-journey{background-color: #F7F9FC;}
#servicesPage .inner-head p {
    text-align: justify;
}


section.inner-head{
    background-color: #fff;background-image: url(../images/bg123.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
  }
 
button.navbar-toggler img {
    max-width: 40px !important;
}
button.navbar-toggler {
    border: none !important;
    padding: 0px !important;
}
#contact{background-image: url(../images/footer-bg.jpg); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; position: relative; overflow: hidden;}
.footer-img {position: absolute;top: 0;width: 240px;left: 20px;}
.bt-none{border-top: none !important;padding-top: 0;}
.bb-none{border-bottom: none !important;padding-bottom: 0;}
.footer-img {animation-name: ftr; animation-duration: 1.5s;animation-iteration-count: infinite;}
.def-modal .modal-body .form-control {border: 1px solid #d1d1d1; border-radius: 6px; min-height: 44px;}
.def-modal .modal-header {background-color: #255eae;color: #fff;padding: 12px 15px;}
.def-modal .btn-close {filter: invert(1);}
#contact label {color: #cbcbcb;}
#contact .form-control {background-color: #174585;border: none; min-height: 45px; color: #fff;}
#contact .theme-btn {color: #255EAE;background-color: #fff;}
#contact .theme-btn {
    color: #255EAE;
    background-color: #fff;
}
.theme-btn {
    border-radius: 50px;
    background: #255EAE;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
}
#contact h3 {
    font-size: 20px;
}
#contact a {
    font-size: 14px;
    font-weight: normal !important;
}
#contact p {
    font-size: 14px;
    margin-bottom: 8px;
}
  @keyframes ftr {
    0%   {top:-15px;}
    50%  {top:0px;}
    100% {top:-15px;}
  }
  .box.sm-box {margin-bottom: 25px;}
  img.icoSvg {
    width: 20px;
    margin-right: 10px;
}
.theme-bg {
    background-color: #255EAE;
}
 
 

.header-sec{
    padding: 60px;
}
.h4-font{
    font-size: 32px;
    font-weight: 400;
}
.line-img{
    width: 70px;
    height: 6px;
}
 
.p-text{
font-size: 16px;
font-weight: 600;
}
.width-20{
    width: 20%;
}


.form-card{
    background-color: #F9F9F9;
    padding:25px 25px 5px 25px;
    border-radius: 12px;
    border: 1px solid #D7D7D7;
    width: 60%;
}

.Team-card{
background-color: #FCF9F9;
padding: 30px;
border-radius: 20px;
border: 2px solid #dcdbee;
}

.social-icon{
    width: 36px;
}
.value-card img {
    max-width: 105px;
} 
.value-card h5{
    font-weight: 700;
    color: #255EAE;
}
.value-card h6{
    font-weight: 700;
    font-size: 17px;
}
.value-card{
    background-color: #FFF;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #255EAE;
    min-height: 365px;
}
.lead-card{
    background-color: #EBF0F7;
    padding: 10px;
    border-radius: 20px;
      
}
.lead-card-inside{
    background-color: #ffffff;
    padding: 26px;
    border-radius: 20px;   
}
.lead-card-inside img {
    max-width: 125px;
    border-radius: 100%;
}
.designation-text{
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
.lead-card img.arrow-angle-right {
    width: 7px;
    margin-left: 15px;
}
.lead-name{
    font-size: 18px;
    font-weight: 700;
    color: #255EAE !important;
    margin-top: 12px;
}
.modal-body .lead-name {
    font-size: 16px;
}
.modal-body .designation-text {
    font-size: 15px;
    margin-bottom: 10px;
}
.scoial-text{
    font-size: 18px;
    font-weight: 600;
}
.contact-sec-bg{
    background-color: #F7F9FC;
}
.icoSvg_1 img{
    border-radius: 162px;
    border: 1px solid #255eae;
    background: #FFF;
    box-shadow: 0px 0px 11px 6px rgba(172, 172, 172, 0.07);
}
.whyNaico-icon.icoSvg_1 img{
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.whyNaico-icon.icoSvg_1:hover  img{
    transform: rotate(360deg);
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    box-shadow: 0px 0px 11px 6px rgb(33 150 243 / 17%);
}

@media (max-width:767px) {
    .width-20{
        width: 100%;
    }
    .img-mob{
        flex-direction: column;
    }
    ul.dropdown-menu.show li a {
        padding: 10px 10px 10px 10px !important;
    }
    .na-nav ul.dropdown-menu.show {
        width: fit-content;
    }
    ul.navbar-nav li {
        border-bottom: 1px solid #ddd;
        padding: 6px 0px;
    }
    .bg-default {
        padding-top: 130px;
    }
    .service-tabs-sec a.nav-link h4 {
        font-size: 16px !important;
    }
    .service-tabs-sec a.nav-link {
        padding: 0px 5px 0px 15px;
    }


/* SERVICE TAB DESIGN MOB */
.service-tabs-sec a.nav-link {
    min-height: auto !important;
}
.service-tabs-sec a.nav-link ul {
    display: none;
}
.h2-title {
    font-size: 24px !important;
    text-align: left;
}

}



/* -------------------------------------------------------------- */

.inner-head {
    margin-top: 85px;
}
.about-head {
    background-image: url(../images/cms-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100%;
}
.leadership{
    background-image: url(../images/cms-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;    
}
.h2-title span {
    color: #255eae;
}
.h2-title {
    font-weight: 700;
    font-size: 32px;
    color: #09264F;
    position: relative;
    width: fit-content;
}
.h2-title.after::after{
    position: absolute;
    right:-80px;
    top:40%;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #E04A4A;
}
section.inner-head p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}
h3.subTitle {
    font-weight: 700;
    font-size: 26px;
    color: #09264F;
    position: relative;
    width: fit-content;
}
h3.subTitle::after{
    position: absolute;
    right:-80px;
    top:40%;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #E04A4A;
}
.sec p {
    font-size: 17px;
    line-height: 29px;
    margin-top: 15px;
}

/* -- GALLERY -- */

.gallery-image {
    width: 100%;
    height: 215px;
    background-color: #ddd;
    margin-bottom: 20px;
    border-radius: 20px;
}
.gallery-image.lg {
    height: 450px;
}
.gallery-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.gallery-image.img-1{
    animation: img-1 6s infinite;
}
@keyframes img-1 {
    0% { background-image: url('../images/gallery/img-1.png'); }
    25% { background-image: url('../images/gallery/img-1-1.jpg'); }
    50% { background-image: url('../images/gallery/img-1-2.jpg'); }
    75% { background-image: url('../images/gallery/img-1-3.jpg'); }
    100% { background-image: url('../images/gallery/img-1.png'); }
}
.gallery-image.img-2{
    animation: img-2 8s infinite;
}
@keyframes img-2 {
    0% { background-image: url('../images/gallery/img-2-1.jpg'); }
    25% { background-image: url('../images/gallery/img-2-2.jpg'); }
    50% { background-image: url('../images/gallery/img-2-3.jpg'); }
    75% { background-image: url('../images/gallery/img-2-4.jpg'); }
    100% { background-image: url('../images/gallery/img-2-1.jpg'); }
}

.gallery-image.img-3{
    animation: img-3 10s infinite;
}
@keyframes img-3 {
    0% { background-image: url('../images/gallery/img-3-1.jpg'); }
    25% { background-image: url('../images/gallery/img-3-2.jpg'); }
    50% { background-image: url('../images/gallery/img-3-3.jpg'); }
    75% { background-image: url('../images/gallery/img-3-4.jpg'); }
    100% { background-image: url('../images/gallery/img-3-1.jpg'); }
}

.gallery-image.img-4{
    animation: img-4 12s infinite;
}
@keyframes img-4 {
    0% { background-image: url('../images/gallery/img-4-1.jpg'); }
    25% { background-image: url('../images/gallery/img-4-2.jpg'); }
    50% { background-image: url('../images/gallery/img-4-3.jpg'); }
    75% { background-image: url('../images/gallery/img-4-4.jpg'); }
    100% { background-image: url('../images/gallery/img-4-1.jpg'); }
}

.gallery-image.img-5{
    animation: img-5 5s infinite;
}
@keyframes img-5 {
    0% { background-image: url('../images/gallery/img-5-1.jpg'); }
    25% { background-image: url('../images/gallery/img-5-2.jpg'); }
    50% { background-image: url('../images/gallery/img-5-3.jpg'); }
    75% { background-image: url('../images/gallery/img-5-4.jpg'); }
    100% { background-image: url('../images/gallery/img-5-1.jpg'); }
}

.gallery-image.img-6{
    animation: img-6 7s infinite;
}
@keyframes img-6 {
    0% { background-image: url('../images/gallery/img-6-1.jpg'); }
    25% { background-image: url('../images/gallery/img-6-2.jpg'); }
    50% { background-image: url('../images/gallery/img-6-3.jpg'); }
    75% { background-image: url('../images/gallery/img-6-4.jpg'); }
    100% { background-image: url('../images/gallery/img-6-1.jpg'); }
}
/* ----------------- CAREERS ------------------------ */

.openings-section button.nav-link {
    min-width: 210px !important;
    margin-right: 15px;
    border-radius: 30px;
    border: 1px solid #255EAE;
    margin-bottom: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    padding-left: 25px;
}
.openings-section button.nav-link.active {
    background-color: #255EAE;
    background-image: url(../images/arrow-right-icon.png);
    background-repeat: no-repeat;
    background-position: 92%;
    background-size: 18px;
}
.openings-section .tab-content {
    border: 1px solid #255EAE;
    border-radius: 18px;
}
.openings-section .post-title p {
    margin: 0;
    font-size: 14px;
}
.openings-section .tab-content .tab-pane {
    display: inline-block;
} 
.tab-content .tab-pane {
    padding: 0px 1px;
    /* display: inline-block; */
}
.openings-section .post-title {
    padding: 15px;
    border-bottom: 1px solid #255EAE;
}
.openings-section .post-name h5, .post-experience h5 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 17px;
}
.openings-section .post-name {
    background-image: url(../images/find-resource-icon.svg);
    background-repeat: no-repeat;
    background-size: 33px;
    padding-left: 41px;
    background-position: center left;
}
.openings-section .post-name h5, .post-experience h5 {
    font-size: 15px;
}
.why-work {
    background-image: url(../images/dotted-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 58%;
}
.team-naico img{
    border-radius: 20px;
    max-width: 100%;
    height: auto;
}
section.submit-resume .form-card {
    width: 100%;
    border-radius: 20px;
    border:2px solid #255eae;
    background: #F9F9F9;
}
.form-card h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.form-card .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #D7D7D7;
    border-radius: 0px;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 400;
}
input.common-btn, button.common-btn {
    box-shadow: none;
    border: none;
    padding: 10px 30px; width: 100%;
}
.core-value.clr-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.sec.core-values .col-md-4, section.sec.core-values .col-md-6, section.sec.core-values .col-md-8 {
    padding: 0px;
    color: #fff;
}
section.sec.core-values{padding: 70px 50px;}
section.sec.core-values::before{position: absolute; background:rgb(0 0 0 / 48%); content: ""; width: 100%; height: 100%; top: 0; left: 0;}
section.sec.core-values .container-fluid{z-index: 999; position: relative;}
.core-values {
    background-image: url(../images/core-values-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    
}
.core-value img {
    width: 57px;
}
.core-value{
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.core-value.clr-1 {
    background: rgba(35, 89, 166, 0.82);
}
.core-value.clr-1:hover {
    background: rgb(0 87 212 / 87%);
}
.core-value.clr-2{
    background: rgba(25, 64, 190, 0.79);
}
.core-value.clr-2:hover{
    background: rgba(0, 35, 150, 0.79);
}
.core-value.clr-3{
    background: rgba(255, 182, 104, 0.80);
}
.core-value.clr-3:hover{
    background: rgba(255, 149, 36, 0.8);
}
.core-value.clr-4{
    background: rgba(149, 101, 233, 0.83);
}
.core-value.clr-4:hover{
    background: rgba(189, 56, 255, 0.83);
}
.core-value.clr-5{
    background: rgba(25, 154, 190, 0.80);
}
.core-value.clr-5:hover{
    background: rgba(0, 118, 128, 0.955);
}
section.sec.core-values .col-md-8 .row {
    padding: 0px !important;
    margin: 0px;
}
.core-value.clr-1 {
    height: 490px;
    width: 100%;
}
section.sec.core-values .col-lg-4 {
    padding: 0px;
    color: #fff;
}
.core-value h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 50px; color:#fff;
}
.core-value h4 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
} .core-value p{color:#fff;}
.core-value {
    padding: 20px;
    min-height: 245px;
}
.core-value .d-flex {
    gap: 14px;
    align-items: center;
}
.service-tabs-sec ul.nav.nav-tabs {
    justify-content: space-between;
}
.service-tabs-sec li.nav-item {
    width: 33%;
}
.service-tabs-sec a.nav-link {
    min-height: 185px;
    border-radius: 15px;
    background-repeat: no-repeat; background-size: cover; position: relative;
}
.service-tabs-sec a.nav-link:after {
    background-color: #7f7f7feb;
    border-radius: 10px;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.service-tabs-sec a.nav-link.active:after {
    background-color: #255eaecf;
}
.service-tabs-sec a.nav-link h4, .service-tabs-sec a.nav-link ul, .service-tabs-sec a.nav-link p {
    position: relative;
    z-index: 9;
    color: #fff;
}
.service-tabs-sec a.nav-link p, .service-tabs-sec a.nav-link h6{
    color: #fff;
    font-size: 13px;
    line-height: 19px; position: relative; z-index: 9;
}
.what-we-do-sec .tab-content .tab-pane {
    padding-top: 20px;
    padding-bottom: 10px;
  }
.service-tabs-sec a.nav-link ul {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.042px;
    margin-top: 5px;
}
.service-tabs-sec a.nav-link h4{
        font-size: 18px;
        font-style: normal;
        margin-top: 10px;
        font-weight: 600;
        line-height: normal;
}
.service-tabs-sec a.nav-link.bg-1 {
    background-image: url(../images/GIS-service-img.png);
}
.service-tabs-sec a.nav-link.bg-2 {
    background-image: url(../images/product-engineering-services-img.png);
}
.service-tabs-sec a.nav-link.bg-3 {
    background-image: url(../images/enterproce-sw-dev-img.png);
}
.green-lick-list{padding-left: 0px;}
.green-lick-list li { background-image: url(../images/green-tick.svg);
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 40px;
    margin-bottom: 18px;
    font-weight: 500;
}
.tab-content .h2-title {
    font-size: 22px;
}
.tech-ico img {
    margin: 0 auto;
}
.service-tabs-sec {
    border: 1px solid #204c8e;
    padding: 9px 9px 25px 9px;
    border-radius: 15px;
}

.sticky-div {
    position: relative;  
    z-index:999999;
  }

/* Social media icons */
.social-media img{
    width: 35px;
}

.accordion-button.collapsed {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    text-align: left;
    margin: 3px 0px;
    padding: 0px 0px;
    background-color: transparent !important;
    box-shadow: none !important;
    width:100%;
}
.accordion-body{margin-top: 10px;}
#serviceAccordion-xs .accordion-item,
.accordion-button:not(.collapsed) {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    font-weight: 600;
}
#services .accordion-button {
    background-color: #f5faff;
    padding: 7px 7px 7px 35px;
    background-position: 13px center;
    font-weight: 600;
    border-radius: 40px;
    position: relative;
    box-shadow: 1px 0px 9px 0px rgba(0, 0, 0, 0.14);
    justify-content: space-between;
}

.accordion-button,
.accordion-header {
    font-size: 1.0rem !important;
    width: 100%;
    padding: 2px 0px;
}

.service-mob-view {
    display: none;
}
.accordion-body {
    background-color: #ffffff94;
}
#services .so-btn, .accordion-button {
        background-position: 13px center !important;
        padding-left: 36px !important;
    }
    .accordion-button::after {
        background-color: transparent;
        border-radius: 42px;
        width: 21px;
        height: 22px;
        background-size: 70%;
        background-position: center;
        border: 1px solid #7889a0;
    }
    .accordion-button::after {
        transform: rotate(270deg);
    }
    #services .so-btn.active:before {
        width: 22px;
        height: 26px;
        right: 9px;
    }
@media(max-width:1200px) {
    .service-mob-view {
        display: block;
    }

    .service-web-view {
        display: none;
    }
}


/*===================*/
/* WOOBLE VERTICAL
/*===================*/

@-webkit-keyframes wobble-vertical-on-hover {
    16.65% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
    33.3% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
    }
    49.95% {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
    }
    66.6% {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
    }
    83.25% {
      -webkit-transform: translateY(1px);
      transform: translateY(1px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes wobble-vertical-on-hover {
    16.65% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
    33.3% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
    }
    49.95% {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
    }
    66.6% {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
    }
    83.25% {
      -webkit-transform: translateY(1px);
      transform: translateY(1px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .wobble-vertical-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .wobble-vertical-on-hover:hover, .wobble-vertical-on-hover:focus, .wobble-vertical-on-hover:active {
    -webkit-animation-name: wobble-vertical-on-hover;
    animation-name: wobble-vertical-on-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
.para-line-2 p{line-height: 32px !important;}


/* ---------------- SER 2 ----------------------- */

section.sec.what-we-do-sec.ser-2 .service-tabs-sec .nav.nav-tabs {
    flex-direction: column;
    display: flex;
    justify-content: start;
}
section.sec.what-we-do-sec.ser-2 .service-tabs-sec li.nav-item {
    width:100%;
}
section.sec.what-we-do-sec.ser-2 .service-tabs-sec .tab-content {
    width: 70%;
}
section.sec.what-we-do-sec.ser-2 .service-tabs-sec .nav.nav-tabs li.nav-item {
    margin-bottom: 10px;
}
section.sec.what-we-do-sec.ser-2 .service-tabs-sec {
    display: flex;
    justify-content: space-between;
}

@media(max-width:767px){
    .point-box {margin-bottom: 15px;}
    .banner-content{height: auto;}
    .banner-content h2 {font-size: 29px;line-height: normal;}
    .slide-video {height: auto;margin-top: 25px;}
    .pt-40 {padding-top: 50px;}
    .enquire-btn {border-radius: 9px;margin-left: 1px;width: fit-content;}
    h3.subTitle::after, .h2-title.after::after{content: none;}
    .footer-img{display: none;}
    .success-stories-content {margin-top: 20px;}
    section.inner-head.about-head {margin-top: 85px;}
    .d-flex.why-work-points, .d-flex.openings-block {display: block !important; }
    .why-work{background-image: none;}
    .nav.me-3 button {margin-right: 0px;}
    section.sec.core-values {padding: 15px;}
    .nav.me-3 {margin-right: 0px !important;}
    .core-value.clr-1 {height: auto;}
    nav.na-nav .nav-item {padding-left: 0px;}
    section.sec.why-work .d-block {display: inline-block !important;}
    .service-box{margin-bottom: 20px;}
    .success-stories {padding: 5px 0px;}
    .dropdown-item {white-space: break-spaces;}
    .padd-50x50{padding: 0px;}
    .benefits-content {margin-top: 42px;}
    .profile_sec.float-start { float: none !important; }
    section.sec.submit-resume {padding-top: 0px;}
    .row.mt-5.ready-to-join { margin-top: 0px !important;}
    .benefits-content .d-flex {margin-bottom: 10px;}
    .inner-head {
        margin-top: 80px;padding-top: 50px;
    }
    .na-nav ul.dropdown-menu.show {
        border: none;
        box-shadow: none;
        background-color: #255eae14;
        width: 100%;
    }
    ul.dropdown-menu.show li a {
        border-bottom: 1px solid #ffffff;
    }
    ul.navbar-nav li ul.dropdown-menu li {
        border-bottom: none;
        padding: 0px 0px;
    }
    button.navbar-toggler {
        border: 1px solid #00183b;
        box-shadow: none !important;
    }
    .service-tabs-sec li.nav-item {width: 100%;margin-bottom: 10px;}
    .point-box div {align-items: center;}
    ul.navbar-nav li:last-child {
        border-bottom: 0px;
    }
    section.sec.what-we-do-sec.ser-2 .service-tabs-sec { display: block;}
    section.sec.what-we-do-sec.ser-2 .service-tabs-sec .tab-content {width: 100%;}
    h2.titleH2 {font-size: 20px;}
    section#Help img {margin-bottom: 30px;}
    h3.subTitle.mb-5 {margin-bottom: 1rem !important;}
    section#contact {padding-top: 3rem !important;}
    .naico-journey h2.titleH2 {font-size: 1.3rem;}
    #contact h3 {font-size: 1.2rem !important;font-weight: 700;}
    section#contact .container.px-4 {padding: 0px 10px !important;}
}
.instagram-gallery-square .instagram-gallery-item__media-wrap {
    border: 1px solid #9f9f9f;
}
#caseStudy-carousel .carousel-indicators {
    display: flex;
    justify-content: end;
    margin-right: 0%;
    margin-bottom: 1rem;
    margin-left: 0%;
}
#caseStudy-carousel .carousel-indicators [data-bs-target] {
    background-color: #255EAE;
    width: 15px;
    height:15px;
}
#caseStudy-carousel h3 {
    font-weight: 700;
    font-size: 21px;
}

.row.footer-contact-fm {
    height: 450px;
    overflow: hidden; align-items: center;
}
p.success-alert {
    position: fixed;
    background-color: #4CAF50;
    padding: 34px 25px 25px 25px;
    right: 0;
    border-radius: 10px;
    color: #fff;
    z-index: 9999;
    max-width: 435px;
    margin: 0 auto;
    left: 0;
    text-align: center;
    width: 100%;
    background-image: url(../images/close-button.svg);
    background-repeat: no-repeat;
    background-position: 99% 8px;
    background-size: 20px;
    cursor: pointer;
}
p.error-alert{
      position: fixed;
    background-color: #ff6086;
    padding: 34px 25px 25px 25px;
    right: 0;
    border-radius: 10px;
    color: #fff;
    z-index: 9999;
    max-width: 435px;
    margin: 0 auto;
    left: 0;
    text-align: center;
    width: 100%;
    background-image: url(../images/close-button.svg);
    background-repeat: no-repeat;
    background-position: 99% 8px;
    background-size: 20px;
    cursor: pointer;  
}
@media(min-width:1300px){
    .member-name-area {
        position: absolute;
        bottom: 20px;
    }
    .client-testimonial {
        background-position: 95% 93%;
    }
    .service-box ul {
        min-height: 240px;
    }
    .service-box ul li {
        padding-top: 7px;
    }
    .service-tabs-sec .tab-content {
        padding-left: 20px;
    }
    ul.nav.nav-tabs {
        max-width: 380px !important;
    }
    .value-card {
        padding: 10px 20px;
        min-height: 325px;
    }
}

.social-media.img img {
    width: 25px !important;
  }
  .modal-header {
    padding: 13px 13px 13px 13px;
    margin: 0;
    justify-content: end;
}
.modal-header button {
    padding-top: 8px !important;
    padding-bottom: 0px !important;
}
.modal-header p {
    margin: 0;
    padding: 0;
}
.modal-body .profile_sec img {
    max-width: 170px;
}

section.instagram-gallery-modal__body {
    padding: 0px !important;
}
.instagram-gallery-modal__icons {
    padding: 10px 17px;
}
p.instagram-gallery-modal__media_description {
    margin-top: 0px;
}
.instagram-gallery-modal__media-sidebar {
    width: 30%;
    font-size: 14px;
    color: #2a2a2a;
    padding: 0;
    overflow: visible;
}
.instagram-gallery-modal__media_description {
    padding: 5px 14px;
    border-top: 1px solid #eee;
    line-height: 18px !important;
}
.instagram-gallery-item__media, .instagram-gallery-item__media-mask, .instagram-gallery-item__media-wrap {
    border-radius: 20px !important;
}

@media(max-width:767px){
	section#contactUs dotlottie-player {
    display: none;
}
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    border-radius: 7px;
    background-color: #f7fff8;
    font-weight: 400;
    padding: 10px 10px;
    margin: 1em 0.5em 1em;
}
section.sec.what-we-do-sec.ser-2 .service-tabs-sec .nav.nav-tabs {
    flex-direction: column-reverse;
}

.owl-carousel.client-say button.owl-prev {
    position: absolute;
    top: 36%;
    left: -37px;
    font-size: 26px;
    color: #fff;
    background-color: #c3cad2;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel.client-say button.owl-next {
    position: absolute;
    top: 36%;
    right: -37px;
    font-size: 26px;
    color: #fff;
    background-color: #c3cad2;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}