@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.woff2%3Fv=4.7.0) format('woff2');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.list-bullets.fa-ul {
    margin-left: 30px;
}

.list-bullets.fa-ul > li {
    margin-bottom: 10px;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-book:before {
    content: "\f02d";
}
.fa-users:before {
    content: "\f0c0";
}
.fa-clock:before {
    content: "\f017";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-play:before {
    content: "\f04b";
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-times:before {
    content: "\f00d"
}

.fa-check:before {
    content: "\f00c"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .36em;
    text-align: center
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-train:before {
    content: "\f238"
}

.fa-plane:before {
    content: "\f072"
}

.fa-road:before {
    content: "\f018"
}

.fa-list:before {
    content: "\f03a";
}

.fa-phone:before {
    content: "\f095";
}

.fa-train {
    color: #df0250;
    margin-top: 10px;
    border: 1px dotted;
    padding: 21px 25px;
    border-radius: 50px;
}

.fa-plane {
    color: #107dffed;
    border: 1px dotted;
    margin-top: 10px;
    padding: 21px 26px;
    border-radius: 50px;
}

.fa-road {
    color: #3e414a;
    border: 1px dotted;
    margin-top: 10px;
    padding: 21px 19px;
    border-radius: 50px;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-home:before {
    content: "\f015"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-phone:before {
    content: "\f095"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-star:before {
    content: "\f005"
}

.fa-envelope-o:before {
    content: "\f003"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.carousel-inner img {
    width: 100%;
}

.fa-caret-right:before {
    content: "\f0da";
}

.c-call {
    width: 37px;
    float: left;
}

