@media screen and (min-width: 1800px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1680px;
  }

  .split-pane .caption-box {
    scale: 1.3;
  }

  .caption-box {
    width: 80% !important;
    padding: 80px 50px !important;
  }

  .images-banner-center {
    position: absolute;
    width: 550px;
    left: 50%;
    top: 0%;
    /* transform: translate(-68%, -17%); */
    z-index: 3;
    display: block;
  }

  .develop-bg {
    padding: 10rem 0;
  }
}

@media screen and (min-width: 1680px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }

  .split-pane .caption-box {
    scale: 1.2;
  }

  .images-banner-center {
    position: absolute;
    width: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-68%, -17%);
    z-index: 3;
    display: block;
  }

  .develop-bg {
    padding: 10rem 0;
  }

  p {
    font-size: 16px !important;
  }


  footer .container .about-footer ul li {
    font-size: 14px;
  }
  
}

@media screen and (min-width: 1400px) {
  .split-pane .caption-box {
    scale: 1.1 !important;
    padding: 55px 50px;
    top: 20% !important;
  }

  .caption-box {
    width: 500px;
    /* background-color: #0e3b53; */
    border-radius: 30px;
    padding: 0px 50px;
    min-height: 270px;
  }
}

@media screen and (min-width: 1200px) {
  .social-media-section .caption,
  .fitness-app-section .caption {
    left: 0%;
  }

  .profile-img{
    width: 25%;
  }

  .founder-section img {
    width: -webkit-fill-available;
    margin: -25px 0px 1px 22px;
}

  .founder-content {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-25%, -50%);
    color: white;
}

.about-section .about-type p{
  width: 90%;
}

