body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
}
.arrowmax_sections{
    width: 100%;
    margin: 0;
    padding: 0;
}
.three_division{
    display: inline-flex;
    background-color: whitesmoke;
    padding: 3%;
}
.three_division>div:first-child{
    width: 45%;
    color: #004646;
    padding-right: 50px;
}
.three_division>div:last-child{
    width: 55%;
    color: white;
    padding-left: 50px;
    border-left: 1px solid darkcyan;
}
.three_division > div > h3{
    color: #004646;
    font-size: 25px;
}
.three_division > div > p{
    color: darkcyan;
}
#exraMobileDEvelopmnet{
    background: url("../images/mobile-app-dev-process.png") no-repeat center;
    height: 380px;
    width: 100%;
    position: relative;
    background-size: 50% 250px;
}
#webdesignandDEvelopmnet{
    background: url("../images/web-development.jpg") no-repeat;
    background-size: 100% 434px;
    height: 434px;
    width: 100%;
    position: relative;
}
.contents_development{
    padding: 50px 1%;
    background-color: rgba(112,128,144,0.1);
}

#degital_markiting{
    background: url("../images/Chapter0.png") no-repeat;
    background-size: 100% 600px;
    height: 600px;
    width: 100%;
    position: relative;
}
#ecommers_division{
    background: url("../images/eCommerce-solutions.png") no-repeat;
    background-size: 100% 500px;
    height: 500px;
    width: 100%;
    position: relative;
}
#mobile_division{
    background: url("../images/mobile_apps_dev.jpeg") no-repeat;
    background-size: 100% 550px;
    height: 550px;
    width: 100%;
    position: relative;
}
.digital_walpaper{
    background: url("../images/web-development.png") no-repeat;
    height: 550px;
    background-size: 100% auto;
    width: 100%;
    position: relative;
    background-position-y: center;
}
.mobile_development_text{
    position: relative;
    top: 30%;
    padding-left: 100px;
}
.mobile_development_text > h2{
    font-size: 45px;
    font-weight: bold;
    color: rgba(0,0,0,.8);
}
.arrow_down_top{
    width: 100%;
    height: 100px;
    text-align: center;
    background-color: whitesmoke;
}
.arrow_down_top > span{
    height: 50px;
    width: 50px;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    background: url("../images/download-button-icon-65929.png") no-repeat center;
    background-size: 50px 50px;
    display: inline-block;
    top: 20px;
    position: relative;
    border-radius: 50%;
    transition: ease-in-out .2s;
    cursor: ns-resize;
}
.arrow_down_top >span:hover{
    transform: scale(1.1);
}

.contact_us_bottpm-6{
    background: url("../images/contact_img.jpg") no-repeat center;
    height: 300px;
    background-size: auto;
    position: relative;
}
.form_div div, .form_div div > input[type=submit]{
    padding: 10px;
}
.form_div{
    padding: 5%;
    background-color: #0e3654;
}
.submit_btn{
    margin-left: calc(50% - 75px);
    height: 40px;
    width: 150px;
    border-radius: 35px !important;
    background-color: #00a7a9;
}
.submit_btn:hover{
    background-color: #00aaff;
}







/*---------------------------------media query ------------------------------*/


@media (min-width: 76px) and (max-width: 575.98px)  {
    .listing_div h3,.listing_div p{
        font-size: 30px;
    }
    .listing_div p{
        line-height: 35px;
    }
    #webdesignandDEvelopmnet{
        background-size: 100% 234px;
        height: 234px;
    }
    .serviceGrid li{
        width: 95%;
    }
    #ecommers_division{
        background-size: 100% 300px;
        height: 300px;
    }
    #mobile_division{
        background-size: 100% 350px;
        height: 350px;
    }
    #degital_markiting{
        background-size: 100% 300px;
        height: 300px;
    }
    .serviceGrid li h2{
        font-size: 36px;
    }
    .serviceGrid li p{
        font-size: 30px;
    }

    .readmore, .serviceGrid li >div{
        font-size: 25px;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {
    .listing_div h3,.listing_div p{
        font-size: 25px;
    }

    .listing_div p{
        line-height: 35px;
    }
    #webdesignandDEvelopmnet{
        background-size: 100% 334px;
        height: 334px;
    }
    .serviceGrid li{
        width: 49%;
    }
    #ecommers_division{
        background-size: 100% 400px;
        height: 400px;
    }
    #mobile_division{
        background-size: 100% 450px;
        height: 450px;
    }
    #degital_markiting{
        background-size: 100% 400px;
        height: 400px;
    }
    .serviceGrid li h2{
        font-size: 36px;
    }

    .serviceGrid li p{
        font-size: 30px;
    }
    .readmore, .serviceGrid li >div{
        font-size: 25px;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .listing_div h3,.listing_div p{
        font-size: 25px;
    }
    #webdesignandDEvelopmnet{
        background-size: 100% 334px;
        height: 334px;
    }
    .serviceGrid li{
        width: 49%;
    }
    #ecommers_division{
        background-size: 100% 400px;
        height: 400px;
    }
    #mobile_division{
        background-size: 100% 450px;
        height: 450px;
    }
    #degital_markiting{
        background-size: 100% 400px;
        height: 400px;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .listing_div h3{
        font-size: 25px;
    }
    #webdesignandDEvelopmnet{
        background-size: 100% 434px;
        height: 434px;
    }
    .serviceGrid li{
        width: 33%;
    }
    #ecommers_division{
        background-size: 100% 500px;
        height: 500px;
    }
    #mobile_division{
        background-size: 100% 500px;
        height: 500px;
    }
    #degital_markiting{
        background-size: 100% 500px;
        height: 500px;
    }
}


@media (min-width: 1200px) {
    .listing_div h3{
        font-size: 25px;
    }
    #webdesignandDEvelopmnet{
        background-size: 100% 434px;
        height: 434px;
    }
    .serviceGrid li{
        width: 49%;
    }
    #ecommers_division{
        background-size: 100% 500px;
        height: 500px;
    }
    #mobile_division{
        background-size: 100% 550px;
        height: 550px;
    }
    #degital_markiting{
        background-size: 100% 600px;
        height: 600px;
    }
}