/*navbar*/
.nav-item::after{content:'';display:block;width:0px;height:2px;background:#00479b;transition: 0.2s;}
.nav-item:hover::after{width:100%;}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link,.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{color:#00479b;font-size:14px;}
.nav-link{padding:15px 5px;transition:0.2s;}
.navbar-dark .navbar-nav .nav-link {
    color: #717171;
}
.nav-item{
  margin-left:20px;
  font-size: 13px;
}
.navbar{
  background:#fff;
  z-index: 1;
  border-bottom: solid 2px #004291;
}
/*.dropdown-item.active, .dropdown-item:active{color:#212529;}
.dropdown-item:focus, .dropdown-item:hover{background:#00479b;}*/
.nav-bg{
  background: #fff;
  z-index: 1;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
/*navbar*/
strong{
  color: #004291;
}
.topheader{
  /*background: #000;*/
  background: #004291;
  padding-top: 5px;
  padding-bottom: 0px;
}
.topcontact li{
  list-style: none;
  display: inline-block;
  margin-left: 15px;
      margin-top: 8px;
  font-size: 12px;
}
.topcontact{
  padding: 0;
  margin:0;
}
.topcontact li a{
  color: #fff;
  text-decoration: none;
}
.social ul{
    margin:0;
    padding:0;
}
.social li{
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
.social li a{
  color: #fff;
}
.pre li{
  padding: 0;
  margin: 0;
  font-size: 12px;
  margin-top: 3px;
}
.pre li a{
  color: #fff;
}
.login{
  background-image: url('../../assets/images/bg-register1.jpg');
  padding-bottom: 110px;
}
.login h3{
  margin-bottom: 20px;
  text-align: center;
  color: #444;
}
.login h1{
  font-size: 1.75rem;
  margin-bottom: 20px;
  text-align: center;
  color: #444;
}
.login a{
  margin-top: 10px;
  text-decoration: none;
  color:#004291;
}
.login form {
/*   border: solid 2px #00489c;*/
  margin-top: 30px;
  width: 100%;
  padding: 20px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
.login label {
  display: block;
  position: relative;
  margin: 40px 0px;
}
.login .label-txt {
  position: absolute;
  top: -1.6em;
  padding: 10px;
  font-family: sans-serif;
  font-size: .8em;
  letter-spacing: 1px;
  color: rgb(120,120,120);
  transition: ease .3s;
}
.login .input {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: none;
  outline: none;
}

.login .line-box {
  position: relative;
  width: 100%;
  height: 2px;
  background: #BCBCBC;
}

.login .line {
  position: absolute;
  width: 0%;
  height: 2px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #004291;
  transition: ease .6s;
}

.login .input:focus + .line-box .line {
  width: 100%;
}

.login .label-active {
  top: -3em;
}

.login button {
  display: inline-block;
  padding: 12px 24px;
  background: #00489c;
  font-weight: bold;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 3px;
  cursor: pointer;
  transition: ease .3s;
}

.login button:hover {
  background: #00489c;
  color: #ffffff;
}



/*register*/
.register{
   
    padding-bottom: 40px;
    padding-top: 40px;
    background: aliceblue;
}
.register h3{
  text-align: center;
  color: #444;
  margin-bottom: 20px;
}

.register h1{
  text-align: center;
  color: #444;
  margin-bottom: 20px;
  font-size: 1.75rem;
}

.register h2{
  
  color: #444;
  margin-bottom: 20px;
  font-size: 1rem;
}
.register a{
  margin-top: 10px;
  text-decoration: none;
}
.register .form-control{
  border: none;
  background-color: #fff;
  padding: 1.375rem .75rem;
  color: #444;
}
.register .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}
.register form {
 /* border: solid 2px #00489c;*/
 border-radius: 20px;
  width: 100%;
  padding: 20px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
.register label {
  display: block;
  position: relative;
  margin: 15px 0px;
}
.register .label-txt {
  position: absolute;
  padding: 10px;
  font-family: sans-serif;
  font-size: .8em;
  letter-spacing: 1px;
  color: rgb(120,120,120);
  transition: ease .3s;
}
.register .input {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: none;
  outline: none;
}

.register .line-box {
  position: relative;
  width: 100%;
  height: 2px;
  background: #BCBCBC;
}

.register .line {
  position: absolute;
  width: 0%;
  height: 2px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #004291;
  transition: ease .6s;
}

.register .input:focus + .line-box .line {
  width: 100%;
}

.register .label-active {
  top: -3em;
}

.register button {
  display: inline-block;
  padding: 12px 24px;
  background:#00489c;
  font-weight: bold;
  color:#fff;
  border: none;
  outline: none;
  border-radius: 3px;
  cursor: pointer;
  transition: ease .3s;
}

.register button:hover {
  background: #00489c;
  color: #ffffff;
}
.top{
  margin-top: 20px;
}

/*homepage*/
.main h5{
  font-size: 30px;
  font-weight: 300;
  color: #444;
}
.main p{
  font-size: 13px;
  text-align: justify;
}
.maincourse{
  margin-bottom: 50px;
}
.maincourse h2{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 900px;
  text-transform: uppercase;
  color: #004291;
}
.maincourse h1{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 900px;
  text-transform: uppercase;
  color: #004291;
  font-size: 2rem;
}
/*.abtCourse{*/
/*    border: solid 1px #e0e0e0;*/
/*    padding: 20px;*/
/*    border-radius: 10px;*/
/*    background: #f9f9f9;*/
/*    box-shadow: 5px 10px #e4e3e3;*/
/*    height: 370px;*/
/*}*/

.abtCourse{
    border: solid 1px #004291;
    padding: 14px;
    border-radius: 10px;
    background: #f9f9f9;
    box-shadow: 5px 10px #004291;
    /*height: 370px;*/
    height: 250px;
}
.abtCourse:hover{
    border: solid 1px #e0e0e0;
    padding: 20px;
    border-radius: 10px;
    background: #e2e2e2;
    box-shadow: 5px 10px #f9f9f9;
    color: #131212;
}
.abtCourse img{
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.abtCourse button{
 margin-left: 50px;
}
.abtCourse p{
  font-size: 13px;
}
.abtCourse h5{
  padding-top: 10px;
}
.mt{
  margin-top: 40px;
}
/*.maincourse a{*/
/*  text-decoration: none;*/
/*  color: #000;*/
/*}*/

.mt a{
  text-decoration: none;
  color: #000;
}
.footer{
  background:#242c42;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer h5{
  color: #50bcb6;
}
.footer ul{
  margin: 0;
  padding:0;
}
.footer ul li{
  list-style: none;
  margin-top: 20px;
}
.footer ul li a{
  color: #fff;
  font-size: 14px;
}
.footer ul li a:hover{
  color:#50bcb6;
  text-decoration: none;
  font-size: 14px;
}
.footer p{
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}

hr{
  border: solid 1px #fff;
}
.courseBg{
  background-image: url('../../assets/images/reg_img.jpg');
  padding-top: 120px;
  padding-bottom: 120px;
}
.courseBg:before{
  background-color: #000;
}
.courseBg h1{
  text-align: center;
  font-weight: 900px;
  color: #fff;
}
.course{
  margin-top: 60px;
}
.topics p{
  font-size: 13px;
   color: #737373;
}
.topics h3{
  margin-bottom: 20px;
  margin-top: 20px;
  /*color: #737373;*/
  color: #004291;
}
.pay{
  text-align: center;
}
.duration{
  background-color: #004291;
  padding-top: 20px;
  padding-bottom: 20px;

}
.duration h5{
  font-size: 24px;
  color: #fff;
}
.duration1{
  background-color: #004291;
  padding-top: 10px;
  padding-bottom: 7px;

}
.duration1 h6{
  color: #fff;
}
.pay p{
  padding-top: 25px;
  padding-bottom: 15px;
}
.coupon_enquiry{
     padding-bottom: 30px;
     text-align: center;
}
.coupon_enquiry p{
    padding-top: 25px;
  padding-bottom: 15px;
    
}




.pay{
  padding-bottom: 30px;
  background-color: #fafafa;
}
.coupon{
  text-align: center;
  padding-bottom: 30px;
  background-color: #fafafa;
  margin-top:50px;
}
.coupon form{
  margin-top: 25px;
  padding-left: 20px;
    padding-right: 20px;
}
.topics h1{
      font-size: 36px;
     /* color: #737373;*/
      color: #004291;
}
.cBorder{
    padding: 15px;
    border: solid 1px #e0e0e0;
    border-radius: 15px;
    margin-top: 40px;
}
.cBorder:hover{
    padding: 15px;
    border: solid 1px #e0e0e0;
    border-radius: 15px;
    margin-top: 40px;
    background-color: #e0e0e0;
}
.cBorder img{
  width: 100%;
}
.cBorder h3{
  font-size: 24px;
  margin-top: 15px;
}
.cBorder p{
  font-size: 13px;
  margin-top: 15px;
}
.cBorder button{
  margin-left: 90px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.mcourse h2{
  text-align: center;
  margin-top: 40px;
  text-transform: uppercase;
  color: #004291;
}
.mcourse a{
  text-decoration: none;
  color: #444;
}
.courseLeft h2{
  color: #004291;
}
.courseLeft h4{
  margin-top: 30px;
  margin-bottom: 30px;
  color: #004291;
}
.dur h5{
  background-color: #004291;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.durp p{
  font-size: 14px;
  border-bottom: solid 1px #c5c2c2;
}
.durp{
  padding:10px;
  padding-bottom: 30px;
}
.dborder{
  background-color: #f2f2f2;
}
.durp button{
  margin-left: 75px;
}
.sumheader h1{
  text-transform: uppercase;
  margin-top: 40px;
  text-align: center;
  margin-bottom:40px;
  color: #004291; 
}
.summary h5{
  margin-top: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
  background-color: #004291;
  color: #fff;
  padding:10px;
}
.summary p{
  margin-left: 10px;
}
.but{
  margin-bottom: 50px;
  margin-top: 30px;
}
.orderSummary{
  border: solid 1px #b9b6b6;
  padding:20px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.order p{
   font-size: 18px;
    font-weight: 700;

}
.durp ul{
  padding: 0;
  margin:0;
}
.durp ul li{
  list-style: none;
  border-bottom: solid 1px #c5c2c2;
  padding-bottom: 10px;
  padding-top: 10px;
}
.durp ul li a{
  text-decoration: none;
  color: #444;
  text-transform: uppercase;
}
.proBorder img{
     width: 100%;
    height: 200px;
    object-fit: contain;
}
.proBorder ul{
  padding: 0;
  margin: 0;
}
.proBorder ul li{
  list-style: none;
  background: #17a2b8;
  margin-top: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.proBorder ul li a{
  color: #fff;
  text-decoration: none;
}
.info ul{
  padding: 0;
  margin: 0;
}
.info ul li{
  list-style: none;
  line-height: 40px;
}
.profile h2{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #004291;
}
.pro{
  border:solid 1px;
  padding: 20px;
  border-radius: 20px;
}
.profile h4{
  margin-top: 20px;
  margin-bottom: 20px;
}
.pBorder{
  border:solid 1px;
  padding:20px;
}
.picheading h2{
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  color: #004291;
}
.pBorder img{
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #03b5d2;
}

.accordion a:hover::after {
  border: 1px solid #03b5d2;
}

.accordion a.active {
  color: #03b5d2;
  border-bottom: 1px solid #03b5d2;
}

.accordion a::after {
  content: '+';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #7288a2;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
}

.accordion a.active::after {
  content: '+';
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion .content {
  display: none;
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.faq h2{
  text-align: center;
  /*margin-top: 40px;
  margin-bottom: 30px;*/
  color: #004291;
  text-transform: uppercase;
}
.faq h1{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #004291;
  text-transform: uppercase;
  font-size: 2rem;
}
.slider img{
  width: 100%;
  height: 520px;
  object-fit: cover;
}
/*quiz slides*/
.mySlides {
  display: none;
      display: block;
    /*background: #004291;*/
    /*color: #fff;*/
    border: solid 2px #004291;
    border-radius: 20px;
    /*height: 100vh;*/
    height: 430px;
    padding: 50px;
    text-align: justify;
}
.mySlides ul{
  padding:0;
  margin:0;
}
.mySlides ul li{
  list-style: none;
  /*border: solid 1px;*/
  /*margin-top: 20px;*/
  /*height: 45px;*/
  padding: 10px;
  font-size: 12px;

}
.quiz h3{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: 178px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev_new,
.next_new {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: 178px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next_new {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
/*.prev:hover,
.next:hover {
  background-color:#004291;
}*/

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
.mySlides h2{
  text-align: center;
  margin-top: 45px;
}
.mySlides h5{
  text-align: center;
  font-size: 65px;
}
.result{
  margin-top: 80px;
}
.testcode h1{
  text-align: center;
  margin-top: 40px;
  color: #004291;
  text-transform: uppercase;
}
.testcode p{
      font-size: 14px;
}
.testcode h3{
  margin-bottom: 30px;
  margin-top: 30px;
  color: #004291;
}
.code{
      border: solid 1px;
    padding: 30px;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.test{
  border:solid 1px #004291;
  padding:30px;
  margin-top: 225px;;
}
.test button{
  background-color: #004291;
  width: 125px;
  border:#004291;
}

/*timer*/
#countdown{
    width: 220px;
    height: 110px;
  text-align: center;
  background: #004291;
  
 /* background-image: -webkit-linear-gradient(top, #222, #333, #333, #222); */
  background-image:    -moz-linear-gradient(top, #004291, #004291, #004291, #004291);
  background-image:     -ms-linear-gradient(top, #004291, #004291, #004291, #004291);
  background-image:      -o-linear-gradient(top, #004291, #004291, #004291, #004291);
  border: 1px solid #111;
  border-radius: 5px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  padding: 24px 0;
  position: absolute;
  top: 45px; bottom: 0; left: 450px; right: 0;
}

#countdown:before{
  content:"";
  width: 8px;
  height: 65px;
  background: #444;
  /*background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); */
  background-image:    -moz-linear-gradient(top, #004291, #004291, #004291, #004291);
  background-image:     -ms-linear-gradient(top, #004291, #004291, #004291, #004291);
  background-image:      -o-linear-gradient(top, #004291, #004291, #004291, #004291);
  border: 1px solid #111;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: block;
  position: absolute;
  top: 30px; left: -10px;
}

#countdown:after{
  content:"";
  width: 8px;
  height: 65px;
  background: #444;
  /*background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); */
  background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  display: block;
  position: absolute;
  top: 30px; right: -10px;
}

#countdown #tiles{
  position: relative;
  z-index: 1;
}

#countdown #tiles > span{
  width: 60px;
  max-width: 60px;
  height:50px;
  font: bold 30px 'Droid Sans', Arial, sans-serif;
  text-align: center;
  color: #111;
  background-color: #ddd;
  /*background-image: -webkit-linear-gradient(top, #bbb, #eee); */
  background-image:    -moz-linear-gradient(top, #bbb, #eee);
  background-image:     -ms-linear-gradient(top, #bbb, #eee);
  background-image:      -o-linear-gradient(top, #bbb, #eee);
  border-top: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
  margin: 0 3px;
  padding: 13px 0;
  display: inline-block;
  position: relative;
}

#countdown #tiles > span:before{
  content:"";
  /*width: 100%;*/
  /*height: 8px;*/
  background: #111;
  display: block;
  padding: 0 2px;
  position: absolute;
  /*top: 20%; */
  /*left: -3px;*/
  z-index: -1;
  
}

#countdown #tiles > span:after{
  content:"";
  /*width: 100%;*/
  /*height: 1px;*/
  background: #eee;
  border-top: 1px solid #333;
  display: block;
  position: absolute;
  /*top: 40%; left: 0;*/
}

#countdown .labels{
      width: 107%;
  height: 20px;
  text-align: center;
  position: absolute;
  bottom: 8px;
}

#countdown .labels li{
 width: 63px;
  font: bold 15px 'Droid Sans', Arial, sans-serif;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}
.brief ul li{
  list-style: none;
}
.brief h5{
  background: #004291;
    padding: 10px;
    color: #fff;
}
.summary h2{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.example button {
  float: left;
  background-color: #4E3E55;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  font-weight: 600;
  border-radius: 3px;
  padding: 15px 35px;
  margin: 26px 5px 0 5px;
  cursor: pointer; 
}
.example button:focus{
  outline: none; 
}
.example button:hover{
  background-color: #33DE23; 
}
.example button:active{
  background-color: #81ccee; 
}
.tcomplete{
  background: #004291;
  height: 100vh;
  color: #fff;
}
.tcomplete h1{
  padding-top: 250px;
  letter-spacing: 2px;
}
.ppt h2{
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.mySlides1 img{
  width: 100%;
  object-fit: contain;
  max-height: 466px;
}

.mySlides1 .prev,
.mySlides1 .next {
  cursor: pointer;
  position: absolute;
  /*top: 36%;*/
  top: 43%;
  width: auto;
  padding: 16px;
  margin-top: 178px;
  /*margin-top: 100px;*/
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}


.mySlides1 .prev_new,
.mySlides1 .next_new {
  cursor: pointer;
  position: absolute;
  top: 36%;
  /*top: 28%;*/
  width: auto;
  padding: 16px;
  margin-top: 178px;
  /*margin-top: 100px;*/
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}



.mobileNav{
  display: none;
}
.feedback{
      background: #adb5bd;
    padding: 30px;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px){
  .mobileNav{
    display: block;
  }
  .disp{
    display: none;
  }
  .slider img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.main h5 {
    font-size: 24px;
    font-weight: 300;
    color: #444;
}
.main h1 {
    font-size: 24px;
    font-weight: 300;
    color: #444;
}
.maincourse h2 {
  font-size: 26px;
}
.maincourse h1 {
  font-size: 26px;
}
.abtCourse button {
    margin-left: 85px;
}
.abtCourse {
    border: solid 1px #e0e0e0;
    padding: 20px;
    border-radius: 10px;
    background: #f9f9f9;
    box-shadow: 5px 10px #e4e3e3;
    height: 430px;
}
.soc{
  display: none;
}
.topcontact{
  padding-bottom: 8px;
}
.home_img{
  width: 100%;
}

}
.discussion h2{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.dis{
  background: #e6e6e6;
    padding: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 60px;
    border-radius: 20px;
}


/*chat start*/
.chatperson{
  display: block;
  border-bottom: 1px solid #eee;
  width: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 4px;
}
.chatperson:hover{
  text-decoration: none;
  border-bottom: 1px solid orange;
}
.namechat {
    display: inline-block;
    vertical-align: middle;
}
.chatperson .chatimg img{
  width: 40px;
  height: 40px;
  background-image: url('http://i.imgur.com/JqEuJ6t.png');
}
.chatperson .pname{
  font-size: 18px;
  padding-left: 5px;
}
.chatperson .lastmsg{
  font-size: 12px;
  padding-left: 5px;
  color: #ccc;
}


.panel{
    margin-bottom: 0px;
}
.chat-window{
    bottom:0;
    position:fixed;
    float:right;
    margin-left:10px;
}
.chat-window > div > .panel{
    border-radius: 5px 5px 0 0;
}
.icon_minim{
    padding:2px 10px;
}
.msg_container_base {
    /* background: #e5e5e5; */
    margin: 0;
    padding: 0 10px 10px;
    /* max-height: 300px; */
    overflow-x: hidden;
}
.top-bar {
  background: #666;
  color: white;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.msg_receive{
    padding-left:0;
    margin-left:0;
}
.msg_sent{
    padding-bottom:20px !important;
    margin-right:0;
}
.messages {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
}
.messages > p {
    font-size: 13px;
    margin: 0 0 0.2rem 0;
  }
.messages > time {
    font-size: 11px;
    color: #ccc;
}
.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}

.avatar {
    position: relative;
}
.avatar img{
  width: 75px;
  border-radius: 50%;
}
.base_receive > .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
  justify-content: flex-end;
  align-items: flex-end;
}
.base_sent > .avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px 2px rgba(black, 0.2); // not quite perfect but close
}

.msg_sent > time{
    float: right;
}



.msg_container_base::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.btn-group.dropup{
    position:fixed;
    left:0px;
    bottom:0;
}

/*chat end*/
.exercise h1{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #004291;
}
.exercise ul{
  margin:0;
  padding: 0;
  position: absolute;
  top: 195px;
}
.exercise ul li{
  display: inline-block;
  padding:0 20px;
}

.category .btn-primary{
  text-align:center;
  width:60%;
}
.category1 .btn-primary{
  text-align:center;
  width:60%;
}
.category1{
  margin-top: 30px;;
}
.main_cat{
  margin-top:50px;
}



.gal-container {
  padding: 12px;
}

.gal-item {
  overflow: hidden;
  padding: 3px;
}

.gal-item .box {
  height: 350px;
  overflow: hidden;
}

.box img {
  height: 110%;
  width: 110%;
  top: -10%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.box:hover img{
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gal-item a:focus {
  outline: none;
}

.gal-item a{
  cursor: pointer;
}

.gal-item a::after {
  content: "\f00e";
  font-family: "FontAwesome";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
  line-height: 350px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
  opacity: 1;
}

.modal-open .gal-container .modal {
  background-color: rgba(0,0,0,0.4);
}

/*.modal-open .gal-item .modal-body {*/
/*  padding: 0px;*/
/*}*/

/*.modal-open .gal-item button.close {*/
/*  position: absolute;*/
/*  width: 25px;*/
/*  height: 25px;*/
/*  background-color: #000;*/
/*  opacity: 1;*/
/*  color: #fff;*/
/*  z-index: 999;*/
/*  right: -12px;*/
/*  top: -12px;*/
/*  border-radius: 50%;*/
/*  font-size: 15px;*/
/*  border: 2px solid #fff;*/
/*  line-height: 25px;*/
/*  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);*/
/*  box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);*/
/*}*/

/*.modal-open .gal-item button.close:focus {*/
/*  outline: none;*/
/*}*/

/*.modal-open .gal-item button.close span {*/
/*  position: relative;*/
/*  top: -3px;*/
/*  font-weight: lighter;*/
/*  text-shadow: none;*/
/*}*/

/*.gal-container {*/
/*  width: 80%;*/
/*}*/


/*@media (min-width: 768px) {*/
/*  .gal-container .modal-dialog {*/
/*    width: 55%;*/
/*    margin: 50 auto;*/
/*  }*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .gal-container .modal-content {*/
/*    height: 250px;*/
/*  }*/
/*}*/


/* Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}


/*.modal {*/
/*  display: none;*/
/*  position: fixed;*/
/*  z-index: 1;*/
/*  padding-top: 100px;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%; */
/*  height: 100%;*/
/*  overflow: auto; */
/*  background-color: rgb(0,0,0); */
/*  background-color: rgba(0,0,0,0.9); */
/*}*/

/*.modal-content {*/
/*  margin: auto;*/
/*  display: block;*/
/*  width: 80%;*/
/*  max-width: 700px;*/
/*}*/

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/*.modal-content, #caption { */
/*  animation-name: zoom;*/
/*  animation-duration: 0.6s;*/
/*}*/

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/*@media only screen and (max-width: 700px){*/
/*  .modal-content {*/
/*    width: 100%;*/
/*  }*/
/*}*/

.gallery h2{
  margin-top:50px;
  margin-bottom:50px;
  text-align:center;
  color:#004291;
}

.bar{
  background:#004291;
  padding: 20px;
  border-radius:20px;
  margin-top:30px;
  
}
.bar a{
  color:#fff;
  font-size:32px;
  text-transform: uppercase;
  text-decoration:none;
}
.bar:hover{
   background:grey;
  color:#fff;
  border-radius:20px;
  padding: 20px;
  margin-top: 30px;;
}
.bar a:hover{
  color:#fff;
  font-size:32px;
  text-transform: uppercase;
  text-decoration:none;
}
.bardesign{
  margin-bottom:50px;
}

/* .bar1{
  background:#004291;
  padding: 50px;
  border-radius:20px;
}
.bar1 a{
  color:#fff;
  font-size:32px;
  text-transform: uppercase;
}
.bar1:hover{
  background: red;
  padding: 50px;
}
.bar1 a:hover{
  color:#fff;
  font-size:32px;
  text-transform: uppercase;
} */
.bardesign12{
  background: #004291;
    padding: 100px;
    margin-bottom: 50px;
    border-radius:20px;
    margin-top:50px;
}
.bardesign1 a{
  color: #ffffff;
    padding: 20px;
    border: solid 1px #ffffff;
    border-radius:20px;
    text-decoration:none;
}
.bardesign1 a:hover{
  color: #004291;
  background:#fff;
    padding: 20px;
    border: solid 1px #ffffff;
    border-radius:20px;
    text-decoration:none;
}

.bardesign2 a{
  color: #ffffff;
    padding: 20px 80px;
    border: solid 1px #ffffff;
    border-radius:20px;
    text-decoration:none;
}
.bardesign2 a:hover{
  color: #004291;
  background:#fff;
    padding: 20px 80px;
    border: solid 1px #ffffff;
    border-radius:20px;
    text-decoration:none;
}

.cat_main img{
  width:100%;
}
.cat_main p{
  text-align: center;
  text-align: center;
    font-size: 24px;
}
.cat_main1{
  border: solid 1px #d4d3d3;
    padding: 20px;
    border-radius: 20px;
     height: 250px;
    width:250px;
    box-shadow: 5px 10px #d4d3d3;
    margin-bottom: 50px;
}
.cat_main1:hover{
  border: solid 1px #d4d3d3;
  background:#ececec;
    padding: 20px;
    border-radius: 20px;
    height: 250px;
    width:250px;
    box-shadow: 5px 10px #d4d3d3;
    margin-bottom: 50px;
}
.cat_main1 p{
    color:#000;
}

.cat_main{
  margin-top:50px;
  margin-bottom:50px;
}
.cat_main a{
    color:#000;
    text-decoration:none;
}

.testimonial{
  margin-bottom:50px;
}
.testimonial img{
  width:90px;
}
.testimonial h2{
  margin-top:50px;
  margin-bottom:50px;
}

/*item slider*/



.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}



.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/*userdash*/
.das{
  
    border: solid 1px grey;
}
.userdash{
    margin-bottom:50px;
}


.forget{
  background:#004291;
  padding: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.pas h2{
  margin-top:40px;
  text-align:center;
}
.pas h1{
  margin-top:40px;
  text-align:center;
  font-size: 2rem;
  font-weight: 500;
}
.course_desc p{
    text-align:justify;
}

.course_desc{
    margin-top:40px;
}

.join{
    text-align: center;
    color: #004291;
    border: solid 1px;
    padding: 10px;
    border-radius: 20px;
}
.box_size{
    height:190px;
}
.abtCourse h6{
    text-align:right;
}
.course_desc h4{
    color:#004291;
}
.top h4{
      color:#004291;
}
.box_size p{
    color:grey;
}

/* slide section css */
.prev_next_btn_section {
    padding: 10px 0px;
}
.next_slide {
  float: right;
  padding: 5px 0px;
  color: #004291 !important;font-weight: bold;
}

.prev_slide {
  float: left;
  padding: 5px 0px;
  color: #004291 !important;font-weight: bold;
}