
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0')
        format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0')
        format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0')
        format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0')
        format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'Rubik','Trebuchet MS', sans-serif;
}

iframe {
    display:block;
    position: relative;
    width:100%;
    height:80vh;
}

.navbar{
    background:#bababa;
}

.nav-link , .navbar-brand{
    color: #005200;
    cursor: pointer;
}

.nav-link{
    margin-right: 1em !important;
}

.nav-link:hover{
    background: #005200;
    color: #bababa;
}

.navbar-collapse{
    justify-content: flex-end;
}

.navbar-toggler{
    background:#fff !important;
}

.bg-dark{
    background-color:#343a40!important
}
.bg-primary{
    background-color:#005200!important
}

/*header style*/
.background{
    background-image: url('../img/ntbg1.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: right;
}

.background .overlay{
    position: fixed;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(244, 244, 244, 0.79);
    z-index: -1;
}


.content {
    z-index: 10;
    margin-top: 80px;

    left: 50%;
    position: absolute;
    top: 45%;
    /*    height: 2000px;
        min-height: 1000px;*/

}

.description{
    left: 50%;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -55%);
    text-align: center;
}

.description h1,
.features h1{
    color:#005200 ;
    font-size: 1.3em;
}

.description p,
.features p{
    color:#666;
    font-size: 1em;
    line-height: 1.5;
}

.description button{
    border:1px  solid #005200;
    background:#005200;
    color:#fff;
}

ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}

.about{
    margin: 4em 0;
    padding: 1em;
    position: relative;
}
.about h1{
    color:#005200;
    margin: 2em;
}
.about img{
    height: 100%;
    width: 100%;
    border-radius: 50%
}
.about span{
    display: block;
    color: #888;
    position: absolute;
    left: 115px;
}
.about .desc{
    padding: 2em;
    border-left:4px solid #10828C;
}
.about .desc h3{
    color: #10828C;
}
.about .desc p{
    line-height:2;
    color:#888;
}

.features {
    margin-top: 4em;
    padding: 2em 1em;
    position: relative;
}

.feature-title {
    color: #333;
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.features img {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 16px;
}

.features .form-control,
.features input {
    border-radius: 0;
}

.features .btn {
    border:1px  solid #005200;
    background:#005200;
    color:#fff;
    margin-top: 20px;
}

.features .btn:hover {
    background-color: #333;
    border: 1px solid #333;
}

.page-footer {
    font-size: .7em;
    background-color: #222;
    color: #ccc;
    padding: 3vh 0 1.5vh;
}

.footer-copyright {
    color: #abb;
    font-size: 1.1em;
    padding: 1.5vh 0;
}

.page-footer ul {
    color: #ccc;
    font-size: 24px;
}

.page-footer a {
    text-decoration: none;
    color: inherit;
}

.page-footer .i-2 {
    color: #ccc;
    font-size: 24px;
}


.fa-twitter:hover {
    color: #4099FF;
}

.fa-linkedin:hover {
    color: #0077B5;
}

.fa-youtube-play:hover {
    color: #CD201F;
}

.fa-facebook:hover {
    color: #3B5998;
}

.fa-telegram:hover {
    color: #0088CC;
}

.ico:after{
    background: #F8E6AE url(ico.gif) no-repeat 0px 0px;
}


.i-ne:after {
    content: '';
    display: block;
    height: 40px;  /*height of icon */
    width: 40px;  /*width of icon */
    top: 0px;
    left: -40px;
    /*background */
    background: url("../img/ne/favicon-gray.png") no-repeat top right;
    color: #005200;
}

.i-ne:hover {
    background: url("../img/favicon.png") no-repeat top right;
    color: #005200;
}


.card-header {
    background:white;
    -o-transition:color .2s ease-out, background 1s ease-in;
    -ms-transition:color .2s ease-out, background 1s ease-in;
    -moz-transition:color .2s ease-out, background 1s ease-in;
    -webkit-transition:color .2s ease-out, background 1s ease-in;
    /* ...and now override with proper CSS property */
    transition:color .2s ease-out, background 1s ease-in;
    background: #f5f5f5;
}

.card-header:hover{
    /*color: white;*/
    font-weight: bold;
    background: #aaaaaa;
    opacity: 0.5;
}

.ebadge {

}

.ebadge a:link{
    color: #005200;
    text-decoration: none;
}

.ebadge a:visited{
    color: #005200;
    text-decoration: none;
}

.ebadge a:hover{
    font-weight: bold;
    color: #10828C;
    text-decoration: none;
}

.ebadge h2 {
    color: #071A45;
}

.ebadge h1 {
    font-weight: bold;
}

.ebadge ul {
    list-style-type:none;
}
