@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima/ProximaNova-Regular.woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima/Proxima\ Nova\ Thin.woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima/Proxima\ Nova\ Extrabold.woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima/Proxima\ Nova\ Bold.woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima/Proxima\ Nova\ Black.woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova Alt";
    src: url("../fonts/proxima/Proxima\ Nova\ Alt\ Thin.woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova Alt";
    src: url("../fonts/proxima/Proxima\ Nova\ Alt\ Light.woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova Alt";
    src: url("../fonts/proxima/Proxima\ Nova\ Alt\ Bold.woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Futura";
    src: url("../fonts/Futura.woff");
    font-weight: 950;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/helvetica/HelveticaNeue-Black.woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/helvetica/HelveticaNeue-Thin.woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/helvetica/HelveticaNeue-Bold.woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/helvetica/HelveticaNeue-Light.woff");
    font-weight: 300;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-size: 10px;
    font-family: "Proxima Nova";
    scroll-behavior: smooth;
    overflow: unset !important;
}

:root {
    --yellow-color: #ffe400;
}

.devops-about h2,
.heading {
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 56px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    padding-bottom: 10px;
}

.devops-about h2 {
    text-align: left;
}
.banner-subheading p,
.subheading {
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 25px;
    text-align: center;
    color: #000000;
}

.space-one {
    padding: 80px 0;
}

.badge-title {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 0;
}

header {
    background-color: #0f0f0f;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

header h1 {
    font-family: "Futura";
    font-weight: 950;
    font-size: 10rem;
    line-height: 91px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 100px 0 35px;
}

header h1+p {
    font-family: "Helvetica";
    font-weight: 100;
    font-size: 2.4rem;
    line-height: 27px;
    text-align: center;
    color: #f8f8f8;
    margin-bottom: 50px;
}

.getstarted-button .banner-btn,
header .banner-btn {
    font-size: 2.4rem;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    padding: 15px 30px;
    background: var(--yellow-color);
    border-radius: 6px;
    border: none;
    transition: all 0.3s;
    border: 1px solid var(--yellow-color);
    margin-bottom: 80px;
    display: inline-block;
}

.getstarted-button .banner-btn:hover,
header .banner-btn:hover {
    background: #000;
    color: var(--yellow-color);
    border: 1px solid var(--yellow-color);
    text-decoration: none;
}

header .srch {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    right: 10px;
    top: -5px;
    width: 0px;
    z-index: 7;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

header .srch.active {
    width: 220px;
    opacity: 1;
    visibility: visible;
}

header .search-icon {
    z-index: 8;
    position: relative;
}

header .srch .form-control {
    background: rgba(0, 0, 0, 0);
    border: 1px solid var(--yellow-color);
    height: 30px;
    border-radius: 50px;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}

section.landing-header,
nav {
    width: 100vw;
    padding: 15px;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #0f0f0f;
}

.navbar-nav {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-item.dropdown {
    position: relative;
}

.navbar-nav .nav-item.dropdown .toggle {
    display: none;
    background: var(--yellow-color);
    padding: 0 12px;
    border-radius: 7px;
    position: absolute;
    top: 40px;
    width: 220px;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 1);
}

.navbar-nav .nav-item.dropdown .toggle .dropdown-links {
    list-style-type: none;
}

.navbar-nav .nav-item.dropdown .toggle .dropdown-links li {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
}

.navbar-nav .nav-item.dropdown .toggle .dropdown-links li a {
    color: #000000;
    font-size: 1.5rem;
    line-height: 18px;
}

.dropdown .fa-chevron-down {
    font-size: 10px;
    margin-left: 5px;
    color: #ffffff;
    width: 10px;
}

.dropdown:hover,
.dropdown:hover .fa-chevron-down {
    color: var(--yellow-color);
}

.navbar-nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 19px;
    text-transform: capitalize;
    color: #ffffff;
    display: inline-block;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--yellow-color);
}

nav .search-icon img {
    cursor: pointer;
    width: 20px;
}

nav .search-icon img:hover {
    filter: invert(15%) sepia(38%) saturate(1644%) hue-rotate(358deg) brightness(102%) contrast(105%);
}

.join-call-btn,
.button-one,
.page-template-top-blog-page .nav-btn,
nav .nav-btn {
    background: var(--yellow-color);
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 19px;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    border: none;
    transition: all 0.3s;
    border: 1px solid var(--yellow-color);
    text-align: center;
}

.join-call-btn:hover,
.button-one:hover,
.page-template-top-blog-page .nav-btn:hover,
nav .nav-btn:hover {
    background: #000000;
    color: var(--yellow-color);
    border: 1px solid var(--yellow-color);
    text-decoration: none;
}

.quote {
    position: relative;
    overflow: hidden;
}

.quote-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.45;
}

.quote .quote-text {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 100;
    font-size: 3.5rem;
    line-height: 40px;
    color: #262626;
}

.quote .quote-text span {
    font-weight: bold;
}

.quote .quote-icon {
    margin-bottom: 35px;
}

.quote .quote-by {
    margin-top: 30px;
    font-size: 2rem;
    font-weight: 400;
    color: #262626;
}

.about {
    background-image: url("../img/about-BG.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.about-better-in-us .heading,
.about .heading {
    text-align: left;
    color: #ffff;
}

.about .heading span {
    font-weight: 300;
}

.about-better-in-us .subheading {
    text-align: left;
    text-transform: none;
}

.about-better-in-us .subheading,
.about .content {
    font-size: 1.8rem;
    line-height: 25px;
    color: #ffffff;
    margin-top: 10px;
}

.about .know-more {
    padding: 13px 30px;
    background: var(--yellow-color);
    border: 1px solid var(--yellow-color);
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 19px;
    text-transform: capitalize;
    color: #000000;
    border-radius: 8px;
    margin-top: 30px;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
}

.about .know-more:hover {
    color: var(--yellow-color);
    background: #000000;
    border: 1px solid var(--yellow-color);
}

.about .know-more:hover img {
    filter: invert(86%) sepia(38%) saturate(1644%) hue-rotate(358deg) brightness(102%) contrast(105%);
}

.our-expertise {
    background: var(--yellow-color);
}

.our-expertise .icon-box {
    padding: 60px 30px 30px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    height: 100%;
    transition: all 0.3s;
}

.our-expertise .icon-box:hover {
    background: #f2f2f2;
}

.our-expertise .icon-box:hover .icon {
    transform: translateY(-10px);
}

.our-expertise .icon-box .icon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -33px;
    left: 24px;
    transition: all 0.3s;
}

.icon-heading {
    font-weight: 800;
    font-size: 1.9rem;
    line-height: 25px;
    text-transform: capitalize;
    color: #000000;
    min-height: 55px;
    margin: 0;
}

.icon-desc {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 22px;
    color: #000000;
}

.our-expertise .icon-desc {
    margin-bottom: 40px;
}

.our-expertise .icon-box .more-btn {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 17px;
    text-transform: capitalize;
    color: #000000;
    display: inline-block;
    padding: 7px 16px;
    transition: all 0.3s;
    border-radius: 6px;
}

.our-expertise .icon-box .more-btn img {
    transition: all 0.3s;
}

.our-expertise .icon-box:hover .more-btn {
    text-decoration: none;
    background-color: var(--yellow-color);
}

.our-expertise .icon-box .more-btn:hover {
    text-decoration: none;
    background-color: var(--yellow-color);
}

.our-expertise .icon-box .more-btn:hover img {
    transform: translateX(5px);
}

.successive-advantages .subheading {
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 65px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 55px;
}

.successive-advantages .icon-box:hover {
    background: #f2f2f2;
}

.successive-advantages .icon-box:hover .icon {
    transform: translateY(-10px);
}

.successive-advantages .icon-box .more-btn {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 17px;
    text-transform: capitalize;
    color: #000000;
    display: inline-block;
    padding: 7px 16px;
    transition: all 0.3s;
    border-radius: 6px;
}

.successive-advantages .icon-box .more-btn img {
    transition: all 0.3s;
}

.successive-advantages .icon-box:hover .more-btn {
    text-decoration: none;
    background-color: var(--yellow-color);
}

.successive-advantages .icon-box .more-btn:hover {
    text-decoration: none;
    background-color: var(--yellow-color);
}

.successive-advantages .icon-box .more-btn:hover img {
    transform: translateX(5px);
}

.successive-advantages .mt-cus {
    margin-top: 70px;
}

.our-techno-platforms {
    background-image: url("../img/technology-platforms.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 160px;
    margin-top: 150px;
    margin-bottom: 220px;
    padding-bottom: 60px;
}

.floating.one {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.floating.two {
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.floating.three {
    animation-name: floating;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.floating.four {
    animation-name: floating;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, 15px);
    }
    100% {
        transform: translate(0, -0px);
    }
}

.our-techno-platforms .tech-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.our-techno-platforms .heading {
    font-weight: 800;
    font-size: 5rem;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    color: #ffe400;
    margin-bottom: 50px;
}

.our-techno-platforms .subheading {
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 33px;
    text-align: center;
    color: #ffffff;
}

.our-techno-platforms .tech-azure {
    position: absolute;
    right: 12vw;
    top: -210px;
    width: 280px;
}

.our-techno-platforms .tech-aws {
    position: absolute;
    left: 9vw;
    top: -155px;
    width: 280px;
}

.our-techno-platforms .tech-kubernetes {
    position: absolute;
    left: 2vw;
    bottom: -90px;
    width: 280px;
}

.our-techno-platforms .tech-cloud {
    position: absolute;
    right: 0.5vw;
    bottom: -50px;
    width: 280px;
}

.better-in-us {
    background-image: url("../img/betterInUsBG.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.better-in-us .content {
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 25px;
    color: #000000;
}

.service-icons .icon-box {
    background: #f2f2f2;
    border-radius: 15px;
    padding: 60px 30px 30px;
    position: relative;
    transition: all 0.3s;
    margin: 40px 0;
}

.service-icons .icon-box:hover {
    background: var(--yellow-color);
}

.service-icons .icon-box:hover .icons {
    transform: translateY(-10px);
}

.service-icons .icon-box p.head {
    font-weight: bold;
    font-size: 1.9rem;
    line-height: 25px;
    text-transform: capitalize;
    color: #000000;
    min-height: 50px;
}

.service-icons .icon-box .icons {
    width: 145px;
    height: 145px;
    position: absolute;
    top: -79px;
    left: 24px;
    transition: all 0.3s;
}

.service-icons .icon-box .num {
    font-style: normal;
    font-weight: 800;
    font-size: 6.2rem;
    text-transform: capitalize;
    color: #000000;
}

.service-icons .icon-box .num .count {
    margin-right: 5px;
}

.service-icons .icon-box .desc {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 22px;
    text-transform: capitalize;
    color: #000000;
}

.service-icons .mt-lg-125px {
    margin-top: 125px;
}

.our-clients {
    background-image: url("../img/clientsBG.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.our-clients .heading {
    color: #ffff;
}

.our-clients .clients-logo {
    background: #ffffff;
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
    border-radius: 16px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px auto;
    transition: all 0.3s;
    padding: 10px;
}

.our-clients .clients-logo img {
    filter: grayscale(100%);
}

.our-clients .clients-logo:hover img {
    filter: none;
}

.impact-on-clients {
    background-color: var(--yellow-color);
}

.impact-on-clients .icon-box {
    background: #fff;
    border-radius: 15px;
    padding: 60px 30px 30px;
    position: relative;
    transition: all 0.3s;
}

.impact-on-clients .icon-box:hover {
    background: #f2f2f2;
}

.impact-on-clients .icon-box:hover .icons {
    top: -35%;
}

.impact-on-clients .icon-box p.head {
    font-weight: bold;
    font-size: 1.9rem;
    line-height: 25px;
    text-transform: capitalize;
    color: #000000;
}

.impact-on-clients .icon-box .icons {
    position: absolute;
    top: -75px;
    left: 35px;
    transition: all 0.3s;
    width: 145px;
    height: 145px;
}

.impact-on-clients .icon-box .num {
    font-style: normal;
    font-weight: 800;
    font-size: 6.2rem;
    text-transform: capitalize;
    color: #000000;
}

.impact-on-clients .icon-box .desc {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 22px;
    color: #000000;
}

.success-stories {
    background: rgba(232, 232, 232, 0.4);
}

.success-stories .heading {
    font-weight: 800;
    font-size: 5rem;
    line-height: 61px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.success-stories .success-box {
    position: relative;
    z-index: 3;
    margin: 0 30px;
}

.success-stories .success-box .top-badge {
    background: var(--yellow-color);
    padding: 12px 24px;
    font-weight: 600;
    font-size: 3rem;
    line-height: 43px;
    text-transform: capitalize;
    color: #000000;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    left: 75px;
    top: -10px;
    transition: all 0.3s;
}

.success-stories .success-box:hover .top-badge {
    background: #000;
    color: var(--yellow-color);
}

.success-stories .success-box:hover .top-badge::before {
    border-right: 40px solid #3d3d3d;
}

.success-stories .success-box:hover .top-badge::after {
    border-left: 40px solid #3d3d3d;
}

.success-stories .success-box .top-badge::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-right: 40px solid #000;
    border-bottom: 0px solid transparent;
    position: absolute;
    left: -40px;
    top: 0px;
    z-index: -1;
}

.success-stories .success-box .top-badge::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 40px solid #000;
    border-bottom: 0px solid transparent;
    position: absolute;
    right: -40px;
    top: 0px;
    z-index: -1;
}

.success-stories .success-box .yellow-div {
    background: var(--yellow-color);
    padding: 40px;
    position: absolute;
    right: -20px;
    left: -20px;
    bottom: 25px;
}

.success-stories .success-box .yellow-div .guy-img {
    position: absolute;
    top: -85px;
}

.success-stories .success-box .yellow-div h4 {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000000;
}

.success-stories .success-box .yellow-div::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 30px solid #000;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: 0px;
    bottom: -20px;
    z-index: -1;
}

.success-stories .success-box .yellow-div::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 30px solid #000;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: 0px;
    bottom: -20px;
    z-index: -1;
}

.success-stories .success-box .content {
    font-size: 1.6rem;
    line-height: 27px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 14px;
}

.success-stories .success-box .name {
    font-weight: 800;
    font-size: 2rem;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0;
}

.success-stories .success-box .desig {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 17px;
    text-transform: capitalize;
    color: #000000;
}

.success-stories .slick-dots li.slick-active button:before {
    color: var(--yellow-color);
}

.case-studies .case-study-img {
    position: relative;
}

.case-studies .case-study-img:hover .top-badge {
    background: #000000;
    color: var(--yellow-color);
}

.case-studies .case-study-img:hover .top-badge::before {
    border-right: 15px solid #3d3d3d;
}

.case-studies .case-study-img-row:hover .top-badge::before {
    border-right: 13px solid #3d3d3d;
}

.case-studies .case-study-img:hover .top-badge::after {
    border-left: 15px solid #3d3d3d;
}

.case-studies .case-study-img-row:hover .top-badge::after {
    border-left: 13px solid #3d3d3d;
}

.case-studies .case-study-img .top-badge {
    background: var(--yellow-color);
    color: #000000;
    padding: 10px 22px;
    position: absolute;
    left: 30px;
    top: -15px;
    transition: all 0.3s;
    z-index: 2;
    max-width: 80%;
}

.case-studies .case-study-img img,
.case-studies .case-study-img-row img {
    filter: grayscale(100%);
}

.case-studies .case-study-img:hover img,
.case-studies .case-study-img-row:hover img {
    filter: none;
}

.case-studies .case-study-img .top-badge::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #000;
    border-bottom: 0px solid transparent;
    position: absolute;
    left: -15px;
    top: 0px;
}

.case-studies .case-study-img .top-badge::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #000;
    border-bottom: 0px solid transparent;
    position: absolute;
    right: -15px;
    top: 0px;
}

.case-studies .case-study-img .top-badge h2 {
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.case-studies .case-study-img .top-badge p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.similar_case_study .content,
.case-studies .content {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.similar_case_study .more-btn,
.btn-case-study,
.case-studies .more-btn {
    background: var(--yellow-color);
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #000000;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 40px;
    transition: all 0.3s;
}

.similar_case_study .more-btn:hover,
.btn-case-study:hover,
.case-studies .more-btn:hover {
    text-decoration: none;
    background: #000000;
    color: var(--yellow-color);
}

.similar_case_study .more-btn .arw,
.case-studies .more-btn .arw {
    transition: all 0.3s;
}

.similar_case_study .more-btn:hover .arw,
.case-studies .more-btn:hover .arw {
    filter: invert(86%) sepia(38%) saturate(1644%) hue-rotate(358deg) brightness(102%) contrast(105%);
}

.case-studies .mb70 {
    padding: 40px 0;
}

.case-studies .case-study-img-row .top-badge {
    background: var(--yellow-color);
    color: #000000;
    padding: 10px 22px;
    position: absolute;
    left: 40px;
    top: -10px;
    transition: all 0.3s;
    z-index: 2;
    max-width: 80%;
}

.case-studies .case-study-img-row:hover .top-badge {
    color: var(--yellow-color);
    background: #000000;
}

.case-studies .case-study-img-row:hover .bottom-title {
    text-decoration: underline;
}

.case-studies .case-study-img-row .top-badge::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 13px solid #000;
    border-bottom: 0px solid transparent;
    position: absolute;
    left: -13px;
    top: 0px;
}

.case-studies .case-study-img-row .top-badge::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 13px solid #000;
    border-bottom: 0px solid transparent;
    position: absolute;
    right: -13px;
    top: 0px;
}

.case-studies .case-study-img-row .bottom-title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 29px;
    text-transform: capitalize;
    color: #000000;
    margin-top: 10px;
}

