#services {
    color: #4285F4!important;
    font-weight: 800!important;
}
.header .container-fluid,.header .row {
    height: 100%;
}
.header .bg-white {
    padding: 4px 6px 1px!important;
}
.header .col-md-6 {
    z-index: 9;
    position: relative;
}
.header .header-top {
    margin-top: -60px;
}
.header img,svg {
    width: 80%!important;
}
.header .ps-5 {
    padding-left: 10rem!important;
}
.header .fs-1 {
    font-size: 45px!important;
}
#top-navbar .child {
    /* transform: rotate(90deg); */
    margin-top: -280px;
}
#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;
}

.about-background a.button {
    padding: 10px 20px;
    font-size: 16px;
}
#about-us p, .essential-background p, #chooses .carousel-item p {
    text-indent: 5rem;
    text-align: justify;
}
.about-background .arrow {
    color: #ffffff!important;
    background-color: #4285F4!important;
    margin: 1rem;
    border-radius: 6px;
}
.about-background .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;
}
.about-background .arrow:hover::after {
    animation: slide1 1s ease-in-out infinite;
}
.about-background .ecom-about {
    width: 80%;
}
@keyframes slide1 {
    0%,
    100% {
      transform: translate(0, 0);
    }
  
    50% {
      transform: translate(10px, 0);
    }
}

section .essential-background {
    position: relative;
    overflow: hidden;
}
.essential-background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #4674e7, #4071df, #3a6fd7, #356cce, #3169c6);
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    transform: scaleX(2);
    z-index: -1;
}
#our-process .card {
    height: 300px;
    width: 300px;
    transform: rotate(45deg);
    margin: 53px
}
#our-process .content {
    transform: rotate(-45deg);
    margin-left: -43px;
}
#our-process .card li {
    font-size: 16px!important;
    line-height: 1.7;
    text-align: initial;
    /* font-weight: 700; */
    font-family: "Futura MdCn BT Medium";
}
#our-process .col-md-4 {
    text-align: -webkit-center!important;
}
#our-process .card h5 {
    margin-bottom: 10px;
}
#our-process .card .w-25 {
    width: 15%!important;
}
.infograph {
    margin-top: -668px;
    z-index: 9;
    position: relative;
}
#our-process .infograph-img {
    width: 97%;
}
#our-process .card .num {
    margin-top: 31px;
    margin-bottom: 10px;
}
#our-process #btm-crds {
    justify-content: center;
    margin-top: -103px;
}
#technology .card:hover {
    transform: scale(1.065);
    box-shadow: 0px 3px 15px #ff000026;
    background-color: #fff7f7;
}
.cirtri {
    gap: 2rem;
  }
  .empowerment-banner #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);
  }
  .empowerment-banner #triangle,
  .empowerment-banner #triangle::before {
      display: block;
      box-sizing: border-box;
      border-right: 3px solid transparent
  }
  .empowerment-banner #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
  }
  .empowerment-banner #circle {
    height: 20px;
      width: 20px;
      border-color: white;
      border: 1px solid #ffffff;
      background: none;
      border-radius: 50%;
  }
.empowerment-banner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 6rem;
    padding: 5em 0;
}
.empowerment-banner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background-image: linear-gradient(to left, #bf443c, #c6443b, #cd443a, #d34339, #da4338, #da4338, #da4338, #da4338, #d34339, #cd443a, #c6443b, #bf443c);  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    transform: scaleX(2);
    z-index: -1;
}
.empowerment-banner .card {
    border-radius: 0px 15px 0px 15px!important;
    border-color: #e4e6ff!important;
    height: 90%;
}
.empowerment-banner .card img {
    width: 30%;
}
.empowerment-banner .card:hover {
    transform: scale(1.02);
}
.empowerment-banner .card h5 {
    color: #0F2257;
    font-size: 18px!important;
}
.empowerment-banner .card h6 {
    font-size: 14px!important;
}
#rectangle{
    position: absolute;
    right:10px;
    width: 60px;
    height: 40px;
    background: #FBBC05;
    margin-top: 41px;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
