@font-face {
    font-family: 'LatoLatin';
    src: url('/static/fonts/lato-latin/fonts/LatoLatin-Regular.eot');
    src: url('/static/fonts/lato-latin/fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), url('/static/fonts/lato-latin/fonts/LatoLatin-Regular.woff2') format('woff2'), url('/static/fonts/lato-latin/fonts/LatoLatin-Regular.woff') format('woff'), url('/static/fonts/lato-latin/fonts/LatoLatin-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility
}

.popover-body {
    color: #7f7f7f;
    font-size: 12px;
    line-height: 1.35rem
}

.header {
    background-color: #fff;
    width: 100%;
    height: auto;
    display: block
}

.header-logo img {
    max-width: 100%
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    z-index: 99
}

.sticky-header .primary-header {
    background-color: #fff;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1)
}

.admin-bar .sticky-header {
    top: 32px
}

.admin-bar .header {
    margin-top: 32px
}

.admin-bar .header-three {
    margin-top: 0
}

.sticky-header.sticky-fixed-top {
    transition: transform .25s ease-in-out;
    will-change: transform
}

.sticky-header.sticky-fixed-top {
    transform: translateY(0)
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-menu-icon {
    display: none
}

.burger-menu {
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 330ms ease-out;
    -moz-transition: transform 330ms ease-out;
    -o-transition: transform 330ms ease-out;
    transition: transform 330ms ease-out
}

.burger-menu.menu-open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.line-menu {
    background-color: #222;
    border-radius: 2px;
    width: 100%;
    height: 3px
}

.line-menu.line-half {
    width: 50%
}

.line-menu.first-line {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right
}

.menu-open .line-menu.first-line {
    -webkit-transform: rotate(-90deg) translateX(3px);
    -moz-transform: rotate(-90deg) translateX(3px);
    -o-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px)
}

.line-menu.last-line {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left
}

.menu-open .line-menu.last-line {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    -moz-transform: rotate(-90deg) translateX(-3px);
    -o-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px)
}

.header-menu-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.header-menu-wrap ul li {
    display: inline-block;
    position: relative
}

.header-menu-wrap ul li>a {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    padding: 0 15px;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased
}

.header-menu-wrap ul li:hover>a {
    color: #1ab394
}

.header-menu-wrap li ul {
    background-color: #fff;
    display: block;
    width: 250px;
    padding: 10px 0;
    -webkit-box-shadow: 0 15px 20px 0 rgb(0 0 0 / 18%);
    box-shadow: 0 15px 20px 0 rgb(0 0 0 / 18%);
    position: absolute;
    left: -35px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease
}

.header-menu-wrap li:hover>ul {
    opacity: 1;
    visibility: visible;
    z-index: 99
}

.header-menu-wrap li li {
    display: block;
    padding: 0 15px;
    text-align: left;
    position: relative
}

.header-menu-wrap li li:last-child {
    margin: 0
}

.header-menu-wrap li li>a {
    display: block;
    height: auto;
    line-height: inherit;
    color: #333444;
    font-weight: 400;
    letter-spacing: 0;
    padding: 5px 10px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased
}

.header-menu-wrap>ul>li.dropdown_menu>ul>li a {
    font-weight: 500;
    font-size: 14px;
    padding: 10px 15px;
    border-bottom: 1px solid #f3f3f3
}

.header-menu-wrap>ul>li.dropdown_menu>ul>li:last-child a {
    border: 0
}

.header-menu-wrap li li:hover>a {
    color: #1ab394;
    background-color: #f3f3f3
}

.header-menu-wrap li ul li ul {
    width: 250px;
    position: absolute;
    left: 100%;
    top: 0
}

@media(min-width:993px) {
    .header-menu-wrap li ul {
        display: block !important
    }
}

