/**
* Template Name: Regna - v2.0.0
* Template URL: https://bootstrapmade.com/regna-bootstrap-onepage-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /*font-family: "Times New Roman", Times, serif;*/
  /*font-family:Calibri;*/
  /*font-family:sans-serif !important;*/
 font-family: Montserrat, sans-serif !important;
  
  background-color:#e7f0fe;
  
 
  margin:0 auto; 
 
  
}

.body-container {   
    margin:25px; 
   
}

@media (max-width: 720px) {
  .body-container {
   font-size:10px;
   margin:10px; 
   overflow-x:auto;
  }
}
.LabelNormal {
    font-weight:bold;
}
.slamTittle {

    font-size:20px;
    font-weight:bold;
    

}
 .text-tittle {
    font-size: 25px;
    font-weight: bold;
    color: #0858ac;
    padding: 10px 0 0 0;
}

a:hover, a:active, a:focus {
  color: #f00;
 
  outline: none;
  text-decoration: none;
}

/*p {
  padding: 0;
  margin: 0 0 30px 0;
}*/


p {
    padding:0;
    margin:20px 0 8px 0;

}


/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
 
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #2dc997;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


.head_menu {
     background:url(../img/background.jpg);
    /*background:url(../img/b2.jpg);*/
}
.TopHeader {
    display:flex;
    height:auto;
   /*background-image: linear-gradient(to right, rgba(255,0,0,0), #2dc997);*/
   background:#152F4F;
   /*background :white;*/
   /*background-color:#283747!important;*/
   /*background-color:#659dbd*/
   /*background-color:#3f3f3f;*/
   /*background-color:#659dbd;*/
   /*background:#343a40;*/
   width:100%;
   position:relative;


   
   /*background-color:#0c1d73;*/

}
.header_info {
    height: 20px;
    /*background-color:#3f3f3f;*/
    background: #152F4F;
    /*background-color:#283747!important;*/
    /*background:#343a40;*/
}

.header_info2 {
    background:rgba(0, 0, 0, 0.2);
}
#header {
  padding: 10px 0;
  height: 50px; 
  transition: all 0.5s;
  z-index: 997;
  background-color:#0858ac;
}

