#services {
    color: #4285F4!important;
    font-weight: 800!important;
}
.header h1 {
    margin-top: 4rem;
}
.header .lh-lg {
    line-height: 1.6!important;
}
.header .container-fluid,.header .row {
    height: 100%;
}
.header .col-md-6 {
    z-index: 9;
    position: relative;
}
.header img, svg {
    width: 80%!important;
    z-index: 1;
    position: relative;
}
.header .ps-5 {
    padding-left: 10rem!important;
}
.header .fs-1 {
    font-size: 45px!important;
}
#top-navbar .child {
    /* transform: rotate(90deg); */
    margin-top: -185px;
}
#top-navbar .firstline {
    border: 1px solid #ccc;
    /* transform: rotate(180deg); */
    height: 62px;
    margin-top: 4px;
    width: 1px;
    opacity: 0.5;
    margin-left: 9px!important;
}
#top-navbar .scroll {
    writing-mode: vertical-lr;
}

#top-navbar a.button {
    padding: 10px 20px;
    font-size: 16px;
}
#top-navbar .arrow {
    color: #ffffff!important;
}
#top-navbar .arrow::after {
    display: inline-block;
    padding-left: 8px;
    content: "\0279E";
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
#top-navbar .arrow:hover::after {
    animation: slide1 1s ease-in-out infinite;
}
@keyframes slide1 {
    0%,
    100% {
      transform: translate(0, 0);
    }
  
    50% {
      transform: translate(10px, 0);
    }
}
.cirtri {
    gap: 3rem;
  }
  #web_develop #triangle {
      /* width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-right: 20px solid #f1ad0a;
      border-bottom: 10px solid transparent; */
      position: relative;
      transform: scale(var(--ggs,1));
      width: 22px;
      height: 17px;
      border-left: 3px solid transparent;
      border-bottom: 1px solid #FBBC05;
      transform: rotate(34deg);
  }
  #web_develop #triangle,
  #web_develop #triangle::before {
      display: block;
      box-sizing: border-box;
      border-right: 3px solid transparent
  }
  #web_develop #triangle::before {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      border-left: 1px solid #FBBC05;
      border-top: 1px solid #FBBC05;
      border-bottom: 3px solid transparent;
      transform: rotate(45deg) skew(10deg,10deg);
      left: -2px;
      bottom: -13px
  }
  #web_develop #circle {
    height: 20px;
      width: 20px;
      border-color: #4285F4;
      border: 1px solid #4285F4;
      background: none;
      border-radius: 50%;
  }
.tech_background {
    background-color:#F6F6F6;
}
.tech_background hr {
    margin: 0 0 1rem!important;
    color: #4285F4!important;
    border-width: 3px!important;
    /* border-top: var(--bs-border-width) solid; */
    opacity: .75!important;
    width: 6%!important;
}
.tech_background .grid {
    text-wrap: nowrap;
    overflow: scroll;
    display: -webkit-box;
    gap: 10px;
}
.tech_background .grid::-webkit-scrollbar {
    width: 0px;
    height: 1px;
}
.tech_background .grid .w-50 {
    width: 40%!important;
}

