@import url('https://fonts.googleapis.com/css?family=Lobster&subset=cyrillic,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import url('https://fonts.googleapis.com/css?family=Lobster+Two:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Courgette&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Lobster&subset=cyrillic,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Satisfy');

.top-header {
    background: #e9f5ef;
    padding: 20px 0px;
}

.cpp_highlights {
    color: #F8B029;
    font-weight: bold;
    font-size: 20px;
}

#logo {
    float: left;
    width: 160px;
}

#logo img {
    width: 100%;
}

.top-right {
    float: right;
}

.top-right h4 {
    max-width: 400px;
    float: left;
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    color: rgb(44, 140, 152);
    font-weight: 800;
    margin: 0px;
    margin-right: 30px;
    /*font-family: 'Satisfy', cursive;*/
    font-family: cursive;
}

.top-right h3 {
    float: right;
    margin-left: 32px;
    font-family: 'Lobster', cursive;
    margin-top: 0px;
    color: #2c8c98
}

.top-right h3 span {
    display: block;
    color: #1c89ca;
}

.menu-section {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c8c98+0,287b8c+44,3190aa+100 */
    background: #2c8c98;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2c8c98 0%, #287b8c 44%, #3190aa 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2c8c98 0%, #287b8c 44%, #3190aa 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2c8c98 0%, #287b8c 44%, #3190aa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c8c98', endColorstr='#3190aa', GradientType=0);
    /* IE6-9 */
}

.text-banner {
    font-family: 'Lobster', cursive;
    font-size: 50px;
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.text-banner h2 {
    font-size: 50px;
    color: rgb(44, 140, 152);
    border-radius: 0px 20px 0px 10px;
    background: rgba(255, 255, 255, 0.58);
    padding: 12px 30px;
}

.text-banner h2 span {
    color: #1c88ca;
}

.text-banner a.hvr-sweep-to-right {
    font-size: 24px;
    color: #fff;
    padding: 20px 40px;
    background: rgb(44, 140, 152);
    border-radius: 5px;
}

.home-service {
    background: #1c88ca;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.home-service img {
    max-width: 100%;
}

.home-service h3 {
    font-family: 'Lobster Two', cursive;
    font-weight: normal;
    font-size: 20px;
}

.home-service h3 span {
    font-weight: 600;
}

.home-service p {
    font-size: 16px;
    line-height: 24px;
}

.home-service a.hvr-underline-from-center {
    color: rgb(44, 140, 152);
    background: #fff;
    padding: 8px 28px;
    font-size: 18px;
}

.home-service a.hvr-underline-from-center:hover {
    color: #1c88ca;
}

.body-content {}

.body-content .page-header {
    color: rgb(44, 140, 152);
    font-family: 'Satisfy', cursive;
}

.body-content .page-header span {
    color: #1c88ca;
    font-weight: bold;
}

.body-content p img {
    margin-right: 30px;
    border: 10px solid rgb(44, 140, 152);
    padding: 10px;
}

.mission {
    margin-bottom: 40px;
}

.mission a.hvr-sweep-to-right {
    background: rgb(44, 140, 152);
    padding: 6px 16px;
    color: #fff;
    font-weight: bold;
}

.serv {
    background: url(../images/map.png) no-repeat;
    background-size: cover;
    background-position: right;
    border: 5px solid rgb(44, 140, 152);
    margin: 20px 0px;
}

.serv h2 {
    font-size: 18px;
    background: rgb(44, 140, 152);
    color: #fff;
    padding: 12px 12px;
    margin-top: 0px;
}

.serv ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 30px;
}

.serv ul li {
    font-size: 16px;
    padding: 5px 10px;
}

.serv h4 {
    margin: 0px;
    font-size: 16px;
    background: #2c8c98;
    padding: 12px 10px;
    font-weight: bold;
    text-transform: capitalize;
}

.serv h4 a {
    color: #f2f2f2;
}

