
nav.sticky {
    background-color: #fff;
    position: fixed;
    top: 0;
    transition: all 1s ease 0s;
}
#back-top a {
    background-color: #428bca;
    border-radius: 30px;
    bottom: 33px;
    color: #fff;
    line-height: 15px;
    padding: 10px;
    position: fixed;
    right: 13px;
    text-align: center;
    transition: all 0.25s ease 0s;
    z-index: 999999999;
}
#back-top a:hover {
    background-color: #333;
}
.blog-list {
    padding: 40px 0;
}
.blog-list h1 {
    color: #444 !important;
}
.blog-list .blog-bg img {
    margin-top: 10px;
}
.blog-list .blog-bg a, .blog-list .blog-bg p {
    color: #fff;
}
.blog-list .blog-bg {
    background-color: #428bca;
    border-radius: 6px;
    color: #fff;
    padding: 15px;
}
.blog-list .blog-bg + .blog-bg {
    margin-top: 20px;
}
.blog-block h3 {
    background-color: #3db5e6;
    color: #fff;
    padding: 10px;
}
.blog-block ul li {
    font-size: 15px;
    margin: 15px;
}
.blog-block + .blog-block {
    margin-top: 40px;
}
.blogedit {
    background-color: #13b8ff;
    padding: 40px;
}
.blogedit h1 {
    color: #000;
}
.blogedit .logout {
    background-color: #000;
    border: medium none;
    color: #fff;
    font-size: 18px;
    margin: 18px 0 0;
    padding: 10px 30px;
}
.blogedit a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin: 10px 0 0;
    text-decoration: underline;
}
.post-form {
    padding: 40px 0;
}
.post-form .post-block {
    float: left;
    margin: 0 0 15px;
    width: 100%;
}
.post-form .post-block label {
    margin: 6px 0 0;
}
.post-form .post-block .form-control {
    border-radius: 0;
}
.post-form .form-submit {
    background-color: #08c;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    padding: 10px 30px;
}
.login {
    background-color: #13b8ff;
    padding: 100px 0;
}
.login .loginform {
    background-color: #333;
    border-radius: 10px;
    margin: 0 auto;
    padding: 50px 40px;
    width: 50%;
}
.login .loginform .form-block {
    margin: 0 0 15px;
}
.login .loginform .form-block label {
    color: #fff;
    float: left;
    margin: 5px 0 0;
    width: 20%;
}
.login .loginform .form-block .logininput {
    border: medium none;
    padding: 5px 10px;
    width: 80%;
}
.login .loginform .loginbtn {
    background-color: #08c;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 10px 40px;
}
.block2 {
    padding: 20px 0;
}
.custom-offers .title1 h1 {
    color: #444;
}
#about h4, .social-sidebar ul li a:hover {
    color: #fff;
}
.custom-offers .title1 {
    margin: 0 auto 10px;
}
.custom-offers ul li {
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 0;
}
.custom-offers h3 {
    margin-bottom: 10px;
}
#about h4 {
    font-size: 24px;
    margin: 5px 0;
    text-transform: capitalize;
}
.social-sidebar {
    font-size: 22px;
    left: 0;
    margin-top: -75px;
    position: fixed;
    top: 40%;
    z-index: 999;
}
.social-sidebar ul li a {
    background-color: #000;
    margin: 0 auto;
    padding: 10px;
    width: 45px;
}
h1, h2, h3, h4, h5, h6, p {
    letter-spacing: 0.3px;
}
nav, nav li, nav li a {
    float: left;
    position: relative;
}
.blackish::before, .block.blackish::before, .offer-box::before, .our-services::before, nav li a::before {
    content: "";
}
a, a:focus, a:hover {
    color: #428bca;
    text-decoration: none;
}
.list-inline, .list-inline > li, ol, ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #555;
    font-family: Roboto;
    font-size: 24px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 5px;
    margin-top: 5px;
}
h2 {
    font-size: 24px;
}
nav li a, p {
    font-size: 18px;
}
p {
    color: #707070;
    font-family: arimo;
    line-height: 26px;
    font-family: calibri;
}
.logo {
    float: left;
    max-width: 225px;


    padding: 10px 0;
}
.logo img {
    padding: 10px 0 0;
    width: auto;
}
.service, .service i, .title, .title1, nav ul {
    display: table;
}
nav {
    background: #0096D6;
    width: 100%;
    z-index: 2147483647;
}
nav ul {
    list-style: outside none none;
    margin: 0 auto;
}
nav li a {
    background: rgba(0, 0, 0, 0) url("../images/menu-arrow.png") no-repeat scroll center 200%;
    color: #fff;
    font-family: calibri;
    font-weight: 400;
    padding: 18px 10px;
    transition: all 0.4s ease 0s;
}
.offer-box h4, .offer-box::before, nav li a::before {
    transition: all 0.4s ease 0s;
}
nav li a::before {
    bottom: 0;
    height: 0;
    left: 0;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1;
}
nav > .container ul > li > ul {
    border-top: 1px solid;
    left: 50%;
    margin-left: -90px;
    opacity: 0;
    position: absolute;
    top: 50px;
    transform: rotateY(90deg);
    transition: all 0.3s ease 0s;
    width: 200px;
    z-index: 9999;
}
.footer1, .tp-banner-container, nav > .container ul > li > ul > li {
    float: left;
    width: 100%;
}
nav > .container ul > li:hover > ul {
    left: 50%;
    opacity: 1;
    transform: rotateY(0deg);
}
nav > .container ul > li > ul > li > a {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 12px 20px;
    width: 100%;
}
nav .container > ul > li.active > a, nav .container > ul > li:hover > a {
    background-position: center 33px;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 10px;
}
nav li.active a::before, nav li:hover a::before {
    background: #3db5e6 none repeat scroll 0 0;
    height: 100%;
}
nav > .container ul > li > ul > li:hover > a {
    background: #fafafa none repeat scroll 0 0;
    color: #404040;
    padding-left: 20px;
}
.footer1 {
    background: #444 none repeat scroll 0 0;
    padding: 20px 0;
}
.custom-top-disclaimer {
    bottom: 0;
    padding: 1px 0;
    position: fixed;
    z-index: 99999;
}
.tp-banner-container {
    position: relative;
}
.tp-simpleresponsive ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.tp-simpleresponsive > ul > li {
    position: absolute;
    visibility: hidden;
}
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    position: absolute;
    visibility: hidden;
}
.tp-caption {
    z-index: 1;
}
.tp-caption img {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.tp-simpleresponsive img {
    -moz-user-select: none;
    max-width: none;
}
.slide1-icon {
    background: #4e5154 none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 25px #333 inset;
    color: #fff;
    height: 78px;
    text-align: center;
    transition: all 0.3s linear 0s;
    width: 78px;
}
.block, section {
    float: left;
    position: relative;
    width: 100%;
}
.slide1-title {
    color: #fff;
    font-family: Roboto;
}
.tp-simpleresponsive a {
    text-decoration: none;
}
.slide1-desc {
    color: #fff;
    font-family: arimo;
}
.tp-caption a {
    color: #ffe400;
    text-shadow: none;
    transition: all 0.2s ease-out 0s;
}
.offer-box h4, .offer-box::before {
    transition: all 0.4s ease 0s;
}
.block {
    padding: 40px 0;
}
.block .container, .inner-page .container {
    padding: 0;
}
.title, .title1 {
    margin: 0 auto 40px;
    text-align: center;
}
#about h3, .title h2, .title strong, .title1 h1 {
    color: #444;
    display: table;
    font-family: Roboto Condensed;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
}
#about h3, .title1 h1 {
    font-size: 24px;
}
#about h3::after, #about h3::before, .title h2::after, .title h2::before, .title strong::after, .title strong::before, .title1 h1::after, .title1 h1::before {
    background: #c5c5c5 none repeat scroll 0 0;
    box-shadow: 0 1px 0 #fff;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -25%;
    position: absolute;
    top: 0;
    width: 50%;
}
.offer-box, .simple-text li {
    float: left;
    position: relative;
}
#about h3::after, .title h2::after, .title strong::after, .title1 h1::after {
    bottom: 0;
    margin-left: -15%;
    top: auto;
    width: 30%;
}
.simple-text h4 {
    color: #444;
    line-height: 30px;
    margin-bottom: 15px;
}
.simple-text p {
    color: #707070;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}
.simple-text ul {
    color: #707070;
    float: left;
    font-family: arimo;
    font-size: 13px;
    width: 100%;
}
.simple-text li {
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}
.simple-text li i {
    float: left;
    height: 30px;
    margin-right: 10px;
}
.offer-box {
    animation: 10s linear 0s normal none infinite running animatedBackground;
    background: rgba(0, 0, 0, 0) url("../images/offer-box.jpg") repeat scroll 0 0;
    box-shadow: 0 0 22px #f1f1f1 inset;
    min-height: 365px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
@keyframes animatedBackground {
0% {
    background-position: 0 0;
}
100% {
    background-position: 0 100%;
}
}
@keyframes animatedBackground {
0% {
    background-position: 0 0;
}
100% {
    background-position: 0 100%;
}
}
@keyframes animatedBackground {
0% {
    background-position: 0 0;
}
100% {
    background-position: 0 100%;
}
}
.offer-box::before {
    background: rgba(61, 181, 230, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.offer-box h4 {
    bottom: 30%;
    color: #3db5e6;
    font-size: 22px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.offer-box > p, .service h3 {
    transition: all 0.4s ease 0s;
}
.offer-box > p {
    color: #f3f3f3;
    font-size: 14px;
    padding: 0 20px;
    position: absolute;
    top: 100%;
    transition: all 0.4s ease 0s;
    z-index: 1;
}
.offer-box i {
    background: #f9f7f7 none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 20px #e7e5e5 inset;
    color: #3db5e6;
    font-size: 45px;
    height: 102px;
    left: 50%;
    line-height: 102px;
    margin-left: -51px;
    margin-top: -51px;
    position: absolute;
    top: 35%;
    transition: all 0.3s ease 0s;
    width: 102px;
}
.offer-box:hover::before {
    top: 0;
    transition: all 0.4s ease 0.1s;
}
.offer-box:hover i {
    transform: scale(0) rotate(360deg);
}
.offer-box:hover h4 {
    bottom: 70%;
    color: #fff !important;
}
.offer-box:hover > p {
    top: 40%;
    transition: all 0.4s ease 0.2s;
}
.blackish::before, .block.blackish::before, .fixed-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.sec-bg2 {
    background: rgba(0, 0, 0, 0) url("../images/parallax2.jpg") repeat fixed 0 0 / 100% 100%;
}
.blackish::before, .block.blackish::before {
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
}
.blackish .simple-text p {
    color: #c2c0c0;
}
.our-services {
    margin-bottom: 63px;
    position: relative;
}
.our-services::before {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    box-shadow: 0 5px 5px #e4e4e4;
    height: 370px;
    left: 50%;
    margin-left: -16.667%;
    position: absolute;
    top: -90px;
    width: 33.334%;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-item {
    float: left;
}
.service {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}
.service i {
    color: #595959;
    font-size: 60px;
    margin: 0 auto 40px;
}
.service h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.4s ease 0s;
    white-space: nowrap;
}
.active .service h3, .active .service i, .review-message > span {
    color: #3db5e6;
}
.slide1-icon:hover {
    background: #3db5e6 none repeat scroll 0 0;
}
.service p {
    margin-top: -7px;
}
.owl-buttons > div.owl-prev {
    left: 33.334%;
    right: auto;
    transform: rotate(180deg);
}
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-buttons > div {
    background: #b7b6b6 url("../images/arrow.png") no-repeat scroll center center;
    color: transparent;
    height: 50px;
    line-height: 50px;
    margin-top: -50px;
    opacity: 0;
    position: absolute;
    right: 33.334%;
    top: 50%;
    transition: all 0.4s ease 0s;
    width: 30px;
    z-index: 10;
}
.our-services:hover .owl-buttons > div {
    opacity: 1;
}
.sec-bg3 {
    background: rgba(0, 0, 0, 0) url("../images/parallax3.jpg") repeat fixed 0 0 / 100% 100%;
}
.client-reviews {
    padding-bottom: 30px;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
}
.review-message {
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    width: 100%;
}
.review-message .blockqoute {
    color: #c8c7c7;
    font-family: arimo;
    font-size: 14px;
    line-height: 26px;
}
#about h3, .blackish .title h2, .blackish .title strong, .title1 h1 {
    color: #fff;
    font-weight: 500;
    text-shadow: none;
}
.review-message .blockqoute img {
    margin: 0 10px;
    width: auto;
}
.client-reviews .owl-controls {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    width: 100%;
}
.call, .jcarousel, .jcarousel ul, .jcarousel-wrapper {
    position: relative;
}
.client-reviews .owl-controls .owl-pagination {
    display: table;
    height: 12px;
    margin: 0 auto;
    width: auto;
}
.client-reviews .owl-controls .owl-pagination .owl-page.active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #4f4f4f;
}
.client-reviews .owl-controls .owl-pagination .owl-page {
    background: #4f4f4f none repeat scroll 0 0;
    border: 2px solid transparent;
    border-radius: 20px;
    float: left;
    height: 8px;
    margin-right: 10px;
    width: 21px;
}
.client-reviews .owl-page > span {
    background: #4f4f4f none repeat scroll 0 0;
    height: 5px;
    width: 20px;
}
.review-message > span {
    display: block;
    float: right;
    font-family: arimo;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.3px;
    margin: 10px 0 5px;
}
.switch .client {
    border-radius: 30px 30px 0;
}
.switch .review-message {
    padding-left: 0;
    padding-right: 20px;
}
.switch .review-message > span {
    float: left;
}
.owl-goDown-in {
    animation: 0.6s ease 0s normal both 1 running goDown;
}
@keyframes goDown {
0% {
    transform: translateY(-100%);
}
}
@keyframes goDown {
0% {
    transform: translateY(-100%);
}
}
@keyframes goDown {
0% {
    transform: translateY(-100%);
}
}
.owl-goDown-out {
    animation: 0.7s ease 0s normal both 1 running scaleToFade;
}
@keyframes scaleToFade {
100% {
    opacity: 0;
    transform: scale(0.8);
}
}
@keyframes scaleToFade {
100% {
    opacity: 0;
    transform: scale(0.8);
}
}
@keyframes scaleToFade {
100% {
    opacity: 0;
    transform: scale(0.8);
}
}
.owl-origin {
    perspective: 1200px;
}
.features-selectors {
    border-bottom: 1px dashed #ddd;
    float: left;
    min-height: 225px;
    overflow: hidden;
    width: 100%;
}
.features-selectors .nav {
    border: 0 none;
    display: table;
    margin: 0 auto 30px;
}
.features-selectors .nav li.active a {
    border-color: #3db5e6;
}
.features-selectors .nav li a, .features-selectors .nav li a:focus, .features-selectors .nav li a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 50%;
    color: #aaa;
    font-size: 40px;
    height: 100px;
    padding: 26px 20px;
    text-align: center;
    width: 85px;
}
.features-selectors .nav li.active a {
    color: #3db5e6;
}
.features-selectors .nav li a:hover i, .features-selectors .nav li.active a i {
    transform: rotateY(180deg) perspective(2000px);
}
.features .tab-content {
    display: table;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}
.call {
    color: #444;
    display: table;
    font-family: calibri;
    font-size: 30px;
    font-weight: 300;
    line-height: 55px;
    margin: 0 auto;
    padding: 10px 0;
    text-shadow: 1px 1px 0 #fff;
}
.tol-free_homw {
    color: #2a6496;
    font-weight: bolder;
}
.block.remove-gap {
    padding: 0 0 90px;
}
.jcarousel {
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
}
.jcarousel ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 20000em;
}
.jcarousel li {
    box-sizing: border-box;
    float: left;
    width: 200px;
}
.jcarousel img {
    display: table;
    height: auto !important;
    margin: auto;
    max-width: 100%;
}
.jcarousel-control-next, .jcarousel-control-prev {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #00c0e1;
    cursor: pointer;
    font-family: Roboto,sans-serif;
    font-size: 24px;
    font-weight: 100;
    height: 25px;
    line-height: 21px;
    margin-right: -25px;
    position: absolute;
    right: 50%;
    text-align: center;
    text-decoration: none;
    width: 25px;
}
#contact-form, .footer3 ul li a, .required, .vfix-Inner-banner, h1.title {
    position: relative;
}
.footer2, .footer3 {
    float: left;
    width: 100%;
}
.jcarousel-control-next:hover, .jcarousel-control-prev:hover {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #00c0e1;
    text-decoration: none;
}
.jcarousel-control-prev {
    margin-right: 0;
    right: 50%;
}
.footer2 {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    padding: 20px 0 50px;
}
.footer2 ul li a {
    color: #fff;
    line-height: 25px;
}
.footer2 ul li i {
    font-size: 18px;
    margin-right: 15px;
}
.footer3 p, .footer3 ul li, .footer3 ul li a {
    line-height: 40px;
}
.footer3 {
    background: #222 none repeat scroll 0 0;
    margin-bottom: 67px;
    padding: 2px 0;
}
.footer3 ul li {
    float: left;
}
.footer2 ul li + li {
    margin-top: 11px;
}
.footer3 ul li a {
    color: #fff;
    float: left;
    font-family: roboto;
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px;
}
.footer3 a, .footer3 p {
    color: #fff;
}
.footer2 strong, .footer2 ul li a:hover, .footer2 ul li i, .footer3 a:hover, .footer3 ul li a:hover {
    color: #428bca;
}
.footer2 .custom-services ul {
    float: left;
    margin-top: -5px;
    width: 50%;
}
.footer2 .custom-services ul li i {
    font-size: 12px;
    margin-right: 10px;
}
.footer2 .line-height2 > li {
    line-height: 26px;
}
.footer2 strong {
    display: block;
    font-family: Roboto Condensed;
    font-size: 22px;
    margin: 15px 0 25px;
}
.footer2 img {
    margin-top: 70px;
}
.custom-top-disclaimer p {
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    margin: 0;
}
.vfix-Inner-banner {
    max-height: 400px;
}
h1.title {
    color: #039;
    font-size: 32px;
    margin: -200px 0 60px;
}
.no-pad, .row.no-pad {
    margin-left: 0;
    margin-right: 0;
}
.no-pad {
    padding: 0;
}
.row.no-pad.content {
    margin-top: 26px;
    position: relative;
}
.grey h4 {
    color: #13b8ff;
    font-size: 22px;
    margin: 20px 0 0;
}
.Support-feature {
    margin: 20px 0 40px;
    padding: 0;
}
.Support-feature li {
    background: rgba(0, 0, 0, 0) url("../images/check-icon.png") no-repeat scroll 0 4px;
    float: left;
    list-style: outside none none;
    margin: 0 0 15px;
    padding: 0 0 0 30px;
    text-align: left;
    width: 50%;
}
.grey {
    background: #f6f6f6 none repeat scroll 0 0;
}
ul.list {
    margin: 15px 0 0;
    padding: 0;
}
ul.list li {
    background: rgba(0, 0, 0, 0) url("../images/check-icon-gray.jpg") no-repeat scroll 0 5px;
    font-size: 13px;
    line-height: 25px;
    list-style: initial;
    padding: 0 0 0 34px;
}
img {
    width: 100%;
}
a.t-link {
    background: #00b1ff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 1px 2px 2px #666;
    color: #333;
    float: left;
    font-size: 15px;
    margin-right: 20px;
    padding: 8px 10px;
    text-decoration: none;
    text-shadow: none;
}
.custom-pricing-table {
    margin: 55px -15px 0;
}
.pricing-table {
    border: 1px solid #cdcdcd;
    margin-bottom: 50px;
    padding: 0 20px;
    text-align: center;
    transition: background-color 0.3s ease 0s;
}
.pricing-table-header {
    background-color: #289ccb;
    color: #fff;
    margin: 0 -20px 45px;
    padding: 20px 0;
    transition: all 0.3s ease 0s;
}
.pricing-table-header h3 {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    margin: 0;
}
.pricing-table-header h1 {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    margin: 0;
}
.pricing-table-offer ul {
    list-style: outside none none;
    margin-bottom: 30px;
}
.pricing-table-offer ul li {
    color: #818181;
    margin-bottom: 20px;
}
.pricing-table-offer ul li:last-child {
    margin-bottom: 0;
}
.pricing-table:hover .btn-blue, .pricing-table:hover .pricing-table-header {
    background-color: #0f5066;
    border-color: #0f5066;
}
.title_page_pri_policy {
    color: #444;
    font-family: "Roboto Slab",serif;
    font-size: 17px;
    font-weight: 500;
}
h3.title_page_pri_policy {
    font-size: 20px;
}
#contact-form {
    display: inline;
    float: left;
    padding: 25px 30px;
    width: 622px;
}
#contact-form h1 {
    color: #13b8ff;
    font-size: 32px;
    margin: 0 0 10px;
}
.styled-form .note {
    margin-bottom: 40px;
}
.styled-form .note p {
    font-family: "Roboto Slab",serif;
    font-weight: 300;
    margin-bottom: 12px;
    text-rendering: optimizelegibility;
}
.required, .styled-form label {
    font-family: brandon-grotesque,Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.styled-form .row {
    display: inline;
    float: left;
    width: 100%;
}
.styled-form .row.half {
    margin-left: 10%;
    width: 46%;
}
.styled-form .row.half.first {
    clear: left;
    margin-left: 0;
}
.styled-form label {
    color: #4e4e4d;
    display: block;
    font-size: 11px;
    line-height: 20px;
}
.required {
    color: #e8554e;
    font-size: 20px;
    font-style: normal;
    line-height: 1px;
    top: 7px;
}
.styled-form .field {
    display: block;
}
.styled-form input[type="password"], .styled-form input[type="text"], .styled-form textarea {
    background-color: #e1e1db;
    border: 1px solid #999;
    border-radius: 3px;
    box-sizing: border-box;
    font-family: museo-slab,Georgia,serif;
    padding: 12px 14px;
    width: 100%;
}
.styled-form .submit-row {
    clear: both;
}
#contact-info {
    background: #fff url("../images/wave-pattern-white.png") repeat scroll 0 0;
    border: 10px solid #fff;
    box-sizing: border-box;
    float: left;
    min-height: 600px;
    padding: 30px 25px;
    width: 306px;
}
#contact-info dt {
    color: #00b1ff;
    font-family: "Roboto Slab",serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#contact-info dd {
    margin-bottom: 25px;
}
.styled-form input[type="password"]:focus, .styled-form input[type="text"]:focus, .styled-form textarea:focus {
    background-color: #fff9b2;
}
#contact-info dd, #contact-info dd a {
    color: #204a65;
    font-family: "Roboto Slab",serif;
}
h1.inner-title {
    color: #039;
    font-size: 32px;

    margin: 210px 0 0;
    font-family: calibri;
}
.custom-footer-fixed {
    background: #000 none repeat scroll 0 0;
    bottom: 19px;
    color: #fff;
    padding: 5px 0;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
.custom-footer-fixed p {
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin: 12px 0 0;
}
.custom-footer-fixed p span {
    font-size: 20px;
    margin: 0 15px 0 0;
}
.custom-footer-fixed img {
    vertical-align: -9px;
    width: 50px;
}
.custom-footer-fixed a {
    color: #fff;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 10px;
}
.blink {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: blinker;
    animation-timing-function: linear;
}
@keyframes blinker {
0%, 100% {
    opacity: 1;
}
50% {
    opacity: 0;
}
}
@keyframes blinker {
0%, 100% {
    opacity: 1;
}
50% {
    opacity: 0;
}
}
@keyframes blinker {
0%, 100% {
    opacity: 1;
}
50% {
    opacity: 0;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.slide1-icon {
    height: 70px;
    width: 70px;
}
.footer3 ul li a {
    font-size: 11px;
    padding: 0 6px;
}
.custom-footer-fixed p {
    font-size: 20px;
    margin: 10px 0 0;
}
.custom-footer-fixed p span {
    font-size: 13px;
}
.custom-footer-fixed a {
    font-size: 30px;
    letter-spacing: 1px;
}
.custom-footer-fixed img {
    width: 45px;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.offer-box h4 {
    font-size: 18px;
}
h1.title {
    margin: -150px 0 60px;
}
.styled-form .row {
    width: 98%;
}
.styled-form .row.half {
    width: 44%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.footer2 strong {
    font-size: 18px;
    margin: 10px 0;
}
.footer2 .line-height2 > li {
    line-height: 20px;
}
.footer2 ul li + li {
    margin-top: 5px;
}
.footer3 p {
    font-size: 12px;
    line-height: 30px;
}
.call {
    line-height: 45px;
}
.call, .logo {
    padding: 0;
}
nav li a {
    padding: 10px 15px;
}
nav .container > ul > li.active > a, nav .container > ul > li:hover > a {
    background-position: center 30px;
    padding-bottom: 10px;
}
nav > .container ul > li > ul {
    top: 40px;
}
.slide1-icon {
    height: 50px;
    width: 50px;
}
.block {
    padding: 20px 0;
}
h2 {
    font-size: 20px;
}
.title, .title1 {
    margin: 0 auto 10px;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.simple-text h4, .simple-text p {
    margin-bottom: 5px;
}
.simple-text li {
    margin-bottom: 0;
}
.footer2 br, .offer-box i {
    display: none;
}
.offer-box {
    margin-bottom: 10px;
    min-height: 175px;
}
.offer-box h4 {
    font-size: 16px;
}
.offer-box:hover > p {
    top: 43%;
}
.offer-box:hover h4 {
    bottom: 55%;
}
.our-services::before {
    height: 300px;
    top: 0;
}
.service i {
    font-size: 40px;
    margin: 15px auto 20px;
}
.service h3 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}
.service {
    width: 75%;
}
.our-services {
    margin-bottom: 20px;
}
.review-message, .switch .review-message {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
}
.features-selectors .nav {
    margin: 0 auto 10px;
}
.features-selectors {
    min-height: auto;
}
.block.remove-gap {
    padding: 0 0 40px;
}
.footer3 ul li a {
    font-size: 11px;
    line-height: 16px;
    padding: 0 6px;
}
.custom-footer-fixed p {
    font-size: 10px;
    margin: 10px 0 0;
}
.custom-footer-fixed p span {
    font-size: 9px;
}
.custom-footer-fixed a {
    font-size: 30px;
    letter-spacing: 1px;
}
.custom-footer-fixed img {
    width: 45px;
}
.custom-top-disclaimer p {
    font-size: 8px;
}
.footer2 {
    padding: 10px 0 30px;
}
.footer3 .pull-left, .footer3 .pull-right {
    float: none !important;
    margin: 8px 0 0;
    text-align: center;
}
.footer3 ul li {
    display: inline-block;
    float: none;
}
.footer3 {
    margin-bottom: 72px;
}
h1.title {
    margin: -130px 0 60px;
}
.grey h4 {
    font-size: 18px;
    margin: 10px 0 0;
}
.Support-feature {
    margin: 10px 0;
}
.Support-feature li {
    margin: 0 0 10px;
}
.row.no-pad.content {
    margin-top: 15px;
}
p {
    line-height: 20px;
    margin: 0 0 5px;
}
#services {
    margin-bottom: 30px;
}
.custom-pricing-table {
    margin-top: 20px;
}
.pricing-table {
    margin-bottom: 15px;
}
.pricing-table-header {
    margin: 0 -20px 15px;
    padding: 7px 0;
}
.pricing-table-header h3 {
    font-size: 18px;
    line-height: 30px;
}
.pricing-table-header h1 {
    font-size: 25px;
    line-height: 35px;
}
.pricing-table-offer ul {
    margin-bottom: 15px;
}
.pricing-table-offer ul li {
    margin-bottom: 10px;
}
#contact-form {
    padding: 10px 0;
    width: 470px;
}
#contact-form h1 {
    font-size: 20px;
}
.styled-form .note p {
    margin-bottom: 0;
}
#contact-info dd, .styled-form .note {
    margin-bottom: 10px;
}
.styled-form .row.half {
    width: 43%;
}
.styled-form input[type="password"], .styled-form input[type="text"], .styled-form textarea {
    padding: 5px 14px;
}
.styled-form .row {
    width: 96%;
}
#contact-info {
    min-height: 420px;
    padding: 15px;
    width: 230px;
}
h1.inner-title {
    font-size: 24px;
    margin: 15px 0 0;
}
}
@media (max-width: 767px) {
nav.sticky {
    position: static;
}
.footer2 .line-height2 > li, .footer3 p, p {
    line-height: 20px;
}
.footer2 strong {
    font-size: 16px;
    margin: 10px 0;
}
.footer2 ul li + li {
    margin-top: 5px;
}
.custom-services {
    margin-bottom: 12px;
}
.social-sidebar {
    font-size: 15px;
}
.social-sidebar ul li a {
    width: 35px;
}
.open-menu, .open-menu::after, .open-menu::before {
    content: "";
    position: absolute;
}
.custom-top-disclaimer {
    position: static;
}
.custom-footer-fixed, .footer2 br, .offer-box i, .our-services::before, .simple-text li i, .slide1-desc, .slide1-title {
    display: none;
}
body {
    text-align: center;
}
.pull-left, .pull-right {
    float: none !important;
}
.logo {
    float: none;
    max-width: 100%;
    padding: 0;
}
p {
    font-size: 13px;
    margin: 0 0 5px;
}
.call {
    font-size: 20px;
    line-height: 25px;
    padding: 7px 0;
}
.review-message .blockqoute, .service h3 {
    line-height: 20px;
}
.slide1-icon {
    font-size: 12px !important;
    height: 40px;
    padding: 13px 10px !important;
    width: 40px;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.block {
    padding: 20px 0;
}
h2 {
    font-size: 20px;
}
.title, .title1 {
    margin: 0 auto 10px;
}
.simple-text h4, .simple-text p {
    line-height: 20px;
    margin-bottom: 5px;
}
.simple-text li {
    margin-bottom: 10px;
    padding-left: 0;
}
.offer-box {
    margin-bottom: 10px;
    min-height: 100px;
}
#contact-info, .features-selectors {
    min-height: auto;
}
.offer-box h4 {
    font-size: 16px;
}
.offer-box:hover > p {
    top: 63%;
}
.offer-box:hover h4 {
    bottom: 30%;
}
.our-services::before {
    height: 300px;
    top: 0;
}
.service i {
    font-size: 40px;
    margin: 5px auto 10px;
}
.service h3 {
    font-size: 15px;
    margin-bottom: 10px;
}
.service {
    width: 100%;
}
.our-services {
    margin-bottom: 0;
}
.review-message, .switch .review-message {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
}
.features-selectors .nav {
    margin: 0 auto 10px;
}
.owl-buttons > div {
    right: 5%;
}
.owl-buttons > div.owl-prev {
    left: 5%;
}
.review-message > span, .switch .review-message > span {
    float: none;
    font-size: 15px;
    margin-top: 5px;
}
.client-reviews {
    padding-bottom: 0;
}
.client-reviews .owl-controls {
    bottom: -14px;
}
.block.remove-gap {
    padding: 0 0 40px;
}
.footer3 ul li a {
    font-size: 11px;
    line-height: 16px;
    padding: 0 6px;
}
.footer2 {
    padding: 10px 0;
}
.footer3 .pull-left, .footer3 .pull-right {
    float: none !important;
    line-height: 22px;
    margin: 0;
    text-align: center;
}
.footer3 ul li {
    display: inline-block;
    float: none;
}
.offer-box > p {
    font-size: 10px;
    left: 0;
    line-height: 13px;
    padding: 0;
    right: 0;
}
.open-menu {
    background: #1c1c1c none repeat scroll 0 0;
    border-radius: 0 0 13px;
    cursor: pointer;
    height: 50px;
    right: -50px;
    top: 0;
    width: 50px;
}
.open-menu::after, .open-menu::before {
    background: #909090 none repeat scroll 0 0;
}
.open-menu::before {
    height: 60%;
    left: 50%;
    margin-left: -0.5px;
    top: 20%;
    width: 1px;
}
.open-menu::after {
    height: 1px;
    left: 20%;
    margin-top: -0.5px;
    top: 50%;
    width: 60%;
}
.open-menu.opened::after, .open-menu.opened::before {
    transform: rotate(45deg);
}
nav, nav.stick-bottom, nav.sticky {
    background: #1c1c1c none repeat scroll 0 0;
    height: 100%;
    left: -185px;
    position: fixed;
    top: 0;
    transition: all 0.3s linear 0s;
    width: 185px;
}
nav.move, nav.stick-bottom.move, nav.sticky.move {
    left: 0;
}
nav .container {
    float: left;
    padding: 0;
    width: 100%;
}
nav li, nav li a {
    width: 100%;
}
nav li a, nav li a:hover, nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #000;
    border-top: 1px solid #2c2c2c;
    color: silver;
    float: left;
    font-size: 12px;
    overflow: hidden;
    padding: 7px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
nav > .container ul > li > ul {
    display: none;
    opacity: 1;
}
nav .container > ul > li.active > a, nav .container > ul > li:hover > a {
    padding: 7px 20px;
}
h1.title {
    font-size: 20px;
    margin: -45px 0 10px;
}
.grey h4 {
    font-size: 16px;
    margin: 15px 0 0;
}
.Support-feature {
    margin: 10px 0 0;
    padding: 0;
}
.Support-feature li {
    margin: 0 0 10px;
    width: 100%;
}
.row.no-pad.content {
    margin-top: 15px;
}
a.t-link {
    display: block;
    float: none;
    font-size: 15px;
    margin: 10px 0;
}
.custom-pricing-table {
    margin: 15px 0 0;
}
.pricing-table {
    margin-bottom: 15px;
}
.pricing-table-header {
    margin: 0 -20px 15px;
    padding: 7px 0;
}
.pricing-table-header h3 {
    font-size: 18px;
    line-height: 30px;
}
#contact-form h1, h1.inner-title {
    font-size: 20px;
}
.pricing-table-header h1 {
    font-size: 20px;
    line-height: 35px;
}
.pricing-table-offer ul {
    margin-bottom: 15px;
}
.pricing-table-offer ul li {
    margin-bottom: 10px;
}
#contact-form {
    padding: 0;
    width: 100%;
}
.styled-form .note p {
    margin-bottom: 0;
}
.styled-form .note {
    margin-bottom: 10px;
}
.styled-form .row, .styled-form .row.half {
    float: none;
    margin: 0;
    width: 100%;
}
.styled-form input[type="password"], .styled-form input[type="text"], .styled-form textarea {
    padding: 5px 14px;
}
#contact-info {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 5px 0;
    width: 100%;
}
#contact-info dd {
    margin-bottom: 10px;
}
label {
    margin: 10px 0 3px;
}
h1.inner-title {
    margin: 13px 0 0;
}
.custom-top-disclaimer {
    display: none;
}
.custom-bottom-fixed-mobile {
    background-color: #000;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    min-height: 65px;
    padding: 8px 0;
    position: fixed;
    width: 100%;
    z-index: 99999999;
}
.custom-bottom-fixed-mobile a, .custom-bottom-fixed-mobile p {
    color: #fff;
}
.footer3 {
    margin-bottom: 65px;
}
}