.case-studies .case-study-img-row .bottom-title a {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.insights .insights-img {
    height: 100%;
}

.insights .insights-img img {
    height: 100%;
    object-fit: cover;
}

.insights .insights-img .top-badge {
    background: var(--yellow-color);
    padding: 12px 30px;
    text-transform: capitalize;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    left: calc((100% - 250px) / 2);
    top: -15px;
    width: 250px;
    text-align: center;
    transition: all 0.3s;
    z-index: 2;
}

.insights .insights-img:hover .top-badge {
    color: var(--yellow-color);
    background: #000000;
}

.insights .insights-img .top-badge .title {
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 56px;
    text-align: center;
    text-transform: capitalize;
}

.insights .insights-img:hover .top-badge::before {
    border-right: 40px solid #3d3d3d;
}

.insights .insights-img .top-badge::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-right: 40px solid #000;
    border-bottom: 0px solid transparent;
    position: absolute;
    left: -40px;
    top: 0px;
    z-index: -1;
}

.insights .insights-img .top-badge::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 40px solid #000;
    border-bottom: 0px solid transparent;
    position: absolute;
    right: -40px;
    top: 0px;
    z-index: -1;
}

.insights .insights-box {
    position: relative;
    z-index: 2;
    overflow: auto;
    padding: 20px;
}

.insights .insights-box::before {
    content: "";
    background: var(--yellow-color);
    border-radius: 8px;
    height: 58%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s;
}

.insights .insights-box:hover::before {
    content: "";
    height: 100%;
}

.insights .insights-box .head {
    font-style: normal;
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 43px;
    text-transform: capitalize;
    color: #3d3d3d;
}

.insights .insights-box .mid {
    font-weight: 800;
    font-size: 6.2rem;
    line-height: 110px;
    text-transform: capitalize;
    color: #000000;
}

.insights .insights-box .content {
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 26px;
    color: #000000;
    min-height: 74px;
}

.insights .insights-title {
    font-weight: 800;
    font-size: 3rem;
    line-height: 37px;
    text-transform: capitalize;
    color: #000000;
    margin-top: 45px;
    margin-bottom: 14px;
}

.insights .insights-content {
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 31px;
    color: #1f1f1f;
}

.newsletter {
    background-image: url("../img/newsletter.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.newsletter .top-head {
    margin-top: 1rem;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    text-transform: unset;
    color: #ffffff;
}

.newsletter .heading {
    text-align: left;
    color: var(--yellow-color);
}

.newsletter .sub-head {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    text-transform: capitalize;
    color: #ffffff;
}

.newsletter .form-control {
    padding: 22px 15px;
    border: none;
    border-radius: 8px;
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    text-transform: capitalize;
    color: #808080;
    margin: 13px 0 38px;
}

.newsletter .form-btn {
    font-weight: 800;
    font-size: 2rem;
    line-height: 38px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    background: var(--yellow-color);
    border-radius: 8px;
    padding: 5px 30px;
    border: 1px solid #000;
    transition: all 0.3s;
}

.newsletter .form-btn:hover {
    color: var(--yellow-color);
    background: #000;
    border: 1px solid var(--yellow-color);
}

footer {
    background: #000000;
}

.social-links {
    list-style: none;
    display: flex;
    flex-direction: row;
}

ul.social-links li a {
    width: 35px;
    display: block;
    height: 35px;
    border: 1px solid #fff;
    margin-right: 9px;
    color: #fff;
    text-align: center;
    padding: 7px 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 18px;
    line-height: 1;
}

.social-links li .icon {
    font-size: 18px;
    color: #ffffff;
}

ul.social-links li a:hover {
    background-color: var(--yellow-color);
}

.footer-links {
    list-style: none;
}

.footer-links li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-decoration: none;
}

.footer-links li a:hover {
    color: var(--yellow-color);
}

.footer-links li:nth-child(2n) {
    padding: 20px 0;
}

footer .footer-form p {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 18px;
    color: #ffffff;
}

footer .footer-form .form-grp {
    display: flex;
}

footer .footer-form .form-input {
    color: #8a8a8a;
    padding: 15px;
    height: 40px;
    font-size: 1.4rem;
    width: 300px;
    border-radius: 8px;
    border: 1px solid #ffffff;
}

footer .footer-form .form-btn {
    background: var(--yellow-color);
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    border: 1px solid var(--yellow-color);
    color: rgb(0, 0, 0);
    padding: 0px 30px;
    font-size: 1.4rem;
    margin-left: -20px;
    transition: all 0.3s;
}

footer .footer-form .form-btn:hover {
    background: #000;
    color: var(--yellow-color);
}

footer .bottom-footer {
    margin-top: 50px;
    border-top: 1px solid #444444;
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .bottom-footer p {
    font-weight: 500;
    font-size: 1.45rem;
    line-height: 18px;
    color: #ffffff;
}

footer .bottom-footer p a {
    color: #ffffff;
    text-decoration: none;
}

footer .bottom-footer p a:hover {
    color: var(--yellow-color);
}

footer .bottom-footer p a .icon {
    color: var(--yellow-color);
}


/* ABOUT US */

.about-page .newsletter {
    margin-top: 0;
}

.about-page .partnership {
    padding-top: 75px;
    padding-bottom: 65px;
    background: rgba(242, 242, 242, 0.8);
    opacity: 0.9;
}

.about-page .about-banner {
    background-image: url("../img/about-banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 495px;
    display: flex;
    align-items: center;
}

.about-page .about-banner h1 {
    font-family: "Futura";
    font-weight: 900;
    font-size: 7rem;
    line-height: 71px;
    text-transform: uppercase;
    color: #ffffff;
}

.about-page .about-banner .subheading {
    font-style: normal;
    text-align: left;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 27px;
    text-transform: capitalize;
    color: #fff;
}

.about-about .icon-box {
    background: #f2f2f2;
    border-radius: 15px;
    height: 100%;
    padding: 60px 30px 30px;
    transition: all 0.3s;
}

.about-about .icon-box:hover {
    background: var(--yellow-color);
}

.about-about .icon-box:hover .icon {
    transform: translateY(-10px);
}

.about-about .icon-box .icon {
    transition: all 0.3s;
    position: absolute;
    top: -33px;
    transition: all 0.3s;
    width: 126px;
    /* width: 85px; */
    height: 103px;
}

.about-better-in-us {
    background-image: url("../img/betterUs.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 80px 0;
}

.how-we-differ .icon-box {
    min-height: 215px;
    background: #f2f2f2;
    border-radius: 15px;
    padding: 60px 30px 30px;
    position: relative;
    transition: all 0.3s;
    margin: 60px 0 0;
}

.how-we-differ .icon-box:hover {
    background: var(--yellow-color);
}

.how-we-differ .icon-box:hover .icon {
    transform: translateY(-10px);
}

.how-we-differ .icon-box .icon {
    position: absolute;
    transition: all 0.3s;
    top: -45px;
    left: 25px;
    width: 85px;
    height: 85px;
}

.how-we-differ .icon-box .desc {
    font-size: 1.6rem;
    line-height: 22px;
    color: #000000;
}

.about-awards {
    padding-top: 75px;
    padding-bottom: 95px;
}

.about-awards .heading {
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 65px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 55px;
}

.about-awards .awards-box {
    position: relative;
    margin: 15px;
}

.card-space {
    margin-top: 60px;
}

.about-awards .awards-box .top-badge {
    background: var(--yellow-color);
    padding: 12px 24px;
    font-weight: 600;
    font-size: 3rem;
    line-height: 43px;
    text-transform: capitalize;
    color: #000000;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    left: 45px;
    top: -10px;
    transition: all 0.3s;
}

.about-awards .awards-box:hover .top-badge {
    background: #000000;
    color: var(--yellow-color);
}

.about-awards .awards-box .top-badge::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-right: 40px solid #000;
    border-bottom: 0px solid transparent;
    position: absolute;
    left: -40px;
    top: 0px;
    z-index: -1;
}

.about-awards .awards-box .top-badge::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 40px solid #000;
    border-bottom: 0px solid transparent;
    position: absolute;
    right: -40px;
    top: 0px;
    z-index: -1;
}

.about-awards .awards-box:hover .top-badge::before {
    border-right: 40px solid #3d3d3d;
}

.about-awards .awards-box:hover .top-badge::after {
    border-left: 40px solid #3d3d3d;
}

.about-awards .awards-box .bottom-title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 29px;
    text-transform: capitalize;
    color: #000000;
    margin-top: 10px;
}

.about-awards .slick-next:before,
.about-awards .slick-prev:before {
    color: #000000;
    font-size: 15px;
    font-weight: 900;
    opacity: 1;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    margin-left: 4px;
}

.about-awards .slick-next,
.about-awards .slick-prev {
    width: 30px;
    height: 30px;
    background: var(--yellow-color);
    border-radius: 50%;
}

.about-awards .slick-next {
    right: -50px;
}

.about-awards .slick-prev {
    left: -50px;
    transform: rotate(180deg);
}

.about-awards .slick-dots {
    bottom: -35px;
}

.about-awards .slick-dots li button:before {
    font-size: 1.4rem;
    opacity: 1;
    color: rgba(179, 179, 179, 0.6);
}

.about-awards .slick-dots li.slick-active button:before {
    color: var(--yellow-color);
}

.partnership {
    background-color: #ffe400;
    padding: 80px 0;
}

.technologies-platform {
    background-color: #f2f2f2;
}

.technologies-platform .heading,
.partnership .heading {
    margin-bottom: 20px;
}

.technologies-platform .partners,
.partnership .partners {
    filter: grayscale(100%);
}

.technologies-platform .partners:hover,
.partnership .partners:hover {
    filter: none;
}

.success-stories .slick-dots li button:before,
.partnership .slick-dots li button:before {
    font-size: 6.4rem;
    opacity: 1;
    color: rgba(179, 179, 179, 0.6);
}

.partnership .slick-dots li.slick-active button:before {
    color: var(--yellow-color);
}

.partnership .slick-next:before,
.partnership .slick-prev:before {
    color: #000000;
    font-size: 15px;
    font-weight: 900;
    opacity: 1;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    margin-left: 4px;
}

.partnership .slick-next,
.partnership .slick-prev {
    width: 30px;
    height: 30px;
    background: var(--yellow-color);
    border-radius: 50%;
    top: 60%;
}

.partnership .slick-next {
    right: -50px;
}

.partnership .slick-prev {
    left: -50px;
    transform: rotate(180deg);
}

.partnership .slick-dots {
    bottom: -35px;
}


/* ----------------------- CONTACT US PAGE ----------------------- */

.contact-banner {
    background-image: url("../img/contact-banner.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 495px;
    display: flex;
    align-items: center;
}

.contact-banner h1 {
    font-weight: 800;
    font-size: 7rem;
    line-height: 71px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.get-in-touch {
    padding: 80px 0;
    background: rgba(232, 232, 232, 0.2);
}

.get-in-touch .contact-details {
    background: #f2f2f2;
    border-radius: 15px;
    padding: 80px 30px 30px;
    transition: all 0.3s;
    height: 100%;
    position: relative;
}

.get-in-touch .contact-details:hover {
    background: var(--yellow-color);
}

.get-in-touch .contact-details:hover .icon {
    top: -40px;
}

.get-in-touch .contact-details .icon {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
    height: 122px;
    width: 166px;
}

.get-in-touch .contact-details .detail {
    font-weight: 600;
    font-size: 2rem;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}
.banner-subheading h1,
.get-in-touch .contact-details .detail a {
    color: #000000;
}
.tab-pane .more-btn:hover{
    text-decoration: underline !important;
}
.get-in-touch .contact-details .detail a:hover {
    text-decoration: none;
}

.send-message .contact-form {
    background: #f2f2f2;
    border-radius: 25px;
    padding: 80px;
}

.send-message .contact-form .form-control {
    border: 1px solid #808080;
    border-radius: 10px;
    height: 45px;
    background: rgba(0, 0, 0, 0);
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 27px;
    text-transform: capitalize;
    color: #b0b0b0;
}

.send-message .contact-form input.form-control:nth-child(2n) {
    margin-bottom: 30px;
    margin-top: 30px;
}

section#contact-landing textarea,
.send-message .contact-form textarea {
    border: 1px solid #808080;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100% !important;
    font-size: 1.8rem;
    line-height: 27px;
    text-transform: capitalize;
    color: #0f0f0f;
    padding: 17px 25px;
}

.send-message .contact-form .form-btn {
    margin-top: 65px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 13px 25px;
    background: #000000;
    border-radius: 8px;
    border: none;
    transition: all 0.3s;
}

.send-message .contact-form .form-btn:hover {
    background: var(--yellow-color);
    color: #000000;
}


/* ----------------------- CONTACT US PAGE ENDS* ----------------------- */


/* ----------------------- CASE STUDY PAGE STARTS* ----------------------- */

.case-study-page .caseStudy-banner {
    background-image: url("../img/caseStudyBG.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 495px;
    display: flex;
    align-items: center;
}

.case-study-page .caseStudy-banner h1 {
    font-weight: 900;
    font-size: 7rem;
    line-height: 71px;
    text-transform: uppercase;
    color: #ffffff;
}

.case-study-page .caseStudy-banner .subheading {
    font-style: normal;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 27px;
    text-transform: capitalize;
    color: #ffffff;
}

.case-study-page .tabs {
    width: 250px;
    height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid var(--yellow-color);
}

.case-study-page .tabs.active {
    background-color: var(--yellow-color);
}

.case-study-page .tabs:first-child {
    border-radius: 10px 0 0 10px;
}

.case-study-page .tabs:last-child {
    border-radius: 0px 10px 10px 0px;
}

.case-study-page .tabs p {
    font-weight: 600;
    font-size: 17px;
    line-height: 70px;
    text-transform: capitalize;
    color: #000000;
    user-select: none;
}

.case-study-page .tab-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #ffe400;
    border: 1px solid var(--yellow-color);
    border-radius: 10px 10px 10px 10px;
    overflow: clip;
    margin-bottom: 90px;
}

.study-filters {
    text-align: center;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.study-filters .filter-content {
    margin-left: -1px;
    width: 250px;
}

.study-filters .ms-options-wrap {
    display: block;
    font-size: 16px;
    margin: 0 10px 0 0;
    position: relative;
    text-align: left;
}

.study-filters .ms-options-wrap>button {
    padding: 12px 20px 12px !important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 0;
    margin-top: 0px;
    -moz-border-radius: 2px;
    color: #000000;
    font-size: 18px !important;
    background-color: #ffffff;
    border: 1px solid var(--yellow-color);
    font-weight: 600;
}

.cards .top-badge {
    background: var(--yellow-color);
    color: #000000;
    padding: 10px 22px;
    position: absolute;
    left: 40px;
    top: -10px;
    transition: all 0.3s;
    z-index: 2;
    max-width: 80%;
}

.cards:hover .top-badge {
    color: var(--yellow-color);
    background: #000000;
}

.cards .top-badge::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 13px solid #000;
    border-bottom: 0px solid transparent;
    position: absolute;
    left: -13px;
    top: 0px;
}

.cards .top-badge::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 13px solid #000;
    border-bottom: 0px solid transparent;
    position: absolute;
    right: -13px;
    top: 0px;
}

.cards:hover .top-badge::after {
    border-left: 13px solid #3d3d3d;
}

.cards:hover .top-badge::before {
    border-right: 13px solid #3d3d3d;
}
.content-listing-page,
.cards .bottom-title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 29px;
    text-transform: capitalize;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0 0;
    min-height: 60px;
}

.cards .bottom-title a {
    color: #000;
}

.cards:hover .bottom-title a {
    text-decoration: underline;
}
.content-listing-page+p,
.cards .bottom-title+p {
    font-size: 1.6rem;
    line-height: 24px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.tab-pane .more-btn,
a.see-all-list,
.cards .more-btn {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #000000;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
    border: 1px solid #000000;
}
.card-hover-list:hover .more-btn,
a.see-all-list:hover,
.cards .more-btn:hover {
    text-decoration: none;
    background-color: var(--yellow-color);
    border: 1px solid var(--yellow-color);
}

.case-study-page .case-study .block {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    z-index: -999;
}

.case-study-page .case-study .block.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 1;
    transition: all 1s;
}

.book {
    position: relative;
    background: var(--yellow-color);
    overflow: inherit;
}

.book .subheading {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 27px;
    text-transform: capitalize;
    color: #000000;
}

.book .download {
    padding: 13px 30px;
    background: #000000;
    border: 2px solid #000000;
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 19px;
    text-transform: capitalize;
    color: #ffffff;
    border-radius: 8px;
    margin-top: 35px;
    transition: all 0.3s;
    display: inline-block;
}

.book .download:hover {
    color: #000000;
    background: var(--yellow-color);
    border: 2px solid #000000;
    text-decoration: none;
}

.book .download img {
    transition: all 0.3s;
    filter: invert(98%) sepia(0%) saturate(963%) hue-rotate(91deg) brightness(116%) contrast(100%);
}

.book .download:hover img {
    transform: translateX(10px);
    filter: invert(0%) sepia(33%) saturate(7500%) hue-rotate(297deg) brightness(104%) contrast(92%);
}


/* ----------------------- CASE STUDY PAGE ENDS* ----------------------- */


/* ----------------------- BLOG PAGE STARTS* ----------------------- */