.industry-head p{
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.industry-head p, .abt-tech-head p{
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
  
}

@media screen and (min-width: 992px) {
  .padding {
    padding: 1.5rem;
  }
  .split-pane .caption-box {
    scale: 0.9;
    padding: 55px 50px;
    top: 15%;
  }

  .showcase-contnt p {
    margin-top: 23px;
    text-align: justify;
    width: 90%;
}

  .fin_video_box_data {
    position: absolute;
    left: 90%;
    width: 100%;
    background: rgb(255, 255, 255);
    top: 65px;
    /* bottom: 35px; */
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 24px 0px;
    z-index: 99;
    border-left: 10px solid rgb(31, 113, 143);
    border-radius: 15px;
  }

  .fin_video .fin_video_box_p {
    position: relative;
    padding: 25px 25px;
  }
  .caption-box {
    width: 600px;
    /* background-color: #0e3b53; */
    border-radius: 30px;
    padding: 55px 50px;
    min-height: 270px;
  }
  .get-quote-btn {
    margin-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .split-pane {
    padding-top: 2em;
    height: 100%;
  }
}

@media screen and (min-width: 576px) {
  .masked-image .dot.dot-1,
  .masked-video .dot.dot-1 {
    bottom: -8%;
    left: -5%;
    /* animation: float 6s ease-in-out infinite; */
    z-index: -1;
  }

  .masked-image .dot.dot-2 {
    top: -5%;
    right: -5%;
    /* animation: float 6s ease-in-out infinite; */
    z-index: -1;
  }

  .masked-image .dot.dot-1.tech {
    top: -10%;
    right: -10%;
  }

  .masked-image .dot.dot-primary,
  .masked-video .dot.dot-primary {
    background-image: url("../images/squre-dotted.png");
    background-size: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1299px) {
  .slick-prev {
    left: 0px;
    z-index: 2;
  }

  .slick-next {
    right: 0px;
    z-index: 2;
  }
}

@media screen and (max-width: 1399px) {
  .about-section .matters p {
    font-size: 14px;
    /* padding: 50px 0; */
    line-height: 1.5 !important;
    color: #313554;
    text-align: justify;
  }

  p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    /* text-align: justify ; */
  }

  h1 {
    font-size: 40px !important;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  .bg-about,
  .bg-ex,
  .bg-collaboration,
  .bg-founder,
  .indus-bg,
  .bg-tech,
  .unleashing-section,
  .develop-bg,
  .mvpDev,
  .apiDev,
  .arDev,
  .iotDev,
  .quote, 
  .seo,
  .staff,
  .devOps,
  .security,
  .about-section .about-type,
  .front-end,
  .consult,
  .bg-database,
  .software-testing,
  .finance-section,
  .fin_video,
  .lms-section,
  .it-challenges,
  .social-media-section,
  .fin_video.tablet,
  .fitness-app-section,
  .custom-bg,
  .quality-testing-section,
  .backend-bg,
  .hosting,
  .benifits,
  .testimonial-bg,
  .h-service-bg,
  .devOps,
  .arServ
   {
    padding: 3rem 0;
  }
}

@media screen and (max-width: 1199px) {
  .images-banner-center {
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-68%, 27%);
    z-index: 3;
    display: block;
  }

  .split-pane .caption-box {
    position: relative;
    transform: translate(5%, -50%);
    left: 10%;
    top: 45%;
    text-align: center;
    margin: 0;
    z-index: 99;
    left: 5%;
  }

  .caption-box {
    width: 590px;
    /* background-color: #0e3b53; */
    border-radius: 30px;
    padding: 50px;
    min-height: 270px;
    scale: 0.85;
  }

  /* .mvpDev {
    background: none;
    background-color: #b1e8ef;
    display: block;
    justify-content: center;  
    align-items: center;
    width: 100%;
    background-image: url('../images/service-img/rocket-img.jpg');
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
} */

.profile-img {
  width: 28%;
  margin-left: 25px;
}

.founder-content {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-20%, -50%);
  color: white;
}

h1 {
  font-size: 32px !important;
}

}

@media screen and (max-width: 991px) {
  .navbar .btn-primary {
    margin: 10px 0;
  }

  .fin_video.tablet {
    padding: 5rem 0px;
    position: relative;
    z-index: 1;
    background-image: url(../images/bg-tablet-solid.png);
    background-size: auto;
    background-repeat: repeat;
  }

  .fin_video.tablet .fin_video_box_data {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-top: 5px;
    border-radius: 10px;
    border-left: 10px solid rgb(31, 113, 143);
    z-index: 12;
  }

  .slick-next::before,
  .slick-prev::before {
    width: 30px;
    height: 30px;
  }

  .social-media-section .caption,
  .fitness-app-section .caption {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    height: auto;
    width: 100%;
  }

  .it-challenges .content-it-area {
    width: 100%;
    margin: 0 auto;
    color: #fff;
  }

  .lms-section {
    padding: 5rem 0;
    min-height: 330px;
    background-image: none;
  }

  .fin_video_box_data h1 {
    margin-top: 20px;
  }

  .laptop-area {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }


  .mvpDev .container .paragraph {
    width: 100%;
  }
  


  .apiDev {
    background: url(../images/bg-pattern.jpg);
    background-size: cover;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* height: 100%; */
    width: 100%;
    padding: 5rem 0;
    min-height: 500px;
  }

  .apiDev .container .api-content {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* flex-direction: column; */
    margin-bottom: 10px;
    width: 100%;
  }

  .apiDev .container .api-container .rest {
    height: 110px;
    width: 110px;

    background-color: #fff;
    /* height: 150px;
        width: 140px; */
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
  }

  .apiDev .container .api-container .rest img {
    height: 55px;
    width: 55px;
    /* border-radius: 50px; */
    padding: 1px;
    background-color: none;
  }

  .apiDev .container .api-container .rest h6 {
    font-size: 12px;
    text-transform: uppercase;
  }

  .apiDev .container .api-archi {
    background-color: #005270;
    margin-top: 10px;
    margin-left: 0px;
    padding: 18px;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    flex-wrap: wrap;
  }

  .apiDev .container .api-archi h4 {
    font-size: 20px;
    font-weight: 600;
    /* margin-bottom: 30px; */
  }

  .apiDev .container .api-archi .api-key .key-right {
    margin-right: 0px;
  }

  .apiDev .container .api-archi .api-key .key {
    font-size: 16px;
    font-weight: 600;
    /* background-color: red; */
  }

  .apiDev .container .api-archi .api-key .key i {
    margin-right: 5px;
    font-size: 19px;
    color: #ee7b11;
  }

  .apiDev .container .api-content {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    margin-bottom: 90px;
    width: 100%;
  }

  .apiDev .container .api-content .title h1 {
    /* width: 100%; */
    margin-top: 20px;
    font-size: 25px;
    /* font-weight: 700; */
    color: #fff;
    text-align: center;
  }

  .apiDev .container .api-content .sub-title {
    margin: 10px 0;
    /* color: #fff; */
  }

  .apiDev .container .api-content .sub-title p {
    font-size: 14px;
    line-height: 1.5 !important;
    text-align: justify !important;
  }

  .apiDev .container .api-content .main-btn {
    margin: 0 auto;
  }

  .apiDev .container .api-container {
    gap: 20px;
    width: 100%;
  }

  .tab-area {
    position: relative;
    left: auto;
  }
  .tab-area img {
    max-width: 100%;
  }

  .backend-bg .container .skills {
    margin-bottom: 20px;
  }

  .navbar {
    /* background: #005270; */
    background: #082e45;
    transition: all 0.3s ease 0s;
    position: relative;
  }

  .navbar-collapse{
    text-align: center;
  }

  header .stickyHeader {
    /* background: #005270; */
    background: #082e45;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 3px 8px #00000057;
    position: fixed;
  }
  


  .page-heading-banner h2 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
  }

  .page-heading-banner h1 {
    font-size: 32px;
  }

  .page-heading-banner {
    width: 100%;
    height: 140px;
    padding-top: 0px;
  }

  .images-banner-center {
    position: absolute;
    width: 320px;
    left: 50%;
    top: 50%;
    transform: translate(13%, -100%);
    z-index: 3;
    display: block;
  }

  .navigation-wrap .nav-item a.active {
    background-color: #055d7e;
    color: #fff;
    border-bottom: 3px solid #fff;
    border-radius: 5px;
  }
  .hero-section {
    width: 100%;
    height: 30vh;
    min-height: 350px;
    max-height: 350px;
  }

  .right-form {
    padding: 25px;
    border-radius: 25px;
    margin-top: 50px;
    width: 100%;
    position: relative;
  }

  .border-right-1 {
    border: none;
  }

  .whatsap-img {
    text-align: center;
    color: white;
    margin-top: 30px;
  }

  .copy-right .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    display: block;
  }

  .apiDev .container .api-content .sub-title p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1.5 !important;
    text-align: justify !important;
  }

  .address .address-card {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .address .address-card .card {
    height: 200px;
  }

  .play-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ee7b11;
    outline: 12px solid #ee7b1157;
    position: relative;
    text-align: center;
    position: absolute;
    left: 440px;
    top: 50%;
    display: block;
    padding: 15px;
    font-size: 20px;
    color: #fff;
    top: -70px;
    z-index: 2;
    transform: translate(97%, -50%);
  }

  .programme_list {
    border: none;
    border-bottom: 1px solid #eaeaea !important;
    padding: 10px;
    border-top: 0;
    border-left: 0;
    /* margin-top: 35px; */
  }

  .mvpDev {
    background: url(../images/service-img/mvp.png);
    background-size:180%; 
    background-repeat: no-repeat;
  }

  
  .arServ {
    background: url("../images/service-img/service-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    padding: 2rem 0;
    background-position: center;
  }
}

