.navbar{
    border-bottom: 1px solid #ccc;
    background: white;
}

.navbar .nav-item .nav-link{
    color: black;
    margin-left: 6px;
    font-weight: 600;
    font-size: 16px;

}
.navbar .nav-item .nav-link:hover{
  color:  #5e3d03;
  
  
}
.dropdown-menu{
border-top: 1px solid goldenrod;
}
.dropdown-menu .dropdown-item{
font-size: 14px;
border-bottom: 1px solid rgb(160, 159, 159);
}
.texta1{
    color: #0f7c90;
    font-weight: 600;
    font-size: 16px;
}
.text1{
    font-size: 14px;
}
.bgd {
    background-color: blue;
}
.bgd h5{
    font-size: 16px;
    border-right: 1px solid #ccc;
    color: white;
}
.ttext{
  font-size: 17px;
}
.vidioa1{
  width: 50px;
  height: 50px;
  display: inline;
}
.bghh img{
  width: 80px;
  height: 80px;
}
.vidiosec{
  position: relative;
  top: 50%;
  right: 0%;
}
.rev .card{
  background: #eee;
}
.prog .progress-bar{
background: #a435f0;
}
 .vdo {
  border: 10px solid #eee;
}
.ary1{
  border-radius: 50px;
}

.nn{
  background-image: url(../images/bannn1.jpg);
  width: 100%;
  height: 300px;
}
.lineParent{
  height: 100%;
  width:100%;
  align-items: center;
  position:absolute;
}

.lessonvideo{
  width: 40px;
  height: 25px;
  color: white;
  border-radius: 10px;
  text-align: center;
}
.connecting-line {
  height: 2px;
  background: #e0e0e0;
  width: 80%;
  margin: 0 auto;
  z-index: 1;
}

.tabimg img{
width: 50px;
height: 40px;
}
.stepTab{
  width: 35%;
  text-align: center;
  z-index: 2;
  color: white;
  font-weight: 600;
}
.square-tab {
  width: 50px;
  height: 50px;
  /*line-height: 45px;*/
  border-radius: 50px;
  background: #eab603;
  border: 2px solid #e0e0e0;
  font-size: 25px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content1s ul li{
  list-style-type: square;
}

@media only screen and (max-width: 576px) {
body {
  background-color: lightblue;
}
}


/* -----------collapse-------- */

.accordion .card-header:after {
    font-family: "Font Awesome 5 Brands","Font Awesome 5 Free";
    content: "\f146";
    float: right; 
    color: #7d7d7d;
}
.accordion .card-header.collapsed:after {  
    font-family: "Font Awesome 5 Brands","Font Awesome 5 Free";
    content: "\f0fe";
    color: #7d7d7d;
}
.card-header .title {
    font-size: 17px;
    color: #000;
}
.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.card-header{
  cursor: pointer;
  border-bottom: none;
}
.clp .card{
  border: 1px solid #ddd;
}
.clp .card-body{
  border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}


.ftrs h5{
    font-size: 18px;
    margin-bottom: 20px;
}

.ftr{
    font-size: 25px;
}

.ftr li a{
    color: white !important;
}

.ftr1 li{
    list-style-type: none;
    line-height: 30px;
    font-size: 15px;
    color: #fff !important;
}
.ftr1 li a{
    list-style-type: none;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    text-decoration:none !important;
}

.ftr2 li{
    list-style-type: none;
    line-height: 30px;
    font-size: 15px;
    color: #ccc;
}

.ftr3 p{
    
    line-height: 30px;
    font-size: 15px;
    color: #ccc;
}


/* ---------------card--------------- */

.lib-panel {
    margin-bottom: 20Px;
}
.lib-panel img {
    width: 100%;
    background-color: transparent;
}

.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
    background-color: #FFFFFF;
}


.lib-panel .lib-row {
    padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
    background-color: #FFFFFF;
    font-size: 20px;
    padding: 10px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
    position: relative;
    height: 100%;
    display: block;
    font-size: 13px;
}
.lib-panel .lib-row.lib-desc a{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}

.row-margin-bottom {
    margin-bottom: 20px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}

