.submenu-1 {
    display: none !important;
    position: absolute;
    top: -5px;
    left: 100%;
    padding-left: 0;
}

.submenu-1 li:hover {
    background-color: #fff;
}

.menu-list {
    position: relative;
}

.menu-list:hover .submenu-1 {
    display: block !important;
}

.submenu-1-link, .submenu-1-link {
    position: relative;
}

.submenu-2 {
    position: absolute;
    top: -5px;
    left: 100%;
    padding-left: 0;
    display: none !important;
}

.submenu-1-link:hover .submenu-2 {
    display: block !important;
}

.submenu-1 li, .submenu-2 li {
    transition: all 0.6s ease;
}

.submenu-2 li:hover {
    background-color: #fff;
}

.p-11-services {
    padding: 40px 0;
}

.p-11-services .title {
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    color: #333;
}

.p-11-services .sub-title {
    margin: 10px 0;
    font-size: 20px;
    color: #333;
}

.p-11-services .p-11 {
    margin-top: 40px;
}

.p-11 li {
    color: #555;
    margin-top: 10px;
}

.section-flex {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.p11-icon {
    margin-right: 10px;
    background-color: #333;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #f58220;
    margin-bottom: 10px;
}

.border {
    height: 5px;
    width: 400px;
    background-color: #f58220;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.title {
    font-family: "Oswald", sans-serif !important;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.gallery-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery-container div {
    margin: 13px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 5px;
}

.gallery-container div:hover {
    transform: scale(1.02);
    box-shadow: 2px 2px 5px #555;
}

.btn {
    font-weight: 700;
}

.industries-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
}

.industries-container div {
    margin: 10px;
}

.navbar-brand img {
    width: 200px !important;
}

.crm-content p {
    margin-top: 10px;
}

.crm-content img {
    margin-right: 10px;
}

.facilities-inner-container {
    display: flex;
    margin: 30px 0;
    flex-wrap: wrap;
    justify-content: center;
}

.facilities-inner-container img {
    margin-right: 10px;
    width: 70px;
    height: 70px;
}

.p23 {
    display: flex;
    width: 350px;
    margin: 20px;
}

.p23 h3 {
    font-size: 16px;
    /*color: #f58220;*/
    color: #555;
    margin-bottom: 10px;
    font-weight: 900;
}

.partners-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0;
}

.partners-flex div {
    margin: 20px;
    border: 2px solid #f2f2f2;
}

.image-caption p {
    background-color: rgb(38, 38, 38, 0.9);
    font-size: 16px !important;
    border: 1px solid #ccc;
    color: #ccc !important;
    text-transform: none;
    line-height: 2.2rem !important;
}

.image2 p {
    padding: 20px !important;
}

.image2 h1 {
    text-shadow: 2px 2px 5px #000;
    margin-bottom:10px;
}

.image-caption ol {
    text-align: left;
    background-color: rgb(38, 38, 38, 0.9);
    border: 1px solid #ccc;
    width: 300px;
    margin: 0 auto;
    padding: 20px;
}

.image-caption ol li {
    margin: 10px 0;
}

.career-img img {
        width: 100%;
}

.certificates-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.certificates-container .certificate {
    width: 250px;
    height: 320px;
    /* border: 1px solid #f4f4f0; */
    box-shadow: 2px 2px 5px #ccc;
    margin: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.certificates-container .certificate:hover {
    box-shadow: 2px 2px 10px #999;
    transform: scale(1.02);
}

.certificates-container .certificate img {
    width: 100%;
    height: 100%;
}


@media(max-width: 768px) {
    .navbar-brand img {
        width: 150px !important;
    }

    .container {
        padding: 10px;
    }
}





@media(max-width: 500px) {
    .slider_area .slider_inner .camera_prev, .slider_area .slider_inner .camera_next {
        opacity: 0 !important;
    }

    .career-img img {
        display: none;
    }
}

.myModalImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 300px;
    height: 200px;
}

.myModalImg:hover {
    opacity: 0.7;
}

.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) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
/* The Close Button */
.close {
    position: absolute;
    top: 100px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 20;
}

.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%;
    }

    .close {
        color: #f58220;
    }
}