html {
    overflow-x: hidden
}

body {
    overflow-x: hidden
}

body {
    line-height: 30px;
    font-size: 18px;
    color: #6b6d6f;
    overflow-y: hidden;
    background: #fff
}

.app_feature_inner .space-top {
    margin-top: 6px
}

ul.first-list li {
    background: linear-gradient(to right,#040404,rgb(41 2 51));
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase
}

    ul.first-list li:hover {
        background: #9dff00;
        text-align: left;
        color: rgb(0 0 0);
        transform: scale(1.1)
    }

.first-list li a:hover {
    background: url(../img/list-img-1.png) no-repeat 2% 50%;
    float: left;
    padding-left: 36px;
    padding-top: 0;
    color: rgb(0 0 0);
    text-decoration: none
}

.first-list {
    width: 97%;
    margin: 0 auto
}

ul {
    list-style-type: none;
    padding-left: 0
}

#med-box-4-1 {
    background: url(../img/side-bg.png) no-repeat;
    background-position: -32%;
    background-repeat: no-repeat;
    background-size: inherit;
    padding: 60px 0
}

#med-box-4 {
    background: url(../img/side-bg-left.png) no-repeat;
    background-position: 130% 54%;
    background-repeat: no-repeat;
    background-size: inherit;
    padding: 60px 0
}

svg#Layer_1 {
    display: none
}

.thumbnail h4 {
    text-align: center;
    padding-bottom: 1em;
    padding-top: 1em;
    font-family: "Roboto Condensed",sans-serif;
    color: #000;
    text-shadow: rgb(208 197 197) 1px 0 2px
}

#med-box-3 {
    background: url(../img/grey-bg.jpg) no-repeat rgb(255 255 255);
    padding-top: 85px
}

.tables {
    margin: 20px 0 0;
    padding: 12px 0 0
}

#med-box-1 {
    background: url(../img/side-bg.png) no-repeat;
    background-position: -32%;
    background-repeat: no-repeat;
    background-size: inherit;
    padding: 60px 0
}

#med-box {
    background: url(../img/side-bg-left.png) no-repeat;
    background-position: 134% 54%;
    background-repeat: no-repeat;
    background-size: inherit;
    padding: 60px 0
}

.table {
    width: 100%
}

.table-heading {
    display: block;
    font-size: 30px;
    text-align: left;
    font-weight: 700;
    padding: 20px 39px;
    text-transform: uppercase;
    font-family: "Roboto Condensed",sans-serif;
    text-shadow: #0c4c54 1px 0 2px
}

.table .price {
    font-size: 14px;
    padding: 20px 20px 20px 50px;
    position: relative;
    margin: 0;
    display: inline-block
}

    .table .price span {
        font-weight: 700
    }

        .table .price span strong {
            font-size: 46px
        }

    .table .price .currency {
        font-size: 18px;
        left: 20px;
        position: absolute;
        top: 16px
    }

.table ul {
    padding: 0 10px;
    margin-bottom: 0
}

    .table ul li {
        border-top: 1px solid rgb(93 93 95);
        padding: 10px 5px
    }

        .table ul li:first-child {
            border-top: 0 !important
        }

.table a.btn {
    display: block;
    margin: 17px auto;
    max-width: 160px;
    background: #f44336;
    color: #fff;
    font-weight: 700
}

body, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0
}

.h4, h4 {
    font-size: 1.2rem
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase
}

.content-block {
    margin-top: 0
}

#my {
    border: solid 2px red;
    width: 200px;
    height: 200px;
    border-radius: 0 0 100px 0;
    background-image: url('https://cdn.sstatic.net/Sites/stackoverflow/img/sprites.svg?v=1b3cdae197be')
}

.column-100 h4 {
    padding-bottom: 1em;
    padding-top: 1em;
    font-family: "Roboto Condensed",sans-serif;
    color: rgb(14 14 14);
    text-shadow: #d0c5c5 1px 0 2px;
    font-size: 1.6em
}

#about {
    background: url(../img/video-bg-shape.png) no-repeat;
    margin-top: 64px;
    padding-bottom: 158px
}

.well.well-sm.box-contact {
    padding: 45px 23px 35px 25px;
    margin-left: -32px;
    height: 501px;
    z-index: 4;
    background: linear-gradient(354deg,#01036f 0,#b206f9 100%)
}

    .well.well-sm.box-contact p {
        margin-top: 10px;
        color: #fff;
        font-size: 16px;
        text-align: center
    }

    .well.well-sm.box-contact h4 {
        margin-top: 10px;
        color: #fff;
        font-size: 16px;
        text-align: center
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #fd7e14;
    color: #fff;
    transition: all .4s
}

    .back-to-top i:hover {
        background: #2be4a2;
        color: #fff
    }

.tab-content .card-header {
    padding: 0
}

    .tab-content .card-header h5 {
        display: block
    }

    .tab-content .card-header .btn {
        margin: 0;
        width: 100%;
        border-radius: 0;
        background: rgb(133 0 156);
        color: #fff;
        box-shadow: none;
        text-align: left;
        font-size: small
    }

.ts-padding {
    padding: 35px 35px
}

.card-body {
    color: #000;
    font-weight: 700
}

.tab-content .card-header .btn:focus, .tab-content .card-header .btn:hover {
    text-decoration: none
}

.tab-content .card-header .btn.collapsed, .tab-content .card-header .btn:hover {
    background: #063f5c
}

.tab-content .card-header .btn:after {
    position: absolute;
    right: 10px;
    top: 8x;
    color: #fff
}

.tab-content .card-header .btn:after {
    font-family: FontAwesome;
    content: "\f068"
}

.tab-content .card-header .btn.collapsed:after {
    content: "\f067"
}

#services {
    background-position: right top;
    background-size: auto
}

.app_feature_inner {
    width: 100%;
    padding: 0 0 0 70px
}

.app_feature_area {
    margin-top: -222px;
    ng: 24px 0px 74px 0px
}

.app_round_image {
    width: 100%;
    height: 580px;
    text-align: center;
    overflow: hidden;
    box-shadow: rgb(203 204 206) 1px 1px 4px 1px;
    background: #fefeff;
    padding: 17px;
    margin: -3px -17px 25px -32px;
    border-radius: 15px 0 0 15px;
    position: absolute;
    overflow: hidden;
    box-shadow: rgb(100 102 105) 2px -2px 3px 2px;
    background: rgb(6 6 6);
    margin: -3px -17px 25px -32px
}

.app_feature_item.app_middle {
    max-width: 275px;
    margin: auto;
    text-align: center;
    padding-top: 50px
}

.app_feature_item:last-child {
    margin-bottom: 0;
    margin-top: 80px
}

