.our-services-container{
    width: 100%;
}
.our-services-what-we-do .content,.our-services-why-choose-us .content{
    padding-top:65px;
    padding-bottom:65px;
}

.our-services-hero-section{
    position: relative;
    height: 700px;
    display: grid;
    align-items: center;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 100%;
    /* height: auto; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.our-services-hero-section img{
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    top:0;
    height: auto;
    /*object-fit: contain;*/
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.plan-content .number{
    /*width: 125px;*/
    /* height: 110px; */
    /*padding: 10px 35px;*/
    background: #e6ebf5;
    /*border-radius: 60px;*/
    
    padding: 0;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 100px;
}
.plan-content .number h2{
    color: #003399;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 48px;
    line-height: 70%;
    letter-spacing: 0%;
    text-align: center;
    color: #003399;
    letter-spacing: 0%;
}

.plan-content .aboutContent-text{
    width: 85%;
}
.our-services-hero-section .our-services-text{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    top: 50px;
    opacity: 0;
    transition: top 0.3s linear,opacity 0.3s linear;
    position: relative;
    z-index: 3;
}
.our-services-hero-section .our-services-text h1{
    font-weight: 700;
    font-size: 80px;
    line-height: 25px;
    letter-spacing: -5%;

}
.our-services-hero-section .our-services-text p{
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    max-width: 1100px;
    width: 80%;
}
.our-services-what-we-do h2{
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0%;
    color: #003399;
    /*color: #96CBFF;*/
    text-shadow: 0 0 1px #aaa;
}
/*.our-services-what-we-do{*/
/*    margin-top: 50px;*/
/*}*/
.our-services-what-we-do .content{
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 40px;
    max-width: 90%;
    margin: auto;
}
.our-services-what-we-do  .what-we-do-tech img{
    width:150px;
    height:150px;
}
.scroll-link{
  text-decoration: none;
}
#getInTouch:hover{
    background-color: #96CBFF;    
    transition: background-color 0.3s ease-in-out; 
 }
