* {
    box-sizing: border-box;
}
.pricing-table{padding: 50px 0;}
.columns {
    float: left;
    padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

 /*------------------------------------our team style -------------------------*/
   .team-container {
    position: relative;
    width: 100%;
  }

  .team-image {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }

  .team-content-overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #4355EA;
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
  }
  .team-container:hover .team-content-overlay {
    bottom: 0;
    height: 100%;
  }
  .image-content {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .section-padding {
    padding: 60px 0;
  }
  .services-section-inner .service-content {
    background: #000;    
  }
  .service-content h2 {
    font-weight: 800;
    color: #4355EA !important;
  }

  .team-title {
    margin-bottom: 30px;
  }
  .team-title h2 {
    font-weight: bold;
    color: #4355EA;
    text-align: center; 
  }
  .team-title p
  {
    font-weight: bold;
  }
  .service-block {
    margin-bottom: 30px;
    background: #000;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .service-content {
    padding: 20px;
    min-height: 135px;
  }
  .service-content h2
  {
      font-size:18px;
  }



.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.animation-element {
    transform: translateY(0);
    opacity: 1;
    transition: ease-in-out 1s;
}
.card:hover {
    -webkit-box-shadow: 0 20px 35px 0 rgba(0,0,0,.08);
    box-shadow: 0 20px 35px 0 rgba(0,0,0,.08);
}

.card {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 20px 25px -12px rgba(0,0,0,.09);
    box-shadow: 0 0px 50px -5px rgba(0,0,0,.09);
    transition: all .3s ease-in-out;
    padding: 4.25rem 0;
    position: relative;
    will-change: transform;
    margin-bottom: 15px;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card .card-header {
    background-color: #fff;
    padding-left: 2rem;
    border-bottom: 0;
}


.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.display-2 {
    font-size: 5rem;
    letter-spacing: -.5rem;
    font-weight: 600;
    color: #007bff;
}
.display-2 .currency {
    font-size: 2.75rem;
    position: relative;
    font-weight: 400;
    top: -45px;
    letter-spacing: 0px;
}
.display-2 .period {
    font-size: 1rem;
    color: #b3b3b3;
    letter-spacing: 0px;
}
.card:hover:after {
    width: 100%;
}

.card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: -webkit-linear-gradient(90deg,#770bdd,#1791b2);
    background: linear-gradient(90deg,#770bdd,#1791b2);
    transition: .5s;
}
.card .card-block {
    padding-top: 0;
}
.card .card-title {
    margin-bottom: 1rem;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.card .list-group-item {
    border: 0;
    padding: .81rem 0;
    color: #111;
    font-weight: 400;
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.btn-primary {
    color: #fff;
    background-color: #9055a2;
    border-color: #9055a2;
}

.btn {
    font-weight: 400;
    border: 1px solid transparent;
    padding: .6rem 3rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 50px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.btn-gradient, section.browser .nav-tabs span.number {
    background-color: #9055a2;
    background-image: -webkit-gradient(linear,left top,right top,from(#9055a2),to(#3750d1));
    background-image: linear-gradient(to right,#9055a2,#3750d1);
    border: none !important;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}
.btn-shadow {
    -webkit-box-shadow: 0 20px 25px -12px rgba(0,0,0,.09) !important;
    box-shadow: 0 20px 25px -12px rgba(0,0,0,.09) !important;
}
@media only screen and (max-width: 480px) {
    .first_text span{font-size:18px!important;}
    .first_text{font-size:18px!important;;}
    .secand_text{padding: 16px!important}
    .fnsize22{font-size: 14px;
    width: 31%;}
    .columns {
        width: 100%;
    }
    .main_slider_area .rev_slider ul li .slider_text_box .first_text{margin: 22px;line-height: 24px;}
    .main_slider_area .rev_slider ul li .slider_text_box .secand_text{ min-width: 363px;}
    .main_slider_area .rev_slider ul li .slider_text_box .slider_button .main_btn{    margin: 16px;}
}

@media only screen and (max-width: 600px) {
    .main_slider_area .rev_slider ul li .slider_text_box .first_text span{font-size:18px;}
    .main_slider_area .rev_slider ul li .slider_text_box .first_text{font-size:18px;}
    .columns {
        width: 100%;
    }
}