.app_feature_item {
    margin-bottom: 70px;
    position: relative
}

    .app_feature_item.app_middle .round_icon {
        right: auto;
        left: 50%;
        top: -32px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .app_feature_item .round_icon {
        height: 58px;
        width: 58px;
        text-align: center;
        line-height: 57px;
        border-radius: 50%;
        font-size: 24px;
        position: absolute;
        right: -94px;
        background-color: #f7f7f7;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#f7f7f7),to(#e7e7e7));
        background-image: -webkit-linear-gradient(top,#f7f7f7,#e7e7e7);
        background-image: -moz-linear-gradient(top,#f7f7f7,#e7e7e7);
        background-image: -ms-linear-gradient(top,#f7f7f7,#e7e7e7);
        background-image: -o-linear-gradient(top,#f7f7f7,#e7e7e7);
        z-index: 1;
        top: -28px
    }

        .app_feature_item .round_icon:before {
            content: "";
            height: 56px;
            width: 56px;
            border-radius: 50%;
            background: #fff;
            position: absolute;
            right: 1px;
            top: 1px;
            z-index: 1;
            background-color: #f7f7f7;
            background-image: -webkit-gradient(linear,left top,left bottom,from(#f7f7f7),to(#e7e7e7));
            background-image: -webkit-linear-gradient(top,#f7f7f7,#e7e7e7);
            background-image: -moz-linear-gradient(top,#f7f7f7,#e7e7e7);
            background-image: -ms-linear-gradient(top,#f7f7f7,#e7e7e7);
            background-image: -o-linear-gradient(top,#f7f7f7,#e7e7e7);
            box-shadow: 0 3px 8px #aaa,inset 0 2px 3px #fff
        }

.item_inner-1 {
    text-align: right;
    padding-top: 165px;
    margin-right: -75px;
    background: linear-gradient(90deg,rgb(255 255 255 / 0%) 10%,rgb(85 14 141) 81%);
    box-shadow: 2px 1px 5px 0
}

.item_inner-2 {
    margin-left: -57px;
    z-index: -5;
    background: linear-gradient(90deg,rgb(114 7 168) 10%,rgb(139 1 251 / -58%) 81%);
    box-shadow: -5px 1px 4px 0
}

.app_feature_item_inner {
    text-align: right;
    padding-top: 165px;
    padding-left: 25px;
    margin-right: -9px
}

.app_feature_item {
    margin-bottom: 80px;
    position: relative;
    height: auto;
    border-radius: 7px 21px;
    width: 100%;
    padding: 25px;
    background-image: linear-gradient(135deg,#ece504 16%,#d2a009 100%);
    color: #dacafc;
    border-radius: 0
}

.form-column {
    padding-left: 0;
    float: right;
    position: absolute;
    z-index: 5
}

.call-us-top {
    display: inline-block;
    padding: 17px 25px 10px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    background: #d12eec !important;
    color: #fff !important;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 700
}

    .call-us-top a {
        color: #fff;
        margin-top: 1px;
        -webkit-background-clip: text;
        font-family: "Roboto Condensed",sans-serif;
        font-size: 21px
    }

.effect1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777
}

.main-form {
    padding: 0 30px;
    margin-bottom: -145px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

    .main-form h4 {
        background: #f5f6f7;
        display: block;
        margin: 6px -4px 25px;
        padding: 10px
    }

    .main-form p {
        line-height: 119%;
        margin-top: -12px;
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 12px
    }

.submit-arrow.animate-arrow {
    font-size: 18px;
    margin-top: -11px;
    color: #fff
}

button, input, select, textarea {
    width: 100%;
    padding: 7px 10px;
    margin: 0;
    line-height: 24px;
    height: 40px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px
}

.main-form {
    padding: 0 30px;
    margin-bottom: -145px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

button, input, select, textarea {
    background: #fff;
    color: #242424;
    border: 1px solid #e4e4e4
}

.main-form h4 {
    font-size: 24px
}

.app_feature_item_inner.left_feature .app_feature_item .round_icon {
    left: -24px
}

.table-head {
    position: relative;
    background: linear-gradient(349.83deg,#ff9523 36.84%,#d42c00 85.72%);
    padding: 20px;
    line-height: 14px;
    text-align: center;
    transition: all .3s ease 0s;
    margin-bottom: 100px
}

.title {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative
}

p.text a {
    color: #fff
}

.table-head::before {
    position: absolute;
    left: 0;
    content: "";
    border-top: 35px solid transparent;
    bottom: 0;
    border-left: 185px solid #fff;
    border-bottom: 0 solid #fff
}

.table-head::after {
    position: absolute;
    right: 0;
    content: "";
    border-top: 35px solid transparent;
    bottom: 0;
    border-right: 185px solid #fff;
    border-bottom: 0 solid #fff
}

.table-head .price {
    display: inline-block
}

#submit {
    background: #9401c7;
    background: linear-gradient(-45deg,#01036f,#f5035d,#b401ff,#fa0f08) 0 0/400% 400%;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 0;
    border: none;
    border-radius: 20px;
    height: 45px
}

    #submit:hover {
        background: #f5b0b7;
        color: #000
    }

.ml2 {
    font-size: 1.5em;
    color: #fff;
    text-transform: lowercase
}

.img-box img {
    filter: saturate(.5)
}

.space-gap {
    margin-top: 45px;
    text-align: center;
    margin-bottom: 25px
}

.ml2 .letter {
    display: inline-block;
    line-height: 1.4em;
    letter-spacing: 4px
}

.table-head .amount {
    color: #fff;
    margin: 0;
    font-size: 55px;
    font-weight: 700;
    margin: 0 5px
}

.table-list {
    padding: 15px;
    text-align: center;
    border-radius: 10px
}

    .table-list li {
        color: #666;
        position: relative;
        text-transform: capitalize;
        padding: 15px 0
    }

    .table-list i {
        font-size: 15px;
        margin-right: 10px;
        float: right
    }

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999
}

#header {
    height: 80px;
    transition: all .5s;
    z-index: 997;
    transition: all .5s
}

    #header.header-scrolled {
        height: 60px;
        background: #2eabbf;
        color: #fff
    }

    #header .logo h1 {
        font-size: 28px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700
    }

        #header .logo h1 a, #header .logo h1 a:hover {
            color: #fff;
            text-decoration: none
        }

    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 40px
    }

@media (min-width:992px) {
    #header {
        height: 64px
    }

        #header .logo h1 {
            font-size: 28px
        }
}

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        float: left
    }

    .nav-menu a {
        display: block;
        position: relative;
        color: rgba(255,255,255,.7);
        padding: 10px 0 10px 25px;
        transition: .3s;
        font-size: 15px;
        font-weight: 500;
        font-family: Poppins,sans-serif
    }

    .nav-menu > ul > li > a:before {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 3px;
        left: 25px;
        background-color: #1acc8d;
        visibility: hidden;
        width: 0;
        transition: all .3s ease-in-out 0s
    }

    .nav-menu .active > a:before, .nav-menu a:hover:before, .nav-menu li:hover > a:before {
        visibility: visible;
        width: 25px
    }

    .nav-menu .active > a, .nav-menu a:hover, .nav-menu li:hover > a {
        color: #fff;
        text-decoration: none
    }

    .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        left: 25px;
        top: calc(100% - 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        background: #fff;
        box-shadow: 0 0 30px rgba(127,137,161,.25);
        transition: ease all .3s
    }

    .nav-menu .drop-down:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
        border-radius: 5px
    }

    .nav-menu .drop-down li {
        min-width: 180px;
        position: relative
    }

    .nav-menu .drop-down ul a {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
        color: #01036f
    }

        .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul li:hover > a {
            color: #1acc8d
        }

    .nav-menu .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 5px
    }

    .nav-menu .drop-down .drop-down ul {
        top: 0;
        left: calc(100% - 30px)
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%
    }

    .nav-menu .drop-down .drop-down > a {
        padding-right: 35px
    }

        .nav-menu .drop-down .drop-down > a:after {
            content: "\eaa0";
            font-family: IcoFont;
            position: absolute;
            right: 15px
        }

@media (max-width:1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d"
    }
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: 0 0;
    font-size: 24px;
    transition: all .4s;
    outline: 0 !important;
    line-height: 1;
    cursor: pointer;
    text-align: right
}

    .mobile-nav-toggle i {
        color: #fff
    }

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out .2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0
}

.modal-body h2 {
    font-size: 1rem !important
}

.modal-body h1, .modal-body h2, .modal-body h3 {
    color: #fff;
    line-height: 24px;
    margin: 24px 0 5px 0;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-linear-gradient(left,#17a2b8,#fc2b00);
    background-image: -moz-linear-gradient(left,#593dd5,#fc2b00);
    background-image: -ms-linear-gradient(left,#593dd5,#fc2b00);
    background-image: -o-linear-gradient(left,#593dd5,#fc2b00);
    background-image: linear-gradient(to right,#17a2b8,#fc2b00)
}

.modal-header {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    background: #3f51b5 !important
}

    .modal-header .close {
        padding: 1.8rem;
        margin: -2rem -19rem -1rem auto !important
    }

.modal-dialog h2 {
    font-size: 20px !important
}

.modal-dialog {
    max-width: 655px;
    margin-left: 0;
    margin-top: -1px;
    position: absolute;
    overflow-x: scroll
}

.tab-content .card-header .btn.collapsed, .tab-content .card-header .btn:hover {
    background: rgb(249 60 1) !important
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #01036f;
    padding: 10px 20px;
    font-weight: 500;
    outline: 0;
    border-bottom: 1px dotted #333
}

    .mobile-nav .active > a, .mobile-nav a:hover, .mobile-nav li:hover > a {
        color: #1acc8d;
        text-decoration: none
    }

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa1"
}

.mobile-nav .drop-down > a {
    padding-right: 35px
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden
}

.mobile-nav .drop-down li {
    padding-left: 20px
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(13,18,252,.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out .2s
}

.mobile-nav-active {
    overflow: hidden
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff
    }

#hero {
    width: 100%;
    position: relative;
    padding: 100px 0 0
}

    #hero:before {
        content: "";
        background: url(../img/bg-img.png) no-repeat #063380;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background-size: cover
    }

    #hero h1 {
        margin: 0 0 20px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: rgba(255,255,255,.8)
    }

        #hero h1 span {
            color: #fff;
            border-bottom: 4px solid #fd7e14
        }

    #hero h2 {
        color: rgba(255,255,255,.8);
        margin-bottom: 40px;
        font-size: 24px
    }

    #hero .btn-get-started {
        font-family: Montserrat,sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 30px;
        border-radius: 50px;
        transition: .5s;
        color: #fff;
        background: #fd7e14
    }

        #hero .btn-get-started:hover {
            background: #17b57d
        }

    #hero .animated {
        animation: up-down 2s ease-in-out infinite alternate-reverse both
    }

@media (min-width:992px) {
    #hero {
        background-attachment: fixed
    }

        #hero:before {
            background-position: bottom
        }
}

@media (max-width:1100px) {
    #hero:before {
        background-position: bottom;
        background-size: cover;
        background: #063380
    }

    .app_feature_item .round_icon {
        position: absolute;
        right: -90px;
        margin: 21px
    }

    .back-text {
        color: #333
    }

    .round_c {
        display: none !important
    }

    #hero:before {
        background-position: bottom;
        background-size: cover
    }

    .app_round_image .app_mobile {
        position: absolute;
        top: 90px !important;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #hero {
        padding-top: 80px
    }

        #hero .animated {
            -webkit-animation: none;
            animation: none
        }

        #hero .hero-img img {
            max-width: 70%
        }

        #hero h1 {
            font-size: 28px;
            line-height: 32px;
            margin-bottom: 10px
        }

        #hero h2 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 30px
        }

    .app_round_image .app_mobile {
        position: absolute;
        left: 50%;
        padding: 42%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (max-width:575px) {
    #hero .hero-img img {
        width: 80%
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-10px)
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-10px)
    }
}

.hero-waves {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 60px;
    z-index: 5;
    position: relative
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px,0)
    }

    100% {
        transform: translate(-90px,0)
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px,0)
    }

    100% {
        transform: translate(-90px,0)
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px,0)
    }

    100% {
        transform: translate(85px,0)
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px,0)
    }

    100% {
        transform: translate(85px,0)
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px,0)
    }

    100% {
        transform: translate(85px,0)
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px,0)
    }

    100% {
        transform: translate(85px,0)
    }
}

.section-bg {
    background: url(../img/cont.jpg) center center/cover no-repeat;
    background-position: center center
}

.section-title {
    padding-bottom: 14px
}

    .section-title h2 {
        font-size: 23px;
        font-weight: 500;
        padding: 0;
        line-height: 1px;
        margin: 0 0 10px 0;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #2eabbf;
        font-family: Muli,sans-serif
    }

        .section-title h2::after {
            content: "";
            width: 120px;
            height: 1px;
            display: inline-block;
            background: #fd7e14;
            margin: 4px 10px
        }

    .section-title p {
        margin: 0;
        margin: 0;
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
        color: #010483;
        font-family: Poppins,sans-serif
    }

.about {
    padding: 55px 0 0 0
}

    .about .icon-boxes h3 {
        font-size: 28px;
        font-weight: 700;
        color: #010483;
        margin-bottom: 15px
    }

    .about .icon-box {
        margin-top: 40px
    }

        .about .icon-box .icon {
            float: left;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 64px;
            height: 64px;
            border: 2px solid #7ceec6;
            border-radius: 50px;
            transition: .5s
        }

            .about .icon-box .icon i {
                color: #fd7e14;
                font-size: 32px
            }

        .about .icon-box:hover .icon {
            background: #fd7e14;
            border-color: #fd7e14
        }

            .about .icon-box:hover .icon i {
                color: #fff
            }

        .about .icon-box .title {
            margin-left: 85px;
            font-weight: 700;
            margin-bottom: 10px;
            font-size: 18px
        }

            .about .icon-box .title a {
                color: #343a40;
                transition: .3s
            }

                .about .icon-box .title a:hover {
                    color: #fd7e14
                }

        .about .icon-box .description {
            margin-left: 85px;
            line-height: 24px;
            font-size: 14px
        }

    .about .video-box {
        background: url("../img/about.png") center center no-repeat;
        background-size: contain;
        min-height: 300px
    }

    .about .play-btn {
        width: 94px;
        height: 94px;
        background: radial-gradient(#3f43fd 50%,rgba(63,67,253,.4) 52%);
        border-radius: 50%;
        display: block;
        position: absolute;
        left: calc(50% - 47px);
        top: calc(50% - 47px);
        overflow: hidden
    }

        .about .play-btn::after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-40%) translateY(-50%);
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 15px solid #fff;
            z-index: 100;
            transition: all .4s cubic-bezier(.55, .055, .675, .19)
        }

        .about .play-btn::before {
            content: '';
            position: absolute;
            width: 120px;
            height: 120px;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            -webkit-animation: pulsate-btn 2s;
            animation: pulsate-btn 2s;
            -webkit-animation-direction: forwards;
            animation-direction: forwards;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: steps;
            animation-timing-function: steps;
            opacity: 1;
            border-radius: 50%;
            border: 5px solid rgba(63,67,253,.7);
            top: -15%;
            left: -15%;
            background: rgba(198,16,0,0)
        }

        .about .play-btn:hover::after {
            border-left: 15px solid #3f43fd;
            transform: scale(20)
        }

        .about .play-btn:hover::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-40%) translateY(-50%);
            width: 0;
            height: 0;
            border: none;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 15px solid #fff;
            z-index: 200;
            -webkit-animation: none;
            animation: none;
            border-radius: 0
        }

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(.6,.6);
        opacity: 1
    }

    100% {
        transform: scale(1,1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6,.6);
        opacity: 1
    }

    100% {
        transform: scale(1,1);
        opacity: 0
    }
}

