@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Regular.ttf) format('woff2');
}
@font-face {
    font-family: guru-regular;
    src: url(../fonts/Teko-Regular.ttf);
}
@font-face {
    font-family: guru-300;
    src: url(../fonts/Teko-Light.ttf);
}
@font-face {
    font-family: rale-400;
    src: url(../fonts/raleway.light.ttf);
}
.flex-wrap{
    flex-wrap: wrap;
}
.landing-seo{
    background-color: black; 
    padding-top: 2em;
    padding-bottom: 5em;
}
.half-width{
    width: 50%;
    color: white;
}
.self-cnter{
    align-self: center;
}
.half-width .img{
    width: 100%;
    text-align: center;
}
.half-width .img img{
    width: 80%;
}
.img-1 img{
    height: 375px;
    width: 500px;
}
.landing-seo h1{
    font-size: 52px;
    color: #0083F2;
    font-weight: 400;
    font-family: guru-regular   ;
    margin: 30px 0;
    text-align: center;
}
.landing-seo h2{
    font-size: 52px;
    color: #0083F2;
    font-weight: 400;
    font-family: guru-regular   ;
    margin: 20px 0;
    text-align: left;
}
.landing-seo h3{
    font-size: 32px;
    color: #0083F2;
    font-weight: 400;
    font-family: guru-regular   ;
    margin: 20px 0;
    text-align: left;
}
.landing-seo p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 200;
    font-family: rale-400;
    margin: 20px 0;
    text-align: left;    
    line-height: 1.6em;

}

.seo-fields{
    background-color: #0083F2; 
    padding-top: 2em;
    padding-bottom: 5em;
    padding-left: 5em;
    padding-right: 5em;
}
.seo-fields h3{
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: guru-regular   ;
    margin: 0px 0;
    text-align: left;
}
.seo-fields h1{
    font-size: 52px;
    color: #ffffff;
    font-weight: 400;
    font-family: guru-regular   ;
    margin: 0px 0;
    text-align: center;
}
.seo-fields .cards h4{
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: guru-regular   ;
    margin: 0px 0;
    /* text-align: center; */
}
.seo-fields  p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 200;
    font-family: rale-400;
    margin: 10px 0;
    text-align: left;
    line-height: 1.6em;
    width: 90%;
}
.seo-fields .cards .col-3{
    /* padding: 10px; */
    margin: 1%;
    box-shadow: 0px 0px 10px black;
}
.seo-fields .cards .col-3 div{
    padding: 20px;
}
.seo-fields .cards .col-3:hover{
    /* padding: 20px; */
    box-shadow: 0px 0px 20px black;
}
.seo-fields .cards p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 200;
    font-family: rale-400;
    margin: 10px 0;
    /* text-align: center; */
    line-height: 1.6em;
    width: 90%;
}

.client-approach{
    background-color: #0083F2; 
    padding-top: 2em;
    padding-bottom: 5em;
    padding-left: 5em;
    padding-right: 5em;
}
.client-approach h3{
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: guru-regular   ;
    margin: 0px 0;
    text-align: left;
}
.client-approach p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 200;
    font-family: rale-400;
    margin: 10px 0;
    /* text-align: center; */
    line-height: 1.6em;
    width: 90%;
}
.client-approach p strong{
    font-weight: 800;
    color: #000000;
}

.center-data-grid{
    /* width: max-content; */
    margin: auto;
    position: relative;
}
.center-data-grid p{
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: guru-300;
    margin: 10px 0;
    /* text-align: center; */
    line-height: 1.6em;
    width: 100%;
}
.center-data-grid p{
    /* width: max-content; */
    margin: auto;
    position: relative;
}
.center-data-grid .left{
    text-align: end;
    padding: 20px 0;
}

