#Medical>ul>li,
.navigation>li,
.service_point>li,
.social li {
    list-style: none
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon/icomoon.eot?srf3rx);
    src: url(../fonts/icomoon/icomoon.eot?srf3rx#iefix) fo4rmat("embedded-opentype"), url(../fonts/icomoon/icomoon.ttf?srf3rx) format("truetype"), url(../fonts/icomoon/icomoon.woff?srf3rx) format("woff"), url(../fonts/icomoon/icomoon.svg?srf3rx#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

body {
    font-size: 16px;
    line-height: 26px;
    color: gray;
    font-weight: 400
}

.btn,
h2,
h3,
h4 {
    font-weight: 700
}

h2,
h3,
h4 {
    margin: 0 0 30px;
    padding: 0;
    font-family: Montserrat, Arial, sans-serif;
    color: #262626
}

.btn,
.vi-blog-style-1 .vi-post .vi-post-meta {
    font-family: "Open Sans", Arial, sans-serif
}

p {
    margin-bottom: 30px
}

h2 {
    font-size: 35px
}

a {
    color: #1784fb;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.btn:active,
.btn:focus,
.btn:hover {
    box-shadow: none !important;
    outline: 0 !important
}

.p-b {
    padding-bottom: 50px
}

@media screen and (max-width:480px) {
    .col-xxs-12 {
        float: none !important;
        width: 100% !important;
        display: block !important
    }
}

.vi-project-style-5 {
    background: #f7f7f7
}

.vi-blog-style-1 {
    padding: 7em 0;
    background: #fff
}

@media screen and (max-width:768px) {
    .vi-blog-style-1 {
        padding: 4em 0
    }

    .case-media {
        margin-top: 10%
    }
}

.vi-blog-style-1 .vi-post {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px #DFDFDF;
    -moz-box-shadow: 0 0 20px #DFDFDF;
    -ms-box-shadow: 0 0 20px #DFDFDF;
    -o-box-shadow: 0 0 20px #DFDFDF;
    box-shadow: 0 0 20px #DFDFDF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.vi-blog-style-1 .vi-post img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.vi-blog-style-1 .vi-post:focus img,
.vi-blog-style-1 .vi-post:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.vi-blog-style-1 .vi-post .vi-post-image {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px
}

.vi-blog-style-1 .vi-post .vi-post-text {
    padding: 20px
}

.vi-blog-style-1 .vi-post .vi-post-text h3 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 700
}

.vi-blog-style-1 .vi-post .vi-post-text p {
    font-size: 14px;
    margin-bottom: 0;
    color: #a6a6a6
}

#myBtn,
.flickity-prev-next-button.no-svg {
    color: #fff
}

.vi-blog-style-1 .vi-post .vi-post-text p:last-child {
    margin-bottom: 0 !important
}

.vi-blog-style-1 .vi-post .vi-post-meta {
    border-top: 1px solid #f0f0f0;
    padding: 10px 20px;
    font-family: Arial, sans-serif;
    font-weight: 400
}

.vi-pricing-style-1 {
    padding: 5em 0
}

@media screen and (max-width:768px) {
    .vi-pricing-style-1 {
        padding: 3em 0
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: sans-serif
}

.gallery {
    background: 0 0
}

.gallery-cell {
    width: 70%;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.gallery-cell img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    opacity: .7;
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: opacity .3s, -webkit-transform .3s, transform .3s, -webkit-filter .3s, filter .3s;
    transition: opacity .3s, transform .3s, filter .3s
}

.gallery-cell.is-selected img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: none;
    filter: none
}

@media screen and (min-width:768px) {
    .gallery-cell {
        height: 400px
    }
}

@media screen and (min-width:960px) {
    .gallery-cell {
        width: 60%
    }
}

.flickity-prev-next-button {
    width: 40px;
    height: 40px;
    background: gray;
    opacity: .6
}

.flickity-prev-next-button:hover {
    background: grey;
    opacity: 1
}

.flickity-prev-next-button .arrow {
    fill: #fff
}

.flickity-prev-next-button.previous {
    left: 5px;
    color:white;
    font-size: 22px;

}

.flickity-prev-next-button.next {
    right: 5px;
    color:white;
    font-size: 22px;

}

.flickity-prev-next-button:disabled {
    display: none
}

.social,
.social li {
    padding: 0;
    margin: 0;
    display: inline-block
}

.social {
    position: relative;
    width: 100%
}

.social li a {
    font-size: 16px;
    display: table;
    width: 40px;
    height: 40px;
    margin: 0 4px
}

.social li a i {
    display: table-cell;
    vertical-align: middle
}

.reg-form-css {
    background-color: #fff;
    padding: 20px;
    position: relative;
    width: 750px !important;
    top: 60px;
    left: 10%;
    font-size: 13px
}

.aws-img-css {
    background-image: url(../images/mainback.jpg);
    margin-left: 10%;
    margin-bottom: 2%;
    margin-top: 4%;
    width: 1550px !important
}

#aws-slogan img,
.case-card {
    width: 33%
}

.case-study {
    padding: 20px;
    margin-top: 3%
}

.card-width {
    width: 88%
}

.vi-post-image,
.vi-post-image>img {
    width: 100%
}

@media only screen and (max-width:991px) {
    .align-right {
        float: right
    }
}

.mail {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center
}

.navigation>li>a {
    color: white;
    line-height: 2;
    font-size: 12pt;
}

.d-flex>a:active,
.d-flex>a:focus,
.d-flex>a:hover,
.d-flex>a:visited {
    text-decoration: none
}

.soc-border {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #91949c;
    border-top: 2px solid #91949c
}

.mt-10 {
    margin-bottom: 4%
}

.card-border {
    border: 1px solid rgba(218, 218, 218, .5)
}

.ds_rgt_col>a,
.es_lft_col>a {
    color: #727272;
    font-size: 15px
}

.ds_rgt_col>a:hover,
.es_lft_col>a:hover {
    color: #727272
}

@media screen and (min-width:1600px) 
{

    .key_features-bill,
    .key_features-emr,
    .key_features-fhir,
    .key_features-pp,
    .key_features_aws {
        font-weight: 700;
        z-index: 1000;
        cursor: default !important
    }

    .logo-part {
        margin-left: 100px
    }

    .comp_group {
        float: right;
        margin-right: 100px
    }

    .img_size {
        width: 45%;
        float: right
    }

    .fliker_cnt {
        margin-left: -35px;
        position: relative;
        top: 70px;
        width: auto
    }

    .openemr-quote,
    .quote {
        position: absolute;
        font-weight: 700;
        color: #000;
        text-align: left
    }

    .openemr-quote {
        width: 480px;
        height: 120px;
        left: 0;
        padding: 5px;
        line-height: 60px;
        top: 30%;
        font-size: 16px
    }

    .quote {
        width: 380px;
        height: 109px;
        top: 0;
        right: 0;
        padding: 0;
        line-height: 22px;
        font-size: 18px
    }

    .bill_heading,
    .emr_heading,
    .fhir_heading {
        position: relative;
        left: -65px;
        font-size: 23px;
        top: 0
    }

    .emr_heading {
        width: auto
    }

    .bill_heading,
    .fhir_heading {
        width: 500px
    }

    .key_features-bill,
    .key_features-emr {
        color: #333;
        font-size: 15px;
        position: relative;
        margin-left: -100px !important
    }

    .key_features-emr {
        top: 108px
    }

    .key_features-bill {
        top: 110px
    }

    .testright,
    .testright1 {
        color: #333;
        font-size: 23px;
        float: left
    }

    .testright {
        font-weight: 700;
        margin-top: 10%;
        width: 600px
    }

    .openemrimage {
        margin-top: -3px;
        width: 20%
    }

    .testright1 {
        font-weight: 700;
        padding-bottom: 60px;
        width: 600px;
        text-align: left
    }

    .key_features-fhir,
    .key_features_aws {
        color: #333;
        font-size: 15px;
        position: relative;
        margin-left: -100px !important
    }

    .key_features-fhir {
        top: 120px
    }

    .key_features_aws {
        top: 50px
    }

    .slogan,
    .slogan1 {
        position: absolute;
        right: -103px
    }

    .fhir_image {
        margin-top: -5%;
        width: 45%
    }

    .aws_image {
        margin-left: 52%;
        margin-top: -87px;
        width: 33%
    }

    .openemr_image {
        margin-top: -3px;
        width: 12%
    }

    .slogan,
    .slogan1,
    .test,
    .test1 {
        color: #333;
        font-size: 23px;
        line-height: 30px;
        margin-top: -92px;
        padding-bottom: 10px;
        width: 500px;
        font-weight: 700
    }

    .slogan {
        top: 350px
    }

    .slogan1 {
        top: 370px
    }

    .test {
        position: relative;
        right: 103px;
        padding-top: 200px;
        top: 150px
    }

    .resources,
    .test1 {
        position: absolute
    }

    .test1 {
        right: -103px;
        padding-left: 90px;
        top: 370px
    }

    .slogan span,
    .slogan1 span,
    .test span,
    .test1 span {
        color: #ff8000
    }

    .slogan_fhir {
        margin-top: -48px !important
    }

    .resources {
        margin-top: -10%;
        width: 300px;
        right: 0;
        margin-right: -128px
    }

    .pp-resources {
        margin-top: 21px !important
    }

    .key_features-pp {
        color: #333;
        font-size: 15px;
        position: relative;
        top: 52px;
        margin-left: -60px !important
    }

    .flickerplate {
        position: relative;
        width: 100%;
        height: 620px;
        background-color: #e6e6e6;
        overflow: hidden
    }

    .button {
        font-size: 15px !important;
        width: 230px !important
    }

    .flickerplate ul.flicks>li .flick-inner {
        display: block !important
    }

   .footer-logo {
        width: 33%;
        height: 100%
    }
}

@media screen and (min-width:768px) and (max-width:1599px) {
    .flickerplate ul.flicks>li .flick-inner {
        display: contents !important
    }

    .top_portion span {
        padding-left: 0 !important
    }

    .fliker_cnt {
        position: relative;
        top: 30px
    }

    .fliker_heading {
        font-size: 18px !important;
        width: 450px
    }

    .key_features-bill,
    .key_features-emr,
    .key_features-fhir,
    .key_features-pp,
    .key_features_aws {
        color: #333;
        font-size: 15px;
        z-index: 1000;
        position: relative
    }

    .key_features-pp {
        font-weight: 700;
        top: -120px;
        left: 0
    }

    .key_features-emr,
    .key_features-fhir {
        font-weight: 700;
        top: 75px;
        left: 0
    }

    .key_features-bill {
        font-weight: 700;
        top: 0;
        left: 0
    }

    .key_features_aws {
        font-weight: 700;
        top: -3px;
        margin-left: 6px !important;
        cursor: default !important
    }

    .quote,
    h5.openemr-quote {
        text-align: left;
        color: #000;
        font-weight: 700
    }

    .quote,
    .resources {
        position: absolute
    }

    .img_size {
        width: 40%;
        float: right
    }

    .fhir_image {
        margin-left: 49%;
        margin-top: -71px;
        width: 50%
    }

    .aws_image {
        margin-left: 57%;
        margin-top: -71px;
        width: 35%
    }

    .openemr_image {
        margin-left: 0;
        margin-top: -9px;
        width: 30%
    }

    .resources {
        margin-top: -130px;
        width: 300px;
        margin-right: 0 !important;
        right: -45px !important;
    }

    .pp-resources {
        margin-top: 21px !important
    }

    .button {
        font-size: 15px !important;
        width: 230px !important
    }

    .head_comp {
        font-size: 11px !important
    }

    .quote {
        width: auto;
        height: 109px;
        top: 0;
        right: 0;
        padding: 0;
        line-height: 22px;
        font-size: 15px
    }

    h5.openemr-quote {
        width: 480px;
        height: 120px;
        left: 0;
        padding: 5px;
        top: 30%;
        font-size: 16px
    }

    .brand-align {
        top: -26% !important
    }
}

@media only screen and (max-width:479px) {
    .flickerplate ul.flicks>li {
        display: flex !important;
        height: 39% !important
    }

    .flicker_slides {
        padding-right: 5px !important;
        padding-left: 5px !important
    }

    .flickerplate {
        height: 1120px !important;
        background: #fff !important
    }

    #fhir {
        display: inline !important
    }

    .wrap {
        width: 300px;
        position: relative;
        margin-top: -59px
    }

    .resources {
        position: relative !important;
        top: 30px;
        left: -173px !important;
        margin-right: -170px !important
    }

    .bill-resource,
    .fhir-resource {
        top: -110px !important
    }

    .emr-resourcess {
        margin-top: -85px
    }

    .emr_submenu>li>a {
        line-height: 28px !important;
        margin-left: 6px;
        width: 270px;
        margin-top: -4px;
        visibility: visible !important
    }

    .flickerplate .dot-navigation {
        position: relative;
        top: 92px
    }

    .fhir_image {
        margin-top: -4px;
        width: 47%;
        margin-left: 1px
    }

    .aws_image {
        margin-top: -75px;
        width: 36%;
        margin-left: 170px
    }

    .big_tital02 {
        font-size: 24px;
        padding: 7px 0 3px;
        text-align: center
    }

    .ds_rgt_col h3,
    .es_lft_col h3 {
        font-family: ps;
        font-size: 20px !important
    }

    .flickity-prev-next-button.next {
        right: 5px !important
    }

    .gallery-cell {
        width: 100% !important;
        height: 200px
    }

    .ds_lft_col,
    .ds_rgt_col,
    .es_lft_col {
        width: 250px !important;
        float: none
    }

    .ds_lft_col {
        margin-left: 25px
    }

    .head_comp,
    .quote {
        font-size: 13px;
        font-weight: 700
    }

    .es_rgt_col {
        float: none;
        width: 250px;
        margin-top: 15px
    }

    .hi_lft_col {
        width: 300px !important
    }

    .hi_rgt_col {
        float: left !important;
        width: 250px !important
    }

    .bill_sollution {
        margin-top: -200px
    }

    .comp_group {
        float: right;
        margin-left: 18px
    }

    .openemr_image {
        margin-top: 2px !important;
        width: 40% !important
    }

    .quote {
        width: 314px;
        position: absolute;
        top: 330px;
        padding: 0;
        line-height: 22px;
        color: #000
    }

    .av-img,
    .av-img1 {
        position: absolute !important
    }

    .emr-resource {
        top: -25px
    }

    .resources-btn {
        width: 100%
    }

    .head_comp i {
        border: 2px solid #F16B04;
        border-radius: 50%;
        width: 33px;
        height: 33px;
        line-height: 30px;
        color: #F16B04;
        text-align: center;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 9px
    }

    .head_comp {
        font-family: Gotham-Bold;
        color: grey;
        letter-spacing: 1.5px;
        margin-bottom: 10px
    }

    .fliker_heading {
        font-size: 15px !important;
        margin-top: -33px
    }

    .av-img {
        left: 49% !important;
        width: 68% !important;
        margin-top: -20px
    }

    .av-img1 {
        left: -4% !important;
        width: 45% !important;
        margin-top: -25px
    }

    #vi-solutions {
        margin-top: -40px;
        margin-bottom: 50px
    }

    .case-media {
        margin-top: 10%
    }

    .key_features-bill,
    .key_features-emr,
    .key_features-fhir,
    key_features_aws {
        color: #333;
        font-size: 11.5px;
        font-weight: 700;
        z-index: 1000;
        position: absolute;
        margin-left: 160px !important;
        width: 100% !important;
        top: 655px
    }

    .para {
        position: absolute !important;
        top: -200px !important;
        left: -152px !important
    }

    .resources {
        margin-top: 69px
    }

    .key_features-bill {
        margin-top: 18px
    }

    .key_features-fhir {
        margin-top: 20px
    }

    .top_portion {
        display: block !important
    }

    .key_features-pp {
        color: #333;
        font-size: 11.5px;
        font-weight: 700;
        z-index: 1000;
        position: absolute;
        top: 655px;
        margin-left: 159px !important;
        width: 100% !important
    }
}

