.jumbotron {
  color: white;
  background-image: url("img/new/hero.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

/* Our Team */
#team{
  background:rgb(0, 0, 0, 0.6);
  color: #9aa9c1;
  }
  a{
  text-decoration:none;
  }
  .team_title {
      color: #fff;
    margin-bottom: 60px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
  }
  .our-team {}
  @media only screen and (max-width:768px) { 
  .our-team {margin-bottom:30px}
  }
  .single-team{margin-bottom:10px;}
  .single-team img {
    margin-bottom:15px;
    width: 120px;
    border-radius: 50%;
    height: 120px;
    border: 10px solid rgba(255,255,255,0.1);
  }
  .single-team h3 {
    margin-bottom:0px;
    font-size:18px;
    font-weight: 600;
    color: #fff;
  }
  .single-team p{margin-bottom:0px;}
  
  .our-team .social {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .our-team .social li{
  display: inline-block;
  }
  .our-team .social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 30px;
    margin: 3px;
  }
  .our-team:hover .social li:nth-child(1) a{
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s;
  }
  .our-team:hover .social li:nth-child(2) a{
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s
  }
  .our-team:hover .social li:nth-child(3) a{
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s;
  }
  .our-team:hover .social li:nth-child(4) a{
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
  }
  .our-team .social li a:hover{
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
  }
  
  .facebook{background: #1C58A1;}
  .facebook:hover{background: #fff;color:#1C58A1!important;}
  .twitter{background: #0CBCE3;}
  .twitter:hover{background: #fff;color:#0CBCE3!important;}
  .google{background: #F04537;}
  .google:hover{background: #fff;color:#F04537!important;}
  
  .title_spectial {
      color: #fff;
      text-align: center;
      font-weight: 600;
      position: relative;
      margin-bottom: 60px;
      text-transform: uppercase;
      font-size: 24px;
  }
  
  .section-padding {
      padding: 80px 0;
      padding-top: 100px;
  }
  
  a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
  }
  
  
  /*======================================================
                            Navbar
    ======================================================*/
    i {
      margin-right: 10px;
    }
    /*----------bootstrap-navbar-css------------*/
    .navbar-logo{
      padding: 15px;
    }
    .navbar-logo img{
      width: 150px;
      height: 60px;
    }
    .navbar-mainbg{
      background-color: #5161ce;
      padding: 0px;
    }
    #navbarSupportedContent{
      overflow: hidden;
      position: relative;
    }
    #navbarSupportedContent ul{
      padding: 0px;
      margin: 0px;
    }
    #navbarSupportedContent ul li a i{
      margin-right: 10px;
    }
    #navbarSupportedContent li {
      list-style-type: none;
      float: left;
    }
    #navbarSupportedContent ul li a{
      color: rgba(255,255,255,0.5);
        text-decoration: none;
        font-size: 15px;
        display: block;
        padding: 20px 20px;
        transition-duration:0.6s;
      transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        position: relative;
    }
    #navbarSupportedContent>ul>li.active>a{
      color: #5161ce;
      background-color: transparent;
      transition: all 0.7s;
    }
    #navbarSupportedContent a:not(:only-child):after {
      content: "\f105";
      position: absolute;
      right: 20px;
      top: 10px;
      font-size: 14px;
      font-family: "Font Awesome 5 Free";
      display: inline-block;
      padding-right: 3px;
      vertical-align: middle;
      font-weight: 900;
      transition: 0.5s;
    }
    #navbarSupportedContent .active>a:not(:only-child):after {
      transform: rotate(90deg);
    }
    .hori-selector{
      display:inline-block;
      position:absolute;
      height: 100%;
      top: 0px;
      left: 0px;
      transition-duration:0.6s;
      transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
      background-color: #fff;
      border-radius: 15px;
    }
    .hori-selector .right,
    .hori-selector .left{
      position: absolute;
      width: 25px;
      height: 25px;
      background-color: #fff;
      bottom: 10px;
    }
    .hori-selector .right{
      right: -25px;
    }
    .hori-selector .left{
      left: -25px;
    }
    .hori-selector .right:before,
    .hori-selector .left:before{
      content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #5161ce;
    }
    .hori-selector .right:before{
      bottom: 0;
        right: -25px;
    }
    .hori-selector .left:before{
      bottom: 0;
        left: -25px;
    }
    
    
    @media(min-width: 992px){
      .navbar-expand-custom {
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          -ms-flex-pack: start;
          justify-content: flex-start;
      }
      .navbar-expand-custom .navbar-nav {
          -ms-flex-direction: row;
          flex-direction: row;
      }
      .navbar-expand-custom .navbar-toggler {
          display: none;
      }
      .navbar-expand-custom .navbar-collapse {
          display: -ms-flexbox!important;
          display: flex!important;
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
      }
    }
    
    
    @media (max-width: 991px){
      #navbarSupportedContent ul li a{
        padding: 12px 30px;
      }
      .hori-selector{
        margin-top: 0px;
        margin-left: 10px;
        border-radius: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
      }
      .hori-selector .left,
      .hori-selector .right{
        right: 10px;
      }
      .hori-selector .left{
        top: -25px;
        left: auto;
      }
      .hori-selector .right{
        bottom: -25px;
      }
      .hori-selector .left:before{
        left: -25px;
        top: -25px;
      }
      .hori-selector .right:before{
        bottom: -25px;
        left: -25px;
      }
    }

    .card {
        height: 300px;
    }

    .card-img-top {
        height: 50%; 
        object-fit: cover;
    }

    .card-body {
        height: 50%; 
    }
    .card-text {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3; 
      -webkit-box-orient: vertical;
  }

  @media (max-width: 991px){
    .navbar-logo img{
      width: 100px;
      height: 30px;
    }
  }