
@import "https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,900";
body {
    background-color: #fff;
    color: #424242;
    font-family: "Lato",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}
*, *::before, *::after {
    box-sizing: border-box;
}
:focus {
    outline: 0 none !important;
}
iframe {
    border: medium none;
    width: 100%;
}
*::-moz-selection {
    background: #fefac7 none repeat scroll 0 0;
    color: #555555;
}
strong, b {
    font-family: "Lato",sans-serif;
    font-weight: 400;
}
input, button, select, textarea, label {
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 400;
}
hr {
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0 none;
    height: 1px;
    margin: 22px 0;
}
.badge {
    background-color: #32c5d2;
    border-radius: 0;
    font-weight: normal;
    margin-left: 5px;
    padding: 3px 6px;
}
a {
    color: #333;
    transition: all 200ms ease-in 0s;
}
a:hover, a:focus {
    /*color: #32c5d2;*/
    color: rgb(195, 33, 38);
    text-decoration: none;
}
.colored-text {
    color: #32c5d2;
}
h1, h2, h3, h4, h5, h6 {
    color: #060606;
    font-family: "Lato",sans-serif;
    font-weight: 700;
    margin: 0;
}
h1 {
    font-size: 3.2em;
    line-height: 44px;
    margin: 0 0 44px;
}
h2 {
    font-size: 2.6em;
    font-weight: 700;
    line-height: 42px;
    margin: 0 0 32px;
}
h3 {
    font-size: 1.8em;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 15px;
}
h3.heading {
    color: #000;
    font-family: "Lato",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 20px;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
    vertical-align: middle;
}
h3.heading::after {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    content: "";
    display: inline-block;
    height: 0.5em;
    left: 18px;
    margin: 0 -200% 0 0;
    position: relative;
    vertical-align: middle;
    width: 200%;
}
h4 {
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px;
}
h5 {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px;
}
h6 {
    color: #333;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px;
}
p {
    color: #555;
    line-height: 24px;
    margin: 0 0 20px;
}
p.sub-text {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px;
}
p.lead {
    font-size: 16px;
    font-weight: 400;
}
pre::after, pre::before {
    clear: both;
    content: "";
    display: table;
}
.center-heading {
    margin-bottom: 40px;
    text-align: center;
}
.center-heading h2 {
    color: #333;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.center-heading p {
    font-size: 20px;
    line-height: 35px;
}
.center-heading h2 strong {
    font-weight: 700;
}
.center-line {
    border-top: 1px solid #bbb;
    display: inline-block;
    height: 1px;
    margin: auto;
    width: 70px;
}
.center-heading p {
    margin-top: 10px;
}
.overflow-hidden {
    overflow: hidden;
}
.divide0 {
    height: 0;
    width: 100%;
}
.divide2 {
    height: 2px;
    width: 100%;
}
.divide3 {
    height: 3px;
    width: 100%;
}
.divide5 {
    height: 5px;
    width: 100%;
}
.divide10 {
    height: 10px;
    width: 100%;
}
.divide15 {
    height: 15px;
    width: 100%;
}
.divide20 {
    height: 20px;
    width: 100%;
}
.divide25 {
    height: 25px;
    width: 100%;
}
.divide30 {
    height: 30px;
    width: 100%;
}
.divide35 {
    height: 35px;
    width: 100%;
}
.divide40 {
    height: 40px;
    width: 100%;
}
.divide45 {
    height: 40px;
    width: 100%;
}
.divide50 {
    height: 50px;
    width: 100%;
}
.divide55 {
    height: 55px;
    width: 100%;
}
.divide60 {
    height: 60px;
    width: 100%;
}
.divide65 {
    height: 65px;
    width: 100%;
}
.divide70 {
    height: 70px;
    width: 100%;
}
.divide75 {
    height: 75px;
    width: 100%;
}
.divide80 {
    height: 80px;
    width: 100%;
}
.divide85 {
    height: 85px;
    width: 100%;
}
.margin10 {
    margin-bottom: 10px;
}
.margin20 {
    margin-bottom: 20px;
}
.margin30 {
    margin-bottom: 30px;
}
.margin40 {
    margin-bottom: 40px;
}
.no-padding {
    padding: 0;
}
.no-padding.gray {
    background-color: #f5f5f5;
}
.no-padding-inner h3 {
    font-weight: 900;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.no-padding-inner {
    padding: 60px;
}
@media (max-width: 568px) {
    .no-padding-inner {
        padding: 15px;
    }
}
.margin-0 {
    margin: 0 !important;
}
.btn {
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}
.btn-default:hover, .btn-default:focus {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.btn-lg {
    font-size: 13px;
    font-weight: 400;
    padding: 14px 28px 13px;
}
.btn:focus, .btn:hover {
    color: #fff;
    outline: 0 none;
}
.btn-xs {
    font-size: 12px;
}
.btn-theme-bg {
    background-color: #32c5d2;
    border-color: #32c5d2;
    color: #fff;
}
.btn-theme-red {
    background-color: rgb(195, 33, 38);
    color: #fff;
}
.theme-red{
    color:rgb(195, 33, 38);
}
.btn i {
    margin-right: 10px;
}
.btn-theme-bg:hover {
    background-color: #333;
    border-color: #333;
}
.btn-theme-dark {
    background-color: #333;
    color: #fff;
}
.btn-theme-dark:hover {
    background-color: #32c5d2;
    color: #fff;
}
.border-black {
    background-color: transparent;
    border: 1px solid #333;
    color: #000;
}
.border-black:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.border-white {
    border: 1px solid #fff;
    color: #fff;
}
.border-white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.border-theme {
    border: 1px solid #32c5d2;
    color: #32c5d2;
}
.border-theme:hover {
    background-color: #32c5d2;
    border-color: #32c5d2;
    color: #fff;
}
.btn-3d {
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}
.btn-ico i {
    margin-left: 5px;
}
.navbar-default {
    background-color: rgba(255, 255, 255, 0.9);
    border: medium none;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
    clear: both;
    margin-bottom: 0;
    min-height: 70px;
    padding: 10px 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #32c5d2;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #32c5d2;
}
.navbar-brand {
    color: #000 !important;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    color: #687074;
    font-family: "Lato",sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #32c5d2;
}
.navbar-brand img {
    height: auto;
    width: 80px;
}
.navbar .dropdown-menu {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    min-width: 200px;
    padding: 0;
}
.search-dropdown {
    min-width: 244px !important;
}
.navbar .dropdown-menu li a {
    border-bottom: 1px solid #f5f5f5;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    padding: 6px 16px;
    text-transform: capitalize;
}
.dropdown-menu .label {
    margin-top: 6px;
}
.navbar .dropdown-menu li a:hover {
    background-color: #f5f5f5;
}
.top-bar-dark {
    background-color: #333;
}
.top-bar-light {
    background-color: #f3f3f3;
}
.top-bar-light .top-dark-right li {
    border-color: #ddd;
}
.top-bar-light .top-dark-right li a:hover {
    color: #32c5d2;
}
.top-bar-socials {
    line-height: 18px;
    padding-top: 5px;
}
.top-bar-socials::after {
    clear: both;
    content: "";
    display: table;
}
.top-bar-socials a {
    margin: 0 3px;
}
.top-dark-right {
    margin: 0;
    padding: 0;
}
.top-dark-right li {
    border-left: 1px solid #444;
    line-height: 40px;
    padding: 0 10px;
}
.top-dark-right li, .top-dark-right li a {
    color: #bbb;
    font-size: 12px;
}
.top-dark-right li i {
    margin-right: 5px;
}
.top-dark-right li a:hover {
    color: #fff;
}
.topbar-icons {
    display: block;
}
.topbar-icons i {
    display: block;
    margin: 0 !important;
}
.search {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 99999;
}
.search .form-control {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 99%;
}
.search-close {
    cursor: pointer;
    position: absolute;
    right: 9px;
    top: 5px;
}
.yamm-content {
    background-color: #fff;
    box-sizing: border-box;
    padding: 25px;
}
.dropdown-menu .divider {
    background-color: #222;
}
.yamm-content h3.heading {
    border-bottom: medium none;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.yamm-content h3::before {
    content: "";
    display: none;
}
.yamm-content .mega-vertical-nav {
    margin-bottom: 30px;
}
.yamm-content .mega-vertical-nav li a {
    border-bottom: 1px solid #fbfbfb;
    color: #888;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0;
    text-transform: capitalize;
    transition: all 0.3s ease-in 0s;
}
.nav.mega-vertical-nav li a:hover {
    background-color: transparent;
    color: #32c5d2;
}
.nav.mega-vertical-nav li a i {
    margin-right: 10px;
}
.mega-contact p {
    margin: 0;
}
.mega-contact i {
    color: #32c5d2;
    margin-right: 5px;
}
.dropdown-form {
    min-width: 213px;
    padding: 10px 27px;
}
.dropdown-form .form-control {
    height: 34px;
}
.top-bar form {
    margin: 0;
    padding: 0;
    position: relative;
}
.top-bar button {
    background-color: transparent;
    border: 0 none;
    height: auto;
    line-height: 15px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 13px;
    top: 9px;
    width: auto;
}
.top-bar form .form-control {
    border-radius: 20px;
    margin-top: 6px;
    transition: all 0.3s ease-in-out 0s;
    width: 150px;
}
.top-bar .form-group {
    margin: 0;
}
.top-bar .form-control:focus {
    width: 200px;
}
.navbar-inverse {
    background-color: #333;
    border: medium none;
    border-radius: 0;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    min-height: 70px;
    padding: 10px 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #32c5d2;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #32c5d2;
}
.navbar-inverse .navbar-brand {
    color: #fff !important;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #32c5d2;
}
#header-top.dark-header-top {
    background-color: #111;
    border-bottom-color: #222;
}
#header-top.dark-header-top .top-bar a i {
    color: #fff;
}
#header-top.dark-header-top .top-bar ul li {
    color: #fff;
}
.navbar-inverse.transparent-header {
    background-color: transparent;
    box-shadow: none;
    min-height: 50px;
    padding: 10px 0;
}
@media (max-width: 767px) {
    .navbar-inverse.transparent-header {
        background-color: #111 !important;
    }
}
.header-center {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 25px 0;
}
.header-center a {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.header-center span {
    display: block;
}
.navbar-default.menu-header-center {
    min-height: 50px;
    padding: 0;
}
.navbar-default.menu-header-center .navbar-nav > li {
    border-left: 1px solid #ddd;
}
#boxed {
    background-color: #f8f8f8;
}
@media (min-width: 1200px) {
    .boxed-wrapper {
        background-color: white;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
        margin: 0 auto;
        width: 1170px;
    }
}
.boxed-wrapper .tp-banner-container {
    margin: 0 auto;
}
.boxed-wrapper .navbar-default {
    left: auto;
    right: auto;
    width: auto;
}
.side-panel-page {
    overflow-x: hidden;
}
.side-panel {
    background-color: #fff;
    padding: 15px 0;
}
.side-panel .offcanvas-toggle-right.navbar-toggle {
    display: block;
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.offcanvas-side-content .logo-side-nav {
    padding: 25px 15px;
    text-align: center;
}
.offcanvas-side-content .navmenu {
    padding: 0;
    width: 220px;
}
.offcanvas-side-content li.nav-header {
    padding: 15px;
}
.offcanvas-side-content .profile-element img {
    display: block;
    margin: 0 auto;
}
.offcanvas-side-content .profile-element .dropdown-menu {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.offcanvas-side-content .profile-element .dropdown-menu > li:last-child a {
    border-bottom: 0 none;
}
.offcanvas-side-content .profile-element .dropdown-menu > li > a {
    border-bottom: 1px solid #f5f5f5;
    padding: 8px 15px;
}
.offcanvas-side-content .profile-element .dropdown-menu > li > a i {
    margin-right: 5px;
}
.metismenu > li > a {
    border-bottom: 1px solid #eee;
    padding: 7px 15px;
}
.metismenu .arrow {
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 14px;
    transform: translate(0px, 0px);
}
.metismenu .arrow::before {
    content: "";
}
.metismenu .active > a > .arrow::before {
    content: "";
}
.metismenu .nav-second-level > li a {
    padding: 7px 15px 7px 45px;
}
.metismenu .nav-third-level > li a {
    padding: 7px 15px 7px 55px;
}
@media (max-width: 991px) {
    .navbar-default .nav > li > a {
        font-size: 12px;
        padding: 15px 12px;
    }
    .navbar-default .nav > li > a i {
        margin-right: 3px;
    }
    .navbar-inverse .nav > li > a {
        font-size: 12px;
        padding: 15px 11px;
    }
    .navbar-inverse .nav > li > a i {
        margin-right: 3px;
    }
}
#footer {
    background: #111 none repeat scroll 0 0;
    clear: both;
    font-size: 0.9em;
    padding: 80px 0 0;
    position: relative;
}
.footer-col h3 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.footer-col h3::first-letter {
    border-bottom: 1px solid #bbb;
}
.footer-col p {
    color: #aeaeae;
    font-size: 13px;
}
.contact p {
    margin-bottom: 10px;
}
.contact strong {
    font-weight: bold;
    margin-right: 10px;
}
.contact strong i {
    margin-right: 5px;
}
.contact a {
    color: #777;
}
.contact a:hover {
    color: #32c5d2;
}
.f2-work li {
    margin: 1px;
    padding: 0;
}
.f2-work li a {
    display: block;
}
.f2-work li a img {
    border: 2px solid transparent;
    transition: all 0.7s ease-in-out 0s;
    width: 80px;
}
.f2-work li a:hover img {
    border-color: #32c5d2;
}
.footer-btm {
    background-color: #0c0c0c;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: 30px;
    padding: 20px;
}
.news-form .form-control {
    border-radius: 3px;
    height: 30px;
}
@media (max-width: 767px) {
    .news-form {
        text-align: center !important;
    }
    .news-form .form-control {
        margin-bottom: 10px;
    }
}
.footer-social li {
    padding: 0;
}
#footer-option {
    background: #121214 none repeat scroll 0 0;
    border-top: 4px solid #e1e1e1;
    clear: both;
    font-size: 0.9em;
    padding: 80px 0 0;
    position: relative;
}
#footer-option .footer-col h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
#footer-option .footer-btm {
    background-color: #0c0c0c;
}
#footer-option .contact a {
    color: #777;
}
#footer-option .contact a:hover {
    color: #32c5d2;
}
.footer-col.footer-3 h3 {
    font-size: 35px;
    text-transform: uppercase;
}
.tweet ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.tweet ul li {
    color: #777;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 0;
}
.tweet ul li::before {
    color: #32c5d2;
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    margin-right: 15px;
}
.tweet ul li .date {
    font-size: 12px;
    font-weight: 400;
    padding: 3px 0;
    text-transform: uppercase;
}
.tweet ul li img {
    border-radius: 50%;
    margin-right: 10px;
}
.tweet li a {
    color: #fff;
    font-size: 13px;
}
.tweet li a:hover {
    color: #32c5d2;
}
.latest-f-news li a {
    color: #777;
    display: block;
    padding: 4px 0;
}
.latest-f-news li a i {
    transition: all 0.4s ease-in-out 0s;
}
.latest-f-news li a:hover i {
    margin-left: 5px;
}
.latest-f-news li a:hover {
    color: #fff;
}
.footer-light-1 {
    background-color: #f4f4f4;
    padding-top: 60px;
}
.footer-light-1 h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.footer-light-1 .menu-1 li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 3px 0;
}
.footer-light-1 .menu-1 li a {
    font-size: 14px;
    text-transform: uppercase;
}
.footer-light-1 .media img {
    margin-top: 5px;
}
.footer-light-1 .media .media-body p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}
.footer-light-1 .media .media-heading {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
}
.footer-light-1 .f2-work li a img {
    height: 70px;
}
.footer-light-1 .info li {
    padding-bottom: 10px;
}
.footer-light-1 .info li i {
    color: #32c5d2;
    margin-right: 10px;
}
.footer-light-1 .subscribe-form .form-control {
    height: 49px;
}
.download-app li {
    padding: 0;
}
.download-app li a {
    display: block;
    font-size: 35px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}
