
/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */


/*==============================================
    BASIC  STYLES    
    =============================================*/
body {
    font-family: 'Open Sans', sans-serif;
    line-height:25px;
}

#wrapper {
    width: 100%;
    background: #202020;
}

#page-wrapper {
    background: radial-gradient(circle, rgba(132, 250, 176, 0.54), rgba(143, 211, 244, 0.36));
    -webkit-background: radial-gradient(circle, rgba(132, 250, 176, 0.54), rgba(143, 211, 244, 0.36));
    -moz-background: radial-gradient(circle, rgba(132, 250, 176, 0.54), rgba(143, 211, 244, 0.36));
    min-height:450px;
}

#page-inner {
    width: 100%;
  /*  margin: 10px 20px 10px -1px;*/
    background-color: #f3edecff;!important;
    padding: 10px;
    min-height: 750px;
}


#page-inner-home {
    width: 100%;
  /*  margin: 10px 20px 10px -1px;*/
    padding: 10px;
    min-height: 750px;
    background-color: #4B4E53;
    background-image: linear-gradient(147deg, #4B4E53 0%, #000000 74%);
}
.page-head-line {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    padding-bottom: 20px;
    border-bottom: 2px solid #00CA79;
    margin-bottom: 10px;
}

.page-subhead-line {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 20px;
    font-style:italic;
    margin-bottom:30px;
    border-bottom:1px dashed #00CA79;

}

.custom-divider {
    height: 2px;
    background-color: #ddd;
    margin: 20px 0;
}

.video-home {
}

.content-home {
  
}


/*==============================================
    MENU STYLES    
    =============================================*/


.navbar-cls-top .navbar-brand {
    color: #fff;
    width: 260px;
    font-size: 2rem;
    letter-spacing: 3px;
    font-weight: bolder;
    padding-top: 15px;
}



.neon-text {
    color: #fff;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }

    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}
.header-right {
    color: #fff;
    padding: 15px 50px 5px 50px;
    float: right;
    font-size: 16px;
}

.navbar-cls-top .navbar-brand:hover {
    background: #202020;
    color: #fff;
}

.img-logo{
    max-height:30px;
}
.page-caption {   
    padding: 20px;
    background-color: #4380B8;
    color:wheat;
}

.page-caption-bot {
    padding: 5px;
    
    letter-spacing:8px;
    color: #4380B8;
    vertical-align: middle;
    text-align:center;
    background-color:black;
}

.page-caption-footer {
    letter-spacing: 2px;    
    vertical-align: middle;
    background-color: black;
    float:right;
}

@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);

.cursor {
    font-size: 19px;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
}

/* Typewriter animation (Only for Desktop) */
.typewriter-animation {
    animation: typewriter 5s steps(50) 1s 1 normal both, blinkingCursor 500ms steps(50) infinite normal;
}

@keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* Remove Typewriter Effect on Mobile */
@media screen and (max-width: 1024px) {
    .responsive h2 {
        margin-top:55px;
        font-size: 14px; /* Smaller text */
        white-space: normal; /* Allows wrapping */
        overflow: visible; /* Prevents cut-off text */
        padding: 10px; /* Adjusted padding */
        text-align: center; /* Centers the text */
        font-weight: normal; /* Adjusts font weight */
        letter-spacing: 0.5px; /* Reduces letter spacing */
        font-style:normal;
    }
    /* Disable typewriter effect */
    .typewriter-animation {
        animation: none !important;
    }
}
.active-menu {
    background-color: #00CA79!important;
}
.active-menu-top {
    background-color: #000 !important;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}


.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

    .nav-second-level li a {
        padding-left: 37px;
    }

    .nav-third-level li a {
        padding-left: 55px;
    }

.sidebar-collapse, .sidebar-collapse .nav {
    background: none;
}

    .sidebar-collapse .nav {
        padding: 0;
    }

        .sidebar-collapse .nav > li > a {
            color: #fff;
            background: #202020;
            text-shadow: none;
            padding: 15px 40px;
            border-bottom: 1px solid #2F2E31;
        }

    .sidebar-collapse > .nav > li > a {
        padding: 15px 10px;
    }

    .sidebar-collapse .nav > li > a:hover,
    .sidebar-collapse .nav > li > a:focus {
        background: #0A0A0A;
        outline: 0;
    }

.panel-title b{
    color:black;
    font-weight:bold;
}

.nav-second-level > li:last-child > a:after,
.nav-third-level > li:last-child > a:after {
    height: 50%;
}

.nav-third-level > li > a:after,
.nav-third-level > li > a:before {
    left: 40px;
}

.navbar-side {
    border: none;
    background-color: #202020;
}

.navbar-cls-top {
    background: rgb(34,139,34);
    background: linear-gradient(159deg, rgba(34,139,34,1) 0%, rgba(50,205,50,1) 100%);
    border-bottom: none;
}


.navbar-default {
    border: 0px solid black;
}

.navbar-header {
    background: #000000;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #00CA79;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

.nav > li > a > i {
    margin-right: 10px;
}
/*==============================================
    FOOTER  STYLES    
    =============================================*/
#footer-sec {
    background-color: #000;
    padding: 20px 50px;
    color: #6a6a4f;
    font-size: 12px;
}

    #footer-sec a {
        color:#fff;
    }
    #footer-sec a:hover,a:focus {
        color:#fff;
        text-decoration:none;
    }
/*==============================================
    MEDIA QUERIES     
    =============================================*/

@media (min-width:768px) {
    #page-wrapper {
        margin: 0 0 0 260px;
        padding: 5px 5px;
        min-height: 800px;
    }


    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 260px;
    }

    .navbar {
        border-radius: 0px;
    }
}

.typed-out {
  
    overflow: hidden;
    border-right: .15em solid orange;
    white-space: nowrap;
    animation: typing 2s forwards;
    font-size: 1.6rem;
    width: 0;
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 99%
    }
}
@media screen and (max-width: 768px) {
    .video-containe {
        display: none;
    }
}


/*==============================================
    RESPONSIVE STYLES    
==============================================*/

@media screen and (max-width: 1024px) {
    .responsive h2 {
        margin-top: 55px;
        font-size: 14px;
        white-space: normal;
        overflow: visible;
        padding: 10px;
        text-align: center;
        font-weight: normal;
        letter-spacing: 0.5px;
        font-style: normal;
    }

    .typewriter-animation {
        animation: none !important;
    }
}

@media (min-width: 768px) {
    #page-wrapper {
        margin: 0 0 0 260px;
        padding: 5px;
    }

    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 260px;
    }

    .navbar {
        border-radius: 0px;
    }
}

/* Typewriter Animation */
@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.typed-out {
    overflow: hidden;
    border-right: 0.15em solid orange;
    white-space: nowrap;
    animation: typing 2s forwards;
    font-size: 1.6rem;
    width: 0;
}

@media screen and (max-width: 768px) {
    .video-home {
        display: none;
    }

    .mobile-container {
        text-align: center;
      
        color: white; /* Adjust text color for contrast */
    }
}
@media screen and (min-width: 769px) {
    .mobile-container {
        display: none;
    }
}
