.case-studies .color-cards .card-contents {
  position: relative;
  padding: 75px 0px;
}
.case-studies .color-cards .card-details p {
  color: #6e6e6e;
  font-weight: 500;
}
.case-studies .color-cards:hover .card-details {
  color: rgba(0, 51, 204, 0.8);
}
.case-studies .color-cards:hover .card-details p {
  color: rgba(0, 51, 204, 0.8);
}
.case-studies .color-cards:hover .card-desc-box {
  opacity: 1;
}
.case-studies .color-cards .btn {
  padding: 6px 14px;
  font-size: 12px;
}
.case-studies .bg-violet {
  background: #bbbbf2;
}
.case-studies .case-studies-card-img {
  height: 106px;
}
.case-studies .card-desc-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 51, 204, 0.8);
  transition: all 0.8s ease-in-out;
  opacity: 0;
}

.box {
  padding: 3rem 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.box:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.box .icon {
  width: 2.8rem;
  height: 2.8rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.smgc img{height:150px}
.smgc .sarr{
    position: absolute;
    right: -20px;
    top: 40px;
    font-size: 50px;
    color: rgba(0,0,0,0.2);
}
.news-main-card {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.news-main-card-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: .2s;
}
.news-main-card:hover .news-main-card-bg {
    transform: scale(1.1);
}
.news-main-card-top {
    position: relative;
    height: 310px;
}
.news-main-card-bottom {
    position: relative;
    height: 230px;
    padding: 5px 40px;
}
.news-main-card-bottom .h2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-main-card-bottom .p {
    max-height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255,255,255,.7);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-main-card-bottom .sub-p {
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.news-main-card-bottom .sub-p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    border: solid 2px;
    border-radius: 50%;
    margin-top: -2px;
}
.news-list-card {
    display: block;
    position: relative;
    height: 100%;
    padding: 70px 40px 0;
    background-color: #fff;
}

.news-list-card .h3 {
    max-height: 56px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
    color: #252b3a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: transform .2s;
}
.news-list-card .p {
    max-height: 60px;
    font-size: 14px;
    line-height: 20px;
    color: #666a75;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: transform .2s;
}
.news-list-v>.col-md-4:nth-child(1) .news-list-card, .news-list-v>.col-md-4:nth-child(5) .news-list-card {
    background-color: #f66f6a;
}
.news-list-v>.col-md-4:nth-child(1) .news-list-card .h3,
.news-list-v>.col-md-4:nth-child(2) .news-list-card .h3,
.news-list-v>.col-md-4:nth-child(5) .news-list-card .h3 {
    color: #fff;
}
.news-list-v>.col-md-4:nth-child(1) .news-list-card .p,
.news-list-v>.col-md-4:nth-child(2) .news-list-card .p,
.news-list-v>.col-md-4:nth-child(5) .news-list-card .p,
.news-list-v>.col-md-4:nth-child(1) .news-list-card .more,
.news-list-v>.col-md-4:nth-child(2) .news-list-card .more,
.news-list-v>.col-md-4:nth-child(5) .news-list-card .more {
    color: rgba(255,255,255,.7);
}
.news-list-card:hover .h3, .news-list-card:hover .p {
    transform: translate(0,-26px);
}
.news-list-v>.col-md-4:nth-child(2) .news-list-card {
    background-image: url(../../img/bg-img/homepage-news-card-bg.jpg);
    background-size: cover;
}
.news-list-card .more {
    position: absolute;
    bottom: 30px;
    opacity: 0;
    transition: opacity .2s;
    color: rgba(255,255,255,.7);
}
.news-list-card:hover .more {
    opacity: 1;
    color: #6f7479;
}
.cloud-banner {
    position: relative;
    background: #0af url(../../img/bg-img/cloud-back.jpg) no-repeat center;
    height: 180px;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.cloud-bubble-one {
    position: absolute;
    top: -120px;
    left: 50%;
    z-index: 10;
    margin-left: -120px;
    width: 240px;
    height: 240px;
    background: url(../../img/bg-img/cloud-back-bule1.png);
    animation: bubble-animate-1 linear 10s infinite;
}

.cloud-bubble-two {
    position: absolute;
    top: 50px;
    left: 34%;
    z-index: 11;
    width: 360px;
    height: 360px;
    background: url(../../img/bg-img/cloud-back-bule2.png);
    animation: bubble-animate-2 linear 12s infinite;
}

.cloud-bubble-three {
    position: absolute;
    top: 50px;
    left: 48%;
    z-index: 12;
    width: 300px;
    height: 300px;
    background: url(../../img/bg-img/cloud-back-bule3.png);
    animation: bubble-animate-3 linear 11s infinite;
}

@keyframes bubble-animate-1 {
    from {
        top: -120px
    }

    50% {
        top: -180px
    }

    to {
        top: -120px
    }
}

@keyframes bubble-animate-2 {
    from {
        top: 50px;
        left: 34%
    }

    50% {
        top: 80px;
        left: 24%
    }

    to {
        top: 50px;
        left: 34%
    }
}

@keyframes bubble-animate-3 {
    from {
        top: 50px;
        left: 48%
    }

    50% {
        top: 80px;
        left: 58%
    }

    to {
        top: 50px;
        left: 48%
    }
}

.cloud-bubble-text {
    position: relative;
    padding-top: 46px;
    z-index: 20;
    font-size: 24px;
}

.cloud-bubble-link {
    position: relative;
    z-index: 20;
}

.cloud-bubble-link a {
    display: inline-block;
    margin-top: 24px;
    width: 220px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #fff;
    color: #fff;
}

.cloud-bubble-link a:hover {
    color: #333;
    background-color: #fff;
}
