/*-------------------------------------------------------------------------
    
    Theme Name: HotStar
    Theme URI: http://template.themeton.com/hotstar
    Author: ThemeTon
    Author URI: http://themeton.com
    Description: Multipurpose HTML5, CSS3 template for your creative works
    Version: 1.0

  -------------------------------------------------------------------------
 
    Table of Contents

    01. Header
    02. Helpers
    03. Elements
    04. Content
    05. Blog
    06. Comments
    07. Page
    08. Portfolio
    09. Widgets
    10. Footer
    11. Responsive
  
  -------------------------------------------------------------------------*/







.transition {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}




/* Header Style
====================================*/

.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    font-family: Custom;
    display: inline-block;
    margin-left: .05rem;
    vertical-align: -2px;
    content: "";
    border: 0;
    content: "\e900"
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 20px;
    margin: 0;
    font-size: .75rem;
    color: #343f52;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: .4rem;
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, .06)
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .75rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .75rem
}

.dropup .dropdown-toggle::after {
    font-family: Custom;
    display: inline-block;
    margin-left: .05rem;
    vertical-align: -2px;
    content: "";
    border: 0;
    content: "\e903"
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .75rem
}

.dropend .dropdown-toggle::after {
    font-family: Custom;
    display: inline-block;
    margin-left: .05rem;
    vertical-align: -2px;
    content: "";
    border: 0;
    content: "\e902"
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .75rem
}

.dropstart .dropdown-toggle::after {
    font-family: Custom;
    display: inline-block;
    margin-left: .05rem;
    vertical-align: -2px;
    content: "";
    border: 0;
    content: "\e901"
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid transparent
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px;
    clear: both;
    font-weight: 500;
    color: #343f52;
    text-align: inherit;
    /* white-space: nowrap; */
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #3f78e0;
    background-color: inherit
}

.dropdown-item.active,
.dropdown-item:active {
    color: #3f78e0;
    text-decoration: none;
    background-color: inherit
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #60697b;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .7rem;
    color: #3f78e0;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .2rem 1.5rem;
    color: #343f52
}

.dropdown-menu-dark {
    color: #cacaca;
    background-color: #2e353e;
    border-color: transparent
}

.dropdown-menu-dark .dropdown-item {
    color: #cacaca
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #3f78e0;
    background-color: inherit
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #959ca9
}

.dropdown-menu-dark .dropdown-divider {
    border-color: transparent
}

.dropdown-menu-dark .dropdown-item-text {
    color: #cacaca
}

.dropdown-menu-dark .dropdown-header {
    color: #959ca9
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -2px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .9rem;
    padding-left: .9rem
}

.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: 1.05rem;
    padding-left: 1.05rem
}

.btn-group.show .dropdown-toggle {
    box-shadow: 0 .25rem .75rem rgba(30, 34, 40, .15)
}

.btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -2px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: 1.2rem 1rem;
    font-size: .8rem;
    font-weight: 600;
    color: #343f52;
    transition: color .2s ease-in-out;
    font-family: 'Raleway';
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: #3f78e0
}

.nav-link.disabled {
    color: #959ca9;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid rgba(164, 174, 198, .2)
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #959ca9;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #3f78e0;
    background-color: #fff;
    border-color: rgba(164, 174, 198, .2)
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .4rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #3f78e0;
    background-color: #fff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: .7rem;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    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
}

.navbar-text {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .4rem;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-sm .offcanvas-bottom,
    .navbar-expand-sm .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-md .offcanvas-bottom,
    .navbar-expand-md .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-lg .offcanvas-bottom,
    .navbar-expand-lg .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-xl .offcanvas-bottom,
    .navbar-expand-xl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-xxl .offcanvas-bottom,
    .navbar-expand-xxl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
}

.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0
}

.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-light .navbar-brand {
    color: #3f78e0
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #3f78e0
}

.navbar-light .navbar-nav .nav-link {
    color: #343f52
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #3f78e0
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(52, 63, 82, .3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #3f78e0
}

.navbar-light .navbar-toggler {
    color: #343f52;
    border-color: transparent
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='32' viewBox='0 0 45 32'%3e%3cpath fill='%233f78e0' d='M26.88 29.888c-1.076 1.289-2.683 2.103-4.48 2.103s-3.404-0.814-4.472-2.093l-0.008-0.009-5.12-7.040-8.192-10.048-3.52-4.608c-0.646-0.848-1.036-1.922-1.036-3.087 0-2.828 2.292-5.12 5.12-5.12 0.139 0 0.277 0.006 0.413 0.016l-0.018-0.001h33.664c0.118-0.010 0.256-0.015 0.396-0.015 2.828 0 5.12 2.292 5.12 5.12 0 1.165-0.389 2.239-1.045 3.1l0.009-0.013-3.52 4.608-7.872 10.048z'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: #343f52
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: #3f78e0
}

.navbar-dark .navbar-brand {
    color: rgba(255, 255, 255, .7)
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: rgba(255, 255, 255, .7)
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .7)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: rgba(255, 255, 255, .7)
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: transparent
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='32' viewBox='0 0 45 32'%3e%3cpath fill='%23fff' d='M26.88 29.888c-1.076 1.289-2.683 2.103-4.48 2.103s-3.404-0.814-4.472-2.093l-0.008-0.009-5.12-7.040-8.192-10.048-3.52-4.608c-0.646-0.848-1.036-1.922-1.036-3.087 0-2.828 2.292-5.12 5.12-5.12 0.139 0 0.277 0.006 0.413 0.016l-0.018-0.001h33.664c0.118-0.010 0.256-0.015 0.396-0.015 2.828 0 5.12 2.292 5.12 5.12 0 1.165-0.389 2.239-1.045 3.1l0.009-0.013-3.52 4.608-7.872 10.048z'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: #fff
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: rgba(255, 255, 255, .7)
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(164, 174, 198, .2);
    border-radius: .4rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: .4rem;
    border-bottom-left-radius: .4rem
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 2rem 2rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: 2rem
}

.card-header {
    padding: 1rem 2rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(164, 174, 198, .2)
}

.card-header:first-child {
    border-radius: .4rem .4rem 0 0
}

.card-footer {
    padding: 1rem 2rem;
    background-color: transparent;
    border-top: 1px solid rgba(164, 174, 198, .2)
}

.card-footer:last-child {
    border-radius: 0 0 .4rem .4rem
}

.card-header-tabs {
    margin-right: -1rem;
    margin-bottom: -1rem;
    margin-left: -1rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -1rem;
    margin-left: -1rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: .4rem
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: .4rem;
    border-bottom-left-radius: .4rem
}

.card-group>.card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #343f52;
    background-color: #fff;
    border: 1px solid rgba(164, 174, 198, .2);
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #3f78e0;
    background-color: #fff;
    border-color: rgba(164, 174, 198, .2)
}

.page-link:focus {
    z-index: 3;
    color: #3f78e0;
    background-color: #fff;
    outline: 0;
    box-shadow: unset
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #3f78e0;
    background-color: #fff;
    border-color: rgba(164, 174, 198, .2)
}

.page-item.disabled .page-link {
    color: #959ca9;
    pointer-events: none;
    background-color: #fff;
    border-color: rgba(164, 174, 198, .2)
}

.page-link {
    padding: 0 0
}

.page-item:first-child .page-link {
    border-top-left-radius: .4rem;
    border-bottom-left-radius: .4rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .4rem;
    border-bottom-right-radius: .4rem
}

.pagination-lg .page-link {
    padding: 0 0;
    font-size: 1rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .4rem;
    border-bottom-left-radius: .4rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .4rem;
    border-bottom-right-radius: .4rem
}

.pagination-sm .page-link {
    padding: 0 0;
    font-size: .7rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .4em .7em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .4rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .4rem
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>li::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: #2f353a;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #2f353a;
    text-decoration: none;
    background-color: #fefefe
}

.list-group-item-action:active {
    color: #60697b;
    background-color: #f6f7f9
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #1e2228;
    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: #60697b;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #3f78e0;
    border-color: #3f78e0
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .4rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .4rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .4rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .4rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .4rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .4rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .4rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .4rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .4rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .4rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .4rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: .4rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-blue {
    color: #264886;
    background-color: #d9e4f9
}

.list-group-item-blue.list-group-item-action:focus,
.list-group-item-blue.list-group-item-action:hover {
    color: #264886;
    background-color: #c3cde0
}

.list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #264886;
    border-color: #264886
}

.list-group-item-sky {
    color: #386f90;
    background-color: #dff1fc
}