@media screen and (min-width:320px) and (max-width:768px) {
    .reg-form-css {
        width: auto !important;
        left: 0
    }

    .aws-img-css {
        margin-left: 0;
        width: auto !important
    }

    .aws-resource {
        margin-top: 130px
    }

    #aws-slogan {
        font-size: 13px !important
    }

    .button {
        border-radius: 4px;
        background-color: #FF8000;
        border: none;
        color: #FFF;
        text-align: center;
        font-size: 15px;
        padding: 14px;
        width: 305px;
        transition: all .5s;
        cursor: pointer;
        margin: 5px
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
    #aws-slogan {
        font-size: 18px !important
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .reg-form-css {
        left: 15px;
        width: 650px !important
    }

    .aws-img-css {
        margin-left: 0;
        width: auto !important
    }

    #aws-slogan {
        font-size: 20px !important
    }
}

@media screen and (max-width:1024px) and (min-width:769px) {
    .aws-img-css {
        margin-left: 100px;
        width: auto !important;
        margin-top: 80px
    }
}

@media screen and (min-width:1025px) and (max-width:1500px) {
   /* .reg-form-css {
        left: 475px;
        width: 650px !important
    }*/

    .aws-resource {
        margin-top: 85px !important
    }

    #aws-slogan {
        font-size: 18px !important
    }
}

.fa-envelope msg,
.msg {
    font-size: 18px
}

.p-b1 {
    padding-bottom: 50px;
    padding-left: 13%;
    padding-right: 13%;
    display: flex;
    justify-content: center;
}

.msg {
    border-radius: 50%;
    border: 2px solid;
    padding: 6px 5px 6px 7px
}

@media screen and (max-width:575px) {
    .footer-logo {
        width: 65%;
        height: 95%
    }

    .navigation {
        padding-left: 0 !important
    }

    .navigation>li {
        text-align: center
    }
}

