@import "fonts.css";
@import "animation.css";
.modal {
    z-index: 9999;
}

.modal-backdrop.in {
    z-index: 9998;
}

body {
    font: 300 16px/24px 'Open Sans', sans-serif;
}

a:hover,
a:focus,
a:active {
    text-decoration: none !important;
    outline: none !important;
}

.btn-group {
    margin: 0 0 20px;
    display: block;
    overflow: hidden;
}

.btn-group .btn {
    float: none !important;
}

p {
    margin: 0 0 30px;
    letter-spacing: 0;
}

.esp {
    color: #00aeef;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    font: 600 14px/30px 'Open Sans', sans-serif;
    color: #000;
    text-transform: inherit;
    height: 63px;
    padding: 15px 20px;
}

::-webkit-input-placeholder {
    color: #000;
    text-transform: uppercase;
}

:-moz-placeholder {
    color: #000;
    text-transform: uppercase;
}

::-moz-placeholder {
    color: #000;
    text-transform: uppercase;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
    text-transform: uppercase;
}

.feild {
    overflow: hidden;
}

#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.list li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
}

.list li:after {
    content: "\e906";
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 0;
    color: #0291dd;
}

#header {
    background: #fff;
    transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 999;
}

#header.clone {
    top: -111px;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    position: absolute;
    width: 100%;
    visibility: hidden;
}

#header.clone.fixed {
    position: fixed;
    z-index: 9995;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    visibility: visible;
}

#header.fixed .header-info {
    display: block;
    margin: 0;
    padding-bottom: 5px;
}

#header.fixed .navbar-header {
    margin: 0;
}

#header.fixed .navbar-header {
    width: auto;
}

#header.fixed .navbar-default .nav>li {
    padding-bottom: 5px;
}

#header.fixed .navbar-brand {
    height: 52px;
}

#header.fixed .navbar-default {
    padding: 5px 0 0;
}

#header.fixed .navbar-nav {
    margin-top: -20px;
}

.btn {
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0;
}

.btn-lg {
    padding: 15px 20px !important;
    font-weight: 700;
}

.block {
    position: relative;
    background: #08b0ff;
    padding: 100px 0 50px 0;
    z-index: 1;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    color: #fff;
}

.navbar-brand {
    width: 200px;
    height: 66px;
    padding: 5px 0 0 0;
    overflow: hidden;
}

.navbar-brand img {
    width: 100%;
    height: auto;
    display: block;
}

.navbar-default {
    background: none;
    border: none;
    padding: 15px 0 0;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    font-family: 'sinkin_sans400_regular';
}

.navbar-default .nav>li>a {
    padding: 5px 10px;
    text-transform: uppercase;
}

.offer-link {
    width: 150px;
    display: inline-block;
    vertical-align: top;
    background: #00aeef;
    height: 100%;
    letter-spacing: 0;
    padding: 9999px 0;
    margin: -9999px 0;
}

.offer-link img {
    width: 100%;
    display: block;
    height: auto;
}

.navbar-nav {
    position: relative;
}

.navbar-default .nav>li {
    padding-bottom: 15px;
}

.navbar-default .nav>li .dropdown {
    background: #fff;
    left: 0;
    position: absolute;
    list-style: none;
    opacity: 0;
    top: 100%;
    visibility: hidden;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    letter-spacing: -8px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 250px;
    border-top: 3px solid #3186c7;
}

.navbar-default .nav>li:last-child .dropdown,
.navbar-default .nav>li:nth-child(5) .dropdown,
.navbar-default .nav>li:nth-child(6) .dropdown {
    left: auto;
    right: 0;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.navbar-default .nav>li.hover .dropdown {
    opacity: 1;
    visibility: visible;
}

.navbar-default .nav>li .dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
}

.navbar-default .nav>li ul a {
    padding: 15px 15px;
    line-height: 20px;
    display: block;
    color: #595959;
    border-top: 1px solid #ccc;
    text-transform: capitalize !important;
}

.table33 td:nth-child(5) {}

.navbar-default .nav>li ul a:hover {
    color: #fff;
    background: #3186c7;
    border-color: #3186c7;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li.hover>a {
    color: #71b544;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #3186c7;
    background: none;
}

.navbar-header {
    float: left;
    /* width:100%; */
    margin: 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    margin-top: 10px;
}

.fixed .navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    margin-top: 32px;
    margin-bottom: 8px;
}

.header-info {
    float: right;
    border-bottom: 1px solid #d3d6d9;
    padding: 0 0 10px 38px;
    margin: 0 0 10px;
}

.header-info .btn .icon {
    display: none;
}

.header-info .tel {
    font-size: 16px;
    line-height: 22px;
    color: #636467;
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0;
}

.header-info .tel em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.header-info .tel a {
    color: #636467;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.header-info .tel i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 24px;
}

.header-info .btn {
    padding: 5px 17px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 26px;
    margin: -3px 10px -3px -9px;
}

.btn-success .icon {
    background: #65a33d;
}

.btn-info .icon {
    background: #da0d4c;
}

.btn-primary .icon {
    background: #2c78b3;
}

.icon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 16px;
    background: url(../images/sprite.html) no-repeat;
}

.icon.icon-pad:after {
    left: 5px;
    top: 5px;
}

.icon.icon-box:after {
    background-position: -2px -28px;
    width: 16px;
    height: 11px;
    left: 5px;
    top: 8px;
}

.icon.icon-sheet:after {
    background-position: -3px -57px;
    width: 12px;
    height: 16px;
    left: 5px;
    top: 5px;
}

.block.gray {
    background: #f2f2f2;
    color: #000;
}

.block.white {
    background: #fff;
    color: #000;
}

.block.gray h1,
.block.white h1 {
    color: #000;
}

.block.lightblue {
    background: #e2ecf0;
    color: #000;
}

.block.lightblue h1 {
    color: #000;
}

.block.responsive-design {
    background: #14a874 url(../images/bg15.jpg) 50% 100%;
    height: 855px;
}

.block.bg18 {
    background: #088abb;
}

.block.smo {
    background: url(../images/bg-smo.jpg);
}

.block.responsive-design .text-center {
    max-width: 625px;
    transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

.whole-block {
    padding: 40px 0 0;
}

.block h1 {
    color: #fff;
}

.block h1.gray {
    color: #444;
    text-transform: inherit;
    margin: 0 0 35px;
}

.block h1.text-lowercase {
    text-transform: lowercase;
}

.block h1.text-capitalize {
    text-transform: capitalize;
}

.block h1.blue {
    color: #00aeef;
}

.center-img {
    margin: 0 auto;
    width: auto !important;
    max-width: 100%;
}

.top-banner .center-img {
    margin: 0 auto 30px;
}

.block.default .block.bg13 h1 {
    font-weight: 700;
    color: #fff;
}

.block h1.social {
    font: 300 81px/70px 'Roboto', sans-serif;
    color: #ffc000 !important;
}

.subtext-blue {
    display: block;
    color: #00aeef;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 35px;
}

.block .subtext {
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 35px;
}

.pull-right.content-img {
    margin: 0 0 70px 70px;
}

.block h1.social span {
    font-size: 49px;
    line-height: 55px;
    color: #28b6d7;
}

.block h1.social span em {
    font-size: 34px;
    line-height: 55px;
    text-transform: capitalize;
    color: #000;
}

.block h1 span {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

.twocolumns {
    padding: 60px 0;
}

.twocolumns p {
    opacity: 0.6;
}

.number-list {
    color: #fff;
    font: 500 18px/24px 'Roboto', sans-serif;
    text-transform: uppercase;
    counter-reset: item;
    list-style: none;
    padding: 15px 0 0;
    text-align: left;
}

.number-list li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    width: 45px;
    height: 45px;
    border: 3px solid #fff;
    line-height: 39px;
    text-align: center;
    font-size: 22px;
    position: absolute;
    left: 0;
    margin: -15px 0 0;
}

.number-list li {
    margin: 0 0 20px;
    padding: 0 0 0 75px;
    position: relative;
    min-height: 45px;
}

.number-list a {
    color: #fff;
}

.block.responsive-design h1 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 100;
}

.block.responsive-design h1 strong {
    font-weight: 500;
}

.block .btn,
.footer-form button[type="submit"],
.top-banner .btn-default {
    overflow: hidden;
}

.block .btn:after,
.footer-form button[type="submit"]:after,
.top-banner .btn-default:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #fff;
    z-index: 1;
    transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    opacity: 0.5;
    transform: rotate(60deg);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 0;
}

.block .btn:hover:after,
.footer-form button[type="submit"]:hover:after,
.top-banner .btn-default:hover:after {
    height: 100%;
    opacity: 0.1;
    box-shadow: 0 0 20px #fff;
    transform: rotate(45deg);
}

.block.bg0 {
    background: url(../images/bg0.jpg) repeat-y 50% 0;
}

.block.bg1 {
    background: url(../images/bg1.jpg) repeat-y 50% 0;
}

.block.bg2 {
    background: url(../images/bg2.jpg) repeat-y 50% 0;
}

.block.bg3 {
    background: url(../images/bg3.jpg) repeat-y 50% 0;
}

.block.bg4 {
    background: url(../images/bg4.jpg) repeat-y 50% 0;
}

