*{
  
}
@font-face {
  font-family: 'Conv_Muli-Regular';
  src: url('../fonts/Muli-Regular.eot');
  src: local('☺'), url('../fonts/Muli-Regular.woff') format('woff'), url('../fonts/Muli-Regular.ttf') format('truetype'), url('../fonts/Muli-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Muli-Bold';
  src: url('../fonts/Muli-Bold.eot');
  src: local('☺'), url('../fonts/Muli-Bold.woff') format('woff'), url('../fonts/Muli-Bold.ttf') format('truetype'), url('../fonts/Muli-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_Muli-Light';
  src: url('../fonts/Muli-Light.eot');
  src: local('☺'), url('../fonts/Muli-Light.woff') format('woff'), url('../fonts/Muli-Light.ttf') format('truetype'), url('../fonts/Muli-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.course-bg:hover a{
  text-decoration: none !important;
}
/*navbar*/
.top-nav {
  color: #525357;
  margin-top: 30px;
}

.top-nav .phone{
 text-align: right;
 color: ;
   font-family: 'Conv_Muli-Light';
}
.navbar{
  font-family: 'Conv_Muli-Regular';
  color:#000;
  text-transform: uppercase;
}

.navbar-brand img{
      margin-top: -15px;
       max-width: 340px;
}

  /*new*/
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
    height: 125px;
    box-shadow: 0px 1px 13px #a7a7a7;
    padding-bottom: 31px;
}
  /*new*/

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color:#525357;
     background-color: transparent; 
}
.navbar-default .navbar-nav>li>a {
    color: #525357;
    font-family: 'Conv_Muli-Bold';
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #f1582c;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:hover, {
    color: #f1582c;
    background-color: transparent;
}

.upper-nav>a {
  color: #525357;
}

.nav-list{
  list-style: none;
  padding: 0px;
  text-transform:uppercase;
}
/*.nav-list:before
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid red;
  border-bottom-color: #e74c3c ;
}*/
.nav-list>li>a{
  /*new*/
  color: #f1582c;
  /*new*/
}
/*new*/
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #f1582c;
}
/*new*/
.navbar-nav>li>a{
  color: #525357;

}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #f1582c;
    background-color: transparent;
}
.nav>.active>a{background-color: transparent;
  border-bottom: 5px solid #f1582c;}
.nav>li>a:focus, .nav>li>a:hover{
  background-color: transparent;
  border-bottom: 5px solid #f1582c;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  background-color: transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 400px;
    padding: 31px 1px;
    /* margin: 2px 0 0; */
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    /* border: 1px solid rgba(0,0,0,.15); */
    /* border-radius: 4px; */
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    /**/
    .dropdown ul.dropdown-menu {
    border-radius:4px;
    box-shadow:none;
    margin-top:20px;
    width:300px;
}
.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;
}
.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;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 7px solid #f2572c;
    border-top: 4px solid\9;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
/*navbar*/
.error{color: #ff0000;}
/*header*/

header{
   background: linear-gradient(to bottom, #f3f3f3 0%, #f3f3f3 100%);
   margin-top: -19px;
}
header .head-slide{
    padding-left: 0px;
    padding-right: 0px;
}
/*header .carousel-caption h1{
  text-align: center;
  color: #f1582c;
  font-size: 60px;
  font-weight: 100;
 font-family: 'Conv_Muli-Light';
  letter-spacing: -3px;
  padding: 25px 0px 17px 0px;
}*/
header .carousel-caption h1 {
    text-align: center;
    font-size: 54px;
    font-weight: 100;
    font-family: 'Conv_Muli-Light';
    background: rgba(255, 255, 255, 0.7);
    letter-spacing: -3px;
    
}
header .carousel-caption   p{
  text-align: center;
  padding-bottom: 25px;
  color: #f1582c;
  font-size: 26px;
  font-weight: 100;
font-family: 'Conv_Muli-Light';
      letter-spacing: -1px;
}
.banner-img{
  margin: 0px auto;
  }

  /*carousal*/

/*header .carousel-caption {
    position: absolute;
    right: 30%;
    bottom: 160px;
    left: 30%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #f1582c;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
     text-shadow: 0 1px 2px rgba(0,0,0,0); 
}*/

header .carousel-caption {
    position: absolute;
    right: 33%;
    bottom: 160px;
    top: 18%;
    left: 33%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #131212;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0);
}
header .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #f1582c;
    border-radius: 10px;
}
header .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #f1582c;
}
/*//header*/
/*review*/
.review-box a{
background: none 0px 0px repeat scroll rgb(241, 93, 50); padding: 7px 20px 7px 30px; font-size: 18px; color: rgb(255, 255, 255); cursor: pointer; display: block; font-weight: bold; position: fixed; text-align: center; z-index:999; width: auto; top: 50%; transform: rotate(-270deg) !important; right: -36px;
}
.close{float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    /* text-shadow: 0 1px 0 #fff; */
    filter: alpha(opacity=20);
    opacity: 1;}
.modal-header {
    padding: 15px;
    border-bottom: none;
}
#modalLoginForm .register{
    background: #fff;
    margin-top: 3%;
    padding: 2% 3% 3% 3%;
    width: 50%;
}
#modalLoginForm .register h3{
    font-size: 50px;
    font-family: 'Conv_Muli-Light';
    font-weight: 100;
    color: #000;
    margin: 0px 0px 37px auto;}