.features .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f5f5ff;
    transition: ease-in-out .3s
}

    .features .icon-box i {
        font-size: 32px;
        padding-right: 10px;
        line-height: 1
    }

    .features .icon-box h3 {
        font-weight: 700;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-size: 16px
    }

        .features .icon-box h3 a {
            color: #010483;
            transition: ease-in-out .3s
        }

            .features .icon-box h3 a:hover {
                color: #01036f
            }

    .features .icon-box:hover {
        background: #ebebff
    }

.counts {
    background: #f5f5ff;
    padding: 70px 0 60px
}

    .counts .count-box {
        padding: 30px 30px 25px 30px;
        width: 100%;
        position: relative;
        text-align: center;
        background: #fff
    }

        .counts .count-box i {
            position: absolute;
            top: -25px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 24px;
            background: #fd7e14;
            padding: 12px;
            color: #fff;
            border-radius: 50px
        }

        .counts .count-box span {
            font-size: 36px;
            display: block;
            font-weight: 600;
            color: #010483
        }

        .counts .count-box p {
            padding: 0;
            margin: 0;
            font-family: Montserrat,sans-serif;
            font-size: 14px
        }

.details .content + .content {
    margin-top: 100px
}

.details .content h3 {
    font-weight: 600;
    font-size: 26px;
    color: #010483
}

.details .content ul {
    list-style: none;
    padding: 0
}

    .details .content ul li {
        padding-bottom: 10px
    }

    .details .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #fd7e14
    }

.details .content p:last-child {
    margin-bottom: 0
}

.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff
}

    .gallery .gallery-item img {
        transition: all ease-in-out .4s
    }

    .gallery .gallery-item:hover img {
        transform: scale(1.1)
    }

.testimonials {
    padding: 80px 0;
    background: url("../img/cta-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative
}

    .testimonials::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(1,3,111,.8)
    }

    .testimonials .section-header {
        margin-bottom: 40px
    }

    .testimonials .testimonial-item {
        text-align: center;
        color: #fff
    }

        .testimonials .testimonial-item .testimonial-img {
            width: 100px;
            border-radius: 50%;
            border: 6px solid rgba(255,255,255,.15);
            margin: 0 auto
        }

        .testimonials .testimonial-item h3 {
            font-size: 20px;
            font-weight: 700;
            margin: 10px 0 5px 0;
            color: #fff
        }

        .testimonials .testimonial-item h4 {
            font-size: 14px;
            color: #ddd;
            margin: 0 0 15px 0
        }

        .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
            color: rgba(255,255,255,.4);
            font-size: 26px
        }

        .testimonials .testimonial-item .quote-icon-left {
            display: inline-block;
            left: -5px;
            position: relative
        }

        .testimonials .testimonial-item .quote-icon-right {
            display: inline-block;
            right: -5px;
            position: relative;
            top: 10px
        }

        .testimonials .testimonial-item p {
            font-style: italic;
            margin: 0 auto 15px auto;
            color: #eee
        }

    .testimonials .owl-dots, .testimonials .owl-nav {
        margin-top: 5px;
        text-align: center
    }

    .testimonials .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: rgba(255,255,255,.4) !important
    }

        .testimonials .owl-dot.active {
            background-color: #fd7e14 !important
        }

@media (max-width:1024px) {
    #hero:before {
        background: #063380
    }

    .slick-slide img {
        width: 100%;
        width: 175px !important
    }

    #hero {
        padding-top: 80px
    }

        #hero .animated {
            -webkit-animation: none;
            animation: none
        }

        #hero .hero-img {
            text-align: left
        }

            #hero .hero-img img {
                max-width: 50%
            }

    .app_round_image {
        width: 100%;
        height: 600px !important
    }

    #hero h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .ml2 {
        font-size: 1.1em
    }

    ul.first-list li {
        font-size: 10px
    }

    .app_round_image {
        margin: -3px -17px 25px -34px
    }

    .padding-space {
        padding-top: 0;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .service-another-card-1 h3 {
        padding-bottom: .5em;
        padding-top: 2.2em !important
    }

    .testimonials {
        background-attachment: fixed
    }

    section#med-box {
        background: 0 0
    }

    section#med-box-1 {
        background: 0 0
    }

    .table.yellow-table.table.yellow-table ul {
        padding-left: 18px !important;
        font-size: 12px;
        line-height: 17px;
        font-weight: 100
    }
}

@media (min-width:992px) {
    .testimonials .testimonial-item p {
        width: 80%
    }
}

.team {
    background: #fff
}

    .team .member {
        text-align: center;
        margin-bottom: 80px;
        position: relative
    }

        .team .member .pic {
            border-radius: 4px;
            overflow: hidden
        }

        .team .member img {
            transition: all ease-in-out .4s
        }

        .team .member:hover img {
            transform: scale(1.1)
        }

        .team .member .member-info {
            position: absolute;
            bottom: -80px;
            left: 0;
            right: 0;
            background: rgba(255,255,255,.9);
            padding: 15px 0;
            border-radius: 0 0 4px 4px;
            box-shadow: 0 2px 15px rgba(0,0,0,.1)
        }

        .team .member h4 {
            font-weight: 700;
            margin-bottom: 10px;
            font-size: 16px;
            color: #01036f;
            position: relative;
            padding-bottom: 10px
        }

            .team .member h4::after {
                content: '';
                position: absolute;
                display: block;
                width: 50px;
                height: 1px;
                background: #0d12fc;
                bottom: 0;
                left: calc(50% - 25px)
            }

        .team .member span {
            font-style: italic;
            display: block;
            font-size: 13px;
            color: #01036f
        }

        .team .member .social {
            margin-top: 10px
        }

            .team .member .social a {
                transition: color .3s;
                color: #01036f
            }

                .team .member .social a:hover {
                    color: #fd7e14
                }

            .team .member .social i {
                font-size: 16px;
                margin: 0 2px
            }

.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 4px rgba(0,0,0,.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777;
    background: #f8f8f8
}

.pricing h4 {
    font-size: 36px;
    color: #fd7e14;
    font-weight: 600;
    font-family: Muli,sans-serif;
    margin-bottom: 20px
}

    .pricing h4 sup {
        font-size: 20px;
        top: -15px;
        left: -3px
    }

    .pricing h4 span {
        color: #bababa;
        font-size: 16px;
        font-weight: 300
    }

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444;
    text-align: center;
    line-height: 20px;
    font-size: 14px
}

    .pricing ul li {
        padding-bottom: 16px
    }

    .pricing ul i {
        color: #fd7e14;
        font-size: 18px;
        padding-right: 4px
    }

    .pricing ul .na {
        color: #ccc;
        text-decoration: line-through
    }

.order-lg-2 {
    margin-top: 80px
}

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center
}

.pricing .btn-buy {
    background: #fd7e14;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 50px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    transition: .3s
}

    .pricing .btn-buy:hover {
        background: #149f6e
    }

.pricing .featured h3 {
    color: #fff;
    background: #fd7e14
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #fd7e14;
    color: #fff
}

.faq .faq-list {
    padding: 0
}

    .faq .faq-list ul {
        padding: 0;
        list-style: none
    }

    .faq .faq-list li + li {
        margin-top: 15px
    }

    .faq .faq-list li {
        padding: 20px;
        background: #fff;
        border-radius: 4px;
        position: relative
    }

    .faq .faq-list a {
        display: block;
        position: relative;
        font-family: Muli,sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding: 0 30px;
        outline: 0
    }

    .faq .faq-list .icon-help {
        font-size: 24px;
        position: absolute;
        right: 0;
        left: 20px;
        color: #34e5a6
    }

    .faq .faq-list .icon-close, .faq .faq-list .icon-show {
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 0
    }

    .faq .faq-list p {
        margin-bottom: 0;
        padding: 10px 0 0 0
    }

    .faq .faq-list .icon-show {
        display: none
    }

    .faq .faq-list a.collapsed {
        color: #343a40
    }

        .faq .faq-list a.collapsed:hover {
            color: #fd7e14
        }

        .faq .faq-list a.collapsed .icon-show {
            display: inline-block
        }

        .faq .faq-list a.collapsed .icon-close {
            display: none
        }

@media (max-width:1200px) {
    .faq .faq-list {
        padding: 0
    }
}

.contact .info {
    width: 100%;
    background: #fff
}

    .contact .info i {
        font-size: 20px;
        color: #3f43fd;
        float: left;
        width: 44px;
        height: 44px;
        background: #f0f0ff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all .3s ease-in-out
    }

    .contact .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #010483
    }

    .contact .info p {
        padding: 0 0 0 60px;
        margin-bottom: 0;
        font-size: 14px;
        color: #0205a1
    }

    .contact .info .email, .contact .info .phone {
        margin-top: 40px
    }

        .contact .info .address:hover i, .contact .info .email:hover i, .contact .info .phone:hover i {
            background: #fd7e14;
            color: #fff
        }

.contact .php-email-form {
    width: 100%;
    background: #fff
}

    .contact .php-email-form .form-group {
        padding-bottom: 8px
    }

    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: center;
        padding: 15px;
        font-weight: 600
    }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite
        }

    .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px
    }

    .contact .php-email-form input {
        height: 44px
    }

    .contact .php-email-form textarea {
        padding: 10px 12px
    }

    .contact .php-email-form button[type=submit] {
        background: #fd7e14;
        border: 0;
        padding: 10px 30px;
        color: #fff;
        transition: .4s;
        border-radius: 50px
    }

        .contact .php-email-form button[type=submit]:hover {
            background: #34e5a6
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#footer {
    overflow-x: none;
    padding: 65px 0 30px 0;
    color: #fff;
    font-size: 14px
}

    #footer .footer-top {
        padding: 60px 0 30px 0
    }

