@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");


/* Fonts */
/* @font-face {
    font-family: ROBOTO;
    src: url("../fonts/ROBOTO-CONDENSED.TTF");
} */
/* Fonts */



body {
    font-family: 'Roboto Condensed';
}
*{
    max-width: 100%;
}
.front {
    /* height: 110vh;
    background: url('../resources/bgMain.png');
    background-size: cover;
    background-position: center; */
    height: 90vh;
    width: 100%;
    background: url('../resources/bgMain.png');
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
}

.header {
    display: flex;
    justify-content: space-between;
    width: 1150px;
    margin: 0 auto;
    padding-top: -20px;
}

.logo img {
    width: 300px;
}

.navigation {
    display: flex;
    color: white;
    align-items: center;
}

.navigation ul {
    display: flex;
    align-items: center;
}

.navigation ul li {
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 300;
}

.navigation ul .home {
    font-size: 1.5rem;
}

.navigation ul li a {
    color: white;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

.navigation ul li a:hover {
    text-shadow: 0 0 20px #fc8c03, 1px 1px 20px #fc8c03, -1px -1px 20px #fc8c03;
    transition: 0.5s;
    color: #fc8c03;
    border-bottom: 1px solid #fc8c03;
}

.navigation p {
    margin-left: 20px;
}

.show {
    display: flex;
    width: 1150px;
    margin: 0 auto;
}

.message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 80vh;
    color: white;
}

.message > h1 {
    font-size: 2rem;
    letter-spacing: 4px;
    text-shadow: 0 2px white,  1.5px white;
    line-height: 40px;
    margin-bottom: 10px;
}

.message > p {
    width: 400px;
    margin-bottom: 30px;
}

.glow-button {
    padding: 20px 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    border-radius: 100px;
    font-size: 12px;
    margin-bottom: 40px;
    color: white;
    background: #fc8c03;
    box-shadow: 0 10px 30px #fc8c0399;
    font-weight: 790;
    transition: ease 1s;
}

.glow-button:hover {
    padding: 20px 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    border-radius: 100px;
    font-size: 12px;
    margin-bottom: 40px;
    color: white;
    background: #ffae4c;
    box-shadow: 0 10px 60px #fc8c0399;
    font-weight: 790;
}

.statement {
    display: flex;
}