.service_point li {
    background: url(../images/bullet-icon.png) 0 9px no-repeat;
    padding: 5px 0 5px 20px;
    font-size: 16px;
    color: #797575;
    font-family: Gotham-Medium
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

html.mobile-menu-expanded {
    overflow: hidden
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: gray;
    font-weight: 400
}

@media screen and (max-width:480px) {
    body {
        min-width: 320px;
        float: left;
        width: 100%
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px 0;
    padding: 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    color: #262626
}

p {
    margin-bottom: 30px
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 35px;
    font-weight: 700
}

a {
    color: #1784fb;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

a:hover,
a:focus,
a:active {
    outline: 0;
    text-decoration: none
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.btn.btn-md {
    padding: 10px 20px !important
}

.btn.btn-lg {
    padding: 18px 36px !important
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none !important
}

.btn-primary {
    background: #1784fb;
    color: #fff;
    border: 2px solid #1784fb
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #0477f4 !important;
    border-color: #0477f4 !important
}

.btn-primary.btn-outline {
    background: transparent;
    color: #1784fb;
    border: 2px solid #1784fb
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #1784fb;
    color: #fff
}

.btn-success {
    background: #58ca7e;
    color: #fff;
    border: 2px solid #58ca7e
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #45c46f !important;
    border-color: #45c46f !important
}

.btn-success.btn-outline {
    background: transparent;
    color: #58ca7e;
    border: 2px solid #58ca7e
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
    background: #58ca7e;
    color: #fff
}

.btn-info {
    background: #1784fb;
    color: #fff;
    border: 2px solid #1784fb
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #0477f4 !important;
    border-color: #0477f4 !important
}

.btn-info.btn-outline {
    background: transparent;
    color: #1784fb;
    border: 2px solid #1784fb
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
    background: #1784fb;
    color: #fff
}

.btn-warning {
    background: #fed330;
    color: #fff;
    border: 2px solid #fed330
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #fece17 !important;
    border-color: #fece17 !important
}

.btn-warning.btn-outline {
    background: transparent;
    color: #fed330;
    border: 2px solid #fed330
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
    background: #fed330;
    color: #fff
}

.btn-danger {
    background: #fb4f59;
    color: #fff;
    border: 2px solid #fb4f59
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #fa3641 !important;
    border-color: #fa3641 !important
}

.btn-danger.btn-outline {
    background: transparent;
    color: #fb4f59;
    border: 2px solid #fb4f59
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
    background: #fb4f59;
    color: #fff
}

.btn-outline {
    background: 0;
    border: 2px solid gray;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    box-shadow: none
}

.lnk-primary {
    color: #1784fb
}

.lnk-primary:hover,
.lnk-primary:focus,
.lnk-primary:active {
    color: #0477f4
}

.lnk-success {
    color: #58ca7e
}

.lnk-success:hover,
.lnk-success:focus,
.lnk-success:active {
    color: #45c46f
}

.lnk-info {
    color: #1784fb
}

.lnk-info:hover,
.lnk-info:focus,
.lnk-info:active {
    color: #0477f4
}

.lnk-warning {
    color: #fed330
}

.lnk-warning:hover,
.lnk-warning:focus,
.lnk-warning:active {
    color: #fece17
}

.lnk-danger {
    color: #fb4f59
}

.lnk-danger:hover,
.lnk-danger:focus,
.lnk-danger:active {
    color: #fa3641
}

a .lnk-icon-right {
    top: 2px;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

a:hover .lnk-icon-right {
    padding-left: 5px
}

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 50%
    }

    50% {
        opacity: 0;
        top: 50%
    }

    100% {
        opacity: 0;
        top: 29%
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 50%
    }

    50% {
        opacity: 0;
        top: 50%
    }

    100% {
        opacity: 0;
        top: 29%
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 50%
    }

    50% {
        opacity: 0;
        top: 50%
    }

    100% {
        opacity: 0;
        top: 29%
    }
}

.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 15
}

.scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #fff;
    font-family: Arial, sans-serif;
    letter-spacing: 2px
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*.active {
    color: #fff
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*:active,
.scroll-btn>*.active {
    opacity: .8;
    filter: alpha(opacity=80)
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 30px;
    height: 45px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 23px
}

.scroll-btn .mouse>* {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 2px;
    height: 6px;
    margin: -2px 0 0 -1px;
    background: white;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite
}

.vi-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.p-b {
    padding-bottom: 50px
}

@media screen and (max-width:480px) {
    .col-xxs-12 {
        float: none !important;
        width: 100% !important;
        display: block !important
    }
}

#vi-offcanvass {
    position: fixed;
    width: 250px;
    bottom: 0;
    top: 0;
    padding: 20px;
    z-index: 1;
    display: none;
    background: #111;
    -webkit-backface-visibility: hidden
}

#vi-offcanvass.offcanvass-nav-style-2 .vi-special,
#vi-offcanvass.offcanvass-nav-style-2 .vi-inline,
#vi-offcanvass.offcanvass-nav-style-1 .vi-special,
#vi-offcanvass.offcanvass-nav-style-1 .vi-inline {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05)
}

#vi-offcanvass.offcanvass-nav-style-2 .vi-special li,
#vi-offcanvass.offcanvass-nav-style-2 .vi-inline li,
#vi-offcanvass.offcanvass-nav-style-1 .vi-special li,
#vi-offcanvass.offcanvass-nav-style-1 .vi-inline li {
    display: inline
}

#vi-offcanvass.offcanvass-nav-style-2 .vi-special li a,
#vi-offcanvass.offcanvass-nav-style-2 .vi-inline li a,
#vi-offcanvass.offcanvass-nav-style-1 .vi-special li a,
#vi-offcanvass.offcanvass-nav-style-1 .vi-inline li a {
    padding: 10px 0;
    float: left;
    margin: 0 20px 0 0
}

#vi-offcanvass>nav {
    position: relative !important
}

#vi-offcanvass.vi-offcanvass-left {
    left: 0;
    -moz-transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
    -webkit-transition: all .8s ease-in;
    -moz-transition: all .8s ease-in;
    -ms-transition: all .8s ease-in;
    -o-transition: all .8s ease-in;
    transition: all .8s ease-in
}

.mobile-menu-expanded #vi-offcanvass.vi-offcanvass-left {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

#vi-offcanvass.vi-offcanvass-right {
    right: 0;
    -moz-transform: translateX(250px);
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
    -webkit-transition: all .8s ease-in;
    -moz-transition: all .8s ease-in;
    -ms-transition: all .8s ease-in;
    -o-transition: all .8s ease-in;
    transition: all .8s ease-in
}

.mobile-menu-expanded #vi-offcanvass.vi-offcanvass-right {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

@media screen and (max-width:768px) {
    #vi-offcanvass {
        display: block
    }
}

#vi-offcanvass a {
    color: rgba(255, 255, 255, 0.5)
}

#vi-offcanvass a:hover,
#vi-offcanvass a:focus,
#vi-offcanvass a:active {
    outline: 0;
    text-decoration: none
}

#vi-offcanvass .vi-logo a {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5)
}

#vi-offcanvass ul {
    padding: 0;
    margin: 0;
    float: left
}

#vi-offcanvass ul li {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
    float: left;
    width: 100%
}

#vi-offcanvass ul li a {
    padding: 10px 0;
    display: block;
    float: left;
    width: 100%
}

#vi-offcanvass ul li a:hover {
    color: white
}

#vi-offcanvass ul li a.call-to-action {
    margin-top: 40px;
    border: 2px solid #58ca7e;
    background: #58ca7e;
    padding: 2px 15px !important;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: #fff
}

#vi-offcanvass ul li a.call-to-action:hover {
    color: #fff;
    border: 2px solid #45c46f;
    background: #45c46f
}

#vi-offcanvass ul.vi-inline {
    width: 100%
}

#vi-offcanvass ul.vi-inline li {
    display: inline-block;
    float: none;
    width: auto
}

#vi-offcanvass ul.vi-inline li a {
    display: inline-block;
    float: none;
    width: auto;
    margin-right: 10px
}

#vi-page {
    position: relative;
    z-index: 2
}

#vi-page.vi-offcanvass-left {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.mobile-menu-expanded #vi-page.vi-offcanvass-left {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -moz-transform: translateX(250px);
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px)
}

#vi-page.vi-offcanvass-right {
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

.mobile-menu-expanded #vi-page.vi-offcanvass-right {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -moz-transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px)
}

.vi-nav-style-1,
.vi-nav-style-2 {
    position: absolute;
    z-index: 8;
    width: 100%;
    margin-top: 40px
}

@media screen and (max-width:768px) {

    .vi-nav-style-1,
    .vi-nav-style-2 {
        margin-top: 20px
    }
}

.vi-nav-style-1[data-offcanvass-position="vi-offcanvass-left"] .vi-nav-toggle,
.vi-nav-style-2[data-offcanvass-position="vi-offcanvass-left"] .vi-nav-toggle {
    right: auto;
    top: auto;
    top: 0;
    left: 0;
    margin-top: -15px !important
}

.vi-nav-style-1[data-offcanvass-position="vi-offcanvass-right"] .vi-nav-toggle,
.vi-nav-style-2[data-offcanvass-position="vi-offcanvass-right"] .vi-nav-toggle {
    right: auto;
    top: auto;
    top: 0;
    right: 0;
    margin-top: -15px !important
}

.vi-nav-style-1 .vi-logo,
.vi-nav-style-2 .vi-logo {
    margin-top: 8px;
    position: relative
}

.vi-nav-style-1 .vi-logo a,
.vi-nav-style-2 .vi-logo a {
    font-size: 25px;
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700
}

.vi-nav-style-1 .vi-logo a:hover,
.vi-nav-style-1 .vi-logo a:focus,
.vi-nav-style-1 .vi-logo a:active,
.vi-nav-style-2 .vi-logo a:hover,
.vi-nav-style-2 .vi-logo a:focus,
.vi-nav-style-2 .vi-logo a:active {
    text-decoration: none
}

@media screen and (max-width:768px) {

    .vi-nav-style-1 .vi-logo,
    .vi-nav-style-2 .vi-logo {
        text-align: center
    }
}

@media screen and (max-width:768px) {

    .vi-nav-style-1 .vi-link-wrap,
    .vi-nav-style-2 .vi-link-wrap {
        display: none
    }
}

.vi-nav-style-1 .vi-link-wrap ul,
.vi-nav-style-2 .vi-link-wrap ul {
    padding: 0;
    margin: 0;
    width: 100%
}

.vi-nav-style-1 .vi-link-wrap ul li,
.vi-nav-style-2 .vi-link-wrap ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline
}

.vi-nav-style-1 .vi-link-wrap ul li a,
.vi-nav-style-2 .vi-link-wrap ul li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 15px;
    color: #000;
    font-size: 16px;
    padding: 10px 0
}

@media screen and (max-width:992px) {

    .vi-nav-style-1 .vi-link-wrap ul li a,
    .vi-nav-style-2 .vi-link-wrap ul li a {
        margin: 0 5px
    }
}

.vi-nav-style-1 .vi-link-wrap ul li a:hover,
.vi-nav-style-2 .vi-link-wrap ul li a:hover {
    text-decoration: none;
    color: white
}

.vi-nav-style-1 .vi-link-wrap ul li a:active,
.vi-nav-style-1 .vi-link-wrap ul li a:focus,
.vi-nav-style-2 .vi-link-wrap ul li a:active,
.vi-nav-style-2 .vi-link-wrap ul li a:focus {
    text-decoration: none
}

.vi-nav-style-1 .vi-link-wrap ul li a.call-to-action,
.vi-nav-style-2 .vi-link-wrap ul li a.call-to-action {
    margin-top: 2px;
    border: 2px solid #58ca7e;
    background: #58ca7e;
    padding: 2px 15px !important;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: #fff
}

.vi-nav-style-1 .vi-link-wrap ul li a.call-to-action:hover,
.vi-nav-style-2 .vi-link-wrap ul li a.call-to-action:hover {
    color: #fff;
    border: 2px solid #45c46f;
    background: #45c46f
}

.vi-nav-style-1 .vi-link-wrap ul li.active a,
.vi-nav-style-2 .vi-link-wrap ul li.active a {
    color: #fff
}

.vi-cover {
    position: relative;
    min-height: 800px
}

.vi-cover .vi-cover-text {
    position: relative;
    z-index: 5
}

.vi-cover .vi-cover-text .full-height {
    display: table;
    min-height: 800px
}

