*
{
    margin:0;
    padding:0;

}

/*---navigation---*/
#nav-bar
{
   
    position: sticky;
    top:0;
    z-index:10;

}
.navbar-brand img
{
    
    height:45px;
    padding-left:30px;
}
.navbar-nav li
{
 padding: 0 10px;
}
.navbar-nav li a
{
 float:right;
 text-align:left;
}
#nav-bar ul li a:hover{
    color: #007bf0!important;
}
.navbar
{
     background:#fff;
}
.navbar-toggler
{
    border:none!important;

}
.nav-link
{
    color:#555!important;
    font-weight:600;
    font-size:16px;

}
.carousel-inner > .carousel-item > img {
  
    width: 100%;
    height:95%;
}
.carousel-caption
{
    top:50%;
    transform:translateY(-50%);
    bottom:initial!important;
}
.carousel-caption h5
{
    color:#fff;
    font-size: 42px;
}
.carousel-caption h6
{
    color:#fff;
    font-size: 35px;
}

  /*------prologue---*/
  #more
  {
      display:none;
  }
  #about
  {
      padding-top:50px;
      padding-bottom:50px;
      color:#555;

  }
 #about btn
  {
      margin-top:20px;
      margin-bottom:30px;
    
  }
  .about-content
  {
      padding-top:20px;

  }
  /* services*/
#services
  {
      background-image:url(black.png);
      
      background-size:cover;
      background-position:center;
      color: #efefef!important;
      background-attachment:fixed;
      padding-top:50px;
      padding-bottom:50px;
    }
    #services h1{
        text-align:center;
        color:#efefef!important;
        padding-bottom:10px;
    }
 #services h1::after{
     content:'';
     background:#efefef;
     display:block;
     height:3px;
     width:170px;
     margin:20px auto 5px;

 }
 .services
 {
     margin-top: 40px;
 }
 #services ul{
    font-size:14px;
    margin-top:20px;
    color:#cccc;
}
.services .col-md-4:hover{
    background:#007bff;
    cursor:pointer;
    transition: 0.7s;

}
/*---Lead Potter*/
#team
{
    padding-top: 50px;
    padding-bottom: 50px;
    color:#555;

}
h1{
    text-align:center;
    color:#555!important;
    padding-bottom:10px;

}
h1::after
{
    content:'';
    background: #007bff ;
    display: block;
    height: 3px;
    width: 170px;
    margin:20px auto 5px;
}
.profile-pic
{
    margin-top:25px;

}
.profile-pic .img-box
{
    opacity: :1;
    display:block;
    position:relative;
}
.profile-pic h2
{
  font-size: :22px;
  font-weight:bold;
  margin-top:15px;
  color:#007bff!important;

}
.profile-pic h3
{
  font-size: :15px;
  font-weight:bold;
  margin-top:15px;
}
#team .fa
{
    height:25px;
    width:25px;
    color:#007bff!important;
    background: #fff;
    padding:4px;
    border-radius: 50%;

}
.img-box ul
{
   padding: 15px 0;
   position:absolute;
   z-index: 2;
   bottom:0;
   left:50%;
   transform:translateX(-50%);
   opacity: 0;
}
.img-box ul li
{
    padding:5px;
    display:inline-block;

}
.img-box:hover ul
{
  opacity: 1;
}
.img-box ul, .img-box ul li
{
    transition: :0.5s;
}
/*--Managing Self*/
#self
{
    background:#1a6bbd;
      
    background-size:cover;
    background-position:center;
    color: #efefef!important;
    
    padding-top:50px;
    padding-bottom:50px;
}
#self h3{
    text-align:center;
}
#self h3::first-letter{
    color: #000000;
}
#self h1{
    text-align:center;
    color:#efefef!important;
    padding-bottom:10px;
}
#self h1::after{
 content:'';
 background:#efefef;
 display:block;
 height:3px;
 width:220px;
 margin:20px auto 5px;

}
.self
{
 margin-top: 40px;
}
#self ul{
    text-align: left;
