.carousel-control-prev {
    left: -140px;
}
.carousel-control-next {
    right: -140px;
}

@media (max-width: 1199px) {
    .carousel-control-prev, .carousel-control-next {
        display: none;
    }
}
.carousel-control-prev-icon{
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2303A9F4' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
.carousel-control-next-icon{
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2303A9F4' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}


/* Gradient Design */

/*.header .top-bar {*/
    /*background: -webkit-linear-gradient(to right, #00c6ff, #0072ff); !* Chrome 10-25, Safari 5.1-6 *!*/
    /*background: linear-gradient(to right, #00c6ff, #0072ff); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/
/*}*/

/*.header .intro {*/
    /*background: -webkit-linear-gradient(to right, #00c6ff, #0072ff); !* Chrome 10-25, Safari 5.1-6 *!*/
    /*background: linear-gradient(to right, #00c6ff, #0072ff); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/
    /*box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.1);*/
/*}*/

/*.header .contact-info {*/
    /*background: -webkit-linear-gradient(to right, #00c6ff, #0072ff); !* Chrome 10-25, Safari 5.1-6 *!*/
    /*background: linear-gradient(to right, #00c6ff, #0072ff); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/
    /*box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.18);*/
/*}*/

/*.page-nav-wrapper {*/
    /*background: -webkit-linear-gradient(to right, #00c6ff, #0072ff); !* Chrome 10-25, Safari 5.1-6 *!*/
    /*background: linear-gradient(to right, #00c6ff, #0072ff); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/

    /*!*-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 0 0 2000px rgba(0,0,0,0.3);*!*/
    /*!*-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 0 0 2000px rgba(0,0,0,0.3);*!*/
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), inset 0 0 0 2000px rgba(0,0,0,0.26);*/
    /*transition: box-shadow 0.3s ease;*/
/*}*/


/*.page-nav-wrapper.fixed {*/
    /*background: -webkit-linear-gradient(to right, #00c6ff, #0072ff); !* Chrome 10-25, Safari 5.1-6 *!*/
    /*background: linear-gradient(to right, #00c6ff, #0072ff); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);*/
/*}*/


/* Buttons */

.btn,
a.btn {
    /*background-color: #0162d2;*/

    border-radius: 21px;
    box-shadow: none;
    border: 2px solid rgba(255,255,255,1);
    background-color: #0398dc;
}

.btn:hover,
a.btn:hover {
    color: #fff;
    background: #0388c5;
}

.btn.hire-me {
    background-color: transparent;
    display: none !important;
}
.btn.download-resume {
    /*background-color: transparent;*/
}


.timeline .job-desc p + ul {
    margin-top: -8px;
}

.timeline .job-meta {
    max-width: 235px;
}

.btn.btn-transparent-dark {
    border: 2px solid #03a9f4;
    background-color: transparent;
    color: #03a9f4;
}

.btn.btn-transparent-dark:hover,
.btn.btn-transparent-dark:hover {
    color: #fff;
    background: #03a9f4;
}

/* */

.contact-section .col-button {
    padding-top: 16px;
}

.header a.dotted {
    border-bottom: 1px dotted;
}
.header a.dotted:hover, .header a.dotted:focus, .header a.dotted:active {
    color: white;
    text-decoration: none;
}