.footer-copyright {
    background-color: #ddd;
    color: #999;
    font-size: 13px;
    padding: 20px 15px;
}
.footer-light-2 {
    background-color: #f5f5f5;
    padding-bottom: 0;
    padding-top: 60px;
}
.footer-light-2 h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 23px;
    text-transform: uppercase;
}
.footer-light-2 p {
    color: #777;
}
.footer-light-2 .footer-work {
    clear: both;
}
.footer-light-2 .footer-work a {
    display: block;
    float: left;
    margin: 1px;
    width: 80px;
}
.footer-light-2 .find-us p {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
}
.footer-light-2 .footer-news li a {
    display: block;
    margin-bottom: 10px;
}
.footer-light-2 .footer-news li a::before {
    content: "";
    font-family: "FontAwesome";
    margin-right: 10px;
}
.footer-light-2 .footer-bottom {
    background-color: #eee;
    padding-top: 30px;
}
.footer-light-2 .footer-bottom h3 {
    margin-bottom: 30px;
}
.footer-light-2 .footer-bottom ul {
    margin-bottom: 30px;
    padding: 0;
}
.footer-light-2 .footer-bottom p {
    font-size: 12px;
    font-weight: 400;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-light-3 {
    background-color: #f5f5f5;
    padding-bottom: 0;
    padding-top: 60px;
}
.footer-light-3 h3 {
    color: #666;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-light-3 p {
    color: #777;
}
.footer-light-3 .find-us p {
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
}
.footer-light-3 .find-us p strong {
    display: inline-block;
    font-weight: 700;
    margin-right: 5px;
}
.footer-light-3 .quick-links {
    padding-right: 40px;
}
.footer-light-3 .quick-links li {
    padding: 6px 0;
}
.footer-light-3 .quick-links li a {
    font-size: 14px;
    text-transform: capitalize;
}
.footer-light-3 .form-control {
    color: #999;
    font-size: 16px;
    min-height: 45px;
    text-transform: uppercase;
}
.footer-bottom {
    background-color: #eee;
    padding-top: 30px;
}
.footer-bottom h3 {
    margin-bottom: 30px;
}
.footer-bottom ul {
    margin-bottom: 30px;
    padding: 0;
}
.footer-bottom p {
    font-size: 12px;
    font-weight: 400;
    margin-top: 0;
    text-transform: capitalize;
}
.wide-img-showcase-row {
    position: relative;
}
.no-padding.img {
    background: rgba(0, 0, 0, 0) url("../img/showcase-1.jpg") no-repeat scroll center center / cover ;
    height: 100%;
    position: absolute;
}
.no-padding.img-2 {
    background: rgba(0, 0, 0, 0) url("../img/showcase-2.jpg") no-repeat scroll center center / cover ;
    height: 100%;
    position: absolute;
}
@media (max-width: 767px) {
    .no-padding.img {
        height: 300px;
        position: relative;
    }
}
.item-img-wrap {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.item-img-wrap img {
    transition: all 200ms linear 0s;
    width: 100%;
}
.item-img-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.item-img-overlay span {
    background: rgba(0, 0, 0, 0.7) url("../img/plus.png") no-repeat scroll center center;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 250ms linear 0s;
    width: 100%;
}
.item-img-wrap:hover .item-img-overlay span {
    opacity: 1;
}
.item-img-wrap:hover img {
    transform: scale(1.1);
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    color: #7a7a7a;
    font-size: 12px;
    transition: all 200ms ease-in 0s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .form-control:focus {
    background: #fff none repeat scroll 0 0;
    border-color: #bbb;
    box-shadow: none;
}
.parallax {
    background-attachment: fixed;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.carousel-slider-wrapper {
    position: relative;
}
.carousel-slider-wrapper .item {
    background-color: #333 !important;
    height: 600px;
    overflow: hidden;
    padding: 100px 0 0;
    width: 100%;
}
.carousel-slider-wrapper .carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}
#carousel-slide-1 {
    background-image: url("../img/bg-1.jpg");
    background-size: cover;
    width: 100%;
}
#carousel-slide-2 {
    background-image: url("../img/bg-2.jpg");
    background-size: cover;
    width: 100%;
}
#carousel-slide-3 {
    background-image: url("../img/bg-3.jpg");
    background-size: cover;
    width: 100%;
}
.carousel-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.carousel-item-content {
    display: table-cell;
    height: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 3;
}
.carousel-item-content h1 {
    background-color: #32c5d2;
    color: #fff;
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}
.carousel-item-content p {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 6px 20px;
    text-transform: uppercase;
}
a.carousel-control {
    background-image: none !important;
    cursor: pointer;
    display: block;
    font-size: 52px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
}
.slider-reg {
    width: 100%;
}
@media (max-width: 767px) {
    .slider-reg.transparent-header-slider {
        margin-top: 50px;
    }
}
.main-flex-slider {
    position: relative;
}
.main-flex-slider .flex-control-nav {
    bottom: 10px;
    height: 14px;
    margin: 0;
    z-index: 10;
}
.main-flex-slider .flex-control-paging li a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0.7) !important;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 8px;
    text-indent: -9999px;
    width: 26px;
}
.main-flex-slider .flex-control-paging li a.flex-active {
    background-color: #32c5d2 !important;
}
.slider-overlay {
    background: rgba(0, 0, 0, 0.2) url("../img/pattern.png") repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.slider-text {
    margin-top: 30px;
    text-align: center;
}
.slider-text h1 {
    color: #fff;
    font-size: 3.75em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 5px 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.slider-text p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
}
.slider-text p a {
    font-style: normal;
}
@media (min-width: 1200px) {
    .slider-text {
        margin-top: 250px;
    }
}
@media (max-width: 1199px) {
    .boxed-wrapper .navbar-default {
        left: 0;
        right: 0;
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .slider-text {
        margin-top: 150px;
    }
}
@media (max-width: 768px) {
    .slider-text {
        margin-top: 90px;
    }
    .slider-text h1 {
        font-size: 2em;
    }
}
@media (max-width: 667px) {
    .slider-text {
        margin-top: 30px;
    }
    .slider-text h1 {
        font-size: 2em;
    }
}
@media (max-width: 533px) {
    .slider-text p a {
        display: none;
    }
}
@media (max-width: 414px) {
    .slider-text p {
        display: none;
    }
    .slider-text h1 {
        font-size: 1.5em;
        margin-top: 45px;
    }
}
@media (max-width: 384px) {
    .slider-text h1 {
        font-size: 1.5em;
        margin-top: 45px;
    }
}
.delay-1 {
    animation-delay: 300ms;
}
.delay-2 {
    animation-delay: 600ms;
}
.delay-3 {
    animation-delay: 1200ms;
}
.delay-4 {
    animation-delay: 1600ms;
}
.intro-text {
    background-color: #eee;
    padding: 60px 0;
}
.intro-text h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.intro-text a {
    margin: 7px;
}
#home-parallax {
    background: rgba(0, 0, 0, 0) url("../img/showcase-4.jpg") no-repeat scroll 0 0;
    padding: 190px 0;
}
.typed-cursor {
    animation: 0.7s ease 0s normal none infinite running blink;
    color: #32c5d2;
    opacity: 1;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.parallax-buttons {
    display: block;
    margin-top: 20px;
    text-align: center;
}
.parallax-buttons a {
    display: inline-block;
    margin: 5px;
}
h1.typed-text {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.typed-text .element {
    color: #32c5d2;
}
#home-parallax p {
    color: #fff;
}
@media (max-width: 568px) {
    h1.typed-text {
        font-size: 25px;
    }
}
.services-wrap {
    background-color: #fff;
    padding-bottom: 40px;
    padding-top: 60px;
}
.services-box {
    clear: both;
}
.services-box-icon {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 50px;
}
.services-box-icon i {
    background-color: #32c5d2;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
.services-box-info {
    padding-left: 65px;
}
.services-box-info h4 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.service-box i {
    background-color: #f7f9fa;
    border-radius: 50%;
    color: #32c5d2;
    font-size: 30px;
    height: 85px;
    line-height: 85px;
    margin-bottom: 25px;
    text-align: center;
    transition: all 0.7s ease-in-out 0s;
    width: 85px;
}
.service-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.service-box:hover i {
    background-color: #32c5d2;
    color: #fff;
    transform: rotateY(360deg);
}
#services-bg-wrap {
    background-color: #f7f9fa;
    padding: 90px 0;
}
.service-3-meta h1 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.white-bg {
    background-color: #fff !important;
    padding-bottom: 50px !important;
    padding-top: 90px !important;
}
.service-4-meta h3 {
    font-weight: 700;
    margin-bottom: 5px;
}
.blue-bg {
    background-color: #32c5d2;
    padding-bottom: 40px;
    padding-top: 70px;
}
.blue-bg .services-box i {
    box-shadow: none;
    font-size: 50px;
    margin-right: 25px;
}
.blue-bg .services-box .services-box-info {
    margin-left: 30px;
}
.blue-bg .services-box .services-box-info h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
}
.blue-bg .services-box .services-box-info p {
    color: #eee;
}
.special-feature .section-title hr {
    border-color: #151515;
}
.special-feature i {
    color: #32c5d2;
    font-size: 65px;
    line-height: 75px;
}
.special-feature h4 {
    color: #777;
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px;
    position: relative;
    text-transform: uppercase;
}
.special-feature .mask-top {
    background-color: #ffffff;
    padding: 55px 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.special-feature .mask-top h4::before {
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: -2px auto;
    position: absolute;
    right: 0;
    top: -18px;
    width: 40px;
}
.special-feature .s-feature-box:hover .mask-top {
    top: -200px;
    transition: all 0.3s ease-out 0s;
}
.special-feature .s-feature-box {
    border: 1px solid #f2f2f2;
    cursor: pointer;
    height: 280px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.special-feature .mask-bottom {
    bottom: -300px;
    color: #333333;
    height: 100%;
    padding: 20px 15px;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.special-feature .mask-bottom p {
    font-size: 14px;
    padding: 0 5px;
}
.special-feature .mask-bottom h4 {
    margin: 15px 0 17px;
}
.special-feature .s-feature-box:hover .mask-bottom {
    bottom: 0;
    transition: all 0.3s ease-out 0s;
}
.special-feature .mask-bottom i {
    font-size: 38px;
    line-height: 50px;
}
.service-box-4 .service-ico {
    float: left;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 3px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    width: 30px;
}
.service-ico i {
    color: #32c5d2;
    font-size: 50px;
}
.service-box-4 .service-text {
    margin-left: 65px;
}
.service-text a {
    color: #32c5d2;
}
.service-text a i {
    margin-left: 5px;
    vertical-align: middle;
}
.service-text h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.colored-boxed {
    text-align: center;
}
.colored-boxed i {
    background-color: transparent;
    border: 0 solid;
    border-radius: 50%;
    display: inline-block;
    font-size: 50px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 90px;
}
.colored-boxed.green i {
    border-color: #32c5d2;
    color: #32c5d2;
}
.colored-boxed.dark i {
    border-color: #333;
    color: #333;
}
.colored-boxed.blue i {
    border-color: #3b5998;
    color: #3b5998;
}
.colored-boxed.red i {
    border-color: #cb2027;
    color: #cb2027;
}
.colored-boxed h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 20px;
    text-transform: uppercase;
}
.colored-boxed p {
    margin-top: 10px;
}
.grabbing {
    cursor: url("../img/grabbing.png") 8 8, move !important;
}
.portfolio {
    background-color: #f8f8f8;
    padding: 60px 0;
}
.work-desc {
    background: #fff none repeat scroll 0 0;
    border-top: medium none;
    padding: 10px;
    position: relative;
    width: 100%;
}
.work-desc::before {
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    display: block;
    height: 8px;
    margin-left: 20px;
    position: absolute;
    top: -8px;
    width: 8px;
    z-index: 100;
}
.work-desc h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.owl-spaced .owl-item > div {
    margin: 5px;
}
.work-desc span {
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}
.project-detail h3 {
    margin-bottom: 10px;
}
.project-detail em {
    display: block;
}
.full-width-3-work .work-desc {
    padding: 10px;
}
h3.heading-progress {
    color: #777;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 0;
    text-transform: uppercase;
}
.progress {
    background: #e9e9e9 none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    height: 15px;
    line-height: 10px;
}
.progress-bar {
    background: #32c5d2 none repeat scroll 0 0;
    box-shadow: none;
    line-height: 10px;
}
.news-desc {
    padding: 15px 0;
}
.news-desc h4 {
    font-weight: 600;
    margin: 0;
}
.news-desc span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.news-desc span + span {
    padding-left: 30px;
}
.latest-new {
    border: 1px solid #ddd;
}
.blog-date {
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    font-size: 36px;
    font-weight: 400;
    height: 60px;
    line-height: 1;
    margin: -40px auto 10px;
    overflow: hidden;
    padding: 6px 5px;
    position: relative;
    text-align: center;
    width: 60px;
}
.blog-date span {
    display: block;
    font-size: 15px;
    font-weight: 400;
}
.l-news-desc {
    padding: 10px 20px;
}
.l-news-desc h3 {
    margin-bottom: 15px;
}
ul.post-desc {
    padding: 0;
}
ul.post-desc li {
    color: #555;
    font-size: 14px;
    text-transform: capitalize;
}
ul.post-desc li + li {
    padding-left: 15px;
}
.blog-post {
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 60px;
    padding-bottom: 30px;
}
.post-detail {
    border-bottom: 1px solid #ebeaea;
    border-top: 1px solid #ebeaea;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 25px;
}
.post-detail li img {
    border-radius: 13px;
    float: left;
    height: 26px;
    margin-right: 10px;
    width: 26px;
}
.post-detail li + li {
    padding-left: 15px;
}
.post-detail li {
    font-size: 12px;
    text-transform: capitalize;
    vertical-align: middle;
}
.post-detail li i {
    margin-right: 5px;
}
.blog-post h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
    text-transform: capitalize;
}
.blog-left-img .post-detail {
    margin-top: 0;
}
.about-author {
    background-color: #f5f5f5;
    margin-bottom: 50px;
    padding: 30px;
}
.about-author img {
    border-radius: 3px;
    float: left;
    height: 120px;
    margin-right: 10px;
    width: 120px;
}
.about-author p {
    overflow: hidden;
}
.comment-list {
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.comment-post h4 img {
    float: left;
    height: 60px;
    margin-right: 20px;
    width: 60px;
}
.comment-post p {
    overflow: hidden;
}
.comment-form .form-contact .form-control {
    background-color: #f5f5f5;
}
.timeline {
    list-style: outside none none;
    padding: 20px 0;
    position: relative;
}
.timeline::before {
    background-color: #f5f5f5;
    bottom: 0;
    content: " ";
    left: 50%;
    margin-left: -1.5px;
    position: absolute;
    top: 0;
    width: 3px;
}
.timeline > li {
    clear: left;
    float: left;
    margin-bottom: 40px;
    position: relative;
    width: 50%;
}
.timeline > li::before, .timeline > li::after {
    content: " ";
    display: table;
}
.timeline > li::after {
    clear: both;
}
.timeline > li::before, .timeline > li::after {
    content: " ";
    display: table;
}
.timeline > li::after {
    clear: both;
}
.timeline > li > .timeline-panel {
    border: 1px solid #d4d4d4;
    float: left;
    position: relative;
    width: 94%;
}
.timeline > li > .timeline-panel::before {
    border-color: transparent #ccc;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    content: " ";
    display: inline-block;
    position: absolute;
    right: -15px;
    top: 26px;
}
.timeline > li > .timeline-panel::after {
    border-color: transparent #fff;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    content: " ";
    display: inline-block;
    position: absolute;
    right: -14px;
    top: 27px;
}
.timeline > li > .timeline-badge {
    color: #ccc;
    cursor: pointer;
    font-size: 1.4em;
    height: 24px;
    line-height: 50px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: 19px;
    width: 24px;
    z-index: 9;
}
.timeline > li > .timeline-badge i:hover {
    color: #32c5d2;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel::before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel::after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline > li > .timeline-panel .timeline-heading {
    padding: 5px;
}
.timeline > li > .timeline-panel .timeline-heading img {
    width: 100%;
}
.timeline .timeline-body {
    padding: 25px 15px;
}
.timeline .timeline-body h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
.timeline-body .post-detail {
    margin: 5px 0;
}
.timeline > li.timeline-inverted {
    clear: right;
    float: right;
    margin-bottom: 40px;
}
.timeline > li:nth-child(2) {
    margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}
@media (max-width: 992px) {
    .timeline > li > .timeline-panel::before {
        border-bottom: 11px solid transparent;
        border-left: 11px solid #ccc;
        border-top: 11px solid transparent;
        right: -11px;
        top: 31px;
    }
    .timeline > li > .timeline-panel::after {
        border-bottom: 10px solid transparent;
        border-left: 10px solid #fff;
        border-top: 10px solid transparent;
        right: -10px;
        top: 32px;
    }
    .timeline > li.timeline-inverted > .timeline-panel::before {
        border-right-width: 11px;
        left: -11px;
    }
    .timeline > li.timeline-inverted > .timeline-panel::after {
        border-right-width: 10px;
        left: -10px;
    }
}
@media (max-width: 767px) {
    ul.timeline::before {
        left: 40px;
    }
    ul.timeline > li {
        clear: left;
        float: left;
        margin-bottom: 20px;
        position: relative;
        width: 100%;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 70px);
    }
    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel::before {
        border-bottom: 12px solid transparent;
        border-left: 12px solid #ccc;
        border-top: 12px solid transparent;
        right: -12px;
        top: 27px;
    }
    ul.timeline > li > .timeline-panel::after {
        border-bottom: 11px solid transparent;
        border-left: 11px solid #fff;
        border-top: 11px solid transparent;
        right: -11px;
        top: 28px;
    }
    ul.timeline > li > .timeline-panel::before {
        border-left-width: 0;
        border-right-width: 12px;
        left: -12px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel::after {
        border-left-width: 0;
        border-right-width: 11px;
        left: -11px;
        right: auto;
    }
    .timeline > li.timeline-inverted {
        clear: left;
        float: left;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-badge {
        left: 28px;
    }
}
.testimonials {
    background: rgba(0, 0, 0, 0) url("../img/bg-4.jpg") no-repeat scroll 0 0;
    padding: 80px 0;
}
.testimonials .center-heading h2 {
    color: #fff;
}
.testimonials h4 {
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}
.testimonials h4 i {
    color: #32c5d2;
    margin-right: 5px;
}
.testimonials p {
    color: #32c5d2;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
}
.customer-img {
    border-radius: 50%;
    margin: auto auto 25px;
    max-width: 92px;
}
.owl-theme .owl-controls .owl-page span {
    background: #444 none repeat scroll 0 0 !important;
    border-radius: 50%;
    display: block;
    height: 8px !important;
    margin: 5px 7px;
    opacity: 0.5;
    width: 8px !important;
}
.testimonials-v-2 {
    overflow: hidden;
    padding: 100px 0;
}
.testi-slide {
    text-align: center;
}
.testi-slide img {
    border-radius: 50%;
    height: 92px;
    width: 92px;
}
.testi-slide p {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    margin: 20px 0;
}
.testi-slide i {
    color: #32c5d2;
    margin-right: 10px;
}
.testi-slide h4 {
    font-family: "Lato",sans-serif !important;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}
.testi-slide .flex-control-paging li a {
    background: transparent none repeat scroll 0 0 !important;
    border: 2px solid #ccc;
    box-shadow: none;
    height: 8px;
    width: 8px;
}
.testi-slide .flex-control-paging li a.flex-active {
    background: transparent none repeat scroll 0 0 !important;
    border: 2px solid #32c5d2;
}
.quote {
    position: relative;
}
.quote blockquote {
    border: 0 none;
    border-radius: 8px;
    font-size: 14px;
    font-style: italic;
    margin: 0;
    padding: 0;
}
.quote blockquote p {
    color: #fff;
    padding: 25px 30px 45px;
}
.quote blockquote::before {
    border-right: 0.86667em solid transparent;
    border-top: 0.83333em solid #ccc;
    content: "";
    height: 0;
    left: 90px;
    position: absolute;
    top: 100%;
    width: 0;
}
.quote.green blockquote {
    background-color: #32c5d2;
}
.quote.green blockquote::before {
    border-top-color: #32c5d2;
}
.quote.dark blockquote {
    background-color: #555;
}
.quote.dark blockquote::before {
    border-top-color: #555;
}
.quote-footer {
    margin: 10px 0;
}
.quote-footer .quote-author-img img {
    background-color: #fff;
    border-radius: 50%;
    float: left;
    height: 90px;
    margin-left: -5px;
    margin-top: -40px;
    max-width: 90px;
    padding: 5px;
    position: relative;
    width: 90px;
    z-index: 1;
}
.quote-footer h4 {
    font-size: 14px;
    margin-bottom: 4px;
}
.quote-footer p {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}
.panel-group .panel {
    border-radius: 0;
    margin-bottom: 0;
}
.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #f5f5f5 !important;
    color: #000;
    padding: 7px 12px;
}
.panel-title i {
    color: #32c5d2;
    margin-right: 10px;
}
.social-1 {
    margin: 0;
    padding: 0;
}
.social-1 li {
    padding: 0;
}
.social-1 li a i {
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    transition: all 200ms ease-in 0s;
    width: 32px;
}
.social-1 li a i:hover {
    opacity: 0.8;
}
.social-1 li a i.fa-facebook {
    background-color: #3b5998;
}
.social-1 li a i.fa-twitter {
    background-color: #0084b4;
}
.social-1 li a i.fa-google-plus {
    background-color: #c63d2d;
}
.social-1 li a i.fa-pinterest {
    background-color: #cb2027;
}
.social-1 li a i.fa-dribbble {
    background-color: #ea4c89;
}
.countdown_section {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    height: 120px;
    margin: 10px;
    padding-top: 13px;
    text-align: center;
    width: 120px;
}
.subscribe-form .form-control {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    height: 46px;
}
.purchase-sec {
    background: #32c5d2 none repeat scroll 0 0;
    padding: 30px 0;
}
.purchase-sec span {
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
}
.fun-fact-wrap {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/showcase-4.jpg");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat !important;
    background-size: auto auto;
    padding-bottom: 70px;
    padding-top: 100px;
}
.facts-in {
    text-align: center;
}
.facts-in h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 25px;
}
.facts-in h3 i {
    color: #32c5d2;
    font-size: 40px;
    margin-right: 20px;
}
.facts-in h4 {
    color: #fff;
    font-family: "Lato",sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize;
}
@media (max-width: 992px) {
    .facts-in {
        margin-bottom: 70px;
    }
}
.owl-theme .owl-controls .owl-page span {
    background: #32c5d2 none repeat scroll 0 0 !important;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.static-bg {
    background: rgba(0, 0, 0, 0) url("../img/showcase-3.jpg") repeat scroll 0 0;
    padding-bottom: 200px;
    padding-top: 230px;
}
.static-wrap {
    text-align: center;
}
.static-wrap h3 {
    border-bottom: 1px solid #cccccc;
    color: #fff;
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 44px;
    margin: 0 0 35px;
    padding: 0 0 16px;
    position: relative;
    text-transform: uppercase;
}
.static-bg h3::before {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #009ada 0%, #04bfbf 100%) repeat scroll 0 0;
    bottom: -2px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    max-width: 100%;
    position: absolute;
    width: 60%;
}
.static-bg h3::before {
    left: 20%;
}
.slider-flex h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.breadcrumb-wrap {
    background-color: #f6f6f6;
    background-image: url("../img/shadow-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #d2d3d4;
    border-top: 1px solid #d2d3d4;
    padding: 30px 0;
}
.breadcrumb-wrap h4 {
    color: #333;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}
ol.breadcrumb {
    background-color: transparent;
    color: #333;
    margin: 0;
    padding: 0;
}
ol.breadcrumb li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
}
ol.breadcrumb li a {
    color: #333;
}
.highlight-list li {
    color: #777;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    line-height: 45px;
}
.highlight-list li i {
    color: #32c5d2;
    margin-right: 10px;
}
.team-wrap {
    border: 1px solid #eee;
    padding: 3px 3px 20px;
    text-align: center;
}
.team-wrap li {
    padding: 0;
}
.team-wrap h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 3px;
    margin-top: 10px;
}
.team-wrap span {
    color: #777;
    display: block;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.person-v2 {
    margin-bottom: 30px;
}
.our-team-v-2 {
    background-color: #f5f5f5;
    padding-bottom: 40px;
    padding-top: 70px;
}
.person-v2 img {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.person-v2 h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 5px 0;
    text-transform: uppercase;
}
.person-desc-v2 em {
    color: #777;
    display: block;
    margin-bottom: 10px;
}
.pricing-simple {
    border: 1px solid #d0d6df;
    margin-bottom: 30px;
}
.pricing-simple h4 {
    border-bottom: 1px solid #d0d6df;
    color: #666;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 20px;
    text-align: center;
    text-transform: capitalize;
}
.pricing-simple h3 {
    background-color: #f4f4f4;
    border-bottom: 1px solid #d0d6df;
    font-size: 50px;
    font-weight: 400;
    margin: 0;
    padding: 30px 20px;
    text-align: center;
}
.pricing-simple h3 sup, .pricing-simple h3 sub {
    color: #d0d6df;
    font-size: 14px;
    font-weight: 400;
}
.pricing-simple h3 sup {
    left: 10px;
    vertical-align: top;
}
.pricing-simple h3 sub {
    vertical-align: bottom;
}
.pricing-simple ul {
    padding-top: 30px;
}
.pricing-simple ul li {
    border-bottom: 1px solid #f5f5f5;
    color: #aeaeae;
    padding: 6px 20px;
}
.pricing-simple ul li:last-child {
    border-bottom: 0 none;
}
.pricing-simple ul li i {
    color: #32c5d2;
    margin-right: 10px;
}
.pricing-simple .bottom {
    padding: 20px 10px;
    text-align: center;
}
.pricing-simple p {
    color: #aeaeae;
    padding: 15px 20px 0;
    text-align: center;
}
.pricing-simple .circle {
    background-color: #f4f4f4;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    display: table;
    height: 150px;
    margin: 30px auto 0;
    padding: 0;
    width: 150px;
}
.pricing-simple .circle .price {
    display: table-cell;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
}
.pricing-simple .circle .price sub, .pricing-simple .circle .price sup {
    color: #777;
    font-size: 14px;
}
.pricing-simple .circle .price sup {
    vertical-align: top;
}
.pricing-simple .circle .price sub {
    vertical-align: bottom;
}
.popular {
    overflow: hidden;
    position: relative;
}
.popular .ribbon {
    background-color: #32c5d2;
    bottom: 5px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: block;
    font-size: 11px;
    left: -55px;
    padding: 1px 12px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    transform: rotate(45deg);
    width: 150px;
}
.no-space-pricing {
    margin: 0;
}
.pricing-simple.dark-pricing {
    background-color: #333;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing-simple.dark-pricing h4 {
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.pricing-simple.dark-pricing .circle {
    background-color: #444;
    border-color: #333;
}
.pricing-simple.dark-pricing .circle .price {
    color: #fff;
}
.pricing-simple.dark-pricing ul li {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}
.me-intro {
    background: rgba(0, 0, 0, 0) url("../img/bg-4.jpg") repeat scroll 0 0;
    padding: 200px 0;
}
.me-intro h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.me-intro p {
    color: #fff;
}
.me-hobbies h4 i {
    color: #32c5d2;
    font-size: 25px;
    margin-right: 10px;
}
.services-me li {
    font-size: 16px;
    padding: 10px 0;
}
.services-me li i {
    background-color: #e5e5e5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    color: #32c5d2;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}
.contact-me {
    background-color: #eee;
    padding: 40px 0;
}
p.dropcap::first-letter {
    color: #32c5d2;
    display: block;
    float: left;
    font-size: 50px;
    line-height: 51px;
    margin: -1px 8px -2px 0;
}
#map-canvas {
    height: 300px;
    width: 100%;
}
#contactForm .form-control {
    background-color: #fff;
    min-height: 45px;
}
.form-contact form label {
    color: #777;
    font-size: 15px;
    font-weight: 400;
}
.contact-info li a {
    color: #777;
}
.help-block ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.help-block ul li {
    color: red;
}
label span {
    color: red;
    margin-left: 5px;
}
.required span {
    color: red;
}
.error-bg {
    background-color: #eee;
}
.error-404 {
    padding-top: 40px;
}
.error-404 h1 {
    color: #aaa;
    font-size: 160px;
    line-height: 160px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.error-404 h3 {
    color: #777;
    line-height: 40px;
    text-transform: uppercase;
}
.error-404 .form-control {
    font-size: 20px;
}
.sidebar-box h4 {
    color: #444;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.search-widget {
    position: relative;
}
.search-widget i {
    color: #777;
    position: absolute;
    right: 10px;
    top: 10px;
}
.cat-list li {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
}
.cat-list li a {
    color: #888;
    margin-right: 10px;
}
.cat-list li i {
    color: #888;
    margin-right: 10px;
    transition: all 0.3s ease-in-out 0s;
}
.cat-list li:hover i {
    margin-left: 5px;
}
.cat-list li a:hover {
    color: #32c5d2;
}
.popular-post li {
    padding-bottom: 20px;
}
.popular-img {
    float: left;
    margin-right: 10px;
}
.popular-img a img {
    height: 60px;
    width: 60px;
}
.popular-desc {
    display: table;
}
.popular-desc h5 {
    font-size: 17px;
    margin-bottom: 6px;
}
.popular-desc h5 a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.popular-desc h5 a:hover {
    color: #32c5d2;
}
.popular-desc h6 {
    color: #777;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}
.tag-list a {
    background-color: #e5e5e5;
    color: #777;
    display: inline-block;
    font-size: 14px !important;
    margin-bottom: 3px;
    margin-right: 0;
    padding: 3px 6px;
    text-transform: uppercase;
}
.tag-list a:hover {
    background-color: #32c5d2;
    color: #fff;
}
.quote-text {
    background-color: #f6f6f6;
    border-left: medium none;
    border-radius: 5px;
    box-shadow: 0 3px 0 #35bdf6;
    color: rgba(85, 94, 106, 0.8);
    font-size: 14px;
    line-height: 1.6;
    margin-top: 30px;
    padding: 26px;
    position: relative;
}
.quote-text::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f6f6f6 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 14px;
    bottom: -28px;
    left: 30px;
    right: auto;
    top: auto;
    z-index: 3;
}
.quote-text::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #35bdf6 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 18px;
    bottom: -36px;
    left: 26px;
    right: auto;
    top: auto;
    z-index: 2;
}
.quote-text::before, .quote-text::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.quote-pic {
    border-radius: 16px;
    float: left;
    height: 32px;
    margin-left: 28px;
    margin-right: 12px;
    width: 32px;
}
.quote-author {
    display: inline-block;
    font-size: 14px !important;
    line-height: 1.3 !important;
}
.quote-author strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.login-form {
    background-color: #f5f5f8;
    padding: 20px;
}
.login-form h3 span {
    color: #777;
    font-size: 15px;
}
.btn-fb-login {
    background-color: #3b5998;
    border-radius: 3px;
    color: #fff;
}
.login-form form a {
    display: inline-block;
    margin-left: 5px;
}
@media (max-width: 320px) {
    .login-form form a {
        margin-top: 10px;
    }
}
#clients-carousel {
    background-color: #424242;
    padding: 90px 0;
}
#clients-carousel.light {
    background-color: #222;
}
#clients-carousel.light h3.heading {
    color: #fff;
}
#clients-carousel .center-heading h2 {
    color: #fff;
}
#clients-carousel .item {
    text-align: center;
}
#clients-carousel p {
    color: #bbb;
}
#cta-1 {
    background-color: #32c5d2;
    padding: 40px 0;
    text-align: center;
}
#cta-1 h1 {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
}
#cta-2 {
    background-color: #f2f2f2;
    padding: 30px 0;
    text-align: center;
}
#cta-2 h1 {
    color: #333;
    font-weight: 400;
    margin-bottom: 15px;
}
.panel-group {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}
.panel-group .panel {
    box-shadow: none;
}
.panel-group .panel + .panel {
    margin-top: -2px;
}
.panel-group .panel-heading {
    background: white none repeat scroll 0 0;
    box-shadow: none;
    padding: 0;
}
.panel-group .panel-body {
    background: #f9f9f9 none repeat scroll 0 0;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.03) inset;
    font-family: "Lato",sans-serif;
    font-size: 14px;
}
.panel-group .panel-heading a {
    color: #505050;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    padding: 8px 20px 8px 10px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}
.panel-ico {
    position: relative;
}
.panel-ico::after {
    color: #888;
    content: "";
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 8px;
}
.panel-ico.active::after {
    color: #32c5d2;
    content: "";
}
.panel-ico.active a {
    color: #32c5d2;
}
.panel-primary {
    border: 0 none;
}
.panel-primary .panel-heading {
    background: #32c5d2 none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 0;
}
.panel-primary .panel-heading + .panel-collapse > .panel-body {
    border-top: 0 none;
}
.panel-primary .panel-ico.active a {
    color: #fff;
}
.panel-primary .panel-ico.active::after {
    color: #fff;
}
.panel-primary .panel-heading a {
    color: #eee;
}
.panel-primary .panel-ico::after {
    color: #eee;
}
.simple-collapse .panel-body {
    background-color: #fff;
    box-shadow: none;
}
.simple-collapse.panel-group {
    box-shadow: none;
}
.grid-wrap h4 {
    background-color: #f9f9fa;
    border: 1px solid #ddd;
    display: block;
    line-height: 35px;
    text-align: center;
}
.element-buttons a {
    margin-bottom: 10px;
    margin-right: 5px;
}
.nav-tabs {
    border: 0 none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #32c5d2;
    border: 0 none;
    color: #fff;
}
.nav-tabs > li > a {
    background-color: #f4f4f4;
    border: 0 none;
    border-radius: 0;
}
.nav-tabs > li > a:hover {
    border: 0 none;
}
.tabs .nav-tabs {
    border-bottom: medium none;
}
.tabs .nav-tabs li {
    margin-bottom: 0;
}
.tab-content {
    overflow: hidden;
    padding: 15px 0;
}
.tabs-left .nav-tabs {
    float: left;
    margin-right: 19px;
}
.tabs-left .nav-tabs > li {
    float: none;
    margin-bottom: 2px;
}
.tabs-left .tab-content {
    padding: 0;
}
.tabs-right .nav-tabs {
    float: right;
    margin-left: 19px;
}
.tabs-right .nav-tabs > li {
    float: none;
    margin-bottom: 2px;
}
.tabs-right .tab-content {
    padding: 0;
}
@media (max-width: 767px) {
    .tabs .nav-tabs li {
        float: none;
        margin-bottom: 2px;
        width: 100%;
    }
    .tabs .nav-tabs li a {
        margin-right: 0 !important;
    }
    .tabs .nav-tabs li.active a {
        border-bottom: 2px solid #dcdcdc !important;
    }
}
@media (max-width: 568px) {
    .tabs-right .nav-tabs {
        float: none;
        margin-left: 0;
    }
    .tabs-left .nav-tabs {
        float: none;
        margin-left: 0;
    }
}
.tabs .nav-tabs li a {
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: medium none !important;
    border-left: 1px solid #f7f7f7;
    border-radius: 0;
    border-right: 1px solid #f7f7f7;
    color: #6d6d6d;
    margin-right: 2px;
    padding: 12px 20px;
    position: relative;
}
.tabs .nav-tabs li a::after {
    content: "";
    display: block;
    height: 3px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
}
.tabs .nav-tabs li a::before {
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}
.tabs .nav-tabs li a:hover {
    border-color: #f7f7f7;
}
.tabs .nav-tabs > li > a .fa {
    margin-right: 4px;
}
.tabs .nav-tabs li.active a {
    background: #fff none repeat scroll 0 0;
    border-left-color: #eee;
    border-right-color: #eee;
    color: #32c5d2;
}
.tabs .nav-tabs li.active a::after {
    background: #32c5d2 none repeat scroll 0 0;
}
.tabs .nav-tabs li.active a::before {
    background: #fff none repeat scroll 0 0;
}
.tabs .nav-tabs li.active a:hover {
    border-bottom-color: #fff;
}
.tabs .tab-content {
    background: #fff none repeat scroll 0 0;
    padding: 15px;
}
.tab-content p {
    overflow: hidden;
}
.tabs .tab-content::before, .tabs .tab-content::after {
    content: " ";
    display: table;
}
.tabs .tab-content::after {
    clear: both;
}
.tabs .tab-content p:last-child {
    margin-bottom: 0;
}
.form-element .form-control {
    height: 31px;
}
#video-wrap {
    display: table;
    height: 580px;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
}
.fallback-image {
    background-attachment: fixed;
    background-image: url("../img/showcase-5.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-wrap-content {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    z-index: 3;
}
.video-wrap-content h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.video-wrap-content p {
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 25px;
}
@media (max-width: 433px) {
    #video-wrap {
        background-color: #444;
        display: table;
        height: 400px;
        overflow: hidden;
        vertical-align: middle;
        width: 100%;
        z-index: 1;
    }
    .video-wrap-content h1 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    .video-wrap-content p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}