.subscribe-area form {
    margin-top: 30px;
    background: #fff;
    position: relative;
    border-radius: 50px
}

.footer-frame {
    margin-top: -60px
}

#footer .footer-top .footer-info {
    margin-bottom: 15px;
    color: #010351;
    text-align: center;
    background: #fff;
    border-top: 6px solid #2eabbf;
    padding: 30px 20px
}

    #footer .footer-top .footer-info h3 {
        font-size: 24px;
        margin: 0 0 20px 0;
        padding: 2px 0 2px 0;
        line-height: 1;
        font-weight: 700
    }

    #footer .footer-top .footer-info p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: Montserrat,sans-serif
    }

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

    #footer .footer-top .social-links a:hover {
        background: #fd7e14;
        color: #fff;
        text-decoration: none
    }

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

    #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        #footer .footer-top .footer-links ul i {
            padding-right: 2px;
            color: #61ebba;
            font-size: 18px;
            line-height: 1
        }

        #footer .footer-top .footer-links ul li {
            padding: 10px 0;
            display: flex;
            align-items: center
        }

            #footer .footer-top .footer-links ul li:first-child {
                padding-top: 0
            }

        #footer .footer-top .footer-links ul a {
            color: #fff;
            transition: .3s;
            display: inline-block;
            line-height: 1
        }

            #footer .footer-top .footer-links ul a:hover {
                color: #4be8b0
            }

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px 6px 15px;
    position: relative;
    border-radius: 50px
}

    #footer .footer-top .footer-newsletter form input[type=email] {
        border: 0;
        padding: 4px;
        width: calc(100% - 110px)
    }

    #footer .footer-top .footer-newsletter form input[type=submit] {
        position: absolute;
        top: 0;
        right: -2px;
        bottom: 0;
        border: 0;
        background: 0 0;
        font-size: 16px;
        padding: 0 20px;
        background: #2eabbf;
        color: #fff;
        transition: .3s;
        border-radius: 50px
    }

        #footer .footer-top .footer-newsletter form input[type=submit]:hover {
            background: #149f6e
        }

#footer .copyright {
    text-align: center
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff
}

@media (max-width:575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0
    }
}

.fuller-button:hover {
    background: #160573
}

.col-md-offset-right-1 {
    margin-right: 8.33333333%
}

a {
    text-decoration: none
}

    a:focus, a:hover {
        text-decoration: none;
        outline: 0
    }

    a:hover {
        color: #ccc
    }

.row.m0 {
    margin: 0
}

.p0 {
    padding: 0
}

#success {
    display: none
}

#error {
    display: none
}

.display_table {
    display: table;
    width: 100%
}

.display_table_row {
    display: table-row
}

.display_table_cell {
    display: table-cell;
    float: none !important
}

.bg-color {
    background: #f9faff
}

.p_100 {
    padding-top: 100px;
    padding-bottom: 100px
}

iframe {
    border: none
}

@-webkit-keyframes round_image {
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes round_image {
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@-webkit-keyframes runpulse {
    0% {
        opacity: 1;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0
    }
}

@keyframes runpulse {
    0% {
        opacity: 1;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0
    }
}

.gray_bg {
    background: #f9faff
}

.well.well-sm.box-contact h2 {
    color: #fff
}

ul.features-2 li {
    list-style: none;
    margin-top: 10px;
    margin-left: 40px
}

ul.features-2 {
    margin-bottom: 50px
}

.service-another-card:hover::before {
    height: 100%;
    opacity: 1
}

.service-another-card:hover a .service-icon {
    background-color: #fff;
    color: #ff3900
}

.service-another-card:hover h3 a {
    color: #fff
}

.service-another-card:hover p {
    color: #fff
}

.service-another-card:hover .learn-btn {
    color: #fff
}

    .service-another-card:hover .learn-btn i {
        color: #fff;
        border-color: #fff;
        -webkit-animation: rotated360 9s infinite linear;
        animation: rotated360 9s infinite linear
    }

.service-another-card a {
    display: block
}

    .service-another-card a .service-icon {
        width: 75px;
        height: 75px;
        line-height: 75px;
        border-radius: 50px;
        font-size: 30px;
        display: inline-block;
        color: #fff;
        margin-bottom: 20px
    }

.service-another-card h3 {
    padding-bottom: .5em;
    padding-top: 1em;
    font-family: "Roboto Condensed",sans-serif;
    color: #fffcfd;
    text-shadow: rgb(0 0 0) 1px 0 2px;
    font-size: 1.8em;
    text-align: left
}

    .service-another-card h3 a {
        display: block;
        color: #2a284f
    }

.service-another-card {
    padding-bottom: 20px;
    height: 501px;
    text-align: center;
    background: linear-gradient(266deg,#007bff 0,#9c27b0 100%);
    box-shadow: rgba(0,0,0,.1) -2px 1px 20px 4px;
    position: relative;
    z-index: 1;
    border-radius: 0 20px;
    color: #fff
}

.service-another-card-1 {
    line-height: 29px;
    margin-bottom: 30px;
    padding-bottom: 16px;
    text-align: center;
    background: linear-gradient(266deg,#007bff 0,#9c27b0 100%);
    box-shadow: rgba(0,0,0,.1) -2px 1px 20px 4px;
    position: relative;
    z-index: 1;
    border-radius: 20px 0;
    color: #fff;
    font-size: 18px
}

    .service-another-card-1 h3 {
        padding-bottom: .5em;
        padding-top: 1em;
        font-family: "Roboto Condensed",sans-serif;
        color: #fffcfd;
        text-shadow: rgb(0 0 0) 1px 0 2px;
        font-size: 1.8em;
        text-align: left
    }

.img-box-bank {
    padding: 30px;
    height: auto;
    margin: 0 auto;
    background: #fff
}

.img-box-bank-1 {
    padding: 30px;
    height: auto;
    margin: 0 auto;
    background: #fff
}

.extra_promo_image-box-1 {
    margin-left: -31px
}

.fuller-button {
    padding: 10px 46px;
    color: #000;
    border-radius: 30px;
    margin-top: 18px;
    background: linear-gradient(266deg,#d4bbbb 0,#fff 100%);
    text-transform: uppercase;
    font-size: 16px
}

@media (max-width:991px) {
    .blog-area {
        padding-bottom: 50px
    }

    .footer-contact {
        padding-left: 0
    }

    .fuller-button {
        padding: 10px 19px;
        color: #000;
        border-radius: 18px;
        margin-top: 16px;
        background: linear-gradient(266deg,#d4bbbb 0,#fff 100%);
        text-transform: uppercase;
        font-size: 14px
    }
}

.blog-area .section-title {
    padding-bottom: 0
}

@media (max-width:991px) {
    .blog-area .section-title {
        text-align: center
    }
}

.blog-area .section-title h1 {
    margin-bottom: 30px
}

.blog-area .section-title p {
    text-transform: capitalize;
    color: #777;
    letter-spacing: 0;
    font-size: 14px
}

.blog-area .blog-inner {
    margin-top: 70px
}

@media (max-width:991px) {
    .blog-area .blog-btn {
        text-align: center;
        margin-top: 20px
    }
}

.single-blog {
    border: 1px solid #87e7f7;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin-top: 35px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 3px 0 9px rgba(90,79,93,.45);
    background: #21023c;
    background: linear-gradient(354deg,#421090 0,#4f069c 100%)
}

@media (max-width:991px) {
    .single-blog {
        margin-bottom: 30px
    }
}

#halfCircleLeft {
    right: -48px;
    position: relative;
    top: -55px;
    padding: 70px 16px
}

div#halfCircleLeft {
    margin-top: 60px !important
}

.list-type2 a {
    position: relative;
    display: block;
    font-size: 14px
}

.ml2 {
    font-size: 1em
}

#med-box img {
    padding: 0 127px
}

.slick-slide img {
    width: 210px
}

.single-blog .blog-thumb:before {
    position: absolute;
    content: "";
    background: rgba(255,255,255,.4);
    z-index: 999;
    left: 110%;
    top: -15px;
    height: 100%;
    width: 130%;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    transform: rotate(55deg);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.single-blog .blog-details {
    min-height: 235px;
    padding: 25px;
    color: #fff
}

    .single-blog .blog-details .blog-meta {
        margin-top: 15px
    }

        .single-blog .blog-details .blog-meta span {
            padding-right: 15px;
            text-transform: uppercase
        }

            .single-blog .blog-details .blog-meta span i.fa {
                padding-right: 10px
            }

    .single-blog .blog-details h5 {
        font-size: 18px;
        margin: 15px 0 15px
    }

        .single-blog .blog-details h5 a {
            color: #222;
            font-size: 18px;
            line-height: 27px
        }

.single-blog:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
    border: 1px solid transparent;
    background: #05a396;
    background: -moz-linear-gradient(left,#05a396 0,#0bdbdb 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,#05a396),color-stop(100%,#0bdbdb));
    background: -webkit-linear-gradient(left,#05a396 0,#0bdbdb 100%);
    background: -o-linear-gradient(left,#05a396 0,#0bdbdb 100%);
    background: -ms-linear-gradient(left,#05a396 0,#0bdbdb 100%);
    background: linear-gradient(to right,#05a396 0,#0bdbdb 100%)
}

    .single-blog:hover .blog-thumb:hover:before {
        left: -130%;
        top: 10px
    }

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.sample-text-area {
    padding: 100px 0
}

    .sample-text-area .title_color {
        margin-bottom: 30px
    }

    .sample-text-area p {
        line-height: 26px
    }

        .sample-text-area p b {
            font-weight: 700;
            color: #4ba0f9
        }

        .sample-text-area p i {
            color: #4ba0f9;
            font-style: italic
        }

        .sample-text-area p sup {
            color: #4ba0f9;
            font-style: italic
        }

        .sample-text-area p sub {
            color: #4ba0f9;
            font-style: italic
        }

        .sample-text-area p del {
            color: #4ba0f9
        }

        .sample-text-area p u {
            color: #4ba0f9
        }

.contact {
    padding-bottom: 80px;
    padding-left: 0;
    line-height: 35px
}

.link li a:hover {
    font-size: 16px;
    color: rgb(191 8 193);
    transition: all .3s ease-out 0s
}

.contact .info-box {
    color: #444;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 30px rgba(5,74,85,.14);
    padding: 20px 0 30px 0
}

    .contact .info-box i {
        font-size: 38px;
        color: #430f91;
        border-radius: 50%;
        padding: 14px;
        border: 2px dotted #440f92
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #777;
        font-weight: 700;
        margin: 10px 0
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0
    }

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214,215,216,.6);
    padding: 30px;
    background: #fff
}

    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: center;
        padding: 15px;
        font-weight: 600
    }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite
        }

    .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px
    }

        .contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
            background-color: #67b0d1
        }

    .contact .php-email-form input {
        padding: 20px 15px
    }

    .contact .php-email-form textarea {
        padding: 12px 15px
    }

    .contact .php-email-form button[type=submit] {
        background: #67b0d1;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: .4s
    }

        .contact .php-email-form button[type=submit]:hover {
            background: #8ec4dd
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.social_icon {
    position: fixed;
    right: calc(100% - 30px);
    top: 40%;
    z-index: 999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    display: inline-block
}

    .social_icon ul {
        margin: 0;
        padding: 0
    }

        .social_icon ul li {
            list-style: none;
            margin-top: 20px;
            background: #fff;
            transition: all linear .3s;
            white-space: nowrap;
            -webkit-box-shadow: 0 0 10px 0 rgba(105,90,166,.5);
            -moz-box-shadow: 0 0 10px 0 rgba(105,90,166,.5);
            box-shadow: 0 0 10px 0 rgba(105,90,166,.5);
            border-top: -2.9px solid #c4c4c4;
            border-bottom: -.9px solid #c4c4c4
        }

            .social_icon ul li a {
                color: #8731e8;
                font-size: 16px;
                font-weight: 400;
                line-height: 51px;
                padding-left: 10px;
                margin-left: 13px;
                text-decoration: none
            }

section#timeline h1 {
    color: #fff
}

.social_icon ul li a span {
    width: 100px;
    display: inline-block;
    position: relative;
    top: -5px;
    text-align: right;
    right: -25px
}

.social_icon ul li a i {
    color: #695aa6;
    font-size: 30px;
    text-align: center;
    background: #0094ff;
    line-height: 40px;
    padding: 20px 30px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(105,90,166,.5);
    -moz-box-shadow: 0 0 10px 0 rgba(105,90,166,.5);
    box-shadow: 0 0 10px 0 rgba(105,90,166,.5);
    text-decoration: none;
    margin-left: 20%
}

.social_icon ul li.tweet a::after, .social_icon ul li.tweet a::before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 25px;
    padding-top: 4px
}

.tweet i {
    font-size: 25px;
    color: #695aa6;
    background: 0 0;
    padding-left: 8%
}

.social_icon ul li.tweet a::before {
    content: "\f17d";
    padding-left: 39%
}

.social_icon ul li.tweet a::after {
    content: "\f099";
    padding-left: 3%
}

.social_icon ul li:hover {
    -o-transform: translateY(160px,0);
    -moz-transform: translateY(160px,0);
    -webkit-transform: translate(160px,0);
    transform: translate(160px,0)
}

.whatsapp span {
    width: 100px;
    display: inline-block;
    position: relative;
    top: -5px;
    text-align: right;
    right: -25px;
    color: #05b012
}

.social_icon ul li a:hover i {
    background: #8731e8;
    color: #fff
}

.social_icon ul li.whatsapp a i, .social_icon ul li.whatsapp:hover a, .social_icon ul li.whatsapp:hover a i {
    color: #f8faf9
}

.social_icon ul li.whatsapp a:hover i {
    background: #25d366;
    color: #fff
}

.social_icon ul li.downloadapp a i, .social_icon ul li.downloadapp:hover a {
    color: #d67105
}

.social_icon ul li.downloadapp a:hover i {
    background: #d67105;
    color: #fff
}

.social_icon ul li.itservicelink a i, .social_icon ul li.itservicelink:hover a {
    color: #1054af
}

.social_icon ul li.itservicelink a:hover i {
    background: #1054af;
    color: #fff
}

.social ul {
    padding: 0;
    -webkit-transform: translate(-270px,0);
    -moz-transform: translate(-270px,0);
    -ms-transform: translate(-270px,0);
    -o-transform: translate(-270px,0);
    transform: translate(-270px,0)
}

    .social ul li {
        display: block;
        margin: 5px;
        background: rgba(0,0,0,.36);
        width: 300px;
        text-align: right;
        padding: 10px;
        -webkit-border-radius: 0 30px 30px 0;
        -moz-border-radius: 0 30px 30px 0;
        border-radius: 0 30px 30px 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s
    }

        .social ul li:hover {
            -webkit-transform: translate(110px,0);
            -moz-transform: translate(110px,0);
            -ms-transform: translate(110px,0);
            -o-transform: translate(110px,0);
            transform: translate(110px,0);
            background: rgba(255,255,255,.4)
        }

            .social ul li:hover a {
                color: #000
            }

            .social ul li:hover i {
                color: #fff;
                background: red;
                -webkit-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
                -webkit-transition: all 1s;
                -moz-transition: all 1s;
                -ms-transition: all 1s;
                -o-transition: all 1s;
                transition: all 1s
            }

        .social ul li i {
            margin-left: 10px;
            color: #000;
            background: #fff;
            padding: 10px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            font-size: 20px;
            background: #fff;
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0)
        }

#services .modal-dialog {
    max-width: 655px;
    float: left;
    border-radius: 0 !important;
    margin-top: 0 !important;
    position: fixed;
    margin: auto;
    width: 420px;
    height: 100%;
    overflow-y: scroll;
    border: none
}

