@import url('https://fonts.googleapis.com/css?family=Dancing+Script|Raleway');
html,
body {
    font-size: 1rem;
    font-family: 'Raleway', sans-serif !important;
}

section {
    padding: 45px 0;
}

h3 {
    margin-bottom: 30px;
    position: relative;
}
.alt{
    color: #FFF !important;
}
h3:before {
    content: "";
    width: 150px;
    height: 4px;
    /*background: #0e092b;*/
    border-top: 1px solid #0e092b;
    border-bottom: 2px solid #0e092b;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 10px;
    margin-left: -75px;
}

h3:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 7px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari 3-8 */
    transform: rotate(45deg);
}
a {
    color: inherit;
}
.navbar-brand {
    font-size: 2.3rem;
    font-weight: bold;
    font-family: 'Dancing Script', cursive;
    color: #000 !important;
}
.nav-link{
    color: #fff !important;
}
.form-control {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: none;
    color: #fff !important;
}

.form-control:focus {
    background: rgba(0, 0, 0, 0.2) !important;
    border: none;
}

.btn-custom {
    background: #007bff;
}

.text-shadow {
    color: #fff;
    /*text-shadow: 1px 1px 5px #fff, 2px 2px 3px #fff, 3px 3px 3px #fff;*/
}

.navbar {
    -webkit-transition: width 2s;
    /* Safari */
    transition: width 2s;
}

.navbar-nav .nav-link.active {
    background: #0e092b !important;
}

.header {
    background: rgba(0,123,255,0.7) !important;
    box-shadow: 3px 0 5px 3px #fff;
}

.slideshow {
    padding: 0 !important;
}

.slide-text {
    position: absolute;
    top: 35%;
    max-width: 500px;
    color: blue;
    text-shadow: 2px 2px 3px #fff;
}
.header-social-icon{
    color: blue;
}
.optin {
    background: #007bff;
}

.subs {
    background: #f39c12 url(../images/1.Aura2_Final.jpg) no-repeat ;
    background-size: cover;
}
.subs h3{
    color: #FFF;
}
.subs-form {
    background: #0e092b;
    padding: 70px 15px;
    color: #fff;
}
.about {
    background: #eee url(../images/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: -2;
}
.about:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.about h3{
    color: #FFF;
}
.about-img{
    width:100%;
}
.about-text{
    font-size: 1.3rem;
    text-align: justify;
}

.demo {
    background: rgba(0,123,254,0.7);
    color: #FFF;
    padding: 15px;
}
.demo:nth-child(even){
    background: rgba(0,123,254,0.85);
}
.about-author{
    background: #007bff;
    color: #fff;
}
.about-author-text p{
    margin-top: 30px;
}
.security img{
    width:100%;
    margin-bottom: 10px;
}
.security a{
    color: #fff ;
    font-weight: bold;
}
.security a:hover,.security a:hover i{
    color: #0e092b;
}
.tnk_security{
    padding: 50px 0 50px 0 !important;
}

footer {
    padding: 25px 0 10px 10px;
    background: #0e092b;
    color: #fff;
}

.social a .fa-twitter-square {
    color: #00b8ec;
}

.col-2 .fa-instagram {
    background: #ff006c;
    color: #fff;
    padding: 5px 6px;
    font-size: 1.2em;
    border-radius: 4px;
    margin-top: 2px;
}

.social-icon {
    display: inline;
    margin: 5px;
}
.social-icon a{
    margin-top: 20px;
}



/*responsive*/

@media(max-width: 767px) {
    .navbar-brand {
        font-size: 1rem;
    }
    .slide-text h2 {
        font-size: 1rem;
    }
    .slide-text .flo {
        font-size: 0.8rem;
    }
}