.blog-page .blog-banner {
    background-image: url("../img/caseStudyBG.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 495px;
    align-items: center;
    margin-top: -9px;
    display: none;
}

.blog-page .blog-banner h1 {
    font-weight: 900;
    font-size: 7rem;
    line-height: 71px;
    text-transform: uppercase;
    color: #ffffff;
}


/* ----------------------- Site Reliability Page ----------------------- */

.site-reliability-banner {
    background-image: url("../img/site-reliability/Site-reliability-banner.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 495px;
    display: flex;
    align-items: center;
}

.site-reliability-banner h1 {
    font-weight: 800;
    font-size: 7rem;
    line-height: 71px;
    text-transform: uppercase;
    color: #ffffff;
}

.blog-page .blog-banner .subheading {
    font-style: normal;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 27px;
    text-align: left;
    color: #ffff;
}

.site-rel-engineering {
    background: #ffffff;
    padding-top: 70px;
    padding-bottom: 120px;
}

.site-rel-engineering .content {
    font-weight: normal;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-transform: capitalize;
    color: #000000;
}

.site-rel-engineering .more-btn {
    background: #000000;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 40px;
    transition: all 0.3s;
    border: 1px solid #000000;
}

.site-rel-engineering .more-btn:hover {
    text-decoration: none;
    background: var(--yellow-color);
    color: #000000;
}

.site-rel-engineering .more-btn .arw {
    color: #ffffff;
}

.site-rel-engineering {
    padding-top: 65px;
    padding-bottom: 65px;
}

.we-can-help {
    background: var(--yellow-color);
}

.blog-page .newsletter {
    margin-top: 50px;
}


/* ----------------------- BLOG PAGE ENDS* ----------------------- */


/* ----------------------- CASE STUDY DETAIL PAGE STARTS* ----------------------- */

.case-study-detail-page .details-part {
    padding-top: 75px;
}

.details-part .download-btn {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 17px;
    text-transform: capitalize;
    color: #000000;
    padding: 12px 18px;
    border-radius: 8px;
    background-color: var(--yellow-color);
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
}

.details-part .download-btn:hover {
    background-color: #000000;
    color: var(--yellow-color);
}

.details-part .download-btn:hover img {
    filter: invert(83%) sepia(38%) saturate(1644%) hue-rotate(358deg) brightness(102%) contrast(105%);
}

.details-part .case-study-img {
    position: relative;
    margin: 35px 0;
}

.details-part .case-study-img .img-fluid {
    width: 100%;
}

.details-part .case-study-img:hover .top-badge {
    background: #000000;
    color: var(--yellow-color);
}

.details-part .case-study-img:hover .top-badge::before {
    border-right: 15px solid #3d3d3d;
}

.details-part .case-study-img-row:hover .top-badge::before {
    border-right: 13px solid #3d3d3d;
}

.details-part .case-study-img:hover .top-badge::after {
    border-left: 15px solid #3d3d3d;
}

.details-part .case-study-img-row:hover .top-badge::after {
    border-left: 13px solid #3d3d3d;
}

.details-part .case-study-img .top-badge {
    background: var(--yellow-color);
    color: #000000;
    padding: 10px 22px;
    position: absolute;
    left: 30px;
    top: -15px;
    transition: all 0.3s;
    z-index: 2;
    max-width: 80%;
}

.details-part .case-study-img-row img {
    filter: grayscale(100%);
}

.details-part .case-study-img:hover img,
.details-part .case-study-img-row:hover img {
    filter: none;
}

.details-part .case-study-img .top-badge::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #000;
    border-bottom: 0px solid transparent;
    position: absolute;
    left: -15px;
    top: 0px;
}

.details-part .case-study-img .top-badge::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #000;
    border-bottom: 0px solid transparent;
    position: absolute;
    right: -15px;
    top: 0px;
}

.details-part .case-study-img .top-badge h2 {
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.details-part .case-study-img .top-badge p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.details-part .case-study-img .top-badge .badge-title {
    font-size: 1.8rem;
    line-height: 22px;
    text-transform: capitalize;
}

.details-part .content h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 46px;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.details-part .content h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-transform: capitalize;
    padding-bottom: 5px;
}

.details-part .content h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    text-transform: capitalize;
}

.details-part .content p {
    font-size: 1.8rem;
    line-height: 27px;
    color: #000000;
}

.we-can-help .icon-box {
    padding: 88px 30px 30px;
    /* padding: 60px 30px 30px; */
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    height: 100%;
    transition: all 0.3s;
    width: 100%;
}

.we-can-help .icon-box:hover {
    background: #f2f2f2;
}

.we-can-help .icon-box:hover .icon {
    transform: translateY(-10px);
}

.we-can-help .icon-box .icon {
    /* width: 85px;
    height: 85px; */
    width: 152px;
    height: 156px;
    position: absolute;
    top: -33px;
    left: 24px;
    transition: all 0.3s;
}

.we-can-help .icon-box .icon-heading {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 27px;
    text-transform: unset;
    color: #000000;
}

.we-can-help .icon-box .icon-desc {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 22px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 40px;
}

.we-can-help .icon-box .more-btn:hover img {
    transform: translateX(5px);
}

.we-can-help .mt-cus {
    margin: 60px 0 0;
}

.service-case-study {
    background: #ffe400;
}

.service-case-study .content {
    font-weight: normal;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-transform: capitalize;
    color: #000000;
}

.service-case-study .more-btn {
    background: #000000;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 40px;
    transition: all 0.3s;
    border: 1px solid #000000;
}

.service-case-study .more-btn:hover {
    text-decoration: none;
    background: var(--yellow-color);
    color: #000000;
}

.service-case-study .more-btn .arw {
    color: #ffffff;
}

.service-case-study {
    padding-top: 65px;
    padding-bottom: 65px;
}

.successive-advantages {
    background: #ffffff;
}

.successive-advantages .subheading {
    font-size: 1.8rem;
    line-height: 27px;
    text-align: center;
    text-transform: capitalize;
    color: #575757;
    margin-bottom: 110px;
}

.icon-headings {
    font-weight: 800;
    font-size: 1.9rem;
    line-height: 27px;
    text-transform: capitalize;
    color: #000;
}

.successive-advantages .icon-box {
    padding: 60px 30px 30px;
    background: #f2f2f2;
    border-radius: 10px;
    position: relative;
    height: 100%;
    transition: all 0.3s;
}

.successive-advantages .icon-box:hover {
    background: var(--yellow-color);
}

.successive-advantages .icon-box:hover .icon {
    transform: translateY(-10px);
}

.successive-advantages .icon-box .icon {
    width: 85px;
    height: 85px;
    position: absolute;
    top: -33px;
    left: 24px;
    transition: all 0.3s;
}

.successive-advantages .icon-box .more-btn {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 17px;
    text-transform: capitalize;
    color: #000000;
    display: inline-block;
    padding: 7px 16px;
    transition: all 0.3s;
    border-radius: 6px;
}

.successive-advantages .icon-box .more-btn img {
    transition: all 0.3s;
}

.successive-advantages .icon-box:hover .more-btn {
    text-decoration: none;
    background-color: var(--yellow-color);
}

.successive-advantages .icon-box .more-btn:hover {
    text-decoration: none;
    background-color: var(--yellow-color);
}

.successive-advantages .icon-box .more-btn:hover img {
    transform: translateX(5px);
}

.successive-advantages .mt-cus {
    margin-top: 70px;
}

