@import url("https://fonts.googleapis.com/css?family=Anton|Roboto");
@import url("../font-awesome/css/font-awesome.min.css");


/*
	EduStyle by Bikram Thapa
	thapabikram.com.np
	Free for personal and commercial use under the CCA 3.0 license (thapabikram.com.np/license)
*/
html,
body {
   
   height:100%;
}

@font-face {
    font-family: myFirstFont;
    src: url('../fonts/ek-mukta.regular_0.ttf');
}

@font-face {
  font-family: nepali;
  src:url('../fonts/Shangrila Numeric.TTF');
}

.nepali {
  font-family:nepali;
}

html,body {
    font-family: 'myFirstFont', sans-serif;
      position: relative; 
      min-height:100%;
  }

  a {color:#039;}
  a:hover {color:#B00; cursor: pointer; text-decoration: none;}

  .affix {
      top:0;
      width: 100%;
      z-index: 9999 !important;
  }
  .navbar {
      margin-bottom: 0px;
  }

  .affix ~ .container-fluid {
     position: relative;
     top: 50px;
  }
.col-md-12 {padding:0; margin: 0}
.brand {background-color:#EEE; color:#333; min-height:70px;}
.brand1 {background:#216eb5; color:#FFF;}
.brand2 {background:#BB0000; color:#FFF;}
.brand2 a {color:#FFF;}
.brand1 a {color:#09F;}
.grey {background:#EEE;}
.white {background:#FFF;}
.black {background:#000;}
.box {padding-top:10px; padding-bottom: 10px;}
.navbar-inverse {border-radius:0; border:none; font-weight: bold; font-size:1.2em; background:#216eb5; color:#FFF}
.navbar-brand {font-size:1em;}
.wrapper {max-width: 1200px; margin:0 auto; display: block; background:none;}

ul.navbar-nav {list-style-position: inside; list-style: none; margin: 0;}
ul.navbar-nav li {border-left:none; border-right:none; text-transform:uppercase;}
ul.navbar-nav li a {padding:15px 20px; text-transform: none;}
ul.navbar-nav li ul li a {padding:5px 10px; text-transform:none; min-width:200px;}
ul.navbar-nav li a.active {background:#BB0000; color:#FFF;}
.navbar-header a.active {background:#BB0000; color:#FFF;}
.navbar-header a:hover {background:#BB0000; color:#FFF;}
ul.navbar-nav li:hover {background:#BB0000; color:#FFF;}

ul.dropdown-menu {position:absolute;}
li.dropdown:hover ul.dropdown-menu {top:50px; z-index: 100;}

.col-md-3, .col-md-4, .col-md-8, .col-md-9 {padding-top:20px; padding-bottom: 20px;}
#list-group-active-item {background:#09F; font-weight: bold; color:#FFF;}
.all-caps {text-transform: uppercase;}
.uline {border-bottom:#EEE 1px dashed;}
.menubox {background:#952; clear:both;}

.brand a.social-media span {color:#FF0; padding:2px 5px; font-size:1.2em;}
.brand a.social-media span:hover {color:#000;}

.menu-li a span {color:#FF0;}
.quick-links a {color:#333; display: block; border-left:#FF0 5px solid; border-bottom:#FF0 1px solid; padding-left:10px; margin:5px 0;}
.quick-links a:hover {text-decoration: none; background:#0A0; color:#FFF;}
h3.all-caps {font-weight: bold; color:#050;}

.flash-news a {color:#777; margin:0 50px;}
.flash-news a:hover {color:#09F; cursor: pointer; text-decoration: none;};
.flash-news-header {background: #BBB; position: relative;}
.flash-news-header:after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    border-top: 20px solid #EEE;
    border-left: 20px solid #BBB;
    width: 0;
}

.dash-count {background:#089948; width:100px; height:100px; margin:0 auto; padding:30px; border-radius:50px; font-size:30px; color:#FFF; font-weight: bold; text-shadow:1px 1px rgba(50,50,50,1); border:#0b243d 5px solid; text-align: center}
.dash-count-icon {font-size:25px; color:#333; width:50px; height:50px; background:#FFF; border-radius:25px; margin:0 auto; margin-bottom: -30px; position: relative; padding:10px; box-shadow:3px 3px rgba(30,30,30,1);}
.child-box {border:#FFF 2px solid; min-height:350px; box-shadow:0 0 1em #BBB; margin:5px 0;
/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.textwrapper {
  overflow-wrap: break-word; word-wrap: break-word; 
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.child-box:hover {box-shadow:0 0 1em #0A0;}

.customer-menu-box { background:#0b243d; color:#FFF; border-radius: 0 0 20px 20px; padding-bottom:10px; margin-bottom:10px;}
.customer-menu-box table tr { border:none;}
.customer-menu-box table tr td { padding:5px;}
.customer-menu-box a {color:#F90}
.customer-menu-box a:hover {color:#089948}

ul.customer-menu {padding:0;}
ul.customer-menu li { list-style: none; padding:0; list-style-position:outside; padding:5px; background:#0b243d; color:#FFF; border-bottom: #0b403d 1px solid;}
ul.customer-menu li a {color:#FFF; width:100%;}
ul.customer-menu li:hover {background:#089948; cursor: pointer;}
ul.customer-menu li.active {background:#089948;}


.footer {background:#DDD; border-top:1px #BBB solid;}
.footer-textbox {position: relative; bottom:0; width: 100%; text-align: center; font-size: 18px; background:#FF0; border-top:#0b243d 5px solid; background:#089948; color:#FFF; font-size:14px;}

ul.footer-list {padding:0;}
ul.footer-list li { list-style: none; padding:3px; }
ul.footer-list li:before {content: "» ";}

ul.footer-menu {padding:0;}
ul.footer-menu li {padding:0 10px; float:left; list-style: none; border-right: #089948 1px solid;}
ul.footer-menu li a {color:#EEE;}
ul.footer-menu li a:hover {color:#089948;}

.row-title {border-bottom:#089948 2px solid; margin:50px auto;}
.row-title span {background:#089948; margin-bottom: -100px; padding:5px 10px; border-radius:10px; border:#089948 2px solid; font-weight: bold; color:#FFF;}

.fun-number {font-size:50px; width:150px; height:150px; border-radius:100px; background:#089948; padding:30px 10px; color:#FFF; font-weight: bold; border:#0b243d 10px solid; margin:0 auto;}
.fun-title {font-size:30px;}


.page-info-holder {min-height:200px; background:rgba(0,100,250,0.3); background:#DDD; border-bottom:#999 1px solid;}

.featured-image { border:#BBB 5px solid; max-width:200px; padding:0; border-radius:100px; background:#FFF; border:#0b243d 10px solid;}
.featured-image:hover {background:#FFF; cursor: pointer; border:#089948 10px solid;}
.featured-title {font-size:25px; font-weight: bold; color:#FFF;}

ul.site-map-menu {}
ul.site-map-menu li ul li ul li {list-style: circle;}
ul.site-map-menu li ul li {list-style: square;}
ul.site-map-menu li {list-style: none;}

li.dropdown-inner {position: relative;}
li.dropdown-inner ul {position:absolute; top:-9999px; padding:0; background:#FFF;}
li.dropdown-inner:hover ul {top:0; left:200px; border:#CCC 1px solid; border-radius:3px; padding:2px;}

li.dropdown-inner ul li {width:250px; background:#FF0; list-style: none; background:#FFF; color:#777; padding:3px;}
li.dropdown-inner ul li a {font-weight: normal;}
li.dropdown-inner ul li a:before { content:"» ";}
li.dropdown-inner ul li:hover a {color:#FFF;}

li.dropdown ul li a:before { content: "» "; }
.tab-content {min-height:100%;}
.input-sm {width:100%;}

ol.carousel-indicators {display: none;}

.featured-icons { margin-top:-100px; }
.site_home_title {display: none;}




/******************* Model 
.modal  {
    padding-right: 0px;
    background-color: rgba(4, 4, 4, 0.8); 
    }
   
    .modal-dialog {
            top: 20%;
                width: 100%;
    position: absolute;
        }
        .modal-content {
                border-radius: 0px;
                border: none;
    top: 40%;
            }
            .modal-body {
                    background-color: #0f8845;
    color: white;
                }
***************************/

@media screen and (max-width: 767px) {
  ul.footer-menu li {padding:0 10px; clear: both; padding:20px auto; border:none; width:100%; height: 30px;}
  .footer-textbox {padding-bottom:30px;}
  .featured-icons { margin-top:0; }
  .site_home_title {display: inline-block; padding:0; padding-left:2px; min-width:200px;}
  }

  
 .modal-dialog {min-width:300px; max-width:700px}
 
 .dt-buttons { padding:5px; margin:5px 0; text-align:right }
 .dt-buttons a { padding:0 5px; border:#BBB 1px solid; margin:1px; border-radius:5px;}
 .dt-buttons a:hover {background:#EEE }
 
 
 
 /*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
  color: #3366cc;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

*, ::after, ::before {
  box-sizing: border-box;
}
 
 .section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #3366cc;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}