﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,900);
@import url(https://fonts.googleapis.com/css?family=Josefin+Slab:700);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Arvo);

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased!important;
    -o-font-smoothing: antialiased!important;
    -ms-font-smoothing: antialiased!important;
    font-smoothing: antialiased!important;
}

body {
    background: #eeeeee;
    font-family: Helvetica Neue , Helvetica, Arial, sans-serif;
    padding: 0;font-size: 14px;
}

html {
    overflow-y: scroll;
    min-height: 100%;
}

.logo {
    display: block;
    max-width: 100%;
    height: auto;
}
/*LOGO SECTION*/
header {
    z-index: 1000 !important;
}

.logo-section {
     
    position: relative;
    /*padding: 10px;*/
    margin-bottom: 0px;
}

    .logo-section .logo {
        /*padding: 4px 0px;*/
    }

    .logo-section .custom-search-form {
        background: #dad7db;
        padding: 5px;
        margin-top: 15px;
    }
/*SECTION-NAVBAR	*/
.navbar {
    margin-top: 10px;
    margin-bottom: 0px;
    border-radius: 0px !important;
}

.navbar-default {
    background-color: #fff;
    border-color: #eee;
}

    .navbar-default .navbar-nav > li > a {
        color: #FC9447;
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: solid 2px #fff;
        border-top: solid 2px #fff;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #FF9E1B;
            background-color: #fff;
            border-bottom: solid 2px #6259F6;
            border-top: solid 2px #6259F6;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #FB6E06;
        background-color: #fff;
        border-bottom: solid 2px #6259F6;
        border-top: solid 2px #6259F6;
    }
/*SLIDER-SECTION*/

.slider {
    /*background: url('Backgroundimg.jpg') no-repeat fixed center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
    width: 100% !important;
}

.dot-matrix {
    background: rgba(255, 255, 255, 0.15);
    padding-bottom: 30px;
    padding-top: 0px;
}

    .dot-matrix h1 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 38px;
        color: #024FA1;
        line-height: 1;
        padding: 18px 10px 28px 15px;
        /*margin-left: 100px;*/
        margin: 0;
        text-shadow: 1px 1px 3px rgba(0,0,0,.5);
        background: rgba(255, 255, 255, 0.89);
        font-family: Calibri, Geneva, sans-serif;
        /*font-family: "Times New Roman", Times, serif;*/
        /*font-family: 'Arvo', serif;*/
    }

        .dot-matrix h1 span {
            display: block;
            font-size: 67px;
        }

.wraper {
    background: rgba(255, 255, 255, 0.73);
    margin: 25px auto auto;
    min-height: 645px;
    padding: 25px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    position: relative;
}

    .wraper h2 {
        font-size: 25px;
        margin-top: 0px;
        margin-bottom: 15px;
        color: #024FA1;
        font-weight: 400;
        text-transform: uppercase;
        /*border-bottom: double rgba(11, 10, 10, 0.24);*/
        padding-bottom: 10px;
         font-family: Calibri, Geneva, sans-serif;
   
         /*margin-left:120px;*/
        /*font-family: "Times New Roman", Times, serif;*/
    }

    .wraper .thumbnail {
        border: none;
        padding: 0px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 15px;
        font-weight: 400;
        height: 340px;
        z-index: 1;
        position: relative;
        background: #fff;
        border-radius: 2px;
        box-sizing: border-box;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
        padding-bottom: 0px !important;
    }

        .wraper .thumbnail img {
            display: block;
            max-width: 100%;
        }

.thumbnail .caption {
   
    padding: 3px 3px;
    text-align: center;
    margin-top: 0px;
    z-index: 999;
     border-radius: 3px;
     
 
   background-image:  -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
}

.wraper .btn-warning {
    /*color: rgb(35, 59, 70);*/
    background-color: #053953;
    border: solid 2px #605d5e;
    /*border: solid 2px #000;*/
    text-transform: uppercase;
}

.thumbnail .caption h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 300;
    color: white;
    background-color:  #337ab7;
    padding: 1px 15px;
    line-height: 28px;
}

    .thumbnail .caption h3 span {
        font-size: 30px;
        float: left;
        border-right: solid 1px RGBA(0, 0, 0, 0.24);
        padding-right: 10px;
    }