.vi-cover .vi-cover-text .full-height .vi-cover-intro {
    display: table-cell;
    vertical-align: middle;
    min-height: 800px
}

.vi-cover .vi-cover-text .cover-text-lead {
    font-size: 24px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    color: gray
}

.vi-cover .vi-cover-text .cover-text-sublead {
    font-size: 16px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    line-height: 26px;
    color: gray
}

.vi-cover .vi-cover-text .cover-text-sublead2 {
    font-size: 16px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    line-height: 16px;
    color: gray
}

.vi-cover .vi-cover-text .btn-outline {
    border: 2px solid #fff;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.vi-cover .vi-cover-text .btn-outline:hover {
    color: #fff;
    background: #1784fb;
    border-color: #1784fb
}

.vi-cover .vi-cover-text .btn-outline:hover,
.vi-cover .vi-cover-text .btn-outline:focus,
.vi-cover .vi-cover-text .btn-outline:active {
    outline: 0
}

.vi-cover-style-2 {
    background-image: url(../images/banner-img-2.jpg);
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    background-repeat: no-repeat
}

.vi-cover-style-2>.vi-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 4
}

.vi-project-style-5 {
    background: #f7f7f7;
    padding-bottom: 4em
}

.active-resource h4 {
    color: #58ca7e !important
}

.vi-project-style-5 .vi-project-item {
    float: left;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap
}

@media screen and (max-width:768px) {
    .vi-project-style-5 .vi-project-item {
        display: block
    }
}

.vi-project-style-5 .vi-project-item .vi-project-description,
.vi-project-style-5 .vi-project-item .vi-project-figure {
    width: 50%
}

@media screen and (max-width:768px) {

    .vi-project-style-5 .vi-project-item .vi-project-description,
    .vi-project-style-5 .vi-project-item .vi-project-figure {
        display: block;
        width: 100%
    }
}

.vi-project-style-5 .vi-project-item .vi-project-figure {
    overflow: hidden;
    position: relative
}

.vi-project-style-5 .vi-project-item .vi-project-figure>div {
    position: relative;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width:768px) {
    .vi-project-style-5 .vi-project-item .vi-project-figure {
        height: 400px
    }
}

.vi-project-style-5 .vi-project-item .vi-project-description {
    background: #fff;
    padding: 4em
}

@media screen and (max-width:1200px) {
    .vi-project-style-5 .vi-project-item .vi-project-description {
        padding: 2em
    }
}

@media screen and (max-width:768px) {
    .vi-project-style-5 .vi-project-item .vi-project-description {
        padding: 1em;
        padding-top: 30px
    }
}

.vi-project-style-5 .vi-project-item .vi-project-description h2 {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 20px;
    font-weight: 300
}

.vi-project-style-5 .vi-project-item.vi-img-right .vi-project-figure {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

.vi-project-style-5 .vi-project-item.vi-img-right .vi-project-figure>div {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

@media screen and (max-width:768px) {
    .vi-project-style-5 .vi-project-item.vi-img-right .vi-project-figure {
        position: relative;
        top: auto;
        bototm: auto;
        height: 400px
    }
}

.vi-project-style-5 .vi-project-item:focus .vi-project-figure>div,
.vi-project-style-5 .vi-project-item:hover .vi-project-figure>div {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.vi-content-style-2,
.vi-content-style-3,
.vi-content-style-4,
.vi-content-style-5,
.vi-content-style-6,
.vi-content-style-7,
.vi-content-style-8,
.vi-content-style-9,
.vi-content-style-10 {
    padding: 5em 0;
    background: #fff
}

@media screen and (max-width:768px) {

    .vi-content-style-2,
    .vi-content-style-3,
    .vi-content-style-4,
    .vi-content-style-5,
    .vi-content-style-6,
    .vi-content-style-7,
    .vi-content-style-8,
    .vi-content-style-9,
    .vi-content-style-10 {
        padding: 3em 0
    }
}

.vi-content-style-2 {
    background: #7dc6d9
}

.vi-content-style-2 h2 {
    color: #fff
}

.vi-content-style-2 p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 19px;
    line-height: 29px
}

.vi-content-style-2 .vi-gallery .vi-link-block {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 30px;
    height: 160px
}

.vi-content-style-2 .vi-gallery .vi-link-block .vi-text {
    position: absolute;
    z-index: 9;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    margin-top: 30px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px
}

.vi-content-style-2 .vi-gallery .vi-link-block .vi-text .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
    color: #fff
}

.vi-content-style-2 .vi-gallery .vi-link-block img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.vi-content-style-2 .vi-gallery .vi-link-block .vi-overlay {
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1784fb;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px
}

.vi-content-style-2 .vi-gallery .vi-link-block:hover,
.vi-content-style-2 .vi-gallery .vi-link-block:focus {
    overflow: hidden
}

.vi-content-style-2 .vi-gallery .vi-link-block:hover .vi-overlay,
.vi-content-style-2 .vi-gallery .vi-link-block:focus .vi-overlay {
    opacity: .8
}

.vi-content-style-2 .vi-gallery .vi-link-block:hover .vi-text,
.vi-content-style-2 .vi-gallery .vi-link-block:focus .vi-text {
    margin-top: 0;
    opacity: 1
}

.vi-content-style-2 .vi-gallery .vi-link-block:hover img,
.vi-content-style-2 .vi-gallery .vi-link-block:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.vi-content-style-3 .vi-siidear-links {
    padding: 0;
    margin: 0 0 20px 0
}

@media screen and (max-width:768px) {
    .vi-content-style-3 .vi-siidear-links {
        padding-left: 20px;
        margin-bottom: 30px
    }
}

.vi-content-style-3 .vi-siidear-links li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none
}

.vi-content-style-3 .vi-siidear-links li a {
    color: #a6a6a6;
    position: relative
}

.vi-content-style-3 .vi-siidear-links li a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -4px;
    margin-left: -17px;
    background: #e6e6e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.vi-content-style-3 .vi-siidear-links li a:hover,
.vi-content-style-3 .vi-siidear-links li a:active,
.vi-content-style-3 .vi-siidear-links li a:focus {
    color: #1a1a1a
}

.vi-content-style-3 .vi-siidear-links li a:hover:before,
.vi-content-style-3 .vi-siidear-links li a:active:before,
.vi-content-style-3 .vi-siidear-links li a:focus:before {
    background: #1784fb
}

.vi-content-style-3 .vi-siidear-links li.label {
    color: #ccc;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px !important;
    display: block;
    text-align: left
}

.vi-content-style-3 .vi-siidear-links li.active a {
    color: #1a1a1a
}

.vi-content-style-3 .vi-siidear-links li.active a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -4px;
    margin-left: -17px;
    background: #1784fb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.vi-content-style-4 {
    background: #1784fb
}

.vi-content-style-4 .vi-sub {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0
}

.vi-content-style-4 .vi-heading {
    color: #fff
}

.vi-content-style-4 p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 28px
}

.vi-content-style-4 p:last-child {
    margin-bottom: 0
}

.vi-content-style-4 .btn-outline {
    color: #fff;
    border-color: #fff
}

.vi-content-style-4 .btn-outline:hover {
    background: #035fc2;
    border-color: #035fc2
}

.vi-content-style-5 {
    background: #f7f7f7
}

.vi-content-style-5 .vi-content-item {
    float: left;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap
}

@media screen and (max-width:768px) {
    .vi-content-style-5 .vi-content-item {
        display: block
    }
}

.vi-content-style-5 .vi-content-item .vi-content-description,
.vi-content-style-5 .vi-content-item .vi-content-figure {
    width: 50%
}

@media screen and (max-width:768px) {

    .vi-content-style-5 .vi-content-item .vi-content-description,
    .vi-content-style-5 .vi-content-item .vi-content-figure {
        display: block;
        width: 100%
    }
}

.vi-content-style-5 .vi-content-item .vi-content-figure {
    overflow: hidden;
    position: relative
}

.vi-content-style-5 .vi-content-item .vi-content-figure>div {
    position: relative;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width:768px) {
    .vi-content-style-5 .vi-content-item .vi-content-figure {
        height: 400px
    }
}

.vi-content-style-5 .vi-content-item .vi-content-description {
    background: #fff;
    padding: 4em
}

@media screen and (max-width:1200px) {
    .vi-content-style-5 .vi-content-item .vi-content-description {
        padding: 2em
    }
}

@media screen and (max-width:768px) {
    .vi-content-style-5 .vi-content-item .vi-content-description {
        padding: 1em;
        padding-top: 30px
    }
}

.vi-content-style-5 .vi-content-item .vi-content-description h2 {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 20px;
    font-weight: 300
}