#modalLoginForm .register p{
   font-family: 'Conv_Muli-Light';
    font-weight: 500;
    margin: 27px 0px 15px auto;
    text-align: center;
    font-size: 16px;
    color: #000;
}
#modalLoginForm .register  .regi-btn1{
   width: 200px;
   height: 40px;
    border: none;
    background-color: transparent;
    border: 2px solid #e25500;
    color: #e25500;
    font-weight: 800;
    font-family: 'Conv_Muli-Bold';
}
#modalLoginForm .register  .regi-btn1:hover{
   width: 200px;
   height: 40px;
    border: none;
    background-color: #e25500;
    border: 2px solid transparent;
    color: #fff;
    font-weight: 800;
    font-family: 'Conv_Muli-Bold';
}
#modalLoginForm .register .form-st1 {
  width: 100%;
    padding: 8px;
    margin: 5px auto;
  }
#modalLoginForm .register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
#modalLoginForm .register-right{
background: #ffffff;
}

#modalLoginForm .register .register-form{
    padding: 5%;
}
#modalLoginForm .nav-pills-st{
  margin-top: 5%;
}
#modalLoginForm .register .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #ffffff;
    color: #000;
    text-decoration: underline;
    font-family: 'Conv_Muli-Bold';
    font-weight: 800;
}
.nav-pills>li+li{
  color: #000;
    font-family: 'Conv_Muli-Light';
    font-weight: 800;
}
#modalLoginForm .register .nav-pills>li>a {
    border-radius: 0px;
}
#modalLoginForm .btn-cross{
    position: relative;
    top: -60px;
    left: 40px;
    text-shadow:none;
}

/*rating*/
.rating {
      float:left;
    }

    /* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
      follow these rules. Every browser that supports :checked also supports :not(), so
      it doesn’t make the test unnecessarily selective */
    .rating:not(:checked) > input {
        position:absolute;
        top:-9999px;
        clip:rect(0,0,0,0);
    }

    .rating:not(:checked) > label {
        float:right;
        width:1em;
        /* padding:0 .1em; */
        overflow:hidden;
        white-space:nowrap;
        cursor:pointer;
        font-size:300%;
        /* line-height:1.2; */
        color:#ddd;
    }

    .rating:not(:checked) > label:before {
        content: '★ ';
    }

    .rating > input:checked ~ label {
        color: #e25500;
        
    }

    .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        color: #e25500;
        
    }

    .rating > input:checked + label:hover,
    .rating > input:checked + label:hover ~ label,
    .rating > input:checked ~ label:hover,
    .rating > input:checked ~ label:hover ~ label,
    .rating > label:hover ~ input:checked ~ label {
        color: #e25500;
        
    }

    .rating > label:active {
        position:relative;
        top:2px;
        left:2px;
    }
