.file {
    margin-bottom: 30px;
}

.file h3 {
    color: #1C86C0;
}

.section-1 .file p {
    font-size: 15px !important;
    color: #465567 !important;
}

.file a.main-a {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
    height: 280px;
}

.file a>img {
    width: 18px;
    
    object-fit: cover;
    object-position: center;
}

.file a span {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #1c86c0;
    top: 0;
    left: 0;
    padding: 15px;
    opacity: 0.5;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.file a>span img {
    width: 70px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.file a:hover span img {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.file a:hover span {
    opacity: 0.7;
}

figure.snip1579.custom-shape>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-1.e-section h2 span:first-child {
    color: #1D5475;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
}

.section-1.e-section h2 span:last-child {
    font-size: 30px;
}

@media (min-width: 1024px) {
    .e-section .col-lg-3 + .col-lg-3 {
        border-left: 1.033px solid #DFDFDF;
        border-right: 0;
    }
    html[lang="ar"] .e-section .col-lg-3 + .col-lg-3 {
        border-right: 1.033px solid #DFDFDF;
        border-left: 0;
    }
}

.e-img {
    height: 70px;
    width: 165px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 16px;
}

.e-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.e-text h3 {
    color: #1C86C0;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.782px;
    margin-bottom: 18px;
}


.e-text p {
    color: #52525B;
    text-align: center;
    font-size: 16.521px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.847px;
}

.p-img-holder {
    width: 100%;
    height: 385px;
    position: relative;
    overflow: hidden;
    border-radius: 6.738px;
    background: #FFF;
    box-shadow: 1px 3.369px 3.369px 0px rgba(0, 0, 0, 0.45);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.p-img-holder img, .p-img-holder video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.image-cards {
    position: relative;
    height: 400px;
}
.p-img-holder.first {
    z-index: 1;
}
.p-img-holder.last {
    transform: translate(20px, 20px);
    opacity: 0.3;
}

.image-cards:hover .p-img-holder.first {
    transform: translate(-99px, 20px) rotate(-7deg);
}

.image-cards:hover .p-img-holder.last {
    transform: translate(88px, 20px) rotate(7deg);
    opacity: 1;
}
.p-img-holder.last:hover {
    z-index: 2;
}


.section-1 .file p .btn-success::before,
.section-1 .file p .btn-success::after {
  content: none;
  display: none;
}
.section-1 .file p .btn-success {
  background-color: #28a745;
  border: 0px solid transparent !important;
  padding: 15px 16px;
  font-family: "din";
  font-size: 14px;
}
.section-1 .file p .btn-success:hover {
  background-color: #41c05e;
  border: 0px solid transparent !important;
}


.section-1 .file p .btn-success {
  background-color: #28a745;
  border: 0px solid transparent !important;
  padding: 6px 12px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0 !important;
}