.our-services{
    vertical-align: top;
    bottom: 250px;
    position: relative;
}

.weare-content {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin:5px auto;
    text-align: justify;
}
.weare-content .weare-img, .weare-experience .weare-img {
    position: relative;
    width: 50%;
    padding: 15px;
}

.weare-content .weare-video {
    position: relative;
    width: 50%;
    padding: 15px;
}

.weare-content .weare-img img, .weare-experience .weare-img img{
    width: 100%;
}

.weare-content .weare-img img {
    float: left;
    position: absolute;
    height: 80%;
    left: 0;
    bottom: 0;
}

.weare-experience .weare-img img{
    float: right;
    margin: auto 5px;
}


.weare-content .weare-txt , .weare-experience .weare-txt  {
    width: 50%;
    padding: 15px;
}

.container100 {
    background: #eee;
}

.weare-experience {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin:0 auto;
    text-align: justify;
    background: #eee;
}

.weare-content .weare-txt h4, .weare-experience .weare-txt h4{
    color: #ef6036;
    font-size: 180%;
    letter-spacing: 1.5px;
    margin: 45px auto 25px;
}

.weare-content .weare-txt p {
    padding: 15px 0 20px 15px;
}

.weare-experience .weare-txt p{
    padding: 10px 10px 20px 0;
}

.our-services {
    background: #eee;
    width: 80%;
    margin: 0 auto;
    padding: 15px;
    border-bottom: #ef6036 solid 14px;
}

.our-services-txt {
    width: 100%;
    vertical-align: top;
}

.our-services-txt h4{
    text-align: center;
    color:#ef6036;
    font-size: 180%;margin: 25px auto;
}

.our-services-txt p{
    width: 90%;
    text-align: center;
    margin: 25px auto;

}

.our-services-content {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.our-services-signage {
    width: 18%;
    text-align: center;
}

.our-services-signage img{
    width: 80%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

.weare-txt ul li {
    color: #ef6036;
    text-transform: uppercase;
    padding: 5px 50px;
    list-style: none;
}

/* Media Queries */

@media screen and (max-width:900px ) {
    .contact-content {
        display: flex;
        justify-content: space-around;
        width: 80%;
        font-size: 86.4%;
        margin: 0 auto;
        text-align: justify;
    }

    .contact-content .contact-form {
        width: 60%;
        background: #eee;
        padding: 16px;
    }
    
    .contact-content .contact-info {
        width: 40%;
        background: #ef6036;
        color: #fff;
        padding: 16px;
    }
}

@media screen and (max-width:760px ) {
    .weare-content {
        display: block;
        width: 80%;
        margin: 0 auto;
        text-align: justify;
    }

    .weare-content .weare-img, .weare-experience .weare-img {
        display: none;
    }

    .weare-content .weare-video {
        width: 100%;
    }

    .weare-content .weare-txt, .weare-experience .weare-txt  {
        width: 100%;
        padding: 1px;
    }
    
    .weare-content .weare-txt h4, .weare-experience .weare-txt h4 {
        text-align: center;
    }

    .weare-content .weare-txt p, .weare-experience .weare-txt p {
        width: 90%;
        font-size: 16px;
        padding: 0;
        margin: 20px auto;
    }

    .our-services {
        width: 100%;
        margin: 0 auto;
        padding: 15px;
        bottom: 0;
        border-bottom: #ef6036 solid 3px;
    }
    
    .our-services-txt {
        width: 100%;
    }
    
    .our-services-txt h4{
        text-align: center;
        color:#ef6036;
        font-size: 180%;
        margin: 25px auto;
    }
    
    .our-services-txt p{
        width: 100%;
        text-align: center;
        margin: 15px auto;
        text-align: justify;
    
    }
    
    .our-services-content {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    
    .our-services-signage {
        width: 100%;
        text-align: center;
    }
    
    .our-services-signage img{
        width: 80%;
    }
}