 .color {
     color: white;
 }

 .color h2 {
     color: white;
 }

 .color h5 b {
     color: white;
 }

 .team__item {
     text-align: center;
 }


 .service-two__item .image img {
     height: 120px;
 }

 .app-dev {
     background-color: #000080;
     height: fit-content;
     width: 100%;
     display: flex;
     color: white;
 }

 .app-dev .left {
     float: left;
     width: 50%;
     justify-content: center;
 }

 .app-dev .left h2 {
     color: white;
     text-align: center;
     padding-top: 100px;
 }

 .app-dev .left p {
     margin-top: 50px;
     text-align: center;
 }

 .app-dev .right {
     float: right;
     width: 50%;
     padding-top: 30px;
 }

 .app-dev .right img {
     width: 90%;
 }

 .text {
     text-align: center;
     color: white;
 }

 .text h2 {
     color: white;
 }

 .text button {
     width: 150px;
     background-color: white;
     height: 40px;
     margin-top: 40px;
     border-radius: 1.5rem;
 }

 .text button a {
     text-decoration: none;
     font-weight: 700;
 }

 .service-two__item .image img {
     height: 250px;
 }

 .service__icon i {
     color: blue;
 }

 .team__item i {
     color: blue;
 }

 .about-img .image img {
     height: 420px;
 }

 .case__item img {
     height: 250px;
 }

 .icon i {
     color: #023E8A;
 }

 .call-action {
     background: var(--gradient-bg);
     transition: var(--transition);
     color: var(--white);
     padding: 15px 25px;

 }

 .inner-content h2 {
     color: white;
     text-align: center;
 }

 .call-action {
     padding: 40px 0;
 }

 .call-action .text-center {
     text-align: center;
     color: white;
 }

 .inner-content {
     max-width: 800px;
     margin: 0 auto;
 }

 .blue-color i {
     color: blue;
 }

 .color-blue {
     color: blue;
 }

 .img-big img {
     height: 400px;
     width: 500px;
 }

 .heading h1 {
     font-size: 15px;
 }
 