*{margin:0; padding:0; box-sizing: border-box;}
.header-section{
    width: 100%;
    /*height: inherit;*/
    text-align: center;
    /*position: relative;*/
    font-family: 'Poppins', sans-serif;
}
.middle-content{
    position: relative;
    display: block;
    padding: 150px 0px 100px 0px;
}
.web-dev{
    color: orangered;
    font-size: 58px;
}
.parent-rectangle{
    width: 100%;
    padding-top: 4%;
    padding-bottom: 2%;
}
.rectangle {
    height: 1vh;
    width: 5vw;
    background-color: orangered;
    margin: auto;
}
@media only screen and (max-width: 767px){
    .rectangle{
        width: 20vw;
    }
}
.web-dev-para{
    color: black;
    font-family: 'Montserrat', sans-serif;
    margin-left: 5vw;
    margin-right: 5vw;
    /*line-height: 1.5rem;*/
    /*font-weight: bold;*/
}
.contact-us-buttons{
    border: 3px solid orangered;
    border-radius: 5px;
    padding: 18px 40px;
    margin-top: 20px;
    outline: none;
    color: orangered;
    font-size: 3rem;
    font-family: 'Kristi', cursive;
    text-decoration: none;
    display: inline-block;
    background-color: white;
}
.contact-us-buttons:hover {
    background-color: orangered;
    color: white;
    text-decoration: none;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.6);
}
.contact-us-buttons-div{
    margin-bottom: 70px;
}
.what-we-do-para{
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    color: black;
}
.what-we-do-para-div{
    padding: 15px 0px;
}
.Read-More{
    margin-top: 20px;
    /*outline: none;*/
    color: orangered;
    /*font-size: 30px;*/
    text-decoration: none;
    display: inline-block;
    background-color: white;
    border-radius: 5px;
    border: 2px solid orangered;
    padding: 10px 20px;
    outline: none;
    font-size: 16px;
}
.Read-More:hover {
    background-color: orangered;
    color: white !important;
    text-decoration: none;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
}


@media only screen and (max-width: 1200px) {

    .h4-text{
        font-size: 40px !important;
    }

    .sub-h4{
        font-size: 12px !important;
    }

    .p3{
        font-size: 10px !important;
    }

}

@media only screen and (max-width: 991px) {

    .h4-text{
        font-size: 30px !important;
    }

    .sub-h4{
        font-size: 12px !important;
    }

    .p3{
        font-size: 16px !important;
    }

}

@media only screen and (max-width: 767px){

    .img3{
        margin-top: 10px !important;
    }
}


@media only screen and (max-width: 395px){

    .what-we-do-heading{
        font-size: 30px !important;
    }

    .web-dev{
        font-size: 33px !important;
    }

    .what-we-do-para, .web-dev-para{
        font-size: 16px !important;
    }

    .middle-content{
        padding: 100px 0px 100px 0px !important;
    }

}

@media only screen and (max-width: 305px){

    .web-dev{
        font-size: 30px !important;
    }

}


/*.what-we-do-heading{
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-weight: bold;
	width:fit-content;
	background: url(../images/background/abc.png);
    background-size: contain;
    background-repeat-y: no-repeat;
}*/

.what-we-do-heading{
    color: orangered;
    font-weight: 700;
    text-align: left;
    /* padding-bottom: 20px; */
    font-size: 32px;
}

.test{
    /*width: 100%;*/
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;

}
.test2{
    font-size: 35px;
    color: black;
    padding: 15px 0px;
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
}
.img-2{

}
/*.test3{*/
/*    width: 70vw;*/
/*}*/
.container-web-dev{
    margin-bottom: 50px;
}
.h4{
    /*width: 180px;*/
    color: #ee3a01;
    /*font-weight: bold;*/
    /*font-family: 'Roboto', sans-serif;*/
}
.sub-h4{
    color: black;
    font-size: 1rem;
    font-weight: bold;
    /*font-family: 'Roboto', sans-serif;*/
    /*font-size: 18px;*/
    /*padding-top: 10px;*/
}
.h4-text{
    font-size: 50px;
    font-weight: bold;
    color: orangered;
    /*font-family: 'Roboto', sans-serif;*/
}
.p3{
    padding-top: 5px;
    color: black;
    line-height: 20px;
    /*font-family: 'Kumbh Sans', sans-serif;*/
    font-size: 13px;
    max-width: 275px;
}
.img3{
    /*max-widthwidth: 100%;*/
    /*transform: scale(1.5);*/
    margin-top: -50px;
}
.view-all-work{
    width: 100%;
    background-color: #f6f6f6;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 30px;
    margin-bottom: -100px;
    height: 80px;
    border-bottom: 12px solid #e8e7e7;
}
.view-all-work-text{
    font-family: 'Poppins', sans-serif;
    color: orangered;
    /*text-decoration: underline black;*/
    font-size: 20px;
}
.view-all-work-text:hover{
    color: #000;
    /*text-decoration: underline black;*/
}
.last{
    width: 100%;
    background-color: #e8e7e7;
    /*padding-bottom: 20px;*/
    height: 15px;
    /* margin-top: 20px; */
}

