html,
body {
    min-height: 100%;
}
body {
    background: #ebeff2;
    font-family: 'Calibri', sans-serif;
    color: #555655;
    font-size: 16px;
	padding-bottom: 6rem !important;
}
body#loginbody{
	padding-bottom: 0px !important;
}
body#loginbody footer{
/*	position: fixed !important;*/
	position: relative;
	right: 0px;
		bottom: 0px;
		left: 0px;

}
#newloginwrapper ul,
#newloginwrapper ol {
    margin: 0;
    padding: 0;
}
#newloginwrapper ul li {
    list-style: none;
}
#newloginwrapper h1,
#newloginwrapper h2,
#newloginwrapper h3,
#newloginwrapper h4,
#newloginwrapper h5,
#newloginwrapper h6 ,
#newloginwrapper .row{
    margin: 0;
    padding: 0;
}
/***************** topbar ******************/

/*
.container
{
    padding:0px 34px;
}
*/

.top-bar {
    background: white;
    margin-bottom: 8px;
    background: white;
    position: fixed;
    z-index: 99;
    width: 100%;
    box-shadow: 2px 1px 3px #cccccc;
}

.log-in-section {
    width: 100%;
    margin-top: 16px;
	margin-bottom:16px;
}
.log-in-section .form-element {
    width: 37%;
    float: left;
    margin-right: 10px;
}
.log-in-section .form-element .input-group {
    width: 100%;
}
.log-in-section .form-element .input-group .form-control {
    background: #f1efeb;
    height: 34px;
    font-size: 14px;
    font-family: arial;
}
.log-in-section .dropdown {
    float: right;
}
.log-in-section .dropdown.btn.btn-success a {
    color: white;
    font-family: arial;
}
.log-in-section .dropdown.btn {
    padding: 6px 14px;
}
.log-in-section .dropdown.btn.btn-success a:hover {
    text-decoration: none;
}
.log-in-section .dropdown .dropdown-menu {
    display: none;
    visibility: hidden;
    min-width: auto;
}
.log-in-section .dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
}
.log-in-section .dropdown .dropdown-menu {
    width: 100%;
}
.log-in-section .dropdown .dropdown-menu li {
    border-bottom: 1px solid #eee;
}
.log-in-section .dropdown .dropdown-menu li a {
    color: gray!important;
}
/***************** NAVBAR ******************/

/*
.menu-bar {
    float: right;
}
*/
/***right-top-bar section end***/

/*
.menu-bar .navbar-default {
    background: #003c1e;
    border: none;
}
.menu-bar .container-fluid {
    padding: 0;
}
.menu-bar .navbar {
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 50px;
    min-height: 1px;
}
.menu-bar .navbar-default .navbar-nav>li {
    padding: 10px 0px;
}
.menu-bar .navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    position: relative;
    z-index: 4;
    transition: all 0.65s ease;
    overflow: hidden;
    padding: 0px 18px;
}
*/


/*************** Carousel ********************/


#new-carousel .midas-slider .carousel-indicators li {
    height: 20px;
    width: 20px;
    border: 2px solid #00a7e2;
    margin: 0;
}
#new-carousel .midas-slider .carousel-indicators .active {
    background: #008bc5;
}
#new-carousel .midas-slider {
    padding-top: 5px;
	padding-right: 0px;
}
#new-carousel .midas-slider .carousel-control.right {
    background-image: none;
}
#new-carousel .midas-slider .carousel-control.left {
    background-image: none;
}
#new-carousel .midas-slider .carousel-indicators {
    left: initial;
    bottom: 0px;
    right: 15px;
    width: auto;
}
#new-carousel .midas-slider .item .midas-caption {
    bottom: 32%;
}
#new-carousel .midas-slider .item .my-img {
   max-height: 383px;
    width: 100%;
	background: white;
}

#new-carousel .carousel-inner
{
  border:1px solid #ddd;
border-bottom:1px solid transparent;
}
#new-carousel .midas-slider  .midas-caption h3 {
    color: #f07702;
    text-shadow: none;
    font-size: 30px;
    display: block;
    text-transform: capitalize;
    font-style: italic;
	margin-bottom: 0px; 
/*	nabin*/
}
#new-carousel .midas-slider  .midas-caption span {
    text-shadow: none;
    display: block;
    font-size: 30px;
    color: #000;
}
#new-carousel .midas-slider .midas-caption a {
    background: #0362a9;
    display: inline-block;
    text-shadow: none;
    font-size: 18px;
    text-transform: capitalize;
    color: white;
    border-radius: 20px;
    padding: 5px 50px;
}
#new-carousel .bottom-img {
    margin-top: -2px;
}
#new-carousel .midas-caption
{
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-align:center;

  
}





