﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&amp;display=swap");

@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0)
    }
}

@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
}

@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0)
    }
}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
}

@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0)
    }
}

@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
}

@-webkit-keyframes circle-move {
    0% {
        transform: translateY(0) translateX(0) rotate(0)
    }

    30% {
        transform: translateY(40px) translateX(60px) rotate(35deg);
        transform-origin: top center
    }

    50% {
        transform: translateY(80px) translateX(120px) rotate(55deg);
        transform-origin: center center
    }

    80% {
        transform: translateY(40px) translateX(60px) rotate(90deg);
        transform-origin: left top
    }

    100% {
        transform: translateY(0) translateX(0) rotate(0);
        transform-origin: top center
    }
}

@keyframes circle-move {
    0% {
        transform: translateY(0) translateX(0) rotate(0)
    }

    30% {
        transform: translateY(40px) translateX(60px) rotate(35deg);
        transform-origin: top center
    }

    50% {
        transform: translateY(80px) translateX(120px) rotate(55deg);
        transform-origin: center center
    }

    80% {
        transform: translateY(40px) translateX(60px) rotate(90deg);
        transform-origin: left top
    }

    100% {
        transform: translateY(0) translateX(0) rotate(0);
        transform-origin: top center
    }
}

@-webkit-keyframes square-rotate {
    0% {
        transform: rotate(0) scale(1) translateX(0);
        transform-origin: center bottom
    }

    20% {
        transform: rotate(-60deg) scale(0.6) translateX(-20px);
        opacity: .3
    }

    70% {
        transform: rotate(-75deg) scale(0.7) translateX(-40px);
        opacity: .6
    }

    100% {
        transform: rotate(-90deg) scale(1) translateX(-20px)
    }
}

@keyframes square-rotate {
    0% {
        transform: rotate(0) scale(1) translateX(0);
        transform-origin: center bottom;
        opacity: .1
    }

    20% {
        transform: rotate(-60deg) scale(0.6) translateX(-20px);
        opacity: .3
    }

    70% {
        transform: rotate(-75deg) scale(0.7) translateX(-40px);
        opacity: .6
    }

    100% {
        transform: rotate(-90deg) scale(1) translateX(-20px)
    }
}

@-webkit-keyframes play-button-pulse {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@-moz-keyframes play-button-pulse {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@-ms-keyframes play-button-pulse {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@-o-keyframes play-button-pulse {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes play-button-pulse {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes runme {
    0% {
        bottom: -60%
    }

    100% {
        bottom: 120%
    }
}

@-ms-keyframes runme {
    0% {
        bottom: -60%
    }

    100% {
        bottom: 120%
    }
}

@-o-keyframes runme {
    0% {
        bottom: -60%
    }

    100% {
        bottom: 120%
    }
}

@keyframes runme {
    0% {
        bottom: -60%
    }

    100% {
        bottom: 120%
    }
}

@-webkit-keyframes spinme {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes spinme {
    0% {
        -moz-transform: rotate(0)
    }

    10% {
        -moz-transform: rotate(360deg)
    }
}

@keyframes spinme {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinme2 {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes spinme2 {
    0% {
        -moz-transform: rotate(0)
    }

    10% {
        -moz-transform: rotate(-360deg)
    }
}

@keyframes spinme2 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes bounce {
    0%,20%,53%,80%,100% {
        transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40% {
        transition-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
        -webkit-transform: translate3d(0,-6px,0);
        transform: translate3d(0,-6px,0)
    }

    70% {
        transition-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-2px,0);
        transform: translate3d(0,-2px,0)
    }
}

@keyframes bounce {
    0%,20%,53%,80%,100% {
        transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40% {
        transition-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
        -webkit-transform: translate3d(0,-6px,0);
        transform: translate3d(0,-6px,0)
    }

    70% {
        transition-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-2px,0);
        transform: translate3d(0,-2px,0)
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

a:hover, a:focus {
    text-decoration: none
}

input:focus {
    outline: 0
}

h1, h2, h3, h4, h5, h6 {
    color: #2e3d62
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0
}

body {
    font-size: 16px;
    line-height: 22px;
    font-family: "Poppins",sans-serif;
    color: #7f8897;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.new-page-badge {
    display: inline-block;
    padding: 1px 6px 0 6px;
    background-color: #1E4CA0;
    color: #fff;
    font-size: 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: right;
    font-weight: 600
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px
}

.section--padding {
    padding-top: 120px;
    padding-bottom: 90px
}

.section-padding-top {
    padding-top: 120px
}

.section-padding-bottom {
    padding-bottom: 120px
}

.section-padding-bottom-2 {
    padding-bottom: 90px
}

.padding-top-none {
    padding-top: 0 !important
}

.padding-bottom-none {
    padding-bottom: 0 !important
}

.padding-none {
    padding: 0 !important
}

.section-margin {
    margin-top: 120px;
    margin-bottom: 120px
}

.section--margin {
    margin-top: 120px;
    margin-bottom: 90px
}

.margin-top-none {
    margin-top: 0 !important
}

.margin-bottom-none {
    margin-bottom: 0 !important
}

.margin-none {
    padding: 0 !important
}

.bg-color {
    background-color: #f7f9fb
}

.bg-color-transparent {
    background-color: transparent
}

.bg-gradient {
    background-image: radial-gradient(circle farthest-corner at 10% 20%,#ec9ef8 0,#8353f1 90.1%)
}

.border-top-none {
    border-top: none !important
}

.border-bottom-none {
    border-bottom: none !important
}

.border-none {
    border: none !important
}

.after-none:after {
    display: none !important
}

.before-none:before {
    display: none !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.round-radius {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important
}

.rounded-radius {
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important
}

.container {
    max-width: 1200px
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

#loading {
    background-color: #0046ad;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999
}

    #loading #loading-center {
        width: 100%;
        height: 100%;
        position: relative
    }

        #loading #loading-center #loading-center-absolute {
            position: absolute;
            left: 50%;
            top: 50%;
            height: 150px;
            width: 150px;
            margin-top: -75px;
            margin-left: -75px;
            display: -ms-flex;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: center
        }

            #loading #loading-center #loading-center-absolute .object {
                width: 20px;
                height: 20px;
                background-color: #fff;
                margin-right: 20px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%
            }

            #loading #loading-center #loading-center-absolute #object_one {
                -webkit-animation: object_one 1.5s infinite;
                animation: object_one 1.5s infinite
            }

            #loading #loading-center #loading-center-absolute #object_two {
                -webkit-animation: object_two 1.5s infinite;
                animation: object_two 1.5s infinite;
                -webkit-animation-delay: .25s;
                animation-delay: .25s
            }

            #loading #loading-center #loading-center-absolute #object_three {
                -webkit-animation: object_three 1.5s infinite;
                animation: object_three 1.5s infinite;
                -webkit-animation-delay: .5s;
                animation-delay: .5s;
                margin-right: 0
            }

.section-heading {
    position: relative;
    z-index: 1;
}



    .section-heading .section__meta {
        display: inline-block;
        text-transform: uppercase;
        font-size: 14px;
        color: #1E4CA0;
        background-color: rgba(45, 23, 216, 0.10);
        padding: 5px 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        letter-spacing: .6px;
        margin-bottom: 15px;
        font-weight: 500
    }

    .section-heading .section__meta2 {
        background-color: rgba(255,255,255,0.1)
    }

    .section-heading .section__title {
        font-size: 36px;
        font-weight: 600
    }

@media(max-width:425px) {
    .section-heading .section__title {
        font-size: 40px
    }
}

@media(max-width:320px) {
    .section-heading .section__title {
        font-size: 35px
    }
}

.section-heading .section__sub {
    color: #7f8897;
    margin-top: 12px;
    font-size: 20px
}

.section-heading .section__title2, .section-heading .section__meta2 {
    color: #fff
}

.section-description {
    margin-bottom: 34px;
    position: relative;
    z-index: 1
}

    .section-description .section__desc {
        line-height: 28px
    }

.section-divider {
    position: relative;
    width: 90px;
    height: 3px;
    margin-top: 26px;
    margin-bottom: 30px
}

    .section-divider:before, .section-divider:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #ED1C24;
    }

    .section-divider:after {
        right: 25px;
        left: auto;
        background-color: #fff;
        width: 10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

.section-divider2:before, .section-divider2:after {
    background-color: #fff
}

.section-divider2:after {
    background-color: #2e3d62
}

.section-dot {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(108,92,231,0.99);
    -moz-box-shadow: 0 0 40px rgba(108,92,231,0.99);
    box-shadow: 0 0 40px rgba(108,92,231,0.99);
    position: relative;
    margin-bottom: 20px;
    border: 5px solid #1E4CA0
}

.section-icon {
    position: relative;
    height: 40px;
    width: 60px;
    margin-bottom: 15px
}

    .section-icon:before {
        position: absolute;
        top: 8px;
        left: 4px;
        content: "\f20c";
        font-family: "LineAwesome";
        font-size: 35px;
        color: #1E4CA0;
        animation: spinme 5000ms infinite linear
    }

    .section-icon:after {
        position: absolute;
        right: 4px;
        bottom: 1px;
        content: "\f20c";
        font-family: "LineAwesome";
        font-size: 22px;
        color: #1E4CA0;
        animation: spinme2 5000ms infinite linear
    }

.section-icon-heart {
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-bottom: 9px
}

    .section-icon-heart:after {
        position: absolute;
        left: 0;
        bottom: 1px;
        content: "\f235";
        font-family: "LineAwesome";
        font-size: 25px;
        color: #1E4CA0;
        animation: heartBeat 900ms infinite linear
    }

.section-block {
    height: 2px;
    display: block;
    width: 100%;
    background-color: #f7f9fb
}

.line-bg {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,0.1);
    top: 0;
    opacity: .7;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg)
}

    .line-bg:before {
        position: absolute;
        bottom: -60%;
        left: 0;
        content: "";
        height: 80px;
        width: 100%;
        background-color: rgba(255,255,255,0.4);
        -webkit-animation: runme 5s 0s infinite;
        animation: runme 5s 0s infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: cubic-bezier(0.3,0.27,0,0.98);
        animation-timing-function: cubic-bezier(0.3,0.27,0,0.98)
    }

.line-bg1 {
    left: 14%
}

    .line-bg1:before {
        -webkit-animation-delay: 2s;
        animation-delay: 2s
    }

.line-bg2 {
    left: 30%
}

    .line-bg2:before {
        -webkit-animation-delay: 2.6s;
        animation-delay: 2.6s
    }

.line-bg3 {
    left: 45%
}

    .line-bg3:before {
        -webkit-animation-delay: 3s;
        animation-delay: 3s
    }

.line-bg4 {
    left: 60%
}

    .line-bg4:before {
        -webkit-animation-delay: 3.6s;
        animation-delay: 3.6s
    }

.line-bg5 {
    left: 75%
}

    .line-bg5:before {
        -webkit-animation-delay: 4s;
        animation-delay: 4s
    }

.line-bg6 {
    left: 88%
}

    .line-bg6:before {
        -webkit-animation-delay: 4.6s;
        animation-delay: 4.6s
    }

#perticles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

#scroll-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    color: #2e3d62;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    #scroll-top:hover {
        background-color: #2e3d62;
        color: #fff
    }

.pagination-wrap {
    margin-top: 25px
}

    .pagination-wrap .pagination .page-item .page-link {
        color: #1E4CA0;
        background-color: rgba(108,92,231,0.1);
        font-size: 18px;
        margin-left: 3px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 0;
        width: 40px;
        height: 40px;
        line-height: 42px;
        text-align: center;
        padding: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .pagination-wrap .pagination .page-item:hover .page-link, .pagination-wrap .pagination .page-item.active .page-link {
        background-color: #1E4CA0;
        color: #fff
    }

.ui-widget.ui-widget-content {
    border: 0;
    background-color: #eee;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 8px;
    margin-left: 10px;
    margin-right: 10px
}

    .ui-widget.ui-widget-content .ui-slider-range {
        background-color: #1E4CA0
    }

    .ui-widget.ui-widget-content .ui-slider-handle {
        background-color: #fff;
        border: 4px solid #1E4CA0;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        height: 22px;
        width: 22px;
        top: -7px;
        cursor: ew-resize;
        outline: 0
    }

.price-slider-amount {
    padding-top: 35px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:375px) {
    .price-slider-amount {
        display: block
    }
}

.price-slider-amount .filter__btn {
    padding: 8px 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 0;
    margin-right: 15px;
    margin-left: 2px;
    background-color: #2e3d62;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .price-slider-amount .filter__btn:hover {
        background-color: #1E4CA0
    }

.price-slider-amount .filter__label {
    color: #2e3d62;
    margin-bottom: 0;
    font-size: 18px;
    margin-right: 5px;
    font-weight: 600
}

.price-slider-amount .amounts {
    border: 0;
    color: #7f8897;
    font-weight: 600;
    background-color: transparent
}

.input-number-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

    .input-number-group input[type=number]::-webkit-inner-spin-button, .input-number-group input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        appearance: none
    }

    .input-number-group .input-group-button {
        line-height: 35px
    }

    .input-number-group .input-number {
        padding: 0 12px;
        outline: 0;
        display: block;
        text-align: center
    }

    .input-number-group .input-number, .input-number-group .input-number-decrement, .input-number-group .input-number-increment {
        border: 1px solid rgba(127,136,151,0.2);
        height: 35px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-weight: 600;
        font-size: 18px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        color: #2e3d62
    }

    .input-number-group .input-number-decrement, .input-number-group .input-number-increment {
        display: inline-block;
        width: 35px;
        text-align: center;
        cursor: pointer;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

        .input-number-group .input-number-decrement:hover, .input-number-group .input-number-increment:hover {
            background-color: #1E4CA0;
            color: #fff;
            border-color: #1E4CA0
        }

    .input-number-group .input-number-decrement {
        margin-right: .5rem;
        margin-left: 1rem
    }

    .input-number-group .input-number-increment {
        margin-left: .5rem
    }

.user-rating {
    background: url("../images/stars.png") repeat-x 0 0;
    width: 150px
}

    .user-rating input[type="radio"] {
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
        margin: 0
    }

        .user-rating input[type="radio"].star-5:checked ~ span {
            width: 100%
        }

        .user-rating input[type="radio"].star-4:checked ~ span {
            width: 80%
        }

        .user-rating input[type="radio"].star-3:checked ~ span {
            width: 60%
        }

        .user-rating input[type="radio"].star-2:checked ~ span {
            width: 40%
        }

        .user-rating input[type="radio"].star-1:checked ~ span {
            width: 20%
        }

    .user-rating label {
        display: block;
        width: 30px;
        height: 30px;
        margin: 0;
        padding: 0;
        text-indent: -999em;
        float: left;
        position: relative;
        z-index: 10;
        background: transparent;
        cursor: pointer
    }

        .user-rating label.star-5:hover ~ span {
            width: 100% !important
        }

        .user-rating label.star-4:hover ~ span {
            width: 80% !important
        }

        .user-rating label.star-3:hover ~ span {
            width: 60% !important
        }

        .user-rating label.star-2:hover ~ span {
            width: 40% !important
        }

        .user-rating label.star-1:hover ~ span {
            width: 20% !important
        }

        .user-rating label:hover ~ span {
            background-position: 0 -30px
        }

    .user-rating span {
        display: block;
        width: 0;
        position: relative;
        top: 0;
        left: 0;
        height: 30px;
        background: url("../images/stars.png") repeat-x 0 -60px;
        -webkit-transition: -webkit-width .5s;
        -moz-transition: -moz-width .5s;
        -ms-transition: -ms-width .5s;
        -o-transition: -o-width .5s;
        transition: width .5s
    }

.custom-checkbox label {
    color: #2e3d62;
    font-size: 15px;
    font-weight: 500;
    margin: 0
}

.custom-checkbox input[type=checkbox]:not(:checked), .custom-checkbox input[type=checkbox]:checked {
    position: absolute;
    left: -9999px
}

    .custom-checkbox input[type=checkbox]:not(:checked) + label, .custom-checkbox input[type=checkbox]:checked + label {
        position: relative;
        padding-left: 26px;
        cursor: pointer
    }

        .custom-checkbox input[type=checkbox]:not(:checked) + label:before, .custom-checkbox input[type=checkbox]:checked + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 1px;
            width: 18px;
            height: 18px;
            border: 1px solid rgba(127,136,151,0.2);
            background-color: #fff;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px
        }

        .custom-checkbox input[type=checkbox]:not(:checked) + label:after, .custom-checkbox input[type=checkbox]:checked + label:after {
            content: '\f00c';
            position: absolute;
            top: -1px;
            left: 3px;
            font-size: 12px;
            color: #fff;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            font-family: FontAwesome,sans-serif
        }

        .custom-checkbox input[type=checkbox]:not(:checked) + label:after {
            opacity: 0;
            visibility: hidden
        }

        .custom-checkbox input[type=checkbox]:checked + label:after {
            opacity: 1;
            visibility: visible
        }

        .custom-checkbox input[type=checkbox]:checked + label:before {
            background-color: #1E4CA0;
            border-color: #1E4CA0
        }

.custom-checkbox .checkbox-link {
    color: #1E4CA0;
    font-weight: 500;
    font-size: 15px
}

@media(max-width:375px) {
    .custom-checkbox .checkbox-link.float-right {
        float: left !important;
        margin-top: 5px
    }
}

.preview-video .video-play-btn {
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 90px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    color: #2e3d62;
    position: relative
}

    .preview-video .video-play-btn:hover {
        color: #1E4CA0
    }

    .preview-video .video-play-btn:before, .preview-video .video-play-btn:after {
        position: absolute;
        content: '';
        top: -20px;
        left: -20px;
        bottom: -20px;
        right: -20px;
        background-color: rgba(255,255,255,0.4);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-animation: play-button-pulse 1.8s linear infinite;
        -moz-animation: play-button-pulse 1.8s linear infinite;
        animation: play-button-pulse 1.8s linear infinite;
        opacity: 0;
        z-index: -1
    }

    .preview-video .video-play-btn:after {
        -webkit-animation-delay: .6s;
        -moz-animation-delay: .6s;
        animation-delay: .6s
    }

.preview-video p {
    color: #fff;
    margin-top: 15px;
    font-weight: 500
}

.theme-btn {
    font-size: 15px;
    text-transform: uppercase;
    background-color: #ED1C24;
    color: #fff;
    font-weight: 500;
    padding: 0 50px 0 30px;
    line-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 0
}

.book-btn {
    font-size: 15px;
    text-transform: uppercase;
    background-color: #ED1C24;
    color: #fff;
    font-weight: 500;
    padding: 0 20px 0 20px;
    line-height: 38px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 0
}

.book-btn:hover {
    color: #fff;
    background-color: #ae001e;
    -webkit-box-shadow: 0 12px 24px -6px rgba(93,80,197,0.2);
    -moz-box-shadow: 0 12px 24px -6px rgba(93,80,197,0.2);
    box-shadow: 0 12px 24px -6px rgba(93,80,197,0.2);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px)
}

    .theme-btn .la {
        position: absolute;
        top: 47%;
        right: 25px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .theme-btn:hover {
        color: #fff;
        background-color: #ae001e;
        -webkit-box-shadow: 0 12px 24px -6px rgba(93,80,197,0.2);
        -moz-box-shadow: 0 12px 24px -6px rgba(93,80,197,0.2);
        box-shadow: 0 12px 24px -6px rgba(93,80,197,0.2);
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px)
    }

.btn-box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:425px) {
    .btn-box {
        display: block;
        text-align: center
    }
}

.btn-box a {
    margin-right: 15px
}

    .btn-box a:last-child {
        margin-right: 0
    }

.btn-box .theme-btn:hover {
    background-color: #ae001e
}

.google-btn {
    background-color: #f78c01
}

.facebook-btn {
    background-color: #17a2b8
}

.twitter-btn {
    background-color: #3897f0
}

.button {
    display: inline-block;
    background-color: #1E4CA0;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    outline: 0;
    line-height: 55px;
    position: relative;
    padding: 0 30px;
    text-transform: capitalize
}

    .button .btn-icon {
        margin-left: 4px
    }

    .button:hover {
        background-color: #ae001e;
        color: #fff
    }

.btn-style-2 {
    padding-left: 50px;
    padding-right: 20px;
    text-align: center
}

    .btn-style-2 .btn-icon {
        width: 33px;
        height: 33px;
        line-height: 33px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-left: 0;
        color: #2e3d62;
        background-color: #fff;
        font-size: 22px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.btn--style-2 {
    color: #2e3d62;
    padding-left: 20px;
    padding-right: 50px;
    border: 2px solid #2e3d62;
    background-color: transparent;
    text-align: center
}

    .btn--style-2 .btn-icon {
        background-color: #2e3d62;
        left: auto;
        color: #fff;
        right: 10px;
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .btn--style-2:hover {
        border-color: #1E4CA0
    }

.btn-style-3 {
    padding-left: 50px;
    font-weight: 500;
    color: #7f8897;
    text-transform: capitalize;
    display: inline-block;
    position: relative
}

    .btn-style-3 .la-play {
        top: -10px;
        left: 0;
        position: absolute;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-right: 10px;
        background-color: #fff;
        color: #1E4CA0;
        font-size: 25px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.3);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.3);
        box-shadow: 0 0 40px rgba(82,85,90,0.3)
    }

    .btn-style-3:hover {
        color: #ae001e
    }

        .btn-style-3:hover .la-play {
            background-color: #ae001e;
            color: #fff
        }

.btn-style-4, .btn-style-5 {
    background-color: transparent;
    background-image: url("../images/img1.jpg");
    background-size: cover;
    background-position: center;
    font-weight: 600;
    z-index: 1
}

    .btn-style-4:after, .btn-style-5:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #2e3d62;
        opacity: .7;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        z-index: -1;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .btn-style-4:hover:after, .btn-style-5:hover:after {
        opacity: .9
    }

    .btn-style-5:after {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px
    }

.button-3d {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-size: 18px;
    background-color: #82bf56;
    border-bottom: 5px solid #669644
}

    .button-3d:hover {
        background-color: #82bf56
    }

    .button-3d:active {
        -webkit-transform: translate(0,5px);
        -moz-transform: translate(0,5px);
        -ms-transform: translate(0,5px);
        -o-transform: translate(0,5px);
        transform: translate(0,5px);
        border-bottom: 1px solid
    }

.button-badge .badge {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #2e3d62;
    font-size: 13px;
    padding: 0;
    font-weight: 600
}

.btn-gradient {
    background-image: radial-gradient(circle farthest-corner at 10% 20%,#fc9678 0,#f76c7f 100.4%)
}

.btn-large {
    line-height: 55px !important
}

.btn-medium {
    line-height: 50px !important;
    font-size: 14px !important
}

.btn-small {
    line-height: 45px !important;
    font-size: 13px !important
}

.btn--small {
    line-height: 40px !important;
    font-size: 12px !important
}

.btn-rounded {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important
}

.btn--rounded {
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important
}

.button-area .button-wrap {
    margin-top: 30px
}

    .button-area .button-wrap .button {
        margin-bottom: 16px;
        margin-right: 8px
    }

.button-wrap .btn-style-3 {
    margin-right: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .button-wrap .btn-style-3 {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .button-wrap .btn-style-3 {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .button-wrap .btn-style-3 {
        margin-bottom: 40px
    }
}

.button-wrap .btn {
    margin-right: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .button-wrap .btn {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .button-wrap .btn {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .button-wrap .btn {
        margin-bottom: 15px
    }
}

.dual-button-area .dual-button-wrap {
    margin-top: 30px
}

.dual-button-item .image-box {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 0;
    margin-left: 0
}

    .dual-button-item .image-box .img__item {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        position: inherit;
        top: auto;
        right: auto;
        border: 0
    }

.dual-button-item .list-items {
    margin-top: 30px;
    margin-bottom: 28px
}

    .dual-button-item .list-items li {
        margin-bottom: 0;
        font-weight: 500;
        padding-left: 0
    }

        .dual-button-item .list-items li:last-child {
            margin-bottom: 0
        }

        .dual-button-item .list-items li .la {
            margin-right: 8px;
            position: inherit;
            top: auto;
            left: auto;
            font-size: 16px
        }

        .dual-button-item .list-items li + li {
            margin-top: 12px
        }

.dual-button-item .section-heading .section__title {
    font-size: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dual-button-img-box {
        margin-top: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .dual-button-img-box {
        margin-top: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .dual-button-img-box {
        margin-top: 60px
    }
}

@media(max-width:375px) {
    .dual-btn .theme-btn {
        margin-bottom: 10px;
        margin-right: 0
    }
}

.dual-btn .theme-btn:nth-child(2) {
    background-color: #17a2b8
}

.dual-button-item-2 .image-box {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

    .dual-button-item-2 .image-box .img__item {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px
    }

.dual-button-item-2 .section-heading {
    margin-bottom: 25px
}

    .dual-button-item-2 .section-heading .section__sub {
        margin-top: 15px
    }

.dual-button-item-3 .image-box .img__item {
    border: 15px solid #eee
}

.dual-button-item-3 .section-heading {
    margin-top: 50px
}

    .dual-button-item-3 .section-heading .section__title {
        margin-bottom: 25px
    }

.dual-button-item-3 .btn-box .theme-btn {
    padding-right: 30px
}

.dual-btn-2 .dual-btn-btn {
    position: relative
}

@media(max-width:425px) {
    .dual-btn-2 .dual-btn-btn .theme-btn {
        margin-bottom: 10px;
        margin-right: 0
    }
}

.dual-btn-2 .dual-btn-btn .dual__btn--text {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    font-size: 15px;
    top: 50%;
    right: -10px;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:425px) {
    .dual-btn-2 .dual-btn-btn .dual__btn--text {
        top: auto;
        bottom: -10px;
        right: 50%;
        -webkit-transform: translateY(0) translateX(50%);
        -moz-transform: translateY(0) translateX(50%);
        -ms-transform: translateY(0) translateX(50%);
        -o-transform: translateY(0) translateX(50%);
        transform: translateY(0) translateX(50%)
    }
}

.dual-btn-2 .dual-btn-btn:nth-child(2) .theme-btn {
    background-color: #17a2b8
}

.dual-button-area4 {
    background-image: url("../images/img12.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative
}

    .dual-button-area4:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #2e3d62;
        opacity: .9
    }

.dual-button-item-4 .section-heading .section__title {
    margin-bottom: 25px
}

.dual-btn-3 .theme-btn {
    border: 2px solid #fff
}

@media(max-width:425px) {
    .dual-btn-3 .theme-btn {
        margin-bottom: 10px;
        margin-right: 0
    }
}

.dual-btn-3 .theme-btn:nth-child(1) {
    background-color: transparent
}

    .dual-btn-3 .theme-btn:nth-child(1):hover {
        background-color: #fff;
        color: #2e3d62
    }

.dual-btn-3 .theme-btn:nth-child(2) {
    background-color: #fff;
    color: #2e3d62
}

.dual-button-item-5 .section-heading .section__title {
    margin-bottom: 25px
}

.dual-button-item-5 .image-box {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

    .dual-button-item-5 .image-box .img__item {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 0;
        -moz-box-shadow: 0 0;
        box-shadow: 0 0
    }

.dual-btn-4 .theme-btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-right: 45px;
    margin-right: 0
}

@media(max-width:320px) {
    .dual-btn-4 .theme-btn {
        margin-bottom: 10px
    }
}

.dual-btn-4 .theme-btn:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.dual-btn-4 .theme-btn:after {
    position: absolute;
    content: '';
    top: 0;
    left: 20px;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(21deg);
    -moz-transform: skew(21deg);
    -ms-transform: skew(21deg);
    -o-transform: skew(21deg);
    transform: skew(21deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    z-index: -1
}

@media(max-width:320px) {
    .dual-btn-4 .theme-btn:after {
        display: none
    }
}

.dual-btn-4 .theme-btn:nth-child(1) {
    background-color: #f78c01
}

    .dual-btn-4 .theme-btn:nth-child(1):after {
        background-color: #f78c01
    }

.dual-btn-4 .theme-btn:nth-child(2) {
    background-color: #f8c652;
    padding-right: 30px
}

    .dual-btn-4 .theme-btn:nth-child(2):after {
        background-color: #f8c652;
        left: -1px
    }

.dual-button-item-6 .section-heading .section__title {
    margin-bottom: 25px
}

@media(max-width:375px) {
    .dual-btn-5 .theme-btn:nth-child(1) {
        margin-bottom: 30px;
        margin-right: 0
    }
}

@media(max-width:375px) {
    .dual-btn-6 .button {
        margin-bottom: 10px;
        margin-right: 0
    }
}

.dual-button-item-7 {
    height: 100%
}

    .dual-button-item-7 .image-box {
        position: relative;
        height: 100%
    }

        .dual-button-item-7 .image-box .img__item {
            position: absolute;
            width: 80%
        }

@media only screen and (min-width:768px) and (max-width:991px) {
    .dual-button-item-7 .image-box .img__item {
        position: inherit;
        width: 100%
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .dual-button-item-7 .image-box .img__item {
        position: inherit;
        width: 100%
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .dual-button-item-7 .image-box .img__item {
        position: inherit;
        width: 100%
    }
}

.dual-button-item-7 .image-box .img__item:nth-child(1) {
    top: 0;
    left: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dual-button-item-7 .image-box .img__item:nth-child(1) {
        top: auto;
        left: auto
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .dual-button-item-7 .image-box .img__item:nth-child(1) {
        top: auto;
        left: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .dual-button-item-7 .image-box .img__item:nth-child(1) {
        top: auto;
        left: auto
    }
}

.dual-button-item-7 .image-box .img__item:nth-child(2) {
    top: 148px;
    right: 0;
    left: auto;
    width: 80%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dual-button-item-7 .image-box .img__item:nth-child(2) {
        top: auto;
        right: auto;
        width: 100%
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .dual-button-item-7 .image-box .img__item:nth-child(2) {
        top: auto;
        right: auto;
        width: 100%
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .dual-button-item-7 .image-box .img__item:nth-child(2) {
        top: auto;
        right: auto;
        width: 100%
    }
}

.dual-button-item-7 .image-box:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 20px solid rgba(127,136,151,0.2);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dual-button-item-7 .image-box:after {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .dual-button-item-7 .image-box:after {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .dual-button-item-7 .image-box:after {
        display: none
    }
}

.dual-button-item-7 .section-heading {
    margin-bottom: 25px
}

    .dual-button-item-7 .section-heading .section__title {
        margin-bottom: 25px
    }

.circle-shape {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #1E4CA0;
    opacity: .1;
    z-index: -1;
    animation: circle-move 8s linear infinite
}

.circle-shape2 {
    left: auto;
    top: 15%;
    right: 10%;
    background-color: #ae001e
}

.circle-shape3 {
    left: auto;
    top: auto;
    bottom: 5%;
    right: 20%;
    width: 30px;
    height: 30px;
    background-color: #ffb02b
}

.circle-shape4 {
    top: auto;
    left: 17%;
    bottom: 12%;
    width: 90px;
    height: 90px;
    background-color: #5c48e0
}

.circle-shape5 {
    top: auto;
    left: auto;
    right: 10%;
    bottom: 50%;
    width: 80px;
    height: 80px;
    background-color: #4be6b8
}

.header-menu-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1023
}

.header-menu-fluid {
    background-color: #0046AD;
    color:white;
}

.header-menu-area .menu-content {
    height: 100px
}
.header-menu-area .menu-content .logo-box {
    max-width: 280px;
}

@media(max-width:425px) {
    .header-menu-area .menu-content {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-menu-area .menu-content .logo-box {
        margin-top: 15px
    }
}

@media only screen and (min-width:425px) and (max-width:767px) {
    .header-menu-area .menu-content .logo-box {
        margin-top: 15px;
        width: 70%;
    }
}

@media(max-width:425px) {
    .header-menu-area .menu-content .logo-box {
        margin-top: 0;
        width: 70%;
    }
}

.header-menu-area .menu-content .menu-wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 35px
}

    .header-menu-area .menu-content .menu-wrapper .main-menu, .header-menu-area4 .menu-content .menu-wrapper .main-menu {
        margin-right: 35px
    }



@media(max-width:1199px) {
    .header-menu-area .menu-content .menu-wrapper .main-menu {
        display: none
    }
}

.header-menu-area .menu-content .menu-wrapper .main-menu ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex
}

    .header-menu-area .menu-content .menu-wrapper .main-menu ul li {
        margin-right: 34px;
        text-transform: uppercase;
        font-weight: 500;
        position: relative
    }

@media(max-width:1199px) {
    .header-menu-area .menu-content .menu-wrapper .main-menu ul li {
        margin-right: 20px
    }
}

.header-menu-area .menu-content .menu-wrapper .main-menu ul li a {
    font-size: 15px;
    color: white;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-bottom: 40px
}

    .header-menu-area .menu-content .menu-wrapper .main-menu ul li a:after {
        width: 0;
        height: 2px;
        position: absolute;
        content: '';
        bottom: 42px;
        right: 0;
        background-color: #1E4CA0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .header-menu-area .menu-content .menu-wrapper .main-menu ul li a:hover {
        color: #fafafa
    }

        .header-menu-area .menu-content .menu-wrapper .main-menu ul li a:hover:after {
            width: 100%;
            right: auto;
            left: 0
        }

.header-menu-area .menu-content .menu-wrapper .main-menu ul li:last-child {
    margin-right: 0
}

.header-menu-area .menu-content .menu-wrapper .main-menu ul li .dropdown-menu-item {
    position: absolute;
    left: 0;
    top: 50px;
    width: 220px;
    background-color: #fff;
    display: block;
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

    .header-menu-area .menu-content .menu-wrapper .main-menu ul li .dropdown-menu-item li {
        display: block;
        margin-right: 0;
        text-transform: capitalize;
        font-weight: 400
    }

        .header-menu-area .menu-content .menu-wrapper .main-menu ul li .dropdown-menu-item li:last-child {
            margin-bottom: 0
        }

        .header-menu-area .menu-content .menu-wrapper .main-menu ul li .dropdown-menu-item li a {
            color: #7f8897;
            display: block;
            position: relative;
            padding: 10px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px
        }

            .header-menu-area .menu-content .menu-wrapper .main-menu ul li .dropdown-menu-item li a:after {
                display: none
            }

            .header-menu-area .menu-content .menu-wrapper .main-menu ul li .dropdown-menu-item li a:hover {
                color: #1E4CA0;
                background-color: rgba(103, 138, 255, 0.10);
                padding-left: 20px
            }

    .header-menu-area .menu-content .menu-wrapper .main-menu ul li .dropdown-menu-item:after {
        top: -6px;
        content: "";
        position: absolute;
        background-color: #fff;
        left: 30px;
        width: 12px;
        height: 12px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-box-shadow: -2px -2px 10px -5px rgba(0,0,0,0.2);
        -moz-box-shadow: -2px -2px 10px -5px rgba(0,0,0,0.2);
        box-shadow: -2px -2px 10px -5px rgba(0,0,0,0.2)
    }

.header-menu-area .menu-content .menu-wrapper .main-menu ul li .mega-menu {
    width: 940px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    left: -650px;
    padding: 25px 30px
}

    .header-menu-area .menu-content .menu-wrapper .main-menu ul li .mega-menu > li {
        margin-bottom: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

        .header-menu-area .menu-content .menu-wrapper .main-menu ul li .mega-menu > li .mega-menu-item .mega-menu-item-title {
            position: relative;
            display: inline-block;
            padding-bottom: 12px;
            font-size: 16px;
            font-weight: 600
        }

        .header-menu-area .menu-content .menu-wrapper .main-menu ul li .mega-menu > li .mega-menu-item .section-divider {
            width: 45px;
            margin-top: 0;
            margin-bottom: 0
        }

            .header-menu-area .menu-content .menu-wrapper .main-menu ul li .mega-menu > li .mega-menu-item .section-divider:after {
                right: 10px
            }

        .header-menu-area .menu-content .menu-wrapper .main-menu ul li .mega-menu > li .mega-menu-item .mega-menu-inner {
            display: block;
            margin-top: 25px
        }

            .header-menu-area .menu-content .menu-wrapper .main-menu ul li .mega-menu > li .mega-menu-item .mega-menu-inner li a span {
                margin-right: 8px;
                color: #2e3d62;
                width: 28px;
                height: 28px;
                line-height: 28px;
                text-align: center;
                background-color: rgba(46,61,98,0.1);
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s
            }

            .header-menu-area .menu-content .menu-wrapper .main-menu ul li .mega-menu > li .mega-menu-item .mega-menu-inner li a:after {
                display: none
            }

            .header-menu-area .menu-content .menu-wrapper .main-menu ul li .mega-menu > li .mega-menu-item .mega-menu-inner li a:hover span {
                background-color: #1E4CA0;
                color: #fff
            }

    .header-menu-area .menu-content .menu-wrapper .main-menu ul li .mega-menu:after {
        display: none
    }

.header-menu-area .menu-content .menu-wrapper .main-menu ul li .search-wrap .dropdown .dropdown-toggle {
    background-color: transparent;
    padding: 0;
    border: 0;
    line-height: inherit;
    color: #2e3d62;
    outline: 0
}

    .header-menu-area .menu-content .menu-wrapper .main-menu ul li .search-wrap .dropdown .dropdown-toggle:focus {
        -webkit-box-shadow: 0 0;
        -moz-box-shadow: 0 0;
        box-shadow: 0 0
    }

    .header-menu-area .menu-content .menu-wrapper .main-menu ul li .search-wrap .dropdown .dropdown-toggle:after {
        display: none
    }

    .header-menu-area .menu-content .menu-wrapper .main-menu ul li .search-wrap .dropdown .dropdown-toggle[aria-expanded=true] i:before {
        content: "\f00d"
    }

.header-menu-area .menu-content .menu-wrapper .main-menu ul li .search-wrap .dropdown .dropdown-menu {
    left: auto !important;
    right: -28px;
    min-width: 400px;
    padding: 20px;
    margin-top: 30px;
    border-color: rgba(127,136,151,0.2)
}

@media(max-width:1280px) {
    .header-menu-area .menu-content .menu-wrapper .main-menu ul li .search-wrap .dropdown .dropdown-menu {
        right: -120px
    }
}

.header-menu-area .menu-content .menu-wrapper .main-menu ul li .search-wrap .dropdown .dropdown-menu .contact-form-action form .form-group {
    margin-bottom: 0
}

    .header-menu-area .menu-content .menu-wrapper .main-menu ul li .search-wrap .dropdown .dropdown-menu .contact-form-action form .form-group .form-control {
        padding-left: 20px
    }

.header-menu-area .menu-content .menu-wrapper .main-menu ul li .search-wrap .dropdown .dropdown-menu:after {
    position: absolute;
    content: '';
    right: 27px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-top: 1px solid rgba(127,136,151,0.2);
    border-left: 1px solid rgba(127,136,151,0.2);
    top: -6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media(max-width:400px) {
    .header-menu-area .menu-content .menu-wrapper .main-menu ul li .search-wrap .dropdown .dropdown-menu:after {
        right: 100px
    }
}

.header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .dropdown-toggle {
    background-color: transparent;
    padding: 0;
    border: 0;
    line-height: inherit;
    color: #2e3d62;
    outline: 0
}

    .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .dropdown-toggle .cart-count {
        position: absolute;
        top: -10px;
        right: -14px;
        color: #fff;
        width: 20px;
        height: 20px;
        line-height: 21px;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        background-color: #1E4CA0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }

    .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .dropdown-toggle:focus {
        -webkit-box-shadow: 0 0;
        -moz-box-shadow: 0 0;
        box-shadow: 0 0
    }

    .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .dropdown-toggle:after {
        display: none
    }

.header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .dropdown-menu {
    left: auto !important;
    right: -28px;
    padding: 0;
    margin-top: 15px;
    min-width: 300px;
    border-color: rgba(127,136,151,0.2)
}

@media(max-width:1280px) {
    .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .dropdown-menu {
        right: -70px
    }
}

.header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .dropdown-menu:after {
    position: absolute;
    content: '';
    right: 27px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-top: 1px solid rgba(127,136,151,0.2);
    border-left: 1px solid rgba(127,136,151,0.2);
    top: -6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media(max-width:400px) {
    .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .dropdown-menu:after {
        right: 100px
    }
}

.header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-title {
    text-transform: capitalize;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(127,136,151,0.2)
}

    .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-title h4 {
        font-size: 20px;
        font-weight: 600
    }

.header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items {
    padding: 20px
}

    .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items .items {
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        position: relative
    }

        .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items .items img {
            width: 50px;
            height: 55px;
            float: left;
            margin-right: 10px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px
        }

        .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items .items .item__info {
            margin-left: 60px
        }

            .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items .items .item__info a {
                display: block;
                color: #2e3d62;
                font-weight: 500;
                text-transform: capitalize;
                padding-bottom: 0;
                margin-right: 60px
            }

                .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items .items .item__info a:hover {
                    color: #1E4CA0
                }

                .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items .items .item__info a:after {
                    display: none
                }

            .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items .items .item__info .item__info-price {
                color: #7f8897;
                font-size: 14px;
                font-weight: 600
            }

        .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items .items .item__remove {
            position: absolute;
            right: 0;
            top: 0;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 1px solid rgba(127,136,151,0.2);
            padding: 0
        }

            .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items .items .item__remove:hover {
                color: #fff;
                background-color: #1E4CA0;
                border-color: transparent
            }

            .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items .items .item__remove:after {
                display: none
            }

    .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items .items2 {
        margin-top: 20px
    }

    .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items .cart-info {
        text-align: right
    }

        .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items .cart-info p {
            margin-top: 15px;
            margin-bottom: 15px;
            color: #7f8897;
            font-size: 16px;
            font-weight: 600
        }

            .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items .cart-info p span {
                font-weight: 700;
                color: #2e3d62
            }

        .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items .cart-info .theme-btn {
            padding: 0 20px;
            line-height: 40px;
            color: #fff;
            text-transform: capitalize
        }

            .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items .cart-info .theme-btn:after {
                display: none
            }

        .header-menu-area .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items .cart-info .checkout__btn {
            margin-left: 10px;
            background-color: #17a2b8
        }

.header-menu-area .menu-content .menu-wrapper .main-menu ul li:hover .dropdown-menu-item {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: 58px;
    opacity: 1;
    visibility: visible
}

@media(max-width:1199px) {
    .header-menu-area .menu-content .menu-wrapper .logo-right-button ul {
        display: none
    }
}

.header-menu-area .menu-content .menu-wrapper .logo-right-button .side-menu-open {
    width: 50px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    position: relative;
    z-index: 1;
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.2)
}

@media(max-width:1199px) {
    .header-menu-area .menu-content .menu-wrapper .logo-right-button .side-menu-open {
        display: block
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-menu-area .menu-content .menu-wrapper .logo-right-button .side-menu-open {
        margin-top: -60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-menu-area .menu-content .menu-wrapper .logo-right-button .side-menu-open {
        margin-top: -60px
    }
}

@media(max-width:425px) {
    .header-menu-area .menu-content .menu-wrapper .logo-right-button .side-menu-open {
        margin-top: -40px
    }
}

.header-menu-area .menu-content .menu-wrapper .logo-right-button .side-menu-open .menu__bar {
    height: 2px;
    background-color: white;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .header-menu-area .menu-content .menu-wrapper .logo-right-button .side-menu-open .menu__bar:nth-child(1), .header-menu-area .menu-content .menu-wrapper .logo-right-button .side-menu-open .menu__bar:nth-child(2) {
        margin-bottom: 5px
    }

    .header-menu-area .menu-content .menu-wrapper .logo-right-button .side-menu-open .menu__bar:nth-child(2) {
        margin-left: 5px
    }

.header-menu-area .menu-content .menu-wrapper .logo-right-button .side-menu-open:hover .menu__bar:nth-child(2) {
    margin-left: 0;
    margin-right: 5px
}

.header-menu-area .side-nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background-color: #2e3d62;
    overflow-x: hidden;
    z-index: 999;
    -webkit-transition: all .4s cubic-bezier(0.7,0,0.2,1);
    -moz-transition: all .4s cubic-bezier(0.7,0,0.2,1);
    -ms-transition: all .4s cubic-bezier(0.7,0,0.2,1);
    -o-transition: all .4s cubic-bezier(0.7,0,0.2,1);
    transition: all .4s cubic-bezier(0.7,0,0.2,1);
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

    .header-menu-area .side-nav-container .humburger-menu .humburger-menu-lines {
        display: inline-block;
        text-align: right;
        width: 22px;
        height: 22px;
        cursor: pointer;
        position: absolute;
        top: 25px;
        right: 18px;
        opacity: .5
    }

        .header-menu-area .side-nav-container .humburger-menu .humburger-menu-lines:before, .header-menu-area .side-nav-container .humburger-menu .humburger-menu-lines:after {
            position: absolute;
            content: '';
            height: 2px;
            width: 100%;
            top: 10px;
            left: 0;
            background-color: #fff;
            -webkit-transform: rotate(-43deg);
            -moz-transform: rotate(-43deg);
            -ms-transform: rotate(-43deg);
            -o-transform: rotate(-43deg);
            transform: rotate(-43deg);
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

        .header-menu-area .side-nav-container .humburger-menu .humburger-menu-lines:after {
            -webkit-transform: rotate(43deg);
            -moz-transform: rotate(43deg);
            -ms-transform: rotate(43deg);
            -o-transform: rotate(43deg);
            transform: rotate(43deg)
        }

        .header-menu-area .side-nav-container .humburger-menu .humburger-menu-lines:hover:before, .header-menu-area .side-nav-container .humburger-menu .humburger-menu-lines:hover:after {
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0)
        }

    .header-menu-area .side-nav-container .side-menu-wrap {
        margin-top: 100px
    }

        .header-menu-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item {
            position: relative;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

            .header-menu-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item a {
                color: #fff;
                text-transform: uppercase;
                display: block;
                padding: 14px 20px;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                font-weight: 500
            }

            .header-menu-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon {
                position: absolute;
                top: 0;
                right: 0;
                width: 50px;
                height: 50px;
                line-height: 50px;
                cursor: pointer;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s
            }

                .header-menu-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:before, .header-menu-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:after {
                    position: absolute;
                    top: 24px;
                    right: 20px;
                    content: '';
                    width: 11px;
                    height: 2px;
                    background-color: #fff;
                    -webkit-transform: rotate(-90deg);
                    -moz-transform: rotate(-90deg);
                    -ms-transform: rotate(-90deg);
                    -o-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    -ms-transition: all .3s;
                    -o-transition: all .3s;
                    transition: all .3s
                }

                .header-menu-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:after {
                    -webkit-transform: rotate(0);
                    -moz-transform: rotate(0);
                    -ms-transform: rotate(0);
                    -o-transform: rotate(0);
                    transform: rotate(0)
                }

                .header-menu-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:hover {
                    background-color: rgba(255,255,255,0.1)
                }

            .header-menu-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu {
                display: none
            }

                .header-menu-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li {
                    border-bottom: 1px solid rgba(255,255,255,0.12)
                }

                    .header-menu-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li:first-child {
                        border-top: 1px solid rgba(255,255,255,0.12)
                    }

                    .header-menu-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li a {
                        padding-left: 30px;
                        padding-top: 12px;
                        padding-bottom: 12px;
                        position: relative;
                        text-transform: capitalize;
                        color: rgba(255,255,255,0.7)
                    }

                        .header-menu-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li a .la {
                            margin-right: 8px;
                            width: 33px;
                            height: 33px;
                            line-height: 33px;
                            text-align: center;
                            -webkit-border-radius: 50%;
                            -moz-border-radius: 50%;
                            border-radius: 50%;
                            background-color: rgba(255,255,255,0.1);
                            -webkit-transition: all .3s;
                            -moz-transition: all .3s;
                            -ms-transition: all .3s;
                            -o-transition: all .3s;
                            transition: all .3s
                        }

                        .header-menu-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li a:hover {
                            color: #fff;
                            padding-left: 35px
                        }

                            .header-menu-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li a:hover span {
                                background-color: #fff;
                                color: #2e3d62
                            }

            .header-menu-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item:after {
                position: absolute;
                content: '';
                bottom: 0;
                left: 0;
                width: 100%;
                height: 1px;
                background-color: rgba(255,255,255,0.12)
            }

            .header-menu-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item:hover > a {
                background-color: rgba(255,255,255,0.12)
            }

            .header-menu-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item.active .menu-plus-icon:before {
                -webkit-transform: rotate(0);
                -moz-transform: rotate(0);
                -ms-transform: rotate(0);
                -o-transform: rotate(0);
                transform: rotate(0)
            }

    .header-menu-area .side-nav-container .side-btn-box {
        text-align: center;
        margin-top: 40px
    }

        .header-menu-area .side-nav-container .side-btn-box .theme-btn {
            background-color: #fff;
            color: #2e3d62
        }

            .header-menu-area .side-nav-container .side-btn-box .theme-btn:hover {
                background-color: #1E4CA0;
                color: #fff
            }

    .header-menu-area .side-nav-container.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

.header-menu-area.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);

}

.header-menu-area2 .menu-content .menu-wrapper .main-menu ul li a, .header-menu-area3 .menu-content .menu-wrapper .main-menu ul li a {
    color: #fff
}

.header-menu-area2 .menu-content .menu-wrapper .main-menu ul li .search-wrap .dropdown .dropdown-toggle, .header-menu-area2 .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .dropdown-toggle, .header-menu-area3 .menu-content .menu-wrapper .main-menu ul li .search-wrap .dropdown .dropdown-toggle, .header-menu-area3 .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .dropdown-toggle {
    color: #fff
}

    .header-menu-area2 .menu-content .menu-wrapper .main-menu ul li .search-wrap .dropdown .dropdown-toggle .cart-count, .header-menu-area2 .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .dropdown-toggle .cart-count, .header-menu-area3 .menu-content .menu-wrapper .main-menu ul li .search-wrap .dropdown .dropdown-toggle .cart-count, .header-menu-area3 .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .dropdown-toggle .cart-count {
        background-color: #fff;
        color: #1E4CA0
    }

.header-menu-area2 .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items .items .item__remove, .header-menu-area3 .menu-content .menu-wrapper .main-menu ul li .cart-wrap .dropdown .cart-items .items .item__remove {
    color: #2e3d62
}

.header-menu-area2 .menu-content .menu-wrapper .logo-right-button ul li .theme-btn, .header-menu-area3 .menu-content .menu-wrapper .logo-right-button ul li .theme-btn {
    background-color: #fff;
    color: #2e3d62
}

    .header-menu-area2 .menu-content .menu-wrapper .logo-right-button ul li .theme-btn:hover, .header-menu-area3 .menu-content .menu-wrapper .logo-right-button ul li .theme-btn:hover {
        background-color: #1E4CA0;
        color: #fff
    }

.header-menu-area2 .menu-content .menu-wrapper .logo-right-button .side-menu-open, .header-menu-area3 .menu-content .menu-wrapper .logo-right-button .side-menu-open {
    border-color: rgba(255,255,255,0.2)
}

    .header-menu-area2 .menu-content .menu-wrapper .logo-right-button .side-menu-open .menu__bar, .header-menu-area3 .menu-content .menu-wrapper .logo-right-button .side-menu-open .menu__bar {
        background-color: #fff
    }

.header-menu-area2.header-fixed, .header-menu-area3.header-fixed {
    background-color: #2e3d62
}

.header-menu-area3 .menu-content .menu-wrapper .main-menu {
    margin-right: auto
}

    .header-menu-area3 .menu-content .menu-wrapper .main-menu ul li a:after {
        background-color: #fff
    }

    .header-menu-area3 .menu-content .menu-wrapper .main-menu ul li a:hover {
        color: #fff
    }

@media(max-width:1280px) {
    .header-menu-area3 .menu-content .menu-wrapper .main-menu ul li .mega-menu {
        left: -600px
    }
}

.header-menu-area3:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: .1
}

.header-menu-area3.header-fixed {
    background-color: #2e3d62
}

.header-menu-area4 .header-top {
    border-bottom: 1px solid rgba(127,136,151,0.1);
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #0046AD;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-menu-area4 .header-top {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-menu-area4 .header-top {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .header-menu-area4 .header-top {
        display: none
    }
}

.header-menu-area4 .header-top .header-top-info .info-list li {
    display: inline-block;
    margin-right: 10px
}

    .header-menu-area4 .header-top .header-top-info .info-list li i {
        width: 30px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid rgba(127,136,151,0.2);
        margin-right: 5px;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }

    .header-menu-area4 .header-top .header-top-info .info-list li:last-child {
        margin-right: 0
    }

    .header-menu-area4 .header-top .header-top-info .info-list li a {
        color: white;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

        .header-menu-area4 .header-top .header-top-info .info-list li a:hover {
            color: white
        }

    .header-menu-area4 .header-top .header-top-info .info-list li:hover i {
        background-color: #1E4CA0;
        color: #fff;
        border-color: #1E4CA0
    }

.header-menu-area4 .header-top .header-left-info {
    padding-top: 7px
}

.header-menu-area4 .header-top .header-right-info {
    text-align: right
}

    .header-menu-area4 .header-top .header-right-info .info-list li {
        margin-right: 3px
    }

        .header-menu-area4 .header-top .header-right-info .info-list li i {
            margin-right: 0;
            width: 33px;
            font-size: 14px;
            height: 33px;
            line-height: 33px
        }

        .header-menu-area4 .header-top .header-right-info .info-list li .theme-btn {
            color: #fff;
            line-height: 45px;
            padding-left: 25px;
            padding-right: 45px
        }

            .header-menu-area4 .header-top .header-right-info .info-list li .theme-btn .la-caret-right {
                right: 20px
            }

            .header-menu-area4 .header-top .header-right-info .info-list li .theme-btn:hover {
                color: #fff
            }

        .header-menu-area4 .header-top .header-right-info .info-list li:last-child {
            margin-left: 15px
        }



.header-menu-area4 .menu-content .menu-wrapper .main-menu ul li .mega-menu {
    left: -740px
}

.header-menu-area4 .menu-content .menu-wrapper .main-menu ul li .search-wrap .dropdown .dropdown-toggle {
    border: 1px solid rgba(127,136,151,0.2);
    margin-top: -8px;
    padding: 6px 12px
}

div.worldwide a:after {
    content: '';
    background: url(../images/ww_map.png) no-repeat;
    width: 39px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

div.worldwide {
    margin-top: -30px;
    margin-bottom: 5px;
}

div.worldwide a {
    color: white;
    font-size: 8pt;

}

@media(max-width:1600px) {
    .header-menu-area4 .menu-content .menu-wrapper .main-menu ul li .search-wrap .dropdown .dropdown-menu {
        right: -160px
    }
}

@media(max-width:1440px) {
    .header-menu-area4 .menu-content .menu-wrapper .main-menu ul li .search-wrap .dropdown .dropdown-menu {
        right: -184px
    }
}

.header-menu-area4.header-fixed {
    background-color: transparent
}

    .header-menu-area4.header-fixed .header-top {
        display: none
    }

    .header-menu-area4.header-fixed .header-menu-fluid {
.header-menu-area .menu-content .logo-box
    }

@media(max-width:1440px) {
    .header-menu-area4.header-fixed .menu-content .menu-wrapper .main-menu ul li .search-wrap .dropdown .dropdown-menu {
        right: -257px
    }
}

.header-menu-area5 {
    background-color: #fff
}

.banner-area {
    position: relative;
    overflow: hidden
}

    .banner-area .banner-svg {
        position: absolute;
        top: 0;
        left: 0;
        fill: #f7f9fb;
        height: 112%
    }

    .banner-area .banner-item-wrap {
        position: relative;
        background-position: center center;
        background-size: cover;
        padding-top: 180px;
        padding-bottom: 120px;
        z-index: 2
    }

@media only screen and (min-width:480px) and (max-width:767px) {
    .banner-area .banner-item-wrap {
        padding-top: 200px;
        padding-bottom: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .banner-area .banner-item-wrap {
        padding-top: 200px;
        padding-bottom: 50px
    }
}

.banner-area .banner-item-wrap .banner-item-table {
    display: table;
    width: 100%;
    height: 100%
}

    .banner-area .banner-item-wrap .banner-item-table .banner-item-tablecell {
        display: table-cell;
        vertical-align: middle
    }

.banner-area .banner-item-wrap .banner-content {
    position: relative;
    z-index: 2
}

    .banner-area .banner-item-wrap .banner-content .section-heading .section__meta {
        letter-spacing: 4px;
        color: #2e3d62;
        background-color: rgba(46,61,98,0.1);
        padding: 4px 14px;
        margin-bottom: 25px
    }

    .banner-area .banner-item-wrap .banner-content .section-heading .section__title {
        font-size: 60px;
        line-height: 70px;
        font-weight: 700;
        margin-bottom: 44px
    }

@media only screen and (min-width:480px) and (max-width:767px) {
    .banner-area .banner-item-wrap .banner-content .section-heading .section__title {
        font-size: 50px;
        line-height: 60px
    }
}

@media(max-width:575px) {
    .banner-area .banner-item-wrap .banner-content .section-heading .section__title {
        font-size: 45px;
        line-height: 55px
    }
}

@media(max-width:425px) {
    .banner-area .banner-item-wrap .banner-content .section-heading .section__title {
        font-size: 40px;
        line-height: 50px
    }
}

@media(max-width:375px) {
    .banner-area .banner-item-wrap .banner-content .section-heading .section__title br {
        display: none
    }
}

.banner-area .banner-item-wrap .banner-content .section-description .section__desc {
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 35px
}

@media(max-width:575px) {
    .banner-area .banner-item-wrap .banner-content .section-description .section__desc {
        font-size: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-area .banner-item-wrap .banner-content .section-description .section__desc br {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .banner-area .banner-item-wrap .banner-content .section-description .section__desc br {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .banner-area .banner-item-wrap .banner-content .section-description .section__desc br {
        display: none
    }
}

@media(max-width:425px) {
    .banner-area .banner-item-wrap .banner-content .btn-box a {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.home-page-2 .banner-item-wrap {
    padding: 0
}

.home-page-2 .single-slide-item {
    position: relative;
    background-position: center center;
    background-size: cover;
    color: #fff;
    z-index: 2;
    padding-top: 290px;
    padding-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .home-page-2 .single-slide-item {
        padding-top: 230px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .home-page-2 .single-slide-item {
        padding-top: 230px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .home-page-2 .single-slide-item {
        padding-top: 230px
    }
}

.home-page-2 .single-slide-item .banner-number {
    position: absolute;
    left: 50%;
    bottom: 55px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 100px;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,0.1)
}

.home-page-2 .single-slide-item .banner-content .section-heading .section__meta {
    color: #fff;
    margin-bottom: 20px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

.home-page-2 .single-slide-item .banner-content .section-heading .section__title {
    color: #fff;
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 25px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .home-page-2 .single-slide-item .banner-content .section-heading .section__title {
        font-size: 50px;
        line-height: 65px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .home-page-2 .single-slide-item .banner-content .section-heading .section__title {
        font-size: 50px;
        line-height: 65px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .home-page-2 .single-slide-item .banner-content .section-heading .section__title {
        font-size: 50px;
        line-height: 65px
    }
}

@media(max-width:320px) {
    .home-page-2 .single-slide-item .banner-content .section-heading .section__title {
        font-size: 40px;
        line-height: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .home-page-2 .single-slide-item .banner-content .section-heading .section__title br {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .home-page-2 .single-slide-item .banner-content .section-heading .section__title br {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .home-page-2 .single-slide-item .banner-content .section-heading .section__title br {
        display: none
    }
}

.home-page-2 .single-slide-item .banner-content .section-description .section__desc {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

.home-page-2 .single-slide-item .banner-content .btn-box {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

    .home-page-2 .single-slide-item .banner-content .btn-box .theme-btn:nth-child(1) {
        margin-right: 15px
    }

@media only screen and (min-width:320px) and (max-width:479px) {
    .home-page-2 .single-slide-item .banner-content .btn-box .theme-btn:nth-child(1) {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.home-page-2 .single-slide-item .banner-content .btn-box .theme-btn:nth-child(2) {
    background-color: #fff;
    color: #2e3d62
}

    .home-page-2 .single-slide-item .banner-content .btn-box .theme-btn:nth-child(2):hover {
        color: #fff;
        background-color: #17a2b8
    }

.home-page-2 .single-slide-item:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #2e3d62;
    opacity: .90;
    content: "";
    z-index: -1
}

.home-page-2 .single-slide-item1 {
    background-image: url(../images/slider-img.jpg)
}

@media(max-width:320px) {
    .home-page-2 .single-slide-item1 .banner-content {
        text-align: center
    }
}

.home-page-2 .single-slide-item2 {
    background-image: url(../images/slider-img2.jpg)
}

    .home-page-2 .single-slide-item2 .banner-content {
        text-align: right
    }

        .home-page-2 .single-slide-item2 .banner-content .btn-box {
            -ms-flex-pack: end;
            justify-content: flex-end
        }

.home-page-2 .single-slide-item3 {
    background-image: url(../images/slider-img3.jpg)
}

    .home-page-2 .single-slide-item3 .banner-content {
        text-align: right
    }

@media(max-width:320px) {
    .home-page-2 .single-slide-item3 .banner-content {
        text-align: center
    }
}

.home-page-2 .single-slide-item4 {
    background-image: url(../images/slider-img4.jpg)
}

    .home-page-2 .single-slide-item4 .banner-content {
        text-align: right
    }

@media(max-width:320px) {
    .home-page-2 .single-slide-item4 .banner-content {
        text-align: center
    }
}


.home-page-2 .single-slide-item3 .banner-content .btn-box {
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media(max-width:320px) {
    .home-page-2 .single-slide-item3 .banner-content .btn-box {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.home-page-2 .single-slide-item4 .banner-content .btn-box {
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media(max-width:320px) {
    .home-page-2 .single-slide-item4 .banner-content .btn-box {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.home-page-2 .owl-nav div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    font-size: 26px;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.1);
    line-height: 55px;
    text-align: center;
    color: rgba(255,255,255,0.3);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden
}

    .home-page-2 .owl-nav div:hover {
        background-color: #fff;
        color: #2e3d62
    }

    .home-page-2 .owl-nav div.owl-next {
        left: auto;
        right: 0
    }

.home-page-2:hover .owl-nav div {
    opacity: 1;
    visibility: visible
}

    .home-page-2:hover .owl-nav div.owl-prev {
        left: 20px
    }

    .home-page-2:hover .owl-nav div.owl-next {
        right: 20px
    }

.homepage-slide1 .active .section__meta, .homepage-slide1 .active .section__title, .homepage-slide1 .active .section__desc, .homepage-slide1 .active .btn-box {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    opacity: 1
}

.homepage-slide1 .active .section__title {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.homepage-slide1 .active .section__desc {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.homepage-slide1 .active .btn-box {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.banner-action-wrap {
    padding-top: 205px;
    padding-bottom: 30px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .banner-action-wrap {
        padding-top: 165px;
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .banner-action-wrap {
        padding-top: 165px;
        text-align: center
    }
}

.banner-action-wrap .banner-action ul li {
    display: inline-block;
    margin-right: 15px;
    color: #fff
}

    .banner-action-wrap .banner-action ul li:last-child {
        margin-right: 0
    }

    .banner-action-wrap .banner-action ul li a {
        color: #fff;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

        .banner-action-wrap .banner-action ul li a:hover {
            opacity: .4
        }

.banner-action-wrap .banner-action-right {
    text-align: right
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .banner-action-wrap .banner-action-right {
        text-align: center;
        margin-top: 10px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .banner-action-wrap .banner-action-right {
        text-align: center;
        margin-top: 10px
    }
}

.home-page-3 {
    background: #e96443;
    background: -webkit-linear-gradient(to right,#904e95,#e96443);
    background: linear-gradient(to right,#904e95,#e96443);
    z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .home-page-3 .banner-item-wrap .banner-content {
        margin-bottom: 80px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .home-page-3 .banner-item-wrap .banner-content {
        margin-bottom: 80px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .home-page-3 .banner-item-wrap .banner-content {
        margin-bottom: 80px
    }
}

.home-page-3 .banner-item-wrap .banner-content .section-heading .section__meta {
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    position: relative;
    padding-left: 35px
}

@media(max-width:375px) {
    .home-page-3 .banner-item-wrap .banner-content .section-heading .section__meta {
        letter-spacing: 3px
    }
}

.home-page-3 .banner-item-wrap .banner-content .section-heading .section__meta .section-dot {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 3px;
    background-color: #1E4CA0;
    border-color: #fff;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home-page-3 .banner-item-wrap .banner-content .section-heading .section__title {
    color: #fff;
    font-size: 60px;
    line-height: 75px
}

@media(max-width:575px) {
    .home-page-3 .banner-item-wrap .banner-content .section-heading .section__title {
        font-size: 45px;
        line-height: 55px
    }
}

@media(max-width:425px) {
    .home-page-3 .banner-item-wrap .banner-content .section-heading .section__title {
        font-size: 40px;
        line-height: 50px
    }
}

.home-page-3 .banner-item-wrap .banner-content .btn-box {
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .home-page-3 .banner-item-wrap .banner-content .btn-box .theme-btn {
        background-color: #fff;
        color: #2e3d62
    }

        .home-page-3 .banner-item-wrap .banner-content .btn-box .theme-btn:hover {
            background-color: #1E4CA0;
            color: #fff
        }

    .home-page-3 .banner-item-wrap .banner-content .btn-box .video-play-btn {
        color: #fff
    }

        .home-page-3 .banner-item-wrap .banner-content .btn-box .video-play-btn .la-play {
            background-color: #1E4CA0;
            color: #fff
        }

        .home-page-3 .banner-item-wrap .banner-content .btn-box .video-play-btn:hover {
            color: #fff
        }

.home-page-3 .banner-item-wrap .banner-img-content {
    margin-top: -40px;
    z-index: 2
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .home-page-3 .banner-item-wrap .banner-img-content {
        margin-top: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .home-page-3 .banner-item-wrap .banner-img-content {
        margin-top: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .home-page-3 .banner-item-wrap .banner-img-content {
        margin-top: 0
    }
}

.home-page-3 .banner-item-wrap .banner-img-content img {
    width: 100%
}

.home-page-3:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg-line-shape.png");
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: .4
}

.home-page-3 .text-outline {
    position: absolute;
    bottom: 85px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,0.1);
    -ms-text-stroke-color: rgba(255,255,255,0.1);
    -o-text-stroke-color: rgba(255,255,255,0.1);
    color: transparent;
    font-size: 350px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: -0.01em;
    z-index: 1
}

.home-page-4 .banner-item-wrap {
    background-image: url("../images/banner-img.jpg");
    padding-top: 340px;
    padding-bottom: 200px
}

@media(max-width:480px) {
    .home-page-4 .banner-item-wrap {
        padding-top: 250px
    }
}

.home-page-4 .banner-item-wrap .line-bg {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

    .home-page-4 .banner-item-wrap .line-bg:before {
        display: none
    }

.home-page-4 .banner-item-wrap .banner-content .section-heading .section-icon:before {
    color: rgba(255,255,255,0.5);
    left: 0
}

.home-page-4 .banner-item-wrap .banner-content .section-heading .section-icon:after {
    color: rgba(255,255,255,0.4);
    right: 8px
}

.home-page-4 .banner-item-wrap .banner-content .section-heading .section__title {
    color: #fff;
    margin-bottom: 20px
}

.home-page-4 .banner-item-wrap .banner-content .section-description .section__desc {
    color: #fff;
    font-size: 20px
}

.home-page-4 .banner-item-wrap .banner-content .btn-box {
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media(max-width:425px) {
    .home-page-4 .banner-item-wrap .banner-content .btn-box {
        width: 210px;
        text-align: left
    }
}

.home-page-4 .banner-item-wrap .banner-content .btn-box .contact-number {
    color: #fff;
    margin-left: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px
}

@media(max-width:425px) {
    .home-page-4 .banner-item-wrap .banner-content .btn-box .contact-number {
        margin-left: 0;
        margin-top: 20px;
        display: inline-block
    }
}

.home-page-4 .banner-item-wrap .banner-content .btn-box .contact-number span {
    font-weight: 500
}

.home-page-4 .banner-item-wrap .preview-video {
    position: absolute;
    bottom: 60px;
    right: 80px;
    text-align: center
}

.home-page-4 .banner-item-wrap:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2e3d62;
    opacity: .8;
    z-index: -1
}

.home-page-5 .banner-item-wrap {
    padding-top: 0;
    padding-bottom: 0
}

.home-page-5 .slider-circle-shape {
    width: 600px;
    height: 600px;
    position: absolute;
    display: block;
    border: 100px dotted rgba(255,255,255,0.5);
    opacity: .1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1
}

.home-page-5 .slider-circle-shape1 {
    top: -200px;
    left: -230px;
    border: 100px dashed rgba(255,255,255,0.5)
}

.home-page-5 .slider-circle-shape2 {
    bottom: -210px;
    right: -210px
}

.home-page-5 .slider-circle-shape1, .home-page-5 .slider-circle-shape2 {
    animation: spinme 11000ms infinite linear
}

.home-page-5 .single-slide-item {
    position: relative;
    background-position: center;
    background-size: cover;
    color: #fff;
    z-index: 2;
    padding-top: 350px;
    overflow: hidden
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .home-page-5 .single-slide-item {
        padding-top: 250px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .home-page-5 .single-slide-item {
        padding-top: 250px
    }
}

.home-page-5 .single-slide-item .banner-content .section-heading .section__meta {
    font-weight: 500;
    margin-bottom: 20px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    color: #fff
}

.home-page-5 .single-slide-item .banner-content .section-heading .section__title {
    color: #fff;
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 25px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

@media(max-width:575px) {
    .home-page-5 .single-slide-item .banner-content .section-heading .section__title {
        font-size: 45px;
        line-height: 55px
    }
}

@media(max-width:425px) {
    .home-page-5 .single-slide-item .banner-content .section-heading .section__title {
        font-size: 40px;
        line-height: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .home-page-5 .single-slide-item .banner-content .section-heading .section__title br {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .home-page-5 .single-slide-item .banner-content .section-heading .section__title br {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .home-page-5 .single-slide-item .banner-content .section-heading .section__title br {
        display: none
    }
}

.home-page-5 .single-slide-item .section-description .section__desc {
    margin-left: auto;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

.home-page-5 .single-slide-item .btn-box {
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

    .home-page-5 .single-slide-item .btn-box .theme-btn:nth-child(1) {
        margin-right: 15px
    }

@media(max-width:375px) {
    .home-page-5 .single-slide-item .btn-box .theme-btn:nth-child(1) {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.home-page-5 .single-slide-item .btn-box .theme-btn:nth-child(2) {
    background-color: #fff;
    color: #2e3d62
}

    .home-page-5 .single-slide-item .btn-box .theme-btn:nth-child(2):hover {
        color: #fff;
        background-color: #4be6b8
    }

.home-page-5 .single-slide-item:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #2e3d62;
    opacity: .7;
    content: ""
}

.home-page-5 .single-slide-item2 {
    text-align: left !important
}

@media(max-width:320px) {
    .home-page-5 .single-slide-item2 {
        text-align: center !important
    }
}

.home-page-5 .single-slide-item2 .banner-content .btn-box {
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media(max-width:320px) {
    .home-page-5 .single-slide-item2 .banner-content .btn-box {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.home-page-5 .slider-img-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.home-page-5 .slider-img-bg1 {
    background-image: url("../images/slider-img4.jpg")
}

.home-page-5 .slider-img-bg2 {
    background-image: url("../images/slider-img5.jpg")
}

.home-page-5 .slider-img-bg3 {
    background-image: url("../images/slider-img3.jpg")
}

.home-page-5 .owl-nav {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:480px) {
    .home-page-5 .owl-nav {
        display: none
    }
}

.home-page-5 .owl-nav div {
    font-size: 26px;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 55px;
    color: rgba(255,255,255,0.3);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 8px 0
}

    .home-page-5 .owl-nav div.owl-next, .home-page-5 .owl-nav div:hover {
        background-color: #fff;
        color: #2e3d62
    }

.home-page-5 .homepage-slide2 .active .single-slide-item .slider-img-bg {
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
    -webkit-transition: all 7000ms linear;
    -moz-transition: all 7000ms linear;
    -ms-transition: all 7000ms linear;
    -o-transition: all 7000ms linear;
    transition: all 7000ms linear
}

.home-page-5 .homepage-slide2 .active .section__meta, .home-page-5 .homepage-slide2 .active .section__title, .home-page-5 .homepage-slide2 .active .section__desc, .home-page-5 .homepage-slide2 .active .btn-box {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    opacity: 1
}

.home-page-5 .homepage-slide2 .active .section__title {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.home-page-5 .homepage-slide2 .active .section__desc {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.home-page-5 .homepage-slide2 .active .btn-box {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.info-contact-box {
    margin-top: 200px;
    background: #7f8897;
    background: -webkit-linear-gradient(to right,#7f8897,#a3b0ba);
    background: linear-gradient(to right,#7f8897,#a3b0ba);
    text-align: left;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .info-contact-box {
        margin-top: 140px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .info-contact-box {
        margin-top: 140px
    }
}

.info-contact-box .banner-contact-list .banner-contact-item {
    border-right: 1px solid rgba(255,255,255,0.1);
    padding: 50px 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .info-contact-box .banner-contact-list .banner-contact-item {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .info-contact-box .banner-contact-list .banner-contact-item {
        padding-top: 30px;
        padding-bottom: 30px;
        border-right: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .info-contact-box .banner-contact-list .banner-contact-item {
        padding-top: 30px;
        padding-bottom: 30px;
        border-right: 0
    }
}

.info-contact-box .banner-contact-list .banner-contact-item span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(255,255,255,0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 28px;
    float: left;
    margin-right: 20px;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .info-contact-box .banner-contact-list .banner-contact-item span:after {
        position: absolute;
        content: '';
        right: -6px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid rgba(255,255,255,0.1);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

.info-contact-box .banner-contact-list .banner-contact-item .banner-contact__title {
    color: #fff;
    font-size: 22px;
    padding-top: 3px;
    padding-bottom: 3px
}

.info-contact-box .banner-contact-list .banner-contact-item .banner-contact__text {
    color: rgba(255,255,255,0.7)
}

    .info-contact-box .banner-contact-list .banner-contact-item .banner-contact__text a {
        color: rgba(255,255,255,0.7)
    }

.info-contact-box .banner-contact-list .banner-contact-item:hover span {
    background-color: #fff;
    color: #2e3d62
}

    .info-contact-box .banner-contact-list .banner-contact-item:hover span:after {
        border-left-color: #fff
    }

.info-contact-box .banner-contact-list .col-lg-4:last-child .banner-contact-item {
    border-right: 0
}

.shop-home-page .single-slide-item {
    padding-top: 330px;
    padding-bottom: 202px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .shop-home-page .single-slide-item {
        padding-top: 250px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .shop-home-page .single-slide-item {
        padding-top: 250px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .shop-home-page .single-slide-item {
        padding-top: 250px
    }
}

.shop-home-page .single-slide-item .banner-number {
    -webkit-text-stroke-color: #fff
}

.shop-home-page .single-slide-item:after {
    opacity: .4
}

.shop-home-page .single-slide-item1 {
    background-image: url("../images/slider-img6.jpg")
}

.shop-home-page .single-slide-item2 {
    background-image: url("../images/slider-img7.jpg")
}

.shop-home-page .single-slide-item3 {
    background-image: url("../images/slider-img8.jpg")
}

.shop-home-page .owl-nav div {
    background-color: #fff;
    color: #2e3d62;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

    .shop-home-page .owl-nav div:hover {
        background-color: #1E4CA0;
        color: #fff
    }

.list-items li {
    margin-bottom: 10px;
    padding-left: 80px;
    position: relative
}

    .list-items li span {
        margin-right: 17px;
        font-size: 50px;
        position: absolute;
        left: 0;
        top: -7px;
        color: #1E4CA0
    }

    .list-items li h3 {
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 24px
    }

    .list-items li p {
        line-height: 28px
    }

    .list-items li + li {
        margin-top: 30px
    }

.image-box {
    position: relative;
    margin-top: 50px;
    margin-left: 30px;
    height: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .image-box {
        margin-left: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .image-box {
        margin-left: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .image-box {
        margin-left: 0
    }
}

.image-box .img__item {
    width: 100%;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .image-box .img__item {
        position: inherit;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .image-box .img__item {
        position: inherit;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .image-box .img__item {
        position: inherit;
        margin-bottom: 30px
    }
}

.image-box .img__item:nth-child(1) {
    top: 0;
    right: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .image-box .img__item:nth-child(1) {
        top: auto;
        right: auto
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .image-box .img__item:nth-child(1) {
        top: auto;
        right: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .image-box .img__item:nth-child(1) {
        top: auto;
        right: auto
    }
}

.image-box .img__item:nth-child(2) {
    top: 0;
    left: 0;
    width: 33%;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .image-box .img__item:nth-child(2) {
        width: 100%;
        top: auto;
        left: auto;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        box-shadow: 0 0 40px rgba(82,85,90,0.1)
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .image-box .img__item:nth-child(2) {
        width: 100%;
        top: auto;
        left: auto;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        box-shadow: 0 0 40px rgba(82,85,90,0.1)
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .image-box .img__item:nth-child(2) {
        width: 100%;
        top: auto;
        left: auto;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        box-shadow: 0 0 40px rgba(82,85,90,0.1)
    }
}

.image-box .img__item:nth-child(3) {
    bottom: 25%;
    right: -60px;
    width: 40%;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0
}

@media(max-width:1280px) {
    .image-box .img__item:nth-child(3) {
        right: -10px
    }
}

@media(max-width:1199px) {
    .image-box .img__item:nth-child(3) {
        bottom: 35%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .image-box .img__item:nth-child(3) {
        width: 100%;
        bottom: auto;
        right: auto;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        box-shadow: 0 0 40px rgba(82,85,90,0.1)
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .image-box .img__item:nth-child(3) {
        width: 100%;
        bottom: auto;
        right: auto;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        box-shadow: 0 0 40px rgba(82,85,90,0.1)
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .image-box .img__item:nth-child(3) {
        width: 100%;
        bottom: auto;
        right: auto;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        box-shadow: 0 0 40px rgba(82,85,90,0.1)
    }
}

.image-box .img__item:nth-child(4) {
    bottom: 15%;
    left: 0;
    width: 33%;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0
}

@media(max-width:1199px) {
    .image-box .img__item:nth-child(4) {
        bottom: 35%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .image-box .img__item:nth-child(4) {
        width: 100%;
        bottom: auto;
        left: auto;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        box-shadow: 0 0 40px rgba(82,85,90,0.1)
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .image-box .img__item:nth-child(4) {
        width: 100%;
        bottom: auto;
        left: auto;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        box-shadow: 0 0 40px rgba(82,85,90,0.1)
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .image-box .img__item:nth-child(4) {
        width: 100%;
        bottom: auto;
        left: auto;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        box-shadow: 0 0 40px rgba(82,85,90,0.1)
    }
}

.about-area {
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area .section-heading .section__title br {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area .section-heading .section__title br {
        display: none
    }
}

.about-area .about-item {
    position: relative;
}

@media only screen and (min-width:991px) {
    .about-area .about-item {
        position: relative;
        min-height: 660px;
        padding-top: 60px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area .image-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area .image-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: center
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area .image-box .img__item {
        width: 280px;
        height: 280px;
        margin: 0 15px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area .image-box .img__item {
        width: 200px;
        height: 200px;
        margin: 0 15px
    }
}

.about-area2 .about-item .list-items {
    padding-right: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area2 .about-item .list-items {
        padding-right: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area2 .about-item .list-items {
        padding-right: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area2 .about-item .list-items {
        padding-right: 0
    }
}

.about-area2 .about-item .list-items li {
    padding-left: 0
}

    .about-area2 .about-item .list-items li span {
        font-size: 28px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(128,92,231,0.1);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

        .about-area2 .about-item .list-items li span:after {
            position: absolute;
            content: '';
            right: -6px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-left: 7px solid rgba(128,92,231,0.1);
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

    .about-area2 .about-item .list-items li h3 {
        padding-top: 7px;
        margin-left: 65px;
        margin-bottom: 25px;
        font-size: 22px
    }

    .about-area2 .about-item .list-items li:hover span {
        background-color: #1E4CA0;
        color: #fff
    }

        .about-area2 .about-item .list-items li:hover span:after {
            border-left-color: #1E4CA0
        }

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area2 .about-item-left {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area2 .about-item-left {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area2 .about-item-left {
        margin-bottom: 60px
    }
}

.about-area2 .video-image-gallery {
    position: relative
}

    .about-area2 .video-image-gallery img {
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .about-area2 .video-image-gallery .preview-video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 1
    }

        .about-area2 .video-image-gallery .preview-video .video-play-btn {
            width: 60px;
            height: 60px;
            line-height: 66px
        }

    .about-area2 .video-image-gallery:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #2e3d62;
        opacity: .7;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .about-area2 .video-image-gallery:before {
        position: absolute;
        content: '';
        right: -32px;
        bottom: -32px;
        background-image: url("../images/dots.png");
        background-size: cover;
        background-position: center;
        width: 225px;
        height: 225px;
        opacity: .2;
        z-index: -1
    }

.performance-area .performance-wrapper {
    margin-bottom: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .performance-area .circle-bar-wrap {
        text-align: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .performance-area .circle-bar-wrap {
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .performance-area .circle-bar-wrap {
        text-align: center
    }
}

.performance-area .circle-bar-wrap .circlechart .circle-chart {
    width: 155px;
    height: 155px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .performance-area .circle-bar-wrap .circlechart .circle-chart {
        width: 200px;
        height: 200px;
        margin-bottom: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .performance-area .circle-bar-wrap .circlechart .circle-chart {
        width: 200px;
        height: 200px;
        margin-bottom: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .performance-area .circle-bar-wrap .circlechart .circle-chart {
        width: 200px;
        height: 200px;
        margin-bottom: 50px
    }
}

.performance-area .chart-box {
    margin-top: 50px;
    margin-left: 50px;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .performance-area .chart-box {
        margin-left: 0;
        margin-top: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .performance-area .chart-box {
        margin-left: 0;
        margin-top: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .performance-area .chart-box {
        margin-left: 0;
        margin-top: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area3 {
        padding-bottom: 150px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area3 {
        padding-bottom: 120px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area3 {
        padding-bottom: 120px
    }
}

.about-area3 .about-item .section-description {
    margin-top: 30px
}

.about-area3 .about-item .list-items {
    margin-bottom: 40px
}

    .about-area3 .about-item .list-items li {
        padding-left: 25px;
        margin-bottom: 15px
    }

        .about-area3 .about-item .list-items li:last-child {
            margin-bottom: 0
        }

        .about-area3 .about-item .list-items li span {
            font-size: 16px;
            margin-right: 0;
            top: 2px
        }

        .about-area3 .about-item .list-items li + li {
            margin-top: 0
        }

.about-area3 .image-box-wrap {
    height: 100%;
    position: relative
}

    .about-area3 .image-box-wrap .company-logo {
        position: absolute;
        top: 40px;
        left: 28px;
        text-transform: uppercase;
        font-size: 50px;
        font-weight: 600;
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgba(127,136,151,0.2)
    }

@media(max-width:1199px) {
    .about-area3 .image-box-wrap .company-logo {
        top: 50px;
        font-size: 35px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area3 .image-box-wrap .company-logo {
        z-index: 2;
        font-size: 40px;
        left: 60px;
        top: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area3 .image-box-wrap .company-logo {
        z-index: 2;
        font-size: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area3 .image-box-wrap .company-logo {
        z-index: 2;
        font-size: 40px
    }
}

.about-area3 .image-box {
    margin-top: 0;
    margin-left: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area3 .image-box {
        margin-top: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area3 .image-box {
        margin-top: 60px;
        display: block
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area3 .image-box {
        margin-top: 60px;
        display: block
    }
}

.about-area3 .image-box .img__item {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area3 .image-box .img__item {
        height: 220px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area3 .image-box .img__item {
        height: auto;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area3 .image-box .img__item {
        height: auto;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 30px
    }
}

.about-area3 .image-box .img__item:nth-child(1) {
    width: 60%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area3 .image-box .img__item:nth-child(1) {
        width: 280px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area3 .image-box .img__item:nth-child(1) {
        width: 100%
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area3 .image-box .img__item:nth-child(1) {
        width: 100%
    }
}

.about-area3 .image-box .img__item:nth-child(2), .about-area3 .image-box .img__item:nth-child(3), .about-area3 .image-box .img__item:nth-child(4) {
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1)
}

.about-area3 .image-box .img__item:nth-child(2) {
    width: 50%;
    top: 100px;
    left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area3 .image-box .img__item:nth-child(2) {
        top: auto;
        left: auto;
        width: 280px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area3 .image-box .img__item:nth-child(2) {
        top: auto;
        left: auto;
        width: 100%
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area3 .image-box .img__item:nth-child(2) {
        top: auto;
        left: auto;
        width: 100%
    }
}

.about-area3 .image-box .img__item:nth-child(3) {
    right: 0;
    bottom: 18%
}

@media(max-width:1199px) {
    .about-area3 .image-box .img__item:nth-child(3) {
        bottom: 43%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area3 .image-box .img__item:nth-child(3) {
        width: 280px;
        right: auto;
        bottom: auto
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area3 .image-box .img__item:nth-child(3) {
        width: 100%;
        right: auto;
        bottom: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area3 .image-box .img__item:nth-child(3) {
        width: 100%;
        right: auto;
        bottom: auto
    }
}

.about-area3 .image-box .img__item:nth-child(4) {
    bottom: 27px;
    left: 84px;
    width: 40%
}

@media(max-width:1199px) {
    .about-area3 .image-box .img__item:nth-child(4) {
        bottom: 185px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area3 .image-box .img__item:nth-child(4) {
        width: 280px;
        bottom: auto;
        left: auto;
        margin-bottom: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area3 .image-box .img__item:nth-child(4) {
        width: 100%;
        bottom: auto;
        left: auto;
        margin-bottom: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area3 .image-box .img__item:nth-child(4) {
        width: 100%;
        bottom: auto;
        left: auto;
        margin-bottom: 0
    }
}

.about-area4 .image-box {
    margin-top: 0;
    margin-left: 0;
    margin-right: 30px;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

@media(max-width:1199px) {
    .about-area4 .image-box {
        -webkit-box-shadow: 0 0;
        -moz-box-shadow: 0 0;
        box-shadow: 0 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area4 .image-box {
        margin-right: 0;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        box-shadow: 0 0 40px rgba(82,85,90,0.1)
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area4 .image-box {
        margin-right: 0;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        box-shadow: 0 0 40px rgba(82,85,90,0.1)
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area4 .image-box {
        margin-right: 0;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        box-shadow: 0 0 40px rgba(82,85,90,0.1)
    }
}

.about-area4 .image-box .about-line-bg {
    position: absolute;
    content: '';
    top: -45px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 20%;
    height: 20%;
    border: 10px solid rgba(127,136,151,0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: -1
}

.about-area4 .image-box .img__item {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    position: inherit;
    border: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area4 .image-box .img__item {
        margin-bottom: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area4 .image-box .img__item {
        margin-bottom: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area4 .image-box .img__item {
        margin-bottom: 0
    }
}

.about-area4 .image-box .img__item:nth-child(2) {
    top: auto;
    left: auto;
    right: auto;
    width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area4 .image-box .img__item:nth-child(2) {
        height: auto;
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area4 .image-box .img__item:nth-child(2) {
        height: auto;
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area4 .image-box .img__item:nth-child(2) {
        height: auto;
        margin-right: 0;
        margin-left: 0
    }
}

.about-area4 .image-box:before, .about-area4 .image-box:after {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -45px;
    width: 20%;
    height: 20%;
    border: 10px solid rgba(127,136,151,0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: -1
}

.about-area4 .image-box:after {
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -45px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area4 .about-item {
        margin-top: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area4 .about-item {
        margin-top: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area4 .about-item {
        margin-top: 60px
    }
}

.about-area4 .about-item .section-description {
    margin-top: 30px
}

.about-area4 .about-item .list-items {
    margin-bottom: 40px
}

    .about-area4 .about-item .list-items li {
        padding-left: 25px;
        margin-bottom: 15px
    }

        .about-area4 .about-item .list-items li:last-child {
            margin-bottom: 0
        }

        .about-area4 .about-item .list-items li span {
            font-size: 16px;
            margin-right: 0;
            top: 2px
        }

        .about-area4 .about-item .list-items li + li {
            margin-top: 0
        }

.about-area5 .about-img-wrap {
    margin-top: 50px;
    margin-right: 30px;
    height: 100%;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area5 .about-img-wrap {
        margin-right: 0;
        margin-top: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area5 .about-img-wrap {
        margin-right: 0;
        margin-top: 0
    }
}

@media(max-width:481px) {
    .about-area5 .about-img-wrap {
        height: auto;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 60px
    }
}

.about-area5 .about-img-wrap .image-box {
    margin-left: 0;
    margin-top: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area5 .about-img-wrap .image-box {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area5 .about-img-wrap .image-box {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media(max-width:481px) {
    .about-area5 .about-img-wrap .image-box {
        display: block
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area5 .about-img-wrap .image-box .img__item {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area5 .about-img-wrap .image-box .img__item {
        margin-bottom: 30px
    }
}

@media(max-width:481px) {
    .about-area5 .about-img-wrap .image-box .img__item {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        width: 100%;
        height: auto
    }
}

.about-area5 .about-img-wrap .image-box .img__item:nth-child(3) {
    bottom: 20%;
    right: auto;
    left: 0;
    width: 50%
}
.about-area5 .about-img-wrap .image-box .img__item:nth-child(1) {
    width: 85%;

}

@media(max-width:1199px) {
    .about-area5 .about-img-wrap .image-box .img__item:nth-child(3) {
        bottom: 25%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area5 .about-img-wrap .image-box .img__item:nth-child(3), .about-area5 .about-img-wrap .image-box .img__item:nth-child(1) {
        width: 280px;
        bottom: auto;
        left: auto
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area5 .about-img-wrap .image-box .img__item:nth-child(3), .about-area5 .about-img-wrap .image-box .img__item:nth-child(1) {
        width: 200px;
        bottom: auto;
        left: auto
    }
}

@media(max-width:481px) {
    .about-area5 .about-img-wrap .image-box .img__item:nth-child(3), .about-area5 .about-img-wrap .image-box .img__item:nth-child(1) {
        width: 100%;
        height: auto;
        bottom: auto;
        left: auto
    }
}

.about-area5 .about-img-wrap .video-play-btn {
    position: absolute;
    bottom: 110px;
    right: 30px;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 130px;
    font-size: 45px;
    color: #fff;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    background-image: url("../images/img1.jpg");
    background-size: cover;
    background-position: center;
    z-index: 1
}

@media(max-width:1199px) {
    .about-area5 .about-img-wrap .video-play-btn {
        bottom: 250px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area5 .about-img-wrap .video-play-btn {
        bottom: 40px;
        right: 90px;
        width: 260px;
        height: 260px;
        line-height: 260px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area5 .about-img-wrap .video-play-btn {
        bottom: 40px;
        right: 65px;
        width: 180px;
        height: 180px;
        line-height: 180px
    }
}

@media(max-width:481px) {
    .about-area5 .about-img-wrap .video-play-btn {
        position: inherit;
        bottom: auto;
        right: auto;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

.about-area5 .about-img-wrap .video-play-btn:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2e3d62;
    opacity: .7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.about-area5 .about-img-wrap .video-play-btn:hover:after {
    opacity: .9
}

.about-area5 .section-heading .section__desc {
    margin-top: 30px;
    margin-bottom: 34px
}

.about-area5 .section-description {
    margin-top: 30px
}

.about-area5 .icon-box-list {
    margin-bottom: 40px
}

.why-choose-wrap {
    margin-top: 60px
}

    .why-choose-wrap .about-item {
        margin-bottom: 30px
    }

        .why-choose-wrap .about-item .choose-number {
            position: absolute;
            bottom: 20px;
            right: 0;
            font-size: 100px;
            font-weight: 700;
            color: transparent;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: rgba(127,136,151,0.2)
        }

        .why-choose-wrap .about-item .list-items {
            padding-right: 0;
            margin-bottom: 0
        }

            .why-choose-wrap .about-item .list-items span:after {
                display: none
            }

    .why-choose-wrap .video-image-gallery {
        margin-top: 40px;
        -webkit-box-shadow: 0 0 40px rgba(14,16,48,0.1);
        -moz-box-shadow: 0 0 40px rgba(14,16,48,0.1);
        box-shadow: 0 0 40px rgba(14,16,48,0.1);
        border: 10px solid #fff
    }

        .why-choose-wrap .video-image-gallery img {
            border: 0
        }

.why-choose-area2 {
    padding-bottom: 90px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .why-choose-area2 {
        padding-bottom: 120px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .why-choose-area2 {
        padding-bottom: 120px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .why-choose-area2 {
        padding-bottom: 120px
    }
}

.why-choose-area2 .why-choose-wrap .about-heading .about__list {
    padding-right: 50px
}

.why-choose-area2 .why-choose-wrap .about-video-img {
    margin-top: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .why-choose-area2 .why-choose-wrap .about-video-img {
        margin-top: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .why-choose-area2 .why-choose-wrap .about-video-img {
        margin-top: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .why-choose-area2 .why-choose-wrap .about-video-img {
        margin-top: 40px
    }
}

.widgets-area {
    background-color: #f7f9fb;
    padding-top: 120px;
    padding-bottom: 120px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

    .widgets-area .circle-shape {
        z-index: 1;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        top: 27%;
        width: 25px;
        height: 25px
    }

    .widgets-area .circle-shape2 {
        top: 10%;
        width: 50px;
        height: 50px;
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    .widgets-area .circle-shape3 {
        top: auto;
        bottom: 10%
    }

    .widgets-area .circle-shape4 {
        bottom: 20%;
        top: auto;
        left: 5%;
        width: 80px;
        height: 80px;
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    .widgets-area .circle-shape5 {
        bottom: 50%;
        top: auto;
        left: auto;
        right: 15%;
        width: 70px;
        height: 70px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px
    }

    .widgets-area .section-heading .section__title {
        width: 880px;
        margin-left: auto;
        margin-right: auto;
        line-height: 56px
    }

    .widgets-area .widget-content-wrap {
        margin-top: 32px;
        margin-bottom: 30px
    }

        .widgets-area .widget-content-wrap .widget-item {
            background-color: #fff;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-shadow: 0 0 40px rgba(14,16,48,0.04);
            -moz-box-shadow: 0 0 40px rgba(14,16,48,0.04);
            box-shadow: 0 0 40px rgba(14,16,48,0.04);
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            z-index: 1
        }

            .widgets-area .widget-content-wrap .widget-item .widget-link {
                display: block;
                padding: 40px 20px 35px 20px
            }

                .widgets-area .widget-content-wrap .widget-item .widget-link .widget__icon {
                    width: 60px;
                    height: 60px;
                    line-height: 60px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    background-color: rgba(143,66,236,0.1);
                    color: #1E4CA0;
                    font-size: 30px;
                    position: relative;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    -ms-transition: all .3s;
                    -o-transition: all .3s;
                    transition: all .3s
                }

                    .widgets-area .widget-content-wrap .widget-item .widget-link .widget__icon:after {
                        position: absolute;
                        content: '';
                        right: -7px;
                        top: 4px;
                        width: 30px;
                        height: 15px;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        border-radius: 50%;
                        background-color: #fff;
                        -webkit-transform: rotate(45deg);
                        -moz-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        -o-transform: rotate(45deg);
                        transform: rotate(45deg);
                        -webkit-transition: all .3s;
                        -moz-transition: all .3s;
                        -ms-transition: all .3s;
                        -o-transition: all .3s;
                        transition: all .3s
                    }

                .widgets-area .widget-content-wrap .widget-item .widget-link .widget__title {
                    margin-top: 20px;
                    font-size: 18px;
                    text-transform: capitalize;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    -ms-transition: all .3s;
                    -o-transition: all .3s;
                    transition: all .3s
                }

            .widgets-area .widget-content-wrap .widget-item:before, .widgets-area .widget-content-wrap .widget-item:after {
                position: absolute;
                content: '';
                width: 90px;
                height: 120px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                background-color: #fff;
                opacity: .1;
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
                z-index: -1
            }

            .widgets-area .widget-content-wrap .widget-item:before {
                top: 0;
                left: 0;
                -webkit-transform: translate(70%,-70%);
                -moz-transform: translate(70%,-70%);
                -ms-transform: translate(70%,-70%);
                -o-transform: translate(70%,-70%);
                transform: translate(70%,-70%)
            }

            .widgets-area .widget-content-wrap .widget-item:after {
                bottom: 0;
                right: 0;
                -webkit-transform: translate(-70%,70%);
                -moz-transform: translate(-70%,70%);
                -ms-transform: translate(-70%,70%);
                -o-transform: translate(-70%,70%);
                transform: translate(-70%,70%)
            }

            .widgets-area .widget-content-wrap .widget-item:hover {
                background-color: #1E4CA0
            }

                .widgets-area .widget-content-wrap .widget-item:hover .widget-link .widget__icon {
                    background-color: #fff
                }

                    .widgets-area .widget-content-wrap .widget-item:hover .widget-link .widget__icon:after {
                        background-color: #1E4CA0
                    }

                .widgets-area .widget-content-wrap .widget-item:hover .widget-link .widget__title {
                    color: #fff
                }

                .widgets-area .widget-content-wrap .widget-item:hover:before {
                    -webkit-transform: translate(35%,-35%);
                    -moz-transform: translate(35%,-35%);
                    -ms-transform: translate(35%,-35%);
                    -o-transform: translate(35%,-35%);
                    transform: translate(35%,-35%)
                }

                .widgets-area .widget-content-wrap .widget-item:hover:after {
                    -webkit-transform: translate(-35%,35%);
                    -moz-transform: translate(-35%,35%);
                    -ms-transform: translate(-35%,35%);
                    -o-transform: translate(-35%,35%);
                    transform: translate(-35%,35%)
                }

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial-area .section-heading .section__title br {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .testimonial-area .section-heading .section__title br {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .testimonial-area .section-heading .section__title br {
        display: none
    }
}

.testimonial-item-wrap {
    margin-top: 23px
}

    .testimonial-item-wrap .testimonial-item {
        position: relative
    }

        .testimonial-item-wrap .testimonial-item .testimonial-desc .testimonial__desc {
            line-height: 28px
        }

        .testimonial-item-wrap .testimonial-item .testimonial-author {
            position: relative;
            padding-top: 35px
        }

            .testimonial-item-wrap .testimonial-item .testimonial-author img {
                margin-left: auto;
                margin-right: auto;
                width: 94px;
                height: 94px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%
            }

            .testimonial-item-wrap .testimonial-item .testimonial-author .author__title {
                font-size: 24px;
                margin-top: 30px;
                line-height: 20px;
                font-weight: 600;
                margin-bottom: 6px
            }

            .testimonial-item-wrap .testimonial-item .testimonial-author .author__meta {
                font-size: 15px;
                text-transform: capitalize;
                font-weight: 500;
                display: block;
                margin-bottom: 4px
            }

            .testimonial-item-wrap .testimonial-item .testimonial-author .author__rating {
                color: #ffb02b;
                font-size: 15px
            }

                .testimonial-item-wrap .testimonial-item .testimonial-author .author__rating .la {
                    margin: 0 -2px
                }

            .testimonial-item-wrap .testimonial-item .testimonial-author:after {
                position: absolute;
                content: "”";
                font-size: 280px;
                line-height: 0;
                bottom: -55px;
                right: -10px;
                color: #7f8897;
                font-weight: 700;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                opacity: .1
            }

    .testimonial-item-wrap .owl-nav {
        display: none
    }

        .testimonial-item-wrap .owl-nav div {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-color: #fff;
            border: 1px solid rgba(127,136,151,0.1);
            -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
            -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
            box-shadow: 0 0 40px rgba(82,85,90,0.1);
            font-size: 22px;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

@media(max-width:1366px) {
    .testimonial-item-wrap .owl-nav div {
        top: 38%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@media(max-width:575px) {
    .testimonial-item-wrap .owl-nav div {
        top: auto;
        bottom: -50px
    }
}

.testimonial-item-wrap .owl-nav div:hover {
    background-color: #1E4CA0;
    color: #fff
}

.testimonial-item-wrap .owl-nav div.owl-prev {
    left: -100px
}

@media(max-width:1366px) {
    .testimonial-item-wrap .owl-nav div.owl-prev {
        left: -25px
    }
}

@media(max-width:575px) {
    .testimonial-item-wrap .owl-nav div.owl-prev {
        left: 200px
    }
}

@media(max-width:480px) {
    .testimonial-item-wrap .owl-nav div.owl-prev {
        left: 160px
    }
}

@media(max-width:425px) {
    .testimonial-item-wrap .owl-nav div.owl-prev {
        left: 130px
    }
}

@media(max-width:384px) {
    .testimonial-item-wrap .owl-nav div.owl-prev {
        left: 110px
    }
}

@media(max-width:320px) {
    .testimonial-item-wrap .owl-nav div.owl-prev {
        left: 85px
    }
}

.testimonial-item-wrap .owl-nav div.owl-next {
    left: auto;
    right: -100px
}

@media(max-width:1366px) {
    .testimonial-item-wrap .owl-nav div.owl-next {
        right: -25px
    }
}

@media(max-width:575px) {
    .testimonial-item-wrap .owl-nav div.owl-next {
        right: 200px
    }
}

@media(max-width:480px) {
    .testimonial-item-wrap .owl-nav div.owl-next {
        right: 160px
    }
}

@media(max-width:425px) {
    .testimonial-item-wrap .owl-nav div.owl-next {
        right: 130px
    }
}

@media(max-width:384px) {
    .testimonial-item-wrap .owl-nav div.owl-next {
        right: 110px
    }
}

@media(max-width:320px) {
    .testimonial-item-wrap .owl-nav div.owl-next {
        right: 85px
    }
}

.testimonial-item-wrap .owl-dots {
    text-align: center;
    margin-top: 20px
}

    .testimonial-item-wrap .owl-dots div {
        width: 14px;
        height: 14px;
        line-height: 14px;
        background-color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        margin: 0 2px;
        position: relative;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        border: 2px solid #1E4CA0
    }

        .testimonial-item-wrap .owl-dots div.active, .testimonial-item-wrap .owl-dots div:hover {
            background-color: #1E4CA0;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }

.testimonial-item-wrap-2 .testimonial-item .testimonial-desc {
    background-color: #f7f8fd;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative
}

    .testimonial-item-wrap-2 .testimonial-item .testimonial-desc .testimonial__desc {
        line-height: 28px
    }

    .testimonial-item-wrap-2 .testimonial-item .testimonial-desc:after {
        position: absolute;
        content: '';
        left: 50px;
        bottom: -14px;
        width: 0;
        height: 0;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-bottom: 17px solid #f7f8fd;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.testimonial-item-wrap-2 .testimonial-item .testimonial-author {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 35px;
    position: relative
}

    .testimonial-item-wrap-2 .testimonial-item .testimonial-author img {
        width: 94px;
        height: 94px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }

    .testimonial-item-wrap-2 .testimonial-item .testimonial-author .author-detail {
        margin-left: 25px
    }

    .testimonial-item-wrap-2 .testimonial-item .testimonial-author .author__title {
        font-size: 24px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 6px
    }

    .testimonial-item-wrap-2 .testimonial-item .testimonial-author .author__meta {
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 500;
        display: block;
        margin-bottom: 4px
    }

    .testimonial-item-wrap-2 .testimonial-item .testimonial-author .author__rating {
        color: #ffb02b;
        font-size: 15px
    }

        .testimonial-item-wrap-2 .testimonial-item .testimonial-author .author__rating .la {
            margin: 0 -2px
        }

    .testimonial-item-wrap-2 .testimonial-item .testimonial-author:after {
        right: 0;
        bottom: -50px;
        position: absolute;
        content: "”";
        font-size: 280px;
        line-height: 0;
        color: #7f8897;
        font-weight: 700;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: .1
    }

.testimonial-item-wrap-2 .owl-nav div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid rgba(127,136,151,0.1);
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    font-size: 22px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:1366px) {
    .testimonial-item-wrap-2 .owl-nav div {
        top: 38%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@media(max-width:575px) {
    .testimonial-item-wrap-2 .owl-nav div {
        top: auto;
        bottom: -50px
    }
}

.testimonial-item-wrap-2 .owl-nav div:hover {
    background-color: #1E4CA0;
    color: #fff
}

.testimonial-item-wrap-2 .owl-nav div.owl-prev {
    left: -100px
}

@media(max-width:1366px) {
    .testimonial-item-wrap-2 .owl-nav div.owl-prev {
        left: -25px
    }
}

@media(max-width:575px) {
    .testimonial-item-wrap-2 .owl-nav div.owl-prev {
        left: 200px
    }
}

@media(max-width:480px) {
    .testimonial-item-wrap-2 .owl-nav div.owl-prev {
        left: 160px
    }
}

@media(max-width:425px) {
    .testimonial-item-wrap-2 .owl-nav div.owl-prev {
        left: 130px
    }
}

@media(max-width:384px) {
    .testimonial-item-wrap-2 .owl-nav div.owl-prev {
        left: 110px
    }
}

@media(max-width:320px) {
    .testimonial-item-wrap-2 .owl-nav div.owl-prev {
        left: 85px
    }
}

.testimonial-item-wrap-2 .owl-nav div.owl-next {
    left: auto;
    right: -100px
}

@media(max-width:1366px) {
    .testimonial-item-wrap-2 .owl-nav div.owl-next {
        right: -25px
    }
}

@media(max-width:575px) {
    .testimonial-item-wrap-2 .owl-nav div.owl-next {
        right: 200px
    }
}

@media(max-width:480px) {
    .testimonial-item-wrap-2 .owl-nav div.owl-next {
        right: 160px
    }
}

@media(max-width:425px) {
    .testimonial-item-wrap-2 .owl-nav div.owl-next {
        right: 130px
    }
}

@media(max-width:384px) {
    .testimonial-item-wrap-2 .owl-nav div.owl-next {
        right: 110px
    }
}

@media(max-width:320px) {
    .testimonial-item-wrap-2 .owl-nav div.owl-next {
        right: 85px
    }
}

.testimonial-item-wrap-3 {
    margin-top: 30px
}

    .testimonial-item-wrap-3 .owl-stage-outer {
        padding-bottom: 40px
    }

    .testimonial-item-wrap-3 .testimonial-item {
        border: 1px solid #eee;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        padding: 40px 30px 64px 30px;
        background-color: #fff;
        position: relative
    }

        .testimonial-item-wrap-3 .testimonial-item .testimonial-author img {
            margin-left: auto;
            margin-right: auto;
            width: 94px;
            height: 94px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%
        }

        .testimonial-item-wrap-3 .testimonial-item .testimonial-detail {
            margin-top: 18px
        }

            .testimonial-item-wrap-3 .testimonial-item .testimonial-detail .author__title {
                font-size: 24px;
                margin-top: 30px;
                line-height: 20px;
                font-weight: 600;
                margin-bottom: 6px
            }

            .testimonial-item-wrap-3 .testimonial-item .testimonial-detail .author__meta {
                font-size: 15px;
                text-transform: capitalize;
                font-weight: 500;
                display: block;
                margin-bottom: 4px
            }

            .testimonial-item-wrap-3 .testimonial-item .testimonial-detail .author__rating {
                color: #ffb02b;
                font-size: 15px
            }

                .testimonial-item-wrap-3 .testimonial-item .testimonial-detail .author__rating .la {
                    margin: 0 -2px
                }

            .testimonial-item-wrap-3 .testimonial-item .testimonial-detail .author__desc {
                margin-top: 18px;
                line-height: 28px
            }

        .testimonial-item-wrap-3 .testimonial-item:after {
            position: absolute;
            content: "\f2cd";
            font-family: "LineAwesome";
            font-size: 30px;
            width: 60px;
            height: 60px;
            line-height: 55px;
            background-color: #fff;
            color: #7f8897;
            bottom: -25px;
            left: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            font-weight: 700;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            border: 1px solid #eee
        }

        .testimonial-item-wrap-3 .testimonial-item:hover:after {
            background-color: #1E4CA0;
            color: #fff;
            border-color: #1E4CA0
        }

.testimonial-item-wrap-4 {
    overflow: hidden;
    margin-top: 30px
}

    .testimonial-item-wrap-4 .testimonial-item {
        position: relative;
        padding: 40px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #fff;
        border: 1px solid #eee;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        z-index: 1
    }

        .testimonial-item-wrap-4 .testimonial-item .testimonial-author {
            position: relative;
            padding-left: 64px;
            padding-top: 14px;
            padding-bottom: 30px;
            line-height: 18px
        }

            .testimonial-item-wrap-4 .testimonial-item .testimonial-author img {
                position: absolute;
                width: 54px;
                height: 54px;
                overflow: hidden;
                left: 0;
                top: 8px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                background-color: #fff;
                -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.2);
                -moz-box-shadow: 0 0 40px rgba(0,0,0,0.2);
                box-shadow: 0 0 40px rgba(0,0,0,0.2)
            }

            .testimonial-item-wrap-4 .testimonial-item .testimonial-author .author__title {
                font-size: 24px;
                line-height: 20px;
                font-weight: 600;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                margin-bottom: 5px
            }

            .testimonial-item-wrap-4 .testimonial-item .testimonial-author .author__meta {
                font-size: 15px;
                line-height: 14px;
                text-transform: capitalize;
                font-weight: 500;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                display: block;
                margin-bottom: 8px
            }

            .testimonial-item-wrap-4 .testimonial-item .testimonial-author .author__rating {
                color: #ffb02b;
                font-size: 15px
            }

                .testimonial-item-wrap-4 .testimonial-item .testimonial-author .author__rating .la {
                    margin: 0 -2px
                }

            .testimonial-item-wrap-4 .testimonial-item .testimonial-author:after {
                position: absolute;
                content: "\f2ce";
                font-family: "LineAwesome";
                font-size: 100px;
                line-height: 0;
                bottom: 50px;
                right: -15px;
                color: #7f8897;
                font-weight: 700;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                opacity: .1
            }

        .testimonial-item-wrap-4 .testimonial-item .testimonial-desc .testimonial__desc {
            line-height: 30px;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

        .testimonial-item-wrap-4 .testimonial-item:after {
            position: absolute;
            content: '';
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0;
            background-color: #1E4CA0;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            z-index: -1;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -ms-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease
        }

        .testimonial-item-wrap-4 .testimonial-item:hover:after {
            height: 100%;
            top: 0;
            bottom: auto
        }

        .testimonial-item-wrap-4 .testimonial-item:hover .testimonial-author:after {
            opacity: .2
        }

        .testimonial-item-wrap-4 .testimonial-item:hover .testimonial-desc .testimonial__desc, .testimonial-item-wrap-4 .testimonial-item:hover .testimonial-author .author__title, .testimonial-item-wrap-4 .testimonial-item:hover .testimonial-author .author__meta {
            color: #fff
        }

    .testimonial-item-wrap-4 .owl-dots {
        text-align: center;
        margin-top: 60px
    }

        .testimonial-item-wrap-4 .owl-dots div {
            width: 14px;
            height: 14px;
            line-height: 14px;
            background-color: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            display: inline-block;
            margin: 0 2px;
            position: relative;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            -webkit-transform: scale(0.8);
            -moz-transform: scale(0.8);
            -ms-transform: scale(0.8);
            -o-transform: scale(0.8);
            transform: scale(0.8);
            border: 2px solid #1E4CA0
        }

            .testimonial-item-wrap-4 .owl-dots div.active, .testimonial-item-wrap-4 .owl-dots div:hover {
                background-color: #1E4CA0;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1)
            }

.testimonial-item-wrap-5 {
    margin-top: 30px
}

    .testimonial-item-wrap-5 .testimonial-item .testimonial__img {
        margin-right: 30px
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial-item-wrap-5 .testimonial-item .testimonial__img {
        margin-right: 0;
        margin-bottom: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .testimonial-item-wrap-5 .testimonial-item .testimonial__img {
        margin-right: 0;
        margin-bottom: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .testimonial-item-wrap-5 .testimonial-item .testimonial__img {
        margin-right: 0;
        margin-bottom: 60px
    }
}

.testimonial-item-wrap-5 .testimonial-item .testimonial__img img {
    width: 100%
}

.testimonial-item-wrap-5 .testimonial-item .testimonial-detail {
    padding-top: 10px;
    z-index: 1
}

    .testimonial-item-wrap-5 .testimonial-item .testimonial-detail .author__title {
        font-size: 28px;
        font-weight: 600
    }

    .testimonial-item-wrap-5 .testimonial-item .testimonial-detail .author__meta {
        font-weight: 500
    }

    .testimonial-item-wrap-5 .testimonial-item .testimonial-detail .author__desc {
        line-height: 34px;
        margin-top: 20px;
        font-weight: 500;
        font-size: 18px
    }

    .testimonial-item-wrap-5 .testimonial-item .testimonial-detail:after {
        position: absolute;
        content: "\f2ce";
        font-family: "LineAwesome";
        font-size: 200px;
        line-height: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        right: 35%;
        top: 50%;
        opacity: .3;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #7f8897;
        -ms-text-stroke-color: #7f8897;
        -o-text-stroke-color: #7f8897;
        color: transparent;
        z-index: -1
    }

.testimonial-item-wrap-6 .testimonial-item {
    margin-top: 120px
}

    .testimonial-item-wrap-6 .testimonial-item .testimonial-author .author__title {
        font-size: 24px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 6px
    }

    .testimonial-item-wrap-6 .testimonial-item .testimonial-author .author__meta {
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 500;
        display: block
    }

    .testimonial-item-wrap-6 .testimonial-item .testimonial-author:after {
        display: none
    }

    .testimonial-item-wrap-6 .testimonial-item .testimonial-desc {
        margin-top: 20px;
        position: relative
    }

        .testimonial-item-wrap-6 .testimonial-item .testimonial-desc .testimonial__desc {
            font-weight: 500;
            font-size: 20px;
            line-height: 35px
        }

        .testimonial-item-wrap-6 .testimonial-item .testimonial-desc:after {
            position: absolute;
            content: "\f2ce";
            font-family: "LineAwesome";
            right: 10%;
            bottom: 100px;
            opacity: .3;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #7f8897;
            -ms-text-stroke-color: #7f8897;
            -o-text-stroke-color: #7f8897;
            color: transparent;
            font-size: 200px;
            z-index: -1
        }

.testimonial-item-wrap-6 .owl-dots {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

    .testimonial-item-wrap-6 .owl-dots div {
        width: 90px;
        height: 90px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-image: url("../images/team.jpg");
        background-color: transparent;
        background-position: center;
        background-size: cover;
        border: 0;
        position: relative;
        display: inline-block;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

        .testimonial-item-wrap-6 .owl-dots div:after {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #2e3d62;
            opacity: .6;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

        .testimonial-item-wrap-6 .owl-dots div:nth-child(2) {
            background-image: url("../images/team2.jpg")
        }

        .testimonial-item-wrap-6 .owl-dots div:nth-child(3) {
            background-image: url("../images/team3.jpg")
        }

        .testimonial-item-wrap-6 .owl-dots div.active, .testimonial-item-wrap-6 .owl-dots div:hover {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }

            .testimonial-item-wrap-6 .owl-dots div.active:after, .testimonial-item-wrap-6 .owl-dots div:hover:after {
                opacity: 0
            }

.client-feedback:after {
    position: absolute;
    content: '';
    bottom: 75px;
    left: 305px;
    width: 140px;
    height: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-image: url("../images/dots.png");
    background-size: cover;
    background-position: center;
    opacity: .3
}

@media(max-width:425px) {
    .client-feedback:after {
        left: 50px;
        bottom: 0
    }
}

.testimonial-item-wrap-7 {
    margin-top: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial-item-wrap-7 .testimonial-item {
        width: 70%;
        margin-left: auto;
        margin-right: auto
    }
}

.testimonial-item-wrap-7 .testimonial-img img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.testimonial-item-wrap-7 .testimonial-content {
    padding-left: 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial-item-wrap-7 .testimonial-content {
        padding-left: 0;
        padding-top: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .testimonial-item-wrap-7 .testimonial-content {
        padding-left: 0;
        padding-top: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .testimonial-item-wrap-7 .testimonial-content {
        padding-left: 0;
        padding-top: 60px
    }
}

.testimonial-item-wrap-7 .testimonial-content .testimonial-desc .la-quote-left {
    font-size: 120px;
    line-height: 70px;
    color: rgba(127,136,151,0.2);
    margin-left: -15px
}

.testimonial-item-wrap-7 .testimonial-content .testimonial-desc .testimonial__desc {
    margin-top: 20px;
    line-height: 28px
}

.testimonial-item-wrap-7 .testimonial-content .testimonial-author {
    margin-top: 50px;
    border-left: 2px solid rgba(127,136,151,0.2)
}

    .testimonial-item-wrap-7 .testimonial-content .testimonial-author .author__title {
        font-size: 24px;
        line-height: 20px;
        font-weight: 600;
        margin: 0 5px 0 15px;
        padding-top: 4px;
        display: inline-block
    }

@media(max-width:320px) {
    .testimonial-item-wrap-7 .testimonial-content .testimonial-author .author__title {
        display: block
    }
}

.testimonial-item-wrap-7 .testimonial-content .testimonial-author .author__meta {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block
}

@media(max-width:320px) {
    .testimonial-item-wrap-7 .testimonial-content .testimonial-author .author__meta {
        display: block;
        margin-left: 15px
    }
}

.testimonial-item-wrap-7 .testimonial-content .testimonial-author .author__rating {
    color: #ffb02b;
    font-size: 15px;
    display: block;
    margin-top: 4px;
    margin-left: 15px
}

    .testimonial-item-wrap-7 .testimonial-content .testimonial-author .author__rating .la {
        margin: 0 -2px
    }

.testimonial-item-wrap-7 .owl-nav div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid rgba(127,136,151,0.1);
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    font-size: 22px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:1366px) {
    .testimonial-item-wrap-7 .owl-nav div {
        top: 38%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@media(max-width:575px) {
    .testimonial-item-wrap-7 .owl-nav div {
        top: auto;
        bottom: -50px
    }
}

.testimonial-item-wrap-7 .owl-nav div:hover {
    background-color: #1E4CA0;
    color: #fff
}

.testimonial-item-wrap-7 .owl-nav div.owl-prev {
    left: -100px
}

@media(max-width:1366px) {
    .testimonial-item-wrap-7 .owl-nav div.owl-prev {
        left: -25px
    }
}

@media(max-width:575px) {
    .testimonial-item-wrap-7 .owl-nav div.owl-prev {
        left: 200px
    }
}

@media(max-width:481px) {
    .testimonial-item-wrap-7 .owl-nav div.owl-prev {
        left: 160px
    }
}

@media(max-width:425px) {
    .testimonial-item-wrap-7 .owl-nav div.owl-prev {
        left: 130px
    }
}

@media(max-width:384px) {
    .testimonial-item-wrap-7 .owl-nav div.owl-prev {
        left: 110px
    }
}

@media(max-width:320px) {
    .testimonial-item-wrap-7 .owl-nav div.owl-prev {
        left: 85px
    }
}

.testimonial-item-wrap-7 .owl-nav div.owl-next {
    left: auto;
    right: -100px
}

@media(max-width:1366px) {
    .testimonial-item-wrap-7 .owl-nav div.owl-next {
        right: -25px
    }
}

@media(max-width:575px) {
    .testimonial-item-wrap-7 .owl-nav div.owl-next {
        right: 200px
    }
}

@media(max-width:481px) {
    .testimonial-item-wrap-7 .owl-nav div.owl-next {
        right: 160px
    }
}

@media(max-width:425px) {
    .testimonial-item-wrap-7 .owl-nav div.owl-next {
        right: 130px
    }
}

@media(max-width:384px) {
    .testimonial-item-wrap-7 .owl-nav div.owl-next {
        right: 110px
    }
}

@media(max-width:320px) {
    .testimonial-item-wrap-7 .owl-nav div.owl-next {
        right: 85px
    }
}

.testimonial-item-wrap-7 .owl-dots {
    margin-top: -12px;
    text-align: center
}

@media(max-width:1199px) {
    .testimonial-item-wrap-7 .owl-dots {
        margin-top: 30px
    }
}

.testimonial-item-wrap-7 .owl-dots div {
    width: 14px;
    height: 14px;
    line-height: 14px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    border: 2px solid #1E4CA0
}

    .testimonial-item-wrap-7 .owl-dots div.active, .testimonial-item-wrap-7 .owl-dots div:hover {
        background-color: #1E4CA0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

.testimonial-item-wrap-8 .testimonial-item {
    padding: 30px 15px 30px 15px
}

.testimonial-item-wrap-8 .testimonial__img img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto
}

.testimonial-item-wrap-8 .testimonial-content {
    padding-top: 30px
}

    .testimonial-item-wrap-8 .testimonial-content .testimonial-desc {
        background-color: #fff;
        -webkit-box-shadow: 0 0 40px rgba(14,16,48,0.04);
        -moz-box-shadow: 0 0 40px rgba(14,16,48,0.04);
        box-shadow: 0 0 40px rgba(14,16,48,0.04);
        border: 1px solid rgba(127,136,151,0.2);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-top: 40px;
        padding: 40px;
        position: relative
    }

        .testimonial-item-wrap-8 .testimonial-content .testimonial-desc .la-quote-left {
            font-size: 120px;
            line-height: 70px;
            color: rgba(127,136,151,0.2);
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke-width: 1px
        }

        .testimonial-item-wrap-8 .testimonial-content .testimonial-desc .testimonial__desc {
            line-height: 28px
        }

        .testimonial-item-wrap-8 .testimonial-content .testimonial-desc:after {
            position: absolute;
            content: '';
            top: -10px;
            left: 50%;
            width: 20px;
            height: 20px;
            -webkit-transform: translateX(-50%) rotate(45deg);
            -moz-transform: translateX(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) rotate(45deg);
            -o-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
            background-color: #fff;
            border-top: 1px solid rgba(127,136,151,0.2);
            border-left: 1px solid rgba(127,136,151,0.2)
        }

    .testimonial-item-wrap-8 .testimonial-content .testimonial-author .author__title {
        font-size: 24px;
        line-height: 20px;
        font-weight: 600;
        display: block;
        margin-bottom: 12px
    }

    .testimonial-item-wrap-8 .testimonial-content .testimonial-author .author__meta {
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 500;
        display: block;
        margin-bottom: 4px
    }

    .testimonial-item-wrap-8 .testimonial-content .testimonial-author .author__rating {
        color: #ffb02b;
        font-size: 15px
    }

        .testimonial-item-wrap-8 .testimonial-content .testimonial-author .author__rating .la {
            margin: 0 -2px
        }

.client-feedback2 {
    position: relative;
    overflow: hidden
}

    .client-feedback2 .random-img {
        width: 100px;
        height: 100px;
        -webkit-border-radius: 65% 30% 30% 65%/55% 35% 50% 40%;
        -moz-border-radius: 65% 30% 30% 65%/55% 35% 50% 40%;
        border-radius: 65% 30% 30% 65%/55% 35% 50% 40%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-box-shadow: 0 0 40px rgba(14,16,48,0.1);
        -moz-box-shadow: 0 0 40px rgba(14,16,48,0.1);
        box-shadow: 0 0 40px rgba(14,16,48,0.1);
        border: 4px solid #fff
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .client-feedback2 .random-img {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .client-feedback2 .random-img {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .client-feedback2 .random-img {
        display: none
    }
}

.client-feedback2 .random-img:nth-child(1) {
    top: 6%;
    left: 25px
}

.client-feedback2 .random-img:nth-child(2) {
    top: 38%;
    left: 15%;
    width: 95px;
    height: 95px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .client-feedback2 .random-img:nth-child(2) {
        left: 1%;
        top: 30%
    }
}

.client-feedback2 .random-img:nth-child(3) {
    top: 75%;
    left: 5%;
    width: 85px;
    height: 85px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .client-feedback2 .random-img:nth-child(3) {
        top: 60%;
        left: 14%
    }
}

.client-feedback2 .random-img:nth-child(4) {
    top: -10px;
    left: auto;
    right: -20px
}

.client-feedback2 .random-img:nth-child(5) {
    top: 30%;
    left: auto;
    right: 18%
}

.client-feedback2 .random-img:nth-child(6) {
    top: auto;
    bottom: 30%;
    left: auto;
    right: 10%;
    width: 70px;
    height: 70px
}

.client-feedback2 .testimonial-item-wrap-2 {
    margin-top: 60px
}

    .client-feedback2 .testimonial-item-wrap-2 .testimonial-item .testimonial-author img {
        -webkit-box-shadow: 0 0 40px rgba(14,16,48,0.07);
        -moz-box-shadow: 0 0 40px rgba(14,16,48,0.07);
        box-shadow: 0 0 40px rgba(14,16,48,0.07);
        border: 4px solid #fff
    }

.client-feedback3 .testimonial-item-wrap-4, .client-feedback3 .testimonial-item-wrap-6, .client-feedback4 .testimonial-item-wrap-4, .client-feedback4 .testimonial-item-wrap-6 {
    margin-top: 45px
}

.subscriber-area {
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .subscriber-area .section-heading .section__title br {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .subscriber-area .section-heading .section__title br {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .subscriber-area .section-heading .section__title br {
        display: none
    }
}

.subscriber-area .subscriber-content {
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 60px 40px;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.05);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.05);
    box-shadow: 0 0 40px rgba(82,85,90,0.05);
    border: 1px solid rgba(127,136,151,0.1);
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .subscriber-area .subscriber-content:hover {
        -webkit-transform: scale(0.98);
        -moz-transform: scale(0.98);
        -ms-transform: scale(0.98);
        -o-transform: scale(0.98);
        transform: scale(0.98)
    }

.subscriber-area .subscriber-form-wrap {
    position: relative;
    z-index: 1;
    width: 600px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .subscriber-area .subscriber-form-wrap {
        width: auto
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .subscriber-area .subscriber-form-wrap {
        width: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .subscriber-area .subscriber-form-wrap {
        width: auto
    }
}

.subscriber-area .subscriber-form-wrap .subscriber-form {
    position: relative;
    width: 100%
}

    .subscriber-area .subscriber-form-wrap .subscriber-form .form-control {
        height: auto;
        line-height: inherit;
        padding: 20px 20px 20px 50px;
        font-size: 16px;
        color: #2e3d62;
        border-color: rgba(127,136,151,0.2);
        font-weight: 400;
        background-color: #fff;
        -webkit-box-shadow: 0 0 40px rgba(14,16,48,0.06);
        -moz-box-shadow: 0 0 40px rgba(14,16,48,0.06);
        box-shadow: 0 0 40px rgba(14,16,48,0.06);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px
    }

        .subscriber-area .subscriber-form-wrap .subscriber-form .form-control:focus {
            border-color: rgba(127,136,151,0.4)
        }

    .subscriber-area .subscriber-form-wrap .subscriber-form .la-envelope-o {
        position: absolute;
        top: 19px;
        left: 20px;
        font-size: 22px
    }

    .subscriber-area .subscriber-form-wrap .subscriber-form .theme-btn {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 8px;
        line-height: 50px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px
    }

@media(max-width:425px) {
    .subscriber-area .subscriber-form-wrap .subscriber-form .theme-btn {
        position: inherit;
        top: auto;
        right: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        margin-top: 20px
    }
}

.subscriber-area:before, .subscriber-area:after {
    position: absolute;
    content: '';
    background-color: #f7f9fb
}

.subscriber-area:before {
    bottom: 50px;
    left: 100px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.subscriber-area:after {
    top: 4px;
    right: 220px;
    width: 300px;
    height: 300px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .get-start-area {
        text-align: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .get-start-area {
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .get-start-area {
        text-align: center
    }
}

.get-start-area .get-start-box {
    background-color: #fff;
    border: 1px solid rgba(127,136,151,0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.05);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.05);
    box-shadow: 0 0 40px rgba(82,85,90,0.05);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 30px
}

    .get-start-area .get-start-box .section-heading .section__title {
        font-size: 35px;
        margin-bottom: 8px
    }

    .get-start-area .get-start-box .section-heading .section__sub {
        font-size: 18px;
        font-weight: 500
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .get-start-area .get-start-box .button-shared.text-right {
        margin-top: 30px;
        text-align: center !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .get-start-area .get-start-box .button-shared.text-right {
        margin-top: 30px;
        text-align: center !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .get-start-area .get-start-box .button-shared.text-right {
        margin-top: 30px;
        text-align: center !important
    }
}

.get-start-area2 {
    padding: 40px 0;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .get-start-area2 .section-heading {
        text-align: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .get-start-area2 .section-heading {
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .get-start-area2 .section-heading {
        text-align: center
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .get-start-area2 .section-heading .section-dot, .get-start-area2 .section-heading .section-icon, .get-start-area2 .section-heading .section-icon-heart {
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .get-start-area2 .section-heading .section-dot, .get-start-area2 .section-heading .section-icon, .get-start-area2 .section-heading .section-icon-heart {
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .get-start-area2 .section-heading .section-dot, .get-start-area2 .section-heading .section-icon, .get-start-area2 .section-heading .section-icon-heart {
        margin-left: auto;
        margin-right: auto
    }
}

.get-start-area2 .section-heading .section__title {
    font-size: 35px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .get-start-area2 .button-shared.text-right {
        margin-top: 30px;
        text-align: center !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .get-start-area2 .button-shared.text-right {
        margin-top: 30px;
        text-align: center !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .get-start-area2 .button-shared.text-right {
        margin-top: 30px;
        text-align: center !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .get-start-area2 .section-description .section__desc br {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .get-start-area2 .section-description .section__desc br {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .get-start-area2 .section-description .section__desc br {
        display: none
    }
}

.get-start-area2:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/call-to-action-background.png");
    background-position: center;
    opacity: .1
}

.get-start-area2 .get-start-box {
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    padding: 0
}

.get-start-area3 .section-heading .section__title {
    font-size: 45px;
    margin-bottom: 15px
}

@media(max-width:425px) {
    .get-start-area3 .section-heading .section__title {
        font-size: 40px
    }
}

.team-area .team-content-wrap {
    margin-top: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-area .team-content-wrap .col-lg-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.team-item {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(14,16,48,0.05);
    -moz-box-shadow: 0 0 40px rgba(14,16,48,0.05);
    box-shadow: 0 0 40px rgba(14,16,48,0.05);
    border: 1px solid rgba(127,136,151,0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .team-item .team-img-box {
        position: relative
    }

        .team-item .team-img-box img {
            width: 100%;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
            -webkit-box-shadow: 0 0 40px rgba(14,16,48,0.05);
            -moz-box-shadow: 0 0 40px rgba(14,16,48,0.05);
            box-shadow: 0 0 40px rgba(14,16,48,0.05);
            border-bottom: 3px solid #9ea6ba
        }

    .team-item .team-titles {
        padding: 32px 40px 38px 40px;
        position: relative;
        z-index: 1
    }

        .team-item .team-titles .team__title {
            font-size: 24px;
            text-transform: capitalize;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 3px
        }

            .team-item .team-titles .team__title a {
                color: #2e3d62;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                display: block;
                position: relative
            }

                .team-item .team-titles .team__title a:hover {
                    color: #1E4CA0
                }

        .team-item .team-titles .team__meta {
            text-transform: capitalize;
            font-weight: 500;
            margin-bottom: 25px
        }

        .team-item .team-titles .team__desc {
            line-height: 28px;
            margin-bottom: 30px
        }

        .team-item .team-titles .theme-btn.team__btn {
            font-size: 14px;
            padding-right: 35px;
            padding-left: 20px;
            line-height: 45px
        }

            .team-item .team-titles .theme-btn.team__btn .la {
                right: 15px
            }

        .team-item .team-titles .team__profile li {
            display: inline-block;
            padding-right: 20px
        }

            .team-item .team-titles .team__profile li:last-child {
                padding-right: 0
            }

            .team-item .team-titles .team__profile li a {
                color: #7f8897;
                display: block;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s
            }

                .team-item .team-titles .team__profile li a:hover {
                    color: #1E4CA0
                }

    .team-item:hover {
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        transform: translateY(-4px)
    }

.team-item-2 {
    padding: 20px 20px 0 20px;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

    .team-item-2 .team-img-box img {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        border-bottom: 0
    }

    .team-item-2 .team-titles {
        padding-right: 0;
        padding-left: 0
    }

        .team-item-2 .team-titles .team__profile li {
            padding-right: 4px
        }

            .team-item-2 .team-titles .team__profile li a {
                display: block;
                width: 38px;
                height: 38px;
                line-height: 40px;
                background-color: rgba(46,61,98,0.1);
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                font-size: 20px
            }

                .team-item-2 .team-titles .team__profile li a:hover {
                    background-color: #2e3d62;
                    color: #fff
                }

.team-item-3 .team-img-box img {
    border-bottom: 0;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0
}

.team-item-3 .team-img-box .img-svg-shape {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 140px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    fill: #fff;
    stroke: none
}

.team-item-3 .team-img-box .team__profile {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .team-item-3 .team-img-box .team__profile li {
        padding-right: 2px;
        display: inline-block
    }

        .team-item-3 .team-img-box .team__profile li a {
            display: block;
            width: 38px;
            height: 38px;
            line-height: 40px;
            text-align: center;
            background-color: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            color: #2e3d62;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

            .team-item-3 .team-img-box .team__profile li a:hover {
                background-color: #1E4CA0;
                color: #fff
            }

.team-item-3:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

    .team-item-3:hover .team-img-box .team__profile {
        bottom: 30px;
        opacity: 1;
        visibility: visible
    }

.team-item-4 .team-img-box img {
    -webkit-border-radius: 4px 4px 4px 30px;
    -moz-border-radius: 4px 4px 4px 30px;
    border-radius: 4px 4px 4px 30px;
    border-bottom: 0
}

.team-item-4 .team-img-box .team__profile {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: rgba(46,61,98,0.5);
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 4px 4px 4px 30px;
    -moz-border-radius: 4px 4px 4px 30px;
    border-radius: 4px 4px 4px 30px
}

    .team-item-4 .team-img-box .team__profile li {
        padding-right: 5px;
        display: inline-block
    }

        .team-item-4 .team-img-box .team__profile li a {
            display: block;
            width: 38px;
            height: 38px;
            line-height: 40px;
            text-align: center;
            background-color: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            color: #2e3d62;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

            .team-item-4 .team-img-box .team__profile li a:hover {
                background-color: #1E4CA0;
                color: #fff
            }

.team-item-4 .team-titles .team__meta {
    margin-bottom: 0
}

.team-item-4:hover .team-img-box .team__profile {
    opacity: 1;
    visibility: visible
}

.team-item-5 {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: transparent;
    border: 0
}

    .team-item-5 .team-img-box img {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        border-bottom: 0
    }

    .team-item-5 .team-img-box .team-img-box-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background-color: rgba(46,61,98,0.8);
        text-align: center;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7)
    }

        .team-item-5 .team-img-box .team-img-box-inner .team-inner-item {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            width: 100%
        }

            .team-item-5 .team-img-box .team-img-box-inner .team-inner-item .team__title {
                font-size: 24px;
                text-transform: capitalize;
                font-weight: 600;
                display: inline-block;
                margin-bottom: 3px
            }

                .team-item-5 .team-img-box .team-img-box-inner .team-inner-item .team__title a {
                    color: #fff;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    -ms-transition: all .3s;
                    -o-transition: all .3s;
                    transition: all .3s;
                    display: block;
                    position: relative
                }

                    .team-item-5 .team-img-box .team-img-box-inner .team-inner-item .team__title a:hover {
                        color: #1E4CA0
                    }

            .team-item-5 .team-img-box .team-img-box-inner .team-inner-item .team__meta {
                text-transform: capitalize;
                font-weight: 500;
                margin-bottom: 25px;
                color: rgba(255,255,255,0.7)
            }

            .team-item-5 .team-img-box .team-img-box-inner .team-inner-item .team__profile li {
                padding-right: 20px;
                display: inline-block
            }

                .team-item-5 .team-img-box .team-img-box-inner .team-inner-item .team__profile li a {
                    display: block;
                    color: #fff;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    -ms-transition: all .3s;
                    -o-transition: all .3s;
                    transition: all .3s
                }

                    .team-item-5 .team-img-box .team-img-box-inner .team-inner-item .team__profile li a:hover {
                        color: #1E4CA0
                    }

    .team-item-5:hover {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

        .team-item-5:hover .team-img-box .team-img-box-inner {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            visibility: visible
        }

.team-area6 .owl-stage-outer {
    padding-top: 25px
}

.team-area6 .owl-nav div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid rgba(127,136,151,0.1);
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    font-size: 22px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:1366px) {
    .team-area6 .owl-nav div {
        top: 38%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@media(max-width:575px) {
    .team-area6 .owl-nav div {
        top: auto;
        bottom: -50px
    }
}

.team-area6 .owl-nav div:hover {
    background-color: #1E4CA0;
    color: #fff
}

.team-area6 .owl-nav div.owl-prev {
    left: -100px
}

@media(max-width:1366px) {
    .team-area6 .owl-nav div.owl-prev {
        left: -25px
    }
}

@media(max-width:575px) {
    .team-area6 .owl-nav div.owl-prev {
        left: 200px
    }
}

@media(max-width:480px) {
    .team-area6 .owl-nav div.owl-prev {
        left: 160px
    }
}

@media(max-width:425px) {
    .team-area6 .owl-nav div.owl-prev {
        left: 130px
    }
}

@media(max-width:384px) {
    .team-area6 .owl-nav div.owl-prev {
        left: 110px
    }
}

@media(max-width:320px) {
    .team-area6 .owl-nav div.owl-prev {
        left: 85px
    }
}

.team-area6 .owl-nav div.owl-next {
    left: auto;
    right: -100px
}

@media(max-width:1366px) {
    .team-area6 .owl-nav div.owl-next {
        right: -25px
    }
}

@media(max-width:575px) {
    .team-area6 .owl-nav div.owl-next {
        right: 200px
    }
}

@media(max-width:480px) {
    .team-area6 .owl-nav div.owl-next {
        right: 160px
    }
}

@media(max-width:425px) {
    .team-area6 .owl-nav div.owl-next {
        right: 130px
    }
}

@media(max-width:384px) {
    .team-area6 .owl-nav div.owl-next {
        right: 110px
    }
}

@media(max-width:320px) {
    .team-area6 .owl-nav div.owl-next {
        right: 85px
    }
}

.team-area6 .owl-dots {
    text-align: center;
    margin-top: 30px
}

    .team-area6 .owl-dots div {
        width: 12px;
        height: 12px;
        background-color: #2e3d62;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px;
        opacity: .2
    }

        .team-area6 .owl-dots div.active {
            background-color: #1E4CA0;
            opacity: 1
        }

.team-item-6 {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding-top: 30px;
    border: 0;
    text-align: center
}

    .team-item-6 .team-img-box {
        width: 280px;
        height: 280px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin: 0 auto
    }

@media(max-width:1199px) {
    .team-item-6 .team-img-box {
        width: 220px;
        height: 220px
    }
}

.team-item-6 .team-img-box img {
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.team-item-6 .team-titles .team__meta {
    position: relative;
    padding-bottom: 26px
}

    .team-item-6 .team-titles .team__meta:before, .team-item-6 .team-titles .team__meta:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        width: 100%;
        height: 2px;
        background-color: rgba(158,166,186,0.1)
    }

    .team-item-6 .team-titles .team__meta:after {
        background-color: #1E4CA0;
        width: 0;
        left: auto;
        right: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

.team-item-6:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

    .team-item-6:hover .team-titles .team__meta:after {
        width: 100%;
        right: auto;
        left: 0
    }

.team-item-7 {
    border: 0
}

    .team-item-7 .team-img-box img {
        -webkit-clip-path: polygon(50% 0,100% 0,100% 92%,0 100%,0 0);
        clip-path: polygon(50% 0,100% 0,100% 92%,0 100%,0 0);
        border-bottom: 0
    }

    .team-item-7 .team-img-box .team__profile {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        opacity: 0;
        visibility: hidden
    }

        .team-item-7 .team-img-box .team__profile li {
            display: inline-block;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translateY(60%);
            -moz-transform: translateY(60%);
            -ms-transform: translateY(60%);
            -o-transform: translateY(60%);
            transform: translateY(60%);
            -webkit-transition: all 1s cubic-bezier(0.23,1,0.32,1);
            -moz-transition: all 1s cubic-bezier(0.23,1,0.32,1);
            -ms-transition: all 1s cubic-bezier(0.23,1,0.32,1);
            -o-transition: all 1s cubic-bezier(0.23,1,0.32,1);
            transition: all 1s cubic-bezier(0.23,1,0.32,1)
        }

            .team-item-7 .team-img-box .team__profile li a {
                width: 35px;
                height: 35px;
                line-height: 35px;
                background-color: #fff;
                color: #fff;
                display: block;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s
            }

            .team-item-7 .team-img-box .team__profile li:nth-child(1) {
                -webkit-transition-delay: .1s;
                transition-delay: .1s
            }

                .team-item-7 .team-img-box .team__profile li:nth-child(1) a {
                    color: #3b5998
                }

            .team-item-7 .team-img-box .team__profile li:nth-child(2) {
                -webkit-transition-delay: .2s;
                transition-delay: .2s
            }

                .team-item-7 .team-img-box .team__profile li:nth-child(2) a {
                    color: #00acee
                }

            .team-item-7 .team-img-box .team__profile li:nth-child(3) {
                -webkit-transition-delay: .3s;
                transition-delay: .3s
            }

                .team-item-7 .team-img-box .team__profile li:nth-child(3) a {
                    color: #0e76a8
                }

            .team-item-7 .team-img-box .team__profile li:nth-child(4) {
                -webkit-transition-delay: .4s;
                transition-delay: .4s
            }

                .team-item-7 .team-img-box .team__profile li:nth-child(4) a {
                    color: #b832a4
                }

    .team-item-7 .team-titles {
        padding: 25px 35px 30px 35px
    }

        .team-item-7 .team-titles .team__title {
            font-size: 22px
        }

        .team-item-7 .team-titles .team__meta {
            margin-bottom: 0
        }

        .team-item-7 .team-titles:after {
            position: absolute;
            content: '';
            width: 3px;
            height: 35px;
            top: 30px;
            left: 0;
            background-color: #1E4CA0;
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0
        }

    .team-item-7:hover .team-img-box .team__profile {
        bottom: 30px;
        opacity: 1;
        visibility: visible
    }

@media(max-width:575px) {
    .team-item-7:hover .team-img-box .team__profile {
        bottom: 45px
    }
}

.team-item-7:hover .team-img-box .team__profile li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.team-item-8 {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0
}

    .team-item-8 .team-img-box {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 260px;
        height: 260px;
        margin-left: auto;
        margin-right: auto;
        border: 10px solid #fff
    }

@media(max-width:1199px) {
    .team-item-8 .team-img-box {
        width: 210px;
        height: 210px
    }
}

.team-item-8 .team-img-box img {
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%
}

.team-item-8 .team-img-box .team__profile {
    z-index: 1;
    bottom: 50%;
    -webkit-transform: rotate(0) translateY(50%);
    -moz-transform: rotate(0) translateY(50%);
    -ms-transform: rotate(0) translateY(50%);
    -o-transform: rotate(0) translateY(50%);
    transform: rotate(0) translateY(50%)
}

.team-item-8 .team-img-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 0;
    background-color: #2e3d62;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.team-item-8 .team-titles {
    padding: 25px 0 0 0;
    bottom: 50%
}

    .team-item-8 .team-titles .section-divider {
        width: 40px;
        margin-top: 14px;
        margin-bottom: 14px
    }

        .team-item-8 .team-titles .section-divider:after {
            width: 5px;
            right: 10px
        }

    .team-item-8 .team-titles:after {
        display: none
    }

.team-item-8:hover .team-img-box .team__profile {
    bottom: 50%
}

.team-item-8:hover .team-img-box:after {
    opacity: .9;
    visibility: visible
}

.team-member-area .team-content-wrap, .team-member-area2 .team-content-wrap {
    margin-top: 50px
}

.team-member-area3 .team-content-wrap {
    margin-top: 20px
}

.team-detail-area .team-single-img {
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1)
}

    .team-detail-area .team-single-img .team__img {
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .team-detail-area .team-single-img:before {
        position: absolute;
        content: '';
        bottom: -40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 50%;
        height: 20%;
        border: 10px solid rgba(127,136,151,0.1);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        z-index: -1
    }

    .team-detail-area .team-single-img:after {
        position: absolute;
        content: '';
        height: 200px;
        width: 200px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        left: -68px;
        top: -85px;
        background-image: url("../images/dots.png");
        background-size: cover;
        background-position: center;
        z-index: -1;
        animation: spinme 11000ms infinite linear;
        opacity: .2
    }

.team-detail-area .team-single-content {
    padding-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-detail-area .team-single-content {
        padding-left: 0;
        margin-top: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .team-detail-area .team-single-content {
        padding-left: 0;
        margin-top: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .team-detail-area .team-single-content {
        padding-left: 0;
        margin-top: 50px
    }
}

.team-detail-area .team-single-content .author__title {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 8px
}

@media(max-width:425px) {
    .team-detail-area .team-single-content .author__title {
        font-size: 35px
    }
}

.team-detail-area .team-single-content .author__meta {
    display: block
}

.team-detail-area .team-single-content .author__meta2 {
    margin-top: 5px
}

.team-detail-area .team-single-content .author__contact {
    margin-top: 25px
}

    .team-detail-area .team-single-content .author__contact li {
        display: block;
        position: relative;
        margin-bottom: 12px
    }

        .team-detail-area .team-single-content .author__contact li:last-child {
            margin-bottom: 0
        }

        .team-detail-area .team-single-content .author__contact li a {
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            color: #7f8897
        }

            .team-detail-area .team-single-content .author__contact li a i {
                margin-right: 10px;
                font-size: 14px;
                width: 34px;
                height: 34px;
                line-height: 34px;
                text-align: center;
                color: #2e3d62;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                position: relative;
                background-color: rgba(46,61,98,0.1)
            }

        .team-detail-area .team-single-content .author__contact li:hover a {
            color: #1E4CA0
        }

            .team-detail-area .team-single-content .author__contact li:hover a i {
                background-color: #1E4CA0;
                color: #fff
            }

.team-detail-area .team-single-content .author-detail-box {
    margin-top: 34px
}

    .team-detail-area .team-single-content .author-detail-box .author-detail-item .authordetail__title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 25px
    }

    .team-detail-area .team-single-content .author-detail-box .author-detail-item .authordetail__list li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 20px
    }

        .team-detail-area .team-single-content .author-detail-box .author-detail-item .authordetail__list li:after {
            position: absolute;
            content: '';
            top: 5px;
            left: 0;
            width: 10px;
            height: 10px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 2px solid #1E4CA0
        }

        .team-detail-area .team-single-content .author-detail-box .author-detail-item .authordetail__list li:last-child {
            margin-bottom: 0
        }

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-detail-area .team-single-content .author-detail-box .education-detail {
        margin-top: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .team-detail-area .team-single-content .author-detail-box .education-detail {
        margin-top: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .team-detail-area .team-single-content .author-detail-box .education-detail {
        margin-top: 30px
    }
}

.team-detail-area .about-item-wrap .about__title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 20px
}

.team-detail-area .about-item .about__desc {
    line-height: 30px
}

.team-detail-area .about-item .blockquote-item {
    margin-bottom: 25px
}

.team-detail-area .publication-content {
    margin-top: 32px;
    border-top: 1px solid #eee;
    padding-top: 34px
}

    .team-detail-area .publication-content .pub__title {
        margin-bottom: 25px
    }

    .team-detail-area .publication-content .publication-item .pub__links {
        color: #2e3d62;
        font-size: 18px;
        display: block;
        font-weight: 600;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        line-height: 23px;
        margin-bottom: 10px
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-detail-area .publication-content .publication-item .pub__links {
        margin-bottom: 5px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .team-detail-area .publication-content .publication-item .pub__links {
        margin-bottom: 5px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .team-detail-area .publication-content .publication-item .pub__links {
        margin-bottom: 5px
    }
}

.team-detail-area .publication-content .publication-item .pub__links:hover {
    color: #1E4CA0
}

.team-detail-area .publication-content .publication-item .pub__meta {
    font-size: 14px
}

    .team-detail-area .publication-content .publication-item .pub__meta i {
        color: #1E4CA0
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-detail-area .publication-content .publication-item2 {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .team-detail-area .publication-content .publication-item2 {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .team-detail-area .publication-content .publication-item2 {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.team-detail-area .sidebar-content {
    margin-top: 55px
}

    .team-detail-area .sidebar-content .help-desc-box {
        background-color: #2e3d62;
        padding: 32px 33px 39px 33px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        margin-bottom: 40px
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-detail-area .sidebar-content .help-desc-box {
        margin-top: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .team-detail-area .sidebar-content .help-desc-box {
        margin-top: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .team-detail-area .sidebar-content .help-desc-box {
        margin-top: 60px
    }
}

.team-detail-area .sidebar-content .help-desc-box .help__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 26px;
    color: #fff
}

.team-detail-area .sidebar-content .help-desc-box .help__desc {
    font-weight: 500;
    margin-bottom: 40px
}

.team-detail-area .sidebar-content .help-desc-box .theme-btn {
    background-color: #fff;
    color: #2e3d62
}

    .team-detail-area .sidebar-content .help-desc-box .theme-btn:hover {
        background-color: #1E4CA0;
        color: #fff
    }

.team-detail-area .sidebar-content .present-btn {
    line-height: 70px;
    width: 100%;
    text-align: left
}

.team-detail-area .sidebar-content .contact-form-action {
    margin-top: 40px
}

    .team-detail-area .sidebar-content .contact-form-action .contact-title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 25px
    }

    .team-detail-area .sidebar-content .contact-form-action form {
        background-color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.03);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.03);
        box-shadow: 0 0 40px rgba(82,85,90,0.03);
        border: 1px solid rgba(127,136,151,0.2);
        padding: 20px;
        position: relative
    }

        .team-detail-area .sidebar-content .contact-form-action form:after {
            top: -6px;
            content: "";
            position: absolute;
            background-color: #fff;
            left: 20px;
            width: 12px;
            height: 12px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-box-shadow: -2px -2px 10px -5px rgba(0,0,0,0.2);
            -moz-box-shadow: -2px -2px 10px -5px rgba(0,0,0,0.2);
            box-shadow: -2px -2px 10px -5px rgba(0,0,0,0.2);
            border: 1px solid rgba(127,136,151,0.2);
            border-right: 0;
            border-bottom: 0
        }

.package-area {
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .package-area .section-heading .section__title br {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .package-area .section-heading .section__title br {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .package-area .section-heading .section__title br {
        display: none
    }
}

.package-area .package-content-wrap {
    margin-top: 55px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .package-area .package-content-wrap .col-lg-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.package-item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(14,16,48,0.05);
    -moz-box-shadow: 0 0 40px rgba(14,16,48,0.05);
    box-shadow: 0 0 40px rgba(14,16,48,0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 42px 40px 45px 40px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .package-item {
        width: auto
    }
}

.package-item .package-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

    .package-item .package-tooltip .package__tooltip {
        background-color: #1E4CA0;
        color: #fff;
        font-weight: 600;
        text-align: center;
        display: block;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        padding: 15px 0;
        font-size: 22px;
        position: relative;
        z-index: 1
    }

.package-item .package-title {
    border-bottom: 1px solid rgba(127,136,151,0.1);
    padding-bottom: 33px;
    margin-bottom: 35px
}

    .package-item .package-title .package__price {
        font-size: 60px;
        font-weight: 600;
        margin-bottom: 10px
    }

@media(max-width:320px) {
    .package-item .package-title .package__price {
        font-size: 50px
    }
}

.package-item .package-title .package__title {
    font-size: 25px;
    font-weight: 600
}

.package-item .package-list {
    padding-bottom: 33px
}

    .package-item .package-list li {
        margin-bottom: 15px
    }

        .package-item .package-list li span {
            color: #c500ee;
            font-size: 15px;
            margin-right: 2px
        }

            .package-item .package-list li span.la-close {
                color: #f8c652
            }

        .package-item .package-list li:last-child {
            margin-bottom: 0
        }

.package-item .package-price .theme-btn {
    display: block;
    width: 100%;
    text-align: center;
    background-color: transparent;
    border: 1px solid #1E4CA0;
    color: #1E4CA0
}

    .package-item .package-price .theme-btn:hover {
        background-color: #1E4CA0;
        color: #fff
    }

.package-item .package-price .package__meta {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: 23px;
    font-size: 15px;
    text-align: center
}

.package-item-active {
    padding-top: 95px;
    margin-top: -24px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .package-item-active {
        margin-top: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .package-item-active {
        margin-top: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .package-item-active {
        margin-top: 0
    }
}

.package-item-active .package-price .theme-btn {
    background-color: #1E4CA0;
    color: #fff
}

.package-area2 .package-content-wrap {
    margin-top: 30px
}

.package-item-2 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(158,166,186,0.2);
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0
}

    .package-item-2 .package-tooltip {
        width: auto;
        right: 20px;
        left: auto;
        top: 20px
    }

        .package-item-2 .package-tooltip .package__tooltip {
            display: inline-block;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            padding: 6px 16px;
            font-size: 15px;
            background-color: #17a2b8
        }

    .package-item-2 .package-title {
        border-bottom: 0;
        margin-bottom: 0
    }

        .package-item-2 .package-title .package__price {
            color: #1E4CA0;
            margin-bottom: 0
        }

            .package-item-2 .package-title .package__price small {
                font-size: 28px;
                font-weight: 600
            }

        .package-item-2 .package-title .package__title {
            margin-bottom: 10px
        }

    .package-item-2 .package-list li {
        border-bottom: 1px solid rgba(158,166,186,0.2);
        padding-bottom: 15px
    }

        .package-item-2 .package-list li span {
            color: #2e3d62;
            float: right;
            margin-right: 0;
            font-weight: 500
        }

        .package-item-2 .package-list li:last-child {
            margin-bottom: 0;
            border-bottom: 0;
            padding-bottom: 0
        }

    .package-item-2 .package-price .theme-btn {
        display: block;
        width: 100%;
        text-align: center;
        background-color: #1E4CA0;
        border: 0;
        color: #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px
    }

        .package-item-2 .package-price .theme-btn:hover {
            background-color: #ae001e;
            color: #fff
        }

    .package-item-2 .package-price .package__meta {
        text-transform: inherit;
        letter-spacing: inherit
    }

.package-item-active-2 {
    padding-top: 42px;
    margin-top: 0
}

    .package-item-active-2 .package-title .package__price {
        color: #17a2b8
    }

    .package-item-active-2 .package-price .theme-btn {
        background-color: #17a2b8
    }

.package-area3 .package-content-wrap {
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .package-area3 .package-content-wrap {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .package-area3 .package-content-wrap {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .package-area3 .package-content-wrap {
        margin-left: -15px;
        margin-right: -15px
    }
}

.package-area3 .package-content-wrap .col-lg-3 {
    padding: 0;
    margin: 0 -1px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .package-area3 .package-content-wrap .col-lg-3 {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .package-area3 .package-content-wrap .col-lg-3 {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .package-area3 .package-content-wrap .col-lg-3 {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 0;
        margin-left: 0
    }
}

.package-item-3 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(127,136,151,0.1);
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    padding: 0
}

    .package-item-3 .package-title {
        padding-bottom: 37px;
        margin-bottom: 45px
    }

        .package-item-3 .package-title .package__price {
            color: #ae001e;
            margin-bottom: 0;
            font-weight: 400
        }

        .package-item-3 .package-title .package__title {
            margin-bottom: 40px;
            border-bottom: 1px solid rgba(127,136,151,0.1);
            padding: 30px;
            font-weight: 500
        }

    .package-item-3 .package-price {
        padding-bottom: 35px
    }

        .package-item-3 .package-price .package__btn {
            width: 55px;
            height: 55px;
            line-height: 55px;
            border: 2px solid rgba(127,136,151,0.1);
            display: inline-block;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            color: rgba(127,136,151,0.5);
            font-size: 20px;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

            .package-item-3 .package-price .package__btn:hover {
                background-color: #ae001e;
                color: #fff;
                border-color: #ae001e
            }

.package-item-active-3 {
    padding-top: 0;
    margin-top: 0
}

    .package-item-active-3 .package-title .package__price {
        color: #ffb02b
    }

    .package-item-active-3 .package-price .package__btn {
        background-color: #ffb02b;
        color: #fff;
        border-color: #ffb02b
    }

.package-area4 .package-content-wrap {
    margin-top: 60px;
    margin-right: 0;
    margin-left: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .package-area4 .package-content-wrap {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .package-area4 .package-content-wrap {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .package-area4 .package-content-wrap {
        margin-right: -15px;
        margin-left: -15px
    }
}

.package-area4 .package-content-wrap .col-lg-4 {
    padding: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .package-area4 .package-content-wrap .col-lg-4 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .package-area4 .package-content-wrap .col-lg-4 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .package-area4 .package-content-wrap .col-lg-4 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.package--area4 .package-content-wrap {
    margin-top: 90px
}

.package-item-4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1
}

    .package-item-4 .package-title {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 90px
    }

        .package-item-4 .package-title .package__price {
            color: #1E4CA0;
            margin-bottom: 0;
            background: #5c48e0;
            background: -moz-linear-gradient(-45deg,#5c48e0 0,#9c40e8 100%);
            background: -webkit-linear-gradient(-45deg,#5c48e0 0,#9c40e8 100%);
            background: linear-gradient(135deg,#5c48e0 0,#9c40e8 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent
        }

        .package-item-4 .package-title .package__title {
            text-transform: uppercase;
            margin-bottom: 32px
        }

        .package-item-4 .package-title .package__month {
            color: #1E4CA0;
            font-size: 16px;
            background: #5c48e0;
            background: -moz-linear-gradient(-45deg,#5c48e0 0,#9c40e8 100%);
            background: -webkit-linear-gradient(-45deg,#5c48e0 0,#9c40e8 100%);
            background: linear-gradient(135deg,#5c48e0 0,#9c40e8 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 400
        }

    .package-item-4 .package-list li {
        font-weight: 500
    }

        .package-item-4 .package-list li.text-disabled {
            color: rgba(127,136,151,0.5);
            text-decoration: line-through
        }

    .package-item-4 .package-price .theme-btn {
        background: #5c48e0;
        background: -moz-linear-gradient(-45deg,#5c48e0 0,#9c40e8 100%);
        background: -webkit-linear-gradient(-45deg,#5c48e0 0,#9c40e8 100%);
        background: linear-gradient(135deg,#5c48e0 0,#9c40e8 100%);
        border: 0;
        color: #fff;
        font-weight: 600
    }

    .package-item-4:after {
        position: absolute;
        content: '';
        width: 500px;
        height: 340px;
        top: -100px;
        left: -55px;
        background-color: #f7f9fb;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        z-index: -1
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .package-item-4:after {
        left: -84px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .package-item-4:after {
        left: -45px;
        width: 600px
    }
}

@media(max-width:480px) {
    .package-item-4:after {
        left: -70px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .package-item-4:after {
        left: -100px;
        width: 600px
    }
}

@media(max-width:375px) {
    .package-item-4:after {
        left: -125px
    }
}

@media(max-width:320px) {
    .package-item-4:after {
        left: -155px
    }
}

.package-item-active-4 {
    padding-top: 42px;
    margin-top: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 3
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .package-item-active-4 {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .package-item-active-4 {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .package-item-active-4 {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.package-item-active-4 .package-title .package__price, .package-item-active-4 .package-title .package__month {
    background: #ddd;
    background: -moz-linear-gradient(-45deg,#ddd 0,#fff 100%);
    background: -webkit-linear-gradient(-45deg,#ddd 0,#fff 100%);
    background: linear-gradient(135deg,#ddd 0,#fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.package-item-active-4 .package-title .package__title {
    color: #fff
}

.package-item-active-4:after {
    background: #5c48e0;
    background: -moz-linear-gradient(-45deg,#5c48e0 0,#9c40e8 100%);
    background: -webkit-linear-gradient(-45deg,#5c48e0 0,#9c40e8 100%);
    background: linear-gradient(135deg,#5c48e0 0,#9c40e8 100%)
}

.package-area5 .package-content-wrap {
    margin-top: 30px
}

.package-tab-content .nav-tabs-action {
    overflow: hidden;
    width: 242px;
    margin: 0 auto 30px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #f55974;
    background: -moz-linear-gradient(45deg,#f55974 0,#f8c652 100%);
    background: -webkit-linear-gradient(45deg,#f55974 0,#f8c652 100%);
    background: linear-gradient(45deg,#f55974 0,#f8c652 100%)
}

.package-tab-content .nav-tabs {
    border-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    margin: 1px
}

    .package-tab-content .nav-tabs li {
        display: inline-block
    }

        .package-tab-content .nav-tabs li a {
            display: block;
            padding: 12px 0;
            width: 120px;
            font-weight: 600;
            background: #f55974;
            background: -moz-linear-gradient(45deg,#f55974 0,#f8c652 100%);
            background: -webkit-linear-gradient(45deg,#f55974 0,#f8c652 100%);
            background: linear-gradient(45deg,#f55974 0,#f8c652 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent
        }

            .package-tab-content .nav-tabs li a.active {
                background: #f55974;
                background: -moz-linear-gradient(45deg,#f55974 0,#f8c652 100%);
                background: -webkit-linear-gradient(45deg,#f55974 0,#f8c652 100%);
                background: linear-gradient(45deg,#f55974 0,#f8c652 100%)
            }

                .package-tab-content .nav-tabs li a.active span {
                    background: #efefef;
                    background: -moz-linear-gradient(-45deg,#efefef 0,#fff 100%);
                    background: -webkit-linear-gradient(-45deg,#efefef 0,#fff 100%);
                    background: linear-gradient(135deg,#efefef 0,#fff 100%);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent
                }

.package-tab-content .tab-pane2 .package-item .package-title .package__svg svg {
    fill: url(#my-cool-gradient2) #f55974
}

.package-item-5 {
    text-align: center;
    padding: 0
}

    .package-item-5 .package-title {
        position: relative;
        border: 0;
        padding: 42px 30px 30px 30px;
        margin-bottom: 65px
    }

        .package-item-5 .package-title .package__price, .package-item-5 .package-title .package__title {
            color: #fff
        }

        .package-item-5 .package-title .package__title {
            margin-bottom: 10px
        }

        .package-item-5 .package-title .package__price {
            margin-bottom: 0
        }

            .package-item-5 .package-title .package__price small {
                font-size: 25px
            }

        .package-item-5 .package-title .package__subtext {
            color: #fff
        }

        .package-item-5 .package-title .package__svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 430px;
            z-index: -1
        }

            .package-item-5 .package-title .package__svg svg {
                width: 100%;
                height: 100%;
                fill: url(#my-cool-gradient) #f55974;
                stroke: none;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px
            }

    .package-item-5 .package-list {
        padding-right: 30px;
        padding-left: 30px
    }

        .package-item-5 .package-list li {
            font-weight: 500
        }

    .package-item-5 .package-price {
        padding: 0 30px 30px 30px
    }

        .package-item-5 .package-price .theme-btn {
            font-weight: 600;
            background: #f55974;
            background: -moz-linear-gradient(45deg,#f55974 0,#f8c652 100%);
            background: -webkit-linear-gradient(45deg,#f55974 0,#f8c652 100%);
            background: linear-gradient(45deg,#f55974 0,#f8c652 100%);
            border: 0;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            color: #fff
        }

        .package-item-5 .package-price .package__meta {
            text-transform: inherit;
            letter-spacing: inherit;
            font-weight: 400
        }

.package-item-active-5 {
    padding-top: 0;
    margin-top: 0
}

.package-area6 .package-content-wrap {
    margin-top: 90px
}

    .package-area6 .package-content-wrap .package-item .package-title .package__price, .package-area6 .package-content-wrap .package-item .package-title .package__month {
        -webkit-text-fill-color: #1E4CA0;
        background: transparent
    }

    .package-area6 .package-content-wrap .package-item .package-price .theme-btn {
        background: #1E4CA0
    }

        .package-area6 .package-content-wrap .package-item .package-price .theme-btn:hover {
            background: #ae001e
        }

    .package-area6 .package-content-wrap .package-item2 .package-title .package__price, .package-area6 .package-content-wrap .package-item2 .package-title .package__month {
        -webkit-text-fill-color: #fff;
        background: transparent
    }

    .package-area6 .package-content-wrap .package-item2:after {
        background: #1E4CA0
    }

.package-area7 .package-content-wrap {
    margin-top: 45px
}

.icon-area .icon-wrap {
    margin-top: 30px
}

.icon-item {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 73px;
    background-color: rgba(46,61,98,0.1);
    color: #2e3d62;
    font-size: 35px;
    margin-bottom: 30px;
    margin-right: 30px;
    margin-left: 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

    .icon-item:hover {
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #2e3d62
    }

.icon-hover-style-2:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #2e3d62;
    z-index: -1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.icon-hover-style-2:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: inherit
}

    .icon-hover-style-2:hover:after {
        bottom: auto;
        top: 0;
        height: 100%
    }

.icon-hover-style-3 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

    .icon-hover-style-3:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #2e3d62;
        z-index: -1;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
        visibility: hidden
    }

    .icon-hover-style-3:hover {
        background-color: transparent;
        color: #2e3d62
    }

        .icon-hover-style-3:hover:after {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            visibility: visible
        }

.icon-hover-style-4 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

    .icon-hover-style-4 span {
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s
    }

    .icon-hover-style-4:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

        .icon-hover-style-4:hover span {
            -webkit-transform: rotateZ(360deg);
            -moz-transform: rotateZ(360deg);
            -ms-transform: rotateZ(360deg);
            -o-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
            color: #fff
        }

.icon-hover-style-5 {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.1);
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    width: 80px;
    height: 80px;
    line-height: 83px;
    overflow: hidden
}

    .icon-hover-style-5 .fa {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .icon-hover-style-5 .fa-facebook {
        color: #3b5998
    }

    .icon-hover-style-5 .fa-twitter {
        color: #3cf
    }

    .icon-hover-style-5 .fa-instagram {
        color: #dc4a38
    }

    .icon-hover-style-5 .fa-linkedin {
        color: #00aff0
    }

    .icon-hover-style-5 .fa-dribbble {
        color: #f26798
    }

    .icon-hover-style-5 .fa-pinterest {
        color: #e60019
    }

    .icon-hover-style-5:after {
        position: absolute;
        content: '';
        bottom: -145px;
        left: -145px;
        width: 170px;
        height: 170px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #3b5998;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        z-index: -1
    }

    .icon-hover-style-5:hover {
        background-color: transparent;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px
    }

        .icon-hover-style-5:hover .fa-facebook, .icon-hover-style-5:hover .fa-twitter, .icon-hover-style-5:hover .fa-instagram, .icon-hover-style-5:hover .fa-linkedin, .icon-hover-style-5:hover .fa-dribbble, .icon-hover-style-5:hover .fa-pinterest {
            color: #fff
        }

        .icon-hover-style-5:hover:after {
            bottom: -45px;
            left: -45px
        }

.icon-hover-style-6 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.1);
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    width: 80px;
    height: 80px;
    line-height: 83px;
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -ms-transition: all 0;
    -o-transition: all 0;
    transition: all 0
}

    .icon-hover-style-6:hover {
        animation: bounce 1s;
        background-color: #ae001e
    }

.icon-hover-style-7 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    color: #1E4CA0
}

    .icon-hover-style-7:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(108,92,231,0.1);
        z-index: -1;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .icon-hover-style-7:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent
    }

        .icon-hover-style-7:hover:after {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            background-color: #ae001e
        }

.icon-hover-style-8 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    color: #fff
}

    .icon-hover-style-8:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #2e3d62;
        -webkit-clip-path: polygon(20% 0,0 0,0 50%,0 100%,20% 100%,49% 100%,80% 100%,100% 100%,100% 51%,100% 0,80% 0,49% 0);
        clip-path: polygon(20% 0,0 0,0 50%,0 100%,20% 100%,49% 100%,80% 100%,100% 100%,100% 51%,100% 0,80% 0,49% 0);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        z-index: -1
    }

    .icon-hover-style-8:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent
    }

        .icon-hover-style-8:hover:after {
            -webkit-clip-path: polygon(20% 0,0 20%,30% 50%,0 80%,20% 100%,50% 70%,80% 100%,100% 80%,70% 50%,100% 20%,80% 0,50% 30%);
            clip-path: polygon(20% 0,0 20%,30% 50%,0 80%,20% 100%,50% 70%,80% 100%,100% 80%,70% 50%,100% 20%,80% 0,50% 30%)
        }

.icon-hover-style-9 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    color: #fff
}

    .icon-hover-style-9:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1E4CA0;
        -webkit-clip-path: polygon(0 0,100% 0,100% 30%,100% 70%,100% 100%,0 100%,0 70%,0 30%);
        clip-path: polygon(0 0,100% 0,100% 30%,100% 70%,100% 100%,0 100%,0 70%,0 30%);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        z-index: -1
    }

    .icon-hover-style-9:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent
    }

        .icon-hover-style-9:hover:after {
            -webkit-clip-path: polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);
            clip-path: polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%)
        }

.icon-hover-style-10 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    color: #fff
}

    .icon-hover-style-10:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f78c01;
        -webkit-clip-path: polygon(100% 0,100% 100%,46% 100%,0 100%,0 0,49% 0);
        clip-path: polygon(100% 0,100% 100%,46% 100%,0 100%,0 0,49% 0);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        z-index: -1
    }

    .icon-hover-style-10:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent
    }

        .icon-hover-style-10:hover:after {
            -webkit-clip-path: polygon(100% 34%,100% 100%,51% 80%,0 100%,0 35%,49% 0);
            clip-path: polygon(100% 34%,100% 100%,51% 80%,0 100%,0 35%,49% 0)
        }

.flip-box-item {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    margin-bottom: 30px
}

    .flip-box-item .info-box-item {
        background-color: transparent;
        -webkit-box-shadow: 0 0;
        -moz-box-shadow: 0 0;
        box-shadow: 0 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-bottom: 0
    }

        .flip-box-item .info-box-item .icon-item {
            width: 70px;
            height: 70px;
            line-height: 73px
        }

    .flip-box-item .front, .flip-box-item .back {
        position: relative;
        background-color: #fff;
        width: 100%;
        height: 100%;
        -webkit-transition: all 1s cubic-bezier(0.5,1.3,0.5,1.3);
        -moz-transition: all 1s cubic-bezier(0.5,1.3,0.5,1.3);
        -ms-transition: all 1s cubic-bezier(0.5,1.3,0.5,1.3);
        -o-transition: all 1s cubic-bezier(0.5,1.3,0.5,1.3);
        transition: all 1s cubic-bezier(0.5,1.3,0.5,1.3);
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.05);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.05);
        box-shadow: 0 0 40px rgba(82,85,90,0.05);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .flip-box-item .front {
        z-index: 10
    }

    .flip-box-item .back {
        background-color: #2e3d62;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }

        .flip-box-item .back .info-box-item .info-body {
            margin-top: 0
        }

            .flip-box-item .back .info-box-item .info-body .info__title {
                color: #fff
            }

            .flip-box-item .back .info-box-item .info-body .info__text {
                margin-bottom: 30px;
                color: rgba(255,255,255,0.7);
                font-size: 13px;
                line-height: normal;
            }

            .flip-box-item .back .info-box-item .info-body .theme-btn {
                background-color: #fff;
                color: #2e3d62
            }

                .flip-box-item .back .info-box-item .info-body .theme-btn:hover {
                    background-color: #1E4CA0;
                    color: #fff
                }

    .flip-box-item:hover .back {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
        z-index: 3
    }

    .flip-box-item:hover .front {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
        z-index: -1
    }

.flip-box-item-2 .info-box-item {
    -webkit-transform: translateZ(40px);
    -moz-transform: translateZ(40px);
    -ms-transform: translateZ(40px);
    -o-transform: translateZ(40px);
    transform: translateZ(40px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media(max-width:992px) {
    .flip-box-item-2 .info-box-item {
        padding-top: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .flip-box-item-2 .info-box-item {
        padding-top: 35px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .flip-box-item-2 .info-box-item {
        padding-top: 120px
    }
}

@media(max-width:320px) {
    .flip-box-item-2 .info-box-item {
        padding-top: 60px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.flip-box-item-2 .info-box-item .info-body {
    margin-top: 0
}

    .flip-box-item-2 .info-box-item .info-body .info__title {
        color: #fff
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .flip-box-item-2 .info-box-item .info-body .info__title {
        font-size: 18px;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .flip-box-item-2 .info-box-item .info-body .info__title {
        font-size: 18px;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .flip-box-item-2 .info-box-item .info-body .info__title {
        font-size: 18px;
        margin-bottom: 10px
    }
}

.flip-box-item-2 .info-box-item .info-body .info__text {
    color: #fff
}

@media(max-width:320px) {
    .flip-box-item-2 .info-box-item .info-body .info__text {
        display: none
    }
}

.flip-box-item-2 .front, .flip-box-item-2 .back {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%
}

    .flip-box-item-2 .front img, .flip-box-item-2 .back img {
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .flip-box-item-2 .front:after, .flip-box-item-2 .back:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(46,61,98,0.8);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

.flip-box-item-2 .back {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.flip-box-item-2:hover .back {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.flip-box-item-2:hover .front {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.flip-box-item-3 img {
    width: 100%;
    -webkit-border-radius: 4px 4px 30px 30px;
    -moz-border-radius: 4px 4px 30px 30px;
    border-radius: 4px 4px 30px 30px;
    filter: grayscale(100%);
}

.flip-box-item-3 .info-box-item {
    padding: 0
}

    .flip-box-item-3 .info-box-item .author__profile li {
        display: inline-block
    }

        .flip-box-item-3 .info-box-item .author__profile li a {
            display: block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            background-color: rgba(255,255,255,0.1);
            color: #fff;
            font-size: 20px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

            .flip-box-item-3 .info-box-item .author__profile li a:hover {
                background-color: #fff;
                color: #2e3d62
            }

.flip-box-item-3 .front .info-box-item .info-body {
    padding: 25px 20px 20px 20px;
    margin-top: 0
}

    .flip-box-item-3 .front .info-box-item .info-body .info__title {
        margin-bottom: 0
    }

    .flip-box-item-3 .front .info-box-item .info-body .info__text {
        font-weight: 500;

    }

.flip-box-item-3 .back {
    background-color: #2e3d62
}

    .flip-box-item-3 .back .info-box-item {
        padding: 30px 30px
    }

@media(max-width:992px) {
    .flip-box-item-3 .back .info-box-item {
        padding-top: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .flip-box-item-3 .back .info-box-item {
        padding-top: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .flip-box-item-3 .back .info-box-item {
        padding-top: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .flip-box-item-3 .back .info-box-item {
        padding-top: 30px
    }
}

.flip-box-item-4 .front {
    background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%,#5558da 0,#5fd1f9 100.2%)
}

    .flip-box-item-4 .front .info-box-item {
        padding-top: 100px;
        padding-bottom: 100px
    }

        .flip-box-item-4 .front .info-box-item .info-body {
            margin-top: 0
        }

            .flip-box-item-4 .front .info-box-item .info-body .info__title, .flip-box-item-4 .front .info-box-item .info-body .info__text {
                color: #fff
            }

.flip-box-item-4 .back {
    background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%,#5558da 0,#5fd1f9 100.2%)
}

@media(max-width:992px) {
    .flip-box-item-4 .back .info-box-item {
        padding-top: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .flip-box-item-4 .back .info-box-item {
        padding-top: 45px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .flip-box-item-4 .back .info-box-item {
        padding-top: 45px
    }
}

.flip-box-item-4 .back .info-box-item .info-body .theme-btn {
    color: #fff;
    background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%,#5558da 0,#5fd1f9 100.2%)
}

.alert-area .alert-boxes {
    margin-top: 30px
}

.alert-box-item .alert {
    padding: 20px 20px
}

    .alert-box-item .alert .alert-link:hover {
        text-decoration: underline
    }

    .alert-box-item .alert .la {
        font-size: 18px;
        margin-right: 8px
    }

    .alert-box-item .alert .close {
        padding: 20px 10px;
        outline: 0
    }

.alert-box-item-2 .alert-titles {
    margin-bottom: 30px
}

    .alert-box-item-2 .alert-titles .alert__title {
        margin-bottom: 5px;
        font-weight: 600
    }

.alert-box-item-2 .alert .alert-heading {
    margin-bottom: 5px
}

.alert-box-item-2 .alert .alert-text {
    line-height: 26px
}

.countdown {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-top: 45px
}

    .countdown .countdown-item {
        width: 25%;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 30px
    }

@media only screen and (min-width:480px) and (max-width:767px) {
    .countdown .countdown-item {
        width: 50%;
        margin-bottom: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .countdown .countdown-item {
        width: 100%;
        margin-bottom: 50px
    }
}

.countdown .countdown-item .countdown-time {
    font-size: 60px;
    color: #2e3d62;
    font-weight: 600
}

.countdown .countdown-item .countdown-text {
    font-size: 18px;
    margin-top: 10px
}

.countdown-2 .countdown-item .days, .countdown-2 .countdown-item .days-text {
    color: #f8c652
}

.countdown-2 .countdown-item .hours, .countdown-2 .countdown-item .hours-text {
    color: #f55974
}

.countdown-2 .countdown-item .minutes, .countdown-2 .countdown-item .minutes-text {
    color: #17a2b8
}

.countdown-2 .countdown-item .seconds, .countdown-2 .countdown-item .seconds-text {
    color: #3897f0
}

.countdown-3 .countdown-item .days, .countdown-3 .countdown-item .days-text {
    background: #17a2b8;
    background: -moz-linear-gradient(45deg,#17a2b8 0,#5c48e0 50%,#8f42ec 100%);
    background: -webkit-linear-gradient(45deg,#17a2b8 0,#5c48e0 50%,#8f42ec 100%);
    background: linear-gradient(45deg,#17a2b8 0,#5c48e0 50%,#8f42ec 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.countdown-3 .countdown-item .hours, .countdown-3 .countdown-item .hours-text {
    background: #5c48e0;
    background: -moz-linear-gradient(45deg,#5c48e0 0,#4be6b8 50%,#f78c01 100%);
    background: -webkit-linear-gradient(45deg,#5c48e0 0,#4be6b8 50%,#f78c01 100%);
    background: linear-gradient(45deg,#5c48e0 0,#4be6b8 50%,#f78c01 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.countdown-3 .countdown-item .minutes, .countdown-3 .countdown-item .minutes-text {
    background: #c500ee;
    background: -moz-linear-gradient(45deg,#c500ee 0,#f67000 51%,#f55a17 100%);
    background: -webkit-linear-gradient(45deg,#c500ee 0,#f67000 51%,#f55a17 100%);
    background: linear-gradient(45deg,#c500ee 0,#f67000 51%,#f55a17 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.countdown-3 .countdown-item .seconds, .countdown-3 .countdown-item .seconds-text {
    background: #c500ee;
    background: -moz-linear-gradient(45deg,#c500ee 0,#f8c652 50%,#f55974 100%);
    background: -webkit-linear-gradient(45deg,#c500ee 0,#f8c652 50%,#f55974 100%);
    background: linear-gradient(45deg,#c500ee 0,#f8c652 50%,#f55974 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.countdown-4 .countdown-item {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #2e3d62;
    width: 200px;
    height: 200px;
    padding-top: 85px;
    margin-right: 15px;
    margin-left: 15px
}

.countdown-5 .countdown-item {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.05);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.05);
    box-shadow: 0 0 40px rgba(82,85,90,0.05);
    border: 1px solid rgba(127,136,151,0.2);
    width: 200px;
    height: 200px;
    padding-top: 85px;
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px
}

.countdown-6 .countdown-item {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-image: linear-gradient(89deg,#154abd .1%,#1a8ad3 51.5%,#48b1ea 100.2%);
    width: 200px;
    height: 200px;
    padding-top: 85px;
    margin: 0 15px 30px 15px
}

    .countdown-6 .countdown-item .countdown-time, .countdown-6 .countdown-item .countdown-text {
        color: #fff
    }

.countdown-7 {
    background-color: #f7f9fb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 100%;
    padding: 25px 30px;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:1199px) {
    .countdown-7 {
        text-align: center;
        padding-top: 35px
    }
}

.countdown-7 .countdown-heading {
    margin-right: 25px
}

@media(max-width:1199px) {
    .countdown-7 .countdown-heading {
        width: 100%;
        margin-right: 0
    }
}

.countdown-7 .countdown-heading .countdown__title {
    font-weight: 600;
    margin-bottom: 3px
}

.countdown-7 .countdown-item {
    width: auto;
    padding-top: 20px;
    margin: 0 5px
}

@media(max-width:1199px) {
    .countdown-7 .countdown-item {
        padding-left: 0;
        padding-right: 30px;
        padding-top: 30px
    }
}

.countdown-7 .countdown-item .countdown-time {
    font-size: 40px
}

.countdown-7 .countdown-item:nth-child(5) {
    padding-right: 0
}

.countdown-7 .countdown-btn {
    margin-left: auto
}

@media(max-width:1199px) {
    .countdown-7 .countdown-btn {
        width: 100%;
        margin-top: 30px
    }
}

.countdown-7 .countdown-btn .theme-btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 20px
}

.social-area .social-icon-box {
    margin-top: 30px
}

.social-icons .social-icon {
    display: inline-block;
    margin: 0 10px 10px 10px
}

    .social-icons .social-icon a {
        color: #2e3d62;
        font-size: 18px;
        display: block;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

        .social-icons .social-icon a:hover {
            color: #1E4CA0
        }

.social-icons-2 .social-icon, .social-icons-3 .social-icon, .social-icons-4 .social-icon, .social-icons-5 .social-icon, .social-icons-6 .social-icon, .social-icons-7 .social-icon, .social-icons-11 .social-icon {
    margin: 0 5px 15px 5px
}

    .social-icons-2 .social-icon a, .social-icons-3 .social-icon a, .social-icons-4 .social-icon a, .social-icons-5 .social-icon a, .social-icons-6 .social-icon a, .social-icons-7 .social-icon a, .social-icons-11 .social-icon a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border: 1px solid #2e3d62;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

        .social-icons-2 .social-icon a:hover, .social-icons-3 .social-icon a:hover, .social-icons-4 .social-icon a:hover, .social-icons-5 .social-icon a:hover, .social-icons-6 .social-icon a:hover, .social-icons-7 .social-icon a:hover, .social-icons-11 .social-icon a:hover {
            background-color: #2e3d62;
            color: #fff
        }

    .social-icons-3 .social-icon a, .social-icons-5 .social-icon a, .social-icons-7 .social-icon a, .social-icons-11 .social-icon a {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }

    .social-icons-4 .social-icon a, .social-icons-5 .social-icon a {
        background-color: rgba(46,61,98,0.1);
        border: 0
    }

    .social-icons-6 .social-icon a, .social-icons-7 .social-icon a {
        color: #fff;
        border: 0
    }

        .social-icons-6 .social-icon a.facebook, .social-icons-7 .social-icon a.facebook {
            background-color: #3b5998
        }

        .social-icons-6 .social-icon a.twitter, .social-icons-7 .social-icon a.twitter {
            background-color: #55acee
        }

        .social-icons-6 .social-icon a.skype, .social-icons-7 .social-icon a.skype {
            background-color: #00aff0
        }

        .social-icons-6 .social-icon a.google-plus, .social-icons-7 .social-icon a.google-plus {
            background-color: #bd081c
        }

        .social-icons-6 .social-icon a.tumblr, .social-icons-7 .social-icon a.tumblr {
            background-color: #35465c
        }

        .social-icons-6 .social-icon a.rss, .social-icons-7 .social-icon a.rss {
            background-color: #f26522
        }

        .social-icons-6 .social-icon a.behance, .social-icons-7 .social-icon a.behance {
            background-color: #0063dc
        }

        .social-icons-6 .social-icon a.youtube, .social-icons-7 .social-icon a.youtube {
            background-color: #cd201f
        }

        .social-icons-6 .social-icon a.vimeo, .social-icons-7 .social-icon a.vimeo {
            background-color: #1ab7ea
        }

        .social-icons-6 .social-icon a.envira, .social-icons-7 .social-icon a.envira {
            background-color: #5b9a68
        }

        .social-icons-6 .social-icon a.yahoo, .social-icons-7 .social-icon a.yahoo {
            background-color: #410093
        }

        .social-icons-6 .social-icon a.spotify, .social-icons-7 .social-icon a.spotify {
            background-color: #2ebd59
        }

        .social-icons-6 .social-icon a:hover, .social-icons-7 .social-icon a:hover {
            -webkit-transform: translateY(-3px);
            -moz-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
            -o-transform: translateY(-3px);
            transform: translateY(-3px)
        }

.social-icons-8 .social-icon a, .social-icons-9 .social-icon a, .social-icons-10 .social-icon a {
    padding: 12px 20px;
    background-color: #2e3d62;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px
}

    .social-icons-8 .social-icon a i, .social-icons-9 .social-icon a i, .social-icons-10 .social-icon a i {
        margin-right: 8px
    }

    .social-icons-8 .social-icon a:hover, .social-icons-9 .social-icon a:hover, .social-icons-10 .social-icon a:hover {
        background-color: #1E4CA0;
        color: #fff
    }

.social-icons-9 .social-icon a {
    color: #fff
}

    .social-icons-9 .social-icon a.facebook {
        background-color: #3b5998
    }

    .social-icons-9 .social-icon a.twitter {
        background-color: #55acee
    }

    .social-icons-9 .social-icon a.instagram {
        background-color: #e1306c
    }

    .social-icons-9 .social-icon a.skype {
        background-color: #00aff0
    }

    .social-icons-9 .social-icon a.google-plus {
        background-color: #bd081c
    }

.social-icons-10 .social-icon a, .social-icons-11 .social-icon a {
    color: #fff;
    background: #2e7ce4;
    background: -moz-linear-gradient(-45deg,#2e7ce4 0,#7db9e8 100%);
    background: -webkit-linear-gradient(-45deg,#2e7ce4 0,#7db9e8 100%);
    background: linear-gradient(135deg,#2e7ce4 0,#7db9e8 100%)
}

.social-icons-11 .social-icon a {
    border: 0
}

.google-map .map-wrap {
    margin-top: 50px
}

    .google-map .map-wrap .map__heading {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 30px
    }

.google-map iframe, .google-map #map {
    width: 100%;
    height: 450px
}

.google-map2 .map-wrap {
    margin-top: 0
}

.chart-box {
    margin-top: 30px;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.07);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.07);
    box-shadow: 0 0 40px rgba(82,85,90,0.07);
    background-color: #fff;
    border: 1px solid rgba(127,136,151,0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 30px;
    overflow: hidden
}

    .chart-box .chart-title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 30px
    }

.chart-legend {
    padding-top: 25px
}

    .chart-legend ul li {
        display: inline-block;
        text-transform: capitalize;
        position: relative;
        color: #2e3d62;
        margin-left: 28px
    }

        .chart-legend ul li .legend__item {
            width: 14px;
            height: 14px;
            display: inline-block;
            background-color: #1E4CA0;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            position: absolute;
            left: -22px;
            top: 3px
        }

        .chart-legend ul li .legend__two {
            background-color: #4be6b8
        }

.chart-legend-2 {
    text-align: center
}

    .chart-legend-2 ul li .legend__two {
        background-color: #f55974
    }

    .chart-legend-2 ul li .legend__three {
        background-color: #17a2b8
    }

    .chart-legend-2 ul li .legend__four {
        background-color: #06b590
    }

    .chart-legend-2 ul li .legend__five {
        background-color: #35b53e
    }

    .chart-legend-2 ul li .legend__six {
        background-color: #377dff
    }

    .chart-legend-2 ul li .legend__seven {
        background-color: #ffaf00
    }

.chart-legend-3 ul li .legend__one {
    background-color: #06b590
}

.chart-legend-3 ul li .legend__two {
    background-color: #1E4CA0
}

.chart-legend-4 ul li .legend__one {
    background-color: #6a82fb
}

.chart-legend-4 ul li .legend__two {
    background-color: #6ccdd9
}

.chart-legend-5 ul li .legend__one {
    background-color: #5c48e0
}

.chart-legend-5 ul li .legend__two {
    background-color: #4be6b8
}

.chart-legend-5 ul li .legend__three {
    background-color: #f78c01
}

.chart-legend-5 ul li .legend__four {
    background-color: #c500ee
}

.chart-legend-5 ul li .legend__five {
    background-color: #f8c652
}

.chart-legend-5 ul li .legend__six {
    background-color: #f55974
}

.chart-legend-5 ul li .legend__seven {
    background-color: #17a2b8
}

.chart-legend-5 ul li .legend__eight {
    background-color: #1E4CA0
}

.chart-legend-5 ul li .legend__nine {
    background-color: #7f8897
}

.chart-legend-6 ul li .legend__one {
    background-color: #5c48e0
}

.chart-legend-6 ul li .legend__two {
    background-color: #4be6b8
}

.chart-legend-6 ul li .legend__three {
    background-color: #f78c01
}

.chart-legend-6 ul li .legend__four {
    background-color: #c500ee
}

.chart-legend-6 ul li .legend__five {
    background-color: #f8c652
}

@media(max-width:425px) {
    #radar-chart, #polar-chart {
        width: 400px !important;
        height: 200px !important;
        margin-left: -30px
    }
}

@media(max-width:375px) {
    #radar-chart, #polar-chart {
        margin-left: -55px
    }
}

@media(max-width:320px) {
    #radar-chart, #polar-chart {
        margin-left: -80px
    }
}

.bullet-area .bullet-content-wrap {
    margin-top: 30px
}

.bullet-item {
    margin-bottom: 30px
}
.bullet-item-privacy {
    margin-bottom: 20px;
    margin-top: 20px;
}

    .bullet-item ul li {
        position: relative;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 15px;
        padding-left: 25px
    }

.bullet-item-privacy ul li {
    margin-bottom: 5px;
    margin-left: 20px;
}

.bullet-item ul li:after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #ececec;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.bullet-item-2 ul li:after {
    background-color: #1E4CA0
}

.bullet-item-3 ul li {
    padding-left: 24px
}

    .bullet-item-3 ul li span {
        display: inline-block;
        position: absolute;
        top: 5px;
        left: 0;
        color: #2e3d62
    }

    .bullet-item-3 ul li:after {
        display: none
    }

.bullet-item-4 ul li {
    padding-left: 38px
}

    .bullet-item-4 ul li span {
        position: absolute;
        top: 5px;
        left: 0;
        text-align: center;
        display: inline-block;
        width: 24px;
        height: 24px;
        line-height: 25px;
        color: #fff;
        background-color: #ae001e;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }

    .bullet-item-4 ul li:after {
        display: none
    }

.accordion-area .accordion-wrap {
    margin-top: 30px
}

.accordion .card {
    border: 0;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .accordion .card .card-header {
        background-color: transparent;
        border-bottom: 0;
        padding: 0;
        margin-bottom: 0
    }

        .accordion .card .card-header .btn-link {
            width: 100%;
            text-align: left;
            padding: 12px 20px;
            color: #2e3d62;
            text-decoration: none;
            border: 1px solid #ececec;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            font-weight: 500;
            position: relative
        }


        .about-area .accordion .card .card-header .btn-link {
            width: 100%;
            text-align: left;
            padding: 12px 20px;
            color: #2e3d62;
            text-decoration: none;
            border: 1px solid #ececec;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            font-weight: 600;
            font-size: 16pt;
            position: relative
        }

            .accordion .card .card-header .btn-link:before {
                position: absolute;
                content: "\f2c2";
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 20px;
                font-family: "LineAwesome";
                font-size: 18px;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s
            }

            .accordion .card .card-header .btn-link[aria-expanded=true] {
                -webkit-border-radius: 4px 4px 0 0;
                -moz-border-radius: 4px 4px 0 0;
                border-radius: 4px 4px 0 0
            }

                .accordion .card .card-header .btn-link[aria-expanded=true]:before {
                    content: "\f28e"
                }

    .accordion .card .card-body {
        border: 1px solid #ececec;
        margin-top: -1px;
        padding: 18px 20px;
        font-size: 15px;
        line-height: 26px
    }

.accordion-2 .card {
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    background-color: #fff
}

    .accordion-2 .card .card-header .btn-link:before {
        content: '\f113'
    }

    .accordion-2 .card .card-header .btn-link[aria-expanded=true]:before {
        content: "\f110"
    }

.accordion-3 .card .card-header .btn-link .la {
    margin-right: 5px
}

.accordion-3 .card .card-header .btn-link:before {
    content: "\f165"
}

.accordion-3 .card .card-header .btn-link[aria-expanded=true] {
    color: #1E4CA0
}

    .accordion-3 .card .card-header .btn-link[aria-expanded=true]:before {
        content: "\f16c"
    }

.accordion-4 .card .card-header .btn-link {
    border-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    padding-right: 0;
    padding-left: 0
}

    .accordion-4 .card .card-header .btn-link:before {
        right: 0
    }

    .accordion-4 .card .card-header .btn-link[aria-expanded=true] {
        border-bottom: transparent
    }

.accordion-4 .card .card-body {
    border-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0
}

.accordion-5 .card {
    background-color: #2e3d62;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important
}

    .accordion-5 .card .card-header .btn-link {
        border: 0;
        color: #fff
    }

        .accordion-5 .card .card-header .btn-link .la {
            margin-right: 5px
        }

    .accordion-5 .card .card-body {
        border: 0;
        color: #fff
    }

.accordion-6 .card {
    background-color: #f55974;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important
}

    .accordion-6 .card .card-header .btn-link {
        border: 0;
        background-color: transparent;
        color: #fff
    }

        .accordion-6 .card .card-header .btn-link .la {
            margin-right: 5px
        }

    .accordion-6 .card .card-body {
        padding-top: 10px;
        border: 0;
        color: #fff
    }

.accordion-7 .card {
    background: #8f42ec;
    background: -moz-linear-gradient(-45deg,#8f42ec 0,#17a2b8 100%);
    background: -webkit-linear-gradient(-45deg,#8f42ec 0,#17a2b8 100%);
    background: linear-gradient(135deg,#8f42ec 0,#17a2b8 100%);
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important
}

    .accordion-7 .card .card-header .btn-link {
        border: 0;
        background-color: transparent;
        color: #fff
    }

        .accordion-7 .card .card-header .btn-link .la {
            margin-right: 5px
        }

    .accordion-7 .card .card-body {
        padding-top: 10px;
        border: 0;
        color: #fff
    }

.faq-area .accordion-wrap {
    margin-top: 56px;
    margin-right: 60px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .faq-area .accordion-wrap {
        margin-right: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .faq-area .accordion-wrap {
        margin-right: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .faq-area .accordion-wrap {
        margin-right: 0
    }
}

.faq-area .faq-img {
    margin-top: 56px
}

    .faq-area .faq-img img {
        width: 100%
    }

.tab-area .tab-wrap {
    margin-top: 30px
}

.tab-layout .tab-list .nav-tabs {
    border-bottom-color: #eee;
    border-bottom-width: 2px
}

    .tab-layout .tab-list .nav-tabs li a {
        color: #7f8897;
        text-transform: capitalize;
        font-weight: 500;
        display: block;
        padding: 14px 17px;
        position: relative;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

        .tab-layout .tab-list .nav-tabs li a .la {
            margin-right: 5px
        }

        .tab-layout .tab-list .nav-tabs li a:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 2px;
            bottom: -2px;
            left: 0;
            background-color: #1E4CA0;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0)
        }

        .tab-layout .tab-list .nav-tabs li a.active {
            color: #1E4CA0
        }

            .tab-layout .tab-list .nav-tabs li a.active:after {
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1)
            }

            .tab-layout .tab-list .nav-tabs li a.active:hover {
                color: #1E4CA0
            }

        .tab-layout .tab-list .nav-tabs li a:hover {
            color: #1E4CA0
        }

            .tab-layout .tab-list .nav-tabs li a:hover:after {
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1)
            }

.tab-layout .tab-content .tab-item {
    padding: 20px 17px 15px 0
}

    .tab-layout .tab-content .tab-item .tab__title {
        margin-top: 20px;
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 20px
    }

    .tab-layout .tab-content .tab-item .tab__text {
        line-height: 28px
    }

.tab-layout-2 .tab-list .nav-tabs {
    border-bottom: 0
}

    .tab-layout-2 .tab-list .nav-tabs li {
        display: block;
        width: 100%
    }

.tab-layout-2 .tab-content .tab-item {
    padding-top: 0
}

    .tab-layout-2 .tab-content .tab-item .tab__title {
        margin-top: 11px
    }

    .tab-layout-2 .tab-content .tab-item .tab__text {
        margin-bottom: 13px
    }

.tab-layout-3 .tab-list .nav-tabs {
    border-bottom: 0
}

    .tab-layout-3 .tab-list .nav-tabs li {
        display: block;
        width: 100%
    }

.tab-layout-3 .tab-content {
    text-align: right
}

    .tab-layout-3 .tab-content .tab-item {
        padding-top: 0
    }

        .tab-layout-3 .tab-content .tab-item .tab__title {
            margin-top: 11px
        }

        .tab-layout-3 .tab-content .tab-item .tab__text {
            margin-bottom: 13px
        }

.tab-layout-4 .tab-list .nav-tabs {
    border-bottom: 0
}

    .tab-layout-4 .tab-list .nav-tabs li {
        margin-right: 8px;
        margin-bottom: 8px
    }

        .tab-layout-4 .tab-list .nav-tabs li:last-child {
            margin-right: 0
        }

        .tab-layout-4 .tab-list .nav-tabs li a {
            border: 1px solid #eee;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            padding-top: 12px;
            padding-bottom: 12px
        }

            .tab-layout-4 .tab-list .nav-tabs li a:after {
                display: none
            }

            .tab-layout-4 .tab-list .nav-tabs li a.active, .tab-layout-4 .tab-list .nav-tabs li a:hover {
                border-color: #1E4CA0
            }

.tab-layout-4 .tab-content {
    margin-top: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tab-layout-4 .tab-content {
        width: auto
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .tab-layout-4 .tab-content {
        width: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .tab-layout-4 .tab-content {
        width: auto
    }
}

.tab-layout-4 .tab-content .tab-item {
    padding: 20px;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .tab-layout-4 .tab-content .tab-item img {
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .tab-layout-4 .tab-content .tab-item .tab-item-inner {
        padding-top: 30px;
        padding-bottom: 15px
    }

        .tab-layout-4 .tab-content .tab-item .tab-item-inner .tab__title {
            margin-top: 0
        }

        .tab-layout-4 .tab-content .tab-item .tab-item-inner .tab__text {
            margin-bottom: 25px
        }

.tab-layout-5 .tab-list .nav-tabs {
    border-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tab-layout-5 .tab-list .nav-tabs {
        -ms-flex-pack: justify;
        justify-content: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .tab-layout-5 .tab-list .nav-tabs {
        -ms-flex-pack: justify;
        justify-content: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .tab-layout-5 .tab-list .nav-tabs {
        -ms-flex-pack: justify;
        justify-content: center
    }
}

.tab-layout-5 .tab-list .nav-tabs li {
    margin-bottom: 8px;
    width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tab-layout-5 .tab-list .nav-tabs li {
        margin-bottom: 20px;
        width: auto;
        margin-right: 10px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .tab-layout-5 .tab-list .nav-tabs li {
        margin-bottom: 20px;
        width: auto;
        margin-right: 10px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .tab-layout-5 .tab-list .nav-tabs li {
        margin-bottom: 20px;
        width: auto;
        margin-right: 10px
    }
}

.tab-layout-5 .tab-list .nav-tabs li a {
    background-color: rgba(46,61,98,0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 16px;
    padding-bottom: 16px
}

    .tab-layout-5 .tab-list .nav-tabs li a:after {
        background-color: transparent;
        bottom: 16px;
        right: -10px;
        left: auto;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #2e3d62
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .tab-layout-5 .tab-list .nav-tabs li a:after {
        -webkit-transform: rotate(90deg) translateX(-50%) scale(0);
        -moz-transform: rotate(90deg) translateX(-50%) scale(0);
        -ms-transform: rotate(90deg) translateX(-50%) scale(0);
        -o-transform: rotate(90deg) translateX(-50%) scale(0);
        transform: rotate(90deg) translateX(-50%) scale(0);
        bottom: -19px;
        left: 50%
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .tab-layout-5 .tab-list .nav-tabs li a:after {
        -webkit-transform: rotate(90deg) translateX(-50%) scale(0);
        -moz-transform: rotate(90deg) translateX(-50%) scale(0);
        -ms-transform: rotate(90deg) translateX(-50%) scale(0);
        -o-transform: rotate(90deg) translateX(-50%) scale(0);
        transform: rotate(90deg) translateX(-50%) scale(0);
        bottom: -19px;
        left: 50%
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .tab-layout-5 .tab-list .nav-tabs li a:after {
        -webkit-transform: rotate(90deg) translateX(-50%) scale(0);
        -moz-transform: rotate(90deg) translateX(-50%) scale(0);
        -ms-transform: rotate(90deg) translateX(-50%) scale(0);
        -o-transform: rotate(90deg) translateX(-50%) scale(0);
        transform: rotate(90deg) translateX(-50%) scale(0);
        bottom: -19px;
        left: 50%
    }
}

.tab-layout-5 .tab-list .nav-tabs li a.active:hover {
    color: #fff
}

.tab-layout-5 .tab-list .nav-tabs li a.active, .tab-layout-5 .tab-list .nav-tabs li a:hover {
    background-color: #2e3d62;
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tab-layout-5 .tab-list .nav-tabs li a.active:after, .tab-layout-5 .tab-list .nav-tabs li a:hover:after {
        -webkit-transform: rotate(90deg) translateX(-50%) scale(1);
        -moz-transform: rotate(90deg) translateX(-50%) scale(1);
        -ms-transform: rotate(90deg) translateX(-50%) scale(1);
        -o-transform: rotate(90deg) translateX(-50%) scale(1);
        transform: rotate(90deg) translateX(-50%) scale(1);
        bottom: -19px;
        left: 50%
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .tab-layout-5 .tab-list .nav-tabs li a.active:after, .tab-layout-5 .tab-list .nav-tabs li a:hover:after {
        -webkit-transform: rotate(90deg) translateX(-50%) scale(1);
        -moz-transform: rotate(90deg) translateX(-50%) scale(1);
        -ms-transform: rotate(90deg) translateX(-50%) scale(1);
        -o-transform: rotate(90deg) translateX(-50%) scale(1);
        transform: rotate(90deg) translateX(-50%) scale(1);
        bottom: -19px;
        left: 50%
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .tab-layout-5 .tab-list .nav-tabs li a.active:after, .tab-layout-5 .tab-list .nav-tabs li a:hover:after {
        -webkit-transform: rotate(90deg) translateX(-50%) scale(1);
        -moz-transform: rotate(90deg) translateX(-50%) scale(1);
        -ms-transform: rotate(90deg) translateX(-50%) scale(1);
        -o-transform: rotate(90deg) translateX(-50%) scale(1);
        transform: rotate(90deg) translateX(-50%) scale(1);
        bottom: -19px;
        left: 50%
    }
}

.tab-layout-5 .tab-content {
    margin-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tab-layout-5 .tab-content {
        margin-left: 0;
        margin-top: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .tab-layout-5 .tab-content {
        margin-left: 0;
        margin-top: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .tab-layout-5 .tab-content {
        margin-left: 0;
        margin-top: 30px
    }
}

.tab-layout-5 .tab-content .tab-item {
    padding: 20px;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .tab-layout-5 .tab-content .tab-item img {
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .tab-layout-5 .tab-content .tab-item .tab-item-inner {
        padding-top: 30px;
        padding-bottom: 15px
    }

        .tab-layout-5 .tab-content .tab-item .tab-item-inner .tab__title {
            margin-top: 0
        }

        .tab-layout-5 .tab-content .tab-item .tab-item-inner .tab__text {
            margin-bottom: 25px
        }

.tab-layout-6 .tab-list .nav-tabs {
    border-bottom: 0
}

    .tab-layout-6 .tab-list .nav-tabs li {
        margin-right: 8px
    }

@media only screen and (min-width:480px) and (max-width:767px) {
    .tab-layout-6 .tab-list .nav-tabs li {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .tab-layout-6 .tab-list .nav-tabs li {
        margin-bottom: 10px
    }
}

.tab-layout-6 .tab-list .nav-tabs li:last-child {
    margin-right: 0
}

.tab-layout-6 .tab-list .nav-tabs li a {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: rgba(46,61,98,0.1)
}

    .tab-layout-6 .tab-list .nav-tabs li a:after {
        display: none
    }

    .tab-layout-6 .tab-list .nav-tabs li a.active:hover {
        color: #fff
    }

    .tab-layout-6 .tab-list .nav-tabs li a.active, .tab-layout-6 .tab-list .nav-tabs li a:hover {
        background-color: #2e3d62;
        color: #fff
    }

.tab-layout-6 .tab-content {
    margin-top: 30px
}

    .tab-layout-6 .tab-content .tab-item {
        padding: 40px;
        border: 1px solid #eee;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        box-shadow: 0 0 40px rgba(82,85,90,0.1)
    }

        .tab-layout-6 .tab-content .tab-item .tab-item-inner .tab-img {
            position: relative;
            height: 100%;
            display: table;
            width: 100%;
            border-bottom: 1px solid #eee;
            padding-bottom: 35px
        }

            .tab-layout-6 .tab-content .tab-item .tab-item-inner .tab-img img {
                float: left;
                width: 90px;
                height: 90px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                margin-right: 25px
            }

@media(max-width:375px) {
    .tab-layout-6 .tab-content .tab-item .tab-item-inner .tab-img img {
        float: none;
        margin-right: 0
    }
}

.tab-layout-6 .tab-content .tab-item .tab-item-inner .tab-img .tabimg__title {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 4px;
    font-weight: 600
}

.tab-layout-6 .tab-content .tab-item .tab-item-inner .tab__title {
    font-size: 24px;
    margin-top: 30px
}

.tab-layout-6 .tab-content .tab-item .tab-item-inner .tab__meta {
    margin-bottom: 20px
}

    .tab-layout-6 .tab-content .tab-item .tab-item-inner .tab__meta li {
        display: inline-block;
        margin-right: 15px;
        position: relative
    }

        .tab-layout-6 .tab-content .tab-item .tab-item-inner .tab__meta li:after {
            position: absolute;
            content: '';
            bottom: 9px;
            right: -13px;
            width: 3px;
            height: 3px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-color: #2e3d62
        }

        .tab-layout-6 .tab-content .tab-item .tab-item-inner .tab__meta li:last-child {
            margin-right: 0
        }

            .tab-layout-6 .tab-content .tab-item .tab-item-inner .tab__meta li:last-child:after {
                display: none
            }

.tab-layout-6 .tab-content .tab-item .tab-item-inner .tab__text {
    margin-bottom: 25px
}

.gallery-area .image-gallery-wrap {
    margin-top: 30px
}

    .gallery-area .image-gallery-wrap figure {
        margin-bottom: 30px
    }

.image-gallery-item .gallery__title {
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px
}

.image-gallery-item a {
    display: block
}

    .image-gallery-item a img {
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

.image-gallery-item-2 .owl-nav div {
    position: absolute;
    top: 41%;
    left: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    color: #2e3d62;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .image-gallery-item-2 .owl-nav div:hover {
        background-color: #1E4CA0;
        color: #fff
    }

    .image-gallery-item-2 .owl-nav div.owl-next {
        left: auto;
        right: 10px
    }

@media(max-width:400px) {
    .image-gallery-item-2 .owl-nav div {
        top: 18%;
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

.image-gallery-item-2 .owl-dots {
    margin-top: 30px
}

    .image-gallery-item-2 .owl-dots .owl-dot {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        position: relative
    }

@media(max-width:1199px) {
    .image-gallery-item-2 .owl-dots .owl-dot {
        margin-bottom: 10px
    }
}

.image-gallery-item-2 .owl-dots .owl-dot.active:after, .image-gallery-item-2 .owl-dots .owl-dot:hover:after {
    opacity: 0
}

.image-gallery-item-2 .owl-dots .owl-dot img {
    width: 115px;
    height: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media(max-width:1199px) {
    .image-gallery-item-2 .owl-dots .owl-dot img {
        width: 113px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .image-gallery-item-2 .owl-dots .owl-dot img {
        width: 110px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .image-gallery-item-2 .owl-dots .owl-dot img {
        width: 110px
    }
}

@media(max-width:600px) {
    .image-gallery-item-2 .owl-dots .owl-dot img {
        width: 101px;
        height: 90px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .image-gallery-item-2 .owl-dots .owl-dot img {
        width: 110px
    }
}

.image-gallery-item-2 .owl-dots .owl-dot:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2e3d62;
    opacity: .7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.timeline-area .timeline-wrap {
    margin-top: 30px
}

@media(max-width:575px) {
    .zigzag-timeline-list {
        overflow: hidden
    }
}

.zigzag-timeline-list li {
    border-top: 3px solid;
    border-image: linear-gradient(to right,#8f42ec 0,#ba42ec 100%);
    border-image-slice: 1;
    border-width: 3px;
    margin: 0;
    padding: 40px 40px 38px 40px;
    counter-increment: section;
    position: relative;
    line-height: 28px
}

    .zigzag-timeline-list li:before {
        content: counter(section);
        position: absolute;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        background: #8f42ec;
        background: -moz-linear-gradient(left,#8f42ec 0,#ba42ec 100%);
        background: -webkit-linear-gradient(left,#8f42ec 0,#ba42ec 100%);
        background: linear-gradient(to right,#8f42ec 0,#ba42ec 100%);
        font-size: 18px;
        color: #fff;
        font-weight: 500
    }

    .zigzag-timeline-list li:nth-child(odd) {
        border-right: 3px solid;
        padding-left: 0
    }

        .zigzag-timeline-list li:nth-child(odd):before {
            left: 100%;
            margin-left: -20px
        }

    .zigzag-timeline-list li:nth-child(even) {
        border-left: 3px solid;
        padding-right: 0
    }

        .zigzag-timeline-list li:nth-child(even):before {
            right: 100%;
            margin-right: -20px
        }

    .zigzag-timeline-list li:first-child {
        border-top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .zigzag-timeline-list li:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

.road-map {
    position: relative;
    z-index: 1
}

    .road-map:after {
        position: absolute;
        content: '';
        left: 50%;
        top: 0;
        width: 4px;
        height: 100%;
        background-color: #2e3d62;
        opacity: .2;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

@media(max-width:481px) {
    .road-map:after {
        display: none
    }
}

.road-map .happening:hover .happening-period .happening__desc {
    background-color: #1E4CA0
}

.road-map .happening:hover .happening-period:before {
    background-color: #1E4CA0;
    border-color: #fff
}

.road-map .happening:nth-child(2n+2) .happening-period {
    float: right;
    text-align: left;
    padding-top: 60px;
    padding-right: 0;
    padding-left: 45px
}

@media(max-width:481px) {
    .road-map .happening:nth-child(2n+2) .happening-period {
        padding-left: 0;
        float: none;
        text-align: right
    }
}

.road-map .happening:nth-child(2n+2) .happening-period:before {
    right: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.road-map .happening:nth-child(2n+2) .happening-detail {
    float: left;
    text-align: right;
    margin-top: 31px;
    margin-bottom: 31px
}

    .road-map .happening:nth-child(2n+2) .happening-detail:before {
        left: auto;
        right: -12px;
        -webkit-transform: rotate(-179deg);
        -moz-transform: rotate(-179deg);
        -ms-transform: rotate(-179deg);
        -o-transform: rotate(-179deg);
        transform: rotate(-179deg)
    }

@media(max-width:481px) {
    .road-map .happening:nth-child(2n+2) .happening-detail:before {
        top: -18px;
        right: 37px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.road-map .happening .happening-period {
    width: 50%;
    padding: 27px 42px 0 0;
    float: left;
    vertical-align: top;
    text-align: right;
    position: relative
}

@media(max-width:481px) {
    .road-map .happening .happening-period {
        width: 100%;
        float: none;
        text-align: left;
        padding-right: 0
    }
}

.road-map .happening .happening-period .happening__desc {
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    background-color: #2e3d62;
    padding: 8px 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.road-map .happening .happening-period:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    border: 3px solid #fff;
    background-color: #2e3d62;
    right: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

@media(max-width:481px) {
    .road-map .happening .happening-period:before {
        display: none
    }
}

.road-map .happening .happening-detail {
    width: 45%;
    float: right;
    padding: 27px 30px 23px 30px;
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1)
}

@media(max-width:481px) {
    .road-map .happening .happening-detail {
        width: 100%;
        float: none;
        text-align: left;
        margin-top: 30px
    }
}

.road-map .happening .happening-detail .happening__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px
}

.road-map .happening .happening-detail .happening__desc {
    line-height: 28px
}

.road-map .happening .happening-detail:before {
    position: absolute;
    top: 26px;
    left: -12px;
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1)
}

@media(max-width:481px) {
    .road-map .happening .happening-detail:before {
        top: -18px;
        left: 37px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.road-map .happening:after {
    display: block;
    clear: both;
    content: ""
}

@media(max-width:481px) {
    .road-map .happening:last-child .happening-detail {
        margin-bottom: 0
    }
}

.tooltip-area .tooltip-wrap {
    margin-top: 30px
}

    .tooltip-area .tooltip-wrap .theme-btn {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin: 0 8px 10px 8px;
        outline: 0
    }

.popover-area .tooltip-wrap .theme-btn {
    background-color: #7f8897
}

    .popover-area .tooltip-wrap .theme-btn:hover {
        background-color: #2e3d62
    }

.modal-area .modal-wrap {
    margin-top: 30px
}

    .modal-area .modal-wrap .theme-btn {
        outline: 0
    }

    .modal-area .modal-wrap .modal .modal-header .close .la-close {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .modal-area .modal-wrap .modal .modal-header .close:hover .la-close {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .modal-area .modal-wrap .modal .modal-body {
        text-align: left;
        line-height: 28px
    }

        .modal-area .modal-wrap .modal .modal-body .form-group .col-form-label {
            color: #2e3d62;
            font-weight: 500;
            font-size: 15px
        }

        .modal-area .modal-wrap .modal .modal-body .form-group .form-control {
            height: auto;
            padding: 12px 20px;
            font-size: 15px;
            color: #7f8897;
            border-color: rgba(127,136,151,0.3)
        }

            .modal-area .modal-wrap .modal .modal-body .form-group .form-control:focus {
                -webkit-box-shadow: 0 0;
                -moz-box-shadow: 0 0;
                box-shadow: 0 0;
                border-color: rgba(127,136,151,0.5)
            }

        .modal-area .modal-wrap .modal .modal-body .form-group .form-message {
            height: 130px
        }

    .modal-area .modal-wrap .modal .modal-footer .btn {
        border: 0
    }

    .modal-area .modal-wrap .modal .modal-footer .btn-secondary {
        background-color: #f55974
    }

    .modal-area .modal-wrap .modal .modal-footer .btn-primary {
        background-color: #17a2b8
    }

.heading-one .section__title {
    font-size: 60px;
    font-weight: 700
}

.heading-two .section__title, .heading-four .section__title {
    font-weight: 600
}

.heading-three .section__title {
    font-weight: 700
}

.gradient-heading .section__title, .gradient-heading .section__meta {
    font-weight: 600;
    background: #5c48e0;
    background: -moz-linear-gradient(left,#5c48e0 0,#118589 47%,#16ada8 100%);
    background: -webkit-linear-gradient(left,#5c48e0 0,#118589 47%,#16ada8 100%);
    background: linear-gradient(to right,#5c48e0 0,#118589 47%,#16ada8 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.gradient-heading .section__meta {
    font-weight: 500
}

.gradient-heading .section-divider:before {
    background: #5c48e0;
    background: -moz-linear-gradient(left,#5c48e0 0,#118589 47%,#16ada8 100%);
    background: -webkit-linear-gradient(left,#5c48e0 0,#118589 47%,#16ada8 100%);
    background: linear-gradient(to right,#5c48e0 0,#118589 47%,#16ada8 100%)
}

.heading-five .section__title {
    font-size: 45px;
    font-weight: 900;
    line-height: 60px
}

.heading-six .section__title {
    font-size: 45px;
    font-weight: 400
}

.heading-seven .section__title {
    font-size: 45px;
    font-weight: 300
}

.heading-eight .section__title {
    font-size: 45px;
    font-weight: 100
}

.heading-nine p {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 14px
}

.heading-text-wrap {
    margin-top: 28px
}

    .heading-text-wrap .heading__text h3 {
        margin-bottom: 14px
    }

    .heading-text-wrap .heading__text p {
        line-height: 28px;
        margin-bottom: 25px
    }

        .heading-text-wrap .heading__text p.lead {
            line-height: 35px
        }

    .heading-text-wrap .heading__text .theme-btn {
        background-color: #fff;
        border: 1px solid #eee;
        color: #2e3d62;
        line-height: 45px;
        font-size: 14px
    }

        .heading-text-wrap .heading__text .theme-btn:hover {
            background-color: #2e3d62;
            color: #fff;
            border-color: #2e3d62
        }

.lead-text-wrap {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 35px
}

.blockquote-text-wrap {
    padding-top: 35px
}

    .blockquote-text-wrap .heading__text h3 {
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        margin-bottom: 35px
    }

    .blockquote-text-wrap .blockquote {
        position: relative;
        border-left: 4px solid rgba(127,136,151,0.4);
        padding-left: 25px
    }

        .blockquote-text-wrap .blockquote p {
            line-height: 35px;
            font-weight: 500
        }

.dropcaps-text-wrap .heading__text .dropcaps {
    color: #1E4CA0;
    float: left;
    font-size: 60px;
    width: 70px;
    height: 70px;
    margin-top: 6px;
    line-height: 73px
}

.dropcaps-text-wrap .heading__text .dropcaps2 {
    border: 1px solid #1E4CA0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    margin-top: 7px;
    margin-right: 20px
}

.dropcaps-text-wrap .heading__text .dropcaps3, .dropcaps-text-wrap .heading__text .dropcaps4 {
    background-color: #1E4CA0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    margin-right: 20px
}

.dropcaps-text-wrap .heading__text .dropcaps4 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.inline-text-wrap, .color-text-wrap, .transform-text-wrap, .code-text-wrap {
    padding-top: 35px
}

.highlight-area .highlight-wrap {
    margin-top: 30px
}

.highlight-text p {
    line-height: 28px;
    margin-bottom: 30px
}

    .highlight-text p mark {
        padding: 0
    }

@media only screen and (min-width:480px) and (max-width:767px) {
    .card-area .col-lg-3.col-sm-6, .card-area .col-lg-4.col-sm-6, .card-area .col-lg-6.col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .card-area .section-heading .section__title br {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .card-area .section-heading .section__title br {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .card-area .section-heading .section__title br {
        display: none
    }
}

.card-area .card-wrap {
    margin-top: 30px
}

.card-item .card {
    border-color: rgba(127,136,151,0.2);
    margin-bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .card-item .card .card-image {
        position: relative
    }

        .card-item .card .card-image .card-img-top {
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0
        }

        .card-item .card .card-image .card-info {
            position: absolute;
            top: 15px;
            left: 15px
        }

        .card-item .card .card-image .card__date {
            z-index: 1;
            background-color: #fff;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
            display: inline-block;
            padding: 8px 15px;
            font-weight: 600;
            font-size: 14px;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

    .card-item .card .card-body {
        padding: 28px 30px 28px 30px
    }

        .card-item .card .card-body .card-list {
            margin-bottom: 16px
        }

            .card-item .card .card-body .card-list li {
                display: inline-block;
                font-size: 15px;
                font-weight: 500;
                position: relative;
                margin-right: 5px
            }

                .card-item .card .card-body .card-list li:last-child {
                    margin-right: 0
                }

                .card-item .card .card-body .card-list li span {
                    color: #1E4CA0;
                    margin-right: 3px
                }

                .card-item .card .card-body .card-list li a {
                    color: #7f8897;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    -ms-transition: all .3s;
                    -o-transition: all .3s;
                    transition: all .3s
                }

                    .card-item .card .card-body .card-list li a:hover {
                        color: #1E4CA0
                    }

        .card-item .card .card-body .post-meta {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 20px
        }

            .card-item .card .card-body .post-meta .author img {
                margin-right: 6px;
                width: 40px;
                height: 40px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%
            }

        .card-item .card .card-body .card-title {
            font-weight: 600;
            font-size: 25px
        }

            .card-item .card .card-body .card-title .card__link {
                color: #2e3d62;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s
            }

                .card-item .card .card-body .card-title .card__link:hover {
                    color: #1E4CA0
                }

        .card-item .card .card-body .card-subtitle {
            color: #1E4CA0;
            margin-bottom: 15px
        }

        .card-item .card .card-body .card-text {
            margin-bottom: 15px;
            line-height: 26px
        }

        .card-item .card .card-body .link-btn {
            color: #2e3d62;
            font-weight: 500;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

            .card-item .card .card-body .link-btn:hover {
                color: #1E4CA0
            }

.card-item:hover .card-image .card__date {
    background-color: #1E4CA0;
    color: #fff
}

.card-item-2 .card .card-image .card-img-top {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.card-item-3 .card {
    border: 0;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

    .card-item-3 .card .card-image {
        position: relative
    }

        .card-item-3 .card .card-image .card-img-top {
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px
        }

        .card-item-3 .card .card-image .card-info {
            top: 0;
            left: 0;
            width: 100%;
            padding: 20px;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -ms-flex-align: center;
            align-items: center
        }

            .card-item-3 .card .card-image .card-info .la {
                cursor: pointer;
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                background-color: #2e3d62;
                color: #fff;
                font-size: 20px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s
            }

            .card-item-3 .card .card-image .card-info .card__date {
                margin-left: auto;
                background-color: #2e3d62;
                font-weight: 500;
                color: #fff;
                display: inline-block
            }

    .card-item-3 .card .card-body {
        position: relative;
        padding-top: 35px
    }

        .card-item-3 .card .card-body .card-title .card__link:hover {
            color: #ffb02b
        }

        .card-item-3 .card .card-body .card-subtitle {
            position: absolute;
            top: -12px;
            left: 30px;
            color: #7f8897;
            text-transform: uppercase;
            font-size: 15px;
            margin-bottom: 0;
            background-color: #fff;
            display: inline-block;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
            padding: 10px 20px
        }

        .card-item-3 .card .card-body .card-by .card__author {
            color: #ffb02b
        }

    .card-item-3 .card:hover .card-image .card-info .la, .card-item-3 .card:hover .card-image .card-info .card__date {
        background-color: #fff;
        color: #2e3d62
    }

.card-item-4 .card {
    border: 0;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1)
}

    .card-item-4 .card .card-body {
        padding-top: 40px
    }

        .card-item-4 .card .card-body .card-number {
            font-size: 50px;
            font-weight: 600;
            opacity: .3
        }

        .card-item-4 .card .card-body .card-title {
            margin-top: 20px
        }

            .card-item-4 .card .card-body .card-title .card__link:hover {
                color: #17a2b8
            }

        .card-item-4 .card .card-body .card-subtitle {
            color: #17a2b8
        }

        .card-item-4 .card .card-body .card-by {
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

            .card-item-4 .card .card-body .card-by .card__author a {
                color: #17a2b8
            }

            .card-item-4 .card .card-body .card-by .link-btn {
                border: 1px solid rgba(127,136,151,0.2);
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                padding: 8px 16px;
                color: #7f8897
            }

    .card-item-4 .card:hover .card-body .link-btn {
        background-color: #17a2b8;
        color: #fff;
        border-color: #17a2b8
    }

.card-item-5 .card {
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    border: 0
}

    .card-item-5 .card .card-image {
        width: calc(100% - 45px);
        margin-left: auto;
        margin-right: auto;
        -webkit-box-shadow: 0 15px 40px 0 rgba(82,85,90,0.2);
        -moz-box-shadow: 0 15px 40px 0 rgba(82,85,90,0.2);
        box-shadow: 0 15px 40px 0 rgba(82,85,90,0.2);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px
    }

        .card-item-5 .card .card-image .card-img-top {
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px
        }

        .card-item-5 .card .card-image .card-info {
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%)
        }

            .card-item-5 .card .card-image .card-info .card__date {
                -webkit-border-radius: 0 0 30px 30px;
                -moz-border-radius: 0 0 30px 30px;
                border-radius: 0 0 30px 30px
            }

    .card-item-5 .card .card-body {
        margin-top: -120px;
        padding-top: 140px;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.2);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.2);
        box-shadow: 0 0 40px rgba(82,85,90,0.2);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px
    }

        .card-item-5 .card .card-body .card-list li {
            text-transform: uppercase;
            color: #1E4CA0
        }

            .card-item-5 .card .card-body .card-list li a {
                color: #1E4CA0
            }

        .card-item-5 .card .card-body .card__link {
            line-height: 28px;
            font-size: 22px
        }

    .card-item-5 .card .list-group .list-group-item {
        padding-right: 30px;
        padding-left: 30px
    }

.card-item-6 .card {
    border: 0
}

    .card-item-6 .card .card-image .card-img-top {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .card-item-6 .card .card-image .card-info {
        top: 0;
        left: 0
    }

        .card-item-6 .card .card-image .card-info .card__date {
            -webkit-border-radius: 4px 0 30px 0;
            -moz-border-radius: 4px 0 30px 0;
            border-radius: 4px 0 30px 0
        }

    .card-item-6 .card .card-body {
        border: 1px solid rgba(127,136,151,0.2);
        margin-top: 30px;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

        .card-item-6 .card .card-body .card-title {
            font-weight: 600;
            font-size: 20px;
            line-height: 28px
        }

        .card-item-6 .card .card-body:after {
            top: -8px;
            content: "";
            position: absolute;
            background-color: #fff;
            left: 30px;
            width: 16px;
            height: 16px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            border-top: 1px solid rgba(127,136,151,0.2);
            border-left: 1px solid rgba(127,136,151,0.2)
        }

.card-item-7 .card {
    -webkit-border-radius: 30px 30px 4px 4px;
    -moz-border-radius: 30px 30px 4px 4px;
    border-radius: 30px 30px 4px 4px;
    padding-top: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(14,16,48,0.05);
    -moz-box-shadow: 0 0 40px rgba(14,16,48,0.05);
    box-shadow: 0 0 40px rgba(14,16,48,0.05)
}

    .card-item-7 .card .card-image {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        width: calc(100% - 10px);
        margin-left: auto;
        margin-right: auto;
        position: relative
    }

        .card-item-7 .card .card-image .card-img-top {
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px
        }

    .card-item-7 .card .card-body {
        padding: 35px 30px 35px 30px
    }

        .card-item-7 .card .card-body .card-btn {
            color: #7f8897;
            text-transform: capitalize;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

            .card-item-7 .card .card-body .card-btn:hover {
                color: #1E4CA0
            }

.card-item-7:hover .card-image .card__date {
    background-color: #1E4CA0;
    color: #fff
}

.card-item-8 .card {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    border: 0
}

    .card-item-8 .card .card-image .card-img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .card-item-8 .card .card-img-overlay {
        top: auto;
        right: auto;
        padding: 35px 30px 0 100px;
        height: 115px;
        background-color: rgba(0, 70, 173, 0.9);
        overflow: hidden;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        color: #fff
    }

@media(max-width:481px) {
    .card-item-8 .card .card-img-overlay {
        height: 135px
    }
}

@media(max-width:480px) {
    .card-item-8 .card .card-img-overlay {
        height: 180px;
        text-align: center;
        padding: 30px 30px 0 30px
    }
}

@media(max-width:320px) {
    .card-item-8 .card .card-img-overlay {
        height: 110px
    }
}

.card-item-8 .card .card-img-overlay .la {
    position: absolute;
    top: 35px;
    left: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    color: #2e3d62
}

@media(max-width:480px) {
    .card-item-8 .card .card-img-overlay .la {
        position: relative;
        top: auto;
        left: auto;
        display: inline-block;
        margin-bottom: 30px
    }
}

.card-item-8 .card .card-img-overlay .card-title {
    margin-bottom: 16px
}

@media(max-width:480px) {
    .card-item-8 .card .card-img-overlay .card-title {
        margin-bottom: 30px
    }
}

.card-item-8 .card .card-img-overlay .card-title .card__link {
    color: #fff;
    font-weight: 600;
    font-size: 25px
}

@media(max-width:480px) {
    .card-item-8 .card .card-img-overlay .card-title .card__link {
        font-size: 20px
    }
}

.card-item-8 .card .card-img-overlay .card-text {
    margin-bottom: 16px;
    line-height: 26px
}

@media(max-width:480px) {
    .card-item-8 .card .card-img-overlay .card-text {
        display: none
    }
}

.card-item-8 .card .card-img-overlay .card-info-text {
    opacity: .7;
    margin-bottom: 30px
}

@media(max-width:480px) {
    .card-item-8 .card .card-img-overlay .card-info-text {
        display: none
    }
}

.card-item-8 .card .card-img-overlay .theme-btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    color: #2e3d62
}

    .card-item-8 .card .card-img-overlay .theme-btn:hover {
        background-color: #1E4CA0;
        color: #fff
    }

.card-item-8 .card:hover .card-img-overlay {
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.card-item-9 .card .card-image {
    position: relative
}

    .card-item-9 .card .card-image .card-img-top {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .card-item-9 .card .card-image .add-to-wishlist {
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #2e3d62;
        color: #fff;
        position: absolute;
        right: 20px;
        bottom: -20px;
        font-size: 24px;
        cursor: pointer;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

        .card-item-9 .card .card-image .add-to-wishlist:hover {
            background-color: #1E4CA0
        }

.card-item-9 .card .card-body .card-rating {
    margin-bottom: 16px
}

    .card-item-9 .card .card-body .card-rating li {
        display: inline-block;
        color: #ffb02b
    }

        .card-item-9 .card .card-body .card-rating li .count-rating {
            color: #7f8897
        }

.card-item-9 .card .card-body .card-action {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
}

    .card-item-9 .card .card-body .card-action .card__price {
        color: #2e3d62;
        font-size: 28px;
        font-weight: 600
    }

    .card-item-9 .card .card-body .card-action .theme-btn {
        background-color: transparent;
        border: 1px solid rgba(127,136,151,0.2);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: rgba(127,136,151,0.8);
        padding-right: 35px;
        padding-left: 15px;
        line-height: 45px
    }

        .card-item-9 .card .card-body .card-action .theme-btn:hover {
            background-color: #1E4CA0;
            color: #fff;
            border-color: #1E4CA0
        }

        .card-item-9 .card .card-body .card-action .theme-btn .la {
            font-size: 20px;
            right: 10px
        }

.card-item-10 .card .card-image {
    position: relative
}

    .card-item-10 .card .card-image:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 30px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #fff
    }

.card-item-10 .card .card-body {
    padding-top: 35px
}

    .card-item-10 .card .card-body .card-title {
        font-size: 24px;
        line-height: 30px
    }

    .card-item-10 .card .card-body .card-subtitle {
        color: #7f8897;
        display: inline-block;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: rgba(127,136,151,0.1);
        font-size: 15px;
        padding: 6px 12px
    }

    .card-item-10 .card .card-body .card-separator {
        width: 80px;
        height: 2px;
        background-color: #1E4CA0;
        margin-bottom: 20px;
        margin-top: 20px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .card-item-10 .card .card-body .card-text {
        margin-bottom: 30px
    }

    .card-item-10 .card .card-body .card-action {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .card-item-10 .card .card-body .card-action .dropdown .dropdown-toggle {
            color: #7f8897
        }

            .card-item-10 .card .card-body .card-action .dropdown .dropdown-toggle:after {
                display: none
            }

            .card-item-10 .card .card-body .card-action .dropdown .dropdown-toggle:hover {
                color: #2e3d62
            }

        .card-item-10 .card .card-body .card-action .dropdown .dropdown-menu {
            min-width: auto;
            left: auto !important;
            right: -8px;
            border-color: rgba(127,136,151,0.2);
            margin-top: 15px
        }

            .card-item-10 .card .card-body .card-action .dropdown .dropdown-menu:after {
                position: absolute;
                content: '';
                right: 12px;
                width: 12px;
                height: 12px;
                background-color: #fff;
                border-top: 1px solid rgba(127,136,151,0.2);
                border-left: 1px solid rgba(127,136,151,0.2);
                top: -6px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg)
            }

    .card-item-10 .card .card-body .theme-btn {
        line-height: 45px;
        padding-right: 40px;
        padding-left: 25px
    }

        .card-item-10 .card .card-body .theme-btn .la {
            right: 15px
        }

.card-item-10 .card:hover .card-body .card-separator {
    width: 100px
}

.card-item-11 .card .card-image {
    position: relative
}

    .card-item-11 .card .card-image .card-img-top {
        -webkit-clip-path: polygon(50% 0,100% 0,100% 92%,0 100%,0 0);
        clip-path: polygon(50% 0,100% 0,100% 92%,0 100%,0 0)
    }

    .card-item-11 .card .card-image .card-info {
        top: auto;
        bottom: 30px;
        left: 30px;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

.card-item-11 .card .card-body .card-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0
}

.card-item-11 .card .card-body .card-bottom {
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card-item-11 .card:hover .card-image .card-img-badge {
    background-color: #1E4CA0;
    color: #fff
}

.card-side-item .card {
    margin-bottom: 10px
}

.card-side-item .button-shared {
    border: 0
}

    .card-side-item .button-shared .card-body {
        padding: 0
    }

        .card-side-item .button-shared .card-body .theme-btn {
            text-align: center;
            width: 100%;
            display: block;
            background-color: #fff;
            color: #2e3d62;
            border: 1px solid rgba(127,136,151,0.2)
        }

            .card-side-item .button-shared .card-body .theme-btn:hover {
                background-color: #1E4CA0;
                border-color: #1E4CA0;
                color: #fff
            }

.blog-area .card-wrap {
    margin-top: 45px
}

    .blog-area .card-wrap .card-item .card .card-body .card-title {
        font-size: 20px;
        line-height: 28px
    }

    .blog-area .card-wrap .card-item .card .card-body .card-separator {
        margin-top: 32px;
        margin-bottom: 35px;
        width: 50px
    }

    .blog-area .card-wrap .card-item .card .card-body .card-action .theme-btn {
        padding-right: 45px;
        line-height: 40px
    }

        .blog-area .card-wrap .card-item .card .card-body .card-action .theme-btn .la-caret-right {
            right: 20px
        }

    .blog-area .card-wrap .card-item .card:hover .card-body .card-separator {
        width: 70px
    }

.blog-area-2 .card-wrap, .blog-area-3 .card-wrap {
    margin-top: 45px
}

.single-service-area .card-wrap {
    margin-top: 0
}

    .single-service-area .card-wrap .card-item .card .card-body .card--title {
        font-size: 30px;
        line-height: 40px
    }

    .single-service-area .card-wrap .card-item .card .card-body .blockquote-item {
        margin-top: 40px;
        margin-bottom: 40px
    }

        .single-service-area .card-wrap .card-item .card .card-body .blockquote-item blockquote {
            padding-top: 0;
            padding-right: 0;
            padding-bottom: 0
        }

    .single-service-area .card-wrap .card-item .card .card-body .card-chart-box {
        margin: 40px -15px 40px -15px
    }

        .single-service-area .card-wrap .card-item .card .card-body .card-chart-box .chart-box {
            margin-top: 0;
            border: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            -webkit-box-shadow: 0 0;
            -moz-box-shadow: 0 0;
            box-shadow: 0 0;
            padding: 0
        }

            .single-service-area .card-wrap .card-item .card .card-body .card-chart-box .chart-box .chart-legend {
                padding-top: 10px
            }

    .single-service-area .card-wrap .card-item .card .card-body .card-image-box {
        margin: 40px -15px 40px -15px
    }

        .single-service-area .card-wrap .card-item .card .card-body .card-image-box img {
            width: 100%
        }

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-service-area .card-wrap .card-item .card .card-body .card-image-box img {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .single-service-area .card-wrap .card-item .card .card-body .card-image-box img {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .single-service-area .card-wrap .card-item .card .card-body .card-image-box img {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-service-area .card-wrap .card-item .card .card-body .card-image-box .list-items {
        margin-top: 25px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .single-service-area .card-wrap .card-item .card .card-body .card-image-box .list-items {
        margin-top: 25px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .single-service-area .card-wrap .card-item .card .card-body .card-image-box .list-items {
        margin-top: 25px
    }
}

.single-service-area .card-wrap .card-item .card .card-body .card-image-box .list-items li {
    font-weight: 500;
    padding-left: 30px
}

@media(max-width:425px) {
    .single-service-area .card-wrap .card-item .card .card-body .card-image-box .list-items li {
        margin-bottom: 10px
    }
}

.single-service-area .card-wrap .card-item .card .card-body .card-image-box .list-items li span {
    font-size: 20px;
    margin-right: 0;
    top: 0
}

.single-service-area .card-wrap .card-item .card .card-body .card-image-box .list-items li + li {
    margin-top: 12px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .single-service-area .card-wrap .card-item .card .card-body .card-chart-box.d-flex, .single-service-area .card-wrap .card-item .card .card-body .card-image-box.d-flex {
        display: block !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .single-service-area .card-wrap .card-item .card .card-body .card-chart-box.d-flex, .single-service-area .card-wrap .card-item .card .card-body .card-image-box.d-flex {
        display: block !important
    }
}

.single-service-area .card-wrap .card-item .card .card-body .card-form {
    padding-top: 45px;
    border-top: 1px solid rgba(127,136,151,0.2)
}

    .single-service-area .card-wrap .card-item .card .card-body .card-form .card-form-content {
        margin-bottom: 35px
    }

.single-blog-area {
    padding-bottom: 0
}

    .single-blog-area .card-wrap .card-item .card .card-body .card-inner-box img {
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

@media only screen and (min-width:480px) and (max-width:767px) {
    .single-blog-area .card-wrap .card-item .card .card-body .card-inner-box img {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .single-blog-area .card-wrap .card-item .card .card-body .card-inner-box img {
        margin-bottom: 30px
    }
}

.single-blog-area .card-wrap .card-item .card .card-body .card-inner-box .card-list {
    margin-top: 0;
    margin-bottom: 0
}

    .single-blog-area .card-wrap .card-item .card .card-body .card-inner-box .card-list li {
        margin-right: 0;
        margin-bottom: 10px
    }

.single-blog-area .card-wrap .card-item .card .card-body .card-form {
    margin-top: 30px
}

.tag-items {
    padding-top: 45px;
    padding-bottom: 45px;
    border-top: 1px solid rgba(127,136,151,0.2);
    border-bottom: 1px solid rgba(127,136,151,0.2)
}

    .tag-items .tag-inner {
        margin-right: -15px;
        margin-left: -15px
    }

        .tag-items .tag-inner ul li {
            display: inline-block
        }

            .tag-items .tag-inner ul li span {
                font-weight: 600;
                color: #2e3d62
            }

            .tag-items .tag-inner ul li a {
                display: block;
                color: #2e3d62;
                position: relative
            }

@media(max-width:1199px) {
    .tag-items .tag-inner ul.tag__list li {
        margin-bottom: 5px
    }
}

.tag-items .tag-inner ul.tag__list li a {
    background-color: rgba(46,61,98,0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .tag-items .tag-inner ul.tag__list li a:after {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        width: 3px;
        height: 20px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: rgba(46,61,98,0.2);
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .tag-items .tag-inner ul.tag__list li a:hover {
        color: #fff;
        background-color: #2e3d62
    }

        .tag-items .tag-inner ul.tag__list li a:hover:after {
            background-color: #fff
        }

.tag-items .tag-inner ul.social__list {
    text-align: right
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .tag-items .tag-inner ul.social__list {
        text-align: left;
        margin-top: 20px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .tag-items .tag-inner ul.social__list {
        text-align: left;
        margin-top: 20px
    }
}

.tag-items .tag-inner ul.social__list li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #2e3d62;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: rgba(46,61,98,0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

    .tag-items .tag-inner ul.social__list li a:hover {
        background-color: #1E4CA0;
        color: #fff
    }

@media only screen and (min-width:480px) and (max-width:767px) {
    .tag-items .tag-inner.d-flex {
        display: block !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .tag-items .tag-inner.d-flex {
        display: block !important
    }
}

.blog-four-column .card-wrap .card-item .card .card-body .card-text {
    margin-bottom: 20px
}

.blog-four-column .card-wrap .card-item .card .card-body .card-action .theme-btn {
    background-color: transparent;
    color: #7f8897;
    padding-left: 0;
    padding-right: 20px;
    line-height: 28px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

    .blog-four-column .card-wrap .card-item .card .card-body .card-action .theme-btn .la {
        right: 0
    }

    .blog-four-column .card-wrap .card-item .card .card-body .card-action .theme-btn:hover {
        -webkit-box-shadow: 0 0;
        -moz-box-shadow: 0 0;
        box-shadow: 0 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        color: #1E4CA0
    }

.product-area .product-wrap {
    margin-top: 30px
}

.product-nav-tabs {
    margin-top: 30px;
    border-bottom: 0;
    margin-bottom: 15px
}

    .product-nav-tabs .nav-item {
        margin-right: 8px
    }

@media only screen and (min-width:480px) and (max-width:767px) {
    .product-nav-tabs .nav-item {
        margin-bottom: 8px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .product-nav-tabs .nav-item {
        margin-bottom: 8px
    }
}

.product-nav-tabs .nav-item:last-child {
    margin-right: 0
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .product-nav-tabs .nav-item:last-child {
        margin-bottom: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .product-nav-tabs .nav-item:last-child {
        margin-bottom: 0
    }
}

.product-nav-tabs .nav-item .nav-link {
    color: #7f8897;
    font-weight: 500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(127,136,151,0.1);
    position: relative
}

    .product-nav-tabs .nav-item .nav-link:after {
        position: absolute;
        content: '';
        bottom: 0;
        width: 0;
        height: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #1E4CA0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .product-nav-tabs .nav-item .nav-link.active {
        background-color: #1E4CA0;
        color: #fff;
        border-color: #1E4CA0
    }

        .product-nav-tabs .nav-item .nav-link.active:after {
            bottom: -6px;
            opacity: 1;
            visibility: visible
        }

.product-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.05);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.05);
    box-shadow: 0 0 40px rgba(82,85,90,0.05);
    border: 1px solid rgba(127,136,151,0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .product-item .product-img {
        position: relative
    }

        .product-item .product-img .price-off {
            position: absolute;
            top: 15px;
            right: 15px;
            padding: 3px 12px;
            text-align: center;
            background-color: #2e3d62;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px
        }

        .product-item .product-img .product__img {
            width: 100%;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0
        }

        .product-item .product-img .product-action {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            text-align: center;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

            .product-item .product-img .product-action ul li {
                display: inline-block;
                margin-right: 3px
            }

                .product-item .product-img .product-action ul li:last-child {
                    margin-right: 0
                }

                .product-item .product-img .product-action ul li .theme-btn {
                    line-height: 40px;
                    font-size: 13px;
                    font-weight: 600;
                    padding-left: 15px;
                    padding-right: 40px;
                    -webkit-border-radius: 30px;
                    -moz-border-radius: 30px;
                    border-radius: 30px
                }

                    .product-item .product-img .product-action ul li .theme-btn .la {
                        right: 14px;
                        font-size: 18px
                    }

                .product-item .product-img .product-action ul li .cart-icon {
                    color: #2e3d62;
                    width: 35px;
                    height: 35px;
                    line-height: 35px;
                    display: block;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    text-align: center;
                    background-color: rgba(46,61,98,0.1)
                }

                    .product-item .product-img .product-action ul li .cart-icon:hover {
                        background-color: #1E4CA0;
                        color: #fff
                    }

    .product-item .product-content {
        padding: 20px
    }

        .product-item .product-content .pro__title {
            font-weight: 600;
            font-size: 20px
        }

            .product-item .product-content .pro__title a {
                color: #2e3d62;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s
            }

                .product-item .product-content .pro__title a:hover {
                    color: #1E4CA0
                }

        .product-item .product-content .content-block {
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 18px
        }

            .product-item .product-content .content-block .old__price {
                margin-left: 5px;
                text-decoration: line-through
            }

            .product-item .product-content .content-block .pro__price {
                font-weight: 600;
                color: #2e3d62;
                font-size: 20px
            }

    .product-item:hover .product-img .product-action {
        opacity: 1;
        visibility: visible;
        bottom: 20px
    }

.product-grid .product-wrap {
    margin-top: 0
}

.product-sort {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .product-sort {
        display: block
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .product-sort {
        display: block
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .product-sort .product-sort-ordering {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .product-sort .product-sort-ordering {
        margin-bottom: 10px
    }
}

.product-sort .product-sort-ordering .select-option {
    width: 280px
}

    .product-sort .product-sort-ordering .select-option select {
        margin-bottom: 0
    }

.product-single .pro-tab-content .pro-tab-img img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%
}

.product-single .pro-tab-content .nav-tabs {
    border: 0;
    margin-top: 30px
}

    .product-single .pro-tab-content .nav-tabs .nav-item {
        border: 0;
        padding: 0;
        margin: 5px 5px 0 5px
    }

        .product-single .pro-tab-content .nav-tabs .nav-item img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            width: 130px;
            height: 130px;
            border: 8px solid transparent;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            -webkit-box-shadow: 0 0 40px rgba(82,85,90,0);
            -moz-box-shadow: 0 0 40px rgba(82,85,90,0);
            box-shadow: 0 0 40px rgba(82,85,90,0);
            opacity: .3
        }

@media(max-width:1199px) {
    .product-single .pro-tab-content .nav-tabs .nav-item img {
        width: 100px;
        height: 100px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product-single .pro-tab-content .nav-tabs .nav-item img {
        width: 130px;
        height: 130px
    }
}

@media(max-width:320px) {
    .product-single .pro-tab-content .nav-tabs .nav-item img {
        width: 80px;
        height: 80px
    }
}

.product-single .pro-tab-content .nav-tabs .nav-item.active {
    border: 0
}

    .product-single .pro-tab-content .nav-tabs .nav-item.active img {
        border-color: #fff;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        box-shadow: 0 0 40px rgba(82,85,90,0.1);
        opacity: 1
    }

.product-single .product-description-wrapper {
    padding-left: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product-single .product-description-wrapper {
        margin-top: 50px;
        padding-left: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .product-single .product-description-wrapper {
        margin-top: 50px;
        padding-left: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .product-single .product-description-wrapper {
        margin-top: 50px;
        padding-left: 0
    }
}

.product-single .product-description-wrapper .pro-detail-cat-box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2px
}

    .product-single .product-description-wrapper .pro-detail-cat-box .pro-detail-cat a {
        font-size: 14px;
        color: #2e3d62;
        font-weight: 500;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

        .product-single .product-description-wrapper .pro-detail-cat-box .pro-detail-cat a:hover {
            color: #1E4CA0
        }

    .product-single .product-description-wrapper .pro-detail-cat-box .pro-detail-sku .prodetail__sku {
        font-size: 14px;
        color: #7f8897;
        font-weight: 500
    }

.product-single .product-description-wrapper .pro-detail-title-box {
    margin-bottom: 10px
}

    .product-single .product-description-wrapper .pro-detail-title-box .description__title {
        font-size: 30px;
        font-weight: 600
    }

@media(max-width:320px) {
    .product-single .product-description-wrapper .pro-detail-title-box .description__title {
        font-size: 28px
    }
}

.product-single .product-description-wrapper .pro-detail-rating {
    display: flex;
    font-size: 14px;
    margin-bottom: 18px
}

    .product-single .product-description-wrapper .pro-detail-rating .prodetail__rating {
        display: flex;
        margin-right: 10px
    }

        .product-single .product-description-wrapper .pro-detail-rating .prodetail__rating li {
            color: #ffb02b
        }

    .product-single .product-description-wrapper .pro-detail-rating .prorating__links {
        color: #7f8897;
        font-weight: 500
    }

        .product-single .product-description-wrapper .pro-detail-rating .prorating__links a {
            color: #7f8897;
            text-transform: capitalize;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

            .product-single .product-description-wrapper .pro-detail-rating .prorating__links a:hover {
                color: #1E4CA0
            }

        .product-single .product-description-wrapper .pro-detail-rating .prorating__links span {
            margin-left: 3px;
            margin-right: 3px
        }

.product-single .product-description-wrapper .pro-detail-prize {
    margin-bottom: 22px
}

    .product-single .product-description-wrapper .pro-detail-prize .prodetail__price {
        font-size: 30px;
        font-weight: 600;
        color: #2e3d62
    }

        .product-single .product-description-wrapper .pro-detail-prize .prodetail__price.old__price {
            opacity: .6;
            color: #7f8897;
            font-size: 22px;
            text-decoration: line-through
        }

.product-single .product-description-wrapper .pro-detail-desc {
    margin-bottom: 23px
}

    .product-single .product-description-wrapper .pro-detail-desc .prodetail__desc {
        line-height: 28px
    }

.product-single .product-description-wrapper .pro-detail-options .prooption__title {
    margin-bottom: 21px
}

.product-single .product-description-wrapper .pro-detail-options .option__meta {
    color: #2e3d62;
    font-weight: 600;
    display: inline-block
}

    .product-single .product-description-wrapper .pro-detail-options .option__meta span {
        color: #7f8897;
        opacity: .7
    }

.product-single .product-description-wrapper .pro-detail-options .prooption__color {
    margin-bottom: 21px
}

    .product-single .product-description-wrapper .pro-detail-options .prooption__color .pro__color-option {
        margin-left: 10px;
        display: inline-block
    }

        .product-single .product-description-wrapper .pro-detail-options .prooption__color .pro__color-option li {
            display: inline-block
        }

            .product-single .product-description-wrapper .pro-detail-options .prooption__color .pro__color-option li a {
                background-color: #eee;
                display: block;
                height: 20px;
                text-indent: -999999px;
                width: 20px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%
            }

            .product-single .product-description-wrapper .pro-detail-options .prooption__color .pro__color-option li.red a {
                background-color: #2e3d62
            }

            .product-single .product-description-wrapper .pro-detail-options .prooption__color .pro__color-option li.green a {
                background-color: #1E4CA0
            }

            .product-single .product-description-wrapper .pro-detail-options .prooption__color .pro__color-option li.black a {
                background-color: #ae001e
            }

            .product-single .product-description-wrapper .pro-detail-options .prooption__color .pro__color-option li.blue a {
                background-color: #7f8897
            }

            .product-single .product-description-wrapper .pro-detail-options .prooption__color .pro__color-option li + li {
                margin-left: 6px
            }

.product-single .product-description-wrapper .pro-detail-options .prooption__sizes {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 21px
}

    .product-single .product-description-wrapper .pro-detail-options .prooption__sizes .select-size-option {
        width: 80px;
        margin-left: 12px
    }

        .product-single .product-description-wrapper .pro-detail-options .prooption__sizes .select-size-option .select-option select {
            margin-bottom: 0;
            padding: 8px 20px 8px 20px;
            font-size: 18px;
            font-weight: 600
        }

        .product-single .product-description-wrapper .pro-detail-options .prooption__sizes .select-size-option .select-option:after {
            top: 8px
        }

.product-single .product-description-wrapper .pro-detail-options .pro-detail-share {
    margin-top: 21px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .product-single .product-description-wrapper .pro-detail-options .pro-detail-share ul {
        margin-left: 15px
    }

        .product-single .product-description-wrapper .pro-detail-options .pro-detail-share ul li {
            display: inline-block
        }

            .product-single .product-description-wrapper .pro-detail-options .pro-detail-share ul li a {
                display: block;
                color: #2e3d62;
                background-color: rgba(46,61,98,0.1);
                width: 35px;
                height: 35px;
                line-height: 35px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                text-align: center;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s
            }

                .product-single .product-description-wrapper .pro-detail-options .pro-detail-share ul li a:hover {
                    background-color: #1E4CA0;
                    color: #fff
                }

.product-single .product-description-wrapper .pro-detail-options .quantity .add-to-cart-btn {
    margin-left: 15px
}

@media(max-width:425px) {
    .product-single .product-description-wrapper .pro-detail-options .quantity .add-to-cart-btn {
        margin-top: 15px
    }
}

@media(max-width:375px) {
    .product-single .product-description-wrapper .pro-detail-options .quantity .add-to-cart-btn {
        margin-left: 0
    }
}

.product-single .pro-description-wrap {
    margin-top: 110px
}

    .product-single .pro-description-wrap .nav-tabs {
        border-bottom: 0;
        margin-bottom: 30px
    }

        .product-single .pro-description-wrap .nav-tabs li {
            margin-bottom: 5px
        }

            .product-single .pro-description-wrap .nav-tabs li a {
                border: 0;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                color: #2e3d62;
                font-weight: 600;
                padding: 10px 20px;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                position: relative
            }

                .product-single .pro-description-wrap .nav-tabs li a:after {
                    position: absolute;
                    content: '';
                    bottom: 0;
                    width: 0;
                    height: 0;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    transform: translateX(-50%);
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    border-top: 10px solid #1E4CA0;
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    -ms-transition: all .3s;
                    -o-transition: all .3s;
                    transition: all .3s
                }

                .product-single .pro-description-wrap .nav-tabs li a.active, .product-single .pro-description-wrap .nav-tabs li a:hover {
                    background-color: #1E4CA0;
                    color: #fff
                }

                    .product-single .pro-description-wrap .nav-tabs li a.active:after, .product-single .pro-description-wrap .nav-tabs li a:hover:after {
                        bottom: -10px;
                        opacity: 1;
                        visibility: visible
                    }

    .product-single .pro-description-wrap .tab-content {
        background-color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        box-shadow: 0 0 40px rgba(82,85,90,0.1);
        border: 1px solid rgba(127,136,151,0.2);
        padding: 31px 30px 31px 30px
    }

        .product-single .pro-description-wrap .tab-content .desc-tab__title {
            font-weight: 600
        }

        .product-single .pro-description-wrap .tab-content .section-divider {
            margin-top: 20px;
            margin-bottom: 30px;
            width: 50px
        }

            .product-single .pro-description-wrap .tab-content .section-divider:after {
                right: 12px
            }

        .product-single .pro-description-wrap .tab-content .desc-tab__text {
            line-height: 28px
        }

        .product-single .pro-description-wrap .tab-content .information-section .information-sec-inner .information__title {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 10px
        }

        .product-single .pro-description-wrap .tab-content .information-section .information-sec-inner .information-row {
            display: flex;
            border-bottom: 1px solid #eee;
            border-left: 1px solid #eee;
            border-right: 1px solid #eee;
            color: #2e3d62;
            font-weight: 500
        }

            .product-single .pro-description-wrap .tab-content .information-section .information-sec-inner .information-row .information__name {
                width: 230px;
                flex-shrink: 0;
                border-right: 1px solid #eee;
                padding: 10px 15px
            }

@media(max-width:375px) {
    .product-single .pro-description-wrap .tab-content .information-section .information-sec-inner .information-row .information__name {
        width: 120px
    }
}

@media(max-width:400px) {
    .product-single .pro-description-wrap .tab-content .information-section .information-sec-inner .information-row .information__name {
        width: 100px
    }
}

.product-single .pro-description-wrap .tab-content .information-section .information-sec-inner .information-row .information__value {
    padding: 10px 15px;
    color: #7f8897
}

.product-single .pro-description-wrap .tab-content .information-section .information-sec-inner .information-row:first-of-type {
    border-top: 1px solid #eee
}

.product-single .pro-description-wrap .tab-content .information-section .information-sec-inner + .information-sec-inner {
    margin-top: 40px
}

.product-single .pro-description-wrap .tab-content .comments-wrapper .comments-title {
    font-size: 25px
}

.product-single .pro-description-wrap .tab-content .comments-wrapper .comments-list li .comment .comment-body .meta-data .comment__author {
    margin-bottom: 5px
}

.cart-area .cart-body-wrapper .table thead > tr > td, .cart-area .cart-body-wrapper .table thead > tr > th {
    border-bottom-width: 1px
}

.cart-area .cart-body-wrapper .table img {
    width: 100px
}

.cart-area .cart-body-wrapper .table tr td {
    padding: 15px 20px;
    vertical-align: middle;
    line-height: inherit;
    position: relative
}

    .cart-area .cart-body-wrapper .table tr td.cart__title {
        font-size: 16px;
        text-transform: capitalize;
        color: #2e3d62;
        font-weight: 600
    }

    .cart-area .cart-body-wrapper .table tr td .cartproduct__desc img {
        margin-right: 20px;
        border: 1px solid #eee;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px
    }

    .cart-area .cart-body-wrapper .table tr td .cartproduct__desc a {
        font-size: 16px;
        color: #2e3d62;
        font-weight: 700;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        display: inline-block;
        margin-bottom: 7px
    }

        .cart-area .cart-body-wrapper .table tr td .cartproduct__desc a:hover {
            color: #1E4CA0
        }

    .cart-area .cart-body-wrapper .table tr td .cartproduct__desc p {
        font-size: 15px;
        color: #7f8897;
        font-weight: 500;
        width: calc(100% - 80px)
    }

    .cart-area .cart-body-wrapper .table tr td .pro-price {
        color: #2e3d62;
        font-weight: 600
    }

    .cart-area .cart-body-wrapper .table tr td .input-number-group .input-number-decrement {
        margin-left: 0
    }

    .cart-area .cart-body-wrapper .table tr td .button-remove {
        background-color: transparent;
        border: 1px solid #eee;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        color: #7f8897;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

        .cart-area .cart-body-wrapper .table tr td .button-remove .fa-close {
            margin-top: -1px
        }

        .cart-area .cart-body-wrapper .table tr td .button-remove:hover {
            background-color: #1E4CA0;
            color: #fff;
            border-color: #1E4CA0
        }

.cart-area .cart-detail-wrap {
    margin-top: 20px
}

    .cart-area .cart-detail-wrap .cart-detail-item {
        background-color: #f7f9fb;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 30px 30px 33px 30px;
        margin-bottom: 30px
    }

        .cart-area .cart-detail-wrap .cart-detail-item .cartdetail__title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 21px
        }

        .cart-area .cart-detail-wrap .cart-detail-item .cartdetail__content .cart__detail-desc {
            line-height: 28px;
            margin-bottom: 26px
        }

        .cart-area .cart-detail-wrap .cart-detail-item .cartdetail__content .cart-table {
            margin-top: -5px
        }

            .cart-area .cart-detail-wrap .cart-detail-item .cartdetail__content .cart-table tr th {
                border-bottom: 0;
                color: #2e3d62;
                line-height: inherit;
                padding: 8px 0;
                font-weight: 600
            }

            .cart-area .cart-detail-wrap .cart-detail-item .cartdetail__content .cart-table tr td {
                color: #7f8897;
                font-weight: 500;
                text-align: right
            }

.checkout-header .checkout__title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px
}

.billing-content {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.05);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.05);
    box-shadow: 0 0 40px rgba(82,85,90,0.05);
    border: 1px solid rgba(127,136,151,0.2);
    padding: 30px 30px;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .billing-content {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .billing-content {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .billing-content {
        margin-bottom: 30px
    }
}

.billing-content .card-content .checkout-table {
    font-size: 15px
}

    .billing-content .card-content .checkout-table .checktable__head > tr > th {
        border-bottom: 0;
        padding-top: 0
    }

    .billing-content .card-content .checkout-table .checktable__head > tr:last-child {
        padding-bottom: 10px
    }

    .billing-content .card-content .checkout-table .checktable__head > tr > th:first-child, .billing-content .card-content .checkout-table .checktable__body > tr > th:first-child, .billing-content .card-content .checkout-table .checktable__foot > tr:first-child th, .billing-content .card-content .checkout-table .checktable__body > tr > td:first-child {
        padding-left: 0
    }

    .billing-content .card-content .checkout-table .checktable__head > tr > th:last-child, .billing-content .card-content .checkout-table .checktable__body > tr > td:last-child, .billing-content .card-content .checkout-table .checktable__foot > tr:last-child td {
        text-align: right;
        padding-right: 0
    }

    .billing-content .card-content .checkout-table .checktable__products tr:first-child > * {
        border-top: 1px solid #eee
    }

    .billing-content .card-content .checkout-table .checktable__products tr:last-child > *, .billing-content .card-content .checkout-table .checktable__subtotals tr:last-child > * {
        padding-bottom: 15px
    }

    .billing-content .card-content .checkout-table .checktable__subtotals tr:first-child > *, .billing-content .card-content .checkout-table .checktable__products tr:first-child > * {
        padding-top: 15px
    }

    .billing-content .card-content .checkout-table .checktable__body tr td, .billing-content .card-content .checkout-table .checktable__body tr th {
        padding: 2px 0
    }

    .billing-content .card-content .checkout-table .checktable__foot tr th, .billing-content .card-content .checkout-table .checktable__foot tr td {
        font-size: 22px;
        padding: 15px 0 0 0
    }

    .billing-content .card-content .checkout-table tbody + tbody {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee
    }

    .billing-content .card-content .checkout-table tr th {
        color: #2e3d62;
        font-weight: 600;
        line-height: inherit;
        border: 0;
        padding: 5px 0
    }

    .billing-content .card-content .checkout-table tr td {
        color: #7f8897;
        font-weight: 600;
        border: 0;
        line-height: inherit
    }

.billing-content:after {
    top: -7px;
    content: "";
    position: absolute;
    background-color: #fff;
    left: 30px;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: -2px -2px 10px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: -2px -2px 10px -5px rgba(0,0,0,0.2);
    box-shadow: -2px -2px 10px -5px rgba(0,0,0,0.2);
    border: 1px solid rgba(127,136,151,0.2);
    border-right: 0;
    border-bottom: 0
}

.payment-method-area {
    border-top: 1px solid #eee;
    padding-top: 30px
}

.payment-method-wrap {
    padding-top: 25px
}

    .payment-method-wrap .payment-radio {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 16px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-weight: 500;
        color: #7f8897
    }

        .payment-method-wrap .payment-radio input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0
        }

            .payment-method-wrap .payment-radio input:checked ~ .checkmark {
                border-color: #1E4CA0
            }

                .payment-method-wrap .payment-radio input:checked ~ .checkmark:after {
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                    opacity: 1
                }

        .payment-method-wrap .payment-radio .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            margin: 3px 0 0 0;
            border: 2px solid #eee;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

            .payment-method-wrap .payment-radio .checkmark:after {
                top: 2px;
                left: 2px;
                position: absolute;
                content: '';
                width: 12px;
                height: 12px;
                background-color: #1E4CA0;
                opacity: 0;
                -webkit-transform: scale(0.1);
                -moz-transform: scale(0.1);
                -ms-transform: scale(0.1);
                -o-transform: scale(0.1);
                transform: scale(0.1);
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s
            }

        .payment-method-wrap .payment-radio:hover input ~ .checkmark:after {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            opacity: 1
        }

        .payment-method-wrap .payment-radio:hover input ~ .checkmark {
            border-color: #1E4CA0
        }

    .payment-method-wrap .theme-button {
        border: 0;
        margin-top: 25px;
        margin-bottom: 5px;
        padding: 12px 25px
    }

.discount-area .discount-wrap .discount-item {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative
}

    .discount-area .discount-wrap .discount-item img {
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .discount-area .discount-wrap .discount-item .discount-img-content {
        padding-top: 40px;
        padding-right: 60px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        z-index: 1
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .discount-area .discount-wrap .discount-item .discount-img-content {
        padding-top: 20px;
        padding-right: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .discount-area .discount-wrap .discount-item .discount-img-content {
        padding-top: 20px;
        padding-right: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .discount-area .discount-wrap .discount-item .discount-img-content {
        padding-top: 20px;
        padding-right: 0
    }
}

@media(max-width:320px) {
    .discount-area .discount-wrap .discount-item .discount-img-content {
        padding-top: 10px
    }
}

.discount-area .discount-wrap .discount-item .discount-img-content .onsale {
    padding-top: 40px;
    width: 120px;
    height: 120px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #2e3d62;
    text-align: center;
    font-weight: 600
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .discount-area .discount-wrap .discount-item .discount-img-content .onsale {
        padding-top: 35px;
        width: 110px;
        height: 110px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .discount-area .discount-wrap .discount-item .discount-img-content .onsale {
        padding-top: 35px;
        width: 110px;
        height: 110px
    }
}

@media(max-width:375px) {
    .discount-area .discount-wrap .discount-item .discount-img-content .onsale {
        font-size: 16px;
        width: 100px;
        height: 100px;
        padding-top: 30px
    }
}

.discount-area .discount-wrap .discount-item .discount-img-content .onsale .onsale__text {
    font-size: 20px;
    display: block;
    margin-bottom: 5px
}

.discount-area .discount-wrap .discount-item .discount-img-content .onsale .onsale__price {
    opacity: .7
}

.discount-area .discount-wrap .discount-item .discount-img-content .discount-info {
    flex-basis: 50%;
    margin-left: 40px
}

@media(max-width:375px) {
    .discount-area .discount-wrap .discount-item .discount-img-content .discount-info {
        flex-basis: 55%;
        margin-left: 30px
    }
}

.discount-area .discount-wrap .discount-item .discount-img-content .discount-info .discount__title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 45px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .discount-area .discount-wrap .discount-item .discount-img-content .discount-info .discount__title {
        font-size: 30px;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .discount-area .discount-wrap .discount-item .discount-img-content .discount-info .discount__title {
        font-size: 30px;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .discount-area .discount-wrap .discount-item .discount-img-content .discount-info .discount__title {
        font-size: 24px;
        margin-bottom: 10px
    }
}

@media(max-width:320px) {
    .discount-area .discount-wrap .discount-item .discount-img-content .discount-info .discount__title {
        font-size: 18px
    }
}

.discount-area .discount-wrap .discount-item .discount-img-content .discount-info .discount__text {
    color: #fff;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .discount-area .discount-wrap .discount-item .discount-img-content .discount-info .discount__text {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 24px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .discount-area .discount-wrap .discount-item .discount-img-content .discount-info .discount__text {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .discount-area .discount-wrap .discount-item .discount-img-content .discount-info .discount__text {
        display: none
    }
}

.discount-area .discount-wrap .discount-item .discount-img-content .discount-info .theme-btn {
    background-color: #fff;
    color: #2e3d62
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .discount-area .discount-wrap .discount-item .discount-img-content .discount-info .theme-btn {
        line-height: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .discount-area .discount-wrap .discount-item .discount-img-content .discount-info .theme-btn {
        line-height: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .discount-area .discount-wrap .discount-item .discount-img-content .discount-info .theme-btn {
        line-height: 40px
    }
}

.discount-area .discount-wrap .discount-item .discount-img-content .discount-info .theme-btn:hover {
    background-color: #1E4CA0;
    color: #fff
}

.discount-area .discount-wrap .discount-item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2e3d62;
    opacity: .4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.discount-area .owl-nav div {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid rgba(127,136,151,0.1);
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    font-size: 22px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:480px) {
    .discount-area .owl-nav div {
        width: 35px;
        height: 35px;
        line-height: 35px;
        bottom: 10px
    }
}

@media(max-width:375px) {
    .discount-area .owl-nav div {
        bottom: -15px
    }
}

.discount-area .owl-nav div:hover {
    background-color: #1E4CA0;
    color: #fff
}

.discount-area .owl-nav div.owl-prev {
    right: 85px
}

@media(max-width:480px) {
    .discount-area .owl-nav div.owl-prev {
        right: 70px
    }
}

.blog-area5 .card-wrap .card-item .card .card-body .card-action .theme-btn {
    padding-left: 18px;
    padding-right: 35px
}

    .blog-area5 .card-wrap .card-item .card .card-body .card-action .theme-btn .la {
        right: 10px
    }

.info-box-area .info-box-wrap {
    margin-top: 30px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .info-box-area .info-box-wrap .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.info-box-item {
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 50px 40px 47px 40px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

    .info-box-item .info-dot {
        position: absolute;
        width: 10px;
        height: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #1E4CA0;
        opacity: .1
    }

        .info-box-item .info-dot:nth-child(1) {
            top: 25px;
            left: 10%
        }

        .info-box-item .info-dot:nth-child(2) {
            top: 60px;
            left: 50%
        }

        .info-box-item .info-dot:nth-child(3) {
            top: 35px;
            right: 15%
        }

        .info-box-item .info-dot:nth-child(4) {
            top: 110px;
            left: 35%
        }

        .info-box-item .info-dot:nth-child(5) {
            bottom: 10%;
            left: 40%
        }

        .info-box-item .info-dot:nth-child(6) {
            bottom: 20%;
            right: 20%
        }

    .info-box-item .info-header .info__svg {
        fill: #1E4CA0;
        width: 60px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .info-box-item .info-body {
        margin-top: 30px
    }

        .info-box-item .info-body .info__title {
            font-weight: 600;
            font-size: 20px;
            line-height: 28px;
            margin-bottom: 18px
        }

            .info-box-item .info-body .info__title a {
                color: #2e3d62;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s
            }

        .info-box-item .info-body .info__text {
            line-height: 28px;
            margin-bottom: 20px;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

        .info-box-item .info-body .info__btn {
            color: #2e3d62;
            font-size: 18px;
            font-weight: 500;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

            .info-box-item .info-body .info__btn .la {
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s
            }

            .info-box-item .info-body .info__btn:hover .la {
                margin-left: 8px
            }

    .info-box-item:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        background-color: #1E4CA0;
        z-index: -1;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .info-box-item:hover .info-dot {
        background-color: #fff
    }

    .info-box-item:hover .info-header .info__svg {
        fill: #fff
    }

    .info-box-item:hover .info-body .info__title a, .info-box-item:hover .info-body .info__text, .info-box-item:hover .info-body .info__btn {
        color: #fff
    }

    .info-box-item:hover:after {
        height: 100%;
        top: 0;
        bottom: auto
    }

.info-box-item-2 {
    border: 1px solid rgba(127,136,151,0.2);
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0
}

    .info-box-item-2 .info-dot {
        width: 2px;
        height: 60px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg)
    }

        .info-box-item-2 .info-dot:nth-child(5) {
            left: 25%
        }

    .info-box-item-2 .info-header .info__svg {
        fill: #17a2b8
    }

    .info-box-item-2 .info-body .info__text {
        margin-bottom: 30px
    }

    .info-box-item-2 .info-body .theme-btn {
        background-color: #17a2b8
    }

    .info-box-item-2:after {
        display: none
    }

    .info-box-item-2:hover {
        background-color: #2e3d62;
        border-color: #2e3d62
    }

        .info-box-item-2:hover .info-header .info__svg {
            fill: #17a2b8
        }

.info-box-item-3 {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 60px
}

    .info-box-item-3 .info-header {
        width: 80px;
        height: 80px;
        line-height: 80px;
        background: rgba(92,72,224,0.1);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-left: auto;
        margin-right: auto;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

        .info-box-item-3 .info-header .info__svg {
            width: 40px
        }

        .info-box-item-3 .info-header .info__svg1 {
            fill: #5c48e0
        }

        .info-box-item-3 .info-header .info__svg2 {
            fill: #4be6b8
        }

        .info-box-item-3 .info-header .info__svg3 {
            fill: #f78c01
        }

        .info-box-item-3 .info-header .info__svg4 {
            fill: #c500ee
        }

        .info-box-item-3 .info-header .info__svg5 {
            fill: #f8c652
        }

        .info-box-item-3 .info-header .info__svg6 {
            fill: #f55974
        }

        .info-box-item-3 .info-header .info__svg7 {
            fill: #17a2b8
        }

        .info-box-item-3 .info-header .info__svg8 {
            fill: #3897f0
        }

    .info-box-item-3 .info-header2 {
        background: rgba(75,230,184,0.1)
    }

    .info-box-item-3 .info-header3 {
        background: rgba(247,140,1,0.1)
    }

    .info-box-item-3 .info-header4 {
        background: rgba(197,0,238,0.1)
    }

    .info-box-item-3 .info-header5 {
        background: rgba(248,198,82,0.1)
    }

    .info-box-item-3 .info-header6 {
        background: rgba(245,189,116,0.1)
    }

    .info-box-item-3 .info-header7 {
        background: rgba(23,162,184,0.1)
    }

    .info-box-item-3 .info-header8 {
        background: rgba(56,151,240,0.1)
    }

    .info-box-item-3 .info-body .info__text {
        margin-bottom: 0
    }

    .info-box-item-3 .info-body .info__btn {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -25px;
        width: 50px;
        height: 50px;
        line-height: 53px;
        font-size: 22px;
        background-color: #5c48e0;
        display: inline-block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: 0;
        visibility: hidden
    }

    .info-box-item-3 .info-body .info__btn2 {
        background-color: #4be6b8
    }

    .info-box-item-3 .info-body .info__btn3 {
        background-color: #f78c01
    }

    .info-box-item-3 .info-body .info__btn4 {
        background-color: #c500ee
    }

    .info-box-item-3 .info-body .info__btn5 {
        background-color: #f8c652
    }

    .info-box-item-3 .info-body .info__btn6 {
        background-color: #f55974
    }

    .info-box-item-3 .info-body .info__btn7 {
        background-color: #17a2b8
    }

    .info-box-item-3 .info-body .info__btn8 {
        background-color: #3897f0
    }

    .info-box-item-3:after {
        display: none
    }

    .info-box-item-3:before {
        position: absolute;
        content: "";
        top: 0;
        left: 50%;
        width: 50px;
        height: 4px;
        background-color: #1E4CA0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: .2;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .info-box-item-3:hover .info-header1 {
        background-color: #5c48e0
    }

    .info-box-item-3:hover .info-header2 {
        background-color: #4be6b8
    }

    .info-box-item-3:hover .info-header3 {
        background-color: #f78c01
    }

    .info-box-item-3:hover .info-header4 {
        background-color: #c500ee
    }

    .info-box-item-3:hover .info-header5 {
        background-color: #f8c652
    }

    .info-box-item-3:hover .info-header6 {
        background-color: #f55974
    }

    .info-box-item-3:hover .info-header7 {
        background-color: #17a2b8
    }

    .info-box-item-3:hover .info-header8 {
        background-color: #3897f0
    }

    .info-box-item-3:hover .info-body .info__text {
        color: #7f8897
    }

    .info-box-item-3:hover .info-body .info__btn {
        opacity: 1;
        visibility: visible
    }

    .info-box-item-3:hover:before {
        opacity: 1
    }

.info-box-style-2:before {
    background-color: #4be6b8
}

.info-box-style-3:before {
    background-color: #f78c01
}

.info-box-style-4:before {
    background-color: #c500ee
}

.info-box-style-5:before {
    background-color: #f8c652
}

.info-box-style-6:before {
    background-color: #f55974
}

.info-box-style-7:before {
    background-color: #17a2b8
}

.info-box-style-8:before {
    background-color: #3897f0
}

.info-box-item-4 {
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0);
    box-shadow: 0 0 40px rgba(82,85,90,0);
    border-bottom: 4px solid transparent
}

    .info-box-item-4 .info-header {
        position: relative;
        line-height: 85px
    }

        .info-box-item-4 .info-header .infobg__svg {
            position: absolute;
            top: -20px;
            left: -70px;
            z-index: -1;
            fill: rgba(23,162,184,0.1)
        }

.mobile-app-area .infobg__svg {
    position: absolute;
    top: -20px;
    left: -70px;
    z-index: -1;
    fill: rgba(103, 138, 255, 0.10)
}

    .mobile-app-area .infobg__svg .right {
        position: absolute;
        top: -20px;
        left: 70px;
        z-index: -1;
        fill: rgba(103, 138, 255, 0.10)
    }

.mobile-app-img img {
    margin-top: 20%;
}

.info-box-item-4 .info-header .info__svg {
    width: 40px;
    fill: #17a2b8
}

.info-box-item-4 .info-body .info__text {
    margin-bottom: 0
}

.info-box-item-4:after {
    display: none
}

.info-box-item-4:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #17a2b8;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.info-box-item-4:hover {
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1)
}

    .info-box-item-4:hover:before {
        height: 4px
    }

    .info-box-item-4:hover .info-header .info__svg {
        fill: #17a2b8
    }

    .info-box-item-4:hover .info-body .info__title a {
        color: #17a2b8
    }

    .info-box-item-4:hover .info-body .info__text {
        color: #7f8897
    }

.info-box-area5 .info-box-wrap {
    margin-top: 60px
}

.info-box-item-5 {
    margin-bottom: 60px
}

    .info-box-item-5 .info-dot {
        background-color: transparent;
        border: 2px solid #2e3d62
    }

        .info-box-item-5 .info-dot:nth-child(1) {
            width: 20px;
            height: 20px
        }

        .info-box-item-5 .info-dot:nth-child(2) {
            top: 195px;
            left: 40%
        }

        .info-box-item-5 .info-dot:nth-child(3) {
            top: 40px
        }

    .info-box-item-5 .info-header {
        width: 130px;
        height: 70px;
        line-height: 70px;
        background: #fff;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        box-shadow: 0 0 40px rgba(82,85,90,0.1);
        margin-left: auto;
        margin-right: auto;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        margin-top: -85px
    }

        .info-box-item-5 .info-header .info__icon {
            font-size: 40px;
            color: #2e3d62;
            width: 100%;
            height: 100%;
            line-height: 70px
        }

    .info-box-item-5 .info-body .info__text {
        margin-bottom: 0
    }

    .info-box-item-5:after {
        display: none
    }

    .info-box-item-5:hover .info-dot {
        background-color: #2e3d62
    }

    .info-box-item-5:hover .info-header {
        background-color: #2e3d62
    }

        .info-box-item-5:hover .info-header .info__icon {
            color: #fff
        }

    .info-box-item-5:hover .info-body .info__text {
        color: #7f8897
    }

.info-box-item-6 {
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex
}

    .info-box-item-6 .info-header {
        -ms-flex: 0 0 55px;
        flex: 0 0 55px;
        max-width: 55px;
        max-height: 55px;
        line-height: 55px;
        position: relative;
        text-align: center;
        z-index: 1
    }

        .info-box-item-6 .info-header .info__icon {
            font-size: 30px;
            color: #2e3d62;
            width: 100%;
            height: 100%;
            line-height: 55px
        }

        .info-box-item-6 .info-header:after {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(46,61,98,0.1);
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            z-index: -1
        }

    .info-box-item-6 .info-body {
        margin-top: 0;
        margin-left: 30px
    }

        .info-box-item-6 .info-body .info__text {
            margin-bottom: 0
        }

    .info-box-item-6:after {
        display: none
    }

    .info-box-item-6:hover .info-header .info__icon {
        color: #fff
    }

    .info-box-item-6:hover .info-header:after {
        background-color: #2e3d62
    }

    .info-box-item-6:hover .info-body .info__text {
        color: #7f8897
    }

.info-box-area7 .info-box-wrap {
    margin-top: 80px
}

.info-box-item-7 {
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    background-color: transparent;
    border: 1px solid rgba(127,136,151,0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 80px
}

    .info-box-item-7 .info-header {
        max-width: 75px;
        max-height: 75px;
        line-height: 75px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        z-index: 1;
        margin-top: -88px
    }

        .info-box-item-7 .info-header .info__icon {
            font-size: 40px;
            color: #2e3d62;
            width: 100%;
            height: 100%;
            line-height: 75px
        }

        .info-box-item-7 .info-header .info__svg {
            width: 40px;
            fill: #17a2b8
        }

        .info-box-item-7 .info-header:after {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 1px solid rgba(127,136,151,0.2);
            background-color: #fff;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            z-index: -1
        }

    .info-box-item-7 .info-body {
        margin-top: 44px
    }

    .info-box-item-7:after {
        display: none
    }

    .info-box-item-7:hover .info-header .info__icon {
        color: #fff
    }

    .info-box-item-7:hover .info-header:after {
        background-color: #1E4CA0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .info-box-item-7:hover .info-body .info__text {
        color: #7f8897
    }

    .info-box-item-7:hover .info-body .info__btn {
        color: #1E4CA0
    }

.info-box-item-8 {
    -webkit-border-radius: 0 30px 0 30px;
    -moz-border-radius: 0 30px 0 30px;
    border-radius: 0 30px 0 30px
}

    .info-box-item-8 .icon-item {
        margin: 0;
        -webkit-border-radius: 0 20px 0 20px;
        -moz-border-radius: 0 20px 0 20px;
        border-radius: 0 20px 0 20px;
        background-color: #1E4CA0;
        color: #fff
    }

    .info-box-item-8 .info-body .info__text {
        margin-bottom: 30px
    }

    .info-box-item-8:after {
        display: none
    }

    .info-box-item-8:hover .info-body .info__text {
        color: #7f8897
    }

.info-box-item-9 .icon-item {
    margin: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #17a2b8;
    color: #fff;
    width: 95px;
    height: 95px;
    line-height: 97px
}

    .info-box-item-9 .icon-item .info__numb {
        position: absolute;
        top: -3px;
        right: -3px;
        background-color: #17a2b8;
        width: 37px;
        height: 37px;
        line-height: 35px;
        -webkit-border-radius: 55px 0 55px 55px;
        -moz-border-radius: 55px 0 55px 55px;
        border-radius: 55px 0 55px 55px;
        font-size: 18px;
        font-weight: 500;
        padding-left: 3px;
        border: 2px solid #fff
    }

.info-box-item-9:after {
    display: none
}

.info-box-item-9 .info-body .info__text {
    margin-bottom: 0
}

.info-box-item-9:hover .info-body .info__text {
    color: #7f8897
}

.info-box-item-10 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0);
    box-shadow: 0 0 40px rgba(82,85,90,0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 20px 30px 41px 30px
}

    .info-box-item-10 .icon-item {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        color: #1E4CA0;
        margin: 0;
        padding-left: 10px
    }

        .info-box-item-10 .icon-item:after {
            position: absolute;
            content: '';
            top: 3px;
            left: 0;
            width: 60px;
            height: 60px;
            background-color: #1E4CA0;
            clip-path: polygon(20% 0,0 20%,30% 50%,0 80%,20% 100%,50% 70%,80% 100%,100% 80%,70% 50%,100% 20%,80% 0,50% 30%);
            opacity: .1;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

    .info-box-item-10 .info-body .info__text {
        margin-bottom: 0
    }

    .info-box-item-10:after {
        display: none
    }

    .info-box-item-10:hover {
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        box-shadow: 0 0 40px rgba(82,85,90,0.1)
    }

        .info-box-item-10:hover .icon-item:after {
            clip-path: polygon(0 0,0 20%,30% 50%,0 80%,0 100%,50% 70%,100% 99%,100% 80%,70% 50%,100% 20%,100% 0,50% 30%)
        }

        .info-box-item-10:hover .info-body .info__text {
            color: #7f8897
        }

.info-box-item-right .icon-item {
    padding-left: 0;
    padding-right: 10px
}

    .info-box-item-right .icon-item:after {
        left: auto;
        right: 0
    }

.info-box-item-11 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 5px 0 0 0
}

    .info-box-item-11 .info-header img {
        width: calc(100% - 10px);
        -webkit-border-radius: 30px 30px;
        -moz-border-radius: 30px 30px;
        border-radius: 30px 30px
    }

    .info-box-item-11 .info-body {
        margin: 0;
        padding: 30px
    }

        .info-box-item-11 .info-body .info__title {
            margin-bottom: 0
        }

        .info-box-item-11 .info-body .info__text {
            margin-bottom: 30px
        }

        .info-box-item-11 .info-body .section-divider {
            width: 60px
        }

            .info-box-item-11 .info-body .section-divider:after {
                right: 14px
            }

        .info-box-item-11 .info-body .theme-btn {
            background-color: #fff;
            color: #2e3d62;
            border: 1px solid rgba(127,136,151,0.2)
        }

    .info-box-item-11:after {
        display: none
    }

    .info-box-item-11:hover .info-body .info__text {
        color: #7f8897
    }

    .info-box-item-11:hover .info-body .theme-btn {
        background-color: #1E4CA0;
        color: #fff;
        border-color: transparent
    }

.info-box-item-12 {
    padding: 0;
    overflow: hidden
}

    .info-box-item-12 .info-header {
        position: relative
    }

        .info-box-item-12 .info-header img {
            width: 100%;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s
        }

        .info-box-item-12 .info-header .info-body {
            margin: 0;
            padding: 30px;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            background-color: rgba(46,61,98,0.9);
            color: #fff;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

            .info-box-item-12 .info-header .info-body .la {
                font-size: 50px
            }

            .info-box-item-12 .info-header .info-body .info__title {
                color: #fff;
                margin-top: 12px;
                margin-bottom: 10px
            }

@media(max-width:1199px) {
    .info-box-item-12 .info-header .info-body .info__title {
        font-size: 20px
    }
}

.info-box-item-12 .info-header .info-body .info__text {
    margin-bottom: 0
}

.info-box-item-12:after {
    display: none
}

.info-box-item-12:hover .info-header img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.info-box-item-12:hover .info-header .info-body {
    opacity: 1;
    visibility: visible
}

    .info-box-item-12:hover .info-header .info-body .info__text {
        color: #fff
    }

.content-carousel-item {
    padding: 20px 15px
}

    .content-carousel-item .info-box-item {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.05);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.05);
        box-shadow: 0 0 40px rgba(82,85,90,0.05)
    }

        .content-carousel-item .info-box-item .icon-item {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px
        }

.content-carousel .owl-dots {
    text-align: center
}

    .content-carousel .owl-dots div {
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #9ea6ba;
        display: inline-block;
        margin: 0 3px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: .4
    }

        .content-carousel .owl-dots div.active {
            background-color: #1E4CA0;
            opacity: 1
        }

.content-carousel-item-2 .info-box-item {
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.05);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.05);
    box-shadow: 0 0 40px rgba(82,85,90,0.05);
    border: 1px solid rgba(127,136,151,0.3)
}

.content-carousel2 .owl-item {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .content-carousel2 .owl-item.active.center {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

        .content-carousel2 .owl-item.active.center .info-box-item {
            background-color: #17a2b8
        }

            .content-carousel2 .owl-item.active.center .info-box-item .icon-item {
                background-color: #fff;
                color: #2e3d62
            }

                .content-carousel2 .owl-item.active.center .info-box-item .icon-item .info__numb {
                    background-color: #fff;
                    border-color: #17a2b8
                }

            .content-carousel2 .owl-item.active.center .info-box-item .info-body .info__title, .content-carousel2 .owl-item.active.center .info-box-item .info-body .info__text {
                color: #fff
            }

.content-carousel2 .owl-dots div {
    width: 14px;
    height: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #9ea6ba;
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .4
}

    .content-carousel2 .owl-dots div.active {
        width: 20px;
        background-color: #17a2b8;
        opacity: 1
    }

.content-carousel-item-3 .info-box-item {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0);
    box-shadow: 0 0 40px rgba(82,85,90,0)
}

    .content-carousel-item-3 .info-box-item .icon-item {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .content-carousel-item-3 .info-box-item:hover {
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.07);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.07);
        box-shadow: 0 0 40px rgba(82,85,90,0.07)
    }

.content-carousel-3 .owl-dots {
    display: none
}

.content-carousel3 .owl-nav div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid rgba(127,136,151,0.1);
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    font-size: 22px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:1366px) {
    .content-carousel3 .owl-nav div {
        top: 38%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@media(max-width:575px) {
    .content-carousel3 .owl-nav div {
        top: auto;
        bottom: -50px
    }
}

.content-carousel3 .owl-nav div:hover {
    background-color: #1E4CA0;
    color: #fff
}

.content-carousel3 .owl-nav div.owl-prev {
    left: -100px
}

@media(max-width:1366px) {
    .content-carousel3 .owl-nav div.owl-prev {
        left: -25px
    }
}

@media(max-width:575px) {
    .content-carousel3 .owl-nav div.owl-prev {
        left: 200px
    }
}

@media(max-width:480px) {
    .content-carousel3 .owl-nav div.owl-prev {
        left: 160px
    }
}

@media(max-width:425px) {
    .content-carousel3 .owl-nav div.owl-prev {
        left: 130px
    }
}

@media(max-width:384px) {
    .content-carousel3 .owl-nav div.owl-prev {
        left: 110px
    }
}

@media(max-width:320px) {
    .content-carousel3 .owl-nav div.owl-prev {
        left: 85px
    }
}

.content-carousel3 .owl-nav div.owl-next {
    left: auto;
    right: -100px
}

@media(max-width:1366px) {
    .content-carousel3 .owl-nav div.owl-next {
        right: -25px
    }
}

@media(max-width:575px) {
    .content-carousel3 .owl-nav div.owl-next {
        right: 200px
    }
}

@media(max-width:480px) {
    .content-carousel3 .owl-nav div.owl-next {
        right: 160px
    }
}

@media(max-width:425px) {
    .content-carousel3 .owl-nav div.owl-next {
        right: 130px
    }
}

@media(max-width:384px) {
    .content-carousel3 .owl-nav div.owl-next {
        right: 110px
    }
}

@media(max-width:320px) {
    .content-carousel3 .owl-nav div.owl-next {
        right: 85px
    }
}

.content-carousel4 .owl-dots {
    text-align: center
}

    .content-carousel4 .owl-dots div {
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #9ea6ba;
        display: inline-block;
        margin: 0 3px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        opacity: .4
    }

        .content-carousel4 .owl-dots div.active {
            opacity: 1;
            border: 2px solid #2e3d62;
            background-color: #fff;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }

.feature-area {
    position: relative;
    z-index: 2;
    overflow: hidden
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .feature-area .col-lg-4.col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.feature-area:before, .feature-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-color: #2e3d62;
    z-index: 1;
    opacity: .9
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .feature-area:before, .feature-area:after {
        height: 750px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .feature-area:before, .feature-area:after {
        height: 700px
    }
}

.feature-area:after {
    background-image: url("../images/img12.jpg");
    background-size: cover;
    background-position: center;
    background-color: transparent;
    z-index: -1;
    opacity: 1
}

.feature-item {
    -webkit-box-shadow: 0 0 40px rgba(14,16,48,0.05);
    -moz-box-shadow: 0 0 40px rgba(14,16,48,0.05);
    box-shadow: 0 0 40px rgba(14,16,48,0.05);
    padding: 50px 40px 42px 40px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 2
}

    .feature-item .hover-overlay:before, .feature-item .hover-overlay:after {
        position: absolute;
        content: '';
        top: 50%;
        left: -90px;
        width: 540px;
        height: 540px;
        z-index: -1;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transform: translateY(100%) rotate(-10deg);
        -moz-transform: translateY(100%) rotate(-10deg);
        -ms-transform: translateY(100%) rotate(-10deg);
        -o-transform: translateY(100%) rotate(-10deg);
        transform: translateY(100%) rotate(-10deg);
        background-color: rgba(255,255,255,0.2)
    }

@media only screen and (min-width:480px) and (max-width:767px) {
    .feature-item .hover-overlay:before, .feature-item .hover-overlay:after {
        width: 740px
    }
}

.feature-item .hover-overlay:after {
    top: 70%;
    background-color: rgba(255,255,255,0.3)
}

.feature-item .feature__icon {
    color: #fff;
    font-size: 40px;
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 87px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #1E4CA0;
    text-align: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-shadow: 0 4px 20px rgba(108,92,231,0.3);
    -moz-box-shadow: 0 4px 20px rgba(108,92,231,0.3);
    box-shadow: 0 4px 20px rgba(108,92,231,0.3);
    overflow: hidden
}

    .feature-item .feature__icon .div-strokes {
        position: absolute;
        right: 0;
        width: 30px;
        display: inline-block;
        -webkit-transform: rotate(-55deg);
        -moz-transform: rotate(-55deg);
        -ms-transform: rotate(-55deg);
        -o-transform: rotate(-55deg);
        transform: rotate(-55deg)
    }

        .feature-item .feature__icon .div-strokes .stroke__bar {
            background-color: #fff;
            height: 3px;
            display: block;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

            .feature-item .feature__icon .div-strokes .stroke__bar:nth-child(1), .feature-item .feature__icon .div-strokes .stroke__bar:nth-child(2) {
                margin-bottom: 3px
            }

.feature-item .feature__title {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .feature-item .feature__title a {
        color: #2e3d62;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

.feature-item .feature__text {
    line-height: 28px;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.feature-item .feature__btn {
    text-transform: capitalize;
    color: #1E4CA0;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative
}

    .feature-item .feature__btn:after {
        width: 0;
        height: 2px;
        position: absolute;
        content: '';
        bottom: 0;
        right: 0;
        background-color: #fff;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .feature-item .feature__btn:hover:after {
        width: 100%;
        right: auto;
        left: 0
    }

.feature-item:before {
    position: absolute;
    content: '';
    top: 30%;
    left: -90px;
    width: 540px;
    height: 540px;
    background-color: rgba(255,255,255,0.1);
    z-index: -1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(100%) rotate(-10deg);
    -moz-transform: translateY(100%) rotate(-10deg);
    -ms-transform: translateY(100%) rotate(-10deg);
    -o-transform: translateY(100%) rotate(-10deg);
    transform: translateY(100%) rotate(-10deg)
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .feature-item:before {
        width: 740px
    }
}

.feature-item:hover {
    background-color: #1E4CA0
}

    .feature-item:hover .feature__title, .feature-item:hover .feature__title a, .feature-item:hover .feature__text, .feature-item:hover .feature__btn {
        color: #fff
    }

    .feature-item:hover .feature__icon {
        color: #1E4CA0;
        background-color: #fff;
        -webkit-box-shadow: 0 0;
        -moz-box-shadow: 0 0;
        box-shadow: 0 0
    }

        .feature-item:hover .feature__icon .div-strokes .stroke__bar {
            background-color: #1E4CA0
        }

    .feature-item:hover:before {
        transition-delay: .2s;
        -webkit-transform: translateY(0) rotate(-10deg);
        -moz-transform: translateY(0) rotate(-10deg);
        -ms-transform: translateY(0) rotate(-10deg);
        -o-transform: translateY(0) rotate(-10deg);
        transform: translateY(0) rotate(-10deg)
    }

    .feature-item:hover .hover-overlay:before, .feature-item:hover .hover-overlay:after {
        -webkit-transform: translateY(0) rotate(-10deg);
        -moz-transform: translateY(0) rotate(-10deg);
        -ms-transform: translateY(0) rotate(-10deg);
        -o-transform: translateY(0) rotate(-10deg);
        transform: translateY(0) rotate(-10deg)
    }

    .feature-item:hover .hover-overlay:after {
        transition-delay: .1s
    }

.feature-box-color-2 .feature__icon {
    background-color: #4be6b8;
    -webkit-box-shadow: 0 4px 20px rgba(40,213,67,0.3);
    -moz-box-shadow: 0 4px 20px rgba(40,213,67,0.3);
    box-shadow: 0 4px 20px rgba(40,213,67,0.3)
}

.feature-box-color-2 .feature__btn {
    color: #4be6b8
}

.feature-box-color-3 .feature__icon {
    background-color: #f78c01;
    -webkit-box-shadow: 0 4px 20px rgba(249,184,81,0.3);
    -moz-box-shadow: 0 4px 20px rgba(249,184,81,0.3);
    box-shadow: 0 4px 20px rgba(249,184,81,0.3)
}

.feature-box-color-3 .feature__btn {
    color: #f78c01
}

.feature-box-color-4 .feature__icon {
    background-color: #c500ee;
    -webkit-box-shadow: 0 4px 20px rgba(197,0,238,0.3);
    -moz-box-shadow: 0 4px 20px rgba(197,0,238,0.3);
    box-shadow: 0 4px 20px rgba(197,0,238,0.3)
}

.feature-box-color-5 .feature__icon {
    background-color: #f8c652;
    -webkit-box-shadow: 0 4px 20px rgba(248,198,82,0.3);
    -moz-box-shadow: 0 4px 20px rgba(248,198,82,0.3);
    box-shadow: 0 4px 20px rgba(248,198,82,0.3)
}

.feature-box-color-6 .feature__icon {
    background-color: #f55974;
    -webkit-box-shadow: 0 4px 20px rgba(245,89,116,0.3);
    -moz-box-shadow: 0 4px 20px rgba(245,89,116,0.3);
    box-shadow: 0 4px 20px rgba(245,89,116,0.3)
}

.feature-area2 .feature-content-wrap {
    margin-top: 30px
}

.feature-area2:before, .feature-area2:after {
    height: 950px;
    -webkit-clip-path: polygon(0 0,100% 0,100% 81%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 81%,0 100%)
}

.feature-item-2 .feature__icon {
    width: 70px;
    height: 70px;
    line-height: 75px;
    margin-left: auto;
    margin-right: auto;
    -webkit-clip-path: polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);
    clip-path: polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 35px
}

.feature-item-2 .feature__title {
    font-size: 20px
}

.feature-item-2 .feature__text {
    margin-bottom: 0
}

.feature-item-2:hover .feature__title a {
    color: #fff
}

.feature-area3 .info-box-wrap, .feature-area4 .info-box-wrap {
    margin-top: 46px
}

    .feature-area3 .info-box-wrap .info-box-item .info-body .info__text, .feature-area4 .info-box-wrap .info-box-item .info-body .info__text {
        margin-bottom: 0
    }

.service-area {
    position: relative;
    z-index: 1
}

    .service-area .info-box-wrap {
        margin-top: 106px
    }

        .service-area .info-box-wrap .info-box-item .info-header:after {
            background-color: #f7f9fb
        }

        .service-area .info-box-wrap .info-box-item .info-body .info__title {
            font-size: 20px
        }

        .service-area .info-box-wrap .info-box-item:hover .info-header:after {
            background-color: #1E4CA0
        }

    .service-area:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f7f9fb;
        z-index: -1;
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 84%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 84%)
    }

.service-wrap {
    margin-top: 60px
}

    .service-wrap .service-nav .nav-tabs {
        border-bottom: 0
    }

        .service-wrap .service-nav .nav-tabs li {
            width: 100%;
            margin-bottom: 5px
        }

            .service-wrap .service-nav .nav-tabs li a {
                border: 0;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                color: #2e3d62;
                font-weight: 600;
                padding: 20px;
                font-size: 20px;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s
            }

                .service-wrap .service-nav .nav-tabs li a svg {
                    width: 25px;
                    fill: #2e3d62;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    -ms-transition: all .3s;
                    -o-transition: all .3s;
                    transition: all .3s
                }

                .service-wrap .service-nav .nav-tabs li a .nav-link__text {
                    margin-left: 5px
                }

                .service-wrap .service-nav .nav-tabs li a.active, .service-wrap .service-nav .nav-tabs li a:hover {
                    background-color: #1E4CA0;
                    color: #fff
                }

                    .service-wrap .service-nav .nav-tabs li a.active svg, .service-wrap .service-nav .nav-tabs li a:hover svg {
                        fill: #fff
                    }

    .service-wrap .service-content-wrap .service-content {
        margin-left: 80px
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .service-wrap .service-content-wrap .service-content {
        margin-left: 0;
        margin-top: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .service-wrap .service-content-wrap .service-content {
        margin-left: 0;
        margin-top: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .service-wrap .service-content-wrap .service-content {
        margin-left: 0;
        margin-top: 60px
    }
}

.service-wrap .service-content-wrap .service-content .service__img {
    width: 320px
}

@media(max-width:320px) {
    .service-wrap .service-content-wrap .service-content .service__img {
        width: 280px
    }
}

.service-wrap .service-content-wrap .service-content .service__title {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px
}

.service-wrap .service-content-wrap .service-content .service__text {
    line-height: 30px;
    margin-bottom: 20px
}

.service-wrap .service-content-wrap .service-content .service__btn {
    color: #2e3d62;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .service-wrap .service-content-wrap .service-content .service__btn:hover {
        color: #1E4CA0
    }

.service-area-3 .info-box-wrap {
    margin-top: 45px
}

.why-choose-area3 .why-choose-tab {
    margin-top: 55px
}

    .why-choose-area3 .why-choose-tab .nav-tabs {
        border-bottom: 0
    }

        .why-choose-area3 .why-choose-tab .nav-tabs li {
            margin-bottom: 5px
        }

            .why-choose-area3 .why-choose-tab .nav-tabs li a {
                border: 0;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                color: #2e3d62;
                font-weight: 600;
                padding: 20px;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                position: relative
            }

                .why-choose-area3 .why-choose-tab .nav-tabs li a .nav-link__text {
                    margin-left: 5px
                }

                .why-choose-area3 .why-choose-tab .nav-tabs li a:after {
                    position: absolute;
                    content: '';
                    bottom: 0;
                    width: 0;
                    height: 0;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    transform: translateX(-50%);
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    border-top: 10px solid #1E4CA0;
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    -ms-transition: all .3s;
                    -o-transition: all .3s;
                    transition: all .3s
                }

                .why-choose-area3 .why-choose-tab .nav-tabs li a.active, .why-choose-area3 .why-choose-tab .nav-tabs li a:hover {
                    background-color: #1E4CA0;
                    color: #fff
                }

                    .why-choose-area3 .why-choose-tab .nav-tabs li a.active:after, .why-choose-area3 .why-choose-tab .nav-tabs li a:hover:after {
                        bottom: -10px;
                        opacity: 1;
                        visibility: visible
                    }

    .why-choose-area3 .why-choose-tab .tab-content {
        padding-top: 40px
    }

        .why-choose-area3 .why-choose-tab .tab-content .choose-tab-content .choose-tab-item .choose-tab__title {
            margin-bottom: 20px;
            font-weight: 600
        }

        .why-choose-area3 .why-choose-tab .tab-content .choose-tab-content .choose-tab-item .choose-tab__text {
            line-height: 28px;
            margin-bottom: 25px
        }

        .why-choose-area3 .why-choose-tab .tab-content .choose-tab-content .choose-tab-item .choose-tab__list li {
            margin-bottom: 10px;
            font-weight: 500
        }

            .why-choose-area3 .why-choose-tab .tab-content .choose-tab-content .choose-tab-item .choose-tab__list li span {
                color: #1E4CA0
            }

        .why-choose-area3 .why-choose-tab .tab-content .choose-tab-content .choose-tab-item .choose-btn-box {
            margin-top: 33px
        }

            .why-choose-area3 .why-choose-tab .tab-content .choose-tab-content .choose-tab-item .choose-btn-box .theme-btn {
                background-color: transparent;
                border: 1px solid rgba(127,136,151,0.2);
                color: #7f8897
            }

                .why-choose-area3 .why-choose-tab .tab-content .choose-tab-content .choose-tab-item .choose-btn-box .theme-btn:hover {
                    background-color: #1E4CA0;
                    border-color: #1E4CA0;
                    color: #fff
                }

        .why-choose-area3 .why-choose-tab .tab-content .choose-tab-content .choose-tab-item .choose-img {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            position: relative;
            z-index: 1
        }

@media only screen and (min-width:768px) and (max-width:991px) {
    .why-choose-area3 .why-choose-tab .tab-content .choose-tab-content .choose-tab-item .choose-img {
        margin-top: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .why-choose-area3 .why-choose-tab .tab-content .choose-tab-content .choose-tab-item .choose-img {
        margin-top: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .why-choose-area3 .why-choose-tab .tab-content .choose-tab-content .choose-tab-item .choose-img {
        margin-top: 50px
    }
}

.why-choose-area3 .why-choose-tab .tab-content .choose-tab-content .choose-tab-item .choose-img img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.why-choose-area3 .why-choose-tab .tab-content .choose-tab-content .choose-tab-item .choose-img:after {
    position: absolute;
    content: '';
    bottom: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    background-image: url("../images/dots.png");
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: spinme 11000ms infinite linear;
    z-index: -1;
    opacity: .2
}

.shop-feature-area {
    padding-bottom: 60px
}

.icon-box-area .icon-box-wrap {
    margin-top: 30px
}

.icon-box {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(127,136,151,0.2);
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .icon-box .icon-box-shape {
        position: absolute;
        width: 10px;
        height: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid rgba(127,136,151,0.2)
    }

        .icon-box .icon-box-shape:nth-child(1) {
            top: 25px;
            left: 10%
        }

        .icon-box .icon-box-shape:nth-child(2) {
            bottom: 20px;
            left: 50%
        }

        .icon-box .icon-box-shape:nth-child(3) {
            top: 35px;
            right: 15%
        }

    .icon-box .box__icon {
        font-size: 50px;
        color: #2e3d62;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .icon-box .icon__title {
        margin-top: 20px;
        font-size: 22px;
        font-weight: 600;
        color: #7f8897;
        text-transform: capitalize;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .icon-box:hover {
        border-color: #1E4CA0
    }

        .icon-box:hover .box__icon, .icon-box:hover .icon__title {
            color: #1E4CA0
        }

.icon-box-2 {
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 25px rgba(82,85,90,0.1);
    box-shadow: 0 0 25px rgba(82,85,90,0.1);
    border: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

    .icon-box-2 .icon-box-shape {
        width: 1px;
        height: 50px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0;
        background-color: rgba(46,61,98,0.1);
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }

    .icon-box-2 .box__icon {
        width: 65px;
        height: 65px;
        line-height: 65px;
        background-color: rgba(46,61,98,0.1);
        font-size: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }

    .icon-box-2:hover .box__icon {
        background-color: #2e3d62;
        color: #fff
    }

    .icon-box-2:hover .icon__title, .icon-box-2 h5 a {
        color: #2e3d62
    }

    .icon-box-2 h5 a {
        color: #7f8897
    }
        .icon-box-3 {
            background-color: #2e3d62;
            -webkit-box-shadow: 0 0 25px rgba(82,85,90,0.1);
            -moz-box-shadow: 0 0 25px rgba(82,85,90,0.1);
            box-shadow: 0 0 25px rgba(82,85,90,0.1);
            border: 0;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px
        }

    .icon-box-3 .icon-box-outline {
        position: absolute;
        width: 100%;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgba(255,255,255,0.1);
        -ms-text-stroke-color: rgba(255,255,255,0.1);
        -o-text-stroke-color: rgba(255,255,255,0.1);
        color: transparent;
        text-transform: uppercase;
        font-size: 50px
    }

    .icon-box-3 .box__icon {
        width: 65px;
        height: 65px;
        line-height: 65px;
        background-color: rgba(255,255,255,0.1);
        font-size: 30px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        color: #fff
    }

    .icon-box-3 .icon__title {
        color: rgba(255,255,255,0.4);
        margin-top: 25px
    }

    .icon-box-3:hover .box__icon {
        background-color: #fff;
        color: #2e3d62
    }

    .icon-box-3:hover .icon__title {
        color: #fff
    }

.icon-box-4 {
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 25px rgba(82,85,90,0.1);
    box-shadow: 0 0 25px rgba(82,85,90,0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 0;
    padding-top: 42px;
    margin-bottom: 60px
}

    .icon-box-4 .box__icon {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: -30px;
        width: 65px;
        height: 65px;
        line-height: 65px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 25px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 25px rgba(82,85,90,0.1);
        box-shadow: 0 0 25px rgba(82,85,90,0.1);
        font-size: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }

    .icon-box-4 .icon__title {
        margin-bottom: 8px;
        color: #2e3d62
    }

    .icon-box-4 .icon__text a {
        color: #7f8897
    }

    .icon-box-4:hover .box__icon {
        background-color: #1E4CA0;
        color: #fff
    }

    .icon-box-4:hover .icon__title {
        color: #2e3d62
    }

.icon-box-5 {
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 25px rgba(82,85,90,0.1);
    box-shadow: 0 0 25px rgba(82,85,90,0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 0
}

    .icon-box-5 .box-icon {
        position: relative;
        width: 80px;
        height: 80px;
        line-height: 95px;
        margin-left: auto;
        margin-right: auto;
        background-color: #17a2b8;
        -webkit-box-shadow: 0 0 25px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 25px rgba(82,85,90,0.1);
        box-shadow: 0 0 25px rgba(82,85,90,0.1);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

        .icon-box-5 .box-icon .box__count {
            position: absolute;
            bottom: 0;
            right: -5px;
            font-weight: 600;
            font-size: 15px;
            width: 30px;
            height: 30px;
            line-height: 33px;
            background-color: #fff;
            -webkit-box-shadow: 0 0 25px rgba(82,85,90,0.1);
            -moz-box-shadow: 0 0 25px rgba(82,85,90,0.1);
            box-shadow: 0 0 25px rgba(82,85,90,0.1);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

    .icon-box-5 .box__icon {
        font-size: 30px;
        color: #fff
    }

    .icon-box-5 .icon__title {
        color: #2e3d62;
        font-size: 20px
    }

    .icon-box-5:hover .box-icon .box__icon {
        color: #fff
    }

    .icon-box-5:hover .box-icon .box__count {
        background-color: #17a2b8;
        color: #fff;
        -webkit-box-shadow: 0 0 25px rgba(82,85,90,0);
        -moz-box-shadow: 0 0 25px rgba(82,85,90,0);
        box-shadow: 0 0 25px rgba(82,85,90,0)
    }

    .icon-box-5:hover .icon__title {
        color: #2e3d62
    }

.icon-box-6 {
    -webkit-box-shadow: 0 0 25px rgba(82,85,90,0);
    -moz-box-shadow: 0 0 25px rgba(82,85,90,0);
    box-shadow: 0 0 25px rgba(82,85,90,0);
    border-color: transparent
}

    .icon-box-6 .box__icon {
        width: 65px;
        height: 65px;
        line-height: 65px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 25px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 25px rgba(82,85,90,0.1);
        box-shadow: 0 0 25px rgba(82,85,90,0.1);
        font-size: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }

    .icon-box-6 .icon__title {
        font-size: 20px;
        font-weight: 500
    }

    .icon-box-6:hover {
        -webkit-box-shadow: 0 0 25px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 25px rgba(82,85,90,0.1);
        box-shadow: 0 0 25px rgba(82,85,90,0.1)
    }

.icon-box-7 {
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 25px rgba(82,85,90,0.1);
    box-shadow: 0 0 25px rgba(82,85,90,0.1);
    border-color: transparent;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .icon-box-7 .box__icon {
        width: 50px;
        height: 65px;
        line-height: 65px;
        background-color: #fff;
        text-align: center;
        -webkit-box-shadow: 0 0 25px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 25px rgba(82,85,90,0.1);
        box-shadow: 0 0 25px rgba(82,85,90,0.1);
        font-size: 28px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px
    }

    .icon-box-7 .fa-facebook {
        color: #3776ff
    }

    .icon-box-7 .fa-twitter {
        color: #46c9ff
    }

    .icon-box-7 .fa-instagram {
        color: #e0306c
    }

    .icon-box-7 .fa-youtube-play {
        color: #f54c04
    }

    .icon-box-7 .icon__title {
        margin-top: 0;
        font-size: 20px;
        color: #2e3d62;
        margin-bottom: 5px
    }

    .icon-box-7 .icon-box-content {
        margin-left: 20px
    }

.icon-style-one:hover {
    border-color: #3776ff
}

    .icon-style-one:hover .fa-facebook {
        color: #3776ff
    }

    .icon-style-one:hover .icon__title {
        color: #3776ff
    }

.icon-style-two:hover {
    border-color: #46c9ff
}

    .icon-style-two:hover .fa-twitter {
        color: #46c9ff
    }

    .icon-style-two:hover .icon__title {
        color: #46c9ff
    }

.icon-style-three:hover {
    border-color: #e0306c
}

    .icon-style-three:hover .fa-instagram {
        color: #e0306c
    }

    .icon-style-three:hover .icon__title {
        color: #e0306c
    }

.icon-style-four:hover {
    border-color: #f54c04
}

    .icon-style-four:hover .fa-youtube-play {
        color: #f54c04
    }

    .icon-style-four:hover .icon__title {
        color: #f54c04
    }

.icon-box-8 {
    margin-bottom: 15px;
    font-weight: 500;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    padding: 30px 20px;
    position: relative;
    border: 0
}

    .icon-box-8 .box__icon {
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(108,92,231,0.1);
        font-size: 24px;
        margin-bottom: 15px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .icon-box-8 .icon-box-content .icon__title {
        font-size: 16px;
        font-weight: 500
    }

    .icon-box-8:after {
        position: absolute;
        content: '';
        top: 20px;
        left: 0;
        width: 4px;
        height: 40px;
        background-color: #1E4CA0;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        opacity: .2;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .icon-box-8:hover .box__icon {
        background-color: #1E4CA0;
        color: #fff
    }

    .icon-box-8:hover:after {
        opacity: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.progress-bar-area .progress-bar-wrap {
    margin-top: 30px
}

.progress-bar-1 .bar {
    margin-bottom: 30px
}

    .progress-bar-1 .bar .skill h4 {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 7px;
        font-weight: 600
    }

    .progress-bar-1 .bar .bar-outer {
        height: 18px;
        background-color: #eee;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

        .progress-bar-1 .bar .bar-outer .speech-bubble {
            font-size: 14px;
            line-height: 26px;
            position: absolute;
            top: -37px;
            text-align: center;
            min-width: 40px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            display: none;
            color: #fff
        }

            .progress-bar-1 .bar .bar-outer .speech-bubble:after {
                border: .4em solid transparent;
                content: "";
                margin-left: -0.4em;
                position: absolute;
                top: 100%;
                left: 50%
            }

        .progress-bar-1 .bar .bar-outer .bar-inner {
            width: 0;
            height: 18px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px
        }

        .progress-bar-1 .bar .bar-outer .html, .progress-bar-1 .bar .bar-outer .photo {
            left: calc(75% - 1.5em)
        }

        .progress-bar-1 .bar .bar-outer .jquery {
            left: calc(55% - 1.5em)
        }

        .progress-bar-1 .bar .bar-outer .sketch, .progress-bar-1 .bar .bar-outer .illustrator {
            left: calc(90% - 1.5em)
        }

        .progress-bar-1 .bar .bar-outer .indesign {
            left: calc(85% - 1.5em)
        }

        .progress-bar-1 .bar .bar-outer .ht, .progress-bar-1 .bar .bar-outer .html {
            background-color: #1E4CA0
        }

            .progress-bar-1 .bar .bar-outer .html:after {
                border-top-color: #1E4CA0
            }

        .progress-bar-1 .bar .bar-outer .jq, .progress-bar-1 .bar .bar-outer .jquery {
            background-color: #4be6b8
        }

            .progress-bar-1 .bar .bar-outer .jquery:after {
                border-top-color: #4be6b8
            }

        .progress-bar-1 .bar .bar-outer .sk, .progress-bar-1 .bar .bar-outer .sketch {
            background: #f78c01
        }

            .progress-bar-1 .bar .bar-outer .sketch:after {
                border-top-color: #f78c01
            }

        .progress-bar-1 .bar .bar-outer .ph, .progress-bar-1 .bar .bar-outer .photo {
            background: #c500ee
        }

            .progress-bar-1 .bar .bar-outer .photo:after {
                border-top-color: #c500ee
            }

        .progress-bar-1 .bar .bar-outer .il, .progress-bar-1 .bar .bar-outer .illustrator {
            background: #f8c652
        }

            .progress-bar-1 .bar .bar-outer .illustrator:after {
                border-top-color: #f8c652
            }

        .progress-bar-1 .bar .bar-outer .in, .progress-bar-1 .bar .bar-outer .indesign {
            background: #17a2b8
        }

            .progress-bar-1 .bar .bar-outer .indesign:after {
                border-top-color: #17a2b8
            }

@media only screen and (min-width:768px) and (max-width:991px) {
    .circle-bar-wrap .circlechart {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .circle-bar-wrap .circlechart {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .circle-bar-wrap .circlechart {
        margin-bottom: 30px
    }
}

.circle-bar-wrap .circlechart .circle-chart {
    width: 200px;
    height: 200px
}

.circle-bar-wrap .circlechart .success-stroke {
    stroke: #1E4CA0
}

.circle-bar-wrap .circlechart2 .success-stroke {
    stroke: #ffb02b
}

.circle-bar-wrap .circlechart3 .success-stroke {
    stroke: #4be6b8
}

.circle-bar-wrap .circlechart4 .success-stroke {
    stroke: #17a2b8
}

.instagram-widget-area .instagram-widget-wrap {
    margin-top: 30px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .instagram-widget-area .instagram-widget-wrap .col-lg-4.col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.instagram-widget-item {
    text-align: center;
    margin-bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    padding-bottom: 40px
}

    .instagram-widget-item .avatar-more-option .dropdown {
        position: absolute;
        right: 20px;
        top: 80px
    }

    .instagram-widget-item .avatar-more-option .dropdown-toggle {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0;
        line-height: 6px;
        font-size: 35px;
        background-color: transparent;
        color: rgba(158,166,186,0.7);
        outline: 0
    }

        .instagram-widget-item .avatar-more-option .dropdown-toggle .la-ellipsis-h {
            line-height: 6px
        }

        .instagram-widget-item .avatar-more-option .dropdown-toggle:after {
            display: none
        }

    .instagram-widget-item .avatar-more-option .dropdown-menu {
        left: auto !important;
        right: 0;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        box-shadow: 0 0 40px rgba(82,85,90,0.1);
        border-color: #ececec;
        padding-top: 12px;
        padding-bottom: 12px
    }

        .instagram-widget-item .avatar-more-option .dropdown-menu .dropdown-item {
            color: #2e3d62;
            font-weight: 500;
            padding: 7px 25px;
            font-size: 14px
        }

            .instagram-widget-item .avatar-more-option .dropdown-menu .dropdown-item:hover {
                color: #1E4CA0
            }

    .instagram-widget-item .instagram-widget-thumb img {
        width: 100%;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }

    .instagram-widget-item .avatar-user-action {
        position: relative;
        margin-top: -55px
    }

        .instagram-widget-item .avatar-user-action .avatar-user-profile {
            margin-bottom: 34px
        }

            .instagram-widget-item .avatar-user-action .avatar-user-profile img {
                width: 110px;
                height: 110px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                border: 5px solid #fff;
                -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
                -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
                box-shadow: 0 0 40px rgba(82,85,90,0.1)
            }

            .instagram-widget-item .avatar-user-action .avatar-user-profile .avatar-user__name {
                font-size: 22px;
                font-weight: 600;
                margin-top: 18px;
                margin-bottom: 2px
            }

                .instagram-widget-item .avatar-user-action .avatar-user-profile .avatar-user__name .fa-check-circle {
                    color: #3897f0
                }

            .instagram-widget-item .avatar-user-action .avatar-user-profile .avatar-user__meta {
                color: #7f8897;
                font-size: 16px
            }

            .instagram-widget-item .avatar-user-action .avatar-user-profile .avatar-user__text {
                line-height: 27px;
                margin-top: 10px;
                margin-bottom: 5px
            }

            .instagram-widget-item .avatar-user-action .avatar-user-profile .avatar-user__link {
                color: #3897f0
            }

                .instagram-widget-item .avatar-user-action .avatar-user-profile .avatar-user__link:hover {
                    text-decoration: underline
                }

        .instagram-widget-item .avatar-user-action .instagram-widget-nav {
            margin-bottom: 34px
        }

            .instagram-widget-item .avatar-user-action .instagram-widget-nav ul li {
                display: inline-block;
                width: 29%;
                margin-right: 3%
            }

                .instagram-widget-item .avatar-user-action .instagram-widget-nav ul li span {
                    display: block
                }

                    .instagram-widget-item .avatar-user-action .instagram-widget-nav ul li span.instagram__number {
                        color: #2e3d62;
                        font-size: 20px;
                        font-weight: 600;
                        margin-bottom: 3px
                    }

                    .instagram-widget-item .avatar-user-action .instagram-widget-nav ul li span.instagram__text {
                        font-weight: 500
                    }

        .instagram-widget-item .avatar-user-action .instagram-widget-action-btn .theme-btn {
            line-height: 40px;
            text-transform: capitalize;
            padding-right: 25px;
            padding-left: 25px;
            outline: 0
        }

            .instagram-widget-item .avatar-user-action .instagram-widget-action-btn .theme-btn:hover {
                -webkit-box-shadow: 0 12px 24px -6px rgba(46,61,98,0.1);
                -moz-box-shadow: 0 12px 24px -6px rgba(46,61,98,0.1);
                box-shadow: 0 12px 24px -6px rgba(46,61,98,0.1)
            }

        .instagram-widget-item .avatar-user-action .instagram-widget-action-btn .follow-btn {
            margin-right: 8px;
            background-color: #3897f0
        }

        .instagram-widget-item .avatar-user-action .instagram-widget-action-btn .message-btn {
            background-color: #fff;
            border: 1px solid rgba(127,136,151,0.2);
            color: #2e3d62
        }

            .instagram-widget-item .avatar-user-action .instagram-widget-action-btn .message-btn:hover {
                border-color: rgba(127,136,151,0.6)
            }

.instagram-widget-item-2 {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px
}

    .instagram-widget-item-2 .instagram-widget-avatar {
        display: -ms-flex;
        display: flex;
        width: auto;
        height: auto;
        -ms-flex-align: center;
        align-items: center;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-bottom: 35px
    }

@media(max-width:1199px) {
    .instagram-widget-item-2 .instagram-widget-avatar {
        display: block
    }
}

.instagram-widget-item-2 .instagram-widget-avatar img {
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1)
}

@media(max-width:1199px) {
    .instagram-widget-item-2 .instagram-widget-avatar img {
        width: 90px;
        height: 90px
    }
}

.instagram-widget-item-2 .instagram-widget-avatar .instagram-widget-nav {
    margin-left: 18px
}

@media(max-width:1199px) {
    .instagram-widget-item-2 .instagram-widget-avatar .instagram-widget-nav {
        margin-left: 0;
        margin-top: 20px
    }
}

.instagram-widget-item-2 .instagram-widget-avatar .instagram-widget-nav ul li {
    display: inline-block;
    margin-right: 5px
}

@media(max-width:1199px) {
    .instagram-widget-item-2 .instagram-widget-avatar .instagram-widget-nav ul li {
        margin-right: 10px
    }
}

.instagram-widget-item-2 .instagram-widget-avatar .instagram-widget-nav ul li span {
    display: block
}

    .instagram-widget-item-2 .instagram-widget-avatar .instagram-widget-nav ul li span.instagram__number {
        color: #2e3d62;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 3px
    }

    .instagram-widget-item-2 .instagram-widget-avatar .instagram-widget-nav ul li span.instagram__text {
        font-weight: 500
    }

.instagram-widget-item-2 .instagram-widget-avatar .instagram-widget-action-btn {
    margin-top: 8px;
    display: -ms-flex;
    display: flex
}

@media(max-width:1199px) {
    .instagram-widget-item-2 .instagram-widget-avatar .instagram-widget-action-btn {
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px
    }
}

.instagram-widget-item-2 .instagram-widget-avatar .instagram-widget-action-btn .theme-btn {
    text-transform: capitalize;
    outline: 0;
    line-height: 30px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px
}

    .instagram-widget-item-2 .instagram-widget-avatar .instagram-widget-action-btn .theme-btn:hover {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-box-shadow: 0 0;
        -moz-box-shadow: 0 0;
        box-shadow: 0 0
    }

.instagram-widget-item-2 .instagram-widget-avatar .instagram-widget-action-btn .follow-btn {
    background-color: #3897f0
}

.instagram-widget-item-2 .instagram-widget-avatar .instagram-widget-action-btn .message-btn {
    background-color: #fff;
    border: 1px solid rgba(127,136,151,0.2);
    color: #2e3d62
}

    .instagram-widget-item-2 .instagram-widget-avatar .instagram-widget-action-btn .message-btn:hover {
        border-color: rgba(127,136,151,0.6)
    }

.instagram-widget-item-2 .instagram-widget-avatar .instagram-widget-action-btn .dropdown {
    position: relative;
    top: auto;
    right: auto
}

.instagram-widget-item-2 .instagram-widget-avatar .instagram-widget-action-btn .setting-btn {
    background-color: #fff;
    border: 1px solid rgba(127,136,151,0.2);
    color: #2e3d62;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    outline: 0
}

    .instagram-widget-item-2 .instagram-widget-avatar .instagram-widget-action-btn .setting-btn:after {
        display: none
    }

    .instagram-widget-item-2 .instagram-widget-avatar .instagram-widget-action-btn .setting-btn:hover {
        border-color: rgba(127,136,151,0.6)
    }

.instagram-widget-item-2 .avatar-user-profile {
    text-align: left
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .instagram-widget-item-2 .avatar-user-profile {
        text-align: center
    }
}

.instagram-widget-item-2 .avatar-user-profile .avatar-user__name {
    font-size: 22px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 2px
}

    .instagram-widget-item-2 .avatar-user-profile .avatar-user__name .fa-check-circle {
        color: #3897f0
    }

.instagram-widget-item-2 .avatar-user-profile .avatar-user__meta {
    color: #7f8897;
    font-size: 16px
}

.instagram-widget-item-2 .avatar-user-profile .avatar-user__text {
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 5px
}

.instagram-widget-item-2 .avatar-user-profile .avatar-user__link {
    color: #3897f0
}

    .instagram-widget-item-2 .avatar-user-profile .avatar-user__link:hover {
        text-decoration: underline
    }

.video-gallery-area .video-gallery-wrap {
    margin-top: 30px
}

.video-gallery-item {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.2);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.2);
    box-shadow: 0 0 40px rgba(82,85,90,0.2);
    position: relative;
    margin-bottom: 30px;
    border: 8px solid #fff
}

    .video-gallery-item img {
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .video-gallery-item .video-play-btn {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(46,61,98,0.7);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: 0;
        visibility: hidden;
        color: #fff;
        font-size: 40px
    }

        .video-gallery-item .video-play-btn .video__icon {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

    .video-gallery-item:hover .video-play-btn {
        opacity: 1;
        visibility: visible
    }

.video-gallery-item-2 .video-play-btn {
    opacity: 1;
    visibility: visible;
    width: 100px;
    height: 70px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-width: 2px;
    font-size: 28px
}

    .video-gallery-item-2 .video-play-btn:hover {
        background-color: rgba(46,61,98,0.9)
    }

.video-gallery-carousel .owl-nav div, .video-gallery-carousel2 .owl-nav div {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #2e3d62;
    text-align: center;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 33px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .video-gallery-carousel .owl-nav div:hover, .video-gallery-carousel2 .owl-nav div:hover {
        background-color: #1E4CA0;
        color: #fff
    }

    .video-gallery-carousel .owl-nav div.owl-next, .video-gallery-carousel2 .owl-nav div.owl-next {
        left: auto;
        right: 30px
    }

.video-gallery-item-4 {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    border: 0
}

    .video-gallery-item-4 .gallery__title {
        text-align: left;
        margin-bottom: 20px
    }

.blockquote-item {
    margin-top: 30px
}

    .blockquote-item blockquote {
        padding: 15px 30px 15px 75px;
        border-left: 5px solid #17a2b8;
        position: relative;
        margin-bottom: 0
    }

@media(max-width:375px) {
    .blockquote-item blockquote {
        padding-left: 30px
    }
}

.blockquote-item blockquote .blockquote__icon {
    color: #17a2b8;
    font-size: 35px;
    position: absolute;
    left: 20px;
    top: 10px
}

@media(max-width:375px) {
    .blockquote-item blockquote .blockquote__icon {
        position: inherit;
        top: auto;
        left: auto;
        margin-bottom: 20px
    }
}

.blockquote-item blockquote .blockquote__text {
    line-height: 30px;
    font-weight: 500;
    font-style: italic
}

.blockquote-item blockquote .blockquote__meta {
    font-weight: 500;
    margin-top: 16px;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:425px) {
    .blockquote-item blockquote .blockquote__meta {
        display: block
    }
}

.blockquote-item blockquote .blockquote__meta span {
    font-size: 16px;
    color: #7f8897;
    margin-left: 5px
}

.blockquote-item-2 blockquote {
    border-left: 0;
    background-image: url("../images/img11.jpg");
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 35px;
    padding-left: 40px
}

    .blockquote-item-2 blockquote:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #2e3d62;
        opacity: .8;
        z-index: -1;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .blockquote-item-2 blockquote .blockquote__icon {
        top: 20px;
        left: 50px;
        font-size: 100px;
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgba(255,255,255,0.1)
    }

    .blockquote-item-2 blockquote .blockquote__text, .blockquote-item-2 blockquote .blockquote__meta {
        color: #fff
    }

    .blockquote-item-2 blockquote .blockquote__meta {
        opacity: .8
    }

.blockquote-item-3 .blockquote {
    position: relative;
    margin-bottom: 0
}

    .blockquote-item-3 .blockquote h1 {
        position: relative;
        color: #7f8897;
        font-size: 20px;
        line-height: 35px;
        margin: 0;
        border: 2px solid #eee;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        padding: 25px 35px
    }

        .blockquote-item-3 .blockquote h1:after {
            content: "";
            position: absolute;
            border: 2px solid #eee;
            -webkit-border-radius: 0 50px 0 0;
            -moz-border-radius: 0 50px 0 0;
            border-radius: 0 50px 0 0;
            width: 70px;
            height: 70px;
            bottom: -70px;
            left: 50px;
            border-bottom: 0;
            border-left: 0;
            z-index: 3
        }

        .blockquote-item-3 .blockquote h1:before {
            content: "";
            position: absolute;
            width: 80px;
            border: 6px solid #fff;
            bottom: -2px;
            left: 50px;
            z-index: 2
        }

    .blockquote-item-3 .blockquote h4 {
        position: relative;
        padding-top: 15px;
        z-index: 1;
        margin-left: 150px;
        padding-left: 12px
    }

        .blockquote-item-3 .blockquote h4 span {
            font-size: 16px;
            color: #7f8897;
            font-style: italic
        }

.blockquote-item-4 .blockquote-item-text {
    line-height: 28px;
    margin-bottom: 15px
}

.blockquote-item-4 blockquote {
    padding: 20px;
    border-left-color: #eee
}

.blockquote-item-5 blockquote {
    border-left: 0;
    padding: 45px 50px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    position: relative
}

    .blockquote-item-5 blockquote .info-dot {
        position: absolute;
        width: 15px;
        height: 15px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #eee
    }

        .blockquote-item-5 blockquote .info-dot:nth-child(1) {
            top: 25px;
            left: 10%
        }

        .blockquote-item-5 blockquote .info-dot:nth-child(2) {
            top: 60px;
            left: 50%
        }

        .blockquote-item-5 blockquote .info-dot:nth-child(3) {
            bottom: 10%;
            left: 40%
        }

        .blockquote-item-5 blockquote .info-dot:nth-child(4) {
            bottom: 20%;
            right: 20%
        }

    .blockquote-item-5 blockquote .quotation-mark {
        font-size: 70px;
        margin-bottom: 20px;
        color: rgba(127,138,151,0.2)
    }

    .blockquote-item-5 blockquote .quote-text {
        font-size: 20px;
        line-height: 30px
    }

    .blockquote-item-5 blockquote .blog-post-actions {
        border-top: 2px solid rgba(127,138,151,0.1);
        display: -ms-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px;
        padding-top: 30px
    }

        .blockquote-item-5 blockquote .blog-post-actions .blog-post-meta {
            font-weight: 500
        }

        .blockquote-item-5 blockquote .blog-post-actions .blog-post-badge {
            display: -ms-flex;
            display: flex;
            -ms-flex-align: center;
            align-items: center
        }

            .blockquote-item-5 blockquote .blog-post-actions .blog-post-badge .quote-badge {
                background-color: rgba(127,138,151,0.3);
                margin-right: 5px;
                padding: 8px 10px 5px 10px;
                font-size: 85%;
                line-height: 10px
            }

    .blockquote-item-5 blockquote:before, .blockquote-item-5 blockquote:after {
        position: absolute;
        content: "";
        background-color: #fff;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
        box-shadow: 0 0 40px rgba(82,85,90,0.1);
        left: 20px;
        top: 15px;
        margin-left: auto;
        margin-right: auto;
        z-index: -1;
        width: calc(100% - 40px);
        height: 100%;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }

    .blockquote-item-5 blockquote:after {
        left: 40px;
        top: 30px;
        z-index: -2;
        width: calc(100% - 80px)
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .counter-area .section-heading .section__title br {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .counter-area .section-heading .section__title br {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .counter-area .section-heading .section__title br {
        display: none
    }
}

.counter-wrap {
    margin-top: 30px
}

.counter-item {
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .counter-item .counter-content span {
        display: block
    }

    .counter-item .counter-content .counter__icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin-left: auto;
        margin-right: auto;
        background-color: #17a2b8;
        -webkit-border-radius: 65% 30% 30% 65%/55% 35% 50% 40%;
        -moz-border-radius: 65% 30% 30% 65%/55% 35% 50% 40%;
        border-radius: 65% 30% 30% 65%/55% 35% 50% 40%;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.2);
        -moz-box-shadow: 0 0 40px rgba(82,85,90,0.2);
        box-shadow: 0 0 40px rgba(82,85,90,0.2);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        font-size: 30px;
        color: #fff
    }

    .counter-item .counter-content .counter__numb {
        font-size: 40px;
        color: #2e3d62;
        font-weight: 600;
        margin-top: 33px;
        margin-bottom: 30px
    }

    .counter-item .counter-content .counter__title {
        font-size: 20px;
        color: #7f8897
    }

    .counter-item:hover .counter-content .counter__icon {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }

.counter-item-2 {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.05);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.05);
    box-shadow: 0 0 40px rgba(82,85,90,0.05);
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative
}

    .counter-item-2:after {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        width: 50px;
        height: 4px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        background-color: #3897f0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: .5
    }

    .counter-item-2 .counter-content .counter__icon {
        background-color: rgba(26,151,240,0.1);
        width: 65px;
        height: 65px;
        line-height: 65px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #3897f0;
        -webkit-box-shadow: 0 0;
        -moz-box-shadow: 0 0;
        box-shadow: 0 0
    }

    .counter-item-2 .counter-content .counter__numb {
        margin-bottom: 20px;
        font-size: 35px
    }

    .counter-item-2 .counter-content .counter__title {
        font-size: 16px
    }

    .counter-item-2:hover .counter-content .counter__icon {
        background-color: #3897f0;
        color: #fff
    }

    .counter-item-2:hover:after {
        opacity: 1
    }

.counter-item-3 .counter-content {
    background-color: #fff;
    width: 235px;
    height: 235px;
    padding-top: 80px;
    text-align: center;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 40px rgba(14,16,48,0.05);
    -moz-box-shadow: 0 0 40px rgba(14,16,48,0.05);
    box-shadow: 0 0 40px rgba(14,16,48,0.05);
    z-index: 1;
    margin-left: auto;
    margin-right: auto
}

@media(max-width:1199px) {
    .counter-item-3 .counter-content {
        padding-top: 70px;
        width: 210px;
        height: 210px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .counter-item-3 .counter-content {
        padding-top: 65px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .counter-item-3 .counter-content {
        padding-top: 65px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .counter-item-3 .counter-content {
        padding-top: 65px
    }
}

@media(max-width:425px) {
    .counter-item-3 .counter-content {
        margin-left: auto;
        margin-right: auto
    }
}

.counter-item-3 .counter-content:after {
    position: absolute;
    content: '';
    top: 12px;
    left: 12px;
    width: 90%;
    height: 90%;
    border: 3px dotted rgba(92,72,224,0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -1
}

.counter-item-3 .counter-content .counter__icon {
    position: absolute;
    top: 70px;
    left: 40px;
    font-size: 70px;
    color: rgba(127,136,151,0.1);
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    width: auto;
    height: auto;
    line-height: inherit
}

.counter-item-3 .counter-content .counter__numb {
    font-size: 50px;
    font-weight: 500;
    color: #5c48e0;
    margin-top: 0;
    margin-bottom: 0
}

    .counter-item-3 .counter-content .counter__numb sup {
        left: -15px
    }

.counter-item-3 .counter-content .counter__title {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px
}

.counter-item-3:nth-child(2) .counter-item .counter-content .counter__numb {
    color: #4be6b8
}

.counter-item-3:nth-child(2) .counter-item .counter-content:after {
    border-color: rgba(75,230,184,0.2)
}

.counter-item-3:nth-child(3) .counter-item .counter-content .counter__numb {
    color: #f78c01
}

.counter-item-3:nth-child(3) .counter-item .counter-content:after {
    border-color: rgba(247,140,1,0.2)
}

.counter-item-3:nth-child(4) .counter-item .counter-content .counter__numb {
    color: #c500ee
}

.counter-item-3:nth-child(4) .counter-item .counter-content:after {
    border-color: rgba(197,0,238,0.2)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .counter-item-4 {
        text-align: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .counter-item-4 {
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .counter-item-4 {
        text-align: center
    }
}

.counter-item-4 .counter-content .counter__icon {
    width: 60px;
    line-height: 60px;
    height: 60px;
    margin-left: 0;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #2e3d62;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .counter-item-4 .counter-content .counter__icon {
        margin-left: auto
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .counter-item-4 .counter-content .counter__icon {
        margin-left: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .counter-item-4 .counter-content .counter__icon {
        margin-left: auto
    }
}

.counter-item-4 .counter-content .counter__icon:after {
    position: absolute;
    content: '';
    bottom: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #2e3d62;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.counter-item-4 .counter-content .counter__numb {
    margin-top: 40px
}

.counter-item-4:hover .counter-content .counter__icon {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #1E4CA0
}

    .counter-item-4:hover .counter-content .counter__icon:after {
        border-top-color: #1E4CA0
    }

.counter-item-5 .counter-content .counter__icon {
    background-color: #1E4CA0;
    line-height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    position: relative
}

    .counter-item-5 .counter-content .counter__icon:after {
        position: absolute;
        content: '';
        bottom: -6px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #1E4CA0
    }

.counter-item-5 .counter-content .counter__numb {
    color: #1E4CA0;
    margin-bottom: 25px
}

.counter-item-5 .counter-content .counter__title {
    font-size: 18px
}

.counter-item-5:hover .counter-content .counter__icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.funfact-area {
    position: relative;
    z-index: 1
}

    .funfact-area .funfact-img-box {
        position: relative;
        margin-top: 20px;
        margin-bottom: 30px
    }

        .funfact-area .funfact-img-box img {
            width: 100%;
            border: 10px solid #fff;
            -webkit-box-shadow: 0 0 40px rgba(14,16,48,0.05);
            -moz-box-shadow: 0 0 40px rgba(14,16,48,0.05);
            box-shadow: 0 0 40px rgba(14,16,48,0.05);
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px
        }

        .funfact-area .funfact-img-box .video-play-btn {
            position: absolute;
            bottom: 0;
            right: 0;
            color: #2e3d62;
            font-size: 28px;
            width: 100px;
            height: 100px;
            line-height: 100px;
            -webkit-border-radius: 4px 0 4px 0;
            -moz-border-radius: 4px 0 4px 0;
            border-radius: 4px 0 4px 0;
            background-color: #fff;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

            .funfact-area .funfact-img-box .video-play-btn:hover {
                color: #1E4CA0
            }

    .funfact-area:before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 456px;
        z-index: -1;
        background-color: #f7f9fb
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .funfact-area:before {
        height: 698px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .funfact-area:before {
        height: 698px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .funfact-area:before {
        height: 698px
    }
}

@media(max-width:575px) {
    .funfact-area:before {
        height: 1117px
    }
}

.funfact-area2 .section-heading .section__title {
    font-weight: 400;
    font-size: 30px;
    color: #7f8897
}

.funfact-area2 .counter-wrap .col-lg-3:nth-child(2) .counter-item, .funfact-area2 .counter-wrap .col-lg-3:nth-child(3) .counter-item {
    margin-top: 90px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .funfact-area2 .counter-wrap .col-lg-3:nth-child(2) .counter-item, .funfact-area2 .counter-wrap .col-lg-3:nth-child(3) .counter-item {
        margin-top: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .funfact-area2 .counter-wrap .col-lg-3:nth-child(2) .counter-item, .funfact-area2 .counter-wrap .col-lg-3:nth-child(3) .counter-item {
        margin-top: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .funfact-area2 .counter-wrap .col-lg-3:nth-child(2) .counter-item, .funfact-area2 .counter-wrap .col-lg-3:nth-child(3) .counter-item {
        margin-top: 0
    }
}

.funfact-area2 .counter-wrap .col-lg-3:nth-child(2) .counter-item .counter-content .counter__icon {
    background-color: #ffb02b
}

    .funfact-area2 .counter-wrap .col-lg-3:nth-child(2) .counter-item .counter-content .counter__icon:after {
        border-top-color: #ffb02b
    }

.funfact-area2 .counter-wrap .col-lg-3:nth-child(2) .counter-item .counter-content .counter__numb {
    color: #ffb02b
}

.funfact-area2 .counter-wrap .col-lg-3:nth-child(3) .counter-item .counter-content .counter__icon {
    background-color: #4be6b8
}

    .funfact-area2 .counter-wrap .col-lg-3:nth-child(3) .counter-item .counter-content .counter__icon:after {
        border-top-color: #4be6b8
    }

.funfact-area2 .counter-wrap .col-lg-3:nth-child(3) .counter-item .counter-content .counter__numb {
    color: #4be6b8
}

.funfact-area2 .counter-wrap .col-lg-3:nth-child(4) .counter-item .counter-content .counter__icon {
    background-color: #17a2b8
}

    .funfact-area2 .counter-wrap .col-lg-3:nth-child(4) .counter-item .counter-content .counter__icon:after {
        border-top-color: #17a2b8
    }

.funfact-area2 .counter-wrap .col-lg-3:nth-child(4) .counter-item .counter-content .counter__numb {
    color: #17a2b8
}

.funfact-area2:after, .funfact-area2:before {
    position: absolute;
    content: '';
    width: 200px;
    height: 200px;
    top: 50px;
    left: 50px;
    background-image: url("../images/dots.png");
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: .2
}

.funfact-area2:before {
    left: auto;
    top: auto;
    bottom: 50px;
    right: 50px;
    background-color: transparent
}

.get-started-text {
    margin-top: 50px
}

    .get-started-text .getstart__desc .theme-btn {
        background-color: transparent;
        color: #2e3d62;
        line-height: 45px;
        font-size: 14px
    }

        .get-started-text .getstart__desc .theme-btn:hover {
            background-color: #1E4CA0;
            color: #fff
        }

.funfact-area3 .counter-item-3 .counter-content .counter__numb span {
    display: inline-block
}

.funfact-area4 .counter-wrap {
    margin-top: 60px
}

    .funfact-area4 .counter-wrap .counter-item .counter-content .counter__icon {
        margin-left: auto;
        margin-right: auto
    }

.funfact-area5 .counter-wrap {
    margin-top: 45px
}

    .funfact-area5 .counter-wrap .counter-item .counter-content .counter__icon {
        background-color: rgba(108,92,231,0.1);
        color: #1E4CA0;
        -webkit-box-shadow: 0 0;
        -moz-box-shadow: 0 0;
        box-shadow: 0 0
    }

    .funfact-area5 .counter-wrap .counter-item .counter-content .counter__numb span {
        display: inline-block
    }

    .funfact-area5 .counter-wrap .counter-item .counter-content .counter__numb .counter__percent {
        font-size: 25px;
        top: -13px;
        right: 10px
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .portfolio-area .button-shared.text-right {
        text-align: left !important;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .portfolio-area .button-shared.text-right {
        text-align: left !important;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .portfolio-area .button-shared.text-right {
        text-align: left !important;
        margin-bottom: 30px
    }
}

.portfolio-area .portfolio-wrap {
    margin-top: 30px
}

@media(max-width:1280px) {
    .portfolio-area .portfolio-wrap .portfolio-column {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .portfolio-area .portfolio-wrap .portfolio-column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .portfolio-area .portfolio-wrap .portfolio-column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(max-width:575px) {
    .portfolio-area .portfolio-wrap .portfolio-column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .portfolio-area .portfolio-wrap .portfolio-column2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .portfolio-area .portfolio-wrap .portfolio-column2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.portfolio-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden
}

    .portfolio-item img {
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    .portfolio-item .portfolio-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(46,61,98,0.9);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        opacity: 0;
        visibility: hidden
    }

        .portfolio-item .portfolio-overlay a {
            position: absolute;
            top: 55%;
            left: 50%;
            -webkit-transform: translate(-50%,-55%);
            -moz-transform: translate(-50%,-55%);
            -ms-transform: translate(-50%,-55%);
            -o-transform: translate(-50%,-55%);
            transform: translate(-50%,-55%);
            width: 45px;
            height: 45px;
            line-height: 50px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            text-align: center;
            display: inline-block;
            background-color: #fff;
            color: #2e3d62;
            font-size: 20px;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s
        }

            .portfolio-item .portfolio-overlay a:nth-child(1) {
                margin-left: -26px
            }

            .portfolio-item .portfolio-overlay a:nth-child(2) {
                margin-left: 26px
            }

            .portfolio-item .portfolio-overlay a:hover {
                background-color: #1E4CA0;
                color: #fff
            }

    .portfolio-item .portfolio-desc {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        opacity: 0;
        visibility: hidden
    }

        .portfolio-item .portfolio-desc .portfolio__title {
            color: #fff;
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 2px
        }

@media(max-width:1024px) {
    .portfolio-item .portfolio-desc .portfolio__title {
        font-size: 20px
    }
}

@media(max-width:575px) {
    .portfolio-item .portfolio-desc .portfolio__title {
        font-size: 22px
    }
}

@media(max-width:320px) {
    .portfolio-item .portfolio-desc .portfolio__title {
        font-size: 20px
    }
}

.portfolio-item .portfolio-desc .portfolio__meta {
    color: rgba(255,255,255,0.8)
}

.portfolio-item .portfolio-desc .portfolio-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.portfolio-item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible
}

    .portfolio-item:hover .portfolio-overlay a {
        top: 40%;
        -webkit-transform: translate(-50%,-40%);
        -moz-transform: translate(-50%,-40%);
        -ms-transform: translate(-50%,-40%);
        -o-transform: translate(-50%,-40%);
        transform: translate(-50%,-40%)
    }

.portfolio-item:hover .portfolio-desc {
    bottom: 65px;
    opacity: 1;
    visibility: visible
}

@media(max-width:1199px) {
    .portfolio-item:hover .portfolio-desc {
        bottom: 45px
    }
}

@media(max-width:1024px) {
    .portfolio-item:hover .portfolio-desc {
        bottom: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .portfolio-item:hover .portfolio-desc {
        bottom: 75px
    }
}

@media(max-width:575px) {
    .portfolio-item:hover .portfolio-desc {
        bottom: 95px
    }
}

@media(max-width:480px) {
    .portfolio-item:hover .portfolio-desc {
        bottom: 75px
    }
}

@media(max-width:425px) {
    .portfolio-item:hover .portfolio-desc {
        bottom: 40px
    }
}

@media(max-width:320px) {
    .portfolio-item:hover .portfolio-desc {
        bottom: 20px
    }
}

.portfolio-item .portfolio-slider .portfolio-slider-item img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.portfolio-item .portfolio-slider .owl-dots {
    position: absolute;
    right: 15px;
    bottom: 10px
}

    .portfolio-item .portfolio-slider .owl-dots div {
        width: 12px;
        height: 12px;
        background-color: transparent;
        margin: 0 2px;
        display: inline-block;
        border: 2px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

        .portfolio-item .portfolio-slider .owl-dots div.active, .portfolio-item .portfolio-slider .owl-dots div:hover {
            background-color: #fff
        }

.portfolio-area2 .portfolio-wrap .portfolio-item .portfolio-desc {
    text-align: left;
    background-color: #fff;
    bottom: -30px;
    padding: 20px
}

    .portfolio-area2 .portfolio-wrap .portfolio-item .portfolio-desc .portfolio__title {
        color: #2e3d62;
        font-size: 18px
    }

    .portfolio-area2 .portfolio-wrap .portfolio-item .portfolio-desc .portfolio__meta {
        color: #7f8897
    }

.portfolio-area2 .portfolio-wrap .portfolio-item:hover .portfolio-desc {
    bottom: 0
}

.portfolio-area2 .portfolio-wrap .portfolio-item .portfolio-slider .owl-dots {
    bottom: auto;
    top: 20px
}

.portfolio-area3 .portfolio-filter {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center
}

    .portfolio-area3 .portfolio-filter li {
        display: inline-block;
        cursor: pointer;
        border: 1px solid rgba(127,136,151,0.1);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 5px 15px;
        margin-right: 5px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        position: relative
    }

@media only screen and (min-width:480px) and (max-width:767px) {
    .portfolio-area3 .portfolio-filter li {
        margin-bottom: 8px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .portfolio-area3 .portfolio-filter li {
        margin-bottom: 8px
    }
}

.portfolio-area3 .portfolio-filter li:last-child {
    margin-right: 0
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .portfolio-area3 .portfolio-filter li:last-child {
        margin-bottom: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .portfolio-area3 .portfolio-filter li:last-child {
        margin-bottom: 0
    }
}

.portfolio-area3 .portfolio-filter li:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 0;
    height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1E4CA0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.portfolio-area3 .portfolio-filter li.active {
    background-color: #1E4CA0;
    color: #fff;
    border-color: #1E4CA0
}

    .portfolio-area3 .portfolio-filter li.active:after {
        bottom: -6px;
        opacity: 1;
        visibility: visible
    }

.portfolio-area3 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-item {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .portfolio-area3 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-item .portfolio-desc {
        height: 100%;
        background-color: rgba(46,61,98,0.9);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3)
    }

        .portfolio-area3 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-item .portfolio-desc .portfolio__title {
            font-size: 20px
        }

    .portfolio-area3 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-item:hover .portfolio-desc {
        bottom: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

.portfolio-area3 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-bg1 {
    background-image: url("../images/portfolio-img8.jpg");
    height: 500px
}

@media(max-width:1199px) {
    .portfolio-area3 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-bg1 {
        height: 450px
    }
}

.portfolio-area3 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-bg2 {
    background-image: url("../images/portfolio-img9.jpg");
    height: 350px
}

.portfolio-area3 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-bg3 {
    background-image: url("../images/portfolio-img10.jpg");
    height: 450px
}

@media(max-width:1199px) {
    .portfolio-area3 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-bg3 {
        height: 400px
    }
}

.portfolio-area3 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-bg4 {
    background-image: url("../images/portfolio-img11.jpg")
}

.portfolio-area3 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-bg5 {
    background-image: url("../images/portfolio-img12.jpg");
    height: 450px
}

@media(max-width:1199px) {
    .portfolio-area3 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-bg5 {
        height: 400px
    }
}

.portfolio-area3 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-bg6 {
    background-image: url("../images/portfolio-img13.jpg");
    height: 350px
}

.portfolio-area4 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-bg1, .portfolio-area4 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-bg3, .portfolio-area4 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-bg4, .portfolio-area4 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-bg5 {
    height: 350px
}

.portfolio-area5 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-item .portfolio-desc .portfolio__title {
    font-size: 16px
}

.portfolio-area5 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-bg1, .portfolio-area5 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-bg2, .portfolio-area5 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-bg3, .portfolio-area5 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-bg4, .portfolio-area5 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-bg5, .portfolio-area5 .portfolio-wrap .portfolio-list .single-portfolio-item .portfolio-bg6 {
    height: 280px
}

.single-portfolio .single-port-social {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

    .single-portfolio .single-port-social h4 {
        font-weight: 600
    }

    .single-portfolio .single-port-social .single-social__list {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 10px
    }

        .single-portfolio .single-port-social .single-social__list li {
            margin-right: 4px
        }

            .single-portfolio .single-port-social .single-social__list li:last-child {
                margin-right: 0
            }

            .single-portfolio .single-port-social .single-social__list li a {
                color: #2e3d62;
                width: 35px;
                height: 35px;
                line-height: 35px;
                background-color: rgba(46,61,98,0.1);
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                text-align: center;
                display: block;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                margin-right: 3px
            }

                .single-portfolio .single-port-social .single-social__list li a:hover {
                    background-color: #2e3d62;
                    color: #fff
                }

.single-img-gallery .single-portfolio-item {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .single-img-gallery .single-portfolio-item img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

.single-img-gallery .owl-nav div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid rgba(127,136,151,0.1);
    font-size: 24px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .single-img-gallery .owl-nav div:hover {
        background-color: #1E4CA0;
        color: #fff
    }

    .single-img-gallery .owl-nav div.owl-prev {
        left: 20px
    }

    .single-img-gallery .owl-nav div.owl-next {
        left: auto;
        right: 20px
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-portfolio-content {
        margin-top: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .single-portfolio-content {
        margin-top: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .single-portfolio-content {
        margin-top: 50px
    }
}

.single-portfolio-content .section-divider {
    width: 50px;
    margin-top: 20px
}

    .single-portfolio-content .section-divider:after {
        right: 14px;
        width: 8px
    }

.single-portfolio-content .single-port-inner .single-port__title {
    font-weight: 600;
    font-size: 24px
}

.single-portfolio-content .single-port-inner .single-port__text {
    line-height: 28px
}

.single-portfolio-content .single-port-inner .single-port__list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(127,136,151,0.1)
}

    .single-portfolio-content .single-port-inner .single-port__list li:last-child {
        margin-bottom: 0;
        padding-bottom: 15px;
        border: 0
    }

    .single-portfolio-content .single-port-inner .single-port__list li .la {
        margin-right: 5px;
        color: #2e3d62
    }

    .single-portfolio-content .single-port-inner .single-port__list li .badge-text {
        font-weight: 600;
        color: #2e3d62
    }

    .single-portfolio-content .single-port-inner .single-port__list li a {
        color: #7f8897
    }

        .single-portfolio-content .single-port-inner .single-port__list li a.badge {
            color: #2e3d62;
            background-color: rgba(46,61,98,0.1);
            padding: 4px 8px;
            font-weight: 600;
            line-height: 14px
        }

            .single-portfolio-content .single-port-inner .single-port__list li a.badge:hover {
                background-color: #2e3d62;
                color: #fff
            }

        .single-portfolio-content .single-port-inner .single-port__list li a.text-link:hover {
            color: #2e3d62
        }

.single-portfolio-content .single-port-inner1 {
    margin-bottom: 30px
}

.related-portfolio {
    padding-top: 60px
}

    .related-portfolio .section-divider {
        width: 50px;
        margin-top: 20px;
        margin-bottom: 40px
    }

        .related-portfolio .section-divider:after {
            right: 14px;
            width: 8px
        }

    .related-portfolio .related-portfolio-wrap {
        border-top: 1px solid rgba(127,136,151,0.1);
        padding-top: 60px
    }

        .related-portfolio .related-portfolio-wrap .related-portfolio-title .single-port__title {
            font-weight: 600;
            font-size: 24px
        }

        .related-portfolio .related-portfolio-wrap .portfolio-item .portfolio-desc {
            height: 100%;
            background-color: rgba(46,61,98,0.9);
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
            -o-transform: scale(1.3);
            transform: scale(1.3)
        }

            .related-portfolio .related-portfolio-wrap .portfolio-item .portfolio-desc .portfolio__title {
                font-size: 20px
            }

        .related-portfolio .related-portfolio-wrap .portfolio-item:hover .portfolio-desc {
            bottom: 0;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }

@media only screen and (min-width:768px) and (max-width:991px) {
    .mobile-app-area .mobile-app-img {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .mobile-app-area .mobile-app-img {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .mobile-app-area .mobile-app-img {
        margin-bottom: 60px
    }
}

.mobile-app-area .mobile-app-img img {
    width: 100%
}

.mobile-app-area .app-content {
    margin-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .mobile-app-area .app-content {
        margin-left: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .mobile-app-area .app-content {
        margin-left: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .mobile-app-area .app-content {
        margin-left: 0
    }
}

@media(max-width:320px) {
    .app-btn-box {
        text-align: center
    }
}

.app-btn-box h4 {
    font-weight: 600;
    margin-bottom: 20px
}

.app-btn-box .button {
    background-color: #fff;
    color: #ED1C24;
    border: 1px solid rgba(237,28,36,0.8);
}

    .app-btn-box .button span {
        background-color: #ED1C24;
        color: #fff
    }

    .app-btn-box .button:hover {
        background-color: #1E4CA0;
        color: #fff;
        border-color: #1E4CA0
    }

        .app-btn-box .button:hover span {
            background-color: #fff;
            color: #ED1C24
        }

    .app-btn-box .button:nth-child(2) {
        margin-right: 10px
    }

@media(max-width:320px) {
    .app-btn-box .button:nth-child(2) {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.clientlogo-area {
    padding-top: 100px;
    padding-bottom: 90px;
    position: relative
}

    .clientlogo-area .client-logo {
        text-align: center
    }

        .clientlogo-area .client-logo .owl-item .client-logo-item {
            display: inline-block;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

            .clientlogo-area .client-logo .owl-item .client-logo-item img {
                opacity: .4;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s
            }

            .clientlogo-area .client-logo .owl-item .client-logo-item:hover img {
                opacity: 1
            }

.clientlogo-area2 {
    background-color: #f7f9fb;
    padding-top: 80px;
    padding-bottom: 75px
}

    .clientlogo-area2:after {
        position: absolute;
        content: '';
        bottom: -30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #f7f9fb
    }

.contact-form-action form .form-group {
    position: relative
}

    .contact-form-action form .form-group .form-icon {
        position: absolute;
        top: 16px;
        left: 20px
    }

    .contact-form-action form .form-group .search-btn {
        position: absolute;
        top: 0;
        right: 0;
        background-color: transparent;
        border-top: 0;
        border-right: 0;
        border-bottom: 0;
        border-left-color: rgba(127,136,151,0.2);
        color: #2e3d62;
        padding: 14px 15px
    }

        .contact-form-action form .form-group .search-btn:hover {
            color: #1E4CA0
        }

    .contact-form-action form .form-group .form-control {
        padding: 12px 20px 12px 40px;
        border-color: rgba(127,136,151,0.2);
        height: inherit;
        color: #2e3d62
    }

        .contact-form-action form .form-group .form-control:focus {
            -webkit-box-shadow: 0 0;
            -moz-box-shadow: 0 0;
            box-shadow: 0 0;
            border-color: rgba(127,136,151,0.5)
        }

    .contact-form-action form .form-group .message-control {
        height: 140px
    }

    .contact-form-action form .form-group .form-control[type="email"]::-webkit-input-placeholder {
        color: rgba(127,136,151,0.6)
    }

    .contact-form-action form .form-group .form-control[type="email"]::-moz-placeholder {
        color: rgba(127,136,151,0.6)
    }

    .contact-form-action form .form-group .form-control[type="email"]:-ms-input-placeholder {
        color: rgba(127,136,151,0.6)
    }

    .contact-form-action form .form-group .form-control[type="email"]:-moz-placeholder {
        color: rgba(127,136,151,0.6)
    }

    .contact-form-action form .form-group .form-control[type="text"]::-webkit-input-placeholder {
        color: rgba(127,136,151,0.6)
    }

    .contact-form-action form .form-group .form-control[type="text"]::-moz-placeholder {
        color: rgba(127,136,151,0.6)
    }

    .contact-form-action form .form-group .form-control[type="text"]:-ms-input-placeholder {
        color: rgba(127,136,151,0.6)
    }

    .contact-form-action form .form-group .form-control[type="text"]:-moz-placeholder {
        color: rgba(127,136,151,0.6)
    }

    .contact-form-action form .form-group .form-control[type="search"]::-webkit-input-placeholder {
        color: rgba(127,136,151,0.6)
    }

    .contact-form-action form .form-group .form-control[type="search"]::-moz-placeholder {
        color: rgba(127,136,151,0.6)
    }

    .contact-form-action form .form-group .form-control[type="search"]:-ms-input-placeholder {
        color: rgba(127,136,151,0.6)
    }

    .contact-form-action form .form-group .form-control[type="search"]:-moz-placeholder {
        color: rgba(127,136,151,0.6)
    }

    .contact-form-action form .form-group .send__btn {
        position: absolute;
        right: 0;
        top: 0;
        line-height: 49px;
        font-size: 14px;
        padding-right: 20px;
        padding-left: 20px;
        outline: 0;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0
    }

        .contact-form-action form .form-group .send__btn:hover {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }

.select-option {
    position: relative
}

    .select-option .form-icon {
        position: absolute;
        top: 16px;
        left: 20px
    }

    .select-option select {
        width: 100%;
        border: 1px solid rgba(127,136,151,0.2);
        padding: 12px 20px 12px 40px;
        display: block;
        margin-bottom: 20px;
        color: rgba(127,136,151,0.6);
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        cursor: pointer;
        outline: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #fff
    }

        .select-option select:focus {
            border-color: rgba(127,136,151,0.5)
        }

    .select-option:after {
        position: absolute;
        content: "\f110";
        top: 12px;
        right: 13px;
        font-family: "LineAwesome";
        color: #7f8897;
        pointer-events: none;
        display: inline-block
    }

.appointment-area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

    .appointment-area .appointment-content-box .contact-form-action {
        margin-top: 50px
    }

        .appointment-area .appointment-content-box .contact-form-action form .form-group .date-range {
            color: rgba(127,136,151,0.6)
        }

    .appointment-area .appointment-img-box {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 10px solid #fff;
        margin-top: 50px;
        margin-left: 30px;
        position: relative
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .appointment-area .appointment-img-box {
        margin-left: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .appointment-area .appointment-img-box {
        margin-left: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .appointment-area .appointment-img-box {
        margin-left: 0
    }
}

.appointment-area .appointment-img-box img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.appointment-area .appointment-img-box:after {
    position: absolute;
    content: '';
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    background-image: url("../images/dots.png");
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: spinme 11000ms infinite linear;
    z-index: -1;
    opacity: .2
}

.appointment-area:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background-color: #f7f9fb;
    z-index: -1;
    -webkit-clip-path: polygon(0 0,91% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,91% 0,100% 100%,0 100%)
}

.contact-area .section-heading {
    margin-bottom: 40px
}

    .contact-area .section-heading .section__title {
        font-size: 35px
    }

.contact-area .contact-img {
    margin-top: 75px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .contact-area .contact-img {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

.contact-area .contact-img img {
    width: 100%
}

.contact-area .contact-address {
    margin-top: 60px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .contact-area .contact-address .col-lg-4.col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.contact-area .contact-address .contact-heading {
    margin-bottom: 30px
}

    .contact-area .contact-address .contact-heading .contact__heading {
        font-weight: 600
    }

.contact-form-item {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    padding: 40px;
    position: relative
}

    .contact-form-item:after {
        position: absolute;
        content: '';
        top: 0;
        left: 40px;
        width: 50px;
        height: 4px;
        background-color: #1E4CA0;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        opacity: .2
    }

.contact-card {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    padding: 40px 40px 25px 40px;
    position: relative;
    margin-bottom: 30px;
    font-size: 14px;
}

    .contact-card .contact__subheding {
        margin-bottom: 25px;
        font-weight: 600;
        font-size: 18px
    }

    .contact-card .contact__text span {
        display: block;
        margin-bottom: 15px
    }

        .contact-card .contact__text span i {
            color: #2e3d62;
            width: 35px;
            height: 35px;
            line-height: 35px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            text-align: center;
            margin-right: 5px;
            background-color: rgba(46,61,98,0.1);
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            font-size: 20px
        }

        .contact-card .contact__text span a {
            color: #7f8897
        }

        .contact-card .contact__text span:hover a {
            color: #1E4CA0
        }

        .contact-card .contact__text span:hover i {
            background-color: #1E4CA0;
            color: #fff
        }

    .contact-card:after {
        position: absolute;
        content: '';
        top: 0;
        left: 40px;
        width: 50px;
        height: 4px;
        background-color: #1E4CA0;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        opacity: .2
    }

.support-area .contact-form-item {
    margin-top: 58px
}

.account-assist {
    margin-top: 15px
}

    .account-assist p {
        font-size: 20px;
        position: relative;
        margin-bottom: 32px
    }

        .account-assist p:before {
            position: absolute;
            content: '';
            left: 0;
            top: 50%;
            width: 45%;
            height: 1px;
            background-color: rgba(128,136,158,0.4);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .account-assist p:after {
            position: absolute;
            content: '';
            right: 0;
            top: 50%;
            width: 45%;
            height: 1px;
            background-color: rgba(128,136,158,0.4);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .account-assist p a {
            color: #1E4CA0
        }

    .account-assist .create-account-text {
        font-size: 16px;
        margin-bottom: 0
    }

        .account-assist .create-account-text:after, .account-assist .create-account-text:before {
            display: none
        }

.form-area {
    padding-top: 240px;
    padding-bottom: 80px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .form-area {
        padding-top: 200px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .form-area {
        padding-top: 200px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .form-area {
        padding-top: 200px
    }
}

.form-area .contact-img {
    margin-top: 140px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .form-area .contact-img {
        margin-top: 0;
        margin-bottom: 100px;
        text-align: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .form-area .contact-img {
        margin-top: 0;
        margin-bottom: 100px;
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .form-area .contact-img {
        margin-top: 0;
        margin-bottom: 100px;
        text-align: center
    }
}

@media(max-width:375px) {
    .form-area .contact-img img {
        width: 100%
    }
}

.form-area .contact-img.text-right {
    margin-top: 200px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .form-area .contact-img.text-right {
        margin-top: 100px;
        margin-bottom: 0;
        text-align: center !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .form-area .contact-img.text-right {
        margin-top: 100px;
        margin-bottom: 0;
        text-align: center !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .form-area .contact-img.text-right {
        margin-top: 100px;
        margin-bottom: 0;
        text-align: center !important
    }
}

.form-area .contact-form-action .form-group .theme-btn {
    width: 100%
}

.form-area .section-heading .section__title {
    font-size: 35px
}

.form-area form {
    margin-top: 40px
}

.sidebar {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(127,136,151,0.2);
    padding: 30px 30px 0 30px
}

    .sidebar .sidebar-widget {
        margin-bottom: 40px
    }

        .sidebar .sidebar-widget .widget__title {
            font-size: 22px;
            font-weight: 600;
            color: #2e3d62;
            margin-bottom: 35px;
            border-bottom: 1px solid rgba(127,136,151,0.2);
            padding-bottom: 15px
        }

        .sidebar .sidebar-widget .side__desc {
            line-height: 28px
        }

        .sidebar .sidebar-widget .widget__list li {
            margin-bottom: 10px;
            position: relative
        }

            .sidebar .sidebar-widget .widget__list li:last-child {
                margin-bottom: 0
            }

            .sidebar .sidebar-widget .widget__list li a {
                display: block;
                color: #2e3d62;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                background-color: rgba(46,61,98,0.05);
                padding: 10px 20px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px
            }

                .sidebar .sidebar-widget .widget__list li a .cat-count {
                    font-size: 14px;
                    opacity: .8
                }

            .sidebar .sidebar-widget .widget__list li:after {
                position: absolute;
                content: '';
                top: 50%;
                left: 0;
                width: 3px;
                height: 25px;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                background-color: rgba(46,61,98,0.1);
                -webkit-border-radius: 0 4px 4px 0;
                -moz-border-radius: 0 4px 4px 0;
                border-radius: 0 4px 4px 0;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s
            }

            .sidebar .sidebar-widget .widget__list li:hover:after {
                background-color: #fff
            }

            .sidebar .sidebar-widget .widget__list li:hover a {
                color: #fff;
                background-color: #2e3d62;
                padding-left: 25px
            }

        .sidebar .sidebar-widget .tag__list li {
            display: inline-block;
            margin-bottom: 5px
        }

            .sidebar .sidebar-widget .tag__list li a {
                padding-top: 7px;
                padding-bottom: 7px;
                font-size: 15px
            }

            .sidebar .sidebar-widget .tag__list li:hover a {
                padding-left: 20px
            }

        .sidebar .sidebar-widget .contact__links li {
            margin-bottom: 10px
        }

            .sidebar .sidebar-widget .contact__links li:last-child {
                margin-bottom: 0
            }

            .sidebar .sidebar-widget .contact__links li i {
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                color: #2e3d62;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                background-color: rgba(46,61,98,0.1);
                margin-right: 5px
            }

            .sidebar .sidebar-widget .contact__links li a {
                color: #7f8897
            }

            .sidebar .sidebar-widget .contact__links li:hover i {
                background-color: #1E4CA0;
                color: #fff
            }

            .sidebar .sidebar-widget .contact__links li:hover a {
                color: #1E4CA0
            }

        .sidebar .sidebar-widget .side__btns {
            margin-top: 20px
        }

            .sidebar .sidebar-widget .side__btns .theme-btn {
                display: block
            }

@media(max-width:1199px) {
    .sidebar .sidebar-widget .side__btns .theme-btn {
        padding-left: 20px;
        padding-right: 30px
    }
}

@media(max-width:1199px) {
    .sidebar .sidebar-widget .side__btns .theme-btn .la {
        right: 15px
    }
}

.sidebar .sidebar-widget .side__btns li:first-child {
    margin-bottom: 10px
}

    .sidebar .sidebar-widget .side__btns li:first-child .theme-btn {
        background-color: #17a2b8
    }

.sidebar .sidebar-widget .social__links li {
    display: inline-block
}

    .sidebar .sidebar-widget .social__links li a {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #2e3d62;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background-color: rgba(46,61,98,0.1)
    }

        .sidebar .sidebar-widget .social__links li a:hover {
            color: #fff;
            background-color: #1E4CA0
        }

.sidebar .contact-form-action form .form-group .form-control {
    padding-left: 20px
}

.recent-widget .nav-tabs {
    border-bottom: 0;
    margin-bottom: 25px
}

    .recent-widget .nav-tabs li {
        margin-right: 4px
    }

@media(max-width:1199px) {
    .recent-widget .nav-tabs li {
        margin-bottom: 8px;
        margin-right: 8px
    }
}

.recent-widget .nav-tabs li:last-child {
    margin-right: 0
}

.recent-widget .nav-tabs li .nav-link {
    color: #7f8897;
    font-weight: 500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(127,136,151,0.1);
    position: relative
}

@media(max-width:375px) {
    .recent-widget .nav-tabs li .nav-link {
        margin-bottom: 5px
    }
}

.recent-widget .nav-tabs li .nav-link:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 0;
    height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1E4CA0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.recent-widget .nav-tabs li .nav-link.active {
    background-color: #1E4CA0;
    color: #fff;
    border-color: #1E4CA0
}

    .recent-widget .nav-tabs li .nav-link.active:after {
        bottom: -6px;
        opacity: 1;
        visibility: visible
    }

.recent-widget .recent-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(127,136,151,0.1);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex
}

@media(max-width:1199px) {
    .recent-widget .recent-item {
        display: block
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .recent-widget .recent-item {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .recent-widget .recent-item {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .recent-widget .recent-item {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex
    }
}

.recent-widget .recent-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.recent-widget .recent-item .recent-img img {
    width: 85px;
    height: 78px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    margin-right: 15px
}

@media(max-width:1199px) {
    .recent-widget .recent-item .recent-img img {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .recent-widget .recent-item .recent-img img {
        width: 85px;
        height: 78px;
        margin-right: 15px;
        margin-bottom: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .recent-widget .recent-item .recent-img img {
        width: 85px;
        height: 78px;
        margin-right: 15px;
        margin-bottom: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .recent-widget .recent-item .recent-img img {
        width: 85px;
        height: 78px;
        margin-right: 15px;
        margin-bottom: 0
    }
}

.recent-widget .recent-item .pro-img img {
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0
}

.recent-widget .recent-item .recentpost-body .recent__meta {
    font-size: 14px;
    color: #7f8897;
    font-weight: 500
}

    .recent-widget .recent-item .recentpost-body .recent__meta a {
        color: #7f8897;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        margin-left: 2px
    }

        .recent-widget .recent-item .recentpost-body .recent__meta a:hover {
            color: #1E4CA0
        }

.recent-widget .recent-item .recentpost-body .recent__link a {
    color: #2e3d62;
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin-top: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .recent-widget .recent-item .recentpost-body .recent__link a:hover {
        color: #1E4CA0
    }

.recent-widget .recent-item .recentpost-body .pro__link a {
    margin-top: 0
}

.recent-widget .recent-item .recentpost-body .sell-rating-content .sell__rating li {
    display: inline-block;
    font-size: 13px
}

    .recent-widget .recent-item .recentpost-body .sell-rating-content .sell__rating li a {
        color: #1E4CA0
    }

.recent-widget .recent-item .recentpost-body .prices span {
    font-size: 16px;
    color: #1E4CA0;
    font-weight: 700
}

    .recent-widget .recent-item .recentpost-body .prices span.old__price {
        color: #7f8897;
        margin-right: 5px;
        text-decoration: line-through;
        font-size: 16px;
        opacity: .7
    }

.error-content .error__img {
    margin-bottom: 40px
}

    .error-content .error__img img {
        width: 100%
    }

.error-content .error-heading {
    border-bottom: 1px solid rgba(127,136,151,0.1);
    margin-bottom: 30px;
    padding-bottom: 30px
}

    .error-content .error-heading .error__title {
        font-weight: 700;
        font-size: 45px;
        margin-bottom: 10px;
        line-height: 60px
    }

@media(max-width:425px) {
    .error-content .error-heading .error__title {
        font-size: 35px;
        line-height: 50px
    }
}

.error-content .error-heading .error__text {
    font-weight: 500;
    line-height: 28px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .error-content .error-heading .error__text br {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .error-content .error-heading .error__text br {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .error-content .error-heading .error__text br {
        display: none
    }
}

.error-content .contact-form-action .contact__text {
    margin-bottom: 20px
}

.error-content .contact-form-action form .form-group .form-control {
    padding-left: 20px
}

.error-content .contact-form-action form .form-group .search-btn {
    background-color: #1E4CA0;
    border: 0;
    color: #fff;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .error-content .contact-form-action form .form-group .search-btn:hover {
        background-color: #ae001e
    }

.comments-wrapper {
    margin-top: 50px
}

    .comments-wrapper .comments-title {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 33px
    }

    .comments-wrapper .leave-title {
        margin-top: 60px;
        margin-bottom: 7px
    }

    .comments-wrapper .leave-desc {
        font-size: 16px;
        color: #7f8897;
        font-weight: 500
    }

    .comments-wrapper .comments-list li .comment {
        padding-bottom: 40px
    }

        .comments-wrapper .comments-list li .comment .avatar__img {
            width: 100px;
            height: 100px;
            float: left;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            margin-right: 20px;
            border: 8px solid #fff;
            -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
            -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
            box-shadow: 0 0 40px rgba(82,85,90,0.1)
        }

@media only screen and (min-width:480px) and (max-width:767px) {
    .comments-wrapper .comments-list li .comment .avatar__img {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: inherit
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .comments-wrapper .comments-list li .comment .avatar__img {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: inherit
    }
}

.comments-wrapper .comments-list li .comment .comment-body {
    margin-left: 110px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .comments-wrapper .comments-list li .comment .comment-body {
        margin-top: 25px;
        margin-left: 0;
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .comments-wrapper .comments-list li .comment .comment-body {
        margin-left: 0;
        margin-top: 25px;
        text-align: center
    }
}

.comments-wrapper .comments-list li .comment .comment-body .meta-data {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .comments-wrapper .comments-list li .comment .comment-body .meta-data {
        display: block;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .comments-wrapper .comments-list li .comment .comment-body .meta-data {
        display: block;
        margin-bottom: 10px
    }
}

.comments-wrapper .comments-list li .comment .comment-body .meta-data .comment__author {
    font-size: 18px;
    color: #2e3d62;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-block
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .comments-wrapper .comments-list li .comment .comment-body .meta-data .comment__author {
        display: block
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .comments-wrapper .comments-list li .comment .comment-body .meta-data .comment__author {
        display: block
    }
}

.comments-wrapper .comments-list li .comment .comment-body .meta-data .comment__date {
    margin-left: auto;
    font-weight: 500
}

.comments-wrapper .comments-list li .comment .comment-body .review__stars {
    margin-bottom: 10px
}

    .comments-wrapper .comments-list li .comment .comment-body .review__stars li {
        display: inline-block;
        color: #ffb02b;
        font-size: 14px;
        margin-left: -2px
    }

.comments-wrapper .comments-list li .comment .comment-body .comment-content {
    margin-bottom: 15px;
    line-height: 28px
}

.comments-wrapper .comments-list li .comment .comment-body .comment-reply {
    margin-left: 10px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .comments-wrapper .comments-list li .comment .comment-body .comment-reply {
        margin-left: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .comments-wrapper .comments-list li .comment .comment-body .comment-reply {
        margin-left: 0
    }
}

.comments-wrapper .comments-list li .comment .comment-body .comment-reply .comment__btn {
    color: #2e3d62;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    padding: 4px 14px;
    border: 1px solid #eee;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

    .comments-wrapper .comments-list li .comment .comment-body .comment-reply .comment__btn:hover {
        color: #fff;
        background-color: #1E4CA0;
        border-color: #1E4CA0
    }

.comments-wrapper .comments-list li .comment .comment-body .comment-reply .helpful__btn {
    float: right;
    font-size: 14px;
    font-weight: 500
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .comments-wrapper .comments-list li .comment .comment-body .comment-reply .helpful__btn {
        float: none;
        margin-top: 25px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .comments-wrapper .comments-list li .comment .comment-body .comment-reply .helpful__btn {
        float: none;
        margin-top: 25px
    }
}

.comments-wrapper .comments-list li .comment .comment-body .comment-reply .helpful__btn button {
    border: 1px solid rgba(128,137,150,0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 12px;
    color: #7f8897;
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    line-height: 20px
}

    .comments-wrapper .comments-list li .comment .comment-body .comment-reply .helpful__btn button i {
        color: #2e3d62
    }

    .comments-wrapper .comments-list li .comment .comment-body .comment-reply .helpful__btn button:hover {
        background-color: rgba(128,137,150,0.1);
        color: #2e3d62
    }

.comments-wrapper .comments-list li .comments-reply {
    margin-left: 130px
}

@media(max-width:1199px) {
    .comments-wrapper .comments-list li .comments-reply {
        margin-left: 25px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .comments-wrapper .comments-list li .comments-reply {
        margin-left: 10px
    }
}

.comments-wrapper .contact-form-action {
    margin-top: 36px;
    padding-left: 0
}

    .comments-wrapper .contact-form-action .form-group .message-control {
        height: 170px
    }

.footer-area {
    padding-top: 120px;
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}

.footer-copyright {

    position: relative;
    overflow: hidden;
    background-color: grey;
    color: white;
    font-size: 10px;
}
.footer-copyright a {
color: white;
font-size: 11px;
}

    .footer-area .footer-svg {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        fill: #f7f9fb;
        width: 100%;
    }

.copy-right {
    padding: 20px 0 20px 0;
}

.copy__desc {
    text-align: right;
    margin-top: 20px;
    line-height: 13px !important;
}

.condition-links li
{
    display:inline;
    margin-right: 20px;
}

@media only screen and (max-width:767px) {
    .copy__desc {
        text-align: center;
        margin-top: 0px;
    }
    .condition-links {
        text-align: center;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .footer-item {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-area .footer-item {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .footer-area .footer-item {
        margin-bottom: 50px
    }
}

.footer-area .footer-item .section-divider {
    margin-top: 15px;
    margin-bottom: 0;
    width: 50px
}

    .footer-area .footer-item .section-divider:after {
        right: 12px;
        width: 8px
    }

.footer-area .footer-item .logo {
    margin-bottom: 35px
}

.footer-area .footer-item .footer__desc {
    line-height: 26px
}

.footer-area .footer-item .footer__title {
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px
}

.footer-area .footer-item .user-links {
    margin-top: 30px
}

    .footer-area .footer-item .user-links li a {
        display: block;
        text-transform: capitalize;
        color: #7f8897;
        margin-bottom: 10px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        position: relative;
        font-size: 15px
    }

        .footer-area .footer-item .user-links li a:after {
            position: absolute;
            content: '';
            top: 7px;
            left: 0;
            width: 5px;
            height: 5px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-color: #1E4CA0;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            opacity: 0;
            visibility: hidden
        }

        .footer-area .footer-item .user-links li a:hover {
            color: #1E4CA0;
            padding-left: 10px
        }

            .footer-area .footer-item .user-links li a:hover:after {
                opacity: 1;
                visibility: visible
            }

.footer-area .footer-item .footer-contact .contact-item {
    margin-top: 20px
}

    .footer-area .footer-item .footer-contact .contact-item .contact__title {
        margin-bottom: 5px;
        font-weight: 600;
        font-size: 16px
    }

        .footer-area .footer-item .footer-contact .contact-item .contact__title .la {
            font-size: 18px
        }

    .footer-area .footer-item .footer-contact .contact-item .contact__text {
        line-height: 26px
    }

        .footer-area .footer-item .footer-contact .contact-item .contact__text a {
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            color: #7f8897
        }

            .footer-area .footer-item .footer-contact .contact-item .contact__text a:hover {
                color: #1E4CA0
            }

.footer-area .footer-item .total-box {
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 25px
}

    .footer-area .footer-item .total-box .total-item .total__num {
        font-weight: 600;
        margin-bottom: 4px;
        display: inline
    }

    .footer-area .footer-item .total-box .total-item .total__text {
        font-weight: 500
    }

    .footer-area .footer-item .total-box .total-item + .total-item {
        margin-left: 40px
    }

.footer-area .footer-item .contact-form-action .contact__text {
    line-height: 26px;
    margin-bottom: 20px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-area .footer-item .contact-form-action form .form-group .send__btn {
        position: inherit;
        line-height: 45px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-top: 15px;
        top: auto;
        right: auto
    }
}

@media(max-width:575px) {
    .footer-area .footer-item .contact-form-action form .form-group .send__btn {
        position: absolute;
        line-height: 49px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        margin-top: 0;
        top: 0;
        right: 0
    }
}

.footer-area .footer-item .footer-social {
    margin-top: 30px
}

    .footer-area .footer-item .footer-social ul li {
        display: inline-block
    }

        .footer-area .footer-item .footer-social ul li a {
            display: block;
            color: #2e3d62;
            width: 35px;
            height: 35px;
            line-height: 35px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            text-align: center;
            background-color: rgba(46,61,98,0.1);
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s
        }

            .footer-area .footer-item .footer-social ul li a:hover {
                background-color: #1E4CA0;
                color: #fff
            }

.footer-area .copy-right {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid rgba(127,136,151,0.1)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .copy-right {
        margin-top: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-area .copy-right {
        margin-top: 0;
        display: block;
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .footer-area .copy-right {
        margin-top: 0;
        display: block;
        text-align: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-area .copy-right .copy__desc {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .footer-area .copy-right .copy__desc {
        margin-bottom: 10px
    }
}

.footer-area .copy-right .copy__desc .la-heart {
    color: #1E4CA0;
    animation: heartBeat 1000ms infinite linear;
    font-size: 18px
}

.footer-area .copy-right .copy__desc a {
    color: #7f8897
}

    .footer-area .copy-right .copy__desc a:hover {
        color: #1E4CA0
    }

.footer-area .copy-right .condition-links li {
    display: inline-block;
    margin-right: 10px;
    position: relative
}

    .footer-area .copy-right .condition-links li:after {
        position: absolute;
        content: '/';
        top: 1px;
        right: -12px;
        font-size: 12px
    }

    .footer-area .copy-right .condition-links li:last-child {
        margin-right: 0
    }

        .footer-area .copy-right .condition-links li:last-child:after {
            display: none
        }

    .footer-area .copy-right .condition-links li a {
        display: block;
        color: #7f8897
    }

        .footer-area .copy-right .condition-links li a:hover {
            color: #1E4CA0;
            text-decoration: underline
        }

.breadcrumb-area {
    position: relative;
    padding-top: 252px;
    padding-bottom: 145px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .breadcrumb-area {
        padding-top: 200px;
        padding-bottom: 95px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .breadcrumb-area {
        padding-top: 200px;
        padding-bottom: 95px
    }
}

@media(max-width:480px) {
    .breadcrumb-area {
        padding-top: 170px;
        padding-bottom: 80px
    }
}

.breadcrumb-area .breadcrumb-shape {
    position: absolute;
    top: 95px;
    left: 40px;
    width: 40px;
    height: 40px;
    background-color: #2e3d62;
    opacity: .1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 2
}

.breadcrumb-area .breadcrumb-shape2 {
    left: 15%;
    top: auto;
    bottom: 40px;
    width: 40px;
    height: 40px
}

.breadcrumb-area .breadcrumb-shape3 {
    left: 50%;
    top: 27%;
    width: 80px;
    height: 80px
}

.breadcrumb-area .breadcrumb-shape4 {
    left: auto;
    top: auto;
    right: 30px;
    bottom: 60px;
    width: 80px;
    height: 80px
}

.breadcrumb-area .breadcrumb-content {
    color: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .breadcrumb-area .breadcrumb-content {
        display: block;
        text-align: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .breadcrumb-area .breadcrumb-content {
        display: block;
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .breadcrumb-area .breadcrumb-content {
        display: block;
        text-align: center
    }
}

.breadcrumb-area .breadcrumb-content .breadcrumb__titles .breadcrumb__title {
    color: #fff;
    font-size: 50px;
    line-height: 70px;
    font-weight: 700
}

@media(max-width:480px) {
    .breadcrumb-area .breadcrumb-content .breadcrumb__titles .breadcrumb__title {
        font-size: 40px;
        line-height: 50px
    }
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li {
    display: inline-block;
    position: relative;
    padding-right: 22px
}

    .breadcrumb-area .breadcrumb-content .breadcrumb__list li:last-child {
        padding-right: 0
    }

    .breadcrumb-area .breadcrumb-content .breadcrumb__list li a {
        color: #fff;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

        .breadcrumb-area .breadcrumb-content .breadcrumb__list li a:hover {
            opacity: .4
        }

    .breadcrumb-area .breadcrumb-content .breadcrumb__list li.breadcrumb__list-active:after {
        position: absolute;
        content: '.';
        top: -6px;
        right: 0;
        padding: 0 6px;
        font-size: 28px
    }

.breadcrumb-area:after, .breadcrumb-area:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bread-bg.jpg");
    /*background-attachment: fixed;*/
    background-size: cover;
    background-position: center center
}

.breadcrumb-area:after {
    opacity: .9;
    background-image: linear-gradient(-120deg,#1E4CA0,#EF473F);
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%2332426a' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23354772' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23394c7a' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%233c5182' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%2340568a' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23435990' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23465d95' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%2348609b' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%234b64a0' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%234e67a6' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E")*/
}