.footer {
     line-height: 22px;  
color:white;
  text-shadow: 0 1px white;
  background: #003366;
  border: 1px solid #cfcfcf;
}
    

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}
@media (max-width: 1100px) {
    .TopHeader {
        /*
      display:none;
     */
    }

    @media (max-width: 768px) {
        .TopHeader {
            height: 90px;
        }
    }


    #header.header-fixed {
        background: #0858ac;
        padding: 10px 0;
        height: 50px;
        transition: all 0.5s;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
    #hero {
        width: 100%;
        height: 100vh;
        background: url(../img/hero-bg.jpg) top center;
        background-size: cover;
        position: relative;
    }

    @media (min-width: 1024px) {
        #hero {
            background-attachment: fixed;
        }
    }

    #hero:before {
        content: "";
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero .hero-container {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    #hero h1 {
        margin: 30px 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        text-transform: uppercase;
        color: #fff;
    }

    @media (max-width: 768px) {
        #hero h1 {
            font-size: 28px;
            line-height: 36px;
        }
    }

    #hero h2 {
        color: #eee;
        margin-bottom: 50px;
        font-size: 24px;
    }

    @media (max-width: 768px) {
        #hero h2 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 30px;
        }
    }

    #hero .btn-get-started {
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        #hero .btn-get-started:hover {
            background: #2dc997;
            border: 2px solid #2dc997;
        }

    /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
    /* Nav Menu Essentials */
    .nav-menu, .nav-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav-menu ul {
            position: absolute;
            display: none;
            top: 100%;
            left: 0;
            z-index: 99;
        }

        .nav-menu li {
            position: relative;
            white-space: nowrap;
           
        }

        .nav-menu > li {
            float: left;
        }

        .nav-menu li:hover > ul,
        .nav-menu li.sfHover > ul {
            display: block;

            
        }

        .nav-menu ul ul {
            top: 0;
            left: 100%;
        }

        .nav-menu ul li {
            min-width: 180px;
        }

    /* Nav Menu Arrows */
    .sf-arrows .sf-with-ul {
        padding-right: 30px;
    }

        .sf-arrows .sf-with-ul:after {
            content: "\f078";
            position: absolute;
            right: 15px;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
        }

    .sf-arrows ul .sf-with-ul:after {
        content: "\f105";
        font-size: large;
        color: black;
       
    }

    /* Nav Meu Container */
    #nav-menu-container {
        float: left;
        margin: 0;
    }

    @media (max-width: 768px) {
        #nav-menu-container {
            display: none;
        }
    }

    /* Nav Meu Styling */
    .nav-menu a {
        padding: 0 8px 8px 8px;
        text-decoration: none;
        display: inline-block;
        color: #fff;
        /*font-family: "Poppins", sans-serif;*/
        font-weight: bold;
        text-transform: uppercase;
        font-size: 11px;
        outline: none;
    }

    .nav-menu > li {
        margin-left: 5px;
    }

        .nav-menu > li > a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: #2dc997;
            visibility: hidden;
            transform: scaleX(0);
            transition: all 0.3s ease-in-out 0s;
        }

    .nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
        visibility: visible;
        transform: scaleX(1);
       
    }

    .nav-menu ul {
        margin: 4px 0 0 0;
        border: 1px solid #e7e7e7;
    }

        .nav-menu ul li {
            background: #fff;
        }

            .nav-menu ul li:first-child {
                border-top: 0;
            }

            .nav-menu ul li a {
                padding: 8px;
                color: #000;
                transition: 0.3s;
                display: block;
                font-size: 10px;
                font-weight: bold;
                text-transform: uppercase;
                border-bottom: 1px solid #0858ac;
            }

                .nav-menu ul li a:hover {
                    background: #3174ae;
                    color: #fff;
                }

        .nav-menu ul ul {
            margin: 0;
        }

    /* Mobile Nav Toggle */
    #mobile-nav-toggle {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 999;
        margin: 20px 20px 0 0;
        border: 0;
        background: none;
        font-size: 24px;
        display: none;
        transition: all 0.4s;
        outline: none;
        cursor: pointer;
    }

        #mobile-nav-toggle i {
            /*color: #fff;*/
            color:black !important;
        }

    @media (max-width: 768px) {
        #mobile-nav-toggle {
            display: inline;
        }
    }

    /* Mobile Nav Styling */
    #mobile-nav {
        position: fixed;
        top: 0;
        padding-top: 0px;
        bottom: 0;
        z-index: 998;
        text-transform: uppercase;
        background: #10467d;
        left: -260px;
        width: 260px;
        overflow-y: auto;
        transition: 0.4s;
    }

        #mobile-nav ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            #mobile-nav ul li {
                position: relative;
            }

                #mobile-nav ul li a {
                    color: #fff;
                    font-size: 12px;
                    overflow: hidden;
                    font-weight: bold;
                    border-bottom: 1px solid #2dc997;
                    padding: 6px 10px 10px 10px;
                    position: relative;
                    text-decoration: none;
                    width: 100%;
                    display: block;
                    outline: none;
                }

                    #mobile-nav ul li a:hover {
                    }

                #mobile-nav ul li ul li a {
                    color: black;
                    font-size: 10px;
                    overflow: hidden;
                    font-weight: bold;
                    border-bottom: 1px solid #3174ae;
                    padding-left: 6px;
                    position: relative;
                    text-decoration: none;
                    width: 100%;
                    display: block;
                    outline: none;
                    background-color: #fff;
                }

                    #mobile-nav ul li ul li a:hover {
                        color: #fff;
                        background-color: #3174ae;
                    }

                #mobile-nav ul li li {
                    padding-left: 0px;
                }

            #mobile-nav ul .menu-has-children i {
                position: absolute;
                right: 0;
                z-index: 99;
                padding: 6px;
                cursor: pointer;
                color: #2dc997;
            }

                #mobile-nav ul .menu-has-children i.fa-chevron-up {
                    color: #2dc997;
                }

            #mobile-nav ul .menu-item-active {
                color: #2dc997;
            }

    #mobile-body-overly {
        width: 100%;
        height: 100%;
        z-index: 997;
        top: 0;
        left: 0;
        position: fixed;
        background: rgba(52, 59, 64, 0.56);
        display: none;
    }

    /* Mobile Nav body classes */
    body.mobile-nav-active {
        overflow: hidden;
    }

        body.mobile-nav-active #mobile-nav {
            left: 0;
        }

        body.mobile-nav-active #mobile-nav-toggle {
            color: #fff;
        }

    /*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
    /* Sections Header
--------------------------------*/
    .section-header .section-title {
        font-size: 32px;
        color: #111;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .section-header .section-description {
        text-align: center;
        padding-bottom: 40px;
        color: #999;
    }

    /* About Us Section
--------------------------------*/
    #about {
        background: #fff;
        padding: 80px 0;
    }

        #about .about-container .background {
            min-height: 300px;
            background: url(../img/about-img.jpg) center top no-repeat;
            margin-bottom: 10px;
        }

        #about .about-container .content {
            background: #fff;
        }

        #about .about-container .title {
            color: #333;
            font-weight: 700;
            font-size: 32px;
        }

    @media (max-width: 768px) {
        #about .about-container .title {
            padding-top: 15px;
        }
    }

    #about .about-container p {
        line-height: 26px;
    }

        #about .about-container p:last-child {
            margin-bottom: 0;
        }

    #about .about-container .icon-box {
        background: #fff;
        background-size: cover;
        padding: 0 0 30px 0;
    }

        #about .about-container .icon-box .icon {
            float: left;
            background: #fff;
            width: 64px;
            height: 64px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
            border-radius: 50%;
            border: 2px solid #2dc997;
        }

            #about .about-container .icon-box .icon i {
                color: #2dc997;
                font-size: 24px;
            }

        #about .about-container .icon-box .title {
            margin-left: 80px;
            font-weight: 500;
            margin-bottom: 5px;
            font-size: 18px;
            text-transform: uppercase;
        }

            #about .about-container .icon-box .title a {
                color: #111;
            }

        #about .about-container .icon-box .description {
            margin-left: 80px;
            line-height: 24px;
            font-size: 14px;
        }

    /* Facts Section
--------------------------------*/
    #facts {
        background: #f7f7f7;
        padding: 80px 0 60px 0;
    }

        #facts .counters span {
            font-size: 48px;
            display: block;
            color: #2dc997;
        }

        #facts .counters p {
            padding: 0;
            margin: 0 0 20px 0;
            font-family: "Poppins", sans-serif;
            font-size: 14px;
        }

    /* Services Section
--------------------------------*/
    #services {
        background: #fff;
        background-size: cover;
        padding: 80px 0 60px 0;
    }

        #services .box {
            padding: 50px 20px;
            margin-bottom: 50px;
            text-align: center;
            border: 1px solid #e6e6e6;
            height: 200px;
            position: relative;
            background: #fafafa;
        }

        #services .icon {
            position: absolute;
            top: -36px;
            left: calc(50% - 36px);
            transition: 0.2s;
            border-radius: 50%;
            border: 6px solid #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
            width: 72px;
            height: 72px;
            background: #2dc997;
        }

            #services .icon a {
                display: inline-block;
            }

            #services .icon i {
                color: #fff;
                font-size: 24px;
            }

        #services .box:hover .icon {
            background: #fff;
            border: 2px solid #2dc997;
        }

            #services .box:hover .icon i {
                color: #2dc997;
            }

            #services .box:hover .icon a {
                color: #2dc997;
            }

        #services .title {
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

            #services .title a {
                color: #111;
            }

        #services .description {
            font-size: 14px;
            line-height: 24px;
        }

    /* Call To Action Section
--------------------------------*/
    #call-to-action {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/call-to-action-bg.jpg) fixed center center;
        background-size: cover;
        padding: 80px 0;
    }

    @media (max-width: 1024px) {
        #call-to-action {
            background-attachment: scroll;
        }
    }

    #call-to-action .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    #call-to-action .cta-text {
        color: #fff;
    }

    @media (min-width: 769px) {
        #call-to-action .cta-btn-container {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }
    }

    #call-to-action .cta-btn {
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 30px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        #call-to-action .cta-btn:hover {
            background: #2dc997;
            border: 2px solid #2dc997;
        }

    /* Portfolio Section
--------------------------------*/
    #portfolio {
        background: #f7f7f7;
        padding: 80px 0;
    }

        #portfolio #portfolio-wrapper {
            padding-right: 15px;
        }

        #portfolio #portfolio-flters {
            padding: 0;
            margin: 0 0 45px 0;
            list-style: none;
            text-align: center;
        }

            #portfolio #portfolio-flters li {
                cursor: pointer;
                margin: 0 10px;
                display: inline-block;
                padding: 10px 22px;
                font-size: 12px;
                line-height: 20px;
                color: #666666;
                border-radius: 4px;
                text-transform: uppercase;
                background: #fff;
                margin-bottom: 5px;
                transition: all 0.3s ease-in-out;
            }

                #portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
                    background: #2dc997;
                    color: #fff;
                }

        #portfolio .portfolio-item {
            position: relative;
            height: 200px;
            overflow: hidden !important;
            margin-bottom: 15px;
            transition: all 350ms ease;
            transform: scale(1);
        }

            #portfolio .portfolio-item a {
                display: block;
                margin-right: 15px;
            }

            #portfolio .portfolio-item img {
                position: relative;
                top: 0;
                transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
            }

            #portfolio .portfolio-item .details {
                height: 50px;
                background: #2dc997;
                position: absolute;
                width: 100%;
                height: 50px;
                bottom: -50px;
                transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
            }

                #portfolio .portfolio-item .details h4 {
                    font-size: 14px;
                    font-weight: 700;
                    color: #fff;
                    padding: 8px 0 2px 8px;
                    margin: 0;
                }

                #portfolio .portfolio-item .details span {
                    display: block;
                    color: #fff;
                    font-size: 13px;
                    padding-left: 8px;
                }

            #portfolio .portfolio-item:hover .details {
                bottom: 0;
            }

            #portfolio .portfolio-item:hover img {
                top: -30px;
            }

    /* Team Section
--------------------------------*/
    #team {
        background: #fff;
        padding: 80px 0 60px 0;
    }

        #team .member {
            text-align: center;
            margin-bottom: 20px;
        }

            #team .member .pic {
                margin-bottom: 15px;
                overflow: hidden;
                height: 260px;
            }

                #team .member .pic img {
                    max-width: 100%;
                }

            #team .member h4 {
                font-weight: 700;
                margin-bottom: 2px;
                font-size: 18px;
            }

            #team .member span {
                font-style: italic;
                display: block;
                font-size: 13px;
            }

            #team .member .social {
                margin-top: 15px;
            }

                #team .member .social a {
                    color: #b3b3b3;
                }

                    #team .member .social a:hover {
                        color: #2dc997;
                    }

                #team .member .social i {
                    font-size: 18px;
                    margin: 0 2px;
                }

    /* Contact Section
--------------------------------*/
    #contact {
        background: #f7f7f7;
        padding: 80px 0 40px 0;
    }

        #contact #google-map {
            height: 300px;
            margin-bottom: 20px;
        }

        #contact .info {
            color: #333333;
        }

            #contact .info i {
                font-size: 32px;
                color: #2dc997;
                float: left;
            }

            #contact .info p {
                padding: 0 0 10px 50px;
                margin-bottom: 20px;
                line-height: 22px;
                font-size: 14px;
            }

            #contact .info .email p {
                padding-top: 5px;
            }

        #contact .social-links {
            padding-bottom: 20px;
        }

            #contact .social-links a {
                font-size: 18px;
                display: inline-block;
                background: #333;
                color: #fff;
                line-height: 1;
                padding: 8px 0;
                border-radius: 50%;
                text-align: center;
                width: 36px;
                height: 36px;
                transition: 0.3s;
            }

                #contact .social-links a:hover {
                    background: #2dc997;
                    color: #fff;
                }

        #contact .php-email-form .validate {
            display: none;
            color: red;
            margin: 0 0 15px 0;
            font-weight: 400;
            font-size: 13px;
        }

        #contact .php-email-form .error-message {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        #contact .php-email-form .sent-message {
            display: none;
            color: #fff;
            background: #18d26e;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        #contact .php-email-form .loading {
            display: none;
            background: #fff;
            text-align: center;
            padding: 15px;
        }

            #contact .php-email-form .loading:before {
                content: "";
                display: inline-block;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                margin: 0 10px -6px 0;
                border: 3px solid #18d26e;
                border-top-color: #eee;
                -webkit-animation: animate-loading 1s linear infinite;
                animation: animate-loading 1s linear infinite;
            }

        #contact .php-email-form input, #contact .php-email-form textarea {
            border-radius: 0;
            box-shadow: none;
            font-size: 14px;
        }

            #contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
                background-color: #2dc997;
            }

        #contact .php-email-form button[type="submit"] {
            background: #2dc997;
            border: 0;
            padding: 10px 24px;
            color: #fff;
            transition: 0.4s;
        }

            #contact .php-email-form button[type="submit"]:hover {
                background: #51d8ad;
            }

    @-webkit-keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /*-----------------------------------------------------------------------
    login
/*--------------------------------------------------------------*/


    .login {
        position: relative;
        margin: 30px auto;
        padding: 20px 20px 20px;
        width: 310px;
        background: white;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    }

        .login:before {
            content: '';
            position: absolute;
            top: -8px;
            right: -8px;
            bottom: -8px;
            left: -8px;
            z-index: -1;
            background: rgba(0, 0, 0, 0.08);
            border-radius: 4px;
        }

        .login h1 {
            margin: -20px -20px 21px;
            line-height: 40px;
            font-size: 15px;
            font-weight: bold;
            color: #555;
            text-align: center;
            text-shadow: 0 1px white;
            background: #f3f3f3;
            border-bottom: 1px solid #cfcfcf;
            border-radius: 3px 3px 0 0;
            background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
            background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
            background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
            background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
            -webkit-box-shadow: 0 1px whitesmoke;
            box-shadow: 0 1px whitesmoke;
        }

        .login p {
            margin: 20px 0 0;
        }

            .login p:first-child {
                margin-top: 0;
            }

        .login input[type=text], .login input[type=password] {
            width: 278px;
        }

        .login p.remember_me {
            float: left;
            line-height: 31px;
        }

            .login p.remember_me label {
                font-size: 12px;
                color: #777;
                cursor: pointer;
            }

            .login p.remember_me input {
                position: relative;
                bottom: 1px;
                margin-right: 4px;
                vertical-align: middle;
            }

        .login p.submit {
            text-align: right;
        }

    .login-help {
        margin: 20px 0;
        font-size: 11px;
        color: white;
        text-align: center;
        text-shadow: 0 1px #2a85a1;
    }

        .login-help a {
            color: #cce7fa;
            text-decoration: none;
        }

            .login-help a:hover {
                text-decoration: underline;
            }

    :-moz-placeholder {
        color: #c9c9c9 !important;
        font-size: 13px;
    }

    ::-webkit-input-placeholder {
        color: #ccc;
        font-size: 13px;
    }

    input {
        font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
        font-size: 14px;
    }

        input[type=text], input[type=password] {
            margin: -7px;
            padding: 0 10px;
            width: 200px;
            height: 34px;
            color: #404040;
            background: white;
            border: 1px solid;
            border-color: #c4c4c4 #d1d1d1 #d4d4d4;
            border-radius: 2px;
            outline: 5px solid #eff4f7;
            -moz-outline-radius: 3px;
            -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
        }

            input[type=text]:focus, input[type=password]:focus {
                border-color: #7dc9e2;
                outline-color: #dceefc;
                outline-offset: 0;
            }

        input[type=submit] {
            /*padding: 0 18px;
  height: 29px;
  font-size: 12px;Head1
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);*/
        }

            input[type=submit]:active {
                background: #cde5ef;
                border-color: #9eb9c2 #b3c0c8 #b4ccce;
                -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
                box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
            }

    .lt-ie9 input[type=text], .lt-ie9 input[type=password] {
        line-height: 34px;
    }
    /*---------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


    #footer {
        background: #343b40;
        padding: 30px 0;
        color: #fff;
        font-size: 14px;
    }

        #footer .copyright {
            text-align: center;
        }

        #footer .credits {
            padding-top: 10px;
            text-align: center;
            font-size: 13px;
            color: black;
        }

        /*
    @media (max-width: 1000px) {
        .parent {
            display: flex;
        }

        .mark {
            display: none;
        }
       
    }
            */
            
    .main_content {
        width: 100%;
        padding-left: 0;
    }
    /*
        .footer {
            background: #152F4F;
            color: white;
         
            bottom:-200px;
            left:0;
        }
  
  
  .copyright p
        {
            border-top: 1px solid rgba(255,255,255,.1);
        }

        .row1 {
            display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;
            margin-bottom:-50px;
            
        }
            */

    
}


 .clock {
        font-size: 0.7em;
        color: #FFFFFF;
    }
    .userpic {
        border-radius: 60%;
        margin-top:0px;
    }

    .grid {
        float: right;
    }

    .info {
        display: none;
    }
  
 
    /*
    .Images:hover .info{
        
        
        display:block;
    }
        */
.header_image {
    height: auto;
    width: 100%;
}

.modal1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0,0,0,0.5);
}

    .modal1.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
    }

    .modal1.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-open .modal1 {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 1.75rem auto;
}

.modal-content1 {
    position: relative;
    margin-top: 150px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
}