.list-group-item-sky.list-group-item-action:focus,
.list-group-item-sky.list-group-item-action:hover {
    color: #386f90;
    background-color: #c9d9e3
}

.list-group-item-sky.list-group-item-action.active {
    color: #fff;
    background-color: #386f90;
    border-color: #386f90
}

.list-group-item-purple {
    color: #464c7d;
    background-color: #e3e5f6
}

.list-group-item-purple.list-group-item-action:focus,
.list-group-item-purple.list-group-item-action:hover {
    color: #464c7d;
    background-color: #cccedd
}

.list-group-item-purple.list-group-item-action.active {
    color: #fff;
    background-color: #464c7d;
    border-color: #464c7d
}

.list-group-item-grape {
    color: #3a3870;
    background-color: #dfdff1
}

.list-group-item-grape.list-group-item-action:focus,
.list-group-item-grape.list-group-item-action:hover {
    color: #3a3870;
    background-color: #c9c9d9
}

.list-group-item-grape.list-group-item-action.active {
    color: #fff;
    background-color: #3a3870;
    border-color: #3a3870
}

.list-group-item-violet {
    color: #604a76;
    background-color: #ece5f3
}

.list-group-item-violet.list-group-item-action:focus,
.list-group-item-violet.list-group-item-action:hover {
    color: #604a76;
    background-color: #d4cedb
}

.list-group-item-violet.list-group-item-action.active {
    color: #fff;
    background-color: #604a76;
    border-color: #604a76
}

.list-group-item-pink {
    color: #7d4050;
    background-color: #f6e1e7
}

.list-group-item-pink.list-group-item-action:focus,
.list-group-item-pink.list-group-item-action:hover {
    color: #7d4050;
    background-color: #ddcbd0
}

.list-group-item-pink.list-group-item-action.active {
    color: #fff;
    background-color: #7d4050;
    border-color: #7d4050
}

.list-group-item-fuchsia {
    color: #8a3e6b;
    background-color: #fae1f0
}

.list-group-item-fuchsia.list-group-item-action:focus,
.list-group-item-fuchsia.list-group-item-action:hover {
    color: #8a3e6b;
    background-color: #e1cbd8
}

.list-group-item-fuchsia.list-group-item-action.active {
    color: #fff;
    background-color: #8a3e6b;
    border-color: #8a3e6b
}

.list-group-item-red {
    color: #883b40;
    background-color: #f9e0e1
}

.list-group-item-red.list-group-item-action:focus,
.list-group-item-red.list-group-item-action:hover {
    color: #883b40;
    background-color: #e0cacb
}

.list-group-item-red.list-group-item-action.active {
    color: #fff;
    background-color: #883b40;
    border-color: #883b40
}

.list-group-item-orange {
    color: #945347;
    background-color: #fde8e4
}

.list-group-item-orange.list-group-item-action:focus,
.list-group-item-orange.list-group-item-action:hover {
    color: #945347;
    background-color: #e4d1cd
}

.list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #945347;
    border-color: #945347
}

.list-group-item-yellow {
    color: #966e35;
    background-color: #fef1de
}

.list-group-item-yellow.list-group-item-action:focus,
.list-group-item-yellow.list-group-item-action:hover {
    color: #966e35;
    background-color: #e5d9c8
}

.list-group-item-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #966e35;
    border-color: #966e35
}

.list-group-item-green {
    color: #297660;
    background-color: #daf3ec
}

.list-group-item-green.list-group-item-action:focus,
.list-group-item-green.list-group-item-action:hover {
    color: #297660;
    background-color: #c4dbd4
}

.list-group-item-green.list-group-item-action.active {
    color: #fff;
    background-color: #297660;
    border-color: #297660
}

.list-group-item-leaf {
    color: #4a6e5b;
    background-color: #e5f1ea
}

.list-group-item-leaf.list-group-item-action:focus,
.list-group-item-leaf.list-group-item-action:hover {
    color: #4a6e5b;
    background-color: #ced9d3
}

.list-group-item-leaf.list-group-item-action.active {
    color: #fff;
    background-color: #4a6e5b;
    border-color: #4a6e5b
}

.list-group-item-aqua {
    color: #326577;
    background-color: #ddeef4
}

.list-group-item-aqua.list-group-item-action:focus,
.list-group-item-aqua.list-group-item-action:hover {
    color: #326577;
    background-color: #c7d6dc
}

.list-group-item-aqua.list-group-item-action.active {
    color: #fff;
    background-color: #326577;
    border-color: #326577
}

.list-group-item-navy {
    color: #1f2631;
    background-color: #d6d9dc
}

.list-group-item-navy.list-group-item-action:focus,
.list-group-item-navy.list-group-item-action:hover {
    color: #1f2631;
    background-color: #c1c3c6
}

.list-group-item-navy.list-group-item-action.active {
    color: #fff;
    background-color: #1f2631;
    border-color: #1f2631
}

.list-group-item-ash {
    color: #595c62;
    background-color: #eaebed
}

.list-group-item-ash.list-group-item-action:focus,
.list-group-item-ash.list-group-item-action:hover {
    color: #595c62;
    background-color: #d3d4d5
}

.list-group-item-ash.list-group-item-action.active {
    color: #fff;
    background-color: #595c62;
    border-color: #595c62
}

.list-group-item-white {
    color: #858c97;
    background-color: #fff
}

.list-group-item-white.list-group-item-action:focus,
.list-group-item-white.list-group-item-action:hover {
    color: #858c97;
    background-color: #e6e6e6
}

.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #858c97;
    border-color: #858c97
}

.list-group-item-light {
    color: #858b97;
    background-color: #fff
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #858b97;
    background-color: #e6e6e6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #858b97;
    border-color: #858b97
}

.list-group-item-gray {
    color: #828995;
    background-color: #fdfdfe
}

.list-group-item-gray.list-group-item-action:focus,
.list-group-item-gray.list-group-item-action:hover {
    color: #828995;
    background-color: #e4e4e5
}

.list-group-item-gray.list-group-item-action.active {
    color: #fff;
    background-color: #828995;
    border-color: #828995
}

.list-group-item-dark {
    color: #171a1e;
    background-color: #d4d5d6
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #171a1e;
    background-color: #bfc0c1
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #171a1e;
    border-color: #171a1e
}

.list-group-item-primary {
    color: #264886;
    background-color: #d9e4f9
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #264886;
    background-color: #c3cde0
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #264886;
    border-color: #264886
}

.list-group-item-secondary {
    color: #666a71;
    background-color: #eeeff2
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #666a71;
    background-color: #d6d7da
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #666a71;
    border-color: #666a71
}

.list-group-item-success {
    color: #297660;
    background-color: #daf3ec
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #297660;
    background-color: #c4dbd4
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #297660;
    border-color: #297660
}

.list-group-item-info {
    color: #326577;
    background-color: #ddeef4
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #326577;
    background-color: #c7d6dc
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #326577;
    border-color: #326577
}

.list-group-item-warning {
    color: #966e35;
    background-color: #fef1de
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #966e35;
    background-color: #e5d9c8
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #966e35;
    border-color: #966e35
}

.list-group-item-danger {
    color: #883b40;
    background-color: #f9e0e1
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #883b40;
    background-color: #e0cacb
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #883b40;
    border-color: #883b40
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04);
    border-radius: .4rem
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #60697b;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.4rem - 1px);
    border-top-right-radius: calc(.4rem - 1px)
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}





/* Elements
====================================*/
/* Element: Caption
------------------------------------------*/

.tt-el-caption {
  margin-bottom: 60px;
}

.tt-el-caption .el-icon {
  display: block;
  margin-bottom: 15px;
}

.tt-el-caption .el-icon i {
  font-size: 27px;
  color: #2a2a2a;
}

.tt-el-caption h5 {
  font-size: 12px;
  font-weight: normal;
  font-family: 'PT Sans';
  color: #999999;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 2px;
  margin: 0px;
  margin-bottom: 12px;
}

.tt-el-caption h3 {
  font-size: 35px;
  font-weight: 300;
  font-family: 'Raleway';
  color: #2a2a2a;
  line-height: 1em;
  letter-spacing: 0.5px;
  margin: 0px;
}

.tt-el-caption h3 b,
.tt-el-caption h3 strong {
  font-weight: 500;
}

.tt-el-caption p {
  font-family: 'PT Sans';
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  letter-spacing: 0.3px;
  margin: 0px;
  margin-top: 18px;
}

.tt-el-caption::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #fea541;
  display: inline-block;
  margin-top: 20px;
}