/*//review*/
/*register section*/
#regi-sec{
  background-color: #fff;
  margin-top: 50px;
}
#regi-sec .regi-p{
  font-size: 20px;
    font-weight: 100;
    margin: 28px auto;
      font-family: 'Conv_Muli-Regular';
      color:#000;
}
#regi-sec .regi-btn{
    padding: 14px 65px;
    border: 2px solid #e25500;
    background-color: transparent;
    color: #e25500;
    font-weight: 800;
    font-family: 'Conv_Muli-Bold';
}
#regi-sec .regi-btn:hover{
    padding: 14px 65px;
    border: 2px solid #e25500;
    background-color: #e25500;
    color: #fff;
    font-weight: 800;
    font-family: 'Conv_Muli-Bold';
}
/*//register section*/

/*about*/

.home-about {
  margin-top: 50px;
      background-color: rgba(241, 245, 249, 0.5);
    padding-top: 50px;
    padding-bottom: 50px;
}
.home-about .regi-btn{
    padding:8px 18px;
    border: 2px solid #e25500;
    background-color: transparent;
    color: #e25500;
    font-weight: 800;
    font-family: 'Conv_Muli-Bold';
}
.home-about  .regi-btn:hover{
    padding: 8px 18px;
    border: 2px solid #e25500;
    background-color: #e25500;
    color: #fff;
    font-weight: 800;
    font-family: 'Conv_Muli-Bold';

}
.home-about  p{
      font-size: 16px;
    font-weight: 100;
    font-family: 'Conv_Muli-Regular';
    color: #525357;
    text-align: justify;
}
.home-about h1{
  text-align: center;
    font-size: 42px;
    font-family: 'Conv_Muli-bold';
    font-weight: 800;
    color: #515257;
    margin: 0px 0px 37px auto;
    letter-spacing: 0px;
    text-transform: uppercase;
}
/*//about*/
/*training cource*/
.course-bg{
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    height: 350px;
}

.course-bg:hover,.course-bg:hover p{
  background-color: #f1582c;
    color: #fff;
   padding-top: 20px;
    padding-bottom: 20px;
     padding-left: 5px;
     padding-right: 5px;
}
.course-bg p{
  color: gray;
    font-family: 'Conv_Muli-Light';
    /* padding: 15px 0px; */
    text-align: center;
    letter-spacing: 0.7px;
}
/*//training cource*/
/*  bhoechie tab */
#tab-details{
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.tab-details .tab-details-heading{
  font-size: 65px;
    font-family: 'Conv_Muli-Light';
    font-weight: 100;
    color: #000;
    margin: 0px 0px 37px auto;
    letter-spacing: -3px;
  }
.tab-details div.bhoechie-tab-container {
    padding: 0 !important;
    margin-top: 20px;
    filter: alpha(opacity=97);
}
.tab-details div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.tab-details div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
.tab-details div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
.tab-details div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
.tab-details div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
.tab-details div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
/*.tab-details div.bhoechie-tab-menu div.list-group>a, div.bhoechie-tab-menu div.list-group>a .glyphicon, div.bhoechie-tab-menu div.list-group>a .fa {
    color: #000;
     font-family: 'Conv_Muli-Regular';
    font-weight: 100;
    text-align: left;
}*/
.tab-details .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #f05b33;
     background-color: transparent; 
     border-color: transparent; 
     font-family: 'Conv_Muli-Bold';
    font-weight: 800;
   }
     .list-group-item{
      border: none;
     }

     a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #f05b33;
    text-decoration: none;
    background-color: transparent;
    font-family: 'Conv_Muli-Bold';
    font-weight: 800;
}

.tab-details div.bhoechie-tab-content h5{
  padding-left: 20px;
  padding-top: 10px;
}
.tab-details div.bhoechie-tab-content span {
    font-family: 'Conv_Muli-Bold';
    font-weight: 800;
    text-transform: uppercase;
}
.tab-details div.bhoechie-tab-content p {
    font-family: 'Conv_Muli-Light';
    font-weight: 900;
    margin: 25px 0px 40px auto;
        text-align: justify;
    color: #525357;
}
.tab-details div.bhoechie-tab-content .table>thead>tr>th {
    border-bottom: none;
    font-family: 'Conv_Muli-Bold';
    font-weight: 800;
}
.tab-details div.bhoechie-tab-content .table>tbody>tr>th {
    border-bottom: none;
    font-family: 'Conv_Muli-Bold';
    font-weight: 800;
}
.tab-details div.bhoechie-tab-content  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none;
    font-family: 'Conv_Muli-Light';
    font-weight: 100;
}