/*************** steps *********************/

.steps {
    margin-top: 0px;
}
.steps .midas-step span {
    float: left;
    height: 80px;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 30px;
}
.steps .midas-step .step-detail {
    font-size: 18px;
    line-height: auto;
    color: #000003;
}
/*************** subjects *********************/

.subjects {
    margin-top: 15px;
}
.subjects .main-title {
    font-size: 34px;
    color: #4a4a4a;
    text-align: center;
    margin-bottom: 40px;
	margin-top:-10px !important;
	font-weight: bold;
}
.subjects .midas-subjects {
    background: #008dc7;
    color: white;
    font-weight: normal;
    border-radius: 8px;
    font-family: 'Calibri';
    padding: 15px;
    margin-bottom: 25px;
    height: 305px !important;
}
.subjects .midas-subjects span {
    float: left;
    margin-right: 20px;
}
.subjects .midas-subjects .sub-title {
    font-size: 24px;
}
.subjects .midas-subjects1 {
    background: #ff6914;
}
.subjects .midas-subjects2 {
    background: #ffa000;
}
.subjects .midas-subjects .subject-detail {
   text-align: justify;
    font-family: 'Calibri', sans-serif;
    font-size: 16px;

}
.subjects .midas-subjects .subject-detail strong a {
    color: white;
}
.subjects .midas-subjects-row {
    min-height: 280px;
}
.subjects .midas-subjects6 span {
    height: 80px;
}
.subjects .midas-subjects4 {
    background: #1c8b98;
}
.subjects .midas-subjects5 {
    background: #75bc30;
}
.subjects .midas-subjects6 {
    background: #edaa4e;
}
.subjects .midas-subjects h3{
	color:white !important;
}
/*************** creative-detail *********************/

.be-aware {
    font-family: 'Calibri';
    margin-bottom: 35px;
}
.be-aware .creative-detail p,
.be-aware .creative-detail h3 {
/*    margin-left: 30px;*/
    color: #000000;
    font-weight: normal;
     text-align: justify;
    font-family: 'Calibri', sans-serif;
    font-size: 16px;

}
.be-aware .creative-detail h3 {
    font-size: 24px;
    font-weight: bold;
}
/*************** about-app *********************/

.about-app {
    background: white;
}
.about-app .app-img {
    margin-top: 0px;
}
.about-app .app-detail {
    margin-top: 45px;
}
.about-app .app-detail h3 {
    color: #4082ba;
    font-size: 30px;
    font-weight: bold;
}
.about-app .app-detail h3 span {
    color: #49627f;
    display: block;
}
.about-app .app-detail .app-discript {
    font-size: 20px;
    ;
    color: #80a7c8;
    margin: 15px 0px;
}
.about-app .app-detail .app-discript span {
    color: #49627f;
    display: block;
}
.about-app .app-detail figure {
    margin-left: 60px;
}
.techer-app-img {
    margin-top: 80px;
}
/*************** get-also *********************/

.get-also {
    background: #3f879d;
    padding: 20px 0px;
    color: white;
}
.get-also h2 {
    font-size: 30px;
    font-weight: bold;
}
.device-img li {
    float: left;
    background: white;
    height: 118px;
    width: 118px;
    border-radius: 50%;
    margin-right: 20px;
    border: 1px solid #edaa4e;
}
.device-img li:last-child {
    margin-right: 0px;
}
.device-img li img {
    padding: 20px;
}
.device-img li:first-child img {
    padding: 20px 30px;
}
/*************** intall app *********************/

.parents-app {
    margin: 15px 0px;
}
.parents-app-discription .app-detail h3 {
    color: #4082ba;
    font-size: 30px;
    font-weight: bold;
}
.parents-app-discription .app-detail h3 span {
    color: #405a78;
    display: block;
}
.parents-app-discription .app-detail .app-discript {
    color: #4b6380;
    font-size: 20px;
    margin-top: 20px;
}
.parents-app-discription a.instal {
    color: #0b03a9;
    font-size: 20px;
    display: block;
    transition: 0.5s;
}
.parents-app-discription a.instal:hover {
    text-decoration: none;
    color: #4b6380;
}
.parents-app-discription a.instal span {
    display: block;
}
.techer-app {
    background: white;
}
.techer-app .app-detail {
    margin-top: 40px;
    margin-bottom: 40px;
}
.techer-app .parents-app-discription .app-detail .app-discript {
    color: #80a7c8;
    text-align: justify;
}
.join-us {
    background: white;
    padding: 20px 0px;
}
.join-us h2 {
    font-size: 30px;
    font-weight: bold;
    color: #838181;
    text-align: center;
}
.join-us h2 span {
    color: #449fc9;
}
.join-us .clases,
.join-us .experts,
.join-us .students {
    text-align: center;
    margin: 30px 0px;
    font-size: 30px;
    color: #838181;
    padding: 30px 0px;
}
.join-us .clases,
.join-us .experts {
    border-right: 1px solid #838181;
}
.join-us .clases p,
.join-us .experts p,
.join-us .students p {
    font-size: 25px;
    color: #838181;
    font-weight: normal;
}
.join-us .clases .bg-for,
.join-us .experts .bg-for,
.join-us .students .bg-for {
    display: inline-block;
    padding: 5px 20px;
    color: black;
    margin-bottom: 10px;
}
/*************** Footer *********************/