.tt-el-caption.text-light .el-icon i,
.tt-el-caption.text-light h5,
.tt-el-caption.text-light h3,
.tt-el-caption.text-light p {
  color: #fff;
}

.tt-el-caption.text-light::after {
  background-color: #42a5f6;
}
/* Element: Service
------------------------------------------*/

.tt-el-service {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.tt-el-service .el-icon {
  display: inline-block;
  background-color: #f7f7f7;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  text-align: center;
  line-height: 102px;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.tt-el-service .el-icon::before {
  content: '';
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 6px;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.tt-el-service .el-icon img {
  display: inline-block;
  width: 0px;
  position: relative;
  z-index: 10;
}


.tt-el-service p {
  margin: 0px;
  margin-top: 25px;
}

.tt-el-service:hover .el-icon {
  background-color: transparent;
}

.tt-el-service:hover .el-icon::before {
  width: 96px;
  height: 96px;
  top: 3px;
  left: 3px;
  background-color: transparent;
  border: 3px solid #42a5f6;
}

.tt-el-service.text-left {
  text-align: left;
}

.tt-el-service.text-left h4::after {
  margin-left: 0px;
}

.tt-el-service.text-right {
  text-align: right;
}

.tt-el-service.text-right h4::after {
  margin-right: 0px;
}



.tt-el-service.has-group::before {
  left: -20px;
}

.tt-el-service.has-group::after {
  right: -20px;
}

.tt-el-service.has-group.group-first::before {
  display: none;
}

.tt-el-service.has-group.group-last::after {
  display: none;
}
/* Element: Service
------------------------------------------*/

.tt-el-counter {
  text-align: center;
}

.tt-el-counter .el-icon {
  display: block;
  margin-bottom: 18px;
}

.tt-el-counter .el-icon i {
  font-size: 32px;
  color: #2a2a2a;
}

.tt-el-counter .el-icon img {
  width: 33px;
  display: inline-block;
  margin: 0px;
}

.tt-el-counter h5 {
  margin: 0px;
  font-size: 16px;
  font-family: 'Raleway';
  font-weight: bold;
  letter-spacing: 0.8px;
  color: #2a2a2a;
  line-height: 1em;
}

.tt-el-counter .el-count {
  font-family: 'PT Sans';
  font-size: 35px;
  font-weight: bold;
  line-height: 1em;
  margin-top: 18px;
}

.tt-el-counter.text-light .el-icon i,
.tt-el-counter.text-light h5,
.tt-el-counter.text-light .el-count {
  color: #fff;
}
/* Element: Tabs
------------------------------------------*/

.tt-el-tabs .el-nav .el-item {
  display: inline-block;
  color: #2a2a2a;
  position: relative;
}

.tt-el-tabs .el-nav .el-item + .el-item {
  margin-left: 64px;
}

.tt-el-tabs .el-nav .el-item + .el-item::before {
  content: '....';
  font-size: 25px;
  font-family: 'PT Sans';
  font-weight: 100;
  color: rgba(153, 153, 153, 0.35);
  letter-spacing: 1px;
  position: absolute;
  top: 18px;
  left: -60px;
}

.tt-el-tabs .el-nav .el-item .el-icon {
  font-size: 25px;
  width: 69px;
  height: 69px;
  text-align: center;
  line-height: 69px;
  border-radius: 50%;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
  background-color: rgba(53, 55, 62, 0.04);
}

.tt-el-tabs .el-nav .el-item .el-icon::before {
  content: '';
  width: 59px;
  height: 59px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.tt-el-tabs .el-nav .el-item .el-icon img {
  width: 25px;
  display: inline-block;
  z-index: 10;
  position: relative;
}

.tt-el-tabs .el-nav .el-item .el-title {
  font-size: 13px;
  font-family: 'Raleway';
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 8px;
  cursor: pointer;
}

.tt-el-tabs .el-nav .el-item:hover .el-icon,
.tt-el-tabs .el-nav .el-item.active .el-icon {
  background-color: transparent;
}

.tt-el-tabs .el-nav .el-item:hover .el-icon::before,
.tt-el-tabs .el-nav .el-item.active .el-icon::before {
  border: 2px solid #42a5f6;
  width: 67px;
  height: 67px;
  left: 1px;
  top: 1px;
}

.tt-el-tabs .el-content {
  margin-top: 40px;
}

.tt-el-tabs .el-content .el-content-item {
  display: none;
}
/* Element: Chart
------------------------------------------*/

.tt-el-chart .chart-wrap {
  overflow-x: hidden;
}

.tt-el-chart .chart-wrap .el-item {
  float: left;
  width: 20%;
}

.tt-el-chart .chart-wrap .el-item svg {
  width: 100%;
}

.tt-el-chart .chart-wrap .el-item svg path {
  fill: rgba(66, 165, 246, 0.8);
}

.tt-el-chart .chart-wrap .el-item + .el-item {
  margin-left: -10%;
}
/* Element: Team
------------------------------------------*/

.tt-el-team {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}

.tt-el-team > img {
  width: 100%;
}

.tt-el-team .entry-hover {
  background-color: rgba(66, 165, 246, 0.95);
  position: absolute;
  bottom: 10px;
  left: 30px;
  right: 30px;
  padding-left: 20px;
  padding-top: 18px;
  padding-bottom: 10px;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.tt-el-team .entry-hover::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent rgba(66, 165, 246, 0.95) transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -8px;
}

.tt-el-team .entry-hover .el-mail {
  display: inline-block;
  width: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tt-el-team .entry-hover .el-mail svg {
  width: 100%;
}

.tt-el-team .entry-hover h5 {
  margin: 0px;
  font-family: 'Raleway';
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1em;
}

.tt-el-team .entry-hover .el-pos {
  display: block;
  position: relative;
  font-family: 'Raleway';
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 5px;
}

.tt-el-team:hover .entry-hover {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}
/* Element: Progress
------------------------------------------*/

.tt-el-progress {
  position: relative;
  margin-bottom: 40px;
}

.tt-el-progress .el-label {
  font-family: 'Raleway';
  font-size: 13px;
  font-weight: 600;
  color: #2a2a2a;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}

.tt-el-progress .el-progress {
  position: relative;
  width: 96%;
  height: 3px;
  background-color: #e8eaf0;
}

.tt-el-progress .el-progress .el-current {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  background-color: #42a5f6;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
/* Element: Pricing Table
------------------------------------------*/

.tt-el-price {
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.031);f.ms-view
  padding: 40px;
  padding-bottom: 50px;
  text-align: center;
  overflow-x: hidden;
  position: relative;
}

.tt-el-price::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 3px;
  background-color: #42a5f6;
  z-index: 15;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.tt-el-price h4 {
  margin: 0px;
  font-size: 18px;
  font-family: 'Raleway';
  font-weight: 600;
  letter-spacing: 1px;
  color: #2a2a2a;
  line-height: 1em;
}

.tt-el-price .el-desc {
  font-family: 'PT Sans';
  font-size: 13px;
  font-weight: normal;
  color: #999999;
  margin-top: 15px;
  line-height: 1.2em;
  letter-spacing: 0.5px;
}

.tt-el-price .el-round {
  width: 131px;
  height: 131px;
  background-color: #f6f6f8;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  margin-top: 25px;
  margin-bottom: 5px;
}

.tt-el-price .el-round::before {
  content: '';
  background-color: #f0f0f0;
  position: absolute;
  height: 1px;
  width: 800px;
  top: 50%;
  left: -400px;
}

.tt-el-price .el-round::after {
  content: '';
  width: 119px;
  height: 119px;
  background-color: #fff;
  border: 1px solid #42a5f6;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  z-index: 11;
}

.tt-el-price .el-round .entry-round {
  position: absolute;
  z-index: 12;
  left: 0px;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.tt-el-price .el-round .entry-round span {
  display: block;
  text-align: center;
}

.tt-el-price .el-round .entry-round span.el-val {
  font-size: 30px;
  font-family: 'Raleway';
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #2a2a2a;
}

.tt-el-price .el-round .entry-round span.val-desc {
  font-size: 12px;
  font-family: 'Raleway';
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 5px;
}

.tt-el-price .el-round .sale-off {
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #fea541;
  z-index: 15;
  font-size: 10px;
  font-family: 'Raleway';
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  letter-spacing: 0.5px;
  top: 78px;
  left: 100px;
}

.tt-el-price .el-lists {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  font-family: 'PT Sans';
  font-weight: normal;
  letter-spacing: 0.5;
  color: #999999;
  line-height: 24px;
}

.tt-el-price .el-lists p {
  margin: 22px;
}

.tt-el-price .el-lists p::before {
  content: "\f058";
  font-family: FontAwesome;
  font-size: 16px;
  color: #42a5f6;
  margin-right: 15px;
}

.tt-el-price .el-lists p.disabled {
  opacity: 0.35;
}

.tt-el-price .el-lists p.disabled::before {
  content: "\f057";
  color: #999999;
}

.tt-el-price .el-btn {
  margin-top: 20px;
}

.tt-el-price:hover {
  border-top-color: #42a5f6;
}

.tt-el-price:hover::before {
  width: 100%;
}
/* Element: Iconed list
------------------------------------------*/

.tt-el-icon-list .el-icon-item {
  line-height: 32px;
  overflow-x: hidden;
  margin-bottom: 25px;
}

.tt-el-icon-list .el-icon-item i {
  font-size: 32px;
  color: #2a2a2a;
  float: left;
  text-align: left;
  width: 32px;
  display: inline-block;
  margin-right: 20px;
}

.tt-el-icon-list .el-icon-item img,
.tt-el-icon-list .el-icon-item svg {
  width: 32px;
  margin-right: 20px;
}

.tt-el-icon-list .el-icon-item span {
  font-size: 15px;
  font-weight: 400;
  font-family: 'PT Sans';
  letter-spacing: 0.5px;
  color: #999999;
  line-height: 32px;
}
/* Element: Blog Carousel
------------------------------------------*/

.tt-el-blog-carousel {
  position: relative;
  overflow: hidden;
}

.tt-el-blog-carousel .tt-el-caption {
  margin-bottom: 25px;
}

.tt-el-blog-carousel .tt-el-caption h3 {
  font-size: 20px;
}

.tt-el-blog-carousel .owl-blog-item .el-catgory {
  margin-bottom: 12px;
}

.tt-el-blog-carousel .owl-blog-item .el-catgory a {
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 2px 15px;
  font-family: 'Raleway';
  font-size: 12px;
  font-weight: 600;
}

.tt-el-blog-carousel .owl-blog-item h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tt-el-blog-carousel .owl-blog-item p {
  margin-bottom: 10px;
}

.tt-el-blog-carousel .owl-blog-item .el-date {
  font-family: 'Raleway';
  font-size: 12px;
  font-weight: 600;
  color: #2a2a2a;
}

.tt-el-blog-carousel .owl-controls {
  position: absolute;
  right: 0px;
  top: -73px;
}

.tt-el-blog-carousel .owl-controls .owl-pagination {
  display: block;
}

.tt-el-blog-carousel .owl-controls .owl-pagination .owl-page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

.tt-el-blog-carousel .owl-controls .owl-pagination .owl-page + .owl-page {
  margin-left: 6px;
}

.tt-el-blog-carousel .owl-controls .owl-pagination .owl-page.active {
  background-color: #000;
}

.tt-el-blog-carousel.text-light .tt-el-caption h3 {
  color: #fff;
}

.tt-el-blog-carousel.text-light .tt-el-caption::after {
  background-color: #42a5f6;
}

.tt-el-blog-carousel.text-light .owl-blog-item .el-catgory a {
  color: #dadde1;
  border-color: rgba(255, 255, 255, 0.2);
}

.tt-el-blog-carousel.text-light .owl-blog-item h4 a {
  color: #e7ebf1;
}

.tt-el-blog-carousel.text-light .owl-blog-item .el-date {
  color: #fff;
}

.tt-el-blog-carousel.text-light .owl-controls .owl-pagination .owl-page {
  background-color: rgba(255, 255, 255, 0.4);
}

.tt-el-blog-carousel.text-light .owl-controls .owl-pagination .owl-page.active {
  background-color: #fff;
}
/* Element: Quote Carousel
------------------------------------------*/

.tt-el-quote-carousel .quote-item .el-icon {
  font-size: 24px;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: rgba(42, 42, 42, 0.25);
  position: relative;
  margin-bottom: 30px;
  color: #fff;
}

.tt-el-quote-carousel .quote-item .el-icon::before {
  content: '';
  width: 60px;
  height: 60px;
  background-color: #2a2a2a;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
}

.tt-el-quote-carousel .quote-item .el-icon i {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.tt-el-quote-carousel .quote-item .el-text {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.3px;
}

.tt-el-quote-carousel .quote-item .el-text a {
  text-decoration: underline;
}

.tt-el-quote-carousel .owl-controls {
  margin-top: 30px;
}

.tt-el-quote-carousel .owl-controls .owl-buttons {
  display: block;
  font-size: 22px;
  line-height: 20px;
}

.tt-el-quote-carousel .owl-controls .owl-buttons .owl-prev {
  display: inline-block;
}

.tt-el-quote-carousel .owl-controls .owl-buttons .owl-next {
  display: inline-block;
  border-left: 1px solid rgba(0, 0, 0, 0.6);
  margin-left: 22px;
  padding-left: 22px;
}

.tt-el-quote-carousel.text-light .quote-item .el-icon {
  color: #000;
  background-color: rgba(255, 255, 255, 0.25);
}

.tt-el-quote-carousel.text-light .quote-item .el-icon::before {
  background-color: #fff;
}

.tt-el-quote-carousel.text-light .quote-item .el-text a {
  color: #fff;
}

.tt-el-quote-carousel.text-light .quote-item .el-text a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.tt-el-quote-carousel.text-light .owl-controls .owl-buttons .owl-next {
  border-color: rgba(255, 255, 255, 0.6);
}
/* Element: Carousel  Container
------------------------------------------*/

.tt-el-carousel-container {
  display: block;
  position: relative;
  margin-bottom: 40px;
}

.tt-el-carousel-container .owl-controls {
  text-align: center;
  display: block;
  padding-top: 20px;
}

.tt-el-carousel-container .owl-controls .owl-pagination {
  display: block;
}

.tt-el-carousel-container .owl-controls .owl-pagination .owl-page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

.tt-el-carousel-container .owl-controls .owl-pagination .owl-page + .owl-page {
  margin-left: 10px;
}

.tt-el-carousel-container .owl-controls .owl-pagination .owl-page.active {
  background-color: rgba(0, 0, 0, 0.6);
}
/* Element: Testimonial
------------------------------------------*/

.tt-el-testimonial {
  background-color: #fafbfc;
  box-shadow: 0px 2px 1px 0px rgba(53, 55, 62, 0.039);
  padding: 40px 60px;
  text-align: center;
  margin-bottom: 30px;
}

.tt-el-testimonial .el-image {
  margin-bottom: 30px;
}

.tt-el-testimonial .el-image img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: inline-block;
}

.tt-el-testimonial p {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

.tt-el-testimonial h4 {
  font-size: 15px;
  font-family: 'Raleway';
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #2a2a2a;
  margin: 0px;
}

.tt-el-testimonial .el-position {
  font-size: 12px;
  font-family: 'PT Sans';
  color: #42a5f6;
  letter-spacing: 0.5px;
}

.tt-el-accordion .el-accordion {
  margin-bottom: 20px;
}

.tt-el-accordion .el-accordion .el-ac-title {
  position: relative;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}

.tt-el-accordion .el-accordion .el-ac-title .plus-minus {
  position: absolute;
  direction: block;
  width: 48px;
  height: 48px;
  top: 0px;
  left: 0px;
}

.tt-el-accordion .el-accordion .el-ac-title .plus-minus::before,
.tt-el-accordion .el-accordion .el-ac-title .plus-minus::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 16px;
  background-color: #d1d1d1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.tt-el-accordion .el-accordion .el-ac-title .plus-minus::before {
  top: 50%;
  left: 50%;
  margin-left: -8px;
}

.tt-el-accordion .el-accordion .el-ac-title .plus-minus::after {
  transform: rotate(90deg);
  top: 50%;
  left: 16px;
}

.tt-el-accordion .el-accordion .el-ac-title h4 {
  font-weight: 600;
  font-size: 15px;
  line-height: 48px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0px;
  margin-left: 62px;
  margin-right: 62px;
  overflow: hidden;
  white-space: nowrap;
}

.tt-el-accordion .el-accordion .el-ac-title h4 a {
  color: #2a2a2a;
  display: block;
}

.tt-el-accordion .el-accordion .el-ac-title .shapes {
  position: absolute;
  width: 48px;
  height: 48px;
  right: 0px;
  top: 0px;
  line-height: 48px;
  text-align: center;
  border-left: 1px solid #e7e7e7;
  border-radius: 3px;
}

.tt-el-accordion .el-accordion .el-ac-title .shapes svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -12px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.tt-el-accordion .el-accordion .el-ac-title .shapes svg path {
  fill: #c4c4c4;
}

.tt-el-accordion .el-accordion .el-ac-title .shapes .shape-active {
  visibility: hidden;
  opacity: 0;
}

.tt-el-accordion .el-accordion .el-ac-title .shapes .shape-active path {
  fill: #fff;
}

.tt-el-accordion .el-accordion .el-ac-content {
  font-size: 14px;
  line-height: 28px;
  padding: 20px;
  padding-bottom: 5px;
  display: none;
}

.tt-el-accordion .el-accordion.active .el-ac-title .plus-minus::before {
  opacity: 0;
  visibility: hidden;
}

.tt-el-accordion .el-accordion.active .el-ac-title .plus-minus::after {
  top: 50%;
  left: 50%;
  margin-left: -8px;
  transform: rotate(0deg);
}

.tt-el-accordion .el-accordion.active .el-ac-title h4 a {
  color: #42a5f6;
}

.tt-el-accordion .el-accordion.active .el-ac-title .shapes {
  background-color: #42a5f6;
}

.tt-el-accordion .el-accordion.active .el-ac-title .shapes .shape-inactive {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
}

.tt-el-accordion .el-accordion.active .el-ac-title .shapes .shape-active {
  visibility: visible;
  opacity: 1;
}

.tt-el-accordion .el-accordion.active .el-ac-content {
  display: block;
}
/* Content
====================================*/

body {
  background-color: #fff;
  font-family: 'PT Sans';
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway';
  font-weight: bold;
  line-height: 1.3em;
  color: #2a2a2a;
  margin-bottom: 1em;
}

.single-head {
  font-family: 'Raleway';
  font-weight: 100;
  font-size: 35px;
  letter-spacing: 0.5px;
}

.single-head strong {
  font-weight: 500;
}

p {
  margin-bottom: 1.3em;
}

img {
  max-width: 100%;
}

a {
  color: #2a2a2a;
}

a:active,
a:focus,
a:hover {
  color: #42a5f6;
  text-decoration: none;
  outline: none;
}

.button {
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 10px;
  display: inline-block;
  background-color: #42a5f6;
  border: 1px solid #42a5f6;
  border-bottom: 2px solid #0b80e1;
  padding: 15px 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 10px;
  border-radius: 3px;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.button:hover,
.button:focus,
.button:active {
  color: #fff;
  background-color: #5ab1f7;
}

.button.with-icon {
  padding-left: 65px;
  padding-right: 15px;
}

.button.with-icon span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.06);
}

.button.with-icon span i {
  font-size: 19px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  display: inline-block;
  transform: translateX(-50%) translateY(-50%);
}

.button.with-icon span svg {
  width: 19px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  display: inline-block;
  transform: translateX(-50%) translateY(-50%);
}

.button.secondary {
  border: 1px solid #eceeef;
  border-bottom: 2px solid #dce1e5;
  background-color: #fff;
  color: #222222;
}

.button.secondary.with-icon span {
  background-color: rgba(0, 0, 0, 0.03);
}

.button-link {
  font-family: 'Raleway';
  font-weight: 800;
  font-size: 10px;
  display: inline-block;
  color: #2a2a2a;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: underline;
}

.button-link:hover,
.button-link:active,
.button-link:focus {
  text-decoration: underline;
}

.border-top {
  border-top: 1px solid rgba(153, 153, 153, 0.18);
}

.border-left {
  border-left: 1px solid rgba(153, 153, 153, 0.18);
}

.border-right {
  border-right: 1px solid rgba(153, 153, 153, 0.18);
}

.border-bottom {
  border-bottom: 1px solid rgba(153, 153, 153, 0.18);
}

.section-content {
  position: relative;
}

.section-content .entry-cover {
  width: 100%;
  position: relative;
}

.section-content .entry-cover img {
  width: 100%;
  max-width: 100%;
}

.section-content .fullwidth-container {
  position: relative;
  overflow-x: hidden;
}

.section-content .fullwidth-container > .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.section-content .fullwidth-container > .overlay .overlay-color {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.section-content .popup-video-container {
  position: relative;
  min-height: 300px;
}

.section-content .popup-video-container .popup-video-link {
  text-align: center;
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-content .popup-video-container .popup-video-link svg {
  display: inline-block;
  width: 64px;
  margin-bottom: 10px;
}

.section-content .popup-video-container .popup-video-link svg path {
  box-shadow: 1px 1.732px 5px rgba(0, 0, 0, 0.059);
}

.section-content .popup-video-container .popup-video-link a {
  display: block;
  font-size: 32px;
  font-family: 'Raleway';
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.section-content .popup-video-container .popup-video-link a:hover {
  margin-top: -5px;
}

.section-content .popup-video-container .popup-video-link span {
  display: block;
  text-shadow: 1px 1.732px 5px rgba(0, 0, 0, 0.059);
}

.section-content form label {
  font-size: 15px;
  font-family: 'Raleway';
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #2a2a2a;
}

.section-content form input[type=text],
.section-content form input[type=email],
.section-content form input[type=url] {
  background-color: #fff;
  height: 40px;
}

.section-content form textarea {
  background-color: #fff;
}

.overlay-pattern {
  position: absolute;
  background-repeat: repeat;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

blockquote {
  background-position: center top;
  background-repeat: no-repeat;
  border: 0px;
  margin: 0px;
  padding: 0px;
  padding-top: 100px;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  letter-spacing: 0.3px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  margin-top: 10px;
}
/* 
blockquote::after {
  content: '';
  height: 1px;
  background-color: #dedede;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  margin-top: 25px;
} */

blockquote cite {
  display: block;
  font-weight: bold;
  margin-top: 10px;
  font-style: normal;
  text-transform: uppercase;
}

form input:not([type="submit"]),
form textarea {
  border: 1px solid rgba(153, 153, 153, 0.2);
  width: 100%;
  font-family: 'Raleway';
  font-size: 12px;
  letter-spacing: 1px;
  color: #999999;
  background-color: transparent;
  padding: 12px 20px;
  margin-bottom: 15px;
}

form input:not([type="submit"]):focus,
form textarea:focus {
  outline: none;
  border-color: #42a5f6;
  color: #42a5f6;
}

form input:not([type="submit"])::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #999999;
}

form input:not([type="submit"]):-moz-placeholder,
form textarea:-moz-placeholder {
  color: #999999;
}

form input:not([type="submit"])::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #999999;
}

form input:not([type="submit"]):-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #999999;
}

form textarea {
  min-height: 180px;
}

form input[type=submit] {
  font-size: 13px;
  font-family: 'Raleway';
  font-weight: bold;
  color: #fff;
  background-color: #2a2a2a;
  box-shadow: none;
  border: 1px solid #2a2a2a;
  padding: 8px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

form input[type=submit]:hover {
  background-color: transparent;
  color: #2a2a2a;
}

.table-row {
  display: table;
  margin: 0px;
  width: 100%;
  table-layout: fixed;
}

.table-row .table-cell {
  display: table-cell;
  float: none;
}

.table-row .table-cell .table-cell-content {
  max-width: 680px;
  text-align: left;
  display: inline-block;
  margin-right: 80px;
}
/* Blog
====================================*/

article.blog-item {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}

article.blog-item .entry-media {
  position: relative;
  margin-bottom: 40px;
}

article.blog-item .entry-media img {
  width: 100%;
}

article.blog-item .entry-media .entry-date {
  width: 60px;
  height: 70px;
  background-color: #42a5f6;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  font-family: 'PT Sans';
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 24px;
}

article.blog-item .entry-media .entry-date::before {
  content: '';
  width: 60px;
  height: 70px;
  position: absolute;
  border: 1px solid #42a5f6;
  top: 4px;
  left: 4px;
}

article.blog-item .entry-media .entry-date span {
  display: block;
}

article.blog-item .entry-media .entry-date span:first-child {
  padding-top: 11px;
}

article.blog-item h3 {
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 24px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0px;
  margin-bottom: 10px;
}

article.blog-item .entry-meta {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
  font-size: 12px;
  font-family: 'Raleway';
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #999999;
}

article.blog-item .entry-meta a {
  color: #999999;
}

article.blog-item .entry-meta span {
  display: inline-block;
}

article.blog-item .entry-meta span + span::before {
  content: '|';
  margin-left: 15px;
  margin-right: 18px;
}

article.blog-item .entry-excerpt {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 22px;
}

article.blog-item.blog-single {
  border: 1px solid #e8e8e8;
  border-top: 0px;
  padding-bottom: 30px;
}

article.blog-item.blog-single .entry-excerpt {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.3px;
}

article.blog-item .author-info {
  overflow: hidden;
  margin-top: 60px;
}

article.blog-item .author-info .author-image {
  display: block;
  float: left;
}

article.blog-item .author-info .author-image img {
  width: 120px;
}

article.blog-item .author-info .info-entry {
  margin-left: 140px;
}

article.blog-item .author-info .info-entry .info-title {
  margin-bottom: 15px;
}

article.blog-item .author-info .info-entry .info-title h5 {
  font-size: 15px;
  font-weight: 600;
  font-family: 'Raleway';
  letter-spacing: 1px;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  display: inline-block;
}

article.blog-item .author-info .info-entry .info-title .info-social {
  display: inline-block;
  margin-left: 20px;
}

article.blog-item .author-info .info-entry .info-title .info-social a {
  font-size: 12px;
  display: inline-block;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  border: 1px solid #42a5f6;
  margin-right: 5px;
}

article.blog-item .author-info .info-entry .info-title .info-social a.fb {
  border-color: #3b5998;
  color: #3b5998;
}

article.blog-item .author-info .info-entry .info-title .info-social a.tw {
  border-color: #4099ff;
  color: #4099ff;
}

article.blog-item .author-info .info-entry .info-title .info-social a.tm {
  border-color: #35465c;
  color: #35465c;
}

article.blog-item .author-info .info-entry .info-title .info-social a.gp {
  border-color: #bb0000;
  color: #bb0000;
}
/* Comments
====================================*/

#comments {
  margin-top: 60px;
}

#comments .comments-wrapper {
  border: 1px solid #e8e8e8;
  padding: 30px;
  padding-bottom: 0px;
}

#comments .comments-title {
  font-size: 26px;
  font-weight: 500;
  font-family: 'Raleway';
  letter-spacing: 0.5px;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  margin-bottom: 40px;
}

#comments .comment-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#comments .comment-list ol,
#comments .comment-list ul {
  list-style-type: none;
  margin-left: 70px;
  padding-left: 0px;
}

#comments .comment-list article {
  overflow: hidden;
  margin-bottom: 60px;
}

#comments .comment-list article .avatar {
  width: 92px;
  height: 92px;
}

#comments .comment-list article .comment-avatar {
  float: left;
}

#comments .comment-list article .comment-body {
  margin-left: 112px;
}

