body{
  font-family: Roboto;
  -webkit-font-smoothing-: antialiased;
  -moz-font-smoothing-: antialiased;
  -ms-font-smoothing-: antialiased;
  -o-font-smoothing-: antialiased;
  font-smoothing-: antialiased;
  background-color: #f5f5f5;
}
.header-area{
  background-color: #fff;
}
.logo{
  margin-top: 40px;
}

/* 22 mar 2016 */
.logo a.btn-home{
  color: #757575;
  font-size: 24px;
  float: left;
  padding: 10px 20px 0px 0px;
  text-decoration: none;
}
.logo a.btn-home:hover{
  color: #ac016d;
}
.logo img{
  float: left;
}


.logo_slogan{
  margin-top: 65px;
  float: left;
  font-weight: bold;
  font-size: 16px;
  padding-top: 13px;
}

.slider{
  margin-top: -135px;
  /*height: 510px;*/
  height:465px;
  background: url(../images/slider_img.jpg) center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Navbar */
.navbar-menu{
  margin-top: 50px;
  background-color: #00334c;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}
.navbar-menu ul li{
  float: left;
  list-style: none;
  padding: 0px 25px 0 25px;
}

/* Search area */
.search-area{
  text-align: center;
  background-color: #eee;
  padding: 8px 15px;
  width: 70%;
  border-radius: 4px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.search-area select{
  height: 45px;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
.tmu{
  float: right;
}


.combobox select {
    border: 0 !important;  /*Removes border*/
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    appearance: none;
    color: #212121;
    background: #fff url(../images/dropdown-arrow.png) no-repeat center right;
    background-position: 97%;
    padding: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    padding-left: 10px;
    width: 101%;
    margin-right: 50px;
}

.combobox select:hover{
  background: #fff url(../images/dropdown-arrow2.png) no-repeat right;
  background-position: 97%;
}

.combobox {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}

.combobox select option{
  width: 100%;
}



.styled select {
   background: transparent;
   width: 150px;
   font-size: 16px;
   border: 1px solid #ccc;
   height: 34px; 
} 

.styled{
   margin: 50px;
   width: 120px;
   height: 34px;
   border: 1px solid #111;
   border-radius: 3px;
   overflow: hidden;
   background: url(../images/dropdown-arrow.png) no-repeat right
}







.see-training-btn{
  height: 45px;
  margin-left: 0px;
  background-color: #b1097c;
  color: #fff;
  border: none;
  font-size: 18px;
  float: left;
}
.see-training-btn:hover, .see-training-btn:focus{
  background-color: #bd0984;
  color: #fff;
}
.right-arrow{
  padding: 6px;
  background-color: #8f0764;
  color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 100px;
  margin-left: 8px;
}

/* Filer area */
.filter-area{
  padding-bottom: 50px;
  padding-top: 10px;
}
.filter-area h3{
  font-size: 24px;
  color: #fff;
}


.filter-area h3 a{
  cursor: pointer;
  color: #B1097C;
  text-decoration: none;
}

.filter-area h3 a:hover, .filter-area h3 a:focus{
  text-decoration: underline;
}

.filter-area span{
  font-size: 36px;
  font-weight: bold;
  color: #e65100;
}

.navbar-nav{
  margin-left: 4px;
}

.navbar-nav.nav-justified > li{
    float:none;
}

.navbar { min-height: 60px;   }
.navbar .navbar-brand{ padding: 0 12px;font-size: 16px;line-height: 45px;height: 45px; }
.navbar .navbar-nav > li > a {  padding-top: 0px; padding-bottom: 0px; line-height: 45px; }
.navbar .navbar-toggle {  
  float: left;
  width: 200px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 8px 9px;
  color: #fff;
  margin-right: 20px;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color: #fff;
  border-color: none;
}

.navbar-default .navbar-toggle{
  border: none;
}

.navbar-default .navbar-toggle:hover{
  background-color: #063851;
}

.navbar-default .navbar-toggle:focus{
  background-color: #063851;
}

.navbar-default .navbar-collapse{
  border: none;
}
.navbar .navbar-collapse {border-right: none;}

.border-enable{
  border-right: 1px solid #002a40;
  box-shadow: 1px solid #005580;
  box-shadow: 1px 0px 0px #005580;
}

.border-disabled{
  border-right: none;
  box-shadow: none;
  border: none;
}

.navbar-nav li{
  
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{
  background-color: #2c5a77;
  color: #fff;
}


.navbar-customize{
  background-color: #00334c;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
  border: none;
  position: relative;
  z-index: 5;
  
  background: #005580; /* Old browsers */
  background: -moz-linear-gradient(top,  #005580 0%, #00334c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005580), color-stop(100%,#00334c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #005580 0%,#00334c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #005580 0%,#00334c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #005580 0%,#00334c 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #005580 0%,#00334c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005580', endColorstr='#00334c',GradientType=0 ); /* IE6-9 */
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
  height: 60px;
  padding-top: 6px;
  font-size: 18px;
}

.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #fff;
  background-color: #165273;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: #2c5a77;
  color: #fff;
}


.toggle-btn{
float: left;
padding-top: 3px;
}

.menu-item{
border-right: 1px solid #074666;
}
.item2{
border: none;
}

.icon-bar {
background-color: #fff;
}
.my-header{
width: 100%;
}
.welcome{
background-color: #f0f0f0;
padding: 25px;
border-radius: 5px;
line-height: 24px;
border: 1px solid #e5e5e5;
}
.mini-submenu{
display:none;  
background-color: rgba(0, 0, 0, 0);  
border: 1px solid rgba(0, 0, 0, 0.9);
border-radius: 4px;
padding: 9px;  
/*position: relative;*/
width: 42px;
}
.mini-submenu:hover{
cursor: pointer;
}
.mini-submenu .icon-bar {
border-radius: 1px;
display: block;
height: 2px;
width: 22px;
margin-top: 3px;
}
.mini-submenu .icon-bar {
background-color: #000;
}
#slide-submenu{
background: rgba(0, 0, 0, 0.45);
display: inline-block;
padding: 0 8px;
border-radius: 4px;
cursor: pointer;
}
.close{
margin-top: 10px;
margin-right: 10px;
}

/* Search field */
.search-field{
  background-color: #165273;
  padding: 20px;
  z-index: 3;
  position: relative;
  border-radius: 0px 0px 10px 10px;
}
.search-field input{
  height: 50px;
  z-index: 9999;
  font-size: 16px;
}
.search-btn{
  background-color: #B1097C;
    color: #FFF;
    border: medium none;
    padding: 10px 20px;
    font-size: 16px;
    float: right;
    margin-bottom: -47px;
    margin-right: 4px;
    margin-top: 4px;
    position: relative;
    z-index: 9999;
}
.search-btn:hover, .search-btn:focus{
  background-color: #cc0a8f;
  color: #fff;
}

.slider-content{
  padding-top: 180px;
}

.slider h1{
  color: #212121;
  font-size: 40px;
  text-align: left;
  font-weight: bold;
  padding-top: 20px;
  margin-top: 10px;
  text-align: left;
  /*margin-left: 20%;*/
  margin-bottom: 40px;
  text-align: center;
}
.slider h3{
  color: #212121;
  font-size: 24px;
  text-align: left;
  margin-bottom: 40px;
  margin-top: 10px;
  text-align: left;
  /*margin-left: 20%;*/
  text-align: center;
}

/* LEFT TABBAR */
.icon-padding{
  padding-right: 5px;
}
.icon-padding-left{
  padding-left: 10px;
}
.left-tab{
  background-color: #165273;
  color: #fff;
  padding-top: 40px;
}
.tab-content{
  /*margin-bottom: 60px;*/
  background-color: #fff;
  min-height: 504px;
  color: #333;
  /*border-radius: 5px;*/
}
.tab-title{
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 20px;
}



.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a{
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  background: #00334c;
  color: #fff;
  min-width: 180px;
  border-radius: 4px 0px 0px 4px;
  padding-bottom: 4px;
  min-height: 1141px;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: 0px;  
    color: #fff;
    border: none;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    background: #004466;
    border: none;
    border-radius: 0px;
  cursor: pointer;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border: none;
  color: #fff;
    background-color: #004466;
    border-radius: 0px;
  
}
.tabs-left{
  min-height: 1215px;
}

.panel-title > a:hover, .panel-title > a:focus{
  color: #fff;
  text-decoration: none;
}


/* Filter */
.filter{
  padding-top: 20px;
  margin-bottom: 10px;
  height: 50px;
}
.filter-btn{
  color: #fff;
  background: #82b440;
  border: none;
  cursor:default;
}
.filter-btn:hover, .filter-btn:focus{
  color: #fff;
  background: #82b440;
  border: none;
}
.filter .badge{
  color: #82b440;
  background-color: #fff;
  margin-right: 3px;
  padding-top: 3px;
  
}

.filter .category-name{
  background-color: #f5f5f5;
  padding: 6px 10px;
  border-radius: 4px 4px 4px 4px;
  color: #616161;
  cursor:default;
}

/* Course List */
.course-body{
  width: 38%;
  float: left;
  padding-left: 15px;
  text-decoration: none;
}
.course-body a:hover{
  text-decoration: none;
}
.course-list:hover, .course-list2:hover{
  background-color: #f5f5f5;
  text-decoration: none;
}
.course-list{
  padding: 20px 0px 20px 0px;
  border-bottom: 1px solid #eee;
  margin-right: 40px;
  min-height: 115px;
}
.course-list a:hover{
  
}
.course-list2{
  padding: 20px 0px 20px 0px;
  border-bottom: 1px solid #eee;
  margin-right: 10px;
  min-height: 106px;
}
.course-list img, .course-list2 img{
  float: left;
  margin-bottom: 30px;
}
.course-list p, .course-list2 p{
  font-size: 16px;
  color: #165273;
  padding-left: 10px;
  padding-bottom: 1px;
  margin-bottom: 0px;
  overflow: hidden;
}
.course-list .cicon span i{
  color: #fff;
  font-size: 24px;
}
.course-list .cicon{
  height: 46px;
  width: 46px;
  border-radius: 4px;
  float: left;
  margin-bottom: 40px;
  padding: 11px 0px 0px 12px;
}

.courses-sections{
  min-height: 430px;
  }
.course-date{
  padding: 0px 0px 0px 10px;
  font-size: 14px;
  color: #999999;
}

.view-more-btn{
  height: 45px;
  background-color: #b1097c;
  color: #fff;
  border: none;
  font-size: 16px;
  float: right;
  margin-right: -10px;
  margin-top: 10px;
}
.view-more-btn:hover, .view-more-btn:focus{
  background-color: #bd0984;
  color: #fff;
}
.green-btn{
  background-color: #26a65b;
  line-height: 26px;
  color: #fff;
  float: left;
  border: none;
  padding: 10px 25px;
  border-radius: 4px;
  margin: 12px 10px 0px 0px;
}
.trainer-area .green-btn{
  width: 100%;
}
.green-btn:hover, .green-btn:focus{
  background-color: #208c4d;
  color: #fff;
}


/* Trainer area */
.trainer-area{
  background-color: #fff;
  padding: 60px 0px 60px 0px;
}
.trainer .vmi, .ind-trainer .vmi{
  line-height: 25px;
  padding: 6px 15px;
  background-color: transparent;
  border: 1px solid #26a65b;
  color: #26a65b;
  margin-top: 10px;
  float:left;
}
.ind-trainer .vmi{
  float: none;
}
.cmeta ul{
  margin: 0;
  padding: 0;
}
.cmeta ul li{
  list-style: none;
  float: left;
}
.trainer .vmi:hover, .trainer .vmi:focus, .ind-trainer .vmi:hover, .ind-trainer .vmi:focus{
  background-color: #26a65b;
  color: #fff;
}

.trainer-area h3{
  font-size: 30px;
  font-weight: normal;
  color: #165273;
  padding-bottom: 50px;
}

.trainer{

}
.tag-line span{
  margin-right: 5px;
}
.tra-photo{
  float: left;
  height: 100px;
  width: 100px;
}
.tr-name{
  position: absolute;
  margin: -15px 0px 0px 80px;
  color: #999;
}
.trainer h2, .trainer h2 a{
  color: #333;
  font-size: 18px;
  font-weight: bold;
/*  float: left;*/
  margin: 0px;
  padding: 0px;
  line-height: 24px;
}
.trainer h2 a:hover, .trainer h2 a:focus{
  color: #165273;
  text-decoration: none;
}
.trainer p a{
  color: #333;
  float: left;
  margin: 0px;
  padding: 0px;
  line-height: 24px;
}
.trainer p a:hover, .trainer p a:focus{
  color: #165273;
  text-decoration: none;
}
.tag-line{
  color: #999;
  font-size: 14px;
  margin-top: 15px;
  color: #999;
  padding: 0;
}
.tag-line li{
  list-style: none;
}
.trainer-details{
  color: #333;
  font-size: 14px;
  float: left;
  padding-top: 5px;
  padding-bottom: 0px;
}

/* Partner area */
.partner{
  background-color: #eaebec;
  padding-top: 90px;
  padding-bottom: 65px;
}


/* Owl Carousel */
.partner-slider .item{
  margin: 3px;
}
.partner-slider .item img{
  display: block;
  width: 70%;
  height: auto;
}
.owl-pagination{
  display: none;
}



/* Vision */
.vision{
  background-color: #eee;
  padding: 80px 0px;
}

.vision .photo-area h3{
  font-size: 24px;
  font-weight: 400;
  color: #165273;
  margin-top: 0px;
}
.vision .photo-area p{
  color: #333;
  line-height: 20px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
.vision .photo-area .fade-carousel h3{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: none;
}
/*Photo album area*/
.photo-album{
  /*margin-top: 28px;*/
  
  margin-top: 28px;
  height: 465px;
  margin-top: 45px;
}
.photo-album h1{
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
.photo-album .carousel-indicators{
  bottom: 160px;
  left: 75px;
}
.photo-album .carousel-inner img{
  height: 455px;
}
.photo-album .carousel-caption{
  left: 0%;
  right: 0%;
  padding-left: 10%;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  text-shadow: none;
}
.vision .photo-album p{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  padding: 0;
  margin: 0;
  line-height: 18px;
}
.vision .fade-carousel{
  height: 445px;
}

/*Statistic*/
.rtp{
  background-color: #FE4043;
  background-image: url(../images/rt.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.par{
  background-color: #fab400;
  background-image: url(../images/par.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  margin-top: 10px;
}
.trn{
  background-color: #249fdc;
  background-image: url(../images/trainer.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.org{
  background-color: #6AAA32;
  background-image: url(../images/org.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  margin-top: 10px;
}
.rtp h1, .par h1, .trn h1, .org h1{
  font-size: 48px;
  font-weight: 600;
  padding: 50px 0px 0px 40px;
  margin: 0;
}
.rtp p{
  color: #9b1b2c;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0px 90px 40px;
}

 .fdetails p i{
  color: #FF9100;
}

.par p{
  color: #9b5f07;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0px 160px 40px;
}
.trn p{
  color: #125e75;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0px 160px 40px;
}
.org p{
  color: #33691e;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0px 90px 40px;
}
.rtp span{
  color: #9b1b2c;
  padding: 0;
  margin: 0;
}
.par span{
  color: #9b5f07;
  padding: 0;
  margin: 0;
}
.trn span{
  color: #125e75;
}
.org span{
  color: #33691e;
}


/* Top Footer */
.top-footer{
  background: #165273;
  color: #fff;
  min-height: 250px;
}
.top-footer-content{
  background-color: #00334c;
  color: #fff;
  min-height: 190px;
  margin-top: 30px;
  padding: 30px;
  border-radius: 4px;
}
.about-us{
  border-right: 1px solid #004466;
  padding-right: 20px;
}
.about-us p{
  font-size: 14px;
  font-weight: normal;
}
.top-footer-content h3{
  margin-top: 0px;
  font-weight: normal;
  font-size: 22px;
}
.social-icon ul{
  padding: 0px;
  margin: 0px;
}
.social-icon ul a{
  color: #fff;
}
.social-icon ul li{
  list-style: none;
  float: left;
  height: 40px;
  width: 40px;
  border: 1px solid #335c70;
  border-radius: 4px;
  padding: 11px 0px 0px 12px;
  margin-right: 10px;
}
.social-icon ul li i{
  font-size: 16px;
}
.social-icon ul li:hover{
  color: #00334c;
  background: #fff;
}
.yt, .gp{
  margin-top: 10px;
}
.social{
  border-right: 1px solid #004466;
  min-height: 120px;
}
.news-letter input{
  border-radius: 4px;
  height: 40px;
  border-right: 1px solid #e0e0e0;
}

.news-letter .left-addon .inner{
  padding-top: 11px;
}

.news-letter .input-group-btn select{
  width: 120px;
  height: 40px;
  padding-right: 5px;
  border-left: none;
  line-height: 36px;
  overflow: hidden;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-appearance: menulist-button;
}

.go-btn{
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  background-color: #26a65b;
  color: #fff;
  border: none;
  float: left;
  border-radius: 0px 4px 4px 0px;
}
.go-btn:hover, .go-btn:focus{
  background-color: #208c4d;
  color: #fff;
}
.collapse-group p .btn{
  background-color: #757575;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  margin-top: 10px;
}

.btm-footer .tr-btn{
  color: #fff;
}
.btm-footer .tr-btn:hover, .btm-footer .tr-btn:focus{
  color: #fff;
}

.trainer .vmi{
  padding: 6px 15px;
  background-color: transparent;
  border: 1px solid #26a65b;
  color: #26a65b;
  margin: 0;
}

.btm-footer ul li .ftr-btn{
  color: #fff;
  padding: 6px 24px;
}

.btm-footer ul li .ftr-btn:hover, .btm-footer ul li .ftr-btn:focus{
     color: #fff;
}
/* Aniamtion */




/* enable absolute positioning */
.inner-addon { 
    position: relative; 
    color: #444;
}

/* style icon */
.inner-addon .inner {
  position: absolute;
  padding-top: 14px;
  padding-left: 10px;
  margin-right: 14px;
  font-size: 16px;
  color: #333;
  pointer-events: none;
}

/* align icon */
.left-addon .inner { left:  0px; color: #999; z-index: 3; position: absolute;}
.right-addon .inner{ right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }


/*Top Search*/
.top-search{
  position: absolute;
  z-index: 999;
}
.top-search-icon{
    background: none repeat scroll 0 0 #fff;
    color: #616161;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    width: 48px;
    margin-right: 0px;
    padding: 16px 0px 0px 18px;
    position: absolute;
    right: 0;
    text-decoration: none;
    margin-top: 43px;
}
.top-search-icon:hover, .top-search-icon:focus{
  border: 1px solid #bdbdbd;
}

.single-menu{
  padding-right: 65px;
}

/* Bottom Footer */
.btm-footer{
  background-color: #fff;
  color: #212121;
  padding-bottom: 40px;
}
.btm-footer h3{
  font-size: 18px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
  border-bottom: 1px solid #e6e6e6;
}
.btm-footer ul{
  margin: 0px;
  padding: 0px;
}
.btm-footer ul li{
  list-style: none;
  font-size: 14px;
  line-height: 30px;
}
.btm-footer ul li a{
  color: #212121;
}
.btm-footer ul li a:hover,.btm-footer ul li a:focus{
  color: #165273;
  text-decoration: none;
}
/* Copyright Area */
.copyright{
  background-color: #212121;
  color: #fff;
  height: 60px;
}
.copyright h3{
  font-size: 16px;
  font-weight: normal;
  padding-top: 4px;
}

/* Topbar area */
.top-bar{
  background-color: #3a3a3c;
  min-height: 35px;
}
.top-bar ul{
  padding: 0px;
  margin: 0px;
}
.top-bar ul li{
  list-style: none;
  float: left;
  text-align: center;
  display: block;
  margin-right: 6px;
  margin-top: 0px;
  font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.top-bar ul .brd{
  margin-top: 7px;
  background-color: #b5b5b5;
}
.top-bar ul li a{
  color: #fff;
  padding: 7px 25px;
  display: block;
}
.tuser-name{
  padding-right: 10px;
}

/*Topbar Menu*/
.topbar-menu ul{
  margin: 0;
  padding: 0;
}
.topbar-menu ul li{
  list-style: none;
/*  float: left;*/
}
.topbar-menu .searchbar{
  float:right;
}
.topbar-menu ul li.li-menu{
  float: left;
} 
/*.li-menu{
  float: left;
}*/
/*.topbar-menu ul li .mcb{
  margin-left: 10px;
}*/
/*.jh a:hover{
  background-color: #063851;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  padding: 5px 24px;
  border: 1px solid #fff;
}

.mbjh a:hover{
  background-color: #68AA47;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  padding: 5px 24px;
  border: 1px solid #fff;
}
.emph a:hover{
  background-color: #0b5f8a;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  padding: 5px 24px;
  border: 1px solid #fff;
}*/
/*.tr-active{
  background-color: #ac016d;
  border: 1px solid #fff;
  border-radius: 2px;
  height: 29px;
}*/
/*.top-bar ul .tr-active a{
  padding: 5px 24px;
}*/
/*.top-bar ul .tr-active a:hover{
  color: #fff;
  text-decoration: none;
  background-color: #CC0A8F;
}
.brd{
  background-color: #fff;
  background-color: #757575;
    font-weight: 400;
  width: 1px;
  height: 20px;
  margin-top: 7px;
}*/
/* Userlogin */
.user-login input{
  float: left;
  
  height: 22px;
  padding: 2px;
  margin-top: 7px;
  font-size: 12px;
  margin-right: 15px;
  width: 80px;
  border-radius: 2px;
}
.user-login .login-btn {
  background-color: #26a65b;
  color: #fff;
  border-radius: 2px;
  border: none;
  /*padding: 0px 8px;*/
  font-size: 12px;
  height: 22px;
  margin-top: 7px;
  width: auto;
  padding: 2px 6px;
  margin-right: 5px;
  
}
.login-btn:hover, .login-btn:focus{
  background-color: #208c4d;
  color: #fff;
}

.new-btn{
  color: #fff;
  text-decoration: none;
  padding: 8px 0px 0px 5px;
  font-size: 12px;
}
.new-btn:hover, .new-btn:focus{
  color: #fff;
  text-decoration: none;
}
/*************************************************/
/* Course Details page */
.course-header{
  background-color: #26a65b;
  color: #fff;
  min-height: 300px;
  padding: 30px 0px 30px 0px;
}
.bread-crumbs i{
  margin: 0px 10px;
}
.bread-crumbs ul{
  margin: 0;
  padding: 0;
}
.bread-crumbs ul li{
  font-size: 16px;
  list-style: none;
  float: left;
}
.bread-crumbs ul li a{
  color: #fff;
}
.bread-crumbs ul li a:hover, .bread-crumbs ul li a:focus{
  text-decoration: underline;
  color: #fff;
}
.course-title{
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 20px;
}

.course-title h2{
  font-size: 36px;
  font-weight: 400;
}
.tag-line ul{
  margin: 0;
  padding: 0;
}
.tag-line ul li{
  list-style: none;
  float: left;
  color: #fff;
  margin-right: 15px;
  margin-bottom: 5px;
}
.sp-body{
  background-color: #f5f5f5;
  color: #212121;
  padding: 10px;
  /*min-height: 500px;*/
}
.sp-body h2{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.sp-body p{
  font-size: 14px;
  line-height: 24px;
  color: #424242;
}
.share-icon{
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Sidebar */
.pricing-table{
  background-color: #fff;
  text-align: center;
  color: #212121;
  padding: 35px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  z-index: 10;
  margin-top: -240px;
  overflow: hidden;
}
.pricing-table .note{
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.pricing-table h2{
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
.green-text{
  color: #26a65b;
}
.pay-btn{
  color: #fff;
  background-color: #b1097c;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 10px 75px;
  border: none;
}
.pay-btn:hover, .pay-btn:focus{
  background-color: #bd0984;
  color: #fff;
}
.pricing-table h3{
  text-transform: uppercase;
  color: #212121;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.contact{
  text-align: left;
  padding-bottom: 0px;
}
.wbtn{
  background-color: #fff;
  border: 1px solid #26a65b;
  color: #26a65b;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.wbtn:hover, .wbtn:focus{
  background-color: #26a65b;
  border: 1px solid #26a65b;
  padding: 11px 76px;
  color: #fff;
  border: none;
}
/* Resource Person */
.rperson, .rjobs{
  background-color: #fff;
  margin-top: 20px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.rperson h2, .rjobs h2{
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  color: #fff;
  background-color: #26a65b;
  padding: 15px;
  margin: 0;
  border-radius: 4px 4px 0px 0px;
}
.rperson img{
  text-align: center;
  float: none;
  height: 88px;
  width: 88px;
  margin: 30px 0px;
}
.rjobs h2{
  text-align: left;
}
.sp-body .jtitle{
  
  font-size: 16px;
  margin-top: 20px;
  padding: 0px 20px 15px 0px;
  text-align: left;
  margin-bottom: 0px;
}
.sp-body .jtitle .badge{
  background-color: #757575;
    font-weight: 400;
  /*background-color: #26A65B;*/
}
.sp-body .jpos{
  font-size: 14px;
  color: #808080;
  text-align: left;
  padding: 0px 20px 5px 0px;
  line-height: 20px;
}
.single-job ul{
  margin: 0px;
  padding: 0px;
}
.single-job ul li{
  list-style: none;
  border-bottom: 1px solid #eee;
  margin: 0px 20px 0px 20px;
}
.single-job ul li a{
  color: #333;
}
.single-job ul li a:hover, .single-job ul li a:focus{
  color: #26a65b;
  text-decoration: none;
  display: inline-block;
}

.jobs p{
  text-align: left;
}
.mj-btn{
  margin-top: 30px;
}
.sp-body .tr_name{
  font-size: 18px;
  margin: 0;
  padding: 0px 20px 5px 20px;
}
.sp-body .tr_tag{
  font-size: 14px;
  color: #808080;
  padding: 0px 30px 10px 30px;
  line-height: 20px;
}
.sp-body .tr_det{
  padding: 0px 20px 20px 30px;
  margin: 0;
  line-height: 24px;
}
.rct{
  font-size: 24px;
  color: #333;
  font-weight: 400;
}
.course-info{
}


.course-info ul{
  padding-left: 20px;
  list-style: none;
  margin-top: 20px;
}
.course-info ul li{
  margin-bottom: 10px;
}
.course-info ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    font-size: 10px;
    margin:0 5px 0 0px;
    padding-right: 5px;
}

.rbtn{
  margin: 0;
  margin-bottom: 30px;
}

/* Accoudion */
.accordion_menu{
  margin-top: 20px;
}
.panel-default .tr_ach{
  background-color: #26a65b;
  color: #fff;
  font-weight: normal;
}
.panel-default .tr_ach a{
  font-weight: normal;
  font-size: 16px;
  display: block;
}

.accordion_menu .panel-default{
  border: 1px solid #E0E0E0;
}

/* Feedback area */
.feedback-area{
  
}

.feedback-area .rating{
  text-align: center;
  background-color: #26a65b;
  border-radius: 4px 4px 0px 0px;
}
.rating p{
  color: #fff;
  margin-top: 10px;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
.rating h2{
  color: #fff;
  font-size: 50px;
  padding: 40px 0px 0px 0px;
  font-weight: 300;
  border-radius: 4px 4px 0px 0px;
  margin: 0;
}
.star-icon ul{
  margin: 0;
  padding: 0;
}
.star-icon ul li{
  list-style: none;
  float: left;
}
.rated{
  color: #fff;
}
.un-rated{
  color: #2cbf69;
}

/* User feedback */
.feedback-area{
  background-color: #fff;
  text-align: center;
}
.all-feedback{
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0px 0px 4px 4px;
}
.user-feedback{
  background-color: #fff;
  text-align: left;
}
.fthumb .icon-tr_avater{
  font-size: 45px;
}
.fthumb{
  color: #d3d3d3;
  float: left;
  margin: 0px 20px 50px 30px;
  height: 70px
}
.fthumb img{
  height: 45px;
  width: 45px;
}
.fdetails{
  margin: 30px 0px 0px 0px;
  padding: 0px 15px 20px 0px;
  text-align: left;
}
.fdetails h4{
  font-size: 16px;
  font-weight: normal;
}
.user-feedback span .icon-tr_avater{
  color: #d3d3d3;
  height: 50px;
}
.fdetails p{
  margin: 0px 0px 5px 0px;
  line-height: 20px;
  padding: 0;
  font-size: 14px;
  color: #999999;
}
.fa-star{
  color: #ff9100;
}

.fa-star-white{
  color: #fff;
}
.fa-star-white-disabled{
  color: #2cbf69;
}
.feedback-area .rbtn{

}
.mcb{
  margin-top: 0px;
    margin-left: 12px;
  padding: 13px 25px;
  font-size: 14px;
  color: #616161;
  border: 1px solid #E6E6E6;
  
}
.mcb:hover, .mcb:focus{
  border: 1px solid #bdbdbd;
  background-color: #fff;
}








/* My Course Page */
.my-course{
  background-color: #f5f5f5;
  color: #212121;

}
.title-all{
  font-size: 24px;
  color: #424242;
  font-weight: normal;
  margin-top: 10px;
}
.course-search{
  margin: 0px 0px 15px 0px;
}
.course-search input{
  height: 48px;
  width: 270px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: none;
}
.course-search button{
  height: 40px;
  width: 40px;
  background-color: #26a65b;
  color: #fff;
  border: none;
  border-radius: 4px;
  position: relative;
  z-index: 3;
  float: right;
  margin-top: -44px;
  margin-right: 4px;
  padding-top: 8px;
}
.course-search button i{
  padding-top: 2px;
}
.course-search button:hover, .course-search button:focus{
  background-color: #208C4D;
  color: #fff;
  border: none;
}
.mc-top{
  border-bottom: 1px solid #e0e0e0;
  height: 85px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.mc-filter{
  padding: 20px 0px 0px 0px;
  background-color: #f5f5f5;
}
.mc-user-panel select{
  font-size: 14px;
  height: 40px;
  padding-left: 10px;
  line-height: 45px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  float: left;
  margin-right: 20px;
}
.date-picker{
  font-size: 14px;
  height: 40px;
  border-radius: 2px;
}
.counter, .arrows{
  float: left;
}
.counter h4{
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  color: #757575;
  padding: 6px 20px 0px 0px;
  font-weight: normal;
}
.crs-pag{
  margin: 0px;
}
.pagination>li>a, .pagination>li>span {
  padding: 14px 16px 10px 16px;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  color: #757575;
  border-radius: 2px;
  margin-right: 7px;
}
.pagination>li>a:hover,.pagination>li>a:focus{
  color: #757575;
}
.course-stats{
  float: right;
}

/* Course list items */

.course-list-layout{
  background-color: #f5f5f5;
  color: #212121;
  padding-bottom: 40px;
}
.course-list-layout ul li div i{
  padding-top: 20px;
}
.marketing-bg{
  background-color: #fb5b5b;
}
.mc-title{
  background-color: #fb5b5b;
  color: #fff;
  border-radius: 4px 4px 0px 0px;
  width: 100%;
  margin-top: 30px;
  /*min-height: 160px;*/ /*commented out by polin*/
  height: 160px;
}
.hr-bg{
  background-color: #00bfa5;
}
.marketing-bg{
  background-color: #616161;
}
.accounts-bg{
  background-color: #7e58c2;
}
.quality-bg{
  background-color: #f57c00;
}
.it-bg{
  background-color: #66bb6a;
}

.banking-bg{
  background-color: #1565c0;
}

.ngo-bg{
  background-color: #ff5722;
}
.career-bg{
  background-color: #37474f;
}
.commercial-bg{
  background-color: #0097a7;
}
.law-bg{
  background-color: #ec407a;
}
.pm-bg{
  background-color: #7e57c2;
}
.others-bg{
  background-color: #1976d2;
  }
.rmg-bg{
  background-color: #fb5b5b;
  }
.business-bg{
  background-color: #424242;
}
.admin-bg{
  background-color: #0288d1;
}
.mc-title ul{
  margin: 0;
  padding: 30px 0px 20px 30px;
  overflow: hidden;
  height:100px;
}
.mc-title ul li{
  list-style: none;
  float: left;
}

  
.mc-title h2{
  font-size: 20px;
  font-weight: normal;
  width: 250px;
  padding: 0;
  margin: 0;
}
.mc-title li i {
  font-size: 36px;
  padding: 20px 20px 0px 0px;
}


.mc-title h2 a{
  color: #fff;
}
.mc-title h2 a:hover, .mc-title h2 a:focus{
  color: #fff;
  /*text-decoration: none;*/
}

.cl-tra-photo img{
  height: 60px;
  width: 60px;
  position: absolute;
  z-index: 3;
  margin-top: -30px;
  margin-left: 30px;
}
.author-tag{
  padding-left: 58px;
  margin-bottom: 30px;
}
.cbody{
  background-color: #fff;
  color: #999;
  min-height: 260px;
  padding: 20px;
  border-radius: 0px 0px 4px 4px;
  border: 1px solid #e0e0e0;
}
.cbody a{
  color: #bdbdbd;
  /*cursor:default;*/
}
.cbody a:hover, .cbody a:focus{
  color: #dd2c00;
  text-decoration: none;
}

.crating .btn-group a{
  min-height: 30px;
  cursor: pointer;
}

.crating .btn-group .btn:hover .green, .crating .btn-group .btn:focus .green{
  color: #fff;
}

.crating .btn-group .btn:hover .red, .crating .btn-group .btn:focus .red{
  color: #fff;
}



.wish-heart + .tooltip > .tooltip-inner{
  background-color: #dd2c00; 
  color: #fff;
  font-size: 12px;
  padding: 8px;
  opacity: 1;
}
.wish-heart + .tooltip > .tooltip-arrow{ 
  border-top-color: #dd2c00;
}
.wish-heart-d{
  color: #dd2c00;
}
.wish-heart-d:hover, .wish-heart-d:focus{
  color: #999;
  text-decoration: none;
}
.cbody p{
  color: #999;
  font-size: 14px;
  margin-top: 15px;
}
.cbody .cdetails{
  color: #212121;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  min-height: 80px;
}
.cstatus{
  padding: 10px 0px 30px 0px;
}
.cstatus i{
  padding-right: 5px;
}
.cprice h4{
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding: 0px;
  margin: 0px;
}
.crating h4{
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding: 0px;
  margin: 0px;
}
.cprice p{
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #009d4f;
}
.crating p{
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}

.crating p .icon-star{
  padding: 0px;
}

.crating p span, .crating2, .fdetails .icon-star{
  color: #ff9100;
}

.fdetails .fa-star-disabled{
  color: #b3b3b3;
}




.crating .btn-group .btn{
  background-color: #fff;
  border: 1px solid #eee;
  color: #616161;
  border-radius: 0px;
  /*min-height: 40px;*/
}
.crating .btn-group .btn:hover, .crating .btn-group .btn:focus{
  background-color: #26a65b;
  color: #fff;
  border: 1px solid #26a65b;
  box-shadow: none;
}

.crating .btn-group .dropdown-menu{
  border-radius: 0px;
}

.star-disabled{
  color: #999;
}

/* Social Button */
.email-btn{
  color: #fff;
  background-color: #545454;
  border: none;
}
.email-btn:hover, .email-btn:focus{
  background-color: #3b3b3b;
  color: #fff;
}
.fb-btn{
  color: #fff;
  background-color: #3c66c4;
  border: none;
}
.fb-btn:hover, .fb-btn:focus{
  color: #fff;
  background-color: #355aab;
}
.linkedin-btn{
  color: #fff;
  background-color: #0086b6;
  border: none;
}
.linkedin-btn:hover, .linkedin-btn:focus{
  color: #fff;
  background-color: #007099;
}
.gplus-btn{
  color: #fff;
  background-color: #cc4031;
  border: none;
}
.gplus-btn:hover, .gplus-btn:focus{
  color: #fff;
  background-color: #b3382b;
}
.share-icon{
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
}
.share-icon ul{
  margin: 0;
  padding: 0;
}
.share-icon ul li{
  list-style: none;
  float: left;
}

.rrssb-buttons a:hover, .rrssb-buttons a:focus{
  text-decoration: none;
}

/* Pagination area */
.pagination-area{
  margin-top: 40px;
}
.pagination-area .pagination li a{
  font-size: 16px;
  color: #757575;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 15px 20px;
}
.pagination-area .pagination .active a{
  color: #fff;
  background-color: #009d4f;
  border: 1px solid #009d4f;
  cursor: pointer;
}
.pagination-area .pagination .disabled a{
  color: #bdbdbd;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.pagination-area .pagination .disabled a:hover, .pagination-area .pagination .disabled a:focus{
  color: #bdbdbd;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.pagination-area .pagination li a:hover, .pagination-area .pagination li a:focus{
  color: #fff;
  background-color: #009d4f;
  border: 1px solid #009d4f;
}
.pagination i{
  font-size: 14px;
}
/* My course Button */
.rating-btn{
  height: 40px;
  font-size: 14px;
  color: #616161;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  border-radius: 0px;
}
.rating-btn:hover, .rating-btn:focus{
  background-color: #26a65b;
  color: #fff;
  border: 1px solid #26a65b;
}
.tr-btn{
  padding: 10px 20px;
  font-size: 14px;
  background-color: #fafafa;
  color: #212121;
  border: 1px solid #e0e0e0;
}
.tr-btn:hover, .tr-btn:focus{
  padding: 11px 20px;
}

/*Course type selection area*/
.course-selection .title, .cst .title{
  height: 40px;
  width: 120px;
  background-color: #00334c;
  color: #fff;
  border-radius: 4px 0px 0px 4px;
  float: left;
  margin-bottom: 40px;
}
.cst .btn-group{
  float: left;
}
.cst .btn-default{
  background-color: #fff;
  color: #26a65b;
  border: none;
  height: 40px;
}
.cst .btn-default .badge{
  background-color: #26a65b;
  color: #fff;
  margin-left: 4px;
}
.cst .btn-default:hover{
  background-color: #26a65b;
  color: #fff;
  border: none;
}
.cst .btn-default:hover .badge{
  background-color: #fff;
  color: #26a65b;
}
.cst .btn-default.active{
  background-color: #26a65b;
  color: #fff;
  border: none;
  cursor: default;
}
.cst .btn-default.active:after{
  content:"";
  border-style: solid;
    position: absolute;
  left: 50%;
  bottom: -10px;
    margin-left:-10px;
  border-width: 10px 10px 0 10px;
  border-color: #26a65b transparent;
}
.cst .btn-default.active .badge, .tdb{
  background-color: #fff;
  color: #26a65b;
}
.cst .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle){
  border-radius: 0px;
}
.course-selection .title p, .cst .title p{
  padding-top: 11px;
  font-size: 14px;
  text-align: center;
}
.course-selection ul{
  margin: 0;
  padding: 0;
}
.course-selection ul li{
  list-style: none;
  text-align: center;
  background-color: #004466;
  color: #fff;
  text-align: center;
  float: left;
  position: relative;
  border: none;
}
.course-selection ul li a{
  display: block;
  background-color: #004466;
  color: #fff;
  height: 40px;
  padding: 10px 15px 0px 15px;
}
.course-selection ul li .active{
  background-color: #fff;
  color: #004466;
}
.course-selection ul li .active:after{
  content:"";
  border-style: solid;
    position: absolute;
  left: 50%;
  bottom: -10px;
    margin-left:-10px;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent;
}
.course-selection ul li .active .badge{
  background-color: #004466;
  color: #fff;
}
.course-selection ul li a:hover, .course-selection ul li a:focus{
  background-color: #fff;
  color: #004466;
  text-decoration: none;
}
.course-selection ul li a:hover:after, .course-selection ul li a:focus:after{
    content:"";
  border-style: solid;
    position: absolute;
  left: 50%;
  bottom: -10px;
    margin-left:-10px;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent;
}
.course-selection ul li a:hover .badge, .course-selection ul li a:focus .badge{
  background-color: #004466;
  color: #fff;
}
.course-selection .title,.course-selection .btn-group{
  float: left;
  margin-bottom: 40px;
}
.course-selection .btn-group .btn{
  height: 40px;
  border-radius: 0px;
  background-color: #004466;
  color: #fff;
  border: none;
}
.course-selection .btn-group .btn:hover, .course-selection .btn-group .btn:focus{
  background-color: #fff;
  color: #004466;

}
.course-selection .badge{
  background-color: #fff;
  color: #004466;
}

/*User panel*/
.user-panel-area{
  background-color: #f5f5f5;
}
.mc-user-panel{
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0px 2px 0px #e0e0e0;
}




/*Modification 11 Feb 2015*/
.dropdown .icon-down-arrow{
  padding-top: 4px;
}
.course-list span i{
  
}

.dropdown-menu .icon-courses{
  font-size: 12px;
}
.icon-angle-right, .icon-angle-up{
  font-size: 10px;
}

.trainer{
  min-height: 250px;
  min-height: 270px;
}
.off-canvas .icon-times{
  padding-top: 4px;
}

.header{
  background-color: #757575;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  margin-top: 10px;
  border-radius: 4px;
  width: 80px;
  text-align: center;
}



/*Price badge*/
.mc-title .price{
  float: right;
  background: none repeat scroll 0% 0% rgb(255, 255, 255);
  color: #333;
  margin-top: 10px;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 4px 0px 0px 4px;

}
.date-marked{
  color: #dd2c00;
}

/*Status icon*/
.ra{
  color: #ff8f00;
}
.ca{
  color: #689f38;
}
.wa{
  color: #e63b58;
}

.std{
  color: #bdbdbd;
}
.carta{
  color: #007be2;
}

/*Checkbox*/
.mc-user-panel input.checkbox{
  float: left;
  margin: 0px 5px 0px 0px;
  font-weight: 300;

}

.mc-user-panel p{
  font-size: 14px;
  margin: 4px 0px 0px 4px;
  padding-left: 15px;
}


/*Course Section*/
/*.mc-course-selection{
  background-color: #f5f5f5;
}
.mc-course-selection h2{
  font-size: 18px;
  font-weight: 400;
}
.mc-course-selection .nav-tabs{
  border: none;
}
.cstabs li.active a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
  background-color: #26a65b;
  color: #fff;
  cursor: pointer;
  border: 1px solid #26a65b;
}
.cstabs li.active a .badge{
  background-color: #fff;
  color: #26a65b;
}
.cstabs .ac a{
  border-radius: 4px 0px 0px 4px;
}
.cstabs .uc a{
  border-radius: 0px 4px 4px 0px;
}
.cstabs li.active a{
  color: #fff;
}
.cstabs li{
  margin-right: -2px;
}
.cstabs li a{
  color: #26a65b;
  background-color: #fff;
  border: 1px solid #26a65b;
  border-radius: 0px;
}
.cstabs li a:hover{
  background-color: #26a65b;
  color: #fff;
  border: 1px solid #26a65b;
}
.cstabs li a .badge{
  background: #26a65b;
  color: #fff;
}
.cstabs li a:hover .badge{
  background-color: #fff;
  color: #26a65b;
}
*/
.mc-course-selection{
  background-color: #f5f5f5;
}

.mc-course-selection h2{
  font-size: 18px;
  font-weight: 400;
   line-height: 28px;

}
.mc-course-selection .btn-group .btn-default{
  background-color: #fff;
  color: #26a65b;
  height: 40px;
  border: 1px solid #26a65b;
}
.mc-course-selection .btn-group .btn-default:hover{
  background-color: #26a65b;
  color: #fff;
}
.mc-course-selection .btn-group .btn-default:hover .badge{
  background-color: #fff;
  color: #26A65B;
}
.mc-course-selection .btn-group .btn-default .badge{
  background-color: #26A65B;
  color: #fff;
}
.mc-course-selection .btn-group .btn-default.active{
  background-color: #26a65b;
  color: #fff;
  height: 40px;
}
.mc-course-selection .btn-group .btn-default.active .badge{
  background-color: #fff;
  color: #26A65B;
}
.mc-user-panel .category, .mc-user-panel .type{
  margin-top: 5px;
}
.mc-user-panel .inner-addon .icon-calendar{
  padding-top: 12px;
  color: #666;
}

.mc-user-panel .input-field{
  float: left;
  margin-right: 0px;
  margin-top: 0px;
}

.input-field label
{
  font-weight:normal;
}


.sub-btn{
  padding: 10px 55px;
  background-color: #26A65B;
  color: #fff;
  border: none;
  border-radius: 4px;
  width: 100%;
}
.sub-btn:hover, .sub-btn:focus{
  background-color: #208C4D;
  color: #fff;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
  background-color: #000;
}

.bubble{
  border-radius: 100%;
  height: 12px;
  width: 12px;
  background-color: #ff00a2;
  border: 2px solid #fff;
  color: #ffffff;
  position: relative;
  top: -3px;
  float: left;
  right: -7px;
}

.cancelBtn{
  background-color: #dd2c00;
  color: #fff;
  border: 1px solid #c42700;
}
.tr-details-area{
  height: 100px;
}
.cancelBtn:hover, .cancelBtn:focus{
  background-color: #c42700;
  border: 1px solid #ab2200;
  color: #fff;
}

.reset-btn{
  background-color: transparent;
  border: none;
  float: right;
  position: relative;
  margin-top: -26px;
  margin-right: 2px;
  padding-right: 6px;
  color: #bdbdbd;
  background-color: #fff;
  cursor:pointer;
}
.reset-btn:hover, .reset-btn:focus{
  color: #dd2c00;
}
/*404*/
.nfound{
  text-align: center;
  padding-top: 265px;
}
.nfound h2{
  font-size: 20px;
  color: #bdbdbd;
  text-align: center;
}

/*Carousel start*/
.photo-album .carousel-control{
  opacity: .4;
  transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.photo-album .carousel-control span{
  font-size: 14px;
  top: 250px;
  border: 2px solid #fff;
  padding: 12px;
  border-radius: 50%;
  opacity: 1;
}
.photo-album .carousel-control:hover{
  opacity: 1;
  transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.photo-album .carousel-control:hover span, .photo-album .carousel-controlfocus span{
  background-color: #b1097c;
  color: #fff;
  opacity: 1;
  border: 2px solid #b1097c;
  text-shadow: none;
}
.photo-album .carousel-control{
  padding-top: 200px;
  background-color: none;
  background-image: none;
}
/*Carousel end*/

/* Start Our Trainers*/
.trainer-list{
  background-color: #f5f5f5;
  padding-bottom: 40px;;
}
.trainer-list img{
  height: 120px;
  width: 120px;
  text-align: center;
}
.ind-trainer{
  padding: 30px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.ind-trainer h1{
  font-size: 18px;
  margin-top: 30px;
}
.ind-trainer p{
  font-size: 14px;
  color: #757575;
  line-height: 18px;
}
/* End Our Trainers*/

/*Start registration*/
.reg-area{
  background-color: #f5f5f5;
  border-radius: 4px;
  padding-top: 40px;
}
.reg-field{
  background-color: #fff;
  margin: 0px 0px 40px 0px;
  border-bottom: 2px solid #e0e0e0;
}
.reg-area h1{
  color: #b1097c;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding: 40px 40px 0px 40px;
}
.reg-area .reg-header p{
  font-size: 16px;
  padding-top: 6px;
  padding: 5px 40px 30px 40px;
  border-bottom: 1px dashed #bdbdbd;
  margin-bottom: 20px;
}
.reg-field h4{
  font-size: 16px;
    color: #212121;
    padding-left: 0px;
    font-weight: 500;
}
.reg-field input, .reg-field select{
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  box-shadow: none;
  margin-bottom: 6px;
}
.reg-field textarea{
  width: 100%;
  border-radius: 4px;
  height: 150px;
  border: 1px solid #e0e0e0;
  box-shadow: none;
}
.reg-field .label-area{
  height: 150px;
  overflow: auto;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding-top: 10px;
}
.reg-field label{
  height: 20px;
}
.reg-field label input{
  float: left;
}
.reg-field label span{
  float: left;
  margin-top: 2px;
  margin-left: 4px;
}
.reg-field .note-area{
  padding-top: 20px;
  margin-bottom: 10px;
}
.reg-field .note-area input{
  float: left;
  margin-right: 6px;
  height: auto;
} 
.reg-field .note-area p{
  padding: 2px 0px 0px 0px;
  border: none;
  margin: 0;
  font-size: 16px;
}
.reg-field h2{
  font-size: 16px;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
    padding: 0;
}
.features-area, .help-area{
  padding: 25px;
    background-color: #fff;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 20px;
    border-radius: 2px;
}
.features-area ul {
  margin: 0;
  padding: 0;
}
.features-area ul li {
  list-style: none;
  margin-bottom: 20px;
  min-height: 60px;
}
.features-area ul li img {
  float: left;
  margin-right: 10px;
}
.features-area ul li p {
  text-align: left;
  padding-top: 10px;
}
.help-area h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.help-area p {
  padding-top: 15px;
  line-height: 18px;
}
.phone-number {
  color: #e43f23;
  font-weight: bold;
  font-size: 16px;
  margin: 15px 0px 0px 0px;
}
.email-address {
  color: #0e73a9;
  font-weight: bold;
  font-size: 16px;
}

/*End registration*/



/*Some modifications for top header area*/
.top-header-area{
  padding: 20px 0px 20px 0px;
  border-bottom: 1px solid #e0e0e0;
}
.top-header-area .logo{
  margin: 0;
}
.top-header-area .green-btn{
  margin-top: 0;
  padding: 0px 35px;
}



/*Trainer details area*/
.ind-trainer-details{
  background-color: #f5f5f5;
  padding: 20px 0px 40px 0px;
}
.ind-trainer-body img{
  height: 150px;
  width: 150px;
}
.trainer-body{
  background-color: #fff;
  padding: 35px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.tda{
}

.tda h1{
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 50px;
}
.tda h4{
  font-size: 18px;
  color: #757575;
  padding: 0px 0px 25px 0px;
}
.trainer-body p{
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  font-weight: 400;
  padding: 20px;
}

.trstats{
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  width: 300px;
  height: 110px;
  margin-top: 10px;
  padding: 40px 0px 40px 20px;
}
.trstats h2{
  font-size: 14px;
  font-weight: 600;
  color: #bdbdbd;
  margin: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.trstats h1{
  font-size: 30px;
  font-weight: 600;
  color: #26a65b;
  margin: 0;
  padding: 0;
}
.trstats ul{
  margin: 0;
  padding: 0;
}
.trstats ul li{
  float: left;
  list-style: none;
}
.trstats i{
  background-color: #26a65b;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  padding: 22px;
  margin-right: 10px;
}
.tota h2{
  font-size: 20px;
  font-weight: 500;
}
.trainer-other-courses{
  background-color: #f5f5f5;
  padding: 20px 0px 60px 0px;
}

.ind-trainer-details .sp-body{
  padding: 0;
}
.ind-trainer-details .rjobs{
  margin-top: 0;
}

/*Advertisement*/
.sidebar_ad{
  margin-top: 20px;
}



/*Signup form new style*/

.reg-field .user-info-main{
  background-color: #F9F9F9;
  padding: 15px 40px 40px 40px;
  margin-top: 40px;
}

.reg-header{
  padding: 0;
}

.input-fields{
  padding: 0px 40px 0px 40px ;
}

.sign-up-guide{
  float: right;
  background-color: #f5f5f5;
  padding: 10px;
  position: relative;
  margin-right: -15px;
  margin-top: -12px;
  border-radius: 4px 0px 0px 4px;
  margin-bottom: 10px;
}
.sign-up-guide ul{
  margin: 0;
  padding: 0;
}
.sign-up-guide ul li{
  list-style: none;
  float: left;
  margin-right: 15px;
}
.rf{
  color: #dd2c00;
}
.sf{
  color: #689f38;
}


/*Sign in page*/
.signin-area{
  padding: 0;
  background-color: #f5f5f5;
}
.signin-area .user-signin{
  background-color: #fff;
  margin: 40px 0px 40px 0px;
  padding: 20px 40px 40px 40px;
  border-radius: 4px;
  border-bottom: 2px solid #e0e0e0;
}
.user-signin h1{
  font-size: 24px;
  padding: 0;
  font-weight: 400;
  color: #b1097c;
  margin: 15px 0px 6px 0px;
}
.user-signin h3{
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  margin: 0px 0px 25px 0px;
}

.user-signin .inner-addon .inner{
  padding-top: 12px;
}
.user-signin input{
  border-radius: 4px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    margin-bottom: 6px;
    height: 40px;
    margin-bottom: 10px;
    padding-top: 8px;
}
.user-signin .note-area{
  margin: 0;
  padding: 0;
}
.user-signin .note-area input{
  float: left;
  height: 20px;
}
.user-signin .note-area p{
  padding-top: 5px;
  padding-left: 20px;
  text-align: left;
}
.user-signin .btn{
  float: none;
  margin-top: 0;
  height: 40px;
  font-size: 14px;
}
.user-signin .cb{
  margin-left: 15px;
  background-color: #546e7a;
}
.user-signin .cb:hover, .user-signin .cb:focus{
  background-color: #455a64;
}
.user-signin .fp{
  font-size: 14px;
}
.user-signin .note-area ul{
  margin: 0;
  padding: 0;
}
.user-signin .note-area ul li{
  list-style: none;
}
.note-area ul .lrm{
  float: left;
}
.note-area ul .lfp{
  float: right;
}


/*11 April 2015*/
.mgbadge{
  background-color: #b1097c;
  color: #fff;
  height: 30px;
  width: 30px;
  font-size: 16px;
  padding: 7px 0px 0px 0px;
  position: absolute;
  border-radius: 4px;
  margin-left: 5px;
}
.messages-area, .calendar-area{
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 40px;
}
.messages-area h2{
  font-size: 18px;
  margin: 6px 0px 20px 0px;
}
.messages-area h2 i{
  color: #b1097c;
}
.messages-area ul{
  margin: 0;
  padding: 20px;
}
.messages-area .back-btn{
  margin: 18px 15px 0px 0px;
  background-color: #fff;
  color: #26a65b;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #26a65b;
}
.messages-area .back-btn i{
  font-size: 9px;
}
.messages-area .back-btn:hover, .messages-area .back-btn:focus{
  background-color: #26a65b;
  border: 1px solid #26a65b;
  color: #fff;
}
.messages-area ul li{
  /*float: left;*/
  list-style: none;
  margin-right: 10px;
}
.messages-area .pagination li{
  font-size: 12px;
  margin-right: 5px;
}
.messages-area .inbox-pagination li a{
  padding: 4px 10px;
  margin-right: 0px;
  font-size: 12px;
}
.messages-area .pagination .active a{
  background-color: #26a65b;
}
.inbox-pagination{
  font-size: 12px;
  margin-top: 0;
}
.messages-area .btn-group .btn{
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 10px;
}
.message-header{
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0px;
    margin: 0;
}
.messages-area .message-contents ul{
  margin: 0;
  padding: 0;
}
.messages-area .message-contents ul li{
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
}
.messages-area .message-contents ul li a {
  color: #212121;
  padding: 20px;
  display: block;
}
.messages-area .message-contents ul li a h1{
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 5px 0px;
  padding: 0;
}
.messages-area .message-contents ul li a p{
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0px 0px 0px;
  padding: 0;
}
.messages-area .message-contents ul li a p small, .message-body small{
  color: #808080;
}
.messages-area .message-contents ul li a:hover, .messages-area .message-contents ul li a:focus{
  text-decoration: none;
  background-color: #fafafa;
}

/*Message details*/
.message-body{
  padding: 0px 40px 40px 20px;
}
.message-body h4{
  margin: 20px 0px 5px 0px;
}
.message-body p{
  margin: 20px 0px 0px 0px;
}
/*Download calendar*/
.calendar-area h4{
  margin: 0;
  padding: 0;
  line-height: 24px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
}
.calendar-area table thead{
  background-color: #b1097c;
  color: #fff;
  border: 1px solid #b1097c;
}
.calendar-area table thead th{
  text-align: center;
  font-weight: 400;
  border: none;
}
.calendar-area table tbody tr td{
  text-align: center;
}
.dp-area{
  margin: 0px 0px 30px 0px;
  padding: 25px 40px;
  background-color: #eeeeee;
  border-bottom: 1px solid #eee;
}
.dp-area h2{
  margin: 0px 0px 10px 0px;
  font-size: 20px;
  font-weight: 400;
}
.dp-area .btn, .dp-area input{
  

}
.tcontent{
  padding: 0px 40px 40px 40px;
}

/*Payment*/
.payment .pcontent ul li{
  margin: 0px 20px;
  color: #212121;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #eeeeee;
}
.payment ul li h1{
  font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 5px 0px;
    padding: 0;
}
.payment ul li p{
  margin: 0px;
}
.payment .pcontent ul li a{
  padding: 0;
  color: #26a65b;
  text-decoration: underline;
}
.payment .agreement{
  margin: 20px 0px 10px 0px;
}
.payment .green-btn{
  float: none;
  margin-bottom: 20px;
}

.payment label > input{ /* HIDE RADIO */
  /*display:none;*/
}
.payment label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
  margin-top: 10px;
}
.payment label > input:checked + img{ /* (CHECKED) IMAGE STYLES */
  border:2px solid #b1097c;
}
.messages-area .message-contents ul li a .read{
font-weight: 400;
}

/*20 April Course review*/
.course-review{
  padding: 40px 0px;
}
.course-review .title{
  border-radius: 4px 4px 0px 0px;
}
.course-review p a{
  color: #fff;  
}
.course-review .cbody{
  padding: 15px;
  min-height: 130px;
  margin-bottom: 20px;
}
.course-review .cmeta ul{
  margin: 0;
}
.course-review .rating h2{
  padding-top: 20px;
}
.course-review .rating p{
  padding-bottom: 20px;
}
.course-review .cmeta ul li{
  float: none;
}
.course-review .cmeta a:hover{
  color: #bdbdbd;
  text-decoration: underline;
}
.course-review .cbody h2 {
  font-size: 18px;
  font-weight: normal;
  color: #212121;
  margin-top: 10px;
}
.course-review .cbody h2 a{
  color: #212121;
}
.course-review .cbody h2 a:hover, .course-review .cbody h2 a:focus{
  text-decoration: underline;
}
.course-review .title span i,.feedback-area .rating i
{
  color: #fff;
}

/*Not found*/
.not-found{
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin: 20px 0px 20px 0px;
  padding: 40px;
}
.not-found h2{
  font-size: 16px;
  margin: 15px 0px 0px 0px;
  padding: 0;
  color: #757575;
  line-height: 18px;
  font-weight: 400;
}

.user-checkbox input{
  margin-top: ;
}
.user-checkbox p{
  margin-top: 0px;
  font-weight: 400;
}

/* 4 june 2015 */
.user-message{
  padding: 30px;
  margin-top: 20px;
}
.user-message h1{
  margin: 0;
  padding: 0px 0px 5px 0px;
  font-size: 24px;
    font-weight: 600;
}
.user-message p{
  font-size: 16px;
  margin-bottom: 20px;
}
.user-message .help{
  margin-bottom: 0px;
}

.user-message .inner-addon .inner {
  padding-top: 8px;
}
.user-message .btn{
  margin-top: 15px;
  float: none;
}

.user-message .online-reg{
  margin-top: 20px;
}
.user-message .online-reg .btn{
  margin-top: 0px;
  background-color: #b1097c;
}
.user-message .online-reg .btn:hover; .user-message .online-reg .btn:focus{
  background-color: #cc0a8f;
}
.user-message .online-reg blockquote{
  background-color: #f5f5f5;
  padding: 20px;
}
.user-message .sign{
  margin: 40px 0px 60px 0px;
}
.user-message .sign i{
  padding: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  background-color: #37474f;
  margin-top: 20px;
}
.user-message address{
  margin: 0;
}

/*More and less*/

/* initial hidden state of details class can be accomplished through script (line 2) or CSS; if not with script then uncomment this line: */
 .details { display: none; } 
.expanded { color: #cc6600;}


.more-less-button{
   background-color: #757575;
  color: #fff;
  font-size: 10px;
  padding: 4px 10px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 10px;
}

.more-less-button:hover, .more-less-button:focus{
  background-color: #26A65B;
  color: #fff;
  text-decoration: none;
}


.status{
       margin: 10px 0px 30px 0px;
}

.statistics a{
  color:#FFF;

  }
  
.accordion_menu .panel-group{
  
  margin: 0;
  }

.cst .calendar{
  background-color: #1b648c;
  color: #fff;
  font-size: 12px;
}
.cst .calendar:hover, .cst .calendar:focus{
  background-color: #114059;
} 

/* 30 jan 2016 ........... */

/* top-bar */
/* ------------------------------------------------------ */
.top-bar{
    background-color: #37474f;
    font-family: 'Arial', sans-serif;
}
.top-bar ul li{
    list-style: none;
    display: inline-block;
}
.top-bar ul.brands li a{
    padding: 10px 10px;
    font-size: 11px;
    color: #bdbdbd;
    margin: 0px 5px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
}
.top-bar ul.icons li{
    padding: 3px 0px 0px 0px;
}
.top-bar ul.icons li a{
    color: #bdbdbd;
    text-decoration: none;
}
.top-bar ul.icons li a i{
    padding: 14px 10px;
    line-height: 17px;
}
.top-bar ul li a i.icon-facebook:hover{
    background-color: #3b5999;
    color: #fff;
}
.top-bar ul li a i.icon-google-plus:hover{
    background-color: #DC4E41;
    color: #fff;
}
.top-bar ul li a i.icon-youtube:hover{
    background-color: #e52d27;
    color: #fff;
}
.top-bar ul li a i.icon-phone:hover{
    background-color: #09b83e;
    color: #fff;
}
.top-bar ul li a i.icon-envelope:hover{
    background-color: #131418;
    color: #fff;
}
.top-bar ul li a:first-child{
    margin-left: 0;
}
.top-bar ul li a.jobs:hover{
    background-color: #2F64A3;
    color: #fff;
}
.top-bar ul li a.mybdjobs:hover{
    background-color: #68aa47;
    color: #fff;
}
.top-bar ul li a.training.active{
    background-color: #ac016d;
    color: #fff;
    font-weight: bold;
}
.top-bar ul li a.corporate:hover{
    background-color: #0b5f8a;
    color: #fff;
}
.top-bar-right{
    padding: 7px 0px 0px 0px;
}
/*second style*/


a.nav-expander {
  background: none repeat scroll 0 0 #fff;
  color: #616161;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  display: block;
  font-size: 15px;
  font-weight: 400;
  height: 48px;
  width: 180px;
  margin-right: 0;
  margin-top: 2px;
  padding: 14px 0px 0px 18px;
  position: relative;
  margin-left: 10px;
  right: 0;
  top: -3px;
  text-decoration: none;
  transition: right 0.3s ease-in-out 0s;
  z-index: 12;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}
a.nav-expander:hover, a.nav-expander:focus{
  border: 1px solid #bdbdbd;
}
.sliding-navbar{
  margin-top: 0px;
}

a.nav-expander:hover {
  cursor: pointer;
}

a.nav-expander.fixed {
  position: fixed;
}

.nav-expanded a.nav-expander.fixed {
    right: 20em;
}

.off-canvas {
  background: #fff;
  display: block;
  color: #212121;
  height: 100%;
  overflow: scroll;
  position: fixed;
  right: -30em;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  font-size: 15px;
  top: 0;
  width: 20em;
  z-index: 999999;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;

}
.nav-expanded nav {
  right: 0;
}

body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}

#close{
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #dd2c00;
  color: #fff;
}
#close:hover, #close:focus{
  background-color: #c42700;
}

#nav-close {
  font-weight: 500;
  font-size: 24px;
  margin: 40px 0px;
  float: left;
  padding-right: 20px;
  font-size: 20px;
}

.main-menu {
  padding-top: 0px;
  padding-left: 0px;
}

.main-menu li {
  margin-left: 20px;
  font-size: 18px;
  padding: 0px 20px 0px 10px;
  display: block;
}

.topbar-menu ul li .main-menu li a, .main-menu li a {
  color: #212121;
  text-decoration: none;
  font-size: 16px;
  padding: 15px 15px 15px 15px;
  display: list-item;
  border-radius: 2px;
  font-weight: normal;
}

.topbar-menu ul li .main-menu li a:hover, .topbar-menu ul li .main-menu li a:focus, .main-menu li a:hover, .main-menu li a:focus {
  color: #fff;
  background-color: #26a65b;
  padding: 15px 15px 15px 15px;
  text-decoration: none;
}

.topbar-menu ul li .main-menu li .sub-nav, .main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 10px 15px 0px 10px;
  font-size: 14px;
}
.main-menu li .sub-nav a{
  font-size: 14px;
}

.main-menu a .caret {
  width: 0;
  height: 0;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
    margin-top: 8px;
}

.main-menu a:hover .caret {
  border-top-color: #fff;
}

.main-menu li.open > a > .caret {
  border-top: none;
  border-bottom: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  padding-right: 20px;
}

.main-menu li.open > a:hover > .caret {
  border-bottom-color: #fff;
}

.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}

.main-menu ul{
  position: relative;
}

.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}

.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}
.plus-icon{
  text-align: right;
  margin-left: 30px;
  float: right;
  margin-right: 5px;
  margin-top: 4px;
}
.off-canvas .white{
  float: right;
  margin-top: 5px;
  margin-right: 3px;
}



/* Full screen search */
#search {
    position: fixed;
    font-family: Roboto;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 44%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    border: 0px;
    margin: 0px auto;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    left: 20%;
    width: 780px;
    text-align: center;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #ac016d;
    border-radius: 4px;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}


/* Goto Top */
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
  bottom: 58px;
    right: 14px;
}

#top-link-block a{
  background-color: #b1097c;
  color: #fff;
  border: none;
}
#top-link-block a:hover, #top-link-block a:focus{
  background-color: #cc0a8f;
  text-decoration: none;
}

/* User panel */
.user-login .nav {
    left: 0%;
    margin-left: 0px;
}
.user-login .nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    /*background: #333;*/
    color: #fff;
}
.user-login img{
  height: 20px;
  width: 20px;
  padding: 1px;
  overflow: hidden;
  float: left;
}
.tuser-name{
  padding-left: 5px;
}
.user-login .fa-caret-down{
  padding-top: 5px;
}
.user-login .dropdown ul .user-details-top{
  border-bottom: 1px solid #e6e6e6;
}
.user-login .dropdown ul .user-details-top p a{
  color: #212121;
  padding: 0px 5px 0px 0px;
}
.user-login .dropdown ul .user-details-top a{
  color: #333;
}
.user-login .dropdown ul .user-details-top a:hover, .user-login .dropdown ul .user-details-top a:focus{
  color: #b1097c;
  text-decoration: none;
}
.user-login .dropdown ul .user-details-top span a{
  color: #616161;
  display: inline-block;
  float: left;
  padding: 0px 5px 0px 0px;
}
.user-login .dropdown {
  margin-right: 0px;
  padding-right: 0px;    
}
.user-login .dropdown ul .menu-padding{
  padding-top: 15px;
}
.user-login .dropdown ul .menu-padding-btm{
  padding: 10px 0px 10px 10px;
  margin-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.user-login .dropdown-menu>li>a {
    color:#757575;
    padding: 2px 0px 2px 5px;
    display: block;
}
.user-login .dropdown-menu>li>a:hover, .user-login .dropdown-menu>li>a:focus{
  color: #ac016d;
  background-color: transparent;
}
.user-login .dropdown ul{
  margin-left: -20%;
}
.user-login .dropdown ul li span{
  float: left;
  padding-top: 3px;
}
.tbadge{
  background-color: #b1097c;
  color: #fff;
  margin-right: 15px;
}
.user-login .dropdown ul li{
  font-size: 14px;
  margin-right: 0px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: left;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
}
.user-login .dropdown ul.dropdown-menu {
    border-radius:4px;
    box-shadow:none;
    margin-top:20px;
    /* width: 230px; */
    
}
.user-login .dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}
.user-login .dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}



.user-details-top img{
  height: 60px;
  width: 60px;
  float: left;
  margin: 20px 15px 20px 0px;
}
.user-details-top p{
  font-size: 14px;
  font-weight: 500;
  padding-top: 20px; 
  margin-bottom: 0px;
}

/* Modal */
.modal-header, #resModal .modal-header{
  color: #fff;
  background-color: #26a65b;
  text-align: left;
  border-radius: 4px 4px 0px 0px;
}
.modal-header .close, #resModal .modal-header .close, #ratingModal .modal-header .close{
  color: #fff;
  opacity: 1;
  font-size: 20px;
  text-shadow: none;
  margin-top: 2px;
  margin-right: 0px;
}
#paymentModal h4, #ratingModal h4{
  font-size: 18px;
  font-weight: 300;
}
#paymentModal .modal-dialog{
  margin: 235px auto;
}
#paymentModal p{
  font-size: 22px;
  font-weight: 300;
  text-align: left;
  color: #666;
}
#ratingModal i{
  padding-right: 5px;
}
#resModal p{
  text-align: center;
}
#resModal .tr_details{
  text-align: justify;
  padding: 0px 15px;
}
.pay-btn-modal{
  font-size: 18px;
  font-weight: 300;
  color: #212121;
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  height: 100px;
  width: 250px;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.pay-btn-modal:hover, .pay-btn-modal:focus{
  background-color: #26a65b;
  color: #fff;
}
#paymentModal .guide-notes p{
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  line-height: 20px;
  margin-top: 20px;
  color: #212121;
}
#paymentModal .modal-footer{
  margin-top: 10px;
  padding: 5px 10px 0px;
  color: #212121;
  background-color: #f5f5f5;
  border-radius: 0px 0px 4px 4px;
}
#paymentModal address{
  text-align: center;
}
#paymentModal .guide-notes .location-texts{
}
#ratingModal .fdetails{
  margin: 10px 0px 0px 0px;
  padding: 0px 5px 10px 0px;
}
#ratingModal .modal-body{
  padding: 20px 0px 0px 0px;  
}
.rating-modal{
  margin: 0px 20px 0px 20px;
}
.rating-modal input, .rating-modal textarea{
  height: 45px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  box-shadow: none;
}
.rating-modal textarea{
  margin-top: 20px;
  height: 300px;
  padding-left: 30px;
  padding-top: 10px;
}
.rating-modal .star-rating{
  margin-top: 20px;
}
/*.rating-modal .star-rating ul{
  margin: 0;
  padding: 0;
}
.rating-modal .star-rating ul li{
  list-style: none;
  float: left;
  font-size: 24px;
  padding-right: 5px;
}
.rating-modal .star-rating ul li i{
  color: #bdbdbd;
}
.rating-modal .star-rating ul li i:hover, .rating-modal .star-rating ul li i:focus{
  color: #ff9100;
  cursor: pointer;
}*/
.rating-modal .star-rating p{
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.rating-modal .green-btn{
  margin-top: 20px;
}
.rating-modal .left-addon .fa{
  top: 3px;
}


/*Search bar*/

.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}


