@media (min-width: 500px) {
    body {
        background-image: url("../Images/imgscrollingbg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        max-width: 1440px;
        margin: auto;
        align-self: center;
    }
    
    .navbar {
        position: fixed;
        top: 0;
        z-index: 10;
        width: 1440px;
    }
    
    .navbar-swt {
        background-color: #191919;
    }

    .navContent {
        margin-left: 3%;
        margin-right: 3%;
        max-width: 1300px;
        max-height: 60px;
    }
    
    #Home {
        height: 684px;
    }
    
    #Home.imageOne {
        background-image: url("../Images/headerbg.png");
        background-repeat: no-repeat;
        background-position: center;
    }
    
    #Home.imageTwo {
        background-image: url("../Images/headerbg01.png");
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .btn-success {
        background-color: #05B772;
        font-family: 'Outfit';
        font-weight: 500;
        font-size: 16px;
        border-radius: 8px;
    }
    
    .padding {
        margin-left: 10%;
        margin-right: 10%;
    }
    
    .nav-item {
        margin-inline: 30px;
    }
    
    .welcome-title{
        color: white;
        font-weight: bold;
        font-family: 'Outfit';
        font-size: 50px;
        margin-bottom: 25px;
    }

    .welcome-title-top {
        color: white;
        font-weight: bold;
        font-family: 'Outfit';
        font-size: 50px;
    }
    
    .welcome-para{
        color: white;
        padding-right: 10px;
        font-family: 'Outfit';
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 25px;
    }
    
    .welcome-text {
        padding-block: 10%;
    }
    
    .nav-link{
        color: white;
        font-family: 'Outfit';
    }
    
    .services {
        background-color: rgba(0, 0, 0, 0.767);
        overflow: hidden;
        text-align: center;
        padding-bottom: 75px;
    }
    
    .service-card {
        background-color: #05B772;
        width: 31%;
        min-width: 300px;
        height: auto;
        align-items: center;
        border-radius: 21px;
        height: 450px;
        margin-right: 15px;
        margin-bottom: 15px;
        float: left;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    
    .services-text {
        padding-top: 50px;
        padding-inline: 18%;
        font-weight: bold;
        margin-bottom: 50px;
        font-family: 'Outfit';
        color: white;
    }
    
    .card-title {
        margin-bottom: 20px;
        font-family: 'Outfit';
        font-weight: bold;
        color: black;
    }

    .card-text {
        color: black;
    }
    
    .card-white {
        background-color: white;
    }
    
    .text-white {
        color: white;
    }
    
    .card-img-top {
        width: 130px;
        height: 130px;
        margin: 25px;
    }
    
    .experience {
        background-color: #191919;
        text-align: center;
    }
    
    .experience-title{
        color: white;
        font-family: 'Outfit';
        font-weight: bold;
    }
    
    .experience-para{
        color: white;
        padding-inline: 18%;
        font-family: 'Outfit';
        font-weight: bold;
    }
    
    .experience-text {
        padding-block: 100px;
        font-family: 'Outfit';
    }
    
    .aboutUs-text {
        font-weight: bold;
        max-width: 540px;
        font-family: 'Outfit';
        font-weight: bold;
        color: white;
    }
    
    .aboutUs-title {
        font-weight: bold;
        font-family: 'Outfit';
        font-weight: bold;
    }
    
    .aboutUs-para {
        font-family: 'Outfit';
        font-weight: bold;
    }
    
    .aboutUs {
        background-color: rgba(0, 0, 0, 0.767);
        padding-top: 75px;
        padding-bottom: 75px;
        overflow: hidden;
    }
    
    .aboutUs-line {
        float: left;
    }
    
    .aboutUs-img {
        width: 400px;
        height: 400px;
        margin-left: 100px;
    }
    
    .contactUs {
        background-color: #191919;
        padding-top: 75px;
        padding-bottom: 75px;
    }
    
    .field {
        border-color: #707070;
        border-radius: 12px;
        margin-left: 32px;
        margin-right: 32px;
        margin-bottom: 16px;
    }
    
    .field p {
        font-weight: bold;
        font-family: 'Outfit';
    }
    
    .green {
        color: #05B772;
    }
    
    .form-btn {
        margin-left: 32px;
        margin-right: 32px;
        margin-bottom: 16px;
    }
    
    .form {
        background-color: white;
        width: 540px;
        height: 500px;
        border-radius: 19px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 32px;
        padding-bottom: 32px;
    }
    
    .contactUs-line {
        display: inline-block;
        vertical-align: middle;
    }
    
    .info {
        padding-left: 30px;
    }

    .info-text h3{
        color: white;
        font-family: 'Outfit';
        font-weight: bold;
    }

    .info-text p {
        color: white;
        font-family: 'Outfit';
    }
    
    .callUs-title {
        background-color: white;
        border-radius: 16px;
        float: left;
        width: 255px;
        height: 97px;
        margin-right: 9px;
        margin-bottom: 9px;
        font-family: 'Outfit';
    }

    .callUs-title p {
        color: black;
        font-weight: bold;
        font-family: 'Outfit';
    }
    
    .callUs-padding {
        margin: 16px;
    }
    
    .info-text {
        color: white;
        font-weight: bold;
        padding-bottom: 25px;
        margin-top: 25px;
        font-family: 'Outfit';
    }
    
    .mapouter {
        position:relative;
        text-align:right;
        height:500px;
        max-width:1440px;
    }
    
    .gmap_canvas {
        overflow:hidden;
        background:none!important;
        height:500px;
        max-width:1440px;
    }
    
    footer {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: black;
        color: white;
        overflow: hidden;
    }
    
    .footer-line {
        float: left;
        margin-inline-end: 110px;
    }
    
    .copyrights {
        background-color: #222222;
        overflow: hidden;
    }
    
    .copyrights a {
        float: right;
        padding: 10px;
        margin-top: 5px;
        font-family: 'Outfit';
    }
    
    .copyrights p {
        float: left;
        color: white;
        padding: 10px;
        margin-top: 5px;
        font-family: 'Outfit';
    }
    
    .input-group-addon img {
        float: left;
        align-items: center;
    }
    
    .input-group-addon p {
        float: left;
        margin-inline: 10px;
        align-items: center;
        font-family: 'Outfit';
    }
    
    .footer-line p {
        margin-top: 10px;
        font-family: 'Outfit';
    }
    
    .footer-line a {
        margin-top: 10px;
    }
    
    .form-inline {
        float: left;
    }
    
    .inner-addon { 
        position: relative; 
    }
    
    /* style icon */
    .inner-addon .glyphicon {
      position: absolute;
      padding: 10px;
      pointer-events: none;
      color: #191919;
    }
    
    /* align icon */
    .left-addon .glyphicon  { left:  0px;}
    .right-addon .glyphicon { right: 0px;}
    
    /* add padding  */
    .left-addon input  { padding-left:  30px; }
    .right-addon input { padding-right: 30px; }
}