@media(max-width:992px) {
    #page.site {
        margin-top: 0 !important
    }
    .headroom--top .header-menu-wrap,
    .headroom--unpinned .header-menu-wrap {
        display: none !important
    }
    .dropdown-plus {
        width: 100%;
        height: 49px;
        line-height: 49px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer
    }
    .dropdown-plus:before,
    .dropdown-plus:after {
        position: absolute;
        content: '';
        top: 21px;
        right: 10px;
        width: 13px;
        height: 1px;
        background-color: #222
    }
    .dropdown-plus:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .dropdown-plus.dropdown-open:after {
        display: none
    }
    .mobile-menu-icon {
        display: block
    }
    .header-menu-wrap {
        display: none;
        background-color: #fff;
        width: 100%;
        height: auto;
        padding: 0 20px;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 999
    }
    .header-menu-wrap ul li {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        margin: 0
    }
    .header-menu-wrap ul li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.04)
    }
    .header-menu-wrap ul li>a {
        padding: 10px 15px;
        height: inherit;
        line-height: inherit
    }
    .header-menu-wrap ul li ul li ul,
    .header-menu-wrap ul li ul {
        background-color: transparent;
        width: 100%;
        opacity: 1;
        padding: 0;
        visibility: visible;
        position: inherit;
        display: none;
        top: inherit;
        left: inherit;
        box-shadow: none;
        padding-top: 11px
    }
    .header-menu-wrap li li {
        padding-left: 11px
    }
    .header-menu-wrap li li:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }
    .header-menu-wrap li li>a {
        color: #333444;
        font-size: 13px
    }
    .header-menu-wrap li li:hover>a {
        color: #666;
        background-color: transparent;
        border-bottom: 2px solid #1ab394;
        transform: none;
        transition: none
    }
    .primary-header-two .header-right a.header-btn {
        margin: 0
    }
    .header-two .mid-header .header-logo {
        text-align: center
    }
}

@media screen and (max-width:782px) {
    .admin-bar .sticky-header {
        top: 0
    }
    .admin-bar .header {
        margin-top: 0;
        padding-top: 46px
    }
}

@media(max-width:580px) {
    .header-right a.dl-btn {
        line-height: 40px;
        font-size: 10px;
        padding: 0 25px
    }
    .primary-header .header-logo {
        max-width: 150px
    }
    .top-bar .top-left li {
        font-size: 12px
    }
}

.primary-header-inner .header-right {
    display: flex;
    align-items: center;
    line-height: 80px;
    margin-left: 20px
}

.header-right .mobile-menu-icon {
    margin-left: 20px
}

.header-right a.header-btn {
    display: inline-block;
    background: linear-gradient(to right, #1ab394, #155e4f);
    color: #FFF;
    font-family: 'LatoLatin', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin-left: 20px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1
}

.header-right a.header-btn:hover {
    color: #fff
}

.header-right a.header-btn span {
    background: #23d7b1 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width .6s ease 0s, height .6s ease 0s;
    -moz-transition: width .6s ease 0s, height .6s ease 0s;
    -webkit-transition: width .6s ease 0s, height .6s ease 0s;
    -ms-transition: width .6s ease 0s, height .6s ease 0s;
    -o-transition: width .6s ease 0s, height .6s ease 0s;
    width: 0;
    z-index: -1
}

.header-right a.header-btn:hover span {
    height: 562.5px;
    width: 562.5px
}

.header-right .search-icon {
    color: #333444;
    cursor: pointer;
    font-size: 20px
}

.header-right .search-icon:hover {
    opacity: .8
}

.primary-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.primary-header .header-logo {
    max-width: 180px
}

.viewport-lg .primary-header .header-menu-wrap {
    display: block !important
}

.top-bar {
    background-color: #333444
}

.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff
}

.top-bar .top-left li {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px
}

.top-bar .top-left li:not(:last-of-type) {
    padding-right: 20px
}

.top-bar .top-left li a {
    color: #fff;
    text-decoration: none
}

.top-bar .top-social li {
    display: inline-block;
    margin-left: 13px
}

.top-bar .top-social li:first-child {
    margin-left: 0
}

.top-bar .top-social li a {
    color: #fff;
    font-size: 12px
}

.top-bar .top-social li a:hover {
    color: #ddd
}

@media(max-width:767px) {
    .top-bar .top-right {
        display: none
    }
    .top-bar .top-left li,
    .top-bar .top-left li:first-child {
        border: 0
    }
    .top-bar .top-left li {
        padding-left: 0
    }
    .top-bar .top-left li:not(:last-of-type) {
        padding-right: 20px
    }
}