#technology .tech {
    color: #FFDFDA;
    margin-bottom: 0rem!important;
}
@media (min-width: 1900px) and (max-width: 2000px){
    #our-process .card {
        height: 430px!important;
        width: 430px!important;
        margin: 78px;
    }
    .infograph {
        margin-top: -965px;
    }    
    #our-process #btm-crds {
        margin-top: -147px;
    }
    #our-process .content {
        transform: rotate(-45deg);
        margin-left: -80px;
        margin-top: 25px;
    }
    #our-process .content {
        transform: rotate(-45deg);
        margin-left: 24px;
        margin-top: 25px;
        margin-right: 41px;
    }
    #our-process .card li {
        font-size: 22px!important;
    }
}
@media (min-width: 1700px) and (max-width: 1900px){
    #our-process .card {
        height: 380px!important;
        width: 380px!important;
        margin: 70px;
    }
    #our-process .content {
        transform: rotate(-45deg);
        margin-left: -6px;
        margin-right: 46px;
    }
    .infograph {
        margin-top: -872px;
    }
    #our-process #btm-crds {
        margin-top: -147px;
    }
    #our-process .card li {
        font-size: 19px!important;
    }
}
@media (min-width: 1700px) and (max-width: 2000px){
    .header {
        height: 650px!important;
    }
    .header .fs-1 {
        font-size: 76px!important;
    }
    .header h3 {
        font-size: 38px!important;
    }
    #our-process .card h5 {
        font-size: 28px;
    }
}
@media (min-width: 1556px) and (max-width: 1700px){
    #our-process .card {
        height: 380px;
        width: 380px;
        margin: 65px;
    }
    #our-process .content {
        margin-left: -29px;
    }
    #our-process .card .num {
        margin-top: 50px;
    }
    #our-process .card h5 {
        margin-bottom: 36px;
        font-size: 26px!important;
    }
    #our-process .card li {
        font-size: 16px!important;
        line-height: 1.9;
    }
    #our-process #btm-crds {
        margin-top: -148px;
    }
}
@media (min-width: 1400px) and (max-width: 2000px){
    #technology .grid {
        justify-content: center;
    }
}
@media (min-width: 1376px) and (max-width: 1556px){
    #our-process #btm-crds {
        margin-top: -136px;
    }
    #our-process .card {
        height: 320px;
        width: 320px;
    }
    .infograph {
        margin-top: -692px;
    }
    #our-process .content {
        transform: rotate(-45deg);
        margin-left: -51px;
        text-align: center;
        margin-right: 16px;
        margin-top: -7px;
    }
    #our-process li {
        text-align: center!important;
    }

}
@media (min-width: 700px) and (max-width: 990px){
    .header .fs-1 {
        font-size: 36px!important;
    }
    .header .ps-5 {
        padding-left: 5rem!important;
    }
    .header h1 {
        font-size: 2.3rem!important;
    }
    .top-header .child {
        margin-top: -150px!important;
    }
    .header .align-self-end {
        align-self: center!important;
    }
    .header .ps-4 {
        padding-left: 0rem!important;
    }
    .essential-background .col-md-6 {
        width: 100%!important;
    }
    .essential-background:before {
        transform: scaleX(3);
    }
    .empowerment-banner .m-4 {
        margin: 0.5rem!important;
    }
    #our-process .w-75 {
        width: 100%!important;
    }
    #our-process #top-part {
        justify-content: center;
    }
    #our-process #center-part {
        justify-content: center;
        margin-top: -105px;
    }
    #our-process .col-md-6 {
        text-align: -webkit-center!important;
    }
    #our-process #btm-part {
        justify-content: center;
        margin-top: -105px;
    }
    #our-process .card {
        height: 250px;
        width: 250px;
        margin: 30px;
    }
    #our-process .content {
        margin-left: -19px;
    }
    #our-process .num {
        margin-top: 0px!important;
    }
    #our-process .card .w-25 {
        width: 25%!important;
    }
    #our-process .card h5 {
        margin-bottom: 6px;
    }
    #our-process .card li {
        font-size: 12px!important;
    }
    .empowerment-banner {
        margin-top: 0rem!important;
    }
    #empowerment .container {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    #empowerment .col-md-4 {
        width: 50%;
    }
    .cirtri {
        gap: 1rem!important;
    }
    #technology .p-5 {
        padding: 1rem!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 {
        display: none;
    }
    .about-background a.button {
        font-size: 14px;
    }
}
@media (max-width: 1024px){
    #rectangle {
        right: 5px;
    }
    #about-us .col-md-6 {
        width: 100%;
    }
    #about-us .ecom-about, .essential-background .esntl-img {
        width: 70%!important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .essential-background .p-4 {
        padding: 0px!important;
    }
}
@media (max-width: 600px){
    .header {
        height: 650px!important;
        background-repeat: no-repeat!important;
        background-size: cover!important;
    }
    .header .header-img {
        text-align: center;
    }
    .header .fs-1 {
        margin-top: 7rem;
        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: -285px!important;
    }
    #about-us {
        margin-top: -95px;
    }
    #about-us .mb-5 {
        margin-bottom: 1.5rem!important;
    }
    .essential-background .text-center {
        text-align: start!important;
    }
    #our-process .w-75 {
        width: 100%!important;
    }
    #our-process .p-5 {
        padding: 1rem!important;
    }
    #our-process .card {
        height: 250px;
        width: 250px;
        margin: 30px;
    }
    #our-process .content {
        margin-left: -60px!important;
    }
    #our-process .card li {
        font-size: 13px!important;
    }
    #our-process .num {
        margin-top: 0px!important;
    }
    #our-process .card .w-25 {
        width: 15%!important;
    }
    #our-process .card h5 {
        margin-bottom: 6px;
    }

    .essential-background:before {
        transform: scaleX(3)!important;
    }
    .empowerment-banner:before {
        transform: scaleX(5)!important;
    }
    #empowerment .container {
        padding-right: 1rem;
        padding-left: 0rem;
    }
    .cirtri {
        gap: 0.5rem;
    }
    .empowerment-banner .w-75 {
        width: 85%!important;
    }
      .empowerment-banner #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);
      }
      .empowerment-banner #triangle,
      .empowerment-banner #triangle::before {
          display: block;
          box-sizing: border-box;
          border-right: 3px solid transparent
      }
      .empowerment-banner #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;
      }
      .empowerment-banner #circle {
        height: 13px;
        width: 13px;
        border-color: white;
        border: 1px solid #ffffff;
        background: none;
        border-radius: 50%;
      }
    .essential-background .p-3 {
        padding: 1rem!important;
    }
    .blog-banner .p-5 {
        padding: 1rem!important;
    }
    .choose-background {
        height: 60%;
    }
    .choose-background::after {
        height: 40%;
    }
    .empowerment-banner {
        margin-top: 0rem!important;
    }
}