/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

figcaption, figure, footer, header, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):hover {
            color: inherit;
            text-decoration: none
        }

code, pre {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

output {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.figure {
    display: inline-block
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code {
    color: inherit
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col, .col-lg-10, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-8, .col-md-12, .col-md-3, .col-md-6, .col-sm-3, .col-sm-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty::after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default
    }

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .list-group-item + .list-group-item {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px
        }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
        opacity: .75
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.border {
    border: 1px solid #dee2e6 !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.position-static {
    position: static !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.text-center {
    text-align: center !important
}

.visible {
    visibility: visible !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    pre {
        white-space: pre-wrap !important
    }

    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ @font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont3e6e3e6e3e6e.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfontd41dd41dd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont3e6e3e6e3e6e.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont3e6e3e6e3e6e.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont3e6e3e6e3e6e.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont3e6e3e6e3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-tag:before {
    content: "\f02b"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-play:before {
    content: "\f04b"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-phone:before {
    content: "\f095"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-send:before {
    content: "\f1d8"
}

@font-face {
    font-family: 'ElegantIcons';
    src: url('../fonts/ElegantIcons.eot');
    src: url('../fonts/ElegantIconsd41dd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/ElegantIcons.woff') format('woff'), url('../fonts/ElegantIcons.ttf') format('truetype'), url('../fonts/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_left, .arrow_right {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

    .arrow_left:before {
        content: "\23";
    }

    .arrow_right:before {
        content: "\24";
    }


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .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)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur {
    cursor: -moz-pointer;
    cursor: -webkit-pointer;
    cursor: pointer;
}

.mfp-close,
.mfp-arrow,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */ .slicknav_btn, .slicknav_nav .slicknav_item {
    cursor: pointer
}

.slicknav_menu, .slicknav_menu * {
    box-sizing: border-box
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em
}

    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: .188em
    }

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 3px #000
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: .875em;
    margin: .188em 0 0 .438em
}

    .slicknav_menu .slicknav_icon:before {
        background: 0 0;
        width: 1.125em;
        height: .875em;
        display: block;
        content: "";
        position: absolute
    }

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 0 rgba(0,0,0,.25)
}

.slicknav_menu:after, .slicknav_menu:before {
    content: " ";
    display: table
}

.slicknav_menu:after {
    clear: both
}

.slicknav_nav li, .slicknav_nav ul {
    display: block
}

.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_menu {
    *zoom: 1;
    font-size: 16px;
    background: #05060B;
    padding: 5px;
    opacity: 0.8;
}

.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: .875em
}

    .slicknav_nav ul {
        margin: 0 0 0 20px
    }

    .slicknav_nav .slicknav_row, .slicknav_nav a {
        padding: 5px 10px;
        margin: 2px 5px
    }

        .slicknav_nav .slicknav_row:hover {
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            background: #ccc;
            color: #fff
        }

    .slicknav_nav a {
        text-decoration: none;
        color: #fff
    }

        .slicknav_nav a:hover {
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            background: #ccc;
            color: #222
        }

    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px
    }

    .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
        padding: 0;
        margin: 0
    }

.slicknav_brand {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px
}
/******************************************************************
  Template Name: Dreams
  Description: Dreams wedding template
  Author: Colorib
  Author URI: https://colorlib.com/
  Version: 1.0
  Created: Colorib
******************************************************************/
/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Services Section
6.  Counter Section
7.  Team Section
8.  Latest Section
9.  Contact
10.  Footer Style
-------------------------------------------------------------------*/
/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
html,
body {
    height: 100%;
    font-family: "Josefin Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    font-family: "Play", sans-serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
    color: #adadad;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title.center-title {
    text-align: center;
}

    .section-title.center-title h2:after {
        right: 0;
        margin: 0 auto;
    }

.section-title span {
    color: #ffffff;
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.section-title h2 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 25px;
}

.set-bg {
    background: url("../img/new/about_background.png") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}
/* buttons */
.primary-btn {
    display: inline-block;
    font-size: 15px;
    font-family: "Play", sans-serif;
    font-weight: 700;
    padding: 14px 32px 12px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}

    .primary-btn:hover:before {
        height: 100%;
        width: 100%;
    }

    .primary-btn:hover:after {
        height: 100%;
        width: 100%;
    }

    .primary-btn:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 30px;
        width: 30px;
        border-left: 2px solid #00bfe7;
        border-top: 2px solid #00bfe7;
        content: "";
        z-index: -1;
        -webkit-transition: all, 0.7s;
        -o-transition: all, 0.7s;
        transition: all, 0.7s;
    }

    .primary-btn:after {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 30px;
        width: 30px;
        border-right: 2px solid #00bfe7;
        border-bottom: 2px solid #00bfe7;
        content: "";
        z-index: -1;
        -webkit-transition: all, 0.7s;
        -o-transition: all, 0.7s;
        transition: all, 0.7s;
    }

.site-btn {
    font-size: 15px;
    color: #ffffff;
    background: #00bfe7;
    font-family: "Play", sans-serif;
    font-weight: 700;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 14px 34px 12px;
    width: 100%;
}

/* Preloder */
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}
/*---------------------
  Header
-----------------------*/
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #1f2641;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 9;
}

