/*Banner and Platform Section :: START*/
.hero-banner {
    min-height: 800px;
    background-color: var(--gray-600);
    height: 100vh;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    float: none;
    padding: 150px 0 0;
}

.hero-banner .left {
    width: 58%;
    vertical-align: top;
    padding-right: 50px;
    z-index: -1;
}

.hero-banner .right {
    width: 42%;
    vertical-align: top;
    z-index: -1;
}

.hero-banner .right .banner-content {
    max-width: 540px;
    padding: 36px 0 0 0;
}

.hero-banner .right .banner-content .heading {
    padding: 36px 0 27px 0;
}

.hero-banner .right .banner-content small {
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 36px;
    padding: 0 5px 0 0;
}

.hero-banner .platform-icons {
    z-index: -1;
    padding: 70px 0 0px;
}

.hero-banner .platform-icons .platform-list {
    max-width: 1184px;
    margin: 0 0 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: right;
}

.hero-banner .platform-icons .platform-list .platform-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    width: calc(14.28% - 62px);
    float: none !important;
}

.hero-banner .platform-icons .platform-list .platform-icon:first-child,
.hero-banner .platform-icons .platform-list .platform-icon:nth-child(2) {
    width: calc(10% - 40px);
}

.hero-banner .platform-icons .platform-list .platform-icon:last-child {
    margin-right: 0;
}

.hero-banner .platform-icons .platform-list .platform-icon img {
    margin: auto;
    display: inline-block;
}

.hero-banner .platform-icons .platform-list .platform-icon img:hover {
    filter: grayscale(0%);
}

.hero-banner .info {
    width: 100%;
}

.typed-cursor {
    display: none;
}

.text-cursor {
    font-weight: 500;
    vertical-align: baseline;
    position: relative;
    font-size: 0;
    display: inline-block;
}

.text-cursor:after {
    content: '';
    height: 2px;
    width: 11px;
    background-color: black;
    display: inline-block;
    position: absolute;
    right: -12px;
    bottom: 0;
    animation: typedjsBlink 0.7s infinite;
    -webkit-animation: typedjsBlink 0.7s infinite;
    animation: typedjsBlink 0.7s infinite;
}

/*Banner and Platform Section :: END*/

/*Our Services Section :: START*/
.what-we-offer-section {
    background: linear-gradient(to top, rgb(56, 56, 56) 0%, rgb(11, 11, 11) 80%, rgb(0, 0, 0) 100%);
    color: #fff;
    padding: 135px 0 136px;
}

.what-we-offer-section .what-we-offer {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -6px 73px;
}