.sky {
    color: #058CFF;
}

.orng {
    color: #FB6E06;
}

.thumbnail .content {
    padding: 10px 20px;border:4px solid #337ab7;

     

border-width:3px;
border-style:solid;
border-color:#337ab7;
}

#scroll1 {
    height: 340px;
    padding-bottom: 5px;
}

#scroll2 {
    height: 340px;
    padding-bottom: 5px;
}

#scroll3 {
    height: 285px;
    padding-bottom: 5px;
}

.thumbnail .fa-li {
    top: 6px;
    border: solid 1px #6B6156;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #0FBEF8;
    font-size: 18px;
    font-weight: bold;
}

.thumbnail .fa-ul > li {
    padding: 13px 0px;
    border-bottom: solid 1px #a79696;
}

    .thumbnail .fa-ul > li small {
        display: block;
        color: #6839ff;
        font-weight: 600;
    }

    .thumbnail .fa-ul > li a {
        color: #333;
        text-decoration: none;
        font-weight: 500;
    }

        .thumbnail .fa-ul > li a:hover {
            color: #6259F6;
            text-decoration: none;
        }
/*HELPLINE SECTION*/
.btn-warning {
    color: #fff;
    background-color: #fb8806;
    border-color: #d87608;
}

.helpline {
    border-top: solid 1px RGBA(12, 12, 12, 0.26);
    background:#053953;
    color: #FFF;
    text-shadow: none;
    margin-top: 0px;
    font-family: 'Fjalla One', sans-serif;
    padding: 5px 0px;
}

    .helpline h5 {
        color: #fff;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .helpline h5 strong {
            font-size: 18px;
            padding-bottom: 5px;
            font-weight: bold;
        }

        .helpline h5 span {
            font-size: 18px;
            display: inline;
            padding-top: 5px;
        }
/*FOOTER-SECTION*/
.footer {
    background-color: #252525;
    border-top: 1px solid #FCFCFC;
    color: #030303;
    padding: 6px 0px;
    font-family: "Roboto Condensed", sans-serif;
}

.social {
    text-align: center;
    padding: 30px 0px;
}

    .social ul {
        list-style-type: none;
        padding-left: 0px;
    }

        .social ul li {
            padding: 5px;
            display: inline-block;
        }

            .social ul li a {
                padding: 5px 10px 5px 3px;
                color: #fff;
                font-size: 2em;
                text-align: center;
                border-bottom: solid 3px rgba(0, 0, 0, 0.36);
                border-radius: 4px;
            }

    .social a.mail {
        background-color: #d0422a;
    }

    .social a.play {
        background-color: #00a6b9;
    }

    .social a.twt {
        background-color: #00abf1;
    }

    .social a.yt {
        background-color: #c1272d;
    }

    .social a.fb {
        background-color: #3b5998;
    }

    .social ul li a:hover {
        background-color: #fff;
        color: #4B2E84;
        border-bottom: solid 3px #4B2E84;
    }

.footer a {
    color: #eeeeee;
    text-decoration: none;
    margin-right: 5px;
    margin-left: 5px;
}

    .footer a:hover {
        color: #FAAC23;
    }

.footer .copyright {
    font-size: 0.8em;
    color: #333;
    text-decoration: none;
}

.visitor {
    color: #eee;
    text-decoration: none;
}

.updated {
    color: #eee;
    text-decoration: none;
    margin-left: 10px;
}

.visitor strong {
    color: #FAAC23;
}

.updated strong {
    color: #FAAC23;
}
/*RIGHT LINKS*/

.social_widgets {
    position: fixed;
    right: 98px;
    top: 0%;
    z-index: 110;
}

ul {
    list-style: none !important;
}

.social_widgets > li {
    margin-bottom: 1px;
    transition: all .4s ease;
}

    .social_widgets > li.opened {
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        z-index: 1;
    }

