
body {
    background: #fff;
    color: #444;
    font-family: "Open Sans", sans-serif;
	font-size:14px;
}
.clearfix{width:100%;}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height:75px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding:10px 0;
    background: #0065b0;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

    #header.header-scrolled,
    #header.header-pages {
        height:70px;
        padding: 10px 0;
    }

    #header .logo h1 {
        font-size: 36px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

        #header .logo h1 a,
        #header .logo h1 a:hover {
            color: #00366f;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 0px 0;
        max-height:55px;
    }

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    width: 100%;
    position: relative;
    /*background: url("../images/intro-bg.png") center bottom no-repeat;
    background-size: cover;
	background-color: red;
  	background-image: linear-gradient(#2e97e1, #003a78);*/
    padding:150px 0 50px 0;
}

    #intro .intro-img {
        width: 50%;
        float: left;
    }

    #intro .intro-info {
        width: 40%;
        float: right;
    }

        #intro .intro-info h2 {
            color: #fff;
            margin-bottom: 40px;
            font-size: 48px;
            font-weight: 700;
        }

            #intro .intro-info h2 span {
                color: #74b5fc;
                text-decoration: underline;
            }

        #intro .intro-info .btn-get-started,
        #intro .intro-info .btn-services {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            display: inline-block;
            padding: 10px 32px;
            border-radius: 50px;
            transition: 0.5s;
            margin: 0 20px 20px 0;
            color: #fff;
        }

        #intro .intro-info .btn-get-started {
            background: #007bff;
            border: 2px solid #007bff;
            color: #fff;
        }

            #intro .intro-info .btn-get-started:hover {
                background: none;
                border-color: #fff;
                color: #fff;
            }

        #intro .intro-info .btn-services {
            border: 2px solid #fff;
        }

            #intro .intro-info .btn-services:hover {
                background: #007bff;
                border-color: #007bff;
                color: #fff;
            }

/* Login Section
--------------------------------*/
.Login_box {
        padding: 30px;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin: 0 10px 40px 10px;
        background: #fff;
        box-shadow: 0 10px 20px 0 rgba(68, 88, 144, 0.3);
        transition: all 0.3s ease-in-out;
		border: 1px solid #ccc;
    }
.Login_box:hover {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
        }

.Login_box .title {
    /* margin-left: 40px; */
    font-weight: 700;
    margin-bottom: 15px;
    font-size:20px;
}

.custom-control-label{line-height:23px; margin:0 0 0 25px;}





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {background: #00428a; padding: 0 0 30px 0; color: #eee; font-size: 14px; bottom: 0;}
#footer .copyright {text-align: center;padding-top: 30px;font-size: 13px;color: #f1f7ff;}
#footer .copyright a {color: #bfddfe; padding:0 10px;}
#footer .copyright a:hover {color: #f1f7ff;}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/


@media (max-width: 991px) {
#header {height:75px;padding: 10px 0;}
#header .logo h1 {font-size: 28px;padding: 8px 0;}
#intro {padding: 140px 0 60px 0;}
#intro .intro-img {width: 80%;float: none;margin: 0 auto 25px auto;}
#intro .intro-info {width: 80%;float: none;margin: auto;text-align: center;}
}


@media (max-width: 767px) {
#intro .intro-info {width: 100%;}
#intro .intro-info h2{font-size: 34px; margin-bottom: 30px;}
}

@media (max-width: 574px) {
    #intro{padding: 100px 0 20px 0;}
	.row{margin:0;}
}




