@import url(https://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic);
html {
    -ms-overflow-style: scrollbar
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-family: Karla, sans-serif;
    line-height: 1;
    vertical-align: baseline
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Karla, sans-serif;
    color: inherit
}

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

a {
    font-family: Karla, sans-serif;
    font-size: 14px;
    color: inherit;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

p {
    font-family: Karla, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    color: #000000;
    text-align: justify;
    line-height: 24px
}

ol,
ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none
}

button {
    border-color: transparent;
    background: 0 0
}

.col-centered {
    float: none;
    margin: 0 auto
}
.mar-right0{
	margin-right: 0 !important;
}
.no-padding {
    padding: 0!important
}

.no-margin {
    margin: 0!important
}

.mar-top0 {
    margin-top: 0!important
}

.mar-bot10 {
    margin-bottom: 10px
}

.mar-bot20 {
    margin-bottom: 20px
}

.mar-bot50 {
    margin-bottom: 50px
}

.mar-bot30 {
    margin-bottom: 30px
}

.mar-top10 {
    margin-top: 10px
}

.mar-top20 {
    margin-top: 20px
}

.mar-top50 {
    margin-top: 50px
}

.mar-top40 {
    margin-top: 40px
}

.mar-bot40 {
    margin-bottom: 40px
}

.mar-bot15 {
    maring-bottom: 15px
}

.mar-left10 {
    margin-left: 10px
}

.mar-top30 {
    margin-top: 30px
}

.mar-topbot30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.mar-topbot20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.mar-topbot50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mar-right10 {
    margin-right: 10px
}

input[type=email],
input[type=file],
input[type=search],
input[type=tel],
input[type=text] {
    border-radius: 0;
    outline: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-right: 5px
}

.form-group {
    margin-bottom: 25px
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.form-control:focus {
    border-color: #0069ba;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #0069ba, 0 0 8px rgba(246, 182, 24, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 182, 24, .6)
}

textarea.form-control {
    height: auto!important
}

footer #upfoot {
    margin-top: 50px;
    background-color: #00213a;
    padding: 60px 0 50px 0
}

footer #upfoot .gray-aaa {
    color: #aaa
}

footer #upfoot .foot-title {
    font-weight: 600;
    color: #e8e8e8;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 10px;
    display: inline-block
}

footer #upfoot .foot-list {
    margin-top: 20px;
    padding-left: 0;
    list-style: none
}

footer #upfoot .foot-list li {
    margin-bottom: 20px
}

footer #upfoot .foot-list li a {
    color: #aaa;
    font-size: 14px
}

footer #upfoot .foot-list li a:hover {
    padding-left: 10px;
    color: #0069ba
}

footer #upfoot .addr-text {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #aaa
}

footer #upfoot .footer-social {
    margin-top: 25px;
    margin-left: 0
}

footer #upfoot .footer-social a {
    width: 37px;
    height: 37px;
    display: inline-block;
    line-height: 37px;
    background-color: rgba(0, 0, 0, .15);
    text-align: center;
    color: #ccc;
    margin-top: 15px
}

footer #upfoot .footer-social a:hover {
    background-color: #0069ba;
}

footer #footer-container {
    text-align: center;
    padding: 30px;
    background: #001b30
}

footer #footer-container a {
    font-size: 14px;
    color: #929292
}

footer #footer-container a:hover {
    color: #0069ba
}

footer .scrollup {
    height: 50px;
    width: 50px;
    border-radius: 77px;
    color: #fff;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 25px;
    z-index: 9999;
    opacity: .5;
    background: #0069ba
}

footer .scrollup:hover {
    opacity: 1;
    color: #fff
}

.top-section {
    width: 100%;
    float: left;
    background: #0069ba
}

.top-section .top-icons {
    padding: 15px 0 0 22px
}

.top-section .top-icons a {
    padding-right: 17px
}

.top-section .top-icons .social .fa {
    font-size: 18px;
    color: #CCC;
    padding: 0;
    margin-left: -7px
}

.top-section .top-icons .social .fa:hover {
    color: #fff
}

.top-section .top-right a {
    color: #ccc;
    font-size: 14px;
    display: inline-block
}

.top-section .top-right a:hover {
    color: #fff
}

.top-section .top-right .email {
    padding: 16px 18px 16px 18px;
    border-right: 1px solid #94a9bf
}

.top-section .top-right .number {
    padding: 16px 0 16px 0;
    margin-left: 18px
}

.top-section .top-right .ph-size {
    font-size: 18px;
    margin-right: 5px;
    color: #ccc
}

