/*
* Experience
*/
section.custom-timeline {
    width: calc(100% - 30px);
    margin: 0 0 0 40px;
    padding: 0;
}

section.custom-timeline:after, section.custom-timeline:before {
    content: none;
}

section.custom-timeline .timeline-body:after {
    content: '';
    display: block;
    clear: both;
}

section.custom-timeline .timeline-bar {
    position: absolute;
    background: #1e1e1e;
    width: 3px;
    left: -3.6%;
    z-index: 0;
}

section.custom-timeline .timeline-box {
    position: relative;
    border: 0 !important;
    margin: 15px 0 !important;
    width: 100%;
    margin: 0;
    padding: 0;
}

section.custom-timeline .timeline-box.right {
    max-width: 100%;
}

section.custom-timeline .timeline-box.right:before {
    top: 50%;
    left: -3.8%;
    background: #1e1e1e !important;
    box-shadow: 0 0 0 3px #ecf1f7, 0 0 0 6px #1e1e1e !important;
    margin-top: 0;
    transform: translateY(-50%);
}

section.custom-timeline .timeline-box.right:after {
    top: 50%;
    left: -22px;
    background: #FDD55C;
    border: none;
    transform: translateY(-50%) rotate(45deg);
}

section.custom-timeline .timeline-box .experience-info, section.custom-timeline .timeline-box .experience-description {
    padding: 40px;
}

section.custom-timeline .timeline-box .experience-info p {
    opacity: 0.8;
    text-transform: uppercase;
    font-size: 11px;
}

section.custom-timeline .timeline-box .experience-info .from, section.custom-timeline .timeline-box .experience-info .to {
    display: inline-block;
    width: 49%;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
}

section.custom-timeline .timeline-box .experience-info .from > span, section.custom-timeline .timeline-box .experience-info .to > span {
    display: block;
    text-transform: none;
    font-size: 16px;
}

section.custom-timeline .timeline-box .experience-info .company {
    font-size: 18px;
}

section.custom-timeline .timeline-box .experience-info .company > span {
    display: block;
    opacity: 0.8;
    text-transform: uppercase;
    font-size: 11px;
}

@media (max-width: 1199px) {
    section.custom-timeline {
            width: calc(100% - 60px);
            margin: 0 0 0 60px;
    }
    section.custom-timeline .timeline-bar {
            left: -5.1%;
    }
    section.custom-timeline .timeline-box.right:before {
            left: -5.5%;
    }
}

@media (max-width: 991px) {
    section.custom-timeline {
            width: calc(100% - 30px);
            margin: 0 0 0 20px;
    }
    section.custom-timeline .timeline-bar {
            left: -6.7%;
    }
    section.custom-timeline .timeline-box:before, section.custom-timeline .timeline-box:after {
            display: block !important;
    }
    section.custom-timeline .timeline-box.right {
            float: right;
    }
    section.custom-timeline .timeline-box.right:before {
            left: -7%;
    }
}

@media (max-width: 767px) {
    section.custom-timeline {
            width: 100%;
            margin: 0;
            padding-left: 15px;
            padding-right: 15px;
    }
    section.custom-timeline .timeline-bar {
            display: none;
    }
    section.custom-timeline .timeline-box:before, section.custom-timeline .timeline-box:after {
            display: none !important;
    }
}

@media (max-width: 575px) {
    section.custom-timeline {
            padding-left: 0;
            padding-right: 0;
    }
}

.custom-box-shadow-1 {
    box-shadow: 0px 30px 120px 0px #dde5ee;
}

.custom-box-shadow-2 {
    box-shadow: 0px 12px 90px -10px rgba(171, 191, 216, 0.6) !important;
}

.custom-box-shadow-3 {
    box-shadow: 0 30px 40px -15px #e5edf6;
}

.custom-box-shadow-4 {
    box-shadow: 0px 12px 90px -10px rgba(139, 139, 139, 0.5) !important;
}

.custom-bg-color-1 {
    background: #f4f9ff !important;
}