@media(max-width:580px) {
    .top-bar .top-left li {
        font-size: 12px
    }
    .top-bar .top-left li:not(:last-of-type) {
        padding-right: 15px
    }
}

.primary-header-one .header-menu-wrap {
    margin-left: auto
}

.header-cart-btn {
    margin-left: 10px
}

.header-cart-btn a {
    color: #333444;
    font-size: 18px;
    text-decoration: none;
    position: relative
}

.header-cart-btn a .num {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #1ab394;
    color: #fff;
    font-size: 11px;
    display: block;
    top: -8px;
    right: -9px;
    line-height: 16px;
    text-align: center
}

.header-two {
    border-bottom: 4px solid #1ab394;
    position: relative
}

.header-two .mid-header {
    padding: 30px 0 70px 0
}

.header-two .mid-header {
    padding: 30px 0
}

.header-two .mid-header .mid-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-two .mid-header .header-logo {
    max-width: 180px
}

.header-two .mid-header ul li {
    display: inline-block;
    padding-left: 50px;
    position: relative;
    line-height: 20px;
    font-family: "LatoLatin", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 600
}

.header-two .mid-header ul li:not(:last-of-type) {
    margin-right: 40px
}

.header-two .mid-header ul li .icon {
    color: #1ab394;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.header-two .mid-header ul li span {
    display: block;
    font-family: "LatoLatin", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333444;
    text-transform: capitalize
}

.header-two .mid-header ul li a {
    text-decoration: none
}

.header-two .mid-header ul li a:hover {
    opacity: .9
}

.header-two .primary-header {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    z-index: 9
}

.header-two .primary-header {
    background-color: #333444;
    position: inherit;
    transform: translateY(0)
}

.primary-header-two .header-menu-wrap ul li>a {
    color: #fff;
    padding-right: 30px;
    padding-left: 0
}

.primary-header-two .header-menu-wrap ul li>a:hover {
    color: #1ab394
}

.primary-header-two .header-menu-wrap li li>a {
    color: #333444
}

.primary-header-two .header-menu-wrap li li:hover>a:hover {
    color: #1ab394
}

.primary-header-two .header-right .search-icon {
    color: #fff
}

.primary-header-two .header-menu-wrap li ul {
    left: -20px
}

.primary-header-two .header-menu-wrap li ul li ul {
    left: 100%
}

.sticky-header .primary-header-two {
    box-shadow: none;
    background-color: transparent
}

.header-2 .sticky-header {
    background-color: #333444;
    -webkit-box-shadow: 0 50px 100px 0 rgba(64, 1, 4, 0.1), 0px -6px 0 0 rgba(248, 99, 107, 0.004);
    box-shadow: 0 50px 100px 0 rgba(64, 1, 4, 0.1), 0px -6px 0 0 rgba(248, 99, 107, 0.004)
}

.primary-header-two .header-right .header-cart-btn a {
    color: #fff
}

@media(max-width:992px) {
    .header-two {
        border: 0
    }
    .header-two .primary-header {
        background-color: #333444;
        position: inherit;
        transform: translateY(0)
    }
    .header-two .mid-header {
        padding: 20px 0
    }
    .header-two .mid-header-right {
        display: none
    }
    .header-two .primary-header-inner {
        padding: 20px 0
    }
    .header-2 .sticky-header .primary-header-inner {
        padding: 10px 0
    }
    .primary-header-inner {
        padding: 0
    }
    .sticky-header .primary-header-inner {
        padding: 0
    }
    .primary-header-two .primary-header-inner .header-right {
        margin-left: 0;
        justify-content: center;
        width: 100%
    }
    .header-two .mid-header .mid-header-inner {
        justify-content: center
    }
    .viewport-sm .primary-header-two .header-right .search-icon {
        display: inherit
    }
    .cart-enable.primary-header-two .header-right .header-cart-btn,
    .primary-header-two .header-right .search-icon {
        margin-right: auto
    }
    .cart-enable.primary-header-two .header-right .search-icon {
        margin-right: 0
    }
    .primary-header-two .header-right .mobile-menu-icon {
        margin-left: auto
    }
    .primary-header-two .header-right .line-menu {
        background-color: #fff
    }
    .primary-header-two .header-menu-wrap ul li ul li ul,
    .primary-header-two .header-menu-wrap ul li ul {
        left: inherit
    }
    .primary-header-two .header-menu-wrap li li:hover>a,
    .primary-header-two .header-menu-wrap li li>a,
    .primary-header-two .header-menu-wrap ul li>a {
        color: #333444
    }
    .header-1 .header-right a.header-btn {
        margin-left: 15px;
        margin-right: 0
    }
}