.bottom-section .logo img {
    margin: 10px 0;
    width: 180px
}

.bottom-section .navbar {
    margin-bottom: 0;
    min-height: 0;
    text-transform: uppercase
}

.bottom-section .navbar li a {
    padding: 6px 0 6px 27px
}

.bottom-section .navbar-default {
    background-color: transparent;
    border-color: transparent
}

.bottom-section .navbar-default .navbar-nav {
    float: right;
    margin: 30px 0
}

.bottom-section .navbar-default .navbar-collapse {
    padding-right: 0
}

.bottom-section .navbar-default .navbar-nav>.active>a,
.bottom-section .navbar-default .navbar-nav>.active>a:focus,
.bottom-section .navbar-default .navbar-nav>.active>a:hover {
    color: #0069ba;
    background-color: transparent
}

.bottom-section .navbar-default .navbar-nav>.open>a,
.bottom-section .navbar-default .navbar-nav>.open>a:focus,
.bottom-section .navbar-default .navbar-nav>.open>a:hover {
    color: #0069ba;
    background-color: transparent
}

.bottom-section .navbar-nav>li>.dropdown-menu {
    margin-top: 30px
}

.bottom-section .navbar-nav>li>.dropdown-menu li a {
    padding: 6px 20px 6px 20px!important
}

.bottom-section .navbar-nav>li>.dropdown-menu li a:hover {
    color: #0069ba;
    background-color: transparent
}

.carousel-indicators li {
    text-align: center;
    border: none;
    text-indent: 0;
    margin-right: 5px;
    font: normal normal normal 15px/1 FontAwesome
}

.carousel-indicators li:before {
    content: "\f192"
}

.carousel-indicators .active {
    background-color: transparent;
    color: #0069ba;
    margin-right: 5px
}

.second-section {
    width: 100%;
    background: url(../images/strech-bar.png) left top no-repeat;
    background-size: 100% 100%
}

.second-section .about {
    background: #0069ba;
    padding: 0 15px 120px 0;
    margin-top: -20px
}

.second-section .about h2 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    background: url(../images/h2-line.png) left bottom no-repeat;
    padding-top: 84px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-weight: 600
}

.second-section .about p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    padding: 0 30px 88px 0
}

.second-section #servicehome {
    font-size: 25px;
    color: #0069ba;
    text-transform: uppercase;
    background: url(../images/h2-lineb.png) left bottom no-repeat;
    padding-top: 70px;
    margin: 0 0 39px 40px;
    font-weight: 600;
    padding-bottom: 10px
}

.second-section .newse2 {
    font-weight: 700;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    color: #0069ba;
    margin-bottom: 24px;
    margin-top: 16px
}

.second-section .newse2:hover {
    color: #929292
}

.second-section .news6 {
    text-align: left;
    margin-bottom: 50px
}

.btn-prime {
    padding: 15px 15px;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 20px
}

.btn-prime i {
    padding-left: 20px
}

.btn-prime:hover {
    background-color: #fff;
    color: #0069ba
}

.btn-prime:hover i {
    color: #0069ba
}

.btn-prime-def {
    border: 1px solid #0069ba;
    color: #0069ba;
    padding: 10px 15px;
    display: inline-block;
    text-transform: uppercase
}

.btn-prime-def i {
    color: #0069ba;
    margin-left: 5px
}

.btn-prime-def:hover {
    background: #0069ba;
    color: #fff
}

.btn-prime-def:hover i {
    color: #fff
}

#title {
    font-size: 25px;
    color: #0069ba;
    text-transform: uppercase;
    background: url(../images/h2-lineb.png) center bottom no-repeat;
    font-weight: 600;
    padding-bottom: 10px
}

#title-left {
    font-size: 25px;
    color: #0069ba;
    text-transform: uppercase;
    background: url(../images/h2-lineb.png) left bottom no-repeat;
    font-weight: 600;
    padding-bottom: 10px
}

.sixth-section {
    padding: 50px 0
}

.sixth-section .message-box {
    margin: 30px 0
}

.sixth-section .message-box .happy-img {
    width: 30px!important
}

.sixth-section .message-box .student-image {
    height: 100px;
    width: 100px;
    margin-top: 20px;
    background-size: cover;
    border-radius: 100px
}

.sixth-section .message-box p {
    font-size: 15px
}

.sixth-section .message-box h4 {
    text-align: left;
    margin-top: 20px;
    color: #0069ba;
    display: block
}

.fourth-section {
    padding-top: 50px
}