.center-data-grid::before{
    position: absolute;
    content: "";
    width: 1%;
    height: 80%;
    left: 50%;
    top: 10%;
    /* background-color: #000000; */
    border-right: 1px dashed black;
}
.center-data-grid .left div:first-child{
    padding-right: 10px;
    z-index: 2;
    
    
}
.center-data-grid .right div:first-child{
    padding-right: 20px;
    padding-left: 7px;
    z-index: 2;
    font-size: 32px;
    font-family: rale-400;
    color: white;

}
.center-data-grid .left div:last-child{
    position: relative;
    left: 16px;
    color: white;
    z-index: 2;
    top: 15px;
    font-size: 32px;
    font-weight: 100;
    font-family: 'rale-400';
}
.center-data-grid .left div:last-child span{
    position: relative;
    top: -15px;
    left: 5px;
}
.center-data-grid .left div:last-child::before{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: -8px;
    top: -15px;
    border: 1px dashed black;
    border-radius: 50%;
    background-color: #0083F2;
    z-index: -1;
}
.center-data-grid .right div:first-child{
    position: relative;
}
.center-data-grid .right div:first-child span{
    position: relative;
    left: -3.5px;
    top: 0px;
    z-index: 2;

}
.center-data-grid .right div:first-child::before{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: -9px;

    top: 0px;
    background-color: #0083F2;
    z-index: 1;
    border: 1px dashed black;
    border-radius: 50%;
}

