.business-consulting-container{
    width: calc(100% - 80px);
    margin-left: 80px;
}
.banner-sec{
    width: 100%;
    height: auto;
    position: relative;
}
.banner-img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.banner-h1{
    position: absolute;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    width: 90%;
    text-align: center;
    color: #FFFFFF;
    left: 50%;
    margin-left: -45%;
    top: 50%;
    margin-top: -45px;
}
.breadcrumb-sec{
    box-sizing: border-box;
    width: calc(100% - 160px);
    max-width: 1280px;
    margin: 0 auto;
}
/* .breadcrumb{
    padding: 10px 0 10px 0;
} */
@media screen and (max-width:767px) {
    .business-consulting-container{
        margin-top: 60px;
        width: 100%;
        margin-left: 0px;
    }
    .banner-img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
    .banner-h1{
        font-size: 15px;
        line-height: 25px;
        margin-top: -25px;
    }
    .breadcrumb-sec{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        max-width: 540px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .business-consulting-container{
        margin-top: 60px;
        width: 100%;
        margin-left: 0px;
    }
    .banner-h1{
        font-size: 30px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .banner-h1{
        font-size: 40px;
    }
}
@media screen and (min-width:1200px) and (max-width:1440px) {
    .banner-h1{
        font-size: 49px;
    }
}
/* @media screen and (min-width:1441px){}
@media screen and (max-width:767px) {}
@media screen and (min-width:768px) and (max-width:991px) {}
@media screen and (min-width:992px) and (max-width:1199px) {}
@media screen and (min-width:1200px) and (max-width:1440px) {
}
@media screen and (min-width:1441px){} */
.carousel-1-sec{
    width: 100%;
    height: 470px;
    background: #18aaca;
    padding: 20px;
    box-sizing: border-box;
}
.carousel {
    box-sizing: border-box;
    width: calc(100% - 160px);
    max-width: 1280px;
    margin: 0 auto;
}
.carousel-inner {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    animation: 0.5s ease-in-out;
    height: 100%;
}
.carousel-inner > .active,
.carousel-inner > .next {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.carousel-inner > .next {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .to-left {
    animation-name: left;
}
.carousel-inner > .from-right {
    animation-name: right;
}
.carousel-inner > .to-right {
    animation-name: right;
    animation-direction: reverse;
}
.carousel-inner > .from-left {
    animation-name: left;
    animation-direction: reverse;
}
.carousel-indicators {
    position: absolute;
    left: 52%;
    padding-left: 0;
    margin: 0;
    list-style: none;
    transform: translateX(-50%);
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 10px;
}
.carousel-indicators li.active {
    background-color: #074fa4;
}
.carousel-h2{
    font-style: normal;
    font-weight: 500;
    font-size: 39px;
    line-height: 53px;
    text-align: center;
    color: #FFFFFF;
    mix-blend-mode: normal;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 1100px;
    margin: 0 auto;
}
.carousel-p1{
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    mix-blend-mode: normal;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 1100px;
    margin: 15px auto;
}
.carousel-btn-1{
    background: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #18AACA;
    border-radius: 5px;
    text-decoration: none;
    padding: 12px 25px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #fff;
    transition: background-color 1s ease;
}
.carousel-btn-1:hover, .carousel-btn-1:active{
    background: #18AACA;
    border: 1px solid #fff;
    color: #fff;
    box-shadow: 5px 3px 8px #8bb9c4;
}
@keyframes left {
    from {
        left: 0;
    }
    to {
        left: -100%;
    }
}
@keyframes right {
    from {
        left: 100%;
    }
    to {
        left: 0;
    }
}
header .main-navbar {
    background-color: #fff;
    box-shadow: -1px 1px 12px -1px #929192;
}
@media screen and (max-width: 767px) {
    .carousel{
        width: 100%;
    }
    .carousel-h2{
        font-size: 20px;
        line-height: 26px;
    }
    .carousel-p1{
        font-size: 15px;
        line-height: 20px;
    }
    .carousel-btn-1 {
        font-size: 15px;
        line-height: 24px;
        padding: 8px 20px;
    }
    .carousel-1-sec{
        padding: 10px;
    }
    header .main-navbar {
        background-color: transparent;
        box-shadow: -1px 1px 12px -1px #929192;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .carousel {
        width: calc(100% - 80px);
    }
    .carousel-h2{
        font-size: 30px;
        line-height: 40px;
    }
    .carousel-p1{
        font-size: 20px;
        line-height: 26px;
    }
    .carousel-btn-1 {
        font-size: 18px;
        line-height: 24px;
        padding: 10px 23px;
    }
    header .main-navbar {
        background-color: transparent;
        box-shadow: -1px 1px 12px -1px #929192;
    }
}
/* Tab start */
.b-tab{
    display: none;
}
.b-tab.active {
    display: block;
}
.b-nav-tab {
    padding: 10px 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #000;
    text-decoration: none;
    width: 20%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* transition:  box-shadow 1s ease; */
}
.border-right{
    border-right: 1px solid #18AACA;
}
.b-nav-tab.active {
    background: #18AACA;
    padding: 20px;
    margin: 0px;
    color: #fff;
}
.b-nav-tab:hover{
    /* background: yellowgreen; */
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.tab-1-sec{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.tabContainer{
    box-sizing: border-box;
    width: calc(100% - 160px);
    max-width: 1280px;
    margin: 0 auto;
}
.tab-header{
    width: 100%;
    margin: 0 auto;
    height: 72px;
    background: #FFFFFF;
    border: 1px solid #18AACA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.second-sec-grid-1{
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap:40px;
    max-width: 1360px;
    margin:60px auto;
}
.hire-h3{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;    
    color: #18AACA;
    margin: 0 auto 10px auto;
    max-width: 1360px;
}
.hire-p{
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #595959;
    margin: 0 auto 20px auto;
    max-width: 1360px;
}
.consulting-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: contain;
}
.sec-2-grid-col-1{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:767px) {
    .second-sec-grid-1{
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .hire-h3{
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px 0;
    }
    .hire-p{
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 25px 0;
    }
    .tabContainer{
        width: 100%;
        padding: 10px;
    }
    .tab-header{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
        height: auto;
    }
    .b-nav-tab {
        font-size: 13px;
        line-height: 19px;
        margin: 0px;
        padding: 0px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border: 0.5px solid #18aaca !important;
        width: auto;
    }
    .b-nav-tab.active {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        text-align: center;
    }
    .border-right{
        border: none;
    }
    .sec-2-grid-col-1{
        grid-row-start: 1;
    }
    .tab-1-sec{
        padding: 10px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .second-sec-grid-1{
        grid-template-columns: 1fr 1fr;
        margin-top: 30px;
        margin-bottom: 30px;
        gap:20px;
        min-height: 300px;
    }
    .hire-h3{
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px 0;
    }
    .hire-p{
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 25px 0;
    }
    .b-nav-tab {
        padding: 8px 5px;
        font-size: 14px;
        line-height: 21px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px;
        min-width: 15%;
        border-block: 1px solid #18aaca;
    }
    .tabContainer {
        width: calc(100% - 80px);
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .hire-h3{
        font-size: 19px;
        line-height: 30px;
    }
    .hire-p{
        font-size: 15px;
        line-height: 24px;
    }
    .sec-grid-col-1-large{
        justify-content: center;
    }
    .b-nav-tab{
        padding: 10px 15px 10px 5px;
        font-size: 14px;
        line-height: 20px;
        margin: 5px;
        width: auto;
        max-width: 20%;
        min-width: 13%;
    }
    .tab-header{
        height: 60px;
        justify-content: space-evenly;
    }
}
@media screen and (min-width:1200px) and (max-width:1439px) {
    .b-nav-tab{
        font-size: 15px;
    }
}
/*tab section ends*/
.product-sec{
    width: 100%;
    background: #18aaca;
    /* padding: 20px; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom:40px;
    padding-top: 40px;
}
.product-h2{
    width: 948.72px;
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0px;
}
@media screen and (max-width:767px) {
    .product-h2{
        width: 100%;
        font-size: 20px;
        line-height: 32px;
    }
    .product-sec{
        padding: 10px;
        padding-bottom: 35px;
        padding-top: 35px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .product-h2{
        width: calc(100% - 80px);
        font-size: 30px;
        line-height: 45px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .product-h2{
        width: calc(100% - 160px);
        font-size: 43px;
        line-height: 55px;
    }
}
/**/
.sec-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:40px;
    margin:60px auto;
    width: calc(100% - 160px);
    max-width: 1280px;
}
.sec-grid-col-1{
    display: flex;
    align-items: center;
    justify-content: left;
}
.sec-grid-p1{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #000000;    
}
.blue-dot-list{
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #595959;
    font-display: optional;
    max-width: 1260px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 10px;
}
.blue-dot{
    height: 10px;
    min-width: 10px;
    background-color: #17accb;
    border-radius: 50%;
    display: inline-block;
    gap: 15px;
    text-align: center;
}
@media screen and (max-width:767px) {
    .sec-grid{
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
        min-height: 360px;
        width: 100%;
    }
    .sec-grid-col-1{
        grid-row-start:1;
        justify-content: center;
    }
    .blue-dot-list{
        font-size: 14px;
        line-height: 20px;
    }
    .sec-grid-p1{
        font-size: 20px;
        line-height: 30px;
    }
    .blue-dot {
        height: 10px;
        min-width: 10px;
    }
    .sec-grid-col-2{
        width: fit-content;
        margin: 0 auto;
    }
    .resource-ul{
        padding-left: 0px;
        margin: 0px;
    }
    .resource-ul li{
        font-size: 16px;
    }
    .benifits-p1{
        font-size: 25px;
        line-height: 20px;
    }
    .benifits-p2{
        font-size: 17px;
        line-height: 22px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .blue-dot-list{
        font-size: 14px;
        line-height: 22px;
    }
    .sec-grid{
        grid-template-columns: 1fr 1.2fr;
        width: calc(100% - 80px);
    }
    .sec-grid-p1{
        font-size: 18px;
        line-height: 24px;
        margin: 10px 0;
    }
    .blue-dot-list{
        font-size: 16px;
        line-height: 20px;
        margin: 10px 0;
    }
    .blue-dot{
        height: 10px;
        min-width: 10px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .sec-grid{
        grid-template-columns: 1fr 1.2fr;
    }
    .sec-grid-p1{
        font-size: 23px;
        line-height: 32px;
        margin: 10px 0;
    }
    .blue-dot-list{
        font-size: 16px;
        line-height: 20px;
        margin: 10px 0;
    }
}
@media screen and (min-width:1200px) and (max-width:1439px) {
    .sec-grid{
        grid-template-columns: 1fr 1.2fr;
    }
}
/*****/
.boxContainer {
    box-sizing: border-box;
    max-width: 1280px;
    margin: 0 auto;
    width: fit-content;
}
.consulting-h3{
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 65px;
    color: #000000;
    margin: 20px auto;
    width: fit-content;
    text-align: center;
}
.consulting-p3{
    margin: 0 auto;
    width: fit-content;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #595959;
    margin-top: 25px;
}
.box-grid-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 60px auto;
    width: fit-content;
}
.box-grid-card{
    width: 540px;
    height: 190px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:30px;
}
.resource-ul li{
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 35px;
    color: #595959;
}
@media screen and (max-width:767px) {
    .boxContainer{
        width: 100%;
        padding: 10px;
    }
    .box-grid-container{
        grid-template-columns: 1fr;
    }
    .box-grid-card{
        width: 100%;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
        flex-direction: column;
    }
    .consulting-h3{
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .boxContainer{
        width: calc(100% - 80px);
    }
    .box-grid-container{
        grid-template-columns: 1fr;
    }
    .consulting-h3{
        font-size: 32px;
        line-height: 42px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .boxContainer{
        width: calc(100% - 160px);
    }
    .box-grid-card{
        width: 370px;
        height: 160px;
        padding: 10px;
        box-sizing: border-box;
        gap: 20px;
    }
    .resource-ul li{
        font-size: 16px;
        line-height: 24px;
    }
    .consulting-h3{
        font-size: 36px;
        line-height: 42px;
    }
}
@media screen and (min-width:1200px) and (max-width:1439px) {
    .boxContainer{
        width: calc(100% - 160px);
    }
    .box-grid-card{
        width:470px;
    }
}
/*****/
.consulting-h4{
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 65px;
    color: #FFFFFF;
    width: fit-content;
    margin: 0 auto;
}
.benifi-card{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 30px 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.benifits-p1{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
}
.benifits-p2{
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    color: #595959;
    margin: 0px;
}
.benifit-dec{
    width: 80%;
}
@media screen and (max-width:767px) {
    .benifi-card{
        padding: 20px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 0px;
        margin-bottom: 20px;
    }
    .benifit-dec{
        width: 100%;
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .benifits-p1{
        font-size: 25px;
        line-height: 25px;
    }
    .benifits-p2{
        font-size: 15px;
        line-height: 20px;
    }
    .benifit-dec{
        width: 75%;
    }
}
/********/
.domain-sec{
    background: rgba(24, 170, 202, 0.1);
    padding: 40px 0px;
}
.domain-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 30px auto;
}
.domain-card{
    width: 150px;
    height: 135px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px;
    box-sizing: border-box;
}
@media screen and (max-width:1439px) {
    .domain-flex {
        justify-content: center;
        gap: 20px;
    }
    .domain-sec{
        padding: 40px;
    }
}
/*******/
.portfolio-sec{
    padding: 40px 0;
}
/*portfolio carousel starts*/
.portfolio-carousel,.new-portfolio-carousel {
    width: 100%;
    position: relative;
    height: 100px;
    box-sizing: border-box;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}
.portfolio-carousel-content,.new-portfolio-carousel-content {
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: width 0.4s;
}
.portfolio-carousel-slide,.new-portfolio-carousel-slide {
    height: 100%;
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: left 0.4s cubic-bezier(0.47, 0.13, 0.15, 0.89);
}
img.portfolio-img.img.new-portfolio-img {
    object-fit: contain;
    object-position: center;
    mix-blend-mode: darken;
}
.portfolio-carousel-slide-card,.new-portfolio-carousel-slide-card {
    width: 97%;
    height: 80%;
    transition: transform 1s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio-carousel-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.portfolio-card {
    position: absolute;
    width: 96%;
    margin: 0 auto;
    min-height: 100px;
    padding: 11px;
    background: #fff;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .portfolio-carousel-slide,.new-portfolio-carousel-slide {
        justify-content: center;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    
}
@media screen and (max-width: 991px) {
    .carousel-indicators {
        left: 49%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
}
@media screen and (min-width: 1440px) {
}
/*media query for carousel*/
/*portfolio carousel ends*/
/*awards carousel starts*/
.awards-carousel {
    width: 100%;
    position: relative;
    height: 280px;
    box-sizing: border-box;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.awards-carousel-control {
    transition: 0.5s ease all;
    position: absolute;
    top: 45%;
    cursor: pointer;
    user-select: none;
    width: 32px;
    height: 32px;
    z-index: 2;
    border: none;
    outline: 0;
    display: none;
    background: #ffffffb3;
    border-radius: 50px;
}
.awards-carousel:hover .awards-carousel-control {
    transition: 0.5s ease all;
    display: block;
}
.awards-carousel:active .awards-carousel-control {
    transition: 0.5s ease all;
    display: block;
}
.awards-carousel-content {
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: width 0.4s;
}
.awards-carousel-slide {
    height: 100%;
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: left 0.4s cubic-bezier(0.47, 0.13, 0.15, 0.89);
}
.awards-carousel-slide-card {
    width: 95%;
    height: 80%;
    transition: transform 1s;
    position: relative;
    border: 1px solid #18AACA;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}
.homeawards-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
    max-height: 320px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.home-awards-details {
    position: relative;
    padding: 0px 40px;
}
.awards-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #141414;
    text-align: center;
}
.awards-position {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    color: #a1a1a1;
    margin-block: 8px;
}
.awards-carousel-nav-left {
    left: 20px;
    color: #000;
}
.awards-carousel-nav-right {
    right: 50px;
    color: #000;
}
.awards-carousel-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.awards-carousel-arrow {
    border: solid #10b6d5;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
}
.awards-carousel-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 30%;
    left: 25%;
}
.awards-carousel-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    top: 30%;
    left: 35%;
}
.awards-card {
    position: absolute;
    width: 96%;
    margin: 0 auto;
    min-height: 100px;
    padding: 11px;
    background: #fff;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-sizing: border-box;
}
.awards-p1{
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;    
    text-align: center;    
    background: linear-gradient(90.28deg, #000000 33.43%, #001744 60.1%, #004391 89.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0px;
}
.awards-p2{
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin: 0px;
}
/*media query for carousel*/
@media screen and (max-width: 767px) {
    .awards-carousel-slide {
        justify-content: center;
    }
    .awards-carousel-control {
        height: 30px;
        width: 30px;
    }
    .awards-carousel-arrow {
        padding: 4px !important;
    }
    .awards-carousel-nav-right {
        right: 10px;
    }
    .awards-carousel-nav-left {
        left: 10px;
    }
    .awards-p1{
        font-size: 20px;
    }
    .awards-p2{
        font-size: 15px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .awards-carousel-control {
        height: 30px;
        width: 30px;
    }
    .awards-carousel-nav-right {
        right: 30px !important;
    }
    .awards-carousel-nav-left {
        left: 20px;
    }
    .awards-carousel-arrow {
        padding: 4px !important;
    }
    .awards-p1{
        font-size: 23px;
    }
    .awards-p2{
        font-size: 17px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .awards-carousel-control {
        height: 35px;
        width: 35px;
    }
    .awards-carousel-arrow {
        padding: 5px;
    }
    .awards-carousel-nav-right {
        right: 40px !important;
    }
    .awards-carousel-nav-left {
        left: 30px;
    }
    .awards-p1{
        font-size: 23px;
    }
    .awards-p2{
        font-size: 17px;
    }
    .carousel-indicators {
        left: 53%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
}
@media screen and (min-width: 1440px) {
}
/*media query for carousel*/
/*awards carousel ends*/
.media-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.media-card{
    width: 356px;
    height: 360px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    background:#fff;
}
.medis-img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.media-des{
    padding: 25px;
    box-sizing: border-box;
}
.media-p1{
    font-size: 24px;
    font-weight: 400;
    color: #262a32;
    line-height: 18px;
    margin:0px;
}
.media-p2{
    font-weight: 400;
    font-size: 15px;
    color: #8c8c8c;
    line-height: 22px;
}
.read-more{
    cursor: pointer;
    user-select: none;
    width: 32px;
    height: 32px;
    z-index: 2;
    border: none;
    outline: 0;
    border-radius: 50px;
    color: #fff;
    background: #00adca;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.read-text{
    /* display: none; */
    opacity: 0;
    font-size: 12px;
    letter-spacing: -10px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s ease-in-out;
}
.read-more:hover{
    width: 110px;
}
.read-more:hover .read-text{
    /* display: inline; */
    opacity: 1;
    letter-spacing: 1px;
}
.read-more-arrow{
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/****/
.partners-container{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}
.consulting-img-2{
    object-fit: contain;
}
.tab-h3{
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 65px;
    color: #27ABC8;
    width: fit-content;
    margin: 0 auto;
}
/****/
.faq-accordion-item{
    max-width: 1110px;
    margin: 10px auto;
}
.faq-accordion{
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border-radius: 10px;
    background: #10b6d5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq-accordion:hover{
    background-color: #02a0bd;
}
.faq-accordion-active{
    background-color: #02a0bd;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.faq-accordion:after{
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.faq-accordion-active:after{
    content: "\2212";
} 
.faq-accordion-panel{
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #474b59;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
}
.faq-accordion-panel p{
    margin: 10px;
}
@media screen and (max-width:767px){
    .faq-accordion{
        font-size: 17px;
        line-height: 22px;
    }
    .faq-accordion-panel{
        font-size: 16px;
        line-height: 23px; 
    }
}
/*****/
.formContainer{
    box-sizing: border-box;
    width: calc(100% - 160px);
    max-width: 1280px;
    margin: 50px auto;
    border: 10px solid #18AACA;
}
.form-header{
    width: 100%;
    height: auto;
    background: #18AACA;
    padding: 10px;
    box-sizing: border-box;
}
.form-h3{
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto 10px;
    width: fit-content;
}
.form-p1{
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 35px;    
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto 10px;
}
.form-element-container{
    box-sizing: border-box;
    padding: 40px;
}
.form-row-1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-group{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 47%;
    position: relative;
}
.form-group .iti{
    margin-bottom: 35px !important;
} 
.form-group-full{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
}
.form-label{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;    
    text-align: center;
    color: #919191;
}
.form-label-last{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;    
    text-align: left;
    color: #919191;
    margin-top: 30px;
}
.form-text{
    width: 100%;
    height: 50px;
    border: 1px solid #737272;
    border-radius: 5px;
    margin-bottom: 35px;
    padding: 10px;
    font-size: 18px;
    line-height: 25px;
    font-size: 18px;
    box-sizing: border-box;
}
.form-text-file{
    width: 100%;
    height: 50px;
    border: 1px solid #737272;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    line-height: 25px;
    box-sizing: border-box;
    position: relative;
    padding-left: 125px;
    font-size: 18px;
}
.form-textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #737272;
    border-radius: 5px;
    /* margin-bottom: 30px; */
    padding: 11px;
    box-sizing: border-box;
    font-size: 18px;
}
.form-row-2{
    position: relative;
}
.form-text:active, .form-text:focus, .form-textarea:active, .form-textarea:focus, .form-text-file:active, .form-text-file:focus{
    outline: none;
}
.form-error{
    margin: 0;
    position: absolute;
    bottom: 15px;
    color: #e75353;
    font-size: 14px;
}
.form-error-last{
    margin: 0;
    color: #e75353;
    font-size: 14px;
}
#error-name, #error-startup, #error-email, #error-mobile, #error-dec, #error-file{
    opacity: 0;
}
.submit-btn{
    width: 206px;
    height: 50px;  
    background: #18AACA;
    border-radius: 5px;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    margin: 30px auto 0px;
}
.submit-btn:hover {
    box-shadow: 0 14px 15px #64dfff85;
    background-color: #0a7486;
    transition: all .4s ease-in-out;
}
.sticky{
    position: fixed;
    top: 0;
    z-index: 998;
    transition: width 2s;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: none !important;
    padding-left: 75px;
}
.consulting-portfoli-new {
    margin-top: 4rem;
}
@media screen and (max-width:767px) {
    .formContainer{
        width: 100%;
    }
    .form-h3{
        font-size: 35px;
        line-height: 50px;
    }
    .form-p1 {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
    }
    .form-element-container{
        padding: 20px;
    }
    .form-row-1{
        flex-direction: column;
    }
    .form-group{
        width: 100%;
    }
    .form-label{
        font-size: 16px;
        line-height: 20px;
    }
    .form-label-last{
        font-size: 16px;
        line-height: 20px;
        margin-top: 15px;
    }
    .form-error-last{
        font-size: 12px;
    }
    .submit-btn {
        width: 140px;
        height: 40px;
    }
    .sticky{
        top: 60px;
        padding-left: 0px;
    }
    .form-text{
        font-size: 14px;
    }
    .form-text-file{
        font-size: 12px;
        padding-left: 110px;
    }
    .form-textarea{
        font-size: 14px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .formContainer{
        width: calc(100% - 80px);
    }
    .form-h3{
        font-size: 35px;
        line-height: 50px;
    }
    .form-p1 {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
    }
    .form-element-container{
        padding: 20px;
    }
    .form-label{
        font-size: 17px;
        line-height: 20px;
    }
    .form-label-last{
        font-size: 17px;
        line-height: 20px;
        margin-top: 20px;
    }
    .submit-btn {
        width: 140px;
        height: 40px;
    }
    .sticky{
        top:60px;
        padding-left: 0px;
    }
}
input::-webkit-file-upload-button {
    position: absolute;
    padding: 10px 20px;
    background-color: #18AACA;
    border: none;
    border-radius: 5px;
    color: white;
    box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2), 0px 3px 4px 0px rgba(0,0,0,0.14), 0px 1px 8px 0px rgba(0,0,0,0.12);
    transition: 100ms ease-out;
    cursor: pointer;
    top: 5px;
    left: 5px;
    font-size: 15px;
  }
  
  input::-webkit-file-upload-button:hover {
    background-color: #18AACA;
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 5px 8px 0px rgba(0,0,0,0.14), 0px 1px 14px 0px rgba(0,0,0,0.12)
  }
  @media screen and (max-width:767px) {
    input::-webkit-file-upload-button {
        font-size: 12px;
    }
  }
  .main-navbar{
    width: 65px !important;
  }

  