.header__logo {
    /* padding: 20px 0; */
}

    .header__logo a {
        display: inline-block;
    }

.header__nav__option {
    text-align: right;
    padding: 25px 0px;
}

.header__nav__menu {
    display: inline-block;
    /*margin-right: 45px;*/
}

    .header__nav__menu ul li {
        list-style: none;
        display: inline-block;
        margin-right: 35px;
        position: relative;
    }

        .header__nav__menu ul li.active a:after {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

        .header__nav__menu ul li:hover a:after {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

        .header__nav__menu ul li:hover .dropdown {
            top: 34px;
            opacity: 1;
            visibility: visible;
        }

        .header__nav__menu ul li:last-child {
            margin-right: 0;
        }

        .header__nav__menu ul li .dropdown {
            position: absolute;
            left: 0;
            top: 60px;
            width: 140px;
            background: #ffffff;
            text-align: left;
            padding: 2px 0;
            z-index: 9;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all, 0.3s;
            -o-transition: all, 0.3s;
            transition: all, 0.3s;
        }

            .header__nav__menu ul li .dropdown li {
                display: block;
                margin-right: 0;
            }

                .header__nav__menu ul li .dropdown li a {
                    font-size: 14px;
                    color: #111111;
                    padding: 8px 20px;
                    text-transform: capitalize;
                }

                    .header__nav__menu ul li .dropdown li a:after {
                        display: none;
                    }

        .header__nav__menu ul li a {
            font-size: 15px;
            font-family: "Play", sans-serif;
            color: #ffffff;
            display: block;
            text-transform: uppercase;
            position: relative;
            padding: 6px 0;
        }

            .header__nav__menu ul li a:after {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 2px;
                background: #00bfe7;
                content: "";
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
                -webkit-transition: all, 0.3s;
                -o-transition: all, 0.3s;
                transition: all, 0.3s;
            }

.header__nav__social {
    display: inline-block;
    position: relative;
    padding-left: 50px;
}

    .header__nav__social:before {
        position: absolute;
        left: 0;
        top: 4px;
        height: 13px;
        width: 1px;
        background: rgba(225, 225, 225, 0.2);
        content: "";
    }

    .header__nav__social a {
        color: #ffffff;
        font-size: 15px;
        margin-right: 18px;
    }

        .header__nav__social a:last-child {
            margin-right: 0;
        }

/*---------------------
  Hero
-----------------------*/
.hero__slider.owl-carousel .owl-item.active .hero__text span {
    top: 0;
    opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text h2 {
    top: 0;
    opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
    top: 0;
    opacity: 1;
}

.hero__slider.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

    .hero__slider.owl-carousel .owl-dots button {
        color: #adadad;
        font-size: 18px;
        font-family: "Play", sans-serif;
        margin-right: 16px;
        position: relative;
        display: inline-block;
    }

        .hero__slider.owl-carousel .owl-dots button.active {
            color: #ffffff;
        }

            .hero__slider.owl-carousel .owl-dots button.active:after {
                background: #ffffff;
                height: 2px;
            }

        .hero__slider.owl-carousel .owl-dots button:after {
            position: absolute;
            left: 0;
            bottom: -6px;
            width: 100%;
            height: 1px;
            background: rgba(255, 255, 255, 0.3);
            content: "";
        }

        .hero__slider.owl-carousel .owl-dots button:last-child {
            margin-right: 0;
        }

.hero__item {
    height: 684px;
    padding-top: 255px;
}

.hero__text span {
    color: #ffffff;
    display: block;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.hero__text h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 38px;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.hero__text .primary-btn {
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 0.7s;
    -o-transition: all, 0.7s;
    transition: all, 0.7s;
}

/*---------------------
  Work
-----------------------*/
.work {
    overflow: hidden;
    background: #100028;
}

.work__gallery {
    margin-right: -10px;
}

.work__item {
    height: 311px !important;
    width: calc(16.67% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .work__item:hover .work__item__hover {
        bottom: 0;
    }

    .work__item.large__item {
        height: 633px !important;
        width: calc(33.33% - 10px);
    }

    .work__item.wide__item {
        width: calc(33.33% - 10px);
        height: 311px !important;
    }

    .work__item .play-btn {
        display: inline-block;
        color: #ffffff;
        font-size: 20px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.7);
        border-radius: 50%;
    }

.grid-sizer {
    width: calc(16.67% - 10px);
}

.work__item__hover {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: -300px;
    width: 100%;
    padding: 25px 30px 20px;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

    .work__item__hover h4 {
        font-size: 22px;
        color: #ffffff;
        font-weight: 700;
    }

    .work__item__hover ul li {
        color: #adadad;
        list-style: none;
        font-size: 16px;
        margin-right: 23px;
        position: relative;
        display: inline-block;
    }

        .work__item__hover ul li:after {
            position: absolute;
            right: -18px;
            top: 1px;
            content: "/";
        }

        .work__item__hover ul li:last-child {
            margin-right: 0;
        }

            .work__item__hover ul li:last-child:after {
                display: none;
            }

/*---------------------
  Counter
-----------------------*/
.counter {
    height: 840px;
    padding-top: 380px;
    overflow: hidden;
}

.counter__content {
    padding: 0px 50px;
}

.counter__item {
    background: #1a083d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 255px;
    width: 255px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .counter__item::before {
        position: absolute;
        left: -1px;
        bottom: -2px;
        height: 636px;
        width: 636px;
        border-left: 1px solid #333333;
        border-top: 1px solid #333333;
        content: "";
        z-index: -1;
    }

    .counter__item.second__item {
        margin-top: -185px;
    }

        .counter__item.second__item:before {
            left: -316px;
            bottom: -65px;
            border-right: 1px solid #333333;
            border-bottom: 1px solid #333333;
            border-left: none;
            border-top: none;
        }

    .counter__item.four__item {
        margin-top: -185px;
    }

        .counter__item.four__item:before {
            left: -380px;
            bottom: -380px;
            border-right: 1px solid #333333;
            border-bottom: 1px solid #333333;
            border-left: none;
            border-top: none;
        }

    .counter__item.third__item:before {
        left: -65px;
        bottom: -317px;
    }

.counter__item__text {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

    .counter__item__text h2 {
        font-size: 60px;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 6px;
        margin-top: 18px;
    }

    .counter__item__text p {
        color: #ffffff;
        margin-bottom: 0;
    }

/*---------------------
  Team
-----------------------*/
.team {
    padding-bottom: 90px;
}

.section-title.team__title {
    margin-bottom: 90px;
}

.team__item {
    height: 390px;
    position: relative;
    overflow: hidden;
}

    .team__item:hover .team__item__text {
        bottom: 0;
    }

    .team__item.team__item--second {
        margin-top: -60px;
    }

    .team__item.team__item--third {
        margin-top: -120px;
    }

    .team__item.team__item--four {
        margin-top: -180px;
    }

.team__item__text {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -500px;
    width: 100%;
    padding: 50px 0 30px;
    z-index: 1;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

    .team__item__text:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: url(../img/team/team-hover.png);
        content: "";
        z-index: -1;
    }

    .team__item__text h4 {
        font-size: 22px;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .team__item__text p {
        color: #ffffff;
        font-weight: 300px;
        margin-bottom: 12px;
    }

    .team__item__text .team__item__social a {
        color: #ffffff;
        display: inline-block;
        font-size: 15px;
        margin-right: 18px;
    }

        .team__item__text .team__item__social a:last-child {
            margin-right: 0;
        }

.team__btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*---------------------
  Latest
-----------------------*/
.latest {
    background: #100028;
    padding-bottom: 80px;
}

.blog__item.latest__item {
    margin-bottom: 0;
}

    .blog__item.latest__item:hover {
        border: 1px solid #222222 !important;
        background: url(../img/blog/blog-1.html);
        background-size: cover;
    }

.latest__slider.owl-carousel .owl-item .col-lg-4 {
    max-width: 100%;
}

.latest__slider.owl-carousel .owl-dots {
    text-align: center;
    padding-top: 35px;
}

    .latest__slider.owl-carousel .owl-dots button {
        height: 8px;
        width: 8px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        margin-right: 10px;
    }

        .latest__slider.owl-carousel .owl-dots button.active {
            background: #00bfe7;
        }

        .latest__slider.owl-carousel .owl-dots button:last-child {
            margin-right: 0;
        }

/*---------------------
  Call To Active
-----------------------*/
.callto {
    padding-top: 130px;
}

    .callto.sp__callto {
        padding-top: 0;
        background: #100028;
    }

.callto__text h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 22px;
}

.callto__text p {
    font-size: 15px;
    color: #ffffff;
    opacity: 0.7;
    text-transform: uppercase;
    margin-bottom: 55px;
}

.callto__text a {
    color: #ffffff;
    background: #00bfe7;
    font-size: 15px;
    font-weight: 700;
    font-family: "Play", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 32px 12px;
    border-radius: 10px;
    margin-bottom: 10px;
}

/*---------------------
  Footer
-----------------------*/
.footer {
    background: #0a0119;
}

.footer__top {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__top__logo {
    line-height: 40px;
}

    .footer__top__logo a {
        display: inline-block;
    }

.footer__top__social {
    text-align: right;
}

    .footer__top__social a {
        display: inline-block;
        font-size: 15px;
        color: #ffffff;
        height: 40px;
        width: 40px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        line-height: 44px;
        text-align: center;
        margin-right: 6px;
    }

        .footer__top__social a:last-child {
            margin-right: 0;
        }

.footer__option {
    padding-bottom: 35px;
    padding-top: 75px;
}

.footer__option__item {
    margin-bottom: 35px;
}

    .footer__option__item h5 {
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 35px;
    }

    .footer__option__item p {
        font-weight: 300;
        margin-bottom: 20px;
    }

    .footer__option__item .read__more {
        font-size: 16px;
        color: #ffffff;
    }

        .footer__option__item .read__more span {
            font-size: 16px;
            color: #ffffff;
            opacity: 0.5;
            position: relative;
            top: 4px;
            margin-left: 5px;
        }

    .footer__option__item ul li {
        list-style: none;
    }

        .footer__option__item ul li a {
            color: #adadad;
            font-size: 16px;
            font-weight: 300;
            line-height: 32px;
        }

    .footer__option__item form {
        position: relative;
    }

        .footer__option__item form input {
            height: 50px;
            width: 100%;
            padding-left: 20px;
            border: 1px solid #544E5E;
            background: transparent;
            font-size: 16px;
            color: #adadad;
        }

            .footer__option__item form input::-webkit-input-placeholder {
                color: #adadad;
            }

            .footer__option__item form input::-moz-placeholder {
                color: #adadad;
            }

            .footer__option__item form input:-ms-input-placeholder {
                color: #adadad;
            }

            .footer__option__item form input::-ms-input-placeholder {
                color: #adadad;
            }

            .footer__option__item form input::placeholder {
                color: #adadad;
            }

        .footer__option__item form button {
            font-size: 20px;
            color: #ffffff;
            border: none;
            height: 50px;
            width: 50px;
            background: #00bfe7;
            line-height: 50px;
            text-align: center;
            position: absolute;
            right: 0;
            top: 0;
        }

.footer__copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
}

.footer__copyright__text {
    margin-bottom: 0;
    font-weight: 300;
}

    .footer__copyright__text i {
        color: #00bfe7;
    }

    .footer__copyright__text a {
        color: #00bfe7;
    }

/*---------------------
  Breadcrumb
-----------------------*/
.breadcrumb-option {
    padding-top: 180px;
}

.breadcrumb__text h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 12px;
}

.breadcrumb__links a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    display: inline-block;
    margin-right: 32px;
    position: relative;
}

    .breadcrumb__links a:after {
        position: absolute;
        right: -22px;
        top: -3px;
        content: "/";
        color: #adadad;
        font-size: 20px;
    }

.breadcrumb__links span {
    font-size: 16px;
    color: #adadad;
    font-weight: 300;
    display: inline-block;
}

/*---------------------
  About
-----------------------*/
.about {
    background: #100028;
    padding-bottom: 150px;
}

.about__pic__item {
    height: 235px;
    margin-right: -10px;
    margin-bottom: 20px;
}

    .about__pic__item.about__pic__item--large {
        height: 490px;
    }

.about__text {
    padding-left: 30px;
}

    .about__text .services__item .services__item__icon:after {
        border-color: #281A3E;
    }

.about__text__desc {
    margin-top: -10px;
}

/*---------------------
  Testimonial
-----------------------*/
.testimonial {
    padding-bottom: 60px;
}

.testimonial__slider.owl-carousel .owl-item .col-lg-4 {
    max-width: 100%;
}

.testimonial__slider.owl-carousel .owl-dots {
    text-align: center;
    padding-top: 35px;
}

    .testimonial__slider.owl-carousel .owl-dots button {
        height: 8px;
        width: 8px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        margin-right: 10px;
    }

        .testimonial__slider.owl-carousel .owl-dots button.active {
            background: #00bfe7;
        }

        .testimonial__slider.owl-carousel .owl-dots button:last-child {
            margin-right: 0;
        }

.testimonial__text {
    padding: 30px 40px 25px 30px;
    border: 1px solid #3D3A64;
    margin-bottom: 25px;
    position: relative;
    z-index: 9;
}

    .testimonial__text P {
        color: #ffffff;
        font-size: 18px;
        font-weight: 300;
        font-style: italic;
        line-height: 30px;
        margin-bottom: 0;
    }

.testimonial__author {
    padding-left: 30px;
}

.testimonial__author__pic {
    float: left;
    margin-right: 20px;
}

    .testimonial__author__pic img {
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }

.testimonial__author__text {
    overflow: hidden;
}

    .testimonial__author__text h5 {
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .testimonial__author__text span {
        color: #ffffff;
        font-size: 14px;
        font-weight: 300px;
        display: inline-block;
    }

/*---------------------
  Services
-----------------------*/
.services {
    /* padding-bottom: 60px; */
    padding-top: 50px;
}

.services__title p {
    margin-bottom: 45px;
}

.services__item {
    margin-bottom: 45px;
}

    .services__item:hover .services__item__icon:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .services__item h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        margin-top: 26px;
        margin-bottom: 50px;
    }

    .services__item p {
        margin-bottom: 0;
        font-family: 'Grand', sans-serif;
    }

.services__item__icon {
    position: relative;
    height: 70px;
    /* width: 70px; */
    line-height: 70px;
    text-align: center;
}


/*---------------------
  Services Page
-----------------------*/
.services-page {
    background: #100028;
    padding-bottom: 50px;
}

/*---------------------
  Logo
-----------------------*/
.logo {
    background: #100028;
    padding: 100px 20px;
}

.logo__carousel.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

/*---------------------
  Portfolio
-----------------------*/
.portfolio {
    background: #100028;
}

.portfolio__filter {
    text-align: center;
    margin-bottom: 40px;
}

    .portfolio__filter li {
        list-style: none;
        font-size: 16px;
        color: #adadad;
        margin-right: 5px;
        display: inline-block;
        cursor: pointer;
        padding: 6px 22px;
    }

        .portfolio__filter li.active {
            border: 1px solid #00bfe7;
        }

        .portfolio__filter li:last-child {
            margin-right: 0;
        }

.portfolio__item {
    margin-bottom: 35px;
}

    .portfolio__item:hover .portfolio__item__text h4:after {
        opacity: 1;
    }

.portfolio__item__video {
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 28px;
}

    .portfolio__item__video .play-btn {
        display: inline-block;
        color: #ffffff;
        font-size: 20px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.7);
        border-radius: 50%;
    }

.portfolio__item__text {
    text-align: center;
}

    .portfolio__item__text h4 {
        color: #ffffff;
        display: inline-block;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 8px;
        position: relative;
    }

        .portfolio__item__text h4:after {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 100%;
            background: #333;
            content: "";
            -webkit-transition: all, 0.3s;
            -o-transition: all, 0.3s;
            transition: all, 0.3s;
            opacity: 0;
        }

    .portfolio__item__text ul li {
        list-style: none;
        display: inline-block;
        font-size: 16px;
        font-weight: 300;
        margin-right: 24px;
        position: relative;
        color: #adadad;
    }

        .portfolio__item__text ul li:after {
            position: absolute;
            right: -16px;
            top: 0;
            content: "/";
        }

        .portfolio__item__text ul li:last-child {
            margin-right: 0;
        }

            .portfolio__item__text ul li:last-child:after {
                display: none;
            }

    .portfolio__item__text span {
        font-size: 16px;
        font-weight: 300;
        color: #adadad;
        display: block;
    }

.pagination__option {
    text-align: center;
    padding-top: 20px;
}

    .pagination__option.blog__pagi {
        padding-top: 5px;
    }

    .pagination__option .arrow__pagination {
        font-size: 15px;
        color: #ffffff;
        display: inline-block;
        text-transform: uppercase;
    }

        .pagination__option .arrow__pagination.left__arrow {
            margin-right: 26px;
        }

        .pagination__option .arrow__pagination.right__arrow {
            margin-left: 18px;
        }

        .pagination__option .arrow__pagination span {
            opacity: 0.5;
        }

    .pagination__option .number__pagination {
        font-size: 18px;
        color: #ffffff;
        height: 50px;
        width: 50px;
        background: rgba(242, 242, 242, 0.1);
        line-height: 50px;
        text-align: center;
        display: inline-block;
        margin-right: 6px;
    }

/*---------------------
    Blog
-----------------------*/
.blog {
    background: #100028;
}

.blog__item {
    border: 1px solid #222222;
    padding: 40px 48px 35px 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}

    .blog__item:hover {
        border: 1px solid transparent !important;
        background: url(../img/blog/blog-2.html) no-repeat;
        background-size: cover;
    }

        .blog__item:hover ul li {
            color: #ffffff;
        }

        .blog__item:hover p {
            color: #ffffff;
        }

    .blog__item h4 {
        color: #ffffff;
        font-weight: 700;
        line-height: 31px;
        margin-bottom: 18px;
    }

    .blog__item ul {
        margin-bottom: 20px;
    }

        .blog__item ul li {
            color: #777777;
            list-style: none;
            font-size: 14px;
            font-weight: 300;
            margin-right: 25px;
            position: relative;
            display: inline-block;
        }

            .blog__item ul li:after {
                position: absolute;
                right: -16px;
                top: 0px;
                content: "/";
            }

            .blog__item ul li:last-child {
                margin-right: 0;
            }

                .blog__item ul li:last-child:after {
                    display: none;
                }

    .blog__item p {
        font-weight: 300;
        line-height: 29px;
        margin-bottom: 22px;
    }

    .blog__item a {
        font-size: 16px;
        color: #ffffff;
    }

        .blog__item a span {
            font-size: 16px;
            color: #ffffff;
            opacity: 0.5;
            position: relative;
            top: 4px;
            margin-left: 5px;
        }

/*---------------------
  Blog Details Hero
-----------------------*/
.blog-hero {
    padding: 300px 0 230px;
}

.blog__hero__text {
    text-align: center;
}

    .blog__hero__text h2 {
        color: #ffffff;
        font-weight: 700;
        line-height: 47px;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

    .blog__hero__text ul li {
        font-size: 14px;
        color: #ffffff;
        font-weight: 300;
        list-style: none;
        display: inline-block;
        margin-right: 25px;
        position: relative;
    }

        .blog__hero__text ul li:after {
            position: absolute;
            right: -18px;
            top: 0;
            content: "/";
        }

        .blog__hero__text ul li:last-child {
            margin-right: 0;
        }

            .blog__hero__text ul li:last-child:after {
                display: none;
            }

        .blog__hero__text ul li span {
            text-transform: uppercase;
        }

/*---------------------
  Blog Details
-----------------------*/
.blog-details {
    background: #100028;
}

.blog__details__text {
    margin-bottom: 30px;
}

    .blog__details__text p {
        font-size: 18px;
        line-height: 29px;
        font-weight: 300;
        margin-bottom: 20px;
    }

        .blog__details__text p:last-child {
            margin-bottom: 0;
        }

.blog__details__quote {
    border: 1px solid rgba(225, 225, 225, 0.8);
    padding: 35px 90px 35px 40px;
    position: relative;
    margin-bottom: 35px;
}

    .blog__details__quote p {
        font-size: 22px;
        font-weight: 300;
        line-height: 35px;
        font-style: italic;
        margin-bottom: 10px;
    }

    .blog__details__quote h6 {
        font-size: 15px;
        color: #adadad;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #ffffff;
    }

    .blog__details__quote i {
        font-size: 36px;
        color: #00bfe7;
        position: absolute;
        right: 30px;
        bottom: 25px;
    }

.blog__details__desc {
    margin-bottom: 50px;
}

    .blog__details__desc p {
        font-size: 18px;
        line-height: 29px;
        font-weight: 300;
        margin-bottom: 20px;
    }

        .blog__details__desc p:last-child {
            margin-bottom: 0;
        }

.blog__details__tags {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 65px;
}

    .blog__details__tags span {
        display: inline-block;
        font-size: 15px;
        color: #ffffff;
        font-weight: 300;
        margin-right: 25px;
    }

    .blog__details__tags a {
        font-size: 16px;
        font-weight: 300;
        color: #ffffff;
        display: inline-block;
        margin-right: 11px;
        padding: 8px 15px 7px;
        margin-bottom: 5px;
        background: rgba(255, 255, 255, 0.1);
    }

.blog__details__option {
    margin-bottom: 40px;
}

.blog__details__option__item {
    margin-bottom: 30px;
    overflow: hidden;
    display: block;
}

    .blog__details__option__item h5 {
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

        .blog__details__option__item h5 i {
            font-size: 18px;
            margin-right: 5px;
        }

    .blog__details__option__item.blog__details__option__item--right h5 {
        text-align: right;
    }

        .blog__details__option__item.blog__details__option__item--right h5 i {
            margin-right: 0;
            margin-left: 5px;
        }

    .blog__details__option__item.blog__details__option__item--right .blog__details__option__item__img {
        float: right;
        margin-right: 0;
        margin-left: 25px;
    }

    .blog__details__option__item.blog__details__option__item--right .blog__details__option__item__text {
        margin-right: 25px;
        text-align: right;
        float: none;
    }

.blog__details__option__item__img {
    float: left;
    margin-right: 25px;
}

.blog__details__option__item__text {
    overflow: hidden;
}

    .blog__details__option__item__text h6 {
        color: #ffffff;
        line-height: 21px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .blog__details__option__item__text span {
        font-size: 14px;
        color: #777777;
        font-weight: 300;
    }

.blog__details__recent {
    margin-bottom: 60px;
}

    .blog__details__recent h4 {
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 35px;
        text-align: center;
    }

.blog__details__recent__item {
    margin-bottom: 30px;
}

    .blog__details__recent__item img {
        min-width: 100%;
        margin-bottom: 20px;
    }

    .blog__details__recent__item h5 {
        color: #ffffff;
        font-weight: 700;
        line-height: 23px;
        margin-bottom: 4px;
    }

    .blog__details__recent__item span {
        color: #777777;
        font-size: 14px;
        font-weight: 300;
    }

.blog__details__comment h4 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
}

.blog__details__comment form textarea {
    height: 120px;
    width: 100%;
    border: 1px solid rgba(225, 225, 225, 0.5);
    background: transparent;
    font-size: 16px;
    color: #adadad;
    padding-top: 12px;
    padding-left: 20px;
    font-weight: 300;
    margin-bottom: 14px;
    resize: none;
}

    .blog__details__comment form textarea:placeholder {
        color: #adadad;
    }

.input__list {
    margin-right: -20px;
    overflow: hidden;
}

    .input__list input {
        height: 50px;
        width: calc(33.33% - 20px);
        float: left;
        border: 1px solid rgba(225, 225, 225, 0.5);
        background: transparent;
        font-size: 16px;
        color: #adadad;
        padding-left: 20px;
        font-weight: 300;
        margin-right: 20px;
        margin-bottom: 20px;
    }

        .input__list input:placeholder {
            color: #adadad;
        }

/*---------------------
  Contact Widget
-----------------------*/
.contact-widget {
    background: #100028;
    padding-bottom: 70px;
}

.contact__widget__item {
    margin-bottom: 30px;
}

.contact__widget__item__icon {
    height: 70px;
    width: 70px;
    border: 1px solid rgba(225, 225, 225, 0.5);
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    float: left;
    margin-right: 30px;
}

    .contact__widget__item__icon i {
        font-size: 30px;
        color: #ffffff;
    }

.contact__widget__item__text {
    overflow: hidden;
    padding-top: 7px;
}

    .contact__widget__item__text h4 {
        font-size: 22px;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .contact__widget__item__text p {
        margin-bottom: 0;
    }

/*---------------------
  Contact
-----------------------*/
.contact {
    background: #100028;
    padding-top: 0;
    overflow: hidden;
}

.contact__map {
    height: 450px;
}

    .contact__map iframe {
        width: 100%;
    }

.contact__form h3 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.contact__form form input {
    height: 50px;
    width: 100%;
    border: 1px solid rgba(225, 225, 225, 0.5);
    background: transparent;
    font-size: 16px;
    color: #adadad;
    padding-left: 20px;
    font-weight: 300;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

    .contact__form form input:placeholder {
        color: #adadad;
    }

    .contact__form form input:focus {
        border-color: #e1e1e1;
    }

.contact__form form textarea {
    height: 110px;
    width: 100%;
    border: 1px solid rgba(225, 225, 225, 0.5);
    background: transparent;
    font-size: 16px;
    color: #adadad;
    padding-top: 12px;
    padding-left: 20px;
    font-weight: 300;
    margin-bottom: 14px;
    resize: none;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

    .contact__form form textarea:placeholder {
        color: #adadad;
    }

    .contact__form form textarea:focus {
        border-color: #e1e1e1;
    }

/*--------------------------------- Responsive Media Quaries -----------------------------*/
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
/* Medium Device = 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__nav__menu {
        margin-right: 25px;
    }

        .header__nav__menu ul li {
            margin-right: 25px;
        }

    .header__nav__social {
        padding-left: 25px;
    }

    .counter__item::before {
        display: none;
    }

    .counter__content {
        padding: 0px 145px 0 50px;
    }

    .counter__item.second__item {
        margin-top: -210px;
    }

    .counter__item.four__item {
        margin-top: -210px;
    }

    .hero__slider.owl-carousel .owl-dots {
        max-width: 930px !important;
    }
}

/* Tablet Device = 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero__slider.owl-carousel .owl-dots {
        max-width: 690px !important;
    }

    .services__title {
        margin-bottom: 50px;
    }

    .counter__item {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        margin-bottom: 30px;
        width: auto;
    }

        .counter__item::before {
            display: none;
        }

    .counter__content {
        padding: 0;
    }

    .counter__item.second__item {
        margin-top: 0;
    }

    .counter__item.four__item {
        margin-top: 0;
    }

    .counter__item__text {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .counter {
        height: auto;
        padding-top: 100px;
        padding-bottom: 70px;
    }

    .team__item.team__item--second {
        margin-top: 0;
    }

    .team__item.team__item--third {
        margin-top: 0;
    }

    .team__item.team__item--four {
        margin-top: 0;
    }

    .team__btn {
        position: relative;
        padding-top: 50px;
    }

    .about__pic {
        margin-bottom: 50px;
    }

    .about__text {
        padding-left: 0;
    }

    .portfolio__filter li {
        padding: 6px 15px;
    }

    .header .container {
        position: relative;
    }

    .header__nav__option {
        display: none;
    }
}
/* Wide Mobile = 480px */
@media only screen and (max-width: 767px) {
    .services__title {
        margin-bottom: 50px;
    }

    .counter__item {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        margin-bottom: 30px;
        width: auto;
    }

        .counter__item::before {
            display: none;
        }

    .counter__content {
        padding: 0;
    }

    .counter__item.second__item {
        margin-top: 0;
    }

    .counter__item.four__item {
        margin-top: 0;
    }

    .counter__item__text {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .counter {
        height: auto;
        padding-top: 100px;
        padding-bottom: 70px;
    }

    .team__item.team__item--second {
        margin-top: 0;
    }

    .team__item.team__item--third {
        margin-top: 0;
    }

    .team__item.team__item--four {
        margin-top: 0;
    }

    .team__btn {
        position: relative;
        padding-top: 50px;
    }

    .about__pic {
        margin-bottom: 50px;
    }

    .about__text {
        padding-left: 0;
    }

    .hero__slider.owl-carousel .owl-dots {
        max-width: auto;
        padding: 0 15px;
    }

    .header .container {
        position: relative;
    }

    .header__nav__option {
        display: none;
    }

    .hero__text h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .grid-sizer {
        width: calc(50% - 10px);
    }

    .work__item.wide__item {
        width: calc(50% - 10px);
    }

    .work__item {
        width: calc(50% - 10px);
    }

        .work__item.large__item {
            width: calc(50% - 10px);
        }

    .footer__top__social {
        text-align: left;
        padding-top: 30px;
    }

    .portfolio__filter li {
        margin-bottom: 10px;
    }

    .input__list {
        margin-right: 0;
    }

        .input__list input {
            width: 100%;
            margin-right: 0;
        }

    .contact__map {
        margin-bottom: 40px;
    }

    .team__item {
        margin-bottom: 20px;
    }

    .team .p-0 {
        padding: 0 15px !important;
    }

    .about__pic__item {
        margin-right: 0;
    }

    .blog__details__quote {
        padding: 30px 45px 35px 35px;
    }
}
/* Small Device = 320px */
@media only screen and (max-width: 479px) {
    .hero__text h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .grid-sizer {
        width: 100%;
    }

    .work__item.wide__item {
        width: 100%;
    }

    .work__item {
        width: 100%;
        margin-right: 0;
    }

        .work__item.large__item {
            width: 100%;
        }

    .work__gallery {
        margin-right: 0;
    }

    .pagination__option .arrow__pagination.left__arrow {
        margin-right: 15px;
    }

    .pagination__option .arrow__pagination.right__arrow {
        margin-left: 10px;
    }

    .blog__details__quote {
        padding: 30px 40px 35px 35px;
    }
}
