

    .card-sl {
            border-radius: 8px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }
    
        .card-image img { 
            max-height: 100%;
            max-width: 100%;
            border-radius: 8px 8px 0px 0;
        }
    
        .card-action {
            position: relative;
            float: right;
            margin-top: -65px;
            margin-right: 20px;
            z-index: 2;
            color: #E26D5C;
            background: #fff;
            border-radius: 100%;
            padding: 15px;
            font-size: 15px;
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
        }
        .card-action img {
            width: 60px;
            height: 60px;
        }
        .card-action:hover {
            color: #fff;
            background: #E26D5C;
            -webkit-animation: pulse 1.5s infinite;
        }
    
        .card-heading {
            font-size: 18px;
            font-weight: bold;
            background: #fff;
            padding: 10px 15px;
        }
    
        .card-text {
            padding: 10px 15px;
            background: #fff;
            font-size: 14px;
            color: #636262;
        }
    
        .card-button {
            display: flex;
            justify-content: center;
            padding: 10px 0;
            width: 100%;
            height: 100%;
            color: #fff;
            border-radius: 0 0 8px 8px;
        }
    
        .card-button:hover {
            text-decoration: none;
            background-color: #1D3461;
            color: #fff; 
        } 
.it-se-ar {
        margin-top: -35px;
     }
     .mb-60 {
  margin-bottom: 60px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-80 {
  margin-bottom: 80px;
}

.it-ba-ar {
    position: relative;
    z-index: 1;
    padding: 180px 0 160px;
    background-image: url(/media/banner3.jpg) !important;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 80%);
}
.it-ba-ar::after { 
    background-image: linear-gradient(rgba(1, 3, 7, 0.49) 0%, #3f4e6d 100%) !important;
}

.itcardbr:hover {border-color: #ff6b6b;}
.card-button:hover {background-color: white;} 

@media (max-width: 767px) {  
.mbtxcenter {text-align: center;}
.breadcrumb  {
    justify-content: center;
}
} 