.tab-details div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.tab-details .bhoechie-tab{
   padding: 25px 56px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175);
    box-shadow: 0 0px 0px rgba(0,0,0,.175);
    border: 1px solid #ccc;
    background-clip: padding-box;
}
.tab-details .bhoechie-tab:after {
   content: '';
    position: absolute;
    left: 0%;
    top: 50%;
    margin-left: -10px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-right: 10px solid #fff;
}
.tab-details .bhoechie-tab:before {
   content: '';
    position: absolute;
    left: 0%;
    top: 50%;
    margin-left: -11px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-right:10px solid #ccc;
}
.tab-details .list-group-item {
     background-color: transparent; 
}
/*testimonail*/
.testimonial{
  background-color: #fff;
  color:#000;
  margin-top: 50px;
}
.testimonial .testimonial-img{
  margin: 0px auto;
    width: 125px;
    height: 125px;
    border: 0px solid white;
    border-radius: 50%;
    box-shadow: 0px 0px 5px #888888;
}
.testimonial h5{
  font-family: 'Conv_Muli-Bold';
    font-weight: 800;
    text-transform: uppercase;
    margin: 27px 0px 15px auto;
    text-align: center;
}
.testimonial .testimonial-heading{
  text-align: center;
    font-size: 42px;
    font-family: 'Conv_Muli-bold';
    font-weight: 800;
    color: #515257;
    margin: 0px 0px 37px auto;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .slide-arrow {
  margin: 65px 0px 60px auto;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}
.testimonial .testimonial_para{
   color: gray;
    font-family: 'Conv_Muli-Light';
    padding: 15px 0px;
    text-align: center;
    letter-spacing: 0.7px;
}
/*new*/
.testimonial span{
  color: #e25500
}
/*new*/
/*//testimonail*/

/*why-choose-us*/
/*read more*/



.ac-label {
  font-weight: 700;
  position: relative;
  padding: 1em 1em;
  margin-bottom: .5em;
  display: block;
  cursor: pointer;
  background-color: whiteSmoke;
  transition: background-color .15s ease-in-out;
}

.ac-input:checked \2193 label, .ac-label:hover {
  background-color: #999;
}

.ac-label:after, .ac-input:checked \2193 .ac-label:after {
  content: "\2193";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 3em;
  height: 100%;
  line-height: 3.25em;
  text-align: center;
  background-color: #f1582c;
  color: white;
  transition: background-color .15s ease-in-out;
}

.ac-label:hover:after, .ac-input:checked \2193 .ac-label:after {
  background-color: #b5b5b5;
}

.ac-input:checked \2193 .ac-label:after {
  content: "\2191";
}

.ac-input {
  display: none;
}



.ac-text, .ac-sub-text {
  opacity: 0;
  height: 0;
  margin-bottom: .5em;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
}

.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text { 
  opacity: 1;
  height: auto;
}



.ac-sub .ac-label {
  background: none;
  font-weight: 600;
  padding: .5em 2em;
  margin-bottom: 0;
}

.ac-sub .ac-label:checked {
  background: none;
  border-bottom: 1px solid whitesmoke;
}

.ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
  left: 0;
  background: none;
}

.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
  background: none;
}

.ac-sub-text {
  padding: 0 1em 0 2em;
}


