@import url('https://fonts.googleapis.com/css?family=Open+Sans|Poppins');
html,
body {
    height: 100%;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 1031;
    background: rgba(52, 59, 64, 0.9);
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
    left: 0;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(52, 59, 64, 0.9);
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: rgba(52, 59, 64, 0.9);
    color: #fff;
}
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: rgba(52, 59, 64, 0.9);
}
#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    background: rgba(52, 59, 64, 0.9);
}
#sidebar ul li a:hover {
    color: #333;
    background: #fff;
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: rgba(52, 59, 64, 0.9);
}
a[data-toggle="collapse"] {
    position: relative;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
ul ul a {
    font-size: 0.9em !important;
    /*    padding-left: 30px !important;*/
    background: #fff;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.navbar {
    font-family: 'Josefin Sans', sans-serif;
    background: black;
    color: white;
    padding-top: 18px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    border: 0px;
    font-family: 'Poppins', sans-serif;
    padding-right: 20px;
}
.navbar a {
    color: black;
}

/*submen*/

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/**************************/

.nav > li {
    transition: ease-in 0.3s;
    border-bottom: 3px solid black;
}
.nav > li > a {
    letter-spacing: 1px;
    color: white;
    font-weight: 400;
    font-size: 13px;
    padding-top: 9px;
    padding-bottom: 23px;
}
.nav > li > a:focus,
.nav > li> a:hover {
    background: black;
}
.nav > li:hover:nth-child(1) {
    border-bottom: 3px solid #668cff;
}
.nav > li:hover:nth-child(2) {
    border-bottom: 3px solid #99b3ff;
}
.nav > li:hover:nth-child(3) {
    border-bottom: 3px solid #668cff;
}
.nav > li:hover:nth-child(4) {
    border-bottom: 3px solid #99b3ff;
}
.nav > li:hover:nth-child(5) {
    border-bottom: 3px solid #668cff;
}
.nav > li:hover:nth-child(6) {
    border-bottom: 3px solid #99b3ff;
}
.nav > li:hover:nth-child(7) {
    border-bottom: 3px solid #668cff;
}
.nav > li:hover:nth-child(8) {
    border-bottom: 3px solid #99b3ff;
}
.navbar-header {
    padding-bottom: 5px;
}
.nav-div {
    width: 100%;
}
#sidebarCollapse {
    display: none;
    border: 0px;
    font-size: 20px;
    color: white;
    background: black;
    padding-top: 15px;
}
.navbar-brand-icon {
    display: none;
}
@media only screen and (max-width:700px) {
    .navbar {
        padding-bottom: 0px;
        padding-left: 10px;
        padding-top: 0px;
    }
    .nav-div {
        display: flex;
        padding-right: 0px;
    }
    .navbar-brand {
        padding-top: 18px;
        font-size: 18px;
        padding-left: 30px;
        font-size: 18px;
        color: black;
    }
    #sidebarCollapse {
        display: block;
    }
    #logo-img {
        top: 15px;
        left: 50px;
        width: 20px;
        z-index: 998;
    }
    .navbar-brand-icon {
        float: right;
        font-size: 21px;
        color: #969494;
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        display: inline;
    }
    .navbar-header {
        width: 90%;
    }
}

/*adadada new css */

.heading-div {
    background: black;
    color: white;
    width: 100%;
    margin-top: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}
.tlt {
    padding-top: 20px;
    font-size: 90px;
    transition: ease-in 1s;
    padding-bottom: 0px;
}
.footer {
    font-family: 'Poppins', sans-serif;
    background-color: #333;
    padding: 1%;
    margin-top: 20px;
}
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}

/* footer social icons */

.social-network a.icoRss:hover {
    background-color: #F56505;
}
.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}
.social-network a.icoLinkedin:hover {
    background-color: #8E43C6;
    ;
}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}
.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}
.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}
.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
#sub-list-ul {
    background: white;
    color: black;
    position: absolute;
    z-index: 1;
    top: 55px;
    min-width: 180px;
    left: 0px;
    font-size: 15px;
    display: none;
    color: #555;
    cursor: pointer;
}
#sub-list-ul li:hover {
    background: #999;
    color: white;
}
#sub-list-ul-1 {
    background: white;
    color: black;
    position: absolute;
    z-index: 1;
    top: 55px;
    min-width: 180px;
    left: 0px;
    font-size: 15px;
    display: none;
    color: #555;
    cursor: pointer;
}
#sub-list-ul-1 li:hover {
    background: #999;
    color: white;
}
.info-card {
    border: 0px;
    padding: 20px;
    margin-top: 30px;
    background: #e9ecef;
    border-radius: 5px;
}
.info-card p {
    color: #666;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}
.aippm-matrix {
    background: black;
    border: 2px solid #ff6600;
    border-radius: 5px;
    padding: 7px;
    padding-left: 25px;
    padding-right: 25px;
    color: #ff6600;
    font-size: 18px;
}
.ugna-matrix {
    background: black;
    border: 2px solid #cca300;
    border-radius: 5px;
    padding: 7px;
    padding-left: 25px;
    padding-right: 25px;
    color: #cca300;
    font-size: 18px;
}
.hnc-matrix {
    background: black;
    border: 2px solid #668cff;
    border-radius: 5px;
    padding: 7px;
    padding-left: 25px;
    padding-right: 25px;
    color: #668cff;
    font-size: 18px;
}
.ccs-matrix {
    background: black;
    border: 2px solid #668cff;
    border-radius: 5px;
    padding: 7px;
    padding-left: 25px;
    padding-right: 25px;
    color: #668cff;
    font-size: 18px;
}
.mossad-matrix {
    background: black;
    border: 2px solid #0059b3;
    border-radius: 5px;
    padding: 7px;
    padding-left: 25px;
    padding-right: 25px;
    color: #0059b3;
    font-size: 18px;
}
#sub-list-ul li a {
    background: none;
    padding-left: 0px;
}
.round-image {
    border-radius: 150px;
}
.exe-name {
    font-size: 24px;
    font-weight: 600;
}
.exe-des {
    font-size: 16px;
}
.footer-row {
    padding-top: 2%;
    font-size: 18px;
    color: white;
}
.email-div {
    width: 80%;
    margin: 0 auto;
    display: flex;
}
.location:hover {
    text-decoration: underline;
}
.mun-logo {
    position: absolute;
    position: fixed;
    z-index: 1050;
    top: 10px;
    left: 30px;
}
@media only screen and (max-width:700px) {
    .footer-row {
        padding-top: 4%;
        font-size: 16px;
    }
    .email-div {
        width: 100%;
        display: flex;
    }
    .tlt {
        font-size: 40px;
    }
    .heading-div {
        margin-top: 54px;
    }
    .mun-logo {
        width: 60px;
        height: 45px;
        top: 6px;
        left: 80%;
    }
}
#sub-list-2,
#sub-list-3 {
    display: none;
}
.round-image:hover {
    opacity: 0.9;
}
