@media only screen and (min-width:990px) and (max-width:1140px) {
    .menu_bar{
        width: 100% !important;
        background-color:rgb(0, 76, 152) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        padding-right: 110px !important;
        height: 30px;
    }
    .menu_bar ul{
        list-style: none;
        display: flex;
        padding-top: 10px;
        padding-left: 75px;
        margin-right: 15px;
    }
    .menu_bar ul li{
        padding-left: 10px;
        padding-top: 5px;
    }
    .menu_bar ul li a{
        color: #fff;
        text-decoration: none;
    }
    .menu_bar ul a:nth-child(1){
        margin-right: 1px;
    }
    .menu_bar ul a:nth-child(2){
        margin-right: 4px;
    }
    .active{
        padding: 0;
    }
    
    .social {
        display: flex;
        margin-left: 20px;
    }
    .social img {
        height: 17px;
    }
    
    
    /* Navbar styles */
    .navbar {
        position: relative;
    }
    
    
    .navbar-nav {
        margin-left: auto; 
    }
    
    .navbar-nav .nav-item {
        margin-right: 20px; 
    }
    
    
    .navbar-nav .nav-link.active:hover {
        background-color: rgb(0, 76, 152);
        color: whitesmoke;
        border-radius: 6px;
    }
    .img {
        margin-left: 40px;
    }
    
    .navbar ul {
        list-style: none;
        padding: 0;
        margin-right: 0;
    }
    
    .navbar ul li {
        position: relative;
    }
    
    .navbar ul li a {
        text-decoration: none;
        color: #333;
        padding: 10px 20px;
        display: block;
        font-size: 20px;
    }
    
    
    .navbar ul li:hover > ul {
        display: block;
    }
    
    .navbar ul li ul {
        display: none;
        position: absolute;
        top: 100%; 
        background: #fff;
        border-radius: 7px;
        z-index: 1;
    }
    
    .navbar ul li ul li {
        width: 100%;
        border-top: 2px solid white;
    }
    
    
    .navbar ul li ul li ul {
        top: 0;
        left: 100%;
    }
    
    
    .navbar ul li ul li a {
        margin: 0;
        width: 230px;
    }
    
    
    .navbar ul li ul li a:hover {
        background-color: rgb(0, 76, 152);
        color: whitesmoke;
        border-radius: 0; 
    }
    
    .header-content{
        height: 30vh;
        width: 100vw;
        display: flex;
        flex-direction: row;
        align-items: end;
        background-image: url(/images/contact_img.png);
        margin-bottom: 30px;
    }
    
    .header-content a{
       color: white;
       margin-left: 50px;
       font-size: 20px;
       margin-bottom: 10px;
       text-decoration: none;
       background-position: bottom;
       align-items: flex-start;
    }
    .header-content a:nth-child(2){
        margin-left: 2px;
    }
    
    footer{
        background-color: #161923;
        margin-top: 55px;
        width: 120%;
        position: absolute; 
        padding: 40px 0 30px;
        font-size: 13px;
        line-height: 20px;
        margin-left: -20px;
    }
    footer .row{
        width: 85%;
        margin: auto;
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    @media screen and (max-width: 767px) {
    
        footer .row{
            width: 85%;
            margin: auto;
            margin-top: 100px;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: space-between;
        }
    }
    footer a{
        color: white;
        text-decoration: none;
        margin-top: 20px;
    }
    footer ul li{
        list-style: none;
        margin-bottom: 8px;
    }
    footer h3{
        color: white;
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    footer .logo{
        padding-bottom: 30px;
    }
    .btn{
        background-color: rgb(0, 76, 152);
        color: white;
    }
    #cl{
        background-color: rgb(0, 76, 152);
        color: white;
    }
    .in {
        margin-right: 68px;
    }
    hr {
        color: #fff;
    }
    .copy {
        color: #fff;
    }
    /* home */
    .what p{
        margin-left: 90px;
    }
    .do {
        margin-top: 5px;
        margin-left: 90px;
    }
    .body .home-img {
        margin-top: 10px;
        margin-bottom: 20px;
        margin-left: 10px;
    }
    .marquee h3 {
        text-align: center;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .marquee-content {
        list-style: none;
        height: 100%;
        display: flex;
        animation: scrolling 10s linear infinite;
    }
    @keyframes scrolling {
        0% {transform: translateX(80vw);}
        100% {transform: translateX(-50vw);}
    }
    .marquee-content li {
        margin-left: 30px;
        flex-shrink: 0;
    }
    
    .marquee h3:after {
        content: '';
        position: absolute;
        background-color: #161923;
        height: 1%;
        width: 7.6%;
        margin-top: 38px;
        margin-left: -129.6px;
    }
    /* clients */
    
    .clients img {
        width: 60%;
        margin-left: 40px;
    }
    
    .clients .img1 {
        margin-top: 10px;
    }
    .clients .img2 {
        margin-top: 30px;
    }
    
    
    /* Contact Page */
    .c1{
        background-color: white;
        font-size: 10px;
        border-radius: 4px;
        margin-bottom: 100px;
        box-shadow: 0 0 20px lightgray;
    }
    form .border{
        padding: 15px;
        width: 85%;
        margin-left: 25px;
        border-radius: 5px;
    }
    form h4{
        margin-left: 30px;
        padding-top: 30px;
    }
    form textarea{
        margin-top: 10px;
        margin-left: 25px;
        border-radius: 5px;
        padding-top: 8px;
        box-shadow: 0 0 2px black;
        width: 85%;
    }
    .border{
        padding: 5px;
        margin: 10px;
        border-radius: 2%;
        border-color: lightgray;
        box-shadow: 0 0 2px black;
    }
    .border h6{
        padding: 10px;
        font-size: 15px;
    }
    form a{
        margin-left: 23px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .button-box{
        width: 200px;
        margin: 35px 10px;
        position: relative;
        border-radius: 30px;
        background-color: #fff;
    }
    .contact-info h5{
        margin-top: 10px;
    }
    .contact-info p{
         margin-left: 40px;
         margin-top: -18px;
         padding-top: 10px;
    }
    .contact-info{
        margin-left: 8px;
        width: 240px;
        display: inline-block;
        transform: 1s;
    }
    .contact-info .text{
        margin-left: 10px;
        margin-top: 8px;
    }
    .nr{
        height: 100px;
    }
    .contact-info:hover{
        transform: scale(1.1);
        background: light;
        box-shadow: 0px 0px 10px rgb(0, 76, 152);
        border-radius: 8px;
    }
    /* About Us */
    
    .content{
        height: 20vh;
        width: 100vw;
        display: flex;
        flex-direction: row;
        align-items: end;
        background-image: url(/images/About\ us_page_img.jpg);
        margin-bottom: 30px;
    }
    .content a{
       color: white;
       margin-left: 50px;
       font-size: 20px;
       margin-bottom: 20px;
       text-decoration: none;
       background-position: bottom;
       align-items: flex-start;   
    }
    .content a:nth-child(2){
        margin-left: 2px;
    }
    
    .accordion img {
        margin-left: -45px;
    }
    .accordion h3 {
        margin-left: 50px;
    }
    .accordion p {
        margin-left: 50px;
    }
    /* Careers */
    
    .c2{
        height: 20vh;
        width: 100vw;
        display: flex;
        flex-direction: row;
        align-items: end;
        background-image: url(/images/Careerspage_img.jpg);
        margin-bottom: 30px;
    }
    .c2 a{
       color: white;
       margin-left: 50px;
       font-size: 20px;
       margin-bottom: 20px;
       text-decoration: none;
       background-position: bottom;
       align-items: flex-start;   
    }
    .c2 a:nth-child(2){
        margin-left: 2px;
    }
    .c3{
        height: 30vh;
        width: 100vw;
        display: flex;
        flex-direction: row;
        align-items: end;
        background-image: url(/images/services_img.png);
        margin-bottom: 30px;
    }
    .c3 a{
       color: white;
       margin-left: 50px;
       font-size: 20px;
       margin-bottom: 10px;
       text-decoration: none;
       background-position: bottom;
       align-items: flex-start;   
    }
    .c3 a:nth-child(2){
        margin-left: 2px;
    }
    .c3 a:nth-child(3){
        margin-left: 2px;
    }
    .c3 a:nth-child(4){
        margin-left: 2px;
    }
    section{
        padding-left: 40px;
        padding-bottom: 25px;
    }
    section h2{
        padding-bottom: 30px;
    }
    section .container{
        background-color: #333;
    }
    
    .Outside {
        margin-top: 98px;
    }
    
    .box{
        width: 300px;
        display: inline-block;
        padding: 20px;
        margin-right: 100px;
        margin-bottom: 50px;
        margin-top: -25px;
        background-color: rgba(o,o,o,1);
        text-align: center; 
        border-style: solid ;
        border-color: rgb(168, 198, 228);
    }
    .box:hover{
        background-color: rgb(0, 76, 152);
        color: whitesmoke;
    }
    .box h5:nth-child(6){
        margin-left: 2px;
    }
    .box h6{
        font-size: 18px;
        text-align: center;
    }
    .box-1 {
        width: 150px;
        display: inline-block;
        padding: 20px;
        margin-right: 110px;
        margin-bottom: 50px;
        margin-top: -25px;
        background-color: rgba(o,o,o,1);
        text-align: center; 
        border-radius: 8px;
        border-style: solid ;
        border-color: rgb(168, 198, 228);
    }
    .box-5 {
        width: 150px;
        display: inline-block;
        padding: 20px;
        margin-right: 110px;
        margin-bottom: 50px;
        margin-top: -25px;
        background-color: rgba(o,o,o,1);
        text-align: center; 
        border-radius: 8px;
        border-style: solid ;
        border-color: rgb(168, 198, 228);
    }
    .box-5:hover{
        background-color: rgb(0, 76, 152);
        color: whitesmoke;
    }
    .box-4:hover{
        background-color: rgb(0, 76, 152);
        color: whitesmoke;
    }
    .box-3:hover{
        background-color: rgb(0, 76, 152);
        color: whitesmoke;
    }
    .box-1:hover{
        background-color: rgb(0, 76, 152);
        color: whitesmoke;
    }
    
    .box-2 {
        width: 136px;
        display: inline-block;
        margin-right: 110px;
        margin-bottom: 50px;
        margin-top: -25px;
        background-color: rgba(o,o,o,1);
        text-align: center; 
        border-radius: 8px;
        border-style: solid ;
        border-color: rgb(168, 198, 228);
    }
    .Plant h2 {
        margin-top: 82px;
    }
    .box-3 {
        width: 150px;
        display: inline-block;
        padding: 20px;
        margin-right: 110px;
        margin-bottom: 50px;
        margin-top: -25px;
        background-color: rgba(o,o,o,1);
        text-align: center; 
        border-radius: 8px;
        border-style: solid ;
        border-color: rgb(168, 198, 228);
    }
    .box-4 {
        width: 150px;
        display: inline-block;
        padding: 10px;
        margin-right: 110px;
        margin-bottom: 50px;
        margin-top: -25px;
        background-color: rgba(o,o,o,1);
        text-align: center; 
        border-style: solid ;
        border-color: rgb(168, 198, 228);
    }
    .lg {
        padding: 10px;
    }
    .sm {
        padding: 15px;
    }
    .rm {
        padding: 15px;
    }
    .rm h6 {
        margin-bottom: -3px;
    }
    .box-2:hover{
        background-color: rgb(0, 76, 152);
        color: whitesmoke;
    }
    .con {
        margin-top: -49px;
    }
    .Outside img {
        margin-top: 30px;
    }
    /* Telecom Wireless */
    .c4{
        height: 30vh;
        width: 100vw;
        display: flex;
        flex-direction: row;
        align-items: end;
        background-image: url(/images/services_img.png);
        margin-bottom: 30px;
    }
    .c4 a{
       color: white;
       margin-left: 50px;
       font-size: 20px;
       margin-bottom: 10px;
       text-decoration: none;
       background-position: bottom;
       align-items: flex-start;   
    }
    .c4 a:nth-child(2){
        margin-left: 2px;
    }
    .c4 a:nth-child(3){
        margin-left: 2px;
    }
    .c4 a:nth-child(4){
        margin-left: 2px;
    }
    .section-block{
        padding-top: 20px;
    }
    .md {
        margin-top: 25px;
    }    
}