.block.works {
    background: rgba(0, 0, 0, .5) url(../images/bg5.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.block.bg5 {
    background: #29abe1;
}

.block.bg6 {
    background: #3e4968;
}

.block.bg7 {
    background: #ff6c00;
}

.block.bg8 {
    background: #f5c726;
}

.block.bg10 {
    background: #71b544;
}

.block.bg12 {
    background: #323232;
}

.block.bg14 {
    background: #136d8f;
}

.block.bgcms {
    background: #136d8f url(../images/bg-cms.jpg) no-repeat 50% 50%;
}

.block.bg13 {
    background: #43cb83;
}

.block.bg23 {
    background: #f0f9fd;
}

.block.bg20 {
    background: #335165;
}

.block.bg23 {
    color: #000;
}

.block.bg23 h1 {
    color: #000;
    text-transform: capitalize;
}

.block.bg9 {
    background: #f5f5f5;
    color: #868686;
    position: relative;
    z-index: 999;
}

.block.bg9 h2 {
    color: #000;
    text-transform: uppercase;
}

.local-seo-img {
    margin-top: -120px;
    position: relative;
    z-index: -1;
}

.inner-block.bg5 .btn-default {
    color: #29abe1 !important;
}

.inner-block.bg6 .btn-default {
    color: #3e4968 !important;
}

.inner-block.bg7 .btn-default {
    color: #ff6c00 !important;
}

.inner-block.bg8 .btn-default {
    color: #f5c726 !important;
}

.block .bg-frame,
.footer .bg-frame,
.top-banner .bg-frame {
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
}

.block.workflow {
    background: #e7f0f5 url(../images/bg14.png) no-repeat 50% 100%;
}

.block.mobile-workflow,
.block.mobile-workflow.activeblock .main-block {
    padding: 0 !important;
    background: #e7f0f5 url(../images/bg14.png) no-repeat 50% 100% !important;
    background-attachment: fixed;
}

.block.mobile-workflow .bg-frame {
    background-position: 0 100% !important;
    background-attachment: inherit !important;
    background-size: 100% !important;
}

.block.workflow .main-block {
    width: 100%;
    z-index: 100;
    top: 0;
    position: absolute;
    padding: 50px 0 0;
    height: 915px;
}

.block.mobile-workflow.activeblock .main-block {
    position: fixed;
    top: 73px;
}

.block.mobile-workflow.activeblock+.block {
    z-index: 99;
}

.block.workflow .others-block {
    position: relative;
    z-index: 50;
    width: 100%;
}

.block.mobile-workflow .others-block.top {
    z-index: 110;
}

.block.workflow .layout-img {
    bottom: 0;
    width: auto;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.block.mobile-workflow .layout-img {
    bottom: 75px;
    width: 548px;
}

.block.workflow .item-block {
    background: #fff;
    bottom: 152px;
    height: 388px;
    left: 50%;
    margin: 0 0 0 -109px;
    position: absolute;
    width: 219px;
    color: #fff;
    letter-spacing: 0;
    color: #000;
    padding: 20px 0 44px;
}

.block.workflow.activeblock .item-block {
    position: fixed;
    margin: 0 0 0 -109px;
    bottom: 129px;
    top: 417px;
}

.block img {
    vertical-align: top;
}

.block.smo img {
    margin: -130px auto -110px;
}

.block .bg-frame img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
}

.services-cols {
    overflow: hidden;
}

.services-cols .col {
    border: 1px solid #dce5e9;
    margin: -1px;
    padding-left: 5%;
    padding-top: 40px;
}

.services-cols i {
    display: block;
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 30px 45px;
    text-align: left;
    color: #00aeef;
    font-style: normal !important;
}

.services-cols i span:before {
    color: #00aeef !important;
}

.services-cols i span.path2:before {
    color: #fff !important;
}

.services-cols .title {
    text-align: left;
    display: block;
    color: #657379;
    text-transform: capitalize;
    margin: 0 0 15px;
}

.services-cols ul {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    color: #657379;
}

.services-cols ul li {
    margin: 0 0 10px;
}

.services-cols ul li:before {
    display: inline-block;
    vertical-align: middle;
    content: "\e904";
    font-family: 'icomoon';
    width: 15px;
    height: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    background: #657379;
    font-size: 7px;
    line-height: 15px;
    text-align: center;
    margin-right: 10px;
}

.handmobile {
    margin: 0 0 -180px;
}

.preview-site {
    max-width: 770px;
    background: #fff;
    margin: 0 auto;
    position: relative;
}

.preview-site .form-control {
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    font-size: 20px;
    line-height: 30px;
    color: #71b544;
    text-transform: uppercase;
    padding: 10px 217px 10px 30px;
}

.preview-site button[type=submit] {
    width: 187px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    background: #ccc;
    z-index: 99;
    color: #6466c6;
    background: #ffde00;
    font: 500 18px/24px 'Roboto', sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

.block.default {
    background: #fff;
    color: #363636;
}

.block.default .bg14 h1 {
    color: #fff;
}

.block.default h1 {
    color: #000;
}

.block.default h2 {
    margin: 0 0 10px;
}

.inner-block {
    position: relative;
    z-index: 1;
    overflow: hidden;
    letter-spacing: -8px;
}

.inner-block .note {
    display: block;
    font-size: 25px;
    line-height: 35px;
    color: #7b7a7a;
    margin: 30px 0 0;
}

.inner-block h3 {
    font: 500 22px/25px 'Roboto', sans-serif;
    letter-spacing: 0;
}

.inner-block .text-box {
    color: #fff;
}

.inner-block.bg6 .text-box {
    color: #8590ae;
}

.inner-block.bg8 .text-box {
    color: #363636;
}

.default.inner-block .text-box {
    color: #808080;
}

.bule-heading {
    color: #00aeef;
    font: italic 500 47px/60px 'Roboto', sans-serif !important;
}

.bule-heading span {
    font-size: 27px !important;
    line-height: 30px;
    text-transform: capitalize;
}

.inner-block .btn-default {
    background: #fff !important;
    color: #000 !important;
    font: 500 14px/24px 'Roboto', sans-serif !important;
}

.inner-block .col-sm-6 {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
}

h1 {
    color: #000;
    font: 300 38px/45px 'Roboto', sans-serif;
    letter-spacing: 0;
    margin: 0 0 20px;
}

h2 {
    font: 300 30px/25px 'Roboto', sans-serif;
    color: #000;
    margin: 0 0 25px;
}

h3 {
    font: 300 20px/25px 'Roboto', sans-serif;
    color: #3186c7;
}

.block.default h1.blue {
    color: #21bbf4;
}

.slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
}

.slideshow .btn-prev,
.slideshow .btn-next {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 9999;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
}

.btn-play,
.btn-pause {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
}

.btn-play {
    display: none;
}

.autorotation-disabled .btn-play {
    display: block;
}

.autorotation-disabled .btn-pause {
    display: none;
}

.slideshow .btn-prev:hover,
.slideshow .btn-next:hover {
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
}

.slideshow .btn-next {
    left: auto;
    left: 40px;
}

.slideshow .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.slideshow .slide.slide3 {
    color: #76d3f2;
}

.slideshow .slide .main-img {
    transform: scale(2.5, 2.5);
    -ms-transform: scale(2.5, 2.5);
    -webkit-transform: scale(2.5, 2.5);
    transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    width: 100%;
    margin: 0;
    height: auto;
    display: block;
    max-width: inherit;
}

.slideshow .slide.active {
    z-index: 2;
}

.slideshow .slide .site-view {
    position: absolute;
    right: 25%;
    bottom: 0;
    z-index: 999;
    transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    width: 35%;
}

.slideshow .slide .first-view {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    width: 29%;
}

.slideshow .slide .before {
    position: absolute;
    right: 50px;
    opacity: 0;
    transition: all linear 2s;
    -ms-transition: all linear 2s;
    -webkit-transition: all linear 2s;
}

.slideshow .slide .pointer {
    position: absolute;
    left: 52%;
    top: 150px;
    z-index: 9999;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    opacity: 0;
    transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition-delay: 1s;
    -ms-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    width: 18%;
    z-index: 999;
}

.slideshow .slide img {
    width: 100%;
    height: auto;
    display: block;
}

.slideshow .slide .after-view {
    position: absolute;
    right: 10%;
    bottom: -110px;
    z-index: 99;
    opacity: 0;
    transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition-delay: 2s;
    -ms-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    width: 25%;
}

.slideshow .slide .after-view img {
    width: 100%;
    height: auto;
    display: block;
}

.slideshow .slide .after {
    position: absolute;
    left: 145px;
    top: 50px;
    opacity: 0;
    transition: all linear 2s;
    -ms-transition: all linear 2s;
    -webkit-transition: all linear 2s;
}

.slideshow .slide .caption {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    z-index: 9900;
}

.slideshow .slide .caption .inner {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.slideshow .slide .caption.center {
    text-align: center;
}

.slideshow .slide .caption.right {
    text-align: right;
    color: #76d3f2;
}

.slideshow .slide .caption.right .inner {
    width: 348px;
}

.slideshow .slide .caption h2 {
    color: #00aeef;
    font: 500 68px/60px 'Roboto', sans-serif;
    margin: 0 0 40px;
    transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    -webkit-transform: translateY(-300%);
    transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition-delay: 2s;
    -ms-transition-delay: 2s;
    -webkit-transition-delay: 2s;
}

.slideshow .slide .caption h2.white {
    color: #fff;
}

.slideshow .slide .caption h2 span {
    font-weight: 300;
    font-size: 40px;
    line-height: 45px;
}

.slideshow .slide .caption h2 em {
    font-weight: 300;
    font-style: italic;
    color: #789e00;
    font-size: 45px;
}

.slideshow .slide .caption h2 span {
    font-size: 45px;
}

.slideshow .slide .caption ul {
    list-style: none;
    padding: 0 0 50px;
    margin: 0;
    color: #656669;
    font: 500 18px/20px 'Roboto', sans-serif;
    transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    -webkit-transform: translateX(-300%);
    transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    transition-delay: 2s;
    -ms-transition-delay: 2s;
    -webkit-transition-delay: 2s;
}

.slideshow .slide .caption p {
    transform: translateX(200%);
    -ms-transform: translateX(200%);
    -webkit-transform: translateX(200%);
    transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    transition-delay: 2s;
    -ms-transition-delay: 2s;
    -webkit-transition-delay: 2s;
}

.slideshow .slide .caption ul li {
    margin: 0 0 10px;
    padding: 0 0 0 30px;
    position: relative;
}

.slideshow .slide .caption ul li:after {
    background: url('../images/sprite.html') no-repeat -1px -87px;
    width: 20px;
    height: 15px;
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
}

.slideshow .slide .btn {
    padding: 10px 17px;
    height: 50px;
    font: 500 18px/26px 'Roboto', sans-serif;
    text-transform: capitalize;
    transform: translateY(500%);
    -ms-transform: translateY(500%);
    -webkit-transform: translateY(500%);
    transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition-delay: 3s;
    -ms-transition-delay: 3s;
    -webkit-transition-delay: 3s;
    position: relative;
    overflow: hidden;
}

.slideshow .slide .btn:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #fff;
    z-index: 1;
    transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    opacity: 0.5;
    transform: rotate(60deg);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 0;
}

.slideshow .slide .btn:hover:after {
    height: 100%;
    opacity: 0.2;
    box-shadow: 0 0 20px #fff;
    transform: rotate(0deg);
}

.slideshow .slide .laptop {
    position: absolute;
    left: 0;
    top: -375px;
    transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    transition-delay: 1s;
    -ms-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    width: 40%;
}

.slideshow .slide .laptop img,
.slideshow .slide .mobile img,
.slideshow .slide .notepad img,
.slideshow .slide .tablet img {
    width: auto;
    margin: 0 auto;
}

.slideshow .slide .mobile {
    position: absolute;
    right: 5%;
    top: -375px;
    transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    transition-delay: 1s;
    -ms-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    width: 20%;
}

.slideshow .slide .notepad {
    position: absolute;
    left: 0%;
    bottom: -375px;
    transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    transition-delay: 1s;
    -ms-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    width: 30%;
}

.slideshow .slide .tablet {
    position: absolute;
    right: 10%;
    bottom: -375px;
    transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    transition-delay: 1s;
    -ms-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    width: 30%;
}

.slideshow .slide .gear,
.slideshow .slide .cup {
    position: absolute;
    left: 20%;
    top: 50%;
    opacity: 0;
    transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition-delay: 3s;
    -ms-transition-delay: 3s;
    -webkit-transition-delay: 3s;
    width: 5%;
}

.slideshow .slide .cup {
    left: auto;
    right: 40%;
    top: 8%;
}

.slideshow .slide .shape1 {
    position: absolute;
    left: 5%;
    bottom: -50px;
    width: 269px;
    height: 248px;
    background-size: cover;
    z-index: 999;
    background: url(../images/shape1.png) no-repeat;
}

.slideshow .slide .shape2 {
    position: absolute;
    right: 5%;
    bottom: -80px;
    width: 372px;
    height: 319px;
    background-size: cover;
    z-index: 999;
    background: url(../images/shape2.png) no-repeat;
}

.slideshow .slide .shape3 {
    position: absolute;
    left: 20%;
    top: 30%;
    width: 64px;
    height: 55px;
    background-size: cover;
    z-index: 999;
    background: url(../images/shape3.png) no-repeat;
}

.slideshow .slide .icons {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    z-index: 99;
}

.slideshow .slide .lightmen {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -webkit--ms-transition: all linear 0.2s;
    transition-delay: 3s;
    -ms-transition-delay: 3s;
    -webkit-transition-delay: 3s;
    width: 16%;
    z-index: 9999;
    opacity: 0;
}

.effect-img {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -webkit--ms-transition: all linear 0.1s;
    transition-delay: 4s;
    -ms-transition-delay: 4s;
    -webkit-transition-delay: 4s;
}

.lightmen img {
    width: 80%;
}

.slideshow .slide .led-img {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -webkit--ms-transition: all linear 0.5s;
    transition-delay: 2s;
    -ms-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    width: 60%;
}

.slideshow .slide .led-img img {
    width: auto;
    margin-left: 120px;
}

.slideshow .slide .caption .txt {
    display: block;
    font: 30px/32px 'antoniolight';
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding: 8px 15px;
}

.slideshow .slide .caption .title {
    display: block;
    font: 55px/60px 'antoniobold';
    color: #f30f55;
    font-weight: 400;
    letter-spacing: -1px;
    position: relative;
    z-index: 100;
    margin: 10px 0;
}

.slideshow .slide .caption .txt.red {
    background: #f30f55;
    margin: 0 0 3px -30px;
    padding-left: 43px;
    width: 388px;
}

.slideshow .slide .caption .txt:before {
    background: #f30f55;
    position: absolute;
    left: 0;
    right: 0;
    height: 70%;
    top: -5px;
    transform: rotate(-1deg);
    content: '';
    z-index: -2;
}

.slideshow .slide .caption .txt:after {
    background: #f30f55;
    position: absolute;
    left: 0;
    right: 0;
    height: 70%;
    bottom: -5px;
    transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    content: '';
    z-index: -2;
}

.slideshow .slide .caption .txt.blue {
    background: #3186c7;
    margin: 0 0 3px -40px;
    width: 290px;
    padding-left: 53px;
    z-index: 5;
}

.slideshow .slide .caption .txt.blue:after,
.slideshow .slide .caption .txt.blue:before {
    background: #3186c7;
}

.slideshow .slide .caption .txt.blue:after {
    transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
}

.slideshow .slide .caption .txt.blue:before {
    transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
}

.slideshow .slide .caption .txt.green,
.slideshow .slide .caption .txt.green:after,
.slideshow .slide .caption .txt.green:before {
    background: #71b544;
    width: 232px;
}

.slideshow .slide .caption .title,
.slideshow .slide .caption .txt.blue,
.slideshow .slide .caption .txt.green,
.slideshow .slide .caption .txt.red {
    transform: translateY(1800%);
    -ms-transform: translateY(1800%);
    -webkit-transform: translateY(1800%);
    transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition-delay: 2.2s;
}

.slideshow .slide .caption .txt.blue {
    transition-delay: 1.5s;
}

.slideshow .slide .caption .txt.green {
    transition-delay: 1.2s;
}

.slideshow .slide .caption .txt.red {
    transition-delay: 1.8s;
}

.slideshow .slide .after {
    opacity: 1;
}

.slideshow .slide .after-view {
    opacity: 1;
}

.slideshow .slide .pointer {
    opacity: 1;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.slideshow .slide .before {
    opacity: 1;
}

.slideshow .slide .first-view {
    left: 35%;
    transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
}

.slideshow .slide .main-img {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.slideshow .slide .led-img {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.slideshow .slide .lightmen {
    opacity: 1;
}

.slideshow .slide .effect-img {
    opacity: 1;
}

.slideshow .slide .gear,
.slideshow .slide .cup {
    opacity: 1;
}

.slideshow .slide .tablet {
    bottom: -115px;
}

.slideshow .slide .notepad {
    bottom: -175px;
}

.slideshow .slide .mobile {
    top: -65px;
}

.slideshow .slide .laptop {
    top: -75px;
}

.slideshow .slide .caption h2 {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.slideshow .slide .caption ul {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.slideshow .slide .caption p {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.slideshow .slide .btn {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.slideshow .slide .caption .title,
.slideshow .slide .caption .txt.blue,
.slideshow .slide .caption .txt.green,
.slideshow .slide .caption .txt.red {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.see-portfolio {
    color: #fff;
    padding: 0 !important;
    position: relative;
}

.see-portfolio span {
    display: block;
    border: 2px solid #0072bc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    z-index: 5;
    height: 50px;
    padding: 10px 17px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    font-family: 'sinkin_sans700_bold';
    font-weight: normal;
}

.see-portfolio:before {
    background: #dfad00;
    position: absolute;
    left: -10px;
    right: -10px;
    height: 70%;
    top: -5px;
    transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    content: '';
    z-index: -2;
}

.see-portfolio:after {
    background: #dfad00;
    position: absolute;
    left: -10px;
    right: -10px;
    height: 70%;
    bottom: -5px;
    transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    content: '';
    z-index: -2;
}

.callus {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    line-height: 50px;
    color: #00aeef;
    text-align: left;
    font: 100 40px/50px 'Roboto';
    position: relative;
    padding: 0 0 0 60px;
}

.callus:after {
    content: "\e903";
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 300;
    font-size: 50px;
}

.callus span {
    display: block;
    font-size: 18px;
    line-height: 18px;
}

.callus:hover {
    text-decoration: none;
}

.text-box {
    line-height: 27px;
    color: black;
    display: inline-block;
    vertical-align: middle;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    position: relative;
    left: 0;
    z-index: 999;
}

.block .text-box.pull-right {
    right: 0;
    left: auto !important;
}

.ltr {
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    position: relative;
    left: -100%;
    z-index: 999;
}

.block.activeblock .ltr {
    left: 0;
}

.rtl {
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    position: relative;
    right: -100%;
    z-index: 999;
}

.block.activeblock .rtl {
    right: 0;
}

.text-box.center-box {
    left: 0;
    top: 0;
}

.text-box.white {
    color: black;
}

.text-box.green {
    color: black;
}

.text-box p a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
}

.text-box h2 {
    font: 300 40px/45px 'Roboto';
    margin: 0 0 15px;
    text-transform: uppercase;
    color: black;
    font-weight: 400;
}

.works .text-box {
    color: #fff !important;
}

.works .text-box h2 {
    color: #fff !important;
    margin: 0;
}

.works .project {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.works .project img {
    transition: 0.5s;
}

.works .project:hover img,
.works .project.hover img {
    transform: scale(0.3) translateY(-100%);
    -ms-transform: scale(0.3) translateY(-100%);
    -webkit-transform: scale(0.3) translateY(-100%);
    position: relative;
    z-index: 9;
}

.works .project:hover .caption {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}

.works .project .caption {
    transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    opacity: 0;
    padding: 95px 20px 10px;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    opacity: 0;
    width: 100%;
    color: #000;
}

.works .project .caption h2 {
    color: #000 !important;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
}

.works .project p {
    margin-bottom: 10px;
}

.works .project .btns {
    text-align: center;
}

.works .project .btns .btn {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 10px;
}

.works .project .btns .btn.btn-default {
    background: #636467;
    border: none;
}

.text-box.center-box h2 {
    font-size: 60px;
    line-height: 62px;
}

.text-box h2 span {
    font-size: 40px;
    line-height: 42px;
    display: block;
}

.tel-link {
    display: block;
    font: 300 30px/32px 'Roboto';
    margin: 0 0 40px;
}

.tel-link i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-size: 26px;
    line-height: 0;
}

.text-box .tel-link a {
    color: black;
}

.text-box h1 {
    color: rgba(255, 255, 255, 0.5);
    font: 300 40px/45px "Roboto";
    margin: 0 0 15px;
    text-transform: uppercase;
}

.block .btn {
    padding: 8px 32px;
    line-height: 30px;
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    margin: 0 5px;
    font-weight: 600;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    white-space: normal !important;
}

.block .btn:hover {
    color: #fff;
}

.block .btn-default,
.top-banner .btn-default,
.banner .btn-default {
    border: 2px solid black;
    background: none;
    color: black;
}

.top-banner .btn-default,
.banner .btn-default {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    padding: 8px 12px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

#main .btn-info {
    border-color: #00aeef;
    background: #00aeef;
}

#main .btn-success {
    border-color: #71b544;
    background: #71b544;
}

.block .btn-primary {
    border-color: #00aeef;
    background: #00aeef;
}

.block .btn-warning {
    border-color: #f57b20;
    background: #f57b20;
}

.block .btn-success {
    border-color: #37b826;
    background: #37b826;
}

.block .btn-green {
    border-color: #84d742;
    background: #84d742;
}

.block .btn-yellow {
    border-color: #ffc000;
    background: #ffc000;
}

.block .btn.green {
    background: #30d1c5;
    border-color: #30d1c5;
}

.block .btn.purple {
    background: #a676e4;
    border-color: #a676e4;
}

.block .btn.orange {
    background: #f5ac20;
    border-color: #f5ac20;
}

.block .btn.blue {
    background: #1894b3;
    border-color: #1894b3;
}

.block .btn-info {
    border-color: #9313f5;
    background: #9313f5;
}

.links {
    float: right;
    margin: -50px 0 -60px;
    position: relative;
    z-index: 100;
    transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
}

.links .box {
    width: 298px;
    height: 250px;
    position: relative;
    margin: 0 0 -40px;
    text-align: center;
    line-height: 200px;
}

.links .box span {
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 100px;
    white-space: normal;
    padding-bottom: 40px;
}

.links .box a {
    color: #bbecff;
    transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    display: block;
    height: 100%;
    white-space: nowrap;
}

.links .box a:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
    vertical-align: middle;
}

.links .box a:hover {
    color: #fff;
}

.links .box span i {
    display: block;
    font-size: 60px;
    line-height: 60px;
}

.links .box:after {
    content: "\e905";
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 300px;
    z-index: 999;
    color: #07bcb9;
    line-height: 200px;
    vertical-align: top;
    z-index: -1;
}

.links .box2:after {
    transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    right: 80px;
    color: #01aeab;
}

.links .box2 {
    margin: 0 0 -180px 0;
    z-index: 200;
}

.links .box3 {
    margin: 0 0 -40px 0;
    left: -210px;
}

.links .box3:after {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    right: 80px;
    color: #07bcb9;
}

.language {
    position: relative;
    left: -100%;
    left: 0;
    top: 0;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    height: 550px;
    margin: 0 0 -120px;
}

.language .parallax {
    top: -120px;
    bottom: 40%;
}

.language img {
    max-width: inherit !important;
}

.language:after {
    position: absolute;
    background: url(../images/design1.html) no-repeat 100% 50%;
    left: 50%;
    top: 0;
    content: '';
    width: 389px;
    height: 100%;
    opacity: 0.3;
    margin: -40px 0 0 120px;
    display: none;
}

.block .container {
    position: relative;
    z-index: 1;
}

.block .icons {
    position: absolute;
    right: 10%;
    top: 15%;
    bottom: 0;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
}

.apps {
    margin: -80px 0 30px;
}

.apps .app {
    margin: 0 0 -10%;
    transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
}

.apps .app:hover {
    transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
}

.apps .app:first-child,
.apps .app:last-child {
    position: relative;
    left: 150px;
}

.parallax {
    position: absolute;
    z-index: 99;
}

.carousel {
    width: 100%;
    margin: 70px 0 75px;
    padding: 0 57px;
}

.carousel .mask {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.carousel .btn-prev,
.carousel .btn-next {
    position: absolute;
    left: 0;
    top: 50%;
    width: 65px;
    height: 65px;
    margin: -32px 0 0 0;
    font-size: 45px;
    line-height: 0;
    color: #000;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
}

.carousel .btn-next {
    left: auto;
    right: 0;
}

.carousel .btn-prev i,
.carousel .btn-next i {
    display: block;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
}

.carousel .btn-prev:hover i,
.carousel .btn-next:hover i {
    transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
}

.carousel .btn-prev:hover,
.carousel .btn-next:hover {
    color: #000;
}

.carousel .mask .slideset {
    list-style: none;
    width: 99999px;
    float: left;
    padding: 0;
    margin: 0;
}

.carousel .mask .slide {
    white-space: nowrap;
    float: left;
    text-align: center;
    width: 100%;
    color: #000;
    padding: 50px 70px 0;
}

.carousel .mask .slide img {
    float: left;
    margin-right: 88px;
}

.carousel .mask .slide .text {
    overflow: hidden;
    text-align: left;
    white-space: normal;
    padding: 40px 0 0;
    font-size: 16px;
}

.carousel .mask .slide .support {
    margin-bottom: 98px;
}

.carousel .mask .slide .text h3 {
    color: #00aeef;
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
}

.boxes {
    position: relative;
    margin: 0 -20px 40px;
    font-size: 0;
    line-height: 0;
}

.boxes .box {
    width: 230px;
    height: 166px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    padding: 20px 5px;
    font: 300 16px/20px 'Roboto';
}

.boxes .box.clr1 i {
    background: #00aeef;
}

.boxes .box.clr2 i {
    background: #eb4781;
}

.boxes .box.clr3 i {
    background: #7c1c8a;
}

.boxes .box.clr4 i {
    background: #32d855;
}

.boxes .box.clr5 i {
    background: #ed9516;
}

.boxes .box.clr6 i {
    background: #50a8b2;
}

.boxes .box.clr7 i {
    background: #29ad55;
}

.boxes .box span {}

.boxes .box:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
    vertical-align: middle;
}

.boxes .box i {
    display: block;
    margin: 0 auto 10px;
    font-size: 40px;
    line-height: 82px;
    width: 82px;
    height: 82px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
}

.boxes .box a,
.boxes .box span {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    color: #444;
    text-transform: capitalize;
}

.our-property {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.our-property li {
    display: inline-block;
    vertical-align: top;
    padding: 50px 0;
    font-size: 60px;
    line-height: 62px;
    color: #000;
}

.achievement.our-property li {
    font-size: 46px;
    line-height: 50px;
}

.our-property li i {
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #66c0e1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto 30px;
    font-size: 40px;
    color: #fff;
}

.our-property li i.icon-icon11,
.our-property li.green i {
    background: #afdd6d;
    color: #fff;
}

.our-property li i.icon-icon12,
.our-property li.orange i {
    background: #f9b768;
    color: #fff;
}

.our-property li.violet i {
    background: #7578f5;
    color: #fff;
}

.our-property li.blue {
    color: #66c0e1;
}

.our-property li.green {
    color: #afdd6d;
}

.our-property li.orange {
    color: #f9b768;
}

.our-property li.violet {
    color: #7578f5;
}

.our-property li span {
    display: block;
    font-size: 21px;
    line-height: 23px;
    color: #a3a3a3;
}

.bpn {
    margin-bottom: -50px !important;
}

.panel-group .panel {
    text-align: left;
    background: none;
    border: none;
    box-shadow: none;
}

.panel-default>.panel-heading {
    border: none;
    padding: 0;
    overflow: hidden;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 18px 27px;
    color: #fff;
    font: 500 18px/21px 'Roboto';
    position: relative;
    background: #7a7a7a;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-right: 60px;
}

.panel-default>.panel-heading a.collapsed {
    background: #00aeef;
}

.panel-default>.panel-heading a.collapsed:before {
    display: block;
}

.panel-default>.panel-heading a:after {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 30px;
    height: 5px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: -2px 0 0 0;
    content: '';
}

.panel-default>.panel-heading a:before {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 30px;
    height: 5px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: -2px 0 0 0;
    content: '';
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: none;
}

.benifits .col {
    margin-bottom: 30px;
    position: relative;
}

.benifits .col .caption {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    z-index: 10;
}

.benifits .col .caption .btn {
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.benifits .col .caption .text {
    max-height: 0;
    overflow: hidden;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0 10px;
}

.benifits .col .caption .text p {
    margin-top: 15px;
}

.benifits .col:hover .caption .text {
    max-height: 200px !important;
    padding: 10px;
}

.benifits .col .caption h2 {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.16) 32%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.16) 32%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.16) 32%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}

.plans {
    letter-spacing: -8px;
}

.plans.last {
    background: #fff;
}

.plans.last .plan-box {
    box-shadow: none;
}

.plans .checklist2 {
    list-style: none;
    padding: 0 0 0 15%;
    margin: 0 0 20px;
    font: 300 16px/20px 'Open Sans', sans-serif;
    color: #808080;
    overflow: hidden;
}

.plans.local .checklist2 {
    padding: 0 0 0 10px;
}

.plans .checklist2 li {
    position: relative;
    text-align: left;
    padding: 0 0 0 32px;
    margin: 0 0 10px;
}

.plans.local .checklist2 li {
    padding: 0 32px 0 0;
}

.plans .checklist2 li:after {
    position: absolute;
    font-family: 'icomoon';
    content: "\e904";
    left: 0;
    top: 0;
    background: #00a7e6;
    font-size: 7px;
    text-align: center;
    line-height: 16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    width: 16px;
    height: 16px;
}

.plans.local .checklist2 li:after {
    right: 0;
    left: auto;
    background: #9aca3c !important;
}

p.lightblue {
    color: #63afcc;
}

.lightblue.note {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 28px;
    margin-top: 50px;
}

.plans .plan2 .checklist2 li:after {
    background: #13a270;
}

.plans .plan3 .checklist2 li:after {
    background: #ffb400;
}

.plans .plan-box {
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.3);
    background: #fff;
    color: #848484;
    position: relative;
    z-index: 1;
    float: none;
    display: inline-block;
    vertical-align: text-bottom;
    letter-spacing: 0;
}

.plans .plan-box.center {
    z-index: 2;
}

.plans .plan-box.center .signup-block {
    padding: 25px 10px 75px;
}

.plans .plan-box.center .signup-block:after {
    display: none;
}

.plans .head {
    background: #00aeef;
    overflow: hidden;
    padding: 25px;
    position: relative;
    z-index: 1;
}

.plans .plan1.maintenance .head {
    background: #fd7217;
}

.plans .plan2.maintenance .head {
    background: #a8a8a8;
}

.plans .plan3.maintenance .head {
    background: #ffc000;
}

.plans .plan2 .head {
    background: #14a874;
}

.plans .plan3 .head {
    background: #ffb400;
}

.plans .plan4 .head {
    background: #ee625c;
}

.plans .head h4 {
    font: 500 24px/30px 'Roboto';
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 20px;
}

.plans .head h4 span {
    display: block;
    font: 600 13px/15px 'Open Sans', sans-serif;
}

.plans .head .price {
    width: 193px;
    height: 193px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #0389bb;
    color: #fff;
    text-align: center;
    font: 500 50px/40px 'Roboto';
    margin: 0 auto 24px;
    position: relative;
    ;
}

.plans .maintenance .head .price {
    background: #d15a0b;
}

.plans .maintenance .head .price:after {
    opacity: 0.05;
}

.plans .plan2 .head .price {
    background: #0b865b;
}

.plans .plan4 .head .price {
    background: #d7554f;
}

.plans .maintenance.plan2 .head .price {
    background: #808080;
}

.plans .maintenance.plan3 .head .price {
    background: #ffa800;
}

.plans .plan2 .btn.btn-primary {
    background: #14a874;
    border-color: #14a874;
}

.plans .plan4 .btn.btn-primary {
    background: #ee625c;
    border-color: #ee625c;
}

.plans .maintenance.plan1 .btn.btn-primary {
    background: #eb6a15;
    border-color: #eb6a15;
}

.plans .maintenance.plan2 .btn.btn-primary {
    background: #a8a8a8;
    border-color: #a8a8a8;
}

.plans .maintenance.plan3 .btn.btn-primary {
    background: #ffc000;
    border-color: #ffc000;
}

.plans .plan3 .head .price {
    background: #ff7c00;
}

.plans .plan3 .btn.btn-primary {
    background: #ffb400;
    border-color: #ffb400;
}

.plans .head .price:after {
    position: absolute;
    left: -8px;
    right: -8px;
    top: -8px;
    bottom: -8px;
    background: #fff;
    content: '';
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: -1;
    opacity: 0.2;
}

.plans .head .timelimt {
    display: block;
    font: 700 20px/22px "Courier New", Courier, monospace;
    color: rgba(255, 255, 255, 0.5);
}

.plans .price .inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.plans.local .price .inner {
    top: 55%;
}

.plans .price .inner:before,
.plans .price .inner:after {
    top: 50%;
    left: calc(100% + 16px);
    width: 35px;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    position: absolute;
    z-index: 1;
    height: 1px;
    display: none;
}

.plans .price .inner:after {
    right: calc(100% + 16px);
    left: auto;
}

.plans .head .txt {
    display: block;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.plans .plan-row {
    padding: 25px 10px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 -1px;
}

.smo-packages .plans .plan-row {
    border-bottom: none !important;
    margin: 0 !important;
}

.plans .maintenance .plan-row {
    padding: 14px 10px;
}

.plans .plan-row .icon-tick {
    width: 27px;
    height: 27px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #9aca3c;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 10px;
    line-height: 27px;
}

.plans .maintenance .plan-row .icon-tick {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #fc7217;
}

.plans .plan2 .plan-row .icon-tick {
    background: #a8a8a8;
}

.plans .plan3 .plan-row .icon-tick {
    background: #ffa800;
}

.plans .plan-row .glyphicon-remove {
    width: 27px;
    height: 27px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #df0a0a;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    line-height: 27px;
}

.plans .plan-row .upto {
    color: #9aca3c;
    font-weight: 700;
}

.open-close {
    background: #f4f4f4;
    letter-spacing: 0;
    border-top: 10px solid #f4f4f4;
    clear: both;
    margin-top: -1px;
    overflow: hidden;
}

.open-close .heading {
    padding: 10px 20px;
    position: relative;
    background: #fff;
    cursor: pointer;
}

.open-close .heading h4 {
    color: #919191;
    font: 600 14px/20px 'Open Sans', sans-serif;
    text-align: left;
    text-transform: uppercase;
}

.open-close .heading h4.text-right {
    text-align: right;
    padding-right: 20px;
}

.open-close .opener,
.open-close .showall span {
    position: absolute;
    right: 13px;
    top: 50%;
    width: 22px;
    height: 22px;
    background: #b7b7b7;
    text-indent: -9999px;
    overflow: hidden;
    margin: -11px 0 0 -11px;
}

.open-close .showall {
    height: 45px;
    position: relative;
    display: block;
    background: #fff;
    cursor: pointer;
    padding: 10px 20px;
    position: relative;
}

.open-close .showall:after {
    content: 'Show All';
    position: absolute;
    right: 20px;
    color: #919191;
    font: 600 14px/20px "Open Sans", sans-serif;
    text-transform: uppercase;
}

.open-close.show .showall:after {
    content: 'Hide All';
}

.open-close .opener:after,
.open-close .showall span:after {
    max-width: 13px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    right: -1px;
    width: 100%;
    margin: -2px auto 0;
    content: '';
    top: 50%;
}

.open-close .opener:before,
.open-close .showall span:before {
    max-width: 3px;
    height: 13px;
    background: #fff;
    position: absolute;
    left: 0;
    right: -1px;
    width: 100%;
    margin: -7px auto 0;
    content: '';
    top: 50%;
}

.open-close.show .opener:before,
.open-close.active .opener:before,
.open-close.show .showall span:before {
    display: none;
}

.open-close .plans {
    overflow: hidden;
}

.open-close .plans.text {
    background: #eee;
    color: #9e9e9e;
    font-size: 12px;
    font-weight: 600;
    padding: 0 20px;
    border: 1px solid #f1f1f1;
    text-align: center;
}

.open-close .pkg-table td .plans.text {
    background: #fff;
    color: #9e9e9e;
    font-size: 12px;
    padding: 5px 20px 10px !important;
    text-align: left;
    border: none !important;
    font-weight: 400;
}

.open-close .pkg-table td[colspan="4"] {
    padding: 0 !important;
    border: 0 !important;
}

.open-close .plans.text p {
    max-height: 0;
    visibility: hidden;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
}

.open-close .plans.text .title {
    letter-spacing: 0;
    color: #000;
}

.open-close .plans.text p {
    margin: 0;
}

.open-close.active .plans.text p,
.open-close.show .plans.text p {
    max-height: 400px;
    visibility: visible;
    opacity: 1;
}

.open-close.active .plans.text,
.open-close.show .plans.text {
    padding: 5px 20px;
}

.open-close .plans .plan-box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.open-close .plans .plan-box.center {
    border: 1px solid #f1f1f1;
    border-width: 0 1px;
}

.open-close .plans .plan-row .title {
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
}

.plans .plan-row .btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 7px 25px;
    font: 500 16px/20px 'Roboto';
    text-transform: uppercase;
    margin: 5px 0;
}

.plans .plan-row .btn.btn-warning {
    text-transform: capitalize;
    font-size: 12px;
    padding: 5px 10px;
    background: none !important;
    color: #848484;
    border-color: #00aeef !important;
}

.plans .plan-row .btn.btn-warning:hover {
    background: #00aeef !important;
    color: #fff;
}

.plans .plan-box.plan3 .btn.btn-warning:hover {
    background: #ffb400 !important;
    color: #fff;
}

.plans .plan-box.plan4 .btn.btn-warning:hover {
    background: #ee625c !important;
    color: #fff;
}

.plans .plan-box.plan3 .btn.btn-warning {
    color: #848484;
    border-color: #ffb400 !important;
}

.plans .plan-box.plan4 .btn.btn-warning {
    color: #848484;
    border-color: #ee625c !important;
}

.plans .plan-row .title {
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 18px;
    color: #444;
}

.plans .maintenance .plan-row .title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 49%;
    text-align: right;
    font-size: 16px;
    line-height: 18px;
}

.plans .plan-row .amount {
    color: #00aeef;
    font-size: 18px;
    line-height: 20px;
}

.plans .maintenance .plan-row .amount {
    padding-left: 40px;
    width: 49%;
}

.plans .plan-row .text {
    color: #00aeef;
    font-size: 18px;
    line-height: 20px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 49%;
}

.plans .plan1 .plan-row .text {
    color: #f66f16;
}

.plans .plan2 .plan-row .text {
    color: #a8a8a8;
}

.plans .plan3 .plan-row .text {
    color: #ffa800;
}

.plans .plan4 .plan-row .text {
    color: #ee625c;
}

.plans .maintenance .plan-row .amount {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}

.plans .plan2 .plan-row .amount {
    color: #0ccf95;
}

.plans .plan3 .plan-row .amount {
    color: #ffb400;
}

.plans .plan4 .plan-row .amount {
    color: #ee625c;
}

.plans .plan-row .amount del {
    color: #c1c1c1;
}

.two-features .box {
    border: 1px solid #000;
    background: #ccc;
    padding: 30px 100px;
    position: relative;
    letter-spacing: 0;
    color: #828282;
    font: 300 14px/16px 'Open Sans', sans-serif;
}

.two-features .box.seo,
.two-features .box.seo:before {
    border-color: #b4e1f2;
    background: #f0f9fd;
}

.two-features .box.pkg,
.two-features .box.pkg:before {
    border-color: #b6e0c9;
    background: #e3f7ec;
}

.two-features .box p {
    margin: 0;
}

.two-features .box.seo:after {
    font-family: 'icomoon';
    content: "\e92b";
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 50px;
    line-height: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.two-features .box.pkg:after {
    font-family: 'icomoon';
    content: "\e92a";
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 50px;
    line-height: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.two-features .box:before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-family: 'icomoon';
    font-size: 44px;
    line-height: 0;
    content: "\e906";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.two-features .box.pkg .title,
.two-features .box.pkg:after,
.two-features .box.pkg:before {
    color: #26aa64;
}

.two-features .box.seo .title,
.two-features .box.seo:after,
.two-features .box.seo:before {
    color: #078abb;
}

.two-features .col-sm-push-3 .box {
    padding: 30px 100px 30px 120px;
    position: relative;
}

.two-features .col-sm-push-3 .box.seo:after {
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 50px;
    padding: 0 30px;
    line-height: 100px;
    background: #00aeef;
    color: #fff;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.two-features .col-sm-push-3 {
    position: relative;
}

.two-features .col-sm-push-3:after {
    position: absolute;
    left: 100%;
    border: 54px solid transparent;
    border-left-color: #f0f9fd;
    content: '';
    top: 0;
    margin: 0 0 0 -16px;
}

.two-features .col-sm-push-3:before {
    position: absolute;
    left: 100%;
    border: 54px solid transparent;
    border-left-color: #b4e1f2;
    content: '';
    top: 0;
    margin: 0 0 0 -15px;
}

.two-features .col-sm-push-3 .box.seo:after {
    color: #fff;
}

.two-features .box .title {
    font: 500 22px/30px 'Roboto';
    text-transform: uppercase;
}

.slideshow2 {
    position: relative;
    width: 100%;
}

.slideshow2 .slide {
    position: absolute;
    left: 0;
    top: 0;
}

.slideshow2 .slide.active {
    z-index: 2;
}

.slideshow2 .pagination {
    position: relative;
    z-index: 999;
}

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

.slideshow2 .pagination ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.slideshow2 .pagination ul li a {
    background: #d0d0d0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}

.slideshow2 .pagination ul li.active a {
    background: #34ae18;
}

blockquote {
    border: none;
    padding: 0 78px;
    position: relative;
}

blockquote q:after,
blockquote q:before {
    display: none;
}

blockquote cite {
    display: block;
    color: #34ae18;
    font: 500 21px/25px 'Roboto';
}

blockquote .author-img {
    display: block;
    margin: 0 auto 10px;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 8px;
    border: 2px solid #34ae18;
    position: relative;
}

blockquote .author-img:after {
    position: absolute;
    top: 100%;
    border: 15px solid transparent;
    border-top-color: #fff;
    content: '';
    left: 50%;
    margin: -3px 0 0 -15px;
}

blockquote .author-img:before {
    position: absolute;
    top: 100%;
    border: 15px solid transparent;
    border-top-color: #34ae18;
    content: '';
    left: 50%;
    margin: 0 0 0 -15px;
}

blockquote .author-img img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

blockquote cite span {
    display: block;
    color: #a3a3a3;
    font: 300 14px/18px 'Open Sans', sans-serif;
    margin: 0 0 25px;
}

.im-solution {
    text-align: left;
    color: #808080;
    font: 300 14px/18px 'Open Sans', sans-serif;
    letter-spacing: -8px;
}

.im-solution i {
    float: left;
    width: 96px;
    font-size: 55px;
    color: #17afe7;
}

.im-solution i.icon-im-icon6 {
    font-size: 30px;
}

.btn-more {
    color: #808080;
    font: 700 14px/18px 'Roboto';
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 0;
}

.btn-more:after {
    border: 5px solid transparent;
    border-left-color: #17afe7;
    content: '';
    position: absolute;
    left: 100%;
    top: 3px;
}

.im-solution .col {
    margin-bottom: 60px;
    overflow: hidden;
    float: none;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
}

.im-solution .text {
    overflow: hidden;
}

.im-solution p {
    margin: 0 0 10px;
}

.im-solution .title {
    color: #71b544;
    display: block;
    text-transform: uppercase;
}

.contact-form h1 {
    color: #454545 !important;
    margin: 0 0 40px;
}

.contact-form .row {
    margin-bottom: 10px;
}

.code-row .form-control {
    width: 220px;
    height: 42px;
    padding: 5px 15px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    float: left;
}

.code-row .code {
    float: left;
    height: 42px;
    padding: 5px 15px;
    background: #818181;
    color: #a7a7a7;
    line-height: 32px;
    margin: 0 10px 0 0;
}

.contact-info {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    margin: 40px 0 0;
    overflow: hidden;
    font-size: 18px;
    line-height: 22px;
}

.contact-info .timing {
    font-size: 18px;
    line-height: 22px;
    white-space: nowrap;
}

.contact-info i {
    display: block;
    font-size: 30px;
    color: #00aeef;
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto 20px;
}

.contact-info a {
    color: #fff;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
}

.contact-info a:hover {
    color: #036589;
}

.contact-info .title {
    display: block;
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
}

.contact-info .text {
    overflow: hidden;
}

.our-address {
    background: #fff url(../images/bg-contact.png) no-repeat 50% 0 !important;
}

.bg19 {
    background: #f4f7f9 !important;
}

.pbn {
    padding-bottom: 0 !important;
}

.location-box {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: 25px 0;
}

.location-box .location {
    position: relative;
    display: block;
}

.location-box .location:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "\e938";
    font-family: 'icomoon';
    margin: -30px 0 0 -25px;
    color: #fff;
    font-size: 50px;
}

.location-box .location:before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: attr(title);
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    z-index: 999;
    padding-top: 70px;
    font-weight: 600;
    text-transform: capitalize;
    white-space: nowrap;
}

.location-box img {
    display: block;
    width: 100%;
    height: auto;
}

.getdirection {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #00aeef;
    border-bottom: 1px solid #00aeef;
}

.location-box address {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 20px;
}

.location-box .text {
    padding: 25px;
}

.location-box address strong {
    font-weight: 600;
}

.portfolio h1 {
    font: 700 40px/45px 'antoniobold';
    position: relative;
    z-index: 999;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.portfolio h1:after,
.portfolio h1:before {
    width: 92px;
    height: 2px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin: 0 20px;
}

.portfolio h3 {
    color: #00aeef;
    font: 700 30px/35px 'antoniobold';
    margin: 0 0 70px;
    position: relative;
    z-index: 999;
    letter-spacing: 2px;
}

.portfolio .menu {
    list-style: none;
    padding: 0;
    margin: 0 0 45px;
    text-align: center;
    letter-spacing: -8px;
    font: 600 14px/18px 'Open Sans', sans-serif;
}

.portfolio .menu li {
    display: inline-block;
    vertical-align: top;
    padding: 0 21px;
    border-bottom: 1px solid #b6b6b6;
    letter-spacing: 0;
}

.portfolio .menu li a {
    color: #a3a3a3;
    display: block;
    position: relative;
    padding: 0 0 20px;
}

.portfolio .menu li:first-child {
    padding-left: 0;
}

.portfolio .menu li:last-child {
    padding-right: 0;
}

.portfolio .menu li a.active:after {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 13px;
    height: 13px;
    background: #00aeef;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: '';
    border: 3px solid #fff;
    margin: -6px 0 0;
}

.portfolio .menu li:first-child a:after {
    margin: -6px 0 0 -6px;
}

.portfolio .menu li a.active,
.portfolio .menu li a:hover {
    color: #00aeef;
}

.portfolio .post {
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}

.portfolio .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
}

.portfolio .col-xs-6:hover {
    z-index: 2;
}

.portfolio .post img {
    width: 100%;
    display: block;
    height: auto;
}

.portfolio .col-xs-6:hover+.overlay {
    opacity: 1;
    visibility: visible;
}

.portfolio .post-info {
    min-height: 84px;
    padding: 22px 50px 22px 20px;
    text-align: left;
    font: 300 12px/15px 'Open Sans', sans-serif;
    color: #a7a7a7;
    position: relative;
    background: #fff;
}

.portfolio .post-info .name {
    color: #606060;
    display: block;
    font: 600 14px/18px 'Open Sans', sans-serif;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.icon-view {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 20px;
    line-height: 0;
    color: #9aca3c;
}

.processes .row {
    margin-top: 40px;
    margin-bottom: 40px;
    letter-spacing: -8px;
}

.processes .row:nth-child(odd) .process {
    text-align: right;
}

.processes .row:nth-child(even) .process {
    text-align: left;
}

.processes .row:nth-child(even) img {
    float: right !important;
}

.processes .row:nth-child(even) .process:after {
    left: -7px !important;
    right: auto;
}

.processes {
    position: relative;
}

.processes:after {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #21bbf4;
    content: '';
    pointer-events: none;
    left: 50%;
    top: 0;
}

.processes .process {
    position: relative;
}

.processes .process:after {
    position: absolute;
    right: -7px;
    top: 0;
    width: 14px;
    height: 14px;
    background: #71b544;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: '';
    z-index: 99;
}

.text-right {}

.processes .col-sm-6 {
    position: relative;
    letter-spacing: 0;
    padding: 0 65px;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}

.processes img {
    border: 4px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.processes .process .step {
    position: absolute;
    padding: 8px 5px;
    background: #21bbf4;
    color: #fff;
    left: 0;
    top: 0;
    content: '';
    font: 500 16px/22px 'Roboto';
    text-transform: capitalize;
}

.processes .process .step:after {
    position: absolute;
    left: 100%;
    content: '';
    border: 4px solid transparent;
    border-left-color: #21bbf4;
    top: 50%;
    margin: -4px 0 0 0;
}

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

.step-finish h3 {
    letter-spacing: 0;
    color: #71b544;
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 20px;
}

.step-finish .btn-lg {
    width: 516px;
    padding: 20px 10px;
    height: 82px;
    background: #71b544;
}

.certified h3 {
    color: #00aeef;
    font: italic 500 35px/40px 'Roboto';
    margin: 0 0 25px;
}

.certified h3 span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 13px;
}

.certified h3 span:after,
.certified h3 span:before {
    position: absolute;
    left: 100%;
    width: 80px;
    height: 1px;
    background: #00aeef;
    content: '';
    top: 50%;
}

.certified h3 span:before {
    left: auto;
    right: 100%;
}

.certified .certified-img {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.certified .certified-img img {
    width: 100%;
    display: block;
    height: auto;
}

.processes img {}

.processes .process i {
    float: left;
    font-size: 80px;
    margin: 0 32px 0 0;
    color: #a6a6a6;
}

.processes .process.pull-right i {
    float: right;
    margin: 0 0 0 32px;
}

.processes .process .text {
    overflow: hidden;
}

.processes .process .text p {
    margin: 0;
}

.processes .process h2 {
    margin: 0 0 15px;
    font: 400 26px/30px 'Roboto';
    color: #1e1e1e;
    text-transform: uppercase;
}

.p2h-pkg .form-control {
    border: 1px solid #b6b6b6;
    height: 50px;
    padding: 10px 20px;
}

.p2h-pkg .field {
    border: 1px solid #b6b6b6;
    height: 50px;
    padding: 5px 20px;
}

#footer {
    background: #121317 url(../images/bg-footer.png);
    position: relative;
    overflow: hidden;
    color: #35393c;
    font-size: 14px;
    line-height: 18px;
    z-index: 99;
    padding-top: 50px;
}

.lower-footer {
    background: rgba(255, 255, 255, 0.64);
    padding: 0;
    color: #3b3946;
    font-size: 13px;
}

#footer .lower-footer a {
    color: #3b3946;
}

#footer a:hover {
    color: #3186c7;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    font-weight: 400;
}

#footer .contacts {
    overflow: hidden;
    padding: 30px 0 15px;
    font: 300 16px/24px 'sinkin_sans300_light';
    color: #404349;
    /* background:url(../images/dash.png) repeat-x; */
}

#footer .copyright {
    margin: 15px 0 0 0;
    display: block;
}

#footer .contacts ul {
    float: left;
    margin: 0;
}

#footer .contacts ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
}