@media (max-width:1199px) {
    .services-type-1 {
        margin-top: 40px
    }
}

@media (max-width:575px) {
    .services-type-1 {
        margin-top: 20px
    }
}

.services-type-1 .services-container {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width:991px) {
    #med-box-1 {
        background: 0 0
    }

    #med-box {
        background: 0 0
    }
}

.table.yellow-table.table.yellow-table ul {
    font-size: 16px
}

.table.green-table ul {
    font-size: 16px
}

.h2-orange {
    font-size: 2rem;
    line-height: 26px
}

div#halfCircleLeft {
    margin-top: 50px !important
}

.slick-slide img {
    width: 210px !important;
    padding-left: 3px
}

@media (max-width:767px) {
    .call-us-top a {
        font-size: 14px;
        padding: 8px
    }

    .ts-padding {
        padding: 35px 4px;
        margin-top: 20px;
        border-bottom: 3px solid #fef8ff
    }

    div#halfCircleLeft {
        margin-top: 100px !important
    }

    #med-box-4 h2 {
        margin-top: 0
    }

    .blue_box {
        padding: 10px;
        font-size: 1rem;
        line-height: 30px;
        color: #fff;
        border-radius: 5px;
        background: #0b6bae
    }

    .ts-padding {
        padding: 35px 4px
    }

    .slick-slide img {
        width: 285px !important;
        padding-left: 14px !important
    }

    .float {
        position: fixed;
        padding: 22px;
        /*  width: 100px !important;
        height: 100px !important;*/
        bottom: -55px !important
    }

    .column-100 {
        padding: 0 30px !important;
        text-align: justify
    }

    #typedtext {
        max-height: 170px
    }

    .fuller-button {
        padding: 12px 34px !important
    }

    .main-form {
        padding: 0 12px
    }

    .service-another-card-1 {
        margin-top: 40px
    }

    .fuller-button {
        padding: 10px 80px !important
    }

    p.text {
        margin: 0 5px
    }

    .footer-contact {
        padding-left: 0 !important
    }
}

.title {
    margin-bottom: 10px;
    position: relative;
    margin-top: 25px
}

.well.well-sm.box-contact {
    padding: 45px 23px 35px 25px !important;
    margin-left: 0 !important
}

.table-heading {
    display: block;
    font-size: 24px;
    text-align: left
}

.extra_promo_image-box-1 {
    margin-left: 0 !important
}

.service-another-card-text-1 {
    padding: 0 25px;
    text-align: left
}

.table.green-table ul {
    font-size: 13px
}

.table.yellow-table.table.yellow-table ul {
    font-size: 13px
}

.h2-orange {
    font-size: 1.5rem;
    line-height: 26px
}

#med-box {
    margin: 0 0 !important
}

.submit-arrow.animate-arrow {
    font-size: 11px
}

.main-form p {
    line-height: 119%;
    margin-top: -12px;
    color: #fff;
    font-weight: 700;
    font-size: 14px
}

#halfCircleLeft {
    margin-top: 135px;
    margin-bottom: -92px
}

#med-box-1 {
    padding: 0 0
}

#submit {
    padding: 9px 0 !important
}

.call-us-top {
    display: inline-block;
    padding: 12px 9px 4px !important;
    font-size: 18px;
    margin: 0 0 !important
}

.contact {
    padding-bottom: 15px !important;
    padding-left: 0;
    line-height: 35px !important
}

.footer-info {
    margin: 0 0 50px 0 !important
}

.title {
    margin-bottom: 0 !important;
    margin-top: 30px !important
}

.footer-contact {
    padding-left: 0 !important
}

a:not([href]):not([tabindex]) {
    color: #faebd7 !important;
    text-decoration: none
}

.column-100 {
    padding: 15px
}

.extra_promo_image {
    margin: 0
}

.extra_promo_image-box {
    margin-left: -31px !important;
    border-radius: 24px !important;
    margin-bottom: 35px !important;
    margin-left: 4px !important
}

#med-box {
    margin: -48px 0 !important;
    padding: 0 0 !important
}

.services-type-1 .services-container .services-row {
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

div#halfCircleLeft {
    margin-top: 100px
}

.modal-dialog {
    max-width: 100%;
    margin-left: 0;
    margin-top: 60px;
    border-radius: -2px;
    position: absolute;
    overflow-x: scroll
}

.h2-orange {
    font-size: 1.4rem;
    margin-top: 0
}

@media (max-width:1024px) {
    .h1, h1 {
        font-size: 1.5rem
    }

    .app_feature_inner {
        width: 100%;
        padding: 0 0 0 5px
    }

    .list-type2 a {
        font-size: 12px
    }

    #med-box-4 {
        background-color: #fff;
        background: 0 0
    }

    .service-another-card-1 h3 {
        padding-bottom: .5em;
        padding-top: 1em !important
    }

    #med-box-4-1 {
        background: 0 0
    }

    .services-type-1 .services-container .services-row-3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 0
    }

    [data-aos-delay] {
        transition-delay: 0 !important
    }

    #hero h1 {
        margin: 0 0 20px 0;
        color: #f8fdff !important;
        text-align: center
    }

    #services {
        background: 0 0 !important
    }

    .services-type-1 {
        padding-left: 0;
        padding-right: 0
    }

        .services-type-1 .services-container .service {
            cursor: pointer;
            width: 140px;
            height: 140px;
            background-color: #fff;
            margin: 5px;
            color: #fbfbfb;
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

    .app_round_image .app_mobile {
        padding: 35% !important
    }

    section#products {
        margin-top: 100px !important
    }

    .services-type-1 .services-container .service {
        width: 200px;
        height: 200px;
        margin: 10px
    }

    section#services {
        text-align: left !important
    }

    .app_feature_item h4 {
        padding-bottom: 1px !important
    }
}

