
  .jumbotron {
    background-image: url('../img/banner/r.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
/* Move to top button */
  #button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  .personal {
    background: rgba(118, 121, 118, 0.3);
    padding: 30px;
    color: #ffffff;
    overflow:auto;
    margin-top: 40px;
  }
  .col-sm-7 p{
    font-size: 15px;
    text-align: center;
  }
  .banner-img{
    border: solid #fff 3px;
    width: 100%;
    max-width: 300px;
    object-fit: cover;
  }
  .banner-down-text{
    padding: 20px;
  }
  .banner-down-text span{
    font-size: 25px;
  }
  .fab{
    font-size: 20px;
    padding: 10px;
    border: solid #fff 2px;
    direction: none;
  }
  .fab:hover{
    direction: none;
    background-color: #FBB404;
    color: #25052e;
  }


  .single-cta i {
    /* float: left; */
    margin-top: 5px;
    font-size: 20px;
  }
  
  .cta-text {
    padding-left: 20px;
    display: inline-block;
  }
  
  .cta-text h4 {
    color: #757575;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  
  .single-cta {
    padding: 10px;
  }
  
  .cta-text span {
    font-size: 15px;
  }
  
  .download-btn {
    padding-top: 20px;
    margin: 0px auto;
  }
  
  .btn {
    background-color: #FBB404;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 15px;
  }

  .portfolio-filter{
    padding: 20px;
  }
  
  
  .team-content .title{
    color:#FBB404;
    font-weight: bold;
  }
  
   .col-sm-3 h2::before {
    content: "";
    position: absolute;
    /* left: 0; */
    top: -10px;
    height: 10px;
    width: 60px;
    background: #FBB404;
    border-radius: 5px;
  }
  .right-side{
  padding: 10px;
  }
  .left-side{
    padding: 10px;
  }
  
  .about-me{
    padding: 40px;
  }
  
  .work-experience{
    padding: 40px;
    background-color: #25052e;
    color: #b9b4b4;
  }
  
  
  .work-experience h3{
    font-weight: bold;
  }
  
  .work-experience h4{
    color: #FBB404;
    font-weight: bold;
  }
  
  .job-title{
    padding: 10px;
  }
  ul{
    list-style-type: circle;
    font-size:15px
  }
  
  .education{
    padding:40px
  }
  
  .education h4{
    color: #FBB404;
  }
  
  .education h3{
    color: #777776;
    font-weight: bold;
    font-size:large;
  }
  
  .qualifications{
    border-left: solid #FBB404 1px;
    padding-left: 25px;
    padding-bottom: 10px;
    color: #918f8f;
  }
  
  .one h3::before {
    content: "";
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background: #FBB404;
    border-radius: 100%;
  }
  
  .two h3::before {
    content: "";
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background: #FBB404;
    border-radius: 100%;
  }
  .three h3::before {
    content: "";
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background: #FBB404;
    border-radius: 100%;
  }
  
  .skills{
    padding: 40px;
    background-color: #25052e;
    color: #b9b4b4;
  }
  
  .w3-container{
    height: 10px;
  }
  
  .projects{
    padding: 40px;
  }
  
  .counter
  {
      background-color: #eaecf0;
      text-align: center;
  }
  .employees,.customer,.design,.order
  {
      margin-top: 70px;
      margin-bottom: 70px;
  }
  .counter-count
  {
      font-size: 58px;
      border-radius: 50%;
      position: relative;
      color: #FBB404;
      text-align: center;
      line-height: 92px;
      width: 92px;
      height: 92px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      display: inline-block;
  }
  
  .employee-p,.customer-p,.order-p,.design-p
  {
      font-size: 15px;
      color: #b9b4b4;
  
      line-height: 34px;
  }
  
  .filter{
    font-weight: bold;
    color: #b9b4b4;
  }
  
  .footer{
    background-color: #25052e;
    color: #b9b4b4;
  }
  .copyright-area{
    background-color: #25052e;
    color: #b9b4b4;
    padding: 25px 0;  
  }
  .copyright-text p {
    margin: 0px;
    font-size: 14px;
    color: #878787;
    text-align: center;
  }
  .copyright-text p a{
    color:#FBB404;
  }
  
  
  .name{
    color: #FBB404;
    font-weight: bold;
    font-size: 50px;
  }
  
  .card-img-top {
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -110px;
  }
  
  .image--cover {
    width: 100%;
    max-width: 220px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .my-card {
    padding-top: 150px;
    border-bottom: solid #FF9800 3px;
  }

    /* *********************navbar-toggle**********************************/

  .navbar-custom{
    border: none;
    background-color: #25052e;
  }
  
  .navbar-header{
    padding-top: 10px;
    padding-left: 10px;
  }
  
  .navbar-collapse .navbar-right{
    /* color: #ffffff; */
    margin: 20px 0px 0px 0px;
  }
  
  .navbar-header{
    padding-top: 10px;
    padding-left: 10px;
  }
  .navbar-custom a{
    color: #ffffff;
    opacity: none;
  }
  
  .navbar-collapse .navbar-right {
    /* color: rgb(231, 226, 226); */
    margin: 20px 0px 0px 0px;
  }
  
  .navbar-toggle{
    border: solid rgb(247, 243, 243) 1px;
    /* background-color:rgb(17, 14, 14); */
  }
  
  .nav a:hover{
    color: #ffffff;
    border-radius: 5px;
  }
  
  .icon-bar{
    background-color: rgb(169, 172, 169);
  }
  
  .navbar-toggle.collapsed span.icon-bar:nth-child(1) {
    -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    .navbar-toggle.collapsed span.icon-bar:nth-child(2) {
    opacity: 1;
    }
    .navbar-toggle.collapsed span.icon-bar:nth-child(3) {
    -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    .navbar-toggle span.icon-bar {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    }
    .navbar-toggle span.icon-bar:nth-child(1) {
    -webkit-transform: translateY(300%) rotate(45deg);
        transform: translateY(300%) rotate(45deg);
    }
    .navbar-toggle span.icon-bar:nth-child(2) {
    opacity: 0;
    }
    .navbar-toggle span.icon-bar:nth-child(3) {
    -webkit-transform: translateY(-300%) rotate(-45deg);
        transform: translateY(-300%) rotate(-45deg);
    }

    .my-image {
      width: 100%;
      max-width: 100px;
      object-fit: cover;
    }


/* Project Area */ 

.port-image
{
    width: 100%;
    height: 350px;
    width: 100%;
    /* max-width: 100px; */
    object-fit: cover;
}

.col-md-4, .col-sm-6, .col-xs-12
{
    margin-bottom:20px;
}

.each-item
{
    position:relative;
    overflow:hidden;
}

.each-item:hover .cap2, .each-item:hover .cap1
{
    left:0px;
}

.cap1
{
    position:absolute;
    width:100%;
    height:70%;
    background:rgba(255, 255, 255, 0.5);
    top:0px;
    left:-100%;
    padding:10px;
    transition: all .5s;
    color: #333;
}

.cap2
{
    position:absolute;
    width:100%;
    height:30%;
    background:rgba(0, 178, 255, 0.5);
    bottom:0px;
    left:100%;
    padding:10px;
    transition: all .5s;
}


/* End Project Area */ 

  


    