body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus, a:hover {
    text-decoration: none;
}

input[type="button"], input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

img {
    width: 100%;
}

a:focus, a:hover {
    text-decoration: none;
    outline: none
}

/*-- //Reset-Code --*/


/*-- Index-Page-Styling --*/

/*-- Navbar --*/
.body-width{
    width: 100%;
}
.navbar {
    margin-bottom: 0;
    position: absolute;
    z-index: 99999;
    /*background-color: rgba(0, 0, 0, 0.47);*/
    /*	background-color: #f3f3f3;
        background: -webkit-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);*/
    background: -webkit-linear-gradient(top, rgba(150, 0, 0, 0.90) 0, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(top, rgba(150, 0, 0, 0.90) 0, rgba(0, 0, 0, 0) 100%);

    border: none;
    /*border-bottom: 1px solid #BBB;*/
    border-radius: 0;
    width: 100%;
    padding: 10px 0;
}

a.navbar-brand {
    font-family: 'Racing Sans One', cursive;
    font-size: 50px;
}

.navbar .container-fluid {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.navbar-brand-logo {
    position: relative;
    float: left;
    width: 60%;
}

.navbar-brand-logo-before {
    position: absolute;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

.navbar-brand-logo-after {
    position: relative;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 0;
}

.navbar-brand-logo:hover .navbar-brand-logo-before {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-brand-logo:hover .navbar-brand-logo-after {
    opacity: 1;
}


.navbar-default .navbar-brand {
    color: #C0C6C6;
}

.navbar-default .navbar-brand:hover {
    color: #FFF;
}

.navbar-nav {
    position: absolute;
    right: 20px;
    bottom: 0;
}

.navbar-nav > li {
    padding: 5px 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #9B0000;
}

/*-- Link-Hover-Effect --*/
.hover-effect a {
    padding: 10px;
    color: #237546;
    font-weight: 700;
    text-shadow: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    font-family: 'Raleway', sans-serif;
}

.hover-effect a::before, .hover-effect a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #9B0000;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.hover-effect a::before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.hover-effect a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.hover-effect a:hover, .hover-effect a:focus {
    color: #fff;
}

.hover-effect a:hover::before, .hover-effect a:focus::before, .hover-effect a:hover::after, .hover-effect a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/*-- //Link-Hover-Effect --*/
/*-- //Navbar --*/


/*-- Banner-Slider --*/
/*.slider {
	position: relative;
}*/
.slider {
    background: url("../images/head-img.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 625px;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 60%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../images/themes.gif") no-repeat left top;
    margin-top: -45px;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

ul.callbacks_tabs.callbacks1_tabs {
    display: none;
}

.callbacks_nav {
    left: 20px;
}

.callbacks_nav.next {
    right: 20px;
}

/*-- //Banner-Slider --*/

.schedule {
    background-color: #f5f5f5;
    padding: 200px 100px 150px 100px;
    overflow: hidden;
    zoom: 1;
    margin: 0 auto
}

.schedule-icon-1, .schedule-icon-2, .schedule-icon-3 {
    width: 33%;
    float: left;
}


.schedule-info-1, .schedule-info-2, .schedule-info-3 {
    width: 33%;
    float: left;
}

.schedule-icon, .schedule-info {
    width: 85%;
    margin: 0 auto
}

.schedule-icon img {
    height: 80px;
    width: auto;
}

.schedule-info img {
    height: auto;
    width: 220px;
    margin: -5px 0 0 0;
    padding: 0 0 0 35px;
}


/*-- Headings --*/
.about h1, .new h3, .formats h3, .progressive-effects h3, .team h3, .download h3, .contact h3 {
    font-size: 40px;
    font-weight: 700;
    color: #006B61;
}

.features h2 {
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
}

.progressive-effects h3, .contact h3 {
    color: #FFF;
}

.heading-underline {
    height: 5px;
    width: 10%;
    margin: 20px auto 80px;
    background-color: #FFF;
    border-radius: 20px;
}

/*-- //Headings --*/


/*-- About --*/
.about {
    padding: 30px 50px 50px 50px;

}

.about-informaton {
    border-width: 1px;
    border-style: none solid solid solid;
    border-color: #ddd;

}

.about-informaton-img {
    padding: 50px 0 0;
}

.about-informaton img {
    width: auto;
    height: 70px;
}

.about-informaton-text {
    padding: 10px 200px 25px;
}

.about h3 {
    padding: 0 50px;
    line-height: 40px;
    color: #777;
    font-weight: 600;
}

.about h4 {
    text-align: left;
    text-indent: 2em;
    font-size: 20px;
    line-height: 35px;
    margin: 30px 0 50px;
    color: #777;
}

/*.nav-tabs .nav-tabs-presentation {
	height :40px;
}*/
.nav-tabs img {
    width: auto;
    height: 40px;
}


.about-info-list1, .about-info-list2, .about-info-image {
    width: 50%;
    float: left;
}

.about-info-grid h5 {
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
    color: #F44336;
}

.about-info-grid li {
    display: block;
    margin: 15px 0;
}

.about-info-grid li span.glyphicon {
    margin-right: 10px;
    color: #009688;
}

.about-info-grid li {
    display: block;
    margin: 15px 0;
    font-weight: 600;
}

/*-- //About --*/


/*-- Features --*/


.organization {
    background-color: #f5f5f5;
    padding: 50px 100px 50px 150px;
    overflow: hidden;
    zoom: 1;
}

.organization .org-one, .org-two {
    text-align: center;
}

.organization .org-thr {
}

.organization .org-one img, .org-thr img {
    height: 100px;
    width: auto;
}

.organization .org-two img {
    /*	height: 150px;
        width:  auto; */
}

.organization .org-fiv img {
    height: auto;
    width: 250px;
}

.organization .org-two-1 {
    margin: -20px 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

.organization .org-thr-1, .org-thr-2, .org-thr-3 {
    margin: -35px 0 0 0;
    text-align: center;
    width: 33.3%;
    float: left;
}

.organization .org-fiv-1, .org-fiv-2, .org-fiv-3 {
    margin: -35px 0 0 0;
    padding: 0 0 0 35px;
    text-align: center;
    width: 33.3%;
    float: left;
}

.features-info {
    margin-top: 30px;
}

.features-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #9B0000 #9B0000 #969688 #969688;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    display: block;
    width: 0;
}

.features-item {
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 20px 20px;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    height: 350px;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.features-icon {
    position: relative;
}

.features-icon img {
    height: 150px;
    width: auto;
    overflow: hidden;
    zoom: 1;
}

.features-icon-before {
    position: absolute;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
}

.features-icon-after {
    position: relative;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
}

.features-item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #006B61;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.features-item p {
    font-size: 14px;
    padding: 20px 20px;
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.features-item:hover {
    background: rgba(150, 0, 0, 0.8);
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.features-item:hover .features-icon-before {
    opacity: 0;
    filter: alpha(opacity=0);
}

.features-item:hover .features-icon-after {
    opacity: 1;
}

.features-item:hover h4 {
    color: #FFF;
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.features-item:hover p {
    color: #EEE;
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.features-item:hover:before {
    border-color: #969688 #969688 #9B0000 #9B0000;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}

/*-- //Features --*/


/*-- Real --*/
.real {
    background: url("../images/real.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 120px 0;
    text-align: center;
}

.real h2 {
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
}

.real img {
    width: 140px;
}

.real h3 {
    font-size: 25px;
    color: #FFF;
    margin-top: 50px;
    font-weight: 700;
}

.real .socialp {
    margin: 40px 40px 0 40px;
    color: #EEE;
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 80%;
    font-weight: 1000;
}

.real p {
    margin: 40px 40px 40px 40px;
    color: #EEE;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

/*-- //Real --*/


/*-- New --*/
.new {
    padding: 50px 0;
    background-color: #F5F5F5;
    border-bottom: 2px solid #EEE;
}

.new h4 {
    font-size: 25px;
    font-weight: 600;
    color: #F44336;
}

.new-grid ul {
    margin: 50px 0 0 50px;
}

.new li {
    display: block;
    padding: 5px 0;
    font-weight: 600;
}

/*-- //New --*/


/*-- Formats --*/
.formats {
    padding: 50px 0 75px;
}

.formats p {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.g1 {
    position: relative;
}

.g1:hover div.caption {
    display: block;

}

.caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.89);
    padding: 0.8em 0.5em;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transform-style: preserve-3d;
    display: none;
}

.caption h3 {
    font-weight: bold;
    color: #3d3d3d;
}

.caption span {
    margin: 0;
    padding: 0;
    font-size: 0.875em;
}

/*@media (max-width: 480px) {
    .caption {
        padding: 0.5em;
    }

    .caption span {
        font-size: 0.8em;
    }
}*/

/*-- //Formats --*/


/*-- Progressive-Effects --*/
.progressive-effects {
    background: url("../images/pku-image.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 100px 0 100px 0;
}

/*-- Progress-Bar --*/
#about-us h2 {
    margin-top: 0;
    color: #fff;
}

#about-us .lead {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
    text-align: left;
    color: #FFF;
}

#about-us h1 {
    margin-bottom: 30px;
}

.progress {
    height: 20px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 25px;
}

.progress-bar {
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: right;
    padding-right: 12px;
    background-color: #F44336;
    font-size: 12px;
    font-weight: 600;
}

.progress-bar-test {
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: right;
    padding-right: 12px;
    background-color: #F44336;
    font-size: 12px;
    font-weight: 600;
}

.progress .progress-bar.six-sec-ease-in-out {
    -webkit-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
}

/*-- //Progress-Bar --*/

/*-- Stats --*/
.stats {
    margin: 0 auto;
    padding: 100px 0 0 0;
}

.stats-info {
    text-align: center;
}

.stats-img img {
    width: 150px;
}

.stats-img {
    margin-bottom: 30px;
}

.numscroller {
    font-size: 35px;
    font-weight: 700;
    color: #F44336;
    margin-bottom: 10px;
}

.stats-info p {
    font-size: 20px;
    font-weight: 600;
    color: #EEE;
}

/*-- //Stats --*/
/*-- Progressive-Effects --*/


/*-- Team --*/
.team {
    padding: 200px 0;
    background-color: #EFEBEA;
}

.grid {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 15px 1%;
    max-height: 360px;
    width: 31%;
    /*	background: #3085a3;*/
    text-align: center;
}

.grid figure img {
    position: relative;
    /*	display: block;*/
    height: 300px;
    width: 300px;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
}

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h4 {
    word-spacing: -0.15em;
    font-size: 30px;
    font-weight: 300;
}

.grid figure h4 span {
    font-weight: 600;
}

.grid figure h4, .grid figure ul {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 80%;
    font-weight: 1000;
}

figure.effect-dexter {
    /*	background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
        background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); */
}

figure.effect-dexter img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
    opacity: 0.4;
}

figure.effect-dexter figcaption::after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: -webkit-calc(50% - 30px);
    height: calc(50% - 30px);
    border: 7px solid #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

figure.effect-dexter:hover figcaption::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-dexter figcaption {
    padding: 60px 30px 30px 30px;
    text-align: left;
}

figure.effect-dexter ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

figure.effect-dexter:hover ul {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*-- Team-Social-Icons --*/
.team ul.social {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

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

ul.social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/img-sprite-2.png") no-repeat 0 0;
    background-size: 90px;
}

ul.social li a.facebook {
    background-position: 0 0;
}

ul.social li a.facebook:hover {
    background-position: 0 -30px;
}

ul.social li a.twitter {
    background-position: -30px 0;
}

ul.social li a.twitter:hover {
    background-position: -30px -30px;
}

ul.social li a.googleplus {
    background-position: -60px 0;
}

ul.social li a.googleplus:hover {
    background-position: -60px -30px;
}

/*-- //Team-Social-Icons --*/
/*-- //Team --*/


/*-- Download --*/
.download {
    padding: 50px 0 75px;
    border-top: 2px solid #EEE;
}

.download-image {
    width: 12.5%;
    float: left;
    padding: 1px;
}

/*-- //Download --*/


/*-- Map --*/
.map iframe {
    width: 100%;
    height: 500px;
    border: 5px solid #FAFAFA;
}

/*-- //Map --*/


/*-- Contact --*/
.contact {
    background: url("../images/3.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 50px 0 75px;
}

.contact_form input[type='text'], .contact_form input[type='email'] {
    width: 100%;
    border-radius: 0;
    line-height: 22px;
    font-size: 14px;
    padding: 14px 17px 14px;
    outline: none;
    color: #FFF;
    height: 50px;
    border: 1px solid #d5d5d5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 20px;
    background: rgba(51, 51, 51, 0.81);
}

.contact_form textarea {
    width: 100%;
    border-radius: 0;
    line-height: 22px;
    font-size: 14px;
    padding: 14px 17px 14px;
    outline: none;
    border: 1px solid #d5d5d5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    color: #FFF;
    height: 191px;
    background: rgba(51, 51, 51, 0.61);
}

form.contact_form {
    text-align: center;
}

input.text:active, input.text:focus {
    background-color: rgba(0, 0, 0, 0.84);
}

textarea:active, textarea:focus {
    background-color: rgba(0, 0, 0, 0.84);
}

.more_btn {
    margin-top: 50px;
    padding: 13px 30px;
    border: 1px solid #d5d5d5;
    font-size: 16px;
    color: #FFF;
    background-color: rgba(51, 51, 51, 0.61);
    text-decoration: none;
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.more_btn:hover {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.84);
    cursor: pointer;
}

/*-- //Contact --*/


/*-- Footer --*/
.footer {
    background-color: #212121;
}

.footer-info {
    margin-top: 50px;
}

.footer h4 {
    color: #006db7;
    padding: 20px 0;
    font-weight: 600;
    text-align: left;
}

.footer-info li {
    color: #EEE;
    display: block;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
}

.links a {
    color: #EEE;
}

.links a:hover {
    color: #FFF;
    text-decoration: underline;
}

a.mail {
    color: #EEE;
}

a.mail:hover {
    color: #006db7;
}

/*-- Newsletter --*/
.footer-info p {
    color: #EEE;
    font-weight: 300;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
}

.newsletter {
    position: relative;
}

.newsletter .email {
    padding: 5px 60px 5px 15px;
    font-style: italic;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 40px;
    border: 1px solid #ddd;
    width: 100%;
}

.newsletter .email {
    color: #bcc0c4;
    background-color: #565f66;
    border: none;
}

.newsletter .submit {
    width: 40px;
    height: 40px;
    background-image: url('../images/subscribe.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-color: #006db7;
    top: 0;
    right: 0;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/*-- //Newsletter --*/

/*-- Footer-Social-Icons --*/
.connect {
    padding-bottom: 30px;
    text-align: center;
}

.connect h4 {
    text-align: center;
}

.connect-social ul li {
    display: inline-block;
}

.connect-social ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/img-sprite.png") no-repeat 0 0;
    background-size: 300px;
}

.connect-social ul li a.facebook {
    background-position: 0 0;
}

.connect-social ul li a.facebook:hover {
    background-position: 0 -30px;
}

.connect-social ul li a.twitter {
    background-position: -30px 0;
}

.connect-social ul li a.twitter:hover {
    background-position: -30px -30px;
}

.connect-social ul li a.googleplus {
    background-position: -60px 0;
}

.connect-social ul li a.googleplus:hover {
    background-position: -60px -30px;
}

.connect-social ul li a.linkedin {
    background-position: -90px 0;
}

.connect-social ul li a.linkedin:hover {
    background-position: -90px -30px;
}

.connect-social ul li a.blogger {
    background-position: -120px 0;
}

.connect-social ul li a.blogger:hover {
    background-position: -120px -30px;
}

.connect-social ul li a.tumblr {
    background-position: -150px 0;
}

.connect-social ul li a.tumblr:hover {
    background-position: -150px -30px;
}

.connect-social ul li a.rss {
    background-position: -180px 0;
}

.connect-social ul li a.rss:hover {
    background-position: -180px -30px;
}

.connect-social ul li a.youtube {
    background-position: -210px 0;
}

.connect-social ul li a.youtube:hover {
    background-position: -210px -30px;
}

.connect-social ul li a.vimeo {
    background-position: -240px 0;
}

.connect-social ul li a.vimeo:hover {
    background-position: -240px -30px;
}

.connect-social ul li a.deviantart {
    background-position: -270px 0;
}

.connect-social ul li a.deviantart:hover {
    background-position: -270px -30px;
}

/*-- Footer-Social-Icons --*/

/*-- Copyright --*/
.copyright {
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #EEE;
}

.copyright p {
    color: #FFF;
}

.copyright a {
    color: #FFF;
    text-decoration: none;
}

.copyright a:hover {
    color: #006db7;
    text-decoration: underline;
}

/*-- //Copyright --*/
/*-- //Footer --*/


/*-- Go-To-Top-Button --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 15px;
    overflow: hidden;
    width: 200px;
    height: 80px;
    border: none;
    text-indent: 100%;
    background: url("../images/ai-futurelab-logo.png") no-repeat 0 0;
    filter: invert(5%);
}

/*-- //Go-To-Top-Button --*/

/*-- Index-Page-Styling --*/


/*-- Responsive Code --*/

/*@media screen and (max-width: 1280px) {
    .navbar-nav > li {
        padding: 5px 0;
    }
}*/

/*@media screen and (max-width: 1024px) {
    a.navbar-brand {
        font-size: 40px;
    }

    .about h3 {
        font-size: 18px;
        line-height: 35px;
    }*/
/*

    .about h4 {
        font-size: 18px;
    }

    .about-info-grid {
        width: 75%;
        margin-left: 10%;
        border: 2px solid #EEE;
        padding: 0;
    }

    .about-info-list1, .about-info-list2 {
        padding-top: 20px;
        padding-left: 60px;
    }

    .about-info-list2 {
        float: right;
        padding-left: 65px;
    }

    .about h1, .features h2, .new h3, .formats h3, .progressive-effects h3, .team h3, .download h3, .contact h3 {
        font-size: 35px;
    }

    .heading-underline {
        height: 5px;
        width: 15%;
        margin: 10px auto 35px;
    }

    .real p {
        font-size: 14px;
    }

    .new li {
        font-size: 13px;
    }

    #about-us {
        padding: 0 50px;
    }

    .progress {
        height: 20px;
        margin-bottom: 20px;
    }

    #about-us .lead {
        font-size: 15px;
        font-weight: 600;
    }

    .stats-img img {
        width: 85px;
    }

    .stats-info {
        margin-top: 50px;
    }

    .numscroller {
        font-size: 32px;
    }

    .stats-info p {
        font-size: 18px;
    }

    .map iframe {
        height: 300px;
    }
}

@media screen and (max-width: 991px) {
    .about h3 {
        padding: 0 30px;
    }

    .about-info-grid {
        width: 100%;
        margin-left: 0;
    }

    .feature1 {
        padding: 0 5px;
    }

    .features-item h4 {
        font-size: 19px;
    }

    .features-item p {
        font-size: 13px;
    }

    .real, .progressive-effects {
        padding: 75px 0;
    }

    .real img {
        width: 125px;
    }

    .real h3 {
        font-size: 25px;
        margin-top: 35px;
    }

    .real p {
        font-size: 13px;
        margin-top: 15px;
        line-height: 25px;
    }

    .new-grid ul {
        margin: 24px 0 0 50px;
    }

    #about-us {
        padding: 0;
    }

    figure.effect-dexter ul {
        bottom: 50px;
    }

    .newsletter .email {
        padding: 5px 50px 5px 15px;
    }

    .newsletter .submit {
        right: -13px;
    }

    .nav > li > a {
        padding: 10px 8px;
    }
}

@media screen and (max-width: 900px) {
    .navbar-nav > li {
        padding: 5px 0;
    }
}

@media screen and (max-width: 853px) {
    a.navbar-brand {
        font-size: 35px;
    }
}

@media screen and (max-width: 800px) {
    a.navbar-brand {
        font-size: 30px;
    }

    .about h3 {
        font-size: 17px;
        line-height: 30px;
    }

    .about h4 {
        font-size: 17px;
        margin: 20px 0 40px;
    }

    #about-us {
        padding: 0 30px;
    }
}

@media screen and (max-width: 768px) {
    a.navbar-brand {
        font-size: 25px;
    }

    .callbacks_nav {
        top: 60%;
    }

    .about h1, .features h2, .new h3, .formats h3, .progressive-effects h3, .team h3, .download h3, .contact h3 {
        font-size: 30px;
    }

    .formats p {
        font-size: 18px;
    }

    .stats-info p {
        font-size: 16px;
    }

    .grid figure {
        margin: 8px 1%;
    }

    .contact {
        padding: 50px 0;
    }

    .footer-info li {
        font-size: 12px;
    }

    .footer-info p {
        font-size: 12px;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .newsletter .email {
        height: 35px;
    }

    .newsletter .submit {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 736px) {
    .navbar {
        padding: 0;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-top: 1px solid #BBB;
        border-bottom: 3px solid #BBB;
    }

    ul.navbar-nav {
        text-align: center;
        width: 50%;
        margin: 5px auto;
    }

    .callbacks_nav.next {
        right: 0;
    }

    .callbacks_nav {
        left: 0;
    }

    .about h3 {
        font-size: 16px;
    }

    .feature1 {
        width: 33.3%;
        float: left;
    }

    .features-item h4 {
        font-size: 18px;
    }

    .real-grid {
        width: 33.3%;
        float: left;
    }

    .new-grid {
        width: 50%;
        float: left;
    }

    .new-grid ul {
        margin: 15px 0 0 20px;
    }

    .formats {
        padding: 50px 0;
    }

    .stats-grid {
        width: 25%;
        float: left;
    }

    .progress {
        height: 15px;
        margin-bottom: 15px;
        line-height: 15px;
    }

    .progress-bar {
        font-size: 11px;
        line-height: 15px;
    }

    #about-us .lead {
        font-size: 13px;
    }

    .numscroller {
        font-size: 25px;
    }

    .stats-info p {
        font-size: 15px;
    }

    .map iframe {
        height: 250px;
    }

    .c1 {
        width: 50%;
        float: left;
        padding: 0 5px;
    }

    .footer-info-grid {
        width: 33.3%;
        float: left;
    }

    .newsletter .email {
        width: 95%;
        padding: 5px 25px 5px 5px;
        font-size: 11px;
    }
}

@media screen and (max-width: 667px) {
    .about h3 {
        font-size: 15px;
    }

    .about h4 {
        font-size: 16px;
    }

    .about-info-list1, .about-info-list2 {
        padding-top: 10px;
        padding-left: 40px;
    }

    .about-info-list2 {
        padding-left: 45px;
    }

    .about-info-grid li {
        font-size: 13px;
    }

    .features-item h4 {
        font-size: 16px;
    }

    .real h3 {
        font-size: 23px;
    }

    .new-grid ul {
        margin: 15px 0 0 0;
    }

    .new li {
        font-size: 12px;
        padding: 4px 0;
    }

    .formats p {
        font-size: 16px;
    }

    .stats-info p {
        font-size: 14px;
    }

    .grid figure h4 {
        font-size: 25px;
    }

    figure.effect-dexter ul {
        bottom: 42px;
    }
}

@media screen and (max-width: 640px) {
    .about h3 {
        font-size: 14px;
    }

    .about h4 {
        font-size: 15px;
    }

    .features-item {
        padding: 30px 10px 20px;
    }

    .new li {
        padding: 3px 0;
    }

    .stats-info p {
        font-size: 13px;
    }

    .grid figure h4 {
        font-size: 24px;
        line-height: 0.8;
    }

    .contact_form input[type='text'], .contact_form input[type='email'] {
        padding: 10px 17px 10px;
        height: 35px;
    }

    .contact_form textarea {
        height: 145px;
    }
}

@media screen and (max-width: 603px) {
    .about-info-grid h5 {
        margin-bottom: 15px;
    }

    .about-info-grid li {
        margin: 11px 0;
    }

    .grid figure h4 {
        font-size: 22px;
    }

    figure.effect-dexter ul {
        bottom: 38px;
    }

    .download-image {
        width: 25%;
    }
}

@media screen and (max-width: 600px) {
    .grid figure h4 {
        font-size: 21px;
    }
}

@media screen and (max-width: 568px) {
    .about-info-list2 {
        padding-left: 25px;
        padding-top: 5px;
    }

    .about-info-grid li {
        font-size: 12px;
    }

    .features-item h4 {
        font-size: 15px;
    }

    .real img {
        width: 100px;
    }

    .new-grid {
        padding: 0 10px;
    }

    .new h4 {
        font-size: 23px;
    }

    .grid figure h4 {
        font-size: 19px;
        line-height: 0.4;
    }

    figure.effect-dexter ul {
        bottom: 35px;
    }

    .more_btn {
        margin-top: 20px;
        padding: 10px 30px;
        font-size: 14px;
    }

    .footer-info-grid.links {
        width: 28%;
    }

    .footer-info-grid.address {
        width: 38%;
    }

    .footer-info-grid.email {
        width: 34%;
    }

    .footer-info p {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 533px) {
    .about h4 {
        margin: 20px 10px 40px;
        line-height: 25px;
    }

    .about-info-list1, .about-info-list2 {
        padding-left: 10px;
    }

    .about-info-grid li {
        margin: 8px 0;
    }

    .features-item {
        padding: 30px 0 20px;
    }

    .features-item h4 {
        font-size: 15px;
    }

    .features-item p {
        font-size: 12px;
    }

    .real-grid {
        padding: 0 5px;
    }

    .real p {
        margin-top: 10px;
        line-height: 23px;
    }

    .new li {
        font-size: 11px;
    }

    .formats p {
        font-size: 15px;
    }

    figure.effect-dexter figcaption {
        padding: 1em;
    }

    figure.effect-dexter figcaption::after {
        right: 10px;
        bottom: 15px;
        left: 10px;
        height: calc(50% - 20px);
    }

    .grid figure h4 {
        font-size: 20px;
        line-height: 3.7;
    }

    figure.effect-dexter ul {
        bottom: 22px;
    }

    .footer h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .about-info-grid h5 {
        margin-bottom: 5px;
        font-size: 22px;
    }

    .about-info-grid li {
        margin: 7px 0;
    }

    .features-item {
        padding: 20px 0 0;
    }

    .features-item h4 {
        font-size: 14px;
    }

    .real img {
        width: 80px;
    }

    .real h3 {
        font-size: 22px;
    }

    .real p {
        margin-top: 15px;
        font-size: 12px;
        line-height: 25px;
    }

    .new-grid {
        padding: 0 5px;
    }

    .new h4 {
        font-size: 20px;
        line-height: 0.5;
    }

    .new-grid ul {
        margin: 10px 0 0 0;
    }

    .grid figure h4 {
        line-height: 3.2;
    }

    figure.effect-dexter ul {
        bottom: 19px;
    }

    .footer-info-grid.links {
        width: 20%;
    }

    .footer-info-grid.address {
        width: 46%;
    }
}
*/
/*
@media screen and (max-width: 414px) {
    .callbacks_nav {
        width: 25px;
        background-size: 50px;
        top: 65%;
    }

    .about, .features, .new, .formats, .team, .download {
        padding: 30px 0;
    }

    .about h1, .features h2, .new h3, .formats h3, .progressive-effects h3, .team h3, .download h3, .contact h3 {
        font-size: 25px;
    }

    .heading-underline {
        width: 20%;
        margin: 10px auto 25px;
    }

    .about h3 {
        font-size: 13px;
        line-height: 25px;
    }

    .about h4 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .about-info-grid {
        border: none;
    }

    .about-info-list1, .about-info-list2, .about-info-image {
        width: 75%;
        margin-left: 13%;
        margin-bottom: 20px;
        padding-left: 0;
    }

    .about-info-list2 {
        padding-left: 0;
    }

    .about-info-list2 {
        width: 85%;
    }

    .feature1 {
        width: 50%;
    }

    .features-item h4 {
        font-size: 16px;
    }

    .real {
        padding: 30px 0;
    }

    .real-grid {
        width: 85%;
        margin-left: 8%;
        margin-bottom: 25px;
    }

    .real h3 {
        font-size: 25px;
        margin-top: 20px;
    }

    .real p {
        font-size: 13px;
    }

    .new-grid {
        width: 85%;
        margin-left: 7%;
    }

    .new h4 {
        font-size: 25px;
        line-height: 1;
        margin-top: 20px;
    }

    .new-grid ul {
        margin-top: 15px;
    }

    .new li {
        font-size: 12px;
        padding-left: 30px;
        padding-top: 7px;
    }

    .formats p {
        font-size: 14px;
    }

    .progressive-effects {
        padding: 50px 0 0;
    }

    .stats-grid {
        width: 50%;
        margin-bottom: 50px;
    }

    .stats-img img {
        width: 75px;
    }

    .numscroller {
        font-size: 30px;
    }

    .stats-info p {
        font-size: 15px;
    }

    .grid figure {
        width: 85%;
        margin: 10px 0 10px 30px;
    }

    .grid figure h4 {
        line-height: 3.9;
        font-size: 25px;
    }

    figure.effect-dexter ul {
        bottom: 34px;
    }

    .contact_form input[type='text'], .contact_form input[type='email'] {
        font-size: 12px;
        padding: 10px;
    }

    .contact_form textarea {
        font-size: 12px
    }

    .footer-info-grid.links {
        width: 40%;
    }

    .footer-info-grid.address {
        width: 60%;
    }

    .footer-info-grid.email {
        width: 60%;
        margin-bottom: 30px;
    }

    .footer-info p {
        margin-bottom: 15px;
    }

    .copyright p {
        font-size: 13px;
    }
}

@media screen and (max-width: 384px) {
    .connect-social ul li a {
        width: 25px;
        height: 25px;
        background-size: 250px;
    }

    .connect-social ul li a.facebook:hover {
        background-position: 0 -25px;
    }

    .connect-social ul li a.twitter {
        background-position: -25px 0;
    }

    .connect-social ul li a.twitter:hover {
        background-position: -25px -25px;
    }

    .connect-social ul li a.googleplus {
        background-position: -50px 0;
    }

    .connect-social ul li a.googleplus:hover {
        background-position: -50px -25px;
    }

    .connect-social ul li a.linkedin {
        background-position: -75px 0;
    }

    .connect-social ul li a.linkedin:hover {
        background-position: -75px -25px;
    }

    .connect-social ul li a.blogger {
        background-position: -100px 0;
    }

    .connect-social ul li a.blogger:hover {
        background-position: -100px -25px;
    }

    .connect-social ul li a.tumblr {
        background-position: -125px 0;
    }

    .connect-social ul li a.tumblr:hover {
        background-position: -125px -25px;
    }

    .connect-social ul li a.rss {
        background-position: -150px 0;
    }

    .connect-social ul li a.rss:hover {
        background-position: -150px -25px;
    }

    .connect-social ul li a.youtube {
        background-position: -175px 0;
    }

    .connect-social ul li a.youtube:hover {
        background-position: -175px -25px;
    }

    .connect-social ul li a.vimeo {
        background-position: -200px 0;
    }

    .connect-social ul li a.vimeo:hover {
        background-position: -200px -25px;
    }

    .connect-social ul li a.deviantart {
        background-position: -225px 0;
    }

    .connect-social ul li a.deviantart:hover {
        background-position: -225px -25px;
    }
}

@media screen and (max-width: 375px) {
    .grid figure h4 {
        line-height: 3.4;
    }

    figure.effect-dexter ul {
        bottom: 30px;
    }
}

@media screen and (max-width: 360px) {
    .about h4 {
        font-size: 13px;
    }

    .feature1 {
        width: 78%;
        margin-left: 11%;
    }

    .real-grid {
        width: 90%;
        margin-left: 5%;
    }

    .formats p {
        font-size: 13px;
    }

    .stats-info p {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    .about h3 {
        padding: 0 5px;
    }

    .about h4 {
        font-size: 12px;
    }

    .new li {
        padding-left: 0;
    }

    .formats p {
        padding: 0 20px;
        line-height: 25px;
    }

    .stats-grid {
        padding: 0;
    }

    .stats-img img {
        width: 50px;
    }

    .numscroller {
        font-size: 22px;
    }

    .stats-info p {
        font-size: 13px;
    }

    .grid figure {
        width: 85%;
        margin: 10px 0 10px 20px;
    }

    .grid figure h4 {
        font-size: 22px;
    }

    figure.effect-dexter ul {
        bottom: 23px;
    }

    .c1 {
        width: 100%;
    }

    .footer-info-grid.links, .footer-info-grid.address, .footer-info-grid.email {
        width: 100%;
    }
}*/

/*-- //Responsive Code --*/

.form-horizontal{
    margin: 0 auto;

    /*    padding-bottom: 20px;*/
    border-radius: 15px;
    text-align: center;
}

.form-horizontal .form-group {
    position: relative;
}



.form-horizontal .form-idCard{
    background: #f0f0f0;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    padding: 0 20px 0 45px;
    width: 600px;
    height: 60px;
    transition: all 0.3s ease 0s;
    font-size: 22px;
    font-weight: 1000;
}

.form-horizontal .form-group .btn{
    width: 200px;
    height: 60px;
    /*    float: right;*/
    font-size: 15px;
    /*    margin: 0 auto;*/
    color: #fff;
    background: #108EED;
    border-radius: 30px;
    border: none;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    font-size: 22px;
    margin-top: -8px;
    font-weight: 1000;
}
.certificate {
    background: url("../images/stage.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 130px 0;
    text-align: center;
}
.notice {
    margin: 0px auto;
    padding: 100px 0;
    background-color: #EFEBEA;
}

.notice-info {
    float: left;
    text-align: left;
    width: 23%;
    margin: 10px 25px 30px 20px
}
.notice-info-input {
    height: 200px;
    width: 120px;
    font-weight: 1000;
    margin: 20px 20px;
    font-size: 20px;
}
.notice-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.notice-application-img {
    width: 40%;
    height: auto;
    margin-top: 10px;
}
.notice-application {
    margin: 0 auto;
    text-align: center;
}
.notice-title{
    font-size: 20px;
    width: 100%;
    display: block;
    margin-bottom: 10px;

}
.notice-date{
    font-size: 18px;
    width: 100%;
    display: block;
}
.noticeInfo-info{
    width: 900px;
    margin: 0 auto;
}
.noticeInfo-title{
    font-size: 30px;
    width: 100%;
    display: block;
    font-weight: 1000;
    margin: 30px 0 10px 0;
}
.noticeInfo-img {
    width: 100%;
    height: auto;

}
.seat {
    width: auto;
    height: 30px;
}
.noticeInfo-info-list{
    height: 90px;
}
.noticeInfo-info-info{
    height: auto;

}
.noticeInfo-img-list {
    float: left;
    width: 200px;
    height: 100px;
    height: auto;
    margin-bottom: 10px;
    margin-right: 20px;
}
.noticeInfo-title-list {
    font-size: 20px;
    width: 100%;
    display: block;
    font-weight: 1000;
    margin: 30px 0 10px 0;
}
.noticeInfo-date{
    font-size: 18px;
    width: 100%;
    display: block;
    margin: 10px 0 10px 0;
}
.noticeInfo-date-list{
    font-size: 18px;
    display: block;
    margin: 10px 0 10px 0;
}
.noticeInfo-underline{
    height: 1px;
    width: 100%;
    margin: 10px auto 30px;
    background-color: #DDDDDD;
}

.noticeInfo-container {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.navbar-notice {
    margin-bottom: 0;
    z-index: 99999;
    /*background-color: rgba(0, 0, 0, 0.47);*/
    /*	background-color: #f3f3f3;
        background: -webkit-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);*/
    background: -webkit-linear-gradient(top, rgba(150, 0, 0, 1) 0, rgba(100, 0, 0, 1) 100%);
    border: none;
    /*border-bottom: 1px solid #BBB;*/
    border-radius: 0;
    width: 100%;
    padding: 10px 0;
}


.navbar-notice .container-fluid {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media ( max-width:1199px) {
    .navbar-brand-logo{ width: 50%;}
    .about-informaton-text{padding: 10px 100px 25px;}
    .notice-info{ width: 22%;}

}
@media ( max-width:970px) {
    .slider{ height: 540px;}
    .about-informaton-img{ padding-top: 20px;}
    .about-informaton img{ height: 60px;}
    .about h4{ margin: 30px 0px;}
    .about-informaton-text{padding: 10px 50px 25px;}
    .certificate,.real,.progressive-effects,.notice{ padding: 65px 0px;}
    .form-horizontal .form-group{ display: flex; align-items: center;}
    .form-horizontal .form-idCard{ width: 100%; flex: 1;}
    .form-horizontal .form-group .btn{ margin-left: 20px;}
    .organization{padding:25px 50px;}
    .grid figure img{ width: 100%; height: 100%;}
    figure.effect-dexter ul{ bottom:0;}
    .real p{ line-height: 18px;}
    .features-icon img{ height: 100px;}
    .features-item p{ padding: 10px 0px;}
    .stats{ padding-top: 65px;}
    .stats-img img{ width: 100px;}
    .notice-info{ width: 27%;}
    .notice-info-input{ width: 100%; height: 60px;}
    #toTop{ width: 100px; height: 40px; background-size: 100% 100%;}
    .notice-title{ font-size: 16px;}

}

@media ( max-width:767px) {
    .navbar  { position: fixed; left: 0; width: 100%; top: 0; z-index: 999;}
    .navbar{ padding:15px;}
    .navbar .container-fluid{ padding: 0px 15px;}
    .navbar-toggle{ margin: 0px;}
    .slider{ height: 480px;}
    .navbar-collapse.in,.navbar-collapse{ position:relative; right: 0; float: right; top:0px; width:200px; z-index: 999; box-shadow:none}
    .navbar-default .navbar-nav > li > a{ text-align: center;}
    .navbar-nav{ right: auto; position: relative; bottom: auto;}
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{ color: #fff;}
    .navbar-collapse{ border: none;}
    .about{ padding: 20px;}
    .nav-tabs.nav-justified{ display: flex;}
    .nav-tabs.nav-justified > li{ width: 33.333%;}
    .about-informaton{border-style: solid solid solid solid;}
    .about-informaton-text{ padding: 15px;}
    .about h4{ font-size: 16px; margin:0px; margin-top:10px;}
    .certificate, .real, .progressive-effects, .notice{ padding: 30px 0px;}
    .form-horizontal .form-group{ margin: 0px; padding: 0px 15px;}
    .form-horizontal .form-idCard{ font-size: 16px; padding: 0px 20px; height: 50px;}
    .form-horizontal .form-group .btn{ font-size: 16px; height: 50px; margin: 0px; margin-left: 15px; width: 140px;}
    .organization{ padding:0px;}
    .real h2{ font-size:28px;}
    .heading-underline{margin: 20px auto 20px;}
    .grid figure img{ width: 80%; height: 80%;}
    .grid figure{ width:31.33%;}
    .grid figure{ max-height: 100%;}
    .grid figure figcaption, .grid figure figcaption > a{height: 100%;}
    figure.effect-dexter ul {   top: 51%; bottom: auto;}
    .feature-grid,.stats-info{ display: flex;}
    .feature-grid .feature1{ width: 33.333%;}
    .stats-info .stats-grid{ width: 25%;}
    .notice-info{ width: 100%;}
    .notice-info{ margin:15px 0px; text-align: center;}
    .notice-img{ width: 200px;}
    .notice-info-input{ margin: 15px 0px;}

    .noticeInfo-info{ width: 100%; position: relative;}
    .navbar-notice .container-fluid{ padding: 0px;}
    .navbar-brand-logo{ padding: 10px;}
    .noticeInfo-container{ margin-bottom:10px;}
    .noticeInfo-container .notice-img{ width: 100%;}
    .noticeInfo{ padding-top: 30px;}
    .noticeInfo-title-list{ margin: 15px 0px;}
    .noticeInfo-img-list{ width: 100px;}
    .noticeInfo-info-list{ height: auto;}
    .noticeInfo-title-list{ font-size: 14px;min-height:55px;}
    .noticeInfo-date-list{ font-size: 12px; margin-top: 0px; position: absolute; left:0; top:37px;}
    .noticeInfo-underline{ margin:10px 0px;}

}

@media ( max-width:640px) {
    .navbar-brand-logo{ width: 200px; padding: 8px 0px;}
    .slider{ height: 380px;}
    .nav-tabs img{ height:17px;}
    .nav > li > a{ padding: 10px 2px;}
    .about{ padding: 20px 15px;}
    .about-informaton img{ height:20px;}
    .about h4{ font-size: 15px; line-height: 1.5;}
    .certificate { padding: 15px 0px;}
    .form-horizontal .form-group{ padding: 0px;}
    .form-horizontal .form-idCard{ border-radius: 10px; padding: 0px 10px; font-size: 14px; height: 40px; line-height: 40px;}
    .form-horizontal .form-group .btn{border-radius: 10px; padding: 0px 10px; font-size: 12px; height: 40px; line-height: 40px; width: 70px;}
    .grid figure h4{ font-size: 20px;}
    .real p{margin: 12px 40px 40px 40px;}
    .features h2{ font-size: 20px;}
    .features .container{ padding: 0px; margin-left: -15px; margin-right: -15px;}
    .footer-info{ margin-top: 20px;}
    .noticeInfo-title{ font-size: 20px; padding-top:10px;}
    .navbar-default .container-fluid{ padding: 0px 15px; padding-left: 30px;}
    .notice-img{ margin: 0px;}
    .noticeInfo-container{ margin: 0px;}
    .feature-grid .feature1{ padding: 0px 5px;}
    .features-item{ padding: 10px;}
    .features-icon img{ height: 30px;}
    .grid figure h4{ font-size: 16px;}
    figure.effect-dexter figcaption{ padding:4px;}
    .grid figure figcaption{ font-size: 12px;}
    figure.effect-dexter figcaption::after{ height:38px;border:2px solid #fff; right: 5px; bottom:0px; left: 5px;}
    .grid figure p{ font-size: 12px; padding: 5px; margin: 5px; font-weight: 400; line-height: 1.5;}
    figure.effect-dexter:hover figcaption::after{ height:85px; background:rgba(0, 0, 0, .6);}
    figure.effect-dexter ul{ top: 0; z-index: 99;}
    .features-info{ margin-top: 15px;}
    .features-item h4{ font-size: 15px;}
    .features-item p{ font-size: 12px; line-height: 1.5;}
    .features-item{ height: 240px;}
    .stats-img{ margin-bottom: 5px;}
    .stats-img img{ width: 30px;}
    .numscroller{ font-size: 20px; margin-bottom: 5px;}
    .stats-info p{ font-size: 14px;}
    .about h1, .new h3, .formats h3, .progressive-effects h3, .team h3, .download h3, .contact h3,.real h2{ font-size: 20px;}
}
.download_btn {
    width: 4.267rem;
    height: 0.813rem;
    background-color: #c62f2f;
    border-radius: 0.407rem;
    outline: none;
    cursor: pointer;
    font-family: MicrosoftYaHei-Bold;
    font-size: 0.347rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.017rem;
    color: #ffffff;
    margin-left: 0.36rem;
    margin-top: 0.413rem;
    margin-bottom: 1rem;
    border: none;
}