/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
.carousel-caption{
    padding-bottom: 80px;
}
    

    
.hero_text h1{
    font-family: 'Roboto', sans-serif;
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #f26522;
    text-align: center!important;
}
.header_two{
    font-family: 'Roboto', sans-serif;
    font-size: 27px !important;
    font-weight: 200 !important;
    text-align: center!important;
    color: #2e3760;
}
    
    
    .hero_text p{
    font-family: 'Roboto', sans-serif;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #2e3760;
    text-align: center!important;
}
    
    .top_bar{
        display: none;
    }
.top_icon{
    padding-left: 150px;
}
    .iso img{
        width: 35%;
    }
    .logo img{
    width: 170px;
}
 
.menu_list{
    padding-top: 20px;
       
    }
    
.menu_list a{
    padding-left: 10px !important;
}
    
  .free_con i{
    color:#f26522;
    font-size: 25px;
    line-height: 50px;
    padding-right: 0px;
    padding-left: 20px;
    
    
}
    .abt_pg h6{
        
        text-align: center;
    }  
    
.about_text h6{
    font-size: 35px;
    text-align: center;
    }
.btn_mdl{
    text-align: center !important;
    }
    
.abt_pg_mission img{
    width: 90%;
    
}   
    
    
.service h2{
    color: #000;
    padding-bottom: 20px !important;
    font-size: 40px;
}
    
    
 .header_thr{
    font-family: 'Roboto', sans-serif;
    font-size: 25px !important;
    font-weight: 700 !important;
    color: #f26522;
     text-align: center;
    line-height: 35px;
}
    
.contact h6{
    font-size: 55px!important;
    text-align: center;
}
.pdt{
 margin-top: 50px;   
}
    .md_sir img{
    float: left;
    width: 100%;
    
}
    
    .quick-feature-wrapper {
        margin: 20px 0 0;
    }
    .quick-feature-wrapper a {
        display: block;
        margin-bottom: 20px;
    }

    .solution-wrapper {
        padding: 30px 0;
    }
    .solution-wrapper .area-heading {
        font-size: 1.6rem;
    }
    .solution-wrapper .area-subline {
        margin-bottom: 40px;
        padding: 0;
        text-align: justify;
    }
    .solution-wrapper .sin-wrapper {
        margin-bottom: 20px;
        min-height: 380px;
    }
    .solution-wrapper .sin-wrapper .descpt {
        text-align: justify;
    }

    .about-us-wrapper {
        padding: 30px 0 40px;
    }
    .about-us-wrapper img {
        margin-bottom: 30px;
    }
    .about-us-wrapper h3 {
        margin: 5px 0 20px;
        font-size: 1.3rem;
    }
    .about-us-wrapper p {
        text-align: justify;
    }

    .counter-wrapper {
        padding-bottom: 15px;
    }
    .counter-wrapper p {
        margin-bottom: 50px;
    }

    .exclusive-solutions-wrapper {
        padding: 40px 0 10px;
    }
    .exclusive-solutions-wrapper .card-items {
        margin-bottom: 25px;
    }
    .exclusive-solutions-wrapper .area-subline {
        margin-bottom: 40px;
    }

    .technological-wrapper {
        margin: 0;
        padding: 0 0 25px;
    }

    .business-objective-wrapper{
        padding: 40px 0 0;
    }
    .business-objective-wrapper .area-heading {
        margin-bottom: 40px;
        font-size: 1.4rem;
    }
    .business-objective-wrapper .items {
        margin-bottom: 50px;
    }
    .business-objective-wrapper .items h4 {
        margin: 15px 0;
    }
    .business-objective-wrapper .items small {
        width: 90%;
    }

    .footer-about {
        margin-bottom: 30px;
    }
    .footer-wrapper .footer-about p {
        margin: 10px 0 15px;
    }
    .footer-wrapper h4 {
        margin-bottom: 10px;
    }
    .footer-wrapper ul {
        margin-bottom: 30px;
    }
    .footer-wrapper {
        padding: 50px 0 0px;
    }
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 768px) { 
    .slider-wrapper .homepage-s {
        background: #fff;
    }
    .slider-wrapper .item {
        padding: 30px 0;
        text-align: center;
    }
    .slider-wrapper .slider-text h1 {
        margin-bottom: 15px;
        font-size: 1.6rem;
    }
    .slider-wrapper .slider-text p {
        margin-bottom: 40px;
        width: 100%;
        font-size: 1.03rem;
    }

    .solution-wrapper .area-subline {
        padding: 0 0 50px;
    }
    .solution-wrapper .sin-wrapper {
        min-height: 415px;
        margin-bottom: 25px;
    }

    .footer-wrapper .address-wrapper li a {
        word-break: break-all;
    }
     .menu_list{
        padding-left: 0px;
    }
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { 
    
}