.header-three {
    background-color: transparent;
    position: absolute;
    top: 32px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 99
}

.header-three .line-menu {
    background-color: #fff
}

.header-three .top-bar {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.header-three .top-bar .top-left li {
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}

.header-three .top-bar .top-left li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2)
}

.header-three .top-bar .top-social {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2)
}

.primary-header-three .header-menu-wrap,
.header-three .header-menu-wrap {
    margin-left: auto
}

.header-three .header-menu-wrap ul li>a {
    color: #fff
}

.header-three .header-menu-wrap ul li:hover>a {
    color: #fff
}

.header-three .header-menu-wrap li li>a {
    color: #333444
}

.header-three .header-menu-wrap li li:hover>a:hover {
    color: #1ab394
}

.primary-header-three .header-right .header-cart-btn a,
.header-three .header-right .search-icon {
    color: #fff
}

.sticky-header .primary-header-three .header-right .header-cart-btn a {
    color: #333444
}

@media screen and (max-width:782px) {
    .admin-bar .header-three {
        top: 0
    }
}

@media(max-width:992px) {
    .sticky-header {
        display: none
    }
    .header-menu-wrap {
        top: 100%;
        -webkit-box-shadow: 0 15px 20px 0 rgb(0 0 0 / 18%);
        box-shadow: 0 15px 20px 0 rgb(0 0 0 / 18%)
    }
    .primary-header-three .header-right .line-menu {
        background-color: #fff
    }
    .sticky-header .primary-header-three .header-right .line-menu {
        background-color: #222
    }
    .primary-header-three .header-menu-wrap ul li ul li ul,
    .primary-header-three .header-menu-wrap ul li ul {
        left: inherit
    }
    .primary-header-three .header-menu-wrap ul li:hover>a,
    .primary-header-three .header-menu-wrap li li:hover>a,
    .primary-header-three .header-menu-wrap li li>a,
    .primary-header-three .header-menu-wrap ul li>a {
        color: #333444
    }
    .primary-header .header-logo {
        max-width: 190px
    }
    .primary-header-three .primary-header-inner {
        padding: 0
    }
}

#dl-popup-search-box {
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    width: 100%;
    height: 100%;
    top: -20em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all
}

.box-inner-wrap:hover {
    cursor: url(../img/cross.png), auto
}

#dl-popup-search-box.toggled {
    top: 0;
    opacity: 1;
    visibility: visible
}

#dl-popup-search-box .box-inner-wrap {
    width: 100%;
    height: 100%
}

#dl-popup-search-box .box-inner-wrap form {
    position: relative;
    margin: 0 auto
}

#dl-popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
    color: #444
}

#dl-popup-search-box .box-inner-wrap input:-ms-input-placeholder {
    color: #444
}

#dl-popup-search-box .box-inner-wrap input::placeholder {
    color: #444
}

#dl-popup-search-box .box-inner-wrap input {
    width: 100%;
    height: 70px;
    padding: 0 75px .125em 0;
    background: transparent;
    border: 0;
    border-bottom: 3px solid #333444;
    font-size: 40px;
    color: #ddd
}

#dl-popup-search-box .box-inner-wrap input:focus {
    outline: 0
}

#dl-popup-search-box .box-inner-wrap button {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
    background: transparent;
    border: 0;
    color: #444;
    font-size: 40px;
    border-left: 3px solid #333444;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all
}

#dl-popup-search-box .box-inner-wrap button:hover {
    color: #ddd
}

#dl-popup-search-box .box-inner-wrap button:focus {
    outline: 0
}

@media screen and (max-width:600px) {
    #dl-popup-search-box .box-inner-wrap input,
    #dl-popup-search-box .box-inner-wrap button {
        font-size: 20px;
        height: 50px
    }
}

.footer-section {
    background-color: #07122D;
    position: relative;
    z-index: auto;
    overflow: initial
}