.navbar-collapse {
    position: relative;
    padding-top: 0px !important;
    max-height: 270px;
  }
  .navbar-collapse form[role="search"] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    z-index: 0;
  }
  .navbar-collapse form[role="search"] button,
  .navbar-collapse form[role="search"] input {
    padding: 8px 12px;
    border-radius: 0px;
    border-width: 0px;
    color: rgb(119, 119, 119);
    background-color: rgb(248, 248, 248);
    border-color: rgb(231, 231, 231);
    box-shadow: none;
    outline: none;
  }
  .navbar-collapse form[role="search"] input {
    padding: 16px 12px;
    font-size: 14pt;
    font-style: italic;
    color: rgb(160, 160, 160);
    box-shadow: none;
  }

  .fatFooter{
    background-color: #263238;
    color: #fff;
  }
  .footer ul{
    margin: 0px;
    padding: 0px;
  }
  .footer ul li{
    list-style: none;
    padding: 2px;
  }
  .footer ul li a{
    font-size: 14px;
    color: #92989b;
    padding-bottom: 6px;
    font-family: 'Open Sans', sans-serif;
    display: block;
  }


  .navbar-collapse form[role="search"] button[type="reset"] {
    display: none;
  }


  @media (min-width: 768px) {
    .navbar-collapse {
      padding-top: 0px !important;
      padding-right: 38px !important;
    }
    .navbar-collapse form[role="search"] {
      width: 38px;
    }
    .navbar-collapse form[role="search"] button,
    .navbar-collapse form[role="search"] input {
      padding: 15px 12px;
    }
    .navbar-collapse form[role="search"] input {
      font-size: 18pt;
      opacity: 0;
      display: none;            
            height: 50px;
    }
    .navbar-collapse form[role="search"].active {
      width: 100%;
    }
    .navbar-collapse form[role="search"].active button,
    .navbar-collapse form[role="search"].active input {
      display: table-cell;
      opacity: 1;
    }
      .navbar-collapse form[role="search"].active input {
      width: 100%;
    }
  }
  /*custom font awsome style*/
  .fa{
    margin-right: 7px !important;
  }