@media screen and (min-width: 240px) and (max-width: 499px) {
  .toggle_icon {
    display: block;
    float: right;
    width: auto;
    margin: 0;
    position: relative;
    height: 34px;
    padding: 6px 0px;
    z-index: 10;
    z-index: 999;
  }
  .toggle_icon b {
    width: 26px;
    height: 3px;
    background: #000;
    float: left;
    position: relative;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    transition: 0.2s ease-in-out;
    bottom: -10px;
  }
  .toggle_icon b:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    bottom: -20px;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b.creatCross {
    transform: rotate(45deg) translate(0px, 0);
    margin: 12px 0 0 0;
  }
  .toggle_icon b.creatCross:after {
    opacity: 0;
  }
  .toggle_icon b.creatCross:before {
    transform: rotate(-90deg) translate(19px, 0px);
  }
  .closeOverlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
  header {
    top: 20px;
  }
  header .headerContainer {
    width: 100%;
    padding: 0 12px;
  }
  header .headerContainer .headerInner {
    width: 100%;
  }
  header .headerContainer .headerInner .navListing {
    position: fixed;
    width: 70%;
    background-color: #090030;
    height: 100vh;
    top: 0;
    left: -70%;
    flex-flow: column;
    gap: 0;
    padding: 40px 0 0 0;
    transition: 0.3s ease-in-out;
    z-index: 999;
  }
  header .headerContainer .headerInner .navListing.activeNav {
    left: 0;
  }
  header .headerContainer .headerInner .navListing li {
    width: 100%;
    float: left;
  }
  header .headerContainer .headerInner .navListing li span.drop_down_icon {
    color: #fff;
    width: 50px;
    text-align: center;
    padding: 8px 0;
    right: 1px;
    z-index: 30;
    font-size: 20px;
  }
  header .headerContainer .headerInner .navListing li a {
    width: 100%;
    float: left;
    color: #fff !important;
    padding: 11px 21px;
    font-weight: 400 !important;
    font-size: 15px !important;
  }
  header .headerContainer .headerInner .navListing li .sub-menu {
    position: relative;
    width: 100%;
    float: left;
    top: 0;
    left: 8px;
    padding: 0;
  }
  header .headerContainer .headerInner .navListing li .sub-menu::after {
    top: -2px;
  }
  header .headerContainer .headerInner .navListing li .sub-menu li {
    width: 100%;
    margin: -1px 0 0 0;
    padding: 6px 15px;
  }
  header .headerContainer .headerInner .navListing li .sub-menu li a {
    color: #090030 !important;
    padding: 0 0;
    font-size: 13px;
  }
  header .headerContainer .headerInner a.headerBttn {
    position: fixed;
    bottom: 48px;
    z-index: 99;
    font-size: 14px;
    padding: 12px 26px;
    left: -200px;
    box-shadow: none;
    background: #fff;
    color: #000;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    z-index: 999;
  }
  header .headerContainer .headerInner a.headerBttn.show {
    left: 20px;
  }
  header.sticky {
    position: absolute;
    background-color: transparent;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    padding: 0 0;
  }
  .topPart {
    height: unset;
    background-position: top left, left top;
  }
  .topPart .paralaxBox {
    display: none !important;
  }
  .topPart::after {
    display: none;
  }
  .topPart::before {
    display: none;
  }
  .topPart .bigContainer {
    width: 100%;
    float: left;
    padding: 0;
    background: rgba(255, 255, 255, 0.3);
  }
  .topPart .bigContainer .topPartInner {
    margin: 130px 0 0 0;
    flex-flow: column;
    padding: 0 10px;
  }
  .topPart .bigContainer .topPartInner article {
    width: 100%;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .topPart .bigContainer .topPartInner article small {
    font-size: 14px;
    line-height: unset;
    margin: 0 0 6px 0;
  }
  .topPart .bigContainer .topPartInner article h1 {
    font-size: 24px;
    line-height: unset;
  }
  .topPart .bigContainer .topPartInner article p {
    font-size: 15px;
    line-height: unset;
    padding: 0;
    margin: 10px 0 0 0;
  }
  .topPart .bigContainer .topPartInner article .bttns {
    flex-flow: row wrap;
    justify-content: center;
    gap: 20px;
  }
  .topPart .bigContainer .topPartInner article .bttns .btnStyle {
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 8px;
    margin: 0px 0 0 0;
    float: none;
    display: inline-block;
  }
  .topPart .bigContainer .topPartInner article .bttns .videoBttn {
    font-size: 12px;
    gap: 8px;
  }
  .topPart .bigContainer .topPartInner article .bttns .videoBttn i {
    width: 37px;
    height: 37px;
    font-size: 15px;
  }
  .topPart .bigContainer .topPartInner .formStyle {
    width: 100%;
    margin: 40px 0 40px 0;
    border-radius: 15px;
    padding: 23px 8px;
    height: unset;
  }
  .topPart .bigContainer .aboutsection {
    flex-flow: column;
    margin: 30px 0;
    padding: 0 12px;
  }
  .topPart .bigContainer .aboutsection article {
    width: 100%;
    margin: 0 0 0 0 !important;
    opacity: 1 !important;
  }
  .topPart .bigContainer .aboutsection .pictureSection {
    width: 100%;
    flex-flow: column;
    margin: 35px 0 0 0;
  }
  .topPart .bigContainer .aboutsection .pictureSection picture {
    width: 100%;
    height: auto;
  }
  .topPart .bigContainer .aboutsection .pictureSection picture img {
    width: 100%;
    height: auto;
    margin: 0 0 0 0 !important;
    opacity: 1 !important;
  }
  .topPart .bigContainer .aboutsection .pictureSection .satisticsBar {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;
  }
  .topPart .bigContainer .aboutsection .pictureSection .satisticsBar .sBox {
    width: 49%;
    margin: 3px 0 !important;
    opacity: 1 !important;
  }
  .successStories {
    background-size: auto;
    padding: 0 12px;
  }
  .successStories .bigContainer {
    width: 100%;
    float: left;
    padding: 0;
  }
  .successStories .bigContainer .successInner {
    margin: 40px 0;
    flex-flow: column;
  }
  .successStories .bigContainer .successInner h2 {
    width: 100%;
    line-height: unset;
    font-size: 36px;
  }
  .successStories .bigContainer .successInner .successVideosWrap {
    width: 100%;
    margin: 30px 0 0 0;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 16px;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox {
    width: 100% !important;
    height: 400px;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox a.playVid {
    bottom: calc(60% - 23px);
    right: calc(50% - 22.5px);
    transform: scale(1.6);
    opacity: 1;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox a.playVid:hover {
    transform: scale(2);
    color: #ffc600;
    border-color: #ffc600;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox h4 {
    transform: rotate(0deg);
    left: 0;
    padding: 0 20px;
    bottom: 120px;
    font-size: 30px;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox p {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    bottom: 16px;
    color: #c0c0c0;
    opacity: 1;
    transition-delay: 0.2s;
  }
  .vidPopWrap {
    width: 100%;
  }
  .vidPopWrap .closeIcon {
    transform: scale(0.5);
    transform-origin: right top;
  }
  .vidPopWrap .vidPopContainer {
    width: 100%;
  }
  .vidPopWrap .vidPopContainer .bigContainer {
    width: 100%;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner {
    flex-flow: column-reverse;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner .videoWrap {
    width: 100%;
    height: 230px;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner article {
    width: 100%;
    margin: 17px 0 0 0;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner article h4 {
    font-size: 25px;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner article p {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: unset;
  }
  .clientSection {
    position: relative;
  }
  .clientSection .bigContainer {
    width: 100%;
    float: left;
    padding: 60px 0;
  }
  .clientSection .bigContainer .clientInner {
    margin: 0 0;
    flex-flow: column;
    padding: 0 10px;
  }
  .clientSection .bigContainer .clientInner h2 {
    width: 100%;
    line-height: unset;
    font-size: 36px;
  }
  .clientSection .bigContainer .clientInner .cLogoWrap {
    width: 100%;
    margin: 15px 0 35px 0;
    gap: 0;
  }
  .clientSection .bigContainer .clientInner .cLogoWrap .logoBox {
    width: 49%;
    float: left;
    border-radius: 0;
  }
  .serviceSection {
    padding: 0 10px;
    background-image: auto;
  }
  .serviceSection .bigContainer {
    width: 100%;
    float: left;
    padding: 0;
  }
  .serviceSection .bigContainer .serviceInner {
    flex-flow: column;
    margin: 40px 0;
  }
  .serviceSection .bigContainer .serviceInner picture {
    width: 100%;
    height: auto;
  }
  .serviceSection .bigContainer .serviceInner picture img {
    height: auto;
    margin: 0 0 0 !important;
    opacity: 1 !important;
  }
  .serviceSection .bigContainer .serviceInner .serviceContentainWrap {
    width: 100%;
    margin: 40px 0 0 0 !important;
    opacity: 1 !important;
  }
  .serviceSection .bigContainer .serviceInner .serviceContentainWrap .serviceSlider {
    margin: 30px 0 0 0;
  }
  .blogarticleWrap {
    padding: 0 10px;
  }
  .blogarticleWrap .bigContainer {
    width: 100%;
    float: left;
    padding: 0;
  }
  .blogarticleWrap .bigContainer .blogArticleInner {
    margin: 40px 0;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .blogBoxes {
    flex-flow: column;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .blogBoxes .blogBox {
    width: 100% !important;
    margin: 10px 0 !important;
    height: 280px;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .blogBoxes .blogBox article {
    width: 100% !important;
    padding: 0 15px !important;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .blogBoxes .blogBox article p {
    display: none;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .btnWrap {
    margin: 25px 0 0 0;
  }
  footer {
    width: 100%;
  }
  footer .footerContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  footer .footerContainer .footerInner {
    width: 100%;
    margin: 45px 0;
    flex-flow: column;
  }
  footer .footerContainer .footerInner .otherFootContainer {
    margin: 30px 0 0 0;
    flex-flow: column;
    width: 100%;
    gap: 25px;
  }
  footer .footerContainer .footerInner .otherFootContainer .footContain {
    width: 100%;
  }
  footer .footerContainer .footerInner .otherFootContainer .footContain ul li {
    width: 100% !important;
  }
  .contactPageWrap {
    width: 100%;
    float: left;
    background-position: top left, left top;
  }
  .contactPageWrap .paralaxBox {
    display: none !important;
  }
  .contactPageWrap .contactContainer {
    margin: 120px 0 40px 0;
    flex-flow: column;
    padding: 15px;
    background: none !important;
  }
  .contactPageWrap .contactContainer .gitSection {
    width: 100%;
  }
  .contactPageWrap .contactContainer .gitSection article {
    width: 100%;
    margin: 0 0;
  }
  .contactPageWrap .contactContainer .gitSection article span.bigText {
    line-height: 81px;
  }
  .contactPageWrap .contactContainer .gitSection article span.bigText strong {
    font-size: 87px;
  }
  .contactPageWrap .contactContainer .contactFormWrap {
    width: 100%;
  }
  .contactPageWrap .contactContainer .contactFormWrap .contactFormInner {
    width: 100%;
  }
  .aboutusPageCompleteWrap {
    width: 100%;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart {
    width: 100%;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart::after {
    display: none;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain {
    margin: 115px 0 0 0;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer {
    width: 100%;
    padding: 0 10px;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner {
    flex-flow: column;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner article {
    width: 100%;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner article h1 {
    font-size: 20px;
    line-height: unset;
    text-align: center;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner article p {
    font-size: 14px;
    line-height: unset;
    margin: 17px 0 0 0;
    text-align: center;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner article .sdTopBttnWrap {
    flex-flow: column;
    gap: 8px;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner picture {
    width: 100%;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner picture img {
    width: 100%;
  }
  .mvTotalBlock {
    width: 100%;
    padding: 0 10px;
  }
  .mvTotalBlock .mvContainer {
    width: 100%;
  }
  .mvTotalBlock .mvContainer .mvTotalBlockInner {
    width: 100%;
    flex-flow: column;
  }
  .mvTotalBlock .mvContainer .mvTotalBlockInner .mvtextsection {
    width: 100%;
  }
  .mvTotalBlock .mvContainer .mvTotalBlockInner picture {
    width: 100%;
  }
  .behindPart {
    width: 100%;
    padding: 20px 12px;
  }
  .behindPart .bigContainer {
    width: 100%;
    flex-flow: column;
    padding: 0;
  }
  .behindPart .bigContainer picture {
    width: 100%;
  }
  .behindPart .bigContainer article {
    margin: 50px 0 0 0;
    width: 100%;
  }
  .awards {
    padding: 55px 12px;
  }
  .awards .bigContainer {
    width: 100%;
  }
  .awards .bigContainer h2 {
    font-size: 35px;
  }
  .allInnerWrapper.caseStudies {
    padding: 245px 0 40px 0;
  }
  .allInnerWrapper.caseStudies .bigContainer {
    width: 100%;
    float: left;
    padding: 0 12px;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner {
    width: 100%;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner ul.list__blog {
    flex-flow: column;
    gap: 30px;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner ul.list__blog .read_this_content {
    width: 100%;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner ul.list__blog .read_this_content .list_img {
    padding: 0 0;
  }
  .singleTestimonialWrap {
    margin: 40px 0;
  }
  .singleTestimonialWrap .singleTestimonialContainer {
    width: 100%;
  }
  .singleTestimonialWrap .singleTestimonialContainer .singleTestimonialInner {
    padding: 0;
  }
  .singleTestimonialWrap .singleTestimonialContainer .singleTestimonialInner .stTextbox {
    padding: 50px 28px 24px;
  }
  .singleTestimonialWrap .singleTestimonialContainer .singleTestimonialInner .stPerson {
    padding: 0 15px;
    gap: 10px;
  }
  .singleTestimonialWrap .singleTestimonialContainer .singleTestimonialInner .stPerson picture {
    min-width: 70px;
    max-width: 70px;
  }
  .bottonContactWrap {
    padding: 0 0;
  }
  .bottonContactWrap .bcwContainer {
    width: 100%;
    margin: 0;
  }
  .bottonContactWrap .bcwContainer .bcwInner {
    padding: 50px 12px;
    flex-flow: column;
  }
  .bottonContactWrap .bcwContainer .bcwInner:after {
    display: none;
  }
  .bottonContactWrap .bcwContainer .bcwInner .bcwTextContents {
    width: 100%;
  }
  .bottonContactWrap .bcwContainer .bcwInner .bcwTextContents h4 {
    font-size: 35px;
    line-height: unset;
  }
  .bottonContactWrap .bcwContainer .bcwInner .bcwTextContents .singleTestimonialWrap.small-testi-box {
    padding: 0;
  }
  .bottonContactWrap .bcwContainer .bcwInner .bcwContactContent {
    width: 100%;
    margin: 35px 0 0 0;
  }
  .usedTechnology {
    width: 100%;
    background-color: #705bff;
  }
  .usedTechnology.hap {
    background-color: #705bff;
  }
  .usedTechnology .bigContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .usedTechnology .bigContainer .technologyinner {
    flex-flow: column;
    margin: 50px 0;
  }
  .usedTechnology .bigContainer .technologyinner article {
    width: 100%;
  }
  .usedTechnology .bigContainer .technologyinner .technologies {
    width: 100%;
    gap: 2%;
    margin: 20px 0 0 0;
  }
  .usedTechnology .bigContainer .technologyinner .technologies .logo {
    width: 32%;
    float: left;
    transform: translate(0, 0px) !important;
    height: 115px;
    margin: 4px 0;
    border-radius: 10px;
  }
  .pricingWrap {
    width: 100%;
    padding: 0 10px;
  }
  .pricingWrap .pContainer {
    margin: 40px 0;
  }
  .pricingWrap .pContainer .pInner {
    flex-flow: column;
    gap: 20px;
  }
  .pricingWrap .pContainer .pInner h2 {
    margin: 0 0 15px 0;
    font-size: 24px;
  }
  .pricingWrap .pContainer .pInner .priceBox {
    width: 100%;
    float: left;
    padding: 40px 20px;
  }
  .hapBrands {
    padding: 45px 0;
  }
  .whyHireWrap {
    width: 100%;
    padding: 0 10px;
  }
  .whyHireWrap .whContainer {
    width: 100%;
    margin: 40px 0;
  }
  .whyHireWrap .whContainer .whInner {
    width: 100%;
  }
  .whyHireWrap .whContainer .whInner::after {
    display: none;
  }
  .whyHireWrap .whContainer .whInner .whBlock {
    width: 100%;
    flex-flow: column;
  }
  .whyHireWrap .whContainer .whInner .whBlock::after {
    display: none;
  }
  .whyHireWrap .whContainer .whInner .whBlock:nth-child(even) {
    flex-flow: column;
  }
  .whyHireWrap .whContainer .whInner .whBlock picture {
    width: 100%;
    height: auto;
  }
  .whyHireWrap .whContainer .whInner .whBlock picture img {
    width: 100%;
    height: auto;
  }
  .whyHireWrap .whContainer .whInner .whBlock article {
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .certificatsWrap {
    width: 100%;
  }
  .certificatsWrap .cContainer {
    width: 100%;
  }
  .serviceHeroHeader {
    background: none;
    height: unset;
  }
  .serviceHeroHeader .serviceHeroContain {
    width: 100%;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer {
    width: 100%;
    padding: 0 10px;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer .shInner {
    margin: 140px 0 0 0;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer .shInner article {
    width: 100%;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer .shInner article h1 {
    font-size: 40px;
    line-height: unset;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer .shInner article p {
    margin: 10px 0 0 0;
  }
  .serviceSmallblocks {
    margin: 45px 0;
  }
  .serviceSmallblocks .bigContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .serviceSmallblocks .bigContainer .ssbInner {
    flex-flow: column;
  }
  .serviceSmallblocks .bigContainer .ssbInner .ssBlocks {
    flex-flow: column;
    width: 100%;
  }
  .serviceSmallblocks .bigContainer .ssbInner .ssBlocks .sBox {
    transform: translate(0, 0) !important;
    width: 100%;
  }
  .serviceSmallblocks .bigContainer .ssbInner article {
    width: 100%;
  }
  .serviceSmallblocks .bigContainer .ssbInner article h1 {
    font-size: 30px;
    line-height: unset;
  }
  .serviceSmallblocks .bigContainer .ssbInner article h1 small {
    margin: 0 0 23px 0;
  }
  .serviceSmallblocks .bigContainer .ssbInner article .textWrap {
    height: auto;
  }
  .serviceSmallblocks .bigContainer .ssbInner article .textWrap .showHideTxt {
    display: none;
  }
  .allservicesList {
    width: 100%;
  }
  .allservicesList .bigContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .allservicesList .bigContainer .asInner {
    margin: 20px 0;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock {
    flex-flow: column;
    padding: 35px 0;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock picture {
    width: 100%;
    height: auto;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock picture img {
    width: 100%;
    height: auto;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock article {
    width: 100%;
    margin: 25px 0 0 0;
  }
  .serviceDetailsTopWrap {
    min-height: unset;
    background-size: 50%;
    padding: 0 10px;
  }
  .serviceDetailsTopWrap::after {
    display: none;
  }
  .serviceDetailsTopWrap .sDetailsContainer {
    width: 100%;
    margin: 120px 0 50px 0;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner {
    flex-flow: column-reverse;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner picture {
    width: 100%;
    padding: 0 20px;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner picture img {
    width: 100%;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText {
    margin: 45px 0 0 0;
    width: 100%;
    text-align: center;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText h1 {
    font-size: 15px;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText span.bigText {
    font-size: 29px;
    line-height: unset;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText span.bigText:after {
    left: calc(50% - 49.5px);
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText .sdTopBttnWrap {
    gap: 10px;
    margin: 52px 0 0 0;
    flex-flow: column;
  }
  .textContentBigWrap {
    background: #e2f4ff;
    padding: 55px 0;
    min-height: unset;
  }
  .textContentBigWrap .textcontantContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .textContentBigWrap .textcontantContainer .textContentInner {
    width: 100%;
    margin: 0 0;
  }
  .textContentBigWrap .textcontantContainer .textContentInner h2 {
    font-size: 23px;
    line-height: unset;
  }
  .textContentBigWrap .textcontantContainer .textContentInner p {
    font-size: 15px;
    line-height: 30px;
    color: #363541;
    margin: 20px 0 0 0;
  }
  .trustedOrganizationWrap {
    width: 100%;
    float: left;
  }
  .trustedOrganizationWrap .toContainer {
    width: 100%;
    float: left;
    margin: 0 10px;
  }
  .trustedOrganizationWrap .toContainer .toInner {
    width: 100%;
    margin: 55px 0;
  }
  .trustedOrganizationWrap .toContainer .toInner h3 {
    font-size: 25px;
  }
  .trustedOrganizationWrap .toContainer .toInner p {
    margin: 18px 0 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
  }
  .trustedOrganizationWrap .toContainer .toInner .statsBoxesMain {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 53px 0 0 0;
    gap: 22px;
  }
  .servicesBlockWrap {
    width: 100%;
  }
  .servicesBlockWrap .bigContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .servicesBlockWrap .bigContainer .servicesBlockInner {
    margin: 50px 0;
  }
  .servicesBlockWrap .bigContainer .servicesBlockInner .servicesBoxesWrap {
    flex-flow: column;
    gap: 20px;
  }
  .servicesBlockWrap .bigContainer .servicesBlockInner .servicesBoxesWrap .serviceBox {
    width: 100%;
  }
  .encuragemainWrap {
    width: 100%;
  }
  .encuragemainWrap .encurageContainer {
    width: 100%;
    padding: 0 10px;
    margin: 45px 0;
  }
  .encuragemainWrap .encurageContainer .encurageInner {
    flex-flow: column;
  }
  .encuragemainWrap .encurageContainer .encurageInner picture {
    width: 100%;
    height: 500px;
  }
  .encuragemainWrap .encurageContainer .encurageInner picture span.image_01 {
    width: 100%;
    height: auto;
    left: 0;
  }
  .encuragemainWrap .encurageContainer .encurageInner picture span.image_02 {
    width: 40%;
    top: 332px !important;
    height: 142px;
  }
  .encuragemainWrap .encurageContainer .encurageInner picture span.image_03 {
    top: 200px;
    width: 49%;
    height: auto;
  }
  .encuragemainWrap .encurageContainer .encurageInner article {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .encuragemainWrap .encurageContainer .encurageInner article .textWrap {
    height: unset;
  }
  .encuragemainWrap .encurageContainer .encurageInner article .textWrap a.showHideTxt {
    display: none;
  }
  .hapservicesWrap {
    width: 100%;
    padding: 50px 0;
  }
  .hapservicesWrap .hapContainer {
    width: 100%;
  }
  .hapservicesWrap .hapContainer .hapInner {
    padding: 0 10px;
  }
  .hapservicesWrap .hapContainer .hapInner .hapHeader p {
    width: 100%;
  }
  .hapservicesWrap .hapContainer .hapInner .hapContents {
    flex-flow: column;
  }
  .hapservicesWrap .hapContainer .hapInner .hapContents .hapBox {
    width: 100%;
  }
  .singleCaseStudies {
    width: 100%;
  }
  .singleCaseStudies .bigContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .careerToptext {
    width: 100%;
  }
  .careerToptext .ctContainer {
    width: 1050px;
  }
  .careerToptext .ctContainer .ctInner {
    padding: 0 10px;
  }
  .careerToptext .ctContainer .ctInner .ctBox {
    flex-flow: column;
    margin: 0 0 30px 0;
  }
  .careerToptext .ctContainer .ctInner .ctBox picture {
    width: 100%;
  }
  .careerToptext .ctContainer .ctInner .ctBox article {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .careerToptext .ctContainer .ctInner .ctBox.second {
    flex-flow: column;
  }
  .workBenifits {
    width: 100%;
  }
  .workBenifits .wbContainer {
    width: 100%;
    padding: 0 10px;
  }
  .workBenifits .wbContainer .wbInner {
    padding: 50px 0;
  }
  .workBenifits .wbContainer .wbInner h2 {
    font-size: 35px;
  }
  .workBenifits .wbContainer .wbInner .wbBoxesWrap {
    margin: 20px 0 0 0;
  }
  .workBenifits .wbContainer .wbInner .wbBoxesWrap .wbBox {
    width: 50%;
    padding: 5px 0;
  }
  .ourteamSliderWrap {
    width: 100%;
  }
  .ourteamSliderWrap .tealSlidercontainer {
    width: 100%;
    padding: 0 10px;
  }
  .ourteamSliderWrap .tealSlidercontainer .tealSliderInner {
    margin: 50px 0;
  }
  .ourteamSliderWrap .tealSlidercontainer .tealSliderInner img {
    width: 100%;
    height: auto;
  }
  .applyJonOnlineWrap {
    padding: 0 10px;
  }
  .applyJonOnlineWrap .ajoContainer {
    width: 100%;
  }
  .applyJonOnlineWrap .ajoContainer .ajoInner {
    gap: 0;
    margin: 50px 0 40px 0;
    flex-flow: column;
  }
  .applyJonOnlineWrap .ajoContainer .ajoInner h2 {
    font-size: 30px;
  }
  .applyJonOnlineWrap .ajoContainer .ajoInner .ajoBox {
    width: 100%;
  }
  .applyJonOnlineWrap .ajoContainer .ajoInner .ajoBox.mail {
    margin: 20px 0 0 0;
  }
  .blogDetails {
    padding: 250px 10px 140px;
  }
  .blogDetails .bigContainer {
    width: 100%;
    float: left;
  }
  header .innerHeaderText {
    font-size: 22px;
  }
  .allInnerWrapper.blogListing {
    padding: 200px 0 40px 0;
  }
  .allInnerWrapper.blogListing .bigContainer {
    width: 100%;
    padding: 0 10px;
  }
  .allInnerWrapper.blogListing .bigContainer .allInnerInner {
    width: 100%;
  }
  .allInnerWrapper.blogListing .bigContainer .allInnerInner .blogDescriptionText {
    margin: 25px 0 4px 0;
  }
  .allInnerWrapper.blogListing .bigContainer .allInnerInner ul.list__blog li {
    width: 100%;
  }
  .allInnerWrapper.blogListing .bigContainer .allInnerInner ul.list__blog li .list_img {
    padding: 0 0;
    margin: 15px 0;
  }
  .notFoundPage .notFoundContainer {
    width: 100%;
    margin: 190px 0 103px 0;
  }
  .notFoundPage .notFoundContainer .notFoundInner {
    width: 100%;
  }
  .notFoundPage .notFoundContainer .notFoundInner h1 {
    font-size: 120px;
  }
  /****************************************  careerPage top  *******************************/
  .careerWrap {
    padding: 0;
  }
  .careerWrap .careerTopPart {
    width: 100%;
  }
  .careerWrap .careerTopPart::after {
    display: none;
  }
  .careerWrap .careerTopPart .careerTopContainer {
    width: 100%;
    padding: 0 10px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner {
    flex-flow: column-reverse;
    margin: 130px 0 40px 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner article {
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner article span.bigText {
    font-size: 46px;
    line-height: 57px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner article p {
    margin: 20px 0 0 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner article .sdTopBttnWrap {
    flex-flow: column;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture {
    width: 100%;
    margin: -30px 0 35px 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity {
    transform: scale(0.5);
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_01 {
    top: 50px;
    left: -56px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_02 {
    bottom: 55px;
    left: -50px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_03 {
    bottom: inherit;
    right: -69px;
    top: 115px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_04 {
    bottom: -27px;
    right: -59px;
  }
  /*************************** our products *****************/
  .productPageHeroHeader {
    width: 100%;
  }
  .productPageHeroHeader .heroHeaderContents {
    margin: 140px 0 0 0;
    flex-flow: column;
    width: 95%;
  }
  .productPageHeroHeader .heroHeaderContents article {
    width: 100%;
    text-align: center;
  }
  .productPageHeroHeader .heroHeaderContents article h1 {
    font-size: 25px;
    line-height: unset;
  }
  .productPageHeroHeader .heroHeaderContents article a.scrollBttn {
    float: none;
    display: inline-block;
  }
  .productPageHeroHeader .heroHeaderContents picture {
    width: 100%;
    position: relative;
    top: 30px;
  }
  .clientsLogoWrap {
    gap: 17px;
  }
  .clientsLogoWrap a img {
    width: 100px;
    height: 80px;
  }
  .productsWrapComplete {
    position: relative;
  }
  .productsWrapComplete h2 {
    font-size: 45px;
  }
  .productsWrapComplete .productsMain {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .productsWrapComplete .productsMain .productBox {
    width: 100%;
    margin: 85px 0 0 0;
    flex-flow: column;
  }
  .productsWrapComplete .productsMain .productBox picture {
    width: 100%;
    height: 370px;
    padding: 0 10px;
  }
  .productsWrapComplete .productsMain .productBox picture .step {
    height: 300px;
    width: 300px;
  }
  .productsWrapComplete .productsMain .productBox article {
    width: 100%;
    float: left;
    padding: 0 15px;
    text-align: center;
    margin: 15px 0 0 0;
  }
  .productsWrapComplete .productsMain .productBox article a.btns {
    float: none;
    display: inline-block;
  }
  .productsWrapComplete .productsMain .productBox article h3 {
    font-size: 23px;
    line-height: unset;
  }
  .productsWrapComplete .productsMain .productBox:nth-child(even) {
    flex-flow: column;
  }
  .withFlipWrap .servicesBoxesWrapWithFlip {
    gap: 70px;
  }
  .workAblionVidPopWrap .videoMain {
    width: 323px;
    height: 195px;
    float: left;
  }
  .workAblionVidPopWrap .videoMain .closeWap {
    top: -70px;
    right: 0;
    font-size: 50px;
  }
  .blogSectionWrap {
    position: relative;
  }
  .blogSectionWrap .blogContainer {
    width: 100%;
  }
  .blogSectionWrap h2 {
    font-size: 25px;
  }
  .blogSectionWrap h2::after {
    display: none;
  }
}
@media screen and (min-width: 500px) and (max-width: 699px) {
  .toggle_icon {
    display: block;
    float: right;
    width: auto;
    margin: 0;
    position: relative;
    height: 34px;
    padding: 6px 0px;
    z-index: 10;
    z-index: 999;
  }
  .toggle_icon b {
    width: 26px;
    height: 3px;
    background: #000;
    float: left;
    position: relative;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    transition: 0.2s ease-in-out;
    bottom: -10px;
  }
  .toggle_icon b:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    bottom: -20px;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b.creatCross {
    transform: rotate(45deg) translate(0px, 0);
    margin: 12px 0 0 0;
  }
  .toggle_icon b.creatCross:after {
    opacity: 0;
  }
  .toggle_icon b.creatCross:before {
    transform: rotate(-90deg) translate(19px, 0px);
  }
  .closeOverlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
  header {
    top: 20px;
  }
  header .headerContainer {
    width: 100%;
    padding: 0 12px;
  }
  header .headerContainer .headerInner {
    width: 100%;
  }
  header .headerContainer .headerInner .navListing {
    position: fixed;
    width: 70%;
    background-color: #090030;
    height: 100%;
    top: 0;
    left: -70%;
    flex-flow: column;
    gap: 0;
    padding: 40px 0 0 0;
    transition: 0.3s ease-in-out;
    z-index: 999;
  }
  header .headerContainer .headerInner .navListing.activeNav {
    left: 0;
  }
  header .headerContainer .headerInner .navListing li {
    width: 100%;
    float: left;
  }
  header .headerContainer .headerInner .navListing li span.drop_down_icon {
    color: #fff;
    width: 50px;
    text-align: center;
    padding: 8px 0;
    right: 1px;
    z-index: 30;
    font-size: 20px;
  }
  header .headerContainer .headerInner .navListing li a {
    width: 100%;
    float: left;
    color: #fff !important;
    padding: 11px 21px;
    font-weight: 400 !important;
  }
  header .headerContainer .headerInner .navListing li .sub-menu {
    position: relative;
    width: 100%;
    float: left;
    top: 0;
    left: 8px;
    padding: 0;
  }
  header .headerContainer .headerInner .navListing li .sub-menu::after {
    top: -2px;
  }
  header .headerContainer .headerInner .navListing li .sub-menu li {
    width: 100%;
    margin: -1px 0 0 0;
    padding: 8px 15px;
  }
  header .headerContainer .headerInner .navListing li .sub-menu li a {
    color: #090030 !important;
    padding: 0 0;
  }
  header .headerContainer .headerInner a.headerBttn {
    position: fixed;
    bottom: 48px;
    z-index: 99;
    font-size: 14px;
    padding: 12px 26px;
    left: -200px;
    box-shadow: none;
    background: #fff;
    color: #000;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    z-index: 999;
  }
  header .headerContainer .headerInner a.headerBttn.show {
    left: 20px;
  }
  header.sticky {
    position: absolute;
    background-color: transparent;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    padding: 0 0;
  }
  .topPart {
    height: unset;
    background-position: top left, left top;
  }
  .topPart .paralaxBox {
    display: none !important;
  }
  .topPart::after {
    display: none;
  }
  .topPart::before {
    display: none;
  }
  .topPart .bigContainer {
    width: 100%;
    float: left;
    padding: 0;
    background: rgba(255, 255, 255, 0.3);
  }
  .topPart .bigContainer .topPartInner {
    margin: 130px 0 0 0;
    flex-flow: column;
    padding: 0 10px;
  }
  .topPart .bigContainer .topPartInner article {
    width: 100%;
    text-align: center;
  }
  .topPart .bigContainer .topPartInner article small {
    font-size: 14px;
    line-height: unset;
    margin: 0 0 6px 0;
  }
  .topPart .bigContainer .topPartInner article h1 {
    font-size: 24px;
    line-height: unset;
  }
  .topPart .bigContainer .topPartInner article p {
    font-size: 15px;
    line-height: unset;
    padding: 0;
    margin: 10px 0 0 0;
  }
  .topPart .bigContainer .topPartInner article .bttns {
    flex-flow: row wrap;
    justify-content: center;
    gap: 20px;
  }
  .topPart .bigContainer .topPartInner article .bttns .btnStyle {
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 8px;
    margin: 0px 0 0 0;
    float: none;
    display: inline-block;
  }
  .topPart .bigContainer .topPartInner article .bttns .videoBttn {
    font-size: 12px;
    gap: 8px;
  }
  .topPart .bigContainer .topPartInner article .bttns .videoBttn i {
    width: 37px;
    height: 37px;
    font-size: 15px;
  }
  .topPart .bigContainer .topPartInner .formStyle {
    width: 100%;
    margin: 40px 0 40px 0;
    border-radius: 15px;
    padding: 23px 8px;
    height: unset;
  }
  .topPart .bigContainer .aboutsection {
    flex-flow: column;
    margin: 30px 0;
    padding: 0 12px;
  }
  .topPart .bigContainer .aboutsection article {
    width: 100%;
  }
  .topPart .bigContainer .aboutsection .pictureSection {
    width: 100%;
    flex-flow: column;
    margin: 35px 0 0 0;
  }
  .topPart .bigContainer .aboutsection .pictureSection picture {
    width: 100%;
    height: auto;
  }
  .topPart .bigContainer .aboutsection .pictureSection picture img {
    width: 100%;
    height: auto;
  }
  .topPart .bigContainer .aboutsection .pictureSection .satisticsBar {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;
  }
  .topPart .bigContainer .aboutsection .pictureSection .satisticsBar .sBox {
    width: 49%;
    margin: 3px 0;
  }
  .successStories {
    background-size: auto;
    padding: 0 12px;
  }
  .successStories .bigContainer {
    width: 100%;
    float: left;
    padding: 0;
  }
  .successStories .bigContainer .successInner {
    margin: 40px 0;
    flex-flow: column;
  }
  .successStories .bigContainer .successInner h2 {
    width: 100%;
    line-height: unset;
    font-size: 45px;
    text-align: center;
  }
  .successStories .bigContainer .successInner .successVideosWrap {
    width: 100%;
    margin: 30px 0 0 0;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 0;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox {
    width: 100% !important;
    height: 400px;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox a.playVid {
    bottom: calc(60% - 23px);
    right: calc(50% - 22.5px);
    transform: scale(1.6);
    opacity: 1;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox a.playVid:hover {
    transform: scale(2);
    color: #ffc600;
    border-color: #ffc600;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox h4 {
    transform: rotate(0deg);
    left: 0;
    padding: 0 20px;
    bottom: 120px;
    font-size: 30px;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox p {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    bottom: 16px;
    color: #c0c0c0;
    opacity: 1;
    transition-delay: 0.2s;
  }
  .vidPopWrap {
    width: 100%;
  }
  .vidPopWrap .closeIcon {
    transform: scale(0.5);
    transform-origin: right top;
  }
  .vidPopWrap .vidPopContainer {
    width: 100%;
  }
  .vidPopWrap .vidPopContainer .bigContainer {
    width: 100%;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner {
    flex-flow: column-reverse;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner .videoWrap {
    width: 100%;
    height: 230px;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner article {
    width: 100%;
    margin: 17px 0 0 0;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner article h4 {
    font-size: 25px;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner article p {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: unset;
  }
  .clientSection {
    position: relative;
  }
  .clientSection .bigContainer {
    width: 100%;
    float: left;
    padding: 60px 0;
  }
  .clientSection .bigContainer .clientInner {
    margin: 0 0;
    flex-flow: column;
    padding: 0 10px;
  }
  .clientSection .bigContainer .clientInner h2 {
    width: 100%;
    line-height: unset;
    font-size: 36px;
  }
  .clientSection .bigContainer .clientInner .cLogoWrap {
    width: 100%;
    margin: 15px 0 35px 0;
    gap: 0;
  }
  .clientSection .bigContainer .clientInner .cLogoWrap .logoBox {
    width: 33%;
    float: left;
    border-radius: 0;
  }
  .serviceSection {
    padding: 0 10px;
    background-image: auto;
  }
  .serviceSection .bigContainer {
    width: 100%;
    float: left;
    padding: 0;
  }
  .serviceSection .bigContainer .serviceInner {
    flex-flow: column;
    margin: 40px 0;
  }
  .serviceSection .bigContainer .serviceInner picture {
    width: 100%;
    height: auto;
  }
  .serviceSection .bigContainer .serviceInner picture img {
    height: auto;
  }
  .serviceSection .bigContainer .serviceInner .serviceContentainWrap {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .serviceSection .bigContainer .serviceInner .serviceContentainWrap .serviceSlider {
    margin: 30px 0 0 0;
  }
  .blogarticleWrap {
    padding: 0 10px;
  }
  .blogarticleWrap .bigContainer {
    width: 100%;
    float: left;
    padding: 0;
  }
  .blogarticleWrap .bigContainer .blogArticleInner {
    margin: 40px 0;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .blogBoxes {
    flex-flow: row wrap;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .blogBoxes .blogBox {
    width: 49% !important;
    margin: 6px 0 !important;
    height: 280px;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .blogBoxes .blogBox article {
    width: 100% !important;
    padding: 0 15px !important;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .blogBoxes .blogBox article p {
    display: none;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .btnWrap {
    margin: 25px 0 0 0;
  }
  footer {
    width: 100%;
  }
  footer .footerContainer {
    width: 100%;
    float: left;
    padding: 0 25px;
  }
  footer .footerContainer .footerInner {
    width: 100%;
    margin: 45px 0;
    flex-flow: column;
    align-items: center;
  }
  footer .footerContainer .footerInner .footBlockInfo {
    width: 308px;
  }
  footer .footerContainer .footerInner .footBlockInfo .footLogo {
    text-align: center;
  }
  footer .footerContainer .footerInner .footBlockInfo .footLogo img {
    float: none;
  }
  footer .footerContainer .footerInner .footBlockInfo .socialMedia {
    justify-content: center;
  }
  footer .footerContainer .footerInner .footBlockInfo .seoWrap {
    justify-content: center;
    align-items: center;
    margin: 30px 0 0 0;
    gap: 8px;
  }
  footer .footerContainer .footerInner .otherFootContainer {
    margin: 30px 0 0 0;
    flex-flow: row wrap;
    width: 100%;
    gap: 0;
  }
  footer .footerContainer .footerInner .otherFootContainer .footContain {
    width: 50%;
    margin: 30px 0 0 0;
  }
  footer .footerContainer .footerInner .otherFootContainer .footContain ul li {
    width: 100% !important;
  }
  .contactPageWrap {
    width: 100%;
    float: left;
    background-position: top left, left top;
  }
  .contactPageWrap .paralaxBox {
    display: none !important;
  }
  .contactPageWrap .contactContainer {
    margin: 120px 0 40px 0;
    flex-flow: column;
    padding: 15px;
    background: none !important;
  }
  .contactPageWrap .contactContainer .gitSection {
    width: 100%;
  }
  .contactPageWrap .contactContainer .gitSection article {
    width: 100%;
    margin: 0 0;
  }
  .contactPageWrap .contactContainer .gitSection article span.bigText {
    line-height: 81px;
  }
  .contactPageWrap .contactContainer .gitSection article span.bigText strong {
    font-size: 87px;
  }
  .contactPageWrap .contactContainer .contactFormWrap {
    width: 100%;
  }
  .contactPageWrap .contactContainer .contactFormWrap .contactFormInner {
    width: 100%;
  }
  .aboutusPageCompleteWrap {
    width: 100%;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart {
    width: 100%;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart::after {
    display: none;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain {
    margin: 115px 0 0 0;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer {
    width: 100%;
    padding: 0 10px;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner {
    flex-flow: column;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner article {
    width: 100%;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner article h1 {
    font-size: 20px;
    line-height: unset;
    text-align: center;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner article p {
    font-size: 14px;
    line-height: unset;
    margin: 17px 0 0 0;
    text-align: center;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner article .sdTopBttnWrap {
    flex-flow: column;
    gap: 8px;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner picture {
    width: 100%;
    text-align: center;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner picture img {
    width: 400px;
  }
  .mvTotalBlock {
    width: 100%;
    padding: 0 10px;
  }
  .mvTotalBlock .mvContainer {
    width: 100%;
  }
  .mvTotalBlock .mvContainer .mvTotalBlockInner {
    width: 100%;
    flex-flow: column;
  }
  .mvTotalBlock .mvContainer .mvTotalBlockInner .mvtextsection {
    width: 100%;
  }
  .mvTotalBlock .mvContainer .mvTotalBlockInner picture {
    width: 100%;
  }
  .behindPart {
    width: 100%;
    padding: 20px 12px;
  }
  .behindPart .bigContainer {
    width: 100%;
    flex-flow: column;
    padding: 0;
  }
  .behindPart .bigContainer picture {
    width: 100%;
  }
  .behindPart .bigContainer article {
    margin: 50px 0 0 0;
    width: 100%;
  }
  .awards {
    padding: 55px 12px;
  }
  .awards .bigContainer {
    width: 100%;
  }
  .awards .bigContainer h2 {
    font-size: 35px;
  }
  .allInnerWrapper.caseStudies {
    padding: 245px 0 40px 0;
  }
  .allInnerWrapper.caseStudies .bigContainer {
    width: 100%;
    float: left;
    padding: 0 12px;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner {
    width: 100%;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner ul.list__blog {
    flex-flow: column;
    gap: 30px;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner ul.list__blog .read_this_content {
    width: 100%;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner ul.list__blog .read_this_content .list_img {
    padding: 0 0;
  }
  .singleTestimonialWrap {
    margin: 40px 0;
  }
  .singleTestimonialWrap .singleTestimonialContainer {
    width: 100%;
  }
  .singleTestimonialWrap .singleTestimonialContainer .singleTestimonialInner {
    padding: 0;
  }
  .singleTestimonialWrap .singleTestimonialContainer .singleTestimonialInner .stTextbox {
    padding: 50px 28px 24px;
  }
  .singleTestimonialWrap .singleTestimonialContainer .singleTestimonialInner .stPerson {
    padding: 0 15px;
    gap: 10px;
  }
  .singleTestimonialWrap .singleTestimonialContainer .singleTestimonialInner .stPerson picture {
    min-width: 70px;
    max-width: 70px;
  }
  .bottonContactWrap {
    padding: 0 0;
  }
  .bottonContactWrap .bcwContainer {
    width: 100%;
    margin: 0;
  }
  .bottonContactWrap .bcwContainer .bcwInner {
    padding: 50px 12px;
    flex-flow: column;
  }
  .bottonContactWrap .bcwContainer .bcwInner:after {
    display: none;
  }
  .bottonContactWrap .bcwContainer .bcwInner .bcwTextContents {
    width: 100%;
  }
  .bottonContactWrap .bcwContainer .bcwInner .bcwTextContents h4 {
    font-size: 35px;
    line-height: unset;
  }
  .bottonContactWrap .bcwContainer .bcwInner .bcwTextContents .singleTestimonialWrap.small-testi-box {
    padding: 0;
  }
  .bottonContactWrap .bcwContainer .bcwInner .bcwContactContent {
    width: 100%;
    margin: 35px 0 0 0;
  }
  .usedTechnology {
    width: 100%;
    background-color: #705bff;
  }
  .usedTechnology.hap {
    background-color: #705bff;
  }
  .usedTechnology .bigContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .usedTechnology .bigContainer .technologyinner {
    flex-flow: column;
    margin: 50px 0;
  }
  .usedTechnology .bigContainer .technologyinner article {
    width: 100%;
  }
  .usedTechnology .bigContainer .technologyinner .technologies {
    width: 100%;
    gap: 2%;
    margin: 20px 0 0 0;
  }
  .usedTechnology .bigContainer .technologyinner .technologies .logo {
    width: 32%;
    float: left;
    transform: translate(0, 0px) !important;
    height: 115px;
    margin: 4px 0;
    border-radius: 10px;
  }
  .pricingWrap {
    width: 100%;
    padding: 0 10px;
  }
  .pricingWrap .pContainer {
    margin: 40px 0;
  }
  .pricingWrap .pContainer .pInner {
    flex-flow: column;
    gap: 20px;
  }
  .pricingWrap .pContainer .pInner h2 {
    margin: 0 0 15px 0;
    font-size: 24px;
  }
  .pricingWrap .pContainer .pInner .priceBox {
    width: 100%;
    float: left;
    padding: 40px 20px;
  }
  .hapBrands {
    padding: 45px 0;
  }
  .whyHireWrap {
    width: 100%;
    padding: 0 10px;
  }
  .whyHireWrap .whContainer {
    width: 100%;
    margin: 40px 0;
  }
  .whyHireWrap .whContainer .whInner {
    width: 100%;
  }
  .whyHireWrap .whContainer .whInner::after {
    display: none;
  }
  .whyHireWrap .whContainer .whInner .whBlock {
    width: 100%;
    flex-flow: column;
  }
  .whyHireWrap .whContainer .whInner .whBlock::after {
    display: none;
  }
  .whyHireWrap .whContainer .whInner .whBlock:nth-child(even) {
    flex-flow: column;
  }
  .whyHireWrap .whContainer .whInner .whBlock picture {
    width: 100%;
    height: auto;
  }
  .whyHireWrap .whContainer .whInner .whBlock picture img {
    width: 100%;
    height: auto;
  }
  .whyHireWrap .whContainer .whInner .whBlock article {
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .certificatsWrap {
    width: 100%;
  }
  .certificatsWrap .cContainer {
    width: 100%;
  }
  .serviceHeroHeader {
    background: none;
    height: unset;
  }
  .serviceHeroHeader .serviceHeroContain {
    width: 100%;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer {
    width: 100%;
    padding: 0 10px;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer .shInner {
    margin: 140px 0 0 0;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer .shInner article {
    width: 100%;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer .shInner article h1 {
    font-size: 40px;
    line-height: unset;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer .shInner article p {
    margin: 10px 0 0 0;
  }
  .serviceSmallblocks {
    margin: 45px 0;
  }
  .serviceSmallblocks .bigContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .serviceSmallblocks .bigContainer .ssbInner {
    flex-flow: column;
  }
  .serviceSmallblocks .bigContainer .ssbInner .ssBlocks {
    flex-flow: row wrap;
    width: 100%;
  }
  .serviceSmallblocks .bigContainer .ssbInner .ssBlocks .sBox {
    transform: translate(0, 0) !important;
    width: 49%;
    margin: 0 0 14px 0;
  }
  .serviceSmallblocks .bigContainer .ssbInner article {
    width: 100%;
  }
  .serviceSmallblocks .bigContainer .ssbInner article h1 {
    font-size: 30px;
    line-height: unset;
  }
  .serviceSmallblocks .bigContainer .ssbInner article h1 small {
    margin: 0 0 23px 0;
  }
  .serviceSmallblocks .bigContainer .ssbInner article .textWrap {
    height: auto;
  }
  .serviceSmallblocks .bigContainer .ssbInner article .textWrap .showHideTxt {
    display: none;
  }
  .allservicesList {
    width: 100%;
  }
  .allservicesList .bigContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .allservicesList .bigContainer .asInner {
    margin: 20px 0;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock {
    flex-flow: column;
    padding: 35px 0;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock picture {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock picture img {
    width: 400px;
    height: auto;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock article {
    width: 100%;
    margin: 50px 0 0 0;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .serviceDetailsTopWrap {
    min-height: unset;
    background-size: 50%;
    padding: 0 10px;
  }
  .serviceDetailsTopWrap::after {
    display: none;
  }
  .serviceDetailsTopWrap .sDetailsContainer {
    width: 100%;
    margin: 120px 0 50px 0;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner {
    flex-flow: column;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner picture {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin: 35px 0 0 0;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner picture img {
    width: 47%;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText {
    margin: 45px 0 0 0;
    width: 100%;
    text-align: center;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText h1 {
    font-size: 15px;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText span.bigText {
    font-size: 29px;
    line-height: unset;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText span.bigText:after {
    left: calc(50% - 49.5px);
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText .sdTopBttnWrap {
    gap: 10px;
    margin: 52px 0 0 0;
    flex-flow: row wrap;
    justify-content: center;
  }
  .textContentBigWrap {
    background: #e2f4ff;
    padding: 55px 0;
    min-height: unset;
  }
  .textContentBigWrap .textcontantContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .textContentBigWrap .textcontantContainer .textContentInner {
    width: 100%;
    margin: 0 0;
  }
  .textContentBigWrap .textcontantContainer .textContentInner h2 {
    font-size: 23px;
    line-height: unset;
  }
  .textContentBigWrap .textcontantContainer .textContentInner p {
    font-size: 15px;
    line-height: 30px;
    color: #363541;
    margin: 20px 0 0 0;
  }
  .trustedOrganizationWrap {
    width: 100%;
    float: left;
  }
  .trustedOrganizationWrap .toContainer {
    width: 100%;
    float: left;
    margin: 0 10px;
  }
  .trustedOrganizationWrap .toContainer .toInner {
    width: 100%;
    margin: 55px 0;
  }
  .trustedOrganizationWrap .toContainer .toInner h3 {
    font-size: 25px;
  }
  .trustedOrganizationWrap .toContainer .toInner p {
    margin: 18px 0 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
  }
  .trustedOrganizationWrap .toContainer .toInner .statsBoxesMain {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 53px 0 0 0;
    gap: 22px;
  }
  .servicesBlockWrap {
    width: 100%;
  }
  .servicesBlockWrap .bigContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .servicesBlockWrap .bigContainer .servicesBlockInner {
    margin: 50px 0;
  }
  .servicesBlockWrap .bigContainer .servicesBlockInner .servicesBoxesWrap {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .servicesBlockWrap .bigContainer .servicesBlockInner .servicesBoxesWrap .serviceBox {
    width: 49%;
    margin: 7px 0;
  }
  .encuragemainWrap {
    width: 100%;
  }
  .encuragemainWrap .encurageContainer {
    width: 100%;
    padding: 0 10px;
    margin: 45px 0;
  }
  .encuragemainWrap .encurageContainer .encurageInner {
    flex-flow: column;
  }
  .encuragemainWrap .encurageContainer .encurageInner picture {
    width: 100%;
    height: 500px;
    display: none;
  }
  .encuragemainWrap .encurageContainer .encurageInner picture span.image_01 {
    width: 100%;
    height: auto;
    left: 0;
  }
  .encuragemainWrap .encurageContainer .encurageInner picture span.image_02 {
    width: 40%;
    top: 332px !important;
    height: 142px;
  }
  .encuragemainWrap .encurageContainer .encurageInner picture span.image_03 {
    top: 200px;
    width: 49%;
    height: auto;
  }
  .encuragemainWrap .encurageContainer .encurageInner article {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .encuragemainWrap .encurageContainer .encurageInner article .textWrap {
    height: unset;
  }
  .encuragemainWrap .encurageContainer .encurageInner article .textWrap a.showHideTxt {
    display: none;
  }
  .hapservicesWrap {
    width: 100%;
    padding: 50px 0;
  }
  .hapservicesWrap .hapContainer {
    width: 100%;
  }
  .hapservicesWrap .hapContainer .hapInner {
    padding: 0 10px;
  }
  .hapservicesWrap .hapContainer .hapInner .hapHeader p {
    width: 100%;
  }
  .hapservicesWrap .hapContainer .hapInner .hapContents {
    flex-flow: column;
  }
  .hapservicesWrap .hapContainer .hapInner .hapContents .hapBox {
    width: 100%;
  }
  .singleCaseStudies {
    width: 100%;
  }
  .singleCaseStudies .bigContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .careerToptext {
    width: 100%;
  }
  .careerToptext .ctContainer {
    width: 100%;
  }
  .careerToptext .ctContainer .ctInner {
    padding: 0 10px;
  }
  .careerToptext .ctContainer .ctInner .ctBox {
    flex-flow: column;
    margin: 0 0 30px 0;
  }
  .careerToptext .ctContainer .ctInner .ctBox picture {
    width: 100%;
  }
  .careerToptext .ctContainer .ctInner .ctBox article {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .careerToptext .ctContainer .ctInner .ctBox.second {
    flex-flow: column;
  }
  .workBenifits {
    width: 100%;
  }
  .workBenifits .wbContainer {
    width: 100%;
    padding: 0 10px;
  }
  .workBenifits .wbContainer .wbInner {
    padding: 50px 0;
  }
  .workBenifits .wbContainer .wbInner h2 {
    font-size: 35px;
  }
  .workBenifits .wbContainer .wbInner .wbBoxesWrap {
    margin: 20px 0 0 0;
  }
  .workBenifits .wbContainer .wbInner .wbBoxesWrap .wbBox {
    width: 50%;
    padding: 5px 0;
  }
  .ourteamSliderWrap {
    width: 100%;
  }
  .ourteamSliderWrap .tealSlidercontainer {
    width: 100%;
    padding: 0 10px;
  }
  .ourteamSliderWrap .tealSlidercontainer .tealSliderInner {
    margin: 50px 0;
  }
  .ourteamSliderWrap .tealSlidercontainer .tealSliderInner img {
    width: 100%;
    height: auto;
  }
  .applyJonOnlineWrap {
    padding: 0 10px;
  }
  .applyJonOnlineWrap .ajoContainer {
    width: 100%;
  }
  .applyJonOnlineWrap .ajoContainer .ajoInner {
    gap: 0;
    margin: 50px 0 40px 0;
    flex-flow: column;
  }
  .applyJonOnlineWrap .ajoContainer .ajoInner h2 {
    font-size: 30px;
  }
  .applyJonOnlineWrap .ajoContainer .ajoInner .ajoBox {
    width: 100%;
  }
  .applyJonOnlineWrap .ajoContainer .ajoInner .ajoBox.mail {
    margin: 20px 0 0 0;
  }
  .blogDetails {
    padding: 250px 10px 140px;
  }
  .blogDetails .bigContainer {
    width: 100%;
    float: left;
  }
  header .innerHeaderText {
    font-size: 22px;
  }
  .allInnerWrapper.blogListing {
    padding: 200px 0 40px 0;
  }
  .allInnerWrapper.blogListing .bigContainer {
    width: 100%;
    padding: 0 10px;
  }
  .allInnerWrapper.blogListing .bigContainer .allInnerInner {
    width: 100%;
  }
  .allInnerWrapper.blogListing .bigContainer .allInnerInner ul.list__blog li {
    width: 100%;
  }
  .allInnerWrapper.blogListing .bigContainer .allInnerInner ul.list__blog li .list_img {
    padding: 0 0;
    margin: 15px 0;
  }
  .contactPageWrap .contactContainer::after {
    display: none;
  }
  .hapservicesWrap .hapContainer .hapInner .hapContents .hapBox p {
    min-height: unset;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner {
    width: 100%;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner ul.list__blog {
    flex-flow: row wrap;
    gap: 0;
    justify-content: space-between;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner ul.list__blog li.read_this_content {
    width: 49%;
    min-height: 440px;
  }
  .notFoundPage .notFoundContainer {
    width: 100%;
    margin: 190px 0 103px 0;
  }
  .notFoundPage .notFoundContainer .notFoundInner {
    width: 100%;
  }
  .notFoundPage .notFoundContainer .notFoundInner h1 {
    font-size: 120px;
  }
  /****************************************  careerPage top  *******************************/
  .careerWrap {
    padding: 0;
  }
  .careerWrap .careerTopPart {
    width: 100%;
  }
  .careerWrap .careerTopPart::after {
    display: none;
  }
  .careerWrap .careerTopPart .careerTopContainer {
    width: 100%;
    padding: 0 10px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner {
    flex-flow: column-reverse;
    margin: 130px 0 40px 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner article {
    width: 100%;
    text-align: center;
    margin: 20px 0 70px 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner article span.bigText {
    font-size: 46px;
    line-height: 57px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner article p {
    margin: 20px 0 0 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner article .sdTopBttnWrap {
    justify-content: center;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture {
    width: 100%;
    margin: -35px 0 35px 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity {
    transform: scale(0.7);
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_01 {
    top: 50px;
    left: 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_02 {
    bottom: 55px;
    left: 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_03 {
    bottom: inherit;
    right: 0;
    top: 205px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_04 {
    bottom: -27px;
    right: 0;
  }
  /*************************** our products *****************/
  .productPageHeroHeader {
    width: 100%;
  }
  .productPageHeroHeader .heroHeaderContents {
    margin: 140px 0 0 0;
    flex-flow: column;
    width: 95%;
  }
  .productPageHeroHeader .heroHeaderContents article {
    width: 100%;
    text-align: center;
  }
  .productPageHeroHeader .heroHeaderContents article h1 {
    font-size: 25px;
    line-height: unset;
  }
  .productPageHeroHeader .heroHeaderContents article a.scrollBttn {
    float: none;
    display: inline-block;
  }
  .productPageHeroHeader .heroHeaderContents picture {
    width: 100%;
    position: relative;
    top: 30px;
  }
  .clientsLogoWrap {
    gap: 17px;
  }
  .clientsLogoWrap a img {
    width: 100px;
    height: 80px;
  }
  .productsWrapComplete {
    position: relative;
  }
  .productsWrapComplete h2 {
    font-size: 45px;
  }
  .productsWrapComplete .productsMain {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .productsWrapComplete .productsMain .productBox {
    width: 100%;
    margin: 85px 0 0 0;
    flex-flow: column;
  }
  .productsWrapComplete .productsMain .productBox picture {
    width: 100%;
    height: 370px;
    padding: 0 10px;
  }
  .productsWrapComplete .productsMain .productBox picture .step {
    height: 300px;
    width: 300px;
  }
  .productsWrapComplete .productsMain .productBox article {
    width: 100%;
    float: left;
    padding: 0 15px;
    text-align: center;
    margin: 15px 0 0 0;
  }
  .productsWrapComplete .productsMain .productBox article a.btns {
    float: none;
    display: inline-block;
  }
  .productsWrapComplete .productsMain .productBox article h3 {
    font-size: 23px;
    line-height: unset;
  }
  .productsWrapComplete .productsMain .productBox:nth-child(even) {
    flex-flow: column;
  }
  .workAblionVidPopWrap .videoMain {
    width: 462px;
    height: 262px;
    float: left;
  }
  .workAblionVidPopWrap .videoMain .closeWap {
    top: -70px;
    right: 0;
    font-size: 50px;
  }
  .blogSectionWrap {
    position: relative;
  }
  .blogSectionWrap .blogContainer {
    width: 100%;
  }
  .blogSectionWrap h2 {
    font-size: 25px;
  }
  .blogSectionWrap h2::after {
    display: none;
  }
}
@media screen and (min-width: 700px) and (max-width: 899px) {
  .toggle_icon {
    display: block;
    float: right;
    width: auto;
    margin: 0;
    position: relative;
    height: 34px;
    padding: 6px 0px;
    z-index: 10;
    z-index: 999;
  }
  .toggle_icon b {
    width: 26px;
    height: 3px;
    background: #000;
    float: left;
    position: relative;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    transition: 0.2s ease-in-out;
    bottom: -10px;
  }
  .toggle_icon b:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    bottom: -20px;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b.creatCross {
    transform: rotate(45deg) translate(0px, 0);
    margin: 12px 0 0 0;
  }
  .toggle_icon b.creatCross:after {
    opacity: 0;
  }
  .toggle_icon b.creatCross:before {
    transform: rotate(-90deg) translate(19px, 0px);
  }
  .closeOverlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
  header {
    top: 20px;
  }
  header .headerContainer {
    width: 100%;
    padding: 0 12px;
  }
  header .headerContainer .headerInner {
    width: 100%;
  }
  header .headerContainer .headerInner .navListing {
    position: fixed;
    width: 70%;
    background-color: #090030;
    height: 100%;
    top: 0;
    left: -70%;
    flex-flow: column;
    gap: 0;
    padding: 40px 0 0 0;
    transition: 0.3s ease-in-out;
    z-index: 999;
  }
  header .headerContainer .headerInner .navListing.activeNav {
    left: 0;
  }
  header .headerContainer .headerInner .navListing li {
    width: 100%;
    float: left;
  }
  header .headerContainer .headerInner .navListing li span.drop_down_icon {
    color: #fff;
    width: 50px;
    text-align: center;
    padding: 8px 0;
    right: 1px;
    z-index: 30;
    font-size: 20px;
  }
  header .headerContainer .headerInner .navListing li a {
    width: 100%;
    float: left;
    color: #fff !important;
    padding: 11px 21px;
    font-weight: 400 !important;
  }
  header .headerContainer .headerInner .navListing li .sub-menu {
    position: relative;
    width: 100%;
    float: left;
    top: 0;
    left: 8px;
    padding: 0;
  }
  header .headerContainer .headerInner .navListing li .sub-menu::after {
    top: -2px;
  }
  header .headerContainer .headerInner .navListing li .sub-menu li {
    width: 100%;
    margin: -1px 0 0 0;
    padding: 8px 15px;
  }
  header .headerContainer .headerInner .navListing li .sub-menu li a {
    color: #090030 !important;
    padding: 0 0;
  }
  header .headerContainer .headerInner a.headerBttn {
    position: fixed;
    bottom: 48px;
    z-index: 99;
    font-size: 14px;
    padding: 12px 26px;
    left: -200px;
    box-shadow: none;
    background: #fff;
    color: #000;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    z-index: 999;
  }
  header .headerContainer .headerInner a.headerBttn.show {
    left: 20px;
  }
  header.sticky {
    position: absolute;
    background-color: transparent;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    padding: 0 0;
  }
  .topPart {
    height: unset;
  }
  .topPart .paralaxBox {
    display: none !important;
  }
  .topPart::after {
    display: none;
  }
  .topPart::before {
    display: none;
  }
  .topPart .bigContainer {
    width: 100%;
    float: left;
    padding: 0;
  }
  .topPart .bigContainer .topPartInner {
    margin: 130px 0 0 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0 10px;
  }
  .topPart .bigContainer .topPartInner article {
    width: 100%;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .topPart .bigContainer .topPartInner article small {
    font-size: 14px;
    line-height: unset;
    margin: 0 0 6px 0;
    width: auto !important;
  }
  .topPart .bigContainer .topPartInner article h1 {
    font-size: 24px;
    line-height: unset;
  }
  .topPart .bigContainer .topPartInner article p {
    font-size: 15px;
    line-height: unset;
    padding: 0;
    margin: 10px 0 0 0;
  }
  .topPart .bigContainer .topPartInner article .bttns {
    justify-content: center;
  }
  .topPart .bigContainer .topPartInner article .bttns .btnStyle {
    font-size: 15px;
    padding: 9px 33px;
    border-radius: 8px;
    margin: 0px 0 0 0;
    float: none;
    display: inline-block;
  }
  .topPart .bigContainer .topPartInner .formStyle {
    width: 100%;
    margin: 25px 0 40px 0;
    border-radius: 15px;
    padding: 23px 8px;
    height: unset;
  }
  .topPart .bigContainer .aboutsection {
    flex-flow: column;
    margin: 30px 0;
    padding: 0 12px;
  }
  .topPart .bigContainer .aboutsection article {
    width: 100%;
  }
  .topPart .bigContainer .aboutsection .pictureSection {
    width: 100%;
    flex-flow: column;
    margin: 35px 0 0 0;
  }
  .topPart .bigContainer .aboutsection .pictureSection picture {
    width: 100%;
    height: auto;
  }
  .topPart .bigContainer .aboutsection .pictureSection picture img {
    width: 100%;
    height: auto;
  }
  .topPart .bigContainer .aboutsection .pictureSection .satisticsBar {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;
  }
  .topPart .bigContainer .aboutsection .pictureSection .satisticsBar .sBox {
    width: 49%;
    margin: 3px 0;
  }
  .successStories {
    background-size: auto;
    padding: 0 12px;
  }
  .successStories .bigContainer {
    width: 100%;
    float: left;
    padding: 0;
  }
  .successStories .bigContainer .successInner {
    margin: 40px 0;
    flex-flow: column;
  }
  .successStories .bigContainer .successInner h2 {
    width: 100%;
    line-height: unset;
    font-size: 45px;
    text-align: center;
  }
  .successStories .bigContainer .successInner .successVideosWrap {
    width: 100%;
    margin: 30px 0 0 0;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 0;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox {
    width: 50% !important;
    height: 400px;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox a.playVid {
    bottom: calc(60% - 23px);
    right: calc(50% - 22.5px);
    transform: scale(1.6);
    opacity: 1;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox a.playVid:hover {
    transform: scale(2);
    color: #ffc600;
    border-color: #ffc600;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox h4 {
    transform: rotate(0deg);
    left: 0;
    padding: 0 20px;
    bottom: 120px;
    font-size: 30px;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox p {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    bottom: 16px;
    color: #c0c0c0;
    opacity: 1;
    transition-delay: 0.2s;
  }
  .vidPopWrap {
    width: 100%;
  }
  .vidPopWrap .closeIcon {
    transform: scale(0.5);
    transform-origin: right top;
  }
  .vidPopWrap .vidPopContainer {
    width: 100%;
  }
  .vidPopWrap .vidPopContainer .bigContainer {
    width: 100%;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner {
    flex-flow: column-reverse;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner .videoWrap {
    width: 100%;
    height: 230px;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner article {
    width: 100%;
    margin: 17px 0 0 0;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner article h4 {
    font-size: 25px;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner article p {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: unset;
  }
  .clientSection {
    position: relative;
  }
  .clientSection .bigContainer {
    width: 100%;
    float: left;
    padding: 60px 0;
  }
  .clientSection .bigContainer .clientInner {
    margin: 0 0;
    flex-flow: column;
    padding: 0 10px;
  }
  .clientSection .bigContainer .clientInner h2 {
    width: 100%;
    line-height: unset;
    font-size: 36px;
  }
  .clientSection .bigContainer .clientInner .cLogoWrap {
    width: 100%;
    margin: 15px 0 35px 0;
    gap: 0;
  }
  .clientSection .bigContainer .clientInner .cLogoWrap .logoBox {
    width: 33%;
    float: left;
    border-radius: 0;
  }
  .serviceSection {
    padding: 0 10px;
    background-image: auto;
  }
  .serviceSection .bigContainer {
    width: 100%;
    float: left;
    padding: 0;
  }
  .serviceSection .bigContainer .serviceInner {
    flex-flow: column;
    margin: 40px 0;
  }
  .serviceSection .bigContainer .serviceInner picture {
    width: 100%;
    height: auto;
  }
  .serviceSection .bigContainer .serviceInner picture img {
    height: auto;
  }
  .serviceSection .bigContainer .serviceInner .serviceContentainWrap {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .serviceSection .bigContainer .serviceInner .serviceContentainWrap .serviceSlider {
    margin: 30px 0 0 0;
  }
  .blogarticleWrap {
    padding: 0 10px;
  }
  .blogarticleWrap .bigContainer {
    width: 100%;
    float: left;
    padding: 0;
  }
  .blogarticleWrap .bigContainer .blogArticleInner {
    margin: 40px 0;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .blogBoxes {
    flex-flow: row wrap;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .blogBoxes .blogBox {
    width: 49% !important;
    margin: 6px 0 !important;
    height: 280px;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .blogBoxes .blogBox article {
    width: 100% !important;
    padding: 0 15px !important;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .blogBoxes .blogBox article p {
    display: none;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .btnWrap {
    margin: 25px 0 0 0;
  }
  footer {
    width: 100%;
  }
  footer .footerContainer {
    width: 100%;
    float: left;
    padding: 0 25px;
  }
  footer .footerContainer .footerInner {
    width: 100%;
    margin: 45px 0;
    flex-flow: column;
    align-items: center;
  }
  footer .footerContainer .footerInner .footBlockInfo {
    width: 308px;
  }
  footer .footerContainer .footerInner .footBlockInfo .footLogo {
    text-align: center;
  }
  footer .footerContainer .footerInner .footBlockInfo .footLogo img {
    float: none;
  }
  footer .footerContainer .footerInner .footBlockInfo .socialMedia {
    justify-content: center;
  }
  footer .footerContainer .footerInner .footBlockInfo .seoWrap {
    justify-content: center;
    align-items: center;
    margin: 30px 0 0 0;
    gap: 8px;
  }
  footer .footerContainer .footerInner .otherFootContainer {
    margin: 30px 0 0 0;
    flex-flow: row wrap;
    width: 100%;
    gap: 0;
  }
  footer .footerContainer .footerInner .otherFootContainer .footContain {
    width: 50%;
    margin: 30px 0 0 0;
  }
  footer .footerContainer .footerInner .otherFootContainer .footContain ul li {
    width: 100% !important;
  }
  .contactPageWrap {
    width: 100%;
    float: left;
    background-position: top left, left top;
  }
  .contactPageWrap .paralaxBox {
    display: none !important;
  }
  .contactPageWrap .contactContainer {
    margin: 120px 0 40px 0;
    flex-flow: column;
    padding: 15px;
    background: none !important;
  }
  .contactPageWrap .contactContainer .gitSection {
    width: 100%;
  }
  .contactPageWrap .contactContainer .gitSection article {
    width: 100%;
    margin: 0 0;
  }
  .contactPageWrap .contactContainer .gitSection article span.bigText {
    line-height: 81px;
  }
  .contactPageWrap .contactContainer .gitSection article span.bigText strong {
    font-size: 87px;
  }
  .contactPageWrap .contactContainer .contactFormWrap {
    width: 100%;
  }
  .contactPageWrap .contactContainer .contactFormWrap .contactFormInner {
    width: 100%;
  }
  .aboutusPageCompleteWrap {
    width: 100%;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart {
    width: 100%;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart::after {
    display: none;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain {
    margin: 115px 0 0 0;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer {
    width: 100%;
    padding: 0 10px;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner {
    flex-flow: column;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner article {
    width: 100%;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner article h1 {
    font-size: 20px;
    line-height: unset;
    text-align: center;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner article p {
    font-size: 14px;
    line-height: unset;
    margin: 17px 0 0 0;
    text-align: center;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner article .sdTopBttnWrap {
    flex-flow: column;
    gap: 8px;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner picture {
    width: 100%;
    text-align: center;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner picture img {
    width: 400px;
  }
  .mvTotalBlock {
    width: 100%;
    padding: 0 10px;
  }
  .mvTotalBlock .mvContainer {
    width: 100%;
  }
  .mvTotalBlock .mvContainer .mvTotalBlockInner {
    width: 100%;
    flex-flow: column;
  }
  .mvTotalBlock .mvContainer .mvTotalBlockInner .mvtextsection {
    width: 100%;
  }
  .mvTotalBlock .mvContainer .mvTotalBlockInner picture {
    width: 100%;
  }
  .behindPart {
    width: 100%;
    padding: 20px 12px;
  }
  .behindPart .bigContainer {
    width: 100%;
    flex-flow: column;
    padding: 0;
  }
  .behindPart .bigContainer picture {
    width: 100%;
  }
  .behindPart .bigContainer article {
    margin: 50px 0 0 0;
    width: 100%;
  }
  .awards {
    padding: 55px 12px;
  }
  .awards .bigContainer {
    width: 100%;
  }
  .awards .bigContainer h2 {
    font-size: 35px;
  }
  .allInnerWrapper.caseStudies {
    padding: 245px 0 40px 0;
  }
  .allInnerWrapper.caseStudies .bigContainer {
    width: 100%;
    float: left;
    padding: 0 12px;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner {
    width: 100%;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner ul.list__blog {
    flex-flow: column;
    gap: 30px;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner ul.list__blog .read_this_content {
    width: 100%;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner ul.list__blog .read_this_content .list_img {
    padding: 0 0;
  }
  .singleTestimonialWrap {
    margin: 40px 0;
  }
  .singleTestimonialWrap .singleTestimonialContainer {
    width: 100%;
  }
  .singleTestimonialWrap .singleTestimonialContainer .singleTestimonialInner {
    padding: 0;
  }
  .singleTestimonialWrap .singleTestimonialContainer .singleTestimonialInner .stTextbox {
    padding: 50px 28px 24px;
  }
  .singleTestimonialWrap .singleTestimonialContainer .singleTestimonialInner .stPerson {
    padding: 0 15px;
    gap: 10px;
  }
  .singleTestimonialWrap .singleTestimonialContainer .singleTestimonialInner .stPerson picture {
    min-width: 70px;
    max-width: 70px;
  }
  .bottonContactWrap {
    padding: 0 0;
  }
  .bottonContactWrap .bcwContainer {
    width: 100%;
    margin: 0;
  }
  .bottonContactWrap .bcwContainer .bcwInner {
    padding: 50px 12px;
    flex-flow: column;
  }
  .bottonContactWrap .bcwContainer .bcwInner:after {
    display: none;
  }
  .bottonContactWrap .bcwContainer .bcwInner .bcwTextContents {
    width: 100%;
  }
  .bottonContactWrap .bcwContainer .bcwInner .bcwTextContents h4 {
    font-size: 35px;
    line-height: unset;
  }
  .bottonContactWrap .bcwContainer .bcwInner .bcwTextContents .singleTestimonialWrap.small-testi-box {
    padding: 0;
  }
  .bottonContactWrap .bcwContainer .bcwInner .bcwContactContent {
    width: 100%;
    margin: 35px 0 0 0;
  }
  .usedTechnology {
    width: 100%;
    background-color: #705bff;
  }
  .usedTechnology.hap {
    background-color: #705bff;
  }
  .usedTechnology .bigContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .usedTechnology .bigContainer .technologyinner {
    flex-flow: column;
    margin: 50px 0;
  }
  .usedTechnology .bigContainer .technologyinner article {
    width: 100%;
  }
  .usedTechnology .bigContainer .technologyinner .technologies {
    width: 100%;
    gap: 2%;
    margin: 20px 0 0 0;
  }
  .usedTechnology .bigContainer .technologyinner .technologies .logo {
    width: 32%;
    float: left;
    transform: translate(0, 0px) !important;
    height: 115px;
    margin: 4px 0;
    border-radius: 10px;
  }
  .pricingWrap {
    width: 100%;
    padding: 0 10px;
  }
  .pricingWrap .pContainer {
    margin: 40px 0;
  }
  .pricingWrap .pContainer .pInner {
    flex-flow: column;
    gap: 20px;
  }
  .pricingWrap .pContainer .pInner h2 {
    margin: 0 0 15px 0;
    font-size: 24px;
  }
  .pricingWrap .pContainer .pInner .priceBox {
    width: 100%;
    float: left;
    padding: 40px 20px;
  }
  .hapBrands {
    padding: 45px 0;
  }
  .whyHireWrap {
    width: 100%;
    padding: 0 10px;
  }
  .whyHireWrap .whContainer {
    width: 100%;
    margin: 40px 0;
  }
  .whyHireWrap .whContainer .whInner {
    width: 100%;
  }
  .whyHireWrap .whContainer .whInner::after {
    display: none;
  }
  .whyHireWrap .whContainer .whInner .whBlock {
    width: 100%;
    flex-flow: column;
  }
  .whyHireWrap .whContainer .whInner .whBlock::after {
    display: none;
  }
  .whyHireWrap .whContainer .whInner .whBlock:nth-child(even) {
    flex-flow: column;
  }
  .whyHireWrap .whContainer .whInner .whBlock picture {
    width: 100%;
    height: auto;
  }
  .whyHireWrap .whContainer .whInner .whBlock picture img {
    width: 100%;
    height: auto;
  }
  .whyHireWrap .whContainer .whInner .whBlock article {
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .certificatsWrap {
    width: 100%;
  }
  .certificatsWrap .cContainer {
    width: 100%;
  }
  .serviceHeroHeader {
    background: none;
    height: unset;
  }
  .serviceHeroHeader .serviceHeroContain {
    width: 100%;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer {
    width: 100%;
    padding: 0 10px;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer .shInner {
    margin: 140px 0 0 0;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer .shInner article {
    width: 100%;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer .shInner article h1 {
    font-size: 40px;
    line-height: unset;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer .shInner article p {
    margin: 10px 0 0 0;
  }
  .serviceSmallblocks {
    margin: 45px 0;
  }
  .serviceSmallblocks .bigContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .serviceSmallblocks .bigContainer .ssbInner {
    flex-flow: column;
  }
  .serviceSmallblocks .bigContainer .ssbInner .ssBlocks {
    flex-flow: row wrap;
    width: 100%;
  }
  .serviceSmallblocks .bigContainer .ssbInner .ssBlocks .sBox {
    transform: translate(0, 0) !important;
    width: 49%;
    margin: 0 0 14px 0;
  }
  .serviceSmallblocks .bigContainer .ssbInner article {
    width: 100%;
  }
  .serviceSmallblocks .bigContainer .ssbInner article h1 {
    font-size: 30px;
    line-height: unset;
  }
  .serviceSmallblocks .bigContainer .ssbInner article h1 small {
    margin: 0 0 23px 0;
  }
  .serviceSmallblocks .bigContainer .ssbInner article .textWrap {
    height: auto;
  }
  .serviceSmallblocks .bigContainer .ssbInner article .textWrap .showHideTxt {
    display: none;
  }
  .allservicesList {
    width: 100%;
  }
  .allservicesList .bigContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .allservicesList .bigContainer .asInner {
    margin: 20px 0;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock {
    flex-flow: column;
    padding: 35px 0;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock picture {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock picture img {
    width: 400px;
    height: auto;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock article {
    width: 100%;
    margin: 50px 0 0 0;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .serviceDetailsTopWrap {
    min-height: unset;
    background-size: 50%;
    padding: 0 10px;
  }
  .serviceDetailsTopWrap::after {
    display: none;
  }
  .serviceDetailsTopWrap .sDetailsContainer {
    width: 100%;
    margin: 120px 0 50px 0;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner {
    flex-flow: column;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner picture {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin: 35px 0 0 0;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner picture img {
    width: 47%;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText {
    margin: 45px 0 0 0;
    width: 100%;
    text-align: center;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText h1 {
    font-size: 15px;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText span.bigText {
    font-size: 29px;
    line-height: unset;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText span.bigText:after {
    left: calc(50% - 49.5px);
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText .sdTopBttnWrap {
    gap: 10px;
    margin: 52px 0 0 0;
    flex-flow: row wrap;
    justify-content: center;
  }
  .textContentBigWrap {
    background: #e2f4ff;
    padding: 55px 0;
    min-height: unset;
  }
  .textContentBigWrap .textcontantContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .textContentBigWrap .textcontantContainer .textContentInner {
    width: 100%;
    margin: 0 0;
  }
  .textContentBigWrap .textcontantContainer .textContentInner h2 {
    font-size: 23px;
    line-height: unset;
  }
  .textContentBigWrap .textcontantContainer .textContentInner p {
    font-size: 15px;
    line-height: 30px;
    color: #363541;
    margin: 20px 0 0 0;
  }
  .trustedOrganizationWrap {
    width: 100%;
    float: left;
  }
  .trustedOrganizationWrap .toContainer {
    width: 100%;
    float: left;
    margin: 0 10px;
  }
  .trustedOrganizationWrap .toContainer .toInner {
    width: 100%;
    margin: 55px 0;
  }
  .trustedOrganizationWrap .toContainer .toInner h3 {
    font-size: 25px;
  }
  .trustedOrganizationWrap .toContainer .toInner p {
    margin: 18px 0 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
  }
  .trustedOrganizationWrap .toContainer .toInner .statsBoxesMain {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 23px 0 0 0;
    gap: 2%;
  }
  .trustedOrganizationWrap .toContainer .toInner .statsBoxesMain .statsBox {
    width: 49%;
    margin: 10px 0;
  }
  .servicesBlockWrap {
    width: 100%;
  }
  .servicesBlockWrap .bigContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .servicesBlockWrap .bigContainer .servicesBlockInner {
    margin: 50px 0;
  }
  .servicesBlockWrap .bigContainer .servicesBlockInner .servicesBoxesWrap {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .servicesBlockWrap .bigContainer .servicesBlockInner .servicesBoxesWrap .serviceBox {
    width: 49%;
    margin: 7px 0;
  }
  .encuragemainWrap {
    width: 100%;
  }
  .encuragemainWrap .encurageContainer {
    width: 100%;
    padding: 0 10px;
    margin: 45px 0;
  }
  .encuragemainWrap .encurageContainer .encurageInner {
    flex-flow: column;
  }
  .encuragemainWrap .encurageContainer .encurageInner picture {
    width: 100%;
  }
  .encuragemainWrap .encurageContainer .encurageInner article {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .encuragemainWrap .encurageContainer .encurageInner article .textWrap {
    height: unset;
  }
  .encuragemainWrap .encurageContainer .encurageInner article .textWrap a.showHideTxt {
    display: none;
  }
  .hapservicesWrap {
    width: 100%;
    padding: 50px 0;
  }
  .hapservicesWrap .hapContainer {
    width: 100%;
  }
  .hapservicesWrap .hapContainer .hapInner {
    padding: 0 10px;
  }
  .hapservicesWrap .hapContainer .hapInner .hapHeader p {
    width: 100%;
  }
  .hapservicesWrap .hapContainer .hapInner .hapContents {
    flex-flow: column;
  }
  .hapservicesWrap .hapContainer .hapInner .hapContents .hapBox {
    width: 100%;
  }
  .singleCaseStudies {
    width: 100%;
  }
  .singleCaseStudies .bigContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .careerToptext {
    width: 100%;
  }
  .careerToptext .ctContainer {
    width: 550px;
  }
  .careerToptext .ctContainer .ctInner {
    padding: 0 10px;
  }
  .careerToptext .ctContainer .ctInner .ctBox {
    flex-flow: column;
    margin: 0 0 30px 0;
  }
  .careerToptext .ctContainer .ctInner .ctBox picture {
    width: 100%;
  }
  .careerToptext .ctContainer .ctInner .ctBox article {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .careerToptext .ctContainer .ctInner .ctBox.second {
    flex-flow: column;
  }
  .workBenifits {
    width: 100%;
  }
  .workBenifits .wbContainer {
    width: 100%;
    padding: 0 10px;
  }
  .workBenifits .wbContainer .wbInner {
    padding: 50px 0;
  }
  .workBenifits .wbContainer .wbInner h2 {
    font-size: 35px;
  }
  .workBenifits .wbContainer .wbInner .wbBoxesWrap {
    margin: 20px 0 0 0;
  }
  .workBenifits .wbContainer .wbInner .wbBoxesWrap .wbBox {
    width: 50%;
    padding: 5px 0;
  }
  .ourteamSliderWrap {
    width: 100%;
  }
  .ourteamSliderWrap .tealSlidercontainer {
    width: 100%;
    padding: 0 10px;
  }
  .ourteamSliderWrap .tealSlidercontainer .tealSliderInner {
    margin: 50px 0;
  }
  .ourteamSliderWrap .tealSlidercontainer .tealSliderInner img {
    width: 100%;
    height: auto;
  }
  .applyJonOnlineWrap {
    padding: 0 10px;
  }
  .applyJonOnlineWrap .ajoContainer {
    width: 100%;
  }
  .applyJonOnlineWrap .ajoContainer .ajoInner {
    gap: 0;
    margin: 50px 0 40px 0;
    flex-flow: column;
  }
  .applyJonOnlineWrap .ajoContainer .ajoInner h2 {
    font-size: 30px;
  }
  .applyJonOnlineWrap .ajoContainer .ajoInner .ajoBox {
    width: 100%;
  }
  .applyJonOnlineWrap .ajoContainer .ajoInner .ajoBox.mail {
    margin: 20px 0 0 0;
  }
  .blogDetails {
    padding: 250px 10px 140px;
  }
  .blogDetails .bigContainer {
    width: 100%;
    float: left;
  }
  header .innerHeaderText {
    font-size: 30px;
    padding: 20px 15px;
  }
  .allInnerWrapper.blogListing {
    padding: 200px 0 40px 0;
  }
  .allInnerWrapper.blogListing .bigContainer {
    width: 100%;
    padding: 0 10px;
  }
  .allInnerWrapper.blogListing .bigContainer .allInnerInner {
    width: 100%;
  }
  .allInnerWrapper.blogListing .bigContainer .allInnerInner ul.list__blog li {
    width: 100%;
  }
  .allInnerWrapper.blogListing .bigContainer .allInnerInner ul.list__blog li .list_img {
    padding: 0 0;
    margin: 15px 0;
  }
  .contactPageWrap .contactContainer::after {
    display: none;
  }
  .hapservicesWrap .hapContainer .hapInner .hapContents .hapBox p {
    min-height: unset;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner {
    width: 100%;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner ul.list__blog {
    flex-flow: row wrap;
    gap: 0;
    justify-content: space-between;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner ul.list__blog li.read_this_content {
    width: 49%;
    min-height: 440px;
  }
  /****************************************  careerPage top  *******************************/
  .careerWrap {
    padding: 0;
  }
  .careerWrap .careerTopPart {
    width: 100%;
  }
  .careerWrap .careerTopPart::after {
    display: none;
  }
  .careerWrap .careerTopPart .careerTopContainer {
    width: 550px;
    padding: 0 10px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner {
    flex-flow: column-reverse;
    margin: 130px 0 40px 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner article {
    width: 100%;
    text-align: center;
    margin: 20px 0 70px 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner article span.bigText {
    font-size: 46px;
    line-height: 57px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner article p {
    margin: 20px 0 0 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner article .sdTopBttnWrap {
    justify-content: center;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture {
    width: 100%;
    margin: -30px 0 35px 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity {
    transform: scale(0.7);
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_01 {
    top: 50px;
    left: 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_02 {
    bottom: 55px;
    left: 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_03 {
    bottom: inherit;
    right: 0;
    top: 205px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_04 {
    bottom: -27px;
    right: 0;
  }
  /*************************** our products *****************/
  .productPageHeroHeader {
    width: 100%;
  }
  .productPageHeroHeader .heroHeaderContents {
    margin: 140px 0 0 0;
    flex-flow: column;
    width: 95%;
  }
  .productPageHeroHeader .heroHeaderContents article {
    width: 81%;
    text-align: center;
  }
  .productPageHeroHeader .heroHeaderContents article h1 {
    font-size: 25px;
    line-height: unset;
  }
  .productPageHeroHeader .heroHeaderContents article a.scrollBttn {
    float: none;
    display: inline-block;
  }
  .productPageHeroHeader .heroHeaderContents picture {
    width: 54%;
    position: relative;
    top: 30px;
  }
  .clientsLogoWrap {
    gap: 17px;
  }
  .clientsLogoWrap a img {
    width: 100px;
    height: 80px;
  }
  .productsWrapComplete {
    position: relative;
  }
  .productsWrapComplete h2 {
    font-size: 45px;
  }
  .productsWrapComplete .productsMain {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .productsWrapComplete .productsMain .productBox {
    width: 100%;
    margin: 85px 0 0 0;
    flex-flow: column;
  }
  .productsWrapComplete .productsMain .productBox picture {
    width: 100%;
    height: 370px;
    padding: 0 10px;
  }
  .productsWrapComplete .productsMain .productBox picture .step {
    height: 300px;
    width: 300px;
  }
  .productsWrapComplete .productsMain .productBox article {
    width: 100%;
    float: left;
    padding: 0 15px;
    text-align: center;
    margin: 15px 0 0 0;
  }
  .productsWrapComplete .productsMain .productBox article a.btns {
    float: none;
    display: inline-block;
  }
  .productsWrapComplete .productsMain .productBox article h3 {
    font-size: 23px;
    line-height: unset;
  }
  .productsWrapComplete .productsMain .productBox:nth-child(even) {
    flex-flow: column;
  }
  .workAblionVidPopWrap .videoMain {
    width: 602px;
    height: 352px;
  }
  .blogSectionWrap {
    position: relative;
  }
  .blogSectionWrap .blogContainer {
    width: 100%;
  }
  .blogSectionWrap h2 {
    font-size: 25px;
  }
  .blogSectionWrap h2::after {
    display: none;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  header {
    width: 100%;
  }
  header .headerContainer {
    width: 100%;
  }
  header .headerContainer .headerInner {
    width: 100%;
  }
  header .headerContainer .headerInner a.logoWrap {
    width: 140px;
  }
  header .headerContainer .headerInner a.logoWrap img {
    width: 100%;
  }
  header .headerContainer .headerInner a.headerBttn {
    font-size: 14px;
    padding: 14px 34px;
  }
  header .headerContainer .headerInner .navListing {
    gap: 30px;
  }
  header .headerContainer .headerInner .navListing li {
    position: relative;
  }
  header .headerContainer .headerInner .navListing li a {
    font-size: 14px !important;
  }
  header .headerContainer .headerInner .navListing li span.drop_down_icon {
    top: 1px !important;
  }
  header.sticky {
    position: absolute;
    background-color: transparent;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    padding: 0 0;
  }
  .topPart {
    height: unset;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .topPart .paralaxBox {
    display: none !important;
  }
  .topPart::after {
    display: none;
  }
  .topPart::before {
    display: none;
  }
  .topPart .bigContainer {
    width: 650px;
    float: left;
    padding: 0;
  }
  .topPart .bigContainer .topPartInner {
    margin: 130px 0 0 0;
    flex-flow: column;
    padding: 0 10px;
  }
  .topPart .bigContainer .topPartInner article {
    width: 100%;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .topPart .bigContainer .topPartInner article small {
    font-size: 14px;
    line-height: unset;
    margin: 0 0 6px 0;
    width: auto !important;
  }
  .topPart .bigContainer .topPartInner article h1 {
    font-size: 24px;
    line-height: unset;
  }
  .topPart .bigContainer .topPartInner article p {
    font-size: 15px;
    line-height: unset;
    padding: 0;
    margin: 10px 0 0 0;
  }
  .topPart .bigContainer .topPartInner article .bttns {
    justify-content: center;
  }
  .topPart .bigContainer .topPartInner article .bttns .btnStyle {
    font-size: 15px;
    padding: 9px 33px;
    border-radius: 8px;
    margin: 0px 0 0 0;
    float: none;
    display: inline-block;
  }
  .topPart .bigContainer .topPartInner .formStyle {
    width: 100%;
    margin: 25px 0 40px 0;
    border-radius: 15px;
    padding: 23px 8px;
    height: unset;
  }
  .topPart .bigContainer .aboutsection {
    flex-flow: column;
    margin: 30px 0;
    padding: 0 12px;
  }
  .topPart .bigContainer .aboutsection article {
    width: 100%;
  }
  .topPart .bigContainer .aboutsection .pictureSection {
    width: 100%;
    flex-flow: column;
    margin: 35px 0 0 0;
  }
  .topPart .bigContainer .aboutsection .pictureSection picture {
    width: 100%;
    height: auto;
  }
  .topPart .bigContainer .aboutsection .pictureSection picture img {
    width: 100%;
    height: auto;
  }
  .topPart .bigContainer .aboutsection .pictureSection .satisticsBar {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;
  }
  .topPart .bigContainer .aboutsection .pictureSection .satisticsBar .sBox {
    width: 49%;
    margin: 3px 0;
  }
  .successStories {
    background-size: auto;
    padding: 0 12px;
  }
  .successStories .bigContainer {
    width: 900px;
    padding: 0;
  }
  .successStories .bigContainer .successInner {
    margin: 40px 0;
    flex-flow: column;
  }
  .successStories .bigContainer .successInner h2 {
    width: 100%;
    line-height: unset;
    font-size: 45px;
    text-align: center;
  }
  .successStories .bigContainer .successInner .successVideosWrap {
    width: 100%;
    margin: 30px 0 0 0;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 0;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox {
    width: 50% !important;
    height: 400px;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox a.playVid {
    bottom: calc(60% - 23px);
    right: calc(50% - 22.5px);
    transform: scale(1.6);
    opacity: 1;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox a.playVid:hover {
    transform: scale(2);
    color: #ffc600;
    border-color: #ffc600;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox h4 {
    transform: rotate(0deg);
    left: 0;
    padding: 0 20px;
    bottom: 120px;
    font-size: 30px;
  }
  .successStories .bigContainer .successInner .successVideosWrap .videobox p {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    bottom: 16px;
    color: #c0c0c0;
    opacity: 1;
    transition-delay: 0.2s;
  }
  .vidPopWrap {
    width: 100%;
  }
  .vidPopWrap .closeIcon {
    transform: scale(0.5);
    transform-origin: right top;
  }
  .vidPopWrap .vidPopContainer {
    width: 100%;
  }
  .vidPopWrap .vidPopContainer .bigContainer {
    width: 100%;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner {
    flex-flow: column-reverse;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner .videoWrap {
    width: 100%;
    height: 230px;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner article {
    width: 100%;
    margin: 17px 0 0 0;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner article h4 {
    font-size: 25px;
  }
  .vidPopWrap .vidPopContainer .bigContainer .vidPopInner article p {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: unset;
  }
  .clientSection {
    position: relative;
  }
  .clientSection .bigContainer {
    width: 910px;
    padding: 60px 0;
  }
  .clientSection .bigContainer .clientInner {
    margin: 0 0;
    flex-flow: column;
    padding: 0 10px;
  }
  .clientSection .bigContainer .clientInner h2 {
    width: 100%;
    line-height: unset;
    font-size: 36px;
  }
  .clientSection .bigContainer .clientInner .cLogoWrap {
    width: 100%;
    margin: 15px 0 35px 0;
    gap: 0;
  }
  .clientSection .bigContainer .clientInner .cLogoWrap .logoBox {
    width: 33%;
    float: left;
    border-radius: 0;
  }
  .serviceSection {
    padding: 0 10px;
    background-image: auto;
  }
  .serviceSection .bigContainer {
    width: 900px;
    padding: 0;
  }
  .serviceSection .bigContainer .serviceInner {
    flex-flow: column;
    margin: 40px 0;
  }
  .serviceSection .bigContainer .serviceInner picture {
    width: 100%;
    height: auto;
  }
  .serviceSection .bigContainer .serviceInner picture img {
    height: auto;
  }
  .serviceSection .bigContainer .serviceInner .serviceContentainWrap {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .serviceSection .bigContainer .serviceInner .serviceContentainWrap .serviceSlider {
    margin: 30px 0 0 0;
  }
  .blogarticleWrap {
    padding: 0 10px;
  }
  .blogarticleWrap .bigContainer {
    width: 900px;
    padding: 0;
  }
  .blogarticleWrap .bigContainer .blogArticleInner {
    margin: 40px 0;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .blogBoxes {
    flex-flow: row wrap;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .blogBoxes .blogBox {
    width: 49% !important;
    margin: 6px 0 !important;
    height: 280px;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .blogBoxes .blogBox article {
    width: 100% !important;
    padding: 0 15px !important;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .blogBoxes .blogBox article p {
    display: none;
  }
  .blogarticleWrap .bigContainer .blogArticleInner .btnWrap {
    margin: 25px 0 0 0;
  }
  footer {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  footer .footerContainer {
    width: 850px;
    float: left;
    padding: 0 25px;
  }
  footer .footerContainer .footerInner {
    width: 100%;
    margin: 45px 0;
    flex-flow: column;
    align-items: center;
  }
  footer .footerContainer .footerInner .footBlockInfo {
    width: 308px;
  }
  footer .footerContainer .footerInner .footBlockInfo .footLogo {
    text-align: center;
  }
  footer .footerContainer .footerInner .footBlockInfo .footLogo img {
    float: none;
  }
  footer .footerContainer .footerInner .footBlockInfo .socialMedia {
    justify-content: center;
  }
  footer .footerContainer .footerInner .footBlockInfo .seoWrap {
    justify-content: center;
    align-items: center;
    margin: 30px 0 0 0;
    gap: 8px;
  }
  footer .footerContainer .footerInner .otherFootContainer {
    margin: 30px 0 0 0;
    flex-flow: row wrap;
    width: 100%;
    gap: 0;
  }
  footer .footerContainer .footerInner .otherFootContainer .footContain {
    width: 50%;
    margin: 30px 0 0 0;
  }
  footer .footerContainer .footerInner .otherFootContainer .footContain ul li {
    width: 100% !important;
  }
  .contactPageWrap {
    width: 100%;
    float: left;
    padding: 0 10px;
    background-position: top left, right bottom;
    background-size: 29%, 49%;
  }
  .contactPageWrap .paralaxBox {
    display: none !important;
  }
  .contactPageWrap .contactContainer {
    width: 900px;
    margin: 120px 0 40px 0;
    flex-flow: row;
    padding: 15px;
    gap: 25px;
    background: none !important;
    box-shadow: none;
  }
  .contactPageWrap .contactContainer .gitSection {
    width: 100%;
  }
  .contactPageWrap .contactContainer .gitSection article {
    width: 100%;
    margin: 0 0;
  }
  .contactPageWrap .contactContainer .gitSection article span.bigText {
    line-height: 81px;
  }
  .contactPageWrap .contactContainer .gitSection article span.bigText strong {
    font-size: 87px;
  }
  .contactPageWrap .contactContainer .contactFormWrap {
    width: 100%;
  }
  .contactPageWrap .contactContainer .contactFormWrap .contactFormInner {
    width: 100%;
  }
  .aboutusPageCompleteWrap {
    width: 100%;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart {
    width: 100%;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart::after {
    display: none;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain {
    margin: 115px 0 0 0;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer {
    width: 910px;
    padding: 0 10px;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner {
    flex-flow: row;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner article {
    width: 440px;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner article h1 {
    font-size: 20px;
    line-height: unset;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner article p {
    font-size: 14px;
    line-height: unset;
    margin: 17px 0 0 0;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner article .sdTopBttnWrap {
    flex-flow: column;
    gap: 8px;
    align-items: flex-start;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner picture {
    width: 360px;
    text-align: center;
  }
  .aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner picture img {
    width: 100%;
  }
  .mvTotalBlock {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .mvTotalBlock .mvContainer {
    width: 900px;
  }
  .mvTotalBlock .mvContainer .mvTotalBlockInner {
    width: 100%;
    flex-flow: row;
    gap: 25px;
    align-items: flex-start;
  }
  .mvTotalBlock .mvContainer .mvTotalBlockInner .mvtextsection {
    width: 100%;
  }
  .mvTotalBlock .mvContainer .mvTotalBlockInner picture {
    width: 100%;
  }
  .behindPart {
    width: 100%;
    padding: 20px 12px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .behindPart .bigContainer {
    width: 910px;
    flex-flow: row;
    padding: 0;
    gap: 25px;
  }
  .behindPart .bigContainer picture {
    width: 100%;
  }
  .behindPart .bigContainer article {
    margin: 50px 0 0 0;
    width: 100%;
  }
  .awards {
    padding: 55px 12px;
  }
  .awards .bigContainer {
    width: 100%;
  }
  .awards .bigContainer h2 {
    font-size: 35px;
  }
  .allInnerWrapper.caseStudies {
    padding: 245px 0 40px 0;
  }
  .allInnerWrapper.caseStudies .bigContainer {
    width: 100%;
    float: left;
    padding: 0 12px;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner {
    width: 100%;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner ul.list__blog {
    flex-flow: column;
    gap: 30px;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner ul.list__blog .read_this_content {
    width: 100%;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner ul.list__blog .read_this_content .list_img {
    padding: 0 0;
  }
  .singleTestimonialWrap {
    margin: 40px 0;
  }
  .singleTestimonialWrap .singleTestimonialContainer {
    width: 100%;
  }
  .singleTestimonialWrap .singleTestimonialContainer .singleTestimonialInner {
    padding: 0;
  }
  .singleTestimonialWrap .singleTestimonialContainer .singleTestimonialInner .stTextbox {
    padding: 50px 28px 24px;
  }
  .singleTestimonialWrap .singleTestimonialContainer .singleTestimonialInner .stPerson {
    padding: 0 15px;
    gap: 10px;
  }
  .singleTestimonialWrap .singleTestimonialContainer .singleTestimonialInner .stPerson picture {
    min-width: 70px;
    max-width: 70px;
  }
  .bottonContactWrap {
    padding: 0 12px;
  }
  .bottonContactWrap .bcwContainer {
    width: 900px;
    margin: 0;
  }
  .bottonContactWrap .bcwContainer .bcwInner {
    padding: 50px 12px;
    flex-flow: row;
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    gap: 20px;
  }
  .bottonContactWrap .bcwContainer .bcwInner:after {
    display: none;
  }
  .bottonContactWrap .bcwContainer .bcwInner .bcwTextContents {
    width: 100%;
  }
  .bottonContactWrap .bcwContainer .bcwInner .bcwTextContents h4 {
    font-size: 35px;
    line-height: unset;
  }
  .bottonContactWrap .bcwContainer .bcwInner .bcwTextContents .singleTestimonialWrap.small-testi-box {
    padding: 0;
  }
  .bottonContactWrap .bcwContainer .bcwInner .bcwContactContent {
    width: 100%;
    margin: 35px 0 0 0;
  }
  .usedTechnology {
    width: 100%;
    background-color: #705bff;
  }
  .usedTechnology.hap {
    background-color: #705bff;
  }
  .usedTechnology .bigContainer {
    width: 900px;
    padding: 0 10px;
  }
  .usedTechnology .bigContainer .technologyinner {
    flex-flow: column;
    margin: 50px 0;
  }
  .usedTechnology .bigContainer .technologyinner article {
    width: 100%;
  }
  .usedTechnology .bigContainer .technologyinner .technologies {
    width: 100%;
    gap: 2%;
    margin: 20px 0 0 0;
  }
  .usedTechnology .bigContainer .technologyinner .technologies .logo {
    width: 32%;
    float: left;
    transform: translate(0, 0px) !important;
    height: 115px;
    margin: 4px 0;
    border-radius: 10px;
  }
  .pricingWrap {
    width: 100%;
    padding: 0 10px;
  }
  .pricingWrap .pContainer {
    margin: 40px 0;
    width: 900px;
  }
  .hapBrands {
    padding: 45px 0;
  }
  .whyHireWrap {
    width: 100%;
    padding: 0 10px;
  }
  .whyHireWrap .whContainer {
    width: 900px;
    margin: 40px 0;
  }
  .certificatsWrap {
    width: 100%;
  }
  .certificatsWrap .cContainer {
    width: 100%;
  }
  .serviceHeroHeader {
    background-size: contain, 161px;
    height: unset;
  }
  .serviceHeroHeader .serviceHeroContain {
    width: 100%;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer {
    width: 900px;
    padding: 0 10px;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer .shInner {
    margin: 140px 0 0 0;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer .shInner article {
    width: 61%;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer .shInner article h1 {
    font-size: 40px;
    line-height: unset;
  }
  .serviceHeroHeader .serviceHeroContain .bigContainer .shInner article p {
    margin: 10px 0 0 0;
  }
  .serviceSmallblocks {
    margin: 45px 0;
  }
  .serviceSmallblocks .bigContainer {
    width: 900px;
    padding: 0 10px;
  }
  .serviceSmallblocks .bigContainer .ssbInner {
    flex-flow: column;
  }
  .serviceSmallblocks .bigContainer .ssbInner .ssBlocks {
    flex-flow: row wrap;
    width: 100%;
    justify-content: center;
    gap: 2%;
  }
  .serviceSmallblocks .bigContainer .ssbInner .ssBlocks .sBox {
    transform: translate(0, 0) !important;
    width: 49%;
    margin: 0 0 14px 0;
  }
  .serviceSmallblocks .bigContainer .ssbInner article {
    width: 100%;
  }
  .serviceSmallblocks .bigContainer .ssbInner article h1 {
    font-size: 30px;
    line-height: unset;
  }
  .serviceSmallblocks .bigContainer .ssbInner article h1 small {
    margin: 0 0 23px 0;
  }
  .serviceSmallblocks .bigContainer .ssbInner article .textWrap {
    height: auto;
  }
  .serviceSmallblocks .bigContainer .ssbInner article .textWrap .showHideTxt {
    display: none;
  }
  .allservicesList {
    width: 100%;
  }
  .allservicesList .bigContainer {
    width: 900px;
    padding: 0 10px;
  }
  .allservicesList .bigContainer .asInner {
    margin: 20px 0;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock {
    padding: 35px 0;
    gap: 30px;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock picture {
    width: 100%;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock article {
    width: 100%;
    margin: 50px 0 0 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
  }
  .serviceDetailsTopWrap {
    min-height: unset;
    background-size: 41%;
    padding: 0 10px;
  }
  .serviceDetailsTopWrap::after {
    display: none;
  }
  .serviceDetailsTopWrap .sDetailsContainer {
    width: 900px;
    margin: 120px 0 50px 0;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner {
    flex-flow: row;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner picture {
    width: 100%;
    padding: 0 20px;
    text-align: right;
    margin: 35px 0 0 0;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner picture img {
    width: 75%;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText {
    margin: 45px 0 0 0;
    width: 100%;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText h1 {
    font-size: 15px;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText span.bigText {
    font-size: 29px;
    line-height: unset;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText .sdTopBttnWrap {
    gap: 10px;
    margin: 52px 0 0 0;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner .sdTopText .sdTopBttnWrap a.bttn {
    font-size: 17px;
    padding: 15px 40px;
  }
  .textContentBigWrap {
    background: #e2f4ff;
    padding: 55px 0;
    min-height: unset;
  }
  .textContentBigWrap .textcontantContainer {
    width: 900px;
    padding: 0 10px;
  }
  .textContentBigWrap .textcontantContainer .textContentInner {
    width: 100%;
    margin: 0 0;
  }
  .textContentBigWrap .textcontantContainer .textContentInner h2 {
    font-size: 23px;
    line-height: unset;
  }
  .textContentBigWrap .textcontantContainer .textContentInner p {
    font-size: 15px;
    line-height: 30px;
    color: #363541;
    margin: 20px 0 0 0;
  }
  .trustedOrganizationWrap {
    width: 100%;
    float: left;
  }
  .trustedOrganizationWrap .toContainer {
    width: 900px;
    float: left;
    margin: 0 10px;
  }
  .trustedOrganizationWrap .toContainer .toInner {
    width: 100%;
    margin: 55px 0;
  }
  .trustedOrganizationWrap .toContainer .toInner h3 {
    font-size: 25px;
  }
  .trustedOrganizationWrap .toContainer .toInner p {
    margin: 18px 0 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
  }
  .trustedOrganizationWrap .toContainer .toInner .statsBoxesMain {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 23px 0 0 0;
    gap: 2%;
  }
  .trustedOrganizationWrap .toContainer .toInner .statsBoxesMain .statsBox {
    width: 49%;
    margin: 10px 0;
  }
  .servicesBlockWrap {
    width: 100%;
  }
  .servicesBlockWrap .bigContainer {
    width: 900px;
    padding: 0 10px;
  }
  .servicesBlockWrap .bigContainer .servicesBlockInner {
    margin: 50px 0;
  }
  .servicesBlockWrap .bigContainer .servicesBlockInner .servicesBoxesWrap {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .servicesBlockWrap .bigContainer .servicesBlockInner .servicesBoxesWrap .serviceBox {
    width: 49%;
    margin: 7px 0;
  }
  .encuragemainWrap {
    width: 100%;
  }
  .encuragemainWrap .encurageContainer {
    width: 900px;
    padding: 0 10px;
    margin: 45px 0;
  }
  .encuragemainWrap .encurageContainer .encurageInner {
    flex-flow: column;
  }
  .encuragemainWrap .encurageContainer .encurageInner picture {
    width: 100%;
  }
  .encuragemainWrap .encurageContainer .encurageInner article {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .encuragemainWrap .encurageContainer .encurageInner article .textWrap {
    height: unset;
  }
  .encuragemainWrap .encurageContainer .encurageInner article .textWrap a.showHideTxt {
    display: none;
  }
  .hapservicesWrap {
    width: 100%;
    padding: 50px 0;
  }
  .hapservicesWrap .hapContainer {
    width: 900px;
  }
  .singleCaseStudies {
    width: 100%;
  }
  .singleCaseStudies .bigContainer {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .careerToptext {
    width: 100%;
  }
  .careerToptext .ctContainer {
    width: 1000px;
  }
  .careerToptext .ctContainer .ctInner {
    padding: 0 10px;
  }
  .careerToptext .ctContainer .ctInner .ctBox {
    flex-flow: row;
    margin: 0 0 30px 0;
  }
  .careerToptext .ctContainer .ctInner .ctBox picture {
    width: 45%;
  }
  .careerToptext .ctContainer .ctInner .ctBox article {
    width: 50%;
    margin: 30px 0 0 0;
  }
  .careerToptext .ctContainer .ctInner .ctBox.second {
    flex-flow: row-reverse;
  }
  .workBenifits {
    width: 100%;
  }
  .workBenifits .wbContainer {
    width: 100%;
    padding: 0 10px;
  }
  .workBenifits .wbContainer .wbInner {
    padding: 50px 0;
  }
  .workBenifits .wbContainer .wbInner h2 {
    font-size: 35px;
  }
  .workBenifits .wbContainer .wbInner .wbBoxesWrap {
    margin: 20px 0 0 0;
  }
  .workBenifits .wbContainer .wbInner .wbBoxesWrap .wbBox {
    width: 50%;
    padding: 5px 0;
  }
  .ourteamSliderWrap {
    width: 100%;
  }
  .ourteamSliderWrap .tealSlidercontainer {
    width: 100%;
    padding: 0 10px;
  }
  .ourteamSliderWrap .tealSlidercontainer .tealSliderInner {
    margin: 50px 0;
  }
  .ourteamSliderWrap .tealSlidercontainer .tealSliderInner img {
    width: 100%;
    height: auto;
  }
  .applyJonOnlineWrap {
    padding: 0 10px;
  }
  .applyJonOnlineWrap .ajoContainer {
    width: 100%;
  }
  .applyJonOnlineWrap .ajoContainer .ajoInner {
    gap: 0;
    margin: 50px 0 40px 0;
    flex-flow: column;
  }
  .applyJonOnlineWrap .ajoContainer .ajoInner h2 {
    font-size: 30px;
  }
  .applyJonOnlineWrap .ajoContainer .ajoInner .ajoBox {
    width: 100%;
  }
  .applyJonOnlineWrap .ajoContainer .ajoInner .ajoBox.mail {
    margin: 20px 0 0 0;
  }
  header .innerHeaderText {
    font-size: 40px;
    padding: 30px 15px;
  }
  .allInnerWrapper.blogListing {
    padding: 200px 0 40px 0;
  }
  .allInnerWrapper.blogListing .bigContainer {
    width: 900px;
    padding: 0 10px;
  }
  .allInnerWrapper.blogListing .bigContainer .allInnerInner {
    width: 100%;
  }
  .allInnerWrapper.blogListing .bigContainer .allInnerInner ul.list__blog li {
    width: 50%;
  }
  .allInnerWrapper.blogListing .bigContainer .allInnerInner ul.list__blog li .list_img {
    padding: 15px;
  }
  .allInnerWrapper.blogListing .bigContainer .allInnerInner ul.list__blog li .imageCont img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contactPageWrap .contactContainer::after {
    display: none;
  }
  .hapservicesWrap .hapContainer .hapInner .hapContents .hapBox p {
    min-height: unset;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner {
    width: 100%;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner ul.list__blog {
    flex-flow: row wrap;
    gap: 0;
    justify-content: space-between;
  }
  .allInnerWrapper.caseStudies .bigContainer .allInnerInner ul.list__blog li.read_this_content {
    width: 49%;
    min-height: 440px;
  }
  .faqSectionWrap .faqsectionContainer {
    width: 910px;
  }
  /****************************************  careerPage top  *******************************/
  .careerWrap {
    padding: 0;
  }
  .careerWrap .careerTopPart {
    width: 100%;
  }
  .careerWrap .careerTopPart::after {
    display: none;
  }
  .careerWrap .careerTopPart .careerTopContainer {
    width: 870px;
    padding: 0 10px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner {
    flex-flow: row;
    margin: 130px 0 40px 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner article {
    width: 50%;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner article span.bigText {
    font-size: 46px;
    line-height: 57px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner article p {
    margin: 20px 0 0 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture {
    width: 50%;
    margin: 0px 0 35px 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity {
    transform: scale(0.5);
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_01 {
    top: 50px;
    left: -56px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_02 {
    bottom: 55px;
    left: -50px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_03 {
    bottom: inherit;
    right: -69px;
    top: 115px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_04 {
    bottom: -27px;
    right: -59px;
  }
  /*************************** our products *****************/
  .productPageHeroHeader {
    width: 100%;
  }
  .productPageHeroHeader .heroHeaderContents {
    margin: 140px 0 0 0;
    flex-flow: column;
    width: 95%;
  }
  .productPageHeroHeader .heroHeaderContents article {
    width: 81%;
    text-align: center;
  }
  .productPageHeroHeader .heroHeaderContents article h1 {
    font-size: 25px;
    line-height: unset;
  }
  .productPageHeroHeader .heroHeaderContents article a.scrollBttn {
    float: none;
    display: inline-block;
  }
  .productPageHeroHeader .heroHeaderContents picture {
    width: 54%;
    position: relative;
    top: 30px;
  }
  .clientsLogoWrap {
    gap: 17px;
  }
  .clientsLogoWrap a img {
    width: 100px;
    height: 80px;
  }
  .productsWrapComplete {
    position: relative;
  }
  .productsWrapComplete h2 {
    font-size: 45px;
  }
  .productsWrapComplete .productsMain {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .productsWrapComplete .productsMain .productBox {
    width: 100%;
    margin: 85px 0 0 0;
    flex-flow: column;
  }
  .productsWrapComplete .productsMain .productBox picture {
    width: 100%;
    height: 370px;
    padding: 0 10px;
  }
  .productsWrapComplete .productsMain .productBox picture .step {
    height: 300px;
    width: 300px;
  }
  .productsWrapComplete .productsMain .productBox article {
    width: 100%;
    float: left;
    padding: 0 15px;
    text-align: center;
    margin: 15px 0 0 0;
  }
  .productsWrapComplete .productsMain .productBox article a.btns {
    float: none;
    display: inline-block;
  }
  .productsWrapComplete .productsMain .productBox article h3 {
    font-size: 23px;
    line-height: unset;
  }
  .productsWrapComplete .productsMain .productBox:nth-child(even) {
    flex-flow: column;
  }
  .blogSectionWrap {
    position: relative;
  }
  .blogSectionWrap .blogContainer {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  header {
    width: 100%;
    top: 30px;
  }
  header .headerContainer {
    width: 1210px;
  }
  header .headerContainer .headerInner {
    width: 100%;
    display: flex;
    align-items: center;
  }
  header .headerContainer .headerInner a.logoWrap {
    width: 150px;
  }
  header .headerContainer .headerInner ul.navListing {
    margin: 0;
  }
  header .headerContainer .headerInner ul.navListing li {
    position: relative;
  }
  header .headerContainer .headerInner ul.navListing li a {
    font-size: 14px;
  }
  header .headerContainer .headerInner ul.navListing li span.drop_down_icon {
    top: 2px !important;
    right: 7px !important;
  }
  header .headerContainer .headerInner a.headerBttn {
    font-size: 13px;
    padding: 11px 30px;
  }
  .bigContainer {
    width: 1090px;
  }
  .topPart {
    position: relative;
    background-size: 30%, 51%;
  }
  .topPart:after {
    font-size: 80px;
    top: 260px;
  }
  .topPart:before {
    bottom: 22%;
    left: -142px;
    font-size: 110px;
  }
  .topPart .paralaxBox {
    width: 180px;
  }
  .topPart .paralaxBox img {
    width: 100%;
  }
  .topPart .topPartInner {
    margin: 125px 0 0 0;
  }
  .topPart .topPartInner article {
    width: 480px;
    float: left;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .topPart .topPartInner article small {
    font-size: 17px;
    font-size: 0 0 3px 0;
  }
  .topPart .topPartInner article h1 {
    font-size: 36px;
    line-height: 51px;
  }
  .topPart .topPartInner article p {
    font-size: 15px;
    line-height: 32px;
    margin: 8px 0 5px 0;
  }
  .topPart .topPartInner article a.btnStyle {
    font-size: 15px;
    line-height: unset;
    padding: 15px 40px;
    margin: 15px 0 0 0;
  }
  .topPart .topPartInner .formStyle {
    width: 400px;
    padding: 45px 40px;
    height: unset;
    border-radius: 20px;
  }
  .topPart .topPartInner .formStyle .formInner {
    position: relative;
  }
  .topPart .topPartInner .formStyle .formInner h3 {
    font-size: 17px;
    line-height: unset;
  }
  .topPart .topPartInner .formStyle .formInner form {
    margin: 0;
  }
  .topPart .topPartInner .formStyle .formInner form label {
    margin: 28px 0 0 0;
  }
  .topPart .topPartInner .formStyle .formInner form label b {
    font-size: 13px;
  }
  .topPart .topPartInner .formStyle .formInner form label .inputbox {
    height: 37px;
    font-size: 12px;
  }
  .topPart .topPartInner .formStyle .formInner form label textarea {
    height: 65px !important;
  }
  .topPart .topPartInner .formStyle .formInner form .submitBttn {
    border-radius: 8px;
    font-size: 13px;
    padding: 13px 0;
    outline: none !important;
    border: 0;
    font-weight: 500;
    margin: 22px 0 0 0;
  }
  .topPart .aboutsection {
    margin: 100px 0 60px 0;
  }
  .topPart .aboutsection article {
    width: 395px;
    float: left;
  }
  .topPart .aboutsection article h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 33px;
  }
  .topPart .aboutsection article h2 small {
    font-size: 14px;
  }
  .topPart .aboutsection article p {
    font-size: 14px;
    line-height: 26px;
    margin: 15px 0 0 0;
  }
  .topPart .aboutsection article a.aboutBttn {
    font-size: 13px;
    background-color: #000;
    margin: 21px 0 0 0;
    padding: 12px 21px;
  }
  .topPart .aboutsection article .whyUsWrap {
    width: 100%;
    float: left;
    padding: 25px 0 0 0;
  }
  .topPart .aboutsection .pictureSection {
    width: 580px;
  }
  .topPart .aboutsection .pictureSection picture {
    width: 420px;
    height: 705px;
  }
  .topPart .aboutsection .pictureSection .satisticsBar {
    width: 140px;
  }
  .topPart .aboutsection .pictureSection .satisticsBar .sBox {
    position: relative;
    padding: 19px 25px;
  }
  .topPart .aboutsection .pictureSection .satisticsBar .sBox img {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .topPart .aboutsection .pictureSection .satisticsBar .sBox h4 {
    margin: 9px 0 0 0;
    font-size: 12px;
    line-height: 17px;
  }
  .successStories {
    width: 100%;
  }
  .successStories .successInner {
    margin: 70px 0;
  }
  .successStories .successInner h2 {
    width: 230px;
    font-weight: 700;
    font-size: 44px;
    line-height: 65px;
  }
  .successStories .successInner h2 small {
    font-size: 14px;
    line-height: 8px;
    margin: 0 0 0px 0;
  }
  .successStories .successInner .successVideosWrap {
    width: 740px;
  }
  .successStories .successInner .successVideosWrap .videobox {
    width: 134px;
    height: 385px;
  }
  .successStories .successInner .successVideosWrap .videobox .vidContent {
    width: 100%;
  }
  .successStories .successInner .successVideosWrap .videobox .vidContent a.playVid {
    width: 34px;
    height: 34px;
    display: flex;
    font-size: 15px;
  }
  .successStories .successInner .successVideosWrap .videobox .vidContent h4 {
    font-size: 15px;
  }
  .successStories .successInner .successVideosWrap .videobox.active {
    width: 320px;
  }
  .successStories .successInner .successVideosWrap .videobox.active h4 {
    font-size: 21px;
    bottom: 100px;
  }
  .successStories .successInner .successVideosWrap .videobox.active p {
    font-size: 13px;
    line-height: 23px;
  }
  .clientSection {
    width: 100%;
  }
  .clientSection .clientInner {
    position: relative;
    margin: 60px 0;
  }
  .clientSection .clientInner h2 {
    width: 230px;
    font-weight: 700;
    font-size: 44px;
    line-height: 65px;
  }
  .clientSection .clientInner h2 small {
    font-size: 14px;
    line-height: 8px;
    margin: 0 0 0px 0;
  }
  .clientSection .clientInner .cLogoWrap {
    width: calc(100% - 280px);
  }
  .clientSection .clientInner .cLogoWrap .logoBox {
    width: 171px;
    height: 90px;
    border-radius: 8px;
  }
  .clientSection .clientInner .cLogoWrap .logoBox img {
    -o-object-fit: contain;
       object-fit: contain;
    padding: 13px 31px;
  }
  .serviceSection {
    position: relative;
  }
  .serviceSection .serviceInner {
    position: relative;
    margin: 0 0 62px 0;
  }
  .serviceSection .serviceInner picture {
    width: 370px;
    height: 600px;
    float: left;
  }
  .serviceSection .serviceInner .serviceContentainWrap {
    width: calc(100% - 410px);
  }
  .serviceSection .serviceInner .serviceContentainWrap .serviceHeader {
    position: relative;
  }
  .serviceSection .serviceInner .serviceContentainWrap .serviceHeader h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 51px;
  }
  .serviceSection .serviceInner .serviceContentainWrap .serviceHeader h2 small {
    font-size: 14px;
    line-height: 8px;
    margin: 0 0 8px 0;
  }
  .serviceSection .serviceInner .serviceContentainWrap .serviceHeader p {
    font-size: 12px;
    line-height: 23px;
  }
  .serviceSection .serviceInner .serviceContentainWrap .serviceSlider {
    margin: 20px 0 0 0;
  }
  .serviceSection .serviceInner .serviceContentainWrap .serviceSlider .serviceSlideWrap {
    width: 100%;
  }
  .serviceSection .serviceInner .serviceContentainWrap .serviceSlider .serviceSlideWrap .serviceBox {
    position: relative;
  }
  .serviceSection .serviceInner .serviceContentainWrap .serviceSlider .serviceSlideWrap .serviceBox span.icon img {
    width: 50px;
    height: 50px;
  }
  .serviceSection .serviceInner .serviceContentainWrap .serviceSlider .serviceSlideWrap .serviceBox h4 {
    font-size: 13px;
    margin: 8px 0 0 0;
  }
  .serviceSection .serviceInner .serviceContentainWrap .serviceSlider .serviceSlideWrap .serviceBox p {
    font-size: 12px;
    line-height: 17px;
    margin: 8px 0 0 0;
  }
  .serviceSection .serviceInner .serviceContentainWrap .serviceSlider .serviceSlideWrap .serviceBox ul li {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 8px 0;
  }
  .blogarticleWrap {
    width: 100%;
  }
  .blogarticleWrap .blogArticleInner {
    width: 100%;
  }
  .blogarticleWrap .blogArticleInner h2 {
    font-size: 25px;
  }
  .blogarticleWrap .blogArticleInner h2 small {
    font-size: 13px;
  }
  .blogarticleWrap .blogArticleInner .blogBoxes {
    margin: 16px 0 0 0;
  }
  .blogarticleWrap .blogArticleInner .blogBoxes .blogBox {
    position: relative;
  }
  .blogarticleWrap .blogArticleInner .blogBoxes .blogBox article {
    position: absolute;
  }
  .blogarticleWrap .blogArticleInner .blogBoxes .blogBox article h4 {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .blogarticleWrap .blogArticleInner .blogBoxes .blogBox article p {
    font-size: 14px !important;
    line-height: 22px !important;
    margin: 9px 0 0 0 !important;
  }
  .blogarticleWrap .blogArticleInner .blogBoxes .blogBox article h5 {
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: unset !important;
  }
  .blogarticleWrap .blogArticleInner .btnWrap {
    margin: 25px 0 0 0;
  }
  .blogarticleWrap .blogArticleInner .btnWrap a.blogBtn {
    color: #fff;
    padding: 10px 35px;
    font-size: 15px;
  }
  footer {
    width: 100%;
  }
  footer .footerContainer {
    width: 1200px;
    float: left;
  }
  footer .footerInner {
    width: 100%;
  }
  footer .footerInner .footBlockInfo {
    width: 260px;
  }
  footer .footerInner .footBlockInfo .socialMedia {
    gap: 9px;
    margin: 14px 0 0 0;
  }
  footer .footerInner .footBlockInfo .socialMedia a i {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  footer .footerInner .footBlockInfo .seoWrap p {
    font-size: 16px;
  }
  footer .footerInner .otherFootContainer {
    width: calc(100% - 320px);
  }
  footer .footerInner .otherFootContainer .footContain {
    float: left;
  }
  footer .footerInner .otherFootContainer .footContain h4 {
    font-size: 25px;
  }
  footer .footerInner .otherFootContainer .footContain ul {
    margin: 16px 0 0 0;
  }
  footer .footerInner .otherFootContainer .footContain ul li a {
    font-size: 16px;
  }
  footer .footerInner .otherFootContainer .footContain .awardImg {
    margin: 15px 0 0 0;
    gap: 10px;
  }
  footer .footerInner .otherFootContainer .footContain .awardImg span img {
    width: 80px;
    height: 80px;
  }
  .vidPopWrap {
    width: 100%;
  }
  .vidPopWrap .closeIcon {
    transform: scale(0.6);
    transform-origin: right top;
  }
  .vidPopWrap .vidPopContainer {
    width: 100%;
  }
  .vidPopWrap .vidPopContainer .vidPopInner {
    width: 100%;
  }
  .vidPopWrap .vidPopContainer .vidPopInner .videoWrap {
    width: 570px;
    height: 421px;
    background-color: #ddd;
    float: left;
    overflow: hidden;
  }
  .vidPopWrap .vidPopContainer .vidPopInner article {
    width: 380px;
    float: left;
  }
  .vidPopWrap .vidPopContainer .vidPopInner article h4 {
    font-size: 44px;
  }
  .vidPopWrap .vidPopContainer .vidPopInner article p {
    font-size: 14px;
    line-height: 27px;
  }
  .vidPopWrap .vidPopContainer .vidPopInner article span.timeBar {
    font-size: 13px;
    margin: 12px 0 0 0;
  }
  /*****************************************************/
  .serviceHeroHeader {
    height: 645px;
    background-size: contain, 25%;
  }
  .serviceHeroHeader .shInner {
    margin: 160px 0 0 0;
  }
  .serviceHeroHeader .shInner article {
    width: 440px;
  }
  .serviceHeroHeader .shInner article .bigtext {
    font-size: 55px;
    line-height: 64px;
  }
  .serviceHeroHeader .shInner article p {
    margin: 25px 0 0 0;
    font-size: 14px;
    line-height: 27px;
  }
  .serviceHeroHeader .shInner article a.topbttns {
    font-size: 14px;
    margin: 9px 0 0 0;
    padding: 11px 20px;
  }
  .serviceSmallblocks {
    position: relative;
  }
  .serviceSmallblocks .ssbInner {
    width: 100%;
  }
  .serviceSmallblocks .ssbInner .ssBlocks {
    width: 520px;
  }
  .serviceSmallblocks .ssbInner .ssBlocks .sBox {
    width: 251px;
    border-radius: 21px;
    padding: 18px 20px;
    margin: 0 0 22px 0;
  }
  .serviceSmallblocks .ssbInner .ssBlocks .sBox img {
    width: 45px;
    height: 45px;
  }
  .serviceSmallblocks .ssbInner .ssBlocks .sBox h4 {
    font-size: 16px;
  }
  .serviceSmallblocks .ssbInner .ssBlocks .sBox p {
    font-size: 12px;
  }
  .serviceSmallblocks .ssbInner .ssBlocks .sBox ul li {
    font-size: 12px;
    line-height: 28px;
  }
  .serviceSmallblocks .ssbInner article {
    width: 445px;
  }
  .serviceSmallblocks .ssbInner article h1 {
    font-size: 55px;
    line-height: 64px;
  }
  .serviceSmallblocks .ssbInner article p {
    margin: 25px 0 0 0;
    font-size: 14px;
    line-height: 27px;
  }
  .usedTechnology {
    width: 100%;
  }
  .usedTechnology .technologyinner {
    margin: 125px 0;
  }
  .usedTechnology .technologyinner article {
    width: 320px;
    float: left;
  }
  .usedTechnology .technologyinner article h3 {
    font-size: 25px;
    line-height: 37px;
    margin: 0 0 9px 0;
  }
  .usedTechnology .technologyinner article p {
    font-size: 13px;
    line-height: 24px;
  }
  .usedTechnology .technologyinner article a.topbttns {
    font-size: 14px;
    margin: 9px 0 0 0;
    padding: 11px 30px;
  }
  .usedTechnology .technologyinner .technologies {
    width: 670px;
    gap: 13px;
  }
  .usedTechnology .technologyinner .technologies span.logo {
    border-radius: 9px;
    width: 100px;
    height: 100px;
    float: left;
  }
  .allservicesList {
    width: 100%;
  }
  .allservicesList .bigContainer {
    width: 1160px;
  }
  .allservicesList .bigContainer .asInner {
    width: 100%;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock {
    padding: 70px 15px;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock picture {
    width: 400px;
    height: 390px;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock article {
    width: 560px;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock article h2 {
    font-size: 33px;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock article h2 small {
    font-size: 15px;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock article p {
    font-size: 14px;
    line-height: 28px;
  }
  .allservicesList .bigContainer .asInner .serviceBigBlock article a.topBttns {
    font-size: 14px;
    border-radius: 6px;
    margin: 17px 0 0 0;
    padding: 13px 24px;
  }
  /************************************************************************/
  .contactPageWrap {
    width: 100%;
    position: relative;
    background-size: 30%, 51%;
  }
  .contactPageWrap .paralaxBox {
    width: 140px;
  }
  .contactPageWrap::after {
    display: none;
  }
  .contactPageWrap .contactContainer {
    width: 1160px;
    min-height: 520px;
    margin: 136px 0 80px 0;
    padding: 0 0 45px 0;
  }
  .contactPageWrap .contactContainer::after {
    left: 491px;
  }
  .contactPageWrap .contactContainer .gitSection {
    width: 490px;
  }
  .contactPageWrap .contactContainer .gitSection article {
    width: 350px;
    margin: 35px 0 40px 47px;
  }
  .contactPageWrap .contactContainer .gitSection article h1 {
    font-size: 18px;
    line-height: 19px;
  }
  .contactPageWrap .contactContainer .gitSection article span.bigText {
    font-size: 55px;
    line-height: 69px;
  }
  .contactPageWrap .contactContainer .gitSection article span.bigText strong {
    font-size: 85px;
  }
  .contactPageWrap .contactContainer .gitSection article .contactInfoSection {
    margin: 0px 0 0 0;
  }
  .contactPageWrap .contactContainer .gitSection article .contactInfoSection span {
    float: left;
  }
  .contactPageWrap .contactContainer .gitSection article .contactInfoSection span i {
    min-width: 40px;
    width: 40px;
    height: 40px;
    max-width: 40px;
    font-size: 17px;
  }
  .contactPageWrap .contactContainer .gitSection article .contactInfoSection span p {
    font-size: 14px;
    line-height: 24px;
  }
  .contactPageWrap .contactContainer .contactFormWrap {
    width: calc(100% - 485px);
  }
  .contactPageWrap .contactContainer .contactFormWrap .contactFormInner {
    width: 440px;
  }
  .contactPageWrap .contactContainer .contactFormWrap .contactFormInner .cfInput {
    height: 57px;
    background-size: 28px;
    padding: 0 0 0 68px;
    font-size: 14px;
    margin: 0 0 12px 0;
  }
  .contactPageWrap .contactContainer .contactFormWrap .contactFormInner .textMessahe {
    padding: 17px 23px 0 68px;
    background-position: 23px 20px;
    font-size: 14px;
    height: 130px;
    background-size: 28px;
  }
  .contactPageWrap .contactContainer .contactFormWrap .contactFormInner .FormSubmit {
    font-weight: 400;
    font-size: 16px;
    padding: 8px 38px !important;
  }
  .contactPageWrap .contactContainer .contactFormWrap .contactFormInner label span.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute !important;
    bottom: 16px;
    right: 0 !important;
    left: inherit;
    width: 139px !important;
    font-family: "Poppins";
  }
  .contactPageWrap .contactContainer .contactFormWrap .contactFormInner label span .inputbox {
    height: 60px;
    margin: 0 0 13px 0;
    background-size: 28px;
    font-size: 15px;
    padding: 0 0 0 76px;
  }
  .contactPageWrap .contactContainer .contactFormWrap .contactFormInner label span textarea.inputbox {
    height: 130px;
    margin: 0 0 13px 0;
    background-size: 28px;
    font-size: 15px;
    padding: 20px 0 0 76px;
  }
  .contactPageWrap .contactContainer .contactFormWrap .contactFormInner label b {
    top: 20px;
    left: 72px;
    font-size: 15px;
  }
  .serviceDetailsTopWrap {
    position: relative;
  }
  .serviceDetailsTopWrap::after {
    font-size: 80px;
    top: 76px;
    left: 0;
    height: 83px;
  }
  .serviceDetailsTopWrap .sDetailsContainer {
    width: 1160px;
    margin: 120px 0 0 0;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner {
    position: relative;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner picture {
    width: 400px;
    height: 600px;
  }
  .serviceDetailsTopWrap .sDetailsContainer .sDetailsInner picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .textContentBigWrap {
    background-size: cover;
  }
  .servicesBlockWrap {
    display: flex;
    justify-content: center;
  }
  .servicesBlockWrap .bigContainer {
    width: 1300px;
    float: left;
  }
  .allInnerWrapper.aboutusPageCompleteWrap {
    width: 100%;
  }
  .allInnerWrapper.aboutusPageCompleteWrap .aboutTopInfoPart {
    padding: 0;
  }
  .allInnerWrapper.aboutusPageCompleteWrap .aboutTopInfoPart:after {
    font-size: 83px;
    top: 50px;
    height: 87px;
  }
  .allInnerWrapper.aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain {
    margin: 105px 0 0 0;
  }
  .allInnerWrapper.aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer {
    width: 1080px;
  }
  .allInnerWrapper.aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner {
    width: 100%;
  }
  .allInnerWrapper.aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner article {
    width: 520px;
  }
  .allInnerWrapper.aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner article h1 {
    font-size: 31px;
    line-height: unset;
  }
  .allInnerWrapper.aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner article p {
    font-size: 14px;
    line-height: unset;
    margin: 35px 0 0 0;
  }
  .allInnerWrapper.aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner picture {
    width: 390px;
  }
  .allInnerWrapper.aboutusPageCompleteWrap .aboutTopInfoPart .aboutMain .aboutContainer .aboutInner picture img {
    width: 100%;
  }
  /************************  career  *********************/
  .careerWrap {
    width: 100%;
  }
  .careerWrap .careerTopPart {
    width: 100%;
  }
  .careerWrap .careerTopPart::after {
    font-size: 112px;
    height: 119px;
  }
  .careerWrap .careerTopPart .careerTopContainer {
    width: 1075px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner {
    margin: 134px 0 72px 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner article {
    width: 435px;
    float: left;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner article span.bigText {
    font-size: 60px;
    line-height: 72px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner article p {
    font-size: 14px;
    line-height: 26px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture {
    width: 565px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity {
    transform: scale(0.8);
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_01 {
    top: 70px;
    left: 0;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_02 {
    bottom: 55px;
    left: -50px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_03 {
    bottom: inherit;
    right: -69px;
    top: 215px;
  }
  .careerWrap .careerTopPart .careerTopContainer .careerTopInner picture .facilitity.faci_04 {
    bottom: 57px;
    right: -59px;
  }
  .blogListing {
    width: 100%;
    padding: 220px 0 75px 0;
  }
  .blogListing .bigContainer {
    width: 1150px;
  }
  .blogListing .bigContainer .allInnerInner ul.list__blog li .list_img {
    padding: 15px;
  }
  .blogListing .bigContainer .allInnerInner ul.list__blog li .list_img .imageCont img {
    height: 210px;
  }
  .contactPageWrap #yphone, .bcwContactContent #yphone {
    left: 74px;
    top: 3px;
    font-size: 12px;
  }
}/*# sourceMappingURL=responsive.css.map */