#main-menu {
    left: 0;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 999999;
    background-color: #2d3e50;
    padding-top: 30px;
}
.service-area {
    padding-bottom: 50px;
    padding-top: 40px;
    position: relative;
}
.download-area.horizontal {
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 80px;
}

.download-area .section-title {
    margin-bottom: 36px;
}

.footer-area {
    background-image: url(/Theme/img/banner/4.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 10px;
    padding-bottom: 118px;
    padding-top: 262px;
    position: relative;
    z-index: 1;
}

.about-text {
    margin-right: 54px;
    margin-top: 0px;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-title, .pricing-area.pricing-four .section-title {
    margin-bottom: 78px;
    z-index: 999;
    position: relative;
    margin-top: 50px;
}

@media (max-width: 1920px) and (min-width: 1400px) {
    .banner-product-image {
        margin-top: 20%;
    }
}
@media (min-width: 1200px){
    .col-lg-margin {
        margin-left: 25.333333%;
    }
}