#comments .comment-list article .comment-body .meta-data {
  overflow: hidden;
  display: block;
}

#comments .comment-list article .comment-body .comment-author {
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: 600;
  color: #2a2a2a;
  display: inline-block;
}

#comments .comment-list article .comment-body .comment-date {
  font-family: 'PT Sans';
  font-weight: 500;
  font-size: 12px;
  color: #999999;
  border-left: 1px solid #999999;
  margin-left: 20px;
  padding-left: 20px;
}

#comments .comment-list article .comment-body .comment-content {
  font-family: 'PT Sans';
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #999999;
  margin-bottom: 10px;
}

#comments .comment-list article .comment-body .comment-reply {
  float: right;
}

#comments .comment-list article .comment-body .comment-reply a {
  font-size: 12px;
  font-weight: 500;
  font-family: 'Raleway';
  color: #42a5f6;
  letter-spacing: 1px;
}

#respond {
  padding-top: 40px;
  margin-bottom: 30px;
}

#respond .comment-reply-title {
  font-family: 'Raleway';
  font-size: 26px;
  font-weight: 500;
  color: #2a2a2a;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  margin-top: 40px;
}

#respond .comment-form p {
  margin-bottom: 0;
}

#respond .comment-form label {
  font-size: 11px;
  font-weight: 400;
  font-family: 'Raleway';
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