@media (max-width: 500px) {
    body {
        background-image: url("../Images/imgscrollingbg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    
    .navbar {
        position: absolute;
        top: 0;
        z-index: 10;
        overflow: hidden;
        height: 55px;
    }

    .logo {
        width: 190px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    
    #Home {
        height: 684px;
    }
    
    #Home.imageOne {
        background-image: url("../Images/headerbg.png");
        background-repeat: no-repeat;
        background-position: center;
    }
    
    #Home.imageTwo {
        background-image: url("../Images/headerbg01.png");
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .btn-success {
        background-color: #05B772;
        font-family: 'Outfit';
        font-weight: 500;
        font-size: 16px;
        border-radius: 8px;
    }
    
    .padding {
        margin-left: 3%;
        margin-right: 3%;
    }
    
    .nav-item {
        margin-inline: 40px;
    }
    
    .welcome-title{
        color: white;
        font-weight: bold;
        font-family: 'Outfit';
        font-size: 30px;
        margin-bottom: 25px;
    }

    .welcome-title-top {
        color: white;
        font-weight: bold;
        font-family: 'Outfit';
        font-size: 30px;
    }
    
    .welcome-para{
        color: white;
        padding-right: 10px;
        font-family: 'Outfit';
        font-weight: 500;
        font-size: 13px;
        margin-bottom: 25px;
    }
    
    .welcome-text {
        padding-block: 30%;
    }
    
    .nav-link{
        color: white;
        font-family: 'Outfit';
    }
    
    .services {
        background-color: rgba(0, 0, 0, 0.767);
        overflow: hidden;
        text-align: center;
        padding-bottom: 75px;
        
    }
    
    .service-card {
        background-color: #05B772;
        height: auto;
        align-items: center;
        border-radius: 21px;
        height: 450px;
        margin-bottom: 15px;
        float: left;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    
    .services-text {
        padding-top: 50px;
        padding-inline: 18%;
        font-weight: bold;
        margin-bottom: 50px;
        font-family: 'Outfit';
        font-size: 12px;
        color: white;
    }
    
    .card-title {
        margin-bottom: 20px;
        font-family: 'Outfit';
        font-weight: bold;
        color: black;
    }

    .card-text {
        margin-bottom: 20px;
        font-family: 'Outfit';
        font-weight: bold;
        color: black;
    }
    
    .card-white {
        background-color: white;
    }
    
    .text-white {
        color: white;
    }
    
    .card-img-top {
        width: 130px;
        height: 130px;
        margin: 25px;
    }
    
    .experience {
        background-color: #191919;
        text-align: center;
    }
    
    .experience-title{
        color: white;
        font-family: 'Outfit';
        font-weight: bold;
    }
    
    .experience-para{
        color: white;
        font-family: 'Outfit';
        font-weight: bold;
    }
    
    .experience-text {
        padding-block: 100px;
        font-family: 'Outfit';
        font-weight: bold;
    }
    
    .aboutUs-text {
        font-weight: bold;
        font-family: 'Outfit';
    }
    
    .aboutUs-title {
        font-weight: bold;
        font-family: 'Outfit';
        color: white;
    }
    
    .aboutUs-para {
        font-family: 'Outfit';
        font-weight: bold;
        color: white;
    }
    
    .aboutUs {
        background-color: rgba(0, 0, 0, 0.767);
        padding-top: 75px;
        padding-bottom: 75px;
        overflow: hidden;
    }
    
    .aboutUs-line {
        float: inline-end;
        align-items: center;
    }
    
    .aboutUs-img {
        width: 200px;
        height: 200px;
        margin-left: calc(50% - 100px);
    }
    
    .contactUs {
        background-color: #191919;;
        padding-top: 75px;
        padding-bottom: 75px;
    }
    
    .field {
        border-color: #707070;
        border-radius: 12px;
        margin-left: 32px;
        margin-right: 32px;
        margin-bottom: 16px;
    }
    
    .field p {
        font-weight: bold;
        font-family: 'Outfit';
    }
    
    .green {
        color: #05B772;
    }
    
    .form-btn {
        margin-left: 32px;
        margin-right: 32px;
        margin-bottom: 16px;
    }
    
    .form {
        background-color: white;
        border-radius: 19px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 32px;
        padding-bottom: 32px;
        position: relative;
    }
    
    .info {
        padding-left: 30px;
        margin-bottom: 150px;
    }
    
    .callUs-title {
        background-color: white;
        border-radius: 16px;
        float: left;
        width: 255px;
        height: 97px;
        margin-right: 9px;
        margin-bottom: 9px;
        font-family: 'Outfit';
    }
    
    .callUs-title p {
        color: black;
        font-weight: bold;
        font-family: 'Outfit';
    }

    .callUs-text {
        font-size: 14px;
    }
    
    .callUs-padding {
        margin: 16px;
    }
    
    .info-text {
        color: white;
        font-weight: bold;
        padding-bottom: 25px;
        margin-top: 25px;
        font-family: 'Outfit';
    }

    .bad {
        overflow: hidden;
    }
    
    .mapouter {
        position:relative;
        text-align:right;
        height:500px;
        max-width:1440px;
    }
    
    .gmap_canvas {
        overflow:hidden;
        background:none!important;
        height:500px;
        max-width:1440px;
    }
    
    footer {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: black;
        color: white;
        overflow: hidden;
    }
    
    .footer-line {
        float: left;
        margin-inline-end: 120px;
    }
    
    .copyrights {
        background-color: #222222;
        overflow: hidden;
    }
    
    .copyrights a {
        float: right;
        padding: 10px;
        margin-top: 5px;
        font-family: 'Outfit';
    }
    
    .copyrights p {
        float: left;
        color: white;
        padding: 10px;
        margin-top: 5px;
        font-family: 'Outfit';
    }
    
    .input-group-addon img {
        float: left;
        align-items: center;
    }
    
    .input-group-addon p {
        float: left;
        margin-inline: 10px;
        align-items: center;
        font-family: 'Outfit';
    }
    
    .footer-line p {
        margin-top: 10px;
        font-family: 'Outfit';
    }
    
    .footer-line a {
        margin-top: 10px;
    }
    
    .form-inline {
        float: left;
    }
    
    .inner-addon { 
        position: relative; 
    }
    
    /* style icon */
    .inner-addon .glyphicon {
      position: absolute;
      padding: 10px;
      pointer-events: none;
      color: #191919;
    }
    
    /* align icon */
    .left-addon .glyphicon  { left:  0px;}
    .right-addon .glyphicon { right: 0px;}
    
    /* add padding  */
    .left-addon input  { padding-left:  30px; }
    .right-addon input { padding-right: 30px; }
}