.footer-section-inner {
    padding: 60px 0;
    border-bottom: 1px solid #0b1838
}

.footer-section .logo {
    width: 100%;
    max-width: 200px;
    text-align: center
}

.footer-top {
    padding: 157px 0 100px;
    border-bottom: 2px solid #0b1838
}

.footer-top.active {
    padding: 0 0 100px
}

.footer-widget .booking-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.footer-widget .booking-wrap svg {
    width: 45px;
    height: 45px;
    fill: #5a49f8;
    margin-right: 15px;
    margin-top: 5px
}

.footer-widget .booking-wrap-inner h3 {
    font-size: 16px;
    color: #fff;
    margin: 0
}

.footer-widget .booking-wrap-inner a {
    font-family: "LatoLatin", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #6a7c92;
    text-decoration: underline
}

.footer-widget .booking-wrap-inner a:hover {
    color: #fff
}

.footer-social li {
    display: inline-block
}

.footer-social li a {
    background-color: #0b1838;
    font-size: 15px;
    color: #6a7c92;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
    margin-top: 10px
}

.footer-social li a:hover {
    background: linear-gradient(to right, #5a49f8, #7a64f2);
    color: #fff
}

.footer-widget h3 {
    color: #fff;
    margin-bottom: 18px
}

.footer-widget.link-widget {
    text-align: center
}

.widget-links li {
    display: flex;
    justify-content: center;
    font-size: 14px
}

.widget-links li:not(:last-of-type) {
    margin-bottom: 15px
}

.widget-links li i {
    font-size: 6px;
    color: #5a49f8;
    margin-right: 10px;
    margin-top: 2px
}

.widget-links li a {
    color: #6a7c92;
    font-size: 14px;
    line-height: 1
}

.widget-links li a:hover {
    color: #fff;
    text-decoration: underline
}

.widget-links.address li {
    font-size: 16px
}

.widget-links.address li i {
    font-size: 30px
}

.widget-links.address li:last-of-type {
    margin: 0
}

.subscribe-form .form-control {
    background-color: transparent;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    border: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    box-shadow: none;
    outline: 0;
    color: #fff
}

.subscribe-form .submit {
    background: linear-gradient(to right, #5a49f8, #7a64f2);
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "LatoLatin", Sans-serif;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 30px;
    border: 0;
    outline: 0
}

.subscribe-form .submit:hover {
    background: linear-gradient(to right, #7a64f2, #5a49f8)
}

.subscribe-form .submit i {
    margin-left: 10px
}

.subscribe-form .form-control::placeholder {
    color: #6a7c92 !important
}

.subscribe-form .form-control:-ms-input-placeholder {
    color: #6a7c92 !important
}

.subscribe-form .form-control::-ms-input-placeholder {
    color: #6a7c92 !important
}

.footer-info {
    position: absolute;
    width: 100%;
    left: 0;
    top: -57px
}

.footer-info-inner {
    background: linear-gradient(to right, #5a49f8, #7a64f2);
    display: flex;
    align-items: center;
    border-radius: 2px
}

.footer-info-list {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px
}

.footer-info-inner .footer-info-list:not(:last-of-type) {
    border-right: 1px solid rgba(255, 255, 255, 0.5)
}

.footer-info-list h3 {
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin: 0
}

.footer-info-list svg {
    width: 40px;
    fill: #fff;
    margin-right: 20px
}

.footer-cta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    position: relative
}

.footer-cta-inner {
    background: linear-gradient(to right, #5a49f8, #7a64f2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
    width: 80%;
    margin: 0 auto;
    padding: 30px 40px;
    position: relative;
    overflow: hidden
}

.footer-cta-inner .pattern {
    background-image: url(../img/pattern-5.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: 600px;
    height: 300px;
    position: absolute;
    top: 0;
    right: 0
}

.footer-cta-inner .footer-cta-list h2 {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    margin: 0
}

.footer-body {
    padding: 10px 0;
    background-image: url(../img/map-pattern-light.png);
    background-repeat: no-repeat;
    background-position: center center
}

.footer-bottom {
    padding: 18px 0;
    background-color: #080d1c
}

.copyright-wrap {
    text-align: center
}

.copyright-wrap p {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1
}

.saas .footer-section {
    background-color: #0a1024;
    position: relative
}

.saas .footer-section .wave {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 320px;
    position: absolute;
    left: 0;
    top: -240px
}

.saas .play-btn svg {
    color: #1ab394
}

.saas .play-btn a:hover,
.saas .widget-links li a:hover {
    color: #051441
}

.saas .footer-widget h3 {
    color: #6a7c92;
    font-size: 20px
}

.saas .widget-links li a:hover {
    color: #b0d1ff;
    text-decoration: none
}

.saas .widget-links li i {
    color: #2A94F4
}

.saas .footer-social li a {
    background-color: #2A94F4;
    color: #fff
}

.saas .footer-social li a:hover {
    background: #1ab394;
    color: #fff
}

.saas .footer-section-inner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.saas .read-more:hover {
    color: #FFF
}

.saas .testimonials-carousel-3.carousel-dots .slick-dots li.slick-active button {
    background-color: #1ab394
}

.saas .header-right a.header-btn,
.saas .subscribe-section .subscribe-form .submit,
.saas .testi-controls div:hover,
.saas .cd-pricing-switcher .cd-switch,
.saas .default-btn {
    background: #1ab394
}

.saas .scroll-to-top {
    background-color: #1ab394
}

.saas .nav-style .slick-arrow {
    color: #777
}

.saas .nav-style .slick-arrow {
    background-color: #1ab394;
    color: #fff
}

.saas .banner-section {
    z-index: 10
}

.shape {
    position: absolute;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1
}

.shape.shape-1 {
    background-size: 100%;
    width: 1000px;
    height: 1000px;
    left: -305px;
    top: -392px
}

.shape.shape-2 {
    background-size: 100%;
    width: 1000px;
    height: 1000px;
    right: -300px;
    top: -50px
}

.saas .content-img-2 {
    transform: scale(1.2)
}

.dot-pattern {
    width: 100px;
    height: 210px;
    left: 0;
    top: 10%
}

.content-section,
.banner-section,
.pricing-section {
    position: relative
}

.content-section .dot-pattern,
.banner-section .dot-pattern {
    left: auto;
    right: 0;
    top: 0
}

@media(max-width:768px) {
    .saas section {
        overflow: hidden
    }
}

.table {
    font-size: 12px
}

.table-bordered td,
.table-bordered th {
    padding: .5rem
}

.table .code {
    text-transform: uppercase !important;
    letter-spacing: 2px;
    word-break: break-all
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgb(245, 248, 255, 0.5)
}

.content-section .icon-park,
.service-section .icon-park {
    font-size: 36px;
    color: #0abf53
}

.pricing-section .icon-park {
    font-size: 32px;
    color: #0abf53
}

.section-heading .title {
    color: rgba(204, 227, 255, 0) !important;
    background-image: linear-gradient(to bottom, #CFC, #9CF, #CCF);
    -webkit-background-clip: text;
    line-height: 1.5;
    letter-spacing: 5px;
    padding: 10px 0
}

.section-heading .content {
    color: #6a7c92 !important;
    border-top: 1px solid #6c757d30;
    border-bottom: 1px solid #6c757d30;
    padding: 9px 10px;
    text-align: center
}

.service-item {
    background-color: #fff;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.service-item:hover {
    box-shadow: 0 15px 20px 0 rgba(209, 218, 235, 0.50)
}

.service-item:hover p,
.service-item:hover h3 {
    color: #fff
}

.service-item:hover .service-icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.service-item:hover .service-icon:before {
    background-color: #fff;
    opacity: .1
}

.service-item .service-icon {
    font-size: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1ab394), to(#47d5b5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    z-index: 1
}

.service-item .service-icon:before {
    background-color: #1ab394;
    content: "";
    width: 50px;
    height: 70px;
    position: absolute;
    left: 10px;
    top: 0;
    opacity: .1;
    clip-path: polygon(0% 0, 100% 10%, 100% 90%, 0% 100%);
    transform: rotate(-30deg);
    z-index: -1
}

.dir-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(#1ab394), to(#47d5b5));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1
}

.service-item:hover .dir-overlay {
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: 6px 60px 45px 0 rgba(0, 0, 0, .1);
    box-shadow: 6px 60px 45px 0 rgba(0, 0, 0, .1)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}