* {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

body {
    margin: 20px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555
}

.hide {
    display: none
}

pre {
    margin: 0 !important;
    display: inline-block
}

.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url, .token.variable {
    background: 0 0
}

button, input {
    height: 35px;
    margin: 0;
    padding: 6px 12px;
    border-radius: 2px;
    font-family: inherit;
    font-size: 100%;
    color: inherit
}

button[disabled], input[disabled] {
    background-color: #000
}

input, select {
    border: 1px solid #CCC;
    width: 250px
}

::-webkit-input-placeholder {
    color: #BBB
}

::-moz-placeholder {
    color: #BBB;
    opacity: 1
}

:-ms-input-placeholder {
    color: #BBB
}

button {
    color: #FFF;
    background-color: #428BCA;
    border: 1px solid #357EBD
}

button:hover {
    background-color: #3276B1;
    border-color: #285E8E;
    cursor: pointer
}

#result {
    margin-bottom: 100px
}

.breadcrumb, .carousel-indicators, .dropdown-menu, .media-list, .nav, .pager {
    list-style: none
}

.btn, .btn-group, .btn-group-vertical, .caret, .checkbox-inline, .radio-inline, img {
    vertical-align: middle
}

hr, img {
    border: 0
}

body, figure {
    margin: 0
}

.btn-group>.btn-group, .btn-toolbar .btn-group, .btn-toolbar .input-group, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .dropdown-menu {
    float: left
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
    max-height: 340px
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

article, aside, details, div, figcaption, figure, footer, header, hgroup, main, menu, nav, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

b, optgroup, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    color: #34495e;
    background: #ff0
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

*, :after, :before, input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

pre, textarea {
    overflow: auto
}

code, kbd, pre, samp {
    font-size: 1em
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

.glyphicon, address {
    font-style: normal
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    *, :after, :before {
        color: #34495e !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn>.caret, .dropup>.btn>.caret {
        border-top-color: #34495e !important
    }

    .label {
        border: 1px solid #34495e
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover, .form-control, .navbar-toggle, .open>.dropdown-toggle.btn-danger, .open>.dropdown-toggle.btn-default, .open>.dropdown-toggle.btn-info, .open>.dropdown-toggle.btn-primary, .open>.dropdown-toggle.btn-success, .open>.dropdown-toggle.btn-warning {
    background-image: none
}

.dropdown-menu, .modal-content {
    -webkit-background-clip: padding-box
}

.img-thumbnail, body {
    background-color: #fff
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.html);
    src: url(../fonts/glyphicons-halflings-regulard41d.html?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular-2.html) format('woff2'), url(../fonts/glyphicons-halflings-regular-3.html) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular-4.html#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-jpy:before, .glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-rub:before, .glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #2783c6;
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

.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
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

dt, kbd kbd, label {
    font-weight: 700
}

address, blockquote .small, blockquote footer, blockquote small, dd, dt, pre {
    line-height: 1.42857143
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #52c8ee
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #52c8ee
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

pre code, table {
    background-color: transparent
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

dl, ol, ul {
    margin-top: 0
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

address, dl {
    margin-bottom: 20px
}

ol, ul {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .container {
        width: 750px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    color: #777
}

legend, pre {
    display: block;
    color: #333
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%
}

caption, th {
    text-align: left
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #03a9f414;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

.pre-scrollable {
    overflow-y: scroll
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover, .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #03a9f414
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset, legend {
    padding: 0;
    border: 0
}

fieldset {
    min-width: 0;
    margin: 0
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

.form-control, output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-group-sm .form-control, .input-sm {
    font-size: 12px;
    border-radius: 3px;
    padding: 5px 10px
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    line-height: 1.5
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5
}

.form-group-lg .form-control, .input-lg {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

select[multiple].form-group-sm .form-control, textarea.form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    line-height: 1.3333333
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    line-height: 1.3333333
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

select[multiple].form-group-lg .form-control, textarea.form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.collapsing, .dropdown, .dropup {
    position: relative
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-control-static, .form-inline .form-group {
        display: inline-block
    }

    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #2783c6;
    border-color: #2e6da4
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #2783c6;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #2783c6;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #2783c6;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu-right, .dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-header, .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857143;
    white-space: nowrap
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child), .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn, .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    clear: both;
    font-weight: 400;
    color: #333
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #03a9f414
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2783c6;
    outline: 0
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    font-size: 12px;
    color: #777
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.nav-justified>.dropdown .dropdown-menu, .nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover, .input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
    z-index: 2
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block
}

.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px
}

.btn .caret, .btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group, .input-group-btn>.btn+.btn {
    margin-left: -1px
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group, .input-group-btn, .input-group-btn>.btn, .nav>li, .nav>li>a, .navbar {
    position: relative
}

.input-group {
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.nav>li, .nav>li>a {
    display: block
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #52c8ee
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-justified>li, .nav-stacked>li {
    float: none
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #52c8ee
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }

    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.embed-responsive, .modal, .modal-open, .progress {
    overflow: hidden
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }

    .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
        border-radius: 0
    }

    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }

    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: 8px -15px
}

@media (min-width:768px) {
    .navbar-form .form-control-static, .navbar-form .form-group {
        display: inline-block
    }

    .navbar-form .control-label, .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }

    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }

    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.breadcrumb>li, .pagination {
    display: inline-block
}

.btn .badge, .btn .label {
    top: -1px;
    position: relative
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    background-color: #52c8ed1c;
    4;
    border-radius: 4px
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pager li, .pagination>li {
    display: inline
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2783c6;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.badge, .label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #2783c6;
    border-color: #52c8ee
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a, .pager .next>span {
    float: right
}

.pager .previous>a, .pager .previous>span {
    float: left
}

.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

a.badge:focus, a.badge:hover, a.label:focus, a.label:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em
}

.label:empty {
    display: none
}

.label-default {
    background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #52c8ee
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.media-object, .thumbnail {
    display: block
}

.btn-group-xs>.btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #2783c6;
    background-color: #fff
}

.jumbotron, .jumbotron .h1, .jumbotron h1 {
    color: inherit
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.alert, .thumbnail {
    margin-bottom: 20px
}

.alert .alert-link, .close {
    font-weight: 700
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #52c8ee
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert>p, .alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.modal, .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    background-color: #52c8ed1c;
    4;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #2783c6;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-info, .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-right, .media>.pull-right {
    padding-left: 10px
}

.media-left, .media>.pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #03a9f414
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #2783c6;
    border-color: #52c8ee
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.panel-heading>.dropdown .dropdown-toggle, .panel-title, .panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-title, .panel>.list-group, .panel>.panel-collapse>.list-group, .panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-title {
    margin-top: 0;
    font-size: 16px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #52c8ed1c;
    4;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel-group .panel-heading, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.list-group+.panel-footer, .panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table caption, .panel>.table caption, .panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #52c8ed1c;
    4;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #52c8ed1c;
    4;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #52c8ee
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #2783c6;
    border-color: #52c8ee
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #52c8ee
}

.panel-primary>.panel-heading .badge {
    color: #2783c6;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #52c8ee
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #52c8ed1c;
    4;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #34495e;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.popover, .tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400
}

.carousel-caption, .carousel-control {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.close:focus, .close:hover {
    color: #34495e;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal {
    position: fixed;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #34495e
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #34495e;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #34495e
}

.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    margin-bottom: -5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
    margin-bottom: -5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #34495e
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #34495e
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #34495e;
    top: 0
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.carousel, .carousel-inner {
    position: relative
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.left>.arrow:after, .popover.right>.arrow:after {
    bottom: -10px;
    content: " "
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

    .carousel-inner>.item.active.right, .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.item.active.left, .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#34495e00000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#34495e00000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #34495e\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.carousel-caption .btn, .text-hide {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);

.low-back-dark:after, .low-back-gradient-inner:after {
    content: '';
    top: 0;
    width: 100%
}

.faqtabs-menu li, .list-app li, .list-o li {
    list-style-type: none
}

#nav, .Demo-app h1, .app-slide .carousel h1, .banner h1, .banner h1 span, .btn-donate, .btn-download-send, .btn-download-w, .btn-send, .btn-top, .button_flat, .button_flat a, .button_flat a:hover, .button_flat: hover, .join-us .carousel h1, .join-us-app h1, .lead-rain h1, .list-demos, .ms-staff-carousel .ms-staff-info h4, .newsletter-content .button, .offer p, .red, .team .team-box h4, .top-btn-text, .top-heading-inner, .top-heading-rain, .top-heading-soon, .top-heding-apply, .top-heding-c, .video-text h1, .video-text h2, .yellow, h1, h2, h3, h4, h5, h6 {
    text-transform: capitalize
}

.benefit-text, .lead-controls a, .lead-controls-i, .play-home .fa, .work-link i, nav#footer .fnav {
    vertical-align: middle
}

#canvas, body {
    margin: 0;
    padding: 0
}

#canvas, body, ol, ul {
    padding: 0
}

.list-demos, .main-para, body, h1, h2, h3, h4, h5, h6 {
    font-family: Raleway, sans-serif
}

.video, video {
    min-width: 100%
}

.btn-send, img {
    max-width: 100%
}

.html-video, .html-video-i, .layout {
    overflow: hidden
}

.btn-send, .play-home:hover, a:focus, a:hover {
    text-decoration: none
}

body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 14px;
    color: #616161;
    line-height: 28px;
    letter-spacing: 1
}

.m-0 {
    margin-left: 0;
    margin-right: 0
}

.p-0 {
    padding-left: 0;
    padding-right: 0
}

#canvas {
    background: #34495e
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 700
}

a {
    color: #fff
}

a:focus, a:hover {
    outline: 0
}

a:focus {
    color: #368cca
}

ol, ul {
    list-style: none;
    webkit-padding: 0;
    moz-padding: 0
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0
}

.clearfix {
    display: block
}

clients-name .radius {
    border-radius: 50%
}

img {
    height: auto
}

.bg_1 {
    background: #f1f1f1 !important
}

.bg_2 {
    background: #fff !important
}

.main-area {
    background: linear-gradient(to left, #ff4200, #368cca) rgba(0, 0, 0, 0)
}

.main-area h1 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 5px
}

.main-area-div {
    margin-top: 40px;
    margin-bottom: 40px
}

.main-para {
    text-align: left;
    font-size: 40px;
    color: #000;
    font-weight: 300;
    margin-top: 45px;
    line-height: 45px
}

.para-tex {
    font-size: 20px;
    line-height: 30px;
    color: #c1c1c1
}

p, p.para {
    color: #616161
}

p {
    line-height: 25px;
    padding: 1px
}

.no-p {
    padding: 0
}

p.para {
    font-size: 16px;
    margin: 15px 0 40px;
    line-height: 28px;
    padding: 5px
}

.main-para-bold, .main-para-i {
    color: #fff;
    font-weight: 200;
    text-align: center
}

.main-para-i {
    font-size: 50px;
    line-height: 60px;
    padding-top: 25px
}

.main-para-bold {
    font-size: 40px;
    line-height: 50px
}

.lead, .lead-rain, .lead-rain h1 {
    line-height: normal
}

.red, .red-s, .yellow {
    font-weight: 600
}

.clients-name {
    font-size: 23px;
    color: #c9c9c9
}

.list-demos {
    font-size: 16px;
    color: #000;
    padding-top: 10px;
    margin-top: 20px
}

.demo-head {
    padding: 0;
    margin-top: 0
}

.light-bg {
    background: #f7f7f7
}

.gray, .light-gray {
    color: #333
}

.white {
    color: #fff
}

.yellow {
    color: #ffde00
}

.red {
    color: #368cca
}

.black {
    color: #34495e;
    font-size: 28px
}

.dark {
    color: #f1f1f1
}

.red-s {
    color: #368cca;
    font-family: 'Open+Sans', sans-serif
}

.lead h1, .lead-fprm h1, .lead-rain h1, .top-heading, .top-heading-soon, .video-text h2 {
    font-family: Raleway, sans-serif
}

.interface-img {
    text-align: center
}

.centered {
    margin: 0 auto
}

.bg-4 {
    background: url(../img/hero/landing.jpg) center center/cover no-repeat;
    background-size: cover
}

.bg-app {
    background: url(../img/hero/app.jpg) center center/cover no-repeat;
    background-size: cover
}

.bg-soon {
    background: url(../img/hero/soon.jpg) center center/cover no-repeat;
    background-size: cover
}

.bg-inner {
    background: url(../img/about/about-banner.jpg) center center/cover no-repeat;
    background-size: cover;
    object-fit: cover
}

.text-con-inner {
    color: #fff;
    padding: 80px 0
}

.text-con-form {
    color: #fff;
    padding: 220px 0 190px
}

.pagenation-holder {
    background: #368cca;
    padding: 5px;
    color: #fff
}

.pagenation_links a:hover {
    color: #790e15
}

.low-back-gradient-inner {
    position: relative
}

.top-heading-inner {
    color: #fff;
    font-size: 40px;
    font-weight: 600
}

.low-back-gradient-inner:after {
    position: absolute;
    left: 0;
    height: 100%;
    background: #34495e;
    opacity: .75
}

.bg-video {
    background: url(../img/video-bg.jpg) 0 0/cover fixed
}

.bg-footer {
    background: url(../img/footer-bg.jpg) center center/cover no-repeat;
    background-size: cover
}

.video {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    min-height: 100%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -999;
    padding: 0;
    margin: 0
}

.content, .low-back {
    position: relative
}

.content-slide, .video-back-i {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.text-con-video {
    color: #fff
}

.mobile {
    padding: 35px 0 0
}

.text-con-i {
    color: #fff;
    padding: 160px 0 0
}

.text-con-rain {
    color: #34495e;
    padding: 190px 0 0
}

.lead-rain h1 {
    color: #34495e;
    font-size: 30px;
    font-weight: 300;
    margin-top: 100px
}

.lead-rain {
    font-size: inherit;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 70px
}

.top-heading-rain {
    color: #34495e;
    font-size: 70px;
    font-weight: 100
}

.text-con-err {
    color: #fff;
    padding: 190px 0 250px
}

.lead {
    font-size: inherit;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

.lead h1, .lead-fprm h1 {
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    color: #fff
}

.lead h1 {
    margin-top: 0;
    padding-top: 75px
}

.lead-fprm h1 {
    margin-top: 40px
}

.top-heading {
    color: #fff;
    font-size: 55px
}

.top-heading-i {
    color: #fff;
    font-size: 50px;
    font-weight: 100
}

.top-heading-soon {
    color: #fff;
    font-size: 85px;
    font-weight: 100;
    padding: 40px 0 25px
}

.top-heading-creative {
    color: #fff;
    font-size: 45px;
    font-weight: 600
}

.lead-text {
    color: #dfdfdf;
    line-height: 25px
}

.banner-f li, .banner-f-i li {
    line-height: 28px;
    list-style-type: none
}

.lead-controls {
    margin-top: 10px
}

.video-about {
    padding: 190px 0 0
}

.video-top {
    padding: 20px 0 0
}

.lead-controls-i {
    display: table-cell;
    margin: 0 auto;
    height: 600px
}

.lead-controls a, .lead-laptop {
    margin-top: 20px
}

.btn-send, .play-home {
    display: inline-block
}

.low-back-footer-r:after, .low-back-gradient-i:after, .low-back-gradient-r:after, .low-back-i:after, .low-back:after, .low-blue:after {
    height: 100%;
    content: '';
    left: 0;
    width: 100%;
    top: 0
}

.lead-laptop {
    text-align: center
}

.play-home {
    font-size: 15px
}

.btn-lead {
    margin-right: 20px
}

.play-home .fa {
    padding: 1px;
    color: inherit;
    margin-right: 10px;
    font-size: 10px
}

.banner-f h4, .banner-f-i h4 {
    font-size: 20px
}

.content {
    background-color: #fff
}

.low-back:after {
    position: absolute;
    background-color: rgba(0, 0, 0, .6)
}

.low-blue {
    position: relative
}

.low-blue:after {
    position: absolute;
    background-color: rgba(16, 150, 189, .6)
}

.low-back-i {
    position: relative
}

.low-back-i:after {
    position: absolute
}

.low-back-gradient-r {
    position: relative
}

.low-back-gradient-r:after {
    position: absolute;
    background: rgba(0, 0, 0, .4);
    opacity: .93
}

.low-back-gradient-i {
    position: relative
}

.low-back-gradient-i:after {
    position: absolute;
    background: #34495e;
    opacity: .65
}

.low-back-footer-r {
    position: relative
}

.low-back-footer-r:after {
    position: absolute;
    background: linear-gradient(to top, #ff4200, #368cca) rgba(0, 0, 0, 0);
    opacity: .95
}

.low-back-dark {
    position: relative
}

.low-back-dark:after {
    position: absolute;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

.html-video-i:before, .html-video:before {
    content: "";
    height: 100%
}

.low-back-up {
    position: relative;
    z-index: 1
}

.content-slide, .video-back, .video-back-i {
    z-index: 15;
    text-align: center
}

.bg-video .low-back-up {
    width: 100%
}

#superb-services.uber-box.back-sec {
    padding: 0 !important
}

.mobile * {
    background-attachment: scroll !important
}

#features1 {
    padding: 70px 0 60px;
    background: #f1f1f1
}

.column {
    margin-top: 10px
}

.banner-f li {
    padding: 4px 43px;
    color: #fff;
    margin-bottom: 14px
}

.banner-f ul {
    margin: 15px 0 0 1px;
    padding: 0
}

.banner-f-i li {
    padding: 4px 43px;
    color: #34495e000;
    background: url(../img/banner-icon.png) left 4px no-repeat;
    margin-bottom: 14px
}

.banner-f-i ul {
    margin: 15px 0 0 1px;
    padding: 0
}

.c-2, .top-heding-apply, .top-heding-c {
    margin-bottom: 25px
}

.html-video {
    top: 0;
    left: 0;
    max-height: 700px;
    width: 100%;
    position: relative
}

.html-video:before, .video-back-i {
    position: absolute;
    left: 0;
    width: 100%
}

.html-video:before {
    background: rgba(0, 0, 0, .4);
    top: 0
}

.video-back-i {
    top: 50%;
    transform: translate(0, -50%)
}

.html-video-i {
    top: 0;
    left: 0;
    max-height: 610px;
    width: 100%;
    position: relative
}

.content-slide, .html-video-i:before, .video-back {
    position: absolute;
    left: 0;
    width: 100%
}

.html-video-i:before {
    background: linear-gradient(to top, #ff4200, #368cca) rgba(0, 0, 0, 0);
    top: 0;
    opacity: .9
}

.content-slide {
    top: 40%;
    transform: translate(0, -50%)
}

.content-slide h2 {
    padding-top: 100px
}

.video-back {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.video-back h2 {
    padding-top: 130px
}

.video-text h2 {
    color: #fff;
    font-size: 25px
}

.video-text h1 {
    color: #fff;
    font-size: 55px;
    font-family: 'Open+Sans', sans-serif
}

.video-text p {
    color: #fff;
    font-size: 14px
}

#contact .form-control {
    box-shadow: none
}

.c-2 {
    background: #fff;
    padding: 35px
}

.form-control {
    height: 45px;
    border-radius: 0;
    background: 0 0 !important;
    color: #ddd;
    box-shadow: none !important;
    border: 1px solid #eee
}

.left-contact {
    margin-top: -35px
}

.contact-back {
    background: rgba(255, 255, 255, .5);
    padding: 0 0 110px
}

.contact-back-white {
    background: #333;
    padding: 20px
}

.top-heding-c {
    background: #75af00;
    border-radius: 55px;
    padding: 12px 0;
    font-size: 20px;
    font-weight: 100
}

.top-heding-apply {
    background: #368cca;
    border-radius: 0;
    padding: 20px;
    font-size: 25px;
    font-weight: 300;
    color: #fff
}

.banner h1, .banner h1 span {
    font-weight: 400
}

.btn:focus, input:focus, select:focus, textarea:focus {
    outline: 0 !important
}

.btn-send {
    padding: 15px 5px;
    margin-top: 10px;
    background: 0 0;
    color: #34495e;
    font-size: 16px;
    text-shadow: none;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    border-radius: 0;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #333
}

.carousel-inner, .carousel-inner img {
    margin: 0 auto
}

.btn-send:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #34495e
}

.carousel-indicators {
    bottom: 22px !important
}

#carousel-example-generic {
    background: url(../img/laptop.png) top center no-repeat;
    bottom: -10px;
    max-width: 940px;
    background-size: contain;
    padding: 22px 85px 56px
}

.banner h1 {
    color: #03dea8;
    font-size: 50px;
    text-shadow: 0 2px 2px #333;
    line-height: 35px;
    margin: 0 0 30px
}

.banner h1 span {
    color: #d8e4f1;
    font-size: 22px;
    margin-top: 15px;
    display: block;
    line-height: 25px
}

.text-con-n {
    color: #fff;
    padding: 160px 0
}

.newsletter>h3 {
    margin-bottom: 23px;
    font-size: 40px;
    font-weight: 100;
    line-height: normal
}

.newsletter-content>input {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    color: #000;
    font-size: 14px;
    height: 65px;
    padding: 0 19px;
    width: 100%
}

.newsletter-content {
    margin-top: 38px;
    position: relative;
    box-shadow: 0 0 20px 0 rgba(116, 113, 113, .5)
}

.newsletter-content .button {
    font-size: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all .3s ease 0s;
    width: 30%;
    background: #368cca;
    color: #fff;
    border: 1px solid #fff
}

.newsletter-content .button:hover {
    background: #fff;
    color: #f8001d;
    border: 1px solid #fff
}

#benefit {
    background: url(../img/about/1_about.jpg) 0 0/cover fixed
}

.benefit-text {
    display: table-cell;
    height: 600px;
    padding: 8px;
    background: rgba(255, 255, 255, .8)
}

.benefit-text-o {
    float: left;
    margin-left: 10px
}

.benefit-right {
    float: right;
    padding: 0
}

.benefit-i p {
    margin-top: 10px;
    margin-left: 95px;
    color: #999
}

.benefit-blue, .benefit-green, .benefit-orange, .benefit-red {
    background: #368cca;
    height: 65px;
    margin-right: 10px;
    margin-top: 15px;
    float: left
}

.benefit-orange {
    color: #fff;
    font-size: 30px;
    padding: 15px;
    width: 65px;
    margin-left: 5px;
    border: 0 solid #fff;
    border-radius: 15px 0 0
}

.benefit-text-i {
    float: left;
    color: #fff;
    font-size: 15px;
    padding: 5px;
    width: 80%;
    margin-left: 5px;
    margin-bottom: 10px
}

.benefit-blue, .benefit-green, .benefit-red {
    font-size: 30px;
    width: 65px;
    margin-left: 5px;
    color: #fff
}

.benefit-blue, .benefit-green {
    padding: 19px;
    border: 0 solid #fff;
    border-radius: 30% 0 0
}

.benefit-red {
    padding: 22px;
    border: 0 solid #fff;
    border-radius: 30% 0 0
}

.benefit-b i.fa {
    color: #fff;
    font-size: 24px;
    margin-right: 35px;
    padding: 4px
}

.benefit-c, .benefit-d {
    color: #fff;
    font-size: 24px;
    width: 55px;
    height: 55px;
    margin-right: 31px;
    margin-left: 15px;
    float: left
}

.benefit-c {
    padding: 10px;
    border: 1px solid #368cca
}

.benefit-ag-a, .benefit-ag-b {
    height: 600px;
    margin: 0
}

.benefit-deg i.fa {
    color: #999;
    font-size: 20px;
    margin-right: 35px;
    padding: 4px;
    transform: rotate(45deg)
}

.benefit-heading h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    color: #333
}

main-bane {
    width: 100%
}

.ms-staff-carousel {
    max-width: 1170px;
    overflow: hidden;
    position: relative
}

.ms-staff-carousel .ms-view {
    overflow: visible;
    background-color: transparent
}

#app-download, #app-download-i, .Demo, .join-us {
    overflow: hidden
}

.ms-staff-carousel .ms-nav-next, .ms-staff-carousel .ms-nav-prev {
    background: url(../img/arrows.png) -7px -57px no-repeat #f1f1f1;
    width: 35px;
    height: 40px;
    left: -35px;
    margin-top: -17px;
    box-shadow: 0 1px 0 0 #bebebe;
    position: absolute;
    top: 50%;
    cursor: pointer
}

.ms-staff-carousel .ms-nav-next {
    background-position: -6px -7px;
    right: -35px;
    left: auto
}

.ms-staff-carousel .ms-staff-info {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    max-width: 600px;
    margin-top: 30px;
    min-height: 220px;
    color: #222
}

.ms-staff-carousel .ms-staff-info h3 {
    margin: 0;
    padding-bottom: 10px
}

.ms-staff-carousel .ms-staff-info h4 {
    color: #777;
    margin: 0;
    padding-bottom: 15px
}

.ms-staff-carousel .ms-staff-info .email a {
    text-decoration: none;
    color: #a8e12a
}

.ms-staff-carousel .ms-staff-info.email, .ms-staff-info p {
    margin: 4px;
    font-size: 11pt
}

.ms-staff-carousel.ms-round .ms-nav-next, .ms-staff-carousel.ms-round .ms-nav-prev {
    background-color: transparent;
    box-shadow: none;
    left: -45px
}

.facebook, .linkedin, .twitter, .youtube {
    background: #368cca
}

.ms-staff-carousel.ms-round .ms-nav-next {
    left: auto;
    right: -45px
}

.ms-staff-carousel.ms-round .ms-slide-bgcont {
    border-radius: 5000px;
    border: 8px solid #e6e6e6;
    margin: 0 -8px
}

.team .team-box {
    text-align: center;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 4px
}

.team .team-box img {
    display: block;
    margin: 0 auto
}

.team .team-box h4 {
    margin-bottom: 0;
    font-weight: 800;
    margin-top: 15px
}

.team .team-box em {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px
}

.ms-socials li a i {
    color: #fff;
    display: block;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 45px;
    box-shadow: 0 0 0 7px transparent
}

.facebook:hover {
    box-shadow: 0 0 0 0 #5D82D1
}

.twitter:hover {
    box-shadow: 0 0 0 0 #40BFF5
}

.youtube:hover {
    box-shadow: 0 0 0 0 #CC181E
}

.linkedin:hover {
    box-shadow: 0 0 0 0 #238CC8
}

#team {
    padding: 110px 0 80px;
    background: #fff
}

.team-item, .team-item h5 {
    padding-left: 15px;
    padding-right: 15px
}

.team-item h5 {
    color: #f1f1f1;
    font-size: 20px;
    line-height: normal
}

.team-item p {
    color: #666
}

.team-item-img {
    position: relative
}

.team-item-img>img {
    width: 100%;
    border: 5px solid #eee
}

.team-item-img .team-item-detail {
    background: rgba(0, 0, 0, .8);
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s
}

.button_flat, .button_flat: hover {
    transition: all .3s ease-in-out 0s
}

.team-item:hover .team-item-detail {
    opacity: 1;
    visibility: visible
}

.cent-mid-content, .team-item-img .team-item-detail .team-item-detail-inner {
    margin: auto;
    padding: 25px
}

.team-item-img .team-item-detail .team-item-detail-inner .social {
    margin: 5px 0 0;
    padding: 0
}

.team-item-img .team-item-detail .team-item-detail-inner .social li {
    list-style: none;
    display: inline-block;
    margin: 0 5px
}

.team-item-img .team-item-detail .team-item-detail-inner .social li a {
    color: #fff;
    font-size: 16px
}

.team-item-img .team-item-detail .team-item-detail-inner .social li a:hover {
    color: #0bbae0
}

.team-item-info {
    padding-top: 15px;
    text-align: center;
    background: #eee
}

.team-item-info h5, .team-item-info h6 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #333;
    font-weight: 600
}

.team-item-info p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
    color: #737373;
    padding: 0 0 20px
}

#about-us {
    padding: 110px 0
}

#about-review {
    background: linear-gradient(to top, #ff4200, #368cca) rgba(0, 0, 0, 0)
}

#about-review-full-white {
    background: #368cca
}

.review {
    padding: 40px
}

.review-text {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 25px
}

.reviewer-img {
    background: url(../img/about/1_about.jpg) 0 0/cover fixed rgba(0, 0, 0, 0);
    height: 600px;
    margin: 0
}

#nav {
    background: #fff
}

.navbar-custom {
    background: #fff;
    color: #fff
}

.navbar-toggle {
    color: #333;
    font-size: 21px
}

.navbar-brand {
    margin-top: 11px;
    background: url(../img/logo-in.png) no-repeat;
    width: 185px;
    height: 39px
}

.dropdown-menu>li>a, .dropdown-menu>li>active a:hover {
    border-bottom: 1px solid #f1f1f1;
    width: 250px;
    font-family: 'Open Sans', sans-serif
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: #333
}

.navbar-nav>li:hover>a, .navbar-nav>li>a:focus {
    color: #368cca;
    background: 0 0
}

.menu-b {
    color: #34495e;
    background: #34495e
}

.navbar-nav>li>a {
    padding: 10px;
    color: #252525;
    margin-top: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .4px;
    margin-right: 5px !important
}

.navbar-nav {
    margin: 5px 0
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    7752 margin-left: -65px
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px
}

.dropdown-menu>li>a {
    line-height: 22px;
    font-size: 14px;
    text-align: left;
    padding: 12px 16px;
    text-transform: capitalize;
    color: #fff
}

.dropdown-menu>li>active a:hover {
    line-height: 38px;
    text-align: center
}

.btn-donate, .intro-text .intro-heading, .theme-btn {
    font-family: Raleway, sans-serif
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    font-size: 14px
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: #f8001d;
    color: #000;
    font-size: 14px;
    width: 100%
}

.button_flat, .button_flat: hover {
    color: #fff;
    display: inline-block;
    font-weight: 700
}

.button_Demo {
    max-width: 250px;
    margin: 0 auto
}

.button_flat {
    border-radius: 0;
    margin: 7px 0 0;
    padding: 6px 35px;
    font-size: 12px;
    background: #368cca
}

.button_flat: hover {
    border-radius: 50px;
    margin: 8px 0 0;
    padding: 10px 25px;
    font-size: 13px;
    background: #fff
}

.button_flat a, .button_flat a:hover {
    margin: 7px 0 0;
    padding: 6px 35px;
    transition: all .3s ease-in-out 0s;
    display: inline-block
}

.btn-donate, .button_flat a, .button_flat a:hover {
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

.button_flat a {
    background: #368cca
}

.button_flat a:hover {
    background: #fff
}

.btn-donate {
    width: 150px;
    text-align: center;
    line-height: 24px;
    padding: 8px 15px;
    background: linear-gradient(to top, #ff4200, #368cca) rgba(0, 0, 0, 0);
    margin-top: 8px;
    letter-spacing: 1px
}

.btn-donate:hover {
    background: linear-gradient(to left, #ff4200, #368cca) rgba(0, 0, 0, 0);
    color: #34495e;
    letter-spacing: 1px
}

.btn-donate a:hover {
    color: #fff
}

.theme-btn {
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

#mobile-apps {
    padding: 110px 0;
    background: #fff
}

#mobile-apps h2 {
    font-size: 40px;
    margin-bottom: 55px
}

#app-download-i {
    padding: 75px 0 50px !important
}

.Demo {
    padding: 110px 0 90px;
    background: #f1f1f1
}

.Demo-app h1 {
    font-size: 40px;
    font-weight: 400;
    padding: 15px 0
}

.Demo .title {
    margin-bottom: 70px;
    text-align: center
}

.Demo .carousel-indicators {
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 0;
    padding: 5px 5px 8px;
    width: 100%;
    margin-top: 45px
}

.Demo .carousel-indicators .active {
    width: 30px;
    height: 5px;
    border: none;
    border-radius: 0;
    background: #368cca
}

.Demo .carousel-indicators li {
    display: inline-block;
    margin: 1px;
    width: 30px;
    height: 5px;
    border: none;
    border-radius: 0;
    text-indent: -999px;
    cursor: pointer;
    background: #fff
}

.join-us {
    background: #fff
}

.join-us-icon .ico {
    margin: 9px 0 0 auto;
    font-size: 35px;
    color: #333;
    line-height: 65px;
    width: 60px;
    height: auto;
    text-align: center;
    border: 1px solid #e1e1e1;
    float: left
}

.join-us-app .ico img {
    width: 40px
}

.join-us-app h1 {
    font-size: 45px;
    font-weight: 100;
    padding: 15px 0;
    line-height: normal
}

.join-us .title {
    margin-bottom: 70px;
    text-align: center
}

.join-us .features .row {
    margin-bottom: 40px
}

.join-us .carousel h1 {
    font-size: 50px
}

.join-us .carousel h1, .offer p {
    text-align: left;
    font-weight: 200
}

.list-o h4 {
    font-size: 16px
}

.list-o i {
    color: #368cca;
    margin-right: 7px;
    font-size: 15px
}

.join-us p, .list-o li {
    color: #616161;
    line-height: 28px
}

.list-o li {
    padding: 4px 3px;
    margin-bottom: 10px !important
}

.list-o ul {
    margin: 15px 0 0 1px;
    padding: 0
}

.join-us .ceo, .join-us .ceo-sec1, .join-us .ceo-sec2, .join-us .ceo-sec3, .join-us .ceo2, .join-us .ceo3 {
    padding-top: 95px;
    height: 650px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden
}

.join-us p {
    font-size: 15px;
    margin-top: 25px
}

.join-us .ceo, .join-us .ceo-sec1, .join-us .ceo-sec2, .join-us .ceo-sec3 {
    margin-top: -36px
}

.join-us .ceo {
    background: url(../img/geo-location.png) no-repeat;
    background-size: 100%
}

.join-us .ceo-sec1 {
    background: url(../img/new-matches.png) no-repeat;
    background-size: 100%
}

.join-us .ceo-sec2 {
    background: url(../img/look-for-matches.png) no-repeat;
    background-size: 100%
}

.join-us .ceo-sec3 {
    background: url(../img/rewind-feature.png) no-repeat;
    background-size: 100%
}

.join-us .ceo2 {
    background: url(../img/look-for-matches.png) no-repeat;
    background-size: 100%
}

.join-us .ceo3 {
    background: url(../img/new-matches.png) no-repeat;
    background-size: 100%
}

.join-us .ceo img {
    margin-right: auto;
    margin-left: auto;
    padding-left: 4px;
    width: 270px
}

.join-us .carousel-indicators {
    position: relative;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 5px 5px 8px;
    width: 100%;
    margin-top: -15px;
    color: #ccc
}

.join-us .carousel-indicators .active {
    width: 30px;
    height: 5px;
    border: none;
    border-radius: 0;
    background: #368cca
}

.join-us .carousel-indicators li {
    display: inline-block;
    margin: 1px;
    width: 30px;
    height: 5px;
    border: none;
    border-radius: 0;
    text-indent: -999px;
    cursor: pointer;
    background: #ccc
}

.app-slide {
    overflow: hidden;
    padding: 110px 0 30px;
    background: 0 0;
    text-align: left
}

.app-slide .title {
    margin-bottom: 70px;
    text-align: center
}

.app-slide-icon .ico {
    margin: 9px 15px 0 auto;
    font-size: 30px;
    color: #333;
    line-height: 65px;
    width: 60px;
    height: 60px;
    text-align: center;
    float: left;
    background: #fff
}

.app-slide .features .row {
    margin-bottom: 40px
}

.app-slide .carousel h1 {
    font-size: 51px;
    margin-top: 35px
}

.app-slide .carousel h1, .offer p {
    text-align: left;
    font-weight: 200;
    color: #fff
}

.list-app h4 {
    font-size: 20px
}

.list-app i {
    color: #fff;
    margin-right: 7px;
    font-size: 15px
}

.list-app li {
    padding: 15px 3px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 14px
}

.list-app ul {
    margin: 15px 0 0 1px;
    padding: 0
}

.app-slide p {
    color: #fff;
    font-size: 17px;
    margin-top: 25px;
    line-height: 28px
}

.detail .carousel-control {
    background: 0 0
}

.low-back-gradient-app {
    position: relative
}

.low-back-gradient-app:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #0c96c4, #368cca) rgba(0, 0, 0, 0);
    opacity: .85
}

.app-slide .ceo, .app-slide .ceo2, .app-slide .ceo3 {
    padding-top: 95px;
    height: 650px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.app-slide .ceo2, .app-slide .ceo3 {
    background: url(../img/app-screenshots/app-s.png) no-repeat
}

.app-slide .ceo img {
    margin-right: auto;
    margin-left: auto;
    padding-left: 4px;
    width: 270px
}

.banner-img img {
    height: 450px;
    overflow: hidden;
    margin-right: auto;
    margin-left: 93px;
    padding-left: 32px
}

.app-slide .carousel-indicators {
    position: relative;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 5px 5px 8px;
    width: 100%;
    margin-top: -15px;
    color: #ccc
}

.app-slide .carousel-indicators .active {
    width: 30px;
    height: 5px;
    border: none;
    border-radius: 0;
    background: #368cca
}

.app-slide .carousel-indicators li {
    display: inline-block;
    margin: 1px;
    width: 30px;
    height: 5px;
    border: none;
    border-radius: 0;
    text-indent: -999px;
    cursor: pointer;
    background: #ccc
}

.btn-top {
    border-radius: 10px;
    background: #fff;
    color: #368cca;
    font-size: 20px;
    font-weight: 400;
    padding: 20px 50px;
    margin-top: 25px
}

.top-download {
    padding: 30px 0;
    line-height: 28px
}

.top-btn-text {
    font-size: 23px;
    color: #fff !important;
    line-height: 28px;
    padding-top: 21px
}

.btn-download-send, .btn-download-w {
    padding: 20px 30px;
    font-size: 18px;
    text-shadow: none;
    -webkit-transition: all .6s ease 0s;
    max-width: 100#;
    width: 225px;
    text-decoration: none;
    display: inline-block
}

.btn-download-w {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    transition: all .6s ease 0s;
    border-radius: 0;
    text-align: center
}

.btn-download-w:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #333;
    text-decoration: none;
    display: inline-block
}

.btn-download-send {
    border: none;
    background-color: #368cca;
    color: #fff;
    transition: all .6s ease 0s;
    border-radius: 2px !important;
    box-shadow: 0 5px 2px 0 #52c8ee36, 0 3px 1px -2px #52c8ee36, 0 1px 5px 0 #52c8ee3d !important;
    margin-top: 22px
}

.btn-download, .btn-download-small {
    font-weight: 600;
    text-shadow: none;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    max-width: 100%;
    text-transform: capitalize
}

.btn-download-send:hover {
    opacity: .8;
    background-color: #368cca !important;
    box-shadow: 0 14px 26px -12px #368cca6b, 0 4px 23px 0 #368cca1f, 0 8px 10px -5px #368cca38 !important;
    text-decoration: none;
    display: inline-block
}

.btn-download-small {
    display: inline-block;
    border: 1px solid #368cca;
    padding: 12px 30px;
    background: #368cca;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    width: 190px;
    margin-top: 22px
}

.btn-download, .btn-download-small:hover {
    display: inline-block;
    border: 1px solid #368cca;
    text-decoration: none
}

.btn-download-small i {
    color: #fff;
    font-size: 22px
}

.btn-download-small:hover i {
    color: #333
}

.btn-download-small:hover {
    background-color: transparent;
    color: #333
}

.btn-download-small:focus {
    color: #fff
}

.btn-download {
    padding: 10px 30px;
    background: #368cca;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    width: 235px
}

.btn-download-app, .btn-download-red {
    -webkit-transition: all .6s ease 0s;
    margin-top: 18px;
    display: inline-block;
    font-weight: 600;
    text-shadow: none;
    text-decoration: none;
    text-transform: capitalize;
    max-width: 100%
}

.btn-download i {
    color: #fff;
    font-size: 22px
}

.btn-download:hover i {
    color: #333
}

.btn-download:hover {
    background-color: transparent;
    border: 1px solid #368cca;
    color: #333;
    text-decoration: none;
    display: inline-block
}

.btn-download:focus {
    color: #fff
}

.btn-download-app {
    border-radius: 2px !important;
    background: #368cca !important;
    color: #fff !important;
    box-shadow: 0 5px 2px 0 #52c8ee36, 0 3px 1px -2px #52c8ee36, 0 1px 5px 0 #52c8ee3d !important;
    padding: 10px 20px;
    font-size: 16px;
    transition: all .6s ease 0s;
    width: 200px
}

.btn-download-app-tr:hover, .btn-download-app:hover {
    opacity: .8;
    box-shadow: 0 5px 2px 0 #2783c640, 0 3px 1px -2px #2783c61f, 0 1px 5px 0 #2783c621 !important;
}

.btn-download-app i {
    color: #333;
    font-size: 22px
}

.btn-download-app:hover i, .btn-download-red, .btn-download-red i, .btn-download-red:focus, .btn-download-red:hover i {
    color: #fff
}

.btn-download-red {
    border: 1px solid #368cca;
    padding: 15px 30px;
    background: #368cca;
    font-size: 18px;
    border-radius: 0;
    transition: all .6s ease 0s
}

.btn-download-app-tr, .btn-get {
    -webkit-transition: all .6s ease 0s
}

.btn-download-red i {
    font-size: 22px
}

.btn-download-red:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    display: inline-block
}

.btn-download-app-tr {
    display: inline-block;
    border: 0 solid #fff;
    padding: 10px 30px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px !important;
    text-shadow: none;
    text-decoration: none;
    transition: all .6s ease 0s;
    text-transform: capitalize;
    max-width: 100%;
    width: 235px
}

.btn-download-app-tr i {
    color: #fff;
    font-size: 22px
}

.btn-download-app-tr:hover i {
    color: #333
}

.btn-download-app-tr:hover {
    background-color: #fff;
    border: 0 solid #fff;
    color: #333;
    text-decoration: none;
    display: inline-block
}

.btn-download-black, .btn-get {
    font-weight: 600;
    border: 1px solid #368cca;
    padding: 20px 30px;
    text-shadow: none;
    text-decoration: none;
    text-transform: capitalize;
    width: 225px;
    display: inline-block;
    max-width: 100%
}

.btn-download-app-tr:focus, .btn-get {
    color: #368cca
}

.btn-get {
    font-size: 18px;
    border-radius: 0;
    transition: all .6s ease 0s;
    margin: 25px 10px 0
}

.btn-get:hover {
    background-color: #368cca;
    color: #fff;
    text-decoration: none;
    display: inline-block
}

.btn-get i {
    font-size: 22px;
    color: #368cca
}

.btn-get:hover i {
    color: #fff;
    font-size: 22px
}

.btn-get:focus {
    color: #fff
}

.btn-download-black {
    background: #368cca;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

.btn-download-black:hover {
    background-color: transparent;
    border: 1px solid #368cca;
    color: #fff;
    text-decoration: none;
    display: inline-block
}

.btn-small, .btn-small:focus {
    text-transform: capitalize;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    transition: all .5s ease 0s;
    background: #368cca;
    letter-spacing: 1;
    box-shadow: 0 5px 2px 0 #52c8ee36, 0 3px 1px -2px #52c8ee36, 0 1px 5px 0 #52c8ee3d !important;
    text-decoration: none
}

.btn-small, .btn-small:focus, .theme_btn {
    border-radius: 2px !important
}

.btn-small {
    margin-top: 25px;
    padding: 10px 20px 10px 18px
}

.btn-intro, .btn-ordernow, .btn-ordernow-black {
    font-weight: 600;
    padding: 20px 30px;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    text-shadow: none
}

.btn-small:focus {
    margin-top: 0
}

.btn-ordernow, .btn-ordernow-black {
    -webkit-transition: all .6s ease 0s;
    text-transform: capitalize;
    width: 225px
}

.btn-small:hover, .theme_btn, .theme_btn:focus, .theme_btn:hover {
    background: #368cca !important;
    color: #fff !important
}

.btn-small:hover {
    opacity: .8 !important;
    box-shadow: 0 14px 26px -12px #368cca6b, 0 4px 23px 0 #368cca1f, 0 8px 10px -5px #368cca38 !important;
    text-decoration: none
}

.theme_btn {
    box-shadow: 0 5px 2px 0 #2783c640, 0 3px 1px -2px #2783c61f, 0 1px 5px 0 #2783c621 !important;
}

.btn-intro, .btn-ordernow {
    border: 1px solid #368cca
}

.theme_btn:focus {
    box-shadow: 0 2px 2px 0 rgba(156, 39, 176, .14), 0 3px 1px -2px rgba(156, 39, 176, .2), 0 1px 5px 0 rgba(156, 39, 176, .12) !important
}

.theme_btn:hover {
    opacity: .8;
    box-shadow: 0 5px 2px 0 #2783c640, 0 3px 1px -2px #2783c61f, 0 1px 5px 0 #2783c621 !important;
}

.btn-ordernow {
    background: linear-gradient(to top, #ff4200, #368cca) rgba(0, 0, 0, 0);
    color: #fff;
    border-radius: 0;
    transition: all .6s ease 0s;
    max-width: 100%
}

.btn-ordernow:hover {
    background-color: transparent;
    color: #333;
    text-decoration: none;
    display: inline-block;
    max-width: 100#;
    width: 225px
}

.btn-ordernow-black {
    border: 1px solid #fff;
    background: #333;
    color: #fff;
    border-radius: 0;
    transition: all .6s ease 0s;
    max-width: 100%
}

.btn-ordernow-black:hover {
    background-color: transparent;
    border: 1px solid #34495e;
    color: #333;
    text-decoration: none;
    display: inline-block
}

.btn-intro, .btn-intro:focus, .btn-intro:hover, .btn-ordernow-black:focus {
    color: #fff
}

.btn-intro {
    background: #368cca;
    border-radius: 0;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    margin: 25px 10px 0;
    max-width: 245px;
    width: 100%;
    text-transform: capitalize
}

.about-buttons-2>a:first-child, .about-buttons-2>a:last-child, .intro-buttons-2>a:first-child, .intro-buttons-2>a:last-child {
    font-weight: 700;
    text-transform: capitalize
}

.btn-intro:hover {
    background-color: transparent;
    border: 1px solid #368cca;
    text-decoration: none;
    display: inline-block
}

.intro-buttons-2>a:first-child {
    font-size: 15px;
    color: #fff;
    border-radius: 0;
    padding: 14px 30px
}

.intro-buttons-2>a:first-child:hover {
    color: #34495e;
    background: #fff;
    border: 2px solid #fefefe
}

.intro-buttons-2>a>i {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 42px;
    border: 4px solid #b0b0b0;
    border-radius: 50%;
    margin-right: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    background: #368cca
}

.intro-buttons-2>a:last-child {
    color: #fff;
    font-size: 15px;
    border: 1px solid #606060
}

.about-buttons-2>a:first-child {
    color: #fff;
    border-radius: 100px;
    padding: 14px 40px;
    font-size: 16px;
    margin-right: 20px
}

.about-buttons-2>a:hover>i, .about-buttons-2>a>i {
    height: 150px;
    width: 150px;
    line-height: 120px;
    font-size: 35px;
    margin-right: 12px;
    text-align: center
}

.about-buttons-2>a:first-child:hover {
    color: #34495e
}

.about-buttons-2>a>i {
    border: 15px solid #fff;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    background: 0 0
}

.about-buttons-2>a:hover>i {
    border: 15px solid #fff;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    background: #368cca
}

.about-buttons-2>a:last-child {
    color: #fff;
    font-size: 15px
}

.owl-carousel {
    padding-bottom: 0;
    margin: 0
}

#about-review-carousel {
    padding-bottom: 0;
    margin-bottom: 0
}

blockquote {
    margin-bottom: 0
}

.carousel-box {
    background-color: #fff;
    margin: 0 15px;
    position: relative;
    overflow: hidden
}

.carousel-box img {
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    transition: transform 1s ease
}

.carousel-box:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.carousel-box .btn {
    font-weight: 800
}

.carousel-box h3 {
    font-size: 18px;
    color: #2d373c
}

.carousel-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 20px 20px
}

.carousel-content p {
    margin-bottom: 20px
}

.carousel-subtitle {
    padding-bottom: 10px
}

.carousel-box-type {
    background-color: #2d373c;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    text-align: center;
    display: table;
    z-index: 1
}

.about-cor, .about-text, .carousel-box-type i {
    display: table-cell;
    vertical-align: middle
}

.general-carousel .owl-controls .owl-buttons div, .revew-carousel .owl-controls .owl-buttons div {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    z-index: 99;
    text-align: center;
    opacity: 1;
    cursor: pointer
}

.revew-carousel .owl-controls {
    position: absolute;
    right: 40px;
    bottom: -30px
}

.revew-carousel .owl-controls .owl-buttons div {
    border: 2px solid #daebf3;
    -webkit-border-radius: 0 30% 0 0;
    -moz-border-radius: 0 30% 0 0;
    border-radius: 0 30% 0 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: 0 0;
    padding: 0
}

.owl-theme .owl-controls .owl-buttons div {
    color: #daebf3
}

.revew-carousel .owl-controls .owl-buttons .owl-next {
    right: 0
}

.revew-carousel .owl-controls .owl-buttons .owl-next:hover {
    right: 0;
    background: #368cca
}

.revew-carousel .owl-controls .owl-buttons .owl-prev {
    right: 50px
}

.revew-carousel .owl-controls .owl-buttons .owl-prev:hover {
    right: 50px;
    background: #368cca
}

.revew-carousel .owl-controls .owl-buttons i {
    font-size: 18px;
    color: #daebf3;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding-top: 9px
}

.general-carousel .owl-controls {
    position: absolute;
    right: 20px;
    bottom: -30px
}

.general-carousel .owl-controls .owl-buttons div {
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 0 30% 0 0;
    -moz-border-radius: 0 30% 0 0;
    border-radius: 0 30% 0 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #f1f1f1;
    padding: 0
}

.general-carousel .owl-controls .owl-buttons .owl-next {
    right: 0
}

.general-carousel .owl-controls .owl-buttons .owl-next:hover {
    right: 0;
    background: #fff
}

.general-carousel .owl-controls .owl-buttons .owl-prev {
    right: 50px
}

.general-carousel .owl-controls .owl-buttons .owl-prev:hover {
    right: 50px;
    background: #fff
}

.general-carousel .owl-controls .owl-buttons i {
    font-size: 18px;
    color: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding-top: 9px
}

.section-title.black, .section-title.center {
    padding: 10px 0 0;
    text-align: center
}

.section-title h2, .section-title.center h2 {
    font-weight: 200;
    margin-bottom: 13px;
    font-size: 35px;
    margin-top: 0;
    padding-top: 0
}

.section-title.center hr {
    height: 2px;
    width: 90px;
    text-align: center;
    position: relative;
    margin: 0 auto 30px;
    border: 0
}

.section-title.left hr {
    background: #368cca;
    height: 2px;
    width: 90px;
    margin: 0;
    display: inline-block
}

.section-title.freelancer h2 {
    font-weight: 200;
    font-size: 40px;
    max-width: 450px;
    margin: 0 auto 55px;
    padding: 30px;
    border: 3px solid #fff
}

.section-title.about hr, .section-title.black hr, .section-title.feature hr, .section-title.white hr {
    height: 4px;
    width: 90px;
    margin: 0 auto 30px;
    border: 0;
    text-align: center;
    position: relative
}

.section-title.about hr {
    background: #368cca
}

.section-title.feature hr, .section-title.white hr {
    background: #fff
}

.section-title.black hr {
    background: #368cca
}

.carouse2, .carousel-iphone {
    margin-right: auto;
    margin-left: auto
}

.carousel-iphone {
    width: 320px;
    height: 672px;
    background: url(../img/iphone-front.png) no-repeat;
    background-size: 100%
}

.carouse2 {
    position: relative;
    padding: 95px 0 0 4px;
    width: 282px
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    background: #999
}

.carousel-indicators li {
    display: inline-block;
    margin: 1px;
    width: 10px;
    height: 10px;
    border: 1px solid #666;
    border-radius: 10px;
    text-indent: -999px;
    cursor: pointer
}

.services-icon-wrap, .services-icon-wrap:hover {
    padding: 40px 20px;
    border-radius: 0;
    background: #fff
}

#services-icon {
    background: #f1f1f1
}

#services-icon .lead, #services-icon h2 {
    color: #333
}

.services-icon-wrap:hover {
    box-shadow: 0 1px 15px 0 #cfcfcf;
    transition: all .3s ease-in-out 0s
}

.services-icon-wrap h3 {
    font-size: 18px;
    margin: 10px 0;
    text-transform: capitalize;
    font-weight: 600
}

.service, .service:hover {
    margin-bottom: 0;
    padding: 25px 15px
}

#slide-152-layer-2, #slide-153-layer-3 {
    right: 200px;
    margin-left: 10px !important
}

.services-icon-wrap .pull-left {
    margin-right: 20px
}

#services {
    background: #fff
}

.service {
    background: 0 0
}

.service:hover {
    background: #f1f1f1;
    color: #fff;
    transition: all .5s ease 0s;
    box-shadow: 0 0 22px 0 #999;
    z-index: 1
}

.services img {
    background: #fff;
    border: 6px solid #34495e
}

#main-bottam, #services i.fa, .section-title.center hr {
    background: #368cca
}

#services h2 {
    font-size: 45px
}

.services {
    border: 1px solid #eee;
    margin-bottom: 55px;
    padding: 15px
}

#services h4 {
    text-transform: capitalize;
    transition: all .5s;
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 20px
}

.space {
    margin-top: 40px
}

#services i.fa {
    font-size: 40px;
    width: 110px;
    height: 110px;
    padding: 35px 0;
    margin-bottom: 10px;
    border-radius: 10%;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

#main-demos, #rotate-services {
    background: #f1f1f1
}

#services .service:hover>i.fa {
    color: #fff
}

#main-centent, #main-centent-i {
    background: url(../img/fixed-img.jpg) 0 0/cover fixed;
    padding: 110px 0
}

#main-centent-iii, #main-centent-iv {
    background: url(../img/fixed-img.jpg) 0 0/cover fixed;
    padding: 110px 0 0
}

#main-bottam {
    padding: 75px 0
}

#main-demos {
    color: #fff
}

#rev_slider_46_1_wrapper, .forcefullwidth_wrapper_tp_banner {
    height: 650px !important;
    top: 0 !important
}

.tp-mask-wrap {
    overflow: visible !important
}

#slide-151-layer-1 {
    overflow: visible;
    right: 200px;
    font-size: 45px !important;
    margin-bottom: 20px !important
}

#slide-152-layer-2 {
    margin-top: 70px !important;
    font-size: 20px !important
}

#slide-153-layer-3 {
    margin-top: 40px !important
}

.single_service .ico, .single_services .ico {
    margin: 0 auto;
    line-height: 130px;
    text-align: center
}

.tp-caption {
    bottom: 50px !important
}

#rotate-services-s {
    background: #fff
}

.single_service {
    padding: 70px 0 50px;
    color: #fff
}

.service_div h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: font-family: 'Open+Sans', sans-serif
}

.single_service i {
    position: relative;
    overflow: hidden
}

.single_service .ico {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 40px;
    color: #fff;
    background: linear-gradient(to top, #ff4200, #368cca) rgba(0, 0, 0, 0);
    width: 150px;
    height: 150px;
    border: 10px solid #fff;
    outline: #f1f1f1 solid 1px
}

.single_services .ico {
    font-size: 60px;
    color: #34495e;
    width: 120px;
    height: 120px;
    border: 2px solid #999;
    outline: #f1f1f1 solid 12px;
    padding: 27px
}

.stock, .stock:hover {
    border: 1px solid #eaeaea;
    padding: 15px;
    margin-left: 0
}

.stock:hover {
    background: #fff;
    transition: all .5s ease 0s
}

.single_service .ico:hover {
    color: #fff;
    background: #368cca;
    cursor: pointer;
    -webkit-transition: ease-out .5s;
    -moz-transition: ease-out .5s;
    -o-transition: ease-out .5s;
    transition: ease-out .5s
}

#services-box, .box {
    background: #fff
}

.single_service .ico i, .single_service .ico span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#design {
    padding: 110px 0
}

.uni-design {
    margin-top: 55px
}

.box {
    font-weight: 300;
    margin: 10px 0;
    min-height: 265px;
    padding: 20px;
    transition: all .5s ease 0s;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .07)
}

.box h4 {
    text-transform: capitalize;
    font-size: 20px;
    margin-top: 25px;
    font-weight: 600
}

.box i.fa, .box-i i.fa, .box-ii i.fa, .box-iii i.fa, .box-iv i.fa, .box-v i.fa, .box-vi i.fa {
    font-size: 30px;
    width: 100px;
    height: 100px;
    display: block;
    padding: 35px 0;
    margin: 0px auto;
    line-height: 8px;
    margin-top: 25px;
    color: #fff
}

.box i.fa, .box-i i.fa {
    border-radius: 50%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    border: 10px solid #f1f1f1
}

.box i.fa {
    background: #632fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2)
}

.box-i i.fa {
    background: #75af22
}

.box-ii i.fa, .box-iii i.fa {
    border-radius: 50%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    border: 10px solid #f1f1f1
}

.box-ii i.fa {
    background: #dfb30d
}

.box-iii i.fa {
    background: #ff4200
}

.box-iv i.fa, .box-v i.fa {
    border-radius: 50%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    border: 10px solid #f1f1f1
}

.box-iv i.fa {
    background: #a022af
}

.box-v i.fa {
    background: #df0663
}

.box-vi i.fa {
    border-radius: 50%;
    background: #34495e;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    border: 10px solid #f1f1f1
}

#about {
    background: #eee
}

.about-cor {
    padding: 30px 0;
    height: 600px
}

.about-text {
    height: 600px;
    padding: 25px
}

.about-i p {
    margin-top: 10px;
    margin-left: 105px;
    color: #fff
}

.end_user_space {
    padding: 100px 0 60px !important
}

.case-study-title h4 {
    position: relative;
    top: 634px;
    bottom: 0;
    font-size: 24px;
    display: inline-block;
    padding: 8px;
    margin: 0 22px;
    color: #368cca
}

.case-study-title div {
    position: relative;
    top: 634px;
    bottom: 0
}

.case-btn a {
    margin: 0 3px;
    padding: 20px;
    display: inline-block;
    font-size: 18px;
    width: 190px
}

.achivement-box span.count, .achivement-box-g span.count, .achivement-box-i span.count {
    display: block;
    font-family: 'Open Sans', sans-serif
}

.no-pad a {
    color: #368cca
}

.no-pad h4 {
    margin: 5px 21px 22px 18px
}

.no-pad h3 {
    margin: 0 16px 16px
}

.about-cor-b {
    background: url(../img/hero/statup.jpg) 0 0/cover fixed rgba(0, 0, 0, 0);
    height: 600px;
    margin: 0
}

.about-b {
    float: left;
    background: #368cca;
    color: #34495e;
    font-size: 24px;
    padding: 16px;
    border: 2px solid #f1f1f1;
    width: 65px;
    height: 65px;
    margin-right: 31px;
    margin-left: 15px;
    border-radius: 0 20px 0 0
}

.about-c, .about-d, .about-deg {
    font-size: 24px;
    width: 55px;
    float: left
}

.about-c, .about-d {
    height: 55px;
    margin-left: 15px
}

.about-b i.fa {
    color: #fff;
    font-size: 24px;
    margin-right: 35px;
    padding: 4px
}

.about-c {
    color: #fff;
    padding: 10px;
    border: 1px solid #368cca;
    margin-right: 31px
}

.about-c i.fa {
    color: #368cca;
    font-size: 24px;
    margin-right: 35px;
    padding: 4px
}

.about-d {
    color: #fff;
    margin-right: 31px
}

.about-ag-a {
    background: url(../img/about/about-ag-1.jpg) center center/cover;
    height: 600px;
    margin: 0
}

.about-ag-b {
    background: url(../img/about/about-ag-2.jpg) center center/cover;
    height: 600px;
    margin: 0
}

#about-i {
    background: #368cca
}

.about-bus p {
    margin-top: 25px;
    margin-bottom: 25px
}

.about-deg {
    color: #999;
    padding: 10px;
    border: 5px solid #fff;
    height: 55px;
    margin-right: 31px;
    transform: rotate(-45deg);
    margin-left: 15px;
    margin-top: 20px
}

.about-deg i.fa {
    color: #fff;
    font-size: 20px;
    margin-right: 35px;
    padding: 4px;
    transform: rotate(45deg)
}

.about-heading h3 {
    padding-left: 40px;
    font-size: 21px;
    font-weight: 600;
    margin-top: 30px;
    color: #fff
}

.about-img-bus-f, .about-img-bus-p, .about-img-bus-w, .about-ma-a {
    height: 600px;
    margin: 0
}

.about-text-bus {
    padding: 70px 0 0
}

.about-img-bus-w {
    background: url(../img/about/bus-bg.jpg) center center/cover no-repeat
}

.about-img-bus-p {
    background: url(../img/about/bus-bg-2.jpg) center center/cover no-repeat
}

.about-img-bus-f {
    background: url(../img/about/bus-bg-3.jpg) center center/cover no-repeat
}

#achivements-i, .about-start-up {
    background: #368cca
}

.about-ma-list {
    padding: 15px 0 0 15px;
    margin-top: 55px
}

#about-freelancer {
    color: #444;
    background: #fff;
    padding: 110px 0 0
}

.faq-title a {
    color: #368cca
}

p.align-faq {
    font-weight: 200;
    font-size: 14px;
    line-height: 28px;
    padding: 17px 0
}

#achivements, #achivements-i {
    padding: 110px 0;
    color: #aaa
}

.faq-title h5 {
    font-size: 20px
}

.achivement-box, .achivement-box:hover {
    margin: 20px 0;
    padding: 55px 0;
    text-align: center
}

.achivement-box {
    border: 1px solid #636363
}

.achivement-box:hover {
    border: 1px solid #368cca
}

.achivement-box-g i, .achivement-box-i i {
    background: 0 0;
    padding: 20px;
    border: 2px solid #fff
}

.achivement-box i.fa {
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px
}

.achivement-box .ico span {
    font-size: 70px;
    font-weight: 400;
    color: #B5B5B5;
    margin-bottom: 20px
}

.achivement-box h4 {
    font-size: 15px;
    text-transform: capitalize;
    color: #fff
}

.achivement-box span.count {
    font-size: 30px;
    color: #fff;
    font-weight: 600
}

.achivement-box-i {
    text-align: center;
    margin: 20px 0
}

.achivement-box-i i {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px
}

.achivement-box-i h4 {
    font-size: 15px;
    text-transform: capitalize;
    color: #fff
}

.achivement-box-i span.count {
    font-size: 38px;
    color: #fff;
    font-weight: 600
}

.achivement-box-g {
    text-align: center;
    margin: 20px 0
}

.achivement-box-g i {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px
}

.achivement-box-g h4 {
    font-size: 15px;
    text-transform: capitalize;
    color: #fff
}

.achivement-box-g span.count {
    font-size: 38px;
    color: #fff;
    font-weight: 600
}

.our-best-work {
    padding: 110px 0 90px;
    background: #f1f1f1
}

.our-best-work .col-md-3 {
    padding: 0
}

.single-work {
    overflow: hidden;
    position: relative
}

.single-work:hover a>img {
    transform: scale(1.2)
}

.single-work:hover .work-info {
    opacity: 1
}

.single-work>a>img {
    cursor: pointer;
    overflow: hidden;
    transform: scale(1);
    transition: all .3s ease 0s;
    margin-top: 65px
}

.work-info {
    bottom: 0;
    opacity: 0;
    padding: 0 0 0 10px;
    position: absolute;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, .8)
}

#Portfolio, #works-ii {
    padding: 110px 0 100px
}

.plan:hover, .startup .boxs.four, .startup .boxs.second, .startup .boxs.six {
    transition: all .6s ease 0s
}

.work-info>h5 {
    color: #fff;
    display: table;
    font-size: 13px
}

.work-link {
    align-content: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 17%;
    z-index: 6;
    background: #368cca
}

#apps-screen, #works-ii {
    background: #f1f1f1
}

#Portfolio, #Portfolio-p-f, #about-review-full-white.testimonial-sec, #price {
    background: #fff
}

.work-link:hover {
    color: #eaeaea
}

.work-link i {
    font-size: 22px
}

.caption h3, .reseller-sec h4 {
    font-size: 20px
}

#app-g-back {
    padding: 110px 0
}

#client {
    padding: 0;
    position: relative;
    background-size: contain;
    margin-bottom: 0;
    margin-top: 0
}

.testimonial-sec-1 p {
    margin-top: 25px
}

.caption h3 {
    font-family: 'Open+Sans', sans-serif;
    color: #333
}

.pricing-area ul li, .progress-wrap h3 {
    font-family: 'Open Sans', sans-serif
}

#Portfolio {
    text-align: center
}

#Portfolio-p-f {
    padding: 0;
    text-align: center
}

#best-work-p {
    padding: 0;
    margin: 0
}

#testimonials, #testimonials-w {
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    padding: 110px 0;
    font-size: 18px
}

#testimonial {
    padding: 0
}

#testimonial .item {
    display: block;
    width: 100%;
    height: auto
}

#testimonial .item p {
    font-weight: 500;
    margin: 10px 0;
    color: #000 !important
}

#Pricing {
    padding: 100px 0 110px;
    background: #f1f1f1
}

.pricing-area h1 {
    margin-bottom: 18px;
    margin-top: 10px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize
}

.plan, .plan:hover {
    margin-bottom: 55px;
    margin-top: 55px;
    position: relative
}

.black span {
    color: #12212f
}

.pricing-area h1 span {
    font-size: 26px;
    color: #fff
}

.pricing-areas h3, .pricing-areas span {
    color: #12212f;
    font-size: 16px;
    text-transform: capitalize
}

.mid-price, .pricing-area h3, .pricing-area span {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize
}

.plan {
    border: 1px solid #dfdfdf
}

.plan:hover {
    box-shadow: 0 0 22px 0 #333;
    z-index: 999
}

.pricing-area ul {
    background: #FAFAFA;
    padding: 0;
    margin: 0
}

.pricing-area ul li {
    list-style: none;
    padding: 22px 0;
    color: #616161
}

.pricing-area ul li:nth-child(even) {
    background: #f1f1f1
}

.pricing-area .heading-one, .pricing-area .heading-two, .pricing-area .price-one .plan-action, .pricing-area .price-two .plan-action {
    background: #12212f;
    padding: 30px 60px;
    font-size: 15px;
    margin-top: 15px
}

.pricing-area .heading-three, .pricing-area .price-three .plan-action {
    background: linear-gradient(to top, #ff4200, #368cca) rgba(0, 0, 0, 0);
    padding: 30px 60px;
    font-size: 15px;
    margin-top: 15px
}

.btn.btn-orange-2.dark {
    color: #fff;
    background-color: #368cca
}

.btn.btn-orange-2.dark:hover {
    color: #fff;
    background-color: #242424
}

.btn.btn-orange-3 {
    color: #fff;
    background-color: #ff971c
}

.btn.btn-orange-3:hover, .btn.btn-white {
    color: #242424;
    background-color: #fff
}

.btn.btn-white:hover {
    color: #fff;
    background-color: #242424
}

.price .price-table {
    padding: 0 30px;
    position: relative;
    max-width: 360px;
    background-color: #eee;
    color: #222;
    margin: 90px auto 80px
}

.price .header .underline {
    margin-bottom: 10px
}

.price .price-list {
    text-align: center
}

.price .price-list i {
    margin-right: 20px
}

.price .price-list h2 {
    margin-top: 100px;
    margin-bottom: 30px;
    display: inline-block
}

.price .price-list p {
    margin-bottom: 30px;
    text-align: left
}

.price .price-list ul {
    padding-left: 10px;
    padding-bottom: 50px;
    text-align: left
}

.price .price-list ul li {
    list-style: none;
    margin-bottom: 15px
}

.price .price-list ul li i {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    padding: 4px 0;
    font-size: 14px
}

.price .price-list ul li i.fa-check {
    margin-right: 20px;
    border: 1px solid #333;
    color: #333
}

.price .price-list ul li i.fa-times {
    margin-right: 20px;
    border: 1px solid #368cca;
    padding-right: 1px;
    color: #368cca
}

.price .price-list .buy-now, .price .price-list .rate {
    background: #333;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -75px
}

.price .price-list .rate {
    font-size: 40px;
    text-align: center;
    padding: 60px 0;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    top: -75px;
    font-weight: 700;
    border: 5px solid #f1f1f1
}

.price .price-list .buy-now {
    border: 1px solid transparent;
    padding: 10px 30px;
    border-radius: 0;
    font-size: 20px;
    margin-bottom: 30px;
    bottom: -55px
}

.progress, .progress-wrap {
    position: relative
}

.price .featured-price .buy-now, .price .featured-price .rate {
    background: linear-gradient(to top, #ff4200, #368cca) rgba(0, 0, 0, 0)
}

.faq-banner {
    background: url(../img/about/faq.jpg) center center/cover no-repeat;
    background-size: cover;
    object-fit: cover
}

.case-study-banner {
    background: url(../img/about/case-study-banner.jpg) center center/cover no-repeat;
    background-size: cover;
    object-fit: cover
}

.reseller-banner {
    background: url(../img/about/reseller.jpg) center center/cover no-repeat;
    background-size: cover;
    object-fit: cover
}

#faq, #skill, #skill-i {
    background: #fff
}

.reseller-content p.align {
    margin: 0;
    padding: 6px
}

.reseller-sec a {
    color: #368cca
}

.reseller-sec ul {
    margin: 22px 0
}

.accordion h2, .feature-box {
    margin-bottom: 45px
}

.skill h2, .skill-i h2 {
    font-size: 40px;
    text-align: left;
    margin-bottom: 45px
}

.reseller-sec li {
    list-style-type: circle
}

.reseller-banner .text-con-inner {
    color: #fff;
    padding: 110px 0 90px
}

.reseller-banner .top-heading-inner {
    font-weight: 100
}

#skill {
    padding: 90px 0 0
}

#skill-i {
    padding: 110px 0
}

.progress-wrap h3 {
    font-size: 18px;
    padding-bottom: 45px;
    color: #414141;
    font-weight: 200
}

.feature-box h4, .small-h {
    font-family: 'Open+Sans', sans-serif
}

.progress .color1, .progress .color1 .bar-width, .progress .color2, .progress .color2 .bar-width, .progress .color3, .progress .color3 .bar-width, .progress .color4, .progress .color4 .bar-width {
    background: #333
}

.progress, .progress-bar {
    height: 2px;
    line-height: 15px;
    background: #e6e6e6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    text-align: right
}

#support-i, footer {
    overflow-x: hidden
}

#back-to-top, .feature-center {
    text-align: center
}

.progress .bar-width {
    position: absolute;
    width: 70px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    top: -30px;
    border-radius: 10px;
    margin-left: -70px
}

.progress span {
    position: relative
}

.progress span:before {
    content: " ";
    position: absolute;
    width: auto;
    height: auto;
    border-width: 8px 5px;
    border-style: solid;
    bottom: -16px;
    right: 8px
}

#main-slider .carousel-indicators li:after, .single-testi-des::before, .superb-services .mask-top h4:before, .timeline:before {
    content: ""
}

.progress .color1 span:before, .progress .color2 span:before, .progress .color3 span:before, .progress .color4 span:before {
    border-color: #368cca transparent transparent
}

.accordion h2 {
    font-size: 40px
}

.panel-default {
    border-color: transparent
}

.panel, .panel-default>.panel-heading {
    background-color: #e6e6e6;
    border: 0;
    box-shadow: none;
    position: relative
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    background: #fff;
    color: #858586
}

.panel-title {
    font-size: 16px;
    color: #333;
    padding-bottom: 5px
}

.panel-group .panel+.panel {
    margin-top: 0;
    border-top: 1px solid #d9d9d9
}

.panel-group .panel {
    border-radius: 0
}

.panel-title>a {
    color: #333
}

.accordion-inner img {
    border-radius: 4px
}

.accordion-inner h4 {
    margin-top: 0;
    color: #fff
}

.panel-heading.active {
    background: #333
}

.panel-heading.active .panel-title>a {
    color: #fff
}

a.accordion-toggle i {
    margin-top: -10px;
    margin-right: -15px
}

.panel-heading.active a.accordion-toggle i {
    background: linear-gradient(to top, #368cca, #368cca) rgba(0, 0, 0, 0);
    color: #fff
}

.panel-heading.active a.accordion-toggle.collapsed i {
    color: #34495e
}

#skills {
    background-attachment: fixed
}

#back-to-top {
    transition: all 1s ease 0s;
    -webkit-transition: all .3s ease 0s;
    position: fixed;
    bottom: 90px;
    right: 25px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    line-height: 50px;
    background: #368cca;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    opacity: 0;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5)
}

#back-to-top:hover {
    background: #368cca;
    border-color: #fff
}

#back-to-top.show {
    opacity: 1
}

.sticky_icon {
    background-color: #fff;
    padding: 13px;
    border-radius: 50px;
    width: 50px
}

.no-js #loader {
    display: none
}

.js #loader {
    display: block;
    position: absolute;
    left: 70px;
    top: 0
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/loading.gif) center no-repeat #fff
}

.feature-box h4 {
    color: #333
}

.testimonial-area {
    background: #368cca
}

.testimonial-list {
    margin-top: 30px
}

.single-testi-des {
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(222, 222, 222, .32);
    margin-bottom: 30px;
    padding: 30px;
    position: relative
}

.single-testi-des::before {
    background: #fff;
    bottom: -12px;
    height: 30px;
    left: 0;
    margin-left: 12px;
    margin-top: 0;
    position: absolute;
    transform: rotate(45deg);
    width: 30px
}

.single-testimonial img {
    border-radius: 50%
}

.single-testimonial {
    margin-right: 30px
}

.single-testimonial h6 {
    font-size: 12px;
    letter-spacing: 3px;
    margin-top: 0;
    text-transform: capitalize
}

.single-testimonial p {
    font-style: italic;
    margin-bottom: 20px
}

.owl-theme .owl-controls {
    margin-top: 30px
}

.owl-theme .owl-controls .owl-page span {
    background: #6534ff;
    border: 1px solid #6534ff;
    display: block;
    height: 4px;
    margin: 5px 7px;
    opacity: .5;
    width: 30px
}

#awesome-features, #awesome-features-freelancer {
    background: #fff
}

#awesome-features-y {
    background: #f1f1f1
}

.feature-icon-left-more-y .feature-icon-y i.fa {
    float: left;
    font-size: 30px;
    color: #fff;
    margin: 70px 20px 0 30px;
    height: 75px;
    width: 75px;
    padding: 17px 0 0;
    border: 5px solid #f1f1f1;
    background: linear-gradient(to top, #ff4200, #368cca) rgba(0, 0, 0, 0)
}

.feature-icon-left-more-y .feature-content-y {
    padding-left: 90px;
    padding-bottom: 55px;
    padding-top: 55px;
    border: 1px solid #dfdfdf;
    background: #fff
}

.feature-icon-left-more-y:hover .feature-content-y {
    padding-left: 90px;
    padding-bottom: 55px;
    padding-top: 55px;
    border: 1px solid #dfdfdf;
    background: #eee;
    transition: all .5s ease 0s
}

.feature-box {
    margin: 5px 0 0
}

.feature-test-light {
    line-height: 28px;
    color: #333;
    margin-top: 15px;
    font-size: 14px
}

.feature-test {
    line-height: 28px;
    color: #616161;
    margin-top: 15px;
    font-size: 15px;
    text-align: justify
}

.feature-icon-center-more .feature-icon i.fa {
    float: left;
    font-size: 28px;
    color: #368cca;
    margin: 30px 0 0;
    height: 55px;
    width: 55px;
    padding: 14px 0 0;
    border-radius: 10%;
    border: 1px solid #368cca
}

.feature-icon-center-more .feature-content {
    padding-left: 80px;
    padding-bottom: 15px;
    padding-top: 20px;
    text-align: left
}

.feature-icon-center-freelancer .feature-icon i.fa {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0);
    border-color: #368cca #368cca #092b3c;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    color: #12212f;
    float: left;
    font-size: 30px;
    height: 65px;
    margin: 53px 0 0 10px;
    padding: 14px 0 0;
    width: 65px
}

.feature-icon-center-freelancer .feature-content {
    padding-left: 96px;
    padding-bottom: 35px;
    padding-top: 40px;
    text-align: left
}

.feature-icon-left-more .feature-icon i.fa, .feature-icon-left-more .feature-icon:hover i.fa {
    float: right;
    font-size: 30px;
    color: #fff;
    margin: 65px 0 0;
    height: 70px;
    width: 70px;
    padding: 22px 0 0;
    background: #368cca;
    border-radius: 30% 0 0;
    border: 0 solid #f1f1f1
}

.feature-icon-left-more .feature-content {
    padding-right: 90px;
    padding-bottom: 10px;
    padding-top: 30px;
    text-align: right
}

.feature-icon-left-more-app .feature-icon i.fa {
    float: right;
    font-size: 30px;
    color: #fff;
    margin: 50px 0 0;
    height: 65px;
    width: 65px;
    padding: 20px 0 0;
    border: 1px solid #fff
}

.feature-icon-left-more-app .feature-content {
    padding-right: 90px;
    padding-bottom: 20px;
    padding-top: 35px;
    text-align: right
}

.feature-icon-right-more .feature-icon i.fa {
    float: left;
    font-size: 30px;
    color: #fff;
    margin: 65px 0 0;
    height: 70px;
    width: 70px;
    padding: 22px 0 0;
    background: #368cca;
    border-radius: 0 30% 0 0;
    border: 0 solid #f1f1f1
}

.feature-icon-right-more .feature-icon:hover i.fa {
    float: left;
    font-size: 30px;
    color: #fff;
    margin: 65px 0 0;
    height: 70px;
    width: 70px;
    padding: 22px 0 0;
    background: linear-gradient(to left, #368cca, #368cca) rgba(0, 0, 0, 0);
    border-radius: 0 30% 0 0;
    border: 0 solid #f1f1f1;
    transition: all .5s ease 0s
}

.feature-icon-right-more .feature-content {
    padding-left: 90px;
    padding-bottom: 10px;
    padding-top: 30px;
    text-align: left
}

.feature-icon-left-more .feature-test {
    line-height: 28px;
    color: #616161;
    margin-top: 15px;
    font-size: 15px;
    text-align: right
}

.feature-icon-right-more-app .feature-icon i.fa {
    float: left;
    font-size: 25px;
    color: #fff;
    margin: 50px 0 0;
    height: 55px;
    width: 55px;
    padding: 14px 0 0;
    border-radius: 10%;
    border: 1px solid #fff
}

.feature-icon-right-more-app .feature-content {
    padding-left: 90px;
    padding-bottom: 20px;
    padding-top: 35px;
    text-align: left
}

.feature-center .service-icon {
    margin-bottom: 14px
}

.feature-center .service-content h4 {
    margin-bottom: 6px;
    font-weight: 500
}

.feature-center .service-icon i {
    display: inline-block
}

.feature-box h4 {
    margin-bottom: 9px;
    font-weight: 400;
    font-size: 22px
}

.feature-box>div:first-child {
    padding: 0
}

.feature-boxed {
    margin-top: 30px;
    padding: 0 15px 20px !important;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.feature-boxed:hover {
    border-color: #e2e2e2;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1)
}

.startup .boxs.first:hover, .startup .boxs.second:hover, .startup .boxs.third:hover {
    box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2) !important;
    background: rgba(255, 255, 255, .5)
}

.feature-boxed p {
    margin-bottom: 0
}

.mask-bottom {
    color: #368cca
}

#superb-servicess {
    padding: 90px 0 100px
}

.superb-services .section-title hr {
    border-color: #151515
}

.superb-services i {
    font-size: 35px;
    line-height: 40px;
    color: #333;
    width: 70px;
    height: 70px;
    padding: 15px;
    border: 1px solid #eee;
    border-color: #368cca #368cca #092b3c
}

.superb-services h4 {
    font-size: 20px;
    margin-top: 25px;
    position: relative
}

.superb-services .mask-top {
    background-color: #fff;
    padding: 65px;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.superb-services .mask-bottom, .superb-services .s-feature-box:hover .mask-top {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s
}

.superb-services .mask-top h4:before {
    top: -18px;
    display: block;
    height: 2px;
    left: 0;
    right: 0;
    margin: -2px auto;
    position: absolute;
    width: 40px
}

.superb-services .s-feature-box:hover .mask-top {
    top: -200px;
    transition: all .3s ease-out 0s
}

.superb-services .s-feature-box {
    overflow: hidden;
    position: relative;
    min-height: 280px;
    border: 1px solid #368cca;
    ;
    margin-bottom: 30px;
    cursor: pointer;
    background: #e4e4e4
}

.superb-services .mask-bottom {
    color: #333;
    padding: 20px 15px;
    width: 100%;
    position: absolute;
    bottom: -300px;
    height: 100%;
    transition: all .3s ease-out 0s
}

.superb-services .mask-bottom p {
    padding: 0 5px
}

.superb-services .mask-bottom h4 {
    margin: 15px 0 17px
}

#tab h3, .nav-stacked>li+li, .tab-content h2, .tab-wrap, .testimonial h2 {
    margin-top: 0
}

.superb-services .s-feature-box:hover .mask-bottom {
    bottom: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.superb-services .mask-bottom i {
    background: #368cca;
    border: 5px solid #dedede;
    border-radius: 50%;
    color: #fff;
    font-size: 31px;
    height: 80px;
    line-height: 52px;
    padding: 10px;
    width: 80px
}

.skill {
    padding: 75px 0 0
}

#tab {
    padding: 110px 0
}

nav-tabs>li {
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6
}

.nav-tabs {
    border-bottom: transparent !important
}

.nav-tabs>li>a {
    color: #616161;
    border-radius: 0;
    line-height: 28px;
    margin-right: 0;
    padding: 30px;
    font-size: 16px;
    border: 0
}

.media {
    background: #fff
}

.nav-tabs li:last-child {
    border-bottom: 0 none
}

.nav-tabs>li>a:hover {
    background: #368cca;
    color: #fff;
    transition: all .3s ease 0s
}

.media-body, .media-left, .media-right {
    padding: 6px
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 0;
    color: #fff;
    background: #368cca;
    position: relative
}

.nav-tabs>li.active>a:after {
    position: absolute;
    top: 8px
}

.tab-wrap {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px
}

.tab-content {
    margin-left: -3px
}

#tab h3 {
    display: block;
    padding: 24px 8px !important;
    margin-bottom: 0;
    border-bottom: 1px solid #efeeee
}

.home-common {
    padding-top: 70px
}

.parrent {
    padding: 0
}

.tab-content img {
    border-radius: 4px
}

.testimonial-inner {
    color: #858586;
    font-size: 14px
}

.testimonial-inner .pull-left {
    border-right: 1px solid #e7e7e7;
    padding-right: 15px;
    position: relative
}

#main-slider {
    position: relative
}

.no-margin {
    margin: 0;
    padding: 0
}

#main-slider .carousel .carousel-content {
    margin-top: 150px
}

#main-slider .carousel .slide-margin {
    margin-top: 140px
}

#main-slider .carousel h2 {
    color: #fff;
    font-size: 25px;
    margin: 25px 0
}

#main-slider .carousel .btn-slide {
    padding: 8px 20px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block
}

#main-slider .carousel .slider-img {
    text-align: right;
    position: absolute
}

#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 910px;
    -webkit-transition: opacity ease-in-out .5s;
    -moz-transition: opacity ease-in-out .5s;
    -o-transition: opacity ease-in-out .5s;
    transition: opacity ease-in-out .5s
}

#main-slider .carousel .item:first-child {
    top: auto;
    position: relative
}

#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out .5s;
    -moz-transition: opacity ease-in-out .5s;
    -o-transition: opacity ease-in-out .5s;
    transition: opacity ease-in-out .5s;
    z-index: 1
}

#main-slider .next, #main-slider .prev {
    position: absolute;
    top: 50%;
    background-color: #c52d2f;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 5
}

#main-slider .next:hover, #main-slider .prev:hover {
    background-color: #fff
}

#main-slider .prev {
    left: 10px
}

#main-slider .next {
    right: 10px
}

#main-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin: 0 15px 0 0;
    position: relative
}

#main-slider .carousel-indicators li:after {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #FFF;
    left: -3px;
    top: -3px
}

#main-slider .carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #c52d2f;
    margin: 0 15px 0 0;
    border: 1px solid #c52d2f;
    position: relative
}

#main-slider .carousel-indicators .active:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #c52d2f;
    border: 1px solid #c52d2f;
    left: -3px;
    top: -3px
}

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp .3s linear .3s both;
    -moz-animation: fadeInUp .3s linear .3s both;
    -o-animation: fadeInUp .3s linear .3s both;
    -ms-animation: fadeInUp .3s linear .3s both;
    animation: fadeInUp .3s linear .3s both
}

#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp .3s linear .6s both;
    -moz-animation: fadeInUp .3s linear .6s both;
    -o-animation: fadeInUp .3s linear .6s both;
    -ms-animation: fadeInUp .3s linear .6s both;
    animation: fadeInUp .3s linear .6s both
}

#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp .3s linear .9s both;
    -moz-animation: fadeInUp .3s linear .9s both;
    -o-animation: fadeInUp .3s linear .9s both;
    -ms-animation: fadeInUp .3s linear .9s both;
    animation: fadeInUp .3s linear .9s both
}

.forcefullwidth_wrapper_tp_banner {
    overflow: hidden
}

#blog {
    background: #f1f1f1
}

#resume {
    padding: 110px 0;
    background: #f8f8f8
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -521px;
    background-color: #eee
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px
}

.timeline>li:after, .timeline>li:before {
    content: " ";
    display: table
}

.startup .boxs, .startup .boxs a {
    display: inline-block
}

.timeline>li:after {
    clear: both
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 70px;
    text-align: left
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
    border-radius: 0 30% 0 0
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 70px;
    height: 70px;
    margin-left: 0;
    border-radius: 0 30% 0 0;
    text-align: center;
    background: #368cca;
    border: 18px solid #368cca
}

.timeline>li .timeline-image h4 {
    margin-top: 20px;
    font-size: 14px;
    text-transform: capitalize
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 70px;
    text-align: left
}

.f-b, .freelancing-icon, header {
    text-align: center
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}

.startup .boxs.first, .startup .boxs.second {
    border-right: 1px solid #ccc
}

.timeline>li:last-child {
    margin-bottom: 40px
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 28px
}

.timeline .timeline-heading h2 {
    margin-top: 30px
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
    font-weight: 600
}

.timeline .timeline-body>p, .timeline .timeline-body>ul {
    margin-bottom: 0
}

.btn-small.btn-click {
    padding: 15px 20px
}

.startup {
    background: fixed #f1f1f1
}

.startup .boxs h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 35px
}

.startup .boxs {
    min-height: 360px !important;
    padding: 0 20px;
    font-weight: 500
}

.startup .boxs.first, .startup .boxs.second, .startup .boxs.third {
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 90px 30px;
    margin: 55px 0 0
}

.startup .boxs.second {
    z-index: 1
}

.startup .boxs.five, .startup .boxs.four, .startup .boxs.six {
    border-right: 1px solid #ccc;
    background: #fff;
    padding: 90px 30px;
    margin: 0 0 55px
}

.startup .boxs.four, .startup .boxs.six {
    z-index: 1
}

.email, .money, .phone {
    padding: 50px 0
}

.startup .boxs.first:hover {
    z-index: 1;
    transition: all .6s ease 0s !important
}

.startup .boxs.second:hover, .startup .boxs.third:hover {
    z-index: 1;
    transition: all .6s ease 0s
}

.startup .boxs.five:hover, .startup .boxs.four:hover, .startup .boxs.six:hover {
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 0 22px 0 #999;
    z-index: 1;
    transition: all .6s ease 0s
}

#support {
    background: #fff;
    margin-top: -110px
}

.freelancing-icon {
    margin: 0 auto;
    font-size: 70px;
    color: #fff;
    line-height: 100px
}

.email h2, .email-i h2, .money-i h2, .phone-i h2 {
    line-height: 35px
}

.email {
    background: #eb0031;
    box-shadow: 0 1px 0 0 #34495e
}

.email:hover, .phone:hover {
    background: #368cca;
    box-shadow: 0 0 22px 0 #333;
    transition: all .6s ease 0s
}

.email:hover {
    z-index: +999
}

.email h2 {
    color: #fff;
    font-size: 22px;
    margin-top: 15px
}

.email h3 {
    color: #fff;
    font-size: 30px;
    margin-top: 0
}

.money h2, .phone h2 {
    margin-top: 15px;
    line-height: 35px;
    color: #fff
}

.email i.fa {
    font-size: 55px;
    color: #fff
}

.phone {
    background: #368cca
}

.phone:hover {
    z-index: 1
}

.phone h2 {
    font-size: 22px
}

.phone i.fa {
    font-size: 55px;
    color: #fff
}

.money {
    background: #eb0031;
    box-shadow: 0 1px 0 0 #34495e
}

.money:hover {
    background: #368cca;
    box-shadow: 0 0 22px 0 #333;
    z-index: +999;
    transition: all .6s ease 0s
}

.money h2 {
    font-size: 22px
}

.money h3 {
    color: #fff;
    font-size: 30px;
    margin-top: 0
}

.money i.fa {
    font-size: 55px;
    color: #fff
}

.services-m .boxs.sec-1 {
    margin-top: 20px !important
}

#support-i .why-feature {
    margin-left: 110px
}

.text_white {
    color: #fff
}

.email-i h2 {
    color: #fff;
    font-size: 30px;
    margin-top: 10px;
    font-weight: 600
}

#support-i .section-title h2, #support-i .section-title.center h2 {
    color: #fff
}

#support-i .section-title.center hr {
    background: #fff;
    margin-bottom: 90px;
    display: inline-block
}

.email-i h3 {
    color: #000;
    font-size: 20px;
    margin-top: 0
}

.email-i-top, .phone-i h2 {
    font-size: 30px
}

.email-i i.fa {
    color: #ff8383
}

.email-i strong {
    color: #f7f7f7
}

.padding-zero {
    padding: 0 !important
}

.phone-i h2 {
    color: #000;
    margin-top: 0;
    font-weight: 600
}

.phone h3 {
    color: #12212f;
    font-size: 20px;
    margin-top: 0
}

.phone-i.one.text-center, .phone-i.three.text-center, .phone-i.two.text-center {
    padding: 38px 0 50px;
    background: #f7f7f7;
    height: 200px;
    width: 200px;
    margin: 2px 13px
}

.phone-i i.fa {
    font-size: 55px;
    color: #000
}

.phone-i.one.text-center {
    border: 5px solid #c72c28;
    border-radius: 50%
}

.phone-i.two.text-center {
    border: 5px solid #02a7eb;
    border-radius: 50%
}

.phone-i.three.text-center {
    border: 5px solid #70a900;
    border-radius: 50%
}

.iphone, .playstore, .windows {
    padding: 75px 0
}

.money-i h2, .money-i h3 {
    margin-top: 0;
    color: #000
}

.money-i h2 {
    font-size: 30px;
    font-weight: 600
}

.money-i h3 {
    font-size: 20px
}

.money-i i.fa {
    font-size: 55px;
    color: #000
}

.small-h {
    font-size: 13px;
    color: #fff;
    line-height: 27px;
    font-weight: 300;
    letter-spacing: 1
}

.iphone h2, .playstore h2, .windows h2 {
    line-height: 35px;
    color: #fff
}

#contact h3, #contact-inner h3 {
    font-weight: 200;
    text-transform: capitalize
}

#app-store {
    background: #fff
}

.iphone h2 {
    font-size: 22px;
    margin-top: 15px
}

.iphone h3 {
    color: #fff;
    font-size: 25px;
    margin-top: 0
}

.iphone i.fa {
    font-size: 105px;
    color: #fff
}

.playstore {
    transition: all .6s ease 0s;
    z-index: 999;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff
}

.playstore h2 {
    font-size: 22px;
    margin-top: 15px
}

.playstore h3 {
    color: #fff;
    font-size: 25px;
    margin-top: 0
}

.playstore i.fa {
    font-size: 105px;
    color: #fff
}

.windows h2 {
    font-size: 22px;
    margin-top: 15px
}

.windows h3 {
    color: #fff;
    font-size: 25px;
    margin-top: 0
}

.windows i.fa {
    font-size: 105px;
    color: #fff
}

#contact {
    padding: 110px 0;
    background: url(../img/footer-bg.jpg) center center/cover no-repeat
}

#contact-inner {
    background: #f1f1f1
}

#contact-inner h3 {
    font-size: 30px
}

#contact-inner i.fa {
    font-size: 20px;
    padding: 30px 10px;
    color: #368cca
}

.socialicon {
    margin-left: 100px
}

#contac-innert .contact-inner:hover>i.fa {
    color: #12212f;
    transition: all .3s ease 0s
}

#contact h3 {
    font-size: 30px;
    margin-top: 40px
}

#contact-b i.fa {
    font-size: 30px;
    width: 70px;
    height: 70px;
    padding: 35px 0;
    margin: 20px 0 30px;
    color: #f8001d;
    background: 0 0;
    border: 1px solid #f8001d
}

#contac-send i.fa, #contact i.fa {
    font-size: 35px;
    width: 90px;
    height: 90px;
    padding: 25px 0;
    margin: 30px 0;
    color: #368cca;
    background: #fff;
    border: 3px solid #f1f1f1;
    border-radius: 0 30% 0 0
}

#contact .contact:hover>i.fa {
    color: ##12212f;
    background: 0 0;
    transition: all .3s ease 0s
}

#contact form {
    padding: 30px 0
}

#contact .fa {
    color: #F4D03F;
    margin-bottom: 10px
}

#contact p {
    font-size: 16px
}

#contact .text-danger {
    color: #fff;
    text-align: center;
    font-size: 16px
}

.alert-danger {
    background: #fff;
    color: #F90;
    border: 1px solid #f8001d
}

label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left
}

#skills .skill h4, .f-b, .sidebar-page .group-title h2 {
    font-family: 'Open+Sans', sans-serif
}

#contact .form-control {
    display: block;
    width: 100%;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 22px;
    background-color: transparent;
    background-image: none;
    color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: none;
    border: 1px solid #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-top: 25px
}

#contact .form-control:focus {
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
    border: 1px solid #fff
}

.form-control::-moz-placeholder {
    color: #fff
}

nav#footer {
    background: #080808;
    color: #999;
    padding: 65px 0;
    font-size: 16px;
    line-height: 28px;
    border: 1px solid #202020
}

nav#footer .fnav {
    margin-top: 25px;
    margin-bottom: 50px
}

.bottam-brand {
    font-size: 40px;
    margin-bottom: 35px
}

ul.footer-social li {
    display: inline-block;
    margin-right: 10px
}

nav#footer p {
    font-size: 15px;
    margin-top: 30px;
    padding: 20px 0 30px;
    color: #999;
    font-weight: 200;
    border-top: 1px solid #494949
}

#footer i.fa, #footer-love i.fa {
    color: #fff;
    background: #f8001d;
    transition: all .5s
}

#footer-love i.fa {
    font-size: 20px;
    padding: 18px 5px;
    width: 60px;
    height: 60px;
    border: 1px solid #f8001d;
    border-radius: 50%
}

#footer i.fa {
    height: 45px;
    width: 45px;
    font-size: 16px;
    padding: 15px 5px;
    border-radius: 0 30% 0 0
}

.heart i.fa {
    font-size: 18px;
    color: #f8001d;
    transition: all .5s;
    border-radius: 10%
}

.footer-bottom {
    background: #161616;
    padding: 11px 0
}

.f-b {
    color: #999;
    padding: 10px;
    font-size: 14px;
    text-transform: capitalize
}

footer .bottom_footer p a, footer .latest_tweets .single_tweet a {
    font-family: 'Open Sans', sans-serif
}

#footer i.fa:hover {
    color: #12212f;
    background: #f8001d
}

header .intro-text {
    padding-top: 140px;
    padding-bottom: 90px;
    text-align: left
}

header .intro-text .intro-lead-in {
    font-style: italic;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 25px
}

header .intro-text .intro-heading {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px
}

.sidebar-page .sidebar {
    position: relative;
    padding: 0
}

.sidebar .widget {
    position: relative;
    margin-bottom: 50px
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0
}

.sidebar .search-box .form-group input[type=search], .sidebar .search-box .form-group input[type=text] {
    position: relative;
    line-height: 24px;
    padding: 8px 50px 8px 20px;
    border: 1px solid #d0d0d0;
    background: #fff;
    color: #3a3a3a;
    display: block;
    width: 100%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.sidebar .search-box .form-group input:focus {
    border-color: #0075af
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    width: 50px;
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
    background: #252525;
    border: none
}

.sidebar .search-box .form-group button:hover, .sidebar .search-box .form-group input:focus+button {
    color: #fff;
    background: #368cca
}

.sidebar .sidebar-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px
}

.sidebar .sidebar-title h3 {
    font-size: 20px;
    color: #1a1a1a;
    text-transform: capitalize;
    font-weight: 500
}

.sidebar .sidebar-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #368cca
}

.sidebar .recent-posts .post {
    position: relative;
    font-size: 13px;
    margin-bottom: 20px;
    color: #ccc;
    padding-left: 90px
}

.sidebar .recent-posts .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px
}

.sidebar .recent-posts .post .post-thumb img {
    display: block;
    width: 100%
}

.sidebar .recent-posts .post h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    line-height: 1.4em;
    color: #292929
}

.sidebar .recent-posts .post a, .sidebar .recent-posts .post a:hover {
    color: #0075af
}

.sidebar .recent-posts .post h4 a {
    color: #292929
}

.sidebar .recent-posts .post-info {
    color: #ccc;
    text-transform: capitalize
}

.sidebar .recent-posts .post-info .icon {
    padding-right: 5px
}

.sidebar-page .contact-info {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px
}

.sidebar-page .contact-info .text {
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
    color: #7f7f7f
}

.sidebar-page .contact-info li {
    position: relative;
    margin-bottom: 5px;
    line-height: 1.8em;
    color: #7f7f7f
}

.sidebar-page .contact-info li strong {
    position: relative;
    padding-right: 10px;
    font-weight: 600;
    color: #292929
}

.sidebar-page .contact-info a {
    color: #0075af;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in
}

.sidebar-page .contact-info a:hover {
    color: #3d3d3d
}

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 5px 30px;
    margin: 0 5px 12px 0;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    color: #1a1a1a;
    text-align: center;
    font-size: 13px;
    border-radius: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.sidebar .popular-tags a:hover {
    background-color: #368cca;
    border-color: #368cca;
    color: #fff
}

.sidebar .list {
    position: relative
}

.sidebar .list li {
    position: relative;
    margin-bottom: 7px;
    line-height: 32px
}

.sidebar .list li .count {
    position: relative
}

.sidebar .list li a {
    position: relative;
    display: block;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 400
}

.sidebar .list li a:hover {
    color: #368cca
}

#blog {
    padding: 88px 0 150px
}

.blog-div-area {
    padding: 60px 0 65px;
    overflow: hidden
}

.blog-div-area .blog-content-div {
    padding: 42px 0 0
}

.blog-div-area .blog-content-div .single-blog .feature-images {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border: 5px solid #fff;
    margin-top: 45px
}

.blog-div-area .blog-content-div .single-blog .feature-images a {
    transition: all .3s ease 0s
}

.feature-img {
    margin-top: 55px
}

.blog-div-area .blog-content-div .single-blog .feature-images a img {
    width: 100%
}

.blog-div-area .blog-content-div .single-blog .feature-images a img:hover {
    opacity: .9
}

.blog-div-area .blog-content-div .single-blog .blog-content h3 {
    margin: 20px 0 35px;
    font-size: 18px;
    position: relative
}

.blog-div-area .blog-content-div .single-blog .blog-content h3:after {
    background: #52c8ed4d;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 40px;
    width: 50px
}

.blog-div-area .blog-content-div .single-blog .blog-content h3 a {
    display: block;
    text-decoration: none;
    color: #333;
    transition: all .3s ease 0s;
    font-weight: 600
}

.blog-div-area .blog-content-div .single-blog .blog-content h3 a:hover {
    color: #333
}

.blog-div-area .blog-content-div .single-blog .blog-content ul li {
    display: inline-block;
    transition: all .6s ease 0s;
    font-size: 13px;
    font-weight: 400
}

.blog-div-area .blog-content-div .single-blog .blog-content ul li a {
    display: block;
    text-decoration: none;
    color: #368cca
}

.blog-div-area .blog-content-div .single-blog .blog-content ul li a:hover {
    color: #333
}

.blog-div-area .blog-content-div .single-blog .blog-content ul li.comments {
    float: right
}

.blog-div-area .blog-content-div .single-blog .blog-content ul li.comments a {
    color: #34495e000
}

.blog-div-area .blog-content-div .single-blog .blog-content p {
    margin: 20px 0
}

.blog-div-area .blog-content-div .single-blog .blog-content .read-more {
    display: block;
    margin: 20px 0 50px
}

.blog-div-area .blog-content-div .single-blog .blog-content .read-more a {
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    color: #4caf50;
    transition: all .3s ease 0s;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #4caf50;
    padding: 10px 20px
}

.blog-div-area .blog-content-div .single-blog .blog-content .read-more a:hover {
    background: #4caf50;
    color: #fff
}

.btn-small-blue {
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 25px;
    padding: 10px 22px;
    transition: all .5s ease 0s;
    background: #368cca
}

.btn-small-blue:hover {
    background: #333;
    color: #fff;
    text-decoration: none
}

.styled-pagination {
    position: relative
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 100px 5px 150px 0
}

.styled-pagination li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 6px 5px;
    font-size: 16px;
    text-transform: capitalize;
    min-width: 40px;
    border: 2px solid rgba(0, 0, 0, .1);
    background: #fff;
    color: #1a1a1a;
    text-align: center;
    border-radius: 3px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

#intro-bg-app, #intro-bg-beauty, #intro-bg-car, #intro-bg-courier, #intro-bg-plumber, #intro-bg-twitter {
    display: inline-block;
    width: 100%
}

.styled-pagination li a.next, .styled-pagination li a.prev {
    padding: 6px 25px
}

.styled-pagination li a.active, .styled-pagination li a:hover {
    color: #fff;
    background: #3a3a3a;
    border-color: #3a3a3a
}

.footer_form .input[type=tel], .footer_form input[type=text], .footer_form textarea {
    background: 0 0 !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0;
    color: #fff;
    font-style: normal
}

.footer_form input[type=tel]:focus, .footer_form input[type=text]:focus, .footer_form textarea:focus {
    border-bottom: 1px solid #368cca !important;
    transition: .5s all cubic-bezier(.26, .35, .5, .55) !important;
    font-style: normal
}

.footer_form textarea {
    border-radius: 0 !important;
    font-style: normal
}

.footer_form .intl-tel-input.allow-dropdown input[type=tel], .footer_form .intl-tel-input.allow-dropdown input[type=text], .footer_form .intl-tel-input.separate-dial-code input, .footer_form .intl-tel-input.separate-dial-code input[type=tel], .footer_form .intl-tel-input.separate-dial-code input[type=text] {
    background: 0 0 !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    font-style: normal;
    border-radius: 0 !important;
    color: #fff
}

.footer_form .intl-tel-input.allow-dropdown input[type=tel]:focus, .footer_form .intl-tel-input.allow-dropdown input[type=text], .footer_form .intl-tel-input.separate-dial-code input, .footer_form .intl-tel-input.separate-dial-code input[type=tel], .footer_form .intl-tel-input.separate-dial-code input[type=text] {
    border-bottom: 1px solid #368cca !important;
    transition: .5s all cubic-bezier(.26, .35, .5, .55) !important;
    font-style: normal
}

.footer_form .txt2[type=submit] {
    margin-top: 20px
}

.footer_form .txt2[type=submit]:hover {
    opacity: .8
}

.error {
    color: red
}

#intro-bg-beauty {
    background: url(../img/product-banner/beauty-bg.png) center center no-repeat;
    background-size: cover
}

#intro-bg-app {
    background: url(../img/product-banner/tinder-bg.png) center center no-repeat;
    background-size: cover
}

#intro-bg-plumber {
    background: url(../img/product-banner/plumber-bg.png) center center no-repeat;
    background-size: cover
}

#intro-bg-car {
    background: url(../img/product-banner/car-rental-bg.png) center center no-repeat;
    background-size: cover
}

#intro-bg-9gag {
    background: url(../img/product-banner/9gag-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 520px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:520px) {
    #intro-bg-app {
        height: 320px
    }

    #intro-bg-9gag {
        height: 380px
    }
}

#intro-bg-courier {
    background: url(../img/product-banner/courier-bg.png) center center no-repeat;
    background-size: cover;
    padding-top: 55px
}

#intro-bg-twitter {
    background: url(../img/product-banner/twitter-bg.png) center center no-repeat;
    background-size: cover
}

#intro-bg-mechanics {
    top: 0;
    left: 0;
    text-align: center;
    margin: 0;
    padding: 55px 0 0
}

.common_spacing {
    padding: 70px 0 90px
}

.font-weight-light {
    font-weight: lighter
}

.parallax-window {
    background: rgba(0, 0, 0, .85);
    padding: 40px 0
}

.extra {
    line-height: 26px
}

.extra h3 {
    font-size: 22px;
    text-align: auto;
    color: #fff;
    font-weight: 600
}

.extra p {
    line-height: 27px;
    padding: 1px;
    text-align: justify;
    color: #eceaea
}

.evolved {
    border-right: 1px solid #fff
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.ico img {
    width: 40px
}

#services a button.btn-small {
    margin: 0;
    padding: 5px 25px;
    width: auto;
    height: auto;
    border: 0
}

#services a button.btn-small:hover {
    background: #000
}

@media (max-width:1199px) {
    body {
        overflow-x: hidden
    }

    .app-slide .carousel h1 {
        font-size: 40px
    }

    .btn-download-app, .btn-download-app-tr {
        padding: 15px 30px
    }

    #services h2, .newsletter>h3, .section-title h2, .section-title.center h2 {
        font-size: 30px
    }

    #intro-bg-app .uber-x {
        padding-top: 50px !important
    }

    .app-slide .ceo {
        height: 100%;
        width: 100%
    }

    #services .service p {
        font-size: 12px
    }

    .nav-tabs>li>a {
        padding: 13px 15px
    }

    .slide-text>h1 {
        font-size: 30px;
        line-height: 35px
    }

    .top-heading-i {
        font-size: 34px
    }

    #home .low-back-up .lead {
        margin-top: 100px;
        padding-left: 70px
    }

    .top-heading {
        font-size: 40px
    }

    .startup .boxs {
        min-height: 350px !important;
        padding: 30px !important;
        display: inline-block
    }

    .list-app h1 {
        font-size: 40px !important
    }

    .feature-icon-left-more .feature-test, .feature-test {
        line-height: 24px;
        font-size: 13px
    }

    .feature-icon-left-more, .feature-icon-right-more {
        height: 200px
    }

    .feature-icon-left-more .feature-content, .feature-icon-right-more .feature-content {
        padding-top: 0
    }

    .app-slide-icon.left, .app-slide-icon.right {
        margin-top: 0 !important
    }

    .feature-box h4 {
        font-size: 18px
    }

    .btn-download {
        padding: 10px
    }

    .join-us-app h1.x-title {
        font-size: 32px
    }

    div#app-download {
        padding: 0 25px
    }

    .startup .boxs h4 {
        font-size: 16px
    }

    .app-slide.uber-x.padding-common {
        padding: 60px 0 70px !important
    }
}

@media (max-width:991px) {
    .app-slide .carousel h1 {
        font-size: 30px !important
    }

    .app-slide p {
        font-size: 15px
    }

    .btn-download-app.text-center.banner {
        margin: 0 !important
    }

    .btn-download-app {
        height: auto
    }

    .app-slide .carousel h1 {
        margin-top: 10px
    }

    .navbar-nav>li>a {
        padding: 5px !important;
        margin-right: 5px !important
    }

    #services .service p {
        font-size: 14px
    }

    .newsletter {
        padding: 20px 0 0 !important
    }

    #services h2, .newsletter>h3, .section-title h2, .section-title.center h2 {
        font-size: 27px !important
    }

    .newsletter-content>input {
        height: 45px
    }

    .banner-text p {
        width: 300px !important;
        margin-bottom: 20px
    }

    .lead-controls p {
        font-size: 14px !important;
        margin-top: 0 !important
    }

    .box-sec .main-para {
        margin-top: 0
    }

    .bs-slider {
        min-height: 400px;
        max-height: 500px !important
    }

    .bs-slider>.carousel-inner>.item>a>img, .bs-slider>.carousel-inner>.item>img {
        height: 100%
    }

    #home .low-back-up .lead {
        margin-top: 10px
    }

    #services-box i, .box h4 {
        margin-top: 0
    }

    .box h4 {
        font-size: 14px
    }

    .btn-download-app, a.btn-download-app.text-center {
        margin-bottom: 10px;
        font-size: 14px;
        padding: 10px 30px !important
    }

    .feature-icon-left-more, .feature-icon-right-more {
        height: auto
    }

    .app-slide-icon.left {
        float: left !important
    }

    .feature-icon-left-more .feature-content {
        padding-top: 0 !important
    }

    .feature-icon-left-more .feature-test {
        text-align: left
    }

    .media.services-icon-wrap.rider-sec {
        min-height: 300px
    }

    .box-h .boxs p, .startup .boxs {
        min-height: initial !important
    }

    .join-us-app h1.x-title {
        font-size: 32px
    }

    .btn-download-app, .btn-download-app-tr {
        padding: 10px 30px
    }

    .list-app h1 {
        font-size: 24px !important;
        margin: 0
    }

    .btn-download-app.text-center.banner {
        margin-bottom: 10px !important
    }

    .startup .boxs {
        max-height: initial !important
    }
}

@media (max-width:767px) {
    body {
        overflow-x: hidden
    }

    #intro-bg-app {
        padding-top: 20px !important;
        padding-bottom: 10px
    }

    .newsletter {
        padding: 20px !important
    }

    .app-slide .carousel h1 {
        font-size: 24px !important
    }

    #services h2, .newsletter>h3, .section-title h2, .section-title.center h2 {
        font-size: 27px !important
    }

    h1 span.cy-red {
        font-size: inherit !important
    }

    .uber-x .list-app {
        padding-right: 0 !important;
        text-align: justify
    }

    .sidenav li a {
        font-size: 14px
    }

    .sidenav li a.btn-small {
        margin-top: 0 !important;
        color: #fff !important;
        font-weight: 400;
        margin: 10px 0;
        padding: 5px 20px !important
    }

    .main-para {
        margin-top: 0
    }

    .bs-slider {
        min-height: 250px;
        background: #fff
    }

    .box.eats, .boxs p, .media.services-icon-wrap.rider-sec, .rider-sec p, .service.bd, .startup .boxs {
        min-height: auto !important
    }

    .btn-download-small.btn-primary {
        padding: 10px !important;
        font-size: 14px !important
    }

    #support-i .section-title.center hr {
        margin-bottom: 20px
    }

    a.btn.btn-primary.color-global {
        margin-left: 0 !important;
        color: #fff !important
    }

    .list-o.tinder-offer {
        padding: 0 30px !important;
        display: inline-block
    }

    .list-app h1 {
        color: #fff;
        font-size: 34px;
        margin-bottom: 0
    }

    div#bootstrap-touch-slider {
        top: 45px
    }

    .text-con-i.eats {
        padding: 70px 0 20px !important
    }

    .top-heading-i {
        font-size: 18px
    }

    #home .lead .btn-download-app, #home .lead a.btn-download-app.text-center {
        width: 100%
    }

    div#awesome-features-app {
        padding-left: 20px;
        padding-right: 20px
    }

    #awesome-features-app a {
        width: auto !important;
        padding: 8px 10px !important;
        margin-top: 5px
    }

    .service {
        padding: 20px !important
    }

    a.accordion-toggle i {
        line-height: 25px
    }

    .gray_bg .section-title.bitcoin-b {
        background: 0 0;
        box-shadow: none
    }

    .app-slide h3 {
        font-size: 17px !important;
        background: 0 0 !important
    }

    .app-slide.uber-x.padding-common {
        padding: 0 !important
    }

    .feature-box h4 {
        margin: 0;
        font-size: 18px
    }

    #services-box.tinder-turnkey-solution {
        background: 0 0
    }

    .media-body h3 {
        margin: 10px 0
    }

    .join-us-app h1, .join-us-app h1.x-title, .top-heading {
        font-size: 24px !important
    }

    .feature-icon-left-more .feature-content {
        text-align: left !important;
        padding-right: 0 !important;
        margin-top: 45px
    }

    .ubersec i.fa {
        top: -25px !important
    }

    #intro-bg-courier {
        padding: 40px 0 20px
    }

    .btn-download-app, .btn-download-app-tr {
        width: auto
    }

    .item .ceo {
        height: 400px !important
    }

    .low-back-gradient-app {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .app-slide p {
        font-size: 13px;
        letter-spacing: .4;
        line-height: 1.5
    }

    .service.bd img {
        width: 60px !important;
        padding-bottom: 10px !important
    }

    .buttons_all.text-center {
        padding: 33px 0
    }

    .evolved {
        border-right: 0
    }

    .banner-content-mine .buttons_all a#smooth_scroll {
        width: auto
    }

    .low-back-gradient-app:after {
        background: rgba(26, 41, 56, .99) !important
    }

    .list-o h4 {
        font-size: 14px !important
    }

    a.accordion-toggle i {
        padding: 0 !important;
        width: 20px !important;
        height: 25px !important;
        position: absolute;
        top: auto;
        right: 15px
    }

    .panel-title>a {
        font-size: 14px
    }

    .list-o li {
        margin-bottom: 0
    }

    .sidenav a {
        padding: 10px !important
    }
}

@media (max-width:480px) {
    .common_spacing {
        padding: 20px 0
    }

    .btn-download-small.btn-primary {
        width: 90% !important;
        display: block !important;
        margin: 0 auto
    }

    .home-sec .box.eats {
        min-height: auto !important
    }

    .top-heading-i {
        font-size: 24px
    }

    #home .low-back-up .lead {
        padding: 0 40px
    }

    .top-heading {
        font-size: 30px
    }

    .lead p {
        font-size: 14px;
        margin: 0
    }

    .lead h2 {
        padding: 0;
        margin: 0 0 10px
    }

    #awesome-features-app a {
        width: 100% !important;
        padding: 8px 10px !important;
        margin-top: 5px;
        display: inline-block
    }

    .uber-btn {
        padding-top: 0 !important
    }

    .mt40.pl40.banner-content-mine {
        margin: 0;
        padding: 0 40px
    }

    .single-work>a>img {
        cursor: pointer;
        overflow: hidden;
        transform: scale(1);
        transition: all .3s ease 0s;
        border: 39px solid #fff;
        margin-top: 0
    }

    .our-best-work {
        padding: 40px 0 0
    }
}

#intro-bg-Marijuana, #intro-bg-babysitter, #intro-bg-dogwalker, #intro-bg-handyman {
    display: inline-block;
    width: 100%;
    animation: awan-animasi 50s linear infinite;
    -ms-animation: awan-animasi 50s linear infinite;
    -moz-animation: awan-animasi 50s linear infinite;
    -webkit-animation: awan-animasi 50s linear infinite
}

#intro-bg-handyman {
    background: url(../img/uber-for-handyman/handyman-banner.jpg) center center no-repeat;
    background-size: cover
}

#intro-bg-dogwalker {
    background: url(../img/uber-for-dogwalker/banner.jpg) center center no-repeat;
    background-size: cover
}

.walker-h .feature-box .new_features h4 {
    font-size: 20px;
    padding-left: 52px
}

#intro-bg-babysitter {
    background: url(../img/uber-for-babysitter/banner.png) center center no-repeat;
    background-size: cover
}

.list-o.tinder-offer .new_features li {
    padding: 0;
    text-align: left;
    margin-bottom: 20px
}

.feature-icon-right-more .new_features .join-us-icon .ico {
    width: 60px !important;
    height: 60px;
    margin-top: 0 !important
}

.feature-icon-right-more .new_features .join-us-icon .ico svg {
    width: 30px
}

.feature-box .new_features h4 {
    font-size: 20px
}

.new_features p.para-w {
    padding-left: 58px
}

#intro-bg-Marijuana {
    background: url(../img/services/Marijuana.jpg) center center no-repeat;
    background-size: cover
}

#intro-bg-cudding, #intro-bg-fitness, #intro-bg-maid, #intro-bg-postmates {
    display: inline-block;
    width: 100%;
    animation: awan-animasi 50s linear infinite;
    -ms-animation: awan-animasi 50s linear infinite;
    -moz-animation: awan-animasi 50s linear infinite;
    -webkit-animation: awan-animasi 50s linear infinite
}

#intro-bg-cudding {
    background: url(../img/uber-for-cuddling/banner.png) center center no-repeat;
    background-size: cover
}

#intro-bg-fitness {
    background: url(../img/services/fitness.jpg) center center no-repeat;
    background-size: cover
}

#intro-bg-maid {
    background: url(../img/uber-for-maid/banner.png) center center no-repeat;
    background-size: cover
}

#intro-bg-postmates {
    background: url(../img/uber-for-postmates/banner.png) center center no-repeat;
    background-size: cover
}

#intro-bg-doctors, #intro-bg-doordash {
    animation: awan-animasi 50s linear infinite;
    display: inline-block;
    width: 100%;
    -ms-animation: awan-animasi 50s linear infinite;
    -moz-animation: awan-animasi 50s linear infinite;
    -webkit-animation: awan-animasi 50s linear infinite
}

#intro-bg-doordash {
    background: url(../img/uber-for-doordash/banner.png) center center no-repeat;
    background-size: cover
}

#intro-bg-doctors {
    background: url(../img/services/doctors.jpg) center center no-repeat;
    background-size: cover
}

#intro-bg-escort, #intro-bg-tutors {
    animation: awan-animasi 50s linear infinite;
    -ms-animation: awan-animasi 50s linear infinite;
    -webkit-animation: awan-animasi 50s linear infinite;
    -moz-animation: awan-animasi 50s linear infinite
}

#intro-bg-tutors {
    background: url(../img/uber-for-tutor/tutor-banner.png) center center no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%
}

.align-sec .list-o.tinder-offer li {
    padding: 7px 0 0;
    margin: 0
}

#intro-bg-ambulance, #intro-bg-escort {
    margin: 0;
    padding: 90px 0 0;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center
}

#intro-bg-escort {
    background: url(../img/services/escort.jpg) no-repeat;
    background-size: cover
}

#intro-bg-ambulance {
    background: url(../img/services/ambulance.jpg) no-repeat;
    background-size: cover;
    animation: awan-animasi 50s linear infinite;
    -ms-animation: awan-animasi 50s linear infinite;
    -moz-animation: awan-animasi 50s linear infinite;
    -webkit-animation: awan-animasi 50s linear infinite
}

.sidebar-page .comments-area {
    position: relative
}

.sidebar-page .group-title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 16px
}

.sidebar-page .group-title h2 {
    font-size: 25px;
    color: #1a1a1a;
    margin-bottom: 0;
    text-transform: capitalize
}

.sidebar-page .group-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #368cca
}

.sidebar-page .comments-area .comment-box {
    position: relative
}

.sidebar-page .comments-area .comment {
    position: relative;
    margin: 0 0 50px;
    padding: 0 0 10px 110px
}

.sidebar-page .comments-area .reply-comment {
    margin-left: 50px
}

.sidebar-page .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 84px;
    height: 84px;
    border: 3px solid #fff;
    border-radius: 5px;
    -moz-box-shadow: 0 0 2px 0 #34495e000;
    -ms-box-shadow: 0 0 2px 0 #34495e000;
    -o-box-shadow: 0 0 2px 0 #34495e000;
    -webkit-box-shadow: 0 0 2px 0 #34495e000;
    box-shadow: 0 0 2px 0 #34495e000
}

.sidebar-page .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
    border-radius: 5px
}

.chart, .percent {
    display: inline-block
}

.sidebar-page .comments-area .comment-info {
    margin-bottom: 10px;
    color: #bcbcbc;
    font-size: 15px
}

.sidebar-page .comments-area .comment-box strong {
    color: #1a1a1a;
    font-weight: 700;
    text-transform: capitalize
}

.sidebar-page .comments-area .reply-btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: 5px 30px;
    line-height: 24px;
    background: #545454;
    border-radius: 0;
    font-weight: 400;
    text-transform: capitalize
}

.sidebar-page .comments-area .reply-btn:hover {
    background-color: #368cca
}

#skills, #skills-round {
    background: fixed #fff
}

#particles-js, #skills, #skills-round, .welcome-image-area {
    background-size: cover
}

#skills {
    padding: 40px 0 110px
}

#skills p {
    color: #666
}

#skills .skill {
    margin-bottom: 40px;
    text-align: center;
    padding: 0
}

#skills .skill h4 {
    font-size: 20px;
    font-weight: 100
}

.chart {
    position: relative;
    width: 192px;
    height: 192px;
    margin-bottom: 36px;
    text-align: center
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0
}

.percent {
    font-size: 31px;
    color: #12212f;
    line-height: 192px;
    z-index: 2
}

.percent:after {
    content: '%';
    margin-left: .1em;
    font-size: .8em
}

.image_bg:before, .particle-bg:after, .welcome-image-area:after, .widget h2:after {
    content: ""
}

body, html {
    width: 100% !important;
    height: 100% !important
}

canvas {
    display: block;
    vertical-align: bottom
}

#particles-js {
    background-color: #273856;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.welcome-area {
    height: 100%
}

.welcome-image-area {
    position: relative;
    height: 100%;
    z-index: 1
}

.welcome-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.particle-bg {
    position: relative;
    height: 100%;
    background-size: cover;
    z-index: 1
}

.particle-bg:after {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.display-table {
    display: table;
    width: 100%;
    height: 100%
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle
}

.header-text h1 {
    color: #fafafa;
    font-size: 80px;
    font-weight: 600;
    text-transform: capitalize
}

.header-text .home-arrow-down {
    text-align: center;
    position: absolute;
    bottom: -210px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.image_bg, .log-in-r, .log_in_box, .log_in_logo {
    position: relative
}

.header-text .home-arrow-down .btn {
    font-size: 30px
}

.header-text .home-arrow-down .fa {
    color: #fafafa;
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation-name: home-arrow-down;
    animation-name: home-arrow-down;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

#intro-bg-app-feature, #intro-bg-screen {
    animation: awan-animasi 50s linear infinite;
    -ms-animation: awan-animasi 50s linear infinite;
    -webkit-animation: awan-animasi 50s linear infinite
}

.login_page {
    background-color: #f8f8f8;
    height: auto;
    padding-bottom: 110px
}

.log_in_logo {
    padding-top: 90px;
    padding-bottom: 20px
}

input[type=checkbox], input[type=radio] {
    margin: 7px 0 3px 6px
}

.log_in_box {
    width: 60%;
    margin: 0 20%;
    background: #fff;
    padding: 50px;
    border: 10px solid #f1f1f1;
    box-shadow: 0 0 32px #838383;
    overflow: hidden
}

@media only screen and (max-width:768px) {
    .log_in_box {
        width: 80% !important;
        margin: 0 10% !important
    }
}

.login_title h2 {
    font-size: 30px;
    font-weight: 600;
    color: #368cca;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 20px
}

.login .form-group {
    margin-bottom: 20px
}

.login .form-control, .login .form-control:active, .login .form-control:focus, .login .form-control:visited {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: none;
    outline: 0;
    height: 45px;
    border-radius: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #333 !important
}

.donation-plz, .log-in-r {
    box-shadow: 0 0 32px #838383
}

.login .form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.log-in-r {
    background: #fff;
    border: 10px solid #f1f1f1;
    margin: 0 auto;
    padding: 30px;
    width: 80%
}

.image_bg, footer {
    background-size: cover
}

.btn-login, .btn-login:active, .btn-login:focus, .btn-login:visited {
    background-color: #333;
    color: #fff;
    text-transform: capitalize;
    font-size: 23px;
    font-weight: 200;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 0;
    height: 65px;
    letter-spacing: 1px;
    box-shadow: none;
    outline: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.btn-login:hover {
    color: #fff;
    background-color: #368cca;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.login_social ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.login_social ul li {
    display: inline
}

.login_social ul li a {
    display: inline-block;
    float: left;
    width: 49%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    text-decoration: none
}

.login_social ul li a.fb_login {
    margin-right: 1%;
    background-color: #3b5999
}

.login_social ul li a.twitter_login {
    margin-left: 1%;
    background-color: #63c6ff
}

.login .check_login {
    margin-top: 20px;
    margin-bottom: 0
}

.check_login label {
    font-weight: 400;
    font-size: 14px;
    color: #585858
}

.check_login a {
    color: #585858;
    font-size: 14px;
    text-decoration: none
}

.image_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

.login_register_area {
    padding-top: 100px;
    padding-bottom: 100px
}

.tab_login_register {
    padding-top: 20px
}

footer {
    background-position: 0 -5px;
    width: 100%;
    display: inline-block
}

footer h5 {
    color: #fff;
    margin: -5px 0 19px;
    text-transform: capitalize;
    font-size: 16px
}

footer .main_footer {
    padding-bottom: 45px;
    padding-top: 80px;
    background: #202020
}

footer .footer_logo p {
    color: #9fa7af;
    padding: 32px 50px 33px 0
}

footer .footer_logo ul li {
    display: inline-block;
    margin-right: 3px
}

footer .footer_logo ul li a {
    display: block;
    width: 55px;
    line-height: 55px;
    background: #368cca;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 5px
}

footer .footer_logo ul li a:hover {
    display: block;
    width: 55px;
    line-height: 55px;
    background: #df0015;
    text-align: center;
    color: #fff;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

footer .quick_links ul li a {
    font-weight: 400;
    color: #9fa7af;
    line-height: 35px;
    font-size: 14px
}

footer .quick_links ul li a:focus, footer .quick_links ul li a:hover {
    color: #368cca
}

footer .latest_tweets .single_tweet {
    margin: 29px 0 -5px
}

footer .latest_tweets .single_tweet a {
    font-weight: 400;
    color: #9fa7af;
    line-height: 26px;
    font-size: 14px;
    margin: 0 62px 4px 0;
    display: block
}

footer .latest_tweets .single_tweet span {
    font-size: 14px
}

footer .subscribe_now {
    padding-left: 0
}

footer .subscribe_now p {
    font-size: 14px;
    color: #9fa7af;
    margin: 26px 0 32px
}

footer .subscribe_now form {
    position: relative;
    border-radius: 5px
}

footer .subscribe_now form input {
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 3px;
    font-style: italic;
    color: #333;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 56px;
    letter-spacing: .9px
}

footer .subscribe_now form textarea {
    border-radius: 3px;
    resize: none
}

footer .subscribe_now form input[type=submit] {
    color: #fff;
    font-size: 14px !important;
    line-height: initial;
    height: 40px;
    border-radius: 3px !important
}

footer .subscribe_now form button, footer .subscribe_now form button:hover {
    font-size: 18px;
    height: 100%;
    width: 55px;
    line-height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #fff;
    text-align: center
}

footer .subscribe_now form button {
    background: #368cca
}

footer .subscribe_now form button:hover {
    background: #333
}

footer .bottom_footer {
    background: #1d282e
}

footer .bottom_footer p {
    color: #9fa7af;
    font-size: 14px;
    text-align: center;
    line-height: 60px
}

footer .bottom_footer p a {
    color: #00cbd8;
    font-weight: 400
}

.donation-div {
    position: relative
}

.donation-plz {
    position: relative;
    padding: 50px;
    background: #fff;
    border-radius: 2px;
    font-family: Roboto, sans-serif;
    border: 10px solid #f1f1f1
}

.donation-plz h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px
}

.donation-plz h4 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: capitalize
}

.donation-plz hr {
    margin-bottom: 40px;
    border-color: #52c8ed4d
}

.donation-plz .form-group {
    position: relative;
    margin-bottom: 30px
}

.donation-plz .form-group.other-amount {
    top: 5px
}

.donation-plz input[type=email], .donation-plz input[type=password], .donation-plz input[type=tel], .donation-plz input[type=text], .donation-plz input[type=url], .donation-plz select, .donation-plz textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 34px;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #52c8ed4d;
    height: 52px
}

.donation-plz select {
    cursor: pointer
}

.donation-plz .field-label {
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #252525;
    line-height: 28px;
    margin-bottom: 10px
}

.donation-plz .field-label .required {
    color: red;
    font-size: 14px
}

.donation-plz .radio-select {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    line-height: 30px
}

.donation-plz .radio-select label {
    position: relative;
    display: block;
    height: 56px;
    padding: 13px 15px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    background: #878787;
    border-radius: 0;
    cursor: pointer
}

.donation-plz button, .donation-plz button:hover {
    padding: 12px 35px;
    border: none
}

.donation-plz .radio-select input[type=radio]:checked+label, .donation-plz button {
    background: #368cca;
    color: #fff
}

.donation-plz .radio-select input[type=radio] {
    display: none
}

.donation-plz button:hover {
    background: #cf0035;
    color: #fff
}

#shop-page {
    padding: 110px 0
}

.product_search_details {
    padding-bottom: 40px
}

.product_search_details ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.product_search_details ul li {
    display: inline-block;
    color: #585858;
    font-size: 14px
}

.product_search_details ul li:first-child {
    width: 200px;
    margin-right: 10px
}

.product_search_details ul li form .form-control, .product_search_details ul li form .form-control:focus {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    color: #585858
}

.product_list {
    margin-top: 55px
}

.product_list:hover {
    box-shadow: 0 0 22px 0 #999;
    z-index: +999;
    transition: all .6s ease 0s
}

.product_image {
    position: relative
}

.product_image img {
    width: 100%;
    border: 1px solid #f1f1f1
}

.product_image a:hover img {
    opacity: .8
}

.sale_label {
    background-color: #368cca;
    border-radius: 50%;
    height: 80px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 80px;
    border: 3px solid #f1f1f1
}

.sale_label h2 {
    margin: 0;
    font-size: 22px;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    line-height: 78px;
    font-weight: 600
}

.product_desc {
    text-align: center;
    border: 1px solid #f1f1f1;
    background: #eee
}

.product_title {
    margin-top: 10px;
    margin-bottom: 10px
}

.product_title h2 {
    margin: 0
}

.product_title h2 a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px
}

.product_price {
    margin-bottom: 10px
}

.product_price p {
    color: #333;
    font-size: 25px;
    margin: 0;
    font-weight: 600
}

.product_price p del {
    font-size: 13px;
    color: #585858;
    margin-right: 5px
}

.product_review i {
    color: #368cca
}

.product_btn {
    margin-top: 10px;
    margin-bottom: 15px
}

.btn_pr, .btn_pr:active, .btn_pr:focus, .btn_pr:visited {
    border: 1px solid #bfbfbf;
    background-color: transparent;
    color: #333;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    box-shadow: none;
    outline: 0;
    border-radius: 0;
    padding: 15px 25px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.btn_pr:hover, .product_size li label span {
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.btn_pr:hover {
    background-color: #368cca;
    color: #fff;
    transition: all .5s
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #368cca;
    border-color: #368cca;
    color: #fff;
    cursor: default;
    z-index: 2
}

.left_product_desc, .left_product_heading {
    border-bottom: 1px solid #eee
}

.btn_pr i {
    padding-right: 3px
}

.left_prodoct_desc_single {
    padding-top: 20px;
    padding-bottom: 20px
}

.left_product_heading {
    padding-bottom: 20px
}

.pr_title_review h2 {
    margin: 0 0 24px;
    line-height: 0
}

.pr_title_review h2 a {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-decoration: none
}

.left_reviwq_star i {
    color: #368cca
}

.single_pr_price {
    text-align: right
}

.single_pr_price h2 {
    color: #333;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    font-family: 'Open+Sans', sans-serif
}

.single_pr_review {
    text-align: right;
    padding-top: 10px
}

.left_product_desc, .product_size_color {
    padding-top: 20px;
    padding-bottom: 20px
}

.single_pr_review p {
    color: #585858;
    font-size: 14px;
    margin-bottom: 0
}

.left_product_desc p {
    color: #585858;
    font-size: 14px;
    line-height: 24px
}

.left_product_desc h6 {
    color: #585858;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0
}

.left_product_desc h6 a {
    color: #333;
    font-size: 14px;
    text-decoration: none
}

.product_size_color h3 {
    color: #585858;
    font-size: 14px;
    margin: 0 0 10px
}

.product_size {
    margin: 0;
    padding: 0;
    list-style: none
}

.product_size li {
    display: inline-block;
    padding-right: 5px
}

.product_size li label input {
    left: -9000px;
    position: absolute
}

.product_size li label span {
    border: 1px solid rgba(0, 0, 0, .2);
    color: #585858;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    line-height: 33px;
    margin: 0;
    text-align: center;
    width: 40px;
    transition: all .5s
}

.product_size li label input:checked+span {
    background-color: #333;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.select_color .form-control {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    color: #333;
    height: 35px;
    background: #fff
}

.product_quantity h3 {
    color: #585858;
    font-size: 14px;
    margin: 0 0 10px
}

.product_quantity .input-group .form-control, .product_quantity .input-group .form-control:focus {
    width: 40px;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 7px;
    color: #585858;
    text-align: center
}

.product_quantity .input-group {
    position: relative;
    padding-left: 40px;
    padding-right: 40px
}

.product_quantity .sp_plus, .product_quantity .sp_plus:active, .product_quantity .sp_plus:focus, .product_quantity .sp_plus:hover, .product_quantity .sp_plus:visited {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    height: 35px;
    box-shadow: none;
    outline: 0;
    width: 40px;
    background-color: #333;
    color: #fff;
    border-color: #333
}

.product_quantity .sp_minus, .product_quantity .sp_minus:active, .product_quantity .sp_minus:focus, .product_quantity .sp_minus:hover, .product_quantity .sp_minus:visited {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 35px;
    box-shadow: none;
    outline: 0;
    border-radius: 0;
    background-color: #333;
    color: #fff;
    border-color: #333
}

.cart_button {
    padding-top: 50px
}

.btn_crt, .btn_crt:active, .btn_crt:focus, .btn_crt:hover, .btn_crt:visited {
    background-color: #368cca;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 20px;
    box-shadow: none;
    outline: 0
}

.btn_crt i {
    padding-right: 5px
}

.product_extra_info {
    padding-top: 50px;
    padding-bottom: 50px
}

.product_extra_info .nav-tabs>li {
    margin: 0
}

.product_extra_info .nav-tabs>li a, .product_extra_info .nav-tabs>li a:focus, .product_extra_info .nav-tabs>li a:hover, .product_extra_info .nav-tabs>li a:visited {
    color: #585858;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    margin: 0;
    text-transform: capitalize;
    background-color: transparent;
    border-bottom: 0;
    padding: 15px 25px;
    font-weight: 600;
    letter-spacing: 1px
}

.product_extra_info .nav-tabs>li.active a {
    background-color: #368cca;
    color: #fff
}

.product_extra_info .nav-tabs {
    border-bottom: 0
}

.product_extra_info .tab-content>.active {
    border: 1px solid rgba(0, 0, 0, .2)
}

.product_extra_info .tab-pane {
    padding: 20px
}

.product_more_info_tab h2 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px
}

.product_more_info_tab p {
    color: #585858;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
    padding-bottom: 10px
}

.review_list ul {
    margin: 0;
    padding: 10px 0;
    list-style: none
}

.review_list ul li {
    margin-bottom: 20px
}

.review_list ul li:last-child {
    margin-bottom: 0
}

.review_list ul li .media .media-left {
    padding-right: 25px
}

.review_list ul li .media .media-left a {
    display: block;
    width: 70px;
    height: 70px
}

.review_list ul li .media .media-left img {
    width: 100%
}

.review_list ul li .media .media-body {
    vertical-align: middle;
    position: relative
}

.review_list ul li .media .media-body h4 {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 5px
}

.review_list ul li .media .media-body p {
    color: #585858;
    font-size: 14px;
    line-height: 25px;
    margin: 0
}

.comment_review {
    position: absolute;
    top: 0;
    right: 0
}

.comment_review i {
    color: #585858
}

.e_product_slider {
    border: 2px solid #f1f1f1;
    margin-top: -10px
}

.e_product_slider:hover .owl-controls {
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.e_product_slider .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -30px;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.e_product_slider .owl-controls .owl-nav [class*=owl-], .e_product_slider .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: #fff;
    font-size: 20px;
    border-radius: 0;
    width: 40px;
    height: 60px;
    margin: 0
}

.e_product_slider .owl-controls .owl-nav [class*=owl-].owl-next {
    position: absolute;
    right: -1px
}

.e_product_slider .owl-controls .owl-nav [class*=owl-].owl-prev {
    position: absolute;
    left: 0
}

.e_product_slider .owl-controls .owl-nav [class*=owl-] i {
    font-size: 30px;
    color: #333;
    line-height: 55px
}

.widget {
    padding-bottom: 60px
}

.widget h2 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 2px;
    position: relative;
    margin: 0;
    padding-bottom: 15px
}

.widget h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #333
}

.search form .form-group {
    position: relative
}

.search form .form-control, .search form .form-control:focus {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    height: 40px;
    box-shadow: none;
    outline: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.search form .form-control:focus {
    border: 1px solid #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.search form i {
    top: 12px;
    right: 15px;
    position: absolute;
    color: #585858;
    font-size: 16px;
    font-weight: 700
}

.search form .form-control::-webkit-input-placeholder {
    color: #585858;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 22px
}

.search form .form-control:-moz-placeholder {
    color: #585858;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 22px
}

.search form .form-control::-moz-placeholder {
    color: #585858;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 22px
}

.search form .form-control:-ms-input-placeholder {
    color: #585858;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 22px
}

.category ul li a, .recent_post ul li a, .tags ul li a {
    font-size: 14px;
    text-decoration: none
}

.category ul {
    margin: 0;
    padding: 20px 0 0;
    list-style: none
}

.category ul li a {
    color: #585858;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.category ul li a:hover, .tags ul li a {
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.category ul li a:hover {
    color: #333;
    transition: all .5s
}

.tags ul {
    margin: 0;
    padding: 20px 0 0;
    list-style: none
}

.tags ul li {
    display: inline
}

.tags ul li a {
    display: inline-block;
    color: #585858;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 6px 15px;
    margin-right: 5px;
    margin-bottom: 10px;
    transition: all .5s
}

.recent_post ul li a, .tags ul li a:hover {
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.tags ul li a:hover {
    color: #fff;
    background-color: #333;
    transition: all .5s
}

.recent_post ul {
    margin: 0;
    padding: 20px 0 0;
    list-style: none
}

.recent_post ul li a {
    color: #585858;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all .5s
}

.recent_post ul li a:hover {
    color: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.inner_price_filter {
    padding-top: 20px
}

.inner_price_filter .form-control, .inner_price_filter .form-control:focus {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    box-shadow: none;
    height: 35px !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.inner_price_filter .form-control:focus {
    border: 1px solid #333 !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.btn_flt, .btn_flt:active, .btn_flt:focus, .btn_flt:visited {
    background-color: #333;
    border: 2px solid #333;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    box-shadow: none;
    outline: 0;
    display: block;
    padding: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

ul.pagination li a, ul.pagination li a.prev {
    border-radius: 0;
    font-weight: 600;
    font-size: 10px
}

.btn_flt:hover {
    color: #333;
    background-color: transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.lt_product ul {
    margin: 0;
    padding: 20px 0 0;
    list-style: none
}

.lt_product ul li {
    padding-bottom: 15px
}

.lt_product ul li .product_thumb {
    display: inline-block;
    width: 70px
}

.container, .lt_product ul li .product_thumb img {
    width: 100%
}

.product_details_sm {
    padding-left: 7px
}

.product_details_sm h3 {
    margin: 0;
    line-height: 15px
}

.product_details_sm h3 a {
    color: #333;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none
}

.buy-theme a, .intro-text .intro-lead-in, .quick-question a, ul.pagination li a.next, ul.pagination li a.prev {
    text-transform: capitalize;
    letter-spacing: 1px
}

.product_details_sm h4 {
    margin: 8px 0 5px;
    font-size: 14px;
    color: #333
}

.product_details_sm h4 del {
    color: #585858;
    font-size: 13px;
    padding-right: 3px
}

ul.pagination li a.next, ul.pagination li a.prev {
    font-size: 10px;
    padding: 7px 20px
}

.pd_star i {
    color: #585858
}

.pagination_area {
    border-top: 1px solid #eee;
    padding-top: 30px;
    padding-bottom: 30px
}

.pagination_area nav {
    border-bottom: 0;
    text-align: center
}

ul.pagination li a {
    border: 1px solid #333;
    color: #333;
    padding: 8px 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

ul.pagination li a:hover {
    color: #fff;
    background-color: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 1px solid #333
}

ul.pagination li.active a, ul.pagination li.active a:focus, ul.pagination li.active a:hover, ul.pagination li.active a:visited {
    background-color: #333;
    color: #fff;
    border-color: #333
}

ul.pagination li a.prev {
    border: 1px solid #333;
    color: #333;
    background-color: transparent;
    margin-right: 50px
}

ul.pagination li a.prev:hover {
    background-color: #333;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

ul.pagination li a.next {
    border-radius: 0;
    border: 1px solid #333;
    color: #333;
    font-weight: 600;
    background-color: transparent;
    margin-left: 50px
}

ul.pagination li a.next:hover {
    background-color: #333;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.container {
    max-width: 1170px;
    padding: 0
}

.all-demos {
    background: #f1f1f1;
    padding: 55px 0 90px
}

.data {
    margin: 10px 0;
    text-align: center
}

.data table {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.data table td, .data table th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 25px
}

.btn-t, .btn-t a, .btn-t a:hover, .btn-t:hover {
    padding: 12px 25px;
    color: #fff
}

.data table th {
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize
}

.btn-t {
    background: #368cca;
    font-size: 17px
}

.btn-t:hover {
    background: #333
}

.btn-t a {
    background: #368cca;
    font-size: 15px
}

.btn-t a:hover {
    background: #333
}

.data tr, .data tr:nth-child(2n+1) {
    background: #fff
}

.data tr:nth-child(2n) {
    background: #03a9f414
}

.faqtabs-menu {
    clear: both;
    margin: 0;
    overflow: hidden
}

.faqtabs-menu ul {
    margin-bottom: 0
}

.faqtabs-menu li {
    background-color: #666;
    border-left: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-top: 1px solid #d4d4d1;
    color: #fff;
    float: left;
    margin-right: 1px
}

.faqtabs-menu li.current {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 5
}

.faqtabs-menu li a {
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 10px;
    text-decoration: none
}

.faqtabs-menu .current a {
    color: #34495e000
}

.faqtab {
    background-color: #fff;
    border: 1px solid #d4d4d1;
    margin-bottom: 20px;
    margin-top: -1px;
    width: auto
}

.buy-theme {
    background: 14px center rgba(133, 178, 12, .9);
    border-radius: 24px;
    position: fixed;
    right: -161px;
    top: 295px;
    z-index: 1000;
    transition-duration: .2s;
    transition-timing-function: ease-in-out
}

.buy-theme i {
    font-size: 20px;
    color: #fff;
    padding: 5px
}

.buy-theme:hover, .quick-question:hover {
    right: -20px
}

h3.tab-title {
    padding: 10px 30px 0 20px
}

.buy-theme span, .quick-question span {
    opacity: 0;
    padding: 8px;
    position: relative;
    top: 0;
    font-size: 14px;
    margin-right: 8px;
    font-weight: 700
}

.buy-theme:hover span, .quick-question:hover span {
    opacity: 1
}

.buy-theme a, .quick-question a {
    color: #fff;
    display: block;
    font-size: 10px;
    padding: 8px 15px
}

#intro-bg-amazon, #intro-bg-app-massage, #intro-bg-flipboard, #intro-bg-instacart, #intro-bg-instagram, #intro-bg-laundry, #intro-bg-mechanics, #intro-bg-mover, #intro-bg-netflix, #intro-bg-snapchat, #intro-bg-taxi, #intro-bg-truck, #intro-bg-whatsapp {
    display: inline-block
}

#more-demos {
    padding: 80px 0
}

.demos-one-row {
    margin: 0 auto;
    text-align: center;
    height: auto;
    overflow: hidden
}

.img-res {
    margin: 0 auto;
    max-width: 100%
}

.img-res-demo {
    margin: 0 auto 65px;
    max-width: 100%
}

.demos {
    margin-top: 35px;
    margin-bottom: 65px
}

#intro-bg-app-feature, #intro-bg-app-web, #intro-bg-clone, #intro-bg-pricing, #intro-bg-screen, #intro-bg-uberx {
    margin: 0;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0
}

#intro-bg-clone {
    padding: 0;
    background: url(../img/product-banner/clone-bg.png) no-repeat;
    background-size: cover
}

#intro-bg-screen {
    padding: 130px 0 30px;
    background: url(../img/app-flow.jpg) no-repeat;
    -moz-animation: awan-animasi 50s linear infinite;
    background-size: cover
}

#intro-bg-app-feature {
    padding: 100px 0 30px;
    background: url(../img/app-feature.jpg) no-repeat;
    -moz-animation: awan-animasi 50s linear infinite;
    background-size: cover
}

#intro-bg-app-web, #intro-bg-pricing {
    animation: awan-animasi 50s linear infinite;
    -ms-animation: awan-animasi 50s linear infinite;
    -moz-animation: awan-animasi 50s linear infinite;
    -webkit-animation: awan-animasi 50s linear infinite
}

#intro-bg-app-web {
    padding: 100px 0 30px;
    background: url(../img/web-panel.jpg) no-repeat;
    background-size: cover
}

#intro-bg-app-web .app-slide .carousel h1 {
    font-size: 49px;
    font-weight: 200;
    margin-top: 35px
}

#intro-bg-pricing {
    padding: 130px 0 30px;
    background: url(../img/pricing.jpg) no-repeat;
    background-size: cover
}

#banner, #intro-bg {
    width: 100%;
    margin: 0;
    animation: awan-animasi 50s linear infinite;
    text-align: center;
    left: 0;
    top: 0;
    -ms-animation: awan-animasi 50s linear infinite;
    -moz-animation: awan-animasi 50s linear infinite;
    -webkit-animation: awan-animasi 50s linear infinite
}

#intro-bg-9gag-tv {
    background: url(../img/product-banner/9gag-tv-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 520px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:520px) {
    #intro-bg-9gag-tv {
        height: 380px
    }
}

#intro-bg-instacart {
    background: url(../img/product-banner/instacart-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%
}

#intro-bg-flipboard {
    background: url(../img/product-banner/flipboard-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%
}

#intro-bg-snapchat {
    background: url(../img/product-banner/snapchat-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%
}

#intro-bg-instagram {
    background: url(../img/product-banner/insta-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%
}

#intro-bg-mover {
    background: url(../img/product-banner/mover-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%
}

#intro-bg-mechanics {
    background: url(../img/product-banner/mech-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%
}

#intro-bg-taxi {
    background: url(../img/product-banner/taxi-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%
}

#intro-bg-laundry {
    background: url(../img/product-banner/laundry-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 55px
}

#intro-bg-amazon {
    background: url(../img/product-banner/amazon-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%
}

#intro-bg-netflix {
    background: url(../img/product-banner/netflix-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%
}

#intro-bg-whatsapp {
    background: url(../img/product-banner/whatsapp-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%
}

#intro-bg-app-massage {
    background: url(../img/product-banner/massage-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%
}

#intro-bg-truck {
    background: url(../img/product-banner/truck-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%
}

#intro-bg {
    padding: 90px 0 0;
    background: url(../img/intro-bg.jpg) no-repeat;
    background-size: cover
}

#banner {
    height: 750px;
    padding-bottom: 120px;
    padding-top: 90px;
    position: relative;
    overflow: hidden;
    display: block
}

.list-app.home h1 {
    font-size: 42px;
    color: #fff;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 200;
    text-transform: capitalize;
    line-height: normal
}

.home p.white {
    color: #819198;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 0
}

.largenav {
    margin-top: 7px
}

.home span.cy-red {
    color: #000;
    font-weight: 500
}

.intro-text .intro-lead-in {
    font-size: 13px;
    line-height: 31px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 400
}

.intro-heading, .intro-heading-i, .intro-heading-s, .intro-text .intro-heading {
    text-transform: capitalize;
    line-height: normal
}

.container-intro {
    width: 1600px;
    margin: 0 auto
}

.intro-logo {
    padding: 0 0 20px
}

.intro-text .intro-heading {
    font-size: 55px;
    padding: 48px 0 10px;
    color: #fff;
    font-weight: 200
}

.intro-heading, .intro-heading-i {
    font-size: 50px;
    color: #333;
    font-weight: 100;
    font-family: Raleway, sans-serif
}

.low-back-gradient-intro:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #ff6000, #368cca) rgba(0, 0, 0, 0);
    opacity: .85
}

.intro-heading hr, .parallax-window {
    position: relative
}

.intro-heading {
    padding: 48px 0 60px
}

.intro-heading-i {
    padding: 110px 0 60px
}

.intro-heading hr {
    background: #fff;
    border: 0;
    height: 2px;
    margin: 0 auto 30px;
    text-align: center;
    width: 90px
}

.line-h-common p, .our_services_cont p {
    text-align: justify
}

#intro-bg-alcohol, #intro-bg-flower-delivery, #intro-bg-taskrabbit, #support-i, #support-i .overlay, .buttons_all, .parallax-window:before, main {
    width: 100%;
    display: inline-block
}

.intro-heading-s {
    font-size: 30px;
    color: #fff;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    padding: 15px 0
}

.pricing-head h4, .rchars, .service h4, ul.dollar-btc {
    font-family: sans-serif
}

#rotate-services .service h4, .open-btn {
    text-transform: uppercase
}

.o-demos {
    font-weight: 700;
    font-size: 50px;
    color: #fff
}

.lead h2 {
    padding-bottom: 30px;
    margin: 0
}

@keyframes awan-animasi {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

@-webkit-keyframes awan-animasi {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

@-ms-keyframes awan-animasi {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

.gray_bg {
    background: #f4f6f7 !important
}

.white_bg {
    background: #fff !important
}

.mb40 {
    margin-bottom: 40px
}

.mb20 {
    margin-bottom: 20px
}

.mb0 {
    margin-bottom: 0 !important
}

.mt40 {
    margin-top: 40px
}

.mt20 {
    margin-top: 20px
}

.mt0 {
    margin-bottom: 0
}

.ml40 {
    margin-left: 40px
}

.ml20 {
    margin-left: 20px
}

.mr40 {
    margin-right: 40px
}

.mr20 {
    margin-right: 20px
}

.pb40 {
    padding-bottom: 40px
}

.pb20 {
    padding-bottom: 20px
}

.pb0 {
    padding-bottom: 0 !important
}

.pt40 {
    padding-top: 40px
}

.pt20 {
    padding-top: 20px
}

.pt0 {
    padding-bottom: 0
}

.pl40 {
    padding-left: 40px
}

.pl20 {
    padding-left: 20px
}

.pr40 {
    padding-right: 40px
}

.border-right, .pr20 {
    padding-right: 20px
}

.padding-bottom {
    padding-bottom: 0 !important
}

a.btn.btn-default.color-bg, a.btn.btn-default.taxi-clr {
    background: #58a2f1
}

#support-i {
    background: url(../img/home-parallax-1.jpeg) center center no-repeat fixed;
    background-size: cover
}

#support-i .overlay {
    background: rgba(0, 0, 0, .7)
}

.gray_bg .section-title.bitcoin-b {
    background: #fff
}

.startup .boxs {
    background: #fff !important
}

.border-right, .line-h-common .media-body {
    background: #f1f1f1
}

#skills-round p.para {
    margin: 0
}

.line-h-common p {
    min-height: 126px
}

.media.border-right {
    border-right: 1px solid #949090
}

#intro-bg-flower-delivery {
    background: url(../img/uber-for-flowers/banner.jpg) no-repeat;
    background-size: cover;
    animation: awan-animasi 50s linear infinite;
    -ms-animation: awan-animasi 50s linear infinite;
    -moz-animation: awan-animasi 50s linear infinite;
    -webkit-animation: awan-animasi 50s linear infinite
}

#intro-bg-alcohol {
    background: url(../img/uber-for-alcohol-delivery/banner.jpg) center center no-repeat;
    background-size: cover
}

#intro-bg-taskrabbit {
    background: url(../img/product-banner/taskrabbit-bg.png) center center no-repeat;
    background-size: cover
}

main {
    margin-top: 42px
}

.parallax-window:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: " ";
    background: rgba(0, 0, 0, .75)
}

.box_1, .right_form {
    position: relative
}

.padding-common-spacing {
    padding-bottom: 70px
}

@media (max-width:1199px) {
    body {
        overflow-x: hidden
    }

    .app-slide .carousel h1 {
        font-size: 40px
    }

    .btn-download-app, .btn-download-app-tr {
        padding: 15px 30px
    }

    #services h2, .newsletter>h3, .section-title h2, .section-title.center h2 {
        font-size: 30px
    }

    #intro-bg-app .uber-x {
        padding-top: 50px !important
    }

    .app-slide .ceo {
        height: 100%;
        width: 100%
    }

    #services .service p {
        font-size: 12px
    }

    .nav-tabs>li>a {
        padding: 26px 15px;
        font-size: 16px
    }

    .common_spacing {
        padding: 50px 0
    }

    .slide-text>h1 {
        font-size: 30px;
        line-height: 35px
    }

    .top-heading-i {
        font-size: 34px
    }

    #home .low-back-up .lead {
        margin-top: 100px;
        padding-left: 70px
    }

    .top-heading {
        font-size: 40px
    }

    .startup .boxs {
        min-height: 350px !important;
        padding: 30px !important;
        display: inline-block
    }

    .list-app h1 {
        font-size: 40px !important
    }

    .feature-icon-left-more .feature-test, .feature-test {
        line-height: 24px;
        font-size: 13px
    }

    .feature-icon-left-more, .feature-icon-right-more {
        height: 200px
    }

    .feature-icon-left-more .feature-content, .feature-icon-right-more .feature-content {
        padding-top: 0
    }

    .app-slide-icon.left, .app-slide-icon.right {
        margin-top: 0 !important
    }

    .feature-box h4 {
        font-size: 18px
    }

    .btn-download {
        padding: 10px
    }

    .join-us-app h1.x-title {
        font-size: 32px
    }

    div#app-download {
        padding: 0 25px
    }
}

@media (max-width:991px) {
    .app-slide .carousel h1 {
        font-size: 30px !important
    }

    .app-slide p {
        font-size: 15px
    }

    .btn-download-app.text-center.banner {
        margin: 0 !important
    }

    .btn-download-app {
        height: auto
    }

    .app-slide .carousel h1 {
        margin-top: 10px
    }

    .navbar-nav>li>a {
        padding: 5px !important
    }

    #services .service p {
        font-size: 14px
    }

    .newsletter {
        padding: 20px 0 0 !important
    }

    #services h2, .newsletter>h3, .section-title h2, .section-title.center h2 {
        font-size: 20px !important
    }

    .newsletter-content>input {
        height: 45px
    }

    .banner-text p {
        width: 300px !important;
        margin-bottom: 20px
    }

    .lead-controls p {
        font-size: 14px !important;
        margin-top: 0 !important
    }

    .box-sec .main-para {
        margin-top: 0
    }

    .common_spacing {
        padding: 40px 20px
    }

    .bs-slider>.carousel-inner>.item>a>img, .bs-slider>.carousel-inner>.item>img {
        height: 100%
    }

    #home .low-back-up .lead {
        margin-top: 10px
    }

    #services-box i, .box h4 {
        margin-top: 0
    }

    .box h4 {
        font-size: 14px
    }

    .btn-download-app, a.btn-download-app.text-center {
        margin-bottom: 10px;
        font-size: 14px;
        padding: 10px 30px !important
    }

    .feature-icon-left-more, .feature-icon-right-more {
        height: auto
    }

    .app-slide-icon.left {
        float: left !important
    }

    .feature-icon-left-more .feature-content {
        padding-top: 0 !important
    }

    .feature-icon-left-more .feature-test {
        text-align: left
    }

    .media.services-icon-wrap.rider-sec {
        min-height: 300px
    }

    .box-h .boxs p, .startup .boxs {
        min-height: initial !important
    }

    .join-us-app h1.x-title {
        font-size: 32px
    }

    .btn-download-app, .btn-download-app-tr {
        padding: 10px 30px
    }

    .list-app h1 {
        font-size: 24px !important;
        margin: 0
    }

    .btn-download-app.text-center.banner {
        margin-bottom: 10px !important
    }

    .startup .boxs {
        max-height: initial !important
    }
}

@media (max-width:767px) {
    body {
        overflow-x: hidden
    }

    #intro-bg-app {
        padding-top: 20px !important;
        padding-bottom: 10px
    }

    .newsletter {
        padding: 0 !important
    }

    .app-slide .carousel h1 {
        font-size: 24px !important
    }

    #services h2, .newsletter>h3, .section-title h2, .section-title.center h2 {
        font-size: 27px !important
    }

    h1 span.cy-red {
        font-size: inherit !important
    }

    .uber-x .list-app {
        padding-right: 0 !important;
        text-align: justify
    }

    .sidenav li a {
        font-size: 14px
    }

    .sidenav li a.btn-small {
        margin-top: 0 !important;
        color: #fff !important;
        font-weight: 400
    }

    .main-para {
        margin-top: 0
    }

    .common_spacing {
        padding: 30px 0
    }

    .bs-slider {
        min-height: 250px;
        background: #fff
    }

    .box.eats, .boxs p, .media.services-icon-wrap.rider-sec, .rider-sec p, .service.bd, .startup .boxs {
        min-height: auto !important
    }

    .btn-download-small.btn-primary {
        padding: 10px !important;
        font-size: 14px !important
    }

    #support-i .section-title.center hr {
        margin-bottom: 20px
    }

    a.btn.btn-primary.color-global {
        margin-left: 0 !important;
        color: #fff !important
    }

    .list-o.tinder-offer {
        padding: 0 !important;
        display: inline-block
    }

    .list-app h1 {
        color: #fff;
        margin-bottom: 0
    }

    div#bootstrap-touch-slider {
        top: 45px
    }

    .text-con-i.eats {
        padding: 70px 0 20px !important
    }

    .top-heading-i {
        font-size: 18px
    }

    #home .lead .btn-download-app, #home .lead a.btn-download-app.text-center {
        width: 100%
    }

    div#awesome-features-app {
        padding-left: 20px;
        padding-right: 20px
    }

    #awesome-features-app a {
        width: auto !important;
        padding: 8px 10px !important;
        margin-top: 5px
    }

    .service {
        padding: 20px !important
    }

    a.accordion-toggle i {
        width: 25px;
        line-height: 25px
    }

    .gray_bg .section-title.bitcoin-b {
        background: 0 0;
        box-shadow: none
    }

    .app-slide h3 {
        font-size: 17px !important;
        background: 0 0 !important
    }

    .app-slide.uber-x.padding-common {
        padding: 0 !important
    }

    #intro-bg-uberx {
        padding-top: 90px
    }

    .feature-box h4 {
        margin: 0;
        font-size: 18px
    }

    #services-box.tinder-turnkey-solution {
        background: 0 0
    }

    .media-body h3 {
        margin: 10px 0
    }

    .join-us-app h1, .join-us-app h1.x-title, .top-heading {
        font-size: 24px !important
    }

    .feature-icon-left-more .feature-content {
        text-align: left !important;
        padding-right: 0 !important;
        margin-top: 45px
    }

    .ubersec i.fa {
        top: -25px !important
    }

    #intro-bg-courier {
        padding: 40px 0 20px
    }

    .btn-download-app, .btn-download-app-tr {
        width: auto
    }

    .item .ceo {
        height: 400px !important
    }

    .low-back-gradient-app {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .app-slide p {
        font-size: 13px;
        letter-spacing: .4;
        line-height: 1.5
    }

    .service.bd img {
        width: 60px !important;
        padding-bottom: 10px !important
    }

    .buttons_all.text-center {
        padding: 33px 0
    }

    .list-app h1 {
        font-size: 20px !important
    }

    .mt40.pl40.banner-content-mine {
        padding: 20px !important
    }

    #intro-bg-app .uber-x {
        padding-top: 0 !important
    }
}

@media (max-width:480px) {
    .common_spacing {
        padding: 20px 0
    }

    .home-sec .box.eats {
        min-height: auto !important
    }

    .top-heading-i {
        font-size: 24px
    }

    #home .low-back-up .lead {
        padding: 0 40px
    }

    .top-heading {
        font-size: 30px
    }

    .lead p {
        font-size: 14px;
        margin: 0
    }

    .lead h2 {
        padding: 0;
        margin: 0 0 10px
    }

    #awesome-features-app a {
        width: 100% !important;
        padding: 8px 10px !important;
        margin-top: 5px;
        display: inline-block
    }

    .uber-btn {
        padding-top: 0 !important
    }

    .mt40.pl40.banner-content-mine {
        margin: 0;
        padding: 0 40px
    }

    .single-work>a>img {
        cursor: pointer;
        overflow: hidden;
        transform: scale(1);
        transition: all .3s ease 0s;
        border: 39px solid #fff;
        margin-top: 0
    }

    .our-best-work {
        padding: 40px 0 0
    }
}

.grid_section {
    display: grid;
    grid-template-columns: auto auto auto
}

.right_form {
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2);
    border: 1px solid #f1f1f1;
    overflow: hidden
}

@media (max-width:480px) {
    .grid_section {
        display: grid;
        grid-template-columns: auto
    }

    .pad_t60 {
        padding-top: 60px
    }
}

.viewdemo_section h2 {
    color: #333 !important
}

.footer_submit, .footer_submit:focus, .footer_submit:hover {
    background: #368cca !important;
    color: #fff !important
}

@media (max-width:767px) {
    .dropdown-menu>li>a {
        padding: 6px 10px 7px 20px !important
    }

    a.submenu_mine {
        padding: 5px 15px 5px 20px !important
    }
}

.footer_submit {
    border-radius: 2px !important;
    font-style: normal !important;
    margin-top: 20px;
    text-align: center !important;
    padding: 4px 20px !important;
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, .1) !important
}

.footer_submit:hover {
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, .2) !important;
    opacity: .8
}

.mrgn_bm50 {
    margin-bottom: -50px !important
}

.box_h320 {
    height: 320px
}

.box_h350 {
    height: 350px
}

.box_h380 {
    height: 380px
}

.box_h400 {
    height: 400px
}

.box_h430 {
    height: 430px
}

.box_h480 {
    height: 480px
}

.display_ul li {
    display: inline-block;
    margin-top: 20px
}

.case_stu_bg {
    padding-top: 20px;
    padding-bottom: 100px
}

.page_pad {
    margin-top: 80px;
    margin-bottom: 60px
}

.customized_uber_sec .img_width {
    max-height: 400px
}

.customized_uber_sec .nav-tabs>li>a {
    padding: 5px 0;
    line-height: 20px
}

.customized_uber_sec .nav-tabs li:last-child, .customized_uber_sec .nav-tabs li:last-child:focus {
    border-bottom: 2px solid #000
}

.customized_uber_sec .nav-tabs li:last-child.active, .customized_uber_sec .nav-tabs li:last-child:hover {
    border-bottom: 2px solid #368cca
}

.customized_uber_sec .nav-tabs li {
    width: 25%;
    text-align: center;
    border-bottom: 2px solid #000
}

.customized_uber_sec .nav-tabs li a:hover span, .customized_uber_sec .nav-tabs li.active a span {
    color: #368cca
}

.customized_uber_sec .nav-tabs li a:hover, .customized_uber_sec .nav-tabs li.active a {
    background: 0 0 !important
}

.customized_uber_sec .nav-tabs .active, .customized_uber_sec .nav-tabs li:hover {
    border-bottom: 2px solid #368cca
}

.customized_uber_sec .tab-content {
    padding: 50px 0
}

.customized_uber_sec .tab-pane h3 {
    color: #333;
    padding-top: 10px
}

.customized_uber_sec .tab-pane p {
    padding: 10px 0
}

.customized_uber_sec .list_style li {
    line-height: 2.2
}

.customized_uber_sec .list_style i {
    color: #368cca;
    opacity: .8
}

@media (max-width:767px) {
    .customized_uber_sec .nav-tabs li span {
        display: none
    }

    .customized_uber_sec .nav-tabs li img {
        width: 50%
    }
}

.demo-btn-l ul {
    padding: 0;
    text-align: center;
    margin: 10px 0 0;
    display: inline-block;
    width: 100%
}

#app-demo p {
    padding-top: 10px;
    padding-bottom: 15px
}

.demo-btn-l ul li a img {
    vertical-align: bottom;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .23);
    border-radius: 2px
}

.demo-btn-l ul li a {
    display: inline-block;
    text-align: center
}

.demo-btn-l ul li {
    list-style: none;
    display: inline-block
}

.box_1, .box_2 {
    display: block
}

.bg-video .low-back-up {
    background: rgba(0, 0, 0, .78) !important
}

.gray_txt {
    color: #616161
}

.approach_sec {
    padding-bottom: 100px
}

.m_t60 {
    margin-top: 40px
}

.getit_sec p {
    font-size: 18px !important;
    padding-bottom: 20px !important
}

.getit_sec .theme_btn {
    padding: 15px
}

.tinder_prdct .service {
    height: 470px
}

.border-left {
    border-left: 1px solid #fff
}

@media (min-width:1024px) {
    .photo-slide .carousel-inner>.item>img {
        height: 600px
    }
}

.customer_service {
    padding: 70px 0 40px
}

.customer_service .sec_txt {
    text-align: center;
    padding: 0 12%
}

.our_services {
    border: 1px solid #f4f6f7;
    color: #fff;
    border-radius: 2px;
    padding: 20px 15px;
    background: #f4f6f7;
    height: 385px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
    margin: 20px 0
}

.box_1:after, .box_2:after {
    content: "";
    opacity: .4;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: 150px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    left: 0
}

.our_services a {
    color: #616161
}

.our_services_cont {
    position: relative;
    z-index: 10
}

.our_services_cont h4 {
    font-size: 20px;
    font-weight: 700
}

.our_services_cont h6 {
    font-size: 12px;
    color: #8a8282;
    font-weight: 600;
    margin-top: -5px
}

.our_services_cont hr {
    border-bottom: 2px solid #368cca;
    width: 35px;
    float: left;
    display: block;
    margin-top: -5px;
    margin-bottom: 30px
}

.looking_sec, .open-btn, .rental_sec, ul.dollar-btc {
    text-align: center
}

.box_1:after {
    background-image: url(../img/flat-icon/customer_icon.svg);
    position: absolute
}

.box_2 {
    position: relative
}

.hire-btn:hover, .open-btn, .price_note img {
    display: inline-block
}

.box_2:after {
    background-image: url(../img/flat-icon/contact_icon.svg);
    position: absolute;
    z-index: 0
}

.our_contact {
    padding: 10px 0
}

.open-btn {
    background: #368cca;
    border-radius: 50px;
    color: #fff !important;
    margin: 33px auto;
    padding: 6px 20px;
    box-shadow: 0 5px 2px 0 #52c8ee36, 0 3px 1px -2px #52c8ee36, 0 1px 5px 0 #52c8ee3d !important;
    text-decoration: none !important;
    position: relative;
    z-index: 10;
    width: 200px
}

.bg-red button.hire-btn:hover, .hire-btn, .hire-btn:hover {
    box-shadow: 0 14px 26px -12px #368cca6b, 0 4px 23px 0 #368cca1f, 0 8px 10px -5px #368cca38 !important;
    text-decoration: none
}

.open-btn:hover {
    background: #368cca !important;
    transition: all .5s ease 0s;
    color: #fff !important;
    opacity: .8;
    box-shadow: 0 5px 2px 0 #2783c640, 0 3px 1px -2px #2783c61f, 0 1px 5px 0 #2783c621 !important;
}

.mrgn_bm60 {
    margin-bottom: -60px
}

.mrgn_tm80 {
    margin-top: -80px
}

.mission_sec {
    padding-top: 90px
}

.clients-logo {
    padding: 70px 0 50px
}

.ang_banner {
    top: -55px;
    padding-bottom: 122px
}

.looking_sec {
    padding-top: 80px;
    padding-bottom: 80px
}

.looking_sec img, .looking_sec p {
    padding-top: 20px
}

.rental_sec h4 {
    font-size: 22px;
    padding-bottom: 20px
}

.car_rental_sec li {
    padding-top: 20px !important
}

.panel-default.active>.panel-heading {
    transition: .3s;
    background: #368cca
}

.panel-default.active>.panel-heading a {
    transition: .3s;
    color: #fff
}

.panel-heading {
    transition: .3s;
    border-radius: 0;
    padding: 15px 20px 10px
}

a.accordion-toggle i {
    transition: .3s;
    width: 35px;
    line-height: initial !important;
    font-size: 20px;
    margin: 0;
    text-align: center;
    background: #d0d0d0;
    border-radius: 0;
    height: 35px;
    padding: 6px
}

.panel-default.active>.panel-heading a.accordion-toggle i {
    transition: .3s;
    background: #1978c3
}

.liststyle li i {
    color: #333;
    font-size: 12px
}

.banner_bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #333, #333) rgba(0, 0, 0, 0) !important;
    opacity: .5
}

.banner_bg h1 span, .banner_bg p {
    color: #fff !important
}

span.price-symbol {
    font-size: 25px
}

span.price-value {
    font-size: 40px !important
}

.price_note, ul.dollar-btc {
    font-size: 20px
}

ul.dollar-btc {
    color: #368cca;
    font-weight: 500;
    background-color: #fbfef2;
    padding-top: 10px;
    padding-bottom: 9px
}

ul.dollar-btc li {
    margin: 5px
}

.hire-btn, .hire-btn:hover {
    padding: 10px 70px;
    font-size: 16px;
    height: auto
}

.hire-btn {
    background: #fff;
    color: #000;
    font-weight: 600;
    border-radius: 2px !important;
    text-shadow: none;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    text-transform: capitalize;
    max-width: 100%;
    border: 0 solid #fff
}

.caps_txt, .review_border h3 {
    text-transform: uppercase
}

.hire-btn:hover {
    background-color: #fff;
    border: 0 solid #fff;
    color: #368cca;
    opacity: .8
}

.bg-red button.hire-btn {
    background: #e74c3c;
    color: #fff
}

.bg-red button.hire-btn:hover {
    opacity: .8 !important;
    background: #368cca !important;
    color: #fff !important
}

.request-btn button, .request-btn button :hover, .request-ios-btn button, .request-ios-btn button :hover {
    padding: 0;
    height: auto;
    position: relative;
    font-size: 18px;
    border: none;
    background-color: #000;
    margin-top: 15px;
    display: contents
}

.request-demo-btn img {
    border: 1px solid rgba(255, 255, 255, .23)
}

.tinder-play.request-btn {
    position: relative;
    bottom: 30px
}

.list_p {
    margin-top: 0 !important;
    padding-left: 15px
}

.pad_t60 {
    padding-top: 60px
}

.paidplugin_box_280 .bd, .service_box_280 .bd {
    height: 280px !important
}

.paidplugin_box_300 .bd, .service_box_300 .bd {
    height: 300px !important
}

.paidplugin_box_320 .bd, .service_box_320 .bd {
    height: 320px !important
}

@media(max-width:1024px) {
    .paidplugin_box_280 .bd, .service_box_280 .bd {
        height: 300px !important
    }

    .paidplugin_box_300 .bd, .service_box_300 .bd {
        height: 320px !important
    }

    .paidplugin_box_320 .bd, .service_box_320 .bd {
        height: 340px !important
    }

    .box_h380 {
        height: 370px !important
    }
}

.ios-appdemo form {
    margin-top: -10px
}

body {
    padding-right: 0 !important
}

.review_border {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 2px;
    margin: 50px 0 30px
}

.review_border h3 {
    color: #368cca;
    font-size: 14px;
    font-weight: 600
}

.review_border p {
    font-style: italic;
    font-size: 13px
}

.review_border .month {
    margin-top: -12px
}

.review_border .ratingicon {
    font-size: 13px;
    margin-top: -10px;
    margin-bottom: 10px
}

.review_border i {
    color: #fbb900
}

.review_border hr {
    margin: 10px 0;
    width: 70%;
    float: left;
    display: inline-block;
    clear: both;
    border-bottom: 1px solid #fdfdfd
}

.mrgn_lm15 {
    margin-left: -15px !important
}

@media(min-width:760px) {
    .iosbtn_mrgn img {
        margin-top: -58px
    }
}

#intro-bg-app .list-app {
    padding-top: 0 !important
}

.g-recaptcha {
    transform: scale(.9);
    -webkit-transform: scale(.88);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-top: 20px
}

.pad_20 {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (max-width:468px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        position: relative;
        overflow: hidden
    }

    .container .col-lg-1, .container .col-lg-10, .container .col-lg-12, .container .col-lg-2, .container .col-lg-3, .container .col-lg-4, .container .col-lg-5, .container .col-lg-6, .container .col-lg-7, .container .col-lg-8, .container .col-lg-9, .container .col-md-1, .container .col-md-10, .container .col-md-12, .container .col-md-2, .container .col-md-3, .container .col-md-4, .container .col-md-5, .container .col-md-6, .container .col-md-7, .container .col-md-8, .container .col-md-9, .container .col-sm-1, .container .col-sm-10, .container .col-sm-12, .container .col-sm-2, .container .col-sm-3, .container .col-sm-4, .container .col-sm-5, .container .col-sm-6, .container .col-sm-7, .container .col-sm-8, .container .col-sm-9, .container .col-xs-1, .container .col-xs-10, .container .col-xs-12, .container .col-xs-2, .container .col-xs-3, .container .col-xs-4, .container .col-xs-5, .container .col-xs-6, .container .col-xs-7, .container .col-xs-8, .container .col-xs-9 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .row {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

.google-maps {
    position: relative;
    padding-bottom: 54%;
    height: 0;
    overflow: hidden
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

@media (min-width:768px) {
    .google-maps {
        height: 450px;
        padding: 0
    }
}

.mrgnt10 {
    margin-top: 10px !important
}

@media (max-width:468px) {
    .abt-box {
        padding: 20px 30px !important
    }
}

@media (max-width:768px) {
    .formbox {
        width: 100% !important
    }

    .formbox form {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .abt-box {
        transform: translateY(0) !important
    }

    body .roadtimeline {
        border-left: .25em solid #368cca;
        background: #f0f3f4;
        margin: 2em auto;
        line-height: 1.4em;
        padding: 1em 10px 1em 3em;
        list-style: none;
        text-align: left;
        border-radius: .5em;
        max-width: 600px;
        width: 100%
    }

    body .roadtimeline .event:after {
        box-shadow: 0 0 0 .2em #368cca;
        left: -3.5em;
        background: #fff;
        border-radius: 50%;
        height: .75em;
        width: .75em;
        content: ""
    }

    body .roadtimeline .event:before {
        left: -8em;
        color: #368cca;
        content: attr(data-date);
        text-align: right;
        font-size: .9em;
        font-weight: 800;
        min-width: 9em;
        font-family: sans-serif
    }
}

.formbox {
    width: 60%;
    margin: 15px auto;
    box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2);
    border: 1px solid #f1f1f1;
    float: none
}

img.cus-support {
    padding-top: 50px
}

.intl-tel-input .selected-flag .iti-flag {
    position: relative;
    top: 8px;
    float: left
}

.intl-tel-input .selected-flag .iti-arrow {
    position: relative;
    top: 12px;
    margin-top: 0;
    right: 6px;
    float: right
}

.rchars {
    color: red;
    padding-right: 5px
}

.schedule_meeting.lazy {
    background-image: none;
}

.schedule_meeting {
    margin: 100px auto;
    box-shadow: 0 1px 3px 0 rgba(218, 227, 232, .81);
    padding: 0 15px;
    background: url(../img/meeting_bg.png);
    background-size: cover
}

.calendly-inline-widget {
    margin: -80px auto;
    background: #fff !important;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .1);
    min-width: 320px;
    height: 580px
}

@media (max-width:468px) {
    .approach_title {
        font-size: 30px !important
    }

    .calendly-inline-widget {
        min-width: 100%;
        margin: 0 auto
    }

    #intro-bg-app {
        height: 80% !important
    }
}

.media_bx .media {
    margin: 15px 0;
    height: 280px;
    max-height: 310px;
    border-bottom: 2px solid #368cca
}

.txt_pbt {
    padding-top: 10px;
    padding-bottom: 30px
}

.padb40 {
    padding-bottom: 80px
}

.media-heading {
    line-height: 20px !important
}

.xuber-installation-banner {
    background: url(../img/xuber_installation_bg.jpg) center center/cover no-repeat;
    background-size: cover;
    object-fit: cover
}

.appwork {
    margin: 25px 0;
    background: #fff;
    padding: 20px 10px;
    border-radius: 5px
}

.appwork p {
    margin: 8% 0;
    text-align: justify
}

.appwork p b {
    color: #368cca
}

.appwork img {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .07);
    background: #fff;
    padding: 4px
}

.schedule-form {
    margin: -80px auto;
    background: #fff !important;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .1);
    max-height: 580px;
    border-top: 5px solid #666A73
}

@media screen and (min-device-width:521px) and (max-device-width:766px) {
    .top-sticky {
        top: 50px !important
    }
}

@media screen and (min-device-width:768px) and (max-device-width:920px) {
    .top-sticky {
        top: 77px !important
    }
}

@media screen and (min-device-width:921px) and (max-device-width:1024px) {
    .top-sticky {
        top: 77px !important
    }
}

.cat_posts p.read_mr a:focus, .cat_posts p.read_mr a:active, .cat_posts p.read_mr a:visited, .cat_posts p.read_mr a:hover {
    color: #fff !important
}

.related_blogs .container {
    padding-left: 15px;
    padding-right: 15px
}

.cat_posts h4 a {
    color: #555;
    line-height: 1.4;
    font-weight: 800;
    font-size: 16px
}

.cat_posts h4 {
    margin-bottom: 5px;
    min-height: 65px;
    padding: 0 10px
}

.cat_posts {
    margin-bottom: 30px;
    background: #03a9f414
}

.cat_posts img {
    width: 100%;
    height: 195px;
    object-fit: cover
}

.cat_posts p.read_mr {
    text-align: left;
    padding: 0 10px 20px
}

.cat_posts p.read_mr a {
    background: #e82100;
    padding: 7px 20px
}

.excepr {
    min-height: 110px;
    padding: 0 10px
}

.cat_posts p.read_mr a:hover {
    color: #fff
}

.cart-button, .item-number {
    font-weight: 500;
    display: inline-block
}

.cart-button, .cart-svg, .item-number, .upper-links {
    display: inline-block
}

.home-app-li li, .list-o.bd li, .sidenav li {
    list-style-type: none
}

:focus {
    outline: 0
}

.app-slide.uber-x.padding-common {
    padding: 80px 0 120px;
    height: 80vh
}

.tab-content h3.tab-title {
    padding: 10px 30px 0 20px !important
}

.app-slide-icon .ico span {
    padding: 15px
}

#back-to-top.show img {
    width: 100%;
    height: auto;
    padding: 12px 10px
}

#banner {
    background-image: linear-gradient(to bottom, #f0f5f7, rgba(57, 115, 230, 0))
}

#flipkart-navbar {
    background-color: #fff;
    color: #000;
    box-shadow: 0 2px 30px -11px rgba(0, 0, 0, .13)
}

.row1 {
    padding-top: 10px
}

.row2 {
    padding-bottom: 20px
}

.largenav .pull-right {
    margin-top: 13px !important
}

.mobile-pad {
    padding: 14px
}

.flipkart-navbar-input {
    padding: 11px 16px;
    border-radius: 2px 0 0 2px;
    border: 0;
    outline: 0;
    font-size: 15px
}

.flipkart-navbar-button {
    background-color: #ffe11b;
    border: 1px solid #ffe11b;
    border-radius: 0 2px 2px 0;
    color: #565656;
    padding: 10px 0;
    height: 43px;
    cursor: pointer
}

.cart-button {
    background-color: #2469d9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
    padding: 10px 0;
    text-align: center;
    height: 41px;
    border-radius: 2px;
    width: 120px;
    text-decoration: none;
    color: inherit;
    border: none;
    outline: 0
}

.cart-button:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer
}

.cart-svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px
}

.item-number {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .1);
    height: 20px;
    padding: 3px 6px;
    color: #fff;
    line-height: 12px;
    margin-left: 10px
}

.dropdown .dropdown-menu, .sidenav {
    background-color: #fff;
    box-shadow: 0 4px 8px -3px #555454
}

.upper-links {
    padding: 0 11px;
    line-height: 23px;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    color: inherit;
    border: none;
    outline: 0;
    font-size: 16px
}

.dropdown-menu>li>a, li.mob-head a:hover {
    line-height: 1.42857143;
    clear: both;
    white-space: nowrap
}

.dropdown {
    margin-bottom: 0
}

.dropdown:hover, .dropdown:hover .links {
    color: #368cca
}

.dropdown:hover .dropdown-menu {
    display: block
}

a:focus, a:hover {
    text-decoration: none !important;
    color: #fff
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid #f7f7f7
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    display: none;
    color: #333;
    left: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0
}

.links {
    color: #000;
    text-decoration: none
}

.links:hover {
    color: #368cca;
    text-decoration: none
}

.profile-li {
    padding-top: 2px
}

.largenav {
    display: none
}

.dropdown.mob-head, .smallnav {
    display: block
}

.smallsearch {
    margin-left: 15px;
    margin-top: 15px
}

.menu {
    cursor: pointer
}

li.mob-head a:hover {
    display: block;
    color: #333
}

.sidenav a:focus {
    outline: 0 !important;
    color: #818181
}

@media screen and (min-width:768px) {
    .largenav {
        display: block
    }

    .smallnav {
        display: none
    }

    .smallsearch {
        margin: 0
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 0
}

.form_main, .intl-tel-input.allow-dropdown {
    width: 100%
}

.sidenav a {
    padding: 16px 8px 16px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: .3s
}

a.btn-download.text-center.fea-sec {
    margin-top: 30px
}

span.top-heading.uberh {
    color: #000
}

.testimonial-sec .carousel-indicators {
    top: 270px
}

.testimonial-sec-1 {
    box-shadow: none;
    border: 0;
    margin: 0 20px
}

.view-demo-img span {
    text-transform: capitalize
}

.form_main h4, .tag, .txt2[type=submit], .uber-btn .btn-small {
    text-transform: uppercase
}

.uber-p p {
    text-align: left
}

.uber-p .list-o li {
    margin-bottom: 22px
}

a:focus {
    outline: 0 !important;
    color: #665453
}

.sidenav li a:hover {
    background: #f7f7f7
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #000;
    padding: 10px
}

.gray, .heading {
    position: relative
}

@media screen and (max-height:450px) {
    .sidenav a {
        font-size: 18px
    }
}

.sidenav-heading {
    font-size: 36px;
    color: #fff
}

.top_nav {
    margin-top: 5px !important
}

.banner-notification .tag-new {
    background-color: #368cca;
    padding: 4px 8px;
    color: #fff;
    font-size: .75rem
}

.navbar-custom {
    padding: 25px 30px;
    border-bottom: 0;
    background: #aaa;
    border-top: 0 !important
}

.tag {
    border-radius: 20px;
    font-family: Sailec-Bold, Helvetica, sans-serif;
    letter-spacing: .5px;
    color: #fff;
    background: #368cca;
    padding: 3px 6px;
    margin-right: 15px
}

.news-feed {
    cursor: pointer;
    background: #52c8ed1c;
    4;
    padding: 2px 10px
}

.main-area {
    padding: 4px
}

.nav-top {
    margin-top: 15px
}

body .nav-top-one {
    background: #34495e
}

footer .footer_logo p {
    color: #616161;
    padding: 8px 0 5px
}

footer .quick_links ul li a {
    color: #616161
}

.form_main h4 {
    font-family: roboto;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 20px
}

.dmca_bottom {
    margin-bottom: 10px
}

input#phone {
    padding: 20px 50px
}

ul.country-list {
    max-width: 267px
}

.heading {
    border-bottom: 1px solid #fcab0e;
    padding-bottom: 9px
}

.heading span {
    background: #9e6600;
    bottom: -2px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 75px
}

.feature_box1-icon, .pack-tab-icon {
    height: 50px
}

.txt2[type=submit]:hover {
    color: #fff
}

.form {
    border-radius: 7px;
    padding: 6px
}

.txt[type=text], .txt_3[type=text] {
    padding: 10px 0 10px 5px;
    width: 100%
}

.txt[type=text] {
    border: 1px solid #ccc;
    margin: 10px 0
}

.txt_3[type=text] {
    margin: 10px 0 0
}

.txt2[type=submit] {
    background: #368cca;
    border: 1px solid #368cca;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 35px;
    margin: 10px 0;
    padding: 0;
    width: 50%
}

.txt2:hover {
    background: rgba(0, 0, 0, 0);
    color: #5793ef;
    transition: all .5s ease 0s
}

body .main_footer ul li a.trans-fb:hover {
    background: #3e5b99
}

body .main_footer ul li a.trans-tweet:hover {
    background: #1da1f2
}

body .main_footer ul li a.trans-gplus:hover {
    background: #dc4a38
}

.get_it {
    padding: 7px 1px;
    width: 250px;
    margin-top: 8px
}

.top-download {
    line-height: 30px
}

.foot_one .top-btn-text {
    font-size: 22px
}

.package-para {
    margin-bottom: 3px;
    padding: 13px;
    background: #fff;
    box-shadow: 0 0 16px rgba(56, 56, 56, .12)
}

.package-para i {
    color: #fff !important;
    background: #368cca;
    padding: 5px;
    border-radius: 100%;
    font-size: 11px
}

.package-para .pack-icon {
    position: relative;
    float: left;
    margin-top: 7px
}

.package-para .pack-icon::before {
    content: " ";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    background-color: rgba(232, 0, 0, .3);
    border-radius: 100%;
    box-shadow: 0 1px 16px 0 rgba(243, 63, 10, .41)
}

.pack-txt {
    margin-left: 35px
}

.package-sec .nav-tabs li {
    width: 33.33%
}

.pack-tab-pane {
    overflow-x: hidden;
    padding: 0 11px
}

.package-sec .nav-tabs li a {
    text-align: center;
    border-right: 3px solid #e8e8e8;
    padding: 10px;
    cursor: pointer
}

.package-sec .nav-tabs>li.active>a, .package-sec .nav-tabs>li.active>a:focus, .package-sec .nav-tabs>li.active>a:hover {
    background-color: #fff;
    color: #343434
}

.package-sec .tab-content {
    background: #fff;
    padding: 50px 30px;
    margin: 0
}

ul#navigation li:hover>ul {
    visibility: visible;
    opacity: 1
}

ul#navigation ul, ul#navigation ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99999;
    width: 180px;
    background: #f8f8f8;
    box-shadow: 1px 1px 3px #ccc;
    -webkit-transition: opacity .2s linear, visibility .2s linear;
    -moz-transition: opacity .2s linear, visibility .2s linear;
    -o-transition: opacity .2s linear, visibility .2s linear;
    transition: opacity .2s linear, visibility .2s linear
}

.icon-class-icon {
    float: right !important;
    position: relative !important;
    left: 20px !important;
    top: 8px !important
}

ul#navigation ul {
    top: 43px;
    left: 1px
}

ul#navigation ul li ul {
    top: 0;
    left: 181px
}

ul#navigation ul li {
    clear: both;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c9c9c9
}

ul#navigation ul li a {
    background: 0 0;
    padding: 7px 15px;
    color: #616161;
    text-shadow: 1px 1px 0 #fff;
    text-decoration: none;
    display: inline-block;
    border: 0;
    float: left;
    clear: both;
    width: 150px
}

.pro-slider .slick-next, .pro-slider .slick-prev {
    left: auto;
    opacity: 1 !important;
    background: #368cca;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2);
    z-index: 1
}

.pro-slider .slick-prev {
    right: 50px
}

.pro-slider .slick-next {
    right: 3px
}

.about-us .box-sec {
    padding: 0 50px 55px
}

.about-us .main-para {
    margin-top: 0
}

.about-us .lead-controls p {
    font-size: 17px;
    line-height: 36px;
    margin-top: 45px;
    text-align: justify !important;
    letter-spacing: .4
}

.home-app-li li {
    font-size: 16px;
    color: #5f5b5b
}

.home-app-li i {
    padding: 0 10px 0 0
}

ul.home-app-li {
    text-align: left
}

.section-title h3 {
    margin-top: 0
}

#about-review .reviewer-img {
    height: 600px;
    margin: 0;
    background: #cac6c4
}

#about-us {
    padding: 60px 0 110px
}

.video-about-one {
    padding: 30px 0 0
}

.justifyer {
    text-align: justify
}

#benefit {
    background: url(../img/hari/1_about.html) 0 0/cover fixed
}

.ban-title {
    padding: 350px 0 10px !important
}

.show-more {
    margin-top: 40px
}

.other-show-more {
    padding-bottom: 60px
}

#services i.fa, .owl-controls .clickable i.fa {
    font-size: 20px;
    height: 53px;
    width: 35px;
    padding: 12px 0;
    margin-bottom: 3px;
    border-radius: 10%;
    background: 0 0
}

.products-section {
    padding-top: 0 !important
}

.about-us {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover
}

.box-sec {
    padding: 30px 50px 55px
}

p.home-btn {
    margin-top: 45px
}

.lead-controls {
    margin-top: 10px
}

.lead-controls p {
    font-size: 20px;
    line-height: 33px;
    margin-top: 45px
}

.box-sec .main-para {
    margin-bottom: 0
}

.services-m {
    margin: 65px 0 0
}

.why-b {
    background: fixed #fff;
    padding: 55px 0
}

.boxs.first.why-a, .boxs.second.why-a, .boxs.third.why-a {
    padding: 25px 10px !important;
    box-shadow: 0 0 1px 1px #e8ebf1 !important;
    transition: all .3s ease-in-out !important
}

.boxs.first.why-a {
    margin: 0 20px !important
}

.boxs.second.why-a, .boxs.third.why-a {
    margin: 0 45px !important
}

.log_in_box, .service:hover {
    box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2)
}

.testimonial-sec {
    background: url(../img/testimonial-img.jpg)
}

.why-a img {
    padding: 10px
}

.about-us-img {
    display: block;
    margin: auto
}

@media (min-width:767px) {
    .navbar-nav {
        float: right !important;
        margin: 0
    }
}

.display-table-cell {
    display: block;
    vertical-align: middle;
    padding: 180px 0
}

.service:hover {
    background: #fff;
    margin-bottom: 0;
    padding: 45px 15px;
    color: #fff;
    transition: all .5s ease 0s;
    z-index: 1
}

#services.products-section {
    padding-top: 0
}

.section-title.center {
    padding: 0;
    text-align: center
}

.gray, .uber-x .join-us-app h1 {
    text-align: left
}

#contact-inner {
    background: #FFF !important
}

.log_in_box {
    border: 1px solid #f1f1f1
}

.form-control {
    background: #f7f7f7;
    color: #aaa
}

.contact-fom-sec h2 {
    margin-top: 0;
    margin-right: 50px
}

#contact-inner i.fa {
    float: left
}

h2.price {
    color: #fff;
    font-size: 45px;
    margin: 0
}

.gray {
    left: 15px;
    top: 30px
}

p.gray.address-sec {
    top: 25px
}

.img-contact {
    float: left;
    width: 50px;
    height: auto;
    margin: 20px 0;
    object-fit: cover
}

.btn-download-send {
    padding: 10px 25px;
    width: 150px
}

.heading-img {
    width: 100%;
    height: 90px;
    margin: 22px 0
}

.list-app h3 {
    line-height: 31px;
    color: #fff;
    font-size: 30px
}

@media (min-width:768px) {
    .navbar-nav {
        float: right !important;
        margin: 0
    }
}

.low-back-gradient-app:after {
    background: url(..img/git-uberx.html) !important
}

.banner-h .list-app h3 {
    color: #fff;
    font-weight: 600;
    background: rgba(77, 181, 171, .7);
    padding: 11px;
    border-radius: 15px;
    transition: none;
    text-align: inherit;
    line-height: 42px;
    border-width: 0;
    margin: 0;
    letter-spacing: -1px;
    font-size: 30px
}

.uber-page h1, .uber-page li, .uber-page p, .uber-x h1.x-title {
    text-align: left
}

.list-app h3 span {
    padding-bottom: 10px
}

.uber-x .list-o li {
    text-align: left;
    display: inline-block
}

.ubersec i.fa {
    position: absolute;
    z-index: 10;
    top: -8px;
    right: 30px;
    display: block;
    padding: 5px 0;
    font-size: 36px;
    color: #368cca;
    background-color: #fff;
    box-shadow: 0 1px 5px 2px #c8c2c2;
    border: 1px solid #368cca;
    width: 65px;
    text-align: center
}

.ubersec .container-fluid {
    margin: 0 135px
}

.uber-btn {
    padding-top: 53px
}

.uber-btn .btn-small {
    text-decoration: none;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-top: 25px;
    transition: all .5s ease 0s;
    background: #368cca;
    padding: 11px 17px
}

.ubersec .box.eats {
    min-height: 300px !important;
    border: 1px solid #368cca;
    margin-bottom: 20px
}

.pricing-footer.last-sec-p {
    padding: 45px 0 0
}

#superb-services.uber-box {
    background: #fff
}

.startup.uber-box {
    background: fixed #fff;
    padding: 0
}

.startup .boxs.first, .startup .boxs.second, .startup .boxs.third {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #fff;
    margin: 0
}

.startup .boxs.therteen.xtra-2 {
    border-right: 1px solid #ccc;
    padding: 30px 5px;
    border-bottom: 1px solid #ccc;
    border-left: none
}

.startup .boxs.fourteen.xtra-1 {
    border-left: 1px solid #ccc;
    padding: 16px 5px 0;
    border-bottom: 1px solid #ccc
}

.btn_primary_small {
    padding: 5px 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important
}

.btn-download-small.btn-primary {
    font-family: sans-serif;
    display: inline-block;
    border: 1px solid #368cca;
    padding: 8px 30px;
    background: #368cca;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    text-shadow: none;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    text-transform: initial;
    max-width: 100%;
    width: auto;
    margin-top: 22px;
    box-shadow: 0 5px 2px 0 #2783c640, 0 3px 1px -2px #2783c61f, 0 1px 5px 0 #2783c621 !important;
}

.btn-download-small.btn-primary:hover {
    opacity: .8;
    box-shadow: 0 5px 2px 0 #2783c640, 0 3px 1px -2px #2783c61f, 0 1px 5px 0 #2783c621 !important;
}

.ceo.img-responsive.uber-x {
    height: 600px !important;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 95px;
    background: url(../img/uber-x-banner.png) no-repeat !important
}

.join-us-app h1.x-title {
    font-size: 45px;
    font-weight: 300;
    padding: 15px 0;
    text-transform: inherit;
    line-height: normal
}

div#app-download.uber-x {
    background: #f1f1f1
}

#services-box.tinder-turnkey-solution, .startup.text-center.tinder-padding-sec {
    background: #fff
}

.uber-x-sec {
    padding-bottom: 40px
}

.section-title.bitcoin-b {
    box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2);
    margin: 10px
}

.tossing {
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

.feature-icon .feature-fa {
    margin: 40px 0 0 !important
}

.feature-content.text-left.tinder-feature {
    padding-top: 30px
}

.tinder-offer li {
    padding: 4px
}

.tinder-offer .join-us-icon .ico {
    margin-top: 12px
}

.tinder-padding-sec {
    padding: 75px 0 !important
}

.tinder-padding-sec.startup .boxs.first {
    border-left: 1px solid #ccc !important
}

.join-us.tinder-padding-sec {
    background: #f1f1f1
}

.startup .boxs.first, .startup .boxs.second, .startup .boxs.third {
    padding: 30px
}

h1.bd-title {
    font-size: 55px
}

h3.bd-title {
    font-size: 33px;
    color: #fff
}

#rotate-services.bd {
    background: #fff
}

.service.bd img {
    width: 90px;
    padding-bottom: 15px
}

.list-o.bd li {
    padding: 4px 3px;
    line-height: 28px;
    color: #616161;
    margin-bottom: 0
}

#contact.hire .form-control {
    display: block;
    width: 100%;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 22px;
    background-color: transparent;
    background-image: none;
    color: #bababa;
    border-radius: 2px;
    -webkit-box-shadow: none;
    border: 1px solid #bababa;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-top: 25px
}

#contact .form-control:focus {
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
    border: 1px solid #bababa
}

#contact.hire form {
    padding: 0
}

.low-back-footer-r.hire:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1
}

.m-n {
    margin: 0 !important
}

strong.f-min {
    font-weight: 300
}

hr.title {
    height: 2px;
    width: 90px;
    text-align: center;
    position: relative;
    background: #368cca;
    margin: 30px auto 15px;
    border: 0
}

.btn-download-send:hover {
    background-color: #121212;
    border: none;
    color: #fff;
    text-decoration: none;
    display: inline-block
}

.subs {
    background-color: #f1f1f1
}

.newsletter-content>input.bd {
    background-color: #fff
}

.newsletter-content .button:hover {
    background: #368cca;
    color: #fff;
    border: 1px solid #fff
}

.newsletter-content .button {
    border: 1px solid #368cca
}

.text-con-n.subs.low-back-up {
    padding: 55px 0
}

.newsletter {
    padding: 80px 0 0
}

.block-sec #particles-js, .block-sec .display-table {
    height: 70%
}

.block-sec .display-table-cell {
    padding: 120px 0
}

.bg-app.eats {
    background: url(../img/product-banner/ubereats-bg.png) center center no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%
}

.eats.low-back-gradient-r:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #fff, #fff) rgba(0, 0, 0, 0);
    opacity: .95
}

.top-heading-i.eats {
    color: #34495e
}

.text-con-i.eats {
    color: #fff;
    padding: 120px 0 0
}

.btn-download-app:hover {
    background: #368cca !important;
    color: #fff !important;
    opacity: .8;
    box-shadow: 0 14px 26px -12px #368cca6b, 0 4px 23px 0 #368cca1f, 0 8px 10px -5px #368cca38 !important;
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    border: 0 !important;
    text-shadow: none;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    max-width: 100%;
    margin-top: 18px
}

.btn-download-app i:hover {
    color: #368cca;
    font-size: 22px
}

.btn-download-app:hover i {
    color: #368cca !important
}

.box.eats {
    min-height: 380px
}

.box.eats:hover>i.fa {
    color: #fff;
    transform: none !important;
    padding: 30px 0
}

.home-sec .box {
    max-height: 300px !important
}

p.home-btn a:focus {
    color: #fff !important;
    outline: 0 !important
}

.photo:focus, p.home-btn {
    outline: 0
}

.col-item {
    border-radius: 0;
    background: #FFF;
    transition: all .3s ease-in-out !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.col-item:hover {
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, .18) !important
}

.col-item .photo img {
    margin: 0 auto;
    width: 100%
}

.col-item .info {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px
}

.col-item:hover .info {
    background-color: beige
}

.col-item .price {
    float: left;
    margin-top: 5px
}

.col-item .price h5 {
    line-height: 20px;
    margin: 0
}

.price-text-color {
    color: #219FD1
}

.col-item .info .rating {
    color: #777
}

.col-item .rating {
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px
}

.col-item .separator {
    border-top: 1px solid #E1E1E1
}

.clear-left {
    clear: left
}

.col-item .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center
}

.col-item .separator p i {
    margin-right: 5px
}

.col-item .btn-add {
    width: 50%;
    float: left;
    border-right: 1px solid #E1E1E1
}

.col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px
}

.controls {
    margin-top: 20px
}

[data-slide=prev] {
    margin-right: 10px
}

.uber-product-a {
    background-size: 100%;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #f7f7f7
}

#intro-bg-flipboard .app-slide.uber-x {
    overflow: hidden;
    background: 0 0;
    text-align: left
}

.photo h6, .pricing-footer, .pricing-head {
    text-align: center
}

.photo h6 {
    font-size: 16px;
    padding: 9px
}

.amazon .playstore {
    padding: 75px 0 143px;
    background: #000;
    transition: all .6s ease 0s;
    z-index: 999;
    border-right: 0;
    border-left: 0;
    opacity: .75
}

.bg-img p {
    font-size: 17px;
    line-height: 28px
}

.top-sticky {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 69px
}

.sticy_btnsec a.stickybtns {
    padding: 7px 15px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .4);
    color: #fff;
    background: #368cca;
    border-radius: 2px;
    font-size: 12px;
    margin-left: 5px
}

.sticy_btnsec a.stickybtns img {
    padding: 5px;
    border-radius: 2px;
    background: #eee !important;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .4);
    transition: .5s
}

.sticy_btnsec a.stickybtns:hover img {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 1);
    transition: .5s
}

#banner .list-app.home h1 {
    margin-bottom: 0;
    margin-top: 38px
}

.top-sticky a.btn-small {
    border: none;
    padding: 10px 17px 10px 18px;
    font-size: 12px
}

#sticky {
    float: right
}

.top-nav-collapse .top-sticky a {
    color: #fff !important
}

.col-item.a {
    background: #357dd6
}

#testimonial img {
    width: 100px
}

.btn-success, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #368cca;
    border-color: #368cca
}

.media-body h3 {
    margin: 20px 0
}

#tab {
    padding: 55px 35px
}

#blog {
    background: #fff;
    padding: 55px 0
}

.tab-wrap {
    border: 1px solid #e6e6e6;
    margin-bottom: 0;
    margin-top: 20px
}

::-webkit-input-placeholder {
    color: #aaa !important
}

::-moz-placeholder {
    color: #aaa !important
}

:-ms-input-placeholder {
    color: #aaa !important
}

:-moz-placeholder {
    color: #aaa !important
}

.success-sec {
    padding: 145px 0 55px
}

.success-sec h4 {
    margin-top: 20px !important;
    margin-bottom: 28px !important
}

.blog-sec {
    height: 70%;
    background: url(../img/about-page.png) no-repeat;
    background-size: cover;
    position: relative;
    opacity: .8
}

.blog-sec .header-text.text-center {
    padding-top: 100px
}

h1.h-blog {
    padding: 130px 0 0;
    color: #000
}

.dropbtn {
    color: #eee;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    box-sizing: content-box;
    -moz-box-sizing: border-box
}

.dropbtn:focus, .dropbtn:hover {
    background-color: #f7f7f7;
    box-sizing: content-box
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    padding: 10px;
    right: 83px;
    top: 53px
}

.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

.dropdown a:hover {
    background-color: #000
}

.show {
    display: block
}

.dropbtn.dropdown.mob-link {
    box-sizing: content-box;
    padding: 16px 8px 16px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: .3s
}

.slick-next:before, <<<<<<< HEAD=======.slick-prev:before {
    font-family: FontAwesome;
    font-size: 15px;
    color: #fff
}

.slick-next, .slick-prev {
    top: -37px
}

>>>>>>>origin/master .slick-prev {
    right: 50px;
    z-index: 1;
    left: auto;
    opacity: 1 !important
}

.slick-next {
    right: 18px
}

.slick-prev:before {
    content: "\f053"
}

.slick-next:before {
    content: "\f054"
}

.pro-slide-box {
    margin-top: 3px;
    height: auto;
    padding: 20px 20px 20px 0
}

.photo a img {
    border-radius: 0 !important
}

.pill-content>.pill-pane, .tab-content>.tab-pane {
    display: block;
    height: 0;
    overflow-y: hidden
}

.pill-content>.active, .tab-content>.active {
    height: auto
}

h3.tab-title {
    padding: 10px 30px 0 20px
}

.pricing {
    position: relative;
    margin-bottom: 15px;
    border: 3px solid #eee
}

.pricing-active, .pricing:hover {
    border: 3px solid #368cca
}

.pricing-active {
    margin-top: -10px;
    box-shadow: 7px 7px #fbd7d4
}

.pricing:hover h4 {
    color: #368cca
}

.pricing-head h3, .pricing-head h4 {
    margin: 0;
    line-height: normal
}

.pricing-head h3 span, .pricing-head h4 span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-style: normal
}

.pricing-head h3 {
    font-weight: 300;
    color: #fafafa;
    padding: 12px 0;
    font-size: 27px;
    background: #368cca;
    border-bottom: solid 1px #368cca
}

.pricing-head h4 {
    color: #368cca;
    padding: 15px 0;
    font-size: 54px;
    font-weight: 300;
    background: #fbfef2;
    border-bottom: solid 1px #f5f9e7
}

.pricing-head-active h4 {
    color: #368cca
}

.pricing-head h4 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative
}

.pricing-head h4 span {
    top: -10px;
    font-size: 14px;
    font-style: normal;
    position: relative
}

.pricing-content li {
    color: #888;
    font-size: 16px;
    padding: 7px 15px;
    border-bottom: solid 1px #f5f9e7
}

.pricing-footer {
    color: #777;
    font-size: 11px;
    line-height: 17px;
    padding: 23px 20px 25px
}

.pricing-footer p {
    margin-bottom: 0;
    margin-top: 11px
}

h2.pay_with {
    font-size: 38px
}

.price-active, .pricing:hover {
    z-index: 9
}

.price-active h4 {
    color: #36d7ac
}

.no-space-pricing .pricing:hover {
    transition: box-shadow .2s ease-in-out
}

.no-space-pricing .price-active .pricing-head h4, .no-space-pricing .pricing:hover .pricing-head h4 {
    color: #36d7ac;
    padding: 15px 0;
    font-size: 80px;
    transition: color .5s ease-in-out
}

a.nectar-button.medium.regular.accent-color.regular-button {
    padding: 7px;
    color: #fff;
    background: #368cca
}

.ceo.img-responsive.taxi-1, .ceo.img-responsive.taxi-2, .ceo.img-responsive.taxi-3, .ceo.img-responsive.taxi-4 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 95px;
    height: 650px;
    margin-top: -36px;
    overflow: hidden
}

.form .btn-download-app-tr {
    font-size: 16px
}

.ceo.img-responsive.taxi-1 {
    background: url(../img/screen/taxi-1.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.taxi-2 {
    background: url(../img/courier_img2.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.taxi-3 {
    background: url(../img/courier_img3.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.taxi-4 {
    background: url(../img/courier_img4.png) no-repeat;
    background-size: 100%
}

.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bs-slider>.carousel-inner>.item>a>img, .bs-slider>.carousel-inner>.item>img {
    margin: auto;
    width: 100% !important
}

.banner-text h1, .banner-text p {
    color: #000 !important
}

.banner-text a {
    color: #fff !important
}

.fade {
    opacity: 1
}

.fade .item {
    top: 60px;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s
}

.fade .item:first-child {
    position: relative
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s
}

.control-round .carousel-control {
    top: 50%;
    opacity: 0;
    width: 75px;
    height: 75px;
    z-index: 100;
    color: #fff;
    display: block;
    font-size: 50px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: 400;
    background: 0 0;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.control-round:hover .carousel-control {
    opacity: 1
}

.control-round .carousel-control.left {
    left: 1%;
    padding: 10px
}

.control-round .carousel-control.right {
    right: 1%;
    padding: 10px
}

.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, .5);
    border: 0 transparent
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%
}

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all .5s cubic-bezier(.22, .81, .01, .99);
    transition: all .5s cubic-bezier(.22, .81, .01, .99);
    z-index: 10;
    cursor: pointer
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.slide_style_left {
    text-align: left !important
}

.slide_style_right {
    text-align: right !important
}

.slide_style_center {
    text-align: center !important
}

.slide-text {
    left: 0;
    top: 22%;
    right: 0;
    margin: auto;
    position: absolute;
    text-align: left;
    padding: 10px 85px
}

.slide-text>h1, .slide-text>p {
    padding: 0;
    color: #fff;
    letter-spacing: 1px
}

.slide-text>h1 {
    font-size: 50px;
    font-style: normal;
    line-height: 60px;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    font-weight: 200
}

.slide-text>p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.slide-text>a.btn-default, .slide-text>a.btn-primary {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    border: none
}

.slide-text>a.btn-default {
    color: #000;
    margin-right: 10px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out
}

.slide-text>a.btn-primary {
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
    background: #58a2f1;
    text-decoration: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out
}

.slide-text>a:active, .slide-text>a:hover {
    color: #fff;
    background: #58a2f1;
    -webkit-transition: background .5s ease-in-out, color .5s ease-in-out;
    transition: background .5s ease-in-out, color .5s ease-in-out
}

a.btn.btn-default.btn-food {
    background: #ff9748;
    color: #fff !important
}

@media (max-width:991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px
    }

    .slide-text>p {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .slide-text {
        padding: 10px 50px
    }

    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px
    }

    .control-round .carousel-control, .package-sec .nav-tabs li a span {
        display: none
    }

    .multi_sec .box {
        min-width: inherit !important;
        min-height: inherit !important;
        width: auto !important;
        margin: 10px
    }

    .multi_sec .box img {
        width: auto !important;
        border: 0 !important;
        padding: 0 !important;
        height: 40px
    }

    .package-sec .tab-content {
        padding: 50px 10px
    }

    .multi_sec .box h4 {
        font-size: 13px !important
    }
}

@media (max-width:480px) {
    .slide-text h1 {
        margin-bottom: 5px
    }

    .slide-text>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px
    }

    .slide-text>a.btn-default, .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px
    }

    .indicators-line>.carousel-indicators {
        display: none
    }

    .fade {
        opacity: 1.2;
        top: 69px
    }

    .slide-text h1 {
        font-size: 15px;
        line-height: 21px
    }

    .slide-text {
        padding: 0 16px;
        top: 30px;
        max-height: 637px
    }

    .fade .item {
        top: 3px
    }

    i.fa.fa-life-ring {
        color: #fa9531
    }

    i.fa.fa-user-plus {
        color: #eb468b
    }

    i.fa.fa-database {
        color: #ae589f
    }

    i.fa.fa-rocket {
        color: #c72c28
    }

    i.fa.fa-thumbs-o-up {
        color: #70a900
    }

    i.fa.fa-globe {
        color: #2bb5ee
    }

    .home-sec .box img {
        width: 100px
    }

    .home-sec .box.eats {
        min-height: 352px
    }

    .ion-minus {
        padding: 0 10px
    }

    blockquote {
        border: none
    }

    blockquote p {
        font-size: 14px
    }

    #testimonial .left.carousel-control, #testimonial .right.carousel-control {
        display: inline-block;
        position: absolute;
        top: 100%;
        font-size: 30px;
        font-weight: bolder;
        color: #5db4c0
    }

    #testimonial #carousel {
        margin: 30px 0
    }

    #testimonial .left.carousel-control {
        left: 20%
    }

    #testimonial .right.carousel-control {
        right: 20%
    }

    #testimonial .fa.fa-quote-right {
        color: #5db4c0;
        font-size: 13px;
        padding-right: 10px
    }

    .testimonial-sec .carousel-control.left, .testimonial-sec .carousel-control.right {
        background-image: none !important;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#34495e00000', GradientType=1);
        color: #368cca;
        opacity: 1.8
    }

    .testimonial-sec .carousel-control.left {
        padding-top: 80px;
        padding-right: 163px
    }

    .testimonial-sec-1 img.img-circle {
        padding: 10px
    }

    .testimonial-sec .carousel-control.right {
        padding-top: 80px;
        padding-left: 178px
    }

    a.left.carousel-control, a.right.carousel-control {
        font-size: 50px
    }
}

@media(max-width:1366px) {
    p.para {
        line-height: 25px;
        font-size: 15px
    }

    .about-heading h3 {
        font-size: 18px
    }

    .container-intro {
        margin: 0 auto;
        width: 100%
    }
}

@media(max-width:1024px) {
    img.img-circle.team-img {
        width: 200px;
        height: 200px
    }

    .about-pic img {
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

    .join-us .carousel h1 {
        font-size: 35px
    }

    .feature-content img {
        margin-top: 45px
    }

    .section-title h2, .section-title.center h2 {
        font-size: 35px
    }
}

@media(max-width:980px) {
    .container {
        width: 100%
    }

    .navbar-toggle {
        color: #34495e;
        font-size: 21px
    }

    .feature-content img {
        margin-top: 55px
    }

    .demo-head {
        display: none
    }

    #main-centent-ii {
        padding: 0 0 70px 0
    }

    .navbar-nav>li>a {
        font-size: 13px
    }

    .header-text h1 {
        font-size: 30px
    }
}

@media(max-width:900px) {
    .navbar-header {
        text-align: center;
        float: none
    }

    .navbar-brand {
        display: inline-block;
        float: none;
        text-align: center
    }

    .navbar-right {
        float: none;
        width: 100%;
        text-align: center
    }

    .navbar-nav {
        float: none
    }

    .navbar-nav>li {
        display: inline-block;
        float: none;
        text-align: center
    }

    .navbar-nav>li>a {
        padding: 13px 12px
    }

    .feature-box {
        margin-bottom: -15px
    }

    .feature-content img {
        margin-top: 0;
        background-image: none;
        display: none;
        margin: 0;
        padding: 0
    }

    .feature-icon-left-more .feature-content {
        padding-left: 90px;
        padding-bottom: 20px;
        padding-top: 35px;
        text-align: left;
        padding-right: 0
    }

    .feature-icon-left-more .feature-icon i.fa {
        float: left
    }

    .feature-icon-left-more-app .feature-content {
        padding-left: 90px;
        padding-bottom: 20px;
        padding-top: 35px;
        text-align: left;
        padding-right: 0
    }

    .feature-icon-left-more-app .feature-icon i.fa {
        float: left;
        font-size: 28px;
        color: #34495e;
        margin: 50px 0 0 0;
        height: 55px;
        width: 55px;
        padding: 14px 0 0 0;
        border-radius: 10%;
        border: 1px solid #34495e
    }

    .navbar-nav>li>a {
        font-size: 9px
    }

    .intro-heading {
        font-size: 25px
    }

    .log_in_box {
        width: 100%
    }

    .data table td, .data table th {
        padding: 10px
    }

    .btn-t {
        padding: 2px;
        font-size: 12px;
        display: block
    }

    .data table th {
        font-size: 12px
    }
}

@media(max-width:768px) {
    .navbar-nav>li>a {
        font-size: 12px
    }

    .section-title h2, .section-title.center h2 {
        font-size: 35px;
        line-height: normal
    }

    .main-para {
        font-size: 25px
    }

    .feature-content img {
        margin-top: 0;
        background-image: none;
        display: none;
        margin: 0;
        padding: 0
    }

    .feature-box {
        margin-bottom: 15px;
        margin-top: -16px
    }

    .top-btn-c {
        font-size: 20px;
        margin-bottom: 25px
    }

    .join-us .carousel h1, .offer p {
        font-size: 30px
    }

    .nav-tabs>li>a {
        font-size: 15px;
        padding: 20px;
        width: 100%
    }

    .accordion-inner h4 {
        margin-top: 10px
    }

    .tab-wrap .media .pull-left {
        clear: both;
        width: 100%
    }

    .tab-wrap .media .media-body {
        clear: both
    }

    .nav-tabs>li.active>a:after {
        display: none
    }

    .parrent pull-left {
        width: 100%
    }

    .header .intro-text .intro-heading {
        font-size: 25px
    }

    .feature-icon-left-more-app .feature-content {
        padding-left: 90px;
        padding-bottom: 20px;
        padding-top: 35px;
        text-align: left;
        padding-right: 0
    }

    .feature-icon-left-more-app .feature-icon i.fa {
        float: left;
        font-size: 28px;
        color: #34495e;
        margin: 50px 0 0 0;
        height: 55px;
        width: 55px;
        padding: 14px 0 0 0;
        border-radius: 10%;
        border: 1px solid #34495e
    }

    .about-img-bus-p {
        margin: 40px 0 0 0
    }

    .about-img-bus-f {
        margin: 40px 0 0 0
    }

    .about-cor-a {
        height: 500px
    }

    .about-cor-b {
        height: 500px
    }

    .about-ag-a {
        height: 500px
    }

    .about-ag-b {
        height: 500px
    }

    .about-img-bus-w {
        height: 650px
    }

    .about-img-bus-p {
        height: 650px
    }

    .about-img-bus-f {
        height: 650px
    }

    .about-ag-a {
        height: 510px
    }

    .about-ag-b {
        height: 510px
    }

    .about-ma-a {
        height: 510px
    }

    .about-text-bus {
        padding-bottom: 60px
    }

    .intro-text .intro-heading {
        font-size: 30px
    }

    .o-demos {
        font-size: 30px
    }

    .intro-heading-s {
        font-size: 18px
    }

    .intro-text .intro-lead-in {
        font-size: 13px
    }

    #intro-bg {
        padding: 120px 0 150px 0
    }

    #more-demos {
        padding: 60px 0 60px 0
    }

    header .intro-text .intro-heading {
        font-size: 35px
    }

    .feature-icon-left-more .feature-content {
        padding-left: 90px;
        padding-bottom: 20px;
        padding-top: 35px;
        text-align: left;
        padding-right: 0
    }

    .feature-icon-left-more .feature-icon i.fa {
        float: left
    }

    .list-demos {
        font-size: 13px
    }

    .skill {
        width: 100%
    }

    p.para {
        font-size: 14px;
        margin: 10px
    }

    .about-heading {
        margin-top: 1px
    }

    .feature-box h4 {
        font-size: 18px
    }

    #awesome-features {
        padding: 70px 0 70px 0
    }

    #Portfolio {
        padding: 70px 0 70px 0
    }

    #services-icon {
        padding: 70px 0 70px 0
    }

    #Pricing {
        padding: 70px 0 70px 0
    }

    #testimonials {
        padding: 70px 0 70px 0
    }

    #blog {
        padding: 0 0 70px 0
    }

    #awesome-features-y {
        padding: 70px 0 70px 0
    }

    .para-tex {
        font-size: 16px
    }

    .clients-name {
        font-size: 22px
    }

    #awesome-features-freelancer {
        padding: 70px 0 70px 0
    }

    #resume {
        padding: 70px 0 70px 0
    }

    #contact {
        padding: 70px 0 70px 0
    }

    #mobile-apps {
        padding: 70px 0 70px 0
    }

    #apps-screen {
        padding: 70px 0 70px 0
    }

    #Pricing-app {
        padding: 70px 0 70px 0
    }

    #client {
        padding: 70px 0 70px 0
    }

    #team {
        padding: 70px 0 70px 0
    }

    #design {
        padding: 70px 0 70px 0
    }

    #skills {
        padding: 70px 0 70px 0
    }

    #design {
        padding: 70px 0 70px 0
    }

    #tab {
        padding: 0 0 70px 0
    }

    .Demo {
        padding: 70px 0 70px 0
    }

    .timeline .timeline-heading h4 {
        margin-top: 0;
        text-transform: capitalize;
        font-size: 15px;
        line-height: 25px
    }

    .email h2 {
        font-size: 20px
    }

    .phone h2 {
        font-size: 20px
    }

    .money h2 {
        font-size: 20px
    }

    .pricing-area h1 {
        font-size: 18px
    }

    .pricing-area h1 span {
        font-size: 18px
    }

    .achivement-box h4 {
        font-size: 12px
    }

    #mobile-apps h2 {
        font-size: 35px
    }

    .btn-intro {
        font-size: 16px;
        max-width: 220px
    }

    .about-cor {
        padding: 2px
    }

    .about-text {
        padding: 2px
    }

    .services-icon-wrap {
        padding: 10px
    }

    .services-icon-wrap h3 {
        font-size: 16px
    }

    .navbar-nav>li>a {
        font-size: 9px
    }

    footer h5 {
        padding: 5px;
        margin: 20px 0 0 0
    }

    footer .subscribe_now form {
        margin-left: 20px
    }

    .newsletter-content .button {
        font-size: 12px
    }

    .iphone {
        padding: 20px
    }

    .playstore {
        padding: 20px
    }

    .windows {
        padding: 20px
    }

    .uberx-banner {
        display: none
    }

    .ceo.img-responsive.common {
        display: none
    }

    .app-slide.uber-x {
        padding: 0 0 20px 0
    }

    .btn-download-app.text-center.banner {
        margin-bottom: 10px
    }

    a.btn-download-app.text-center {
        margin-bottom: 10px
    }

    .footer-btn {
        text-align: center
    }

    .foot_one .top-btn-text {
        font-size: 15px
    }

    .footer-txt {
        padding: 9px
    }

    .text-con-video iframe {
        width: -webkit-fill-available
    }
}

@media(max-width:767px) {
    .navbar-brand {
        display: block;
        margin-left: 25px
    }

    .dropdown:hover.dropdown:focus .dropdown-menu {
        display: block;
        -webkit-animation: fadeInUp 400ms;
        animation: fadeInUp 400ms;
        width: 100%
    }

    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin-left: 0;
        margin-right: 0
    }

    .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
        background: #34495e
    }

    .dropdown-menu>li>a {
        width: 100%
    }

    .navbar-nav>li {
        display: block
    }

    .navbar-nav>li>a {
        font-size: 9px
    }
}

@media(max-width:480px) {
    #rotate-services {
        padding: 30px 0 30px 0
    }

    .top-btn-text {
        font-size: 15px
    }

    .btn-download-w {
        padding: 12px 15px;
        font-size: 15px
    }

    .about-ag-a {
        height: 300px
    }

    .navbar-custom {
        padding: 18px 3px
    }

    #banner {
        height: auto;
        width: 100%;
        padding-bottom: 0;
        top: 0;
        left: 0;
        text-align: center;
        margin: 0;
        padding-top: 0;
        animation: awan-animasi 50s linear infinite;
        -ms-animation: awan-animasi 50s linear infinite;
        -moz-animation: awan-animasi 50s linear infinite;
        -webkit-animation: awan-animasi 50s linear infinite;
        position: relative;
        overflow: hidden;
        display: block
    }

    .bitcoin-sec {
        padding-top: 0
    }

    #banner .list-app.home h1 {
        margin-bottom: 0;
        margin-top: 120px;
        font-size: 30px
    }

    .home p.white {
        font-size: 13px
    }

    #banner svg {
        height: 30% !important
    }

    .btn-download {
        max-width: 200px;
        font-size: 16px
    }

    .btn-get {
        font-size: 16px;
        max-width: 200px
    }

    .about-ag-b {
        height: 300px
    }

    #main-centent {
        padding: 45px 0 45px 0
    }

    .main-para {
        font-size: 20px
    }

    .list-demos {
        font-size: 14px;
        line-height: 25px
    }

    .join-us .carousel h1, .offer p {
        font-size: 35px
    }

    .para-tex {
        font-size: 14px
    }

    .clients-name {
        font-size: 18px
    }

    .about-img-bus-w {
        height: 300px
    }

    .about-img-bus-p {
        height: 300px;
        margin: 40px 0 0 0
    }

    .about-img-bus-f {
        height: 300px;
        margin: 40px 0 0 0
    }

    .about-ma-a {
        height: 300px
    }

    .feature-icon-left-more .feature-icon i.fa {
        float: left
    }

    .main-area h1 {
        font-size: 16px;
        line-height: 25px
    }

    .about-ma-a {
        height: 300px
    }

    .feature-content {
        background-image: none
    }

    .feature-icon-left-more .feature-content {
        padding-left: 0;
        padding-bottom: 20px;
        padding-top: 35px;
        text-align: right;
        padding-right: 90px
    }

    .btn-download-black {
        width: 170px
    }

    .section-title.freelancer h2 {
        font-size: 30px;
        width: 270px
    }

    .feature-icon-left-more-app .feature-content {
        padding-left: 90px;
        padding-bottom: 20px;
        padding-top: 35px;
        text-align: left;
        padding-right: 0
    }

    .feature-icon-left-more-app .feature-icon i.fa {
        float: left;
        font-size: 28px;
        color: #34495e;
        margin: 50px 0 0 0;
        height: 55px;
        width: 55px;
        padding: 14px 0 0 0;
        border-radius: 10%;
        border: 1px solid #34495e
    }

    .join-us-app h1 {
        font-size: 40px
    }

    .about-cor-a {
        height: 300px
    }

    .about-cor-b {
        height: 300px
    }

    #services h2 {
        font-size: 30px
    }

    .intro-text .intro-heading {
        font-size: 30px
    }

    .o-demos {
        font-size: 30px
    }

    .intro-heading-s {
        font-size: 18px
    }

    .intro-text .intro-lead-in {
        font-size: 13px
    }

    #intro-bg {
        padding: 120px 0 150px 0
    }

    header .intro-text .intro-heading {
        font-size: 30px
    }

    .iphone h3 {
        font-size: 15px
    }

    .playstore h3 {
        font-size: 15px
    }

    .windows h3 {
        font-size: 15px
    }

    .iphone h2 {
        font-size: 22px
    }

    .playstore h2 {
        font-size: 22px
    }

    .windows h2 {
        font-size: 22 px
    }

    .join-us-app h1 {
        font-size: 30px
    }

    .join-us .carousel h1, .offer p {
        font-size: 30px
    }

    .feature-icon-left-more-y .feature-icon-y i.fa {
        margin: 70px 20px 0 10px
    }

    .box-sec .main-para {
        font-size: 30px;
        margin: 0
    }

    .lead-controls p {
        margin-top: 26px;
        line-height: 25px;
        text-align: justify
    }

    .about-us-img {
        width: 100%
    }

    .top-sticky a.btn-small {
        right: 0
    }

    .boxs.first.why-a {
        margin: 0 !important
    }

    .boxs.second.why-a {
        margin: 0 !important
    }

    .boxs.third.why-a {
        margin: 0 !important
    }

    #client {
        background-repeat: no-repeat;
        background-size: cover
    }
}

@media(max-width:360px) {
    .about-cor-a {
        height: 250px
    }

    .about-cor-b {
        height: 250px
    }

    .navbar-collapse.in {
        overflow: auto
    }

    .join-us .ceo {
        height: 450px
    }

    .join-us .ceo2 {
        height: 250px
    }

    .join-us .ceo3 {
        height: 250px
    }

    .btn-get {
        font-size: 16px;
        max-width: 200px;
        margin-left: 0;
        margin-top: 0
    }
}

@media(max-width:320px) {
    .about-cor-a {
        height: 250px
    }

    .about-cor-b {
        height: 250px
    }
}

@media(min-width:768px) {
    .navbar-custom-i {
        padding: 14px 30px;
        border-bottom: 0;
        border-top: 3px solid #0bbae0;
        background: #333
    }

    .navbar-custom {
        padding: 15px 30px;
        position: fixed;
        border-bottom: 0;
        background: #fff;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        border-top: 5px solid #e74c3c;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out
    }

    .navbar-custom.top-nav-collapse {
        background: #fff;
        box-shadow: 0 0 5px #b3b3b3;
        padding: 15px 30px
    }

    .navbar-custom .navbar-brand {
        margin-top: 6px;
        background: url(../img/logo-in.png) no-repeat;
        width: 175px;
        height: 39px
    }

    .navbar-custom.top-nav-collapse .navbar-brand {
        margin-top: 11px;
        background: url(../img/logo-in.png) no-repeat;
        width: 175px;
        height: 39px
    }

    .navbar-custom .navbar-brand .navbar-toggle li a:active {
        outline: 0;
        color: #0592f4;
        border-bottom: 5px solid #fff
    }

    .navbar-custom.top-nav-collapse .navbar-brand .navbar-toggle li a:active {
        outline: 0;
        color: #0592f4;
        border-bottom: 5px solid #fff
    }

    .navbar-custom.top-nav-collapse a {
        color: #34495e
    }

    .top-nav-collapse.btn-donate a {
        color: #fff !important
    }

    .navbar-toggle {
        background: #e74c3c none repeat scroll 0 0;
        border: 1px solid transparent;
        border-radius: 10px;
        float: right;
        font-size: 20px;
        margin-bottom: 8px;
        margin-right: 15px;
        margin-top: 8px;
        padding: 8px 22px;
        position: relative
    }

    .navbar-nav>li.active>a {
        color: #e74c3c;
        transition: all 300ms ease-in-out 0s;
        border-bottom: 1px solid #e74c3c
    }

    .navbar-nav.top-nav-collapse>li.active>a {
        color: #0bbae0
    }

    .video-iframe {
        top: 25px;
        left: 76px;
        width: 279px;
        height: 175px
    }

    .modal-dialog {
        width: 100%;
        max-width: 960px;
        margin: 50px auto
    }

    .timeline:before {
        left: 50%
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px
    }

    .timeline>li .timeline-panel {
        float: right;
        width: 90%;
        padding: 30px 20px 20px 30px;
        text-align: left;
        background: #fff;
        border: 1px solid #cfcfcf
    }

    .timeline>li .timeline-image {
        left: 10px;
        width: 80px;
        height: 80px;
        top: -2px
    }

    .timeline>li .timeline-image h4 {
        margin-top: 26px;
        line-height: 16px;
        font-weight: 600;
        font-size: 16px
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 30px 30px 20px 20px;
        text-align: left
    }

    .top-nav-collapse .border {
        display: none
    }
}

.demo-btn-l ul, .demo-btn-l ul li a {
    text-align: center;
    width: 100%;
    display: inline-block
}

.navbar-custom.top-nav-collapse a:focus, a:focus, a:hover {
    text-decoration: none !important
}

.sub-exp-one {
    display: inline-block;
    width: 100%;
    padding: 70px 0
}

.sub-exp-two {
    margin: 90px 0;
    display: inline-block;
    width: 100%
}

.sub-exp-three {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 60px 0
}

.sub-exp-four {
    margin: 90px 0;
    display: inline-block;
    width: 100%
}

#app-demo ul, .demos {
    margin-bottom: 0
}

.sub-exp-five .list-o.list-f li {
    position: relative;
    left: -35px !important
}

#app-demo li {
    display: inline-block;
    margin: 0 10px
}

#app-demo h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px
}

.provider {
    padding-bottom: 0
}

.demos {
    margin-top: 40px;
    display: inline-block;
    width: 100%
}

.webdemo {
    margin-top: 60px
}

.provider.admin, .user.admin {
    margin-top: 10px
}

a:focus, a:hover {
    color: #368cca
}

.ripple-bicone img {
    height: 30px
}

@media (max-width:767px) {
    .sidenav a {
        padding: 10px !important
    }
}

.content-section p {
    padding: 10px
}

.join-us.tinder-padding-sec {
    background: #f1f1f1;
    padding: 15px
}

h4.web-demo-space {
    margin-top: 40px;
    display: block
}

@media (max-width:767px) {
    h4.web-demo-space {
        margin-top: 23px;
        display: block;
        font-size: 16px
    }
}

.page-heading.white-hd {
    color: #fff;
    font-size: 40px;
    margin: 0 0 15px;
    padding: 0;
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600
}

.page-heading.white-hd span {
    font-size: 14px;
    color: #ff6e01;
    display: block;
    font-weight: 300;
    line-height: 25px;
    margin: 5px;
    float: left;
    width: 100%;
    text-transform: none
}

.page-heading.white-hd:after {
    content: "";
    background: #ff6e01;
    width: 50px;
    height: 3px;
    margin: 35px auto 0;
    display: block
}

.demo-btn-l ul {
    padding: 0;
    margin: 20px 0
}

.demo-btn-l ul li a img {
    vertical-align: bottom;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .23);
    border-radius: 2px
}

.demo-btn-l ul li {
    list-style: none;
    display: inline-block
}

.bg-video .low-back-up {
    background: rgba(0, 0, 0, .78) !important
}

@media (max-width:1199px) {
    .box.eats {
        min-height: 425px
    }
}

.feature-box {
    margin: 5px 0 0;
    display: inline-table
}

.box.eats:hover>i.fa {
    color: #fff;
    transform: none !important;
    padding: 35px 0 !important
}

ul.pricing-content.list-unstyled.scrool_inline {
    overflow-y: auto;
    overflow-x: hidden
}

ul.pricing-content.list-unstyled.scrool_inline::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #03a9f414
}

ul.pricing-content.list-unstyled.scrool_inline::-webkit-scrollbar {
    width: 7px;
    background-color: #03a9f414
}

ul.pricing-content.list-unstyled.scrool_inline::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ccc
}

.intl-tel-input.allow-dropdown, form_main {
    width: 100%
}

.txt2[type=submit], .txt2[type=submit]:hover {
    box-shadow: 0 5px 2px 0 #2783c640, 0 3px 1px -2px #2783c61f, 0 1px 5px 0 #2783c621 !important;
}

.form_main h4, .tag {
    text-transform: uppercase
}

.txt2[type=submit]:hover {
    color: #fff !important;
    background-color: #368cca
}

.banner-notification .tag-new {
    background-color: #368cca;
    padding: 4px 8px;
    color: #fff;
    font-size: .75rem
}

.navbar-custom {
    padding: 25px 30px;
    border-bottom: 0;
    background: #aaa;
    border-top: 0 !important
}

.tag {
    border-radius: 20px;
    font-family: Sailec-Bold, Helvetica, sans-serif;
    letter-spacing: .5px;
    color: #fff;
    background: #368cca;
    padding: 3px 6px;
    margin-right: 15px
}

.news-feed {
    cursor: pointer;
    background: #52c8ed1c;
    4;
    padding: 2px 10px
}

.main-area {
    padding: 4px
}

.nav-top {
    margin-top: 15px
}

body .nav-top-one {
    background: #34495e
}

footer .footer_logo p {
    color: #616161;
    padding: 8px 0 5px
}

footer .quick_links ul li a {
    color: #616161
}

.form_main h4 {
    font-family: roboto;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 20px
}

.dmca_bottom {
    margin-bottom: 10px
}

input#phone {
    padding: 13px 50px
}

ul.country-list {
    max-width: 267px
}

.heading {
    border-bottom: 1px solid #fcab0e;
    padding-bottom: 9px;
    position: relative
}

.heading span {
    background: #9e6600;
    bottom: -2px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 75px
}

.form {
    border-radius: 7px;
    padding: 6px
}

.txt[type=text] {
    margin: 10px 0;
    padding: 10px 0 10px 5px;
    width: 100%;
    border: 1px solid #ddd !important;
    border-radius: 2px
}

.txt_3[type=text] {
    margin: 10px 0 0;
    padding: 10px 0 10px 5px;
    width: 100%
}

.txt2[type=submit] {
    background: #368cca;
    border: 1px solid #368cca;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    height: 50px;
    font-style: normal;
    line-height: 35px;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
    width: 25%
}

input.txt2:focus {
    outline: 0
}

.txt2:hover {
    background: rgba(0, 0, 0, 0);
    color: #5793ef;
    transition: all .5s ease 0s
}

body .main_footer ul li a.trans-fb:hover {
    background: #3e5b99
}

body .main_footer ul li a.trans-tweet:hover {
    background: #1da1f2
}

body .main_footer ul li a.trans-gplus:hover {
    background: #dc4a38
}

.get_it {
    padding: 7px 1px;
    width: 250px;
    margin-top: 0
}

.top-download {
    line-height: 30px
}

.foot_one .top-btn-text {
    font-size: 22px;
    margin-bottom: 0;
    padding-top: 0
}

.main-area.top-download.text-center.foot_one {
    padding: 20px 0
}

ul#navigation li:hover>ul {
    visibility: visible;
    opacity: 1
}

ul#navigation ul, ul#navigation ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99999;
    width: 227px;
    background: #f8f8f8;
    box-shadow: 1px 1px 3px #ccc;
    -webkit-transition: opacity .2s linear, visibility .2s linear;
    -moz-transition: opacity .2s linear, visibility .2s linear;
    -o-transition: opacity .2s linear, visibility .2s linear;
    transition: opacity .2s linear, visibility .2s linear
}

ul#navigation ul li {
    border: 0;
    clear: both;
    width: 100%;
    border-bottom: 1px solid rgba(221, 217, 217, .45) !important
}

ul#navigation ul li a {
    float: left;
    background: 0 0;
    padding: 9px 20px;
    color: #616161;
    text-shadow: 1px 1px 0 #fff;
    text-decoration: none;
    display: inline-block;
    border: 0;
    clear: both;
    width: 100%;
    font-size: 13px !important
}

.icon-class-icon {
    float: right !important;
    position: relative !important;
    left: 0 !important;
    top: 8px !important
}

ul#navigation ul {
    top: 43px;
    left: 1px
}

ul#navigation ul li ul {
    top: 0;
    left: 180px
}

.icon-class-icon.fix {
    left: 0 !important
}

footer input.txt2 {
    width: 100% !important;
    height: 100%;
    background: #368cca !important;
    font-style: italic;
    color: #fff !important;
    font-size: 22px !important;
    padding-left: 15px !important;
    padding-right: 18px !important;
    letter-spacing: .9px;
    border: 1px solid #368cca;
    border-radius: 50px !important;
    margin: 15px 28px
}

#awesome-features-app.home-sec {
    background: #fff !important
}

.services-m .boxs.sec-1 {
    margin-top: 40px !important
}

#about-review .reviewer-img {
    height: 600px;
    margin: 0;
    background: #cac6c4
}

#about-us {
    padding: 60px 0 110px
}

.video-about-one {
    padding: 30px 0 0
}

.justifyer {
    text-align: justify
}

#benefit {
    background: url(../img/hari/1_about.html) 0 0/cover fixed
}

.ban-title {
    padding: 350px 0 10px !important
}

.show-more {
    margin-top: 40px
}

.other-show-more {
    padding-bottom: 60px
}

#services i.fa, .owl-controls .clickable i.fa {
    font-size: 20px;
    height: 53px;
    width: 35px;
    padding: 12px 0;
    margin-bottom: 3px;
    border-radius: 10%;
    background: 0 0
}

.products-section {
    padding: 70px 0
}

@media (min-width:768px) {
    .intl-tel-input.allow-dropdown, form_main {
        width: 100%
    }

    .form_main h4, .tag {
        text-transform: uppercase
    }

    .form_main h4, strong.f-min {
        font-weight: 300
    }

    .navbar-nav {
        float: right !important;
        margin: 0
    }

    .banner-notification .tag-new {
        background-color: #368cca;
        padding: 4px 8px;
        color: #fff;
        font-size: .75rem
    }

    .navbar-custom {
        padding: 25px 30px;
        border-bottom: 0;
        background: #aaa;
        border-top: 0 !important
    }

    .tag {
        border-radius: 20px;
        font-family: Sailec-Bold, Helvetica, sans-serif;
        letter-spacing: .5px;
        color: #fff;
        background: #368cca;
        padding: 3px 6px;
        margin-right: 15px
    }

    .news-feed {
        cursor: pointer;
        background: #52c8ed1c;
        4;
        padding: 2px 10px
    }

    .main-area {
        padding: 4px
    }

    .nav-top {
        margin-top: 15px
    }

    body .nav-top-one {
        background: #34495e
    }

    footer .footer_logo p {
        color: #616161;
        padding: 8px 0 5px
    }

    footer .quick_links ul li a {
        color: #616161
    }

    .form_main h4 {
        font-family: roboto;
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: 20px
    }

    .dmca_bottom {
        margin-bottom: 10px
    }

    input#phone {
        padding: 13px 50px
    }

    ul.country-list {
        max-width: 267px
    }

    .heading {
        border-bottom: 1px solid #fcab0e;
        padding-bottom: 9px;
        position: relative
    }

    .heading span {
        background: #9e6600;
        bottom: -2px;
        height: 3px;
        left: 0;
        position: absolute;
        width: 75px
    }

    .txt2[type=submit]:hover {
        color: red
    }

    .form {
        border-radius: 7px;
        padding: 6px
    }

    .txt[type=text] {
        margin: 10px 0;
        padding: 10px 0 10px 5px;
        width: 100%;
        border: 1px solid #ddd !important;
        border-radius: 2px
    }

    .txt_3[type=text] {
        margin: 10px 0 0;
        padding: 10px 0 10px 5px;
        width: 100%
    }

    .txt2[type=submit] {
        background: #368cca;
        border: 1px solid #368cca;
        border-radius: 6px;
        color: #fff;
        font-size: 16px;
        height: 50px;
        font-style: normal;
        line-height: 35px;
        margin: 10px 0;
        padding: 0;
        text-transform: uppercase;
        width: 25%
    }

    input.txt2:focus {
        outline: 0
    }

    .txt2:hover {
        background: rgba(0, 0, 0, 0);
        color: #5793ef;
        transition: all .5s ease 0s
    }

    body .main_footer ul li a.trans-fb:hover {
        background: #3e5b99
    }

    body .main_footer ul li a.trans-tweet:hover {
        background: #1da1f2
    }

    body .main_footer ul li a.trans-gplus:hover {
        background: #dc4a38
    }

    .get_it {
        padding: 7px 1px;
        width: 250px;
        margin-top: 0
    }

    .top-download {
        line-height: 30px
    }

    .foot_one .top-btn-text {
        font-size: 22px;
        margin-bottom: 0;
        padding-top: 0
    }

    .main-area.top-download.text-center.foot_one {
        padding: 20px 0
    }

    ul#navigation li:hover>ul {
        visibility: visible;
        opacity: 1
    }

    ul#navigation ul, ul#navigation ul li ul {
        list-style: none;
        margin: 0;
        padding: 0;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: 99999;
        width: 227px;
        background: #f8f8f8;
        box-shadow: 1px 1px 3px #ccc;
        -webkit-transition: opacity .2s linear, visibility .2s linear;
        -moz-transition: opacity .2s linear, visibility .2s linear;
        -o-transition: opacity .2s linear, visibility .2s linear;
        transition: opacity .2s linear, visibility .2s linear
    }

    ul#navigation ul li {
        border: 0;
        clear: both;
        width: 100%;
        border-bottom: 1px solid rgba(221, 217, 217, .45) !important
    }

    ul#navigation ul li a {
        float: left;
        background: 0 0;
        padding: 9px 20px;
        color: #616161;
        text-shadow: 1px 1px 0 #fff;
        text-decoration: none;
        display: inline-block;
        border: 0;
        clear: both;
        width: 100%;
        font-size: 13px !important
    }

    .icon-class-icon {
        float: right !important;
        position: relative !important;
        left: 0 !important;
        top: 8px !important
    }

    ul#navigation ul {
        top: 43px;
        left: 1px
    }

    ul#navigation ul li ul {
        top: 0;
        left: 225px
    }

    .icon-class-icon.fix {
        left: 0 !important
    }

    footer input.txt2 {
        width: 100% !important;
        height: 100%;
        background: #368cca !important;
        font-style: italic;
        color: #fff !important;
        font-size: 22px !important;
        padding-left: 15px !important;
        padding-right: 18px !important;
        letter-spacing: .9px;
        border: 1px solid #368cca;
        border-radius: 50px !important;
        margin: 15px 28px
    }

    #awesome-features-app.home-sec {
        background: #fff !important
    }

    .services-m .boxs.sec-1 {
        margin-top: 40px !important
    }

    #about-review .reviewer-img {
        height: 600px;
        margin: 0;
        background: #cac6c4
    }

    #about-us {
        padding: 60px 0 110px
    }

    .video-about-one {
        padding: 30px 0 0
    }

    .justifyer {
        text-align: justify
    }

    #benefit {
        background: url(../img/hari/1_about.html) 0 0/cover fixed
    }

    .ban-title {
        padding: 350px 0 10px !important
    }

    .show-more {
        margin-top: 40px
    }

    .other-show-more {
        padding-bottom: 60px
    }

    #services i.fa, .owl-controls .clickable i.fa {
        font-size: 20px;
        height: 53px;
        width: 35px;
        padding: 12px 0;
        margin-bottom: 3px;
        border-radius: 10%;
        background: 0 0
    }

    #services-icon.rider, .rider-sec {
        background: #fff
    }

    .products-section {
        padding: 70px 0
    }

    .feature-box .ico {
        line-height: 56px
    }

    .list-type li {
        list-style-type: disc;
        margin: 10px
    }

    .rider-sec {
        padding: 40px 20px;
        border-radius: 0;
        box-shadow: 0 1px 15px 0 #cfcfcf;
        transition: all .3s ease-in-out 0s
    }

    .video-sec {
        background: url(../img/video-img.jpg) 0 0/cover fixed;
        opacity: .75
    }

    .back-sec {
        background: rgba(255, 255, 255, .5) !important
    }

    .banner-img {
        padding-bottom: 72px;
        padding-top: 50px
    }

    .banner-img img {
        height: 515px;
        overflow: hidden;
        margin-right: auto;
        margin-left: 93px;
        padding-left: 32px
    }

    .display-table-cell {
        vertical-align: middle;
        display: block;
        padding: 180px 0
    }

    .service:hover {
        background: 0 0;
        margin-bottom: 0;
        padding: 45px 15px;
        color: #fff;
        transition: all .5s ease 0s;
        box-shadow: 0 0 40px 0 rgba(0, 64, 128, .2);
        z-index: 1
    }

    #services.products-section {
        padding-top: 0
    }

    .section-title.center {
        padding: 0;
        text-align: center
    }

    footer .section-title.center {
        padding-top: 32px;
        text-align: center;
        padding-bottom: 10px
    }

    #contact-inner {
        background: #FFF !important;
        padding: 100px 0 55px
    }

    .log_in_box {
        box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2);
        border: 1px solid #f1f1f1
    }

    .form-control {
        background: #f7f7f7;
        color: #666
    }

    .contact-fom-sec h2 {
        margin-top: 0;
        margin-right: 50px
    }

    #contact-inner i.fa:hover {
        color: #fff;
        background: #368cca;
        border: #368cca
    }

    #contact-inner i.fa {
        float: left
    }

    .gray {
        text-align: left;
        position: relative;
        left: 15px;
        top: 30px
    }

    .foodpanda-bg:after, .low-back-footer-r.hire:after {
        content: '';
        position: absolute
    }

    p.gray.address-sec {
        top: 25px
    }

    .img-contact {
        float: left;
        width: 50px;
        height: auto;
        margin: 20px 0;
        object-fit: cover
    }

    .btn-download-send {
        padding: 3px 25px;
        width: 150px;
        height: 50px;
        border-radius: 5px;
        outline: 0
    }

    .heading-img {
        width: 100%;
        height: 90px;
        margin: 22px 0
    }

    .list-app h3 {
        color: #fff
    }

    .list-app {
        padding-top: 40px
    }

    @media (min-width:768px) {
        .navbar-nav {
            float: right !important;
            margin: 0
        }
    }

    .low-back-gradient-app:after {
        background: rgba(26, 41, 56, .49) !important
    }

    .app-slide.uber-x {
        overflow: hidden;
        padding: 100px 0 20px;
        background: 0 0;
        text-align: left
    }

    .ceo.img-responsive.uber-x {
        height: 600px !important
    }

    #awesome-features-app.uber-x {
        background: #f1f1f1
    }

    p.para.title {
        margin: 0 !important;
        text-align: justify
    }

    #superb-services.uber-box {
        background: #fff
    }

    .startup.uber-box {
        background: fixed #fff;
        padding: 0
    }

    .startup .boxs.first, .startup .boxs.second, .startup .boxs.third {
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        background: 0 0;
        margin: 0
    }

    .join-us-app h1.x-title {
        font-size: 45px;
        font-weight: 300;
        padding: 15px 0;
        text-transform: inherit;
        line-height: normal
    }

    .demo-bg {
        max-height: 400px;
        height: 100%;
        width: 100%
    }

    .service.bd {
        min-height: 380px
    }

    .service.bd img {
        width: 90px;
        padding-bottom: 15px
    }

    .list-o.bd li {
        padding: 4px 3px;
        line-height: 28px;
        color: #616161;
        list-style-type: none;
        margin-bottom: 0
    }

    #contact.hire .form-control {
        display: block;
        width: 100%;
        padding: 9px 12px;
        font-size: 14px;
        line-height: 22px;
        background-color: transparent;
        background-image: none;
        color: #bababa;
        border-radius: 2px;
        -webkit-box-shadow: none;
        border: 1px solid #bababa;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        margin-top: 25px
    }

    #contact .form-control:focus {
        outline: 0;
        -webkit-box-shadow: transparent;
        box-shadow: transparent;
        border: 1px solid #bababa
    }

    #contact.hire form {
        padding: 0
    }

    .low-back-footer-r.hire:after {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 1
    }

    .m-n {
        margin: 0 !important
    }

    hr.title {
        height: 2px;
        width: 90px;
        text-align: center;
        position: relative;
        background: #368cca;
        margin: 30px auto 15px;
        border: 0
    }

    .btn-download-send:hover {
        background-color: #121212;
        border: none;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        box-shadow: 0 2px 5px 1px #121212
    }

    .subs {
        background-color: #f1f1f1
    }

    .newsletter-content>input.bd {
        border: 1px solid #368cca;
        background-color: #fff
    }

    .newsletter-content .button:hover {
        background: #368cca;
        color: #fff;
        border: 1px solid #fff
    }

    .newsletter-content .button {
        border: 1px solid #368cca
    }

    .text-con-n.subs.low-back-up {
        padding: 55px 0
    }

    .newsletter {
        padding: 80px 0 0
    }

    .uber-box.text-center img {
        height: auto;
        width: 100%;
        box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2)
    }

    .section-title.center.admin-sec h2 {
        text-align: left
    }

    .border {
        border: 1px solid
    }

    p.para.admin-para {
        text-align: left;
        margin: 25px 0;
        padding: 0
    }

    .startup.uber-box.text-center.admin-bg {
        background: #fff;
        padding-bottom: 40px
    }

    .uber-box.tinder-padding-sec {
        background: #f8f8f8
    }

    #intro-bg-app.admin {
        top: 0;
        left: 0;
        text-align: center;
        margin: 0;
        padding: 80px 0 0;
        background: url(../img/admin-dashboard.jpg) no-repeat;
        width: 100%;
        animation: awan-animasi 50s linear infinite;
        -ms-animation: awan-animasi 50s linear infinite;
        -moz-animation: awan-animasi 50s linear infinite;
        -webkit-animation: awan-animasi 50s linear infinite;
        background-size: cover
    }

    .admin .app-slide.uber-x {
        padding: 35px 0 55px !important
    }

    .bx img {
        box-shadow: none
    }

    .uber-sub-page .btn-download-w {
        text-align: center;
        display: inline-block;
        border: 1px solid #368cca;
        padding: 13px 18px;
        background: #368cca;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-shadow: none;
        text-decoration: none;
        text-transform: initial;
        max-width: 100%;
        width: auto;
        margin-top: 8px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -o-border-radius: 5px;
        box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
        -moz-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
        -webkit-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
        -o-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
        transition: opacity .3s linear;
        -moz-transition: opacity .3s linear;
        -webkit-transition: opacity .3s linear;
        -o-transition: opacity .3s linear
    }

    .uber-sub-page .top-btn-text {
        font-size: 19px;
        text-transform: capitalize;
        color: #000 !important;
        line-height: 28px;
        padding-top: 21px;
        text-align: left
    }

    .main-area.uber-sub-page {
        background: 0 0;
        padding: 20px 0 26px
    }

    .uber-x .feature-h {
        padding-top: 0;
        padding-right: 172px
    }

    .boxs p, .rider-sec p {
        line-height: 25px;
        padding: 1px;
        color: #616161
    }

    .startup.uber-box.text-center.admin-bg.ulternate, .startup.uber-box.text-center.ulternate {
        background: #f7f7f7
    }

    #awesome-features-app.pricing-sec {
        background-color: #f8f8f8 !important
    }

    #price {
        background: #fff
    }

    .app-slide-icon.left {
        float: right;
        margin: 57px 0 0
    }

    .app-slide-icon.right {
        float: left;
        margin: 57px 0 0
    }

    .icon-sec-f .feature-test {
        font-size: 13px
    }

    .icon-sec-f h4, .pay_cost {
        font-size: 20px
    }

    .boxs img {
        width: 100px
    }

    .boxs p {
        min-height: 78px
    }

    .rider-sec p {
        min-height: 126px
    }

    .icon-sec-f .ico {
        line-height: 53px
    }

    .feature-icon-right-more .join-us-icon .ico {
        line-height: 20px;
        border: none !important;
        width: 60px !important
    }

    p.para.uber-para {
        text-align: left;
        vertical-align: middle;
        display: block;
        position: relative;
        font-weight: 600;
        line-height: 26px
    }

    .zomato-bg {
        background: url(../img/ubereats-clone/zomato.jpg);
        background-size: cover
    }

    #Portfolio {
        padding: 55px 0 !important
    }

    .cbp-item {
        box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2)
    }

    .foodpanda-bg {
        background: url(../img/ubereats-clone/foodpanda.jpg);
        background-size: cover
    }

    .foodpanda-bg:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, #fff, #fff) rgba(0, 0, 0, 0);
        opacity: .7 !important
    }

    .deliveroo-bg:after, .grubhub-bg:after, .justeat-bg:after, .postmates-bg:after, .seamless-bg:after, .swiggy-bg:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .93
    }

    .grubhub-bg {
        background: url(../img/ubereats-clone/grubhub.jpg);
        background-size: cover
    }

    .grubhub-bg:after {
        background: linear-gradient(to top, #fff, #fff) rgba(0, 0, 0, 0)
    }

    .seamless-bg {
        background: url(../img/ubereats-clone/seamless.jpg);
        background-size: cover
    }

    .seamless-bg:after {
        background: linear-gradient(to top, #fff, #fff) rgba(0, 0, 0, 0)
    }

    .justeat-bg {
        background: url(../img/ubereats-clone/justeat.jpg);
        background-size: cover
    }

    .justeat-bg:after {
        background: linear-gradient(to top, #fff, #fff) rgba(0, 0, 0, 0)
    }

    .swiggy-bg {
        background: url(../img/ubereats-clone/swiggy.html);
        background-size: cover
    }

    .swiggy-bg:after {
        background: linear-gradient(to top, #fff, #fff) rgba(0, 0, 0, 0)
    }

    .postmates-bg {
        background: url(../img/ubereats-clone/postmates.html);
        background-size: cover
    }

    .postmates-bg:after {
        background: linear-gradient(to top, #fff, #fff) rgba(0, 0, 0, 0)
    }

    .deliveroo-bg {
        background: url(../img/ubereats-clone/deliveroo.jpg);
        background-size: cover
    }

    .deliveroo-bg:after {
        background: linear-gradient(to top, #fff, #fff) rgba(0, 0, 0, 0)
    }

    #awesome-features-app.taxi {
        background: #f1f1f1
    }

    .ceo.img-responsive.tinder {
        padding-top: 110px;
        background: url(../img/tinder-banner.png) no-repeat !important
    }

    .ceo.img-responsive.mechanics {
        padding-top: 110px;
        background: url(../img/uber-for-mechanic/mech-banner.png) no-repeat !important
    }

    .ceo.img-responsive.mechanic, .ceo.img-responsive.mechanic1, .ceo.img-responsive.mechanic2, .ceo.img-responsive.mechanic3 {
        overflow: hidden;
        margin-right: auto;
        margin-left: auto;
        padding-top: 95px;
        height: 650px;
        margin-top: -36px
    }

    .ceo.img-responsive.mechanic {
        background: url(../img/screen/toggle.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.mechanic1 {
        background: url(../img/screen/mech-review.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.mechanic2 {
        background: url(../img/screen/out-reach.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.mechanic3 {
        background: url(../img/screen/login.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.beauty {
        padding-top: 110px;
        background: url(../img/beauty-banner.png) no-repeat !important
    }

    .ceo.img-responsive.beauty1, .ceo.img-responsive.beauty2, .ceo.img-responsive.beauty3, .ceo.img-responsive.beauty4 {
        overflow: hidden;
        margin-right: auto;
        margin-left: auto;
        padding-top: 95px;
        height: 650px;
        margin-top: -36px
    }

    .ceo.img-responsive.beauty1 {
        background: url(../img/screen/beauty1.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.beauty2 {
        background: url(../img/screen/beauty2.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.beauty3 {
        background: url(../img/screen/beauty3.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.beauty4 {
        background: url(../img/screen/beauty4.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.netflix {
        padding-top: 110px;
        background: url(../img/net-flix-banner.png) no-repeat !important
    }

    .ceo.img-responsive.netflix1, .ceo.img-responsive.netflix2, .ceo.img-responsive.netflix3, .ceo.img-responsive.netflix4 {
        overflow: hidden;
        margin-right: auto;
        margin-left: auto;
        padding-top: 95px;
        height: 650px;
        margin-top: -36px
    }

    .ceo.img-responsive.netflix1 {
        background: url(../img/screen/netflix-1.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.netflix2 {
        background: url(../img/screen/netflix-2.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.netflix3 {
        background: url(../img/screen/netflix-3.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.netflix4 {
        background: url(../img/screen/netflix-4.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.towtruck {
        padding-top: 110px;
        background: url(../img/truck-banner.png) no-repeat !important
    }

    .ceo.img-responsive.towtruck1, .ceo.img-responsive.towtruck2, .ceo.img-responsive.towtruck3, .ceo.img-responsive.towtruck4 {
        overflow: hidden;
        margin-right: auto;
        margin-left: auto;
        padding-top: 95px;
        height: 650px;
        margin-top: -36px
    }

    .ceo.img-responsive.towtruck1 {
        background: url(../img/screen/girl-truck-1.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.towtruck2 {
        background: url(../img/screen/girl-truck-2.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.towtruck3 {
        background: url(../img/screen/girl-truck-3.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.towtruck4 {
        background: url(../img/screen/girl-truck-4.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.whatsapp {
        padding-top: 110px;
        background: url(../img/whatsapp-banner.png) no-repeat !important
    }

    .ceo.img-responsive.whatsapp1, .ceo.img-responsive.whatsapp2, .ceo.img-responsive.whatsapp3, .ceo.img-responsive.whatsapp4 {
        overflow: hidden;
        margin-right: auto;
        margin-left: auto;
        padding-top: 95px;
        height: 650px;
        margin-top: -36px
    }

    .ceo.img-responsive.whatsapp1 {
        background: url(../img/screen/girl-whatsapp1.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.whatsapp2 {
        background: url(../img/screen/girl-whatsapp2.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.whatsapp3 {
        background: url(../img/screen/girl-whatsapp3.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.whatsapp4 {
        background: url(../img/screen/girl-whatsapp4.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.common {
        padding-top: 110px;
        background: url(../img/common-banner.png) no-repeat;
        background-size: 100% auto
    }

    .ceo.img-responsive.instagram1, .ceo.img-responsive.instagram2, .ceo.img-responsive.instagram4, .ceo.img-responsive.snapchat1, .ceo.img-responsive.snapchat2, .ceo.img-responsive.snapchat3, .ceo.img-responsive.ubereat-1, .ceo.img-responsive.ubereat-2, .ceo.img-responsive.ubereat-3, .ceo.img-responsive.ubereat-4 {
        overflow: hidden;
        margin-right: auto;
        margin-left: auto;
        padding-top: 95px;
        height: 650px;
        margin-top: -36px
    }

    .ceo.img-responsive.snapchat1 {
        background: url(../img/screen/snapchat-1.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.snapchat2 {
        background: url(../img/screen/snapchat-2.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.snapchat3 {
        background: url(../img/screen/snapchat-3.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.instagram1 {
        background: url(../img/screen/insta-1.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.instagram2 {
        background: url(../img/screen/insta-2.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.instagram3 {
        overflow: hidden;
        margin-right: auto;
        margin-left: auto;
        padding-top: 95px;
        height: 650px;
        background: url(../img/screen/insta3.png) no-repeat;
        background-size: 100%;
        margin-top: -36px
    }

    .ceo.img-responsive.instagram4 {
        background: url(../img/screen/insta4.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.ubereat-1 {
        background: url(../img/screen/ubereat-1.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.ubereat-3 {
        background: url(../img/screen/ubereat-3.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.ubereat-2 {
        background: url(../img/screen/ubereat-2.png) no-repeat;
        background-size: 100%
    }

    .ceo.img-responsive.ubereat-4 {
        background: url(../img/screen/ubereat-4.png) no-repeat;
        background-size: 100%
    }

    img.bitcoine-img {
        width: 50px !important
    }

    .pay_with {
        display: inline-block;
        font-weight: 400 !important
    }

    .span_or {
        margin-right: 10px;
        margin-left: 10px
    }

    .bitcoin-sec {
        padding-top: 32px;
        padding-bottom: 32px
    }

    #client-hd {
        margin-top: 0;
        margin-bottom: 0
    }

    .para.sec-para {
        padding: 0 0 40px
    }

    .hire-sec {
        background: #f7f7f7;
        padding: 40px 0 0
    }

    @media only screen and (max-width:479px) {
        .ceo.img-responsive.uber-x {
            display: none;
            height: 600px !important
        }

        #intro-bg-app {
            padding-top: 85px
        }

        .app-slide .carousel h1 {
            font-size: 32px;
            padding: 10px 26px 10px 8px
        }

        .ceo.img-responsive.whatsapp {
            display: none !important
        }

        .newsletter>h3 {
            font-size: 37px
        }

        .top-heading {
            font-size: 36px
        }

        #intro-bg-app .uber-x {
            padding-top: 15px
        }

        .banner-img, .ceo.img-responsive.tinder {
            display: none
        }

        .feature-icon-left-more .feature-content {
            text-align: right;
            padding: 35px 90px 20px 0
        }

        .block-sec .display-table-cell {
            padding: 125px 0 75px
        }

        .header-text h1 {
            font-size: 30px
        }

        .fade {
            opacity: 1.2;
            top: 69px
        }

        .slide-text h1 {
            font-size: 15px;
            line-height: 21px
        }

        .slide-text {
            padding: 0 16px;
            top: 30px;
            max-height: 637px
        }

        .fade .item {
            top: 3px
        }

        @media only screen and (min-width:768px) and (max-width:959px) {
            .ceo.img-responsive.whatsapp {
                display: none !important
            }

            .ceo.img-responsive.uber-x {
                display: none;
                height: 600px !important
            }

            body .ceo.img-responsive.uber-x {
                overflow: hidden;
                margin-right: auto;
                margin-left: auto;
                padding-top: 95px;
                height: 650px;
                background: url(../img/uber-x-banner.png) no-repeat !important;
                display: none !important
            }

            #intro-bg-app .uber-x {
                padding-top: 15px
            }

            .banner-img, .ceo.img-responsive.tinder {
                display: none
            }

            .feature-icon-left-more .feature-content {
                text-align: right;
                padding: 35px 90px 20px 0
            }

            .block-sec .display-table-cell {
                padding: 125px 0 75px
            }

            .header-text h1 {
                font-size: 30px
            }

            .log_in_box.app-cost {
                width: 90%;
                margin: 12px;
                padding: 30px;
                position: relative;
                overflow: hidden
            }
        }

        a.page-scroll.btn-small.whatsapp {
            background: #00e676;
            color: #fff;
            padding: 10px;
            margin-top: 4px;
            border-radius: 4px;
            margin-left: 5px
        }

        .footer-txt {
            text-align: right;
            padding: 0
        }

        .footer-btn {
            text-align: left;
            padding: 0 20px
        }

        h1 span.cy-red {
            font-weight: 100;
            font-size: 52px
        }

        .padding-common .list-app h1 {
            margin-top: 0
        }

        a.btn.btn-primary.color-global {
            background: #69437b;
            color: #fff
        }

        a.btn.btn-default.color-bg {
            background: #000;
            color: #fff
        }

        a.btn.btn-default.bk-clr {
            background: #000;
            color: #508bcc
        }

        a.btn.btn-default.taxi-clr {
            background: #c77333;
            color: #fff
        }

        @media (max-width:767px) {
            #intro-bg-handyman.low-back-gradient-app:after {
                background: rgba(26, 41, 56, .99) !important
            }
        }
    }

    =======.join-us-app h1.x-title {
        font-size: 45px;
        font-weight: 300;
        padding: 15px 0;
        text-transform: inherit;
        line-height: normal
    }

    .iphone, .playstore, .windows {
        padding: 20px 0 0
    }

    #app-download.uber-x {
        background: #f1f1f1
    }

    .btn-download-app a, .btn-download-app i {
        color: #fff !important;
        font-size: 22px !important
    }

    .text h2, .view-demo-img h4 {
        color: #fff
    }

    .demo-bg {
        background: url(../img/down-img.jpg) 0 0/cover fixed !important
    }

    .demo-bg:after {
        background: rgba(0, 0, 0, .4);
        opacity: .75
    }

    .view-demo-img h2 {
        margin: 0
    }

    .view-demo-img {
        background: url(../img/bk-uberx.jpg) 0 0/cover fixed !important
    }

    #app-store {
        background: rgba(0, 0, 0, .4)
    }

    .playstore {
        transition: all .6s ease 0s;
        z-index: 999;
        border-right: 0;
        border-left: 0
    }

    .startup .boxs.four, .startup .boxs.six {
        z-index: 1;
        transition: all .6s ease 0s
    }

    .view-demo-img a.btn-download-app.text-center {
        margin: 26px 10px !important
    }

    .view-demo-img:after {
        opacity: .5 !important;
        background: rgba(0, 0, 0, .4) !important
    }

    #services-box.tinder-turnkey-solution, .startup.text-center.tinder-padding-sec {
        background: #fff
    }

    .tossing {
        animation-name: tossing;
        -webkit-animation-name: tossing;
        animation-duration: 2.5s;
        -webkit-animation-duration: 2.5s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite
    }

    .feature-icon .feature-fa {
        margin: 40px 0 0 !important
    }

    .feature-content.text-left.tinder-feature {
        padding-top: 30px
    }

    .tinder-offer li {
        padding: 4px
    }

    .tinder-offer .join-us-icon .ico {
        margin-top: 12px
    }

    .tinder-padding-sec.startup .boxs.first {
        border-left: 1px solid #ccc !important
    }

    .join-us.tinder-padding-sec {
        background: #f1f1f1
    }

    .startup .boxs.first, .startup .boxs.third {
        padding: 30px 5px
    }

    .text h2 {
        font-size: 22px;
        margin-top: 15px;
        line-height: 35px;
        text-align: center
    }

    .list-o.tinder-offer li {
        padding: 22px 0 0;
        text-align: left;
        display: inline-block;
        width: 100%
    }

    p.para-p {
        padding-left: 0
    }

    p.para-w {
        padding-left: 64px
    }

    p.para-f {
        padding-left: 75px;
        margin: 4px 0
    }

    .tinder-offer h4 {
        margin-top: 0;
        color: #444;
        font-weight: 700
    }

    .box-h p {
        min-height: 102px !important
    }

    .join-us-icon .ico {
        line-height: 54px;
        border: none !important;
        margin-top: 0 !important
    }

    .startup .boxs.eight, .startup .boxs.eleven, .startup .boxs.four, .startup .boxs.fourteen, .startup .boxs.seven, .startup .boxs.ten, .startup .boxs.therteen {
        border-left: 1px solid #ccc
    }

    .list-o.list-f li {
        margin-bottom: 20px;
        list-style-type: lower-roman
    }

    .mg-feature .ico {
        margin-top: 14px !important;
        line-height: 35px
    }

    .join-us-icon.flat-icon img {
        width: 40px
    }

    .car-rental-mg li {
        margin-bottom: 0
    }

    .car-rental-mg h4 {
        margin: 0 14px
    }

    .min-h-t p {
        min-height: 102px
    }

    .btn-download-app.text-center.banner {
        margin: 27px 20px 0 0
    }

    .startup .boxs.five, .startup .boxs.four, .startup .boxs.six {
        background: 0 0;
        margin: 0 !important;
        padding: 30px 5px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc
    }

    .startup .boxs.second {
        padding: 30px 5px
    }

    .startup .boxs.seven {
        padding: 30px 5px;
        border-bottom: 1px solid #ccc
    }

    .startup .boxs.eight, .startup .boxs.nine {
        border-right: 1px solid #ccc;
        padding: 30px 5px;
        border-bottom: 1px solid #ccc
    }

    .startup .boxs.ten {
        padding: 30px 5px;
        border-bottom: 1px solid #ccc
    }

    .startup .boxs.eleven {
        border-right: 1px solid #ccc;
        padding: 30px 5px;
        border-bottom: 1px solid #ccc
    }

    .startup .boxs.twelve {
        padding: 30px 5px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc
    }

    .startup .boxs.therteen {
        padding: 30px 5px;
        border-bottom: 1px solid #ccc
    }

    .startup .boxs.fourteen {
        padding: 30px 5px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc
    }

    .startup .boxs.eight:hover, .startup .boxs.eleven:hover, .startup .boxs.fourteen:hover, .startup .boxs.nine:hover, .startup .boxs.seven:hover, .startup .boxs.ten:hover, .startup .boxs.therteen:hover, .startup .boxs.twelve:hover {
        background: rgba(255, 255, 255, .5);
        box-shadow: 0 0 22px 0 #999;
        z-index: 1;
        transition: all .6s ease 0s
    }

    h1.bd-title {
        font-size: 55px
    }

    h3.bd-title {
        font-size: 33px;
        color: #fff
    }

    #rotate-services.bd {
        background: #fff
    }
}

*/ .service.bd {
    min-height: 380px
}

*/ #contact.hire .form-control {
    display: block;
    width: 100%;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 22px;
    background-color: transparent;
    background-image: none;
    color: #bababa;
    border-radius: 2px;
    -webkit-box-shadow: none;
    border: 1px solid #bababa;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-top: 25px
}

.list-o.list-f li {
    list-style-type: lower-roman
}

.zomato-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #fff, #fff) rgba(0, 0, 0, 0);
    opacity: .6
}

.swiggy-bg {
    background: url(../img/ubereats-clone/swiggy_banner.jpg);
    background-size: cover
}

=======.join-us-app h1.x-title {
    font-size: 45px;
    font-weight: 300;
    padding: 15px 0;
    text-transform: inherit;
    line-height: normal
}

#contact.hire .form-control {
    -webkit-box-shadow: none
}

@media only screen and (max-width:479px) {
    .foodpanda-bg:after, .low-back-footer-r.hire:after {
        content: '';
        left: 0;
        top: 0
    }

    .ceo.img-responsive.uber-x {
        display: none;
        height: 600px !important
    }

    #intro-bg-app {
        padding-top: 85px
    }

    .app-slide .carousel h1 {
        font-size: 32px;
        padding: 10px 26px 10px 8px
    }

    .ceo.img-responsive.whatsapp {
        display: none !important
    }

    .newsletter>h3 {
        font-size: 37px
    }

    .top-heading {
        font-size: 36px
    }

    #intro-bg-app .uber-x {
        padding-top: 15px
    }

    .banner-img, .ceo.img-responsive.tinder {
        display: none
    }

    .feature-icon-left-more .feature-content {
        text-align: right;
        padding: 35px 90px 20px 0
    }

    .block-sec .display-table-cell {
        padding: 125px 0 75px
    }

    .header-text h1 {
        font-size: 30px
    }

    .fade {
        opacity: 1.2;
        top: 69px
    }

    .slide-text h1 {
        font-size: 15px;
        line-height: 21px
    }

    .slide-text {
        padding: 0 16px;
        top: 30px;
        max-height: 637px
    }

    .fade .item {
        top: 3px
    }

    @media only screen and (min-width:768px) and (max-width:959px) {
        .ceo.img-responsive.whatsapp {
            display: none !important
        }

        .ceo.img-responsive.uber-x {
            display: none;
            height: 600px !important
        }

        body .ceo.img-responsive.uber-x {
            overflow: hidden;
            margin-right: auto;
            margin-left: auto;
            padding-top: 95px;
            height: 650px;
            background: url(../img/uber-x-banner.png) no-repeat !important;
            display: none !important
        }

        #intro-bg-app .uber-x {
            padding-top: 15px
        }

        .banner-img, .ceo.img-responsive.tinder {
            display: none
        }

        .feature-icon-left-more .feature-content {
            text-align: right;
            padding: 35px 90px 20px 0
        }

        .block-sec .display-table-cell {
            padding: 125px 0 75px
        }

        .header-text h1 {
            font-size: 30px
        }

        .log_in_box.app-cost {
            width: 90%;
            margin: 12px;
            padding: 30px;
            position: relative;
            overflow: hidden
        }
    }

    a.page-scroll.btn-small.whatsapp {
        background: #00e676;
        color: #fff;
        padding: 10px;
        margin-top: 4px;
        border-radius: 4px;
        margin-left: 5px
    }

    .footer-txt {
        text-align: center;
        padding: 0
    }

    .footer-btn {
        text-align: left;
        padding: 0 20px
    }

    h1 span.cy-red {
        font-weight: 100;
        font-size: 52px
    }

    .padding-common .list-app h1 {
        margin-top: 0
    }

    a.btn.btn-primary.color-global {
        background: #69437b;
        color: #fff
    }

    a.btn.btn-default.color-bg {
        background: #000;
        color: #fff
    }

    a.btn.btn-default.bk-clr {
        background: #000;
        color: #508bcc
    }

    a.btn.btn-default.taxi-clr {
        background: #c77333;
        color: #fff
    }

    @media (max-width:767px) {
        #intro-bg-handyman.low-back-gradient-app:after {
            background: rgba(26, 41, 56, .99) !important
        }
    }

    #contact.hire .form-control {
        display: block;
        width: 100%;
        padding: 9px 12px;
        font-size: 14px;
        line-height: 22px;
        background-color: transparent;
        background-image: none;
        color: #bababa;
        border-radius: 2px;
        -webkit-box-shadow: none;
        border: 1px solid #bababa;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        margin-top: 25px
    }

    #contact .form-control:focus {
        outline: 0;
        -webkit-box-shadow: transparent;
        box-shadow: transparent;
        border: 1px solid #bababa
    }

    #contact.hire form {
        padding: 0
    }

    .low-back-footer-r.hire:after {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 1
    }

    .m-n {
        margin: 0 !important
    }

    strong.f-min {
        font-weight: 300
    }

    hr.title {
        height: 2px;
        width: 90px;
        text-align: center;
        position: relative;
        background: #368cca;
        margin: 30px auto 15px;
        border: 0
    }

    .btn-download-send:hover {
        background-color: #121212;
        border: none;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        box-shadow: 0 2px 5px 1px #121212
    }

    .subs {
        background-color: #f1f1f1
    }

    .newsletter-content>input.bd {
        border: 1px solid #368cca;
        background-color: #fff
    }

    .newsletter-content .button:hover {
        background: rgba(232, 0, 0, .63);
        border: 0;
        color: #fff;
        border: 1px solid rgba(232, 0, 0, .63)
    }

    .newsletter-content .button {
        border: 1px solid rgba(232, 0, 0, .63)
    }

    .text-con-n.subs.low-back-up {
        padding: 55px 0
    }

    .newsletter {
        padding: 80px 0 0
    }

    .uber-box.text-center img {
        height: auto;
        width: 100%;
        box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2)
    }

    .section-title.center.admin-sec h2 {
        text-align: left
    }

    .border {
        border: 1px solid
    }

    p.para.admin-para {
        text-align: left;
        margin: 25px 0;
        padding: 0
    }

    .startup.uber-box.text-center.admin-bg {
        background: #fff;
        padding-bottom: 40px
    }

    .uber-box.tinder-padding-sec {
        background: #f8f8f8
    }

    #intro-bg-app.admin {
        top: 0;
        left: 0;
        text-align: center;
        margin: 0;
        padding: 80px 0 0;
        background: url(../img/admin-dashboard.jpg) no-repeat;
        width: 100%;
        animation: awan-animasi 50s linear infinite;
        -ms-animation: awan-animasi 50s linear infinite;
        -moz-animation: awan-animasi 50s linear infinite;
        -webkit-animation: awan-animasi 50s linear infinite;
        background-size: cover
    }

    .admin .app-slide.uber-x {
        padding: 35px 0 55px !important
    }

    .bx img {
        box-shadow: none
    }

    .uber-sub-page .btn-download-w {
        text-align: center;
        display: inline-block;
        border: 1px solid #368cca;
        padding: 13px 18px;
        background: #368cca;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-shadow: none;
        text-decoration: none;
        text-transform: initial;
        max-width: 100%;
        width: auto;
        margin-top: 8px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -o-border-radius: 5px;
        box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
        -moz-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
        -webkit-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
        -o-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
        transition: opacity .3s linear;
        -moz-transition: opacity .3s linear;
        -webkit-transition: opacity .3s linear;
        -o-transition: opacity .3s linear
    }

    .uber-sub-page .top-btn-text {
        font-size: 19px;
        text-transform: capitalize;
        color: #000 !important;
        line-height: 28px;
        padding-top: 21px;
        text-align: left
    }

    .main-area.uber-sub-page {
        background: 0 0;
        padding: 20px 0 26px
    }

    .uber-x .feature-h {
        padding-top: 0;
        padding-right: 172px
    }

    .boxs p, .rider-sec p {
        line-height: 25px;
        padding: 1px;
        color: #616161
    }

    .startup.uber-box.text-center.admin-bg.ulternate, .startup.uber-box.text-center.ulternate {
        background: #f7f7f7
    }

    #awesome-features-app.pricing-sec {
        background-color: #f8f8f8 !important
    }

    #price {
        background: #fff
    }

    .app-slide-icon.left {
        float: right;
        margin: 57px 0 0
    }

    .app-slide-icon.right {
        float: left;
        margin: 57px 0 0
    }

    .icon-sec-f .feature-test {
        font-size: 13px
    }

    .icon-sec-f h4 {
        font-size: 20px
    }

    .boxs img {
        width: 100px
    }

    .boxs p {
        min-height: 78px
    }

    .rider-sec p {
        min-height: 126px
    }

    .icon-sec-f .ico {
        line-height: 53px
    }

    .feature-icon-right-more .join-us-icon .ico {
        line-height: 20px;
        border: none !important;
        width: 60px !important
    }

    p.para.uber-para {
        text-align: left;
        vertical-align: middle;
        display: block;
        position: relative;
        font-weight: 600;
        line-height: 26px
    }

    .zomato-bg {
        background: url(../img/ubereats-clone/zomato.jpg);
        background-size: cover
    }

    #Portfolio {
        padding: 55px 0 !important
    }

    .cbp-item {
        box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2)
    }

    .foodpanda-bg {
        background: url(../img/ubereats-clone/foodpanda.jpg);
        background-size: cover
    }

    .foodpanda-bg:after {
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, #fff, #fff) rgba(0, 0, 0, 0);
        opacity: .93
    }
}

.app-slide.uber-x {
    overflow: hidden;
    padding: 100px 0 20px;
    background: 0 0;
    text-align: left
}

#services-icon.rider, .rider-sec {
    background: #fff
}

.feature-box .ico {
    line-height: 56px
}

.list-type li {
    list-style-type: disc;
    margin: 10px
}

.rider-sec {
    padding: 40px 20px;
    border-radius: 0;
    box-shadow: 0 1px 15px 0 #cfcfcf;
    transition: all .3s ease-in-out 0s
}

.video-sec {
    background: url(../img/video-img.jpg) 0 0/cover fixed;
    opacity: .75
}

.back-sec {
    background: rgba(255, 255, 255, .5) !important
}

.banner-img {
    padding-bottom: 72px;
    padding-top: 50px
}

.banner-img img {
    height: 515px;
    overflow: hidden;
    margin-right: auto;
    margin-left: 93px;
    padding-left: 32px
}

.display-table-cell {
    vertical-align: middle;
    display: block;
    padding: 180px 0
}

.service:hover {
    background: 0 0;
    margin-bottom: 0;
    padding: 25px 15px;
    color: #fff;
    transition: all .5s ease 0s;
    box-shadow: 0 0 40px 0 rgba(0, 64, 128, .2);
    z-index: 1
}

#services.products-section {
    padding-top: 0
}

.section-title.center {
    padding: 0;
    text-align: center
}

footer .section-title.center {
    padding-top: 32px;
    text-align: center;
    padding-bottom: 10px
}

#contact-inner {
    background: #FFF !important;
    padding: 125px 0 85px
}

.log_in_box {
    box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2);
    border: 1px solid #f1f1f1
}

.form-control {
    background: #f7f7f7;
    color: #666
}

.contact-fom-sec h2 {
    margin-top: 0;
    margin-right: 50px
}

#contact-inner i.fa {
    float: left
}

.gray {
    text-align: left;
    position: relative;
    left: 15px;
    top: 30px
}

p.gray.address-sec {
    top: 25px
}

.img-contact {
    float: left;
    width: 50px;
    height: auto;
    margin: 20px 0;
    object-fit: cover
}

.btn-download-send {
    padding: 3px 25px;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    outline: 0
}

.heading-img {
    width: 100%;
    height: 90px;
    margin: 22px 0
}

.list-app h3 {
    color: #fff
}

.list-app {
    padding-top: 40px
}

@media (min-width:768px) {
    .navbar-nav {
        float: right !important;
        margin: 0
    }
}

.low-back-gradient-app:after {
    background: rgba(26, 41, 56, .49) !important
}

.ceo.img-responsive.uber-x {
    height: 600px !important
}

#awesome-features-app.uber-x {
    background: #f1f1f1
}

#superb-services.uber-box {
    background: #fff
}

.startup.uber-box {
    background: fixed #fff;
    padding: 0
}

.startup .boxs.first, .startup .boxs.second, .startup .boxs.third {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: 0 0;
    margin: 0
}

.demo-bg {
    width: 100%
}

.newsletter-content .button {
    border: 1px solid #368cca
}

@media only screen and (max-width:479px) {
    .ceo.img-responsive.uber-x {
        display: none;
        height: 600px !important
    }

    #intro-bg-app {
        padding-top: 85px
    }

    .app-slide .carousel h1 {
        font-size: 32px;
        padding: 10px 26px 10px 8px
    }

    .ceo.img-responsive.whatsapp {
        display: none !important
    }

    .newsletter>h3 {
        font-size: 37px
    }

    .top-heading {
        font-size: 36px
    }

    #intro-bg-app .uber-x {
        padding-top: 15px
    }

    .banner-img, .ceo.img-responsive.tinder {
        display: none
    }

    .feature-icon-left-more .feature-content {
        text-align: right;
        padding: 35px 90px 20px 0
    }

    .block-sec .display-table-cell {
        padding: 125px 0 75px
    }

    .header-text h1 {
        font-size: 30px
    }

    .log_in_box.app-cost {
        width: 90%;
        margin: 15px;
        padding: 15px;
        position: relative;
        overflow: hidden
    }

    .fade {
        opacity: 1.2;
        top: 69px
    }

    .slide-text h1 {
        font-size: 15px;
        line-height: 21px
    }

    .slide-text {
        padding: 0 16px;
        top: 30px;
        max-height: 637px
    }

    .fade .item {
        top: 3px
    }

    @media only screen and (min-width:768px) and (max-width:959px) {
        .ceo.img-responsive.whatsapp {
            display: none !important
        }

        .ceo.img-responsive.uber-x {
            display: none;
            height: 600px !important
        }

        body .ceo.img-responsive.uber-x {
            overflow: hidden;
            margin-right: auto;
            margin-left: auto;
            padding-top: 95px;
            height: 650px;
            background: url(../img/uber-x-banner.png) no-repeat !important;
            display: none !important
        }

        #intro-bg-app .uber-x {
            padding-top: 15px
        }

        .banner-img, .ceo.img-responsive.tinder {
            display: none
        }

        .feature-icon-left-more .feature-content {
            text-align: right;
            padding: 35px 90px 20px 0
        }

        .block-sec .display-table-cell {
            padding: 125px 0 75px
        }

        .header-text h1 {
            font-size: 30px
        }

        .log_in_box.app-cost {
            width: 90%;
            margin: 12px;
            padding: 30px;
            position: relative;
            overflow: hidden
        }
    }

    a.page-scroll.btn-small.whatsapp {
        background: #00e676;
        color: #fff;
        padding: 10px;
        margin-top: 4px;
        border-radius: 4px;
        margin-left: 5px
    }

    .footer-txt {
        text-align: center;
        padding: 0
    }

    .footer-btn {
        text-align: left;
        padding: 0 20px
    }

    h1 span.cy-red {
        font-weight: 100;
        font-size: 52px
    }

    .padding-common .list-app h1 {
        margin-top: 0
    }

    a.btn.btn-primary.color-global {
        background: #69437b;
        color: #fff
    }

    a.btn.btn-default.color-bg {
        background: #000;
        color: #fff
    }

    a.btn.btn-default.bk-clr {
        background: #000;
        color: #508bcc
    }

    a.btn.btn-default.taxi-clr {
        background: #c77333;
        color: #fff
    }

    @media (max-width:767px) {
        #intro-bg-handyman.low-back-gradient-app:after {
            background: rgba(26, 41, 56, .99) !important
        }
    }
}

.join-us-app h1.x-title {
    font-size: 45px;
    font-weight: 300;
    padding: 15px 0;
    text-transform: inherit;
    line-height: normal
}

.iphone, .playstore, .windows {
    padding: 20px 0 0
}

#app-download.uber-x {
    background: #f1f1f1
}

.btn-download-app a, .btn-download-app i {
    color: #fff !important;
    font-size: 22px !important
}

.text h2, .view-demo-img h4 {
    color: #fff
}

.demo-bg {
    background: url(../img/down-img.jpg) 0 0/cover fixed !important
}

.demo-bg:after {
    background: rgba(0, 0, 0, .4);
    opacity: .75
}

.view-demo-img h2 {
    margin: 0
}

.view-demo-img {
    background: url(../img/bk-uberx.jpg) 0 0/cover fixed !important
}

#app-store {
    background: rgba(0, 0, 0, .4)
}

.playstore {
    transition: all .6s ease 0s;
    z-index: 999;
    border-right: 0;
    border-left: 0
}

.startup .boxs.four, .startup .boxs.six {
    z-index: 1;
    transition: all .6s ease 0s
}

.view-demo-img a.btn-download-app.text-center {
    margin: 26px 10px !important
}

.view-demo-img:after {
    opacity: .5 !important;
    background: rgba(0, 0, 0, .4) !important
}

#services-box.tinder-turnkey-solution, .startup.text-center.tinder-padding-sec {
    background: #fff
}

.tossing {
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

.feature-icon .feature-fa {
    margin: 40px 0 0 !important
}

.feature-content.text-left.tinder-feature {
    padding-top: 30px
}

.tinder-offer li {
    padding: 4px
}

.tinder-offer .join-us-icon .ico {
    margin-top: 12px
}

.tinder-padding-sec.startup .boxs.first {
    border-left: 1px solid #ccc !important
}

.join-us.tinder-padding-sec {
    background: #f1f1f1
}

.startup .boxs.first, .startup .boxs.third {
    padding: 30px 5px
}

.text h2 {
    font-size: 22px;
    margin-top: 15px;
    line-height: 35px;
    text-align: center
}

.list-o.tinder-offer li {
    padding: 0;
    text-align: left;
    display: inline-block;
    width: 100%
}

p.para-p {
    padding-left: 0
}

p.para-w {
    padding-left: 64px
}

p.para-f {
    padding-left: 15px;
    margin: 4px 0
}

.tinder-offer h4 {
    margin-top: 0;
    color: #444;
    font-weight: 700
}

.box-h p {
    min-height: 102px !important
}

.join-us-icon .ico {
    line-height: 54px;
    border: none !important;
    margin-top: 0 !important
}

.startup .boxs.eight, .startup .boxs.eleven, .startup .boxs.four, .startup .boxs.fourteen, .startup .boxs.seven, .startup .boxs.ten, .startup .boxs.therteen {
    border-left: 1px solid #ccc
}

.mg-feature .ico {
    margin-top: 14px !important;
    line-height: 35px
}

.join-us-icon.flat-icon img {
    width: 40px
}

.car-rental-mg li {
    margin-bottom: 0
}

.car-rental-mg h4 {
    margin: 0 14px
}

.min-h-t p {
    min-height: 102px
}

.btn-download-app.text-center.banner {
    margin: 27px 20px 0 0
}

.startup .boxs.five, .startup .boxs.four, .startup .boxs.six {
    background: 0 0;
    margin: 0 !important;
    padding: 30px 5px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.startup .boxs.second {
    padding: 30px 5px
}

.startup .boxs.seven {
    padding: 30px 5px;
    border-bottom: 1px solid #ccc
}

.startup .boxs.eight, .startup .boxs.nine {
    border-right: 1px solid #ccc;
    padding: 30px 5px;
    border-bottom: 1px solid #ccc
}

.startup .boxs.ten {
    padding: 30px 5px;
    border-bottom: 1px solid #ccc
}

.startup .boxs.eleven {
    border-right: 1px solid #ccc;
    padding: 30px 5px;
    border-bottom: 1px solid #ccc
}

.startup .boxs.twelve {
    padding: 30px 5px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.startup .boxs.therteen {
    padding: 30px 5px;
    border-bottom: 1px solid #ccc
}

.startup .boxs.fourteen {
    padding: 30px 5px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.startup .boxs.eight:hover, .startup .boxs.eleven:hover, .startup .boxs.fourteen:hover, .startup .boxs.nine:hover, .startup .boxs.seven:hover, .startup .boxs.ten:hover, .startup .boxs.therteen:hover, .startup .boxs.twelve:hover {
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 0 22px 0 #999;
    z-index: 1;
    transition: all .6s ease 0s
}

h1.bd-title {
    font-size: 55px
}

h3.bd-title {
    font-size: 33px;
    color: #fff
}

#rotate-services.bd {
    background: #fff
}

.service.bd img {
    width: 70px;
    padding-bottom: 15px
}

.list-o.bd li {
    padding: 4px 3px;
    line-height: 28px;
    color: #616161;
    list-style-type: none;
    margin-bottom: 0
}

#contact.hire .form-control {
    display: block;
    width: 100%;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 22px;
    background-color: transparent;
    background-image: none;
    color: #bababa;
    border-radius: 2px;
    border: 1px solid #bababa;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-top: 25px
}

#contact .form-control:focus {
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
    border: 1px solid #bababa
}

#contact.hire form {
    padding: 0
}

.low-back-footer-r.hire:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1
}

.m-n {
    margin: 0 !important
}

strong.f-min {
    font-weight: 300
}

hr.title {
    height: 2px;
    width: 90px;
    text-align: center;
    position: relative;
    background: #368cca;
    margin: 30px auto 15px;
    border: 0
}

.btn-download-send:hover {
    background-color: #121212;
    border: none;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 2px 5px 1px #121212
}

.subs {
    background-color: #f1f1f1
}

.newsletter-content>input.bd {
    background-color: #fff
}

.newsletter-content .button:hover {
    background: rgba(232, 0, 0, .63);
    border: 0;
    color: #fff;
    border: 1px solid rgba(232, 0, 0, .63)
}

.newsletter-content .button {
    border: 1px solid rgba(232, 0, 0, .63)
}

.text-con-n.subs.low-back-up {
    padding: 55px 0
}

.newsletter {
    padding: 80px 0 0
}

.uber-box.text-center img {
    height: auto;
    width: 100%;
    box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2)
}

.section-title.center.admin-sec h2 {
    text-align: left
}

.border {
    border: 1px solid
}

p.para.admin-para {
    text-align: left;
    margin: 25px 0;
    padding: 0
}

.startup.uber-box.text-center.admin-bg {
    background: #fff;
    padding-bottom: 40px
}

.uber-box.tinder-padding-sec {
    background: #f8f8f8
}

#intro-bg-app.admin {
    top: 0;
    left: 0;
    text-align: center;
    margin: 0;
    padding: 100px 0 30px;
    background: url(../img/admin-dashboard.jpg) no-repeat;
    width: 100%;
    animation: awan-animasi 50s linear infinite;
    -ms-animation: awan-animasi 50s linear infinite;
    -moz-animation: awan-animasi 50s linear infinite;
    -webkit-animation: awan-animasi 50s linear infinite;
    background-size: cover
}

.admin .app-slide.uber-x {
    padding: 15px 0 55px !important
}

.bx img {
    box-shadow: none
}

.uber-sub-page .btn-download-w {
    text-align: center;
    display: inline-block;
    border: 1px solid #368cca;
    padding: 13px 18px;
    background: #368cca;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-shadow: none;
    text-decoration: none;
    text-transform: initial;
    max-width: 100%;
    width: auto;
    margin-top: 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px;
    box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear
}

.uber-sub-page .top-btn-text {
    font-size: 19px;
    text-transform: capitalize;
    color: #000 !important;
    line-height: 28px;
    padding-top: 21px;
    text-align: left
}

.main-area.uber-sub-page {
    background: 0 0;
    padding: 20px 0 26px
}

.uber-x .feature-h {
    padding-top: 0;
    padding-right: 172px
}

.boxs p, .rider-sec p {
    line-height: 25px;
    padding: 1px;
    color: #616161
}

.startup.uber-box.text-center.admin-bg.ulternate, .startup.uber-box.text-center.ulternate {
    background: #f7f7f7
}

#awesome-features-app.pricing-sec {
    background-color: #f8f8f8 !important
}

#price {
    background: #fff
}

.app-slide-icon.left {
    float: right;
    margin: 30px 0 0
}

.app-slide-icon.right {
    float: left;
    margin: 30px 0 0
}

.icon-sec-f .feature-test {
    font-size: 13px
}

.icon-sec-f h4, .pay_cost {
    font-size: 20px
}

.boxs img {
    width: 100px
}

.boxs p {
    min-height: 78px
}

.rider-sec p {
    min-height: 126px
}

.icon-sec-f .ico {
    line-height: 53px
}

.feature-icon-right-more .join-us-icon .ico {
    line-height: 20px;
    border: none !important;
    width: 60px !important
}

p.para.uber-para {
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    font-weight: 600;
    line-height: 26px
}

.deliveroo-bg:after, .foodpanda-bg:after, .grubhub-bg:after, .justeat-bg:after, .postmates-bg:after, .seamless-bg:after, .swiggy-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.zomato-bg {
    background: url(../img/ubereats-clone/zomato.jpg);
    background-size: cover
}

#Portfolio {
    padding: 55px 0 !important
}

.cbp-item {
    box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2)
}

.foodpanda-bg {
    background: url(../img/ubereats-clone/foodpanda.jpg);
    background-size: cover
}

.foodpanda-bg:after {
    background: linear-gradient(to top, #fff, #fff) rgba(0, 0, 0, 0);
    opacity: .6
}

.grubhub-bg {
    background: url(../img/ubereats-clone/grubhub.jpg);
    background-size: cover
}

.grubhub-bg:after {
    background: linear-gradient(to top, #fff, #fff) rgba(0, 0, 0, 0);
    opacity: .6
}

.seamless-bg {
    background: url(../img/ubereats-clone/seamless.jpg);
    background-size: cover
}

.seamless-bg:after {
    background: linear-gradient(to top, #fff, #fff) rgba(0, 0, 0, 0);
    opacity: .6
}

.justeat-bg {
    background: url(../img/ubereats-clone/justeat.jpg);
    background-size: cover
}

.justeat-bg:after, .swiggy-bg:after {
    background: linear-gradient(to top, #fff, #fff) rgba(0, 0, 0, 0);
    opacity: .6
}

.postmates-bg {
    background: url(../img/ubereats-clone/postmates.html);
    background-size: cover
}

.postmates-bg:after {
    background: linear-gradient(to top, #fff, #fff) rgba(0, 0, 0, 0);
    opacity: .93
}

.deliveroo-bg {
    background: url(../img/ubereats-clone/deliveroo.jpg);
    background-size: cover
}

.deliveroo-bg:after {
    background: linear-gradient(to top, #fff, #fff) rgba(0, 0, 0, 0);
    opacity: .6
}

#awesome-features-app.taxi {
    background: #f1f1f1
}

.ceo.img-responsive.tinder {
    padding-top: 110px;
    background: url(../img/tinder-banner.png) no-repeat !important
}

.ceo.img-responsive.mechanics {
    padding-top: 110px;
    background: url(../img/uber-for-mechanic/mech-banner.png) no-repeat !important
}

.ceo.img-responsive.mechanic, .ceo.img-responsive.mechanic1, .ceo.img-responsive.mechanic2, .ceo.img-responsive.mechanic3 {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 95px;
    height: 650px;
    margin-top: -36px
}

.ceo.img-responsive.mechanic {
    background: url(../img/screen/toggle.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.mechanic1 {
    background: url(../img/screen/mech-review.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.mechanic2 {
    background: url(../img/screen/out-reach.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.mechanic3 {
    background: url(../img/screen/login.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.beauty {
    padding-top: 110px;
    background: url(../img/beauty-banner.png) no-repeat !important
}

.ceo.img-responsive.beauty1, .ceo.img-responsive.beauty2, .ceo.img-responsive.beauty3, .ceo.img-responsive.beauty4 {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 95px;
    height: 650px;
    margin-top: -36px
}

.ceo.img-responsive.beauty1 {
    background: url(../img/screen/beauty1.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.beauty2 {
    background: url(../img/screen/beauty2.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.beauty3 {
    background: url(../img/screen/beauty3.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.beauty4 {
    background: url(../img/screen/beauty4.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.netflix {
    padding-top: 110px;
    background: url(../img/net-flix-banner.png) no-repeat !important
}

.ceo.img-responsive.netflix1, .ceo.img-responsive.netflix2, .ceo.img-responsive.netflix3, .ceo.img-responsive.netflix4 {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 95px;
    height: 650px;
    margin-top: -36px
}

.ceo.img-responsive.netflix1 {
    background: url(../img/screen/netflix-1.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.netflix2 {
    background: url(../img/screen/netflix-2.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.netflix3 {
    background: url(../img/screen/netflix-3.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.netflix4 {
    background: url(../img/screen/netflix-4.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.towtruck {
    padding-top: 110px;
    background: url(../img/truck-banner.png) no-repeat !important
}

.ceo.img-responsive.towtruck1, .ceo.img-responsive.towtruck2, .ceo.img-responsive.towtruck3, .ceo.img-responsive.towtruck4 {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 95px;
    height: 650px;
    margin-top: -36px
}

.ceo.img-responsive.towtruck1 {
    background: url(../img/screen/girl-truck-1.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.towtruck2 {
    background: url(../img/screen/girl-truck-2.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.towtruck3 {
    background: url(../img/screen/girl-truck-3.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.towtruck4 {
    background: url(../img/screen/girl-truck-4.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.whatsapp {
    padding-top: 110px;
    background: url(../img/whatsapp-banner.png) no-repeat !important
}

.ceo.img-responsive.whatsapp1, .ceo.img-responsive.whatsapp2, .ceo.img-responsive.whatsapp3, .ceo.img-responsive.whatsapp4 {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 95px;
    height: 650px;
    margin-top: -36px
}

.ceo.img-responsive.whatsapp1 {
    background: url(../img/screen/girl-whatsapp1.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.whatsapp2 {
    background: url(../img/screen/girl-whatsapp2.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.whatsapp3 {
    background: url(../img/screen/girl-whatsapp3.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.whatsapp4 {
    background: url(../img/screen/girl-whatsapp4.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.common {
    padding-top: 110px;
    background: url(../img/common-banner.png) no-repeat;
    background-size: 100% auto
}

.ceo.img-responsive.instagram1, .ceo.img-responsive.instagram2, .ceo.img-responsive.instagram4, .ceo.img-responsive.snapchat1, .ceo.img-responsive.snapchat2, .ceo.img-responsive.snapchat3, .ceo.img-responsive.ubereat-1, .ceo.img-responsive.ubereat-2, .ceo.img-responsive.ubereat-3, .ceo.img-responsive.ubereat-4 {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 95px;
    height: 650px;
    margin-top: -36px
}

.ceo.img-responsive.snapchat1 {
    background: url(../img/screen/snapchat-1.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.snapchat2 {
    background: url(../img/screen/snapchat-2.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.snapchat3 {
    background: url(../img/screen/snapchat-3.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.instagram1 {
    background: url(../img/screen/insta-1.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.instagram2 {
    background: url(../img/screen/insta-2.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.instagram3 {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 95px;
    height: 650px;
    background: url(../img/screen/insta3.png) no-repeat;
    background-size: 100%;
    margin-top: -36px
}

.ceo.img-responsive.instagram4 {
    background: url(../img/screen/insta4.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.ubereat-1 {
    background: url(../img/screen/ubereat-1.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.ubereat-3 {
    background: url(../img/screen/ubereat-3.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.ubereat-2 {
    background: url(../img/screen/ubereat-2.png) no-repeat;
    background-size: 100%
}

.ceo.img-responsive.ubereat-4 {
    background: url(../img/screen/ubereat-4.png) no-repeat;
    background-size: 100%
}

img.bitcoine-img {
    width: 50px !important
}

.pay_with {
    display: inline-block;
    font-weight: 400 !important
}

.span_or {
    margin-right: 10px;
    margin-left: 10px
}

.bitcoin-sec {
    padding-top: 32px;
    padding-bottom: 32px
}

#client-hd {
    margin-top: 0;
    margin-bottom: 0
}

.para.sec-para {
    padding: 0 0 40px
}

.hire-sec {
    background: #f7f7f7;
    padding: 40px 0 0
}

@media only screen and (max-width:479px) {
    .ceo.img-responsive.uber-x {
        display: none;
        height: 600px !important
    }

    #intro-bg-app {
        padding-top: 85px
    }

    .app-slide .carousel h1 {
        font-size: 32px;
        padding: 50px 26px 10px 8px
    }

    .ceo.img-responsive.whatsapp {
        display: none !important
    }

    .newsletter>h3 {
        font-size: 37px
    }

    .top-heading {
        font-size: 36px
    }

    #intro-bg-app .uber-x {
        padding-top: 15px
    }

    .banner-img, .ceo.img-responsive.tinder {
        display: none
    }

    .feature-icon-left-more .feature-content {
        text-align: right;
        padding: 35px 90px 20px 0
    }

    .block-sec .display-table-cell {
        padding: 125px 0 75px
    }

    .header-text h1 {
        font-size: 30px
    }

    .log_in_box.app-cost {
        width: 90%;
        margin: 15px;
        padding: 15px;
        position: relative;
        overflow: hidden
    }

    .fade {
        opacity: 1.2;
        top: 69px
    }

    .slide-text h1 {
        font-size: 15px;
        line-height: 21px
    }

    .slide-text {
        padding: 0 16px;
        top: 30px;
        max-height: 637px
    }

    .fade .item {
        top: 3px
    }

    @media only screen and (min-width:768px) and (max-width:959px) {
        .ceo.img-responsive.whatsapp {
            display: none !important
        }

        .ceo.img-responsive.uber-x {
            display: none;
            height: 600px !important
        }

        body .ceo.img-responsive.uber-x {
            overflow: hidden;
            margin-right: auto;
            margin-left: auto;
            padding-top: 95px;
            height: 650px;
            background: url(../img/uber-x-banner.png) no-repeat !important;
            display: none !important
        }

        #intro-bg-app .uber-x {
            padding-top: 15px
        }

        .banner-img, .ceo.img-responsive.tinder {
            display: none
        }

        .feature-icon-left-more .feature-content {
            text-align: right;
            padding: 35px 90px 20px 0
        }

        .block-sec .display-table-cell {
            padding: 125px 0 75px
        }

        .header-text h1 {
            font-size: 30px
        }

        .log_in_box.app-cost {
            width: 90%;
            margin: 12px;
            padding: 30px;
            position: relative;
            overflow: hidden
        }
    }

    a.page-scroll.btn-small.whatsapp {
        background: #00e676;
        color: #fff;
        padding: 10px;
        margin-top: 4px;
        border-radius: 4px;
        margin-left: 5px
    }

    .footer-txt {
        text-align: right;
        padding: 0
    }

    .footer-btn {
        text-align: left;
        padding: 0 20px
    }

    h1 span.cy-red {
        font-weight: 100;
        font-size: 52px
    }

    .padding-common .list-app h1 {
        margin-top: 0
    }

    a.btn.btn-primary.color-global {
        background: #69437b;
        color: #fff
    }

    a.btn.btn-default.color-bg {
        background: #000;
        color: #fff
    }

    a.btn.btn-default.bk-clr {
        background: #000;
        color: #508bcc
    }

    a.btn.btn-default.taxi-clr {
        background: #c77333;
        color: #fff
    }
}

.fade {
    opacity: 1.2;
    top: 69px
}

.slide-text h1 {
    font-size: 15px;
    line-height: 21px
}

.slide-text {
    padding: 0 16px;
    top: 30px;
    max-height: 637px
}

.fade .item {
    top: 3px
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .ceo.img-responsive.whatsapp {
        display: none !important
    }

    .ceo.img-responsive.uber-x {
        display: none;
        height: 600px !important
    }

    body .ceo.img-responsive.uber-x {
        overflow: hidden;
        margin-right: auto;
        margin-left: auto;
        padding-top: 95px;
        height: 650px;
        background: url(../img/uber-x-banner.png) no-repeat !important;
        display: none !important
    }

    #intro-bg-app .uber-x {
        padding-top: 15px
    }

    .banner-img, .ceo.img-responsive.tinder {
        display: none
    }

    .feature-icon-left-more .feature-content {
        text-align: right;
        padding: 35px 90px 20px 0
    }

    .block-sec .display-table-cell {
        padding: 125px 0 75px
    }

    .header-text h1 {
        font-size: 30px
    }

    .log_in_box.app-cost {
        width: 90%;
        margin: 12px;
        padding: 30px;
        position: relative;
        overflow: hidden
    }
}

a.page-scroll.btn-small.whatsapp {
    background: #00e676;
    color: #fff;
    padding: 10px;
    margin-top: 4px;
    border-radius: 4px;
    margin-left: 5px
}

.footer-txt {
    padding: 0
}

.footer-btn {
    text-align: left;
    padding: 0 20px
}

h1 span.cy-red {
    font-weight: 400;
    font-size: 52px
}

.padding-common .list-app h1 {
    margin-top: 0
}

a.btn.btn-primary.color-global {
    background: #69437b;
    color: #fff
}

a.btn.btn-default.color-bg {
    background: #000;
    color: #fff
}

a.btn.btn-default.bk-clr {
    background: #000;
    color: #508bcc
}

a.btn.btn-default.taxi-clr {
    background: #c77333;
    color: #fff
}

@media (max-width:767px) {
    #intro-bg-handyman.low-back-gradient-app:after {
        background: rgba(26, 41, 56, .99) !important
    }
}

.ico svg {
    width: 40px
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.html) no-repeat center center
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
    cursor: url(grabbing.html) 8 8, move
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

#app-demo li {
    margin-bottom: 25px !important;
}

.uberx-banner, .yt-sec {
    position: relative
}

.demo-links h3, .free-fet h3, .xuber-feat p {
    font-family: 'Raleway', sans-serif !important
}

.btn-feature:hover, .main-timeline .timeline-content:hover {
    text-decoration: none
}

@font-face {
    font-family: 'Raleway', sans-serif;
    src: url(../fonts/raleway-regular-webfont.woff2) format('woff2'), url(../fonts/raleway-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

font-weight:400;
font-style:normal
}

#intro-bg-taxi {
    background: url(../img/uber-x/uber-clone-banner.jpg) center center no-repeat;
    background-size: cover;
}

.app-slide.uber-x.padding-common {
    height: auto;
    padding: 120px 0
}

.nav-tabs li a img {
    width: 50px
}

.customized_uber_sec .nav-tabs li {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000
}

.customized_uber_sec .nav-tabs .active, .customized_uber_sec .nav-tabs li:hover {
    border-bottom: 1px solid #368cca !important
}

.customized_uber_sec .nav-tabs li:last-child, .customized_uber_sec .nav-tabs li:last-child:focus {
    border-bottom: 1px solid #000
}

.yt-sec {
    text-align: center
}

.yt-sec img {
    width: 100%
}

.yt-icon {
    position: absolute;
    width: auto !important;
    right: auto;
    top: 44%;
    left: 43%
}

.customized_uber_sec .nav-tabs>li>a {
    background: #eee
}

.xuber-feat p {
    color: #444;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 0
}

.xuber-feat a {
    display: block;
    padding: 20px 0
}

.app-features-right .features-details {
    padding-right: 0;
    padding-left: 70px
}

.app-features-left img {
    width: 40px;
    position: relative;
    top: 15px;
    left: -14px
}

.app-features-right img {
    width: 40px;
    position: relative;
    top: 15px;
    left: 15px
}

.app-features-left .features-icon, .app-features-right .features-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    position: absolute;
    line-height: 60px
}

.app-features li {
    margin-bottom: 50px
}

.features-details h5 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700
}

.app-features ul {
    margin-top: 60px
}

.app-features {
    margin-top: 30px
}

.app-features-left .features-icon {
    border: 1px solid #368cca;
    margin-left: 15px;
    right: 0;
    border-radius: 50%
}

.app-features-right .features-icon {
    border: 1px solid #368cca;
    margin-left: 0;
    left: 0;
    border-radius: 50%;
    margin-right: 15px
}

.xuber-feat {
    text-align: center;
    background: #eee;
    border-radius: 4px;
    border: 1px solid;
    max-width: 260px;
    margin: 30px auto 0;
    transition: .5s
}

.xuber-feat:hover {
    border: 1px solid;
    box-shadow: 0 0 14px #bbb
}

.xuber-feat img {
    height: 80px;
    opacity: .6
}

.free-fet h3 {
    font-weight: 700;
    font-size: 30px;
    margin-top: 45px;
    margin-bottom: 0
}

.feature-boxv-1 {
    background: #fff;
    position: relative;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 9px 10px -10px #000;
    margin: 30px 0
}

.feature-boxv-1 .features-icon {
    position: absolute;
    right: 10px;
    top: 27%
}

.feature-boxv-1 img {
    width: 50px;
    opacity: .7
}

.features-details {
    padding-right: 70px
}

.feature-boxv-1 h5 {
    margin: 0 0 6px;
    font-size: 16px
}

.feature-boxv-1 p {
    line-height: 19px;
    font-size: 13px;
    text-align: justify
}

.uber-x-admin img {
    position: relative;
    margin-top: 20%
}

.uber-why h2 {
    font-size: 35px
}

#admin-panel .app-features ul {
    margin-top: 0
}

.media-body img {
    width: 45px;
    position: relative;
    padding-top: 15px
}

.paid-plugins .media-body .icon {
    border: 1px solid #ccc;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%
}

.section-title.left hr {
    height: 2px;
    width: 90px;
    text-align: left;
    position: relative;
    margin: 0 auto 30px;
    border: 0
}

.media-body {
    padding: 0
}

.paid-plugins .media:hover {
    border-bottom: 2px solid #b9242433 !important;
    box-shadow: none !important
}

.paid-plugins .media_bx .media {
    border: 2px solid !important
}

.uber-why p {
    font-size: 17px;
    color: #555;
    font-weight: 700;
    line-height: 26px
}

.uber-why li {
    font-size: 16px;
    padding-bottom: 11px;
    margin-bottom: 11px;
    border-bottom: 1px dashed #ccc;
    color: #444
}

.uber-why li img {
    width: 35px;
    margin-right: 15px;
    vertical-align: middle;
    opacity: .7
}

.uber-lifetime h2 {
    font-size: 30px
}

.uber-why ul {
    margin-top: 30px
}

.common_spacing {
    padding: 50px 0
}

.uber-lifetime.lazy {
    background-image: none;
}

.uber-lifetime {
    background: url(../img/uber-x/life-time-support.jpg)
}

.uber-lifetime-innr {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    float: none;
    background: rgba(0, 0, 0, .5);
    border-radius: 2px;
    padding-top: 30px;
    padding-bottom: 30px
}

.uber-lifetime-innr .section-title {
    margin-bottom: 20px
}

.uber-lifetime-innr h2 {
    color: #fff;
    text-align: center
}

.uber-lifetime-innr .section-title.left hr {
    margin: 0 auto;
    text-align: center;
    display: block;
    background: #fff
}

.uber-lifetime-innr p {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 28px
}

.demo-links img {
    border: 2px solid #fff;
    outline: #aaa solid 2px;
    width: 190px;
}

.demo-links h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px
}

.demo-links li {
    display: inline-block;
    margin-right: 15px
}

.demo-links li:last-child {
    margin: 0
}

.demo-links h3 {
    margin-top: 30px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase
}

.demo-links p, .paid-plugins .media-body h3 {
    font-size: 18px;
    font-weight: 700
}

.paid-plugins .media-body h3 {
    margin: 9px 0;
    text-transform: none
}

.demo-links .row {
    margin-bottom: 0px;
    margin-top: 0px
}

.demo-links .web-link {
    font-size: 15px;
    line-height: 21px;
    margin-top: 20px;
    font-weight: 400;
    color: #000
}

#dispatcher-panel .app-features ul {
    margin-top: 0
}

.main-timeline {
    font-family: Niramit, sans-serif
}

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

.main-timeline .timeline {
    width: 80%;
    float: left;
    position: relative;
    z-index: 1;
    padding-bottom: 40px
}

.main-timeline .timeline-content {
    display: block
}

.main-timeline .timeline-icon {
    color: #08338e;
    background-color: #fff;
    font-size: 37px;
    text-align: center;
    line-height: 57px;
    height: 60px;
    width: 60px;
    border: 1px solid #e70000 !important;
    box-shadow: none !important;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.timeline-icon i {
    line-height: 54px;
    color: #000 !important
}

.main-timeline .title {
    color: #e70000;
    background: #ccc !important;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 40px 10px 50px;
    margin: 5px 0 0 25px;
    display: inline-block;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%)
}

.main-timeline .inner-content {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    margin: -10px 0 0;
    padding: 30px 20px 15px 50px;
    position: relative
}

.main-timeline .inner-content:before {
    content: '';
    background-color: #eee !important;
    height: 100%;
    width: 95%;
    border-radius: 10px;
    transform: skew(-10deg);
    position: absolute;
    right: 10px;
    top: 0;
    z-index: -1
}

.main-timeline .timeline:nth-child(even) {
    text-align: right;
    float: right
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 0
}

.main-timeline .timeline:nth-child(even) .title {
    margin: 5px 25px 0 0;
    padding: 10px 50px 10px 40px;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%)
}

.main-timeline .timeline:nth-child(even) .inner-content {
    text-align: left;
    padding: 30px 20px 15px 50px
}

.main-timeline .timeline:nth-child(4n+2) .timeline-icon {
    border-color: #bf1424;
    color: #bf1424;
    box-shadow: 0 0 0 5px #ea3342, -3px 3px 0 6px rgba(0, 0, 0, .3)
}

.main-timeline .timeline:nth-child(4n+2) .title {
    background: #d6313f
}

.main-timeline .timeline:nth-child(4n+2) .inner-content:before {
    background: #FF3833
}

.main-timeline .timeline:nth-child(4n+3) .timeline-icon {
    border-color: #871687;
    color: #871687;
    box-shadow: 0 0 0 5px #ce12ce, 3px 3px 0 6px rgba(0, 0, 0, .3)
}

.main-timeline .timeline:nth-child(4n+3) .title {
    background: #ad16ad
}

.main-timeline .timeline:nth-child(4n+3) .inner-content:before {
    background: #bf4ebf
}

.main-timeline .timeline:nth-child(4n+4) .timeline-icon {
    border-color: #e87306;
    color: #e87306;
    box-shadow: 0 0 0 5px #ff800a, -3px 3px 0 6px rgba(0, 0, 0, .3)
}

.main-timeline .timeline:nth-child(4n+4) .title {
    background: #f77c09
}

.main-timeline .timeline:nth-child(4n+4) .inner-content:before {
    background: #fc983a
}

@media only screen and (min-width:767px) {
    .timeline::before {
        left: auto
    }

    .main-timeline .timeline:nth-child(2)::after, .main-timeline .timeline:nth-child(2)::before, .main-timeline .timeline:nth-child(4)::after, .main-timeline .timeline:nth-child(4)::before {
        content: "";
        left: -21%
    }

    .main-timeline .timeline:nth-child(1)::after {
        content: "";
        position: absolute;
        right: -21%;
        width: 23%;
        height: 1px;
        background: #e70000;
        top: 53%;
        bottom: 0
    }

    .main-timeline .timeline:nth-child(2)::after {
        position: absolute;
        width: 24%;
        height: 1px;
        background: #e70000;
        top: 52%;
        bottom: 0
    }

    .main-timeline .timeline:nth-child(3)::after {
        content: "";
        position: absolute;
        right: -21%;
        width: 23%;
        height: 1px;
        background: #e70000;
        top: 53%;
        bottom: 0
    }

    .main-timeline .timeline:nth-child(4)::after {
        position: absolute;
        width: 24%;
        height: 1px;
        background: #e70000;
        top: 52%;
        bottom: 0
    }

    .main-timeline .timeline:nth-child(5)::before {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .main-timeline .timeline {
        width: 100%;
        margin: 0 0 20px
    }

    .main-timeline .timeline:nth-child(even) {
        float: left;
        text-align: left
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 0;
        right: auto
    }

    .main-timeline .timeline:nth-child(even) .title, .main-timeline .title {
        margin: 5px 0 0 25px;
        padding: 10px 30px 10px 50px;
        -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%)
    }

    .main-timeline .inner-content, .main-timeline .timeline:nth-child(even) .inner-content {
        text-align: left
    }

    .main-timeline .inner-content:before {
        transform: skew(-6deg)
    }
}

.timelinebox, .uberclone_sec .item h4 {
    text-align: center
}

.workflow-fl {
    max-width: 950px;
    margin: 0 auto;
    float: none
}

.timeline::before {
    position: absolute;
    top: auto;
    bottom: -6px;
    right: -21% !important;
    width: 1px;
    margin-left: 0;
    background-color: #e70000;
    height: 50%
}

.features-3, .row.highlight-box, div#app-download.uber-x {
    background: #fff
}

.timeline-icon img {
    width: 40px;
    position: relative;
    top: 9px
}

.vc-screens li {
    display: inline-block;
    max-width: 230px
}

.vc-screens {
    margin-top: 30px
}

.uber-why.uber-why-go ul {
    margin-top: 0
}

.uber-why-go .pull-left img {
    max-width: 325px;
    width: 100%
}

.highlight-box .centr-btn {
    text-align: center;
    position: relative;
    padding-top: 10px
}

.highlight-box h4 {
    font-size: 27px;
    font-weight: 700
}

.row.highlight-box {
    border-radius: 5px;
    border: 1px dashed red;
    padding: 12px;
    max-width: 1000px;
    margin: 40px auto 0
}

.features-3 .icon {
    float: left;
    width: 50px;
    position: relative;
    left: 10px;
    top: 15px
}

.features-3 .feature-content {
    padding-left: 70px;
    line-height: 25px
}

.features-3 {
    padding: 10px 0;
    margin-top: 30px;
    border: 1px solid #e1dada;
    border-radius: 3px
}

.range-of-tech .section-title h2 {
    font-size: 34px;
    line-height: 48px
}

.dem-video {
    max-width: 650px;
    margin: 0 auto 40px
}

.bg-girl .section-title h2 {
    font-size: 29px;
    color: #fff
}

.cost-box p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 32px
}

.customer-feed .testi_video .play-btn {
    position: relative;
    z-index: 10;
    margin-top: -65%;
    left: 45%;
    width: 45px
}

.customer-feed .testi_video .img-responsive {
    border-radius: 5px
}

.customer-feed .testi_video {
    position: relative
}

@keyframes zoominoutsinglefeatured {
    0%, 100% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.2, 1.2)
    }
}

.yt-sec .yt-icon {
    animation: zoominoutsinglefeatured 1s infinite
}

.list-demos, .main-para, body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif !important
}

.pricing-title, b, strong {
    font-family: 'Raleway', sans-serif !important
}

b, strong {
    font-weight: 700
}

.mr-m10 {
    margin-top: 10px
}

.mr-m25 {
    margin-top: -25px
}

@media (max-width:580px) {
    .mr-m10, .mr-m25 {
        margin-top: 0
    }

    .photo-slide img {
        padding-bottom: 20px
    }
}

.uberclone_sec a img {
    transition: all .5s ease 0s
}

.uberclone_sec a:hover img {
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
}

.uberclone_sec .item img {
    padding: 5px 40px
}

.uberclone_sec .item h4 strong {
    display: block
}

.dis_block {
    display: block !important
}

#app-demo li, .btn-feature:hover, .demos {
    display: inline-block
}

.disclaimer_sec .click_close {
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 6px 7px;
    border-radius: 50%;
    cursor: pointer;
    color: #368cca;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5)
}

.disclaimer_sec {
    position: fixed !important;
    z-index: 100000 !important;
    bottom: 0;
    background: rgba(41, 40, 44, .69);
    left: 0;
    right: 0;
    color: #fff;
    margin: 0 auto !important;
    float: none !important;
    padding: 8px 10px;
    box-shadow: 0 1px 20px 0 #cfcfcf
}

#app-demo li, .uber-btn .btn-small {
    margin: 0 10px
}

.disclaimer_sec p {
    color: #fff
}

.pt_0 {
    padding-top: 0 !important
}

.font-number, .pricing-head h4 {
    font-family: sans-serif
}

.btn-feature, .btn-feature:focus {
    display: inline-block;
    border: 1px solid #368cca;
    padding: 10px;
    background: #368cca;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-shadow: none;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    text-transform: capitalize;
    width: 100%
}

.btn-feature:hover {
    background-color: transparent;
    border: 1px solid #368cca;
    color: #333
}

#app-demo ul, .demos {
    margin-bottom: 0
}

.app-slide-icon .ico {
    background: 0 0
}

.company-timeline.lazy {
    background-image: none;
}

.bg-girl, .company-timeline {
    background-repeat: no-repeat
}

.view-demo-img span {
    text-transform: lowercase
}

#app-demo h4 {
    color: #000;
    font-size: 18px;
    margin-bottom: 15px
}

.provider {
    padding-bottom: 0
}

.demos {
    margin-top: 65px;
    width: 100%
}

.webdemo {
    margin-top: 60px
}

.provider.admin, .user.admin {
    margin-top: 10px
}

.icon {
    font-size: 40px;
    margin-bottom: .5em
}

.timeline-icon-txt span {
    font-size: 20px;
    font-family: sans-serif
}

.timelinebox {
    margin-top: 2em;
    padding-bottom: 2em;
    min-height: 200px;
    margin-bottom: 0;
    border-radius: 4px;
    padding-top: 2em;
    background-color: #f8f8f8
}

.icon i {
    color: #368cca;
    font-size: 50px
}

.time-pad {
    padding-top: 3em;
    padding-bottom: 3em
}

.company-timeline {
    background-size: cover;
    background-position: center
}

.bg-girl {
    background-size: contain;
    background-position: left
}

#client-hd {
    margin-top: 0;
    margin-bottom: 0
}

#intro-bg-taxi h1 span.cy-red {
    color: #fff
}

@media (max-width:991px) {
    .disclaimer_sec p {
        padding: 10px
    }

    .container {
        padding: 0 15px
    }

    .uber-btn {
        padding-top: 10px
    }

    .uber-btn .btn-small {
        margin: 10px;
        display: block
    }

    .join-us-app h1.x-title {
        font-size: 28px
    }

    .ico span {
        width: 30px;
        display: inline-block;
        height: 30px
    }

    .ico span:before {
        font-size: 26px
    }

    .join-us-app h1 {
        font-size: 32px
    }

    #app-demo .provider li, #app-demo .user li {
        display: inline-block;
        margin: 0 5px;
        width: 45%
    }
}

@media (max-width:768px) {
    .app-features .text-right {
        text-align: left
    }

    .app-features .features-details {
        padding-left: 70px
    }

    .app-features-left .features-icon, .app-features-right .features-icon {
        width: 60px;
        height: 60px;
        right: auto;
        margin-left: 0;
        left: auto
    }

    .app-features-left img, .app-features-right img {
        width: 35px;
        top: 12px;
        left: 13px
    }

    .app-features ul {
        margin-top: 0
    }

    .app-features li {
        margin-bottom: 30px
    }

    .demo-links li, .vc-screens li {
        margin-bottom: 20px
    }

    .uber-lifetime-innr {
        max-width: 100%;
        width: 95%
    }

    .features-3 .icon {
        top: 2px
    }

    .container.bg-girl::after {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .32);
        z-index: 0;
        left: 0
    }

    .container.bg-girl, .row.time-pad {
        position: relative
    }

    .row.time-pad {
        z-index: 1
    }

    .customer_service {
        padding: 0 0 40px
    }

    .demo-links h4 {
        font-size: 16px
    }

    .timeline::before {
        display: none
    }

    .feature-boxv-1 {
        margin: 30px 0 0
    }

    .app-slide h1 {
        margin-top: 50px
    }

    .xuber-feat {
        margin: 0 auto 30px
    }

    .feature-icon-right-more .feature-content {
        padding-left: 0
    }

    .customer-feed .col-md-3 {
        padding: 0 5px !important
    }

    .uberx-banner {
        display: block !important
    }

    .ubersec i.fa {
        top: -15px !important
    }

    .uber-btn .btn-small {
        margin: 0
    }

    #back-to-top.show {
        padding: 10px
    }

    #back-to-top.show img {
        width: auto !important;
        height: auto !important;
        padding: 0 !important
    }

    .app-slide-icon .ico {
        width: 50px;
        height: 50px
    }

    #awesome-features-app .bg-video.low-back-gradient-r.text.demo-bg a {
        width: 200px !important;
        display: inline-block
    }

    #app-demo .provider li, #app-demo .user li {
        display: inline-block;
        margin: 0 0 5px;
        width: 100%;
        text-align: center
    }

    .webdemo {
        margin-top: 0
    }

    #app-demo li {
        display: block;
        margin: 0 0 5px
    }

    .provider.admin, .user.admin {
        margin-top: 0
    }
}

.grid-box {
    display: flex;
    flex-wrap: wrap
}

@media (max-width:425px) {
    .grid-box {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        flex-direction: column
    }

    .dis_block {
        display: inherit !important
    }
}

.adminpanel img, .dispatcher img {
    height: auto !important
}

@media screen and (min-device-width:320px) and (max-device-width:500px) {
    .box h4 {
        margin-top: 20px !important
    }
}

#flipkart-navbar {
    background-color: #fff;
    color: #000;
    box-shadow: 0 2px 30px -11px rgba(0, 0, 0, .13)
}

.pricing-table-title, .pricing-title {
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}

.navbar-custom {
    border-top: 0 !important;
    padding: 15px 30px
}

@media (min-width:768px) {
    .navbar-custom {
        border-top: 0 !important
    }
}

.media.rider-sec {
    text-align: center
}

.rider-sec p {
    min-height: auto !important
}

.media-heading.caps_txt small {
    line-height: 30px !important;
    font-weight: 700
}

.row.media_bx {
    margin-top: 30px
}

.media_bx .media {
    margin: 0 0 30px;
    height: auto;
    max-height: 100%;
    box-shadow: 0 1px 15px 0 #efecec;
    border-bottom: 3px solid #eee;
    padding: 15px
}

.media.rider-sec:hover {
    border-bottom: 3px solid #368cca;
    box-shadow: 0 1px 15px 0 #aaa7a7
}

.company-timeline {
    background-image: url(../img/banner/bg-map.jpg)
}

.bg-girl {
    background-image: url(../img/uber-x/timeline-wrap.png)
}

.demo-bg {
    max-height: none;
    height: auto;
    background: url(../img/uber-x/down-img.jpg) 0 0/cover fixed !important
}

#intro-bg-taxi h1 span.cy-red {
    font-size: 42px
}

.list-app.pt_0 {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: left;
    background: rgba(0, 0, 0, .6);
    padding: 15px 20px;
    margin-top: 25px;
    border-radius: 4px
}

. .schedule-form {
    margin: -80px auto;
    background: #fff !important;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .1);
    max-height: 580px;
    border-top: 5px solid #666A73
}

.schedule-form form {
    padding: 10px 0
}

@media screen and (min-width:320px) and (max-width:740px) {
    .schedule-form {
        min-height: 100%
    }

    .schedule-form form {
        margin-bottom: 10px;
        padding: 0 10px
    }
}

.pricing-table-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.6em;
    margin-top: 15px;
    text-align: left;
    margin-bottom: 25px
}

.pricing-table-title a {
    font-size: .6em
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both
}

.pricing-wrapper {
    max-width: 849px;
    margin: 20px auto 0 !important
}

.pricing-table {
    margin: 0 10px;
    text-align: center;
    width: 400px;
    display: inline-block;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.pricing-table:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}

.pricing-title {
    background: #e20000;
    padding: 20px 0;
    font-size: 2em;
    margin: 0;
    font-weight: 500
}

.pricing-table.recommended .pricing-action, .pricing-table.recommended .pricing-title {
    background: #2db3cb
}

.pricing-table .price {
    background: #231f20;
    font-size: 30px;
    font-weight: 700;
    padding: 10px 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    color: #fff;
    font-family: Arial
}

.pricing-table .price sup {
    font-size: .4em;
    position: relative;
    left: 5px
}

.table-list {
    background: #FFF;
    color: #403d3a;
    height: 600px;
    overflow-y: auto
}

.table-list li {
    font-size: 16px;
    font-weight: 700;
    padding: 7px 8px;
    color: #555
}

.table-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #e70000;
    display: inline-block;
    position: relative;
    right: 5px;
    font-size: 16px
}

.table-list li span {
    font-weight: 400
}

.table-list li span.unlimited {
    color: #FFF;
    background: #e95846;
    font-size: .9em;
    padding: 5px 7px;
    display: inline-block;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px
}

.table-list li:nth-child(2n) {
    background: #F0F0F0
}

.table-buy {
    background: #000;
    padding: 15px;
    text-align: center;
    overflow: hidden
}

.table-buy p {
    float: left;
    color: #37353a;
    font-weight: 700;
    font-size: 2.4em
}

.table-buy p sup {
    font-size: .5em;
    position: relative;
    left: 5px
}

.table-buy .pricing-action {
    float: right;
    color: #FFF;
    background: #e95846;
    padding: 10px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 1.4em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.table-buy .pricing-action:hover {
    background: #cf4f3e
}

.recommended .table-buy .pricing-action:hover {
    background: #228799
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .pricing-wrapper {
        width: 768px
    }

    .pricing-table {
        width: 236px
    }

    .table-list li {
        font-size: 1.3em
    }
}

@media only screen and (max-width:767px) {
    .pricing-wrapper {
        width: 420px
    }

    .pricing-table {
        display: block;
        float: none;
        margin: 0 0 50px;
        width: 100%
    }
}

@media only screen and (max-width:479px) {
    .pricing-wrapper {
        width: 300px
    }
}

.panel-default .panel-title a {
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 22px;
    color: #555
}

.panel-default .panel-title a:after {
    font-family: FontAwesome;
    font-style: normal;
    font-size: 3rem;
    content: "\f106";
    color: #e6e6e6;
    display: none;
    float: right;
    margin-top: -12px
}

.panel-default .panel-title a.collapsed:after {
    content: "\f107"
}

.panel-default.active>.panel-heading a::after {}

.uber-x-faq .panel-default .panel-body {
    font-size: 15px;
    background: #03a9f414 !important;
    color: #000 !important;
    line-height: 24px
}

.innner-faq h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px
}

.demo-vide h2 {
    font-size: 28px !important
}

#price .section-title {
    padding-top: 30px
}

.customer-feed p {
    margin-bottom: 20px;
}

section#app-demo {
    padding-top: 80px;
}

.intl-tel-input {
    position: relative;
    display: inline-block
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.intl-tel-input .hide {
    display: none
}

.intl-tel-input .v-hide {
    visibility: hidden
}

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: 0;
    border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll
}

.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px
}

.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px
}

@media(max-width:500px) {
    .intl-tel-input .country-list {
        white-space: normal
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC
}

.intl-tel-input .country-list .country {
    padding: 5px 10px
}

.intl-tel-input .country-list .country .dial-code {
    color: #999
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05)
}

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
    vertical-align: middle
}

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
    margin-right: 6px
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px;
    height: 46px
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05)
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover, .intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
    cursor: default
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
    background-color: transparent
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.intl-tel-input.iti-container:hover {
    cursor: pointer
}

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti-flag {
    width: 20px
}

.iti-flag.be {
    width: 18px
}

.iti-flag.ch {
    width: 15px
}

.iti-flag.mc {
    width: 19px
}

.iti-flag.ne {
    width: 18px
}

.iti-flag.np {
    width: 13px
}

.iti-flag.va {
    width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2 / 1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-size: 5630px 15px
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0 0
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url("../img/flags16.png");
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2 / 1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-image: url("../img/flags%402x.png")
    }
}

.iti-flag.np {
    background-color: transparent
}


@media only screen and (max-width: 768px) {
    .calendly-inline-widget {
        margin: -80px auto 100px;
    }

    .schedule_meeting .container {
        overflow: visible;
    }

    .main-area .btn-primary.get_it {
        margin-left: 0;
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .foot_one .top-btn-text {
        text-align: center;
    }
}