.card-contact .card-image i{
    color:var(--tc-primary-home);
    transition: 0.3s linear;
    font-size: 50px;
}

.card-contact:hover .card-image i {
    color: var(--tc-theme-main);
    transform: rotateY(180deg);
    transition: 0.3s linear;
  }
  .card-contact{
    border: 1px solid var(--tc-primary-home);
    height: 280px;
  }
  .pt-20{
    padding-top: 20px;
  }
  .pt-30{
    padding-top: 30px;
  }
  .pt-40{
    padding-top: 40px;
  }
  .pt-50{
    padding-top: 50px;
  }
  .pb-10{
    padding-bottom: 10px;
  }
  .pb-20{
    padding-bottom: 20px;
  }
  .pb-30{
    padding-bottom: 30px;
  }
  .pb-40{
    padding-bottom: 40px;
  }
  .pb-50{
    padding-bottom: 50px;
  }
  .inner-content ul li{
    list-style: none;
    font-size: 17px;
    padding-bottom: 10px;
  }
  .inner-content ul li i{
    font-size: 20px;
    margin-right: 10px;
   
  }
  .text-algin{
    text-align: justify;
  }
  .design{
    border: 1px solid blue;
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-left: 7px solid darkblue;
    box-shadow:  0px 0px 30px lightblue;
  }
  .design2{
    background-color: lightcyan;
  }
  .design1{
    border: 1px solid blue;
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-left: 7px solid darkblue;
    border-right: 7px solid darkblue;
    box-shadow:  0px 0px 30px lightblue;
    background-color: rgb(158, 218, 223);
  }
  .design2{
    border: 1px solid blue;
    padding: 20px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    box-shadow: 3px 3px 10px  sandybrown;
  }
  .card-title h4{
    color: var(--tc-primary-500);
  }
  .card-title {

    height: 260px;
  }
  .card-image1 img{
    width: 400px;
    height: 230px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  @media  (max-width:528px){
    .sub-heading-ag-xl{
      font-size: 13px !important;
    }
  }
  
  .back{
    background-color: var(--tc-theme-primary);
    color: white;
    padding: 10px;
  }
  .inner-content .icons img{
    width: 100px;
    height: 100px;
  }
  .card-blog-11 .card-info{
    height: 280px;
  }
  .card-blog-6 .card-info .card-title{
    height: 215px;
  }
  .mr-10{
    margin-right: 10px;
  }
  .mr-20{
    margin-right: 20px;
  }
  .mr-30{
    margin-right: 30px;
  }
  .mr-40{
    margin-right: 40px;
  }
  .mr-50{
    margin-right: 50px;
  }
  .mr-60{
    margin-right: 60px;
  }
  .ml-10{
    margin-left: 10px;
  }
  .ml-20{
    margin-left: 20px;
  }
  .ml-30{
    margin-left: 30px;
  }
  .ml-40{
    margin-left: 40px;
  }
  .ml-50{
    margin-left: 50px;
  }
  .mr-70{
    margin-left: -20px;
  }
  @media (max-width:528px){
    .text-left{
       display: none;
    }
    .slide-img-1 {
      height: 240px;
    }
    .slide-img-2 {
      height: 240px;
    }
    .slide-img-3 {
      height: 240px;
    }
  }