#footer .contacts ul li i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 25px;
}

#footer nav li {
    font-size: 13px;
    line-height: 24px;
    position: relative;
    padding: 0 0 0 18px;
}

#footer nav li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '»';
}

.social-netwoks {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .social-netwoks {
    float: right;
    margin-right: 18px;
}

.social-netwoks li {
    width: 26px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 10px;
    border-radius: 100%;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
}

.social-netwoks li a {
    width: 26px;
    height: 25px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    background: url(../images/social-networks.html) no-repeat;
}

.social-netwoks li.twitter a {
    background-position: -31px 0;
}

.social-netwoks li.linkedin a {
    background-position: -62px 0;
}

.social-netwoks li.digg a {
    background-position: -95px 0;
}

.social-netwoks li.googleplus a {
    background-position: -126px 0;
}

.social-netwoks li.youtube a {
    background-position: -157px 0;
}

.social-netwoks li:hover {
    background: #fff;
}

#footer .form-control {
    background: none;
    border: 1px solid #3b3946;
    color: #151515;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    height: 30px;
    line-height: 20px;
    padding: 5px 10px;
    padding-right: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#footer .newsletter {
    width: 425px;
    float: right;
}

#footer .newsletter label {
    display: inline-block;
    vertical-align: middle;
    font: 300 16px/24px 'sinkin_sans300_light';
    margin: 0 10px 0 0;
}

#footer .newsletter .field {
    position: relative;
    width: 237px;
    display: inline-block;
    vertical-align: middle;
}

#footer .newsletter .submit {
    position: absolute;
    right: 9px;
    top: 50%;
    margin: -9px 0 0;
    content: '';
    background: url(../images/arrow.png) no-repeat;
    width: 11px;
    height: 18px;
    z-index: 999;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
}

#footer .newsletter .submit:hover {
    right: 5px;
}

#footer .form-control:focus {
    box-shadow: none;
}

#footer .form-control::-webkit-input-placeholder {
    color: #151515;
}

#footer .form-control:-moz-placeholder {
    color: #151515;
}

#footer .form-control::-moz-placeholder {
    color: #151515;
    opacity: 1;
}

#footer .form-control:-ms-input-placeholder {
    color: #151515;
}

.upper-footer {
    min-height: 314px;
    padding: 30px 0;
    color: #7d7a87;
}

.upper-footer .contact-box {
    float: right;
}