.our-tech-platform.tech-bg,
.our-tech-platform {
    background-image: url(../img/newsletter.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.our-solutions {
    background: #ffffff;
}

.our-solutions .icon-box {
    padding: 75px 30px 30px;
    background: #f2f2f2;
    border-radius: 10px;
    position: relative;
    height: 100%;
    transition: all 0.3s;
}

.our-solutions .icon-box:hover {
    background: var(--yellow-color);
}

.our-solutions .icon-box:hover .icon {
    transform: translateY(-10px);
}

.our-solutions .icon-box .icon {
    width: 145px;
    height: 155px;
    /* width: 85px;
    height: 85px; */
    position: absolute;
    top: -75px;
    /* top: -33px; */
    left: 24px;
    transition: all 0.3s;
}
.our-solution-enablement .icon-box .icon{
    top:-45px
}
.our-solutions .icon-box .icon .icon-img {
    height: 80px;
}

.details-part .service-icons {
    padding: 80px 0;
}

.details-part .sidebar {
    padding: 24px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    border-radius: 15px;
}

.sidebar .search {
    display: flex;
}

.sidebar .search .form-control {
    border: 1px solid #b0b0b0;
    border-radius: 10px;
}

.sidebar .search .submit-btn {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    margin-left: -30px;
}

.sidebar .search .submit-btn .icon {
    font-size: 16px;
}

.recent-post,
.sidebar .categories {
    padding-top: 25px;
}


/* a.see-all-list, */

.sidebar .categories .view-all {
    background: var(--yellow-color);
    border-radius: 4px;
    padding: 5px 14px;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 17px;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s;
}


/* a.see-all-list:hover, */

.sidebar .categories .view-all:hover {
    background: rgba(0, 0, 0, 1);
    color: var(--yellow-color);
}

.sidebar .categories .view-all:hover img {
    filter: invert(83%) sepia(38%) saturate(1644%) hue-rotate(358deg) brightness(102%) contrast(105%);
}
.sidebar-head,
.sidebar .categories h4 {
    font-weight: 800;
    font-size: 2rem;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
}

.our-solutions .icon-box .more-btn:hover img {
    transform: translateX(5px);
}

.our-solutions .mt-cus {
    margin: 60px 0 0;
}

.service-case-study {
    background: var(--yellow-color);
    padding: 60px 0 60px;
    position: relative;
}

.service-case-study .heading {
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 49px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 14px;
}

.service-case-study .content {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #000000;
}


/* ----------------------- Devops Page ----------------------- */

.devops-banner {
    background-image: url("../img/devops/Devops-banner.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 495px;
    display: flex;
    align-items: center;
}

.devops-banner h1 {
    font-weight: 800;
    font-size: 7rem;
    line-height: 71px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
}

.devops-about {
    background: #ffffff;
}

.devops-about ol li,
.devops-about ul li,
.devops-about p {
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 25px;
    color: #000000;
}

.devops-about ul li::marker,
.devops-about ol li::marker {
    color: var(--yellow-color);
}

.devops-about ol,
.devops-about ul {
    padding-left: 15px;
}

.devops-about .list-heading {
    font-weight: 800;
    font-size: 15px;
}

.devops-about .list-item {
    font-size: 1.8rem;
}

.we-follow p.content {
    font-size: 1.5rem;
    line-height: 23px;
    text-align: center;
    text-transform: capitalize;
    color: #575757;
}

.we-follow .icon-box {
    padding: 50px 20px 20px;
    background: #f2f2f2;
    border-radius: 10px;
    position: relative;
    height: 100%;
    transition: all 0.3s;
}

.we-follow .icon-box .icon-headings {
    font-weight: 800;
    font-size: 1.9rem;
    line-height: 24px;
    text-transform: capitalize;
    color: #000;
    min-height: 49px;
    margin: auto 0;
}

.we-follow .icon-box:hover {
    background: var(--yellow-color);
}

.we-follow .icon-box:hover .icon {
    transform: translateY(-10px);
}

.we-follow .icon-box .icon {
    /* width: 70px;
    height: 70px; */
    width: 145px;
    height: 145px;
    position: absolute;
    top: -65px;
    left: 20px;
    transition: all 0.3s;
}

.sidebar .categories .cat-list {
    list-style-type: none;
    margin: 0;
}

.sidebar .categories .cat-list li a {
    font-size: 1.7rem;
    line-height: 20px;
    text-transform: capitalize;
    color: #575757;
    padding: 10px 0 0;
    display: inline-block;
}

.sidebar .recent-post h4 {
    font-weight: 800;
    font-size: 2rem;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
}

.sidebar .recent-post .post-box {
    display: flex;
    flex-direction: row;
    padding: 15px 0 0;
}

.sidebar .recent-post .post-box img {
    max-width: 109px;
}

.sidebar .recent-post .post-box .content p {
    font-size: 1.5rem;
    line-height: 24px;
    color: #575757;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.sidebar p.bottom-title {
    color: #000000;
}
.sidebar .recent-post .post-box .content .read-more {
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #000000;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
    border: 1px solid #000000;
}
.sidebar .recent-post .post-box .content .read-more:hover {
    background: var(--yellow-color);
    border: 1px solid var(--yellow-color);
}

.read-more-infographic:hover{
    text-decoration: none;
}
/* ----------------------- CASE STUDY DETAIL PAGE ENDS* ----------------------- */

.blog-detail-page .details-part {
    padding-top: 75px;
}

.details-part .title {
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 50px;
    text-transform: capitalize;
    color: #000000;
}

.blog-detail-page .details-part .icons:nth-child(2n) {
    margin-left: 30px;
    margin-right: 30px;
}

.blog-detail-page .details-part .tags .tag {
    padding: 11px 18px;
    background: var(--yellow-color);
    border-radius: 8px;
    display: inline-block;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 17px;
    text-transform: capitalize;
    color: #000000;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    transition: all 0.3s;
}

.blog-detail-page .details-part .tags .tag:hover {
    background: #000000;
    color: var(--yellow-color);
}

.details-part .tags {
    padding-top: 30px;
}

.details-part .tags span {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 22px;
    color: #808080;
}

.details-part .tags .social {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: var(--yellow-color);
    color: #000000;
    margin-left: 10px;
    transition: all 0.3s;
}

.details-part .tags .social .icons {
    font-size: 18px;
}

.details-part .tags .social:hover {
    background: #000;
    color: var(--yellow-color);
}

.we-follow .icon-box .more-btn:hover img {
    transform: translateX(5px);
}

.we-follow .mt-cus {
    margin-top: 70px;
}

.devops-our-tech-platform {
    background: var(--yellow-color);
    padding-top: 70px;
    padding-bottom: 70px;
}

.devops-our-tech-platform .heading {
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 65px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0;
}

.devops-our-tech-platform .subheading {
    font-size: 1.8rem;
    line-height: 27px;
    text-align: center;
    text-transform: capitalize;
    color: #575757;
    margin: 0px 170px 30px 170px;
}


/* ----------------------- Application Modernization Page ----------------------- */

.app-modern-banner {
    background-image: url("../img/application-modernization/am-banner.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 495px;
    display: flex;
    align-items: center;
}

.app-modern-banner h1 {
    font-weight: 800;
    font-size: 7rem;
    line-height: 71px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
}


/* ----------------------- Cloud Enablement Page ----------------------- */

.cloud-enablement-banner {
    background-image: url("../img/cloud-enablement/cloud-enablement-banner.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 495px;
    display: flex;
    align-items: center;
}

.cloud-enablement-banner h1 {
    font-weight: 800;
    font-size: 7rem;
    line-height: 71px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
}

.cloud-enablement-we-can-help {
    background: var(--yellow-color);
    padding-top: 70px;
    padding-bottom: 120px;
}

.cloud-enablement-we-can-help .heading {
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 65px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 70px;
}

.cloud-enablement-we-can-help .icon-box {
    padding: 40px 30px 0px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    height: 100%;
    transition: all 0.3s;
}

.cloud-enablement-we-can-help .icon-box:hover {
    background: #f2f2f2;
}

.cloud-enablement-we-can-help .icon-box:hover .icon {
    transform: translateY(-10px);
}

.cloud-enablement-we-can-help .icon-box .icon {
    width: 70px;
    position: absolute;
    top: -33px;
    left: 24px;
    transition: all 0.3s;
}

.cloud-enablement-we-can-help .icon-box .icon-heading {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 20px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 35px;
}

.cloud-enablement-we-can-help .icon-box .icon-desc {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 22px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 40px;
}

.cloud-enablement-we-can-help .icon-box .more-btn:hover img {
    transform: translateX(5px);
}

.cloud-enablement-we-can-help .mt-cus {
    margin-top: 70px;
}


/* ----------------------- Containerize The Code Page ----------------------- */

.containerize-the-code-banner {
    background-image: url("../img/c-the-code/containerize-code.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 495px;
    display: flex;
    align-items: center;
}

.containerize-the-code-banner h1 {
    font-weight: 800;
    font-size: 7rem;
    line-height: 71px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
}


/* ----------------------- Cloud Security Page ----------------------- */

.cloud-security-the-code-banner {
    background-image: url("../img/cloud-security/sc-banner-cloud-security.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 495px;
    display: flex;
    align-items: center;
}

.cloud-security-the-code-banner h1 {
    font-weight: 800;
    font-size: 7rem;
    line-height: 71px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
}

.devsecops {
    background: #f0f0f0;
    padding: 80px 0;
}


/* ----------------------- Cloud Security Page ----------------------- */

.data-eng-banner {
    background-image: url("../img/data-enginnering/sc-banner-data-engineering.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 495px;
    display: flex;
    align-items: center;
}

.data-eng-banner h1 {
    font-weight: 800;
    font-size: 7rem;
    line-height: 71px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
}

.data-eng-about {
    background: #ffffff;
    padding: 80px 0;
}

.data-eng-about .content {
    font-weight: normal;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-transform: capitalize;
    color: #000000;
}

.data-eng-about .list-heading {
    font-weight: 800;
    font-size: 21px;
    margin-bottom: 0;
}

.data-eng-about .list-subheading {
    font-weight: 500;
    font-size: 15px;
}

.data-eng-our-solution {
    background: #ffffff;
    padding: 80px 0;
}

.data-eng-our-solution .icon-box {
    padding: 60px 30px 30px;
    background: #f2f2f2;
    border-radius: 10px;
    position: relative;
    height: 100%;
    transition: all 0.3s;
}

.data-eng-our-solution .icon-box:hover {
    background: var(--yellow-color);
}

.data-eng-our-solution .icon-box:hover .icon {
    transform: translateY(-10px);
}

.data-eng-our-solution .icon-box .icon {
    /* width: 85px;
    height: 85px; */
    width: 145px;
    height: 135px;
    position: absolute;
    top: -51px;
    left: 24px;
    transition: all 0.3s;
}

.data-eng-our-solution .icon-box .icon-heading {
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 27px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 10px;
    min-height: 53px;
    margin: auto 0;
}

.data-eng-our-solution .icon-box .more-btn:hover img {
    transform: translateX(5px);
}

.data-eng-our-solution .mt-cus {
    margin-top: 70px;
}

.sre-responsibility {
    background-image: url("../img/sre-responsibility.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sre-responsibility .toggle-platform {
    background-color: #ffffff;
    padding: 80px 90px 60px;
    border-radius: 30px;
}

.sre-responsibility .heading {
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 65px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}

.sre-responsibility .icon-box.active {
    border-radius: 15px;
    padding: 25px 25px 10px;
    height: 100%;
}

.sre-responsibility .icon-box {
    text-align: center;
    cursor: pointer;
}

.sre-responsibility .icon-box .icon {
    width: 129px;
    height: 120px;
    margin: 0px auto 0;
}

.sre-responsibility .icon-box.active .icon {
    margin: -60px auto 0;
}

.sre-responsibility .icon-box.active .icon img {
    filter: none;
    max-width: 100%;
    height: auto;
}

.sre-responsibility .icon-box .icon img {
    filter: invert(100%) sepia(5%) saturate(535%) hue-rotate(224deg) brightness(111%) contrast(73%);
}

.sre-responsibility .icon-box.active {
    background-color: var(--yellow-color);
}

.sre-responsibility .icon-box .title {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    color: #dddddd;
    margin-top: 15px;
}

.sre-responsibility .icon-box.active .title {
    color: #000000;
}

.sre-responsibility .toggle-platform .tabs.active {
    display: block;
}

.tabs ul {
    padding-left: 15px;
    margin-top: 70px;
}

.tabs ul li {
    font-size: 18px;
    line-height: 30px;
}

.tabs ul li::marker {
    color: var(--yellow-color);
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    html,
    body {
        overflow-x: hidden !important;
    }
    header .srch {
        top: 70px;
        position: fixed;
        right: 0;
    }
    header .srch.active {
        width: 100%;
    }
    .blog-page .blog__search #search {
        width: 200px;
        margin-bottom: 10px !important;
        padding: 12px 33px 12px 22px !important;
    }
    header .srch .form-control {
        background: #0f0f0f;
        border-radius: 0px;
        height: 40px;
        padding: 10px 15px;
        font-size: 1.6rem;
    }
    header h1 {
        font-size: 6rem;
        line-height: 70px;
    }
  
   
  
    .quote .quote-icon {
        margin-bottom: 10px;
        width: 30px;
    }
  
 
    .about .know-more {
        margin-bottom: 45px;
        padding: 13px 20px;
        margin-left: 15px;
        display: inline-block;
        text-decoration: none;
    }
    .our-expertise .mt-cus:nth-child(2) .icon-box .icon {
        top: -40px;
    }
    .our-expertise .icon-box .icon {
        top: -30px;
    }
    .our-expertise .icon-box .more-btn {
        left: auto;
    }
    .our-techno-platforms {
        padding-top: 110px;
        margin-top: 80px;
        margin-bottom: 160px;
    }
    .our-techno-platforms .floating {
        width: 160px;
    }
    .our-techno-platforms .heading {
        font-weight: 800;
        font-size: 2.4rem;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .our-techno-platforms .subheading {
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 25px;
    }
    .our-techno-platforms .tech-aws {
        left: 0vw;
        top: -125px;
    }
    .our-techno-platforms .tech-azure {
        right: 0vw;
        top: -135px;
    }
    .our-techno-platforms .tech-cloud {
        right: 0vw;
        bottom: -100px;
    }
    .our-techno-platforms .tech-kubernetes {
        left: 0vw;
        bottom: -100px;
    }
    @keyframes floating {
        0% {
            transform: translate(0, 0px);
        }
        50% {
            transform: translate(0, 10px);
        }
        100% {
            transform: translate(0, -0px);
        }
    }
    .service-icons .mt-lg-125px {
        margin-top: 0;
    }
    .service-icons .icon-box .icons {
        width: 145px;
        height: 145px;
        top: -76px;
    }
    /* .service-icons .icon-box:hover .icons {
        top: -27%;
    } */
    .service-icons .icon-box .num {
        font-weight: 800;
        font-size: 4.2rem;
        line-height: 40px;
        text-transform: capitalize;
        color: #000000;
    }
    .service-icons .icon-box .icons .w50 {
        width: 50px;
    }
    .impact-on-clients {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .impact-on-clients .icon-box .icons {
        width: 145px;
        /* top: -14%; */
        top:-25%;
    }
    
    .impact-on-clients .icon-box .num {
        font-weight: 800;
        font-size: 4rem;
        line-height: 40px;
    }
    .success-stories .heading {
        font-size: 2.4rem;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .success-stories .success-box {
        margin: 20px;
    }
    .success-stories .success-box .yellow-div {
        bottom: 62px;
        right: -15px;
        left: -15px;
    }
    .success-stories .success-box .yellow-div h4 {
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
    }
    .success-stories .success-box .content {
        font-size: 12px;
        line-height: 18px;
    }
    .success-stories .success-box .name {
        font-weight: 800;
        font-size: 1.4rem;
        line-height: 17px;
    }
    .success-stories .success-box .desig {
        font-weight: 600;
        font-size: 1rem;
        line-height: 12px;
    }
    .success-stories .success-box .yellow-div .img-box .guy-img {
        width: 95px;
        top: -66px;
    }
    .success-stories .success-box .top-badge {
        padding: 10px 22px;
        font-weight: 600;
        font-size: 2.2rem;
        line-height: 22px;
        left: 45px;
    }
    .success-slider .slick-prev,
    .success-slider .slick-next {
        display: none !important;
    }
    .case-studies .title {
        margin-left: 0;
        font-size: 2rem;
        line-height: 20px;
        margin-top: 25px;
    }
    .similar_case_study .more-btn,
    .case-studies .more-btn {
        margin-left: 0;
        padding: 12px 22px;
    }
    .case-studies .case-study-img-row {
        margin-bottom: 40px;
    }
    .case-studies {
        padding: 60px 0;
    }
    .insights .insights-img .top-badge .title {
        font-weight: 800;
        font-size: 2.4rem;
        line-height: 29px;
    }
    .insights .insights-img .top-badge {
        width: 175px;
    }
    .insights .insights-img .top-badge::before {
        border-top: 17px solid transparent;
        border-right: 20px solid #000;
        left: -20px;
    }
    .insights .insights-img .top-badge::after {
        border-top: 17px solid transparent;
        border-left: 20px solid #000;
        right: -20px;
    }
    .insights .insights-img:hover .top-badge::after {
        border-left: 20px solid #3d3d3d;
    }
    .insights .insights-img:hover .top-badge::before {
        border-right: 20px solid #3d3d3d;
    }
    .insights .insights-box .head {
        font-size: 1.8rem;
    }
    .insights .insights-box .mid {
        font-size: 4.2rem;
        line-height: 60px;
    }
    .insights .insights-title {
        font-size: 1.8rem;
        line-height: 16px;
    }
    .newsletter .heading {
        font-weight: 800;
        font-size: 3rem;
        line-height: 32px;
    }
    .newsletter .top-head {
        font-size: 18px;
        line-height: 27px;
    }
    .newsletter .sub-head {
        font-size: 18px;
        line-height: 27px;
        margin: 8px 0;
    }
    .newsletter .form-control {
        padding: 15px 20px;
        height: 50px;
        font-size: 1.4rem;
        margin-top: 10px;
    }
    .calendly .calendly-inline-widget {
        height: 870px !important;
    }
    footer .footer-form {
        margin-bottom: 40px;
    }
    footer .bottom-footer {
        margin-top: 50px;
        padding-top: 27px;
        padding-bottom: 55px;
    }
    /* ABOUT PAGE RESPONSIVE CSS */
    .about-page .about-banner {
        height: 300px;
        background-attachment: unset;
    }
    .about-page .about-banner h1 {
        font-size: 4rem;
        line-height: 41px;
        text-align: center;
    }
    .about-page .about-banner .subheading {
        text-align: center;
    }
    .about-better-in-us .desc {
        font-size: 1.5rem;
        line-height: 22px;
    }
    .about-better-in-us .heading span {
        font-size: 2.4rem;
    }
    .about-better-in-us .know-more {
        margin-bottom: 45px;
        padding: 13px 20px;
        margin-left: 15px;
    }
   
    .how-we-differ .icon-box {
        padding: 50px 30px 30px;
        height: auto;
    }
    .how-we-differ .icon-box .icon {
        top: -43px;
    }
    .about-awards {
        padding-top: 0px;
        padding-bottom: 60px;
    }
    .about-awards .heading {
        font-weight: 800;
        font-size: 2.4rem;
        line-height: 32px;
    }
    .about-page .partnership {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .awards-slider .slick-prev,
    .awards-slider .slick-next,
    .partnership-mobile .slick-prev,
    .partnership-mobile .slick-next {
        display: none !important;
    }
    .contact-banner {
        height: 300px;
    }
    .contact-banner h1 {
        font-size: 4rem;
        line-height: 41px;
        text-align: center;
    }
    .get-in-touch .contact-details .detail {
        font-weight: bold;
        font-size: 2rem;
        line-height: 30px;
        text-align: center;
    }
    .send-message .contact-form {
        padding: 30px;
    }
    .case-study-page .caseStudy-banner {
        height: 300px;
    }
    .case-study-page .caseStudy-banner h1 {
        font-size: 4rem;
        line-height: 41px;
        text-align: center;
    }
    .case-study-page .caseStudy-banner .subheading {
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 21px;
        text-align: center;
    }
    .case-study-page .tab-block {
        overflow-x: scroll;
        justify-content: flex-start;
        margin-bottom: 70px;
    }
    .case-study-page .tabs {
        flex: 0 0 45%;
        height: 60px;
    }
    .case-study-page .tabs p {
        line-height: 60px;
        font-size: 1.5rem;
    }
    .book .subheading {
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 21px;
        text-align: center;
    }
    .book .download {
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 19px;
        margin: 20px auto;
    }
    .blog-page .blog-banner {
        height: 300px;
    }
    .blog-page .blog-banner h1 {
        font-size: 4rem;
        line-height: 41px;
        text-align: center;
    }
    .blog-page .blog-banner .subheading {
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 21px;
        text-align: center;
    }
    .blog-detail-page .details-part {
        padding-top: 30px;
    }
    .details-part .title {
        font-size: 2.8rem;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .details-part .case-study-img .top-badge h2 {
        font-weight: bold;
        font-size: 2.4rem;
        line-height: 24px;
    }
    .case-studies .case-study-img .top-badge p,
    .details-part .case-study-img .top-badge p {
        font-size: 1.4rem;
    }
    .service-icons .icon-box .icons.icon-lst {
        width: 50px;
    }
    .details-part .service-icons {
        padding-top: 70px;
        padding-bottom: 0px;
    }
    .details-part .tags span {
        margin-left: 20px;
    }
    .details-part .tags .social {
        margin-top: 20px;
    }
    .details-part .tags {
        padding-top: 0;
    }
    .sidebar .categories .cat-list li {
        font-size: 1.4rem;
    }
    .more .cards {
        margin-bottom: 40px;
    }
    .case-study-detail-page .details-part .sidebar {
        margin-top: 0;
    }
    .case-study-detail-page .details-part {
        padding-top: 40px;
    }
    .sre-responsibility .toggle-platform {
        padding: 40px 30px 40px;
        border-radius: 15px;
    }
    .sre-responsibility .toggle-platform .tabs ul {
        font-size: 1.4rem;
        line-height: 27px;
        margin-top: 35px;
    }
    .sre-responsibility .toggle-platform .tabs ul li::before {
        left: -15px;
        top: 10px;
        width: 7px;
        height: 7px;
    }
    .sre-responsibility .heading {
        font-size: 2.5rem;
    }
    .sre-responsibility .icon-box .icon {
        width: 85px;
        margin: auto;
    }
    .sre-responsibility .icon-box .icon img {
        max-width: 100%;
        height: auto;
    }
    .sre-responsibility .icon-box .title {
        font-size: 2rem;
    }
    /* all banners */
    .site-reliability-banner,
    .devops-banner,
    .app-modern-banner,
    .cloud-enablement-banner,
    .cloud-security-the-code-banner,
    .containerize-the-code-banner,
    .data-eng-banner {
        height: 300px;
    }
    .filter-content,
    .blog__search label {
        padding-bottom: 10px;
    }
}


/*************sureshcode*********/

html {
    scroll-behavior: smooth;
}


/*************sureshcode*********/


/****************utcss ebook******************/

.download-ebook {
    position: relative;
    background-image: url("../img/ebookBG.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 65px;
    padding-bottom: 75px;
}

.download-ebook .heading {
    font-weight: 800;
    font-size: 50px;
    line-height: 61px;
    text-transform: capitalize;
    color: var(--yellow-color);
    margin-top: 6px;
    margin-bottom: 20px;
}

.download-ebook .sub-head {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 0;
}

.download-ebook .side-heading {
    font-weight: bold;
    font-size: 42px;
    line-height: 52px;
    text-transform: capitalize;
    color: #ffffff;
}

.download-ebook .form-control {
    padding: 15px 30px;
    height: 70px;
    background: #ffffff;
    border: none;
    border-radius: 8px;
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    text-transform: capitalize;
    color: #808080;
    margin-bottom: 38px;
    margin-top: 13px;
}

.download-ebook .sub-head2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 38px;
    text-transform: capitalize;
    color: var(--yellow-color);
}

.download-ebook .form-btn {
    font-weight: 800;
    font-size: 2rem;
    line-height: 38px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    background: var(--yellow-color);
    border-radius: 8px;
    padding: 5px 30px;
    border: 1px solid #000;
    transition: all 0.3s;
}


/****************utcss ebook******************/

footer.main-footer span.hs-form-required {
    color: red !important;
}

.vertical-line p {
    margin: auto;
    color: var(--yellow-color);
}

.copyright-txt {
    margin: auto;
}

.footer-form .submitted-message p {
    font-size: 20px;
}

.img-black-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--yellow-color);
}

.book input.hs-button.primary.large {
    outline: 0;
    font-weight: 800;
    font-size: 2rem;
    line-height: 38px;
    text-align: center;
    text-transform: capitalize;
    color: #ffff;
    background: #000000;
    border-radius: 8px;
    padding: 5px 30px;
    border: 2px solid #000;
    transition: all 0.3s;
}

.book input.hs-button.primary.large:hover {
    color: #000000;
    background: var(--yellow-color);
    border: 2px solid #000000;
    text-decoration: none;
}

#second-book input.hs-button.primary.large {
    color: #000000;
    background: var(--yellow-color);
    border: 2px solid #000000;
}

#second-book input.hs-button.primary.large:hover {
    color: var(--yellow-color);
    background: #000000;
    border: 2px solid var(--yellow-color);
}

.book ul.no-list li::marker {
    font-size: 0;
}

section#second-book {
    background: black;
}

section#second-book .heading {
    color: var(--yellow-color);
}

section#second-book label.hs-main-font-element,
section#second-book label.hs-error-msg {
    color: red !important;
}

section#second-book .hs_email label span {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    text-transform: capitalize;
    color: #ffffff;
}

.book span.hs-form-required {
    color: red !important;
}

.book .submitted-message p:last-child {
    text-align: left;
    font-size: 20px;
}

section#second-book .submitted-message p:last-child {
    color: #ffff;
}

.send-message .contact-form strong {
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 65px;
    text-align: center;
    color: #575757;
    padding-top: 15px;
    display: inline-block;
}


/******utcss******/

section#second-book {
    background-image: url("../img/newsletter.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/******utcss******/

#second-book input.hs-button.primary.large {
    background-color: var(--yellow-color);
}


/* case study slect field */

.case-study .ms-options-wrap>.ms-options>ul label {
    padding: 2px 4px 2px 25px;
}

section#case-study-detail .tags {
    padding: 30px 0;
    border-bottom: 0;
}

/* .technologies-platform .row {
    justify-content: space-between;
} */

.technologies--box-image,
.parterner--box-image {
    background-color: #ffff;
    border-radius: 16px;
    box-shadow: 0px 9px 12px 1px rgb(64 60 67 / 16%);
    margin-bottom: 30px;
}

.parterner--box-image {
    min-height: 210px;
}

.technologies--box-image {
    min-height: 155px;
}

.technologies-platform img.partners.img-fluid,
.partnership img.partners.img-fluid {
    max-width: 80%;
    max-height: 80%;
    margin: auto;
}


/* 
section.search-result {
  padding: 80px 0;
} */

footer.main-footer .submitted-message p:last-child {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}


/* 404 CSS */

.error-page .col-md-12,
.error404 .about-banner .col-md-12 {
    text-align: center;
    color: #fff;
    font-size: 2rem;
}
.error-page a.btn,
.error404 .about-banner .col-md-12 a.btn,
.more-next-prev a {
    background: var(--yellow-color);
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 19px;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    transition: all 0.3s;
    border: 1 px solid var(--yellow-color);
    text-align: center;
}

.more-next-prev .alignleft {
    float: left;
    padding-left: 10px;
}

.newsletter .hs-button {
    white-space: pre-wrap;
    background: var(--yellow-color);
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 19px;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    border: none;
    transition: all 0.3s;
    border: 1px solid var(--yellow-color);
    text-align: center;
}

.newsletter .hs-button:hover {
    background: #000000;
    color: var(--yellow-color);
    border: 1px solid var(--yellow-color);
}

.case-form .hs-input,
section.banner textarea,
.cta-subscribe .box-content input,
.main-footer .hs-input,
.book .hs-input,
.newsletter .hs-input {
    background: #ffffff;
    border-radius: 8px;
    font-weight: normal;
    padding: 11px 15px;
    width: 100%;
    border: 1px solid #808080;
    height: 45px;
    font-size: 1.8rem;
    line-height: 27px;
    color: #0f0f0f;
}

.main-footer .hs-input {
    width: 70%;
}

.newsletter .hs-form-field label span {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    text-transform: capitalize;
    color: #ffffff;
}

.newsletter ul.no-list.hs-error-msgs.inputs-list li {
    color: red;
}

.book .hs_email label,
.case-form .hs_email label,
.newsletter span.hs-form-required {
    color: red !important;
}

.newsletter li::marker {
    font-size: 0;
}

.case-form .hs_email label span,
.newsletter .submitted-message {
    color: #ffff;
    font-size: 20px;
}

.case-form .hs_email label span,
.book .hs_email label span {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
}

#what-can-you-space {
    padding-top: 120px;
}

.impact-on-clients .col-md-4 {
    margin-top: 60px;
}

section#second-book h4.top-head {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    text-transform: capitalize;
    color: #ffffff;
}

section#second-book h4.top-head {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    text-transform: capitalize;
    color: #ffffff;
}

