.bg_1,.bg_services,.bg_gear_shop,.bg_power_energy,.bg_telecom,.bg_cell_tower,.bg_tool_shop{
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height:100%;
}
.bg_1{
    background-image: url('../images/bg_1.jpg');

}

.bg_services{
    background-image: url('../images/bg_1.jpg');
}

.bg_gear_shop{
    background-image: url('../images/bg_1.jpg');
}
.bg_power_energy{
    background-image: url('../images/bg_1.jpg');
}
.bg_telecom{
    background-image: url('../images/bg_1.jpg');
     background-size: 100% 100%;
}
.bg_cell_tower{
    background-image: url('../images/bg_1.jpg');
}
.bg_tool_shop{
    background-image: url('../images/bg_1.jpg');
}
.my_color{
color:#1E90FF;
}
.my_color_2{
    color:#28B463;
}
#fade {
display: none;
position:absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: #ababab;
z-index: 1001;
-moz-opacity: 0.8;
opacity: .70;
filter: alpha(opacity=80);
}

/****** S:SIDE NAV BAR ***************/

     .sidenav {
            height: 100%;
            /*width: 200px;*/
            /*position: fixed;*/
            z-index: 1;
            top: 0;
            left: 0;
            background-color: white;
            overflow-x: hidden;
            padding-top: 18px;
        }


        /* Style the sidenav links and the dropdown button */
        .sidenav a, .dropdown-btn {
            padding: 6px 8px 6px 16px;
            text-decoration: none;
            font-size: 16px;
            color: #818181;
            display: block;
            border: none;
            background: none;
            width:100%;
            text-align: left;
            cursor: pointer;
            outline: none;
        }

        /* On mouse-over */
        .sidenav a:hover, .dropdown-btn:hover {
            /*color: #f1f1f1;*/
            /*color: #1e90ff;*/
             color:black;
        }

        /* Main content */
        .main {
            margin-left: 200px; /* Same as the width of the sidenav */
            font-size: 20px; /* Increased text to enable scrolling */
            padding: 0px 10px;
        }

        /* Add an active class to the active dropdown button */
        .active a:hover {
            background-color: #28b463;
            color: white;
        }

        /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
        .dropdown-container {
            display: none;
            background-color: #e6e6fa;
            /*background-color: #262626;*/
            padding-left: 8px;
        }

        /* Optional: Style the caret down icon */
        .fa-caret-down {
            float: right;
            padding-right: 8px;
        }



/****** E:SIDE NAV BAR ***************/
#modal {
display: none;
position: absolute;
top: 45%;
left: 45%;
width: 128px;
height: 128px;
padding:30px 15px 0px;
border: 3px solid #ababab;
box-shadow:1px 1px 10px #ababab;
border-radius:20px;
background-color: white;
z-index: 1002;
text-align:center;
overflow: auto;
}
/*Zoom Snap */
.my_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}



/* Modal Content (image) */
.my_modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#my_caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.my_modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: relative;
    top: 15px;
    right: 35px;
    /*color: #f1f1f1;*/
    font-size: 40px;
    font-weight: bold;
    color: gainsboro;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
