@media (max-width: 991px) {

/*side-bg*/
.two span {
    
    top: 17%;
    font-size: 14px;
    left: 1%;
}
.hero-bg-text-two {
    top: 24%;
    font-size: 18px;
    left: 1%;
}
/*.one span {
    top: 17%;
    font-size: 14px;
    right: 1%;
}
.hero-bg-text-one {
    top: 24%;
    font-size: 18px;
    right: 1%;
}*/
/*side-bg end*/
    
  .nav-bg .navbar-light .navbar-nav .nav-link {
    color: #091337;
}
.service-bg {
    z-index: 1;
    top: 30%;
    height: 60vh;
}
.carousel-caption h2{
  font-size: 50px;
}
.hero-bg-text-one{
  bottom: 35%;
}
.icon-bar a {
    display: block;
    text-align: center;
    padding: 0px;
    transition: all 0.3s ease;
    /* color: white; */
    font-size: 15px;
    /*border-radius: 20px;
    margin: 10px;*/
    width: 30px;
    height: 30px;
}
.section-two{
  margin-left: 0px;
}
.section-two .text-lg-left{
    margin-right: unset;
    margin-left: 200px;
}
.service .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 100%;
    max-width: 100%;
}
/*.footer .order-md-1 {
    -ms-flex-order: 0;
    order: 0 !important;
}*/

}

@media (min-width: 992px){
    .col-sm-3{
        max-width: 22%;
    }
.footer .order-md-1 {
    -ms-flex-order: 1;
    order: 0 !important;
}
}


/*768
.carousel-inner .carousel-item {
    height: 60vh !important;
}
.banner {
    height: 60vh;
    background-position: center;
    background-size: cover;
}*/


@media (max-width: 767px){
/*.feature-bg-1 {
    display: block;
}*/
.carousel-inner .carousel-item {
    height: 60vh !important;
}
.banner {
    height: 60vh !important;
    background-position: center;
    background-size: cover;
}
.side-bg{
    display: none;
}
/*.row {
    margin-left: 15px;
    margin-right: 15px;
}*/
.footer .social-icon {
    margin-bottom: 30px;
}
.footer-section {
    padding-bottom: unset;
}
.section-lg-100 {
     padding-bottom: unset; 
}
.section-two .text-lg-left {
    margin-right: unset;
    margin-left: unset;
}
}

@media screen and (min-width: 992px) and (max-width:1200px) {
    .hero-bg-text-two {
    top: 25%;
    }

    .two span {
    top: 15%;
    }

}