section.details-part .form-control {
    padding: 10px 30px 10px 15px;
    background: #ffffff;
    border-radius: 8px;
    font-weight: normal;
    font-size: 19px;
    line-height: 30px;
    text-transform: capitalize;
    color: #0f0f0f;
    width: 100%;
}

section.details-part .content li {
    margin-left: 20px;
    color: #000000;
    font-size: 1.8rem;
    line-height: 27px;
}

nav.fixedTop .row {
    justify-content: space-between;
}
.infographic-headings,
a.side_bar_link {
    font-size: 1.7rem;
    line-height: 25px;
    color: #575757;
    font-weight: bold;
    text-transform: capitalize;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 5px;
}

.send-message .contact-form p {
    text-align: center;
}

.cta-subscribe .box-content .hs-button.primary.large:hover,
section#contact-landing input.hs-button.primary.large:hover,
.footer-form input.hs-button.primary.large:hover {
    background: #000000;
    color: var(--yellow-color);
    border: 1px solid var(--yellow-color);
    text-decoration: none;
}

section#contact-landing fieldset.form-columns-1,
section#contact-landing fieldset.form-columns-2 {
    max-width: 100%;
}

.content p img {
    display: block;
}

hr.line {
    color: #000;
    width: 50%;
    border-bottom: 1px solid #000;
    margin: 30px auto;
}

section.data-eng-about .list .list-item {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-transform: capitalize;
    color: #000000;
}

.data-eng-about ul.list {
    padding: 0 16px;
}

.data-eng-about .list li::marker {
    color: var(--yellow-color);
}

.partnership_inner .row {
    justify-content: center;
}

.mob_accordian {
    background: #ffff;
}

.mob_accordian h2.title {
    font-weight: bold;
    font-size: 2rem;
    line-height: 28px;
    text-transform: capitalize;
    color: #000000;
    margin-top: 15px;
}
.infografic,
.mob_accordian .card-body ul li {
    font-size: 1.5rem;
    line-height: 30px;
    text-transform: capitalize;
    padding-left: 20px;
    list-style: none;
    position: relative;
}

.mob_accordian .card-body ul li::before {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    width: 7px;
    height: 7px;
    background: var(--yellow-color);
    border-radius: 100%;
}

.details-part .content p img {
    max-width: 100%;
    height: auto;
}

h4.tags-heading {
    display: initial;
    font-size: 18px;
    font-weight: 600;
}

ul.cat-list {
    display: inline;
    list-style: none;
}

li.tags_name {
    display: initial;
}

li.tags_name a {
    /* font-weight: bold; */
    text-decoration: none;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #000000;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
    border: 1px solid #000000;
    margin: 5px 5px;
}

li.tags_name a:hover {
    background: var(--yellow-color);
    border: 1px solid var(--yellow-color);
}

.classname {
    width: 100%;
}

.classname img {
    width: 100%;
    height: auto;
}
.download-case-study input.hs-button.primary.large:hover,
.error-page a.btn:hover,
.more-next-prev a:hover {
    color: var(--yellow-color);
    background: #000000;
}

.details-part .content p a span,
.head-part .content a {
    color: #fccd06;
    font-weight: 600 !important;
}

.pagination_tab {
    margin-top: 40px;
    display: flex;
    width: 100%;
    padding-left: 10px;
}

.pagination_tab .wp-pagenavi {
    display: flex;
    flex-direction: row-reverse;
}

.nextpostslink,
.previouspostslink {
    background: var(--yellow-color);
    border-radius: 8px !important;
    padding: 12px 30px !important;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 19px;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    transition: all 0.3s;
    border: 1px solid var(--yellow-color) !important;
    text-align: center;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin-right: 1rem;
}


/* .alignright {
  float: right;
  margin-left: 1rem;
} */

section.details-part tr td {
    padding: 9px;
    font-size: 15px;
    color: #000000;
}

section.details-part tr td span {
    font-size: 15px;
}

.col-md-5.col-3.order-1.order-md-3.my-auto {
    padding: 0;
}

.details-part table {
    margin: 15px 0;
}


/* pipeline */


/* pipeline */

.pipeline {
    padding: 80px 0;
}

.pipeline .d-pipeline {
    margin-top: 40px;
}

.heading_one {
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    padding-bottom: 10px;
}

.pipeline .heading {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    text-transform: capitalize;
    color: #212121;
}

.pipeline ul {
    margin-left: 17px;
}

.page-template-aws-well-architected-review .pipeline .box p,
.page-template-page-data-engineering .pipeline .box p,
.page-template-page-site-reliability .pipeline .box p,
.page-template-microsoft-azure-gold-partner .box p,
.page-template-page-aws-cost-optimization .box,
.pipeline ul li {
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    color: #212121;
}

.page-template-page-devops .pipeline p {
    font-size: 1.8rem;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    text-transform: unset;
    color: #212121;
}

.pipeline h3 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #000000;
    padding-top: 15px;
    text-transform: capitalize;
}

.pipeline .box {
    position: relative;
    padding-top: 50px;
}