.upper-footer .contact-box a {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 44px;
}

.upper-footer .contact-box a strong {
    display: block;
    color: #787691;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
}

.upper-footer .callus:after {
    bottom: 10px;
    font-size: 45px;
    color: #71b544;
    content: "\e93e";
}

.upper-footer .chat {
    padding-left: 60px;
    position: relative;
}

.upper-footer .chat:after {
    font-family: 'icomoon';
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 45px;
    color: #71b544;
    content: "\e93d";
}

.upper-footer h2 {
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    margin: 0 0 10px;
}

.top-banner {
    position: relative;
    height: 900px;
    overflow: hidden;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    z-index: 2;
}

.top-banner.internet h1 {
    padding: 0;
    color: #a8f7f3;
    margin: 0;
    font-size: 82px;
    line-height: 90px;
}

.top-banner.internet .subtext {
    color: #fff;
    font: 500 21px/25px 'Roboto';
    text-transform: uppercase;
    letter-spacing: 25px;
    color: #a8f7f3;
    padding: 70px 0 0;
}

.wave {
    position: absolute;
    left: 0;
    bottom: -30px;
    height: 195px;
    width: 100%;
}

.wave1 {
    background: url(../images/wave1.html);
    z-index: 3;
}

.wave4 {
    background: url(../images/wave4.html);
    z-index: 3;
    -webkit-animation: bgmoving 100s infinite;
    -moz-animation: bgmoving 100s infinite;
    -o-animation: bgmoving 100s infinite;
    animation: bgmoving 100s infinite;
}

.wave5 {
    background: url(../images/wave5.html);
    z-index: 2;
    -webkit-animation: bgmoving 150s infinite;
    -moz-animation: bgmoving 150s infinite;
    -o-animation: bgmoving 150s infinite;
    animation: bgmoving 150s infinite;
}

.wave2 {
    background: url(../images/wave2.html);
    z-index: 2;
    bottom: -20px;
    -webkit-animation: bgmoving 100s infinite;
    -moz-animation: bgmoving 100s infinite;
    -o-animation: bgmoving 100s infinite;
    animation: bgmoving 100s infinite;
}

.wave3 {
    background: url(../images/wave3.html);
    z-index: 1;
    bottom: 0px;
    -webkit-animation: bgmoving 150s infinite;
    -moz-animation: bgmoving 150s infinite;
    -o-animation: bgmoving 150s infinite;
    animation: bgmoving 150s infinite;
}

.wave6 {
    background: url(../images/wave6.html);
    z-index: 3;
    -webkit-animation: bgmoving 100s infinite;
    -moz-animation: bgmoving 100s infinite;
    -o-animation: bgmoving 100s infinite;
    animation: bgmoving 100s infinite;
}

.wave7 {
    background: url(../images/wave7.html);
    z-index: 2;
    -webkit-animation: bgmoving 150s infinite;
    -moz-animation: bgmoving 150s infinite;
    -o-animation: bgmoving 150s infinite;
    animation: bgmoving 150s infinite;
}

.top-banner.seo {
    height: 500px !important;
}

.top-banner.seo .caption {
    padding-bottom: 100px;
}

.top-banner h1 {
    position: relative;
    z-index: 999;
    text-align: center;
    font: 300 52px/52px 'Roboto';
    color: #cbd1e2;
    text-transform: uppercase;
}

.subheading {
    display: block;
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 35px;
}

.top-banner h1 strong {
    display: block;
    text-transform: uppercase;
}

.ppc-banner.top-banner h1 strong,
.seo.top-banner h1 strong {
    display: inline-block;
}

.top-banner h1 span {
    font-size: 32px;
    line-height: 40px;
}

.banner2.top-banner,
.banner3.top-banner {
    margin-bottom: 0;
    height: 530px;
    color: #fff;
}

.banner2.top-banner .bg-frame,
.banner3.top-banner .bg-frame {
    -webkit-background-size: auto !important;
    background-size: auto !important;
    background-attachment: inherit !important;
    background-position: 50% 0 !important;
}

.banner2.top-banner h1,
.banner3.top-banner h1 {
    color: #fff;
}

.top-banner .arrow {
    width: 255px;
    height: 255px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -128px;
    border: 30px solid #e5f3fa;
}

.top-banner .inner {
    position: relative;
    z-index: 10;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0 15px;
}

.top-banner .inner:after {
    clear: both;
    content: '';
    display: block;
}