.what-we-offer-section .what-we-offer .offer-list {
    display: inline-flex;
    flex-wrap: wrap;
    width: 50%;
    padding: 6px;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content {
    background-color: #303030;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px;
    border: 1px solid #4D4D4D;
}

.what-we-offer-section .wwo-content {
    text-align: center;
}

.what-we-offer-section .wwo-content p {
    font-size: 30px;
    padding-bottom: 37px;
    line-height: 40px;
}

.what-we-offer-section .wwo-content .read-more {
    border: 1px solid #fff;
    background-color: white;
    color: #000;
}

.what-we-offer-section .wwo-content .read-more:hover {
    background-color: transparent;
    color: #fff;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .top {
    display: flex;
    flex-wrap: wrap;
    padding: 32px 31px 27px;
    /* min-height:242px; */
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .top .left {
    width: 133px;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .top .right {
    width: calc(100% - 135px);
    padding-left: 38px;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .top .right .title {
    font-size: 30px;
    font-weight: 500;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .top .right .content {
    color: #C6C6C6;
    line-height: 32px;
    padding: 16px 0 0px;
    font-weight: 300;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .top .right .read-more {
    color: #fff;
    font-weight: 500;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .top .offer-icon {
    width: 100%;
    float: left;
    font-size: 0;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .top .offer-icon img {
    width: 70px;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .top .title {
    width: calc(100% - 70px);
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 500;
    padding-left: 28px;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .top .title span {
    font-weight: 300;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .top .content {
    color: #C6C6C6;
    line-height: 32px;
    padding: 26px 0 0px;
    font-weight: 300;
    min-height: 128px;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .top .content .title {
    display: none;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .middle {
    float: left;
    width: 100%;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #4D4D4D;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li {
    transition: all 0.5s;
    width: 20%;
    border: 1px solid #4D4D4D;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    text-align: center;
    min-height: 156px;
    min-height: 136px;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li:first-child {
    border-left: 0;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li:last-child {
    border-right: 0;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li a {
    padding: 17px 8px;
    display: block;
    height: 100%;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li figure {
    width: 44px;
    margin: auto;
    height: 71px;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li figure img {
    opacity: 0.57;
    object-fit: scale-down;
    margin: auto;
    height: 100%;
    width: 100%;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li span {
    width: 100%;
    font-weight: 300;
    color: #AFAFAF;
    line-height: 21px;
    font-size: 15px;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li span br {
    display: none;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li:hover .title {
    color: #fff;
}

.what-we-offer-section .what-we-offer .offer-list:nth-child(2) ul li:last-child figure,
.what-we-offer-section .what-we-offer .offer-list:nth-child(2) ul li:nth-child(4) figure {
    width: 70px;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li:hover figure img {
    opacity: 1;
}

/* .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li:first-child{border-left:0;} */
/* .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li:last-child {
    border-right: 1px solid #4D4D4D;
} */

.what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li:hover {
    background-color: rgba(30, 30, 30, 0.27);
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .bottom {
    width: 100%;
    float: left;
    text-align: center;
    padding: 17px 0;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .bottom a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .bottom a i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 12px;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .bottom a i svg,
.what-we-offer-section .what-we-offer .offer-list .offer-content .bottom a i svg path {
    transition: all 0.5s;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .bottom a:hover i svg {
    transform: rotate(360deg);
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .bottom a i svg {
    height: 30px;
    width: 30px;
}

/*Our Services Section :: END*/


/*Solution Offering :: START*/
/* Animation */
@keyframes fadeInUp {
    from {
        transform: translate3d(0, 100%, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 100%, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.solution-offering-section {
    padding: 78px 0 154px;
}

.solution-offering-section .tab-control {
    width: 31%;
    float: left;
}

.solution-offering-section .tab_container {
    float: left;
    width: 69%;
    min-height: unset !important;
}

.solution-offering-section .heading-section {
    padding-bottom: 80px;
}

.solution-offering-section .tab-control .tab-heading {
    border: 0;
    border-right: 1px solid #707070;
    font-size: 22px;
    color: #7C7C7C;
    text-align: right;
    padding: 42px 40px 42px;
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(123, 123, 123, 0) 0%, #7b7b7b 100%);
    border-image-slice: 1;
}

.solution-offering-section .tab-control .tab-heading.active {
    color: #000000;
}

.solution-offering-section .tab-control .tab-heading:first-child {
    border-top: 0;
}

.solution-offering-section .tab-control .tab-heading {
    text-align: unset;
    position: relative;
    height: 110px;
    padding: 0;
    cursor: pointer;
}

.solution-offering-section .tab-control .tab-heading span {
    position: absolute;
    line-height: 40px;
    top: 50%;
    white-space: nowrap;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    margin: auto;
    left: 100%;
    transform: translateY(-50%) translateX(-100%);
    padding: 0 39px;
}

.solution-offering-section .tab-control .tab-heading:hover span,
.solution-offering-section .tab-control .tab-heading.active span {
    /*left: 0%; transform: translateY(-50%) translateX(0%);*/
    color: #000000;
}

.solution-offering-section .tab_container .tab_drawer_heading {
    display: none;
}

.solution-offering-section .tab_container .tab_drawer_heading.d_active {
    color: #000;
}

.solution-offering-section .tab_container .tab_drawer_heading.d_active+.tab_content {
    animation: fadeInUp 1s ease-in-out 0s forwards;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.solution-offering-section .tab_container .tab_drawer_heading .icon-small {
    position: absolute;
    content: " ";
    right: 0;
    z-index: -1;
    top: 14px;
    transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    transform: rotate(0deg);
    width: 18px;
    height: 100%;
    fill: #7d7d7d;
    top: 0;
    bottom: 0;
    margin: auto;
}

.solution-offering-section .tab_container .tab_drawer_heading.d_active svg {
    fill: #000;
}

.solution-offering-section .tab_container .tab_drawer_heading.d_active svg {
    transform: rotate(-180deg);
}

.solution-offering-section .tab_container .tab_content {
    padding: 27px 0 0;
    float: left;
    width: 100%;
}

.solution-offering-section .tab_container .tab_content figure {
    width: 281px;
    float: left;
    padding: 0 60px;
}

.solution-offering-section .tab_container .tab_content .content {
    width: calc(100% - 281px);
    float: left;
}

.solution-offering-section .tab_container .tab_content .content .title {
    font-size: 30px;
    font-weight: 500;
    display: block;
    padding-bottom: 11px;
}

.solution-offering-section .tab_container .tab_content .content .sub-title {
    font-size: 20px;
    font-weight: 500;
    display: block;
    padding-bottom: 33px;
}

.solution-offering-section .tab_container .tab_content .content p {
    padding-bottom: 43px;
}

.solution-offering-section .tab_container .tab_content {
    display: none;
}

/*Solution Offering :: END*/

/*Collaborate :: START*/
.collaborate-section {
    background-attachment: fixed;
    background-color: #000;
    color: #fff;
    padding: 158px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.collaborate-section:before {
    content: '';
    background-color: #071B2F;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    display: block;
    opacity: 60%;
}

.collaborate-section .heading-section .heading {
    line-height: 60px;
}

.collaborate-section .white-btn {
    margin: 60px 0 0;
}

.collaborate-section .white-btn:hover {
    /* background-color: #fff; */
    /* border-color: #fff; */
    /* color: #000; */
}

.collaborate-section .collaborate-info {
    max-width: 510px;
}

.collaborate-section .collaborate-info p {
    margin: 17px 0 0;
}

/*Collaborate :: END*/

/*Hiring Options :: START*/
.hhiring-section {
    float: left;
    width: 100%;
    position: relative;
    padding: 146px 0 140px;
}

.hhiring-section .container {
    position: static;
}

.hhiring-section .left-sec {
    width: 52%;
    display: inline-block;
}

.hhiring-section .left-sec .heading-section {
    margin-bottom: 26px;
}

.hhiring-section .left-sec p {
    margin-bottom: 69px;
}

.hhiring-section .left-sec .black-btn {
    margin: 67px 0 0;
}

.hhiring-section .left-sec .button-sec a {
    padding: 15.5px 37px;
}

.hhiring-section .left-sec .hiring_icns {
    margin: 0 -43px;
    font-size: 0;
    text-align: center;
}

.hhiring-section .left-sec .hiring_icns li {
    display: inline-block;
    width: 33.33%;
    padding: 0 43px;
    text-align: center;
    vertical-align: top;
}

.hhiring-section .left-sec .hiring_icns li strong {
    margin: 24px 0 0 0;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    line-height: 32px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: var(--black);
}

.hhiring-section .right-sec {
    background: #f1f1f1;
    width: 36.3%;
    height: 100%;
    position: absolute;
    top: 5px;
    right: 31px;
    height: 659px;
}

.hhiring-section .right-sec:before {
    content: '';
    position: absolute;
    top: 70px;
    left: -39px;
    right: 0;
    height: calc(100% - 30px);
    width: 100%;
    border: 1px solid #B9B9B9;
}

.hhiring-section .right-sec img {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
    position: relative;
}

.blank-border {
    position: absolute;
    top: 10%;
    bottom: -10%;
    left: -7%;
    right: 7%;
    margin: auto;
    border: 1px solid #B9B9B9;
    font-size: 0;
    z-index: -1;
}

.hhiring-section .left-sec .hiring_icns li figure {
    display: table;
    table-layout: fixed;
    float: left;
    width: 100%;
}

.hhiring-section .left-sec .hiring_icns li figure span {
    line-height: 0;
    height: 110px;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    overflow: hidden;
    float: initial;
}

.hhiring-section .left-sec .hiring_icns li figure span img {
    height: 100%;
    max-height: 100%;
    object-fit: scale-down;
    width: 100%;
}

/*Hiring Options :: END*/



section.what-we-offer-section.home-page {
    display: none;
}

section.what-we-offer-section.our-service-section .heading-section {
    text-align: center;
    margin-bottom: 56px;
}

.home-awarded-recognized-section {
    padding: 85.5px 0 85.5px;
}

.empowering-businesses-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px 79px;
        row-gap: 30px;
}

.empowering-businesses-wrap {
    padding: 0 15px;
    width: 25%;
}

.empowering-businesses-wrap .empowering-businesses-inner {
    background: #303030;
    border: 1px solid #4d4d4d;
    padding: 30px 19px 93px;
    height: 100%;
    position: relative;
}

.empowering-businesses-content-wrap h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 14px;
}

.empowering-businesses-content-wrap ul li, .empowering-businesses-content-wrap ul li a {
    list-style: none;
    padding-left: 14px;
    color: #acacac;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    position: relative;
    margin-bottom: 10px;
    transition: 0.5s;
}
.empowering-businesses-content-wrap ul li a {
    padding-left: 0;
}
.empowering-businesses-content-wrap ul li a:hover {
    color: #fff;
}

.empowering-businesses-content-wrap ul li:last-child {
    margin-bottom: 0;
}

.empowering-businesses-content-wrap ul li::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #acacac;
    left: 0;
    top: 10px;

}

.empowering-businesses-icon {
    text-align: center;
    margin-bottom: 18px;
    height: 66px;
}

.empowering-businesses-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.empowering-businesses-btn-wrap i svg  {
    transition: 0.5s;
}

.empowering-businesses-btn-wrap a:hover i svg {
    transform: rotate(360deg);
}

.empowering-businesses-btn-wrap a.read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    vertical-align: middle;
    font-size: 18px;
    column-gap: 14px;
}

.empowering-businesses-btn-wrap {
    position: absolute;
    bottom: 0;
    padding: 18px;
    left: 0;
    border-top: 1px solid #4d4d4d;
    width: 100%;
    text-align: center;
}

.empowering-businesses-btn-wrap a.read-more i {
    line-height: 0;
}


.empowering-businesses-btn-wrap a.read-more svg {
    width: 30px;
    height: 30px;
}

section.platforms-specialize-section {
    background: #000000;
    padding: 162px 0;
    position: relative;
    overflow: hidden;
}

section.platforms-specialize-section button.slick-arrow {
    position: absolute;
    bottom: 0;
    left: calc(((100% - 1440px) + 40px) / 2);
}

section.platforms-specialize-section small.sup-heading {
    color: #fff;
}

section.platforms-specialize-section h2 {
    color: #fff;
}

section.platforms-specialize-section a.read-more.black-btn {
    border: 1px solid #fff;
    background-color: white;
    color: #000;
}

section.platforms-specialize-section .heading-section {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 55px;
    position: relative;
    z-index: 5;
    flex-wrap: wrap;
    row-gap: 30px;
}

section.solution-offering {
    display: none;
}

section.platforms-specialize-section a.read-more.black-btn:hover {
    background-color: transparent;
    color: #fff;
}
.platforms-specialize-list-inner {
    background: #303030 0% 0% no-repeat padding-box;
    border: 1px solid #4D4D4D;
    height: 277px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    cursor: pointer;
}

.platforms-specialize-list-inner img {
    filter: grayscale(0) brightness(0.5);
    transition: all 0.5s;
}

.platforms-specialize-list-inner:hover img {
    filter: none;
    transform: scale(1.05);
}

.platforms-specialize-wrap.slick-slide {
    height: auto;
    padding: 0 15px;
}

section.platforms-specialize-section .slick-list {
    margin: 0 -15px;
}


section.platforms-specialize-section::after {
    content: '';
    background: transparent linear-gradient(90deg, var(--unnamed-color-000000) 0%, #0000009B 57%, #00000000 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #000000 0%, #0000009B 57%, #00000000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 100%;
    width: 400px;
    right: 0;
    top: 0;
    display: block;
    position: absolute;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    z-index: 2;
}

section.platforms-specialize-section::before {
    content: '';
    background: transparent linear-gradient(90deg, var(--unnamed-color-000000) 0%, #0000009B 57%, #00000000 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #000000 0%, #0000009B 57%, #00000000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 100%;
    width: 400px;
    left: 0;
    top: 0;
    display: block;
    z-index: 2;
    position: absolute;
}

section.platforms-specialize-section button.slick-arrow {
    position: absolute;
    bottom: 0;
    left: calc(((100% - 1086px) + 0px) / 2);
    z-index: 7;
    background: #fff;
    border: 0;
    padding: 0;
    height: 49px;
    width: 57.5px;
    font-size: 0;
    border-radius: 0 50px 50px 0;
}

section.platforms-specialize-section button.slick-prev.slick-arrow {
    left: calc(((100% - 1200px) + 0px) / 2);
    border-radius: 50px 0 0 50px;
}

.platforms-specialize-list {
    padding-bottom: 104px;
}

section.platforms-specialize-section button.slick-prev.slick-arrow::after {
    content: '';
    width: 29px;
    height: 21px;
    background-image: url('/../../../../wp-content/uploads/2025/09/Icon-material-arrow-forward.svg');
    background-position: center;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 52%;
    transform: translateY(-50%) scale(-1);
    transition: 0.5s;
    opacity: 0.12;
}

section.platforms-specialize-section button.slick-next.slick-arrow::after {
    content: '';
    width: 29px;
    height: 21px;
    background-image: url('/../../../../wp-content/uploads/2025/09/Icon-material-arrow-forward.svg');
    background-position: center;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 52%;
    transform: translateY(-50%);
    transition: 0.5s;
    opacity: 0.12;
}



section.platforms-specialize-section button.slick-prev.slick-arrow:hover:after,
section.platforms-specialize-section button.slick-next.slick-arrow:hover::after {
    opacity: 1;
}
















/* responsive */

@media screen and (max-width: 1800px)  {
   .platforms-specialize-list-inner {
        height: 100%;
        aspect-ratio: 1 / 1;
    }
}
@media screen and (max-width: 1610px) {

    /*Banner and Platform Section*/
    .hero-banner {
        padding: 200px 0 0px;
    }

    .hero-banner .platform-icons {
        padding: 30px 0 50px;
    }

    .hero-banner .right .banner-content .heading {
        padding: 25px 0 25px 0;
    }

    .hero-banner .right .banner-content {
        padding: 0;
    }



  
}

@media screen and (max-width: 1366px) {

    /*Banner and Platform Section*/
    .hero-banner {
        padding: 170px 0 0px;
        min-height: 700px;
    }

    .hero-banner .platform-icons {
        padding: 50px 0 0px;
    }

    .hero-banner .left,
    .hero-banner .right {
        width: 50%;
    }

    /*Turn Ideas Section*/
    .turn-ideas-section::after {
        bottom: 37px;
        width: 21%;
        height: 23%;
        left: -59px;
        background-size: 100%;
    }

    .turn-ideas-section .right {
        padding-left: 80px;
    }

    /*Solution Offering*/
    .solution-offering-section {
        padding: 79px 0 90px;
    }

    /*Collaborate*/
    .collaborate-section {
        padding: 130px 0;
    }

    .collaborate-section .white-btn {
        margin: 40px 0 0;
    }

    /*Hiring Options*/
    .hhiring-section {
        padding: 120px 0 110px;
    }

    .hhiring-section .left-sec {
        width: 50%;
    }

    .hhiring-section .left-sec .hiring_icns li {
        padding: 0 20px;
    }

    .hhiring-section .left-sec .hiring_icns {
        margin: 0 -20px;
    }

    .hhiring-section .right-sec {
        width: 40%;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li span {
        font-size: 14px;
    }


    .platforms-specialize-list-inner {
        padding: 30px;
        /* height: 227px; */
    }


    section.platforms-specialize-section button.slick-prev.slick-arrow::after,
    section.platforms-specialize-section button.slick-next.slick-arrow::after {
        width: 25px;
        height: 16px;
    }
}

@media screen and (max-width: 1260px) {
    section.platforms-specialize-section button.slick-arrow {
        height: 45px;
        width: 45px;
    }
    section.platforms-specialize-section button.slick-prev.slick-arrow {
        left: 30px;
    }
    section.platforms-specialize-section button.slick-arrow {
        left: 75px;
    }
    section.platforms-specialize-section button.slick-prev.slick-arrow::after {
        left: 15px;
    }
    section.platforms-specialize-section button.slick-next.slick-arrow::after {
        right: 15px;
    }
}

@media screen and (max-width: 1199px) {

    /*Banner and Platform Section*/
    .hero-banner {
        padding: 150px 0 0px;
    }

    .hero-banner .left {
        padding-right: 0;
        width: 55%;
        vertical-align: middle;
    }

    .hero-banner .right {
        width: 45%;
        vertical-align: middle;
    }

    .hero-banner .right .banner-content {
        max-width: 100%;
        padding: 0 35px 0 0;
        margin-right: 28px;
    }

    .hero-banner .right .banner-content small {
        font-size: 20px;
    }

    /*Our Services Section*/
    .what-we-offer-section {
        padding: 90px 0;
    }

    .what-we-offer-section .what-we-offer {
        margin: 40px -15px 45px;
    }

    .what-we-offer-section .what-we-offer .offer-list {
        padding: 15px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top {
        padding: 25px 18px 25px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top .offer-icon img {
        width: 66px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top .title {
        width: calc(100% - 66px);
        font-size: 28px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top .content {
        padding: 20px 0 0px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li {
        min-height: 115px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li a {
        padding: 15px 5px 15px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li figure {
        height: 61px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li span {
        font-size: 12px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .bottom a {
        font-size: 16px;
    }

    .what-we-offer-section .wwo-content p {
        font-size: 26px;
        padding-bottom: 30px;
    }

    /*Collaborate*/
    .collaborate-section {
        padding: 90px 0;
    }

    /*Hiring Options*/
    .hhiring-section {
        padding: 90px 0 70px;
    }

    .hhiring-section .left-sec {
        width: 45%;
    }

    .hhiring-section .left-sec .hiring_icns li strong {
        font-size: 16px;
        margin: 16px 0 0 0;
    }

    .hhiring-section .left-sec .hiring_icns li {
        padding: 0 10px;
    }

    .hhiring-section .left-sec .hiring_icns {
        margin: 0 -10px;
    }

    .hhiring-section .left-sec .hiring_icns li figure span {
        height: 80px;
    }

    .hhiring-section .left-sec .black-btn {
        margin: 50px 0 0;
    }

    .hhiring-section .left-sec p {
        margin-bottom: 50px;
    }

    .hhiring-section .right-sec {
        height: auto;
    }

    .hhiring-section .right-sec:before {
        top: 30px;
        left: -30px;
        height: 100%;
    }

    .hhiring-section .right-sec .blank-border {
        top: 5%;
        bottom: -5%;
    }

    /*Solution Offering Section*/
    .solution-offering-section {
        padding: 45px 0 90px;
    }

    .solution-offering-section .heading-section {
        padding-bottom: 65px;
    }

    .solution-offering-section .tab-control .tab-heading {
        height: 95px;
    }

    .solution-offering-section .tab-control .tab-heading span {
        padding: 0 25px;
    }

    .solution-offering-section .tab_container .tab_content .content .title {
        font-size: 28px;
    }

    .solution-offering-section .tab_container .tab_content .content .sub-title {
        font-size: 18px;
        padding-bottom: 22px;
    }

    .solution-offering-section .tab_container .tab_content .content p {
        padding-bottom: 35px;
    }

    .solution-offering-section .tab_container .tab_content figure {
        padding: 0 35px;
        width: 220px;
    }

    .solution-offering-section .tab_container .tab_content .content {
        width: calc(100% - 220px);
    }

    .home-awarded-recognized-section {
        padding: 45px 0 45px;
    }


    .hero-banner .platform-icons .platform-list .platform-icon:first-child, .hero-banner .platform-icons .platform-list .platform-icon:nth-child(2) {
        width: calc(14% - 40px);
    }




    /*  Empowering Businesses with Technology Solutions */
    .empowering-businesses-wrap {
        width: 50%;
    }
    .empowering-businesses-content-wrap h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .empowering-businesses-content-wrap ul li, .empowering-businesses-content-wrap ul li a {
        font-size: 15px;
        line-height: 25px;
    }

    .empowering-businesses-icon {
        height: 55px;
    }
    .empowering-businesses-btn-wrap a.read-more {
        font-size: 16px;
    }
    .empowering-businesses-btn-wrap a.read-more svg {
        width: 25px;
        height: 25px;
    }
    .empowering-businesses-btn-wrap {
        padding: 15px;
    }
    .empowering-businesses-main {
        margin: 0 -15px 50px;
    }
    section.what-we-offer-section.our-service-section .heading-section {
        margin-bottom: 40px;
    }
    section.platforms-specialize-section .heading-section {
        margin-bottom: 40px;
    }



    section.platforms-specialize-section {
        padding: 82px 0 90px;
    }

    section.platforms-specialize-section::after,
    section.platforms-specialize-section::before {
        width: 245px;
    }
    .platforms-specialize-list {
        padding-bottom: 84px;
    } 

    section.platforms-specialize-section button.slick-prev.slick-arrow {
        left: 20px;
    } 
    section.platforms-specialize-section button.slick-arrow {
        left: 65px;
    }
        section.platforms-specialize-section button.slick-prev.slick-arrow::after, section.platforms-specialize-section button.slick-next.slick-arrow::after {
        width: 20px;
        height: 14px;
    }
    section.platforms-specialize-section button.slick-arrow {
        height: 40px;
        width: 45px;
    }
}

@media screen and (max-width: 1023px) {

    /*Banner and Platform Section*/
    .hero-banner {
        min-height: auto;
        height: auto;
        display: block;
        padding: 160px 0 80px;
        position: unset;
    }

    .hero-banner .platform-icons .platform-list {
        max-width: 100%;
        text-align: center;
    }

    .hero-banner .right .banner-content {
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    /* platforms-specialize-section */
    section.platforms-specialize-section {
        padding: 72px 0 80px;
    }

    /*Banner and Platform Section*/
    .hero-banner {
        padding: 160px 0 80px;
    }

    .hero-banner .right .banner-content .heading {
        padding: 20px 0 20px;
    }

    .hero-banner .right .banner-content small {
        font-size: 18px;
    }

    .hero-banner .platform-icons {
        padding-right: 0 !important;
    }

    .hero-banner .platform-icons .platform-list .platform-icon {
        width: calc(100% / 7 - 40px);
    }

    /*Our Services Section*/
    .what-we-offer-section {
        padding: 80px 0;
    }

    .what-we-offer-section .what-we-offer {
        margin: 30px -10px 35px;
    }

    .what-we-offer-section .what-we-offer .offer-list {
        padding: 10px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li {
        min-height: 95px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li a {
        padding: 12px 3px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li figure {
        width: 32px;
        height: 45px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li span {
        font-size: 11px;
        line-height: 14px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .bottom a {
        font-size: 14px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .bottom a i svg {
        height: 26px;
        width: 26px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .bottom {
        padding: 15px 0;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top .offer-icon img {
        width: 50px;
        height: 55px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top .title {
        width: calc(100% - 50px);
        font-size: 23px;
        padding-left: 22px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top {
        padding: 22px 15px 22px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top .content {
        padding: 16px 0 0px;
        font-size: 16px;
        line-height: 28px;
    }

    .what-we-offer-section .wwo-content p {
        padding-bottom: 22px;
        font-size: 24px;
        line-height: 34px;
    }

    .what-we-offer-section .what-we-offer .offer-list:nth-child(2) ul li:last-child figure,
    .what-we-offer-section .what-we-offer .offer-list:nth-child(2) ul li:nth-child(4) figure {
        width: 55px;
    }

    /*Solution Offering Section*/
    .solution-offering-section {
        padding: 40px 0 80px;
    }

    .solution-offering-section .tab-control .tab-heading {
        font-size: 19px;
        height: 88px;
    }

    .solution-offering-section .tab-control .tab-heading span {
        padding: 0px 20px;
    }

    .solution-offering-section .heading-section {
        padding-bottom: 55px;
    }

    .solution-offering-section .tab_container .tab_content figure {
        padding: 0 25px;
        width: 140px;
    }

    .solution-offering-section .tab_container .tab_content .content {
        width: calc(100% - 175px);
    }

    .solution-offering-section .tab_container .tab_content .content .title {
        font-size: 24px;
        padding-bottom: 8px;
    }

    .solution-offering-section .tab_container .tab_content .content .sub-title {
        font-size: 17px;
        padding-bottom: 10px;
    }

    .solution-offering-section .tab_container .tab_content {
        padding: 15px 0 0;
    }

    /*Turn Ideas Section*/
    .turn-ideas-section {
        padding: 70px 0 40px;
    }

    .turn-ideas-section::after {
        bottom: auto;
        height: 107px;
        width: 209px;
        background-size: 100%;
        left: -85px;
        top: 18px;
    }

    .turn-ideas-section .container-fluid {
        padding: 0 30px;
    }

    .turn-ideas-section .left,
    .turn-ideas-section .right {
        width: 100%;
        padding: 0;
    }

    .turn-ideas-section .left {
        text-align: center;
        padding-bottom: 30px;
    }

    /*Collaborate*/
    .collaborate-section {
        padding: 80px 0;
    }

    .collaborate-section .heading-section .heading {
        line-height: 50px;
    }

    .collaborate-section .white-btn {
        margin: 35px 0 0;
    }

    .collaborate-section .collaborate-info {
        max-width: 455px;
    }

    /*Hiring Options*/
    .hhiring-section {
        padding: 80px 0 40px;
    }

    .hhiring-section .container {
        padding: 0;
        text-align: center;
    }

    .hhiring-section .left-sec {
        padding-top: 80px;
    }

    .hhiring-section .right-sec,
    .hhiring-section .left-sec {
        width: 100%;
    }

    .hhiring-section .right-sec {
        position: relative;
        right: auto;
        top: 0px;
        height: auto;
        padding-left: 0;
        margin-left: 30px;
        width: calc(580px - 30px);
        float: left;
        margin: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .hhiring-section .right-sec img {
        width: auto;
        height: auto;
    }

    .hhiring-section .right-sec .blank-border {
        top: 60px;
        bottom: 0;
        left: -30px;
        height: 100%;
        width: calc(100% - 30px);
        right: 0;
    }


    .home-awarded-recognized-section {
        padding: 40px 0 40px;
    }


    section.platforms-specialize-section::after, section.platforms-specialize-section::before {
        width: 165px;
    }

}

@media screen and (max-width: 767px) {

    /*Banner and Platform Section*/
    .hero-banner {
        padding: 130px 0 0;
        text-align: center;
    }

    .hero-banner .left,
    .hero-banner .right {
        width: 100%;
        padding: 10px 30px;
    }

    .hero-banner .left {
        padding: 10px 0px;
    }

    .hero-banner .right .banner-content {
        padding: 0;
    }

    .hero-banner .right .banner-content .heading {
        padding: 15px 0 18px;
    }

    .hero-banner .platform-icons {
        padding: 45px 0 50px;
    }

    .hero-banner .platform-icons .container-fluid {
        padding: 0;
    }

    .hero-banner .platform-icons .platform-list .platform-icon:last-child,
    .hero-banner .platform-icons .platform-list .platform-icon {
        margin: 20px 19px;
    }

    .hero-banner .platform-icons .platform-list .platform-icon {
        width: 150px;
    }

    .hero-banner .platform-icons .platform-list:not(.slick-initialized) .platform-icon:not(:nth-child(-n + 3)) {
        display: none;
    }


    /*Our Services Section*/
    .what-we-offer-section {
        padding: 60px 0;
    }

    .what-we-offer-section .what-we-offer {
        margin: 30px -7px 35px;
    }

    .what-we-offer-section .what-we-offer .offer-list {
        padding: 7px;
        width: 100%;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top .title {
        display: none;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top .offer-icon {
        width: 100px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top .content {
        width: calc(100% - 100px);
        padding: 0 0 0 32px;
        min-height: auto;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top .offer-icon img {
        height: auto;
        width: auto;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top .content .title {
        display: block;
        width: 100%;
        padding: 0 0 10px;
        color: #fff;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li {
        min-height: auto;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li a {
        padding: 10px 10px 18px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li span {
        font-size: 14px;
        padding-top: 11px;
        display: block;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li figure {
        width: 42px;
        height: 55px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .bottom {
        padding: 17px 0;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .bottom a i svg {
        height: 28px;
        width: 28px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .bottom a i {
        margin: 0 0 0 10px;
    }

    .what-we-offer-section .wwo-content p {
        font-size: 18px;
        line-height: 29px;
    }

    .what-we-offer-section .what-we-offer .offer-list:nth-child(2) ul li:last-child figure,
    .what-we-offer-section .what-we-offer .offer-list:nth-child(2) ul li:nth-child(4) figure {
        width: 55px !important;
    }

    /*Solution Offering Section*/
    .solution-offering-section {
        padding: 30px 0 60px;
    }

    .solution-offering-section .heading-section {
        padding-bottom: 30px;
    }

    .solution-offering-section .tab-control {
        display: none;
    }

    .solution-offering-section .tab_container {
        width: 100%;
    }

    .solution-offering-section .tab_container .tab_drawer_heading {
        display: block;
    }

    .solution-offering-section .tab_container .tab_drawer_heading {
        display: inline-block;
        width: 100%;
        font-size: 22px;
        font-weight: 500;
        border: 0;
        border-bottom: 1px solid #7C7C7C;
        padding: 22px 0;
        position: relative;
        color: #7C7C7C;
    }

    .solution-offering-section .tab_container .tab_content .content .title {
        display: none;
    }

    .solution-offering-section .tab_container .tab_content .content p {
        padding-bottom: 25px;
    }

    .solution-offering-section .tab_container .tab_content {
        padding: 35px 0 35px;
        border: 0;
        border-bottom: 1px solid #7C7C7C;
    }

    .solution-offering-section .tab_container .tab_drawer_heading:nth-child(1) {
        border-top: 0;
    }

    .solution-offering-section .tab_container .tab_content:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .solution-offering-section .tab_container .tab_drawer_heading.d_active+.tab_content {
        animation: none;
    }

    /*Turn Ideas Section*/
    .turn-ideas-section {
        padding: 70px 0 40px;
    }

    .turn-ideas-section::after {
        height: 92px;
        width: 234px;
        left: -93px;
        background-size: 88%;
    }

    /*Collaborate*/
    .collaborate-section {
        padding: 70px 0;
    }

    /*Hiring Options*/
    .hhiring-section {
        padding: 60px 0 30px;
    }

    .hhiring-section .left-sec {
        text-align: center;
        padding-top: 70px;
    }

    .hhiring-section .left-sec .black-btn {
        margin: 40px 0 0;
    }

    .hhiring-section .right-sec {
        width: 476px;
    }


    .home-awarded-recognized-section {
        padding: 30px 0 30px;
    }




    .empowering-businesses-icon {
        margin-bottom: 15px;
        height: 45px;
    }
    .empowering-businesses-content-wrap ul li, .empowering-businesses-content-wrap ul li a {
        /* font-size: 14px;
        line-height: 24px; */
        margin-bottom: 7px;
    }
    .empowering-businesses-content-wrap h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .empowering-businesses-wrap .empowering-businesses-inner {
        padding: 25px 15px 80px;
    }
    .empowering-businesses-btn-wrap a.read-more {
        font-size: 15px;
    }

    section.platforms-specialize-section {
        padding: 52px 0 60px;
    }

    section.platforms-specialize-section::after, section.platforms-specialize-section::before {
        display: none;
    }
    section.platforms-specialize-section .heading-section {
        row-gap: 25px;
    }
    .platforms-specialize-wrap.slick-slide {
        padding: 0 10px;
    }

    .platforms-specialize-list {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 567px) {

    /*Banner and Platform Section*/
    .hero-banner {
        padding: 125px 0 15px;
    }

    .hero-banner .left,
    .hero-banner .right {
        padding: 10px 20px;
    }

    .hero-banner .left {
        padding: 10px 0px;
    }

    .hero-banner .platform-icons {
        padding: 40px 0 40px;
    }

    .hero-banner .right .banner-content small {
        font-size: 16px;
    }

    .hero-banner .platform-icons .platform-list .platform-icon:last-child,
    .hero-banner .platform-icons .platform-list .platform-icon {
        margin: 20px 30px;
    }

    .hero-banner .platform-icons .platform-list:not(.slick-initialized) {
        display: flex;
        justify-content: center;
        min-height: 103px;
    }

    .hero-banner .platform-icons .platform-list:not(.slick-initialized) .platform-icon:not(:nth-child(-n + 2)) {
        display: none;
    }

    /*Our Services Section*/
    .what-we-offer-section {
        padding: 50px 0;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top .offer-icon {
        width: 70px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top .content {
        width: calc(100% - 70px);
        padding: 0 0 0 20px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li {
        width: calc(100% / 3)
    }

    /*.what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul{justify-content: flex-start;}*/
    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li:nth-child(2),
    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li:first-child,
    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li:nth-child(3) {
        border-bottom: 1px solid #4D4D4D;
    }

    .what-we-offer-section .what-we-offer .offer-list:nth-child(3) ul li,
    .what-we-offer-section .what-we-offer .offer-list:last-child ul li {
        border-bottom: 0 !important;
    }

    /*Solution Offering Section*/
    .solution-offering-section {
        padding: 25px 0 50px;
    }

    .solution-offering-section .heading-section {
        padding-bottom: 20px;
    }

    .solution-offering-section .tab_container .tab_drawer_heading {
        font-size: 19px;
        padding: 18px 0;
    }

    .solution-offering-section .tab_container .tab_content figure {
        width: 100%;
        max-width: 50%;
        margin: auto;
        float: none;
    }

    .solution-offering-section .tab_container .tab_content .content {
        width: 100%;
        padding: 30px 0 0;
        text-align: center;
    }

    .solution-offering-section .tab_container .tab_content {
        padding: 35px 0 40px;
    }

    /*Turn Ideas Section*/
    .turn-ideas-section {
        padding: 50px 0 25px;
    }

    .turn-ideas-section::after {
        height: 102px;
        width: 133px;
        left: -43px;
        background-size: 150%;
    }

    .turn-ideas-section .container-fluid {
        padding: 0 20px;
    }

    .turn-ideas-section .left {
        padding-bottom: 20px;
    }

    .turn-ideas-section .right p {
        margin: 20px 0 0;
        line-height: 26px;
    }

    /*Collaborate*/
    .collaborate-section .heading-section .heading {
        line-height: 40px;
        font-size: 28px;
    }

    .collaborate-section .heading-section .heading br {
        display: none;
    }

    .collaborate-section .white-btn {
        margin: 26px 0 0;
    }

    .collaborate-section {
        padding: 60px 0;
    }

    /*Hiring Options*/
    .hhiring-section {
        padding: 50px 0 25px;
    }

    .hhiring-section .left-sec p {
        margin-bottom: 40px;
    }

    .hhiring-section .left-sec .hiring_icns li strong {
        line-height: 26px;
    }

    .hhiring-section .left-sec {
        text-align: center;
        padding-top: 50px;
    }

    .hhiring-section .right-sec {
        width: calc(100% - 15px);
        margin-left: 10px;
    }

    .hhiring-section .right-sec:before {
        top: 15px;
        left: -15px;
    }

    /*Portfolios Section*/
    .portfolios-slider::before {
        width: 50%;
    }


    .home-awarded-recognized-section {
        padding: 25px 0 25px;
    }




    .empowering-businesses-wrap {
        width: 100%;
    }

}

@media screen and (max-width: 413px) {

    /*Banner and Platform Section*/
    .hero-banner {
        padding: 95px 0 15px;
    }

    .hero-banner .platform-icons {
        padding: 30px 0 30px;
    }

    .hero-banner .platform-icons .platform-list .platform-icon:last-child,
    .hero-banner .platform-icons .platform-list .platform-icon {
        margin: 15px 20px;
    }

    /*Our Services Section*/
    .what-we-offer-section {
        padding: 45px 0;
    }

    .what-we-offer-section .what-we-offer {
        margin: 18px -7px 26px;
    }

    .what-we-offer-section .wwo-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li a {
        padding: 15px 5px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li figure {
        width: 40px;
        height: 55px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li span {
        font-size: 12px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .bottom a {
        font-size: 15px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top .offer-icon {
        width: 100%;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top .offer-icon img {
        width: 70px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top .title {
        display: inline-block;
        width: calc(100% - 70px);
        font-size: 22px;
        line-height: 30px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top .content .title {
        display: none;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .top .content {
        width: 100%;
        padding: 15px 0 0;
    }

    /*Solution Offering Section*/
    .solution-offering-section {
        padding: 22px 0 45px;
    }

    .solution-offering-section .tab_container .tab_content {
        padding: 30px 0 35px;
    }

    .solution-offering-section .tab_container .tab_content .content {
        padding: 25px 0 0;
    }

    .solution-offering-section .tab_container .tab_drawer_heading {
        font-size: 17px;
    }

    /*Turn Ideas Section*/
    .turn-ideas-section .turn-ideas-section::after {
        bottom: 36px;
        height: 87px;
        width: 109px;
        left: -52px;
        background-size: 135%;
    }

    .turn-ideas-section .right p {
        margin: 15px 0 0;
    }

    /*Collaborate*/
    .collaborate-section {
        padding: 55px 0;
    }

    .collaborate-section .collaborate-info {
        max-width: 100%;
    }

    /*Hiring Options*/
    .hhiring-section {
        padding: 45px 0 22px;
    }

    .hhiring-section .left-sec .hiring_icns li strong {
        line-height: 21px;
        font-size: 14px;
    }

    .hhiring-section .right-sec {
        margin-left: 15px;
        width: calc(100% - 15px);
    }

    .hhiring-section .right-sec:before {
        bottom: -15px;
        left: -15px;
    }

    .hhiring-section .right-sec .blank-border {
        top: 30px;
        left: -15px;
        width: calc(100% - 15px);
    }

    .hhiring-section .left-sec {
        text-align: center;
        padding-top: 55px;
    }

    .hhiring-section .right-sec {
        margin-left: 7px;
    }

    .hhiring-section .right-sec:before {}


    .home-awarded-recognized-section {
        padding: 23px 0 23px;
    }

}



/*Solution Offering Section Redesign CSS :: START*/
.solution-offering {
    background: #000;
    color: #fff;
    padding: 110px 0 130px;
}

.solution-offering .heading-section {
    margin-bottom: 46px;
}

.solution-offering .accordion-col {
    border-bottom: 1px solid #707070;
    float: left;
    width: 100%;
}

.solution-offering .accordion-col .question {
    display: inline-block;
    width: 100%;
    font-size: 35px;
    font-weight: 500;
    border: 0;
    padding: 48px 20px 48px 0;
    position: relative;
    cursor: pointer;
}

.solution-offering .accordion-col .question .icon-small {
    position: absolute;
    content: " ";
    right: 0;
    z-index: 0;
    top: 14px;
    transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    transform: rotate(0deg);
    width: 18px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.solution-offering .accordion-col.active {
    border-color: #fff;
}

.solution-offering .accordion-col.active .question svg #Path_4581 {
    display: none;
}

.solution-offering .accordion-col .answercont {
    float: left;
    width: 100%;
    padding: 30px 75px 60px 15px;
}

.solution-offering .accordion-col .answercont figure {
    width: 281px;
    float: left;
    padding: 0 60px;
}

.solution-offering .accordion-col .answercont .content {
    width: calc(100% - 281px);
    float: left;
}

.solution-offering .accordion-col .answercont .content p {
    padding-bottom: 25px;
}

.solution-offering .accordion-col .answercont .content span.sub-title {
    font-size: 22px;
    font-weight: 500;
    display: block;
    padding-bottom: 28px;
}

.solution-offering .accordion-col .question sup {
    font-size: 16px;
    color: #ccc;
    margin-right: 10px;
}

.solution-offering .accordion-col:not(:first-child) .answercont {
    display: none;
}


@media screen and (max-width: 1199px) {
    .solution-offering {
        padding: 100px 0;
    }

    .solution-offering .heading-section {
        margin-bottom: 35px;
    }

    .solution-offering .accordion-col .question {
        padding: 35px 20px 35px 0;
        font-size: 32px;
    }

    .solution-offering .accordion-col .answercont {
        padding: 30px 55px 60px 15px;
    }

    .solution-offering .accordion-col .answercont figure {
        padding: 0 40px;
        width: 240px;
    }

    .solution-offering .accordion-col .answercont .content {
        width: calc(100% - 240px);
    }
}

@media screen and (max-width: 991px) {
    .solution-offering {
        padding: 80px 0 90px;
    }

    .solution-offering .accordion-col .question {
        padding: 33px 20px 33px 0;
        font-size: 28px;
    }

    .solution-offering .accordion-col .question .icon-small {
        width: 15px;
    }

    .solution-offering .accordion-col .question sup {
        font-size: 15px;
    }

    .what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li {
    width: 33.33%;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li:nth-child(-n+3) {
    border-bottom: 1px solid #4D4D4D;
}

.what-we-offer-section .what-we-offer .offer-list .offer-content .middle ul li:nth-child(4) {
    border-left: 0;
}
}

@media screen and (max-width: 767px) {
    .solution-offering {
        padding: 60px 0 70px;
    }

    .solution-offering .accordion-col .question {
        padding: 30px 20px 30px 0;
        font-size: 26px;
    }

    .solution-offering .accordion-col .answercont {
        padding: 20px 30px 45px 10px;
    }

    .solution-offering .accordion-col .answercont figure {
        padding: 0 30px;
        width: 160px;
    }

    .solution-offering .accordion-col .answercont .content {
        width: calc(100% - 160px);
    }

    .solution-offering .accordion-col .answercont .content span.sub-title {
        padding-bottom: 18px;
        font-size: 20px;
    }
    section.what-we-offer-section.our-service-section .heading-section {
            margin-bottom: 30px;
    }
    .empowering-businesses-btn-wrap {
        padding: 12px;
    }
    .empowering-businesses-btn-wrap a.read-more svg {
        width: 22px;
        height: 22px;
    }
    .empowering-businesses-btn-wrap a.read-more {
        column-gap: 10px;
    }
    .empowering-businesses-wrap .empowering-businesses-inner {
        padding: 20px 15px 70px;
    }
}

@media screen and (max-width: 567px) {
    .solution-offering {
        padding: 50px 0 60px;
    }

    .solution-offering .heading-section {
        margin-bottom: 25px;
    }

    .solution-offering .accordion-col .question {
        padding: 28px 20px 28px 0;
        font-size: 24px;
    }

    .solution-offering .accordion-col .answercont {
        padding: 10px 20px 40px;
    }

    .solution-offering .accordion-col .answercont figure {
        width: 100%;
        padding: 0 0 30px;
        max-width: 120px;
        margin: auto;
        float: none;
    }

    .solution-offering .accordion-col .answercont .content {
        width: 100%;
        text-align: center;
    }

    .hero-banner .left {
        min-height: 193px;
    }
}

@media screen and (max-width: 413px) {
    .solution-offering .heading-section {
        margin-bottom: 20px;
    }

    .solution-offering .accordion-col .answercont {
        padding: 10px 10px 40px;
    }

    .solution-offering .accordion-col .question {
        font-size: 22px;
    }

    .solution-offering .accordion-col .question sup {
        margin-right: 6px;
    }
}

/*Solution Offering Section Redesign CSS :: END