/*read more*/
.why-choose{
  background: linear-gradient(to right, rgba(241, 88, 44, 0.5) 0%, #f9ecc9 100%);
  color: #515257;
  padding: 50px 0px 50px 0px;
}
.why-choose-heading{
    text-align: center;
    font-size: 42px;
    font-family: 'Conv_Muli-bold';
    font-weight: 800;
    color: #515257;
    margin: 0px 0px 37px auto;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
.why-choose-pera{
     font-family: 'Conv_Muli-Bold';
    font-weight: 800;
    margin: 27px 0px 15px auto;
    text-align: left;
}
.add-img{/*
  margin: 0px auto;*/
  margin: 30px 0px 0px auto;
  }
 .why-choose .num{
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0px 4px 0px 4px;
    border-radius: 50%;
    margin: 0px auto;
    color: #fff;
  }
 
  /*//*/
/*modal*/

.modal-st{
  margin: 0px;
}
#myModal .modal-dialog{
border-radius: 0px;
font-family: 'Conv_Muli-Light';
    font-weight: 100;
}
#myModal .modal-content{
border-radius: 0px;
}
#myModal .modal-footer{
  border-top:none;
}
#myModal .modal-header{
  border-bottom:none;
}
#myModal .regi-img{
       position: relative;
    left: 202px;
    top: 40px;
    z-index: 1;
}
#myModal .modal-dialog .regi-form form{
    position: relative;
    left: 28px;
}   
#myModal .modal-dialog .regi-form h6{
    position: relative;
    left: 105px;
}  
#myModal .modal-dialog .regi-form .regi-btn {
   border: none;
    background-color: #000;
    color: #fff;
    font-weight: 800;
    margin: 10px auto;
    width: 168px;
    height: 38px;
    font-family: 'Conv_Muli-Regular';
}
.regi-form h4{
    text-align: center;
}
#myModal .regi-form{
      background-color: #fff;
    padding-top: 50px;
    padding-bottom: 88px;
    /*padding-left: 111px;*/
}
#myModal .modal-dialog  .form-st{
 width: 90%;
    padding: 8px;
    margin: 10px auto;
}
#myModal .close{float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    /* text-shadow: 0 1px 0 #fff; */
    filter: alpha(opacity=20);
    opacity: 1;}
    
     #myModal .modal-header .cross-btn {
    margin-top: -2px;
    position: relative;
    right: 160px;
}
/*//modal*/

/*modal1*/
.close{float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    /* text-shadow: 0 1px 0 #fff; */
    filter: alpha(opacity=20);
    opacity: 1;}
.modal-header {
    padding: 15px;
    border-bottom: none;
}
#myModal-account .register{
    background: #fff;
    margin-top: 3%;
    padding: 2% 3% 3% 3%;
    width: 50%;
}
#myModal-account .register h3{
    font-size: 50px;
    font-family: 'Conv_Muli-Light';
    font-weight: 100;
    color: #000;
    margin: 0px 0px 37px auto;}
#myModal-account .register p{
   font-family: 'Conv_Muli-Light';
    font-weight: 500;
    margin: 27px 0px 15px auto;
    text-align: center;
    font-size: 16px;
    color: #000;
}
#myModal-account .register  .regi-btn1{
   width: 200px;
   height: 40px;
    border: none;
  border: 2px solid #e25500;;
    color: #e25500;
    font-weight: 800;
    font-family: 'Conv_Muli-Bold';
    background-color: transparent;
}
#myModal-account .register  .regi-btn1:hover{
   width: 200px;
   height: 40px;
   border: 2px solid transparent;
    background-color: #e25500;
    color: #fff;
    font-weight: 800;
    font-family: 'Conv_Muli-Bold';
}
#myModal-account .register .form-st1 {
  width: 100%;
    padding: 8px;
    margin: 5px auto;
  }
#myModal-account .register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
#myModal-account .register-right{
background: #ffffff;
}
#myModal-account .register-right .nav-link,#myModal-account .register-right .f-p{
  color: #515357;
}

#myModal-account .register .register-form{
    padding: 5%;
}
#myModal-account .nav-pills-st{
  margin-top: 5%;
}
#myModal-account .register .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #ffffff;
    color: #000;
    text-decoration: underline;
    font-family: 'Conv_Muli-Bold';
    font-weight: 800;
}
.nav-pills>li \2193 li{
  color: #000;
    font-family: 'Conv_Muli-Light';
    font-weight: 800;
}
#myModal-account .register .nav-pills>li>a {
    border-radius: 0px;
}
#myModal-account .btn-cross{
    position: relative;
    top: -60px;
    left: 40px;
    text-shadow:none;
}
/*//modal1*/

/*forget modal*/
#forget-pwd-Modal .forget-pwd-dilouge{
  background: #fff;
    margin-top: 3%;
    padding: 2% 3% 3% 3%;
    width: 50%;
}
#forget-pwd-Modal .forget-pwd-dilouge .form-st{
 width: 75%;
    padding: 8px;
    margin: 10px auto;
}
#forget-pwd-Modal .forget-pwd-dilouge .regi-btn{
  border: none;
    background-color: #000;
    color: #fff;
    font-weight: 800;
    margin: 10px auto;
    width: 168px;
    height: 38px;
    font-family: 'Conv_Muli-Regular';
}
/*//forget modal*/