.top-banner .arrow:before {
    position: absolute;
    left: -82px;
    right: -82px;
    top: -82px;
    bottom: -82px;
    background: rgba(197, 204, 253, 0.5);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: '';
    z-index: -2;
    opacity: .69;
    -webkit-animation: pulse2 1s linear infinite;
    -moz-animation: pulse2 1s linear infinite;
    -ms-animation: pulse2 1s linear infinite;
    animation: pulse2 1s linear infinite;
    animation-delay: 1s;
    -ms-animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.top-banner .arrow img {
    display: block;
    margin: 40px auto;
}

.top-banner .mobile-view {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 857px;
    width: 100%;
    margin: 0 auto;
    z-index: 5;
    bottom: 0;
}

.top-banner .mobile {
    background: url(../images/mobile-frame.html) no-repeat;
    width: 300px;
    height: 583px;
    float: left;
    padding: 51px 13px 55px 14px;
}

.top-banner .mobile img {
    width: 100%;
    height: 100%;
    display: block;
}

.top-banner .arrow:after {
    position: absolute;
    left: -60px;
    right: -60px;
    top: -60px;
    bottom: -60px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: '';
    z-index: -1;
    opacity: .69;
    -webkit-animation: pulse2 1s linear infinite;
    -moz-animation: pulse2 1s linear infinite;
    -ms-animation: pulse2 1s linear infinite;
    animation: pulse2 1s linear infinite;
    animation-delay: 2s;
    -ms-animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

.top-banner .subtext {
    position: relative;
    z-index: 999;
    text-align: center;
    display: block;
    color: #76b8e1;
    font: 500 20px/25px 'Roboto';
    text-transform: uppercase;
}

.top-banner .subtext em {
    font-style: normal;
    color: #abcb59;
}

.design-img {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    max-width: 894px;
    margin: 0 auto;
    top: 30%;
}

.circle {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1138px;
    width: 100%;
    margin: 0 auto;
    top: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transform: translateY(10%);
    -ms-transform: translateY(10%);
    -webkit-transform: translateY(10%);
}

.top-banner .screen {
    position: absolute;
    bottom: 105px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.circle .wdicon {
    position: absolute;
    margin: -50px 0 0 -50px;
    top: 50%;
    left: 50%;
    right: 50%;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
}

.circle .icon1 {
    left: 30px;
    top: 45%;
}

.circle .icon2 {
    left: 100px;
    top: 25%;
}

.circle .icon3 {
    left: 250px;
    top: 10%;
}

.circle .icon4 {
    left: 500px;
    top: 0;
}

.circle .icon5 {
    right: -30px;
    top: 45%;
    left: auto;
}

.circle .icon6 {
    right: 50px;
    top: 25%;
    left: auto;
}

.circle .icon7 {
    right: 200px;
    top: 10%;
    left: auto;
}

.inner-circle {
    position: relative;
    border-radius: 100%;
}

.circle .inner-circle>img {
    width: 100%;
    height: auto;
    display: block;
}

.circle .box {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #000;
    left: 0;
    top: 50%;
}

.circle .box.box1 {
    left: 50%;
    top: 0;
}

.circle .box.box2 {
    left: 100%;
    top: 50%;
}

.circle .box.box3 {
    top: 100%;
    left: 50%;
}

.circle .box.box4 {
    top: 50%;
    left: 0;
}

.offer-list {
    margin-top: 40px;
    color: #808080;
    font: 600 16px/24px 'Open Sans', sans-serif;
    color: #808080;
    text-transform: uppercase;
}

.offer-list a {
    color: #808080;
}

.offer-list i {
    display: block;
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 15px;
    color: #00aeef;
}

.team {
    letter-spacing: -8px;
    text-align: center;
}

.team .col {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    float: none;
}

.team .col i {
    display: block;
    width: 82px;
    height: 82px;
    background: #f7b351;
    border-radius: 100%;
    margin: 0 auto 10px;
    line-height: 82px;
    font-size: 30px;
    color: #fff;
}

.team .col i.pink {
    background: #f48bd5;
}

.team .col i.blue {
    background: #5dc1d1;
}

.team .col i.green {
    background: #a0ca72;
}

.team .col i.violet {
    background: #8b89e4;
}

.team .col .txt {
    display: block;
    font: 600 15px/20px 'Open Sans', sans-serif;
}

.team .col i.icon-custom {
    background: #a0ca72;
}

.team .col i.icon-solution {
    background: #4d9ef2;
}

.team .col i.icon-thirdparty {
    background: #c459b6;
}

.team .col i.icon-apple {
    background: #969696;
}

.team .col i.icon-window {
    background: #00aeef;
}

.team .col i.icon-andriod {
    background: #99cc00;
}

.team .col a {
    color: #808080;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
}

.team .col a:hover {
    color: #000;
}

.mail-form {
    background: #f1f5f8;
    text-align: center;
    padding: 60px;
}

.mail-form h2 {
    color: #01aeff;
    font: 300 34px/40px 'Roboto';
    text-transform: uppercase;
    margin: 0 0 20px;
}

.mail-form span {
    font-size: 18px;
    line-height: 24px;
    color: #909396;
    margin: 0 0 40px;
    display: block;
}

.mail-form .field {
    background: #fff;
    max-width: 857px;
    margin: 0 auto;
    position: relative;
}

.mail-form .field .form-control {
    height: 90px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 30px 224px 30px 30px;
    font-size: 21px;
    line-height: 30px;
    color: #a3a3a3;
}

.mail-form .field .btn {
    width: 194px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    margin: 0;
}

.mail-form .field .btn:hover {
    background: #01aeff;
}

.clouds {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
    top: 10%;
    opacity: 0.2;
}

.ppc {
    margin: 90px auto 0;
    max-width: 100%;
}

.ppc-banner {
    margin-bottom: 0;
    height: auto;
}

.ppc-banner .caption,
.seo .caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 450px;
    color: #fff;
}

.seo .container img {
    margin: 20px 0 10px;
    width: 100%;
    height: auto;
}

.ppc-banner h2,
.seo h2 {
    color: #fff;
    font-size: 55px;
    line-height: 60px;
    font-weight: 600;
    text-align: left;
    margin: 0 !important;
}

.ppc-banner .subtext,
.seo .subtext {
    color: #fff;
    font: 300 32px/35px 'Roboto';
    text-transform: uppercase;
    text-align: left;
}

.indicate-arrow {
    position: absolute;
    bottom: 45%;
    left: 0;
    right: 0;
    max-width: 557px;
    margin: 0 auto;
    height: 95px;
}

.indicate-arrow .inner {
    width: 0;
    overflow: hidden;
    transition: all linear 5s;
    -webkit-transition: all linear 5s;
    -ms-transition: all linear 5s;
}

.ppc-banner.selected .indicate-arrow .inner {
    width: 100%;
}

.indicate-arrow img {
    width: 557px;
    display: block;
}

.circle-tools {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 775px;
    width: 100%;
    margin: 0 auto;
    display: block;
    bottom: 0;
}

.dollor {
    position: absolute;
    top: 50%;
    right: 20%;
    z-index: 999;
    margin: -130px -20px 0 0;
}

.design-feature i {
    display: block;
    font-size: 60px;
    line-height: 116px;
    color: #2690b1;
    margin: 0 auto 20px;
}

.design-feature2 i {
    width: 116px;
    height: 116px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #00aeef;
    text-align: center;
    color: #fff;
}

.design-feature h3 {
    color: #4a4a4a;
    font: 500 22px/25px 'Roboto';
    text-transform: capitalize;
    margin: 0 0 35px;
}

.design-feature h3 a {
    color: #787878;
}

.design-feature h3 a:hover {
    color: #2690b1;
}

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

.design-feature ul li {
    position: relative;
    padding: 0 0 0 18px;
    margin: 0 0 15px;
}

.design-feature ul li:after {
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    line-height: 0;
    background: #00aeef;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: '';
}

.design-feature .btn {
    border-width: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    font-size: 12px;
    line-height: 15px;
    padding: 8px 15px;
}

.workflow,
.block.workflow h1 {
    color: #000;
}

.design-feature .btn-primary {
    color: #00aeef;
}

.design-feature .btn-default {
    border-color: #bbb;
    color: #bbb;
    border-width: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.design-feature .btn:after,
.design-feature .btn:before {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.round-block {
    width: 980px;
    min-height: 915px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 100px auto -20%;
    position: relative;
}

.block.workflow .round-block {
    margin: 0 auto -50px;
    min-height: 665px;
}

.block.mobile-workflow .round-block {
    min-height: 915px;
}

.feature-block {
    background: url(../images/circle2.html) no-repeat;
    background-size: 100% 100%;
}

.layout-img {
    position: absolute;
    bottom: 19%;
    left: 0;
    margin: 0 0 0 150px;
    width: 70%;
    height: auto;
}

.round-block .feature-box {
    width: 102px;
    position: absolute;
    left: 1%;
    top: 65%;
    margin: -75px 0 0 -50px;
}

.round-block .feature-box i {
    width: 93px;
    height: 93px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #00aeef;
    margin: 0 auto;
    display: block;
    line-height: 93px;
    color: #fff;
    font-size: 30px;
    letter-spacing: 0;
}

.round-block .round-box .number {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #ffa800;
    display: block;
    color: #fff;
    text-align: center;
    font: 500 20px/36px 'Roboto';
    margin: 0 auto 10px;
    letter-spacing: 0;
}

.round-block .round-box .number.num2 {
    background: #e54db8;
}

.round-block .round-box .number.num3 {
    background: #3cc2d9;
}

.round-block .round-box .number.num4 {
    background: #f49059;
}

.round-block .round-box .number.num5 {
    background: #b676ec;
}

.round-block .round-box .number.num6 {
    background: #86b722;
}

.round-block .round-box .number.num7 {
    background: #168cdf;
}

.round-block .round-box .title {
    letter-spacing: 0;
    display: block;
    font: 500 20px/26px 'Roboto';
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #858585;
}

.round-block .feature-box .title {
    letter-spacing: 0;
    display: block;
    font: 500 14px/18px 'Roboto';
    text-transform: uppercase;
}

.round-block .round-box {
    width: 330px;
    height: 172px;
    position: absolute;
    left: 0;
    top: 60%;
    margin: -75px 0 0 -155px;
    font-size: 16px;
    font-weight: 400;
    color: #444;
}

.round-block .round-box.box2 {
    top: 30%;
    left: 0;
}

.round-block .round-box.box3 {
    top: 5%;
    left: 20%;
}

.round-block .round-box.box4 {
    top: 5%;
    right: 0;
    left: auto;
}

.round-block .round-box.box5 {
    top: 30%;
    right: -15%;
    left: auto;
}

.round-block .round-box.box6 {
    top: 60%;
    right: -15%;
    left: auto;
}

.round-block .round-box.box7 {
    top: auto;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
}

.round-block .feature-box.box2 {
    top: 38%;
    left: 0;
}

.round-block .feature-box.box3 {
    top: 150px;
    left: 100px;
}

.round-block .feature-box.box4 {
    top: 0;
    left: 50%;
}

.round-block .feature-box.box5 {
    top: 150px;
    right: 50px;
    left: auto;
}

.round-block .feature-box.box6 {
    top: 150px;
    right: 50px;
    left: auto;
}

.round-block .feature-box.box7 {
    top: 65%;
    right: -20px;
    left: auto;
}

.round-block .inner-block {
    padding: 150px 50px 0;
    font-size: 16px;
}

.main-block .round-block .round-box {
    width: 330px;
    height: 172px;
    position: absolute;
    left: 0;
    top: 76%;
    margin: -75px 0 0 -155px;
    font-size: 14px;
    font-weight: 400;
    color: #444;
}

.main-block .round-block .round-box.box2 {
    top: 56%;
    left: 2%;
}

.main-block .round-block .round-box.box3 {
    top: 35%;
    left: 9%;
}

.main-block .round-block .round-box.box4 {
    left: 27%;
    top: 18%;
}

.main-block .round-block .round-box.box5 {
    top: 18%;
    right: 10%;
    left: auto;
}

.main-block .round-block .round-box.box6 {
    top: 33%;
    right: -10%;
    left: auto;
}

.main-block .round-block .round-box.box7 {
    top: 54%;
    right: -15%;
    left: auto;
}

.main-block .round-block .round-box.box8 {
    top: 75%;
    right: -15%;
    left: auto;
}

.others-block .round-block .item-block .title {
    color: #858585;
    display: block;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.others-block .round-block .item-block ul {
    list-style: none;
    padding: 20px 0 0;
    margin: 0;
    color: #8d8d8d;
    text-align: left;
    display: inline-block;
    font-weight: 400;
}

.others-block .round-block .item-block ul li {
    display: block;
    margin: 0 0 10px;
    color: #8d8d8d;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    padding: 0 0 0 12px;
}

.others-block .round-block .item-block ul li:before {
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    background: #8d8d8d;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: '';
    top: 5px;
}

.main-block .round-block .number,
.others-block .round-block .number {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #ffa800;
    display: block;
    color: #fff;
    text-align: center;
    font: 500 20px/36px 'Roboto';
    margin: 0 auto 10px;
    letter-spacing: 0;
}

.main-block .round-block .number.num2,
.others-block .round-block .number.num2 {
    background: #e54db8;
}

.main-block .round-block .number.num3,
.others-block .round-block .number.num3 {
    background: #3cc2d9;
}

.main-block .round-block .number.num4,
.others-block .round-block .number.num4 {
    background: #f49059;
}

.main-block .round-block .number.num5,
.others-block .round-block .number.num5 {
    background: #b676ec;
}

.main-block .round-block .number.num6,
.others-block .round-block .number.num6 {
    background: #86b722;
}

.main-block .round-block .number.num7,
.others-block .round-block .number.num7 {
    background: #168cdf;
}

.main-block .round-block .number.num8,
.others-block .round-block .number.num8 {
    background: #dc6145;
}

.block.workflow .item-block .scroll {
    position: absolute;
    left: 50%;
    background: #fff;
    bottom: 0;
    margin: 0 0 0 -20px;
    color: #00aeef;
    padding: 10px 20px 10px 0;
}

.block.workflow .item-block .scroll:after {
    position: absolute;
    right: 0;
    top: 0;
    border: 6px solid #fff;
    border-left-color: #00aeef;
    content: '';
    margin-top: 17px;
}

.embed-responsive img {
    margin: 0 auto;
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    font: 600 18px/24px 'Open Sans', sans-serif;
    color: #808080;
    overflow: hidden;
}

.seo-block {
    padding-top: 16px;
    font-size: 21px;
    line-height: 30px;
}

.checklist li {
    position: relative;
    text-align: left;
    padding: 0 0 0 48px;
    margin: 0 0 30px;
}

.checklist li:after {
    position: absolute;
    font-family: 'icomoon';
    content: "\e92c";
    left: 0;
    top: 0;
    color: #9ecc84;
    font-size: 27px;
}

.checklist2 {
    list-style: none;
    padding: 0 0 0 5%;
    margin: 0 0 20px;
    font: 600 18px/24px 'Open Sans', sans-serif;
    color: #808080;
    overflow: hidden;
}

.checklist2 li {
    position: relative;
    text-align: left;
    padding: 0 0 0 32px;
    margin: 0 0 30px;
}

.checklist2 li:after {
    position: absolute;
    font-family: 'icomoon';
    content: "\e904";
    left: 0;
    top: 0;
    background: #7dc94b;
    font-size: 8px;
    text-align: center;
    line-height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    width: 20px;
    height: 20px;
}

.social-img {
    position: relative;
    margin: -30% -35% 0 0;
    z-index: -1;
}

.packages-list {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}

.packages-list li {
    padding: 0 16px 20px;
    position: relative;
}

.packages-list li:first-child:after {
    display: none;
}

.packages-list li:after {
    content: '';
    position: absolute;
    height: 14px;
    background: #a3a3a3;
    width: 2px;
    left: 0;
    top: 2px;
}

.packages-list a {
    color: #a3a3a3;
    display: block;
    position: relative;
}

.packages-list a:hover,
.packages-list .active a {
    color: #00aeef;
}

.packages-list .active a:after,
.packages-list a:hover:after {
    position: absolute;
    top: 100%;
    border: 10px solid transparent;
    border-bottom-color: #00aeef;
    content: '';
    left: 50%;
    margin-top: 10px;
}

.som-pkg {
    letter-spacing: -8px;
}

.som-pkg .package {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
    color: #848484;
    display: inline-block;
    float: none;
    letter-spacing: 0;
    position: relative;
    vertical-align: text-bottom;
    z-index: 1;
}

.som-pkg .package .title {
    display: block;
    font: 400 24px/35px 'Roboto';
    padding: 20px 10px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
}

.som-pkg .package.pkg1 .title {
    background: #00aeef;
}

.som-pkg .package.pkg2 {
    position: relative;
    z-index: 999;
}

.som-pkg .package.pkg2 .title {
    background: #04b33d;
    padding: 30px 10px;
}

.som-pkg .package.pkg3 .title {
    background: #ffb400;
}

.som-pkg .package .smo-row {
    padding: 20px 10px;
    border-top: 1px solid #c2c2c2;
    margin: -1px 0 0;
    background: #fff;
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 15px;
    min-height: 71px;
}

.som-pkg .package .smo-row.facebook {
    background: #0f5fb0;
    padding: 20px 10px;
    color: #fff;
}

.som-pkg .package .smo-row.twitter {
    background: #0bbdff;
    padding: 20px 10px;
    color: #fff;
}

.som-pkg .package .smo-row.youtube {
    background: #e52c27;
    padding: 20px 10px;
    color: #fff;
}

.som-pkg .package .smo-row.facebook i,
.som-pkg .package .smo-row.twitter i,
.som-pkg .package .smo-row.youtube i {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    display: block;
}

.som-pkg .package .btn {
    border-radius: 0;
    font: 500 16px/20px "Roboto";
    padding: 5px 25px;
}

.wewill h1 {
    color: #55646d;
    font-size: 60px;
    line-height: 65px;
    font-weight: 400;
}

.wewill .checklist {
    font-size: 14px;
    line-height: 18px;
    padding-top: 20px;
}

.wewill .checklist li:after {
    top: 5px;
}

.wewill .checklist li {
    padding-right: 80px;
}

.p2h-form label {
    color: #585858;
    font: 600 14px/18px 'Open Sans', sans-serif;
}

.p2h-pkg .field label {
    display: block;
    text-align: center;
    cursor: pointer;
}

.p2h-form [type="checkbox"],
.p2h-form [type="radio"] {
    position: fixed;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.p2h-pkg .field .fake-label {
    float: left;
    line-height: 40px;
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 400;
}

.p2h-form .jcf-file .jcf-fake-input {
    border: 0;
    height: 50px;
    padding: 10px 20px;
}

.p2h-form .fake-input {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #505050;
    background: #fff;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}

.p2h-form [type=radio]+.fake-input {
    border-radius: 100%;
}

.p2h-form [type="checkbox"]+.fake-input:before {
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid #00aeef;
    border-width: 0 0 1px 1px;
    opacity: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -3px 0 0 -5px;
}

.p2h-form [type="radio"]+.fake-input:before {
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: #777;
    border-radius: 100%;
    opacity: 0;
}

.p2h-form [type="checkbox"]:checked+.fake-input {
    border-color: #00aeef !important;
}

.p2h-form [type="radio"]:checked+.fake-input:before,
.p2h-form [type="checkbox"]:checked+.fake-input:before {
    opacity: 1;
}

.p2h-form [type="radio"]:checked~.fake-label,
.p2h-form [type="checkbox"]:checked~.fake-label,
.p2h-form [type="radio"]:checked~.price,
.p2h-form [type="checkbox"]:checked~.price {
    color: #00aeef
}

.p2h-form input:disabled+.fake-input,
.p2h-form input:disabled~.fake-label {
    opacity: .5;
}

.p2h-pkg .field .price {
    float: right;
    line-height: 40px;
    color: #9aca3c;
    font-size: 20px;
    font-weight: 600;
}

.page-num {
    display: inline-block;
    width: 50px;
    height: 40px;
    border: 1px solid #00aeef;
    background: #00aeef;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 27px;
    opacity: 1;
}

.page-num::-webkit-input-placeholder {
    color: #fff;
}

.page-num:-moz-placeholder {
    color: #fff;
}

.page-num::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.page-num:-ms-input-placeholder {
    color: #fff;
}

.jcf-file {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.jcf-file .jcf-real-element {
    position: absolute;
    font-size: 200px;
    height: 200px;
    margin: 0;
    right: 0;
    top: 0;
    cursor: pointer;
}

.jcf-file .jcf-fake-input {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
    border: 1px solid #777;
    padding: 0 8px;
    font-size: 13px;
    line-height: 28px;
    height: 28px;
    width: 125px;
}

.jcf-file .jcf-upload-button {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #777;
    margin: 0 0 0 -1px;
    padding: 0 10px;
    line-height: 28px;
    height: 28px;
}

.p2h-form .jcf-file {
    display: block;
    width: 100%;
    background: #ececed;
}

.p2h-form .jcf-file .jcf-fake-input {
    width: 100%;
    display: block;
    color: #b0b0b0;
    font: 600 16px/24px 'Open Sans', sans-serif !important;
}

.jcf-fake-input.icon-report:before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-size: 30px;
    font-family: 'icomoon';
    color: #d8d8d9;
}

.jcf-file .jcf-upload-button {
    position: absolute;
    right: 14px;
    top: 10px;
    height: 100%;
    line-height: 30px;
    width: 38px;
    height: 32px;
    background: #fff;
    border: 1px solid #c5c5c5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #c5c5c5;
    padding: 0 0 0 3px;
}

.order-summary {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    margin: -75px 15px 30px -45px;
}

.p2h-pkg .order-summary .field {
    border: none;
    height: auto;
    padding: 0;
    text-align: left;
    margin: 0 0 10px;
}

.p2h-pkg .order-summary .field label {
    text-align: left;
    margin-bottom: 5px;
}

.modal-body .order-summary .form-control {
    height: 40px;
}

.p2h-pkg .columns .col {
    padding: 35px 25px 0;
    border-left: 1px solid #ededed;
}

.p2h-pkg .columns .col:first-child {
    border: none;
}

.p2h-header .num-page {
    width: 245px;
    display: inline-block;
    vertical-align: middle;
}

.p2h-header .num-page label {
    display: inline-block !important;
    vertical-align: middle;
}

.p2h-header .num-page .form-control {
    border: 1px solid #bbd8e3;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    float: none;
    height: 38px;
    width: 124px;
}

.p2h-pkg .form-group {
    margin-bottom: 28px;
}

.p2h-pkg label {
    font-size: 14px;
    line-height: 18px;
    color: #585858;
    text-transform: capitalize;
    display: block;
    font-weight: 400;
    margin: 0;
}

.p2h-pkg .fake-label {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}

.p2h-pkg .price {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}

.p2h-pkg ul li {
    padding: 15px 0;
    overflow: hidden;
}

.order-summary .footer {
    background: #9aca3c;
    padding: 20px 14px 20px;
    text-align: center;
}

.order-summary .footer label {
    color: #fff !important;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 30px;
    display: block;
}

.order-summary .footer label .fake-label {
    color: #fff !important;
}

.order-summary .footer .payment-cards {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto 30px;
}

.p2h-form .footer .fake-input {
    border-color: #9c9c9c;
}

.order-summary .head {
    background: #00aeef;
    height: 160px;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin: 0 0 75px;
}

.order-summary .head .title {
    font-size: 22px;
    line-height: 26px;
    display: block;
    margin: 0 0 20px;
    font-weight: 600;
}

.order-summary .head .total-amount {
    width: 142px;
    height: 142px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #00aeef;
    display: block;
    margin: 0 auto -85px;
    border: 10px solid #fff;
    font: 500 19px/22px "Roboto";
    padding: 28px 0 0;
}

.order-summary .head .total-amount em {
    font-style: normal;
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}

.order-summary .body {
    padding: 0 20px 10px;
}

.order-summary .body h4 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
}

.order-summary ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0 0 30px;
    overflow: hidden;
    font-size: 14px;
    line-height: 16px;
}

.order-summary ul li {
    padding: 0 0 0 25px !important;
    position: relative;
    margin: 0 0 10px;
}

.order-summary ul li:after {
    font-family: 'icomoon';
    content: "\e904";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    line-height: 15px;
    color: #9aca3c;
}

.order-summary .btn {
    margin: 0 0 20px;
    background: #fff;
    border-color: #fff;
}

.p2h-header span {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    margin-right: 12px;
}

.p2h-header span strong {
    font-weight: 600;
}

.p2h-header {
    background: #f8f8f8;
    padding: 40px 50px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.banner.p2b {
    background: url(../images/banner-n4.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 60px 0;
    z-index: 1;
    color: #fff;
    font: 500 16px/20px "Roboto";
}

.banner.p2b .guarantee {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 40px;
    background: #ffc000;
    line-height: 26px;
    color: #000;
    padding: 5px 30px;
    position: relative;
}

.banner.p2b .guarantee:after,
.banner.p2b .guarantee:before {
    background: #1f2123;
    position: absolute;
    left: -12px;
    top: 5px;
    width: 25px;
    height: 25px;
    content: '';
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.banner.p2b .guarantee:before {
    left: auto;
    right: -12px;
}

.banner.p2b .guarantee i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
}

.ourprocesse img {
    display: block;
    margin: 0 auto 25px;
}

.ourprocesse {
    background-image: url(../images/bg-ourprocesse.html) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.ourprocesse .mt {
    margin-top: 60px;
}

.ourprocesse .title {
    color: #4a4a4a;
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    margin: 0 0 10px;
}

ol.p2h {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 60px;
}

ol.p2h li i {
    font-size: 12px;
    line-height: 16px;
    margin: 0 14px;
}

.banner.p2b h1 {
    color: #fff;
    font: 500 58px/60px "Roboto";
}

.banner.p2b .rate {
    display: block;
    margin: 0 0 50px;
    color: #fff;
    font: 500 27px/30px "Roboto";
    text-transform: uppercase;
}

.banner.p2b .rate em {
    font-style: normal;
    color: #ffc000;
}

.banner.p2b .btn-lg {
    display: block;
    width: 290px;
    margin: 0 auto 50px;
    height: 70px;
    font: 500 35px/30px "Roboto";
    text-transform: capitalize;
    background: #7dc94b;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    border: none;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
}

.banner.p2b .btn-lg i {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
}

.banner.p2b .btn-lg:before {
    height: 50px;
    width: 50px;
    position: absolute;
    left: 100%;
    top: 0;
    content: '';
    background: #7dc94b;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: -1;
    margin: 10px 0 0 -25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.included.block h1 {
    margin: 0 0 50px;
    font-size: 30px;
    font-weight: 500;
}

.included.block .checklist {
    font-size: 18px;
    line-height: 22px;
}

.included.block .checklist li {
    margin: 0 0 15px;
}

.included.block .checklist li:after {
    font-size: 20px;
    color: #73b646;
}

.included.block .checklist li span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

.checklist2 {
    font-size: 18px;
    line-height: 22px;
}

.checklist2 li {
    margin: 0 0 15px;
}

.checklist li:after {
    font-size: 20px;
    color: #73b646;
}

.checklist2 li span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

.included.block .btn-gray {
    background: #a0a0a2;
}

.included-list {
    overflow: hidden;
}

.included-list .col-xs-4 {
    border-left: 1px dashed #7dc94b;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
}

.included-list .col-xs-4:first-child {
    border: none;
}

.footer-form {
    width: 100%;
    margin: 0;
    padding-top: 30px;
}

.footer-form .col {
    padding: 0 5px;
    width: 28%;
    float: left;
}

.footer-form .column {
    padding: 0 5px;
    width: 100%;
}

.footer-form .col:last-child {
    width: 44%;
}

.footer-form .field {
    margin-bottom: 11px;
    position: relative;
    overflow: hidden;
}

.footer-form .column .field {
    float: left;
}

.footer-form .field:after {
    content: '';
    position: absolute;
    border: 2px solid #71b544;
    border-bottom-color: #3186c7;
    border-width: 1px 0;
    height: 100%;
    width: 50px;
    bottom: 0;
    left: -110px;
    transition: all linear 0.8s;
    -webkit-transition: all linear 0.8s;
    -ms-transition: all linear 0.8s;
    pointer-events: none;
    transform: skew(50deg);
    -ms-transform: skew(50deg);
    -webkit-transform: skew(50deg);
}

.footer-form .field:before {
    content: '';
    position: absolute;
    border: 2px solid #636467;
    border-width: 0 2px;
    height: 0;
    width: 100%;
    top: 0;
    left: 0;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    pointer-events: none;
}

.footer-form .field:hover:before {
    height: 100%;
}

.footer-form .field:hover:after {
    left: 120%;
}

#footer .footer-form .form-control {
    background: none !important;
    border: 1px solid #152641;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    resize: none;
    height: 40px;
    color: #fff;
    text-transform: inherit;
}

#footer .footer-form .form-control::-webkit-input-placeholder {
    color: #fff;
}

#footer .footer-form .form-control:-moz-placeholder {
    color: #fff;
}

#footer .footer-form .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

#footer .footer-form .form-control:-ms-input-placeholder {
    color: #fff;
}

.form-control:focus::-webkit-input-placeholder {
    opacity: 0 !important;
}

.form-control:focus:-moz-placeholder {
    opacity: 0 !important;
}

.form-control:focus::-moz-placeholder {
    opacity: 0 !important;
}

.form-control:focus:-ms-input-placeholder {
    opacity: 0 !important;
}

#footer .footer-form .col textarea.form-control {
    height: 92px;
}

#footer .footer-form .captcha {
    margin-right: 12px;
    float: left;
}

.footer-form .input-sm {
    width: 169px;
    float: left;
}

.footer-form button[type=submit] {
    width: 120px;
    height: 40px;
    background: #71b544;
    color: #000;
    font-size: 18px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    font-weight: 600;
}

.or {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 26px;
    color: #0e516b;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin: 0 0 28px;
}

.or:after,
.or:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 2px;
    background: #0e516b;
    margin: 0 15px;
}

.report {
    border: 2px solid #33b2e1;
    display: inline-block;
    vertical-align: middle;
    height: 55px;
    padding: 7px 15px 13px;
    line-height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #33b2e1;
    font-weight: 600;
    font-size: 21px;
    border-right: 0;
    margin-bottom: 77px;
    position: relative;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1);
}

.report i {
    font-size: 21px;
    position: absolute;
    right: -18px;
    top: 15px;
}

.report:hover {
    color: #fff;
}

.report:after {
    width: 38px;
    content: '';
    position: absolute;
    right: -32px;
    top: 12px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: 2px;
    background: #33b2e1;
}

.report:before {
    width: 38px;
    content: '';
    position: absolute;
    right: -32px;
    bottom: 12px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    height: 2px;
    background: #33b2e1;
}

.maintenance-features {
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.maintenance-features li {
    padding: 0 25px;
}

.maintenance-features li i {
    display: block;
    margin-top: 15px;
    font-size: 45px;
}

.maintenance-features li.bug {
    color: #f49220;
}

.maintenance-features li.update {
    color: #de1d81;
}

.maintenance-features li.baner {
    color: #0287e8;
}

.maintenance-features li.keyword {
    color: #71b544;
}

.social-banner {
    margin: 0 auto 20px;
}

.search-engine {
    color: #444;
}

.search-engine h2 {
    font-size: 40px;
    line-height: 45px;
    color: #00aeef;
    font-weight: 300;
}

.search-engine.search-engine2 h2 {
    font-size: 32px;
    line-height: 35px;
}

.search-engine.search-engine2 .seo-block {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
}

.search-engine .checklist .title {
    display: block;
    color: #00aeef;
    font-size: 18px;
    line-height: 24px;
}

.search-engine .checklist {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}

.search-engine .checklist p {
    margin: 0;
}

.checklist li:after {
    font-size: 30px;
    line-height: 45px;
    color: #00aeef;
}

.search-engine-img {
    width: 112%;
    max-width: inherit;
}

.signup-container h2 {
    font-size: 40px;
    line-height: 45px;
    color: #000;
    font-weight: 300;
}

.order-list {
    margin: 0;
    padding: 50px 0 0;
    overflow: hidden;
    counter-reset: item;
}

.order-list li {
    display: block;
    margin: 0 0 25px;
}

.order-list li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    width: 29px;
    height: 29px;
    background: #f7921e;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    line-height: 29px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-right: 20px;
}

.invoice-block {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    color: #989898;
    margin-top: 30px;
    margin-bottom: 25px;
}

.invoice-block h2 {
    text-transform: uppercase;
    color: #686868;
    margin: 0;
}

.invoice-block .form-control {
    border: 1px solid #bbd8e3;
    height: 42px;
    padding: 6px 10px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.invoice-block .submit {
    background: #9aca3c;
    color: #fff;
    font-size: 20px;
    height: 50px;
    width: 170px;
    border-color: #9aca3c;
    font-weight: 700;
    margin: 0;
}

.invoice-block textarea.form-control {
    height: 213px;
    resize: none;
}

.invoice-block .nav-tabs {
    display: inline-block;
    vertical-align: middle;
    padding: 0 78px;
    margin: 0 0 33px;
}

.invoice-block .nav-tabs>li {
    margin: 0;
    padding: 0 16px;
}

.invoice-block .nav-tabs>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #696969;
    position: relative;
    padding: 0 0 0 32px;
    margin: 0 0 25px;
}

.invoice-block .nav-tabs>li>a:after {
    width: 25px;
    height: 25px;
    border: 2px solid #696969;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.invoice-block .nav-tabs>li>a:before {
    width: 13px;
    height: 13px;
    background: #696969;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    display: none;
}

.invoice-block .nav-tabs>li.active>a:after,
.invoice-block .nav-tabs>li:hover>a:after {
    border-color: #00aeef;
}

.invoice-block .nav-tabs>li.active>a:before {
    background: #00aeef;
    display: block;
}

.invoice-block .nav-tabs>li.active>a,
.invoice-block .nav-tabs>li.active>a:hover,
.invoice-block .nav-tabs>li.active>a:focus,
.invoice-block .nav-tabs>li>a:hover {
    color: #00aeef;
    border: none;
    background: none;
}

.fake-select {
    position: relative;
    display: block;
}

.fake-select select::-ms-expand {
    display: none;
}

.fake-select select {
    display: inline-block;
    border: 1px solid #bbd8e3;
    padding: 8px 10px 8px 7px;
    margin: 0;
    font: inherit;
    outline: none;
    line-height: 1.2;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    position: relative;
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 600;
}

.fake-select:before {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 35px;
    background: #fff;
    pointer-events: none;
    z-index: 1;
}

.fake-select:after {
    position: absolute;
    right: 12px;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    border: 6px solid transparent;
    border-top-color: #9a9a9a;
    margin-top: -2px;
    line-height: 0;
    z-index: 1;
}

.payphone {
    background: #00aeef;
    padding: 30px 66px 30px 178px;
}

.payphone:before {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/pay-phone.png) no-repeat;
    content: '';
    width: 154px;
    height: 100%;
}

.paymail {
    background: #656565;
    padding: 30px 175px 30px 66px;
}

.paymail:before {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/pay-mail.html) no-repeat;
    content: '';
    width: 232px;
    height: 100%;
}

.method {
    font-size: 17px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    position: relative;
    overflow: hidden;
}

.method p {
    margin: 0;
}

.method .title {
    display: block;
    color: #fff;
    font-size: 29px;
    line-height: 35px;
    margin: 0 0 20px;
}

.modal-header {
    border-bottom: none;
    text-align: center;
}

.modal-title {
    font-size: 40px;
    line-height: 45px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.modal-body .form-control {
    border: 1px solid #bbd8e3;
    box-shadow: none;
    height: 52px;
}

.modal-body form .row {
    margin-bottom: 15px;
}

.modal-body textarea.form-control {
    height: 130px;
    resize: none;
}

.modal-content {
    padding: 45px;
    overflow: hidden;
}

.modal-content .large-view {
    width: 50%;
    float: left;
}

.portfolio .modal-dialog .modal-content {
    padding: 0;
}

.modal-body .btn-submit {
    width: 170px;
    height: 50px;
    background: #9aca3c;
    font-size: 20px;
    color: #fff;
    border-color: #9aca3c;
    text-transform: capitalize;
}

.modal-dialog {
    max-width: 824px;
    width: auto;
}

.portfolio .modal-dialog {
    max-width: 1140px;
    font-size: 14px;
    line-height: 18px;
}

#p2h .modal-dialog {
    max-width: 1140px;
    font-size: 20px;
    line-height: 22px;
}

.modal-header span span {
    display: block;
    margin: 0 0 10px;
}

#p2h .modal-header a {
    color: #fff;
}

#p2h .modal-content {
    padding: 0;
}

#p2h .modal-body {
    padding: 0;
}

#p2h .modal-header {
    background: #00aeef;
    padding: 35px;
    color: #fff;
}

#p2h .modal-title {
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    font-weight: 300;
    text-transform: capitalize;
    margin: 0 0 15px;
}

#p2h .modal-header .close {
    border-color: #fff;
    color: #fff;
}

.portfolio .modal-dialog h3 {
    margin: 0;
    color: #606060;
    font-size: 27px;
    line-height: 30px;
    font-weight: 600;
}

.modal-body .getquote {
    padding: 0 55px;
    overflow: hidden;
}

.modal-header .close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #3186c7;
    font-size: 30px;
    line-height: 32px;
    opacity: 1 !important;
    color: #3186c7;
}

.modal-body .captcha-field {
    width: calc(100% - 140px);
    height: 40px;
    padding: 5px 10px;
}

.modal-body .captcha {
    width: 320px;
    margin-top: 5px;
}

.modal-body .captcha img {
    float: left;
    margin-right: 12px;
    width: 128px;
}

.inner-model {
    overflow: hidden;
    padding: 15px 35px 35px 72px;
}

.modal-body .checklist2 {
    padding: 0;
}

.modal-body .btn {
    height: 47px;
    padding: 10px 25px;
    line-height: 27px;
    font-size: 16px;
    text-transform: capitalize;
}

.modal-body .subheading {
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin: 0 0 15px;
    color: #606060;
}