.our-services-what-we-do .what-we-do-text{
    padding: 20px;
    background: #96CBFFB2;
    /*opacity: 0.7;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 325px;
}
.our-services-what-we-do .what-we-do-texts{
    position: relative;
    opacity: 0;
    top: 50px;
    transition: top 0.3s linear,opacity 0.3s linear; 
}
.our-services-what-we-do .what-we-do-text h1{
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0%;
}
.our-services-what-we-do .what-we-do-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px 0;
    position: relative;
    opacity: 0;
    left: -80px;
    transition: left 0.3s linear,opacity 0.3s linear;
}
.our-services-what-we-do .what-we-do-tech{
    width: 75%;
}
/*.our-services-what-we-do .what-we-do-tech p{*/
/*    font-weight: 400;*/
/*    font-size: 15px;*/
/*    letter-spacing: 0%;*/

/*}*/

.our-services-conversation{
    position: relative;
    top: 200px;
    opacity: 0;
    margin-top: 308px;
    transition: top 0.3s linear,opacity 0.3s linear;
    padding: 65px 0;
}
.our-services-conversation .content{
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    margin: auto;
    max-width: 1500px;
}
.our-services-conversation .conversation-div{
    display: grid;
    justify-content: center;
    align-items: center;
}
.our-services-conversation .conversation-img{
    display: flex;
    justify-content: center;
}
.our-services-conversation .conversation-img > img{
        width: 620px;
}
.our-services-conversation h1{
    font-weight: 700;
    font-size: 48px;
}
.our-services-conversation p{
    font-weight: 400;
    /*font-size: 20px;*/
    /*line-height: 25px;*/
    width: 70%;
}
.our-services-conversation .conversation-div .getInTouch{
    width: fit-content;
}
.our-services-conversation button{
    height: 55px;
    background-color: #003399;
    color: #ffffff;
    cursor: pointer;
    width: 200px;
    border-radius: 40px;
    border: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.our-services-technologies{
    background-color: #003399;
}

.our-services-technologies .content{
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    padding-top:65px;
    padding-bottom:65px;
    color: #ffffff; 
    position: relative;
    top: 200px;
    opacity: 0;
    transition: top 0.3s linear,opacity 0.3s linear;
    max-width: 2000px;
    margin: auto;
    width: 90%;
}
.our-services-technologies .technologies-div{
    display: grid;
    justify-content: center;
    align-items: center;
}
.our-services-technologies h1{
    font-weight: 700;
    font-size: 48px;
    margin: 0 !important;
}
.our-services-technologies p{
    font-weight: 400;
    width: 70%;
    /*color: #CCCCCC;*/
}
.our-services-conversation .conversation-div span.exp {
    border: 2px solid white;
    font-size: 20px;
    border-radius: 50px;
    padding: 2px;
    margin-left: 10px;
}
.our-services-technologies .technologies-images{
    display: flex;
    justify-content: center;
}
.our-services-technologies .technologies-images img{
    width: 205px;
    height: 144px;
    border-radius: 10px;
    object-fit: contain;
}
.our-services-technologies .technologies-images ul{
    display: grid;
    gap: 20px;
}
.our-services-technologies .technologies-images ul li{
    display: flex;
    gap: 20px;
}
.our-services-technologies .technologies-images ul li:nth-child(odd){
    justify-self: center; 
    width: 440px;
    overflow: hidden;
}
.our-services-technologies .technologies-images ul li:nth-child(even){
    justify-self: center;
    width: 660px;
    overflow: hidden;
}
.our-services-technologies .technologies-images .blur-box{
    background: #FFFFFF99;
    width: 203px;
    height: 143px;
    opacity: 0.6;
    border-radius: 10px;
}

.image-slide-left {
    display: flex;
    gap: 20px;
    animation: none;
}
.image-slide-right {
    display: flex;
    gap: 20px;
    animation: none;
}

.image-slide-right > div, .image-slide-left > div{
    width: 205px;
    height: 144px;
    border-radius: 10px;
    background: #fff;
}
@keyframes slide-left {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
    
@keyframes slide-right {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}

.our-services-why-choose-us .why-choose-us-text{
    text-align: center;
    display: grid;
    gap: 10px;
    top: 50px;
    position: relative;
    opacity: 0;
    transition: top 0.3s linear,opacity 0.3s linear; 
}
.our-services-why-choose-us .why-choose-us-text h2{
    color: #96CBFF;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0%;
    margin:0;
    text-shadow: 0 0 1px #aaa;

}
.our-services-why-choose-us .why-choose-us-text h1{
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin: 15px auto;
    /*width: 795px;*/
}
.our-services-why-choose-us {
    background-color: #003399;
    /*padding: 65px 0;*/
    /*margin: 50px 0;*/
    /*color: #fff*/
}
.our-services-why-choose-us .content{
    max-width: 90%;
    margin: auto;
    display: grid;
    gap: 50px;
    height: 440px;
}
.why-choose-us-content h3{
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0%;
    margin-bottom: 7px;
}
.why-choose-us-content p{
    margin: 0;
    /*font-weight: 400;*/
    /*font-size: 20px;*/
}
.our-services-why-choose-us .why-choose-us-content{
    width: 1370px;
    /*height: 463px;*/
    border-radius: 20px;
    background: white;
    border: 1px solid #ADADAD40;
    box-shadow: 0px 0px 10px 0px #00000014;
    margin:auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.our-services-why-choose-us .why-choose-us-content .plan-content{
    display: flex;
    flex-direction: column;
    padding:25px;
    gap: 15px;
}
.our-services-why-choose-us .why-choose-us-content img{
    /*opacity:30%;*/
    width: 500px;
    margin: 20px;
    margin-left: 0;
    object-fit: contain;
}
.our-services-why-choose-us .why-choose-us-content .info-div{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
}
.our-services-why-choose-us .info-div:nth-child(1),.our-services-why-choose-us .info-div:nth-child(2){
    border-bottom: 1px solid #fff;
}
.our-services-why-choose-us .info-div:nth-child(odd){
    top: 100px;
    position: relative;
    opacity: 0;
    transition: top 0.3s linear,opacity 0.3s linear; 
}
.our-services-why-choose-us .info-div:nth-child(even){
    top: -100px;
    position: relative;
    opacity: 0;
    transition: top 0.3s linear,opacity 0.3s linear; 
}

@media only screen and (min-width: 1500px) {
    /*.our-services-hero-section {*/
    /*    height: 800px;*/
    /*}*/
    /*.our-services-hero-section img{*/
    /*    height: 800px;*/
    /*}*/
}
@media only screen and (min-width: 1580px) {
    .our-services-what-we-do .content {
        max-width: 1500px;
    }
    .our-services-why-choose-us .why-choose-us-content {
        width: 1500px;
        /* height: 463px; */
        border-radius: 20px;
        background: white;
        border: 1px solid #ADADAD40;
        box-shadow: 0px 0px 10px 0px #00000014;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .our-services-what-we-do .what-we-do-tech {
        width: 95%;
    }
    
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .our-services-what-we-do .what-we-do-text {
        width: auto;
    }
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
    .our-services-hero-section, .our-services-hero-section{
        height: 600px;
    }
    .our-services-hero-section img{
        object-fit: cover;
    }
    .our-services-hero-section .our-services-text p {
        width: 80%;
    }
    .our-services-what-we-do .content {
        grid-template-columns: 1fr;
    }
    
    .our-services-what-we-do .what-we-do-content {
        row-gap: 30px;
    }
    .our-services-what-we-do .what-we-do-tech {
        width: 100%;
        text-align: center;
    }
    .our-services-why-choose-us .why-choose-us-content {
        grid-template-columns: repeat(1, 2fr);
        gap: 15px;
       
    }
    .our-services-why-choose-us .why-choose-us-content .info-div {
        border-bottom: 1px solid #fff;
        padding: 0px;
        gap: 15px;
    }
    
    .our-services-conversation .conversation-img{
        display: none;
    }
    .our-services-conversation .content{
        grid-template-columns: 1fr;
    }
    .our-services-conversation .conversation-div{
        margin-bottom: 80px;
    }
    .our-services-technologies .technologies-images ul li {
        width: 100% !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
    .our-services-technologies p {
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        width: 100%;
        color: #CCCCCC;
    }
    .our-services-what-we-do .what-we-do-tech {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .our-services-conversation {
        position: relative;
        top: 200px;
        opacity: 0;
        margin-top: 315px;
        transition: top 0.3s linear, opacity 0.3s linear;
    }
    .our-services-why-choose-us .why-choose-us-text h2 {
        color: #96CBFF;
        font-weight: 700;
        font-size: 30px !important;
        letter-spacing: 0%;
        margin: 0;
        text-shadow: 0 0 1px #aaa;
    }
     .our-services-why-choose-us .why-choose-us-content {
        width: 95%;
        /*height: 463px;*/
        border-radius: 20px;
        background: white;
        border: 1px solid #ADADAD40;
        box-shadow: 0px 0px 10px 0px #00000014;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    } 
    .our-services-why-choose-us .why-choose-us-content img{
        display:none;
    }
    .our-services-why-choose-us .why-choose-us-content .plan-content {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
    .plan-content .number {
      /*display: none;*/
        width: 50px;
        height: 50px;
        flex: 0 0 50px
    }
    .plan-content .aboutContent-text {
        width: 100%;
    }
    
    .our-services-hero-section .our-services-text h1 {
        font-size: 3em;
    }
    
    .our-services-what-we-do .content {
        grid-template-columns: 1fr;
    }
    .our-services-what-we-do .what-we-do-content {
        grid-template-columns: 1fr;
        row-gap: 50px;
    }
    .our-services-what-we-do .what-we-do-tech img{
        float: left;
        margin-right: 10px;
        margin-bottom: 6px
    }
    .our-services-what-we-do .what-we-do-tech p{
        margin: 0;
    }
    .our-services-why-choose-us .content {
        gap: 0;
    }
    .our-services-why-choose-us .why-choose-us-text h1 {
        font-size: 32px !important;
    }
    .our-services-conversation h1{
            margin-bottom: 0;
    }
    
    .our-services-conversation p{
            width: 100%;
    }
    .our-services-technologies .content {
        grid-template-columns: 1fr;
    }
    .our-services-technologies h1 {
        margin: 0 !important;
    }
}

@media only screen and (min-width: 501px) and (max-width:800px) {
    .our-services-technologies .content {
        grid-template-columns: 1fr ;
    }
    .our-services-why-choose-us .why-choose-us-content {
        width: 100%;
        /*height: 463px;*/
        border-radius: 20px;
        background: white;
        border: 1px solid #ADADAD40;
        box-shadow: 0px 0px 10px 0px #00000014;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    } 
    .our-services-why-choose-us .why-choose-us-content img{
        display:none;
    }
    .our-services-why-choose-us .why-choose-us-text h1 {
        font-family: Roboto;
        font-weight: 700;
        font-size: 35px !important;
        letter-spacing: 0%;
        text-align: center;
        color: #FFFFFF;
    }
    .our-services-why-choose-us .why-choose-us-text h2 {
        color: #96CBFF;
        font-weight: 700;
        font-size: 24px !important;
        letter-spacing: 0%;
        margin: 0;
        text-shadow: 0 0 1px #aaa;
    }
    .plan-content .number{
        width: 80px;
        height: 80px; 
        flex: 0 0 80px;
    }
    .our-services-why-choose-us .why-choose-us-content .plan-content {
        display: flex;
        flex-direction: column;
        padding: 20px;
        gap: 15px;
    }
    .our-services-conversation {
        position: relative;
        margin-top: 260px;
        transition: top 0.3s linear, opacity 0.3s linear;
    }
    .our-services-conversation p {
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0%;
        width: 100%; 
    }
}

@media only screen and (min-width: 801px) and (max-width:1024px) {
    .our-services-conversation {
        position: relative;
        top: 200px;
        opacity: 0;
        margin-top: 250px;
        transition: top 0.3s linear, opacity 0.3s linear;
    }
    .our-services-conversation .conversation-img > img {
      width: unset;
    }
    .our-services-hero-section, .our-services-hero-section{
        height: 650px;
    }
    .our-services-what-we-do .what-we-do-tech {
        width: 100%;
    }
    .our-services-why-choose-us .why-choose-us-content .info-div {
        padding: 2px 0;
    }
    
    .our-services-conversation .conversation-img > img{
        height: 500px;
    }
    
    .our-services-technologies .content {
        gap: 30px;
        
    }
    .our-services-technologies .technologies-images ul li {
        width: 480px !important;
    }
    .plan-content .number{
        /*width: 125px;*/
        /* height: 110px; */
        /*padding: 10px 35px;*/
        /*background: #e6ebf5;*/
        /*border-radius: 60px;*/
     }
    .our-services-why-choose-us .why-choose-us-content {
        width: 95%;
        /*height: 463px;*/
        border-radius: 20px;
        background: white;
        border: 1px solid #ADADAD40;
        box-shadow: 0px 0px 10px 0px #00000014;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .our-services-why-choose-us .why-choose-us-content img{
        display:none;
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .our-services-why-choose-us .why-choose-us-content img {
        display:none;
    }
    .our-services-conversation {
        position: relative;
        top: 200px;
        opacity: 0;
        margin-top: 125px;
        transition: top 0.3s linear, opacity 0.3s linear;
    }
   .our-services-why-choose-us .why-choose-us-content {
        width: 95%;
        /*height: 463px;*/
        border-radius: 20px;
        background: white;
        border: 1px solid #ADADAD40;
        box-shadow: 0px 0px 10px 0px #00000014;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    } 
   .our-services-why-choose-us .why-choose-us-content .plan-content {
        display: flex;
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }
   .plan-content .number{
        /*width: 125px;*/
        /* height: 110px; */
        /*padding: 10px 35px;*/
        /*background: #e6ebf5;*/
        /*border-radius: 60px;*/
    }
    .our-services-why-choose-us .why-choose-us-content .info-div {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 0px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1419px) {
    .our-services-conversation {
        position: relative;
        top: 200px;
        opacity: 0;
        margin-top: 480px;
        transition: top 0.3s linear, opacity 0.3s linear;
    }
    .our-services-why-choose-us .why-choose-us-content .info-div {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 2px;
    }
    .our-services-why-choose-us .why-choose-us-content {
        width: 90%;
        /*height: 463px;*/
        border-radius: 20px;
        background: white;
        border: 1px solid #ADADAD40;
        box-shadow: 0px 0px 10px 0px #00000014;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .plan-content .number{
        /*width: 125px;*/
        /* height: 110px; */
        /*padding: 10px 35px;*/
        /*background: #e6ebf5;*/
        /*border-radius: 60px;*/
    }
}

@media only screen and (min-width: 1420px) and (max-width: 1579px) {
    .our-services-why-choose-us .content {
        max-width: 100%;
        margin: auto;
        display: grid;
        gap: 50px;
        height: 440px;
    }
    .our-services-why-choose-us .why-choose-us-content {
        width: 90%;
        /* height: 463px; */
        border-radius: 20px;
        background: white;
        border: 1px solid #ADADAD40;
        box-shadow: 0px 0px 10px 0px #00000014;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}
