.aboutus-box1 h2 span {
    color: #000;
}

.aboutus-box1 h2 {
    width: fit-content;
    font-weight: bold;
}

.aboutus-box1 .hline {
    background-color: #000;
    display: block;
    height: 2px;
    width: 80%;
    margin: auto;
    margin-top: 5px;
}

.aboutus-box1 .step-box h2 {}

.services-item-box1,
.services-item-box2,
.services-item-box3,
.services-item-box4,
.services-item-box5,
.services-item-box6 {
    height: 200px;
    width: 100%;
    border-radius: 10px;
    vertical-align: middle;
    text-align: justify;
    padding: 25px 5px;
    z-index: 11;
    overflow: hidden;
    box-shadow: 0 0 5px rgb(22, 22, 22);
}

.services-item-box1:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.services-item-box2:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.services-item-box3:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.services-item-box4:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.services-item-box5:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.services-item-box6:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.step-heading {
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    padding: 5px 0 0 0;
    position: absolute;
    top: 0px;
    left: 42%;
}

.step-heading h3 {
    margin: auto;
}

.img-rotate {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.aboutus-box1 h3 {
    width: fit-content;
}

.aboutus-btn {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: black;
    border: none;
    border-radius: 10px;
    letter-spacing: 1px;
}

.aboutus-btn a {
    color: white !important;
}

.aboutus-btn:hover {
    background-color: white;
    color: black;
    border: 1px solid black
}

.call-text {
    color: blue !important;
}


/* 
.services-item-box1 {
    background: linear-gradient(rgba(3, 3, 3, 0.575), rgba(0, 0, 0, 0.493)), url('../images/androidapps.jpg') top no-repeat;
    background-position: 50% 50%;
    background-size: cover;
} */


/* new about us page design code  */

.ourstory-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    margin: 10px 0 0 0;
}

.aboutimg1 {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.aboutimg1 img {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 380px;
    width: 100%;
}

.aboutbox2 {
    height: 501px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(rgb(255 255 255 / 72%), rgb(99 132 155 / 35%)), url(../../../images/about/aboutbg.jpg) top no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    padding: 0 20px;
    background: lightblue;
}

.aboutbox2 h2 {
    color: black;
    font-size: 45px;
}

.aboutbox2 p {
    color: black;
    margin-top: 51px;
    font-size: 21px;
    line-height: 33px;
}

.aboutbox3 {
    height: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #e2ea9f;
    overflow: hidden;
}

.aboutbox3 h4 {
    color: black;
    text-transform: capitalize !important;
}

.aboutbox4 {
    width: 100%;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
    padding: 10px;
}

.aboutbox5 {
    width: 100%;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
    padding: 10px;
}

.aboutbox4 h2 {
    text-align: center;
    color: white;
}

.aboutbox4 p {
    color: white
}

.aboutbox5 h2 {
    text-align: center;
    color: white;
}

.aboutbox4 p {
    color: black;
}

.aboutpoint1,
.aboutpoint2,
.aboutpoint3,
.aboutpoint4,
.aboutpoint5 {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(3, 3, 3, 0.5718662464985995) 0%, rgba(65, 65, 65, 0.4906337535014006) 0%, rgba(231, 231, 231, 0.34217436974789917) 100%);
    overflow: hidden;
    padding: 10px 10px;
    box-shadow: 0 0 5px #333;
    border-radius: 5px;
}

.aboutpoint1:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.aboutpoint2:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.aboutpoint3:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.aboutpoint4:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.aboutpoint5:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.aboutpoint2 {
    height: 150px;
    align-items: center;
    text-align: left;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(3, 3, 3, 0.5718662464985995) 0%, rgba(65, 65, 65, 0.4906337535014006) 0%, rgba(231, 231, 231, 0.34217436974789917) 100%);
    overflow: hidden;
    padding: 10px 10px;
    box-shadow: 0 0 5px #333;
}

.aboutpointnumber {
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.aboutpointnumber img {
    height: 120px;
}

.aboutpointtext {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    margin: 10px 0 0 0;
}

.aboutpointtext h3 {
    color: black;
}

.aboutbox5 {
    display: none;
}
.aboutbox1{
        background: darksalmon;
        padding: 75px 157px;
        align-items: center;
        height: 500px;
}
.aboutbox4 {
    display: block;
}
.new_hr{
    border: 1px solid #117bd7;
    width: 89%;
    margin-top: 0px;
} 
.new_hr1 {
    border: 1px solid #e9ebed;
    width: 89%;
    margin-top: 0px;
}
.the_carat{
        font-size: 45px;
    text-align: center;
    text-transform: uppercase;
}
.pa_text_box{
    font-size: 25px;
    line-height: 35px;
    margin-top: 40px;
    text-align: center;
}
@media only screen and (max-width: 769px) {
    .aboutpoint1,
    .aboutpoint2,
    .aboutpoint3,
    .aboutpoint4,
    .aboutpoint5 {
        height: auto;
        display: flex;
        justify-content: start;
        align-items: left;
        text-align: left;
    }
    .aboutpointnumber img {
        display: flex;
        justify-content: center;
        align-items: left;
        height: 140px;
    }
    .aboutpointnumber {
        margin: 0 10px;
        display: flex;
        justify-content: start;
        align-items: left;
        text-align: left;
    }
    .aboutbox5 {
        display: block;
    }
    .aboutbox4 {
        display: none;
    }
}

@media (max-width:480px)  {
    .aboutbox1 {
        padding: 0;
        align-items: center;
       height: auto;
    }
    .the_carat {
        font-size: 33px;
    }
    .pa_text_box {
        font-size: 20px;
        line-height: 31px;
        margin-top: 40px;
        text-align: justify;
    }
    .aboutbox2 {
        height: auto;
    }
    .aboutpointnumber img {
        display: flex;
        justify-content: center;
        align-items: left;
        height: 76px;
    }
}
    