h4.inner-head {
    font-weight: 600;
    margin: 12px 0px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
    font-family: 'Courgette', cursive;
}

h4.inner-head span {
    color: #1c89ca;
}

ul.li-list {}

ul.li-list li {
    line-height: 28px;
    font-size: 15px;
    font-weight: 600;
}

.resources {}

.resources ul {
    list-style: none;
    padding: 0px;
}

.resources ul li {
    padding: 10px 0px;
    border-bottom: 2px solid rgb(44, 140, 152);
}

.resources ul li a {
    color: #1d89ca;
    font-weight: 600;
}

.resources ul li span {
    display: block;
}

.resources ul li:hover {
    border-color: #1b8acb;
}

.contact-us {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dbdbdb+50,e8e8e8+50,f9f9f9+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #dbdbdb 50%, #e8e8e8 50%, #f9f9f9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%, #dbdbdb 50%, #e8e8e8 50%, #f9f9f9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%, #dbdbdb 50%, #e8e8e8 50%, #f9f9f9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=1);
    /* IE6-9 */
    border: 3px solid #1b8bcc;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
}

.login-box {
    padding: 10px;
    font-family: 'Lobster', cursive;
}

.login-box .panel-heading h3 {
    font-size: 26px;
    padding: 0px;
    border-bottom: 1px solid #f1b300;
    padding-bottom: 6px;
    font-family: 'Lobster', cursive;
    letter-spacing: 0.7px;
    color: #148aff;
    font-weight: 400;
}

.address-text-box {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
}

.address-text-box p {
    line-height: 32px;
}

.login-box.registration {
    margin-bottom: 0px;
    padding-bottom: 20px;
    margin-left: 30px;
    font-family: 'Open Sans', sans-serif;
}

.login-box.registration label.panel-login {
    position: absolute;
    top: 3%;
    right: 0px;
}

.login-box.registration .alert-success {
    padding-bottom: 0px;
}

.login-box.registration .alert {
    padding: 10px;
    margin-bottom: 0px;
}

.login-box.registration p {
    color: #4c4c4c;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1b300;
}


















/* Sweep To Right */

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: #1c88ca;
    text-decoration: none;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}













/* Underline From Center */

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #79c0e4;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

div#CaptchaDiv {
    font-family: 'Satisfy', cursive;
    color: #e02003;
    letter-spacing: 2px;
    background: url(../images/capture.jpg) no-repeat;
    max-width: 95px;
    padding: 7px 10px 2px 10px;
    text-align: center;
    font-size: 22px;
}

input#CaptchaInput {
    max-width: 160px;
    margin-top:15px;
}



@media(max-width:767px) {
    .login-box {
        border-bottom: 2px solid;
    }
    .login-box.registration {
        margin-left: 0px;
    }
    .login-box.registration .panel-body {
        padding: 0px;
    }
}


@media(max-width:480px) {
    #logo {
        width: 100%;
        float: none;
        margin: auto;
    }
    .top-right h4 {
        float: none;
        text-align: center;
    }
    .top-right h3 {
        float: none;
    }
    .top-right h3 span {
        display: initial;
    }
    .text-banner {
        bottom: 0px;
        left: 0px;
        margin-bottom: 1px;
    }
    .text-banner h2 {
        font-size: 24px;
    }
    .text-banner a.hvr-sweep-to-right {
        font-size: 16px;
        padding: 12px 16px;
        margin-left: 18px;
    }
    .banner-section {
        margin-bottom: 10px;
    }
    .body-content .page-header {
        font-size: 20px;
    }
}
.text-left{
    text-align:left !important;
}
.exp-txt{padding:20px 0; text-align:center!important;}


.apply_here_cpp {
color: #fff !important;
font-weight: bold;
font-size: x-large;
display: block;
width: 100%;
text-transform: uppercase;
text-decoration: none;
background: #ed3330;
padding: 20px;
border-radius: 5px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
}

.apply_here_cpp:hover {
background: #434343;
letter-spacing: 1px;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}