@media (min-width: 768px) and (max-width: 990px){

  .profile-img {
    width: 40%;
    margin-top: 0px;
    margin-left: 0px; 
  }

  .founder-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-15%, -50%);
    color: white;
}


  .founder-section img {
    width: -webkit-fill-available;
    margin: 35px 0px 1px 0px;
}

}


@media screen and (max-width: 767px) {
  .caption-box {
    width: 555px;
    /* background-color: #0e3b53; */
    border-radius: 30px;
    padding: 25px;
    min-height: 270px;
  }

  .play-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ee7b11;
    outline: 12px solid #ee7b1157;
    position: relative;
    text-align: center;
    position: absolute;
    left: 60%;
    top: 50%;
    display: block;
    padding: 15px;
    font-size: 20px;
    color: #fff;
    top: -70px;
    z-index: 2;
    transform: translate(97%, -50%);
  }

  .split-pane .caption-box {
    position: absolute;
    transform: translate(0%, -50%);
    top: 45%;
    text-align: center;
    margin: 0;
    z-index: 99;
    left: 2%;
  }

  .split-pane .caption-box h4 {
    display: flex;
    align-items: center;
    align-items: center;
    gap: 28px;
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
  }

  .split-pane .caption-box h3 {
    font-size: 32px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .masked-image img.tech {
    margin-top: 25px;
    width: 300px;
  }

  .social-media-sticky {
    display: none;
  }

  .padding {
    padding: 1rem;
  }
  .h-service-head h1 {
    font-size: 32px;
  }

  .choose-containt h2 {
    font-size: 21px;
  }

  .testmonial-head h1 {
    font-size: 32px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  .abt-tech-head h1 {
    font-size: 32px;
  }

  .call-back-head h1 {
    font-size: 32px;
  }

  .industry-head h1 {
    font-size: 32px;
  }

  .choose-main-card {
    width: 100%;
    padding: 0;         
  }

  .hero-section.hero-2 {
    height: 30vh;
    min-height: 450px;
    max-height: 450px;
    left: 0;
}

.navigation-wrap .navbar-brand img {
  max-height: 35px;
}

  .hconnet-bg p{
    text-align: center !important;
  }

  .images-banner-center {
    position: absolute;
    width: 137px;
    left: 62%;
    top: 18%;
    transform: translate(27%, -40%);
    z-index: 3;
    display: block;
  }
  .apiDev .container .api-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
  }

  .right-form {
    padding: 25px;
    border-radius: 25px;
    margin-top: 25px;
    width: 100%;
    position: relative;
  }

  #about .about-section .matters h1 {
    font-size: 32px;
  }

  .choose-ytub video {
    height: auto;
    margin-top: 15px;
  }

  #tabout .about-section .about-type {
    padding: 46px 0 50px;
  }

  .collaboration-head h1 {
    font-size: 32px;
  }

  .exprience-head h1 {
    font-size: 32px;
  }

  .about-us-head h1 {
    margin-top: 15px;
    font-size: 32px;
  }

  #home-contact .condtact-banner {
    height: 40vh;
  }

  #home-contact .contact-banner h1 {
    font-size: 40px;
  }

  .showcase-head h1 {
    font-size: 31px;
  }

  #home-contact .contact-banner h2 {
    font-size: 32px;
  }

  #home {
    height: -webkit-fill-available;
    height: 90vh;
  }

  .top-banner .row {
    width: 100%;
  }

  .top-banner .skills-tag .title h1 {
    font-size: 34px;
  }

  .top-banner .skills-tag p {
    display: none;
  }

  h1 {
    font-size: 32px !important;
  }

  h2 {
    font-size: 24px !important;
  }

  h3 {
    font-size: 20px !important;
  }
  .profile-img {
    width: 70%;
    margin-top: 0;
    margin-left: 0;
    margin: 0 auto;
  }
  .founder-section {
    padding: 3rem 30px !important;;
  }
  .founder-content {
    margin-top: 10px;
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
    color: white;
    display: block;
  }

  .copy-right .right {
    display: flex;
    justify-content: center;
  }

  #tabout .about-section .about-type .row .right .card img {
    width: 312px;
    margin-top: -47px;
  }

  #tabout .about-section .about-type .row .sub-title {
    margin: 22px !important;
  }

  #tabout .about-section .about-type .row h1 {
    font-size: 30px;
    width: 100% !important;
    margin: 0 22px !important;
  }

  .consult .bottom-content {
    flex-direction: column;
  }

  /* .hosting {
    display: none;
  } */

  .software-testing iframe {
    border-radius: 20px;
    height: 250px;
  }

  .navigation-wrap .main-btn {
    display: none;
  }

  .navbar-collapse {
    /* background: #005270; */
    background: #082e45;
    text-align: center;
  }

  #tabout .about-section .about-type .row .cards .card {
    margin-bottom: 22px;
    width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .tab-content p {
    font-size: 13px;
  }

  .front-end .tab-wrap label i {
    display: none;
  }

  .front-end .tab-wrap label {
    font-size: 13px;
    padding: 8px 13px !important;
  }

  #tabout .about-section .about-type .row .right .img-title p {
    font-size: 15px !important;
  }

  #tabout .about-section .about-type .row .cards {
    flex-direction: column;
  }

  .testimonials-itesm {
    margin-top: 12px;
  }

  .testimonial-contnt h2 {
    font-size: 20px;
  }

  .testimonial-contnt p {
    font-size: 13px;
  }

  .testimonial-img img {
    width: 80px;
    /* margin-right: 14px; */
    margin-bottom: -47px;
    top: 0;
    display: block;
    position: absolute;
    left: 10px;
  }

  .about-tag h2 {
    font-size: 25px;
  }

  /* .social-soft {
    display: none;
  } */

  .testimonial-contnt {
    margin-left: 58px;
    width: 65%;
    display: block;
    position: relative;
    margin-left: 75px;
  }

  .about-tag {
    padding: 0px 1px 2px 23px;
  }

  .menu-list button {
    display: none;
  }

  .ex-img img {
    margin-top: 0px;
  }
  
  .bg-ex {
    background-position-y: 23px;
  }

  .bg-collaboration {
    background-position-y: 23px;
  }

  .collaboration-head {
    margin-top: 42px;
  }

  .founder-head h1 {
    font-size: 18px;
  }

  .founder-head {
    margin-top: 11px;
  }

  .founder-head.founder-head p {
    margin: -2px 1px 9px 6px;
    font-size: 10px;
  }

  .founder-content p {
    margin: 0;
    margin-bottom: 15px;
    text-align: justify;
  }

  .all-btn {
    display: none;
  }

  .indus-content P {
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }

  .slick-next:before {
    width: fit-content;
    height: auto;
    margin-top: -15px;
    right: 17px;
    position: relative;
    z-index: 1000;
  }

  .slick-prev:before {
    width: fit-content;
    height: auto;
    margin-top: -15px;
    right: -35px;
    position: relative;
    z-index: 1000;
  }

  .bg-call {
    margin-top: 23px;
    margin: 0 auto;
  }

  .call-back-head {
    margin-top: 28px;
    margin-bottom: 44px;
    text-align: center;
  }

  .call-back-img img {
    display: none;
  }

  .indus-solution-icon img {
    margin: 0 auto;
    /* width: 30px; */
  }

  .indus-solution-icon {
    /* width: 30px; */
    /* margin-left: 0px; */
    /* height: 30px; */
    display: block;
  }

  .about-section .matters .container .card img {
    width: 100%;
    background-color: #f5f8fe;
    margin-top: -50px;
    width: 100px;
  }
  .custom-head,
  .dev-head {
    margin-top: 30px;
  }

  .mvpDev {
    background: none;
    background-color: #b1e8ef;
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-image: url("../images/service-img/rocket-img.jpg");
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .apiDev .container .api-content {
    margin-bottom: 0px;
    width: 100%;
  }
  .key-compo {
    padding-bottom: 100px;
  }
  .mvpDev .container .key-compo .keys,
  .mvpDev .container .paragraph {
    width: 100%;
  }

  .staff .container .staff-key .key {
    font-size: 14px;

  }

  .apiDev .container .api-container .rest {
    background-color: #fff;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
  }

  .finance-section,
  .about-us-head {
    margin-top: 0px;
  }

  .social-media-section .caption,
  .fitness-app-section .caption {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    height: auto;
  }

  .fin_video_box_data img {
    border-radius: 15px;
    margin-bottom: 15px;
    display: block;
    margin-top: 30px;
  }
  .navbar-brand {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.arServ .tag a {
  padding: 1px 13px 1px 24px;
  width: 60% !important;
  line-height: 1.2;
}

.arServ .tag a span{
  font-size: 16px;
}

.iotDev .container .title{
  margin: 0;
}

.security .container .sub-title p{
  margin: 0;
  text-align: justify;
}

  .bg-about,
  .bg-ex,
  .bg-collaboration,
  .bg-founder,
  .indus-bg,
  .bg-tech,
  .unleashing-section,
  .develop-bg,
  .mvpDev,
  .apiDev,
  .arDev,
  .iotDev,
  .quote, 
  .seo,
  .staff,
  .devOps,
  .security,
  .about-section .about-type,
  .front-end,
  .consult,
  .bg-database,
  .software-testing,
  .finance-section,
  .fin_video,
  .lms-section,
  .it-challenges,
  .social-media-section,
  .fin_video.tablet,
  .fitness-app-section,
  .custom-bg,
  .quality-testing-section,
  .backend-bg,
  .hosting,
  .benifits,
  .testimonial-bg,
  .h-service-bg,
  .devOps,
  .arServ
   {
    padding: 2rem 0;
  }

  .mvpDev .container .mvp-content .title h1,
  .devOps .container .title h1,
  .security .container .title h1{
    margin-top: 0;
    padding-top: 0;
  }


  .front-end .title {
    color: #fff;
    margin:0;
  }

  .front-end .nav-tabs .nav-link {
    padding: 7px 8px;
  }

  .abt-blog-img p {
    margin-bottom: 0;
    line-height: 1.1 !important;

  }

  .programme_list .box-div {
    width: 250px;
    margin: 0 auto;
  }

  .abt-tech-head span {
    font-size: 14px;
    text-align: justify;
    /* display: block; */
}

.backend-header p {
  text-align: justify;
}

.devOps .container .sub-title {
  font-size: 14px;
  text-align: justify;
}
.hosting .hosting-wrapper .username p {
  width: 100%;
}

.address .container .row, .contact-type {
  padding: 2rem 0;
} 

.staff .container .staff-key {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  flex-direction: column;
  align-items: flex-start;
}

.staff .container img {
  width: 100%;
}

}

@media screen and (max-width: 575px) {
 
  p {
    line-height: 1.5 !important;
    text-align: justify ; 
  }

  h2 {
    font-size: 24px !important;
    font-weight: 700;
  }

  h2 {
    font-size: 18px !important;
    font-weight: 700;
  }


  .software-testing .title h1::after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 45%;
    transform: translateX(-10%);
    width: 56px;
  }
  
  .about-section .about-type .title span{
    margin: 0;
  }


  .whatsap-img img {
    width: 70px;
  }

  .about-section .about-type h2 {
    position: relative;
    font-weight: bold;
    /* text-align: center; */
  }

  .seo .container .sub-title p {
    font-size: 14px;
    margin: 5px 0 20px;
    text-align: justify;
  }

  .front-end .title p{
    text-align: justify;
  }

  .develop-bg {
    padding: 2rem 0;
    background: #e5f7fb;
}

  .slick-next {
    right: -15px;
    z-index: 999;
  }

  .key-compo {
    padding-bottom: 50px;
  }

  .top-banner .title h1 {
    /* font-size: 38px !important; */
    font-weight: 700;
    margin-bottom: 25px;
  }

  .slick-prev {
    left: -15px;
    z-index: 999;
  }

  .mvpDev .container .paragraph {
    width: 100%;
  }
  

  .why-choose-bg .choose-main-card {
    gap: 10px;
    width: 100%;
    padding: 10px;
    /* padding-right: 15px; */
  }

  .software-testing .title p {
    font-size: 19px;
    width: 95%;
    margin: 30px auto;
  }
  .hosting .headline p {
    font-size: 18px;
    width: 100%;
    margin: 10px auto;
  }

  .about-section .about-type .cards {
    display: block;
    justify-content: space-between;
    gap: 15px;
  }
  
  .benifits img{
    width: 100%;
  }

  .about-section .about-type .cards .card {
    /* height: 345px; */
    width: 100%;
    display: block !important;
  }

  .software-testing .title h1::after {
    content: "";
    /* position: relative; */
  }

 .founder-section .align-items-center {
    text-align: center;
    /* display: block !important; */
  }

  .founder-section {
    padding: 3rem 15px !important;
}


  .apiDev .container .api-container {
    gap: 5px;
    width: 100%;
  }

  .why-choose-bg .choose-main-card .choose-icon img {
    height: 50px;
    width: 50px;
  }

  .why-choose-bg .choose-main-card .choose-containt h2 {
    font-size: 20px;
  }

  .why-choose-bg .choose-main-card .choose-containt p {
    font-size: 15px;
  }

  .choose-main-card:hover .icon {
    display: none;
  }

  .unleashing-head {
    /* margin-top: 40px; */
    margin-bottom: 25px;
  }

  .unleashing-head p {
    padding: 2px 20px;
    font-size: 14px;
  }

  .unleashing-head h1 {
    width: 100%;
    font-size: 30px;
  }


  .unleashing-head span br {
    display: none;
  }

  .sub-h {
    margin: 10px 0px;
  }

  .sub-h h4 {
    font-size: 24px;
  }

  .feature ul li i.custom-icon {
    margin-right: 10px;
    margin-top: 0px;
  }

  .feature ul li {
    margin-bottom: 5px;
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
  }

  

  .feature {
    margin-right: 20px;
  }

  .dev-head {
    margin-top: 0px;
  }

  .dev-head h1 {
    font-size: 30px;
  }

  .head-contnt p {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.5 !important;
    text-align: justify !important;
  }

  .arServ {
    background: url("../images/service-img/service-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    padding: 2rem 0;
    background-position: center;
  }

  .arServ .headline h1 {
    font-size: 25px;
    text-align: center;
  }

  .arServ .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .arServ .tag a {
    border-radius: 0 50px 50px 0;
    padding: 2px 10px 3px 26px;
    width: 85% !important;
  }

  .caption-box {
    /* width: 390px; */
    /* background-color: #0e3b53; */
    border-radius: 30px;
    padding: 25px;
    min-height: 250px;
    scale: 0.9;
  }

  .apiDev .container .api-container .rest {
    height: 90px;
    width: 80px;
    background-color: #fff;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
  }

  .programme_list .box-div {
    width: 100%;
    margin: 0 auto;
  }
  .programme_list .box-div:hover {
    background-color: rgb(192 227 242 / 47%);
    scale: 1;
  }

  .security .container .image-sequre img {
    width: 100%;
    order: 2;
  }

  .security .container .title h1 {
    margin-top: 25px;
    font-size: 24px;
  }

  .copy-right .left p{
    text-align: center;
  }

  p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  h1 {
    font-size: 28px !important;
    font-weight: 700;
  }

  h2 {
    font-size: 20px !important;
    font-weight: 700;
  }

  h3 {
    font-size: 18px !important;
    font-weight: 700;
  }

  .front-end .nav-tabs .nav-link{
    padding: 6px 8px;
    margin-right: 2px;
    font-size: 12px;
    letter-spacing: 0;
  }

  .show-case-item .img-mobile{
    width: 100px;
    position: absolute;
    bottom: 0;
    right: 5px;
  }

  .copy-right .row{
    padding: 1rem 0;
    height: auto;
  }

  footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.shape-circle-dotted {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 11%;
  left: 64%;
  transform: translate(-100%, -50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/circle-dott-img.png);
  z-index: -1;
}

.right-form {
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
  width: 100%;
  position: relative;
}

#subject{
  height: 100px !important;
}

.hero-section.hero-2{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    text-align: center;
   /* background-image: url(../images/home-header2.jpg); */
}


.frontend-side, .uiux-side{
  background: none;
}

.masked-image img.tech {
  margin-top: 25px;
  width: 100%;
}

.social-soft {
  justify-content: start;
  display: inline-block;
}

}