.modal-body .link {
    font-size: 19px;
    color: #00aeef;
    display: inline-block;
    margin-bottom: 15px;
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    opacity: 1;
    z-index: 99999;
}

.circle {
    position: absolute;
    border: 3px solid transparent;
    border-top-color: #3186c7;
    border-radius: 50%;
    -webkit-animation: rotate linear infinite;
    animation: rotate linear infinite;
}

.circle.one {
    height: 50px;
    width: 50px;
    left: 50px;
    top: 50px;
    -webkit-animation-duration: 0.85s;
    animation-duration: 0.85s;
}

.circle.two {
    height: 75px;
    width: 75px;
    top: 38px;
    left: 38px;
    -webkit-animation-duration: 0.95s;
    animation-duration: 0.95s;
    border-top-color: #636467;
}

.circle.three {
    height: 100px;
    width: 100px;
    top: 25px;
    left: 25px;
    -webkit-animation-duration: 1.05s;
    animation-duration: 1.05s;
    border-top-color: #71b544;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -90px 0 0 -90px;
    z-index: 999;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
    to {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
    to {
        -webkit-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

.signup-container .row {
    padding-right: 165px;
    position: relative;
}

.signup-container .btn {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #efbf00;
    color: #fff;
    text-transform: uppercase;
    height: 56px;
    font-weight: 700;
}

.signup-container .form-control {
    border: 1px solid #00aeef;
    height: 56px;
    box-shadow: none;
    padding-left: 55px;
    color: #00aeef;
}

.signup-container i {
    position: absolute;
    left: 35px;
    top: 20px;
    color: #00aeef;
    font-size: 18px;
    padding-right: 10px;
    border-right: 1px solid #00aeef;
}

.signup-container .form-control[placeholder="Email"] {
    padding-left: 62px;
}

.signup-container .form-control::-webkit-input-placeholder {
    color: #00aeef;
}

.signup-container .form-control:-moz-placeholder {
    color: #00aeef;
}

.signup-container .form-control::-moz-placeholder {
    color: #00aeef;
    opacity: 1;
}

.signup-container .form-control:-ms-input-placeholder {
    color: #00aeef;
}

.step-points {
    list-style: none;
    padding: 0;
    margin: 0 0 70px;
    display: table;
    width: 100%;
}

.signup-block {
    position: relative;
    padding-bottom: 60px;
}

.signup-block:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 4px;
    background: #ececec;
    top: 33px;
    text-align: center;
    z-index: -1;
}

.step-points li {
    display: table-cell;
    text-align: center;
    width: 20%;
}

.step-points li.active~li {
    pointer-events: none;
}

.step-points li.active+li {
    pointer-events: auto;
}

.step-points li a {
    display: block;
    color: #b0b0b0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.step-points li.active a {
    color: #00aeef;
}

.step-points li a span {
    display: block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #b0b0b0;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    font-weight: 600;
    color: #b0b0b0;
    margin: 0 auto 12px;
    background: #ececec;
    position: relative;
}

.step-points li.active a span:after {
    position: absolute;
    top: 100%;
    border: 8px solid transparent;
    border-top-color: #00aeef;
    content: '';
    left: 50%;
    margin: -1px 0 0 -8px;
}

.step-points li.active a span {
    background: #00aeef;
    border-color: #00aeef;
    color: #fff;
}

.step-points li.active~li a span {
    background: #fff;
    border-color: #b0b0b0;
    color: #b0b0b0;
}

.step-points li .next {
    color: #9aca3c;
    font-size: 28px;
    line-height: 35px;
    width: 110px;
    display: none;
    margin: 15px auto;
    padding-top: 124px;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    color: #9aca3c !important;
}

.step-points li.active+li .next {
    display: block !important;
}

.step-points li .next:after {
    width: 110px;
    height: 110px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #9aca3c;
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    font-size: 40px;
    line-height: 110px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.signup-heading {
    display: block;
    text-align: center;
    font-size: 29px;
    line-height: 35px;
    color: #00aeef;
    margin: 0 0 50px;
    text-transform: uppercase;
}

.signup-heading span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 15px;
    color: #00aeef;
    font-weight: 500;
}

.signup-heading span:after,
.signup-heading span:before {
    content: '';
    position: absolute;
    width: 136px;
    height: 1px;
    background: #00aeef;
    left: 100%;
    top: 50%;
}

.signup-heading span:before {
    left: auto;
    right: 100%;
}

.contents-data .plan-box {
    margin: 0 auto 50px;
    background: #fff;
    min-height: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 30px;
    z-index: 1;
    overflow: hidden;
}

.contents-data .plan-box:after {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px dashed #a8cf93;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: '';
}

.contents-data .plan-box .title {
    background: #71b544;
    color: #fff;
    float: left;
    font-size: 22px;
    line-height: 25px;
    margin: 35px 0 0;
    padding: 15px 11px;
    position: relative;
}

.contents-data .plan-box .title:after {
    background: #71b544;
    content: "";
    height: 40px;
    position: absolute;
    right: -19px;
    top: 8px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 38px;
    z-index: -1;
}

.contents-data .plan-box .data-info {
    float: right;
    width: 80%;
}

.contents-data .plan-box dl {
    padding: 24px 0 0 30px;
    float: left;
    width: 25%;
    margin: 0;
}

.contents-data .plan-box dt {
    color: #8e8e8e;
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    margin: 0 0 10px 0;
}

.contents-data .plan-box dd {
    color: #71b544;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 40px;
}

.contents-data .plan-box dd span {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.contents-data {
    margin: 0 0 15px;
}

.block-row {
    padding: 40px 9999px 20px;
    overflow: hidden;
    margin: 0 -9999px 20px;
}

.block-row .box {
    padding: 25px 15px 10px;
    background: #3186c7;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.block-row .box h4 {
    text-align: center;
    color: #fff;
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 22px;
}

.block-row textarea.form-control {
    height: 170px;
    resize: none;
}

.block-row .box .form-control {
    margin: 0 0 15px;
    border: none;
}

.block-row label {
    color: #3186c7 !important;
}

.block-row.gray {
    background: #fafbfb;
}

.contents-data .form-control {
    height: 42px;
    background: #fbfeff;
    border: 1px solid #bbd8e3;
    box-shadow: none;
}

.contents-data .field {
    margin: 0 0 22px;
}

.contents-data label {
    color: #9a9a9a;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-align: left;
    display: block;
}

.contents-data .label {
    display: block;
    text-align: center;
    cursor: pointer;
}

.contents-data [type="checkbox"],
.contents-data [type="radio"] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
}

.contents-data .fake-label {
    line-height: 40px;
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}

.contents-data .fake-label a {
    color: #00aeef;
}

.contents-data .fake-input {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 1px solid #505050;
    background: #fff;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}

.contents-data [type=radio]+.fake-input {
    border-radius: 100%;
}

.contents-data [type="checkbox"]+.fake-input:before {
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid #00aeef;
    border-width: 0 0 1px 1px;
    opacity: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -3px 0 0 -5px;
}

.contents-data [type="radio"]+.fake-input:before {
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: #777;
    border-radius: 100%;
    opacity: 0;
}

.contents-data [type="checkbox"]:checked+.fake-input {
    border-color: #00aeef !important;
}

.contents-data [type="radio"]:checked+.fake-input:before,
.contents-data [type="checkbox"]:checked+.fake-input:before {
    opacity: 1;
}

.contents-data [type="radio"]:checked~.fake-label,
.contents-data [type="checkbox"]:checked~.fake-label,
.contents-data [type="radio"]:checked~.price,
.contents-data [type="checkbox"]:checked~.price {
    color: #9a9a9a
}

.contents-data input:disabled+.fake-input,
.contents-data input:disabled~.fake-label {
    opacity: .5;
}

.check-features {
    overflow: hidden;
}

.check-features {
    padding-top: 10px;
}

.check-features li {
    margin: 0 0 5px !important;
    padding: 5px 0.6em;
    font-size: 12px;
    line-height: 15px;
}

.check-features li .fake-label {
    font-size: 11px;
    line-height: 15px;
    color: #9ebac4;
}

.check-features li .fake-input {
    margin-right: 3px;
}

.pkg-table {
    background: #fff;
    color: #000;
    width: 100%;
    letter-spacing: 0;
    margin-top: -2px;
}

.pkg-table td .title {
    font-size: 13px;
    padding: 0 0 0 15px;
}

.pkg-table td:first-child {
    text-align: left;
}

.pkg-table td:nth-child(2) {
    color: #00aeef;
}

.pkg-table td:nth-child(3) {
    color: #ffb400;
}

.pkg-table td:nth-child(4) {
    color: #ee625c;
}

.pkg-table td:nth-child(5) {
    color: #ee625c;
}

.pkg-table .table-head td:nth-child(2),
.pkg-table .table-head1 td:nth-child(2),
.pkg-table .table-head2 td:nth-child(2) {
    background: #00aeef;
    color: #fff;
}

.pkg-table .table-head td:nth-child(3),
.pkg-table .table-head1 td:nth-child(3),
.pkg-table .table-head2 td:nth-child(3) {
    background: #ffb400;
    color: #fff;
}

.pkg-table .table-head td:nth-child(4),
.pkg-table .table-head1 td:nth-child(4),
.pkg-table .table-head2 td:nth-child(4) {
    background: #ee625c;
    color: #fff;
}

.table-head {
    position: relative;
}

.table-head.fixed,
.table-head1.fixed,
.table-head2.fixed {
    background: #fff;
    display: table!important;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    position: fixed;
    right: 0;
    top: 70px;
    z-index: 99999;
}

.sticky-footer {
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 999;
}

.contents-data .btn {
    margin-bottom: 20px;
}

.plans .plan-row ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.plans .plan-row ul li {
    margin-bottom: 5px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media only screen and (min-width:1025px) {}

@media screen and (max-width:1400px) {
    .slideshow .slide .caption h2 {
        font-size: 58px;
        margin: 0 0 20px;
    }
    .slideshow .slide .caption ul {
        padding-bottom: 15px;
    }
}

@media screen and (max-width:1350px) {
    .slideshow .slide .main-img {
        width: 130%;
        margin: 0 -15%;
    }
}

@media screen and (max-width:1200px) {
    .seo-block {
        padding-top: 0;
    }
    .header.fixed .navbar-default .nav>li>a {
        padding: 5px;
    }
    .navbar-default .nav>li>a {
        padding: 5px 6px;
    }
    .slideshow .slide .caption h2 {
        margin: 0 0 10px;
    }
    .slideshow .slide .caption h2,
    .slideshow .slide .caption h2 span {
        font-size: 38px;
        line-height: 40px;
    }
    .slideshow .slide .caption h2 em {
        font-size: 34px;
        line-height: 38px;
    }
    .slideshow .slide .after-view {
        bottom: 0;
    }
    .slideshow .slide .pointer {
        top: 50px;
    }
    .slideshow .slide .caption {
        padding: 0 15px;
    }
    .slideshow .slide .caption ul {
        font-size: 14px;
        line-height: 16px;
        padding: 0 0 20px;
    }
    .slideshow .slide .btn,
    .see-portfolio span {
        height: auto;
        line-height: 20px;
        padding: 5px 10px;
        font-size: 14px;
    }
    .clients ul {
        width: 250px;
    }
    .clients li {
        width: 115px;
        height: 115px;
    }
    .clients li img {
        width: 80%;
        height: auto;
        display: block;
    }
    #footer h3 {
        font-size: 13px;
    }
    .top-banner {
        height: 650px;
    }
    .ppc-banner {
        height: auto !important;
    }
    .ppc-banner .caption {
        max-width: 360px;
    }
    .circle {
        transform: translateY(7%);
        -ms-transform: translateY(7%);
        -webkit-transform: translateY(7%);
    }
    .top-banner .inner-circle {
        transform: scale(0.9, 0.9);
        -ms-transform: scale(0.9, 0.9);
        -webkit-transform: scale(0.9, 0.9);
    }
    .top-banner .screen {
        transform: scale(0.8, 0.8) translateX(-60%);
        -ms-transform: scale(0.8, 0.8) translateX(-60%);
        -webkit-transform: scale(0.8, 0.8) translateX(-60%);
        bottom: 62px;
    }
    .ppc-banner h1 {
        padding-top: 20px;
        font-size: 45px;
        line-height: 50px;
    }
    .round-block {
        width: 640px;
        height: 440px;
        margin: 70px auto -30%;
    }
    .block.workflow .layout-img {
        position: absolute;
        width: 60%;
    }
    .block.mobile-workflow .layout-img {
        width: 548px;
    }
    .round-block .round-box {
        width: 172px;
        margin: -36px 0 0 -36px;
        font-size: 12px;
        line-height: 15px;
    }
    .round-block .round-box .title {
        font-size: 15px;
        line-height: 20px;
    }
    .round-block .round-box .number {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .circle-tools img {
        width: 50%;
        margin: 0 auto;
    }
    .social-img {
        margin: -30% -25% 0 0;
        position: relative;
        width: 80%;
        height: auto;
    }
    .wewill .checklist li {
        padding-right: 20px;
    }
    .order-summary .body {
        padding: 0 15px 10px;
    }
    .slideshow .slide .laptop img,
    .slideshow .slide .mobile img,
    .slideshow .slide .notepad img,
    .slideshow .slide .tablet img {
        width: 100%;
    }
    .slideshow .slide .main-img {
        width: 130%;
        margin: 0 -15%;
        max-width: inherit;
    }
    .slideshow .slide .site-view {
        bottom: 25%;
    }
    .location-box .location:before {
        font-size: 18px;
    }
    .payphone {
        padding-left: 140px;
    }
    .paymail {
        padding-right: 140px;
    }
    .inner-model {
        padding: 15px;
    }
    .round-block {
        min-height: 815px;
    }
    .main-block .round-block .round-box {
        width: 250px;
        margin: 0 0 0 -125px;
    }
    .others-block .round-block .item-block .title {
        margin-bottom: 8px;
    }
    .block.workflow .item-block {
        width: 161px;
        height: 281px;
        margin: 0 0 0 -80px;
        bottom: 120px;
    }
    .block.workflow.activeblock .item-block {
        bottom: 59px;
        margin: 0 0 0 -80px;
        top: 666px;
    }
    .block.workflow .center-img {
        width: 40% !important;
        height: auto !important;
    }
    .block.mobile-workflow .layout-img {
        width: 400px;
    }
    .carousel .mask .slide .mobile-image {
        width: 44%;
        margin-right: 15px;
    }
    .carousel .mask .slide .btn-primary {
        font-size: 14px;
    }
}

@media only screen and (min-height:640px) and (max-height:825px) {
    .block.mobile-workflow.activeblock .main-block {
        top: -130px;
    }
    .block.workflow.activeblock .item-block {
        top: 213px;
    }
    .packages-list {
        font-size: 14px;
    }
}

@media screen and (max-width:1080px) {
    .order-summary {
        margin-top: 30px;
    }
    .p2h-pkg .columns .col {
        padding: 25px 10px 0;
    }
}

@media screen and (max-width:1025px) and (max-height:768px) {
    .block.workflow .others-block,
    .block.mobile-workflow .layout-img {
        display: none;
    }
    .main-block .round-block .round-box {
        position: static !important;
        margin: 0 !important;
        width: 49%;
        display: inline-block;
        vertical-align: top;
        padding: 0 15px;
        height: auto !important;
    }
    .block.workflow .main-block {
        position: static !important;
    }
    .processes .row:nth-child(even) .process:after {
        left: -3px !important;
        right: auto;
    }
    .round-block {
        width: 100%;
        height: 640px;
        margin: 70px auto -30%;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }
    .layout-img {
        display: none;
    }
    .block.workflow .round-block {
        margin: 0 auto;
    }
    .round-block .round-box {
        margin: 0;
        font-size: 12px;
        line-height: 15px;
        position: static;
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        height: auto;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
        padding: 0 15px;
    }
    .block.workflow .round-block.win-height,
    .block.workflow .round-block {
        height: auto !important;
        min-height: inherit !important;
    }
    .block.workflow .main-block {
        height: auto !important;
    }
    .slideshow .slide .caption .inner {
        padding: 0 0 0 40px;
    }
}

@media screen and (max-width:991px) {
    .sticky-footer .btn {
        display: inline-block !important;
        vertical-align: middle !important;
        width: auto !important;
        padding: 5px 10px;
    }
    .table-head.fixed,
    .table-head1.fixed {
        width: 720px;
    }
    .processes .process h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .processes .row:nth-child(even) .process:after {
        left: -3px !important;
        right: auto;
    }
    .seo .container img {
        opacity: 0.2;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .p2h-pkg ul li {
        padding: 5px 0;
    }
    .carousel .mask .slide .mobile-image {
        display: none;
    }
    .carousel .mask .slide {
        padding: 10px;
    }
    .header-info .tel {
        font-size: 12px;
        margin-right: 10px;
    }
    .header-info .btn {
        padding: 5px 10px;
    }
    .header-info {
        padding-left: 10px;
    }
    .navbar-default .nav>li>a {
        padding: 5px 5px;
        color: #fff;
    }
    .navbar-default .nav>li.hover>a,
    .navbar-default .nav>li.active>a {
        background: #fff !important;
    }
    .header.fixed .navbar-default .nav>li>a {
        padding: 5px 4px;
        color: #777;
    }
    .fixed .navbar-default {
        font-size: 9px;
    }
    #header.fixed .navbar-brand {
        width: 95px;
        height: 42px;
    }
    .navbar-default {
        font-size: 10px;
    }
    .navbar-header {
        margin-bottom: 0;
    }
    .navbar-right {
        margin: 15px -9999px 0;
        padding: 0 9984px;
        float: none !important;
        clear: both !important;
        text-align: center;
        background: #08b0ff;
    }
    .navbar-default .nav>li {
        padding-bottom: 0;
    }
    .navbar-default {
        padding-bottom: 0;
        padding-top: 8px;
    }
    .fixed .navbar-right {
        margin: 0 -15px;
        float: right !important;
        clear: none !important;
        text-align: center;
        background: none;
        padding: 0;
    }
    .navbar-nav>li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .slideshow .slide .caption.right .inner {
        width: 250px;
    }
    .slideshow .slide .caption .inner {
        font-size: 12px;
        padding: 0 0 0 40px;
    }
    .links .box {
        width: 200px;
        height: 122px;
        margin: 0 !important;
    }
    .links .box:after {
        left: 0;
        top: 0;
        font-size: 200px;
        z-index: 999;
        line-height: 200px;
        vertical-align: top;
        z-index: -1;
    }
    .links .box2 {
        margin: 0 0 -50px 0;
        z-index: 200;
    }
    .links .box3 {
        left: -125px;
    }
    .links .box span {
        font-size: 14px;
        line-height: 16px;
    }
    .links .box span i {
        font-size: 30px;
    }
    .block .btn {
        display: block;
        margin: 0 0 15px;
        width: 100%;
    }
    .language .parallax {
        transform: scale(0.9, 0.9);
        -ms-transform: scale(0.9, 0.9);
        -webkit-transform: scale(0.9, 0.9);
    }
    .block.activeblock .text-box {
        display: block;
    }
    .inner-block.active .text-box {
        display: inline-block;
    }
    .text-box h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .block .icons {
        position: static !important;
    }
    .block .icons img {
        margin: 0 auto 15px;
        max-width: 100%;
        height: auto;
    }
    .language .parallax {
        top: 0;
        bottom: auto !important;
    }
    .parallax img {
        transform: translate3d(0, 0, 0) !important;
        -ms-transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
    }
    .apps .app:first-child,
    .apps .app:last-child {
        left: 0;
    }
    .clients ul {
        width: 205px;
    }
    .clients li {
        width: 98px;
        height: 100px;
    }
    .clients li img {
        width: 80%;
        height: auto;
    }
    .clients {
        margin: -80px 0 0;
        padding: 0;
    }
    .block {
        overflow: hidden;
    }
    .our-property li {
        font-size: 40px;
        line-height: 45px;
    }
    .our-property li span {
        font-size: 15px;
        line-height: 20px;
    }
    .bpn {
        margin-bottom: -75px !important;
    }
    .top-banner {
        height: 550px;
    }
    .top-banner .inner-circle {
        transform: scale(0.6, 0.6);
        -ms-transform: scale(0.6, 0.6);
        -webkit-transform: scale(0.6, 0.6);
    }
    .top-banner .screen {
        transform: scale(0.6, 0.6) translateX(-80%);
        -ms-transform: scale(0.6, 0.6) translateX(-80%);
        -webkit-transform: scale(0.6, 0.6) translateX(-80%);
        bottom: 0;
    }
    .circle {
        transform: translateY(-5%);
        -ms-transform: translateY(-5%);
        -webkit-transform: translateY(-5%);
    }
    .block.responsive-design {
        background: #14a874 url(../images/bg15.jpg) 60% 100%;
    }
    .block.responsive-design .text-center {
        transform: translateY(50%);
        -ms-transform: translateY(50%);
        -webkit-transform: translateY(50%);
    }
    .top-banner.internet h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .round-block {
        width: 100%;
        margin: 50px 0;
        height: auto;
    }
    .round-block .inner-block {
        padding: 150px 0;
        width: 50%;
        margin: 0 auto;
    }
    .round-block .feature-box.box7 {
        top: 100%;
        right: 40%;
        margin: -80px 0 0 0;
    }
    .social-img {
        position: absolute;
        margin: 0;
        opacity: 0.2;
        left: 0;
        top: 50%;
        width: 80%;
        height: auto;
        z-index: -1;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .contactus {
        margin-top: 80px;
    }
    .included.block .checklist {
        font-size: 15px;
        line-height: 18px;
    }
    .included.block .checklist li {
        margin: 0 0 10px;
    }
    .included.block .checklist li:after {
        font-size: 15px;
    }
    .round-block {
        width: 100%;
        height: 640px;
        margin: 70px auto -30%;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }
    .layout-img {
        display: none;
    }
    .block.workflow .round-block {
        margin: 0 auto;
    }
    .round-block .round-box {
        margin: 0;
        font-size: 12px;
        line-height: 15px;
        position: static;
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        height: auto;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
        padding: 0 15px;
    }
    .footer-form .col {
        padding: 0 5px;
        width: 50%;
        float: left;
    }
    .footer-form .col:last-child {
        width: 100%;
    }
    .upper-footer .contact-box {
        float: none;
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }
    .works .project .btns .btn {
        width: auto;
        display: inline-block;
    }
    .language img {
        margin-left: -64px;
    }
    .slideshow .btn-prev,
    .slideshow .btn-next {
        display: none !important;
    }
    .slideshow .slide .led-img img {
        margin-left: 60px;
        width: 100%;
    }
    .slideshow .slide .site-view {
        right: 15%;
        width: 45%;
    }
    .slideshow .slide .site-view {
        bottom: 0;
    }
    .plans .plan-row .text {
        display: block;
        padding: 0;
        text-align: center;
        width: auto;
    }
    .plans .maintenance .plan-row .title {
        display: block;
        text-align: center;
        margin: 0 0 10px;
        width: auto;
    }
    .checklist2 {
        font-size: 13px;
    }
    .ourprocesse p br {
        display: none;
    }
    .search-engine-img {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    .plans.local .head .price {
        width: 130px;
        height: 130px;
    }
    .plans.local .head .price {
        font-size: 30px;
        line-height: 40px;
    }
    .portfolio .modal-content {
        text-align: center;
    }
    .modal-content .large-view {
        width: 250px;
        float: none;
        margin: 30px 15px 0;
    }
    .signup-container .row {
        padding-right: 0;
        position: relative;
    }
    .signup-container .row .col-md-4 {
        margin: 0 0 15px;
    }
    .signup-container .btn {
        position: relative;
        height: 56px;
        width: 250px !important;
        margin: 0 auto !important;
        display: block;
    }
    .block.workflow .others-block {
        display: none;
    }
    .main-block .round-block .round-box {
        position: static !important;
        margin: 0 !important;
        width: 49%;
        display: inline-block;
        vertical-align: top;
        padding: 0 15px;
        height: auto !important;
    }
    .block.workflow .main-block {
        position: static !important;
    }
    .design-feature h3 {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 15px;
    }
    .design-feature {
        font-size: 13px;
        line-height: 15px;
    }
    .design-feature2 i {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 35px;
    }
    .main-block .round-block .round-box.box2 {
        top: 56%;
        left: 0;
    }
    .main-block .round-block .round-box.box3 {
        left: 0;
        top: 38%;
    }
    .main-block .round-block .round-box.box4 {
        left: 0;
    }
    .main-block .round-block .round-box.box5 {
        right: -20%;
        left: auto;
    }
    .main-block .round-block .round-box.box6 {
        right: -20%;
        left: auto;
        top: 38%;
    }
    .main-block .round-block .round-box.box7 {
        right: -20%;
        left: auto;
    }
    .main-block .round-block .round-box.box8 {
        right: -20%;
        left: auto;
    }
    .banner.p2b h1 {
        font-size: 40px;
    }
    .banner.p2b .rate {
        font-size: 20px;
    }
    .block.bgcms {
        background-position: 0 0;
    }
    .order-list {
        padding: 0;
    }
    .packages-list {
        font-size: 11px;
    }
    .tab-block {
        display: block !important;
    }
    .tab-block .tab-opener {
        display: block;
        background: #fff;
        padding: 10px 9999px;
        margin: 0 -9979px 2px;
        color: #555;
    }
    .tab-block .tab-opener:hover,
    .tab-block.active .tab-opener {
        background: #14a874;
        color: #fff;
    }
    .tab-slide {
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        transition: all linear 0.2s;
        -webkit-transition: all linear 0.2s;
        -ms-transition: all linear 0.2s;
    }
    .tab-block.active .tab-slide {
        display: block;
        opacity: 1;
        visibility: visible;
        max-height: inherit;
        padding: 10px 0;
    }
    .block.tab-page {
        padding: 0;
    }
    .block.workflow .round-block.win-height,
    .block.workflow .round-block {
        height: auto !important;
        min-height: inherit !important;
    }
    .block.workflow .main-block {
        height: auto !important;
    }
    .design-feature ul li:after {
        top: 5px;
    }
    .smo-text {
        text-align: center;
    }
    .smo-text h1 br {
        display: none;
    }
    .smo-text ul {
        display: inline-block;
        vertical-align: middle;
    }
    #footer .contacts ul {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    #footer .newsletter {
        width: 100%;
        text-align: center;
    }
    #footer .newsletter .form-control {
        font-size: 13px;
    }
    .top-banner .btn-default,
    .banner .btn-default {
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }
    #header.fixed .navbar-nav {
        margin-top: -7px;
    }
    #header.fixed .navbar-brand,
    .navbar-brand {
        width: 100px;
    }
    .plans .head .txt {
        font-size: 12px;
    }
    .plans .head .price {
        width: 140px;
        height: 140px;
        font-size: 40px;
        line-height: 35px;
    }
    .contents-data .plan-box .title {
        float: none;
        display: block;
        text-align: center;
        background: none;
        color: #71b544;
        margin: 0;
    }
    .contents-data .plan-box .title:after {
        display: none;
    }
    .contents-data .plan-box .data-info {
        width: 100%;
    }
    .block-row label {
        min-height: 40px;
    }
}

@media screen and (max-width:767px) {
    .sticky-footer .btn {
        padding: 5px;
        font-size: 12px;
        line-height: 20px;
    }
    .table-head.fixed,
    .table-head1.fixed {
        position: relative !important;
        display: block;
        width: 100%;
    }
    .top-banner .btn-default,
    .banner .btn-default {
        font-size: 16px;
    }
    .ourprocesse .mt {
        margin-top: 0;
    }
    body {
        font-size: 14px;
        line-height: 18px;
    }
    .navbar-brand {
        width: 100px;
        height: 54px;
    }
    .header-info {
        float: right;
        width: 100%;
        text-align: center;
    }
    .header-info .tel {
        display: block;
        margin: 0 0 10px;
        font-size: 12px;
    }
    .header-info .btn {
        font-size: 8px;
        padding: 5px 8px;
    }
    #header.clone.fixed .header-info {
        display: none !important;
    }
    #header.fixed .navbar-header {
        width: 100%;
    }
    .navbar-right {
        margin: 0;
        padding: 0 0;
        float: none !important;
        clear: both !important;
        text-align: center;
        background: #08b0ff;
    }
    .navbar-header {
        margin: 0 0 8px;
    }
    .navbar-nav>li {
        display: block;
    }
    .navbar-default .nav>li ul {
        max-height: 400px;
        visibility: visible;
        position: relative;
    }
    .block {
        padding: 15px 0;
        text-align: center !important;
    }
    h1 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 10px;
    }
    .block h1 span {
        font-size: 14px;
        line-height: 16px;
    }
    .callus {
        font-size: 25px;
        line-height: 30px;
    }
    .callus:after {
        font-size: 45px;
        top: 10px;
    }
    .bg8 .callus:after {
        font-size: 45px;
        top: 0;
    }
    .text-box h2 {
        font-size: 22px;
        line-height: 25px;
    }
    .links .box:after {
        display: none;
    }
    .links .box3 {
        left: 0;
    }
    .links {
        margin: 0 0 -15px;
        float: none !important;
        width: 100%;
    }
    .links .box span {
        padding: 0;
        display: block;
    }
    .links .box {
        width: auto;
        height: auto !important;
        padding: 10px 9999px;
        margin: 0 -9999px !important;
        overflow: hidden;
        background: #ff8951;
        transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
    }
    .links .box2 {
        background: #ea2a4f;
    }
    .links .box3 {
        background: #632ec4;
    }
    .apps {
        margin: 0 0 80px;
    }
    .block .text-box,
    .center-box {
        width: 100% !important;
    }
    #footer .row .row {
        margin: 0;
    }
    .language:after {
        display: none;
    }
    .language {
        height: auto;
        margin: 0;
    }
    .language .parallax {
        position: static;
    }
    .slideshow .slide .caption {
        padding: 10px;
    }
    .slideshow .slide .main-img {
        width: 220%;
        margin: 0 -60%;
    }
    .slideshow .slide .caption h2,
    .slideshow .slide .caption h2 span,
    .slideshow .slide .caption h2 em {
        font-size: 20px !important;
        line-height: 30px!important;
        color: #000 !important;
    }
    .slideshow .slide .caption h2 br {
        display: none;
    }
    .slideshow .slide {
        background: #333;
    }
    .social-netwoks li {
        margin: 0 1px 0;
    }
    .slideshow .slide .caption .txt {
        font-size: 20px;
    }
    .slideshow .slide .caption .title {
        font-size: 40px;
    }
    .slideshow .slide .caption.right {
        text-align: left;
    }
    .slideshow .slide .caption ul {
        color: #000 !important;
        padding-bottom: 5px;
    }
    .slideshow .slide .caption ul li {
        margin-bottom: 5px;
    }
    .slideshow .slide .first-view,
    .slideshow .slide .pointer,
    .slideshow .slide .after-view,
    .slideshow .slide .lightmen,
    .slideshow .slide .laptop,
    .slideshow .slide .mobile,
    .slideshow .slide .notepad,
    .slideshow .slide .tablet,
    .slideshow .slide .shape2,
    .slideshow .slide .shape1,
    .slideshow .slide .shape3,
    .weather,
    .slideshow .slide .gear,
    .slideshow .slide .cup,
    .slideshow .slide .icons,
    .slideshow .slide .led-img {
        display: none;
    }
    .slideshow .slide .caption.last .inner {
        transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        -webkit-transform: scale(0.7, 0.7);
        padding: 0;
    }
    .our-property li {
        font-size: 20px;
        line-height: 25px;
    }
    .our-property li i {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .inner-block img {
        max-width: 250px;
        margin: 0 auto;
        width: 100%;
    }
    .our-property li span {
        font-size: 12px;
        line-height: 15px;
    }
    .inner-block h3 {
        font-size: 18px;
    }
    .inner-block .container {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .inner-block .image-area {
        display: table-header-group;
    }
    .bpn {
        margin-bottom: -20px !important;
    }
    .carousel .btn-prev,
    .carousel .btn-next {
        width: 35px;
        height: 35px;
        margin: -17px 0 0;
        font-size: 35px;
        line-height: 35px;
    }
    .carousel {
        padding: 0 40px;
        margin: 20px 0 -15px;
    }
    .fixed .navbar-right {
        margin: 0 -15px;
        float: none !important;
        clear: none !important;
        text-align: center;
    }
    .mail-form {
        padding: 15px;
    }
    .mail-form h2 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 10px;
    }
    .mail-form span {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .mail-form .field .form-control {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
        padding: 10px 60px 10px 10px;
    }
    .mail-form .field .btn {
        height: 40px;
        padding: 5px;
        font-size: 12px;
        line-height: 20px;
        width: 50px;
    }
    .inner-block .note {
        font-size: 15px;
        line-height: 20px;
        margin: 20px 0;
    }
    .boxes .box {
        display: block;
        padding: 0 9999px;
        margin: 0 -9999px;
        text-align: center;
        width: auto !important;
    }
    .top-banner .inner-circle {
        transform: scale(0.5, 0.5);
        -ms-transform: scale(0.5, 0.5);
        -webkit-transform: scale(0.5, 0.5);
    }
    .top-banner .screen {
        width: 70%;
        transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .top-banner .screen img {
        width: 100%;
        height: auto;
        display: block;
    }
    .top-banner h1 {
        font-size: 22px;
        line-height: 28px;
        padding: 0;
    }
    .subheading {
        font-size: 18px;
        line-height: 26px;
    }
    .top-banner h1 span {
        font-size: 23px;
        line-height: 26px;
    }
    .top-banner.internet .subtext {
        padding: 10px 0 0;
    }
    .top-banner .bg-frame {
        padding-bottom: 0 !important;
    }
    .top-banner {
        height: 200px;
    }
    .wave {
        display: none !important;
    }
    .wave {
        height: 95px;
    }
    .banner2.top-banner {
        height: 300px;
    }
    .banner3.top-banner {
        height: 530px;
    }
    .banner3.top-banner .inner {
        padding: 20px 0;
        top: 0;
        transform: none;
        color: #fff;
    }
    .top-banner .mobile-view {
        display: none;
    }
    .bule-heading {
        font-size: 23px !important;
        line-height: 25px !important;
    }
    .bule-heading span {
        font-size: 15px !important;
        line-height: 20px !important;
    }
    h2 {
        font-size: 18px;
        line-height: 20px;
    }
    .handmobile {
        margin: 0 0 20px -20px;
        width: 100%;
        height: auto;
        display: block;
    }
    .panel-default>.panel-heading a {
        padding: 10px;
        font-size: 15px;
        line-height: 18px;
        position: relative;
        background: #7a7a7a;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        padding-right: 40px;
    }
    .panel-default>.panel-heading a:before,
    .panel-default>.panel-heading a:after {
        width: 15px;
        margin: -2px 0 0;
        height: 3px;
    }
    .preview-site .form-control {
        padding: 5px 110px 5px 10px;
        font-size: 12px;
        height: 30px;
        line-height: 20px;
    }
    .preview-site button[type=submit] {
        width: 100px;
        font-size: 11px;
        padding: 5px;
    }
    .ppc {
        width: 280px;
    }
    .indicate-arrow {
        max-width: 300px;
    }
    .indicate-arrow img {
        width: 300px;
        height: auto;
    }
    .dollor {
        display: none;
    }
    .ppc-banner .subtext {
        font-size: 15px;
    }
    .achievement.our-property li {
        font-size: 20px;
        line-height: 25px;
    }
    .benifits .col .caption h2 {
        font-size: 12px;
        line-height: 15px;
        height: 50px;
        padding: 10px;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.31) 1%, rgba(0, 0, 0, 0.9) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.31) 1%, rgba(0, 0, 0, 0.9) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.31) 1%, rgba(0, 0, 0, 0.9) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4f000000', endColorstr='#e6000000', GradientType=0);
    }
    .benifits .col .caption .text p {
        display: none;
    }
    .benifits .col {
        padding: 0;
        margin: 0;
    }
    .benifits .col .caption .btn {
        margin-top: 10px;
    }
    .benifits .col .caption {
        left: 0;
        right: 0;
    }
    .design-img {
        top: auto;
        bottom: 20px;
        width: 50%;
    }
    .block.responsive-design {
        background: #14a874 url(../images/bg15.jpg) 0 0;
        height: auto;
    }
    .block.responsive-design .text-center {
        max-width: 100%;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    .block.responsive-design h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .round-block {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
        background: none;
        margin: 0;
        height: auto;
    }
    .embed-responsive img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .round-block .inner-block {
        width: 100%;
        padding: 0;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
        text-align: center;
    }
    .round-block .feature-box {
        position: static;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
        margin: 0 0 15px;
        display: inline-block;
        vertical-align: bottom;
        float: none;
        width: 30%;
        overflow: hidden;
    }
    .round-block .feature-box.box7 {
        margin: 0 0 15px;
    }
    .number-list {
        font-size: 12px;
        line-height: 15px;
    }
    .number-list li {
        margin: 0 0 10px;
        min-height: inherit;
        padding: 0 0 0 30px;
    }
    .number-list li::before {
        line-height: 22px;
        font-size: 12px;
        width: 22px;
        height: 22px;
        border-width: 1px;
        margin: 0;
    }
    .top-banner {
        margin-bottom: 0;
    }
    .two-features .box {
        margin: 0 0 20px;
        padding: 10px 50px;
        text-align: left;
    }
    .two-features .box:before,
    .two-features .box:after {
        font-size: 22px !important;
    }
    .two-features .box .title {
        font-size: 13px;
        line-height: 18px;
    }
    .top-banner.internet h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .top-banner.internet .subtext {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 5px;
    }
    .checklist {
        font-size: 12px;
        line-height: 15px;
    }
    .checklist li {
        padding-left: 20px;
    }
    .checklist li:after {
        font-size: 15px;
    }
    .contactus {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 20px;
        margin: 0;
    }
    .contactus:after {
        bottom: -2px;
        height: 92px;
        right: 9px;
        width: 112px;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .contactus a {
        font-size: 23px;
        line-height: 30px;
    }
    .plans .head h4 {
        font-size: 13px;
        line-height: 20px;
    }
    .plans .head .txt {
        font-size: 8px;
    }
    .plans .head .price,
    .plans.local .head .price {
        width: 100px;
        height: 100px;
        font-size: 20px;
        line-height: 20px;
    }
    .plans .head .timelimt,
    .plans .plan-row .title {
        font-size: 12px;
    }
    .plans .head {
        padding: 12px;
    }
    .open-close .plans.text {
        max-height: 0;
        opacity: 0;
        visibility: hidden;
    }
    .open-close.active .plans.text,
    .open-close.show .plans.text {
        max-height: 1600px;
        visibility: visible;
        opacity: 1;
    }
    .block h1 span {
        display: block;
    }
    .block h1.social {
        font-size: 30px;
        line-height: 45px;
    }
    .block h1.social span {
        font-size: 25px;
        line-height: 28px;
    }
    .block h1.social span em {
        font-size: 20px;
        line-height: 22px;
        display: block;
    }
    .team .col {
        margin-bottom: 20px;
    }
    .team .col a {
        font-size: 14px;
    }
    .portfolio h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .portfolio h1:after,
    .portfolio h1:before {
        width: 35px;
    }
    .portfolio h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .contact-form .col-xs-12 {
        margin: 0 0 15px
    }
    .code-row .form-control {
        width: 200px;
    }
    .navbar-collapse {
        margin: 0 -30px;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .contact-info .col-xs-6 {
        margin-bottom: 20px;
        min-height: 170px;
    }
    .our-address address .title {
        font-size: 15px;
        line-height: 20px;
    }
    .our-address address {
        min-height: 108px;
    }
    .navbar-default .nav>li .dropdown {
        opacity: 1;
        position: relative;
        visibility: hidden;
        width: 100%;
        white-space: normal;
        max-height: 0;
        overflow: hidden;
        min-height: inherit;
        background-image: none !important;
        background: #fff !important;
    }
    .offer-link {
        display: none;
    }
    .navbar-default .nav>li.hover .dropdown {
        max-height: 600px;
        visibility: visible;
    }
    .navbar-default .nav>li .dropdown ul {
        width: 100%;
        font-size: 11px;
        line-height: 15px;
    }
    .navbar-default .nav>li ul a {
        padding: 5px;
    }
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li.hover>a {
        color: #71b544;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        color: #3186c7;
        background: #fff;
    }
    .pull-right.content-img {
        width: 100%;
        margin: 0 auto 20px;
    }
    .offer-list {
        font-size: 12px;
        line-height: 15px;
    }
    .offer-list .col {
        margin-bottom: 10px;
    }
    .som-pkg .package .smo-row {
        padding: 10px;
        font-size: 11px;
        line-height: 12px;
        min-height: 57px;
    }
    .som-pkg .package .title {
        font-size: 14px;
        line-height: 18px;
    }
    .processes .pull-right {
        float: none !important;
        display: block;
        margin: 0;
    }
    .processes .process .text {
        padding: 10px 0;
    }
    .processes .row {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .processes .row p {
        margin-bottom: 15px;
    }
    .included.block .checklist {
        font-size: 12px;
        line-height: 15px;
    }
    .included.block .checklist li {
        margin: 0 0 5px;
    }
    .included.block .checklist li:after {
        font-size: 10px;
    }
    .banner.p2b h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .banner.p2b .rate {
        font-size: 22px;
        line-height: 25px;
    }
    .banner.p2b .btn-lg {
        width: 200px;
        height: 40px;
        font-size: 20px;
        line-height: 20px;
    }
    .banner.p2b .btn-lg::before {
        height: 28px;
        margin: 6px 0 0 -14px;
        width: 28px;
    }
    .banner.p2b {
        padding: 20px 0;
    }
    .banner.p2b .guarantee {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .banner.p2b .rate,
    .banner.p2b .btn-lg {
        margin-bottom: 10px;
    }
    .banner.p2b ol {
        text-align: left;
    }
    .banner.p2b .btn-lg i {
        font-size: 18px;
    }
    .slideshow .btn-prev,
    .slideshow .btn-next {
        display: none;
    }
    .btn-lg {
        padding: 10px !important;
    }
    .block .btn {
        font-size: 15px;
    }
    .block .btn.free-anylsis {
        padding: 8px 15px;
    }
    .two-features .col-sm-push-3:after,
    .two-features .col-sm-push-3:before {
        display: none;
    }
    .processes .row {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin: 0 0 20px;
    }
    .processes .row .process {
        display: table-header-group;
    }
    .processes img {
        display: block;
        margin: 0 auto 15px;
    }
    .processes .process .text {
        padding: 0 0 20px 72px;
    }
    .certified .certified-img {
        display: block;
        margin: 0 0 20px;
    }
    .certified h3 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 10px;
    }
    .processes .process h2 {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 5px;
    }
    .two-features .col-sm-push-3 .box {
        padding: 10px 70px 10px 98px;
    }
    blockquote {
        padding: 0 15px;
        line-height: 25px;
    }
    .footer-form .input-sm {
        width: 139px;
        float: left;
    }
    .footer-form button[type=submit] {
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    .footer-form .col {
        width: 100%;
    }
    .upper-footer .contact-box a {
        display: inline-block;
        margin: 0 5px 15px;
        text-align: left;
        font-size: 16px;
        padding-left: 35px;
    }
    .upper-footer .contact-box a:after {
        font-size: 30px !important;
    }
    .upper-footer .contact-box {
        margin: 0;
    }
    .upper-footer h2 {
        font-size: 25px;
        line-height: 28px;
        margin: 0 0 10px;
    }
    #footer .contacts ul {
        display: block;
        width: 100%;
        margin: 0 0 15px;
        text-align: center;
    }
    #footer .newsletter {
        width: 100%;
        float: none;
        overflow: hidden;
        text-align: center;
    }
    #footer .social-netwoks {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }
    #footer .copyright {
        text-align: center;
    }
    #header.fixed .navbar-nav {
        background: #08b0f0 !important;
    }
    #header.fixed .navbar-header {
        padding-bottom: 10px !important;
    }
    #header.fixed .navbar-default {
        padding-bottom: 0 !important;
    }
    #header.fixed .navbar-nav {
        margin-top: 0;
        padding: 10px 0;
    }
    .header.fixed .navbar-default .nav>li>a {
        color: #fff !important;
    }
    .header.fixed .navbar-default .nav>li:hover>a {
        color: #777 !important;
    }
    .language img {
        display: none !important;
    }
    .team .col {
        width: 50%;
    }
    .maintenance-features li {
        display: block;
        margin: 0 0 15px;
    }
    .maintenance-features {
        margin-bottom: 0;
    }
    .maintenance-features li i {
        display: none;
    }
    .upper-footer {
        text-align: center;
    }
    .lower-footer .col-xs-12 {
        text-align: center;
    }
    #footer nav li:before {
        margin: 0 5px;
        position: static;
    }
    .services-cols i {
        text-align: center;
        margin: 0 auto 30px;
    }
    .services-cols .title {
        text-align: center;
    }
    .services-cols ul {
        display: inline-block;
    }
    .processes .row:nth-child(2n+1) .process {
        text-align: center;
    }
    .processes .process:after {
        display: none;
    }
    .processes .row:nth-child(2n) img {
        float: none !important;
        display: block;
        margin: 0 auto;
    }
    .processes .process .text {
        padding: 0 0 20px 0;
        text-align: center;
    }
    .processes:after {
        display: none;
    }
    .report {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
        padding: 10px 5px;
        margin-right: 30px;
    }
    .included-list .col-xs-4 {
        width: 100%;
        border: none;
    }
    ol.p2h {
        text-align: left;
        margin: 0 0 20px;
    }
    ol.p2h li {
        margin: 0 0 10px;
    }
    .search-engine h2 {
        font-size: 22px;
        line-height: 25px;
    }
    .search-engine h2 br {
        display: none;
    }
    #footer nav li {
        padding: 0;
    }
    .method {
        padding: 15px 30px !important;
    }
    .method:before {
        opacity: 0.3 !important;
    }
    .method {
        color: #fff !important;
    }
    .method p br {
        display: none !important;
    }
    .method .title {
        margin: 0;
    }
    .invoice-block .form-group {
        margin-bottom: 0;
    }
    .invoice-block .form-group .col-sm-6,
    .invoice-block .form-group .col-sm-12 {
        padding: 0;
        margin-bottom: 15px;
    }
    .invoice-block .nav-tabs {
        padding: 0;
    }
    .invoice-block .nav-tabs>li {
        padding: 0 5px;
    }
    .paymail:before {
        height: 230px;
        top: -40px;
        opacity: 0.1 !important;
    }
    .modal-title {
        font-size: 20px;
        line-height: 24px;
    }
    .modal-content {
        padding: 15px;
    }
    .modal-body .getquote {
        padding: 0;
    }
    .modal-body form .row {
        margin-bottom: 0;
    }
    .modal-body form .row .col-sm-6,
    .modal-body form .row .col-sm-12 {
        margin-bottom: 15px;
    }
    .modal-body .btn-submit {
        width: 100%;
        margin: 15px 0 0;
    }
    .modal-body .captcha {
        width: 100%;
        margin: 0;
    }
    .signup-container h2 {
        font-size: 22px;
        line-height: 25px;
    }
    .block.workflow .main-block {
        height: auto;
    }
    .p2h-pkg .fake-label {
        width: auto;
        margin-right: 10px;
    }
    .p2h-pkg .columns .col {
        padding: inherit;
    }
    .order-summary {
        margin: 0;
    }
    .p2h-header span {
        margin: 0;
        display: block;
    }
    .p2h-header {
        padding: 15px;
    }
    #p2h .modal-title {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    #p2h .modal-header {
        font-size: 13px;
        line-height: 20px;
    }
    .step-points {
        margin-bottom: 25px;
    }
    .step-points li a {
        font-size: 12px;
        font-weight: 300;
        line-height: 14px;
    }
    .step-points li a span {
        font-size: 17px;
        font-weight: 400;
        height: 35px;
        line-height: 30px;
        width: 35px;
    }
    .signup-block:after {
        top: 18px;
    }
    .contents-data .plan-box {
        padding: 15px;
    }
    .contents-data .plan-box dl {
        margin: 15px 0 0 15px;
    }
    .contents-data .plan-box dd span {
        display: block;
    }
    .contents-data .plan-box dd {
        margin-bottom: 15px;
    }
    .signup-heading {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 25px;
    }
    .contents-data .fake-label {
        text-align: left;
        line-height: 15px;
        max-width: 200px;
    }
    .contents-data .field {
        margin: 0 0 10px;
    }
    .card-list {
        width: 250px;
        margin: 0 auto;
    }
    .card-list li {
        width: 45%;
    }
    .card-list img {
        width: 60px;
        height: auto;
    }
    .ppc {
        opacity: 0.1;
    }
    .ppc-banner .caption,
    .seo .caption {
        max-width: 100%;
        z-index: 999;
    }
    .ppc-banner .btn {
        font-size: 16px !important;
    }
    .top-banner.seo {
        min-height: 280px;
    }
    .block.smo img {
        margin: -50px auto -40px;
    }
    .report {
        font-size: 14px;
    }
    .carousel .mask .slide .text {
        padding: 0;
    }
    .portfolio .menu li {
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .pkg-table td:first-child,
    .mobwrap .pkg-table td:first-child {
        width: 100%;
        float: left;
        text-align: center;
    }
    .pkg-table td {
        float: left !important;
        width: 33.33%;
    }
    .mobwrap .pkg-table td {
        float: left !important;
        width: 25%;
    }
    .ppc-banner .caption,
    .seo .caption {
        left: 15px;
        right: 15px;
    }
    .top-banner .btn-default,
    .banner .btn-default {
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }
    .top-banner p {
        margin-bottom: 15px;
    }
    .links {
        margin: -10px -15px 10px;
        float: none !important;
        width: auto !important;
        overflow: hidden;
        padding: 0;
    }
    .links .box {
        width: 33.33%;
        float: left;
        padding: 10px;
        margin: 0 !important;
        background: none !important;
    }
    .text-box h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .carousel2 .mask {
        width: 290px !important;
        margin: 0 auto;
        overflow: hidden;
    }
    .carousel2 .item {
        float: left;
        width: 290px !important;
    }
    .lower-footer {
        padding-top: 0;
    }
    .round-block .round-box.box7 {
        background: none;
    }
    .sticky-footer,
    .header-info {
        display: none !important;
    }
    .navbar-toggle {
        float: left;
        background: none !important;
    }
    .navbar-header {
        text-align: center;
    }
    .navbar-brand {
        float: none !important;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        height: 43px;
    }
    .navbar-toggle {
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 8px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        width: 30px;
        background-color: #3186c7;
        height: 2px;
    }
    .navbar-default .navbar-toggle {
        border: none !important;
    }
    .headerlinks {
        float: right;
        height: 40px;
        width: 80px;
        padding: 5px 0 0;
        margin: 0;
        list-style: none;
    }
    .headerlinks li {
        width: 30px;
        height: 30px;
        float: left;
        margin: 0 5px;
    }
    .headerlinks li a {
        display: block;
        width: 30px;
        height: 30px;
        background: #3085c6;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
    .headerlinks li:first-child a {
        background: #6fb541;
    }
    .headerlinks li a i {
        color: #fff;
        font-size: 11px;
        line-height: 28px;
    }
    .headerlinks li:first-child a i {
        font-size: 14px;
        line-height: 28px;
    }
    .apps .app {
        width: 33.33%;
        float: left;
    }
    .apps .app img {
        width: 100%;
        height: auto;
        display: block;
    }
    .plans .head .txt {
        font-size: 14px;
    }
    .plans .head .price {
        width: 160px;
        height: 160px;
        font-size: 50px;
        line-height: 40px;
    }
    .contents-data .plan-box dl {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .block-row label {
        min-height: inherit;
    }
    .block-row textarea.form-control,
    .block-row .box {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:639px) {
    .works .project .caption {
        padding: 78px 10px 10px;
    }
    .works .project .caption h2 {
        font-size: 15px;
        line-height: 18px;
        margin: 0;
    }
    .works .project p {
        margin: 0;
    }
    .works .project .btns .btn {
        padding: 5px;
        font-size: 11px;
    }
    .offices .col-xs-6 {
        width: 100%;
    }
    .contact-info {
        margin-top: 0;
    }
    .contact-info .col-xs-6 {
        padding: 0;
        min-height: 120px;
    }
    .contact-info i {
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        width: 40px;
        margin: 0 auto 5px;
    }
    .banner3.top-banner .inner {
        padding: 10px;
    }
    .contact-info .title {
        font-size: 15px;
        line-height: 20px;
    }
    .top-banner h1 {
        color: #fff;
    }
    .banner3.top-banner {
        height: auto !important;
    }
    .modal-body .captcha img {
        float: none;
        margin-bottom: 10px;
    }
    .modal-body .captcha-field {
        width: 100%;
    }
    .portfolio .modal-content .btn {
        display: block;
        width: 100%;
        margin: 0 0 10px;
    }
    .p2h-pkg .columns .col {
        width: 100% !important;
        border: none !important;
    }
    .modal-header {
        padding-top: 45px;
    }
    .modal-content .large-view {
        margin-top: 45px;
    }
    .lower-footer {
        padding-bottom: 15px;
    }
    .text-box {
        line-height: 20px;
    }
    .plans .head .txt {
        font-size: 11px;
    }
    .plans .head .price {
        width: 120px;
        height: 120px;
        font-size: 35px;
        line-height: 30px;
    }
}

@media screen and (max-width:479px) {
    .carousel .btn-prev,
    .carousel .btn-next {
        display: none;
    }
    .carousel {
        padding: 0;
    }
    .round-block .round-box {
        display: block;
        width: 100%;
    }
    .twocolumns .col-xs-6 {
        width: 100%;
        text-align: center;
    }
    .round-block .feature-box {
        width: 50%;
    }
    .our-address .col-xs-6,
    .portfolio .col-xs-6,
    .plans .col-xs-4,
    .som-pkg .col-xs-4,
    .included-list .col-xs-4 {
        width: 100%;
        border: none;
    }
    .our-address address {
        min-height: inherit;
    }
    .our-address .col-xs-6 br,
    .contact-info .col-xs-6 br {
        display: none;
    }
    .som-pkg .package {
        margin-bottom: 20px;
    }
    .checklist li {
        width: 100%;
    }
    .design-img {
        width: 80%;
    }
    .banner.p2b .rate {
        font-size: 18px;
    }
    #footer {
        -webkit-background-size: cover;
        background-size: cover;
    }
    #footer .lower-footer nav li {
        font-size: 14px;
    }
    #footer .lower-footer nav li:before {
        position: static;
        margin-right: 5px;
    }
    #footer .contacts {
        margin: 0 -10px;
    }
    #footer .contacts ul {
        font-size: 14px;
        margin-bottom: 20px;
        text-align: center;
    }
    #footer .newsletter {
        width: 100%;
        float: none;
        overflow: hidden;
        text-align: center;
    }
    #footer .newsletter label {
        display: block;
        margin: 0 0 10px;
    }
    #footer .contacts ul li {
        margin-right: 5px;
    }
    #footer .contacts ul li i {
        font-size: 15px;
    }
    .works .col-xs-6 {
        width: 100%;
    }
    .works .project .caption {
        padding: 78px 10px 10px;
    }
    .works .project .caption h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .plans .plan-box {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .main-block .round-block .round-box {
        width: 100%;
    }
    .check-features li {
        width: 100%;
    }
    .apps .app,
    .apps .app:hover {
        transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        -webkit-transform: rotate(22deg);
    }
    .apps .app:nth-child(2),
    .apps .app:nth-child(2):hover {
        transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        -webkit-transform: rotate(-22deg);
    }
    .apps .app:last-child,
    .apps .app:last-child:hover {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        margin: 13px 0 0;
    }
    .apps .app:last-child img {
        width: 80%;
        display: inline-block;
        vertical-align: bottom;
    }
    .plans .head .txt {
        font-size: 11px;
    }
    .plans .head .price {
        width: 120px;
        height: 120px;
        font-size: 35px;
        line-height: 30px;
    }
}