#web_develop .arrow {
    color: #ffffff!important;
    background-color: #4285F4!important;
    margin: 0;
    padding: 0.6rem;
    text-align: center;
    display: flex;
    justify-content: center;
}
#web_develop .arrow::after {
    display: inline-block;
    padding-left: 8px;
    content: "\0279E";
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
#web_develop .arrow:hover::after {
    animation: slide1 1s ease-in-out infinite;
}
#web_develop .accordion p {
    font-size: 12px;
}
#web_develop .accordion .active {
    background-color:#F1F7FF;
    border-width: 0 0 0 5px!important;
    border-image: linear-gradient(to bottom, #5082ff, #597ce9, #4965db, #4b5dd5, #4d55cf) 1;
    /* border-radius: 0 15px 15px 0!important; */
}
#web_develop .inactive {
    background-color: #ffffff;
    border: none;
}
.accordion {
    --bs-accordion-bg: #ffffff;
}
.accordion-body {
    padding: 0 10px 5px 20px!important;
}
.accordion-button {
    padding: 15px 20px 5px!important;
}
.accordion-button:not(.collapsed), .accordion-body {
    background-color: #F1F7FF;
    box-shadow: none;
}
#web_develop .inactive .web-img, #web_develop .accordion .active .display {
    display: none!important;
}
#web_develop .accordion .active .web-img {
    display: block!important;
    width: 40%;
}
#web_develop .accordion-button::after {
    transform: rotate(-94deg);
}
#web_develop .accordion-button:not(.collapsed)::after {
    transform: matrix(1, 0, 0, 1, 0, 0);
}
#web_develop .side-bar .card {
    cursor: pointer;
}
#web_develop .display {
    display: contents;
}
#web_develop .display img {
    width: 20%!important;
}
#web_develop .inactive .display {
    display: contents!important;
}
#web_develop .row {
    overflow: visible!important;
}
#web_develop .accordion .active .text-muted, #web_develop #tabContent .active {
    display: block;
    opacity: 1;
}
#web_develop .accordion .inactive .text-muted, #web_develop #tabContent .fade {
    display: none;
    opacity: 0;
    transition: 0.9s;
}
#web_develop .web-img, #quality .main-crd {
    box-shadow: 0px 3px 15px #4285F433;
}
#web_develop .main-crd {
    background-image: linear-gradient(to bottom, #4674e7, #476ce1, #4965db, #4b5dd5, #4d55cf);
}
#web_develop .slide1 {
    width: 130%;
    z-index: 9;
    position: relative;
}
#web_develop .slide2 {
    margin-left: 128px;
}
#web_develop .top-card {
    margin-left: -32px;
    margin-top: 31px;
    transform: rotate(224deg);
}
#web_develop .accordion .active .card {
    margin-top: -35px;
}
#web_develop .active .align-chg {
    align-items: start!important;
}
#web_develop .btm-card {
    margin-top: -141px;
    margin-right: -100px;
}
#web_develop hr {
    width: 4%!important;
    margin: 1rem 0;
    color: white!important;
    border: 3;
    border-top: 2px solid!important;
    opacity: 1!important;
    box-shadow: rgb(255 255 255 / 64%) 0px 2px 4px 0px, rgb(255 255 255 / 111%) 0px 0px 12px 0px!important;
}
#web_develop .hr {
    text-align: -webkit-center;
    margin-left: -86px;
}
.quality-background {
    background: linear-gradient(to right, white 0%, white 5%, #4473E4 3%, #4473E4 65%, white 65%, white 100%);
}
#quality .owl {
    padding: 3rem 0 3rem 6rem!important;
}
#quality .top-card {
    height: 300px;
    width: 300px;
    background-color: #F7FAFF;
}
#quality .btm-card {
    margin-top: -170px;
}
#quality .custom-nav {
    text-align: center;
}
#quality .prev,#quality .next {
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
}
#quality .owl-theme p {
    text-indent: 8rem;
    text-align: justify;
}
#chooses .carousel-item p {
    text-indent: 4rem;
    text-align: justify;
}
#benefits .background h1,h2 {
    color: #11245A;
}
#benefits h1 {
    line-height: 1.4!important;
}
#benefits .card {
    background-color: #E1ECFF;
    height: 85%;
}
#benefits .card:hover {
    box-shadow: 0px 3px 25px #4285F433;
    transform: scale(1.02);
}
#benefits .fs-1 {
    font-size: 2.3rem!important;
}