/*footer*/
footer{
  background-image: url(../img/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
      padding-top: 20px;
    background-color: #525357;
    /* box-shadow: 0px 7px 17px #e9e9e9; */
    box-shadow: 0px 0px 6px #e9e9e9;
    color: #fff;
}
footer h3 {
  font-family: 'Conv_Muli-Bold';
    font-weight: 800;
    font-size: 20px;
    margin: 20px 0px;
    text-transform: uppercase;
}
footer  a{
  color: #fff;
}
footer a:hover{
  color: #f1582c;
}
footer .footer-pera{
   font-family: 'Conv_Muli-Light';
     color: #fff;
     font-size: 16px;
     font-weight: 100;
}
.social-link{
  padding-right: 20px;
  color: #fff;
  font-size: 24px;
}
/*//footer*/

/*//modal*/

/*----------------------about us------------------*/
.nav-bg{
  /*background: linear-gradient(to bottom, #0099ce 0%, #0199ce 100%);*/
  /*box-shadow: 0px 0px 6px #e9e9e9;
    padding-bottom: 10px;*/

}
.about-us{
}
.about-space{
  padding:30px 0px;
}
.about-us h4{
 font-family: 'Conv_Muli-Bold';
    font-weight: 800;
    margin: 27px 0px 15px auto;
    color: #000;
    text-transform: uppercase;
}
.about-us p{
    font-family: 'Conv_Muli-Regular';
    font-weight: 100;
    color: #525357;
    width: 85%;
    text-align: justify;
    letter-spacing: 1px;
}
.about-us img{
  margin: 0px auto;
}

/*----------------------//about us------------------*/

/*----------------------contact us------------------*/
/*new*/
   .main {
  display:block !important;
}
/*new*/
#contact-us{
  font-family: 'Conv_Muli-Light';
      padding: 50px;
     padding-bottom: 71px;
}
#contact-us .regi-btn{
    width: 168px;
    height: 38px;
    border: none;
    background-color: transparent;
    border: 2px solid #f1582c;
    color: #f1582c;
    font-weight: 800;
        margin: 20px 0px;
}
#contact-us .regi-btn:hover{
    background-color: #f1582c;
    border: 2px solid transparent;
    color: #fff;
}
#contact-us  .form-sec {
  padding-left: 10%;
}
#contact-us .contact-heading{
 font-size: 65px;
   font-weight: 100;
    font-family: 'Conv_Muli-Light';
    color: #000;
    margin: 0px 0px 37px auto;
    letter-spacing: -3px;
}

  #contact-us .form-st{
 width: 80%;
    padding: 8px;
    margin: 10px auto;

}
#contact-us ul>li{
 list-style: none;
    font-family: 'Conv_Muli-Light';
    font-weight: 100;
    margin: 15px 0px 0px 0px;
}
#contact-us  .fas{
  color: #bebebe;
  font-size: 14px;
}
#contact-us .icon-space {
  padding-left: 15px;
}
#contact-us .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  border-top: none;
  padding: 0px;
}
#contact-us .table>thead>tr>th{
  border:none;
}
#contact-us .contact-detail-2 li a{
  color: #515357;
}
/*----------------------//contact us------------------*/

/*--------recent-opning---------*/
.recent-opning{
  background-color: #f9f9f9;
      margin-top: -19px;
      margin-bottom: -21px;
}
.job-bg{
  background-color: #fff;
  padding: 40px;
}
.job-regi-form{
  background-color: #fff;
    /* padding-top: 50px; */
    /* padding-bottom: 88px; */
    /* padding-left: 111px; */
    padding: 10%;
}
.job-bg .job-heading a{
 color: #e25500;
 font-family: 'Conv_Muli-Bold';
}
.job-bg .company-name a{
  color: #515357;
  font-family: 'Conv_Muli-Bold';
}
.job-bg .recent-opning-pera{
  color: gray;
   font-family: 'Conv_Muli-Light';
   padding: 15px 0px;
}
.job-bg .post-details {
  color: gray;
   font-family: 'Conv_Muli-Light';
}
.job-bg .post-details a{
  color: gray;
   font-family: 'Conv_Muli-Light';
}
.job-bg .regi-btn{
      width: 130px;
    height: 36px;
    border: none;
    background-color: transparent;
    border: 2px solid #e25500;
    color: #e25500;
    font-weight: 800;
    font-family: 'Conv_Muli-Bold';
}
.job-bg .regi-btn:hover{
      width: 130px;
    height: 36px;
    border: none;
    background-color: #e25500;
    border: 2px solid transparent;
    color: #fff;
    font-weight: 800;
    font-family: 'Conv_Muli-Bold';
}