.no-padding {
    padding: 0;
}

/* TITRE */
h1 {
    margin-top: 0;
    font-size: 3rem;
    display: inline-block;
  }
  h1 div {
    position: relative;
    float: left;
  }
  h1 div:first-child {
    color: #3498db;
    margin-right: 1rem;
  }

  /* -----------------rgistration form------------ */
  .note
{
    text-align: center;
    height: 80px;
    background: -webkit-linear-gradient(left, #0072ff, #8811c5);
    color: #fff;
    font-weight: bold;
    line-height: 80px;
}
.form-content
{
    padding: 5%;
    border: 1px solid #ced4da;
    margin-bottom: 2%;
}
.form-control{
    /*border-radius:1.5rem;*/
}
.btnSubmit
{
    border:none;
    border-radius:1.5rem;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: #0062cc;
    color: #fff;
}

.loginform{
  background: linear-gradient(145deg, #673AB7, #9C27B0);
  box-shadow: 2px 2px 2px 2px linear-gradient(145deg, #673AB7, #9C27B0);;
}

  /* PROFIL */
  .blog .carousel-indicators {
      left: 0;
      top: auto;
      bottom: -40px;
  
  }
  
  /* The colour of the indicators */
  .blog .carousel-indicators li {
      background: #a3a3a3;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      margin-bottom:10px;
      
  }
  
  .blog .carousel-indicators .active {
  background: #707070;
  margin-bottom:10px;
  }
  
  .our-team-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .our-team-section:before {
    position: absolute;
    top: -0;
    left: 0;
    content: " ";
    background: url(img/service-section-bottom.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
  }
  .our-team {
    padding: 0 0 40px;
    background: #f9f9f9;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #00325a;
  }
  .our-team:hover {
    border-bottom: 5px solid #2f2f2f;
  }
  
  .our-team .pic {
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
  }
  .our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #00325a;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
  }
  .our-team:hover .pic:before {
    height: 100%;
    background: #2f2f2f;
  }
  .our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear 0s;
  }
  .our-team:hover .pic:after {
    background: #7ab92d;
  }
  .our-team .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
    position: relative;
    z-index: 2;
  }
  .our-team:hover .pic img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
  }
  .our-team .team-content {
    margin-bottom: 30px;
  }
  .our-team .title {
    font-size: 22px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
  }
  .our-team .post {
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize;
  }
  .our-team .social {
    width: 100%;
    padding-top: 10px;
    margin: 0;
    background: #2f2f2f;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
  }
  .our-team:hover .social {
    bottom: 0;
  }
  .our-team .social li {
    display: inline-block;
  }
  .our-team .social li a {
    display: block;
    padding-top: 6px;
    font-size: 15px;
    color: #fff;
    transition: all 0.3s ease 0s;
  }
  .our-team .social li a:hover {
    color: #2f2f2f;
    background: #f7f5ec;
  }
  @media only screen and (max-width: 990px) {
    .our-team {
      margin-bottom: 10px;
    }
  }

  @media all and (min-width: 992px) {
    .dropdown-menu li{ position: relative; 	}
    .nav-item .submenu{ 
      display: none;
      position: absolute;
      left:100%; top:-7px;
    }
    .nav-item .submenu-left{ 
      right:100%; left:auto;
    }
    .dropdown-menu > li:hover{ background-color: #f1f1f1 ; }
    .dropdown-menu > li:hover > .submenu{ display: block; }
  }	
  /* ============ desktop view .end// ============ */
  
  /* ============ small devices ============ */
  @media (max-width: 991px) {
    .dropdown-menu .dropdown-menu{
        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }
  }	

  /* ----------reviews------------ */
  .rating{
      text-align: center;
  }
  .review-body{
      font-size: 16px;
      font-style: italic;
      color: white;
  }
  .rat{
    font-style: italic;  
  }
.hh{
    font-style: italic;
    color: yellow;
}
.date-post {
    margin-bottom: 4px;
    font-size: 22px;
    color: rgb(76 70 70);
}
.ftr2 li a {
    list-style-type: none;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    text-decoration: none !important;
}