.fourth-section p {
    margin-top: 10px;
    font-size: 20px;
    color: #fff
}

.fourth-section i.fa {
    float: left;
    margin-top: 10px;
    padding-right: 30px
}

.fourth-section .call-now {
    background: #0069ba;
    border-right: 1px solid #DCDCDC;
    padding: 25px 15px 25px 60px;
    font-size: 20px;
    color: #fff
}

.fourth-section .mail-now {
    background: #0069ba;
    padding: 25px 15px 25px 75px;
    font-size: 20px;
    color: #fff
}

.fourth-section .or {
    width: 44px;
    height: 44px;
    background: #929292;
    color: #fff;
    text-align: center;
    font-family: Karla, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    top: 32%;
    right: 0;
    left: 0;
    font-weight: 700;
    margin: 0 auto;
    padding: 14px 0 0 0
}

.fifth-section {
    padding-top: 50px
}

.fifth-section .owl-carousel .item {
    text-align: center;
    margin-right: 5px;
    border: 1px solid #edeff5;
    height: 115px
}

.fifth-section .owl-carousel .item img {
    padding-top: 15px
}

.fifth-section .owl-carousel .item:hover {
    border: 1px solid #0069ba
}

.breadcrump-image {
    height: 150px;
    background-size: cover;
    background-position: center center
}

.breadcrump-image h2 {
    text-align: center;
    margin-top: 60px;
    text-transform: uppercase;
    color: #fff;
    font-size: 36px
}

.bread {
    line-height: 45px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase
}

.bread a {
    color: #929292
}

.bread a:hover {
    color: #0069ba
}

.bread span {
    color: #0069ba
}

.bread i.fa {
    font-size: 10px;
    color: #929292
}

.address .custom-fa {
    color: #0069ba;
    font-size: 22px;
    margin: 10px -10px 0 0
}

.address h4 {
    color: #0069ba;
    font-weight: 700
}

.address .contact-social i.fa {
    margin-top: 5px;
    font-size: 16px;
    color: #929292
}

.address .contact-social i.fa:hover {
    color: #0069ba
}

.border-box {
    margin-bottom: 20px
}

.border-box .quicklinks {
    padding: 10px 15px;
    background-color: #0069ba;
    margin: 0;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase
}

.border-box ul {
    border: 1px solid #ddd
}

.border-box ul li {
    padding: 15px;
    background-color: #fafafa;
    border-bottom: 1px solid #ddd
}

.border-box ul li a {
    font-size: 14px;
    color: #777
}

.border-box ul li a:hover {
    padding-left: 10px;
    color: #0069ba
}

.border-box ul li a.active {
    color: #0069ba;
    padding-left: 10px
}

.error-404 {
    background: url(../images/error.png) no-repeat top center
}

.error-404 h2 {
    font-size: 32px;
    color: #0069ba;
    line-height: 50px
}

.director-img {
    width: 200px;
    margin-left: 10px
}

.testi-box-inside {
    margin-top: 40px;
    display: inline-block;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd
}

.testi-box-inside .happy-img {
    width: 30px
}

.testi-box-inside .student-image {
    height: 150px;
    width: 150px;
    background-size: cover;
    border-radius: 100px
}

.testi-box-inside p {
    font-size: 15px
}

.testi-box-inside h4 {
    text-align: left;
    margin-top: 20px;
    color: #0069ba;
    display: block
}

.events .event-image {
    height: 160px;
    background-size: cover;
    margin-top: 40px
}

.events .event-box {
    padding: 15px;
    background-color: #fbfbfb
}

.events .event-box h3 {
    margin: 0;
    font-size: 20px;
    text-align: center;
    min-height: 60px
}

.events .event-box h3:hover {
    color: #0069ba
}

.events .event-box .event-date {
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    color: #0069ba
}

.nav-tabs>li>a {
    border-radius: 0 0
}

.nav>li>a {
    padding: 10px 20px
}

.tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px 20px
}



.login-body{position:relative;margin:0;padding:0;width:100%;background-image:url(http://nep.edu.np/assets/images/body-bg.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover;height:100vh}.login-body .login-box{position:absolute;left:35%;top:15%;width:30%;padding:20px 20px 0 20px;border:2px solid #ddd}.login-body .login-box:before{background-color:#fff;opacity:.2;content:"";position:absolute;top:0;left:0;bottom:0;width:100%;z-index:0;height:100%}.login-body .login-box a.login-img{z-index:9999;display:block;cursor:pointer;position:relative}.login-body .login-box a.login-img img{width:200px;margin-bottom:20px}