.vi-content-style-5 .vi-content-item.vi-img-right .vi-content-figure {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

.vi-content-style-5 .vi-content-item.vi-img-right .vi-content-figure>div {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

@media screen and (max-width:768px) {
    .vi-content-style-5 .vi-content-item.vi-img-right .vi-content-figure {
        position: relative;
        top: auto;
        bottom: auto;
        height: 400px
    }
}

.vi-content-style-5 .vi-content-item:focus .vi-content-figure>div,
.vi-content-style-5 .vi-content-item:hover .vi-content-figure>div {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.vi-content-style-6,
.vi-content-style-7 {
    background: #f7f7f7
}

.vi-content-style-6 .link-block figure,
.vi-content-style-7 .link-block figure {
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    z-index: 1
}

.vi-content-style-6 .link-block h3,
.vi-content-style-7 .link-block h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400
}

.vi-content-style-6 .link-block p,
.vi-content-style-7 .link-block p {
    color: gray
}

.vi-content-style-6 .link-block .vi-meta,
.vi-content-style-7 .link-block .vi-meta {
    color: #b3b3b3;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px
}

.vi-content-style-6 .link-block img,
.vi-content-style-7 .link-block img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.vi-content-style-6 .link-block:hover figure,
.vi-content-style-7 .link-block:hover figure {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px
}

.vi-content-style-6 .link-block:hover img,
.vi-content-style-7 .link-block:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.vi-content-style-6 {
    background: #fff
}

.vi-content-style-8 h4 {
    margin-bottom: 7px
}

.vi-content-style-9 {
    background: #f7f7f7
}

.vi-content-style-9 .btn-actions .or {
    padding-left: 10px;
    padding-right: 10px;
    color: #b3b3b3;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

@media screen and (max-width:480px) {
    .vi-content-style-9 .btn-actions .or {
        display: block
    }
}

.vi-content-style-10 {
    background: #1784fb
}

.vi-content-style-10 h2 {
    margin-top: 20px;
    color: #fff
}

.vi-content-style-10 h2:last-child {
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    .vi-content-style-10 h2:last-child {
        margin-top: 0;
        margin-bottom: 30px
    }
}

.vi-content-style-10 p {
    color: #fff;
    margin-bottom: 30px
}

.vi-content-style-10 p:last-child {
    margin-bottom: 0
}

.vi-content-style-10 .btn-outline {
    color: #fff;
    border-color: #fff
}

.vi-content-style-10 .btn-outline:hover {
    background: #035fc2;
    border-color: #035fc2
}

.vi-features-style-1,
.vi-features-style-2,
.vi-features-style-3,
.vi-features-style-4,
.vi-features-style-5 {
    padding: 5em 0
}

@media screen and (max-width:768px) {

    .vi-features-style-1,
    .vi-features-style-2,
    .vi-features-style-3,
    .vi-features-style-4,
    .vi-features-style-5 {
        padding: 3em 0
    }
}

.vi-features-style-1,
.vi-features-style-5 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative
}

.vi-features-style-1>.vi-overlay,
.vi-features-style-5>.vi-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.vi-features-style-1 .vi-heading,
.vi-features-style-5 .vi-heading {
    color: #fff
}

.vi-features-style-1 h3,
.vi-features-style-5 h3 {
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.vi-features-style-1 h3,
.vi-features-style-5 h3 {
    color: #fff
}

.vi-features-style-1 p,
.vi-features-style-5 p {
    color: rgba(255, 255, 255, 0.7)
}

.vi-features-style-1 .vi-features,
.vi-features-style-5 .vi-features {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px
}

.vi-features-style-1 .vi-features .vi-feature,
.vi-features-style-5 .vi-features .vi-feature {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center;
    flex-grow: 1;
    width: 33%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.vi-features-style-1 .vi-features .vi-feature:nth-of-type(3n+0),
.vi-features-style-5 .vi-features .vi-feature:nth-of-type(3n+0) {
    border-right: 0
}

.vi-features-style-1 .vi-features .vi-feature .icon,
.vi-features-style-5 .vi-features .vi-feature .icon {
    color: #fed330;
    margin-bottom: 20px
}

.vi-features-style-1 .vi-features .vi-feature .icon i,
.vi-features-style-5 .vi-features .vi-feature .icon i {
    font-size: 40px
}

.vi-features-style-1 .vi-features .vi-feature:nth-last-child(1),
.vi-features-style-1 .vi-features .vi-feature:nth-last-child(2),
.vi-features-style-1 .vi-features .vi-feature:nth-last-child(3),
.vi-features-style-5 .vi-features .vi-feature:nth-last-child(1),
.vi-features-style-5 .vi-features .vi-feature:nth-last-child(2),
.vi-features-style-5 .vi-features .vi-feature:nth-last-child(3) {
    border-bottom: 0
}

@media screen and (max-width:768px) {

    .vi-features-style-1 .vi-features .vi-feature,
    .vi-features-style-5 .vi-features .vi-feature {
        border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
        width: 50%
    }

    .vi-features-style-1 .vi-features .vi-feature:nth-of-type(2n+0),
    .vi-features-style-5 .vi-features .vi-feature:nth-of-type(2n+0) {
        border-right: none !important
    }

    .vi-features-style-1 .vi-features .vi-feature:nth-last-child(3),
    .vi-features-style-5 .vi-features .vi-feature:nth-last-child(3) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2)
    }

    .vi-features-style-1 .vi-features .vi-feature:nth-last-child(1),
    .vi-features-style-1 .vi-features .vi-feature:nth-last-child(2),
    .vi-features-style-5 .vi-features .vi-feature:nth-last-child(1),
    .vi-features-style-5 .vi-features .vi-feature:nth-last-child(2) {
        border-bottom: 0
    }
}

@media screen and (max-width:480px) {

    .vi-features-style-1 .vi-features .vi-feature,
    .vi-features-style-5 .vi-features .vi-feature {
        width: 100%;
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important
    }
}

.vi-features-style-1 {
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: left top
}

.vi-features-style-1>.vi-overlay {
    background: rgba(0, 0, 0, 0.6)
}

.vi-features-style-2 .vi-feature {
    margin-bottom: 30px;
    float: left;
    clear: right
}

.vi-features-style-2 .vi-feature .vi-icon {
    float: left;
    width: 20%
}

.vi-features-style-2 .vi-feature .vi-icon i {
    font-size: 40px;
    color: #58ca7e
}

.vi-features-style-2 .vi-feature .vi-desc {
    width: 80%;
    float: right
}

.vi-features-style-2 .vi-feature .vi-desc h3 {
    margin-top: 0;
    font-size: 18px
}

.vi-features-style-3 {
    background: #fafafa
}

.vi-features-style-3 .box {
    padding: 30px;
    background: #fff;
    text-align: center;
    color: #7f7f7f;
    margin-bottom: 70px;
    position: relative
}

@media screen and (max-width:992px) {
    .vi-features-style-3 .box {
        min-height: inherit;
        margin-bottom: 60px
    }
}

.vi-features-style-3 .box .icon {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    top: 0;
    margin-top: -70px;
    margin-bottom: 30px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
    text-align: center
}

.vi-features-style-3 .box .icon>span {
    display: table-cell;
    vertical-align: middle
}

.vi-features-style-3 .box .icon>span i {
    font-size: 40px;
    color: #fff !important;
    margin: 0;
    padding: 0
}

.vi-features-style-3 .box .icon.colored-1 {
    background: #2aaf67
}

.vi-features-style-3 .box .icon.colored-2 {
    background: #00bff3
}

.vi-features-style-3 .box .icon.colored-3 {
    background: #f26522
}

.vi-features-style-3 .box .icon.colored-4 {
    background: #e52b50
}

.vi-features-style-3 .box .icon.colored-5 {
    background: #2fc5cc
}

.vi-features-style-3 .box .icon.colored-6 {
    background: #6173f4
}

.vi-features-style-3 .box .step-number {
    font-size: 16px;
    display: block;
    color: #d1d1d1;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px
}

.vi-features-style-3 .box h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 400;
    font-size: 20px;
    color: #000
}

.vi-features-style-4 {
    background: #58ca7e
}

.vi-features-style-4 .vi-section-heading .vi-heading {
    color: #fff
}

.vi-features-style-4 .vi-section-heading p {
    color: rgba(255, 255, 255, 0.7)
}

.vi-features-style-4 .vi-feature-item {
    background: #fff;
    float: left;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px
}

@media screen and (max-width:480px) {
    .vi-features-style-4 .vi-feature-item {
        display: block !important
    }
}

.vi-features-style-4 .vi-feature-item .vi-feature-text,
.vi-features-style-4 .vi-feature-item .vi-feature-img {
    width: 50%
}

@media screen and (max-width:480px) {

    .vi-features-style-4 .vi-feature-item .vi-feature-text,
    .vi-features-style-4 .vi-feature-item .vi-feature-img {
        height: inherit;
        float: none !important;
        width: 100%;
        display: block !important
    }
}

.vi-features-style-4 .vi-feature-item .vi-feature-text {
    float: left;
    padding: 20px
}

.vi-features-style-4 .vi-feature-item .vi-feature-text .vi-feature-title {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    position: relative
}

.vi-features-style-4 .vi-feature-item .vi-feature-text .vi-feature-title .vi-border {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 30px;
    background: #58ca7e
}

.vi-features-style-4 .vi-feature-item .vi-feature-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover
}

@media screen and (max-width:480px) {
    .vi-features-style-4 .vi-feature-item .vi-feature-img {
        height: 200px;
        left: 0;
        top: 0;
        position: relative;
        width: 100%
    }
}

.vi-features-style-5 {
    background: #232939
}

.vi-features-style-5 h3 {
    color: #fff
}

.vi-features-style-5 p {
    color: rgba(255, 255, 255, 0.4)
}

.vi-features-style-5 .vi-features .vi-feature {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-right: none !important;
    border-bottom: none !important
}

@media screen and (max-width:768px) {
    .vi-features-style-5 .vi-features .vi-feature {
        border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
        border-right: none !important
    }
}

@media screen and (max-width:480px) {
    .vi-features-style-5 .vi-features .vi-feature {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
        border-bottom: none !important
    }
}

.vi-features-style-5 .icon {
    color: #58ca7e !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    display: table;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.vi-features-style-5 .icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px
}

.vi-blog-style-1 {
    padding: 0em 0;
    background: #f7f7f7
}

@media screen and (max-width:768px) {
    .vi-blog-style-1 {
        padding: 4em 0
    }
}

