/* Card Area start */
.card_inner .text-center {
    text-align: center !important;
    position: relative;
}
.card_inner .text-center .feature_btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.head {
    width: 100%;
    height: 60px;
    text-align: center;
    margin: 0px 0 20px;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
}








.taskoit_card_main .card_inner .all_feature_color {
  padding: 50px 50px 50px 50px;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.05);
  height: 400px;
}

.taskoit_card_main .card_inner .sub-item .sub-item-6 i {
  border-radius: 30% 70% 70% 30%/50% 50% 50% 50%;
  transition: 0.5s;
  display: inline-block;
}

.taskoit_card_main .sub-item h3 {
  margin: 15px 0 10px;
  
  font-size:20px;
}

.taskoit_card_main .card_inner .sub-item .card_inner_icon {
  font-size: 30px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  display: inline-block;
  transition: 0.5s;
  background-color: #EE6B1C;
  border-radius: 30% 70% 70% 30%/50% 50% 50% 50%;
  
  /*border: 1px solid black;*/
}

.taskoit_card_main .card_inner h3 a {
  color: var(--title-text-color);
  font-family: var(--title-font-family);
}

.taskoit_card_main .card_inner h3 a:hover {
  color: var(--color-primary);
}

.taskoit_card_main .card_inner .sub-item .card_inner_icon img {
  max-height: 31px;
  width: 31px;
  object-fit: contain;
}

.taskoit_card_main .card_inner .all_feature_color i {
  color: #ffffff;
  background-color: var(--bg-color);
  text-align: center;
}

.taskoit_card_main .card_inner .all_feature_color p {
  padding: 0px 0px 10px 0px;
  font-family: var(--font-family);
  color: var(--text-color);
  
  height: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.taskoit_card_main .feature_btn a {
  transition: 0.5s;
  display: inline-block;
  padding: 5px 20px;
  border-radius: var(--button-radius);
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #EE6B1C;
  /*color: var(--color-primary);*/
  color: white;
  font-family: var(--title-font-family);
  
  background: #EE6B1C;
}

.taskoit_card_main .feature_btn a:hover {
  background: var(--color-primary);
  color: #ffffff;
}

.taskoit_card_main {
  padding: 70px 0 0;
  
  background: #EEF4F4;
}

/* Card Area End */
/*@media (min-width: 1024px) and (max-width: 1440px){*/
/*  .card_inner .text-center .feature_btn {*/
/*    position: absolute;*/
/*    bottom: 10px;*/
/*    left: 30%;*/
/*}*/
/*}*/


/*@media (min-width: 1024px) and (max-width: 1200px){*/
/*  .card_inner .text-center .feature_btn {*/
/*    position: absolute;*/
/*    bottom: 10px;*/
/*    left: 25%;*/
/*}*/
/*}*/









/*@media (max-width: 1024px){*/
/*  .card_inner .text-center .feature_btn {*/
/*    position: absolute;*/
/*    bottom: 10px;*/
/*    left: 23%;*/
    /* right: auto; */
/*}*/
/*}*/





@media (min-width: 992px) and (max-width: 1199px) {
  /* Card area start */

  .taskoit_card_main .card_inner .all_feature_color {
    padding: 50px 40px;
  }

  /* Card area end */
}
@media (max-width: 992px) {
  /* Card area start */
  .head{
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  /* Card area start */
  .head{
    font-size: 24px;
  }
  .taskoit_card_main .card_inner .all_feature_color {
    padding: 50px 20px;
  }

  /* Card area end */
}