@media (max-width:575px) {
    .services-type-1 .services-container .service {
        width: 100%;
        margin: 5px
    }
}

@media (max-width:1100px) {
    #hero:before {
        background-position: bottom;
        background-size: cover;
        background: #063380
    }

    .app_feature_item .round_icon {
        position: absolute;
        right: -90px;
        margin: 21px
    }

    #hero:before {
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background-size: cover;
        background: #0e3e9e;
        background: -moz-linear-gradient(left,#0e3e9e 0,#f16f5c 0,#06065c 0,#5aaffa 100%);
        background: -webkit-gradient(left top,right top,color-stop(0,#0e3e9e),color-stop(0,#f16f5c),color-stop(0,#06065c),color-stop(100%,#5aaffa));
        background: -webkit-linear-gradient(left,#0e3e9e 0,#f16f5c 0,#06065c 0,#5aaffa 100%);
        background: -o-linear-gradient(left,#0e3e9e 0,#f16f5c 0,#06065c 0,#5aaffa 100%);
        background: -ms-linear-gradient(left,#0e3e9e 0,#f16f5c 0,#06065c 0,#5aaffa 100%);
        background: linear-gradient(to right,#0e3e9e 0,#f16f5c 0,#06065c 0,#5aaffa 100%) !important
    }

    .back-text {
        color: #333
    }

    .round_c {
        display: none !important
    }

    #hero:before {
        background-position: bottom;
        background-size: cover
    }

    .app_round_image .app_mobile {
        position: absolute;
        top: 90px !important;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #hero {
        padding-top: 80px
    }

        #hero .animated {
            -webkit-animation: none;
            animation: none
        }

        #hero .hero-img img {
            max-width: 70%
        }

        #hero h1 {
            font-size: 28px;
            line-height: 32px;
            margin-bottom: 10px
        }

        #hero h2 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 30px
        }

    .app_round_image .app_mobile {
        position: absolute;
        left: 50%;
        padding: 42%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

section#services {
    text-align: center
}

.services-type-1 .services-container .service .content {
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 100%
}

.first-list {
    background: url(../img/list-img.png) no-repeat
}

    .first-list li {
        list-style: none
    }

    .first-list li {
        list-style: none;
        padding: 6px
    }

@media (max-width:767px) {
    .h2, h2 {
        font-size: 1.5rem
    }

    section#med-box {
        background: 0 0 !important
    }

    .services-type-1 .services-container .service .content {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .service-another-card {
        padding-bottom: 20px;
        height: auto !important;
        text-align: center
    }

    section#med-box animated animatedFadeInUp fadeInUp {
        background: 0 0
    }

    .padding-space {
        padding-top: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-radius: 0 !important
    }

    .services-type-1 .services-container .service .content i {
        margin-bottom: 10px;
        font-size: 32px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    .services-type-1 .services-container .service .content p {
        text-transform: capitalize;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        font-family: "Open Sans";
        color: #fbfbfb;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    .services-type-1 .services-container .service:hover {
        background-color: #212121;
        color: #fbfbfb
    }

        .services-type-1 .services-container .service:hover .content i {
            color: #cecdcd
        }

        .services-type-1 .services-container .service:hover .content p {
            color: #cecdcd
        }

    .our-services .title-box .title-center {
        color: #fff
    }

    .page-title .title {
        font-size: 36px;
        color: #fff;
        line-height: 40px;
        margin: 2px 0 20px 0;
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        background-image: -webkit-linear-gradient(left,#593dd5,#fc2b00);
        background-image: -moz-linear-gradient(left,#593dd5,#fc2b00);
        background-image: -ms-linear-gradient(left,#593dd5,#fc2b00);
        background-image: -o-linear-gradient(left,#593dd5,#fc2b00);
        background-image: linear-gradient(to right,#593dd5,#fc2b00)
    }

    .contact-info .social-links {
        position: relative;
        margin-top: 25px
    }

        .contact-info .social-links li {
            margin: 0 2px;
            display: inline-block;
            list-style: none
        }

            .contact-info .social-links li a {
                position: relative;
                display: block;
                line-height: 38px;
                width: 38px;
                height: 38px;
                text-align: center;
                font-size: 18px;
                -webkit-transition: all .5s ease;
                -ms-transition: all .5s ease;
                transition: all .5s ease
            }

                .contact-info .social-links li a.facebook {
                    background: #3c5a97;
                    color: #fff
                }

                .contact-info .social-links li a.twitter {
                    background: #0fa8de;
                    color: #fff
                }

                .contact-info .social-links li a.google {
                    background: #e54e3a;
                    color: #fff
                }

                .contact-info .social-links li a.linkedin {
                    background: #007ab5;
                    color: #fff
                }

                .contact-info .social-links li a:hover {
                    opacity: .5
                }

    .shroom-haze-bg {
        background: #5c258d;
        background: -webkit-linear-gradient(to right,#4389a2,#5c258d);
        background: linear-gradient(to right,#4389a2,#5c258d)
    }

        .shroom-haze-bg:hover {
            background: #4389a2;
            background: -webkit-linear-gradient(to right,#5c258d,#4389a2);
            background: linear-gradient(to right,#5c258d,#4389a2)
        }

    .mose-bg {
        background: #134e5e;
        background: -webkit-linear-gradient(to right,#71b280,#134e5e);
        background: linear-gradient(to right,#71b280,#134e5e)
    }

        .mose-bg:hover {
            background: #71b280;
            background: -webkit-linear-gradient(to right,#134e5e,#71b280);
            background: linear-gradient(to right,#134e5e,#71b280)
        }

    .electric-violet-bg {
        background: #4776e6;
        background: -webkit-linear-gradient(to right,#8e54e9,#4776e6);
        background: linear-gradient(to right,#8e54e9,#4776e6)
    }

        .electric-violet-bg:hover {
            background: #8e54e9;
            background: -webkit-linear-gradient(to right,#4776e6,#8e54e9);
            background: linear-gradient(to right,#4776e6,#8e54e9)
        }

    .juicy-orange-bg {
        background: #ff8008;
        background: -webkit-linear-gradient(to right,#ffc837,#ff8008);
        background: linear-gradient(to right,#ffc837,#ff8008)
    }

        .juicy-orange-bg:hover {
            background: #ffc837;
            background: -webkit-linear-gradient(to right,#ff8008,#ffc837);
            background: linear-gradient(to right,#ff8008,#ffc837)
        }

    .chery-bg {
        background: #eb3349;
        background: -webkit-linear-gradient(to right,#f45c43,#eb3349);
        background: linear-gradient(to right,#f45c43,#eb3349)
    }

        .chery-bg:hover {
            background: #f45c43;
            background: -webkit-linear-gradient(to right,#eb3349,#f45c43);
            background: linear-gradient(to right,#eb3349,#f45c43)
        }

    .aqua-marine-bg {
        background: #1a2980;
        background: -webkit-linear-gradient(to right,#26d0ce,#1a2980);
        background: linear-gradient(to right,#26d0ce,#1a2980)
    }

        .aqua-marine-bg:hover {
            background: #26d0ce;
            background: -webkit-linear-gradient(to right,#1a2980,#26d0ce);
            background: linear-gradient(to right,#1a2980,#26d0ce)
        }

    .aubergine-bg {
        background: #aa076b;
        background: -webkit-linear-gradient(to right,#61045f,#aa076b);
        background: linear-gradient(to right,#61045f,#aa076b)
    }

        .aubergine-bg:hover {
            background: #61045f;
            background: -webkit-linear-gradient(to right,#aa076b,#61045f);
            background: linear-gradient(to right,#aa076b,#61045f)
        }

    #feature {
        background: url(../img/section-bg-mobile.jpg) no-repeat;
        background-position: right top;
        background-size: auto
    }

    #about {
        background: url(../img/video-bg-shape.png) no-repeat !important;
        margin-top: 64px !important;
        padding-bottom: 10px
    }

    img.round_c {
        display: none
    }

    .space-top {
        margin-top: 50px
    }

    body {
        line-height: 25px;
        font-size: 14px !important
    }

    .app_feature_item .round_icon {
        display: none
    }

    #hero:before {
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background-size: cover;
        background: #0e3e9e;
        background: -moz-linear-gradient(left,#0e3e9e 0,#f16f5c 0,#06065c 0,#5aaffa 100%);
        background: -webkit-gradient(left top,right top,color-stop(0,#0e3e9e),color-stop(0,#f16f5c),color-stop(0,#06065c),color-stop(100%,#5aaffa));
        background: -webkit-linear-gradient(left,#0e3e9e 0,#f16f5c 0,#06065c 0,#5aaffa 100%);
        background: -o-linear-gradient(left,#0e3e9e 0,#f16f5c 0,#06065c 0,#5aaffa 100%);
        background: -ms-linear-gradient(left,#0e3e9e 0,#f16f5c 0,#06065c 0,#5aaffa 100%);
        background: linear-gradient(to right,#0e3e9e 0,#f16f5c 0,#06065c 0,#5aaffa 100%) !important
    }
}

[class*=" ti-"], [class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-size: 24px;
    margin-right: 5px;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.left-bg, .right-bg {
    position: absolute;
    top: 80px;
    bottom: 0;
    width: 50%;
    transition: .25s ease
}

.left-bg {
    left: 0;
    background: #fff;
    left: 0
}

.right-bg {
    background: linear-gradient(-45deg,#fdfdfd,#f9f9f9,#fdfcfd,#f9f7f7);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    background-position: right;
    right: 0
}

    .right-bg:before {
        font-weight: 700;
        position: absolute;
        background: #fff;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        top: 150px;
        left: 0;
        -webkit-transform: translate(-50%,-50%)
    }

    .right-bg:after {
        content: " ";
        height: 800px;
        width: 1px;
        background-color: #fff;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 20px
    }

.header {
    position: relative;
    text-align: center;
    background: -moz-linear-gradient(top,rgba(249,249,222,.78) 0,rgba(249,249,222,.78) 1%,#04002d 100%);
    background: -webkit-linear-gradient(top,rgba(249,249,222,.78) 0,rgba(249,249,222,.78) 1%,#04002d 100%);
    background: linear-gradient(to bottom,rgba(249,249,222,.78) 0,rgba(249,249,222,.78) 1%,#04002d 100%);
    color: #fff
}

    .header:before {
        content: "";
        background: url(../img/header-bg.png) no-repeat;
        position: absolute;
        bottom: 0;
        top: 50px;
        left: -45px;
        right: 0;
        background-size: cover
    }

.logo {
    fill: white;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle
}

.inner-header {
    width: 100%;
    margin: 0;
    padding: 0
}

.img-left-space {
    text-align: left;
    margin-top: 25px
}

.flex {
    justify-content: center;
    align-items: center;
    text-align: center
}

.talk-bubble {
    margin: 40px 0 22px;
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: linear-gradient(266deg,#610271 0,#000 100%)
}

.talktext h4 {
    font-weight: 800;
    text-align: center;
    color: #fff
}

.border {
    border: 8px solid #666
}

.round {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px
}

.tri-right.border.left-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent
}

.tri-right.left-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 0;
    bottom: auto;
    border: 22px solid;
    border-color: #ffffe0 transparent transparent transparent
}

.tri-right.border.left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 #666 transparent transparent
}

.tri-right.left-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: #ffffe0 #ffffe0 transparent transparent
}

.tri-right.border.btm-left:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -8px;
    right: auto;
    top: auto;
    bottom: -40px;
    border: 32px solid;
    border-color: transparent transparent transparent #666
}

.tri-right.btm-left:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 22px solid;
    border-color: transparent transparent transparent #ffffe0
}

.tri-right.border.btm-left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    right: auto;
    top: auto;
    bottom: -40px
}

.tri-right.btm-left-in::after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    inset: auto auto -20px 38px;
    border-width: 12px;
    border-style: solid;
    border-image: initial;
    border-color: #2d022f transparent transparent #030910
}

.tri-right.border.btm-right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 30px;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 #666 transparent transparent
}

.tri-right.btm-right-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 38px;
    bottom: -20px;
    border: 12px solid;
    border-color: #ffffe0 #ffffe0 transparent transparent
}

.tri-right.border.btm-right:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -8px;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 #666 transparent transparent
}

.tri-right.btm-right:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 0;
    bottom: -20px;
    border: 12px solid;
    border-color: #ffffe0 #ffffe0 transparent transparent
}

.tri-right.border.right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 transparent transparent #666
}

.tri-right.right-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: #ffffe0 transparent transparent #ffffe0
}

.inverted-border-radius {
    position: relative;
    height: 100px;
    width: 325px;
    background-color: #f66969;
    border-radius: 25px 25px 25px 0
}

    .inverted-border-radius::before {
        content: "";
        position: absolute;
        background-color: transparent;
        bottom: -50px;
        height: 50px;
        width: 25px;
        border-top-left-radius: 25px;
        box-shadow: 0 -25px 0 0 #f66969
    }

.tri-right.border.right-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent
}

.bg-sec {
    background: linear-gradient(rgb(248 248 251),rgb(251 251 251),rgb(255 255 255),rgb(243 187 232),rgb(230 167 218));
    height: 500px
}

.header {
    position: relative;
    text-align: center;
    background: linear-gradient(60deg,#543ab7 0,#00acc1 100%);
    color: #fff
}

.h2-orange {
    font-size: 2rem !important;
    margin-top: 60px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 1em;
    font-family: "Roboto Condensed",sans-serif;
    text-shadow: #0c4c54 1px 0 2px;
    color: rgb(2 17 97)
}

.inner-header {
    width: 100%;
    margin: 0;
    padding: 0
}

.waves-container {
    width: 100%;
    margin-bottom: -15px
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

span.price-tag-img img {
    width: 130px;
    position: absolute;
    float: left;
    top: -3%;
    left: -8%;
    transform: rotate(-4deg)
}

span.price-tag-right-img img {
    width: 130px;
    position: absolute;
    float: right;
    top: -4%;
    right: -2%;
    transform: rotate(6deg)
}

.scrollbar {
    margin-left: 30px;
    float: left;
    height: 625px;
    overflow-y: scroll
}

.force-overflow {
    min-height: 500px
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

#style-3::-webkit-scrollbar-thumb {
    background-color: rgb(17 1 33)
}

.table.yellow-table.table.yellow-table ul {
    background-image: none;
    border-radius: 0 0 10px 10px;
    text-align: left;
    list-style-type: disc;
    padding-left: 40px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600
}

.table.yellow-table .table-heading {
    border-radius: 10px 10px 2px 0
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp
}

.deconstructed {
    position: relative;
    margin: auto;
    height: .71em;
    color: transparent;
    font-family: Cambay,sans-serif;
    font-size: 10vw;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.03em
}

    .deconstructed > div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: #ffff64;
        pointer-events: none
    }

        .deconstructed > div:nth-child(1) {
            -webkit-mask-image: linear-gradient(black 25%,transparent 25%);
            mask-image: linear-gradient(black 25%,transparent 25%);
            animation: deconstructed1 5s infinite
        }

        .deconstructed > div:nth-child(2) {
            -webkit-mask-image: linear-gradient(transparent 25%,black 25%,black 50%,transparent 50%);
            mask-image: linear-gradient(transparent 25%,black 25%,black 50%,transparent 50%);
            animation: deconstructed2 5s infinite
        }

        .deconstructed > div:nth-child(3) {
            -webkit-mask-image: linear-gradient(transparent 50%,black 50%,black 75%,transparent 75%);
            mask-image: linear-gradient(transparent 50%,black 50%,black 75%,transparent 75%);
            animation: deconstructed3 5s infinite
        }

        .deconstructed > div:nth-child(4) {
            -webkit-mask-image: linear-gradient(transparent 75%,black 75%);
            mask-image: linear-gradient(transparent 75%,black 75%);
            animation: deconstructed4 5s infinite
        }

@keyframes deconstructed1 {
    0% {
        transform: translateX(100%)
    }

    26% {
        transform: translateX(0)
    }

    83% {
        transform: translateX(-.1%)
    }

    100% {
        transform: translateX(-120%)
    }
}

@keyframes deconstructed2 {
    0% {
        transform: translateX(100%)
    }

    24% {
        transform: translateX(.5%)
    }

    82% {
        transform: translateX(-.2%)
    }

    100% {
        transform: translateX(-125%)
    }
}

@keyframes deconstructed3 {
    0% {
        transform: translateX(100%)
    }

    22% {
        transform: translateX(0)
    }

    81% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-130%)
    }
}

@keyframes deconstructed4 {
    0% {
        transform: translateX(100%)
    }

    20% {
        transform: translateX(0)
    }

    80% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-135%)
    }
}

.table.yellow-table {
    border-bottom: 4px solid #f6c815;
    color: #fff
}

    .table.yellow-table .price {
        color: #f6c815
    }

.table.green-table {
    border-bottom: none;
    color: #fff
}

    .table.green-table .price {
        color: #bed431
    }

    .table.green-table ul li {
        border-top: 1px solid rgb(75 76 71)
    }

.table.blue-table {
    border-bottom: 4px solid #09a0ad;
    color: #fff
}

    .table.blue-table .price {
        color: #09a0ad
    }

    .table.blue-table ul li {
        border-top: 1px solid #08828c
    }

.table.red-table {
    border-bottom: 4px solid #e21e25;
    color: #fff
}

    .table.red-table .price {
        color: #e21e25
    }

    .table.red-table ul li {
        border-top: 1px solid #c6131a
    }

.table.green-table .table-heading {
    border-radius: 10px 0 0
}

.sec-title .separater {
    left: 0;
    right: 0;
    margin: 0 auto
}

.sec-title .separater {
    position: relative;
    width: 350px;
    height: 2px;
    background-color: #5536ce;
    margin-top: 15px
}

.sec-title {
    position: relative;
    margin-bottom: 30px
}

    .sec-title .separater:before {
        position: absolute;
        content: '';
        left: 50%;
        bottom: -6px;
        width: 14px;
        height: 14px;
        margin-left: -5px;
        transform: rotate(45deg);
        border: 3px solid #fff;
        background-color: #673ab7
    }

.curved-div-1.upper {
    background-color: #673ab7;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.curved-div-1 {
    position: relative;
    background: #041052;
    color: #fff;
    text-align: center;
    height: 300px;
    transform: rotate(180deg)
}

.text-box {
    background: #041052;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 50px
}

.footer-copy {
    padding: 15px 0;
    font-size: 16px;
    color: #000
}

.curved-div-1 svg {
    display: block
}

.table.green-table ul {
    font-weight: 600;
    border-radius: 0 0 10px 10px;
    text-align: left;
    list-style-type: disc;
    padding-left: 40px;
    font-size: 18px;
    color: #fff
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -9px;
    min-height: 100px;
    max-height: 150px
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: #fff
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0)
    }

    100% {
        transform: translate3d(85px,0,0)
    }
}

@media (max-width:768px) {
    .waves {
        height: 40px;
        min-height: 40px
    }

    .content {
        height: 30vh
    }

    h1 {
        font-size: 24px
    }
}

.first-list li a {
    background: url(../img/list-img.png) no-repeat 2% 50%;
    text-align: left;
    float: left;
    padding-left: 40px;
    padding-top: 0;
    height: 28px;
    color: rgb(255 253 251);
    font-weight: 700
}

.talktext {
    padding: .6em;
    text-align: left;
    line-height: 1.5em
}

#med-box {
    margin: 95px 0
}

svg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.container-box {
    display: inline-block;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: middle;
    overflow: hidden;
    top: 0;
    left: 0
}

.talktext p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em
}

.waves {
    position: relative;
    width: 100%;
    margin-bottom: -11px;
    min-height: 100px;
    max-height: 150px
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: #fff
}

.trapezium {
    width: 108%
}

#main-box {
    height: 100%;
    width: 100%;
    min-height: 721px
}

.overlay {
    opacity: .9;
    opacity: .9;
    background: linear-gradient(-45deg,#200058,#e40096,#b401ff,#18043c);
    opacity: .9;
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite
}

.curved-div {
    margin-top: -70px;
    margin-bottom: 0;
    height: 245px;
    position: relative;
    color: #fff;
    text-align: center;
    overflow: hidden;
    opacity: .9
}

.corve {
    position: absolute;
    opacity: .8;
    top: 10px;
    background: linear-gradient(-45deg,#01036f,#f5035d,#b401ff,#fa0f08);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    opacity: .9;
    border-radius: 35px 26px 0 0;
    text-align: center;
    height: 49px
}

.bg-side {
    background-image: url(../img/section-bg.jpg);
    background-position: 0 15%
}

.corve::before {
    content: "";
    background-image: url(../img/section-bg.jpg);
    width: 1050px;
    position: relative;
    right: 0;
    top: -9px;
    background: #000;
    border-radius: 10px 10px 0 0;
    display: block
}

#client {
    padding-bottom: 60px
}

    #client h2 {
        font-weight: 600;
        font-family: Livvic,sans-serif;
        line-height: 1.4;
        color: #ff3900
    }

.corve::after {
    width: 1050px;
    height: 21px;
    opacity: .9;
    background-size: 400% 400%;
    top: 49px;
    right: 20px;
    position: absolute;
    content: "";
    display: block
}

.table.yellow-table {
    border: none
}

.box-box h4 {
    padding-bottom: 1em;
    padding-top: 1em;
    font-family: "Roboto Condensed",sans-serif;
    color: #000;
    text-shadow: rgb(208 197 197) 1px 0 2px;
    text-align: center
}

h2.heading {
    text-align: left;
    font-size: 2rem;
    margin-top: 40px;
    color: #fff;
    text-shadow: #4a4949 1px 2px 1px;
    font: bold 300% Consolas,Monaco,monospace;
    border-right: .1em solid #000;
    width: 16.5em;
    width: 21ch;
    margin: 2em 1em;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: typing 7s steps(21,end),blink-caret .5s step-end infinite alternate
}

.line-1 {
    position: relative;
    top: 50%;
    width: 28em;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 180%;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%)
}

.anim-typewriter {
    animation: typewriter 4s steps(44) 1s 1 normal both,blinkTextCursor .5s steps(44) infinite normal
}

.line-1.heading {
    margin: 30px 0;
    background: linear-gradient(to right,#ffb700,#f19ef7,#008bf9,#03ff0d);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

@keyframes typewriter {
    from {
        width: 0
    }

    to {
        width: 27em
    }
}

@keyframes blinkTextCursor {
    from {
        border-right-color: rgba(255,255,255,.75)
    }

    to {
        border-right-color: transparent
    }
}

.carousel-inner .carousel-item-left.active, .carousel-inner .carousel-item-prev {
    transform: translateX(-30%)
}

@media (min-width:992px) {
    .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-right.active {
        transform: translateX(33%)
    }

    .carousel-inner .carousel-item-left.active, .carousel-inner .carousel-item-prev {
        transform: translateX(-33%)
    }
}

@media (max-width:768px) {
    .carousel-inner .carousel-item > div {
        display: none
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block
        }
}

.carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev, .carousel-inner .carousel-item.active {
    display: flex
}

.carousel-inner .carousel-item-left, .carousel-inner .carousel-item-right {
    transform: translateX(0)
}

.logo-box {
    text-align: left;
    position: absolute;
    top: 119px;
    left: 212px
}

.subscribe-area form input[type=email] {
    margin-top: -1px
}

.main-form h4 {
    background: #f5f6f7;
    display: block;
    margin: 6px -4px 25px;
    padding: 10px;
    border-radius: 5px
}

#med-box-4-1 h2 {
    margin-top: 60px;
    text-align: center;
    font-family: "Roboto Condensed",sans-serif;
    color: #6705ad;
    text-shadow: rgb(158 156 156) 1px 0 2px
}

#med-box-4 h2 {
    margin-top: 60px;
    text-align: center;
    font-family: "Roboto Condensed",sans-serif;
    color: #6705ad;
    text-shadow: rgb(158 156 156) 1px 0 2px
}

#med-box h2 {
    margin-top: 60px;
    text-align: center;
    font-family: "Roboto Condensed",sans-serif;
    color: #6705ad;
    text-shadow: rgb(158 156 156) 1px 0 2px
}

#med-box-1 {
    margin-top: 60px;
    text-align: center;
    padding-bottom: 1em;
    font-family: "Roboto Condensed",sans-serif;
    color: #6705ad;
    text-shadow: rgb(158 156 156) 1px 0 2px
}

#halfCircleLeft {
    height: 700px;
    border-radius: 310px 0 0 310px;
    background: #eee8e8;
    background-size: 400% 400%;
    right: -48px;
    position: relative;
    top: -90px;
    padding: 65px 16px
}

.footer-info {
    margin-bottom: 15px;
    color: #0e3e9e;
    text-align: center;
    background: #fff;
    border-top: 6px solid rgb(176 1 249);
    padding: 30px 20px;
    border-radius: 4px;
    margin: 0 55px 0 0
}

.link-wrapper .link li a {
    font-size: 16px;
    color: #fff;
    transition: all .3s ease-out 0s
}

.footer-contact {
    padding-left: 65px
}

.space-top {
    margin-top: 60px
}

.list-type2 a {
    position: relative;
    display: block;
    padding: .2em .1em .4em 1em;
    margin: .5em 0;
    background: #fc756f;
    background: linear-gradient(to right,#040404,rgb(41 2 51));
    color: rgb(255 252 252);
    text-decoration: none;
    transition: all .2s ease-in-out 0s
}

.list-type2 .fa {
    padding: 0 10px 0 0
}

.list-type2 a:hover {
    background: #00fbe3;
    text-decoration: none;
    color: #000
}

.wrapper {
    margin-top: 60px
}

.list-type2 a:before {
    background: url(../img/list-img.png) no-repeat 2% 50% counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #fc756f;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: 700;
    color: #fff
}

.wrapper ul li a {
    margin-top: -42px;
    background: #f0ff07;
    color: #000;
    font-weight: 700;
    text-transform: uppercase
}

.subscribe-form input {
    width: 500px;
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 0;
    text-indent: 7px;
    background: #fcfcfc;
    border: 1px solid #aaa;
    box-shadow: 0 0 3px #ccc,0 10px 15px #ebebeb inset;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.subscribe-form .submit {
    padding: 0;
    margin: 0;
    color: #fff;
    background: linear-gradient(266deg,#e91e63 0,#47028c 100%);
    border-radius: 30px;
    font-size: 25px;
    border: 1px solid #8f8f8f;
    box-shadow: none;
    -moz-border-radius: 8px
}

.submit:active {
    position: relative;
    top: 2px;
    cursor: pointer
}

.submit:focus, .submit:hover {
    cursor: pointer;
    box-shadow: 0 0 5px #ccc,0 10px 15px #ebebeb;
    border: 1px solid #555;
    background: #03076d
}

.subscribe-content .subscribe-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: -25px
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s
    }

.panel-thumbnail {
    text-align: center;
    font-weight: 700;
    font-size: 32px
}

    .panel-thumbnail img {
        width: 200px;
        height: 200px
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0)
    }

    100% {
        transform: translate3d(85px,0,0)
    }
}

@media (max-width:768px) {
    .header_txt_price {
        line-height: 24px
    }

    .waves {
        height: 40px;
        min-height: 40px
    }

    .content {
        height: 30vh
    }

    h1 {
        font-size: 21px;
        line-height: 36px
    }

    .app_feature_inner {
        width: 100%;
        padding: 0
    }

    .app_feature_inner {
        width: 100%;
        padding: 0 0 0 30px
    }

    #med-box img {
        padding: 0
    }

    .space-top {
        margin-top: 40px
    }

    .table-heading {
        padding: 0 5px
    }

    .table ul li {
        font-size: 16px
    }

    .table.green-table ul {
        padding-left: 0
    }

    .table.yellow-table.table.yellow-table ul {
        padding-left: 0 !important
    }

    .column-100 h4 {
        font-size: 1em
    }
}

#typedtext {
    font-size: 36px;
    color: #fff;
    line-height: 50px;
    padding-top: 25px;
    font-family: "Roboto Condensed",sans-serif;
    text-transform: uppercase;
    text-shadow: 2px 2px #333
}

.middle-left {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

.sec5bg {
    background-color: #6705ad;
    color: #000
}

.cls-2 {
    fill: #0f044c
}

#med-box-4 {
    background-color: #fff
}

.parallax.parallax4 {
    background: #eae4e4;
    padding: 60px 0
}

.padding-space {
    padding-top: 0;
    padding-left: 150px;
    padding-right: 150px
}

.well.well-sm.box-contact h3 {
    padding-bottom: 0;
    padding-top: 0;
    font-family: "Roboto Condensed",sans-serif;
    color: #fffcfd;
    text-shadow: rgb(0 0 0) 1px 0 2px;
    font-size: 1.8em;
    text-align: center
}

.list-type3 {
    margin: 0 auto;
    width: 500px
}

::marker {
    color: transparent
}

.list-type3 a, .list-type3 li {
    float: left;
    height: 35px;
    position: relative;
    font-size: 20px;
    margin-bottom: 12px;
    transition: background-color 1.5s ease;
    text-transform: uppercase
}

.list-type3 a {
    padding: 0 160px 0 12px;
    background: rgb(216 190 7);
    color: #fff;
    text-decoration: none
}

    .list-type3 a::before {
        content: "";
        float: left;
        position: absolute;
        top: 0;
        left: -12px;
        width: 0;
        height: 0;
        border-color: transparent rgb(220 195 32) transparent transparent;
        border-style: solid;
        border-width: 18px 12px 18px 0
    }

    .list-type3 a:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 0;
        float: left;
        width: 6px;
        height: 6px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        -moz-box-shadow: -1px -1px 2px #004977;
        -webkit-box-shadow: -1px -1px 2px #004977;
        box-shadow: -1px -1px 2px #004977
    }

    .list-type3 a:hover {
        background: #007bff
    }

        .list-type3 a:hover:before {
            border-color: transparent #0089e0 transparent transparent
        }

.list-type3 {
    margin-left: -26px
}

.well.well-sm.box-contact {
    padding: 45px 23px 35px 25px;
    margin-left: -32px !important;
    margin-right: -30px !important
}

.float {
    position: fixed;
    padding: 25px;
    width: 150px;
    height: 150px;
    bottom: 40px;
    background-color: #c00;
    color: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: 2px 2px 3px #000
}

.my-float {
    margin-top: 22px
}

@media (max-width:1250px) {
    #med-box-4-1 {
        background: 0 0
    }
}

@media (max-width:767px) {
    .slick-slide img {
        width: 158px !important;
        padding-left: 2px
    }

    .products.image-block {
        visibility: hidden
    }

    .float img {
        width: 65px;
        height: 65px
    }

    .float {
        position: fixed;
        padding: 20px;
        width: 100px;
        height: 100px;
        bottom: 40px
    }

    .services-type-1 .services-container {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    #med-box-4-1 {
        background: 0 0
    }

    #med-box-4 {
        background: 0 0;
        padding: 0
    }

    .well.well-sm.box-contact {
        height: auto
    }

    .single-blog {
        margin-top: 40px
    }

    .blog-thumb img {
        width: 100%
    }

    .section-title p {
        margin: 0;
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        color: #010483;
        font-family: Poppins,sans-serif
    }

    #services {
        background: url(../img/section-bg-mobile.jpg) no-repeat;
        background-position: right top;
        background-size: auto
    }
}

@-webkit-keyframes Gradient {
    0%,100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@-moz-keyframes Gradient {
    0%,100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@keyframes Gradient {
    0%,100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@keyframes wheelHueColor {
    from,to {
        color: #c32282
    }

    10% {
        color: #bd2828
    }

    20% {
        color: #ce8516
    }

    30% {
        color: #819c16
    }

    40% {
        color: #36931f
    }

    50% {
        color: #169c4b
    }

    60% {
        color: #169c9c
    }

    70% {
        color: #2d64b7
    }

    80% {
        color: #4d2cd2
    }

    90% {
        color: #8a28a3
    }
}