.foot-ac {
    text-align: center;
    padding: 15px 0px;
	margin-bottom: 40px;
}
.foot-ac .create-ac .foot-login,
.foot-ac .create-ac .create-new {
    background: #040c30;
    text-transform: uppercase;
    color: white;
    padding: 10px 90px;
    display: inline-block;
    font-size: 18px;
}
.foot-ac .create-ac .create-new {
    background: #ff0000;
    margin-left: 40px;
}
.foot-wrap {
    background: #666666;
    padding: 25px 0px;
    color: white;
    font-weight: normal;
}
.foot-wrap .copy-right ul li {
    float: left;
    margin-right: 30px;
}
.foot-wrap .copy-right ul li a,
.foot-wrap .copy-right1 ul li a {
    color: white;
}
.foot-wrap .copy-right1
{
/*	margin-top:10px;*/
}
.foot-wrap .copy-right ul li a:hover,
.foot-wrap .copy-right1 ul li a:hover {
    text-decoration: none;
}
.foot-wrap .copy-right1 ul li {
    float: right;
    text-align: right;
        margin-left: 20px;
    font-size: 14px;
}
.foot-wrap .copy-right p,
.foot-wrap .copy-right1 p {
    padding: 0;
    margin: 0;
}
.foot-wrap .copy-right1 .quick-links {
    font-weight: bold;
    text-align: right;
}
.join-us .clases .bg-for {
    background: url(http://midas.com.np/assets/images/newmidasimages/image1.png)no-repeat center center;
    width: 100%;
}
.join-us .experts .bg-for {
    background: url(http://midas.com.np/assets/images/newmidasimages/image2.png)no-repeat center center;
    width: 100%;
}
.join-us .students .bg-for {
    background: url(http://midas.com.np/assets/images/newmidasimages/images3.png)no-repeat center center;
    width: 100%;
}
.mycustul li ul li{
		padding-left: 50px !important;
	}
#newloginwrapper .step-detail{
	font-family: 'Calibri', sans-serif;
}
#newloginwrapper{
font-family: 'Calibri', sans-serif;
}
h2.main-titlea{
	  font-size: 30px;
    color: #36444e;
    text-align: center;
    margin-bottom: 29px !important;
    margin-top: -5px !important;
    font-style: italic;
color: #f07702;
/*	 font-family: falling-sky;*/
}
@font-face {
    font-family: falling-sky;
    src: url(../../assets/fonts/fallingskybdobl.otf);
}


h4.main-title{
	margin-bottom: 29px !important;
}
.avai-course{
	background:white;
	margin-bottom: 40px;
}
h2.h2-01, h2.h2-02{margin:15px 0px !important;}
h2.h2-01{color: #828081;font-size: 22px;}
.upp-img{
	margin-bottom: 20px;
}
h2.h2-02{
	    
}
p.marg0{
	margin-bottom: 0px;
}
.school-lvl P{
	color:#c83532;
}
.plus2 P{
color:#1f3f88;
}
.bach-lvl P{
	color:#f59720;
}
.mast-lvl P{
color:#2abbc3;	
}
.entrance P{
	color:#0ca27d;
}
.uppimg-cap p{
	font-size:16px;
}
.mast-lvl .upp-img img{
	height:125px !important;
}
h2.h2-02 {
        margin-top: 45px !important;
	 margin-bottom: 30px !important;
    font-size: 23.64px;
    color: #47494a;
}
@font-face {
	font-family: Verdana;
	src: url(../../assets/fonts/Verdana.ttf);
}

h2.h2-01, h2.h2-02, .uppimg-cap p{
	font-family: Verdana;
}
h2.h2-01.text-center.a01{
	margin-top: 0px !important;
	margin-bottom: 25px !important
}
.school-lvl, .plus2, .bach-lvl, .mast-lvl, .entrance{
	margin-bottom: 45px;
}


.slideanim {visibility:hidden;}
  .slidea {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }