* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

.mobile_banner_section h1 {
  font-weight: 660;
  font-size: 66px;
  line-height: 78px
}

body p a {
  display: inline
}

.mobile_banner_section p {
  font-size: 20px;
  word-spacing: 2px;
  line-height: 30px;
  padding: 15px 0;
  width: 90%
}

.achivments .laundry-numbr {
  font-size: 20px
}

body .heading h2 {
  font-size: 45px !important;
  font-weight: 550;
  line-height: 50px
}

body .heading p {
  font-size: 20px;
  word-spacing: 2px
}

.achivments p {
  font-size: 50px;
  font-weight: 550;
  margin-bottom: 0
}

.support-service .scrollmenu {
  overflow: auto;
  overflow-x: scroll;
  white-space: nowrap;
  display: flex;
  scroll-behavior: smooth;
  scrollbar-color: #2247ca #eee;
  scrollbar-width: thin
}

.support-service .scrollmenu .support-box {
  min-width: 23.5%;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  border-radius: 10px;
  border: 2px solid #2247ca;
  margin: 28px 28px 28px 0;
  min-height: 100%;
  transition: .6s
}

.support-service .scrollmenu .support-box h3 {
  background-color: #2247ca;
  color: #fff;
  padding: 8px 10px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  font-weight: 500;
  font-size: 18px !important
}

.support-service .scrollmenu .support-box:hover {
  transform: scale(1.03)
}

.support-service .scrollmenu .support-box ul {
  padding: 15px 15px 15px 39px
}

.support-service .scrollmenu .support-box ul li {
  padding: 5px 0;
  font-weight: 400;
  list-style-type: disc;
  font-size: 19px
}

.support-service .scrollmenu .support-box ul li span {
  display: block;
  white-space: normal;
  word-wrap: break-word
}

.support-service .scrollmenu::-webkit-scrollbar {
  height: 8px
}

.support-service .scrollmenu::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 4px
}

.services-section .content .scrolll-bar {
  width: 66%
}

.services-section .content .scrolll-bar .list label {
  width: 24.7%;
  position: relative;
  margin: 8px 0;
  overflow: hidden;
}

.services-section .content .scrolll-bar .list label:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 97%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 16px;
}

.services-section .content .scrolll-bar .list label:hover::before {
  opacity: 0;
  transition: 0.5s;
}

.services-section .content .scrolll-bar .list label img {
  width: 30px;
  height: 30px
}

.cta .main-row .cta-img img,
.framework-web .freamwork-box img,
.function-advantage .functional-box img,
.hire-developer .freamwork-box img,
.services-section .content .img-icon img,
.why-choose .why-box img {
  width: auto;
  height: auto
}

.services-section .content .scrolll-bar .list label:hover img {
  transform: scale(1.02);
  transition: 0.5s;
}

.services-section .content .scrolll-bar .list label div .width {
  width: 97%;
  height: auto
}

.services-section .content .text-content .why-box {
  padding: 10px 20px
}

.services-section .content .text-content .why-box h3 {
  font-weight: 650;
  color: #062456;
  font-size: 33px !important
}

.services-section .content .text-content .why-box p {
  font-size: 18px;
  word-spacing: 2px;
  margin: 7px 0 40px
}

.services-section .content .img-icon {
  text-align: center;
  gap: 0 40px !important;
  flex-wrap: wrap
}

.services-section .content .img-icon img {
  display: block;
  margin: auto
}

.services-section .content .img-icon span {
  font-weight: 550;
  font-size: 18px;
  margin-top: 7px;
  display: inline-block
}

.services-section .content .img-inner-box {
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 14px 14px;
  width: 97%;
  padding: 10px
}

.services-section .content .img-inner-box span {
  color: #fff;
  width: 50%;
  line-height: 22px;
  font-size: 16px
}

.services-section .content .img-inner-box img {
  color: #fff
}

.services-section .heading {
  width: 90%
}

.services-section #Emerging2:checked~.text-content .home,
.services-section #Emerging3:checked~.text-content .home,
.services-section #Emerging:checked~.text-content .home,
.services-section #about:checked~.text-content .home,
.services-section #blog:checked~.text-content .home,
.services-section #code:checked~.text-content .home,
.services-section #help:checked~.text-content .home,
.services-section .content .text,
.services-section .content input {
  display: none
}

.services-section .content {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: auto;
  position: relative
}

.services-section .content .list label {
  cursor: pointer;
  border-radius: 6px;
  transition: .5s;
  margin: 10px0;
  z-index: 10
}

.services-section .content .text-content {
  width: 35%;
  height: 100%;
  color: #000
}

.services-section #Emerging2:checked~.text-content .Emerging2,
.services-section #Emerging3:checked~.text-content .Emerging3,
.services-section #Emerging:checked~.text-content .Emerging,
.services-section #about:checked~.text-content .about,
.services-section #blog:checked~.text-content .blog,
.services-section #code:checked~.text-content .code,
.services-section #help:checked~.text-content .help,
.services-section #home:checked~.text-content .home,
.services-section .content .text-content .home {
  display: block
}
.complince-section{
    position: relative;
    background-image: url(https://static.gmtasoftware.com/img/software-development/frame.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0px 70px 0px;
}
.complince-section .heading{
    padding-right: 40px;
}
.complince-section .heading h2 span{
    color: #0033FF;
}
.complince-section .heading p{
    color: #656565;
    margin-bottom: 30px;
}
.complince-section .heading ul{
    list-style-type: disc;
    padding-left: 30px;
}
.complince-section .heading ul li{
    padding: 4px 0px;
    color: #202122;
    font-size: 17px;
    font-weight: 450;
    list-style-type: disc;
}

.webApplication{
    padding: 50px 0px;
}

.webApplication .webApplication-box{
    padding: 30px 20px;
    height: 92%;
    margin: 20px 35px;
    border-radius: 14px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.webApplication .webApplication-box::before{
    content: '';
    bottom: 0px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #0033FF;
    height: 6px;
    width: 100%;
    left: 0;
    position: absolute;
}
.webApplication .webApplication-box::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 80px;
    right: -29%;
    top: 40%;
    background-image: url('../img/og-images/Container.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.webApplication .webApplication-box.webApplication-box7::after {
    content: unset;
}
.webApplication .webApplication-box.webApplication-box4::after {
    content: unset;
}
.webApplication .webApplication-box1::before{
    background-color: #3B82F6;
}
.webApplication .webApplication-box2::before{
    background-color: #10B981;
}
.webApplication .webApplication-box3::before{
    background-color: #A855F7;
}
.webApplication .webApplication-box4::before{
    background-color: #F97316;
}
.webApplication .webApplication-box5::before{
    background-color: #06B6D4;
}
.webApplication .webApplication-box6::before{
    background-color: #FBBF24;
}
.webApplication .webApplication-box7::before{
    background-color: #F472B6;
}
.webApplication .webApplication-box h3{
    font-size: 25px;
    color: #0F172A;
    padding: 10px 0px;
    line-height: 32px;
}
.webApplication .webApplication-box span{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    line-height: 18px;
    font-weight: 550;
    font-size: 18px;   
}
.webApplication .webApplication-box p{
    color: #475569;
    font-size: 18px;
}


.why-choose .heading p {
  margin: auto;
  width: 90%
}

.cta .main-row .cta-img img,
.function-advantage .heading p {
  width: 80%;
  height: auto
}

.function-advantage .heading p.d-inline-block {
  border-bottom: 4px solid #2247ca;
  padding: 4px 20px;
  font-weight: 550;
  color: #2247ca;
  font-size: 17px;
  width: auto
}

.function-advantage .functional-box {
  padding: 20px 10px;
  margin: 0 5px;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
  height: 87%;
  transition: .6s
}

.function-advantage .functional-box:hover {
  box-shadow: rgba(63, 85, 146, .3) 0 19px 38px, rgba(52, 62, 207, .22) 0 15px 12px
}

body h3 {
  font-weight: 550
}

.function-advantage .functional-box p {
  font-size: 17px;
  word-spacing: 2px;
  padding-top: 5px;
  padding-bottom: 40px
}

.function-advantage .functional-box img {
  margin-bottom: 6px
}

.padding-hr,
.padding-hr2 {
  padding: 0 100px
}

.why-choose .why-box {
  background-color: #fff;
  height: 100%;
  border-radius: 16px;
  padding: 10px;
  transition: .7s;
  overflow: hidden
}

.why-choose .why-box h3 {
  margin: 15px 0 10px;
  line-height: 28px;
  font-size: 23px
}

.why-choose .why-box p {
  word-spacing: 2px
}

.why-choose .why-box:hover img {
  transform: scale(1.02);
  height: auto
}

.why-choose .why-box:hover h3 {
  color: #2247ca
}

.service_Industries {
  background: #2247ca;
  background: linear-gradient(180deg, #000 43%, #110c0c 90%);
  padding: 40px 0;
  text-align: center
}

.framework-web .heading p,
.hire-developer .heading p,
.service_Industries .heading p {
  width: 90%;
  margin: auto
}

.service_Industries .industries-box a img {
  width: 60px;
  height: 60px
}

.service_Industries .industries-box a .industries-icon-yellow,
.service_Industries .industries-box:hover a .industries-icon-white {
  display: none;
  transition: .7s
}

.service_Industries .industries-box:hover a .industries-icon-yellow {
  display: inline-block;
  transition: .7s
}

.service_Industries .industries-box a .industries-icon-white {
  transition: .7s
}

.service_Industries .industries-box:hover h6 {
  color: #fff5be;
  font-weight: 500
}

.service_Industries .row>* {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.service_Industries .industries-box a h3 {
  color: #fff;
  padding: 25px 0 0;
  width: 100%;
  font-weight: 500;
  margin: auto;
  font-size: 1rem !important
}

.service_Industries .industries-box {
  transition: .5s;
  padding: 30px 18px;
  border-bottom: 1px solid #c8c2c2;
  height: 100%
}

.service_Industries .industries-box-border {
  border-bottom: 1px solid #c8c2c2;
  border-right: 1px solid #c8c2c2;
  height: 100%
}

.service_Industries .text-center .btn-cta {
  background-color: #fff;
  color: #2f6afd;
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: 550;
  font-size: 17px
}

.service_Industries .text-center .btn-cta:hover {
  padding: 10px 40px
}

.hire-developer .freamwork-box {
  background-color: #08182c;
  width: 20%;
  margin: 0 7px;
  padding: 20px 10px;
  height: 90%;
  border-radius: 10px;
  min-height: 240px
}

.hire-developer .freamwork-box h3 {
  padding: 10px 0 5px;
  font-weight: 550
}

.hire-developer .freamwork-box p {
  font-size: 15px;
  margin-bottom: 0
}

.innovativ-section .heading ul {
  padding-left: 0
}

.innovativ-section .heading ul li {
  list-style-type: none;
  padding: 4px 0;
  font-weight: 450;
  font-size: 18px;
  display: flex;
  align-items: center
}

.innovativ-section .heading ul li img {
  padding-right: 15px
}

.mobile-app-details h3 {
  font-size: 20px !important;
  font-weight: 450
}

.freamwork-box h3 {
  padding-top: 8px;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 22px
}

.cta .main-row {
  border-radius: 20px
}

.cta {
  margin-top: 100px;
  margin-bottom: 40px
}

.cta .main-row .heading {
  padding-left: 20px
}

.cta .main-row .cta-img {
  position: relative;
  margin-top: -100px;
  display: flex;
  justify-content: end
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 30px !important;
  border: none !important;
  background-color: #f4f4f4 !important
}

.accordion-item .accordion-button {
  border-radius: 0 !important;
  padding: 20px !important;
  font-size: 18px !important;
  display: flex !important;
  color: #2247ca !important;
  background-color: #f4f4f4 !important;
  justify-content: space-between !important
}

.accordion-button:focus {
  box-shadow: none !important
}

.accordion-item:last-of-type {
  border-radius: 10px !important
}

.accordion-item {
  margin: 20px 0;
  background-color: #f4f4f4 !important
}

.accordion-button::after {
  display: none !important
}

.collapsed span.arrow-link {
  transform: rotate(0);
  transition: .7s
}

.accordion-button span {
  transform: rotate(-180deg);
  transition: .7s
}

.accordion-item .accordion-body {
  font-size: 17px;
  word-spacing: 2px
}

.technology .technology-row .tech-box {
  display: flex
}

.technology .technology-row .tech-box div {
  width: 14%;
  text-align: center
}

.technology .technology-row .tech-box div img {
  width: 90px;
  display: block;
  height: auto;
  margin: auto;
  transition: .5s
}

.technology .technology-row .tech-box div img:hover {
  box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
  border-radius: 16px
}

.technology .technology-row .tech-box div span {
  font-weight: 500;
  padding-top: 10px;
  display: inline-block
}

.technology .heading,
.technology .technology-row .row {
  width: 80%;
  margin: auto;
  padding: 20px 0
}

.technology h3 {
  font-weight: 450;
  font-size: 22px !important
}

@media only screen and (max-width:1680px) {
  .mobile_banner_section h1 {
    font-size: 55px;
    line-height: 65px
  }

  .mobile_banner_section p {
    font-size: 19px;
    line-height: 25px
  }

  .achivments p {
    font-size: 40px
  }

  .achivments .laundry-numbr {
    font-size: 16px
  }

  body .heading h2 {
    font-size: 37px !important;
    line-height: 43px
  }

  body .heading p {
    font-size: 17px
  }

  .services-section .content .img-inner-box span {
    width: 65%
  }

  .services-section .content .text-content .why-box h3 {
    font-size: 30px !important
  }

  .support-service .scrollmenu .support-box {
    margin: 19px 19px 19px 0
  }

  .support-service .scrollmenu .support-box ul li, .webApplication .webApplication-box p {
    font-size: 16px;
    padding: 3px 0
  }

  .freamwork-box h3,
  .support-service .scrollmenu .support-box h3 {
    font-size: 17px !important;
    line-height: 20px
  }

  .why-choose .why-box h3 {
    font-size: 20px !important;
    line-height: 24px
  }

  .padding-hr {
    padding: 0 50px
  }

  .services-section .content .scrolll-bar .list label {
    width: 23%;
    margin: 6px
  }

  .hire-developer .freamwork-box p {
    font-size: 14px
  }

  .padding-hr2 {
    padding: 0 20px
  }

  .technology .technology-row .tech-box div img {
    width: 75px
  }

  .framework-web .freamwork-box img,
  .function-advantage .functional-box img,
  .hire-developer .freamwork-box img,
  .services-section .content .img-icon img {
    width: 50px;
    height: 50px
  }

  .why-choose .why-box img {
    width: 100%
  }
  .webApplication .webApplication-box::after{
    right: -33%;
  }
}

@media only screen and (max-width:1365px) {
    .webApplication{
        padding: 20px 0px;
    }
    .webApplication .webApplication-box{
        margin: 20px 25px;
    }
    .webApplication .webApplication-box::after{
      right: -32%;
      width: 50px;
    }
    .webApplication .webApplication-box h3{
        font-size: 22px;
        line-height: 28px;
    }
  .mobile_banner_section h1 {
    font-size: 50px;
    line-height: 60px
  }

  .mobile_banner_section p {
    font-size: 16px;
    line-height: 25px
  }

  .achivments p {
    font-size: 30px
  }

  .achivments .laundry-numbr,
  .services-section .content .img-icon span {
    font-size: 14px
  }

  body .heading h2 {
    font-size: 30px !important;
    line-height: 35px
  }

  .function-advantage .functional-box p,
  .innovativ-section .heading ul li,
  .services-section .content .text-content .why-box p,
  body .heading p {
    font-size: 16px;
    word-spacing: 1px
  }

  .services-section .content .img-inner-box span {
    width: 70%;
    font-size: 14px;
    line-height: 19px
  }

  .services-section .content .img-icon {
    gap: 0 20px !important
  }

  .services-section .content .text-content .why-box h3 {
    font-size: 25px !important;
    line-height: 31px
  }

  .support-service .scrollmenu .support-box {
    margin: 19px 19px 19px 0
  }

  .support-service .scrollmenu .support-box ul {
    padding-left: 20px
  }

  .support-service .scrollmenu .support-box ul li {
    font-size: 14px;
    padding: 3px 0
  }

  .freamwork-box h3,
  .support-service .scrollmenu .support-box h3 {
    font-size: 16px !important;
    line-height: 19px
  }

  .why-choose .why-box h3 {
    font-size: 20px !important;
    line-height: 24px
  }

  .padding-hr {
    padding: 0 10px
  }

  .cta2 .main-row .cta-img img {
    width: 90%
  }

  .hire-developer .freamwork-box h3 {
    padding: 20px 0 10px
  }

  .technology .technology-row .tech-box div img {
    width: 65px
  }
}

@media only screen and (max-width:1199px) {
    .webApplication .webApplication-box{
        margin: 20px 0px;
    }
    .webApplication .webApplication-box::after{
       content: unset;
    }
    .webApplication .webApplication-box h3{
        font-size: 22px;
        line-height: 28px;
    }
  .mobile-app-details h3 {
    font-size: 17px !important
  }

  .mobile_banner_section h1 {
    font-size: 40px;
    line-height: 50px
  }

  .achivments .laundry-numbr,
  .services-section .content .img-inner-box span,
  .technology .technology-row .tech-box div span {
    font-size: 11px
  }

  body .heading h2 {
    font-size: 28px !important;
    line-height: 33px
  }

  .services-section .heading {
    width: 99%
  }

  .services-section .content .scrolll-bar .list label {
    width: 22.5%
  }

  .services-section .content .text-content .why-box {
    padding: 0 0 20px 20px
  }

  .services-section .content .img-icon {
    gap: 20px !important
  }

  .services-section .content .img-icon span {
    font-size: 12px
  }

  .services-section .content .img-icon img {
    width: 40px;
    height: 40px
  }

  .services-section .content .text-content .why-box p {
    margin-bottom: 20px
  }

  .services-section .content .img-inner-box span {
    line-height: 15px
  }

  .support-service .scrollmenu .support-box {
    min-width: 31.5%
  }

  .support-service .scrollmenu .support-box ul {
    padding-left: 30px
  }

  .framework-web .heading p,
  .function-advantage .heading p,
  .service_Industries .heading p,
  .why-choose .heading p {
    width: 95%
  }

  .hire-developer .heading p {
    width: 100%
  }

  .cta {
    margin-top: 40px
  }

  .cta .main-row .cta-img img {
    width: 80%
  }

  .cta .main-row .cta-img {
    margin-top: -30px
  }

  .cta .main-row .heading h2 {
    font-size: 25px !important
  }

  .cta .main-row .heading p {
    margin-bottom: 0
  }

  .freamwork-box h3 {
    font-size: 14px !important
  }

  .hire-developer .freamwork-box p {
    font-size: 13px
  }

  .technology .technology-row .tech-box div {
    margin: 0 5px
  }

  .technology .technology-row .tech-box div img {
    width: 55px
  }
}

@media only screen and (max-width:991px) {
  .mobile_banner_section h1 {
    font-size: 37px
  }

  .laundry-numbr {
    margin: 10px 0
  }

  .hire-developer .freamwork-box p {
    font-size: 15px
  }

  .hire-developer .freamwork-box h3,
  .technology h3 {
    font-size: 18px !important
  }

  .framework-web .heading p,
  .hire-developer .heading p,
  .service_Industries .heading p,
  .services-section .heading {
    width: 100%
  }

  body .heading h2 {
    font-size: 25px !important
  }

  .services-section .content .scrolll-bar {
    width: 60%
  }

  .services-section .content .text-content {
    width: 40%
  }

  .services-section .content .scrolll-bar .list label {
    width: 29.5%
  }

  .services-section .content .img-inner-box img {
    display: none
  }

  .services-section .content .scrolll-bar .list label img {
    width: 40px;
    height: 40px
  }

  .why-choose .why-box {
    height: 95%;
    margin: 20px 0
  }

  .service_Industries .industries-box-border {
    border-right: transparent
  }

  .framework-web .freamwork-box {
    width: 32%;
    margin: 10px 0;
    padding: 0 20px
  }

  .framework-web-row {
    flex-wrap: wrap;
    justify-content: center
  }

  .hire-developer .freamwork-box {
    width: 30%;
    margin: 10px
  }

  .mobile-app-details .gap-5 {
    flex-direction: column;
    gap: 1rem !important
  }

  .cta .main-row .cta-img img,
  .services-section .content .img-inner-box span {
    width: 100% !important
  }

  .cta .main-row {
    padding: 20px 10px 0
  }

  .technology .heading,
  .technology .technology-row .row {
    width: 87%
  }

  .technology .technology-row .tech-box div {
    width: 17%
  }
}

@media only screen and (max-width:767px) {
  .support-service .scrollmenu .support-box {
    min-width: 49%
  }

  .cta .main-row .cta-img,
  .cta .main-row .cta-img img,
  .innovativ-img {
    margin-top: 20px
  }

  .support-service .scrollmenu .support-box h3 {
    font-size: 15px !important
  }

  .hire-developer .freamwork-box {
    width: 46%
  }

  .cta .main-row {
    text-align: center;
    border-radius: 0
  }

  .cta .main-row .heading {
    padding: 0
  }

  .services-section .content .scrolll-bar,
  .services-section .content .text-content {
    display: block;
    width: 100%
  }

  .services-section .content {
    display: inline-block;
    padding: 0
  }

  .services-section .content .text-content .why-box {
    padding: 5px
  }

  .services-section .content .scrolll-bar .list label {
    width: 29%
  }

  .technology .heading,
  .technology .technology-row .row,
  .technology .technology-row .tech-box div img {
    width: 100%
  }

  .technology .technology-row .tech-box {
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 10px
  }

  .technology .technology-row .tech-box div {
    margin: 0
  }
}

@media only screen and (max-width:576px) {
  .mobile_banner_section h1 {
    font-size: 30px;
    line-height: 38px
  }

  .framework-web .freamwork-box,
  .indus-box .row>*,
  .width .row>* {
    width: 50%
  }

  .hire-developer .freamwork-box {
    width: 100%;
    min-height: auto
  }

  .innovativ-section .heading ul li {
    display: flex;
    align-items: center
  }

  .services-section .row.justify-content-center.mb-5 {
    margin-bottom: 0 !important
  }

  .support-service .scrollmenu .support-box {
    min-width: 100%
  }

  .function-advantage.my-5.pt-5 {
    margin-top: 0 !important
  }

  .padding-hr2 {
    padding: 0
  }
}

@media only screen and (max-width:380px) {
  .mobile_banner_section h1 {
    font-size: 26px;
    line-height: 34px
  }
}