@media screen and (min-width:320px) and (max-width: 768px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    body{
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        font-family: calibri;
    }
    .menu_bar {
        width: 100%;
        height: 85px;
    }
    .menu_bar {
        justify-content: center; 
        padding: 10px; 
    }

    .menu_bar ul {
        padding-left: 0;
        text-align: center;
        flex-direction: column;
        margin-top: 10px;
    }
    .menu_bar ul li {
        padding: 0px 4px; 
    }
    .menu_bar .phone {
        margin-right: 65px;
    }
    .c6 {
        padding-left: 0;
    }
    .menu_bar ul a:nth-child(2){
        margin-right: 1px;
    }
    .social {
        display: flex;
        margin-right: 96px;
        margin-left: 3px;
    }
    .location {
        margin-right: 43px;
    }

    /* navbar */

    .d-flex{
        margin-right: 80px;
        margin-top: 144px;
    }






    /* Carousel Section */

    .carousel-caption h5 {
        font-size: 20px;
        text-align: start;
        color: black;
        font-weight: bold;
    }

    /* about */
    .about-text h2:after {
        content: '';
        position: absolute;
        background-color: #03983A;
        height: 4px;
        width: 17%;
        margin-top: 31px;
        margin-left: -98px;
    }

    /* Choose us */

    .pro1 {
        text-align: center;
        margin-top: 50px;
    }
    .pro1:after {
        content: '';
        background-color: #03983A;
        position: absolute;
        height: 4px;
        width: 40%;
        margin-top: 30px;
        margin-left: -148px;
    }
    .pro2 {
        text-align: center;
    }

    /* projects */

    .pro3:after {
        content: '';
        background-color: #03983A;
        position: absolute;
        height: 4px;
        width: 31%;
        margin-top: 29px;
        margin-left: -117px;
    }



    .topic {
        width: 150%;
        overflow: hidden;
        margin: 10px auto;
        padding: 20px 0px;
        background-color: #fff;
    }
    .topic ul {
        padding: 0px;
        margin: 0px;
    }
    .topic ul li {
        list-style: none;
        float: left;
        width: 60%;
        height: 200px;
        background-color: lightgray;
        margin: 20px 10px 0px px;
        border-radius: 4px;
    }
    .topic ul li p {
        padding-left: 40px;
    }

    /* Contact */

    #contact {
        background: #F5E537;
        height: 34vh;
    }

    .wow h1 {
        text-align: start;
        margin-top: 10px;
        font-size: 30px;
    }
    .contact .btn {
        margin-top: 0;
        margin-left: 0;
    }

    /* fieldset */
    .rating {
        background-image: url(/images/testimonials_img.png);
        background-size: cover;
    }
    fieldset {
        padding: 100px;
    }
    legend {
        text-align: center;
        color: #fff;
    }
    .content {
        width: 100%;
        background-color: #fff;
        border-radius: 8px;
        margin-left: -2px;
        margin-bottom: -51px;
        padding-left: 10px;
        padding-right: 5px;
    }
    .star {
        margin-left: 175px;
        margin-bottom: 50px;
        margin-top: 4px;
        display: flex;
    }
    .star a{
        color: gold;
    }
    .cards {
        width: 100%;
        display: inline-block;
        background-color: #fff;
        border-radius: 5px;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    
    .cards img {
        width: 20%;
        margin-left: 30px;
    }
    .cards .tittle {
        text-align: start;
        margin-left: 10px;
    }
    .card1 {
        padding-top: 14px;
    }
    .card1 .tittle p {
        margin-top: -10px;
    }
    .card2 {
        padding-top: 10px;
    }
    .card3 {
        padding-top: 10px;
    }
    .name h4{
        margin-left: -97px;
        margin-top: -55px;
    }
    .names h4 {
        margin-left: -97px;
        margin-top: -55px;
    }
    .image img {
        margin-right: -97px;
        margin-top: -90px;
    }

    /* footer */

    footer{
        background-color: #03983A;
        margin-top: 16px;
        width: 100%;
        position: absolute; 
        padding: 0px 0 0px;
        font-size: 13px;
        line-height: 20px;
    }
    footer a{
        color: white;
        text-decoration: none;
        margin-top: 20px;
    }
    footer ul li{
        list-style: none;
        margin-bottom: 8px;
    }
    footer h3{
        color: white;
        font-size: 15px;
        margin-bottom: 20px;
    }
    footer form{
        padding-top: 40px;
        align-items: center;
        justify-content: space-between;
    }
    footer form input{
        margin-bottom: 10px;
    }
    footer .control {
        width: 65%;
        padding: 10px;
        border-radius: 5px;
    }
    footer h5{
        color: white;
        font-size: 12px;
        width: 200%;
    }
    .name {
        font-size: 20px;
    }
    footer .logo{
        padding-bottom: 30px;
        margin-top: -92px;
        width: 305px;
    }
    
    .ttn {
        background-color: #fff;
        color: #03983A;
        margin-bottom: 40px;
        padding: 10px 30px;
        border-radius: 8px;
        font-weight: bold;
        font-size: 15px;
    }

    footer .control {
        width: 60%;
    }
    .browser {
        margin-left: -30px;
    }
    .touch {
        margin-left: -50px;
    }
}