.job-register,.job-details{
width: 45%;
}
.job-register{
    background: #fff;
    margin-top: 8%;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-top: 2%;
}
.job-register h3{
    font-size: 50px;
    font-family: 'Conv_Muli-Light';
    font-weight: 100;
    color: #fff;
    margin: 0px 0px 37px auto;}
.job-register p{
   font-family: 'Conv_Muli-Light';
    font-weight: 500;
    margin: 27px 0px 15px auto;
    text-align: center;
    font-size: 16px;
}
.job-register .regi-btn{
  border: none;
    background-color: #000;
    color: #fff;
    font-weight: 800;
    margin: 10px auto;
    width: 168px;
    height: 38px;
    font-family: 'Conv_Muli-Regular';
}
.job-register .regi-btn:hover{
  border: none;
    background-color: #e25500;
    color: #fff;
    font-weight: 800;
    margin: 10px auto;
    width: 168px;
    height: 38px;
    font-family: 'Conv_Muli-Regular';
}
.job-register .form-st
 {width: 100%;
    padding: 8px;
    margin: 0px auto;}
.register-left{
    color: #fff;
    margin-top: 4%;
}
.form-group {
    color: #000;
}
button.cross {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    position: relative;
    top: -60px;
    left: 56px;
    /* margin-left: -16px; */
}
/*--------//recent-opning---------*/
/*media quarry*/
@media (min-width: 768px){

.modal-dialog {
    width: auto;
    margin: 30px auto;
}
}
@media only screen and (max-width: 767px) {
  .navbar-default{
  background-color: transparent;
  border-color:transparent;
  /*new*/
  height: auto;
  /*new*/
}
/*new*/
.about-img{
  margin-top: 15px;
}
/*new*/
  #myModal .modal-header .cross-btn {
    margin-top: -2px;
     position: relative; 
     right: 0px; 
}
.top-nav .phone{
 margin-top: 15px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand img{
    max-width: 240px;
}
.navbar-brand img {
       margin-top: 5px;ss
}
/*.navbar-default .navbar-toggle .icon-bar {
    background-color: #525357;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #525357;
}*/
.modal-dialog {
    width: ;
    margin: 30px auto;
}
.testimonial {
}
header .banner-text h1 {
    text-align: center;
    color: #525357;
    font-size: 40px;
    font-weight: 100;
    font-family: 'Conv_Muli-Light';
    letter-spacing: -4px;
    padding: 88px 0px 17px auto;
}
.tab-details .tab-details-heading {
    font-size: 40px;
    font-family: 'Conv_Muli-Light';
    font-weight: 100;
    color: #000;
    margin: 0px 0px 37px auto;
    letter-spacing: -4px;
    text-align: center;
}
.testimonial .testimonial-heading {
     font-size: 40px;
    font-family: 'Conv_Muli-Light';
    font-weight: 100;
    color: #000;
    margin: 0px 0px 37px auto;
    letter-spacing: -4px;
    text-align: center;
}
.why-choose-heading {
   font-size: 40px;
    font-family: 'Conv_Muli-Light';
    font-weight: 100;
    color: #525357;
    margin: 0px 0px 37px auto;
    letter-spacing: -4px;
    text-align: center;
}
.slide-arrow {
    margin: 0px 0px 30px auto;
}

header .banner-text p {
    text-align: center;
    color: #525357;
    font-size: 18px;
    font-weight: 100;
    font-family: 'Conv_Muli-Light';
    letter-spacing: -1px;
}
.modal-dialog .regi-form h6 {
   padding: 20px;
   position: relative;
    left: 0px;
}
.modal-dialog .regi-form form {
     position: relative; 
     left: 0px; 
     padding: 20px;
}
.modal-dialog .regi-form form {
}

.job-register, .job-details {
    width: 100%;
}
.job-register {
    background: #fff;
    margin-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 6%;
    padding-top: 2%;
}
.job-register  button.cross {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    position: relative;
    top: -40px;
    left: 33px;
    /* margin-left: -16px; */
}
#myModal .regi-form {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 40px;
     padding-left: 0px; 
}
#myModal .modal-dialog .regi-form h6 {
    position: relative;
     left: 0px; 
}
#myModal .modal-dialog .regi-form form {
    position: relative;
    left: 0px;
    text-align: center;
}
#contact-us  .form-sec {
  text-align: center;
}
.nav-list>li>a {
   color: #525357;
}
#myModal-account .register {
    background: #fff;
    margin-top: 3%;
    padding: 2% 3% 3% 3%;
     width: 100%; 
}
#myModal-account .btn-cross {
    position: relative;
    top: 0px;
    left: 0px;
    text-shadow: none;
}
.job-register, .job-details {
    width: 100%;
}
.tab-details .bhoechie-tab {
     padding: 10px; 
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid #ccc;
    background-clip: padding-box;
}
.about-us {
     padding: 0px; 
}
.about-us p {
    font-family: 'Conv_Muli-Light';
    font-weight: 100;
  color: #525357;
     width: 100%; 
    text-align: justify;
}
#contact-us {
    font-family: 'Conv_Muli-Light';
    padding: 0px;
    padding-bottom: 40px;
}
#contact-us .contact-heading {
   font-size: 40px;
    font-family: 'Conv_Muli-Light';
    font-weight: 100;
    color: #000;
    margin: 30px 0px 37px auto;
    letter-spacing: -4px;
    text-align: center;
}
/*recent opning*/
.recent-opning {
     background-color: #fff; 
    margin-top: -19px;
}
.job-bg {
    background-color: #fff;
    padding: 50px 0px;
}
.job-bg .post-details {
    color: gray;
    font-family: 'Conv_Muli-Light';
    margin-top: 11px;
}
hr {
    margin-top: 40px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
#forget-pwd-Modal .forget-pwd-dilouge {
    background: #fff;
    margin-top: 3%;
    padding: 2% 3% 3% 3%;
     width: 100%; 
}