.vi-blog-style-1 .vi-post {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px #dfdfdf;
    -moz-box-shadow: 0 0 20px #dfdfdf;
    -ms-box-shadow: 0 0 20px #dfdfdf;
    -o-box-shadow: 0 0 20px #dfdfdf;
    box-shadow: 0 0 20px #dfdfdf;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.vi-blog-style-1 .vi-post img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.vi-blog-style-1 .vi-post:hover img,
.vi-blog-style-1 .vi-post:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.vi-blog-style-1 .vi-post .vi-post-image {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    z-index: 1
}

.vi-blog-style-1 .vi-post .vi-post-image .vi-overlay {
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.vi-blog-style-1 .vi-post .vi-post-image .vi-category {
    margin: 10px 0 0 15px;
    float: left;
    z-index: 2;
    position: absolute
}

.vi-blog-style-1 .vi-post .vi-post-image .vi-category>a {
    font-size: 10px;
    padding: 2px 10px;
    line-height: 1.5;
    font-family: "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #f2f2f2;
    margin: 0 4px 4px 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.vi-blog-style-1 .vi-post .vi-post-image .vi-category>a:hover {
    background: #1784fb;
    border: 1px solid #1784fb
}

.vi-blog-style-1 .vi-post .vi-post-image .vi-category>a:hover,
.vi-blog-style-1 .vi-post .vi-post-image .vi-category>a:active,
.vi-blog-style-1 .vi-post .vi-post-image .vi-category>a:focus {
    text-decoration: none
}

.vi-blog-style-1 .vi-post .vi-post-text {
    padding: 20px
}

.vi-blog-style-1 .vi-post .vi-post-text h3 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 700
}

.vi-blog-style-1 .vi-post .vi-post-text h3 a {
    color: #000
}

.vi-blog-style-1 .vi-post .vi-post-text h3 a:hover {
    color: #1784fb
}

.vi-blog-style-1 .vi-post .vi-post-text h3 a:hover,
.vi-blog-style-1 .vi-post .vi-post-text h3 a:active,
.vi-blog-style-1 .vi-post .vi-post-text h3 a:focus {
    text-decoration: none
}

.vi-blog-style-1 .vi-post .vi-post-text p {
    font-size: 14px;
    margin-bottom: 0;
    color: #a6a6a6
}

.vi-blog-style-1 .vi-post .vi-post-text p:last-child {
    margin-bottom: 0 !important
}

.vi-blog-style-1 .vi-post .vi-post-meta {
    border-top: 1px solid #f0f0f0;
    padding: 10px 20px;
    font-family: "Open Sans", Arial, sans-serif;
    font-family: 'Arial', sans-serif;
    font-weight: 400
}

.vi-blog-style-1 .vi-post .vi-post-meta a {
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #b3b3b3
}

.vi-blog-style-1 .vi-post .vi-post-meta a i {
    display: inline-block;
    margin-right: 5px
}

.vi-blog-style-1 .vi-post .vi-post-meta a:hover,
.vi-blog-style-1 .vi-post .vi-post-meta a:active,
.vi-blog-style-1 .vi-post .vi-post-meta a:focus {
    text-decoration: none
}

.vi-blog-style-1 .vi-post .vi-post-meta a:hover {
    color: #000
}

.vi-blog-style-11 {
    padding: 4em 0;
    background: #fff
}

@media screen and (max-width:768px) {
    .vi-blog-style-11 {
        padding: 4em 0
    }
}

.vi-blog-style-11 .vi-post {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px #dfdfdf;
    -moz-box-shadow: 0 0 20px #dfdfdf;
    -ms-box-shadow: 0 0 20px #dfdfdf;
    -o-box-shadow: 0 0 20px #dfdfdf;
    box-shadow: 0 0 20px #dfdfdf;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 10px !important
}

.vi-blog-style-11 .vi-post img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.vi-blog-style-11 .vi-post:hover img,
.vi-blog-style-11 .vi-post:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.vi-blog-style-11 .vi-post .vi-post-image {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    z-index: 1
}

.vi-blog-style-11 .vi-post .vi-post-image .vi-overlay {
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.vi-blog-style-11 .vi-post .vi-post-image .vi-category {
    margin: 10px 0 0 15px;
    float: left;
    z-index: 2;
    position: absolute
}

.vi-blog-style-11 .vi-post .vi-post-image .vi-category>a {
    font-size: 14px;
    padding: 2px 20px;
    line-height: 1.5;
    font-family: "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #f2f2f2;
    margin: 0 4px 4px 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.vi-blog-style-11 .vi-post .vi-post-image .vi-category>a:hover {
    background: #1784fb;
    border: 1px solid #1784fb
}

.vi-blog-style-11 .vi-post .vi-post-image .vi-category>a:hover,
.vi-blog-style-11 .vi-post .vi-post-image .vi-category>a:active,
.vi-blog-style-11 .vi-post .vi-post-image .vi-category>a:focus {
    text-decoration: none
}

.vi-blog-style-11 .vi-post .vi-post-text {
    padding: 20px
}

.vi-blog-style-11 .vi-post .vi-post-text h3 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 700
}

.vi-blog-style-11 .vi-post .vi-post-text h3 a {
    color: #000
}

.vi-blog-style-11 .vi-post .vi-post-text h3 a:hover {
    color: #1784fb
}

.vi-blog-style-11 .vi-post .vi-post-text h3 a:hover,
.vi-blog-style-11 .vi-post .vi-post-text h3 a:active,
.vi-blog-style-11 .vi-post .vi-post-text h3 a:focus {
    text-decoration: none
}

.vi-blog-style-11 .vi-post .vi-post-text p {
    font-size: 14px;
    margin-bottom: 0;
    color: #a6a6a6
}

.vi-blog-style-11 .vi-post .vi-post-text p:last-child {
    margin-bottom: 0 !important
}

.vi-blog-style-11 .vi-post .vi-post-meta {
    border-top: 1px solid #f0f0f0;
    padding: 10px 20px;
    font-family: "Open Sans", Arial, sans-serif;
    font-family: 'Arial', sans-serif;
    font-weight: 400
}

.vi-blog-style-11 .vi-post .vi-post-meta a {
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #b3b3b3
}

.vi-blog-style-11 .vi-post .vi-post-meta a i {
    display: inline-block;
    margin-right: 5px
}

.vi-blog-style-11 .vi-post .vi-post-meta a:hover,
.vi-blog-style-1 .vi-post .vi-post-meta a:active,
.vi-blog-style-1 .vi-post .vi-post-meta a:focus {
    text-decoration: none
}

.vi-blog-style-11 .vi-post .vi-post-meta a:hover {
    color: #000
}

.vi-blog-style-11 .video-thumbnail {
    width: 100%;
    max-width: 530px;
    height: 300px;
    background: #FFF;
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 1px 4px #868686, 0 -1px 40px #ddd inset, 0 19px 29px -18px #000;
    margin: 10px auto;
    float: center
}

@media only screen and (max-width:991px) {
    .vi-blog-style-11 .video-thumbnail {
        height: 350px
    }
}

@media only screen and (max-width:640px) {
    .video-thumbnail {
        height: 240px;
        width: 75%
    }

    .video-thumbnail iframe {
        width: 320px;
        height: 240px
    }
}

iframe[name="google_conversion_frame"] {
    display: none
}

.vi-team-style-1,
.vi-team-style-2,
.vi-team-style-3 {
    padding: 5em 0
}

@media screen and (max-width:768px) {

    .vi-team-style-1,
    .vi-team-style-2,
    .vi-team-style-3 {
        padding: 3em 0
    }
}

.vi-team-style-1 .vi-person {
    position: relative;
    height: 350px;
    display: block;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.vi-team-style-1 .vi-person .vi-overlay,
.vi-team-style-1 .vi-person .vi-text {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.vi-team-style-1 .vi-person .vi-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #1784fb;
    opacity: 0;
    z-index: 2
}

.vi-team-style-1 .vi-person .vi-text {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 3;
    bottom: 20px;
    opacity: 0;
    padding: 0 15px
}

.vi-team-style-1 .vi-person .vi-text h3,
.vi-team-style-1 .vi-person .vi-text p {
    opacity: 0;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.vi-team-style-1 .vi-person .vi-text h3 {
    color: #fff;
    top: -30px;
    margin-bottom: 10px
}

.vi-team-style-1 .vi-person .vi-text p {
    color: rgba(255, 255, 255, 0.6);
    top: 30px
}

.vi-team-style-1 .vi-person:hover .vi-overlay {
    opacity: .9
}

.vi-team-style-1 .vi-person:hover .vi-text {
    opacity: 1
}

.vi-team-style-1 .vi-person:hover h3,
.vi-team-style-1 .vi-person:hover p {
    opacity: 1;
    top: 0
}

.vi-team-style-2 {
    background: #fafafa
}

.vi-team-style-2 .vi-person {
    background: #fff;
    text-align: center;
    padding: 30px;
    float: left;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px
}

.vi-team-style-2 .vi-person figure {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.vi-team-style-2 .vi-person .vi-text {
    padding: 10px
}

.vi-team-style-2 .vi-person .vi-text h3 {
    margin-bottom: 0
}

.vi-team-style-2 .vi-person .vi-text .vi-meta {
    color: #b3b3b3 !important;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block
}

.vi-team-style-2 .vi-person:hover,
.vi-team-style-2 .vi-person:focus {
    -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1)
}

.vi-team-style-2 .vi-social {
    padding: 0;
    margin: 0
}

.vi-team-style-2 .vi-social li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.vi-team-style-2 .vi-social li a {
    color: gray;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px
}

.vi-team-style-2 .vi-social li a:hover {
    color: #1784fb
}

.vi-team-style-3 .person {
    text-align: center;
    margin-bottom: 40px;
    float: left;
    width: 100%
}

.vi-team-style-3 .person img {
    display: block;
    margin: 0 auto 30px auto;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.vi-team-style-3 .person .name {
    font-size: 24px;
    margin-bottom: 0
}

.vi-team-style-3 .person .position {
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 2px;
    color: #b3b3b3;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px
}

.vi-team-style-3 .person .social-circle {
    padding: 0;
    margin: 0
}

.vi-team-style-3 .person .social-circle li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.vi-team-style-3 .person .social-circle li a {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    color: gray
}

.vi-team-style-3 .person .social-circle li a:hover {
    color: #1784fb
}

.vi-footer-style-1,
.vi-footer-style-2,
.vi-footer-style-3 {
    padding-top: 3em;
}

@media screen and (max-width:768px) {

    .vi-footer-style-1,
    .vi-footer-style-2,
    .vi-footer-style-3 {
        padding: 3em 0	
    }
}

.vi-footer-style-1 {
    padding-top: 0;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.vi-footer-style-1 .p-b {
    padding-bottom: 20px
}

.vi-footer-style-1 .vi-subscribe {
    padding: 7em 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative
}

.vi-footer-style-1 .vi-subscribe>.vi-overlay {
    position: absolute;
    background: #000;
    opacity: .45;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.vi-footer-style-1 .vi-subscribe .form {
    position: relative;
    z-index: 3
}

.vi-footer-style-1 .vi-subscribe .form h2 {
    color: #fff
}

.vi-footer-style-1 .vi-subscribe .form p {
    color: rgba(255, 255, 255, 0.8)
}

.vi-footer-style-1 .vi-subscribe .form p:last-child {
    margin-bottom: 0
}

.vi-footer-style-1 .vi-subscribe .form-group {
    position: relative
}

.vi-footer-style-1 .vi-subscribe .form-group i {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -10px;
    color: #fff
}

.vi-footer-style-1 .vi-subscribe .form-control {
    padding-left: 45px;
    padding-right: 30px;
    box-shadow: none;
    border: 0;
    background: rgba(255, 255, 255, 0.15);
    height: 52px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.vi-footer-style-1 .vi-subscribe .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.vi-footer-style-1 .vi-subscribe .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.vi-footer-style-1 .vi-subscribe .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.vi-footer-style-1 .vi-subscribe .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.vi-footer-style-1 .vi-subscribe .form-control:focus,
.vi-footer-style-1 .vi-subscribe .form-control:active {
    background: rgba(255, 255, 255, 0.2)
}

.vi-footer-style-1 .vi-subscribe .btn {
    margin-top: 3px;
    height: 52px
}

.vi-footer-style-1 .vi-footer-inner {
    padding: 7em 0;
    font-family: "Open Sans", Arial, sans-serif
}

.vi-footer-style-1 .vi-footer-inner .copyright {
    margin-bottom: 20px !important;
    line-height: 1.5
}

.vi-footer-style-1 .vi-footer-inner .vi-logo {
    margin-bottom: 20px
}

.vi-footer-style-1 .vi-footer-inner .vi-logo a {
    padding: 15px 15px;
    background: rgba(0, 0, 0, 0.07);
    font-size: 40px;
    color: #4d4d4d;
    font-weight: 700;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-family: "Montserrat", Arial, sans-serif
}

.vi-footer-style-1 .vi-footer-inner .vi-logo a:hover,
.vi-footer-style-1 .vi-footer-inner .vi-logo a:focus {
    text-decoration: none
}

.vi-footer-style-1 .vi-footer-inner h3 {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Open Sans", Arial, sans-serif
}

.vi-footer-style-1 .vi-footer-inner p {
    color: #b3b3b3;
    font-size: 15px;
    font-weight: 40;
    font-family: "Open Sans", Arial, sans-serif
}

.vi-footer-style-1 .vi-footer-inner p:last-child {
    margin-bottom: 0
}

.vi-footer-style-1 .vi-footer-inner .links {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 15px
}

.vi-footer-style-1 .vi-footer-inner .links li {
    list-style: none;
    font-family: "Open Sans", Arial, sans-serif
}

.vi-footer-style-1 .vi-footer-inner .links li a {
    font-size: 14px;
    color: gray
}

.vi-footer-style-1 .vi-footer-inner .links li a:hover {
    text-decoration: none;
    color: #1784fb
}

.vi-footer-style-1 .vi-footer-inner .vi-social {
    text-align: right;
    margin-top: 0
}

@media screen and (max-width:768px) {
    .vi-footer-style-1 .vi-footer-inner .vi-social {
        text-align: left
    }
}

.vi-footer-style-1 .vi-footer-inner .vi-social a {
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #333
}

.vi-footer-style-1 .vi-footer-inner .vi-social a:hover {
    text-decoration: none;
    color: #1784fb
}

.vi-footer-style-2 {
    background: #232939;
}

.lgre {
    color: lightgray !important
}

.vi-footer-style-2 .vi-logo {
    color: #fff;
    font-size: 24px;
    font-family: "Montserrat", Arial, sans-serif;
    margin-bottom: 0
}

@media screen and (max-width:480px) {
    .vi-footer-style-2 .vi-logo {
        text-align: center
    }
}

.vi-footer-style-2 .vi-logo>span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3)
}

@media screen and (max-width:768px) {
    .vi-footer-style-2 .vi-logo>span {
        display: block
    }
}

.vi-footer-style-2 a {
    color: rgb(128, 128, 128);
    font-size: 14px
}

.vi-footer-style-2 a:hover {
    color: white
}

.vi-footer-style-2 .footer-style-2-link {
    text-align: right
}

.vi-footer-style-2 .footer-style-2-link>a {
    display: none
}

@media screen and (max-width:992px) {
    .vi-footer-style-2 .footer-style-2-link {
        text-align: left
    }
}

.vi-footer-style-2 .footer-style-2-link ul {
    padding: 0;
    margin: 0
}

@media screen and (max-width:480px) {
    .vi-footer-style-2 .footer-style-2-link ul {
        margin-bottom: 30px;
        text-align: center
    }
}

@media screen and (max-width:768px) {
    .vi-footer-style-2 .footer-style-2-link ul {
        margin-bottom: 20px
    }
}

.vi-footer-style-2 .footer-style-2-link ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline
}

@media screen and (max-width:480px) {
    .vi-footer-style-2 .footer-style-2-link ul li {
        display: block
    }
}

.vi-footer-style-2 .footer-style-2-link ul li a {
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.5)
}

@media screen and (max-width:480px) {
    .vi-footer-style-2 .footer-style-2-link ul li a {
        padding: 4px 0;
        display: block
    }
}

.vi-footer-style-2 .footer-style-2-link ul li a:hover {
    color: white
}

.vi-footer-style-3 {
    background: #262626;
    font-size: 15px
}

.vi-footer-style-3 .vi-footer-widget {
    margin-bottom: 30px
}

.vi-footer-style-3 .vi-logo {
    color: #fff;
    font-size: 24px;
    font-family: "Montserrat", Arial, sans-serif;
    margin-bottom: 40px
}

.vi-footer-style-3 .vi-logo .logo {
    padding: 7px 15px;
    background: rgba(255, 255, 255, 0.1);
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px
}

.vi-footer-style-3 .vi-copyright {
    font-size: 15px
}

.vi-footer-style-3 h3 {
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 50px
}

@media screen and (max-width:768px) {
    .vi-footer-style-3 h3 {
        margin-bottom: 20px
    }
}

.vi-footer-style-3 p {
    color: rgba(255, 255, 255, 0.5)
}

.vi-footer-style-3 a {
    color: rgba(255, 255, 255, 0.3)
}

.vi-footer-style-3 a:hover {
    color: white
}

.vi-footer-style-3 .btn {
    border-color: rgba(255, 255, 255, 0.1);
    color: gray
}

.vi-footer-style-3 .vi-links {
    padding: 0;
    margin: 0
}

.vi-footer-style-3 .vi-links li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none
}

.vi-footer-style-3 .vi-links.vi-social .icon {
    font-size: 17px;
    margin-right: 5px;
    top: 2px;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.vi-footer-style-3 .vi-made {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 4em
}

.vi-footer-style-3 .vi-made p {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 24px
}

.vi-footer-style-3 .vi-made p:last-child {
    margin-bottom: 0
}

.vi-footer-style-3 .vi-made p .heart {
    color: #fb4f59
}

#vi-testimony {
    background: url("../images/test-banner-3-min.jpg") no-repeat scroll 100% 0;
    padding-top: 4em
}

@media screen and (min-device-width : 320px) and (max-device-width : 736px){
#rcm-img{
left: -7% !important;
width: 25% !important;
}
.av-img1{
   left: 38% !important;
    width: 62% !important;
}
}


#vi-testimony .pad-l {
    padding-left: 8em
}

@media screen and (min-width:1280px) {
    #vi-testimony {
        background: url("../images/test-banner-3-min.jpg") no-repeat scroll 25% 0
    }
}

@media screen and (min-width:1920px) {
    #vi-testimony {
        background: url("../images/test-banner-3-min.jpg") no-repeat scroll 100% 0;
        margin-left: 0;
        background-color: #f7f7f7 !important;
    }
}