.pipeline .linear-grad {
    background: linear-gradient(to right, #cbcbcb, #464646);
    width: 100%;
    height: 5px;
    position: relative;
    margin-top: 50px;
}

.pipeline .linear-grad .arrow {
    position: absolute;
    right: -2px;
    top: -13px;
}

.pipeline .d-circle:hover {
    transform: scale(1.05);
}


/* tools */

.tools svg {
    width: 100%;
    height: auto;
}

.tools .col {
    flex: 0 0 12%;
    padding: 0 5px;
}

.tools .tabs {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
}

.tools .tabs {
    padding: 30px;
    background: rgb(240, 240, 240);
    margin: 10px 0;
    border-radius: 8px;
    border: 1px solid #d4d2d2;
}

.tools .tabs .content {
    position: absolute;
    font-size: 16px;
    line-height: 22px;
    top: 50%;
    transform: translate(0%, -50%);
    text-align: center;
    align-items: center;
    text-transform: capitalize;
    color: #7e7e7e;
}

.tools .tabs.active {
    background-color: rgba(255, 228, 0, 1);
}

.tools .tabs.active .content {
    color: #000000;
}

.tools .toggl-tab .tab-div .steps .col {
    flex: 0 0 16%;
    padding-left: 5px;
    padding-right: 5px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tools .toggl-tab .tab-div.active {
    display: block;
}

.tools .toggl-tab .tab-div .steps {
    align-items: center;
    justify-content: center;
}

.tools .toggl-tab .tab-div .steps .tool-border {
    border-right: 0.6px solid #cdcdcd;
    height: 100px;
}

.tools .toggl-tab .tab-div .steps img {
    margin: auto;
    padding: 0 10px;
}


/* technology */

.technology {
    padding-top: 75px;
    padding-bottom: 140px;
}


/* New css add */

.data-eng-our-solution .list,
.our-solutions .list {
    padding-left: 14px;
}

.data-eng-our-solution .list-item,
.our-solutions .list-item,
.card--text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
}

.content blockquote p {
    font-weight: bold;
    padding: 20px;
    font-style: oblique;
}

.pipleine__space {
    padding-bottom: 20px;
}

.pipeline .col-2 .col {
    padding: 0;
}

.pipeline .col-2.mt-5 {
    text-align: center;
}

.pipeline .box .devops {
    min-height: 60px;
}


/* new code  */

section#contact-landing .hs-input,
.send-message .hs-input {
    padding: 11px 15px;
    width: 100%;
    border: 1px solid #808080;
    border-radius: 10px;
    height: 45px;
    background: rgba(0, 0, 0, 0);
    font-size: 1.8rem;
    line-height: 27px;
    color: #0f0f0f;
}

.col.social-btn-inner.my-auto {
    text-align: right;
}

.inner-platform {
    padding: 0 90px;
}

.col.insight_title .title {
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 56px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.our-expertise .mt-cus {
    margin: 60px 0 0;
}

.book .col-lg-6.text-lg-left.text-center {
    min-height: 290px;
    margin-left: auto;
}

section.benifit-cloud {
    padding: 80px 0;
}

section.benifit-cloud .row {
    justify-content: center;
}

section.benifit-cloud .row:last-child {
    padding-top: 20px;
}

section.benifit-cloud h2.heading {
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 65px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.case-study-page .tab-block::-webkit-scrollbar,
body.search-results header~.about-page,
.hs_error_rollup,
.mobcontact,
.tools .toggl-tab .tab-div,
.insight_title {
    display: none;
}

.left-img {
    position: absolute;
    top: -69px;
    left: 0;
}

.right-heading {
    text-align: left !important;
}

.footer-form {
    position: relative;
}

.col-12.col-md-4.mt-mb-cus {
    margin: 60px 0 0;
}

.cta-subscribe label,
.footer-form .hs_email.hs-email label span {
    color: #ffff;
    font-size: 18px;
    margin: 8px 0;
    display: inline-block;
}

.book .hs_email label,
.case-form .hs_email label,
.cta-subscribe .hs-error-msg,
.footer-form label.hs-main-font-element,
.footer-form label.hs-error-msg {
    font-size: 18px;
    color: red;
    margin: 8px 0;
    list-style: none;
}

section.search-result .col-lg-4.col-md-6,
section.blogs .col-lg-4.col-md-6,
section.more .col-md-4 {
    margin: 40px 0 0;
}

.we-follow .mt-mb-cus {
    margin: 60px 0 0;
}

a.phone,
a.email {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.45rem;
    line-height: 32px;
    display: block;
}

.contact-landing a.phone:hover,
.contact-landing a.email:hover,
a.phone:hover,
a.email:hover {
    color: var(--yellow-color);
}

.case-study-page .cards img.img-fluid {
    width: 100%;
}

.newsletter .submitted-message p:last-child {
    font-size: 20px;
}

.submitted-message p:last-child {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

.sidebar .search label {
    display: inline-block;
    width: 100%;
}

p.benifit-txt {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 27px;
    text-transform: capitalize;
    color: #000000;
    padding: 40px;
    text-align: center;
}

section.benifit-cloud .col-12.col-md-3 {
    text-align: center;
    margin: 15px 12px;
    background-color: #f2f2f2;
    border-radius: 10px;
}

section.benifit-cloud .col-12.col-md-3:hover {
    background: var(--yellow-color);
}

.content ol li::marker {
    font-size: 2rem;
    line-height: 45px;
    text-transform: capitalize;
    color: #000000;
}

.fixedTop .d-block {
    display: none !important;
}

.social-btn-inner {
    text-align: right;
}

.cta-subscribe .box-content .hs-button.primary.large,
section#contact-landing input.hs-button.primary.large,
.footer-form input.hs-button.primary.large {
    background: var(--yellow-color);
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 19px;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    border: none;
    transition: all 0.3s;
    border: 1px solid var(--yellow-color);
    text-align: center;
}

.fa-phone-volume,
.fa-envelope {
    margin-right: 10px;
    color: var(--yellow-color);
}

section#contact-landing label.hs-error-msg,
.send-message label.hs-error-msg {
    color: red;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 12px;
}

section#contact-landing li::marker,
.send-message li::marker {
    font-size: 0;
}

.contact-form .hbspt-form span {
    font-size: 13px;
}

.send-message label.hs-main-font-element,
.send-message span.hs-form-required {
    color: red;
    font-size: 13px;
}

.send-message input.hs-button.primary.large {
    border-radius: 8px;
    outline: 0;
    padding: 12px 71px;
    font-size: 20px;
    margin-top: 15px;
    padding: 12px 71px;
    font-size: 20px;
    border: 1px solid var(--yellow-color);
}
.downloadfile:hover,
.send-message input.hs-button.primary.large:hover {
    background: #0f0f0f;
    color: #ffff;
}

.page-template-page-site-reliability .pipeline {
    background-color: #f2f2f2;
}

.submitted-message {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.page-template-top-blog-page .wpp-thumbnail {
    height: 167px !important;
    width: 340px !important;
}

.page-template-top-blog-page .cards .bottom-title {
    overflow: unset;
    display: unset;
}

.page-template-top-blog-page .cards .wpp-taxonomy {
    color: #000000;
}

.page-template-top-blog-page .cards:hover .wpp-taxonomy {
    color: var(--yellow-color);
}

.platforms .container {
    width: 100%;
    max-width: 1300px;
}

.platforms .left-col {
    background: #ffe400;
    padding: 50px 50px 20px 100px;
}

.platforms .head {
    font-weight: 600;
    font-size: 32px;
    line-height: 33px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.platforms .desc {
    font-size: 1.8rem;
    line-height: 25px;
    margin-bottom: 20px;
}

.platforms .toggle .togg {
    border-top: 1px solid #717171;
    padding: 17px 20px;
}

.platforms .toggle .toggler {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.platforms .toggle .toggler .icon {
    width: 10%;
    text-align: center;
}

.platforms .toggle .toggler .content {
    width: 80%;
}

.platforms .toggle .content h2 {
    font-weight: 700;
    font-size: 1.9rem;
    line-height: 25px;
    margin-left: 30px;
    margin-bottom: 0;
}

.platforms .toggle .toggler .arw-down {
    width: 10%;
    text-align: end;
}

.platforms .toggle .toggler.active .arw-down .arr {
    transform: rotate(180deg);
}

.platforms .toggle .toggler .arw-down .arr {
    transition: all 0.3s;
}

.platforms .toggle .toggling-div.active {
    display: block;
}

.platforms .toggle .toggling-div p {
    font-size: 1.6rem;
    line-height: 20px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0;
    margin-top: 10px;
}

.platforms .right {
    width: 100%;
    height: 100%;
    padding: 80px 100px 20px 50px;
    background-image: url(../img/bbg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.comp.active {
    display: block;
}

.platforms .right .title {
    font-size: 31px;
    line-height: 39px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
}

.platforms .right .content {
    font-size: 1.8rem;
    line-height: 25px;
    color: #fff;
    margin-bottom: 70px;
}


/* landing page styling */

img {
    max-width: 100%;
    max-height: 100%;
}

.land_heading {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    text-transform: capitalize;
}
.ebook-banner-space p,
.ingraphic-content p,
.paragraph {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 136.5%;
    text-align: center;
    color: #000000;
}
.ebook-banner-space p{
    text-align: left;
}
.ingraphic-content p{
    text-align: left;
}
/* SECTION-1 "NAV-BAR" */

.navigation-bar {
    text-align: center;
}

.navbar-toggler-icon {
    background-image: url(images/menu-bar.svg);
}

a.navbar-logo {
    display: block;
    width: 62%;
    padding: 5px 0;
}

.navigation-bar-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.nav-search-bar {
    position: relative;
}

.nav-search-bar input {
    border: 1px solid #808080;
    box-sizing: border-box;
    border-radius: 20px;
    background: none;
    padding: 5px 10px;
    color: #fff;
}

.nav-search-bar span {
    position: absolute;
    right: 13px;
    top: 4px;
}

.navigation-bar-menu ul {
    display: flex;
    justify-content: space-between;
}

.navbar-expand-sm .navbar-nav.navigation-bar-menu .nav-link {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 0 20px;
}

.navbar-expand-sm .navbar-nav.navigation-bar-menu .nav-link.active {
    color: #ffe400;
}


/* SECRION-2 "BANNER" */

.banner {
    background: url(../landing-page/images/bg-011.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.banner h1 {
    font-weight: bold;
    font-size: 70px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 115px 0 35px;
    text-align: center;
}

.banner h2 span {
    display: block;
}

.banner p {
    font-size: 24px;
    line-height: 27px;
    color: #ffffff;
    padding-bottom: 30px;
}

.getstarted-button {
    text-align: center;
}

.getstarted-button button {
    background: #ffe400;
    border-radius: 8px;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid #ffe400;
}

.getstarted-button button span {
    padding: 0 10px;
}

.nav-contact-us {
    background: #ffe400;
    border-radius: 8px;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #000000;
    padding: 10px 15px;
    border: none;
}


/* SECTION-3  "Automate your containerized apps & drive application agility instantly" */

.apps {
    background-color: #ffe400;
}

.apps h2 span {
    font-weight: bold;
}

.btn-primary {
    border-radius: 8px;
    background: #000000;
    padding: 10px 15px;
    color: #ffffff;
    border: 1px solid #ffe400;
}

.btn-primary:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
}

.talk-button {
    padding: 30px 20px 30px 20px;
    text-align: center;
}

.platforms .toggle .toggling-div,
.comp,
.navigation-bar-mobile,
.black-arrow,
.talk-button .btn-primary:hover .white-arrow {
    display: none;
}

a.button-one,
.talk-button .btn-primary:hover .black-arrow {
    display: inline-block;
}


/* SECTION-4  "Benefits of Kubernetes For Enterprises" */

.benefit-panel {
    background: #f2f2f2;
    position: relative;
    padding: 60px 30px 30px;
    border-radius: 15px;
    margin-top: 80px;
}

.benefit-panel:hover {
    background-color: #ffe400;
}

.benefit-panel p {
    font-size: 1.8rem;
    text-transform: unset;
    border-radius: 15px;
    font-weight: 600;
    line-height: 120%;
    color: #212121;
    text-align: left;
}


/* SECTION-5 "Benefits of Kubernetes For Enterprises" */

.services {
    background-color: #ffe400;
}


/* SECTION-6  "Most Popular Tools and Services" */

.tools ul {
    align-items: center;
    list-style: none;
    justify-content: center;
}

.tools ul {
    display: flex;
    align-items: center;
    list-style: none;
    flex-flow: row wrap;
    padding: 0;
    justify-content: center;
}

.tools ul li {
    width: 20%;
    text-align: center;
    /* margin: 20px 0 0; */
    filter: grayscale(100%);
    height: 125px;
}
.tech-capabilities-tools:hover,
.tools ul li:hover {
    filter: none;
}

.tool-image {
    width: 80%;
}

.book .partners img {
    transition: all 0.5s ease-in-out;
    filter: grayscale(100%);
}

.book .partners img:hover {
    filter: none;
}

.page-template-page-aws-consulting-partner .tools ul li {
    width: 14%;
}

.page-template-microsoft-azure-gold-partner .tools ul li img,
.page-template-page-aws-consulting-partner .tools ul li img {
    transition: all 0.5s ease-in-out;
}

.page-template-microsoft-azure-gold-partner .tools ul li img:hover,
.page-template-page-aws-consulting-partner .tools ul li img:hover {
    transform: scale(1.1);
}


/* SECTION-7 "Why Enterprises Need Kubernetes Solutions" */

.solutions {
    position: relative;
    background-color: #ffe400;
}

.solutions>.container {
    position: relative;
}

.solutions-left-section h2 {
    font-weight: bold;
    font-size: 90px;
    line-height: 90px;
    text-transform: capitalize;
    color: #ffffff;
    text-align: left;
}

.solutions-left-section h2 span {
    color: #ffe400;
    position: relative;
}

.solutions-ques {
    position: absolute;
    left: 100%;
    top: 0;
    font-size: 380px;
    font-family: "Helvetica", sans-serif;
}

.solutions-right-section h2 {
    font-weight: 800;
    font-size: 20px;
    line-height: 150%;
    text-transform: capitalize;
    text-align: left;
}

.solutions-right-section h2 span {
    width: 30.28px;
    height: 30.28px;
    border: 1px solid #0aa72f;
    border-radius: 50%;
    margin: 0 auto;
}

.solutions-right-section p {
    font-size: 20px;
    line-height: 150%;
    text-align: left;
}

.solutions-panel .accordion-button {
    background: none;
    border: none;
    box-shadow: none;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 150%;
    text-transform: capitalize;
    color: #000000;
    mix-blend-mode: hard-light;
}

.solutions-panel h3 {
    font-weight: 800;
    font-size: 20px;
    line-height: 150%;
    text-align: left;
    color: #000000;
}

.solutions-panel p {
    font-size: 1.8rem;
    line-height: 150%;
    text-align: left;
}

.solutions-panel .accordion-item {
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: inherit;
    background: none;
}

.solutions-panel .accordion-button::after {
    content: "";
    background: none;
    border: 1px solid #000000;
    background: none;
    border: 1px solid #000000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background-image: url(../landing-page/images/plus.png);
    background-repeat: no-repeat;
    background-position: 7px 7px;
}

.solutions-panel .accordion-button:not(.collapsed)::after {
    content: "";
    transform: inherit;
    font-size: 30px;
    line-height: 24px;
    background-image: url(../landing-page/images/minus.png);
    background-repeat: no-repeat;
    background-position: 7px 13px;
}

.back-img {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 48%;
}


/* SECTION-8  "FAQ" */

.faq .heading {
    text-align: left;
}

.faq .accordion-item {
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: inherit;
    background: none;
}

.faq .accordion-button {
    background: none;
    border: none;
    box-shadow: none;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 150%;
    text-transform: capitalize;
    color: #000000;
    mix-blend-mode: hard-light;
    padding: 15px 0;
}

.faq .accordion-body {
    padding: 10px 0;
}

.faq .accordion-button::after {
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    background-position: 4px 8px;
    width: 30px;
    height: 30px;
}

.accordion-button::after,
.faq .accordion-button:not(.collapsed)::after {
    background-image: url(../landing-page/images/plus.png);
}

.faq p {
    font-size: 1.8rem;
    line-height: 150%;
    text-align: left;
}


/* SECTION-9  "FOOTER" */

.footer {
    background-image: url(images/img-29.jpeg);
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.footer h2 {
    font-size: 20px;
    line-height: 150%;
    color: #ffffff;
    text-align: left;
}

.accordion-body ol li {
    font-size: 1.8rem;
    line-height: 150%;
    text-align: left;
    margin-left: 20px;
}

.page-template-page-application-development-aws .about-page,
.page-template-microsoft-azure-gold-partner .about-banner,
.page-template-aws-well-architected-review section.about-banner,
.page-template-page-aws-consulting-partner .about-page,
.page-template-page-faqs-php .about-page,
.page-template-kubernetes-tpl .about-page {
    display: none;
}

.page-template-page-disaster-recovery .content {
    margin-left: 20px;
}

.page-template-page-disaster-recovery .content li::marker {
    color: var(--yellow-color);
}

.page-template-page-disaster-recovery .content li {
    font-size: 1.8rem;
    line-height: 150%;
    text-align: left;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 2rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.accordion-button::after,
.faq .accordion-button:not(.collapsed)::after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAALCAYAAAByF90EAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABgSURBVHgBpczLDYAwDAPQSlw4MkJGYP8lGIERYANw1Vbqv3EbyQcr8tuMuxPZkddwl+xseZAbEb1R7sSXj8ACYjcXcoSHEFgTYbAhosHUSA+jkRY2hdSwaSTHlpAYGyI/zXwwBtYiwEMAAAAASUVORK5CYII=);
}

.faq .accordion-button::after {
    background-position: 7px 10px;
}

.page-template-kubernetes-tpl .accordion-body {
    font-size: 20px;
    line-height: 150%;
    text-align: left;
}

.services-panel {
    background: #f2f2f2;
    position: relative;
    padding: 60px 30px 30px;
    min-height: 270px;
    border-radius: 10px;
    margin-top: 60px;
}

.services-panel .icon {
    position: absolute;
    top: -75px;
    left: 24px;
    transition: all 0.3s;
    height: 145px;
    width: 145px;
}

.services-panel:hover .icon {
    top: -32%;
}

.page-template-kubernetes-tpl .benefit-panel:hover img {
    top: -30%;
}

.benefit-panel .icon {
    position: absolute;
    top: -75px;
    left: 24px;
    transition: all 0.3s;
    height: 145px;
    width:145px;
}

.benefit-panel:hover .icon {
    top: -60%;
}

.contact-landing .land_heading {
    text-align: left;
}

.contact-landing a.phone,
.contact-landing a.email {
    font-size: 20px;
    line-height: 36px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
    display: flex !important;
    align-items: center;
}

.contact-landing a.phone {
    font-weight: 600;
}

.contact-landing a.email {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: #000;
    margin-bottom: 20px;
    display: flex !important;
    align-items: center;
}

.contact-landing .paragraph {
    text-align: left;
}

.contact-landing .fa-phone-volume,
.contact-landing .fa-envelope {
    margin-right: 10px;
    color: var(--yellow-color);
    width: 35px !important;
    height: 35px;
    border: 1px solid var(--yellow-color);
    border-radius: 50%;
    padding: 6px;
}

section.services .col-lg-3.col-md-4.col-sm-6.col-xs-6 {
    margin: 80px 0 0;
}

.accordion-body a {
    color: var(--yellow-color);
}

.page-template-kubernetes-tpl nav,
.page-template-page-aws-consulting-partner nav {
    background: #010101;
}

.page-template-aws-well-architected-review .icon-heading {
    min-height: 0 !important;
}

.page-template-page-devops .pipeline .heading,
.page-template-aws-well-architected-review .pipeline .heading {
    min-height: 70px;
}

.page-template-aws-well-architected-review .devops-about ul li::before {
    color: #000000;
}

.page-template-microsoft-azure-gold-partner .cards .bottom-title {
    min-height: 0;
}

.page-template-microsoft-azure-gold-partner .cards .bottom-title+p {
    -webkit-line-clamp: unset;
    overflow: unset;
    -webkit-box-orient: unset;
}

@media (min-width: 1400px) {
    .benefit-panel,
    .services-panel {
        margin-top: 70px;
    }
}

@media (max-width: 1199px) {
    .solutions-left-section h2 {
        font-size: 67px;
        line-height: 90px;
    }
}

@media (max-width: 992px) {
    .page-template-kubernetes-tpl .benefit-panel:hover img {
        top: -25%;
    }
    .page-template-page-aws-consulting-partner .tools ul li{
        width: 25%;
    }
    .tools ul li {
        width: 33%;
    }
    .solutions-ques {
        left: 100%;
        top: 0;
        font-size: 245px;
    }
    .solutions-left-section h2 {
        font-size: 50px;
        line-height: 80px;
    }
    .banner h1 {
        padding: 100px 0 30px;
        font-size: 50px;
    }
    .page-template-page-devops .pipeline .heading,
    .page-template-aws-well-architected-review .pipeline .heading {
        min-height: 0;
    }
    .page-template-page-site-reliability .pipeline-mobile .linear-grad {
        height: 78% !important;
    }
    .page-template-microsoft-azure-gold-partner .tools ul li{
        width: 25%;
    }
}

@media (max-width: 767px) {
    .land_heading {
        font-size: 35px;
        line-height: 35px;
    }
    .paragraph,
    .faq p,
    .page-template-page-disaster-recovery .content li {
        font-size: 1.6rem;
        line-height: 136.5%;
    }
    .page-template-page-aws-consulting-partner .mt-mb-cus {
        max-width: 32%;
        flex: 0 0 100%;
    }
    .faq .accordion-button {
        font-size: 1.8rem;
    }
    .what-can-you .icon-heading,
    .benefits p,
    .solutions-panel p {
        font-size: 1.6rem;
        line-height: 136.5%;
    }
    .contact-landing .land_heading,
    .land_heading,
    .apps h2 {
        font-size: 25px;
    }
    .navigation-bar-mobile {
        display: block;
    }
    .navigation-bar-list {
        margin: 0;
        padding: 0;
    }
    a.navbar-logo {
        display: block;
        width: 62%;
        padding: 5px 0;
        margin: 0 auto;
    }
    .navbar-expand-sm .navbar-nav.navigation-bar-menu .nav-link {
        padding: 4px 0;
    }
    .navigation-bar-mobile .navbar-toggler {
        color: #fff;
    }
    .banner h2 {
        font-size: 28px;
        padding: 20% 0 3%;
    }
    .banner-para p {
        font-size: 1.8rem;
        line-height: 27px;
        padding-bottom: 15px;
    }
    .talk-button {
        padding: 0 20px 30px 20px;
    }
    /*benifit section  */
    .benefit-section-1 {
        padding: 0 10px;
    }
    .tools ul li {
        width: 26%;
        text-align: center;
        /* margin: 30px 18px 0; */
    }
    .solutions-panel {
        padding: 30px 0;
    }
    .solutions-left-section h2 {
        font-size: 45px;
        line-height: 57px;
        padding: 50px 10px 50px 10px;
    }
    .solutions-left-section h2 span {
        display: block;
    }
    .solutions-ques {
        top: 0;
        left: 90%;
        font-size: 110px;
    }
    .footer-logo {
        text-align: center;
    }
    .footer h2 {
        font-size: 15px;
        text-align: center;
        line-height: 140%;
        padding: 20px 0;
    }
    .solutions {
        padding: 0;
    }
    .impact-on-clients .icon-box .icons{
        top:-33%;
    }
   
}

@media (max-width: 575px) {
    .benefit-panel {
        min-height: 0px !important;
        margin-top: 50px;
    }
    .services-panel .icon {
        height: 152px;
        width: 145px;
    }
}

@media (max-width: 480px) {
    .banner h2 {
        padding: 30% 0 4%;
    }
    .page-template-page-aws-cost-optimization-one section.pipeline.space-one .page-template-page-aws-cost-optimization section.pipeline.space-one {
        padding-bottom: 0;
    }
    .page-template-page-aws-cost-optimization .pipeline .box {
        margin-bottom: 0;
    }
    .page-template-page-aws-consulting-partner .tools ul li {
        width: 45%;
        margin: 30px 7px 0;
    }

    .tools ul li{
        width: 61%;
    }

    .page-template-page-penetration-testing .tools ul li{
        width: 46%;
    }
    
    .strategies_heading {
        text-align: center;
    }
}

.page-template-page-site-reliability .linear-grad,
.page-template-aws-well-architected-review .linear-grad {
    width: 78%;
    margin-left: 50px;
}

.page-template-page-aws-cost-optimization .apps .land_heading {
    padding-bottom: 10px;
}

.page-template-page-application-modernization .our-solutions .icon-headings {
    min-height: 54px;
}

.services .icon-headings {
    min-height: 55px;
}

.how-we-differ .icon-box .icon-heading {
    min-height: 0;
}

.footer,
.navigation-bar,
.blogs span.extend,
.page-template-page-disaster-recovery .about-banner,
.page-template-page-aws-cost-optimization .about-page {
    display: none;
}

.page-template-page-aws-cost-optimization-one .pipeline .linear-grad,
.page-template-page-aws-cost-optimization .pipeline .linear-grad {
    width: 70%;
    height: 5px;
}

.page-template-page-aws-cost-optimization-one .pipeline .linear-grad,
.page-template-page-aws-cost-optimization .pipeline-mobile .linear-grad {
    height: 70%;
    width: 5px;
}

.page-template-page-aws-cost-optimization .pipeline ul li {
    padding-bottom: 8px;
}

p.landing_page_form_txt {
    font-size: 22px;
    font-weight: 500;
    text-transform: unset;
}

.sliders1 .heading,
.sliders2 .heading,
.sliders3 .heading {
    font-size: 3.5rem;
    line-height: 45px;
}

.sliders2 {
    background: var(--yellow-color);
}

.sliders3 {
    background-color: #f2f2f2;
}

.sliders1 {
    padding-top: 10px !important;
}

.sliders2,
.sliders3,
.sliders1 {
    padding: 30px 0;
}

.blog__search {
    position: relative;
    margin-right: 10px;
}

.blog__search #search {
    padding: 12px 33px 12px 12px !important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 0;
    -moz-border-radius: 2px;
    color: #000000;
    font-size: 18px !important;
    background-color: #fff;
    border: 1px solid var(--yellow-color);
    font-weight: 500;
    height: 53px;
}

.blog__search label {
    margin-bottom: 0;
}

.blog__search .submit-btn {
    border: none;
    background: rgb(0 0 0 / 0%);
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 14px;
    color: #999;
}

.ms-options-wrap>.ms-options .ms-selectall {
    font-size: 18px !important;
    display: inline-block;
    /* font-size: .9em; */
    text-transform: lowercase;
    text-decoration: none !important;
    padding-left: 25px;
    color: black;
}

.clear-filter-btn {
    position: absolute;
    right: 0;
}

.clear-filter {
    color: #666666;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    text-transform: capitalize;
}

a.see-all-list img {
    transform: rotate(180deg);
    padding-left: 12px;
}

.tag-cloud-engineering .about-page .about-banner,
.category .about-page .about-banner,
.single-post .about-page .about-banner,
.tax-case-study-industries .about-page .about-banner,
.term-cloud-security .about-page .about-banner,
.term-data-engineering .about-page .about-banner,
.term-52 .about-page .about-banner,
.tax-case-study-services .about-page .about-banner {
    display: none;
}

.cloud_service {
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 50px;
    text-transform: capitalize;
    color: #000000;
}

.back_arrow {
    transform: rotate(180deg);
}

.blogs .alignleft {
    margin-top: 40px;
}

.blogs .alignright {
    margin-top: 40px;
}

.no_post_found {
    padding: 80px 0;
    height: 400px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.add-space {
    margin-top: 76px;
}

.search-result .ml-5.text-right {
    padding-right: 12px;
}

.blogs .ml-5.text-right {
    padding-right: 12px;
}

.development-one .icon-headings {
    min-height: 27px !important;
}

.space-two {
    margin-bottom: 20px;
}

.message-one {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

.page-template-top-blog-page .blogs {
    margin-top: 40px;
}

.col-md-12.btn-one,
.top-one {
    text-align: center;
}

.sub-head-one {
    text-align: center !important;
}

.page-template-page-landing-ebook .about-page,
.page-template-page-landing-video-php .about-banner,
.page-template-page-demo-one .about-page,
.page-template-page-demo-php .about-banner,
.page-template-top-blog-page .about-banner,
.page-template-page-data-engineering .about-banner,
.page-template-page-cloud-security .about-banner,
.page-template-page-cloud-enablement .about-banner,
.page-template-page-cloud-migration .about-banner,
.page-template-page-containerize-the-code .about-banner,
.page-template-page-devops .about-banner,
.page-template-page-site-reliability .about-banner,
.page-template-page-aws-cost-optimization-one .main-footer,
.page-template-page-application-modernization .about-banner,
.page-template-page-aws-cost-optimization-one .about-banner,
.page-template-page-aws-cost-optimization-one header {
    display: none;
}

.zoom {
    transition: transform 0.5s;
}

.zoom:hover {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.sidebar-banner {
    background-color: #000000;
    color: #ffff;
    text-align: center;
}

.banner-top {
    text-align: center;
    color: #999;
    background-color: var(--yellow-color);
}


/* banner section css */

.cta-subscribe {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    border-radius: 15px;
    color: #000;
    box-shadow: 0 0 45px 10px rgb(34 34 34 / 8%);
}

.cta-subscribe .box-title {
    text-align: center;
    padding: 30px;
    border-radius: 10px 10px 0 0;
    background-color: var(--yellow-color);
}

.box-form .box-title {
    position: relative;
}

.cta-subscribe .box-title .svg {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 40px;
}

.box-form .box-title::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #000000;
}

.cta-subscribe h3 {
    font-size: 2.4rem;
    font-weight: 700;
}

.cta-subscribe p {
    font-size: 1.8rem;
}

.cta-subscribe .box-content {
    padding: 24px;
}

.cta-subscribe label {
    color: #000;
}

.cta-subscribe li {
    list-style: none;
}

a.button-one {
    margin-top: 20px;
}

.sidebar-banner h2 {
    font-size: 2.9rem;
    font-weight: 700;
}

.getstarted-button .btn-hover:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}


.sidbar-cts {
    position: sticky;
    top: 90px;
}
.mobileview,
.sre-responsibility .toggle-platform .tabs {
    display: none;
}


/* new demo video page css */

h1.banner_heading {
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 50px;
    text-transform: capitalize;
    color: #000000;
    padding: 130px 0 35px;
    text-align: center;
}

p.banner_paragrapgh {
    font-size: 1.8rem;
    line-height: 27px;
    color: #000000;
    text-align: center;
    padding-bottom: 27px;
}

.watch_video,
.demo_video {
    position: relative;
    padding-bottom: 56.5%;
    height: 0;
    width: 100%;
}

.watch_video iframe,
.demo_video iframe {
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contact-box-form {
    position: relative;
    top: 103px;
    background-color: #fff;
}

.contact-box-form p {
    color: #000;
    padding-bottom: 0;
}
a.banner-btn.btn-hover:hover {
    background: #000000;
    color: var(--yellow-color);
    border: 1px solid var(--yellow-color);
    text-decoration: none;
}

.banner-center-box {
    margin: auto;
}

.banner_video_one {
    width: 100%;
    height: 350px;
}

.demo_video-one {
    height: 500px;
    padding: 130px 0 35px;
}

.page-video-banner {
    height: 600px;
}

.clients-card {
    background: rgba(232, 232, 232, 0.2);
}

.hs_error_rollup {
    display: none;
}

textarea#message-3b1ee4b8-0a62-4962-aeac-8f3b2599d7fb {
    width: 100%;
    border-radius: 5px;
    height: 60px;
}

textarea#message-3b1ee4b8-0a62-4962-aeac-8f3b2599d7fb,
input#phone-3b1ee4b8-0a62-4962-aeac-8f3b2599d7fb,
input#email-3b1ee4b8-0a62-4962-aeac-8f3b2599d7fb,
input#full_name-3b1ee4b8-0a62-4962-aeac-8f3b2599d7fb {
    background-color: #fff !important;
}

textarea#message-3b1ee4b8-0a62-4962-aeac-8f3b2599d7fb {
    font-size: 1.8rem;
    padding: 12px;
}

textarea#message-f5f28881-86a5-48c4-be4c-bd8a8dfce7d2,
textarea#message-0221c958-3cf5-49fa-9651-19738d082140 {
    width: 100%;
    font-size: 1.8rem;
    padding: 10px;
    border-radius: 5px;
}
.downloadfile,
input.hs-button.primary.large {
    background: var(--yellow-color);
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 19px;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    border: none;
    transition: all 0.3s;
    border: 1px solid #ffe429;
    text-align: center;
}

.video_bottom_heading {
    font-size: 2rem;
    font-weight: 700;
    padding-top: 10px;
    color: #000;
}

.copyright_content {
    font-weight: 500;
    font-size: 1.45rem;
    line-height: 18px;
    color: #fff;
}

.social-icon-bottom {
    color: #000 !important;
}

.icon-footer {
    display: flex;
    justify-content: flex-end;
}

.social-icon-bottom li .icon {
    font-size: 18px;
    fill: #fff;
}

.bottom-icon-footer {
    padding: 3rem 0;
    margin-top: 3rem;
    border-top: 1px solid grey;
    width: 100%;
}

.contact-box-form .hs_error_rollup,
.contact-box-form .hs-main-font-element {
    display: block;
    font-size: 18px;
    color: red;
    margin: 8px 0;
}

.contact-box-form label.hs-error-msg {
    font-size: 18px;
    color: red;
    margin: 8px 0;
    display: none;
}

.contact-box-form .submitted-message {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #575757 !important;
}

.footer_address p {
    font-weight: 700;
    color: #fff;
    font-size: 2.0rem;
}

.main_address,
.footer_address a {
    color: #fff;
    font-size: 1.5rem;
}

.footer_address a:hover {
    color: var(--yellow-color);
}

.page-template-page-landing-ebook .get-in-touch,
.page-template-page-landing-video-php .get-in-touch {
    padding: 80px 0;
    background: #000;
}

.slider-image img {
    width: 150px;
}

.ebook_pointers,
.ebook_pointers span,
.ebook_pointers ol li,
.ebook_pointers p,
.webinar-text,
.webinar-text span,
.webinar-text ol li,
.webinar-text ul li,
.webinar-text p {
    color: #000000;
    font-size: 1.8rem !important;
    line-height: 27px;
    padding-bottom: 0;
}

.ebook_pointers ul li {
    color: #000000;
    font-size: 1.8rem;
    line-height: 27px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.ebook_pointers ol,
.ebook_pointers ul,
.webinar-text ol,
.webinar-text ul {
    padding-left: 18px;
}

.client-card-space .icon-box:hover {
    background-color: var(--yellow-color);
}

/* .page-template-page-landing-video header {
    display: none;
} */



.banner_text_heading {
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 50px;
    text-transform: capitalize;
    color: #000000
}

.mobiles-views {
    display: none;
}

.join-call-btn {
    background-color: #000000;
    color: #fff;
    padding: 15px 45px;
    font-size: 20px;
    border-radius: 0;
}

.join-call-btn:hover {
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
}

.similar_ebook_image {
    max-width: 60%;
}

.join-now {
    padding: 40px 0;
}

a.video_bottom_heading.heading_ebook_one {
    text-decoration: none;
}

.ebook_pointers ul li::marker {
    content: "✔";
}

.ebook_space {
    padding: 60px 0;
}

.ebook_head {
    font-size: 3.5rem;
    padding-bottom: 0;
    font-weight: 800;
}

.ebook_pointers ul li {
    padding-left: 10px;
}

.banner .box-content .hbspt-form {
    width: 100%;
}

.banner .box-title {
    height: 143px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner .contact-box-form .submitted-message {
    border-bottom: 2px solid var(--yellow-color);
}

.banner .cta-subscribe .box-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
}

.top_brands {
    font-weight: 800;
}

.form_section .cta-subscribe .box-content {
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* .form_section .contact-box-form .submitted-message {
  border-bottom: 2px solid var(--yellow-color);
} */

.form_section .cta-subscribe .box-content .hbspt-form {
    width: 100%;
}

a.video_bottom_heading:hover {
    color: #000000;
}

.form_section,
.ebook-banner {
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_ebook_img {
    width: 55%;
}

section.banner textarea {
    height: 100px;
}

.grecaptcha-badge {
    visibility: hidden !important;
    position: absolute !important;
}

.ebook-images {
    text-align: center;
}

.toggl-tab .tool-border picture {
    height: 100%;
    display: flex;
}

.pipeline-mobile .linear-grad {
    background: linear-gradient(to bottom, #cbcbcb, #464646);
    width: 5px;
    height: 100%;
    margin-left: auto;
    margin-top: 0;
}

.pipeline-mobile .heading {
    font-size: 18px !important;
    line-height: 30px !important;
}

.pipeline-mobile .linear-grad .arrow {
    transform: rotateZ(90deg);
    width: 14px;
    top: 97%;
    left: -4px;
}

.pipeline-mobile .box {
    padding-top: 0;
}

.page-template-page-devops .pipeline-mobile .linear-grad {
    height: 82%;
}

.page-template-page-devops .pipeline-desktop .linear-grad {
    width: 83%;
    left: 50px;
}

.pipeline-desktop .box::before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    border-radius: 26px;
    background-color: #ffe400;
    top: -17px;
    left: 0;
}

.page-template-aws-well-architected-review .pipeline-desktop .box::before,
.page-template-microsoft-azure-gold-partner .pipeline-desktop .box::before,
.page-template-page-site-reliability .pipeline-desktop .box::before,
.page-template-page-site-reliability .pipeline-desktop .box::before,
.page-template-page-devops .pipeline-desktop .box::before {
    top: -17px;
    left: 34px;
}

.book-right-img {
    position: absolute;
    top: 0;
}

.page-template-microsoft-azure-gold-partner .pipeline-desktop .linear-grad {
    width: 86%;
    height: 5px;
    left: 50px;
}

.page-template-aws-well-architected-review .pipeline-mobile .linear-grad {
    height: 78%;
}

.page-template-microsoft-azure-gold-partner .pipeline-mobile .linear-grad {
    width: 5px;
    height: 86%;
}

.page-template-page-disaster-recovery .pipeline-desktop .box::before {
    top: -17px;
    left: 34px;
}

.page-template-page-disaster-recovery .pipeline-desktop .linear-grad {
    width: 76%;
    left: 50px;
}

.page-template-page-disaster-recovery .pipeline-mobile .linear-grad {
    height: 75%;
}


/* single case study page css */

.case-study-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    background-attachment: scroll;
    background-position: 50% 55%;
}

.application,
.clients-testimonials {
    background-color: #f9f9f9;
}

.summary_title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
}

.summary .paragraph {
    font-size: 2rem;
    font-weight: 500;
    line-height: 25px;
    color: #fff;
}

.case-study-box {
    display: flex;
    justify-content: space-between;
}


.content-card .paragraph {
    font-size: 1.8rem;
    font-weight: 500;
}

.para_text h3,
.content-card .num {
    font-style: normal;
    font-weight: 500;
    font-size: 6.2rem;
    text-transform: capitalize;
    color: #000;
    line-height: 60px;
}

.results-cards {
    background: #f2f2f2;
}

.cards .content-box {
    border-radius: 15px;
    padding: 40px 30px 40px;
}

.second-accrdian,
.our-solution {
    background-color: var(--yellow-color);
}

.banner_btn_talk a {
    color: var(--yellow-color);
    border: 2px solid var(--yellow-color);
    padding: 15px 20px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 8px;
    display: inline-block;
    font-weight: 600;
}

.banner_btn_talk a:hover {
    color: #000000;
    border: 2px solid var(--yellow-color);;
    text-decoration: none;
    background-color: var(--yellow-color);

}

.download_btn {
    color: #000;
    border: 2px solid #000;
    padding: 15px 20px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 25px;
    text-align: center;
    cursor: pointer;
}

.download_btn p {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 0;
}

.btn_talk {
    display: flex;
    justify-content: center;
}

.btn_talk a {
    color: #000;
    border: 2px solid #000;
    padding: 13px 20px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 8px;
}

.color-bg-gradient,
.icon.spaced.gradient-bg {
    bottom: 0;
    background-color: #131312;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.single-case_studies .case-study-banner .banner-text {
  font-size: 50px;
}
.banner-text {
    color: #fff;
    font-weight: bold;
    font-size: 70px;
}

.case-study-bottom-banner {
    position: absolute;
    background-color: rgb(0 0 0 / 33%);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 0;
}

.pointers ul li::marker {
    content: "✔";
}

.pointers ul li {
    padding-left: 10px;
    margin-left: 15px;
    padding-bottom: 10px;
}

.text-small {
    font-size: 1.8rem;
    line-height: 2.1rem;
    letter-spacing: 0;
    font-weight: 400;
}

.col-4.banner_bottom_content.btn {
    justify-content: end;
}

.case-study-video iframe {
    border-radius: 10px;
    position: relative;
    left: 0;
    top: 0;
}

.box-content.case-studies-form li {
    list-style: none;
}

.btn-txt-read {
    font-size: 2.5rem;
}

.columns {
    flex: 1 0 calc(20% - 10px);
    display: inline-flex;
    padding: 23px 15px;
}

.down-arrow {
    font-size: 20px;
}

.slick-dots li:only-child {
    display: none;
}

.better-us-img {
    bottom: 0;
}

.download-case-study {
    background-image: url('/wp-content/uploads/2021/09/sc-banner-data-engineering.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.download-case-study .heading {
    color: var(--yellow-color);
}

.download-case-study .title {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 700;
}

.space-one-one {
    padding: 65px 0;
}

.casstudy-main-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100% - 94px);
    display: flex;
    align-items: center;
}

.book .hs_email label span {
    color: #000;
}
.details-part table,.details-part th,.details-part td {
    border: 1px solid #000000;
  }
  .download-case-study .submitted-message p:last-child{
    color: #fff;
  }
  .error-page{
    height: 500px;
    display: flex;
    align-items: center;
  }
  .sprite-images{
    background-image: url("/wp-content/uploads/2023/02/SC-Icons.png");
    background-size:auto;
    background-repeat: no-repeat;
  }
  .icon-contact{
    background-position: -931px -728px;
  }
  .icon-contact-one{
   background-position: -157px -43px;

  }
  .icon-contact-two{
    background-position:-776px -1235px ;
  }
  .icon-about-one{
background-position: -812px -47px;
  }
  .icon-about-two{
    background-position: -335px -53px;
  }
  .icon-how-we-differ-two{
    background-position: -497px -214px;
  }
  .icon-about-three{
    background-position: -659px -53px;;
  }
  .icon-how-we-differ-three{
    background-position: -1410px -220px;
  }
  .icon-how-we-differ-one{
    background-position: -1575px -215px;
  }
  .partnership-sprite{
    background-image: url("/wp-content/uploads/2023/02/SC-Logos.png");
    background-size:auto;
    background-repeat: no-repeat;
    filter: grayscale(100%);

  }
  .certificate-sprite{
    background-image: url("/wp-content/uploads/2023/02/SC-Logos.png");
    background-size:auto;
    background-repeat: no-repeat;
  }
  .partnership-aws-one{
    background-position: -647px -1042px;
  }
  .partnership-aws-two{
    background-position: -965px -812px;
  }
  .partnership-microsoft{
    background-position: -955px -133px;
  }
  .partnership-microsoft-one{
    background-position: -1271px -139px;
}
.partnership-google-cloud{
    background-position: -349px -138px;
}
.partnership-kuberneties{
background-position: -652px -136px;
}
.cloud-native{
    background-position: -955px -1053px;
}
.open-js{
    background-position: -24px -130px;
}
.icon-help-one{
background-position: -1406px -1383px;
}
.icon-help-two{
background-position: -33px -37px;
}
.icon-help-three{
background-position:-954px -1392px;
}
.icon-help-four{
    background-position: -1106px -1385px;
}
.enablement-solution-one{
    background-position: -638px -210px;
}
.enablement-solution-two{
    background-position: -1562px -1385px;
}
.enablement-solution-three{
    background-position: -800px -1055px;
}
.enablement-solution-four{
background-position: -797px -1376px;
}
.enablement-solution-five{
    background-position:-646px -1386px;
}
.enablement-solution-six{
    background-position: -338px -1383px;
}
.migration-help-one{
background-position: -1397px -547px;
}
.migration-help-two{
background-position: -1099px -551px;
}
.migration-help-three{
background-position:-644px -548px;
}
.migration-help-four{
background-position: -336px -554px;
}
.benifit-image-one {
    background-position: -151px -196px;
}
.icon-box-images{
    height: 135px;
    width: 145px;
    display: inline-block;
}
.benifit-image-two{
background-position: -155px -693px;
}
.benifit-image-three{
background-position: -1238px -30px;
}
.benifit-image-four{
background-position: -930px -195px;
}
.assessment-one{
background-position: -655px -344px;
}
.assessment-two{
background-position: -1577px -859px;
}
.assessment-three{
    background-position: -1268px -9px;
}
.assessment-four{background-position: -182px -852px;

}
.assessment-five{
    background-position: -634px -858px;
}
.assessment-six{
    background-position: -1566px -688px;
}
.modernization-help-one{
    background-position: -187px -220px;
}
.modernization-help-two{
    background-position: -1417px -385px;
}
.modernization-help-three{
    background-position: -1570px -387px;
}
.modernization-help-four{

    background-position:-1110px -216px;
}
.modernization-service-one{
background-position: -1417px -10px;
}
.modernization-service-two{
    background-position: -350px -1015px;
}
.modernization-service-three{
    background-position: -1414px -859px;
}
.modernization-service-four{
    background-position: -1568px -1188px;
}
.modernization-service-five{
    background-position: -26px -510px;
}
.containerize-service-five,
.modernization-service-six{
    background-position: -802px -1025px; 
}
.modernization-benifit-one{
background-position: -1549px -184px;
}
.modernization-benifit-two{
    background-position: -1244px -526px;
}
.modernization-benifit-three{
    background-position: -477px -1192px;
}
.modernization-benifit-four{
    background-position: -320px -526px;
}

.modernization-pipeline{
    background-position: -797px -377px;
}
.pipeline-images{
    height: 106px;
    width: 145px;
    display: inline-block;
}
.migration-pipeline{
    background-position: -641px -1376px;
}
.containerize-help-one{
    background-position: -186px -374px;
}
.containerize-help-two{
    background-position: -1266px -385px;
}
.containerize-help-three{
    background-position: -800px -380px;
}
.containerize-help-four{
background-position: -966px -1063px;
}
.containerize-service-one{
background-position: -1411px -1022px;
}
.containerize-service-two{
    background-position: -796px -346px;
}
.containerize-service-three{
    background-position: -1112px -1019px
}
.containerize-service-four{
    background-position: -967px -1024px;
}
.containerize-benifit-one{
    background-position: -1px -184px;
}
.containerize-benifit-two{
    background-position: -158px -179px;
}
.containerize-benifit-three{
    background-position: -930px -858px;
}
.devops-help-one{
    background-position: -26px -1389px;
}
.devops-help-two{
    background-position: -1406px -1226px;
}
.devops-help-three{
    background-position: -1107px -1224px;
}
.devops-help-four{
    background-position: -1259px -1221px;
}
.devops-service-one{
    background-position: -960px -1027px;
}
.devops-service-two{
background-position: -648px -1024px;
}
.devops-service-three{
    background-position: -1258px -1018px;
}
.devops-service-four{
    background-position: -506px -1018px;
}
.devops-service-five{
    background-position: -27px -1022px;
}
.devops-service-six{
    background-position: -1114px -848px;
}
.site-help-one{
    background-position: -652px -380px;
}
.site-help-two{
    background-position: -1120px -386px;
}
.site-help-three{
    background-position: -1565px -551px;
}
.site-help-four{
    background-position: -1572px -215px;
}
.site-service-one{
    background-position: -38px -181px;
}
.site-service-two{
    background-position: -185px -184px;
}
.site-service-three{
    background-position: -964px -858px;
}
.site-service-four{
    background-position: -36px -844px;
}
.site-service-five{
    background-position: -1114px -844px;
}
.toggle-one{
    background-position: -23px -716px;
}
.toggle-two{
    background-position: -643px -376px;
}
.security-help-one{
    background-position: -489px -556px;
}
.security-help-two{
    background-position: -19px -547px;
}
.security-help-three{
    background-position: -955px -1223px;
}
.security-help-four{
    background-position: -652px -374px;
}
.security-help-five{
    background-position: -793px -549px;
}
.security-help-six{
    background-position: -957px -384px;
}
.security-service-one{
    background-position: -655px -342px;
}
.security-service-two{
    background-position: -804px -851px
}
.security-service-three{
    background-position: -180px -1013px;
}
.security-service-four{
    background-position: -1418px -861px;
}
.security-service-five{
    background-position: -1565px -11px;
}
.security-service-six{
background-position: -1557px -1031px;
}
.data-help-one{
    background-position: -189px -548px;
}
.data-help-two{
    background-position: -957px -547px;
}
.data-help-three{
    background-position: -32px -377px;
}
.data-help-four{
    background-position: -496px -380px;
}
.benifit-data-one{
    background-position: -1241px -18px;
}
.benifit-data-two{

}
.benifit-data-three{
    background-position: -165px -184px;
}
.benifit-data-four{
    background-position: -780px -350px;
}
.benifit-data-five{
    background-position: -1542px -184px;
}
.benifit-data-six{
    background-position: -1089px -184px;
}
.data-pipeline{
    background-position: -1092px -878px;
}
.data-service-one{
background-position: -1404px -1019px;
}
.data-service-two{
background-position: -1410px -682px;
}
.data-service-three{
background-position: -339px -678px;
}
.data-service-four{
background-position: -1111px -685px;
}
.benifit-disaster-one{
    background-position: -164px -353px;
}
.benifit-disaster-two{
    background-position: -1225px -696px;
}
.benifit-disaster-three{
    background-position: -779px -190px;
}
.benifit-disaster-four{
    background-position: -1085px -524px;
}
.aws-icons{
    width: 275px;
    height: 175px;
}
.aws-one{
    background-position: -703px -1053px;
}
.aws-two{
    background-position: -1324px -372px;
}
.aws-three{
    background-position: -1649px -374px;
}
.aws-four{
    background-position: -993px -836px;
}
.aws-architect-one{
background-position: -1537px -12px;
}
.aws-architect-two{
    background-position: -1086px -856px
}
.aws-architect-three{
    background-position: -1086px -183px;
}
.aws-architect-service-one{
    background-position: -1272px -202px;
}
.aws-architect-service-two{
    background-position: -658px -702px;
}
.aws-architect-service-three{
    background-position: -338px -539px;
}
.aws-architect-service-four{
    background-position: -1572px -884px;
}
.aws-architect-service-five{
    background-position: -496px -1220px;
}
.aws-architect-service-six{
    background-position: -1414px -202px;
}
.aws-consulting-one{
    background-position: -1078px -1188px;
}
.aws-consulting-two{
background-position: -770px -1349px;
}
.aws-consulting-three{
    background-position: -161px -854px;
}
.aws-consulting-four{
    background-position: -12px 0px;
}
.aws-consulting-five{
    background-position: -17px -854px;
}
.aws-consulting-six{
    background-position: -1237px -346px;
}
.security-helpp-three{
    background-position: -955px -1220px;
}
.aws-consulting-sevice{
    background-position: -1564px -1216px;
    }
    .benifit-image-aws{
        background-position: -1253px -43px;
    }
    .aws-consulant-service{
        background-position: -642px -1042px;
    }
    .aws-consulant-benifit{
        background-position: -1261px -535px;
    }
    .microsoft-benifit{
        background-position: -767px -699px ;
    }
    .aws-service-one{
        background-position: -959px -881px
    }
   .microsoft-service-parter{
    background-position: -487px -208px;
   }
   .modernization-service-four-patner{
    background-position: -1556px -1225px
   }
   .aws-consulting-sevice-icon{
  background-position:   -1109px -702px;
   }
   .aws-consulting-service{
    background-position: -1556px -1222px;
   }
   .aws-cloud{
    background-position: -800px -1049px;
   }
   .kubernetes-benifit-one{
    background-position: -968px -1024px;
   }
   .kubernetes-benifit-two{
    background-position: -644px -1017px
   }
   .kubernetes-benifit-three{
    background-position: -799px -351px;
   }
   .kubernetes-benifit-four{
    background-position: -1262px -13px;
   }
   .kubernetes-benifit-five{
    background-position: -1108px -857px
   }
   .kubernetes-benifit-six{
    background-position: -1256px -519px
   }
   .kubernetes-service-one{
    background-position: -639px -1352px;
   }
   .kubernetes-service-two{
    background-position: -23px -522px;
   }
   .kubernetes-service-three{
    background-position: -184px -513px;
   }
   .kubernetes-service-four{
    background-position: -1406px -1017px;
   }
   .kubernetes-service-five{
    background-position: -1560px -1195px
   }
   .kubernetes-service-six{
    background-position: -955px -1024px
   }
   .kubernetes-service-seven{
    background-position: -1257px -1017px;
   }
   .kubernetes-service-eight{
    background-position: -36px -853px;
   }
   .kubernetes-service-nine{
    background-position: -1263px -352px;
   }
   .service-icon-one{
    background-position: -48px -691px
   }
   .service-icon-two{
    background-position: -1262px -521px;
   }
   .service-icon-three{
    background-position: -1122px -352px;
   }
   .service-icon-four{
    background-position: -968px -8px;
   }
   .service-icon-five{
    background-position: -340px -1188px

   }
   .service-icon-six{
    background-position: -30px -1190px;
   }
 .service-icon-seven{
    background-position: -190px -686px;
 }
 .service-icon-eight{
    background-position: -1117px -16px;
 }
 .impact-on-client-one{
    background-position: -48px -183px;
 }
 .impact-on-client-two{
    background-position: -1576px -178px;
 }
 .impact-on-client-three{
    background-position: -501px -1191px;
 }
 .aws-consulant-servicee{
    background-position: -654px -1041px;
 }

 .tech-capabilities-tools{
    background: url('/wp-content/uploads/2023/02/SC-Tools.png');
background-size: auto;
background-repeat: no-repeat;
filter: grayscale(100%);
background-color: #fff;
 }
 .technologies-capabilities-tools{
    background: url('/wp-content/uploads/2023/02/SC-Tools.png');
background-size: 1400px;
background-repeat: no-repeat;
filter: grayscale(100%);
background-color: #fff;
 }
 .partnership-sprite:hover,
 .technologies-capabilities-tools:hover{
    filter: none;
 }
 .tech-tools{
    width: 170px;
    height: 130px;
 }
 .tech-tools-logo{
width: 179px;
height: 130px;
 }
 .tool-one{
    background-position: -470px -6px;
 }
 .tool-two{
    background-position: -478px -868px;
 }
 .tool-three{
    background-position: -945px -128px;
 }
 .tool-four{
    background-position: -252px -368px;
 }
 .tool-five{
    background-position: -935px -736px;
 }
 .tool-six{
    background-position: -32px -241px;
 }
 .tools-one{
    background-position: -444px -492px;
 }
 .tools-two{
    background-position: -936px -861px;
 }
 .tools-three{
    background-position: -30px -619px;
 }
 .tools-four{
    background-position: -249px -729px;
 }
 .tools-five{
    background-position: -481px -729px;
 }
 .tools-six{
    background-position: -247px -488px;
 }
 .tools-seven{
    background-position: -254px -863px;
 }
 .tools-eight{
    background-position: -253px -3px;
 }
 .tools-nine{
    background-position: -1161px -734px;
 }
 .tools-ten{
    background-position: -992px -202px !important;
 }
 .tools-eleven{
    background-position: -709px -868px;
 }
 .tool-logo1{
    background-position: -706px -8px;
 }
 .tool-logo2{
    background-position: -941px -488px;
 }
 .tool-logo3{
    background-position: -1173px -866px;
 }
 .tool-logo4{
    background-position: -478px -125px;
 }
 .tool-logo5{
    background-position: -711px -490px;
 }
 .tool-logo6{
    background-position: -944px -620px;
 }
 .tool-logo7{
    background-position: -21px -737px;
 }
 .logo-one{
    background-position: -1155px -131px;
 }
 .logo-two{
    background-position: -28px -867px;
 }
.logo-three{
    background-position: -933px -5px;
}
.logo-four{
    background-position: -942px -376px;
}
.logo-five{
    background-position: -712px -376px;
}
.logo-six{
    background-position: -718px -244px;
}
.logo-seven{
    background-position: -250px -243px;
}
.logos-one{
    background-position: -1172px -490px;
}
.logos-two{
    background-position: -939px -243px;
}
.logos-three{
    background-position: -705px -734px;
}
.logos-four{
    background-position: -711px -131px;
}
.logo-img-one{
    background-position: -13px -132px;
}
.logo-img-two{
    background-position:-392px -200px !important;
}
.logo-img-three{
    background-position: -710px -622px;
}
.logo-img-four{

    background-position: -1167px -625px;

}
.logo-img-five{
    background-position: -252px -620px;
}
.logo-img-six{
    background-position: -30px -371px;
}
.logo-img-seven{
    background-position: -482px -619px;
}
.logo-img-eight{

    background-position: -1180px -368px;
}
.kubernetes-tool-images-one {
background-position: -675px -1216px;
}
.kubernetes-tool-images-two {
background-position: -367px -537px;
}
.kubernetes-tool-images-three{ 
background-position: -989px -1034px;
}
.kubernetes-tool-images-four{
background-position: -1301px -692px;
}
.kubernetes-tool-images-five {
background-position: -58px -874px;
}
.kubernetes-tool-images-six{
background-position: -1628px -703px;
}
.kubernetes-tool-images-seven {
background-position: -983px -38px;
}
.kubernetes-tool-images-eight{
background-position: -365px -219px;
}
.kubernetes-tool-images-nine{
background-position: -367px -35px;
}
.capabilities-tools {
    background: url(/wp-content/uploads/2023/02/SC-Tools.png);
    background-size: 1200px;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    background-color: #fff;
}

 /* new page css */
 .page-template-page-penetration-testing .main-footer,
 .page-template-page-penetration-testing header,
.page-template-page-penetration-testing .about-page{
  display: none;
}
.penetration-testing{
  background-image:url('/wp-content/uploads/2023/02/Successive-Cloud-Penetration-Testing.jpeg');
  position: relative;
  background-color: #fff;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 800px;    
}
.wave{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}
/* .highlights{
  background-image:url('/lp/modern-app-development-v1/images/files/parallax-bg/About-Successive-Cloud.png');
  position: relative;
  background-color: #fff;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;   
} */
.highlights{
    background-color: #f2f2f2;
}
.penetration__logo{
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
}
.penetration__logo img{
  margin-left: 0 !important;
}
.penetration__assessing{
  min-height: 800px;
}
.application-penetration{
  background-color: #f2f2f2;
}
.penetration__footer{
  background-color: #000;
}
.penetration__footer .social-links li .icon{
  color: #fff;
}
.penetration__footer .social-links li a{
  border: 1px solid #fff;
}
.text-dark-text{
  
    color: #fff;
}
.footerr-text,
.footer-text{
  color:#999999 !important;
}
.footer-text:hover{
    color: var(--yellow-color) !important;
}

.kubernetes-tool-images{
    width: 200px;
    height: 100px;
}
.tool-logo-kuber{
background-position: -358px -196px;
}
.logos-threes{
    background-position: -999px -1041px;
}
.tools-threes{
    background-position: -58px -856px;
}
.logos-ones{
    background-position: -1628px -695px;
}
.certificate-logo-one{
background-position: -394px -1078px;
}
.certificate-logo-two{
background-position: -717px -850px;
}
.certificate-logo-three{
background-position: -396px -850px;
}
.certificate-logo-four{
background-position: -103px -851px;
}
.certificate-logo-five{
background-position: -1684px -613px;}
.certificate-logo-seven{
background-position: -1033px -613px;
}
.certificate-logo-six{
background-position: -1339px -613px;}
.certificate-logo-eight{
background-position: -723px -613px;
}
.aws-parters{
    width: 100px;
    height: 180px;
}
.partners-one {
    background-position: 30px -1057px}
.partners-two{
    background-position:-1211px -830px
}
.partners-three{
    background-position: -1563px -829px;
}
.aws-certificate-one{
    background-position: -373px -392px;
}
.aws-certificate-two{
    background-position: -1011px -394px;
}
.aws-certificate-three{
background-position: -85px -392px;
}
.aws-certificate-four{
    background-position: -707px -394px;
}
.aws-certificate-five{
    background-position: -1669px -172px;
}
.aws-certificate-six{
    background-position: -92px -614px;
}
.aws-certificate-seven{
    background-position: -395px -614px;
}
.page-template-page-aws-consulting-partner .tools ul li{
    height: 135px;
}
.paragraph-text{
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 136.5%;
}
.about-tool-one{
background-position: -654px -12px;
}
.about-tool-two{
    background-position: -344px -1327px;
}
.about-tool-three{
    background-position: -1615px -187px;
}
.about-tool-four{
    background-position: -1601px -679px;
}
.about-tool-five{
background-position: -970px -1016px;
}
.about-tool-six{
background-position: -1280px -1194px;
}
.about-tool-seven{
    background-position: -23px -193px;
}
.about-tool-eight{
background-position: -29px -1338px;
}
.containerize-help-threee{
    background-position: -800px -362px;
}
.benifit-imagee-awss {
    background-position: -1274px -28px;
}
.benifit-image-awss {
    background-position: -1263px -28px;
}
.data-help-onee{
    background-position: -189px -531px;
}
.toggle-img-one{
    background-position: -1551px -893px ;
   
}
.toggle-img-two{
background-position: -633px -221px;
}
.azure-can-you-one{
    background-position: -156px -686px
}
.azure-can-you-two{
    background-position: -630px -1024px;
}
.azure-can-you-three{
    background-position: -780px -685px;
}
.azure-can-you-four{
    background-position: -155px -180px;
}


.section-content .banner_paragrapgh,
.section-content .heading{
    color: #fff;
}
.section-content {
    /* height: 400px; */
    /* position: absolute; */
    width: 100%;
    /* height: 100%; */
    background: no-repeat top center / cover;
    padding:160px 0 140px;

}
.page-template-page-aws-consulting-partner .col-12.col-md-4.mt-mb-cus {
    margin-top: 100px;
}
.join-call-btnn{
    background-color: #ffe400;
    color: #000;
    padding: 15px 45px;
    font-size: 20px;
    border-radius: 0;
    font-weight: 700;
}
.join-call-btnn:hover{
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
.page-template-listing-page .about-banner,
.page-template-page-infographic .about-banner{
    display: none;
}
.ebook-card-one{
    background-position: -45px -179px;
    }
    .ebook-card-two{
    background-position: -1576px -176px ;
    }
    .ebook-card-three{
    background-position:-502px -1188px ;
    }
.listing-tabs{
    font-size: 2rem;
    color: #7e7e7e;
    /* width: 95%; */
    /* padding: 15px !important;
    background: rgb(240, 240, 240) !important;
    margin: 10px 0;
    border-radius: 8px;
    border: 1px solid #d4d2d2 !important; */
}

.filter-tabs li.nav-item{
    display: flex;
    flex: 1 0 calc(20% - 10px);
    justify-content: center;
}
.listing-tabs.active{
    /* background-color: var(--yellow-color) !important; */
    color: #000;
    border-bottom: 2px solid #000 !important;
}
.filter-tabs .bottom-title {
    font-size: 2rem;
    color: #000;
    font-weight: 700;
}
.leverages{
    width: 16% !important;
    height: unset !important;
    margin: auto;
}
.sidebar-listingpage{
    padding: 24px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    border-radius: 15px;
}
.cta-subscribe .box-content .hs-button.primary.large{
    margin-top: 15px;
}
.sub-text-head{
    font-size: 3.5rem;
    line-height: 49px;
}
.testing_img{
width: 72px;
height: 72px;
}
.page-template-page-penetration-testing .our-solutions .icon-box .icon{
    top: -32px;
    left: 33px;
}
.page-template-page-penetration-testing .our-solutions .icon-box {
    padding: 60px 30px 30px;
}
.page-template-page-penetration-testing .get-in-touch{
    padding: 40px 0;
}
.page-template-page-penetration-testing .penetration-testing .cta-subscribe .box-content{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.filter-tabs .content{
       min-height: 72px;
 }
.penetration-testing .cta-subscribe .box-content{
   min-height: 400px;
}

.penetration-testing .submitted-message{
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        height: 355px;
        display: flex;
        align-items: center;
        justify-content: center;
 }
 .penetration-testing .wave{
    bottom: -2px;
 }
 .page-template-page-infographic .sidebar-head{
    font-size: 2.4rem;
 }
 

    