.section-txt {
    font-size: 18px;
}

.light-grey {
    color: #616161;
}

.btn-prim {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
}

.btn-prim:focus,
.btn-prim.focus {
    color: #fff;
    background-color: #0c7cd5;
    border-color: #08528d;
}

.btn-prim:hover {
    color: #fff;
    background-color: #0c7cd5;
    border-color: #0b76cc;
}

.btn-warn {
    color: #fff;
    background-color: #FF5722;
    border-color: #FF5722;
}

.btn-warn:focus,
.btn-warn.focus {
    color: #fff;
    background-color: #ee3900;
    border-color: #a22700;
}

.btn-warn:hover {
    color: #fff;
    background-color: #ee3900;
    border-color: #e43700;
}

.btn-succ {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.btn-succ:focus,
.btn-succ.focus {
    color: #fff;
    background-color: #3d8b40;
    border-color: #255627;
}

.btn-succ:hover {
    color: #fff;
    background-color: #3d8b40;
    border-color: #39843c;
}

.c1 {
    background-image: url(/assets/images/link_top.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.c2 {
    background-image: url(/assets/images/encoder_top.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.c3 {
    background-image: url(/assets/images/console_top.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.c4 {
    background-image: url(/assets/images/software_development.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

body {
    font-family: 'Roboto', sans-serif !important;
}

.hero-fb--image {
    height: 360px;
    /* changed from 100%*/
    left: 0;
    margin-left: 0;
    margin-right: 0;
    max-height: 360px;
    overflow: hidden;
    top: 0;
}

.hero-fb--image div:first-child {
    background-position: center
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.section-subtitle.left {
    /*display: table-cell;*/
    color: rgb(51, 51, 51);
    font-size: 18px;
    margin-bottom: 10px;
}

.feature-item h3 {
    font-size: 16px;
    color: #333;
    font-weight: 500
}

.feature-item p {
    font-size: 16px;
    font-weight: normal;
    color: #616161
}

.feature-header {
    padding-top: 10px!important;
    padding-bottom: 20px!important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.no-padding {
    padding: 0px!important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.service-box {
    min-height: 260px;
}

.mr-10 {
    margin-right: 10px;
}

.nav-icon {
    font-size: 20px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.p-50 {
    padding: 50px 0px !important;
}

.pl-40 {
    padding-left: 40px!important;
}

.pl-20 {
    padding-left: 20px!important;
}

.pr-20 {
    padding-right: 20px!important;
}

.pt-60 {
    padding-top: 60px!important;
}

.pt-30 {
    padding-top: 30px!important;
}

.pt-40 {
    padding-top: 40px!important;
}

.text-center {
    text-align: center;
}

.bg-base {
    background: #3498db;
    color: #fff
}

.bg-grn {
    background: #00A69C;
    color: #fff
}

.bg-white {
    background: #fff !important
}

.bg-white {
    background: #fff;
    color: #666
}

.wp-section:before,
.wp-section:after {
    display: table;
    content: " "
}

.wp-section:after {
    clear: both
}

.section-title-wr {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.section-title.left {
    display: table-cell;
    color: #333;
    font-size: 18px;
}

.wp-block {
    margin: 0 0 15px 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    cursor: default;
    border-radius: 2px
}

.wp-block .wp-block-body {
    padding: 15px
}

.wp-block.white {
    margin: 0px 0px 15px;
    position: relative;
    overflow: hidden;
    cursor: default;
    border: 1px solid #E0EDED;
}

.wp-block:before,
.wp-block:after {
    display: table;
    content: ""
}

.wp-block:after {
    clear: both
}

.wp-block.hero p {
    padding: 15px
}

.wp-block.hero h2 {
    text-align: center;
    margin-bottom: 7px;
    font-size: 16px
}

.wp-block.hero .thmb-img {
    text-align: center;
    padding: 15px 0
}

.wp-block.hero .thmb-img i {
    font-size: 64px;
    color: #fff
}

.wp-block.white p {
    color: #333
}

.wp-block.white h2 {
    color: #333 !important
}

.wp-block.white .thmb-img i {
    color: #333
}

.wp-block.light p {
    color: #333
}

.wp-block.light h2 {
    color: #333;
    text-align: center;
    margin-bottom: 7px;
    font-size: 16px
}

.wp-block.light .thmb-img {
    text-align: center;
    padding: 15px 0
}

.wp-block.light .thmb-img i {
    color: #333
}

.wp-block.dark p {
    color: #f1f1f1
}

.wp-block.dark h2 {
    color: #fff
}

.wp-block.dark .thmb-img i {
    color: #fff
}

.wp-block.default {
    border: 1px solid;
    border-color: #e0eded;
    background: #fff
}

.wp-block.default .figure {
    position: relative
}

.wp-block.default .figure img {
    width: 100%
}

.wp-block.default>.wp-block-header {
    margin: 0;
    padding: 15px 20px
}

.wp-block.default>.wp-block-body {
    padding: 15px
}

.wp-block.default>.wp-block-body .title {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 10px 0;
    margin: 0;
    color: #333 !important
}

.wp-block.default>.wp-block-body h2 {
    margin: 0 0 10px 0;
    font-size: 16px
}

.wp-block.default>.wp-block-body dd {
    margin-bottom: 20px
}

.wp-block.default>figure>img {
    width: 100%;
    max-width: 100%
}

.wp-block.default>.wp-block-footer {
    display: block;
    background: #fff;
    padding: 15px
}

.wp-block.default:hover>.wp-block-footer {
    background: #fff
}

.wp-block.default>.wp-block-footer h3 {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize
}

.no-margin {
    margin: 0px !important;
}

.white {
    background: #FFF none repeat scroll 0% 0%;
    color: #333 !important;
}

.spa100 {
    padding: 50px 0;
}

.spa50 {
    padding: 25px 0;
}

.spa10 {
    padding: 4px 0;
}

section.slice {
    padding: 30px 0;
    position: relative;
}

.light-gray h1,
.light-gray h2,
.light-gray h3,
.light-gray h4,
.light-gray h5,
.light-gray h6 {
    color: #000
}

.light-gray {
    background: #fcfcfc;
    color: #000
}

.light-gray a,
.light-gray>i {
    color: #000
}

.bb {
    border-bottom: 1px solid #e0eded
}

.short-feature {
    margin-bottom: 15px;
}

.short-feature .feature-icon {
    background: #1ABC9C;
    border-radius: 35px;
    color: #fff;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 15px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px;
    padding-top: 10px;
}

.feature-item {
    /*    color: #fff;
    display: inline-block!important;
    text-align: left;*/
}

.feature-header-color {
    color: #333;
}

.feature-text-color {
    color: #616161;
}

.short-feature .feature-txt {
    padding-left: 50px
}

.short-feature .feature-txt h3 {
    margin: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
    font-weight: 500
}

.short-feature .feature-txt p {
    font-size: 16px;
    font-weight: normal;
    color: #616161
}

.widget {
    margin-bottom: 30px;
}

.panel {
    border-radius: 0;
    background-color: #fff
}

.panel.panel-base {
    background-color: #3498db
}

.panel .panel-heading {
    border-radius: 0;
    padding: 15px
}

.panel-default {
    border-color: #e0eded
}

.panel-default>.panel-heading {
    border-color: #e0eded;
    background: #fcfcfc
}

.panel-default>.panel-heading h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #333
}

.panel-dark {
    background: #131313;
    border-color: transparent;
    color: #fff
}

.panel-dark>.panel-heading {
    border-color: #0b0b0b;
    background: #131313;
    color: #fff
}

.panel-dark .bb {
    border-color: #0b0b0b
}

.panel-light {
    background: #ecf0f1;
    border-color: transparent;
    color: #2c3e50
}

.panel-light>.panel-heading {
    border-color: #e0eded;
    background: #ecf0f1;
    color: #2c3e50
}

.panel-light .bb {
    border-color: #e3e9eb
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel-group {
    margin-bottom: 30px
}

.panel-group .panel {
    border-radius: 0;
    border-color: #dadada
}

.panel-group .panel+.panel {
    margin-top: 0;
    border-top: 0
}

.panel-group .panel-heading {
    padding: 14px 15px;
    position: relative;
    background: #f3f3f3
}

.panel-group .panel-heading:after {
    content: "+";
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    color: #333
}

.panel-group .panel-heading:after {
    content: "+";
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    color: #333
}

.panel-group .panel-heading a {
    font-weight: normal;
    color: #333
}

.panel-group .panel-heading a i {
    margin-right: 5px;
    color: #333
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-color: #dadada;
    color: #616161
}

.icon-block {
    margin-bottom: 20px
}

.icon-block.icon-block-1 .icon-block-item {
    width: 20%;
    display: table-cell;
    vertical-align: top;
    font-size: 64px;
    text-align: center;
    color: #333
}

.icon-block.icon-block-1 .icon-block-body {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px
}

.icon-block.icon-block-1 .icon-block-body .title {
    margin-bottom: 5px;
    color: #333
}

.icon-block.icon-block-1 .icon-block-body p {
    margin: 0
}

.icon-block.icon-block-2 .icon-block-item {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 2px;
    display: block;
    float: left;
    font-size: 46px;
    text-align: center
}

.icon-block.icon-block-2 .icon-block-body {
    padding-left: 115px
}

.icon-block.icon-block-2 .icon-block-body .title {
    margin-bottom: 5px;
    color: #333
}

.icon-block.icon-block-2 .icon-block-body p {
    margin: 0
}

.icon-block.icon-block-3 .icon-block-item {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100px;
    display: block;
    float: left;
    font-size: 46px;
    text-align: center;
    color: #333
}

.icon-block.icon-block-3 .icon-block-body {
    padding-left: 115px
}

.icon-block.icon-block-3 .icon-block-body .title {
    margin-bottom: 5px;
    color: #333
}

.icon-block.icon-block-3 .icon-block-body p {
    margin: 0
}

.pricing-plans {
    margin-bottom: 15px
}

.pricing-plans:before,
.pricing-plans:after,
.pricing-table:before,
.pricing-table:after {
    display: table;
    content: " "
}

.pricing-plans:before,
.pricing-table:before {
    clear: both
}

.pricing-plans .plan-header .popular-tag {
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #fff
}

.pricing-plans .plan-header small {
    display: block;
    text-align: center;
    font-style: italic
}

.pricing-plans .plan-title {
    text-align: center;
    margin: 0;
    padding: 15px 0 5px 0;
    font-size: 28px;
    font-weight: 500
}

.pricing-plans .price-tag {
    margin: 0;
    height: 70px;
    line-height: 70px;
    font-size: 58px;
    font-weight: 500;
    text-align: center
}

.pricing-plans .price-tag span {
    font-size: 28px;
    font-weight: 500
}

.pricing-plans .price-tag span.price-type {
    font-size: 20px;
    font-weight: 500
}

.pricing-plans .plan-info {
    margin-bottom: 10px
}

.pricing-plans ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none
}

.pricing-plans ul li {
    padding: 10px 20px;
    border-bottom: 1px solid #e0eded;
    font-size: 13px
}

.pricing-plans ul li:last-child {
    border-bottom: 0
}

.pricing-plans ul li i {
    margin-right: 8px
}

.pricing-plans .plan-info {
    margin: 0;
    padding: 15px;
    font-size: 13px;
    text-align: center;
    font-style: italic
}

.pricing-plans .plan-select {
    padding-top: 10px;
    border-top: 1px solid #f1f1f1
}

.pricing-plans .plan-select-block {
    padding: 0;
    margin: 0
}

.pricing-plans .plan-circle {
    width: 100%;
    background: transparent !important
}

.pricing-plans .plan-circle:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.pricing-plans .plan-circle.base:after {
    background: #3498db
}

.pricing-plans .plan-circle.light:after {
    background: #ecf0f1
}

.pricing-plans .plan-circle.dark:after {
    background: #131313
}

.pricing-plans .plan-circle .plan-content {
    float: left;
    width: 100%;
    padding-top: 20px;
    text-align: center
}

.pricing-plans .plan-circle .plan-title {
    padding-top: 15px
}

.pricing-plans .plan-circle .btn {
    margin-top: 20px
}

.pricing-plans-2 .plan-title {
    text-align: center;
    margin: 0;
    padding: 16px 0;
    font-size: 28px;
    font-weight: 500
}

.pricing-plans-2 .plan-price {
    border-bottom: 1px solid #e0eded
}

.pricing-plans-2 .plan-price .price-tag {
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 50px;
    font-weight: 500;
    text-align: center
}

.pricing-plans-2 .plan-price .price-interval {
    display: block;
    margin: 15px 0;
    text-align: center;
    color: #999
}

.pricing-plans-2 .price-tag span {
    font-size: 28px;
    font-weight: 500
}

.pricing-plans-2 .price-tag span.price-type {
    font-size: 20px;
    font-weight: 500
}

.pricing-plans-2 .price-tag sup {
    font-size: 32px
}

.pricing-plans-2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0
}

.pricing-plans-2 ul li {
    padding: 10px 20px;
    text-align: center;
    border-bottom: 1px solid #e0eded;
    font-size: 13px
}

.pricing-plans-2 ul li:last-child {
    border-bottom: 1px solid #e0eded
}

.pricing-plans-2 ul li i {
    margin-right: 8px
}

.pricing-plans-2 .plan-select {
    padding-top: 10px;
    border-top: 0
}

.pricing-plans-2 .plan-select-block {
    padding: 0;
    margin: 0
}

.base {
    background: #3498DB none repeat scroll 0% 0%;
    color: #FFF !important;
}

.grn {
    background: #00A69C none repeat scroll 0% 0%;
    color: #FFF !important;
}

.dark {
    background: #131313 none repeat scroll 0% 0%;
    color: #FFF;
}

.pricing-plans .wp-block-inverse:hover,
.pricing-table .wp-block-inverse:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.pricing-table .wp-block {
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.pricing-table .wp-block.popular,
.pricing-plans .wp-block.popular {
    border: 1px solid #e0eded;
    margin-top: 0;
    -webkit-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2)
}

.pricing-table .wp-box.popular:hover,
.pricing-plans .wp-block.popular:hover {
    -webkit-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.3)
}

.pricing-table .plan-select {
    border: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e0eded
}

.pricing-table .plan-info {
    text-align: center;
    margin-bottom: 15px
}

.pricing-table .table-comparision {
    background: #fff;
    position: relative;
    top: -2px;
    z-index: 1000;
    border-color: #f1f1f1;
    color: #777
}

.pricing-table .table-comparision th {
    border-color: #f1f1f1
}

.pricing-table .table-comparision td {
    text-align: center;
    border-color: #f1f1f1
}

.pricing-table .table-comparision tr td:first-child {
    text-align: left
}

footer {
    padding-top: 15px;
    padding-bottom: 20px;
    min-height: 30px;
    background: #232323
}

footer:before,
footer:after {
    display: table;
    content: " "
}

footer:after {
    clear: both
}

footer .col.reset {
    margin: 0
}

footer h4 {
    margin-top: 20px;
    color: #ccc;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500
}

footer .col p {
    color: #ccc;
    font-size: 13px;
    margin-bottom: 10px
}

footer a {
    color: #ccc;
    text-decoration: none
}

footer a:hover {
    text-decoration: none
}

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

footer .col ul li {
    color: #8f8f8f
}

footer .col ul li span {
    color: #fff
}

footer .col address {
    color: #ddd;
    padding: 8px 0
}

footer .company-info {
    font-size: 10px;
    text-align: justify
}

footer .company-info h2 {
    font-size: 14px;
    font-weight: 600
}

footer .col.col-social-icons i {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    color: #333;
    border-radius: 2px
}

footer form {
    margin-top: 20px
}

footer hr {
    border-top: 1px solid #444
}

footer .copyright {
    color: #fff
}

.btn-grn {
    color: #ffffff;
    background-color: #1ABC9C;
    border-color: #1ABC9C;
}

.btn-grn:hover,
.btn-grn:focus,
.btn-grn:active,
.btn-grn.active,
.open .dropdown-toggle.btn-grn {
    color: #ffffff;
    background-color: #00A69C;
    border-color: #1ABC9C;
}

.btn-grn:active,
.btn-grn.active,
.open .dropdown-toggle.btn-grn {
    background-image: none;
}

.btn-grn.disabled,
.btn-grn[disabled],
fieldset[disabled] .btn-grn,
.btn-grn.disabled:hover,
.btn-grn[disabled]:hover,
fieldset[disabled] .btn-grn:hover,
.btn-grn.disabled:focus,
.btn-grn[disabled]:focus,
fieldset[disabled] .btn-grn:focus,
.btn-grn.disabled:active,
.btn-grn[disabled]:active,
fieldset[disabled] .btn-grn:active,
.btn-grn.disabled.active,
.btn-grn[disabled].active,
fieldset[disabled] .btn-grn.active {
    background-color: #1ABC9C;
    border-color: #1ABC9C;
}

.btn-grn .badge {
    color: #1ABC9C;
    background-color: #ffffff;
}

.select-modal-txt {
    min-height: 50px;
}

.plugin-feature {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}