@media  screen and (min-device-width : 768px) and (max-device-width : 1024px){
     .ipad-img{
        height:171px !important;
        }
    .ipad_cloud_button{
        margin-top: 83px !important;
        }
     #ipad_pp_button{
        margin-top: -21px !important;
       }
}


#vi-testimony .wrap-testimony {
    position: relative;
    background: #fff;
    padding: 4em 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 18px 50px -22px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 0 18px 50px -22px rgba(0, 0, 0, 0.58);
    box-shadow: 0 18px 50px -22px rgba(0, 0, 0, 0.58);
    margin-bottom: 5em;
}

#vi-testimony .wrap-testimony .testimony-slide {
    text-align: center
}

#vi-testimony .wrap-testimony .testimony-slide span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700
}

#vi-testimony .wrap-testimony .testimony-slide span a.twitter {
    color: #1fb5f6;
    font-weight: 300
}

#vi-testimony .wrap-testimony .testimony-slide figure {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -10px;
    margin-bottom: 20px;
    background-size: cover
}

#vi-testimony .wrap-testimony .testimony-slide figure img {
    width: 20px;
    height: 10em;
    border: 3px solid #f0f0f0;
    background-size: cover;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    -ms-border-radius: 25%;
    border-radius: 25%
}

#vi-testimony .wrap-testimony .testimony-slide blockquote {
    border: 0;
    margin-bottom: 20px
}

@media screen and (max-width:992px) {
    #vi-testimony .wrap-testimony .testimony-slide blockquote {
        width: 100%
    }
}

#vi-testimony .wrap-testimony .testimony-slide blockquote p {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
    line-height: 1.6em;
    color: #555
}

#vi-testimony .wrap-testimony .testimony-slide blockquote .quote {
    font-size: 28px;
    color: #f80
}

#vi-testimony .wrap-testimony .testimony-slide.active {
    display: block
}

#vi-testimony .wrap-testimony .arrow-thumb {
    position: absolute;
    top: 40%;
    display: block;
    width: 100%
}

#vi-testimony .wrap-testimony .arrow-thumb a {
    font-size: 32px;
    color: #dadada
}

#vi-testimony .wrap-testimony .arrow-thumb a:hover,
#vi-testimony .wrap-testimony .arrow-thumb a:focus,
#vi-testimony .wrap-testimony .arrow-thumb a:active {
    text-decoration: none
}

.vi-pricing-style-1,
.vi-pricing-style-2 {
    padding: 5em 0
}

@media screen and (max-width:768px) {

    .vi-pricing-style-1,
    .vi-pricing-style-2 {
        padding: 3em 0
    }
}