.sw_content {
    position: absolute;
    left: 100%;
    top: 0;
    padding: 8px 5px;
    width: 150px;
    overflow: hidden;
    background: rgba(8, 7, 7, 0.65);
    border: solid 1px RGBA(0, 0, 0, 0.42);
}

.sw_button i {
    font-size: 22px;
}

.sw_content a {
    color: #fff;
}

    .sw_content a:hover {
        text-decoration: none;
        color: #09adf9;
    }

.relative {
    position: relative;
}

.sw_button {
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 1em;
    border: 0px !important;
}

    .social_icons .home:hover a, .sw_button.home {
        background: #71897a;
    }

    .social_icons .login:hover a, .sw_button.login {
        background: #a74b75;
    }

    .social_icons .apply:hover a, .sw_button.apply {
        background: #757412;
    }

    .social_icons .download:hover a, .sw_button.download {
        background: #f45c61;
    }

.inner-wraper {
    background: rgba(255, 255, 255, 0.44);
    margin: 200px auto auto;
    min-height: 500px;
    padding: 25px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    position: relative;
}

.inner {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 15px;
    max-width: 100%;
    list-style: none;
    text-align: center;
    background-color: #fff;
}

    .inner h1 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 26px;
        color: #FF8B08;
        line-height: 1;
        padding: 10px;
        margin: 0px 0px 10px 0px;
        background: rgba(238, 238, 238, 0.37);
        text-shadow: none;
        text-align: left;
        border-bottom: solid 1px !important;
        font-family: 'Fjalla One', sans-serif;
    }

    .inner p {
        text-align: left;
        font-size: 17px;
        color: #6F6D6D;
    }

    .inner .fa-ul > li {
        text-align: left;
        font-size: 17px;
        color: #969595;
        border-bottom: dotted 1px #eee;
        margin: 5px 0px;
        padding-bottom: 5px;
    }

        .inner .fa-ul > li i {
            color: #F98605;
        }

    .inner h3 {
        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
        text-align: left;
        font-size: 20px;
        font-weight: 500;
        border-bottom: solid 1px #ccc;
        color: #03ADFC;
        font-family: 'Fjalla One', sans-serif;
    }

@media (max-width:1024px) {
    .wraper {
        padding: 5px;
        min-height: 796px;
    }

    .social_widgets {
        right: 0px;
    }

    .dot-matrix h1 {
        padding: 14px 10px 15px 10px;
        font-size: 42px;
    }

    .thumbnail .caption {
        margin-top: -77px;
        padding: 14px 4px;
    }

        .thumbnail .caption h3 {
            font-size: 16px;
        }

    .helpline h1 {
        font-size: 24px;
    }

    .helpline h2 {
        font-size: 24px;
    }

    .helpline h5 {
        font-size: 24px;
    }

        .helpline h5 span {
            font-size: 22px;
        }

    figure.effect-hera h2 {
        font-size: 16px;
    }

    .inner-wraper {
        margin: 50px auto auto;
    }
}


@media (max-width:768px) {
    .dot-matrix h1 {
        padding: 19px 10px 23px 10px;
        font-size: 28px;
    }

    .wraper {
        margin: 58px auto auto;
        padding: 5px;
        min-height: 725px;
    }

    .left {
        margin-right: -14px;
    }

    .right {
        margin-left: -14px;
    }

    .center {
        margin-left: -7px;
        margin-right: -7px;
    }

    .thumbnail .caption {
        padding: 12px 1px;
        margin-top: -63px;
    }

        .thumbnail .caption h3 {
            font-size: 13px;
            padding: 10px 5px;
            line-height: 18px;
        }

            .thumbnail .caption h3 span {
                font-size: 19px;
                padding-right: 5px;
            }

    .thumbnail .fa-ul > li {
        font-size: 13px;
    }

    .helpline h1 {
        font-size: 18px;
    }

    .helpline h2 {
        font-size: 18px;
    }

    .helpline h5 {
        font-size: 18px;
    }

        .helpline h5 span {
            font-size: 16px;
        }
}

