@import url(http://fonts.googleapis.com/css?family=Hind:600, 300);
@import url(http://fonts.googleapis.com/css?family=Roboto:500, 100, 300);

body {
    font-family: 'Hind', sans-serif;
    font-size: 17px;
    font-weight: lighter;
    line-height: 1.5;
    color: #555;
    background: #fff;
}

#wrap {
    overflow: hidden;
}

section,
header {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-bottom: 1px solid #e8e8e8;
}

UNUSEDUNUSEDsection.dark-bg,
header.dark-bg,
UNUSEDUNUSED.no-sep {
    border-bottom: none;
}

.container,
UNUSEDUNUSED.container-fluid {
    position: relative;
    z-index: 1;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

h1,
h2,
UNUSEDUNUSEDh3,
h4,
UNUSEDUNUSEDh5 {
    color: #222;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    letter-spacing: 0.5px;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 44px;
    margin: 0 0 30px 0;
}

h3 {
    font-size: 26px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0 20px 0;
}

h5 {
    color: #009688;
    font-size: 18px;
    font-weight: lighter;
    margin: 10px 0 20px 0;
}

.dark-bg h1,
UNUSEDUNUSED.dark-bg h2,
UNUSEDUNUSED.dark-bg h3,
UNUSEDUNUSED.dark-bg h4 {
    color: #fff;
}

.dark-bg {
    color: #fff;
}

ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}

code:before {
    content: '</>';
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    display: block;
    position: absolute;
    width: 60px;
    left: 0px;
    top: 0;
    bottom: 0;
    text-align: center;
    color: #ccc;
    background: #f8f8f8;
}

UNUSEDUNUSED.table > thead > tr > th,
UNUSEDUNUSED.table > tbody > tr > th,
UNUSEDUNUSED.table > tfoot > tr > th,
UNUSEDUNUSED.table > thead > tr > td,
UNUSEDUNUSED.table > tbody > tr > td,
UNUSEDUNUSED.table > tfoot > tr > td {
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

UNUSEDUNUSED.dark-bg .table > thead > tr > th,
UNUSEDUNUSED.dark-bg .table > tbody > tr > th,
UNUSEDUNUSED.dark-bg .table > tfoot > tr > th,
UNUSEDUNUSED.dark-bg .table > thead > tr > td,
UNUSEDUNUSED.dark-bg .table > tbody > tr > td,
UNUSEDUNUSED.dark-bg .table > tfoot > tr > td {
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.table-hover > tbody > tr:hover {
    background-color: rgba(0, 0, 0, 0.025);
}

.dark-bg .table-hover > tbody > tr:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

::selection {
    background: #009688;
    color: #fff;
}
::-moz-selection {
    background: #009688;
    color: #fff;
}

@media (max-width: 1200px) {
    section,
    header {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (max-width: 992px) {
    body {
        text-align: center;
    }

    section,
    header {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    UNUSEDUNUSED.text-left,
    .text-right {
        text-align: center;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    .row [class^='col-'] {
        padding-bottom: 40px;
    }

    .row.no-dev [class^='col-'],
    .row [class^='col-sm-'] {
        padding-bottom: 0px;
    }

    .row [class^='col-']:last-child {
        padding-bottom: 0;
    }
    .speedinternet {
        width: 90%;
    }
}
@media (max-width: 767px) {
    .row [class^='col-sm-'] {
        padding-bottom: 40px;
    }
}

UNUSEDUNUSED.form-group input,
UNUSEDUNUSED.input-group input,
UNUSEDUNUSED.form-group textarea,
button {
    color: #222;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
}

.input-group input:focus,
.form-group input:focus,
.form-group textarea:focus,
.input-group button:focus {
    box-shadow: none;
    transition: none;
    border: 0;
    outline: 0;
}

UNUSEDUNUSEDinput.form-control,
.input-group input:focus,
.form-group input:focus,
UNUSEDUNUSEDtextarea.form-control {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 20px 25px 20px 0;
    line-height: 1.6;
    font-size: inherit;
    height: auto;
    width: 100%;
    background: none;
    color: inherit;
}

textarea.form-control {
    resize: none;
    border: none;
}

UNUSEDUNUSED.dark-bg form,
UNUSEDUNUSED.dark-bg form .form-control {
    border-color: rgba(255, 255, 255, 0.2);
}

UNUSEDUNUSED.form-container .title,
UNUSEDUNUSED.form-container p,
UNUSEDUNUSED.form-container small {
    margin: 0 0 40px 0;
}

.form-container *:last-child {
    margin-bottom: 0;
}

UNUSEDUNUSEDform.line-form input,
form.line-form input:focus {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #555;
}

UNUSEDUNUSEDform.line-form button,
form.line-form button:hover,
form.line-form button:focus {
    height: 69px;
    font-size: inherit;
    line-height: 24px;
    padding: 20px 25px;
    border-radius: 0 3px 3px 0;
    border-left: none;
    overflow: hidden;
    margin: 0;
}

UNUSEDUNUSEDform.line-form button.btn-primary-white,
form.line-form button.btn-primary-white:hover,
form.line-form button.btn-primary-white:focus,
UNUSEDUNUSEDform.line-form button.btn-primary-white:active {
    border: 1px solid #eee;
    border-left: none;
}

@media (max-width: 767px) {
    form.line-form.two-fields .form-group,
    form.line-form.two-fields button {
        float: none;
        width: 100%;
        border-radius: 0;
    }
}

UNUSEDUNUSED.data-list li,
UNUSEDUNUSED.data-list-alt li {
    padding-left: 45px;
    padding-bottom: 30px;
    position: relative;
}

UNUSEDUNUSED.data-list .icon,
UNUSEDUNUSED.data-list-alt .icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 130%;
    opacity: 0.4;
}
.data-list-alt li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 15px;
    padding-bottom: 15px;
}
.data-list-alt .icon {
    top: 15px;
}
@media (max-width: 992px) {
    .data-list li {
        padding-left: 0;
    }

    .data-list .icon {
        position: relative;
        display: block;
        top: auto;
        left: auto;
        padding-bottom: 10px;
        margin: 0;
    }
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

UNUSEDUNUSED.input-group-btn:last-child > .btn,
UNUSEDUNUSED.input-group-btn:last-child > .btn-group {
    margin-left: 0;
}

.btn {
    font-size: inherit;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

UNUSEDUNUSED.btn-sm,
UNUSEDUNUSED.btn-group-sm > .btn {
    font-size: 14px;
    padding: 3px 7px;
}

.btn-lg,
UNUSEDUNUSED.btn-group-lg > .btn {
    padding: 22px 35px;
    font-size: inherit;
    font-size: 20px;
    border-radius: 5px;
}

.btn-primary {
    background: #009688;
    border-color: #009688;
}

.btn-primary:hover,
.btn-primary:focus,
UNUSEDUNUSED.btn-primary:active {
    background: #009acc;
    border-color: #009acc;
}

.btn-primary-white:hover,
.btn-primary-white:focus,
UNUSEDUNUSED.btn-primary-white:active {
    background: #fff;
    border-color: #fff;
    color: #009688;
}

.btn-default:hover,
.btn-default:focus,
UNUSEDUNUSED.btn-default:active {
    border: 1px solid #009acc;
    color: #009acc;
    background: none;
}

.btn-default-white,
.btn-default-white:hover,
.btn-default-white:focus,
UNUSEDUNUSED.btn-default-white:active {
    border: 1px solid #fff;
    color: #fff;
    background: none;
}

UNUSEDUNUSED.download-btn,
.download-btn:hover,
UNUSEDUNUSED.download-btn:active,
UNUSEDUNUSED.download-btn:visited {
    display: inline-block;
    position: relative;
    border-radius: 5px;
    background: #000;
    color: #fff;
    overflow: hidden;
    text-align: left;
    padding: 15px 25px 12px 75px;
    font-size: 13px;
    line-height: 1.1;
    vertical-align: middle;
}

a.read-more:hover {
    color: #009688;
}

.btn,
.download-btn {
    margin-bottom: 2px;
    margin-top: 2px;
}

.bg-color1 {
    background-color: #252830;
}

.bg-color2 {
    background-color: #009688;
}

.bg-color3 {
    background-color: #f8f9fb;
}

.cover-bg,
.fixed-bg,
UNUSEDUNUSED.pattern-bg,
UNUSEDUNUSED.contain-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contain-bg {
    background-size: contain;
    background-position: center bottom;
}

.fixed-bg {
    background-attachment: fixed;
}

.pattern-bg {
    background-repeat: repeat;
    background-size: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) {
    .fixed-bg {
        background-attachment: scroll !important;
    }
}

.title {
    margin: 0 0 60px 0;
}

UNUSEDUNUSEDh3.title,
UNUSEDUNUSEDh4.title {
    margin: 0 0 30px 0;
}

UNUSEDUNUSEDh1.sub-title,
UNUSEDUNUSEDh2.sub-title,
UNUSEDUNUSEDh3.sub-title,
UNUSEDUNUSEDh4.sub-title {
    color: #009688;
    margin: 0 0 60px 0;
}

UNUSEDUNUSED.big-title,
UNUSEDUNUSED.giant-title,
UNUSEDUNUSED.mega-title {
    font-size: 70px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.giant-title {
    font-size: 110px;
}

.mega-title {
    font-size: 200px;
}

UNUSEDUNUSED.big-title.zero-bottom,
UNUSEDUNUSED.giant-title.zero-bottom {
    margin-bottom: 0;
}

.icon {
    margin-right: 10px;
}

.btn .icon {
    vertical-align: middle;
}

.trans-link a:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .big-title,
    .giant-title {
        font-size: 40px;
    }
    .mega-title {
        font-size: 100px;
    }
}

a.panel-heading:after {
    content: '';
    display: block;
    position: absolute;
    top: 31px;
    right: 25px;
    height: 10px;
    width: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

a.panel-heading.collapsed:after {
    top: 25px;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.dark-bg a.panel-heading:after {
    border-color: rgba(255, 255, 255, 0.2);
}

UNUSEDUNUSED.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    color: #009688;
}

.nav-tabs li a:hover {
    background: none;
}
@media (max-width: 767px) {
    .nav-tabs > li {
        float: none;
    }

    .nav-tabs > li a:hover,
    UNUSEDUNUSED.nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border-color: #ddd;
    }
}
@-webkit-keyframes loader-animation {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@keyframes loader-animation {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.close:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
@media (max-width: 767px) {
    #modalVideo .container {
        margin-top: 20px;
    }
}

UNUSEDUNUSED.carousel-indicators li,
UNUSEDUNUSED.carousel-indicators .active {
    display: table-cell;
    width: auto;
    height: 8px;
    margin: 0;
    text-indent: -999px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    background-color: #000;
    opacity: 0.15;
}

.carousel-indicators .active {
    background-color: #009688;
    opacity: 1;
}

UNUSEDUNUSED.carousel-control.left,
UNUSEDUNUSED.carousel-control.right {
    background: rgba(0, 0, 0, 0.05);
}

UNUSEDUNUSED.dark-bg .carousel-control.left,
UNUSEDUNUSED.dark-bg .carousel-control.right {
    background: rgba(0, 0, 0, 0.5);
}

UNUSEDUNUSED.full-slider,
UNUSEDUNUSED.full-slider .carousel {
    padding: 0;
}

UNUSEDUNUSED.item-list-right li,
UNUSEDUNUSED.item-list-left li {
    position: relative;
}

.item-list-right li {
    padding: 0 75px 60px 45px;
    text-align: right;
}

.item-list-left li {
    padding: 0 45px 60px 75px;
    text-align: left;
}

.item-list-border li:hover {
    border: 1px solid rgba(0, 0, 0, 0.4);
}
.dark-bg .item-list-border li:hover {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

UNUSEDUNUSED.item-list-right li .icon,
UNUSEDUNUSED.item-list-left li .icon {
    font-size: 48px;
    position: absolute;
    display: inline-block;
    top: 0;
    color: #009688;
}

UNUSEDUNUSED.item-list-right li .img-icon,
UNUSEDUNUSED.item-list-left li .img-icon {
    position: absolute;
    display: inline-block;
    top: 0;
    max-width: 50px;
    height: auto;
}

UNUSEDUNUSED.item-list-right li .num-icon,
UNUSEDUNUSED.item-list-left li .num-icon {
    font-size: 22px;
    font-style: normal;
    position: absolute;
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 1px solid #009688;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    top: 0;
    color: #009688;
}

.item-list-right li .icon,
.item-list-right li .img-icon,
.item-list-right li .num-icon {
    right: 0;
}

.item-list-left li .icon,
.item-list-left li .img-icon,
.item-list-left li .num-icon {
    left: 0;
}

UNUSEDUNUSED.item-list-center li .icon,
UNUSEDUNUSED.item-list-center li img {
    display: inline-block;
    font-size: 64px;
    color: #009688;
    margin: 0 0 20px 0;
}

UNUSEDUNUSED.item-list-right h3,
UNUSEDUNUSED.item-list-left h3,
UNUSEDUNUSED.item-list-center h3 {
    margin: 0 0 25px 0;
}

UNUSEDUNUSED.item-list-right h3:last-child,
UNUSEDUNUSED.item-list-left h3:last-child,
UNUSEDUNUSED.item-list-center h3:last-child {
    margin: 0;
}

UNUSEDUNUSED.item-list-right h4,
UNUSEDUNUSED.item-list-left h4,
UNUSEDUNUSED.item-list-center h4 {
    margin: 0 0 15px 0;
}

UNUSEDUNUSED.item-list-right li:last-child,
UNUSEDUNUSED.item-list-left li:last-child,
UNUSEDUNUSED.item-list-center li:last-child,
UNUSEDUNUSED.item-list li:last-child {
    padding-bottom: 0 !important;
}

UNUSEDUNUSED.dark-bg .item-list-right p,
UNUSEDUNUSED.dark-bg .item-list-left p,
UNUSEDUNUSED.dark-bg .item-list-center p {
    opacity: 0.8;
}
@media (max-width: 992px) {
    .item-list-right h3,
    .item-list-left h3 {
        margin: 0 0 10px 0;
    }

    .item-list-left li .icon,
    .item-list-right li .icon,
    .item-list-left li .img-icon,
    .item-list-right li .img-icon,
    .item-list-left li .num-icon,
    .item-list-right li .num-icon {
        position: relative;
        margin: 0 0 20px 0;
    }

    .item-list-left li .img-icon,
    .item-list-right li .img-icon {
        max-width: 50%;
    }

    .item-list-left li,
    .item-list-right li,
    .item-list li {
        padding: 0 20px 40px 20px;
        text-align: center;
    }
}

.screen {
    max-width: 100%;
    height: auto;
    /*margin-top: 30%;*/
}
@media (max-width: 992px) {
    .container-half-right,
    .container-half-left {
        display: none;
    }
}

nav.navbar {
    border-radius: 0;
    border: none;
    margin: 0;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-collapse {
    padding: 0;
}

@media (min-width: 992px) {
    nav.navbar-slide.navbar-transparent:not(.show-menu) {
        box-shadow: none;
        -webkit-box-shadow: none;
        top: 0px;
        background-color: transparent !important;
        padding: 15px 15px 0 15px;
        height: 75px;
    }
}

.navbar .nav,
UNUSEDUNUSED.navbar .soc-list {
    list-style: none;
    float: right;
    z-index: 5;
    margin: 0;
}

UNUSEDUNUSED.navbar.navbar-center .navbar-brand,
UNUSEDUNUSED.navbar.navbar-center .nav,
UNUSEDUNUSED.navbar.navbar-center .nav li {
    float: none;
    display: inline-block;
}

.navbar .nav li {
    float: left;
    padding: 5px;
}

.navbar .nav li a {
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    text-decoration: none;
    outline: none;
    background: inherit;
}

.navbar .nav li a:hover,
UNUSEDUNUSED.navbar .nav li.active a {
    background: none;
    color: #009688;
}

.navbar > .container .navbar-brand,
UNUSEDUNUSED.navbar > .container-fluid .navbar-brand {
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
    color: #009688;
}

.navbar-brand img {
    display: inline-block;
    vertical-align: middle;
}

.navbar-toggle {
    float: right;
    height: 60px;
    margin: 0;
    padding: 0;
}

.navbar-toggle .icon-bar {
    background: #009688;
    height: 2px;
    border-radius: 2px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}

.navbar-toggle.round-toggle .icon-bar {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
}

.navbar-toggle.round-toggle .icon-bar + .icon-bar {
    margin-top: 0;
    margin-left: 3px;
}

.navbar-fixed-top {
    border-width: 0;
}
@media (max-width: 992px) {
    .screen {
        margin-top: 0%;
    }
    nav .container {
        width: 100%;
    }

    UNUSEDUNUSEDnav.navbar .container-fluid,
    nav.navbar .container {
        background-color: inherit;
    }

    .navbar-collapse {
        margin: 60px 0 0 0;
    }

    .navbar .nav,
    .navbar .soc-list {
        float: none;
        text-align: center;
        padding: 15px 0;
    }

    .navbar .nav li,
    .navbar .login-panel {
        float: none;
        margin: 0;
    }

    .navbar .login-panel .btn {
        display: block;
    }

    .navbar.navbar-center .nav {
        padding: 0;
    }

    .navbar.navbar-center .nav li {
        display: block;
    }
}
@media (max-width: 500px) {
    nav .info-header .btn,
    UNUSEDUNUSEDnav .info-header span {
        display: none;
    }
}

UNUSEDUNUSED#big-video-wrap video,
UNUSEDUNUSED.vjs-control-bar {
    display: none;
}
@media (max-width: 992px) {
    .intro-block {
        text-align: center;
    }

    .intro-block .slogan {
        margin: 0 10px 50px 10px;
    }
}
@media (max-width: 992px) {
    .types-block .row > div {
        min-height: 0px;
        padding: 100px 50px 50px 50px !important;
    }
    .types-block .content {
        position: relative;
        margin: 0;
        left: auto;
        bottom: auto;
    }
}
@media (min-width: 992px) {
    .team-block [class^='col-'] {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.portfolio-list:after {
    content: '';
    display: block;
    clear: both;
}

.portfolio-list li a:not(.btn) {
    display: block;
    position: relative;
    color: #fff;
    background: #252830;
}

.portfolio-list li a span:not(.label) {
    font-size: 20px;
    position: absolute;
    display: block;
    z-index: 2;
    top: 50%;
    margin-top: -10px;
    left: 5%;
    right: 5%;
    text-align: center;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.portfolio-list li a:hover span:not(.label) {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.portfolio-list li > a:hover img {
    opacity: 0.25;
}

.portfolio-list li img,
UNUSEDUNUSED.portfolio-list li a span {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.portfolio-list li {
    width: 25%;
}
@media (max-width: 1400px) {
    .portfolio-list li {
        width: 33.33%;
    }
}
@media (max-width: 900px) {
    .portfolio-list li,
    .container .portfolio-list li {
        width: 50%;
    }
}
@media (max-width: 500px) {
    .portfolio-list li,
    .container .portfolio-list li {
        width: 100%;
    }

    .container .portfolio-list li {
        padding-top: 0;
    }
}

UNUSEDUNUSED.quote-block .icon,
UNUSEDUNUSED.quote-block .quote img {
    border-radius: 50%;
    font-size: 28px;
    display: inline-block;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .quote-block .carousel .container {
        width: 720px;
    }
}
@media (min-width: 992px) {
    .quote-block .carousel .container {
        width: 940px;
    }
}
@media (min-width: 1200px) {
    .quote-block .carousel .container {
        width: 1140px;
    }
}
@media (max-width: 768px) {
    .quote-block .carousel .quote h4 {
        font-size: 18px;
    }
}

.pricing-table {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #fff;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.pricing-table:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.pricing-table h4 {
    display: block;
    padding: 40px 0;
    margin: 0;
    font-weight: bolder;
}

.pricing-table span {
    display: block;
    font-weight: bold;
    font-size: 50px;
    padding: 40px 0 40px 0;
}

.benefits-list {
    display: inline-block;
    margin: 0 35px 30px 35px;
    text-align: left;
}

.pricing-table .btn {
    display: block;
    margin: 0 35px 35px 35px;
    padding: 12px;
}

.benefits-list li {
    padding: 6px 0;
}

.pricing-table p {
    margin: 50px 35px;
}

a.top-arrow:hover {
    margin-bottom: -16px;
    opacity: 1;
}

UNUSEDUNUSED.icon-twitter,
UNUSEDUNUSED.icon-twitter2 {
    color: #00aced;
}

UNUSEDUNUSED.icon-facebook,
UNUSEDUNUSED.icon-facebook2 {
    color: #3b5998;
}

UNUSEDUNUSED.icon-dribbble,
UNUSEDUNUSED.icon-dribbble2 {
    color: #ea4c89;
}

UNUSEDUNUSED.icon-googleplus,
UNUSEDUNUSED.icon-googleplus2 {
    color: #dd4b39;
}

UNUSEDUNUSED.icon-linkedin,
UNUSEDUNUSED.icon-linkedin2 {
    color: #007bb6;
}
.dark-bg .soc-list .icon:hover {
    opacity: 1;
}

footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

footer img.logo {
    float: left;
    margin: 0 10px 0 0;
}
@media (max-width: 992px) {
    footer {
        padding: 50px 0;
    }

    footer img.logo {
        display: none;
    }
}

aside.blog-sidebar .search .btn:hover {
    color: #009688;
}

aside.blog-sidebar .category ul a:hover {
    color: #009688;
}

UNUSEDUNUSED.dark-bg aside.blog-sidebar .search #search_form,
UNUSEDUNUSED.dark-bg aside.blog-sidebar .widget h3,
UNUSEDUNUSED.dark-bg aside.blog-sidebar .recent-posts ul li {
    border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 992px) {
    aside.blog-sidebar {
        margin: 50px 0 0 0;
        text-align: center;
    }
}

.tags li a:hover,
.dark-bg .tags li a:hover {
    color: #009688;
    border-color: #009688;
    opacity: 1;
}

.post .post-info *:last-child {
    padding: 0;
}

.post .post-content *:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .post .post-content .price-circle {
        top: 0;
    }
}

ul.time-line:before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    bottom: 0;
    width: 1px;
    left: 50%;
    background-color: #000;
    opacity: 0.1;
}

.dark-bg ul.time-line:before {
    opacity: 0.4;
}

ul.time-line > li {
    padding-bottom: 80px;
    position: relative;
}

ul.time-line > li:after {
    content: '';
    display: block;
    clear: both;
}

ul.time-line > li:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 50%;
    margin-left: -5px;
    height: 11px;
    width: 11px;
    background: #e8e8e8;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul.time-line > li:hover:before {
    background: #009688;
}

ul.time-line > li .post {
    position: relative;
    width: 45%;
    float: left;
    text-align: left;
}

ul.time-line > li.invert .post {
    float: right;
}

ul.time-line > li .post:before {
    content: '';
    position: absolute;
    display: block;
    top: 24px;
    left: 100%;
    width: 10.5%;
    height: 1px;
    background-color: #000;
    opacity: 0.1;
}

.dark-bg ul.time-line > li .post:before {
    opacity: 0.4;
}

ul.time-line > li.invert .post:before {
    left: auto;
    right: 100%;
}

.scrolltext {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);

    -moz-animation: scrolltext 5s linear infinite;
    -webkit-animation: scrolltext 5s linear infinite;
    animation: scrolltext 40s linear infinite;
}

UNUSEDUNUSED.post-pagination li.active a,
.post-pagination li a:hover {
    color: #444;
    border: 1px solid #009688;
}

.post-pagination li.prev a:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -3px;
    height: 10px;
    width: 10px;
    border-top: 1px solid #444;
    border-left: 1px solid #444;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.post-pagination li.next a:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -7px;
    height: 10px;
    width: 10px;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
@media (max-width: 992px) {
    .inner-page {
        padding: 50px 0;
    }
}
@media (max-width: 320px) {
    .post-pagination li {
        display: none;
    }

    UNUSEDUNUSED.post-pagination li.prev,
    UNUSEDUNUSED.post-pagination li.next {
        display: inline-block;
    }
}

.comments #comment_form:after {
    content: '';
    display: block;
    clear: both;
}

@media (max-width: 992px) {
    .comment-body {
        padding: 30px 0;
    }

    .comment-list .children {
        margin-left: 0;
    }

    .comment-body .photo {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto 20px auto;
    }

    .comment-body .comment-data .author {
        display: block;
        padding: 0;
    }

    .comment-body .comment-data .date {
        display: block;
        padding: 0;
    }
}

.speedinternet {
    margin-top: -25px;
}

.sep-bottom {
    margin-bottom: 60px;
}
.half-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 1200px) {
    .double-padding {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

@media (max-width: 992px) {
    .double-padding,
    .section-padding,
    .half-padding {
        padding-top: 80px;

        padding-bottom: 80px;
    }
    .scrolltext {
        animation: scrolltext 32s linear infinite;
    }
}

.speed {
    margin-top: -25px;
    width: 90%;
}
.bro:hover {
    opacity: 1;
}

@-moz-keyframes scrolltext {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}
@-webkit-keyframes scrolltext {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}
@keyframes scrolltext {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-2500px);
        -webkit-transform: translateX(-2500px);
        transform: translateX(-2500px);
    }
}

@media (max-width: 767px) {
    ul.time-line > li {
        padding-bottom: 40px;
    }

    ul.time-line > li .post,
    ul.time-line > li.invert .post {
        float: none;
        width: 100%;
        text-align: center;
    }

    ul.time-line:before,
    ul.time-line > li:before,
    ul.time-line > li .post:before {
        display: none;
    }
    .scrolltext {
        animation: scrolltext 26s linear infinite;
    }
}