.vi-pricing-style-1 .vi-price {
    padding-top: 0;
    display: block;
    font-size: 50px;
    line-height: 50px;
    font-family: "Open Sans", Arial, sans-serif;
    color: #1784fb;
    margin-bottom: 30px
}

.vi-pricing-style-1 .vi-price>span {
    font-size: 16px;
    line-height: 16px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: gray
}

.vi-pricing-style-1 .vi-currency {
    vertical-align: super;
    font-size: 30px !important;
    color: #1784fb !important;
    position: relative
}

.vi-pricing-style-1 .vi-pricing-item {
    display: block;
    color: #333;
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 40px 10px;
    margin-bottom: 1.5em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.vi-pricing-style-1 .vi-pricing-item.pricing-feature {
    border-top: 10px solid #1784fb;
    z-index: 9
}

.vi-pricing-style-1 .vi-pricing-item p:last-child {
    margin-bottom: 0
}

.vi-pricing-style-1 .vi-pricing-item:hover,
.vi-pricing-style-1 .vi-pricing-item:focus,
.vi-pricing-style-1 .vi-pricing-item:active {
    text-decoration: none;
    outline: 0
}

.vi-pricing-style-1 .vi-pricing-item .vi-pricing-item-lead {
    font-size: 12px;
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.vi-pricing-style-1 .vi-pricing-item .vi-pricing-item-text {
    font-size: 16px;
    color: #a6a6a6
}

.vi-pricing-style-1 .vi-pricing-item:hover,
.vi-pricing-style-1 .vi-pricing-item.active {
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    margin-top: -10px
}

@media screen and (max-width:768px) {

    .vi-pricing-style-1 .vi-pricing-item:hover,
    .vi-pricing-style-1 .vi-pricing-item.active {
        margin-top: 0
    }
}

.vi-pricing-style-2 {
    background: #58ca7e
}

.vi-pricing-style-2 .vi-heading {
    margin: 60px 0;

}

.vi-pricing-style-2 p {
    color: rgba(255, 255, 255, 0.7)
}

.vi-pricing-style-2 .pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em
}

.vi-pricing-style-2 .pricing-item {
    font-family: "Montserrat", Arial, sans-serif;
    padding: 2em 3em;
    margin: 1em;
    color: #262b38;
    background: #fff;
    cursor: default;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15)
}

@media screen and (min-width:992px) {
    .vi-pricing-style-2 .pricing-item {
        margin: 1.5em 0
    }

    .vi-pricing-style-2 .pricing-item.pricing-item--featured {
        z-index: 10;
        margin: 0;
        font-size: 1.15em
    }
}

.vi-pricing-style-2 .pricing-title {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center
}

.vi-pricing-style-2 .pricing-price {
    font-size: 5em;
    font-weight: 800;
    color: #58ca7e;
    position: relative;
    z-index: 100
}

.vi-pricing-style-2 .pricing-currency {
    font-size: .5em;
    vertical-align: super
}

.vi-pricing-style-2 .pricing-period {
    font-size: 16px;
    display: inline-block;
    padding: 0 0 0 .5em;
    color: #ccc
}

.vi-pricing-style-2 .pricing-sentence {
    margin: 0 0 1em 0;
    padding: 0 0 .5em;
    font-size: 16px;
    text-align: center;
    color: #999
}

.vi-pricing-style-2 .pricing-feature-list {
    font-size: .95em;
    margin: 0;
    padding: 1.5em .5em 2.5em;
    list-style: none
}

.vi-pricing-style-2 .pricing-feature {
    padding: .15em 0
}

.vi-pricing-style-2 .pricing-action {
    font-weight: bold;
    margin-top: auto;
    padding: 1em 2em;
    color: #fff;
    border-radius: 5px;
    background: #6ed19c;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.vi-pricing-style-2 .pricing-action:hover,
.vi-pricing-style-2 .pricing-action:focus {
    background-color: #4f5f56
}

.vi-counter-style-1,
.vi-counter-style-2 {
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

@media screen and (max-width:768px) {

    .vi-counter-style-1,
    .vi-counter-style-2 {
        padding: 3em 0
    }
}

.vi-counter-style-1 .vi-overlay,
.vi-counter-style-2 .vi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6)
}

.vi-counter-style-1,
.vi-counter-style-1 .vi-section-content-wrap,
.vi-counter-style-2,
.vi-counter-style-2 .vi-section-content-wrap {
    height: 500px;
    width: 100%
}

@media screen and (max-width:992px) {

    .vi-counter-style-1,
    .vi-counter-style-1 .vi-section-content-wrap,
    .vi-counter-style-2,
    .vi-counter-style-2 .vi-section-content-wrap {
        height: inherit
    }
}

.vi-counter-style-1 .vi-section-content-wrap,
.vi-counter-style-2 .vi-section-content-wrap {
    display: table
}

.vi-counter-style-1 .vi-section-content-wrap .vi-section-content,
.vi-counter-style-2 .vi-section-content-wrap .vi-section-content {
    width: 100%;
    display: table-cell;
    vertical-align: middle
}

.vi-counter-style-1 .vi-counter,
.vi-counter-style-2 .vi-counter {
    font-size: 50px;
    display: block;
    color: #fff;
    width: 100%;
    font-family: "Open Sans", Arial, sans-serif;
    margin-bottom: .5em
}

.vi-counter-style-1 .vi-counter-label,
.vi-counter-style-2 .vi-counter-label {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 5px;
    margin-bottom: 2em;
    display: block
}

.vi-counter-style-2 .icon {
    color: #fff;
    width: 70px;
    height: 70px;
    margin: 0 auto 30px auto;
    text-align: center;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.vi-counter-style-2 .icon i {
    text-align: center;
    width: 100%;
    font-size: 30px;
    display: block;
    top: 50%;
    margin-top: -15px;
    position: absolute
}

.vi-counter-style-2 .vi-counter-label {
    color: rgba(255, 255, 255, 0.5)
}

.vi-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none
}

.vi-nav-toggle.active i::before,
.vi-nav-toggle.active i::after {
    background: gray
}

.vi-nav-toggle:hover,
.vi-nav-toggle:focus,
.vi-nav-toggle:active {
    outline: 0;
    border-bottom: none !important
}

.vi-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 2px;
    color: #1784fb;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: rgba(255, 255, 255, 0.5);
    transition: all .2s ease-out
}

.vi-nav-toggle i::before,
.vi-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.vi-nav-toggle i::before {
    top: -7px
}

.vi-nav-toggle i::after {
    bottom: -7px
}

.vi-nav-toggle:hover i::before {
    top: -10px
}

.vi-nav-toggle:hover i::after {
    bottom: -10px
}

.vi-nav-toggle.active i {
    background: transparent
}

.vi-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.vi-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

.vi-nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
    display: none;
    height: 44px;
    width: 44px;
    border-bottom: none !important
}

@media screen and (max-width:768px) {
    .vi-nav-toggle {
        display: block
    }
}

.para p {
    margin-top: -15px !important
}

.pdl {
    padding-left: 50px;
    margin-top: 25px
}

.pdl2 {
    padding-top: 25px;
    padding-right: 5px
}

.mt-5 {
    margin-top: -5px
}

.mt10 {
    margin-top: 10px
}

.mt8 {
    margin-top: 8px
}

.mt25 {
    margin-top: 25px
}

.social {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    width: 100%
}

.social li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

.social li a {
    font-size: 28px;
    display: table;
    width: 40px;
    height: 40px;
    margin: 0 4px
}

.social li a i {
    display: table-cell;
    vertical-align: middle
}

.prihi {
    height: 100vh !important
}

.owl-carousel .owl-controls .owl-dot {
    padding-top: 2em
}

.owl-carousel .owl-controls .owl-dot span {
    background: #e6e6e6
}

.owl-carousel .owl-controls .owl-dot span:hover,
.owl-carousel .owl-controls .owl-dot span:focus {
    background: #ccc
}

.owl-carousel .owl-controls .owl-dot:hover span,
.owl-carousel .owl-controls .owl-dot:focus span {
    background: #ccc
}

.owl-carousel .owl-controls .owl-dot.active span {
    border: 2px solid #f80;
    background: #f80
}

.flt {
    float: left !important;
    clear: both !important
}

.padb {
    margin: 1em;
    min-height: 60px !important;
    float: center
}

.video-thumbnail {
    width: 100%;
    max-width: 530px;
    height: 300px;
    background: #FFF;
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 1px 4px #868686, 0 -1px 40px #ddd inset, 0 19px 29px -18px #000;
    margin: 10px auto;
    float: center
}

@media only screen and (max-width:991px) {
    .video-thumbnail {
        height: 350px
    }
}

@media only screen and (max-width:640px) {
    .video-thumbnail {
        height: 240px;
        width: 75%
    }

    .video-thumbnail iframe {
        width: 320px;
        height: 240px
    }
}

iframe[name="google_conversion_frame"] {
    display: none
}

.vi-post {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px #dfdfdf;
    -moz-box-shadow: 0 0 20px #dfdfdf;
    -ms-box-shadow: 0 0 20px #dfdfdf;
    -o-box-shadow: 0 0 20px #dfdfdf;
    box-shadow: 0 0 20px #dfdfdf;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 10px !important
}

.vi-post .vi-post-text {
    padding: 20px
}

.vi-post .vi-post-text a {
    padding-top: 1em
}

.cent {
    text-align: center;
    margin-top: 5px
}

.padd {
    padding-top: 20px
}

.card-heading {
    font-size: 18px;
    color: black;
    font-weight: bold;
}

.h-89 {
    height: 95% !important;
}

@media screen and (max-width:1300px) and (min-width:475px) {
    .resources {
        margin-top: -125px !important;
        width: 300px;
        margin-right: 0 !important;
        right: 0px !important;
    }

    .key_features-emr,
    .key_features-fhir,
    .key_features-pp,
    .key_features-bill {
        padding-left: 4%;
    }
}

.pb-2 {
    padding-left: 13%;
    padding-right: 13%;
    display: flex;
}

@media (min-width: 768px) and (max-width: 976px)
{
    .pb-2 
    {
        padding: 0% !important;
    }
    .logo_img
    {
        margin-left: 0px !important;
    }
} 