@media (min-width: 1900px) and (max-width: 2000px){
    #web_develop .btm-card {
        margin-top: -196px;
        margin-right: -141px;
    }
    #quality .owl {
        padding: 3rem 0 3rem 7.5rem!important;
    }
    #web_develop .active .card {
        margin-top: -28px;
        height: 148px;
    }
}
@media (min-width: 1700px) and (max-width: 2000px){
    .header {
        height: 580px!important;
    }
    .header .fs-1 {
        font-size: 60px!important;
    }
    .header p {
        font-size: 30px!important;
    }
    .tech_background .grid {
        display: flex;
        gap: 10px;
        justify-content: center;
    }
    #web_develop .top-card {
        margin-left: -32px;
        margin-top: 52px;
    }
}
@media (min-width: 700px) and (max-width: 990px){
    .header .fs-1 {
        font-size: 36px!important;
    }
    .header .ps-5 {
        padding-left: 5rem!important;
    }
    .header img, svg {
        width: 95%!important;
    }
    .header .ms-5 {
        margin-left: 1rem!important;
    }
    #top-navbar .child {
        margin-top: -202px;
    }
    .header h1 {
        font-size: 2.3rem!important;
        margin-top: 1rem;
    }
    .header .align-self-end {
        align-self: center!important;
    }
    .header .ps-4 {
        padding-left: 0rem!important;
    }
    .essential-background::after {
        background-size: 30% 50%!important;
    }
    .cirtri {
        gap: 1rem;
        padding: 0 1rem;
    }
    #web_develop .py-5 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    #web_develop .col-md-4 {
        width: 94%!important;
    }
    #web_develop .accordion .active .card {
        margin-top: 0px!important;
    }
    #web_develop .arrow {
        margin: 0.5rem 0!important;
    }
    #web_develop .accordion .active .web-img {
        display: block!important;
        width: 20%;
    }
    #web_develop .side-bar .inactive .main-crd {
        display: none!important;
    }
    #web_develop .side-bar .active .main-crd {
        display: block;
        transition: 0.4s ease !important;
    }
    #quality .quality-background {
        position: relative;
        width: 100%;
        height: 20%;
        background-color: white;
    }
    #quality .qlt-cnt {
        width: 70%;
    }
    #quality .top-card {
        height: 200px;
        width: 200px;
    }
    #quality .btm-card {
        margin-top: -205px;
    }
    #quality .quality-background::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 80%;
        background-image: linear-gradient(to bottom, #4d55cf, #4b5bd4, #4a61d8, #4866dd, #476ce1, #476ce1, #476ce1, #476ce1, #4866dd, #4a61d8, #4b5bd4, #4d55cf)!important;
    }
    .quality-background {
        background: none;
    }
    .custom-nav, #quality .tab-view  {
        z-index: 1;
        position: relative;
    }
    #quality .owl {
        padding: 3rem 3rem 3rem 4rem!important;
    }
    #quality .col-md-6 {
        width: 100%!important;
    }
    #benefits .col-md-4 {
        width: 50%!important;
    }
    #benefits .p-5 {
        padding: 1.5rem 0!important;
    }
    #web_develop .active .card {
        margin-top: -29px;
        height: auto!important;
    }
    #quality .mb-5 {
        margin-bottom: 0rem!important;
    }
}
@media (min-width: 600px) and (max-width: 712px){
    .header .ps-5 {
        padding-left: 2rem!important;
    }
    .header img, svg {
        width: 90%!important;
    }
    #top-navbar .child {
        margin-top: -179px;
    }
    .essential-background {
        background: none!important;
    }
}
@media (max-width: 600px){
    .header {
        height: 480px!important;
    }
    .header .ps-4 {
        padding-left: 0.5rem!important;
    }
    .essential-background::after {
        background: none!important;
    }
    .header .header-img {
        text-align: center;
    }
    .header .fs-1 {
        margin-top: 5rem;
        font-size: 40px!important;
    }
    .header .ps-5 {
        padding-left: 1rem!important;
    }
    .header .align-self-end {
        align-self: start!important;
    }
    .header .child .ms-5 {
        margin-left: 0rem!important;
    }
    .child .ms-5 {
        margin-left: 2rem!important;
        padding-right: 2.5rem!important;
    }
    .child {
        margin-top: -195px!important;
    }
    .cirtri {
        gap: 0rem;
        padding: 0.5rem;
      }
      #web_develop #triangle {
        /* width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-right: 20px solid #f1ad0a;
        border-bottom: 10px solid transparent; */
        position: relative;
        transform: scale(var(--ggs,1));
        /* width: 12px; */
        height: 6px;
        border-left: 1px solid transparent;
        border-bottom: 1px solid #FBBC05;
        transform: rotate(34deg);
      }
      #web_develop #triangle,
      #web_develop #triangle::before {
          display: block;
          box-sizing: border-box;
          border-right: 3px solid transparent
      }
      #web_develop #triangle::before {
        content: "";
        position: absolute;
        width: 14px;
        height: 16px;
        border-left: 1px solid #FBBC05;
        border-top: 1px solid #FBBC05;
        border-bottom: 3px solid transparent;
        transform: rotate(45deg) skew(10deg,10deg);
        left: -2px;
        bottom: -10px;
      }
      #web_develop #circle {
        height: 13px;
        width: 25px;
        border-color: #4285f4;
        border: 1px solid #4285f4;
        background: none;
        border-radius: 50%;
      }
    #web_develop .side-bar .inactive .main-crd {
        display: none!important;
    }
    #web_develop .ps-5 {
        padding-left: 1rem!important;
    }
    #web_develop .arrow {
        margin: 0.5rem 0!important;
    }
    #web_develop h1 {
        font-size: 20px;
    }
    #web_develop .py-5 {
        padding-top: 0.5rem!important;
        padding-bottom: 0.5rem!important;
    }
    #web_develop .main-crd h6 {
        font-size: 10px!important;
    }
    #web_develop p {
        margin-bottom: 0rem!important;
    }
    #web_develop h6 {
        font-size: 15px!important;
    }
    #web_develop h3 {
        font-size: 14px!important;
    }
    #web_develop .btm-card {
        margin-top: -59px;
        margin-right: -32px;
    }
    #web_develop .hr {
        margin-left: -80px;
    }
    #web_develop hr {
        margin: 0!important;
        width: 5%!important;
    }
    #web_develop .mb-5,#quality .mb-5 {
        margin-bottom: 0.5rem!important;
        margin-bottom: 1rem!important;
    }
    #quality .owl-theme p {
        text-indent: 5rem;
    }
    #web_develop .slide2 {
        margin-left: 47px;
    }
    #web_develop .pe-3 {
        padding-right: 0rem!important;
    }
    #web_develop .side-bar .active .main-crd {
        display: block;
        transition: 0.4s ease !important;
    }
    #web_develop .col-md-4 {
        width: 94%!important;
    }
    #quality .quality-background {
        position: relative;
        width: 100%;
        height: 15%;
        background-color: white;
    }
    #quality .quality-background::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 85%;
        background-image: linear-gradient(to bottom, #4d55cf, #4b5bd4, #4a61d8, #4866dd, #476ce1, #476ce1, #476ce1, #476ce1, #4866dd, #4a61d8, #4b5bd4, #4d55cf)!important;
    }
    .quality-background {
        background: none;
    }
    #quality .tab-view {
        z-index: 1;
    }
    .custom-nav {
        z-index: 1;
        position: relative;
    }
    #quality .owl {
        padding: 0 1rem 1rem 1rem!important;
    }
    #quality h1 {
        font-size: 24px;
    }
    #quality .top-card {
        height: 150px;
        width: 150px;
    }
    #quality .m-5 {
        margin: 2rem!important;
    }
    #quality .btm-card {
        margin-top: -98px;
    }
    #quality .btm-card img,svg {
        width: 30%!important;
    }

    #benefits .fs-1 {
        font-size: 1.3rem!important;
    }
    #benefits .p-5 {
        padding: 1rem!important;
    }
    #benefits .px-3 {
        padding-right: 0rem!important;
        padding-left: 0rem!important;
    }
    .choose-background {
        height: 70%;
    }
    .choose-background::after {
        height: 30%;
    }
    #web_develop .active .card {
        margin-top: 0px!important;
        height: auto!important;
    }
    #web_develop .side-bar .active .button {
        margin-bottom: 1rem;
    }
}