.popover-test button {
    margin: 5px;
}
.latest-tweets .tweet li {
    font-weight: 400;
}
.latest-tweets .tweet li a {
    color: #32c5d2;
}
.side-nav li {
    border-bottom: 1px solid #e9e9e9;
}
.side-nav li a {
    display: inline-block;
    padding: 10px 15px;
    position: relative;
    width: 100%;
}
.side-nav li a.active {
    color: #32c5d2;
}
.side-nav li a i {
    margin-right: 10px;
}
.gallery-bottom .pagination {
    margin-top: 0;
}
.pagination > li > a, .pagination > li > span {
    background-color: #ccc;
    border: 0 none;
    color: #fff;
    padding: 3px 9px;
}
.pagination > li > a {
    margin-right: 5px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #32c5d2;
}
.jobs-row h4.panel-title {
    font-weight: 400;
    text-align: left;
}
.jobs-row h4.panel-title a {
    font-size: 15px;
}
.jobs-row h4.panel-title em {
    color: #999;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: 0;
}
.search-area {
    background-color: #f5f5f5;
    padding: 20px 0;
}
.search-area .form-control {
    height: 38px;
}
.search-area .btn-lg {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 17px 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
span.results-number {
    color: #999;
    display: block;
    margin-bottom: 10px;
}
.results-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.results-box h3 a {
    color: #32c5d2;
}
.results-box h3 a:hover {
    text-decoration: underline;
}
.results-box .btn {
    border: medium none;
    color: #999;
    font-size: 14px;
    padding: 0;
    position: relative;
    top: -1px;
}
.results-box .btn:hover, .results-box .btn:focus {
    box-shadow: none;
}
.link-ul {
    margin-bottom: 0;
    padding: 0;
}
.link-ul li a, .link-ul li a.btn-link {
    box-shadow: none;
    color: #999;
    font-size: 14px;
    margin-right: 0;
    text-transform: capitalize;
}
.link-ul li {
    font-size: 12px;
}
.link-ul li a:hover {
    color: #32c5d2;
    text-decoration: underline;
}
.results-box p {
    color: #666;
    font-weight: 400;
    margin: 10px 0;
}
.results-sidebar-box ul li a {
    color: #999;
}
.results-sidebar-box ul li a:hover {
    color: #32c5d2;
    text-decoration: underline;
}
.results-sidebar-box h4 {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.view-all {
    color: #999;
    display: block;
    font-size: 12px;
}
.process h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.process-step {
    list-style: outside none none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 700px;
}
.process-border {
    border-left: 1px solid #dadada;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
}
.step {
    float: right;
    margin: 0 0 10px;
    padding: 10px 0 0 405px;
    position: relative;
    text-align: left;
    width: 700px;
}
.step.even {
    float: left;
    padding: 10px 405px 0 0;
    text-align: right;
}
.step h5 {
    color: #3f8dbf;
}
.step .icon-square {
    margin-left: 10px;
    position: relative;
}
.step.even .icon-square {
    margin-right: 10px;
}
.step .icon-square::before {
    border-bottom: 1px solid #dadada;
    content: "";
    display: block;
    left: -65px;
    position: absolute;
    top: 35px;
    width: 65px;
}
.step.even .icon-square::before {
    left: auto;
    right: -65px;
}
.icon-square {
    display: inline-block;
}
.icon-square i {
    border: 2px solid #ddd;
    color: #ddd;
    display: table;
    font-family: "FontAwesome";
    font-size: 40px;
    font-style: normal;
    font-weight: normal;
    height: 70px;
    line-height: 1;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
    transition: all 200ms ease-in 0s;
    width: 70px;
}
.step:hover .icon-square i {
    background-color: #32c5d2;
    color: #fff;
}
.icon-square i::before {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.step h5 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .process-step {
        width: 100%;
    }
    .step {
        float: none;
        margin: 0 0 30px;
        padding: 0;
        position: relative;
        text-align: center;
        width: 100%;
    }
    .step.even {
        float: none;
        padding: 0;
        text-align: center;
    }
    .step .icon-square::before {
        border: 0 none;
    }
    .process-border {
        border: 0 none;
    }
}
.process-inline {
    background-color: #eee;
    margin-top: 50px;
    padding-top: 80px;
}
.Process-col {
    padding: 80px 30px;
    text-align: center;
}
.Process-col.one {
    background-color: rgba(0, 0, 0, 0.3);
}
.Process-col.two {
    background-color: rgba(0, 0, 0, 0.5);
}
.Process-col.three {
    background-color: rgba(0, 0, 0, 0.7);
}
.Process-col.four {
    background-color: black;
}
.Process-col i {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
}
.Process-col h4 {
    color: #fff;
    font-size: 18px;
    margin: 25px 0;
    text-transform: uppercase;
}
body.invoice {
    background-color: #eceef4;
    border-radius: 5px;
}
@media (min-width: 992px) {
    .container.invoice-outer {
        border-radius: 5px;
        width: 970px;
    }
}
.invoice-outer {
    background-color: #fff;
    border: 1px solid #ddd;
    line-height: 22px;
    min-height: 400px;
    padding: 15px;
}
.invoice-header h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .invoice-header-right {
        text-align: right;
    }
    .invoice-header-right h5 {
        margin-bottom: 0;
    }
}
.invoice-header-right h5 {
    font-size: 17px;
}
.about-client ul strong {
    font-weight: 700;
    margin-right: 5px;
}
.invoice .panel-default > .panel-heading {
    border-color: #ddd !important;
}
.copyright-info {
    color: #999;
    display: block;
    font-size: 12px;
    text-align: center;
}
.login-regiter-tabs .nav-tabs {
    border: 0 none;
}
.login-regiter-tabs .nav-tabs > li.active > a, .login-regiter-tabs .nav-tabs > li.active > a:hover, .login-regiter-tabs .nav-tabs > li.active > a:focus {
    /*background-color: #32c5d2;*/
    /*border-color: #32c5d2;*/
    background-color: rgb(195, 33, 38);
    border-color: rgb(195, 33, 38);
    color: #fff;
    cursor: default;
}
.login-regiter-tabs .nav-tabs > li > a {
    border: 1px solid #ddd;
    border-radius: 0;
    line-height: 1.42857;
    margin-right: 20px;
    padding: 6px 45px;
    text-transform: uppercase;
}
@media (max-width: 568px) {
    .login-regiter-tabs .nav-tabs > li > a {
        padding: 6px 25px;
    }
}
.login-regiter-tabs .nav-tabs > li > a:hover {
    background-color: transparent;
    /*border-color: #32c5d2;*/
    border-color: rgb(195, 33, 38);
}
.login-regiter-tabs .tab-content {
    margin-top: 40px;
    padding: 20px 0;
}
.login-regiter-tabs .tab-content p a {
    font-size: 10px;
    text-decoration: underline;
    text-transform: uppercase;
}
.maintenance-page {
    background-color: #ddd;
}
.maintenance-page .main-text {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
}
.maintenance-page .main-text span {
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-top: 30px;
}
.maintenance-box h4 {
    color: #000;
    font-weight: 400;
}
.maintenance-box i {
    font-size: 40px;
    margin-bottom: 20px;
}
.dropdown-login-box {
    background-color: #fff !important;
    min-width: 300px !important;
    overflow: hidden;
    padding: 15px !important;
}
.dropdown-login-box .btn {
    margin-top: 10px;
}
.dropdown-login-box h4 {
    margin: 5px 0 10px;
}
.dropdown-login-box h4 em {
    color: #32c5d2;
    font-size: 12px;
    font-weight: 400;
}
.dropdown-login-box input[type="checkbox"] {
    line-height: normal;
    margin: 5px -20px 0;
}
.dropdown-login-box p {
    margin: 0;
}
.dropdown-login-box p a {
    color: #32c5d2;
}
.dropdown-login-box p a:hover {
    color: #32c5d2;
    text-decoration: underline;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    border-radius: 0;
    left: 100%;
    margin-left: 0;
    margin-top: 0;
    top: -2px;
}
@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        padding-left: 20px;
    }
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a::after {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    right: 9px;
    top: 7px;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    border-radius: 0;
    left: -100%;
    margin-left: 10px;
}
@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
}
.sky-form-columns .btn-lg {
    padding: 14px 28px 13px !important;
}
.sky-form-columns .sky-form {
    box-shadow: none;
}
.sky-form-columns .sky-form footer {
    background-color: transparent;
    border: 0 none;
    padding: 0;
}
.sky-form-columns .sky-form fieldset {
    padding: 0;
}
.contact-option-circle {
    background-color: #f5f5f5;
    border-radius: 3px;
    padding: 25px;
    text-align: center;
}
.contact-option-circle i {
    color: #888;
    display: block;
    font-size: 35px;
    margin-bottom: 10px;
}
.sky-form-columns .sky-form fieldset + fieldset {
    border-top: 0 none;
}
.navbar .dropdown-menu.dark-dropdown {
    border: 1px solid #444;
}
.navbar .dropdown-menu.dark-dropdown li a {
    color: #bbb;
}
.navbar .dropdown-menu.dark-dropdown li a:hover {
    background-color: transparent;
    color: #32c5d2;
}
.navbar .dropdown-menu.dark-dropdown, .navbar .dropdown-menu.dark-dropdown .yamm-content {
    background-color: #333;
}
.navbar .dropdown-menu.dark-dropdown li a {
    border-color: #444;
}
.navbar .dropdown-menu.dark-dropdown .yamm-content h3 {
    color: #fff;
}
.navbar .dropdown-menu.dark-dropdown .dropdown-submenu .dropdown-menu li a {
    border-color: #444 !important;
}
.intro-text-default {
    padding: 80px 0;
}
.intro-text-default h4 {
    font-family: "Lato",sans-serif;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 30px;
}
@media (max-width: 375px) {
    .intro-text-default h4 {
        font-size: 28px;
        line-height: 40px;
    }
}
.intro-text-default p {
    font-size: 16px;
}
.intro-text-1 {
    background: #05101b none repeat scroll 0 0;
    padding: 40px 0;
}
.intro-text-1 h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.intro-text-1 h4 strong {
    color: #32c5d2;
    font-weight: 700;
}
.intro-text-1 p {
    color: #999;
    font-size: 16px;
    font-weight: 400;
}
.intro-text-1 a {
    margin-top: 15px;
}
.intro-text-1.light {
    background-color: #f5f5f5;
}
.intro-text-1.light h4 {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}
.intro-2nd h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}
.intro-2nd p {
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    margin: 30px 0;
}
.testimonials-light {
    background-color: #f8f8f8;
    padding: 80px 0;
}
.testimonials-light h4 {
    color: #000;
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 400;
}
.featured-work {
    background-color: #f5f5f5;
    padding-top: 60px;
    position: relative;
}
.featured-work .owl-theme .owl-controls {
    bottom: 0;
    margin-top: 10px;
    position: absolute;
    right: 20px;
    text-align: right;
}
.featured-work .owl-theme .owl-controls .owl-buttons div {
    background: #32c5d2 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 5px;
    opacity: 0.5;
    padding: 3px 10px;
}
.work-wrap {
    display: block;
    position: relative;
}
.work-wrap .img-overlay {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
.work-wrap .img-overlay .inner-overlay {
    height: 100%;
    margin-top: -51px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.work-wrap .img-overlay .inner-overlay h2 {
    color: #32c5d2;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 6px;
    transform: translate3d(0px, -400%, 0px);
    transition: all 0.6s ease-in-out 0s;
}
.work-wrap .img-overlay .inner-overlay p {
    color: #333;
    margin-bottom: 20px;
    transform: translate3d(0px, -400%, 0px);
    transition: all 0.4s ease-in-out 0s;
}
.work-wrap .img-overlay .inner-overlay a.link {
    transition: all 0.4s ease-in-out 0s;
}
.work-wrap .img-overlay .inner-overlay a.zoom {
    transition: all 0.6s ease-in-out 0s;
}
.work-wrap .img-overlay .inner-overlay a {
    border: 1px solid #32c5d2;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    margin: 0 5px;
    text-align: center;
    text-decoration: none;
    transform: translate3d(0px, 400%, 0px);
    transition: all 0.2s ease-in-out 0s;
    width: 40px;
}
.work-wrap .img-overlay .inner-overlay a i {
    color: #32c5d2;
    font-size: 14px;
    line-height: 40px;
    transition: all 0.2s ease-in-out 0s;
}
.work-wrap:hover .img-overlay {
    opacity: 1;
}
.work-wrap:hover .img-overlay .inner-overlay h2 {
    transform: translate3d(0px, 0px, 0px);
}
.work-wrap:hover .img-overlay .inner-overlay p {
    transform: translate3d(0px, 0px, 0px);
}
.work-wrap:hover .img-overlay .inner-overlay a {
    transform: translate3d(0px, 0px, 0px);
}
.fun-fact-wrap-light {
    background-color: #eee;
    padding-bottom: 70px;
    padding-top: 100px;
}
.fun-fact-wrap-light .facts-in h3 .counter {
    color: #000;
}
.fun-fact-wrap-light .facts-in h4 {
    color: #000;
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: lowercase;
}
.fun-facts-bg {
    background: #32c5d2 none repeat scroll 0 0;
}
.assan-box {
    margin-bottom: 30px;
}
.assan-box img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.assan-box h4 {
    color: #000;
    font-weight: 400;
    line-height: 55px;
    margin: 0;
    padding: 0 15px;
    text-transform: capitalize;
}
.assan-box p {
    padding: 0 20px;
}
.events-bg {
    background: rgba(0, 0, 0, 0) url("../img/showcase-1.jpg") repeat scroll 0 0;
    padding: 150px 0;
}
.events-bg h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.events-bg h4 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}
.event-digit-box h1 {
    color: #777;
    font-weight: 400;
    margin-bottom: 25px;
}
.event-digit-box h4 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.event-speakers {
    background-color: #f7f7f7;
    padding-bottom: 30px;
    padding-top: 60px;
}
.event-box {
    background-color: #fff;
    border: 2px solid #f5f5f5;
    margin-bottom: 15px;
    padding: 15px;
}
.event-box .author {
    color: #000;
    display: block;
    font-weight: 700;
}
.event-box .title {
    margin: 15px 0;
}
.event-box .time {
    background-color: #32c5d2;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
}
.event-box p {
    font-size: 14px;
}
.event-gallery {
    background-color: #eee;
    padding: 80px 0;
}
.register-event {
    background: rgba(0, 0, 0, 0) url("../img/showcase-4.jpg") repeat scroll 0 0;
    padding: 100px 0;
}
.register-event .center-heading h2 {
    color: #fff;
}
.register-event .center-heading p {
    color: #fff;
}
.event-price-box {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 45px 15px;
    text-align: center;
}
.event-price-box h3 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 25px;
}
.event-price-box h5 {
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
}
.event-price-box h3, .event-price-box h5 {
    color: #fff;
}
.register-text-box {
    text-align: center;
}
.register-text-box h3 {
    color: #fff;
}
.col-one-fourth {
    float: left;
    width: 25%;
}
@media (max-width: 767px) {
    .col-one-fourth {
        width: 50%;
    }
}
@media (max-width: 568px) {
    .col-one-fourth {
        width: 100%;
    }
}
.mas-boxes-inner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee #eee #f5f5f5;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    margin-bottom: 30px;
    padding: 5px;
}
.mas-blog-inner {
    background-color: #fff;
    padding: 20px;
}
.mas-blog-inner h3 {
    text-transform: capitalize;
}
.mas-blog-inner .post-detail {
    margin-bottom: 10px;
    margin-top: 0;
}
.mas-blog-inner h3 {
    font-weight: 400;
    margin-bottom: 15px;
}
.filter {
    margin-bottom: 30px;
    text-align: center;
}
.filter li a.active {
    border-color: #32c5d2;
    color: #32c5d2;
}
.filter li a {
    border: 2px solid #f5f5f5;
    border-radius: 0;
    color: #bbb;
    display: inline-block;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    margin: 3px 5px;
    padding: 4px 12px;
    text-transform: uppercase;
}
.filter li a:hover {
    border-color: #32c5d2;
    color: #32c5d2;
}
.col-2-space .project-post {
    padding: 15px;
    width: 50%;
}
.col-2-no-space .project-post {
    margin: 0;
    padding: 0;
    width: 50%;
}
.col-3-space .project-post {
    padding: 15px;
    width: 33.33%;
}
.col-3-no-space .project-post {
    margin: 0;
    padding: 0;
    width: 33.333%;
}
.col-4-space .project-post {
    padding: 15px;
    width: 25%;
}
.col-4-no-space .project-post {
    margin: 0;
    padding: 0;
    width: 25%;
}
.col-5-no-space .project-post {
    margin: 0;
    padding: 0;
    width: 20%;
}
@media (max-width: 767px) {
    .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
        width: 50%;
    }
}
@media (max-width: 568px) {
    .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
        width: 100%;
    }
}
.img-icon {
    overflow: hidden;
    position: relative;
}
.img-icon img {
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}
.img-icon-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}
.img-icon-overlay p {
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.img-icon-overlay p a {
    background-color: rgba(255, 255, 255, 0.99);
    border-radius: 50%;
    color: #333;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 5px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    width: 40px;
}
.img-icon-overlay p a img {
    height: auto;
    width: 20px;
}
.img-icon-overlay p a:hover {
    color: #32c5d2;
}
.img-icon:hover .img-icon-overlay {
    opacity: 1;
}
.img-icon:hover img {
    transform: scale(1.05);
}
.construction-service-box {
    margin-bottom: 30px;
}
.service-thumb {
    position: relative;
}
.construction-service-box .services-desc h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
    text-transform: uppercase;
}
.construction-service-box .services-desc p {
    line-height: 27px;
    margin-bottom: 5px;
}
.constro-cta {
    background: rgba(0, 0, 0, 0) url("../img/construction/constro-bg-2.jpg") repeat scroll 0 0;
    padding: 80px 0;
    text-align: center;
}
.constro-cta p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 0;
}
.constro-cta h1 {
    color: #fff;
    text-transform: uppercase;
}
.constro-cta i {
    color: #fff;
    display: block;
    font-size: 50px;
}
.constro-cta a {
    margin-top: 40px;
}
.constro-cta a i {
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
}
.construction.testimonials-v-2 {
    background-color: #f5f5f5;
}
.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item {
    font-family: "Lato",sans-serif !important;
    font-size: 15px;
}
.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    color: #32c5d2;
}
.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item:hover {
    color: #32c5d2;
}
.portfolio-cube .cbp-l-caption-buttonLeft, .portfolio-cube .cbp-l-caption-buttonRight {
    background-color: #32c5d2;
}
.portfolio-cube .cbp-l-caption-buttonLeft:hover, .portfolio-cube .cbp-l-caption-buttonRight:hover {
    background-color: #32c5d2;
}
.cube-masonry .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
    background-color: #32c5d2;
    border-color: #32c5d2;
    color: #ffffff;
    cursor: default;
}
.cube-masonry .cbp-l-filters-alignRight .cbp-filter-counter {
    background: #32c5d2 none repeat scroll 0 0;
}
.cube-masonry .cbp-l-filters-alignRight .cbp-filter-counter::before {
    border-top-color: #32c5d2;
}
.btn-sweet-alert {
    margin: 5px;
}
.portfolio-cube .cbp-l-grid-projects-title {
    font-family: "Lato",sans-serif;
    text-transform: uppercase;
}
.portfolio-cube .cbp-l-filters-button .cbp-filter-item {
    font-family: "Lato",sans-serif;
    text-transform: uppercase;
}
.portfolio-cube .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    background-color: #32c5d2;
    border-color: #32c5d2;
    color: #fff;
    cursor: default;
}
.portfolio-cube {
    font-family: "Lato",sans-serif !important;
}
.cube-masonry .cbp-l-caption-title {
    font-family: "Lato",sans-serif;
    text-transform: uppercase;
}
.cube-masonry .cbp-l-caption-desc {
    font-family: "Lato",sans-serif;
}
.pace {
    -moz-user-select: none;
    pointer-events: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #32c5d2 none repeat scroll 0 0;
    height: 2px;
    position: fixed;
    right: 100%;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.pace .pace-progress-inner {
    box-shadow: 0 0 10px #32c5d2, 0 0 5px #32c5d2;
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    transform: rotate(3deg) translate(0px, -4px);
    width: 100px;
}
.pace .pace-activity {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation: 400ms linear 0s normal none infinite running pace-spinner;
    border-color: #32c5d2 transparent transparent #32c5d2;
    border-image: none;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    display: block;
    height: 14px;
    position: fixed;
    right: 15px;
    top: 15px;
    width: 14px;
    z-index: 2000;
}
@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.social-icon {
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #555;
    display: block;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 40px !important;
    margin: 0 5px 5px 0;
    overflow: hidden;
    text-align: center;
    text-shadow: none;
    width: 40px;
}
.social-icon:hover {
    border-color: transparent;
}
.social-icon i {
    display: block;
    line-height: 40px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.social-icon i:last-child {
    color: #fff !important;
}
.social-icon:hover i:first-child {
    margin-top: -40px;
}
.social-icon-lg {
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #555;
    display: block;
    float: left;
    font-size: 30px;
    height: 60px;
    line-height: 60px !important;
    margin: 0 5px 5px 0;
    overflow: hidden;
    text-align: center;
    text-shadow: none;
    width: 60px;
}
.social-icon-lg:hover {
    border-color: transparent;
}
.social-icon-lg i {
    display: block;
    line-height: 60px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.social-icon-lg i:last-child {
    color: #fff !important;
}
.social-icon-lg:hover i:first-child {
    margin-top: -60px;
}
.social-icon-sm {
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #555;
    display: block;
    float: left;
    font-size: 18px;
    height: 30px;
    line-height: 30px !important;
    margin: 0 5px 5px 0;
    overflow: hidden;
    text-align: center;
    text-shadow: none;
    width: 30px;
}
.social-icon-sm:hover {
    border-color: transparent;
}
.social-icon-sm i {
    display: block;
    line-height: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.social-icon-sm i:last-child {
    color: #fff !important;
}
.social-icon-sm:hover i:first-child {
    margin-top: -30px;
}
si-border {
    border: 1px solid #aaa !important;
}
.si-border-round {
    border-radius: 50%;
}
.si-dark-round {
    border-radius: 50%;
}
.si-gray-round {
    border-radius: 50%;
}
.si-gray {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 0 none;
}
.si-dark {
    background-color: #333;
    border: 0 none !important;
    color: #fff !important;
}
.si-colored-facebook, .si-facebook:hover {
    background-color: #3b5998 !important;
}
.si-colored-twitter, .si-twitter:hover {
    background-color: #00acee !important;
}
.si-colored-google-plus, .si-g-plus:hover {
    background-color: #dd4b39 !important;
}
.si-colored-skype, .si-skype:hover {
    background-color: #00aff0 !important;
}
.si-linkedin:hover, .si-colored-linkedin {
    background-color: #0e76a8 !important;
}
.si-pin:hover, .si-colored-pinterest {
    background-color: #c8232c !important;
}
.si-rss:hover, .si-colored-rss {
    background-color: #ee802f !important;
}
.si-pinterest:hover, .si-colored-pinterest {
    background-color: #c8232c !important;
}
.si-tumblr:hover, .si-colored-tumblr {
    background-color: #34526f !important;
}
.si-vimeo:hover, .si-colored-vimeo {
    background-color: #86c9ef !important;
}
.si-digg:hover, .si-colored-digg {
    background-color: #191919 !important;
}
.si-instagram:hover, .si-colored-instagram {
    background-color: #3f729b !important;
}
.si-flickr:hover, .si-colored-flickr {
    background-color: #ff0084 !important;
}
.si-paypal:hover, .si-colored-paypal {
    background-color: #00588b !important;
}
.si-yahoo:hover, .si-colored-yahoo {
    background-color: #720e9e !important;
}
.si-android:hover, .si-colored-andriod {
    background-color: #a4c639 !important;
}
.si-appstore:hover, .si-colored-apple {
    background-color: #000 !important;
}
.si-dropbox:hover {
    background-color: #3d9ae8 !important;
}
.si-dribbble:hover, .si-colored-dribbble {
    background-color: #ea4c89 !important;
}
.si-soundcloud:hover, .si-colored-soundcoloud {
    background-color: #f70 !important;
}
.si-xing:hover, .si-colored-xing {
    background-color: #126567 !important;
}
.si-phone:hover, .si-colored-phone {
    background-color: #444 !important;
}
.si-behance:hover, .si-colored-behance {
    background-color: #053eff !important;
}
.si-github:hover, .si-colored-github {
    background-color: #171515 !important;
}
.si-stumbleupon:hover, .si-colored-stumbleupon {
    background-color: #f74425 !important;
}
.si-email:hover, .si-colored-email {
    background-color: #6567a5 !important;
}
.si-wordpress:hover, .si-colored-wordpress {
    background-color: #1e8cbe !important;
}
.social-shortcodes .left-heading {
    font-size: 30px;
    text-transform: uppercase;
}
.grid-boxed {
    border: 1px solid transparent;
    padding: 20px;
}
.grid-boxed:hover {
    border: 1px dashed #999;
}
.coming-soon {
    background: rgba(0, 0, 0, 0) url("../img/bg-3.jpg") no-repeat fixed 50% 0 / cover ;
    padding: 100px 0;
    position: relative;
}
.coming-soon .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.coming-soon h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.counts {
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 30px;
    text-align: center;
    width: 120px;
}
.counts span {
    color: #fff;
    display: block;
    font-size: 50px;
    margin-bottom: 20px;
}
.counts p {
    color: #fff;
    text-transform: uppercase;
}
.count-down-1 {
    position: relative;
}
.count-down-1 .counts {
    display: inline-block;
    padding-bottom: 12px;
    padding-top: 25px;
    position: relative;
    text-align: center;
    width: 120px;
}
.count-down-1 span {
    color: #fff;
    display: block;
    font-size: 50px;
    margin-bottom: 30px;
    text-shadow: 1px 2px rgba(255, 255, 255, 0.1);
}
.count-down-1 p {
    color: #eee;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}
.soon-inner h3 {
    color: #000;
    text-transform: uppercase;
}
.soon-inner .form-control {
    font-size: 15px;
    height: 48px;
}
.soon-inner .form-control.error {
    border-color: red;
    color: red;
}
.soon-inner .form-control.success {
    border-color: green;
    color: green;
}
body.coming-soon-full {
    height: 100%;
    margin: 0;
    min-height: 100%;
    padding: 0;
}
.coming-soon-fullscreen {
    background: rgba(0, 0, 0, 0) url("../img/bg-4.jpg") no-repeat fixed 0 0 / cover ;
    display: table;
    height: 100%;
    min-height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}
.coming-soon-fullscreen .v-middle {
    background-color: rgba(255, 255, 255, 0.8);
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    z-index: 3;
}
.coming-soon-fullscreen .v-middle h1 {
    font-size: 40px;
    text-transform: uppercase;
}
.pe-icon-box {
    border: 1px solid #eee;
    border-radius: 5px;
    color: #666;
    font-size: 50px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto 30px;
    text-align: center;
    width: 90px;
}
.buttons {
    margin-bottom: 60px;
}
.buttons a {
    margin: 5px;
}
.buttons h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.more-features {
    background-color: #333;
    color: #fff;
    padding: 60px 0;
}
.more-features li {
    font-size: 14px;
    font-weight: 400;
    padding: 12px 0;
    text-transform: capitalize;
}
.more-features li i {
    margin-right: 12px;
    vertical-align: middle;
}
.font-box .font_awesome a {
    color: #a6a8a9;
    display: block;
    padding: 10px 0;
}
.font-box .font_awesome a i {
    color: #676a6c;
    display: block;
    font-size: 25px;
}
.font-box h3 {
    font-weight: 600;
    margin-bottom: 20px;
}
.font-box > div {
    padding-bottom: 50px;
}
.tp-caption.NotGeneric-Title, rev-btn, .NotGeneric-Title, .tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle, .tp-caption.Gym-Display, .Gym-Display, .tp-caption.Gym-Subline, .Gym-Subline, .tp-caption.Gym-SmallText, .Gym-SmallText, .tp-caption.Gym-Button, .Gym-Button, .rev-btn {
    font-family: "Lato",sans-serif !important;
    font-weight: 400 !important;
}
.tp-caption.Gym-Button, .Gym-Button {
    background-color: #32c5d2;
}
.new-label {
    color: #32c5d2;
}
.video-section {
    display: table;
    height: 600px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.video-section .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.video-section .fs-background-container {
    left: 0;
}
.video-section .video-overlay {
    display: table-cell;
    height: 100%;
    left: 0;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 2;
}
.video-section .video-overlay h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.video-section .video-overlay p {
    color: #fff;
    margin-bottom: 25px;
    margin-top: 20px;
}
.pl-25per{padding-left: 25%;}
.login-register-aside-box {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%) repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 30px;
}