#respond .comment-form input:not([type="submit"]),
#respond .comment-form textarea {
  background: #fff;
  border: 0px;
  border: 1px solid #e8e8e8;
  width: 100%;
  font-family: 'PT Sans';
  font-size: 13px;
  margin-bottom: 0px;
  text-transform: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

#respond .comment-form input:not([type="submit"]):focus,
#respond .comment-form textarea:focus {
  outline: none;
  color: #42a5f6;
}

#respond .comment-form input:not([type="submit"])::-webkit-input-placeholder,
#respond .comment-form textarea::-webkit-input-placeholder {
  color: #999999;
}

#respond .comment-form input:not([type="submit"]):-moz-placeholder,
#respond .comment-form textarea:-moz-placeholder {
  color: #999999;
}

#respond .comment-form input:not([type="submit"])::-moz-placeholder,
#respond .comment-form textarea::-moz-placeholder {
  color: #999999;
}

#respond .comment-form input:not([type="submit"]):-ms-input-placeholder,
#respond .comment-form textarea:-ms-input-placeholder {
  color: #999999;
}

#respond .comment-form input:not([type="submit"]) {
  height: 40px;
}

#respond .comment-form textarea {
  min-height: 230px;
  margin-bottom: 10px;
}

#respond .comment-form input[type=submit] {
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 10px;
  display: inline-block;
  background-color: #42a5f6;
  border: 1px solid #42a5f6;
  border-bottom: 2px solid #0b80e1;
  padding: 15px 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 10px;
  border-radius: 3px;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#respond .comment-form input[type=submit]:hover,