@media (max-width:640px) {
    .left {
        margin-right: 0px;
    }

    .right {
        margin-left: 0px;
    }

    .center {
        margin-left: 0px;
        margin-right: 0px;
    }

    .wraper {
        padding: 30px;
        margin: 15px auto auto;
    }

    .dot-matrix h1 {
        padding: 10px 10px 13px 10px;
        font-size: 45px;
        background: rgba(8, 7, 7, 0.4);
    }

    .thumbnail .caption {
        padding: 50px 30px;
        margin-top: -150px;
    }

    .thumbnail .fa-ul > li {
        font-size: 16px;
    }

    .thumbnail .caption h3 {
        font-size: 20px;
        padding: 10px 10px;
        line-height: 30px;
    }

        .thumbnail .caption h3 span {
            font-size: 30px;
            padding-right: 10px;
        }

    .grid {
        padding: 10px 70px !important;
    }
}

@media (max-width:480px) {
    .grid {
        padding: 15px 25px !important;
    }

    .social_widgets {
        right: 0px;
    }

    .dot-matrix h1 {
        font-size: 32px;
    }

    .thumbnail .caption {
        margin-top: -109px;
        padding: 31px 10px;
    }

    .helpline h1 {
        font-size: 30px;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 35px;
        text-align: center;
    }

    .helpline h2 {
        font-size: 32px;
        margin-top: 1px;
        margin-bottom: 1px;
        line-height: 0px;
        line-height: 35px;
        text-align: center;
    }

    .helpline h5 {
        font-size: 25px;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 35px;
        text-align: center;
    }

        .helpline h5 span {
            font-size: 20px;
            text-align: center;
            display: block;
        }

    .thumbnail .caption h3 span {
        font-size: 30px;
        float: left;
        border-right: solid 1px RGBA(0, 0, 0, 0.24);
        padding-right: 10px;
    }

    .thumbnail .caption h3 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 20px;
        padding: 10px 15px;
        line-height: 28px;
    }

    .thumbnail .fa-ul > li {
        font-size: 15px;
    }


    .inner-wraper {
        margin: 15px auto auto;
        padding: 5px;
    }
}

@media (max-width:360px) {
    .dot-matrix h1 {
        font-size: 19px;
    }

    .wraper {
        padding: 5px;
        margin: 15px auto auto;
    }

        .wraper .thumbnail {
            margin-bottom: 30px;
            height: auto !important;

        }

    .thumbnail .caption {
        margin-top: -76px;
        padding: 15px 10px;
    }

    .footer {
        text-align: center;
    }

    .thumbnail .caption h3 {
        font-size: 15px;
    }

    .helpline h1 {
        font-size: 26px;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 35px;
        text-align: center;
    }

    .helpline h2 {
        font-size: 24px;
        margin-top: 1px;
        margin-bottom: 1px;
        line-height: 0px;
        line-height: 35px;
        text-align: center;
    }

    .helpline h5 {
        font-size: 23px;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 35px;
        text-align: center;
    }

        .helpline h5 span {
            font-size: 20px;
            text-align: center;
            display: block;
        }

    .logo {
        max-width: 85%;
    }

    .social_widgets > li.opened {
        -webkit-transform: translateX(-80px);
        -moz-transform: translateX(-80px);
        -o-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        transform: translateX(-80px);
        z-index: 1;
    }
}

.contact {
}

    .contact .fa-ul {
        font-size: 18px;
        margin-bottom: 20px;
        color: #625e5e;
    }

.contact {
}

    .contact h4 {
        font-size: 20px;
        color: #768F28;
        text-transform: uppercase;
        text-align: left;
        font-weight: 600;
        border-bottom: solid 1px #eee;
    }

    .contact h5 {
        font-size: 17px;
        color: #333;
        text-align: left;
        font-weight: 400;
    }

    .contact h6 {
        font-size: 20px !important;
        text-align: left;
        font-weight: 300;
        line-height: 25px;
        font-style: italic;
        color: #000;
    }

    .contact .fa-ul {
        font-size: 18px;
        margin-bottom: 20px;
        color: #625e5e;
    }

.imp-notice {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    position: absolute;
    top: 89px;
    padding: 3px;
    width: 100%;
    z-index: 10;
}
