.serviceBox1 {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    padding: 0 15px 50px;
    margin-top: 15px;
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
}

.service-content ul li {
    font-size: 0.7rem;
}

.serviceBox1 img {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    vertical-align: auto;
}

.serviceBox1:before {
    content: "";
    background: linear-gradient(to bottom, #08949e, #00D9E8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0% 80%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0% 80%, 0 0);
}

.serviceBox1 .service-icon1 {
    background: #e5302b;
    width: 50%;
    margin: -20px auto 20px;
    border-radius: 0 0 50px 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: all 0.3s;
}

.serviceBox1 .service-icon1:before,
.serviceBox1 .service-icon1:after {
    content: "";
    background: linear-gradient(-45deg, #28595f 49%, transparent 50%);
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: -20px;
}

.serviceBox1 .service-icon1:after {
    transform: rotateY(180deg);
    left: auto;
    right: -20px;
}

.serviceBox1 .title {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.service-content .title {
    font-size: 1rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

.service-content ul {
    list-style-type: none !important;
}

.serviceBox1 .description {
    font-size: 15px;
}

.serviceBox1.red:before {
    background: linear-gradient(to bottom, #e5302b, #160A37);
}

.serviceBox1.red .service-icon1 {
    background: #e0535f;
}

.serviceBox1.red .service-icon1:before,
.serviceBox1.red .service-icon1:after {
    background: linear-gradient(-45deg, #752027 49%, transparent 50%);
}

.serviceBox1.blue:before {
    background: linear-gradient(to bottom, #174B6D, #644B82);
}

.serviceBox1.blue .service-icon1 {
    background: #156092;
}

.serviceBox1.blue .service-icon1:before,
.serviceBox1.blue .service-icon1:after {
    background: linear-gradient(-45deg, #15374d 49%, transparent 50%);
}

.serviceBox1.green:before {
    background: linear-gradient(to bottom, #12AB8F, #68BA58);
}

.serviceBox1.green .service-icon1 {
    background: #0a977d;
}

.serviceBox1.green .service-icon1:before,
.serviceBox1.green .service-icon1:after {
    background: linear-gradient(-45deg, #2b665b 49%, transparent 50%);
}

@media only screen and (max-width:990px) {
    .serviceBox1 {
        margin: 15px 0 40px;
    }
}


/* Services box 2 */

.serviceBox {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    /* margin: 10px; */
    box-shadow: 0 0 8px rgb(0 0 0 / 50%);
}

.we-serve-image {
    -webkit-box-shadow: 8px 4px 10px 1px rgba(0, 0, 0, 0.4) !important;
}

.serviceBox img {
    width: 60%;
    height: auto;
}

.serviceBox .service-content {
    position: relative;
    background: linear-gradient(to bottom, #800000, #04010fe8);
    color: #FFF;
    padding: 13px 17px 1px;
}

.serviceBox .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.serviceBox .description {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}

.serviceBox .read-more {
    padding: 7px 20px;
    border: 1px solid #FFF;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    background: #160A37;
}

.serviceBox.middle .service-content {
    padding: 50px 30px 30px;
}

.serviceBox.middle .service-icon {
    bottom: -35px;
    top: auto;
}

@media only screen and (max-width: 990px) {
    .serviceBox .title {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .serviceBox {
        margin: 0 0 30px 0;
    }
}


/* Certification Timeline */

.main-timeline {
    font-family: 'Gotham', sans-serif;
    font-family: 'Gotham Black', sans-serif;
    font-family: 'Gotham Light', sans-serif;
    font-family: 'Gotham Thin', sans-serif;
    font-family: 'Gotham XLight', sans-serif;
    font-family: 'Gotham Book', sans-serif;
    font-family: 'Gotham Ultra', sans-serif;
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline {
    margin: 0 0 50px;
    box-shadow: 0 10px 15px -19px rgba(0, 0, 0, 0.5) inset;
}

.main-timeline .timeline-content {
    color: #160A37;
    background: #fff;
    text-align: center;
    min-height: 140px;
    padding: 10px 0px;
    border: 12px solid #E5302B;
    ;
    border-top: none;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 10px 15px -15px rgba(0, 0, 0, 0.5) inset;
    display: block;
    position: relative;
}

.main-timeline .timeline-content:before {
    content: "";
    border: 3px dashed #160A37;
    border-top: none;
    border-radius: 0 0 30px 30px;
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 4px;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .timeline-icon {
    color: #2563AE;
    font-size: 50px;
    line-height: 50px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 35px;
}

.main-timeline .timeline-step {
    color: #2563AE;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 35px;
}

.main-timeline .timeline-step span {
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    display: block;
}

.main-timeline .title {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.main-timeline .description {
    font-size: 14px;
    margin: 0;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-content,
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before {
    border-color: #E5302B;
    ;
}

@media screen and (max-width:576px) {
    .main-timeline .timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 110px 25px 25px;
    }
    .main-timeline .timeline-icon {
        transform: translateY(0);
        top: 32px;
    }
    .main-timeline .timeline-step {
        transform: translateY(0);
        top: 17px;
    }
    .main-timeline .title {
        font-size: 22px;
    }
}


/* Carausel */


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.logo-carousel {
    overflow: inherit;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
}

.slick-slide img {
    width: 100%;
}

.slick-track::before,
.slick-track::after {
    display: table;
    content: '';
}

.slick-track::after {
    clear: both;
}

.slick-track {
    padding: 1rem 0;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
    color: #fff;
    filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
    border: none;
    width: 2rem;
    height: 1.5rem;
    text-indent: -10000px;
    margin-top: -16px;
    z-index: 99;
}

.slick-arrow.slick-next {
    right: -40px;
    transform: rotate(180deg);
}

.slick-arrow.slick-prev {
    left: -40px;
}


/* Media Queries */

@media (max-width: 768px) {
    .slick-arrow {
        width: 1rem;
        height: 1rem;
    }
}


/* JsFiddle Example only/don't use */

.logo-carousel {
    margin-top: 32px;
}