#respond .comment-form input[type=submit]:focus,
#respond .comment-form input[type=submit]:active {
  color: #fff;
  background-color: #5ab1f7;
}

#respond .comment-form .comment-form-comment {
  margin-top: 20px;
}

#respond .comment-form .form-submit span {
  display: block;
}
/* Page
====================================*/
/* Cover Section
------------------------------------------*/

.cover-section .cover-entry {
  padding-top: 230px;
  padding-bottom: 100px;
  position: relative;
  text-align: center;
}

.cover-section .cover-entry.has-overlay::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80%;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}

.cover-section .cover-entry .cover-icon {
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
}

.cover-section .cover-entry .cover-icon svg {
  width: 80px;
  display: inline-block;
}

.cover-section .cover-entry .cover-icon svg path {
  fill: rgba(255, 255, 255, 0.3);
}

.cover-section .cover-entry h2 {
  font-size: 40px;
  font-family: 'Raleway';
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
  position: relative;
  z-index: 10;
  margin: 0px;
  padding: 0px;
}

.cover-section .cover-entry .breadcrumb {
  display: block;
  margin: 0px;
  padding: 0px;
  background: none;
  position: relative;
  z-index: 10;
  margin-top: 10px;
}

.cover-section .cover-entry .breadcrumb li {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-family: 'Raleway';
  font-weight: 600;
  letter-spacing: 0.5px;
}

.cover-section .cover-entry .breadcrumb li a {
  color: #fff;
}

.ms-fullscreen-template .slide-pattern {
  background-color: rgba(53, 55, 62, 0.2);
  width: 100%;
  height: 100%;
  z-index: 8;
  -webkit-transform: translateZ(0.4px);
  -moz-transform: translateZ(0.4px);
  -ms-transform: translateZ(0.4px);
  -o-transform: translateZ(0.4px);
  transform: translateZ(0.4px);
  position: absolute;
  top: 0;
}

.ms-fullscreen-template .ms-small-text {
  font-family: 'PT Sans';
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  top: 30% !important;
  left: 0px !important;
}

.ms-fullscreen-template .ms-large-text {
  font-family: 'Raleway';
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 65px;
  top: 34% !important;
  left: 0px !important;
}

.ms-fullscreen-template .ms-links {
  top: 58% !important;
  left: 0px !important;
}