@media screen and (min-width:768px) {
    .carousel2 .slideset {
        width: 100% !important;
        margin: 0 !important;
    }
}

.errorMsg .alert {
    margin-bottom: 0px !important;
}

.noticeMsg .alert {
    margin-bottom: 0px !important;
}

.bnr-frm .form-control {
    height: 40px;
}

.bnr-frm textarea.form-control {
    height: 80px;
}

.bnr-frm .btn {
    padding: 8px 15px;
    background-color: #f30f55;
}

.list-style2 {
    display: block;
    list-style: none;
}

div.client-logos {
    margin-top: 50px;
}


/*************  Styel css **********/

.navbar-brand {
    float: left;
}

.section#contact {
    padding-bottom: 2.5rem
}

.bg-wrapper {
    background-color: #d7dcde !important;
}

@media (min-width: 768px) {
    .section#contact {
        padding-bottom: 3.5rem
    }
}

@media (min-width: 992px) {
    .section#contact {
        padding-bottom: 4.5rem
    }
}

.table-row+.table-row:not(.no-border) {
    border-top: 1px solid #d7d4d4
}

@media (min-width: 992px) {
    .table-row {
        display: table;
        table-layout: fixed;
        width: 100%;
        border: none
    }
}

.table-row .table-cell {
    padding: 2.5rem 1rem 1rem
}