@media (max-width: 450px) {
  .banner-content-h {
    margin-bottom: 74px;
  }

  .top-banner .title h1{
    padding: 0;
    margin: 0;
  }

  .images-banner-center {
    display: none;
  
  }
  .top-banner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .top-banner .row h2 {
    font-size: 40px;
    display: flex;
    flex-direction: row;
    font-weight: 300;
    align-items: center;
  }

  .top-banner .row h2 div {
    display: none;
  }

  .about-section .about-type .features .feature ul li{
    text-align: left;
    font-size: 13px;
  }
  .about-section .about-type .features .feature ul li i{
    margin: 0 5px;
  }

  .social-media a.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    font-size: 18px;
    color: #000 !important;
    background-color: #fff;
    text-decoration: none !important;
    list-style: none;
    float: left;
}

  .caption-box {
    width: 375px;
    /* background-color: #0e3b5366; */
    border-radius: 30px;
    padding: 0;
    min-height: 250px;
    scale: 0.9;
}
  .split-pane .caption-box {
    position: absolute;
    transform: translate(0%, -50%);
    top: 55%;
    text-align: center;
    margin: 0;
    z-index: 99;
    left: 0%;
  }

  .show-case-item .img-mobile {
    width: 80px;
    position: absolute;
    bottom: 0;
    right: 5px;
}