font-size:16px;
margin-top:20px;
color:#cccc;
}
/*---Resources*--*/
#resource
{
      

    color: #777!important;
    background-attachment:fixed;
    padding-top:50px;
    padding-bottom:50px;

}
#resources h1{
    text-align:center;
    color:#efefef!important;
    padding-bottom:10px;
}
.resource
{
 margin-top: 40px;
}
#resource h3{
    text-align:center;
}
/*---power Of Coaching--*/
#coaching
{   background-image: url(black.png);
    color: #efefef!important;
    background-attachment:fixed;
    padding-top:50px;
    padding-bottom:50px;

}
#coaching h1{
    text-align:center;
    color:#efefef!important;
    padding-bottom:10px;
}
#coaching h3{
    text-align:center;
    padding-top:40px;
}
.coaching
{
    margin-top: 40px;
}
#coaching h1::after{
    content:'';
    background:#007bff;
    display:block;
    height:3px;
    width:280px;
    margin:20px auto 5px;
   
   }
/*---Tools---*/
#tools
{
      
    background-size:cover;
    background-position:center;
    color: #000000!important;
    
    padding-top:50px;
    padding-bottom:50px;

}
#tools h1{
    text-align:center;
    columns: #000000;!important;
    padding-bottom:10px;
}
#tools h1::after{
 content:'';
 background: #007bf0;
 display:block;
 height:3px;
 width:80px;
 margin:20px auto 5px;

}
.tools
{
 margin-top: 40px;
}
.bod
{
    margin:10px auto;
    display:inline;
    float:left;
    width:100%;
    background-color:#efefef;
    transition:0.5s;
}
.bod:hover{
    box-shadow: 0 2px 20px #333;
}
.test-head{
    background-color:#2196f3;
    display: inline;
    float: left;
    padding:10px 5px;
    text-align:center;
    width:100%;
}
.test-head h5{

    color:#fff;
    font-size:30px;
    font-weight: bold;
    margin-bottom:5px;
    padding:5px;
    
}
.test-content{
    display: inline;
    float:left;
    width:100%;
    padding:0 15px;
}
.test-content ul li
{
    
    padding:15px 10px;    
}
ul li:last-child 
{
   border:none;

}
.test-button
{
    display: inline;
    float:left;
    padding:15px 15px 30px;
    text-align:center;
    width:100%;
    border: none;

}
.test-btn{
    
    color: white;
    background-color: #2196f3;
    border-radius: 3px;
    display: inline-block;
    font-size:18px;
    padding: 15px 50px;
    transition:0.5s;
}
/*-----Modal1----*/
.bg-modal
{
    
    height:1000px;
    padding-left: 300px;
    padding-right: 300px;
    width:100%;
    background-color:rgba(0,0,0,0.7);
    position:bottom;
    top:0;
    
    justify-content: center;
    align-items: center;
    display:none;
   
}
.modal-content{
    background-color:#efefef;
    width: 20px;
    height:850px;
    border-radius: 4px;
    padding:4rem 3rem;
    position: relative;
}
.modal-content h2
{
    text-align:center;
}
.button-close
{
    text-align: center;
    padding-top: 10px;
    color: white;
    background-color: #2196f3;
    border-radius: 3px;
    display: inline-block;
    font-size:18px;
    width:100px;
    float:center;
    padding: 15px 5px;
    transition:0.5s;
    

}
/*modal 2*/
.bg-modal1
{
    
    height:500px;
    padding-left: 300px;
    padding-right: 300px;
    width:100%;
    background-color:rgba(0,0,0,0.7);
    position:bottom;
    top:0;
    
    justify-content: center;
    align-items: center;
    display:none;
   
}
.modal-content1{
    background-color:#efefef;
    width: 5000px;
    border-radius: 4px;
    padding:4rem 3rem;
    position: relative;
}
.modal-content h2
{
    text-align:center;
}
.button-close
{
    text-align: center;
    padding-top: 10px;
    color: white;
    background-color: #2196f3;
    border-radius: 3px;
    display: inline-block;
    font-size:18px;
    width:100px;
    float:center;
    padding: 15px 5px;
    transition:0.5s;
    

}

/*---Contact Us---*/
#contact
{
    background: #efefef;
    padding-top: 40px;
    padding-bottom: 40px;
    color:#777;
}
.contact-form
{
    padding:15px;

}
.form-control
{
    border-radius: 0!important;
    border:none!important;
}
::placeholder
{
    color:#999!important;

}
.contact-info .fa
{
    margin:10px;
    color:#007bf0;
    font-weight:bold;
}
/*---Footer---*/
#footer
{
    background:#333;
    color:#fff;
    padding:12px;

}