@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap');

 

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box; !important;
    
}
body {
    color: #666666;
    margin: 0%;
    padding: 0px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    background-color: #FFFFFF;
    overflow-x: hidden;
}

.container {
    max-width: 1170px;
}

/** phonebar start**/

.phonebar{
    padding:0px;
    width:100%;


}

.phonebar i{
     margin-right: 5px;
    background: #FFFF00;
    color: #FF0000;
    width: 40px;
    height: 40px;
    font-size:14px;
    float:left;
    text-align: center;
    line-height: 40px;
    border-radius:50%;
 
}

.phonebar span  {
    
    font-size:14px;
    font-weight:600;
    text-align:center;
    padding:5px;   
    color:#FFF;
    line-height:40px;
}


.phonebar span a {
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    text-align:center;
    justify-content:center;
    color:#FFF;
    line-height:40px;
}

/** phonebar end**/

/** navbarstart---*/

.navbar-dark .navbar-nav .nav-link{
    padding:2px,8px;
    font-size:14px;
    color:#000000;

    margin:5px;
    text-transform: uppercase;
    font-weight:600;
    border-radius:2px;
}


.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    /*color: #e8576f;*/
    /*background-color:#ffff00;*/
    /*background-color:rgba(255,239,15,1);*/
    color:#FFFF00;
    background-color:#DC143C;
    border-radius:2px;
}
.dropdown .dropdown-item{
    padding:10px;
    font-size:14px;
    color:#000000;
    background-color:yellow;
    text-transform: uppercase;
    font-weight:600;
    border-radius:2px;
}

.dropdown-item:focus,
.dropdown-item:hover{
   color:#FFFF00;
    background-color:#DC143C;
    border-radius:2px;

}
/** navbar end--*/
/** about start**/
#about{
    padding: 10px 0;
    text-align: center;
    background-color:#BB2E44;
    color: #fff;
}
#about h2 {
    position: relative;
    padding: 0px 0px 15px;
}

#about h2::after {
    content: '';
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 90px;
    margin: 0 auto;
    display: block;
}

#about p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    text-align: justify-all;
    padding: 5px;
    
}

#about h5{
    color:yellow;
}

/** about end**/


/** start whatwedo Section**/
 #whatwedo{
    padding: 20px 0;
    text-align: center;
    background-color:#21618c;
    color: #fff;
}
#whatwedo h2 {
    position: relative;
    padding: 0px 0px 15px;
}

#whatwedo h2::after {
    content: '';
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 90px;
    margin: 0 auto;
    display: block;
}


/** end whatwedo section**/




/** start Team Sectopm**/
 #team {
    padding: 60px 0;
    text-align: center;
    background-color:#21618c;
    color: #fff;
}
#team h2 {
    position: relative;
    padding: 0px 0px 15px;
}
#team p {
    font-size: 15px;
    font-style: italic;
    padding: 0px;
    margin: 25px 0px 40px;
}
#team h2::after {
    content: '';
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 90px;
    margin: 0 auto;
    display: block;
}
#team .member {
    margin-bottom: 20px;
    position: relative;
    
    overflow: hidden;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 15px 0px 15px 0px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
}

#team .member .member-info {
    display: block;
    position: absolute;
    bottom: 0px;
    left: -200px;
    transition: 0.4s;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.4);
}
#team .member:hover .member-info {
    left: 0px;
    right: 0px;
}
#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}
#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}
#team .member .social-links {
    margin-top: 15px;
}
#team .member .social-links a {
    transition: none;
    color: #fff;
}
#team .member .social-links a:hover {
    color: #ffc107;
}
#team .member .social-links i {
    font-size: 18px;
    margin: 0 2px;
}

/** end team section**/

/** client slider start**/
#client{
    padding: 10px 0;
    text-align: center;
    background-color:#773355;
    color: #fff;
}
#client h2 {
    position: relative;
    padding: 0px 0px 15px;
}

#client h2::after {
    content: '';
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 90px;
    margin: 0 auto;
    display: block;
}



        @keyframes scroll{
            0%{
                transform:translateX(0);
            }
            100%{
                transform:translateX(calc(-250px * 7));
            }

        }

        .slider{
            height:150px;
            margin:auto;
            overflow:hidden;
            position:relative;
            width:auto;
        }
        .slider .slide-track{
            animation:scroll 40s linear infinite;
            display:flex;
            width:calc(250px *14);
        }

        .slider .slide{
            height:100px;
            width:200px;
        }
        /** client slider end**/


 /* Custom CSS for the button */
    #scroll-to-top {
      display: none;
      position: fixed;
      bottom: 20px;
      right: 30px;
    }
 /* Custom CSS for the button */

/** what we do section start**/

#filter-buttons button {
  border-radius: 3px;
  background: #fff;
  border-color: transparent;
}

#filter-buttons button:hover {
  background: #ddd;
}

#filter-buttons button.active {
  color: #fff;
  background: #6c757d;
}

#filterable-cards .card {
  width: 15rem;
  border: 2px solid transparent;
}

#filterable-cards .card.hide {
  display: none;
}

@media (max-width: 600px) {
  #filterable-cards {
    justify-content: center;
  }

  #filterable-cards .card {
    width: calc(100% / 2 - 10px);
  }

  /** what we do section end**/

 