.ms-fullscreen-template .ms-links span {
  color: #fff;
  font-size: 17px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.ms-fullscreen-template .ms-middle {
  left: 540px !important;
}
.ms-fullscreen-template .ms-center {
  text-align: center;
  left: auto;
  width: 100%;
}

.ms-promo-slider .ms-view {
  background-color: transparent;
}

.ms-promo-slider .ms-icon-layer {
  display: block;
  text-align: center;
}

.ms-promo-slider .ms-icon-layer i {
  font-size: 28px;
  color: #2a2a2a;
}

.ms-promo-slider .ms-icon-layer img {
  width: 20px;
}

.ms-promo-slider .ms-icon-layer h6 {
  margin: 0px;
  font-family: 'Raleway';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-top: 15px;
  color: #2a2a2a;
}

.ms-promo-slider .ms-img-layer0 {
  top: 140px;
  left: 173px;
  z-index: 2;
}

.ms-promo-slider .ms-img-layer1 {
  top: 190px;
  left: 150px;
  z-index: 5;
}

.ms-promo-slider .ms-img-layer2 {
  top: 100px;
  left: 420px;
  z-index: 5;
}

.ms-promo-slider .ms-img-layer3 {
  top: 80px;
  left: 712px;
  z-index: 5;
}

.ms-promo-slider .ms-img-layer4 {
  top: 100px;
  right: 420px;
  z-index: 5;
}

.ms-promo-slider .ms-img-layer5 {
  top: 190px;
  right: 150px;
  z-index: 5;
}

.ms-promo-slider .mslayer1 {
  top: 140px;
  left: 10px;
  z-index: 10;
}

.ms-promo-slider .mslayer2 {
  top: 40px;
  left: 290px;
  z-index: 10;
}

.ms-promo-slider .mslayer3 {
  top: 5px;
  left: 640px;
  z-index: 10;
}

.ms-promo-slider .mslayer4 {
  top: 40px;
  right: 290px;
  z-index: 10;
}

.ms-promo-slider .mslayer5 {
  top: 140px;
  right: 10px;
  z-index: 10;
}

.bg-laptop-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 180% top;
}
@media (min-width: 1599px){
  .bg-laptop-image{
    background-position: 120% top;
  }
}

.bg-items-section {
  position: relative;
  z-index: 10;
}

.bg-items-section .background-items {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.bg-items-section .background-items img {
  position: absolute;
}

.bg-items-section .background-items .bt-item1 {
  top: -100px;
  left: -100px;
}

.bg-items-section .background-items .bt-item2 {
  bottom: 40px;
  left: 20%;
}

.bg-items-section .background-items .bt-item3 {
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.bg-items-section .background-items .bt-item4 {
  top: 0px;
  right: 25%;
}

.bg-items-section .background-items .bt-item5 {
  top: 0px;
  right: 0px;
}

.page404-search form {
  position: relative;
}

.page404-search form input {
  height: 40px;
  margin: 0px;
}

.page404-search form button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100px;
  height: 100%;
  background-color: #42a5f6;
  color: #fff;
  box-shadow: none;
  border: 0px;
}

.page404-search h4 {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Raleway';
  letter-spacing: 0.5px;
}

.page404-search h4 a {
  color: #42a5f6;
}

#tt-google-map {
  height: 550px;
}

#gmap_content {
  padding: 30px;
  max-width: 260px;
}

#gmap_content label.label-title {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Raleway';
  letter-spacing: 1px;
  color: #2a2a2a;
  text-transform: uppercase;
  position: relative;
}

#gmap_content label.label-title::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #fea541;
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
}

#gmap_content label:not(.label-title) {
  display: block;
  float: left;
  font-size: 20px;
  width: 22px;
  color: #2a2a2a;
}

#gmap_content .gmap-item {
  overflow: hidden;
  margin-bottom: 15px;
}

#gmap_content .gmap-item:last-child {
  margin-bottom: 0px;
}

#gmap_content .gmap-item span {
  display: block;
  margin-left: 40px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.3px;
}
/* Coming Soon Page  */

body.coming-soon {
  background-image: url(images/pages/bg8.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body.coming-soon > .wrapper {
  background-color: rgba(0, 0, 0, 0.3);
}

body.coming-soon #header,
body.coming-soon #footer,
body.coming-soon .footer-call2action {
  display: none;
}

.coming-soon-content {
  display: block;
  width: 100%;
  background-color: transparent !important;
}

.coming-soon-content .page-content {
  position: relative;
  z-index: 10;
  padding-top: 80px;
}

.coming-soon-content .logo-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
  margin-bottom: 120px;
}

.coming-soon-content .logo-image img {
  width: 280px;
}

.coming-soon-content h3 {
  font-size: 50px;
  font-weight: 600;
  font-family: 'Raleway';
  letter-spacing: 0.3px;
  margin: 0px;
  margin-bottom: 15px;
}

.coming-soon-content p {
  font-size: 14px;
  line-height: 28px;
  font-family: 'Raleway';
  font-weight: 100;
  letter-spacing: 0.4px;
}

.coming-soon-content .content-widgets .widget {
  color: #fff;
}

.coming-soon-content .content-widgets .widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Raleway';
  text-transform: none;
  color: #fff;
}

.coming-soon-content .content-widgets .widget p {
  line-height: 26px;
  font-family: 'PT Sans';
}

.coming-soon-content .content-widgets .widget .widget-address .w-entry {
  overflow: hidden;
  margin-bottom: 15px;
}

.coming-soon-content .content-widgets .widget .widget-address .w-entry .w-icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #fff;
  text-align: center;
  display: block;
  font-size: 20px;
  float: left;
  margin-top: 10px;
}

.coming-soon-content .content-widgets .widget .widget-address .w-entry .w-text {
  display: block;
  margin-left: 54px;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 1px;
  font-family: 'PT Sans';
}

.coming-soon-content .content-widgets form input[type=text] {
  background-color: rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.24);
  margin-bottom: 10px;
}

.coming-soon-content .social-links {
  text-align: center;
}

.coming-soon-content .social-links a {
  background-color: transparent !important;
  border: 1px solid #fff;
  color: #fff;
}

.coming-soon-content .social-links a + a {
  margin-left: 10px;
}

.coming-soon-content .social-links a:hover {
  border-color: #42a5f6;
  color: #42a5f6;
}
/* Portfolio
====================================*/

.portfolio-fluid {
  max-width: 1322px;
}

.portfolio-fluid-bottom {
  height: 180px;
  margin-top: -111px;
  position: relative;
}

.portfolio-item {
  position: relative;
  display: block;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  z-index: 10;
}

.portfolio-item .entry-image {
  overflow-x: hidden;
  position: relative;
}

.portfolio-item .entry-image img {
  width: 100%;
}

.portfolio-item .entry-image .entry-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(66, 165, 246, 0.75);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  transition-duration: 0.4s;
}