@media (min-width: 768px) {
    .table-row .table-cell {
        padding: 2.65rem 1rem 1.25rem
    }
}

@media (min-width: 992px) {
    .table-row .table-cell {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        padding: 3rem 1.5rem 1.5rem
    }
    .table-row .table-cell.smaller {
        width: 25%
    }
    .table-row .table-cell.larger {
        width: 75%;
        padding: 3.5rem 2.5rem 2.4rem
    }
}

@media (min-width: 1200px) {
    .table-row .table-cell {
        padding: 3.5rem 2.5rem 2.35rem
    }
}

@media (min-width: 992px) {
    .table-row .table-cell.cell-content.larger .row {
        max-width: none;
        float: none
    }
}

.table-row .table-cell.cell-content.larger .table-cell-wrapper {
    padding: 0 0.25rem
}

@media (min-width: 992px) {
    .table-row .table-cell.cell-content.larger .table-cell-wrapper {
        padding: 0 0.5rem
    }
}

@media (min-width: 1200px) {
    .table-row .table-cell.cell-content.larger .table-cell-wrapper {
        padding: 0 0.75rem
    }
}

@media (min-width: 992px) {
    .table-row .table-cell.cell-content.center .row {
        max-width: 80%;
        float: none;
        margin-left: auto;
        margin-right: auto
    }
}

.table-row .table-cell.cell-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center
}

.table-row .table-cell.cell-image h2,
.table-row .table-cell.cell-image h3,
.table-row .table-cell.cell-image h4,
.table-row .table-cell.cell-image h5,
.table-row .table-cell.cell-image h6,
.table-row .table-cell.cell-image p {
    position: relative;
    z-index: 2;
    margin: 0
}

.table-row .table-cell.cell-image.empty-cell {
    min-height: 240px
}

@media (min-width: 992px) {
    .table-row .table-cell.cell-image {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (min-width: 992px) {
    .table-row .table-cell.cell-image+.cell-content .row {
        float: none
    }
}

.table-row .table-cell.cell-map-container {
    padding: 0;
    position: relative
}

@media (max-width: 991px) {
    .table-row .table-cell.cell-map-container {
        height: 380px
    }
}

@media (max-width: 767px) {
    .table-row .table-cell.cell-map-container {
        height: 280px
    }
}

.table-row .table-cell.cell-map-container .cell-map {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100% !important;
    margin: 0 !important;
    z-index: 99
}

@media (min-width: 992px) {
    .table-row .table-cell.cell-map-container+.cell-content .row {
        float: none
    }
}

.form-control {
    height: 50px;
    font-size: 1rem;
    border-radius: 0;
    margin-bottom: 1.75rem;
    color: #323232;
    background-color: #fff;
    border-color: #fff;
    padding: 1rem 1rem;
    transition: all .65s cubic-bezier(0.92, 0.17, 0.29, 0.93) 0s;
    box-shadow: none;
    border-radius: 4px
}

@media (min-width: 768px) {
    .form-control {
        height: 53px
    }
}

@media (min-width: 992px) {
    .form-control {
        padding: 1rem 1.5rem;
        height: 56px
    }
}

.form-control.input-sm {
    height: 38px;
    font-size: 0.75rem;
    padding: 0.75rem
}

@media (min-width: 768px) {
    .form-control.input-sm {
        height: 40px
    }
}

@media (min-width: 992px) {
    .form-control.input-sm {
        padding: 0.75rem 1rem;
        height: 44px
    }
}

.form-control.input-lg {
    height: 53px;
    font-size: 1.25rem;
    padding: 1rem 1.25rem
}

@media (min-width: 768px) {
    .form-control.input-lg {
        height: 57px
    }
}

@media (min-width: 992px) {
    .form-control.input-lg {
        padding: 1.2rem 1.5rem;
        height: 66px
    }
}

.form-control::-webkit-input-placeholder {
    color: #7e7e7e
}

.form-control::-moz-placeholder {
    color: #7e7e7e
}

.form-control:-ms-input-placeholder {
    color: #7e7e7e
}

.form-control::placeholder {
    color: #7e7e7e
}

.form-control:focus {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 1em #cacaca
}

.bg-white .form-control,
.panel-body .form-control,
.table .form-control {
    background-color: #e8ebec;
    border-color: #e8ebec
}

.bg-white .form-control:focus,
.panel-body .form-control:focus,
.table .form-control:focus {
    background-color: #e8ebec;
    border-color: #e8ebec
}

.bg-dark .form-control {
    background-color: #222;
    border-color: #222;
    color: #9e9e9e
}

.bg-dark .form-control::-webkit-input-placeholder {
    color: #9e9e9e
}

.bg-dark .form-control::-moz-placeholder {
    color: #9e9e9e
}

.bg-dark .form-control:-ms-input-placeholder {
    color: #9e9e9e
}

.bg-dark .form-control::placeholder {
    color: #9e9e9e
}

.bg-dark .form-control:focus {
    background-color: #272727;
    border-color: #272727;
    box-shadow: 0 0 1em #673AB7
}

.bg-custom .form-control {
    background-color: #7142c3;
    border-color: #7142c3;
    color: #f1f1f1
}

.bg-custom .form-control::-webkit-input-placeholder {
    color: #f1f1f1
}

.bg-custom .form-control::-moz-placeholder {
    color: #f1f1f1
}

.bg-custom .form-control:-ms-input-placeholder {
    color: #f1f1f1
}

.bg-custom .form-control::placeholder {
    color: #f1f1f1
}

.bg-custom .form-control:focus {
    background-color: #764ac6;
    border-color: #764ac6;
    box-shadow: 0 0 1em #512e90
}


/************* Start About Us ***************/

.about-holder {
    padding: 40px 0;
    background: url(../images/bg0.jpg) repeat-y 50% 0;
}

.about-holder .card-title {
    font-size: 27px;
}

.about-holder .card-img {
    box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
}

.about-holder .card-body {
    padding: 10px 0 0 0;
}

.about-heading {
    padding: 15px 0;
}

.about-heading h2 {
    font: 300 40px/45px 'Roboto';
    margin: 0 0 15px;
    text-transform: uppercase;
    color: black;
}

.sign-holder img {
    width: 55%;
    margin-bottom: 5px;
}

.sign-inner {
    text-align: left;
}

.sign-inner h4 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.sign-inner p {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}


/************* End About Us ***************/