.testimonial-img img {
  width: 60px;
  left: 5px;
}

.testmonial-head h1{
  width: 100%;
}

  .hconnet-bg, .show-bg, .why-choose-bg{
    padding: 2rem 0;
  }

  h1 {
    font-size: 24px !important;
    font-weight: 700;
  }

  h2{
    font-size: 20px !important;
    font-weight: 700;
  }

  h3{
    font-size: 16px !important;
    font-weight: 700;
  }

  h4{
    font-size: 14px !important;
    font-weight: 700;
  }


  .about-section .about-type .row h1 {
    /* text-align: center; */
    font-size: 24px;
  }

  .heading-divider {
    display: none;
  }

  .navigation-wrap .navbar-brand img {
    /* width: 100%; */
    height: 100%;
  }

  .top-banner h2 {
    font-size: 24px;
  }

  .top-banner h1 {
    font-size: 40px;
  }

  .founder-section .align-items-center {
    text-align: center;
    display: block !important;
}

  /* .address .container .row {
    margin: 50px;
  } */

  .address .card {
    height: 225px;
    overflow: hidden;
    /* background-size: cover;
    background-size: contain; */
    border: none;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }

  /* .contact-type {
    margin: 0 30px;
  } */

  .contact-type .title {
    margin: 30px 0;
  }

  .contact-type .title span {
    border: 1px solid gray;
    color: #313554;
    font-size: 20px;
    padding: 5px 20px;
    border-radius: 50px;
  }

  .contact-type .text-sec h1 {
    width: 100%;
    font-size: 40px;
    position: relative;
  }

  .contact-type .text-sec h1::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 2%;
    transform: translateX(-10%);
    width: 100px;
    height: 4px;
    border-radius: 10px;
    margin-left: 5px;
    background-color: #e97812;
  }

  .contact-type .text-sec p {
    margin: 30px 0;
    width: 93%;
    line-height: 25px;
    font-size: 18px;
  }

  .contact-type .text-sec .features {
    width: 100%;
  }

  .contact-type .text-sec .features .feature {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .contact-type .text-sec .features .feature ul {
    width: 100%;
  }

  .contact-type .text-sec .features .feature ul li {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
  }

  .contact-type .text-sec .features .feature ul li i {
    height: 20px;
    width: 20px;
    margin-right: 5px;
  }

  .contact-type .text-sec .social-media .main-btn {
    border: none;
    padding: 10px 15px;
    border-radius: 50px;
    background-color: #313554;
    color: #fff;
    font-size: 16px;
  }

  .contact-type .text-sec .social-media .fa-brands {
    height: 35px;
    width: 35px;
    font-size: 16px;
    margin-right: 10px;
  }

  .contact-type form {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 14%);
  }

  .contact-type form .inputBoxs .form-title h1 {
    font-size: 35px;
  }

  .contact-type form .inputBoxs .form-title p {
    font-size: 16px;
  }

  .contact-type form .inputBoxs .top-fill input {
    width: 100%;
    padding: 10px;
  }

  .contact-type form .inputBoxs button {
    margin: 20px auto 0;
  }

  .about-section .about-type .row .features {
    margin: 2px 9px;
  }

  .about-section .about-type .row .features .feature {
    margin: 2px 5px;
  }

  .about-section .about-type .title {
    text-align: center;
  }

  /* .about-section .about-type {
    padding: 0px;
  } */


  .about-section .about-type .social-media .main-btn {
    border: 1px solid #1f718f;
    padding: 7px 8px;
    border-radius: 50px;
    background-color: #1f718f;
    color: #fff;
    font-size: 13px;
  }

  .unleashing-section .programme_list{
    width: 50%;
  }

  .navigation-wrap .navbar-brand img {
    max-height: 30px;
  }

  .navbar-brand {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}
.navbar{
  padding: 5px;
}
.navbar-toggler i {
  color: #ffffff;
  padding: 8px;
  border-radius: 50%;
  font-size: 14px;
}

  .circle-white {
    width: 100%;
    height: 100%;
  }

  .navbar-toggler i {
    color: #ffffff;
    padding: 10px;
    border-radius: 50%;
  }
}