.section-contact{
    padding: 5%;
    background-color: black;
}
.section-contact h1{
    font-size:52px;
    color: #ffffff;
    font-weight: 800;
    font-family: rale-400  ;
    text-align: center;
    line-height: 1.6em;
    margin: 0;
}
.section-contact a{
    font-size:52px;
    color: #ffffff;
    font-weight: 800;
    font-family: rale-400  ;
    text-align: center;
    line-height: 1.6em;
    margin: 0;
    text-decoration: none;
} 
@media (max-width:1024px) and (min-width:768px){
    .aproch-body .col-1.left::before {
        width: 40px;
        height: 40px;
        left: 1px;
        top: 4px;
    }
    .aproch-body .col-1.right::before {
        width: 40px;
        height: 40px;
        left: 1px;
        top: 4px;
    }
}
@media (max-width:768px) and (min-width:500px){
    .aproch-body .col-6 {
        width: 100%;
    }
    .aproch-body .col-1.left{
        font-size: 130px;
    }
    .aproch-body .col-1.right{
        font-size: 120px;
    }
    .aproch-body .col-1.left::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.right::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.left span {
        padding-right: 10px;
    }
    .aproch-body .col-1.right span {
        padding-right: 10px;
    }
    .half-width .img img {
        width: 100%;
    }
}
@media (max-width:500px) and (min-width:375px){
    .aproch-body .col-1.left {
        display: none;
    }
    .aproch-body .col-1.right {
        display: none;
    }
    .landing-web-redesign h1 {
        font-size: 36px;
    }
    .landing-web-redesign h3 {
        font-size: 26px;
    }
    .landing-web-redesign p {
        font-size: 17px;
    }
    .aproch-body .col-1.left::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.right::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.left span {
        padding-right: 10px;
    }
    .aproch-body .col-1.right span {
        padding-right: 10px;
    }
    .half-width .img img {
        width: 100%;
        margin: 20px 0;
    }
    .redesign-steps span {
     display: none;
    }
    .redesign-steps::before {
        position: absolute;
        content: "";
        height: 90%;
        width: 1%;
        top: 45px;
        border-left: 1px dashed white;
        left: 21px;
        z-index: 1;
    }
    .redesign-steps::before {
        display: none;
    }
    .redesign-steps h3 {
        text-align: center;
    }
    .redesign-steps p {
        text-align: center;
    }
    .aproch-body .d-flex {
        flex-direction: column;
    }
    .aproch-body h3 {
        font-size: 36px;
        text-align: center;
    }
    .aproch-body p {
        font-size: 17px;
        text-align: center;
    }
    .aproch-body .d-flex .d-flex{
        flex-direction: row;
    }
    .half-width{
        width: 100%;
    }
    .col-6{
        width: 100%;
    }

    .d-flex{
        flex-direction: column;
    }
    .col-3 {
    width: 100%;
    margin: 20px 0 !important;
    }
    .seo-fields {
    background-color: #0083F2;
    padding:5%;
    }
}
@media (max-width:375px) and (min-width:320px){
    .aproch-body .col-1.left {
        display: none;
    }
    .aproch-body .col-1.right {
        display: none;
    }
    .landing-web-redesign h1 {
        font-size: 36px;
    }
    .landing-web-redesign h3 {
        font-size: 26px;
    }
    .landing-web-redesign p {
        font-size: 17px;
    }
    .aproch-body .col-1.left::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.right::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.left span {
        padding-right: 10px;
    }
    .aproch-body .col-1.right span {
        padding-right: 10px;
    }
    .half-width .img img {
       width: 100%;
    }
    .client-approach .half-width .img img {
       display: none;
    }
    .redesign-steps span {
     display: none;
    }
    .redesign-steps::before {
        position: absolute;
        content: "";
        height: 90%;
        width: 1%;
        top: 45px;
        border-left: 1px dashed white;
        left: 21px;
        z-index: 1;
    }
    .redesign-steps::before {
        display: none;
    }
    .redesign-steps h3 {
        text-align: center;
    }
    .redesign-steps p {
        text-align: center;
    }
    .aproch-body .d-flex {
        flex-direction: column;
    }
    .aproch-body h3 {
        font-size: 36px;
        text-align: center;
    }
    .aproch-body p {
        font-size: 17px;
        text-align: center;
    }
    .aproch-body .d-flex .d-flex{
        flex-direction: row;
    }
    .half-width{
        width: 100%;
    }
    .col-6{
        width: 100%;
    }

    .d-flex{
        flex-direction: column;
    }
    .col-3 {
    width: 100%;
    margin: 20px 0 !important;
    }
    .seo-fields {
    background-color: #0083F2;
    padding:5%;
    }
    .client-approach {
    background-color: #0083F2;
    padding:5%
    }
    .landing-seo h2 {
    font-size: 28px;    
    }
    .landing-seo h1 {
    font-size: 38px;
    margin: 10px 0;
    }
}
@media (max-width:320px){
    .client-approach {
    background-color: #0083F2;
    padding:5%
    }
    .landing-seo h2 {
    font-size: 28px;    
    }
    .landing-seo h1 {
    font-size: 38px;
    margin: 10px 0;
    }
    .seo-fields {
    background-color: #0083F2;
    padding:5%;
    }
    .col-3 {
    width: 100%;
    margin: 20px 0 !important;
    }
    .aproch-body .col-1.left {
        display: none;
    }
    .aproch-body .col-1.right {
        display: none;
    }
    .landing-web-redesign h1 {
        font-size: 36px;
    }
    .landing-web-redesign h3 {
        font-size: 26px;
    }
    .landing-web-redesign p {
        font-size: 17px;
    }
    .aproch-body .col-1.left::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.right::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.left span {
        padding-right: 10px;
        display: none;
    }
    .aproch-body .col-1.right span {
        padding-right: 10px;
        display: none;
    }
    .half-width {
        width: 100%;
    }
    .half-width .img img {
        width: 100%;
        margin: 20px 0;
    }
    .web-approch h1 {
        text-align: left;
        font-size: 42px;
    }
    .web-approch h2 {
        text-align: left;
        font-size: 16px;
    }
    .redesign-steps::before {
        position: absolute;
        content: "";
        height: 90%;
        width: 1%;
        top: 45px;
        border-left: 1px dashed white;
        left: 21px;
        z-index: 1;
    }
    .redesign-steps::before {
        display: none;
    }
    .redesign-steps h3 {
        text-align: center;
    }
    .redesign-steps p {
        text-align: center;
    }
    .aproch-body .d-flex {
        flex-direction: column;
    }
    .aproch-body div {
        margin: 20px 0;
    }
    .aproch-body h3 {
        font-size: 36px;
        text-align: center;
        line-height: 1.2em;
        
    }
    .aproch-body p {
        font-size: 17px;
        text-align: center;
    }
    .aproch-body .d-flex .d-flex{
        flex-direction: row;
    }
    .half-width{
        width: 100%;
    }
    .col-6{
        width: 100%;
    }

    .d-flex{
        flex-direction: column;
    }
    .client-approach {
        background-color: #0083F2;
        padding: 5%;
    }
    .client-approach img {
        display: none;
    }
}