.statement img {
    border-radius: 50%;
    border: 5px solid white;
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.statement div p {
    font-style: italic;
    width: 400px;
}

.statement div > h1 {
    font-size: 1.2rem;
    margin-top: 20px;
}

.side {
    display: flex;
    align-items: center;
    justify-content: center;
}
.side img{
    width: 80%;
    margin-bottom: 80px;
    margin-top: 145px;
}
/* merging offer and service start */
.Offer-Service{
    height: 260vh;
    left: 0px;
    right: 0px;
    /* width: 100%; */
    background: url('../resources/bgMain2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 30vh;
}
/* merging offer and service end */

.offers {
    display: flex;
    flex-direction: column;
}

.offers > h1 {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 90px;
    color: #10054d;
}

.pliers {
    position: relative;
    width: 100%;
    height: 100%;
}

.plier {
    position: absolute;
    top: 100%;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 120px;
}

.plier img {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    display: block;
}

.plier h1 {
    margin-top: 50px;
    color: #10054d;
}

.plier p {
    margin-top: 30px;
    color: #0009;
}

.p-1 {
    left: 20%;
}

.p-2 {
    left: 50%;
    transform: translateX(-50%);
}

.p-3 {
    left: 65%;
}

/* service start */
.services {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-top: 110vh;
}

.services h1 {
    /* margin-top: 20px; */
    font-size: 2rem;
    letter-spacing: 4px;
    text-shadow: 0 2px white;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 150px;
    color: white;
}

.services img {
    width: 400px;
    position: absolute;
    top: 68vh;
}

.services .box{
    width: 12%;
    height: 15%;
    position: absolute;
    text-align: center;
    color: #d597ff;
    line-height: 15px;
}
/* analytics */
.services .b-1{
    left: 27%;
    top: 53vh;
    position: absolute;
}
.services .b-1 .b-11{
    top: 10vh;
    left: 108px;
}
/* creative design */
.services .b-2{
    left: 37.6%;
    top: 45vh;
    position: absolute;
}
.services .b-2 .b-22{
    top: 9vh;
    width: 70px;
    left: 105px;
}
/* web and social */
.services .b-3{
    right: 37.6%;
    top: 45vh;
    position: absolute;
}
.services .b-3 .b-33{
    top: 9vh;
    width: 70px;
    right: 105px;
}
/* content marketing */
.services .b-4{
    right:27%;
    top: 53vh;
    position: absolute;
}
.services .b-4 .b-44{
    top: 10vh;
    right: 108px;

}

.services .box p{
    margin-top: 15px;
    font-weight: 100;
    font-size: 12px;
}
.services .box h2{
    font-size: 16px;
    letter-spacing: 3px;
}
.services .glow-button{
    margin-top: 85vh;
}
.services .box .b111{
    width: 30%;
    left: 75px;
    top: -10vh;
}
.services .box .b222{
    width: 30%;
    left: 75px;
    top: -10vh;

} 
.services .box .b333{
    width: 30%;
    right: 75px;
    top: -10vh;

} 
.services .box .b444{
    width: 30%;
    right: 75px;
    top: -10vh;
}
/* services end */
.project{
height: 100vh;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
max-width: 100%;
}
.project .imgProj{
    margin-top: 50px;
    width: 60%;
    text-align: center;
}
.project .imgProj img{
    padding: 230px 100px;
    width: 70%;
}
.project .right-side{
    width: 40%;
}
.project .right-side h2{
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 50%;
    font-size: 40px;
    font-weight: 800;
    margin-top: 50px;
    color: #10054d;
}
.project .right-side p{
    width: 60%;
    line-height: 18px;
    margin-top: 25px;
}
.project .right-side button{
    padding: 18px 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    border-radius: 100px;
    font-size: 12px;
    margin-bottom: 40px;
    margin-top: 40px;
    color: white;
    background: #fc8c03;
    box-shadow: 0 10px 30px #fc8c0399;
    font-weight: 790;
    transition: ease 1s;
}
.project .right-side button:hover{
    padding: 18px 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    border-radius: 100px;
    font-size: 12px;
    margin-bottom: 40px;
    margin-top: 40px;
    color: white;
    background: #ffae4c;
    box-shadow: 0 10px 60px #fc8c0399;
    font-weight: 790;}
/* end project */
/* hero page start */
.hero{
    height: 95vh;
    width: 100%;
    background: url('../resources/bgMain.png');
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
}
.hero .textHero{
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    top: 10%;
}
.hero .textHero h1{
    text-transform: uppercase;
    font-size: 2.3rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
}
.hero .textHero p{
    margin-top: 12px;
    font-size: 16px;
    letter-spacing: .2px;
    color: #fff;
    line-height: 18px;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}
.hero .imgLaptop img{
    margin-top: 50px;
    position: relative;
    width: 70%;
    margin-left: 240px;
}
.hero .btnHero button{
    padding: 15px 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    border-radius: 100px;
    font-size: 12px;
    margin-bottom: 40px;
    margin-top: 80px;
    color: white;
    background: #fc8c03;
    box-shadow: 0 10px 30px #fc8c0399;
    margin-left: 780px;
    font-weight: 790;
    transition: ease 1s;
}
.hero .btnHero button:hover{
    background: #ffae4c;
    box-shadow: 0 10px 60px #fc8c0399;
}
/* hero page end */
/* client page start */
.client{
    height: 120vh;
    width: 100%;
}
.client .container{
    max-width: 100%;
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: 100px 150px;
}
.client .container .leftTxt{
    width: 50%;
    padding-left: 10%;
}
.client .container .leftTxt h2{
    width: 60%;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 5%;
    color: #10054d;
}
.client .container .leftTxt p{
    width: 70%;
    margin-top: 5%;
}
.client .container .leftTxt button{
    
    padding: 15px 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    border-radius: 100px;
    font-size: 12px;
    margin-top: 30px;
    color: white;
    background: #fc8c03;
    box-shadow: 0 10px 30px #fc8c0399;
    font-weight: 790;
    transition: ease 1s;
}
.client .container .leftTxt button:hover{
    
    padding: 15px 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    border-radius: 100px;
    font-size: 12px;
    margin-top: 30px;
    color: white;
    background: #ffae4c;
    box-shadow: 0 10px 60px #fc8c0399;
    font-weight: 790;
}
.client .container .leftTxt img{
    width: 70%;
    margin-top: 15%;
}
.client .container .rightTxt{
    width: 50%;
    padding-left: 10%;
}
.client .container .rightTxt h2{
    margin-top: 30%;
    color: #10054d;
    text-transform: uppercase;
}
.client .container .rightTxt p{
    width: 70%;
    margin-top: 5%;
}
.client .container .rightTxt button{
    padding: 15px 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    border-radius: 100px;
    font-size: 12px;
    margin-top: 30px;
    color: white;
    background: #fc8c03;
    box-shadow: 0 10px 30px #fc8c0399;
    font-weight: 790;
    transition: ease 1s;
}
.client .container .rightTxt button:hover{
    padding: 15px 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    border-radius: 100px;
    font-size: 12px;
    margin-top: 30px;
    color: white;
    background: #ffae4c;
    box-shadow: 0 10px 60px #fc8c0399;
    font-weight: 790;
}
.client .rightTxt .topCom1 img{
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin-top: 20px;
    margin-right: 20px;
}
.client .rightTxt .topCom2 img{
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin-top: 20px;
    margin-right: 20px;
}
.client .rightTxt .topCom1, .topCom2{
    display: flex;
}
/* client page end */
/* 2nd to last page start */
.strategy{
    height: 100vh;
    background: url("/resources/bgMain.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    text-align: center;
    position: absolute;
}
.strategy .textCenter h1{
    margin-top: 50px;
    color: #fff;
    text-transform: uppercase;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}
.strategy .textCenter p{
    margin-top: 30px;
    color: #fff;
}
.strategy .textCenter button{
    padding: 15px 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    border-radius: 100px;
    font-size: 12px;
    margin-top: 30px;
    color: white;
    background: #fc8c03;
    box-shadow: 0 10px 30px #fc8c0399;
    font-weight: 790;
    transition: ease 1s;
}
.strategy .textCenter button:hover{
    padding: 15px 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    border-radius: 100px;
    font-size: 12px;
    margin-top: 30px;
    color: white;
    background: #ffae4c;
    box-shadow: 0 10px 60px #fc8c0399;
    font-weight: 790;
}
.strategy .bottomHead img{
    margin-top: 23vh;
    width: 25%;
}
.strategy .navFooter{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 35px;
    justify-content: center;
}
.strategy .navFooter p{
    margin-left: 20px;
    color: #10054d;
}
.strategy .navFooter ul {
    display: flex;
    flex-wrap: nowrap;
}
.strategy .navFooter ul li{
    margin-left: 20px;
    margin-right: 20px;
}
.strategy .navFooter ul li a{
    color: #10054d;
}
.strategy .navFooter ul li a:hover {
    text-shadow: 0 0 20px #fc8c03, 1px 1px 20px #fc8c03, -1px -1px 20px #fc8c03;
    transition: 0.5s;
    color: #fc8c03;
    border-bottom: 1px solid #fc8c03;
}

.strategy .socialCont{
    margin-top: 40px;
}
.strategy .socialCont .fa{
    margin-left: 10px;
    margin-right: 10px;
}
.strategy .socialCont .fa-facebook{
    border: 3px solid #10054d;
    color: #10054d;
    padding: 10px 13px;
    border-radius: 50px;
    transition: ease .4s;
}
.strategy .socialCont .fa-facebook:hover{
    background-color: #10054d;
    color: #fff;
    padding: 10px 13px;
    border-radius: 50px;
    transition: ease .4s;
}
.strategy .socialCont .fa-twitter{
    border: 3px solid #10054d;
    color: #10054d;
    padding: 10px;
    border-radius: 50px;
    transition: ease .4s;
}
.strategy .socialCont .fa-twitter:hover{
    background-color: #10054d;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    transition: ease .4s;
}
.strategy .socialCont .fa-linkedin{
    border: 3px solid #10054d;
    color: #10054d;
    padding: 10px;
    border-radius: 50px;
    transition: ease .4s;
}
.strategy .socialCont .fa-linkedin:hover{
    background-color: #10054d;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    transition: ease .4s;
}
/* 2nd to last page end */
/* footer start */
.footer{
    height: 10px;
    margin-top: 107vh;
    position: absolute;
    border-top: 1px solid #acacac;
    color: #acacac;
    padding: 25px 0px;
    max-width: 100%;
    left: 200px;
    right: 200px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.footer .privacy a{
    margin-left: 10px;
    color: #acacac;
}
/* footer end */

/* make it responsive  start*/
@media all and (max-width:1366px){
    .front{height: 100vh; width: 1380px;}
    .message{height: 85vh;}
    .Offer-Service{height: 230vh; background-position-y: 25vh;}
    .project{height: 100vh;}


    .Offer-Service{height: 260vh; background-position-y: 30vh;}
    .services{margin-top: 137vh;}
    .services .b-1 .b-11{left: 80px; top: 15vh;}
    .services .b-1{left: 330px; top: 22vh;}
    .services .b-2 .b-22{left: 80px; top: 17vh; height: 125px; width: 40px;}
    .services .b-2{left: 506px; top: 13.5vh;}
    .services .b-3 .b-33{right: 78px; top: 17vh; height: 125px; width: 40px;}
    .services .b-3{right: 506px; top: 13.5vh;}
    .services .b-4 .b-44{right: 78px; top: 17vh;}
    .services .b-4{right: 336px; top: 21vh;}
    .services .medi-robot{top: 34vh;}
    .services .glow-button{margin-top: 103.5vh;}
    .services .unbeat{margin-top: -140px;}
    .services .box .b111{left: 45px;width: 40%;top:-15vh;}
    .services .box .b222{left: 45px;width: 40%;top:-15vh;} 
    .services .box .b333{right: 45px;width: 40%;top:-15vh;} 
    .services .box .b444{right: 45px;width: 40%;top:-15vh;}

    .hero{height: 120vh;}
    .hero .imgLaptop .lapty{margin-left:180px;}
    .hero .btnHero .btnHero2{margin-left: 480px;}

    .client{height: 115vh;}

    .strategy{height: 105vh; height: 340px;}
    .strategy .bottomHead img{margin-top: 30vh; width: 25%;}
    .footer{margin-top: 138vh;}
}


@media all and (max-width:1366px){
    .front{height: 100vh;}
    .message{height: 85vh;}
    .Offer-Service{height: 230vh; background-position-y: 25vh;}
    .project{height: 100vh;}


    .Offer-Service{height: 260vh; background-position-y: 30vh;}
    .services{margin-top: 137vh;}
    .services .b-1 .b-11{left: 80px; top: 15vh;}
    .services .b-1{left: 330px; top: 22vh;}
    .services .b-2 .b-22{left: 80px; top: 17vh; height: 125px; width: 40px;}
    .services .b-2{left: 506px; top: 13.5vh;}
    .services .b-3 .b-33{right: 78px; top: 17vh; height: 125px; width: 40px;}
    .services .b-3{right: 506px; top: 13.5vh;}
    .services .b-4 .b-44{right: 78px; top: 17vh;}
    .services .b-4{right: 336px; top: 21vh;}
    .services .medi-robot{top: 34vh;}
    .services .glow-button{margin-top: 103.5vh;}
    .services .unbeat{margin-top: -140px;}
    .services .box .b111{
        left: 45px;
        width: 40%;
        top:-15vh;
    }
    .services .box .b222{
        left: 45px;
        width: 40%;
        top:-15vh;
    } 
    .services .box .b333{
        right: 45px;
        width: 40%;
        top:-15vh;
    } 
    .services .box .b444{
        right: 45px;
        width: 40%;
        top:-15vh;
    }

    .hero{height: 120vh;}
    .hero .imgLaptop .lapty{margin-left:180px;}
    .hero .btnHero .btnHero2{margin-left: 480px;}

    .client{height: 115vh;}

    .strategy{height: 105vh; height: 340px;}
    .strategy .bottomHead img{margin-top: 30vh; width: 25%;}
    .footer{margin-top: 138vh;}
}



@media all and (max-width:1064px){
    .logo img {width: 200px; margin-top: 05px;}
    .navigation p {margin-left: 10px;margin-top: 0px; display: flex;}
    .navigation{justify-content: center;}
    /* .header {display: block;} */
    .front{height: 80vh;}
    .navigation ul li {margin-top: 00px; margin-left: 5px;margin-right: 5px;}
    .message{height: 80vh; margin-left: 30px;}
    .Offer-Service{height: 260vh; background-position-y: 30vh;}
    .Offer-Service .plier{margin-top: 50px;}
    .offers{margin-top: -10px;}
    .offers .headla{font-size: 15px;}
    .offers .parala{font-size: 12px; margin: 20px 20px;}
   
    .p-2{left: 49.5%;}
    .p-3{left: 65%;}
    .project{height: 70vh;}
    .project .right-side p{width: 90%;}
    .project .right-side h2{width: 90%;}
    .project .imgProj img{padding: 0px 0px; width: 90%;}

    .Offer-Service{height: 220vh;}
    .services{margin-top: 95vh;}
    .services .box{width: 20%;} .p-1{left: 7%;}
    .services .b-1 .b-11{left: 98px; top: 9vh;}
    .services .b-1{left: 107px; top: 45vh;}
    .services .b-2 .b-22{left: 98px; top: 8.5vh; height: 160px; width: 60px;}
    .services .b-2{left: 278px; top: 36vh;}
    .services .b-3 .b-33{right: 99px; top: 10vh; height: 160px; width: 60px;}
    .services .b-3{right: 274px; top: 34.5vh;}
    .services .b-4 .b-44{right: 98px; top: 8vh;}
    .services .b-4{right: 106px; top: 46.5vh;}
    .services .medi-robot{top: 55vh;}
    .services .glow-button{margin-top: 78.2vh;}
    .services .unbeat{margin-top: 120px;}
    .services .box .b111{width: 30%; left: 75px; top: -12vh;}
    .services .box .b222{width: 30%; left: 75px; top: -12vh;} 
    .services .box .b333{width: 30%; right:75px; top: -11vh;} 
    .services .box .b444{width: 30%; right:75px; top: -11.5vh;}
    
    .hero{height: 70vh;}
    .hero .imgLaptop .lapty{margin-left:150px;}
    .hero .btnHero .btnHero2{margin-left: 350px;}

    .client{height: 90vh;}
    .client .container .leftTxt{width: 70%; padding-left: 0%;}
    .client .container .rightTxt{width: 70%; padding-left: 5%;}
    .client .container{margin: 100px 40px;}
    .client .container .leftTxt img{width: 120%; margin-top: 50px;}
    .client .container .leftTxt p{width: 100%;}
    .client .container .rightTxt p{width: 100%;}

    .strategy{height: 120vh; height: 300px;}
    .strategy .textCenter h1{width: 60%;}
    .strategy .bottomHead img{margin-top: 15vh; width: 25%;}

    .strategy .navFooter ul li{margin-left: 5px;margin-right: 5px;}
    .footer{margin-top: 120vh;}
    .footer{left: 40px;right: 40px;}
}

@media all and (max-width:860px){
    .logo img {width: 200px; margin-top: 05px;}
    .navigation p {margin-left: 10px;margin-top: 0px; display: flex;}
    .navigation{justify-content: center;}
    /* .header {display: block;} */
    .front{height: 120vh;}
    .navigation ul li {margin-top: 00px; margin-left: 5px;margin-right: 5px;}
    .message{height: 80vh; margin-left: 30px;}
    .Offer-Service{height: 260vh; background-position-y: 30vh;}
    .Offer-Service .plier{margin-top: 50px;}
    .offers{margin-top: -10px;}
    .offers .headla{font-size: 15px;}
    .offers .parala{font-size: 12px; margin: 20px 20px;}
   
    .p-2{left: 49.5%;}
    .p-3{left: 65%;}
    .project{height: 109vh;}
    .project .right-side p{width: 90%;}
    .project .right-side h2{width: 90%;}
    .project .imgProj img{padding: 0px 0px; width: 90%;}

    .services{margin-top: 104vh;}
    .services .box{width: 20%;} .p-1{left: 7%;}
    .services .b-1 .b-11{left: 78px; top: 18vh;}
    .services .b-1{left: 62px; top: 41vh;}
    .services .b-2 .b-22{left: 78px; top: 20.5vh; height: 130px; width: 40px;}
    .services .b-2{left: 228px; top: 28vh;}
    .services .b-3 .b-33{right: 79px; top: 20.5vh; height: 130px; width: 40px;}
    .services .b-3{right: 225px; top: 27.8vh;}
    .services .b-4 .b-44{right: 78px; top: 20.5vh;}
    .services .b-4{right: 66px; top: 40vh;}
    .services .medi-robot{top: 55vh;}
    .services .glow-button{margin-top: 111.2vh;}
    .services .unbeat{margin-top: -10px;}
    
    .hero{height: 105vh;}
    .hero .imgLaptop .lapty{margin-left:150px;}
    .hero .btnHero .btnHero2{margin-left: 250px;}

    .client{height: 140vh;}
    .client .container .leftTxt{width: 70%; padding-left: 0%;}
    .client .container .rightTxt{width: 70%; padding-left: 5%;}
    .client .container{margin: 100px 40px;}
    .client .container .leftTxt img{width: 120%; margin-top: 50px;}
    .client .container .leftTxt p{width: 100%;}
    .client .container .rightTxt p{width: 100%;}

    .strategy{height: 120vh; height: 300px;}
    .strategy .textCenter h1{width: 60%;}
    .strategy .bottomHead img{margin-top: 15vh; width: 25%;}

    .strategy .navFooter ul li{margin-left: 5px;margin-right: 5px;}
    .footer{margin-top: 120vh;}
    .footer{left: 40px;right: 40px;}
}
@media all and (max-width:660px){
    .logo img {width: 200px; margin-top: 45px;}
    .navigation p {margin-left: 10px;margin-top: 40px;}
    /* .header {display: block;} */
    .front{height: 120vh;}
    .navigation ul li {margin-top: 40px; margin-left: 5px;margin-right: 5px;}
    .message{height: 80vh; margin-left: 30px;}
    .Offer-Service{height: 230vh; background-position-y: 30vh;}
    .Offer-Service .plier{margin-top: 50px;}
    .offers{margin-top: -10px;}
    .offers .headla{font-size: 15px;}
    .offers .parala{font-size: 12px; margin: 20px 20px;}
   
    .p-2{left: 50%;}
    .p-3{left: 60%;}
    .project{height: 109vh;}
    .project .right-side p{width: 90%;}
    .project .right-side h2{width: 90%;}
    .project .imgProj img{padding: 0px 0px; width: 90%;}

    .Offer-Service{height: 260vh;}
    .services{margin-top: 104vh;}
    .services .box{width: 20%;} .p-1{left: 7%;}
    .services .b-1 .b-11{left: 57px; top: 21vh;}
    .services .b-1{left: 20px; top: 41vh;}
    .services .b-2 .b-22{left: 58px; top: 23.5vh; height: 120px; width: 30px;}
    .services .b-2{left: 162px; top: 28vh;}
    .services .b-3 .b-33{right: 59px; top: 23.5vh; height: 120px; width: 30px;}
    .services .b-3{right: 159px; top: 27.5vh;}
    .services .b-4 .b-44{right: 55px; top: 23.5vh;}
    .services .b-4{right: 24px; top: 40vh;}
    .services .medi-robot{top: 55vh;}
    .services .glow-button{margin-top: 108.2vh;}
    .services .unbeat{margin-top: 0px;}
    
    .hero{height: 100vh;}
    .hero .imgLaptop .lapty{margin-left:150px;}
    .hero .btnHero .btnHero2{margin-left: 140px;}

    .client{height: 125vh;}
    .client .container .leftTxt{width: 70%; padding-left: 0%;}
    .client .container .rightTxt{width: 70%; padding-left: 5%;}
    .client .container{margin: 100px 40px;}
    .client .container .leftTxt img{width: 120%; margin-top: 50px;}
    .client .container .leftTxt p{width: 100%;}
    .client .container .rightTxt p{width: 100%;}

    .strategy{height: 120vh; height: 300px;}
    .strategy .textCenter h1{width: 60%;}
    .strategy .bottomHead img{margin-top: 15vh; width: 25%;}

    .strategy .navFooter ul li{margin-left: 5px;margin-right: 5px;}
    .footer{margin-top: 110vh;}
    .footer{left: 40px;right: 40px;}
}
/* make it responsive  end*/