/*---------------------------------------------CSS for courses page start------------------------*/
 .course-img{height: 85px; width: 100%;}
    .h3_cour{font-size: 55px;}
    .tab-details div.bhoechie-tab-content h5
    {
        padding-left: 0px; 
        padding-top: 10px;
        font-size: 20px;
        color: black;
    }
    .tab-details div.bhoechie-tab-menu div.list-group>a
    {
        border-bottom:1px solid #000;
        border-radius: 5px;
    }
    .tab-details div.bhoechie-tab-menu div.list-group>a:first-child { 
        border-top-right-radius: 5px;
    }
    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover, .tab-details .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover
    {
        background-color: #f3f5f3 !important;
    }
    .tab-details div.bhoechie-tab-menu div.list-group, .tab-details .list-group-item.active, .tab-details .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover
    {
        padding-right: 15%;
        text-align: center;
    }
    .tab-details div.bhoechie-tab-menu div.list-group>a:last-child {
        border-bottom-right-radius: 5px;
    }
    .margin_m40
    {
        margin-top:-40px;
    }

/*----------------------------------------------CSS for course page end------------------------------------*/

/*--------------------------------------css for upcomming batch page start----------------------------------*/

 .padding_0{padding:0;} 
    .carousel-caption-up {
        position: absolute;
        right: 33%;
        bottom: 160px;
        top: 18%;
        left: 33%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #131212;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,0);
    }
    .up_course{position: relative;}
    .padding_40{padding:40px 0;}
    table {
      border-collapse: collapse;
    }
    
    table, th, td{
      /*border: 1px solid black;*/
    }
    .table>thead>tr>th{
        padding:10px;
        color: black;
        font-size: 20px;
        font-weight: 700;
        /*border: 1px solid black;*/
    }
    .back{
        background: #fffefe;
        box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
        border: 1px solid #eaeaea;
        border-radius: 10px;
        
    }

/*--------------------------------------css for upcomming batch page end----------------------------------*/