.portfolio-item .entry-image .entry-hover .hover-buttons {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-item .entry-image .entry-hover .hover-buttons .el-zoom,
.portfolio-item .entry-image .entry-hover .hover-buttons .el-link {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background-color: #35373e;
  color: #fff;
  font-size: 18px;
  position: relative;
}

.portfolio-item .entry-image .entry-hover .hover-buttons .el-zoom::before,
.portfolio-item .entry-image .entry-hover .hover-buttons .el-link::before {
  content: '';
  background-color: rgba(53, 55, 62, 0.2);
  width: 50px;
  height: 50px;
  top: 0px;
  left: 0px;
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.portfolio-item .entry-image .entry-hover .hover-buttons .el-zoom:hover::before,
.portfolio-item .entry-image .entry-hover .hover-buttons .el-link:hover::before {
  width: 58px;
  height: 58px;
  top: -4px;
  left: -4px;
}

.portfolio-item .entry-image .entry-hover .hover-buttons .el-zoom img,
.portfolio-item .entry-image .entry-hover .hover-buttons .el-link img {
  width: 17px;
}

.portfolio-item .entry-image .entry-hover .hover-buttons .el-link {
  background-color: #fff;
  color: #35373e;
  margin-left: -15px;
}

.portfolio-item .entry-image .entry-hover .hover-buttons .el-link::before {
  background-color: rgba(255, 255, 255, 0.2);
}

.portfolio-item .entry-image:hover .entry-hover {
  visibility: visible;
  opacity: 1;
}

.portfolio-item .entry-title {
  display: block;
  margin-top: 20px;
  margin-bottom: 18px;
  position: relative;
}

.portfolio-item .entry-title h3 {
  font-size: 14px;
  font-family: 'Raleway';
  font-weight: 500;
  letter-spacing: 0.8px;
  margin: 0px;
  line-height: 1.3em;
}

.portfolio-item .entry-title h3 a {
  color: #2a2a2a;
}

.portfolio-item .entry-title .el-cats {
  font-family: 'PT Sans';
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.7px;
}

.portfolio-item .entry-title .el-cats a {
  color: #999999;
}

.portfolio-item .entry-title .el-likes {
  font-family: 'PT Sans';
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-item .entry-title .el-likes i {
  font-size: 15px;
}

.portfolio-fullwidth div[class^='col-'] {
  padding: 0px;
}

.portfolio-fullwidth div[class^='col-'] .portfolio-item .entry-title {
  padding-left: 20px;
  padding-right: 20px;
}

.portfolio-fullwidth div[class^='col-'] .portfolio-item .entry-title .el-likes {
  right: 20px;
}

.portfolio-single {
  font-size: 14px;
}

.portfolio-single p {
  line-height: 26px;
}

.portfolio-single .entry-featured {
  margin-bottom: 40px;
}

.portfolio-single .entry-featured img {
  width: 100%;
  max-width: 100%;
}

.portfolio-info-table {
  width: 100%;
  margin-bottom: 40px;
}

.portfolio-info-table tr td {
  font-family: 'PT Sans';
  font-size: 15px;
  letter-spacing: 0.7px;
  color: #999999;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  width: 50%;
}

.portfolio-info-table tr td i {
  font-size: 20px;
  width: 20px;
  color: #42a5f6;
  margin-right: 10px;
}

.portfolio-info-table tr td svg {
  width: 20px;
  display: inline-block;
  margin-right: 15px;
  float: left;
}

.portfolio-info-table tr td svg path {
  fill: #42a5f6;
}

.portfolio-info-table tr td span {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Raleway';
  color: #2a2a2a;
  letter-spacing: 0.7px;
}

.portfolio-info-table tr:last-child td {
  border: 0px;
}

.similar-portfolio h4 {
  font-weight: 600;
  font-size: 18px;
  font-family: 'Raleway';
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 0px;
  margin-bottom: 40px;
}


.search_form {
  position: relative;
}

.search_form input {
  border: 1px solid rgba(153, 153, 153, 0.2);
  font-family: 'Raleway';
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
  color: #999999;
  padding: 10px 20px;
  padding-right: 44px !important;
  width: 100%;
  height: 40px;
  text-transform: none;
}

.search_form input:focus {
  outline: none;
}

.search_form button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  background-color: transparent;
  border: 0px;
  font-size: 16px;
  line-height: 100%;
  padding: 0px 15px;
  color: #999999;
}

/* Helpers
====================================*/

.inner-table {
  display: table;
  width: 100%;
  height: 100%;
}

.inner-table .inner-cell {
  display: table-cell;
  vertical-align: middle;
}

.padding4x {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-light {
  color: #fff;
}

.text-light.title-lg,
.text-light.title-md {
  color: #fff;
}

.text-thin {
  font-weight: 100;
}

.color-brand {
  color: #42a5f6;
}

.text-brand {
  color: #42a5f6;
}

.ph1 {
  padding-left: 10px;
  padding-right: 10px;
}

.ph2 {
  padding-left: 20px;
  padding-right: 20px;
}

.ph3 {
  padding-left: 30px;
  padding-right: 30px;
}

.ph4 {
  padding-left: 40px;
  padding-right: 40px;
}

.ph5 {
  padding-left: 50px;
  padding-right: 50px;
}

.ph6 {
  padding-left: 60px;
  padding-right: 60px;
}

.ph7 {
  padding-left: 70px;
  padding-right: 70px;
}

.ph8 {
  padding-left: 80px;
  padding-right: 80px;
}

.ph9 {
  padding-left: 90px;
  padding-right: 90px;
}

.ph10 {
  padding-left: 100px;
  padding-right: 100px;
}

.ph11 {
  padding-left: 110px;
  padding-right: 101px;
}

.ph12 {
  padding-left: 120px;
  padding-right: 120px;
}

.ph13 {
  padding-left: 130px;
  padding-right: 130px;
}

.ph14 {
  padding-left: 140px;
  padding-right: 140px;
}

.ph15 {
  padding-left: 150px;
  padding-right: 150px;
}

.ph16 {
  padding-left: 160px;
  padding-right: 160px;
}

.ph0 {
  padding-left: 0px;
  padding-right: 0px;
}

.phl0 {
  padding-left: 0px;
}

.phr0 {
  padding-right: 0px;
}

.pv1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pv4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pv5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pv6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pv7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pv8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pv9 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pv10 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pv11 {
  padding-top: 110px;
  padding-bottom: 101px;
}

.pv12 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pv13 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.pv14 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.pv15 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pv16 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.pv0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pvt0 {
  padding-top: 0px;
}

.pvb0 {
  padding-bottom: 0px;
}

.mv1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mv2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mv3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mv4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mv5 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mv6 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mv7 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mv8 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mv9 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mv10 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mv11 {
  margin-top: 110px;
  margin-bottom: 101px;
}

.mv12 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mv13 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.mv14 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.mv15 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.mv16 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.mv0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mvt0 {
  margin-top: 0px;
}

.mvb0 {
  margin-bottom: 0px;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.bg-center-top {
  background-position: center top;
}

.bg-center-center {
  background-position: center center;
}

.bg-left-top {
  background-position: left center;
}

.bg-left-center {
  background-position: left center;
}

.border-top {
  border-top: 1px solid #f0f0f0;
}

.border-bottom {
  border-bottom: 1px solid #f0f0f0;
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}
/* Responsive
====================================*/
@media (max-width: 1299px) {
  
  .bg-items-section .background-items .bt-item1 {
    display: none;
  }
  
  .bg-items-section .background-items .bt-item5 {
    right: 0px;
  }
  
  .bg-laptop-image {
    background-image: none !important;
  }
}
/* Large Devices - Desktops */
/* Medium Devices - Desktops */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* Master Slider */
  
  .ms-fullscreen-template .ms-small-text {
    top: 30% !important;
    left: 8% !important;
  }
  
  .ms-fullscreen-template .ms-large-text {
    top: 40% !important;
    left: 8% !important;
  }
  
  .ms-fullscreen-template .ms-links {
    top: 70% !important;
    left: 8% !important;
  }
}
/* Small Devices - Tablets */
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* Master Slider */
  
  .ms-fullscreen-template .ms-small-text {
    top: 30% !important;
    left: 8% !important;
  }
  
  .ms-fullscreen-template .ms-large-text {
    top: 40% !important;
    left: 8% !important;
  }
  
  .ms-fullscreen-template .ms-links {
    top: 70% !important;
    left: 8% !important;
  }
  
  .tt-el-price {
    padding: 30px;
  }
  
  .tt-el-price .el-lists p {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* Extra Small Devices - Phones */
@media screen and (max-width: 767px) {
  /* Master Slider */
  
  .ms-fullscreen-template .ms-small-text {
    top: 30% !important;
    left: 8% !important;
  }
  
  .ms-fullscreen-template .ms-large-text {
    top: 36% !important;
    left: 8% !important;
  }
  
  .ms-fullscreen-template .ms-links {
    top: 58% !important;
    left: 8% !important;
  }
  /* Element: Counter */
  
  .tt-el-counter {
    margin-bottom: 40px;
  }
  
  .service-group::before,
  .service-group::after {
    display: none;
  }
  
  .service-group .tt-el-service::before,
  .service-group .tt-el-service::after {
    display: none;
  }
  
  .tt-el-price {
    margin-bottom: 30px;
  }
  
  .table-row {
    display: block;
  }
  
  .table-row .table-cell {
    display: block;
    float: left;
    width: inherit;
  }
  /* Slider Promo */
  
  .ms-promo-slider .mslayer1,
  .ms-promo-slider .mslayer2,
  .ms-promo-slider .mslayer3,
  .ms-promo-slider .mslayer4,
  .ms-promo-slider .mslayer5 {
    display: none;
  }
  /* Footer */
  
  #footer .sub-footer .pull-left,
  #footer .sub-footer .pull-right {
    float: none !important;
    display: block;
    text-align: center;
  }
  
  #footer .sub-footer .pull-left {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  
  .table-cell .tt-el-tabs .el-nav .el-item {
    width: 100px;
    vertical-align: top;
    text-align: left;
    margin-bottom: 20px;
  }
  
  .table-cell .tt-el-tabs .el-nav .el-item::before {
    display: none;
  }
  
  .table-cell .tt-el-tabs .el-nav .el-item + .el-item {
    margin-left: 0px;
  }
  
  .table-cell .tt-el-tabs .el-nav .el-item .el-title {
    line-height: 1.2em;
    padding-left: 10px;
  }
}
@media (max-width: 996px) {
  /* Slider Promo */
  
  .ms-promo-slider .ms-img-layer1,
  .ms-promo-slider .ms-img-layer2,
  .ms-promo-slider .ms-img-layer3,
  .ms-promo-slider .ms-img-layer4,
  .ms-promo-slider .ms-img-layer5 {
    display: none;
  }
  
  header#header nav ul.menu {
    display: none;
  }
  
  header#header nav ul.menu-right > li.menu-item-link {
    display: none;
  }
  
  header#header nav ul.menu-right > li.menu-item-mobile {
    display: inline-block;
  }
}
/* Internet Explorer
====================================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
}