/*
Theme Name: Revenue
Description: Revenue is a Multipurpose Business Template. Its a full responsive theme built with Bootstrap.
Version: 1.0
Author: iThemesLab
Author URI: http://ithemeslab.com
*/
/**==========================================**/
/** Table of Content
/**==========================================**/
/**

** Top Header
** Parallax Slideshow
** Features Element
** Animated Number
** Image Content Background
** Tab
** Call to Action
** Client
** Portfolio
** Team Member
** Pricing Table
** Latest News
** Testimonial Style
** Skill
** Round Progress Bar
** Video Background
** Block Number
** Accordion
** Blog Page
** Contact Page Style
** Footer Section
** Copyright
** Back to Top

**/
body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #706d6d;
    font-size: 14px;
    line-height: 1.8em;
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: .03em;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

#container {
    background: #fff;
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
}

.boxed-page {
    position: relative;
    overflow-x: hidden;
    width: 1220px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.boxed-page .tp-leftarrow {
    left: 70px !important;
}

.boxed-page .tp-rightarrow {
    left: 95% !important;
}

.boxed-page .navbar-fixed-top {
    max-width: 1220px;
    margin: 0 auto;
}

p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #706d6d;
    font-size: 14px;
    line-height: 1.8em;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, h2, h3, h4, h5, h6 {
    color: #24252a;
}

img {
    width: auto;
    height: auto;
}

#preloader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 100%;
    background: #fff url("../images/loading.gif") no-repeat center center;
}

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

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

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

.img-center {
    margin-left: auto;
    margin-right: auto;
}

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

.circle {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.ttu {
    text-transform: uppercase;
}

a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    color: #706d6d;
    outline: 0;
}

::-moz-selection {
    background: #1bbde8;
    color: #fff;
    text-shadow: none;
    outline: none;
}

::selection {
    background: #1bbde8;
    color: #fff;
    text-shadow: none;
    outline: none;
}

.main-container {
    overflow: hidden;
}

.dropcap {
    font-size: 38px;
    font-weight: 400;
    line-height: 58px;
    float: left;
    width: 60px;
    height: 60px;
    padding: 0 10px 0 14px;
}

.dropcap.bg {
    margin-right: 10px;
    margin-bottom: 0;
    color: #ffffff;
    background: #32c5d2;
    text-align: center;
    color: #fff;
}

.dropcap.circle {
    border-radius: 50%;
}

.dropcap.rounded {
    border-radius: 5px;
}

.space-30 {
    margin-top: 30px;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
}

.btn {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary {
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal !important;
    line-height: 17px;
    margin: 0;
    padding: 12px 35px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff !important;
    border: 0;
    background: #32c5d2;
    text-shadow: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #24252a;
}

.btn-primary.black {
    background: #333 !important;
}

.right-half, .left-half {
    position: absolute;
    right: 0;
    top: 0;
    width: 46%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.left-half {
    left: 0;
}

.breadcrumb-section {
    padding: 140px 0;
}

.breadcrumb {
    background: transparent;
    border-radius: 0;
    color: #fff;
    float: right;
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
}

.breadcrumb li {
    display: inline-block;
    padding: 0 5px;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb li:after {
    content: "/";
    padding-left: 5px;
}

.breadcrumb li:first-child:after, .breadcrumb li:last-child:after {
    content: "";
}

.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    color: #fff;
}

.navbar-fixed-top {
    position: fixed !important;
    right: 0;
    left: 0;
    z-index: 1100;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: .8s;
    -webkit-animation-duration: .8s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

.mt60 {
    margin-top: 60px;
}

.mt65 {
    margin-top: 65px;
}

.mt30 {
    margin-top: 30px;
}

.mt25 {
    margin-top: 25px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.mr10 {
    margin-right: 10px;
}

.pad50 {
    padding: 50px 0;
}

.pad60 {
    padding: 60px 0;
}

.pad80 {
    padding: 80px 0;
}

.pad120 {
    padding: 120px 0;
}

.pad-t80 {
    padding-top: 80px;
}

.pad-b80 {
    padding-bottom: 80px;
}

.pad-t30 {
    padding-top: 30px;
}

.pad-t60 {
    padding-top: 60px;
}

.pad-t90 {
    padding-top: 90px;
}

.pad-t120 {
    padding-top: 120px;
}

.pad-b30 {
    padding-bottom: 30px;
}

.pad-b50 {
    padding-bottom: 50px;
}

.pad-b60 {
    padding-bottom: 60px;
}

.pad-b100 {
    padding-bottom: 100px;
}

.section-title {
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    position: relative;
    margin: 0 0 62px;
    color: #24252a;
}

.section-title h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 15px;
}

.section-title h3 span {
    color: #32c5d2 !important;
}

.section-title:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    margin: -28px auto;
    content: '';
    opacity: 1;
    background: #32c5d2;
}

.section-title.white h3 {
    color: #ffffff;
}

.section-title.left:after {
    left: 0;
    right: 100%;
}

.section-title span i:before {
    font-size: 40px;
    color: #32c5d2;
}

.section-title-sm h3 {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.section-title-sm h3 span {
    color: #32c5d2;
}

.section-title-2 {
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    position: relative;
    margin: 0 0 62px;
    color: #24252a;
}

.section-title-2 h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 15px;
}

.section-title-2 h3 span {
    color: #32c5d2 !important;
}

.section-title-2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    margin: -28px auto;
    content: '';
    opacity: 1;
    background: #fff;
}

.section-title-2.white h3 {
    color: #ffffff;
}

.section-title-2 span i:before {
    font-size: 40px;
    color: #32c5d2;
}

.section-title-2.center {
    text-align: center;
}

.section-title-2.center:after {
    left: 0;
    right: 0;
    width: 40px;
    height: 3px;
    margin: -28px auto;
}

blockquote {
    padding: 12.5px 25px;
    margin: 0 0 25px;
    font-size: 17.5px;
    border-left: 3px solid #24252a;
}

blockquote p {
    font-size: 17.5px;
}

blockquote.primary {
    border-left-color: #32c5d2;
}

.divider {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
}

.divider.dotted {
    border-top: 1px dotted #eee;
}

.divider.dashed {
    border-top: 1px dashed #eee;
}

.bg-color-1 {
    background: #1f2125;
}

.bg-color-2 {
    background: #111010;
}

.parallax {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0;
}

.fa-ul li {
    padding: 5px 0;
}

.fa-ul li .fa-li {
    margin-top: 8px;
    color: #32c5d2;
}

.flex-control-thumbs {
    margin: 20px 0 0;
    position: static;
    overflow: visible;
}

.flex-control-thumbs li {
    float: none;
    width: 60px;
    height: 60px;
    overflow: hidden;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0 8px;
}

.flex-control-thumbs img {
    border: 2px solid #545454;
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 0;
}

.flex-control-thumbs img.flex-active {
    border: 2px solid #32c5d2;
    z-index: 1;
}

.flex-control-thumbs img:hover {
    border: 2px solid #32c5d2;
    z-index: 1;
}

.hvr-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #32c5d2;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f2125;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-in:hover, .hvr-in:focus, .hvr-in:active {
    color: white;
}

.hvr-in:hover:before, .hvr-in:hover:before, .hvr-in:hover:before, .hvr-in:focus:before, .hvr-in:focus:before, .hvr-in:focus:before, .hvr-in:active:before, .hvr-in:active:before, .hvr-in:active:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.hvr-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #32c5d2;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-out:hover, .hvr-out:focus, .hvr-out:active {
    color: white;
}

.hvr-out:hover:before, .hvr-out:hover:before, .hvr-out:hover:before, .hvr-out:focus:before, .hvr-out:focus:before, .hvr-out:focus:before, .hvr-out:active:before, .hvr-out:active:before, .hvr-out:active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.shadow {
    box-shadow: -25px 0 30px -15px rgba(0, 0, 0, 0.15), 25px 0 30px -15px rgba(0, 0, 0, 0.15);
}

.header {
    background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
    .navbar {
        margin-bottom: 0;
    }

    .navbar.navbar-default {
        border: 0;
        background-color: #ffffff;
    }

    .navbar.navbar-default .navbar-nav {
        float: right;
    }

    .navbar.navbar-default .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
        color: #24252a;
        line-height: 25px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        font-family: "Raleway", sans-serif;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .navbar.navbar-default .navbar-nav > li > a .caret {
        content: '\f107';
        font-family: "FontAwesome";
    }

    .navbar.navbar-default .navbar-nav > li > a:hover {
        color: #32c5d2;
    }

    .navbar.navbar-default .navbar-nav > li > a:last-child {
        padding-right: 0 !important;
    }

    .navbar.navbar-default .navbar-nav .active > a {
        color: #32c5d2;
        background: transparent;
    }

    .navbar.navbar-default .navbar-nav > .open > a {
        color: #32c5d2;
        background: transparent;
    }

    .navbar.navbar-default .navbar-nav .dropdown-menu {
        border-top: 2px solid #32c5d2;
        background: rgba(26, 28, 39, 0.8);
        padding: 10px 15px;
        border-radius: 0;
        min-width: 230px;
    }

    .navbar.navbar-default .navbar-nav .dropdown-menu > li {
        border-bottom: 1px solid rgba(220, 220, 220, 0.3);
        padding: 8px 0;
    }

    .navbar.navbar-default .navbar-nav .dropdown-menu > li:last-child {
        border-bottom: 0;
    }

    .navbar.navbar-default .navbar-nav .dropdown-menu > li > a {
        color: #dfdfdf;
        font-size: 13px;
        padding: 5px 0;
        text-transform: uppercase;
    }

    .navbar.navbar-default .navbar-nav .dropdown-menu > li > a:hover {
        background: transparent;
        padding-left: 10px;
    }

    .navbar.navbar-default .navbar-nav .dropdown-menu > li.active > a {
        color: #ffffff;
    }

    .navbar.navbar-default .navbar-nav .mega-dropdown {
        position: static;
    }

    .navbar.navbar-default .navbar-nav .mega-dropdown .mega-dropdown-menu {
        width: 100%;
        border-top: 2px solid #32c5d2;
        background: rgba(26, 28, 39, 0.8);
        padding: 10px 15px;
        border-radius: 0;
    }

    .navbar.navbar-default .navbar-nav .mega-dropdown .mega-dropdown-menu > li {
        border-bottom: 0;
    }

    .navbar.navbar-default .navbar-nav .mega-dropdown .mega-dropdown-menu > li > ul {
        margin-right: 30px;
    }

    .navbar.navbar-default .navbar-nav .mega-dropdown .mega-dropdown-menu > li > ul li {
        border-bottom: 1px solid rgba(220, 220, 220, 0.3);
        padding: 8px 0;
        list-style: none;
    }

    .navbar.navbar-default .navbar-nav .mega-dropdown .mega-dropdown-menu > li > ul li:last-child {
        border-bottom: 0;
    }

    .navbar.navbar-default .navbar-nav .mega-dropdown .mega-dropdown-menu > li > ul li > a {
        color: #dfdfdf;
        font-size: 13px;
        padding: 5px 0;
        text-transform: uppercase;
    }

    .navbar.navbar-default .navbar-nav .mega-dropdown .mega-dropdown-menu > li > ul li > a:hover {
        background: transparent;
        padding-left: 10px;
    }

    .navbar.navbar-default .navbar-nav .mega-dropdown .mega-dropdown-menu > li > ul li.active > a {
        color: #ffffff;
    }

    .navbar.navbar-dark {
        background-color: #24252a;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
    }

    .navbar.navbar-dark .navbar-nav > li > a {
        color: #ffffff;
    }

    .top-right-contact {
        font-size: 13px;
        color: #ffffff;
        line-height: 100px;
        font: 600px;
    }

    .top-right-contact i {
        padding-right: 5px;
    }
}

@media screen and (max-width: 767px) {
    .navbar {
        margin-bottom: 0;
    }

    .navbar.navbar-default {
        border: 0;
    }

    .navbar.navbar-default .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
        color: #24252a;
        line-height: 30px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
    }

    .navbar.navbar-default .navbar-nav > li > a .caret {
        content: '\f107';
        font-family: "FontAwesome";
    }

    .navbar.navbar-default .navbar-nav > li > a:hover {
        color: #ffffff;
        background: #32c5d2;
    }

    .navbar.navbar-default .navbar-nav .active > a {
        color: #32c5d2;
        background: transparent;
    }

    .navbar.navbar-default .navbar-nav > .open > a {
        color: #ffffff;
        background: transparent;
    }

    .navbar.navbar-default .navbar-nav .dropdown-menu {
        border: 0;
        background: #000;
        padding: 0;
    }

    .navbar.navbar-default .navbar-nav .dropdown-menu > li > a {
        color: #ffffff;
        font-size: 13px;
        padding: 8px 20px;
        text-transform: uppercase;
    }

    .navbar.navbar-default .navbar-nav .dropdown-menu > li > a:hover {
        color: #ffffff;
        background: #32c5d2;
    }

    .navbar.navbar-default .navbar-nav .dropdown-menu > li.active > a {
        color: #ffffff;
        background: #32c5d2;
    }

    .navbar .navbar-nav.pull-right {
        float: left !important;
    }
}

.top-header {
    padding: 5px 0;
    background: #32c5d2;
}

.top-header ul.top-social li {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin: 0 1px 0 0;
    padding: 5px 15px 5px 13px;
    list-style: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-header ul.top-social li:first-child {
    margin-left: 0;
}

.top-header ul.top-social li a {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-header ul.top-social li a i {
    text-align: center;
    padding-top: 3px;
}

.top-header ul.top-social li:hover {
    background: #ffffff;
}

.top-header ul.top-social li:hover i {
    color: #24252a;
}

.top-header .top-phone, .top-header .top-address {
    padding: 5px 0;
    font-size: 13px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #ffffff;
    display: inline-block;
}

.top-header .top-address {
    margin-right: 0px;
}

.parallax-slide-text h1, .parallax-slide-text h2, .parallax-slide-text h3, .parallax-slide-text h4, .parallax-slide-text h5, .parallax-slide-text h6 {
    color: #ffffff;
    font-size: 60px;
    margin: 0 0 60px;
    position: relative;
}

.parallax-slide-text h1:after, .parallax-slide-text h2:after, .parallax-slide-text h3:after, .parallax-slide-text h4:after, .parallax-slide-text h5:after, .parallax-slide-text h6:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    margin: -28px auto;
    content: '';
    opacity: 1;
    background: #32c5d2;
}

.parallax-slide-text p {
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 3px;
}

.feature {
    padding: 0 0 40px;
}

.feature .feature-icon {
    line-height: 45px;
    margin: 0 10px;
    padding: 0 15px;
}

.feature .feature-icon span {
    font-size: 50px;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    line-height: 50px;
    color: #32c5d2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.feature .media-heading {
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: 500 !important;
    position: relative;
    margin-bottom: 20px;
    padding-top: 20px;
    text-transform: capitalize;
    color: #24252a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.feature:hover .media-heading {
    color: #32c5d2;
}

.feature-2 .feature-icon {
    display: inline-block;
    text-align: center;
    padding: 25px;
    color: #32c5d2;
    border-style: solid;
    border-color: #ffffff;
    border-width: 2px;
    border-radius: 100px;
}

.feature-2 .feature-icon i {
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.feature-2 h4.feature-title {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    margin: 25px 0;
}

.feature-2 p {
    color: #ffffff;
}

.feature-3 {
    margin-bottom: 20px;
}

.feature-3 h3 {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin: 25px 0;
}

.feature-4 {
    margin-bottom: 30px;
}

.feature-4 i {
    font-size: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.feature-4 h4 {
    color: #24252a;
    margin: 25px 0;
    font-weight: 500;
    font-size: 24px;
}

.feature-5 .feature-number {
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #ffffff;
    font-size: 70px;
    font-weight: 700;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.feature-5 h4 {
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 5px;
}

.feature-5 p {
    color: #fff;
}

.feature-6 .feature-icon {
    font-size: 45px;
    line-height: 45px;
    margin: 0 10px;
    padding: 0 15px;
}

.feature-6 .feature-icon span {
    display: inline-block;
    text-align: center;
    padding: 10px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
}

.feature-6 .feature-icon span i {
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.feature-6 h3 {
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: 500 !important;
    position: relative;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.feature-6 p {
    color: #ccc;
}

.feature-6:hover h3, .feature-6:hover .feature-icon span i {
    color: #32c5d2;
}

.feature-7 {
    margin-bottom: 30px;
}

.feature-7 .feature-icon {
    font-size: 45px;
    line-height: 45px;
    margin: 0 10px;
    padding: 0 15px;
}

.feature-7 .feature-icon i {
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #32c5d2;
}

.feature-7 h3.media-heading {
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: 500 !important;
    position: relative;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #24252a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.feature-7:hover h3 {
    color: #32c5d2;
}

.animated-counter {
    padding-bottom: 30px;
}

.animated-counter .animated-icon span {
    font-size: 40px;
    padding-bottom: 28px;
    color: #ffffff;
}

.animated-counter .animated-number {
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px;
}

.animated-counter .animated-number:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 37px;
    height: 2px;
    margin: 0 auto;
    content: '';
    background: #ffffff;
}

.animated-counter p {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin: 0;
    padding-top: 30px;
}

.animated-counter-2 .animated-number {
    font-size: 72px;
    line-height: 72px;
}

.animated-counter-2 h3.title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
}

.animated-counter-2 h3.title:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    margin: -28px auto;
    content: '';
    opacity: 1;
    background: #32c5d2;
}

.img-section {
    position: relative;
    display: block;
}

.img-section .image-content-img {
    position: absolute;
    top: 0;
    width: 50%;
    height: 93%;
    background: url(../images/others/gems.png) no-repeat;
    background-position: 50%;
    background-size: cover;
    background-color: #31c5d2;
}

.image-content {
    padding-left: 40px;
}

.image-content h3.image-content-title {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    position: relative;
    margin: 0 0 40px;
    text-transform: capitalize;
    color: #24252a;
    background: transparent;
}

.image-content h3.image-content-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    margin: -28px auto;
    content: '';
    opacity: 1;
    background: #32c5d2;
}

.image-content .image-content-list {
    display: inline-block;
    margin: 50px 0 40px 0;
    width: 100%;
}

.image-content .image-content-list li {
    float: left;
    margin-right: 15px;
    list-style: none;
}

.image-content .image-content-list li a {
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #24252a;
}

.image-content .image-content-list li a span {
    font-size: 24px;
    line-height: 52px;
    width: 52px;
    height: 52px;
    margin: 0 15px 0 0;
    text-align: center;
    color: #ffffff;
    border-radius: 0;
    background: #32c5d2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.image-content a.btn {
    margin-bottom: 80px;
}

.revenue-tab .nav-tabs > li {
    position: relative;
    float: inherit;
    height: 175px;
    text-align: center;
}

.revenue-tab .nav-tabs > li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0;
    border: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.revenue-tab .nav-tabs > li a i {
    font-size: 42px;
    color: #ffffff;
    display: block;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.revenue-tab .nav-tabs > li a:hover, .revenue-tab .nav-tabs > li a:focus {
    background-color: transparent;
    border: 0;
}

.revenue-tab .nav-tabs > li.active a,
.revenue-tab .nav-tabs > li.active a:focus,
.revenue-tab .nav-tabs > li.active a:hover {
    background-color: transparent;
    border: 0;
    color: #ffffff;
}

.revenue-tab .nav-tabs > li.active:before {
    position: absolute;
    z-index: 1;
    bottom: -5px;
    left: 48%;
    content: '';
    -webkit-transform: rotate(-45deg) translate(-50%);
    -ms-transform: rotate(-45deg) translate(-50%);
    transform: rotate(-45deg) translate(-50%);
    border-width: 15px;
    border-style: solid;
    border-color: #fafafa #fafafa transparent transparent;
}

.revenue-tab .tab-content {
    position: relative;
}

.revenue-tab .tab-content:before, .revenue-tab .tab-content:after {
    position: absolute;
    top: 0;
    left: -2000px;
    width: 2000px;
    height: 100%;
    content: '';
    background: #fafafa;
}

.revenue-tab .tab-content:after {
    right: -2000px;
    left: inherit;
}

.revenue-tab .tab-content .tab-pane {
    padding: 50px 0 80px;
    background-color: #fafafa;
}

.revenue-tab .tab-content blockquote {
    font-size: 17px;
    margin: 0;
    padding: 8px 20px;
    border-left: 3px solid #32c5d2;
}

.revenue-tab .tab-content blockquote strong {
    font-weight: normal;
    color: #32c5d2;
}

.general-tab .nav-tabs {
    background-color: #24252a;
}

.general-tab .nav-tabs li {
    border-radius: 0;
}

.general-tab .nav-tabs li a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 0;
    border-radius: 0;
    padding: 15px 30px;
    color: #fff;
}

.general-tab .nav-tabs li a:hover {
    background-color: transparent;
}

.general-tab .nav-tabs li.active a,
.general-tab .nav-tabs li.active a:focus,
.general-tab .nav-tabs li.active a:hover {
    background: #32c5d2;
    color: #fff;
    border: 0;
}

.general-tab .tab-content {
    padding: 40px 30px;
    background: transparent;
}

.call-to-action .call-to-action-title {
    position: relative;
}

.call-to-action .call-to-action-title h3 {
    color: #ffffff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    position: relative;
    margin: 0 0 60px;
    text-transform: capitalize;
    background: transparent;
}

.call-to-action .call-to-action-title h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    margin: -28px auto;
    content: '';
    opacity: 1;
    background: #32c5d2;
}

.call-to-action p {
    color: #fff;
}

.call-to-action-center {
    text-align: center;
}

.call-to-action-center .call-to-action-title {
    position: relative;
}

.call-to-action-center .call-to-action-title h3 {
    color: #323232;
    font-size: 30px;
    line-height: 120%;
    font-weight: 700;
    position: relative;
    margin: 0 0 60px;
    text-transform: capitalize;
    background: transparent;
    position: relative;
    display: inline-block;
}

.call-to-action-center .call-to-action-title h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 3px;
    margin: -28px auto;
    content: '';
    opacity: 1;
    background: #32c5d2;
}

.call-to-action-center p.subtitle {
    color: #333;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 150%;
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
}

.call-to-action-center.white h3, .call-to-action-center.white p {
    color: #fff;
}

.text-section-left .text-section-title {
    position: relative;
}

.text-section-left .text-section-title h3 {
    font-size: 28px;
    line-height: 120%;
    font-weight: 700;
    position: relative;
    margin: 0 0 60px;
    text-transform: capitalize;
    background: transparent;
}

.text-section-left .text-section-title h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    margin: -28px auto;
    content: '';
    opacity: 1;
    background: #32c5d2;
}

.text-section-left .text-section-title h3 span {
    color: #32c5d2;
}

.text-section-left h2 {
    font-weight: 700;
    margin-bottom: 50px;
}

.text-section-left p {
    letter-spacing: 0.03em;
}

.text-section-left.white h3, .text-section-left.white h2, .text-section-left.white p {
    color: #ffffff;
}

.text-section-left.white h3 span {
    color: #32c5d2;
}

.client-section img {
    margin-bottom: 50px;
}

ul.filter {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
}

ul.filter li {
    display: inline-block;
    margin-right: -4px;
}

ul.filter li a {
    background: #24252a;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.8em;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

ul.filter li a.active {
    background: #32c5d2;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.portfolio-box {
    overflow: hidden;
}

.portfolio-post {
    overflow: hidden;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    visibility: visible;
}

.portfolio-post img {
    max-width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    background-color: white;
}

.portfolio-post .hover-box {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    transition: opacity 400ms ease-in, margin 250ms ease;
    -webkit-transition: opacity 400ms ease-in, margin 250ms ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    margin: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    z-index: 2;
}

.portfolio-post .hover-box .inner-hover {
    width: 100%;
    height: 100%;
    display: table;
}

.portfolio-post .hover-box .inner-hover .middle {
    vertical-align: middle;
    display: table-cell;
}

.portfolio-post .hover-box .inner-hover h4 {
    color: #ffffff;
    margin-top: 20px;
    display: inline-block;
    font-size: 140%;
    line-height: 1.2;
    letter-spacing: 1px;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 150ms;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 150ms;
}

.portfolio-post .hover-box .inner-hover p {
    padding-top: 15px;
    color: #ffffff;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
}

.portfolio-post .hover-box .inner-hover a {
    display: inline-table;
    width: 25%;
    padding: 8px 15px;
    margin: 3px 5px;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    border: 0;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    border: 1px solid #ffffff;
    border-radius: 0 !important;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.28, 0.995);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.28, 0.99);
}

.portfolio-post .hover-box .inner-hover a img {
    display: none;
}

.portfolio-post .hover-box .inner-hover a:hover {
    background: #32c5d2;
    color: #ffffff;
    border-color: #32c5d2;
}

.portfolio-post:hover img {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1);
}

.portfolio-post:hover .hover-box {
    opacity: 1;
    margin: 12px;
}

.portfolio-post:hover .hover-box .inner-hover h4 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio-post:hover .hover-box .inner-hover p {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio-details {
    background: #f5f5f5;
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    padding: 20px;
    font-size: 13px;
    line-height: 13px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.portfolio-details h4 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
}

.portfolio-details p {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.portfolio-details i {
    margin-right: 5px;
}

.portfolio-details:hover {
    background: #32c5d2;
    color: #ffffff;
}

.portfolio-details:hover p {
    color: #ffffff;
}

button.mfp-close,
button.mfp-arrow {
    outline: none;
}

.portfolio-box.col-3 .portfolio-post {
    width: 33.25%;
}

.portfolio-box.col-4 .portfolio-post {
    width: 25%;
}

.portfolio-box.col-2 .portfolio-post {
    width: 49.95%;
}

.portfolio-box.col-3-sidebar .portfolio-post {
    width: 279px;
    margin: 1.5px;
}

.portfolio-carousel .owl-buttons div {
    width: 30px;
    height: 30px;
    line-height: 26px;
    background: #f26520 !important;
    opacity: 1;
}

.latest-news-details.with-sidebar {
    margin-top: 30px;
}

.latest-news-details h4 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.latest-news-details ul {
    margin-top: 30px;
}

.latest-news-details li:before {
    font-family: 'icomoon';
    content: "\e02d";
    padding-right: 5px;
}

.team-member .team-member-img {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.team-member .team-member-img img {
    width: 100%;
    height: auto;
}

.team-member .team-member-img:before {
    position: absolute;
    top: 0;
    right: -101%;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(50, 197, 210, 0.5);
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

.team-member .team-description {
    margin-top: 18px;
    position: relative;
}

.team-member .team-description .team-member-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    display: block;
}

.team-member .team-description .team-designation {
    display: block;
    font-size: 13px;
    color: #888888;
}

.team-member .team-description p {
    padding: 0 20px;
}

.team-member .team-description ul.team-social {
    display: block;
}

.team-member .team-description ul.team-social li {
    display: inline-block;
    margin: 0 8px;
}

.team-member .team-description ul.team-social li a {
    font-size: 16px;
    line-height: 16px;
    display: block;
    color: #24252a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.team-member .team-description ul.team-social li a:hover {
    color: #32c5d2;
}

.team-member:hover .team-member-img:before {
    right: 0;
}

.pricing-box {
    padding: 0;
    border: 0;
    text-align: center;
}

.pricing-box .pricing-header {
    padding: 25px 20px 20px;
    background: rgba(3, 3, 3, 0.7);
}

.pricing-box .pricing-header > .pricing-title {
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 200;
    margin: 0;
    padding: 0 0 10px;
    color: #ffffff;
}

.pricing-box .pricing-header .pricing-price {
    font-family: "Raleway", sans-serif;
    font-size: 55px !important;
    line-height: 55px !important;
    margin: 0;
    padding: 0 5px 0 0;
    color: #ffffff;
}

.pricing-box .pricing-header .pricing-currency {
    font-size: 16px;
    padding: 0 5px;
    text-align: center;
    vertical-align: top;
    color: #ffffff;
}

.pricing-box .pricing-header .pricing-duration {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    vertical-align: bottom;
    color: #ffffff;
}

.pricing-box .pricing-features {
    padding: 0;
    background: #ffffff;
}

.pricing-box .pricing-features > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-box .pricing-features > ul > li {
    display: block;
    padding: 12px 20px;
}

.pricing-box .pricing-features > ul > li:nth-child(odd) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-box .pricing-features > ul > li a {
    color: #32c5d2;
}

.pricing-box .pricing-footer {
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(3, 3, 3, 0.7);
}

.pricing-box .pricing-footer > a.btn {
    margin: 0 auto;
    padding: 12px 25px;
}

.pricing-box .pricing-footer > a.btn > i {
    margin-right: 5px;
}

.pricing-box.pricing-featured {
    border-color: #32c5d2;
    background-color: #32c5d2;
}

.pricing-box.pricing-featured .pricing-footer,
.pricing-box.pricing-featured .pricing-header {
    background: transparent;
}

.latest-news {
    border: 1px solid #ececec;
    background: #ffffff;
    position: relative;
    overflow-x: hidden;
}

.latest-news .latest-news-image {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.latest-news .latest-news-image .image-overley {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .5s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    text-align: center;
    background: rgba(50, 197, 210, 0.5);
}

.latest-news .latest-news-image .image-overley i {
    font-size: 24px;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -30px;
    margin-left: -20px;
    padding: 13px;
    color: #ffffff;
    background: #24252a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.latest-news .latest-news-image .image-overley i:hover {
    color: #32c5d2;
}

.latest-news .latest-news-image:hover .image-overley {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.latest-news .news-meta {
    position: absolute;
    top: 150px;
    min-width: 358px;
    margin-bottom: 5px;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding-left: 20px;
}

.latest-news .news-content {
    margin: 0 20px;
}

.latest-news .news-content a.news-title {
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin: 17px 0 10px;
    text-decoration: none;
    text-transform: capitalize;
    color: #24252a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.latest-news .news-content a.news-title:hover {
    color: #32c5d2;
}

.latest-news .news-details {
    margin: 0 15px;
    padding: 15px 0;
    border-top: 1px solid #706d6d;
}

.latest-news .news-details a {
    color: #32c5d2;
    font-size: 13px;
    line-height: 23px;
}

.latest-news .news-details a:hover {
    color: #706d6d;
}

.testimonial .testimonial-title i {
    font-size: 36px;
    color: #ffffff;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.testimonial .testimonial-title h3 {
    color: #ffffff;
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 25px;
}

.testimonial .testimonial-item img {
    width: 65px;
    height: 65px;
    border: 2px solid #32c5d2;
    border-radius: 50%;
}

.testimonial .testimonial-item .testimonial-text {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    padding: 20px 40px;
    color: #ffffff;
}

.testimonial .testimonial-item .testimonial-client {
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #ffffff;
}

.testimonial .testimonial-item-2 img {
    border-radius: 50%;
    width: 65px;
}

.testimonial .testimonial-item-2 .media-body {
    border-left: 5px solid #eee;
    padding: 0 25px 30px;
}

.testimonial .testimonial-item-2 .media-body p {
    color: #eee;
    font-size: 15px;
    line-height: 25px;
    font-style: italic;
}

.testimonial .testimonial-item-2 .testimonial-client {
    color: #eee;
    font-size: 12px;
    font-weight: 700;
}

.testimonial .testimonial-item-2 .client-designation {
    color: #eee;
    font-size: 10px;
}

.testimonial .owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.testimonial .owl-theme .owl-controls .owl-buttons div:hover {
    background: #333;
}

.skill {
    padding-bottom: 20px;
}

.skill-style-2 {
    padding-bottom: 30px;
}

.progress-bar-percentage,
.skill-name {
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: 500;
    color: #24252a;
}

.progress {
    overflow: visible;
    height: 3px;
    margin-bottom: 10px;
    margin-top: 5px;
    background: #f9f9f9;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.skill-style-2 .progress {
    height: 20px;
}

.progress-bar {
    background: #32c5d2;
    float: left;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    position: relative;
}

.progress-chart-feature {
    text-align: center;
}

.progress-chart-feature .chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    text-align: center;
}

.progress-chart-feature .chart-icon {
    display: inline-block;
    line-height: 135px;
    z-index: 2;
}

.progress-chart-feature .chart-icon i {
    font-size: 50px;
    line-height: 51px;
    width: 50px;
    height: 50px;
    color: #32c5d2;
}

.progress-chart-feature .chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.progress-chart-feature h4 {
    font-size: 20px;
    font-weight: 500 !important;
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: #24252a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.progress-chart-feature.white {
    color: #ffffff;
}

.progress-chart-feature.white h4, .progress-chart-feature.white p {
    color: #ffffff;
}

.video-bg {
    position: relative;
}

.video-bg h3 {
    color: #fff;
}

.video-bg #customElement {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
}

.block-number .number {
    display: inline-block;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #333333;
    color: #ffffff;
    border-radius: 50%;
}

.block-number.rounded .number {
    border-radius: 5px;
}

.revenue-accordion .panel-group .panel {
    border-radius: 0;
}

.revenue-accordion .panel {
    border-radius: 0;
    border: none !important;
    box-shadow: none !important;
}

.revenue-accordion .panel-default {
    background: transparent;
}

.revenue-accordion .panel-default .panel-heading {
    line-height: 46px;
    position: relative;
    padding: 0 20px;
    border: solid 1px #706d6d;
    border-radius: 0;
    background-color: transparent;
}

.revenue-accordion .panel-default .panel-heading:before {
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 17px;
    content: '\f067';
    z-index: 999;
    color: #24252a;
    border-left: 1px solid #706d6d;
}

.revenue-accordion .panel-default .panel-heading .panel-title {
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    color: #24252a;
    background-color: transparent;
}

.revenue-accordion .panel-default .panel-heading .panel-title a {
    position: relative;
    display: block;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.revenue-accordion .panel-default .panel-heading .panel-title a.collapsed {
    color: #444;
    background: transparent;
}

.revenue-accordion .panel-default .panel-body {
    padding: 30px 20px 10px;
    border: none !important;
    color: #111;
    background-color: transparent !important;
}

.revenue-accordion .panel-default .panel-body p {
    font-size: 16px;
    line-height: 24px;
}

.revenue-accordion .panel-default.white {
    color: #fff;
}

.revenue-accordion .panel-default.white .panel-title, .revenue-accordion .panel-default.white .panel-body, .revenue-accordion .panel-default.white p {
    color: #fff;
}

.revenue-accordion .panel-default.white a.collapsed {
    color: #fff !important;
}

.revenue-accordion .panel-heading.active::before {
    content: '\f068' !important;
    font-family: FontAwesome;
}

.blog-post, .single-blog-post {
    margin-bottom: 80px;
}

.blog-post .blog-img, .single-blog-post .blog-img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 550px;
    margin: 0 0 8px;
    text-align: center;
}

.blog-post .blog-img .img-overlay, .single-blog-post .blog-img .img-overlay {
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-post .blog-img .img-overlay i, .single-blog-post .blog-img .img-overlay i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -50px;
    margin-left: -50px;
    padding: 26px 0;
    opacity: 0;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-post .blog-img:hover .img-overlay, .single-blog-post .blog-img:hover .img-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-post .blog-img:hover .img-overlay i, .single-blog-post .blog-img:hover .img-overlay i {
    opacity: 1;
}

.blog-post .post-meta, .single-blog-post .post-meta {
    margin-top: 20px;
}

.blog-post .post-meta li, .single-blog-post .post-meta li {
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    display: inline-block;
    margin-right: 10px;
    color: #706d6d;
    margin-right: 10px;
}

.blog-post .post-meta li a, .single-blog-post .post-meta li a {
    color: #32c5d2;
}

.blog-post .post-meta li a:hover, .single-blog-post .post-meta li a:hover {
    color: #24252a;
}

.blog-post .post-title h3, .single-blog-post .post-title h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
    margin: 30px 0;
    padding: 0;
    text-transform: capitalize;
}

.blog-post .post-title h3 a, .single-blog-post .post-title h3 a {
    color: #24252a;
}

.blog-post .post-title h3 a:hover, .single-blog-post .post-title h3 a:hover {
    color: #32c5d2;
}

.blog-post .read-more, .single-blog-post .read-more {
    margin-top: 30px;
}

.blog-post .read-more a.btn-read-more, .single-blog-post .read-more a.btn-read-more {
    font-size: 13px;
    line-height: 100%;
    padding: 0 0 10px;
    text-transform: capitalize;
    color: #706d6d;
    border-bottom: solid 2px #706d6d;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog-post .read-more a.btn-read-more:hover, .single-blog-post .read-more a.btn-read-more:hover {
    color: #32c5d2;
}

.blog-post .blog-author, .single-blog-post .blog-author {
    margin: 40px 0;
    padding: 30px;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.blog-post .blog-author img, .single-blog-post .blog-author img {
    width: 80px;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 20px 0 0;
    border-radius: 50%;
}

.blog-post .blog-author .author-name, .single-blog-post .blog-author .author-name {
    margin-top: 20px;
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
}

.blog-post .blog-author .author-name a, .single-blog-post .blog-author .author-name a {
    color: #24252a;
    font-weight: 500;
    font-size: 16px;
}

.blog-post .comment-section h2, .single-blog-post .comment-section h2 {
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    padding-bottom: 35px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
}

.blog-post .comment-section .comment-box, .single-blog-post .comment-section .comment-box {
    overflow: hidden;
    padding-bottom: 35px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
}

.blog-post .comment-section .comment-box img, .single-blog-post .comment-section .comment-box img {
    width: 70px;
    float: left;
    border-radius: 50%;
}

.blog-post .comment-section .comment-box .comment-content, .single-blog-post .comment-section .comment-box .comment-content {
    margin-left: 100px;
}

.blog-post .comment-section .comment-box .comment-content h4, .single-blog-post .comment-section .comment-box .comment-content h4 {
    color: #222222;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
}

.blog-post .comment-section .comment-box .comment-content h4 a, .single-blog-post .comment-section .comment-box .comment-content h4 a {
    color: #222222;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    float: right;
    font-size: 11px;
    font-weight: 400;
}

.blog-post .comment-section .comment-box .comment-content span, .single-blog-post .comment-section .comment-box .comment-content span {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 11px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.blog-post .comment-section ul.depth .comment-box, .single-blog-post .comment-section ul.depth .comment-box {
    padding-left: 100px;
}

.blog-post .comment-section .comment-form, .single-blog-post .comment-section .comment-form {
    background-color: #e7e7e7;
    padding: 50px;
}

.blog-post .comment-section .comment-form h2, .single-blog-post .comment-section .comment-form h2 {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 30px;
}

.blog-post .comment-section .comment-form input[type="text"],
.blog-post .comment-section .comment-form textarea, .single-blog-post .comment-section .comment-form input[type="text"],
.single-blog-post .comment-section .comment-form textarea {
    width: 100%;
    display: block;
    padding: 12px;
    background: #f8f8f8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #999999;
    font-size: 13px;
    border: 1px solid #f1f1f1;
    outline: none;
    margin: 0 0 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.blog-post .comment-section .comment-form input[type="text"]:focus,
.blog-post .comment-section .comment-form textarea:focus, .single-blog-post .comment-section .comment-form input[type="text"]:focus,
.single-blog-post .comment-section .comment-form textarea:focus {
    border: 1px solid #32c5d2;
}

.blog-post .comment-section .comment-form textarea, .single-blog-post .comment-section .comment-form textarea {
    min-height: 193px;
    margin-bottom: 30px;
}

.pagination li a, .pagination li a:hover, .pagination li a:focus {
    margin-right: 10px;
    font-weight: 700;
    color: #adadad;
    padding: 6px 12px;
    border-radius: 0;
    border: solid 2px #e1e1e1;
    background: transparent;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.pagination li.active a, .pagination li.active a:hover {
    color: #706d6d;
    border: solid 2px #706d6d;
    background-color: transparent;
}

.pagination li:first-child a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination li:last-child a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.widget {
    margin-bottom: 40px;
}

.widget-title {
    margin: 0 0 20px 0;
}

.widget-title h3 {
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
    letter-spacing: .1em;
    text-transform: capitalize;
    color: #24252a;
    border-bottom: 2px solid #ddd;
}

.widget-archive li,
.widget-category li {
    margin-bottom: 15px;
}

.widget-archive li a,
.widget-category li a {
    font-weight: 700;
    text-transform: uppercase;
    color: #24252a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.widget-tag li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 2px;
}

.widget-tag a {
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal !important;
    line-height: 17px;
    margin: 0;
    padding: 8px 15px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff !important;
    border: 0;
    background: #32c5d2;
    text-shadow: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.widget-tag a:hover {
    background: #24252a;
}

.contact-info {
    text-align: center;
    margin-bottom: 30px;
}

.contact-info i {
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #32c5d2;
}

.contact-info h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    position: relative;
    margin: 10px 0 20px 0;
    text-transform: capitalize;
    color: #24252a;
    background: transparent;
}

.contact-info h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 3px;
    margin: -10px auto;
    content: '';
    opacity: 1;
    background: #32c5d2;
}

.contact-info p {
    font-size: 15px;
}

.contact-form input[type="text"],
.contact-form textarea {
    width: 100%;
    display: block;
    padding: 8px 12px;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #999999;
    font-size: 13px;
    border: 1px solid #ccc;
    outline: none;
    margin: 0 0 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.contact-form input[type="email"]{
    width: 100%;
    display: block;
    padding: 8px 12px;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #999999;
    font-size: 13px;
    border: 1px solid #ccc;
    outline: none;
    margin: 0 0 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.contact-form input[type="text"]:focus,
.contact-form textarea:focus {
    border: 1px solid #32c5d2;
}

.contact-form input[type="email"]:focus{
    border: 1px solid #32c5d2;
}

.contact-form textarea {
    min-height: 193px;
    margin-bottom: 30px;
}

.img-content {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 550px;
    margin: 0 0 20px 0;
    text-align: center;
}

.img-content .img-overlay {
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img-content .img-overlay i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -50px;
    margin-left: -50px;
    padding: 26px 0;
    opacity: 0;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img-content:hover .img-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-content:hover .img-overlay i {
    opacity: 1;
}

.subscribe {
   /* margin-top: 35px;*/
}

.subscribe .form-control {
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    height: 45px;
    border-right: 0;
}

.subscribe .input-group-addon {
    padding: 5px 10px;
    background-color: #6f43d6;
    border: 0;
    border-radius: 0;
}

.subscribe .input-group-addon i {
    font-size: 24px;
    color: #ffffff;
}

.subscribe .input-group-addon:hover {
    background-color: #32c5d2;
}

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

.footer-twitter img {
    border-radius: 50%;
    margin-bottom: 20px;
}

.footer-twitter a {
    color: #32c5d2;
}

.footer-twitter a:hover {
    color: #706d6d;
}

.footer-twitter h4 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-twitter .owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-twitter .owl-theme .owl-controls .owl-buttons div:hover {
    background: #333;
}

.footer-working-our blockquote {
    line-height: 32px;
    color: #9e9e9e;
}

.footer-working-our h3 {
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.footer-working-our i {
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    color: #fff;
}

.footer-social {
    margin-top: 25px;
}

.footer-social li {
    font-size: 20px;
    line-height: 20px;
    float: left;
    margin: 5px 3px 0 0;
    padding: 10px 15px;
    list-style: none;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-social li:hover {
    background: #32c5d2;
}

.footer-social li a {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-social li a i {
    text-align: center;
}

.footer-content p {
    color: #9e9e9e;
    font-size: 15px;
}

.revenue-gallery li {
    float: left;
    width: 25%;
    margin-bottom: 10px;
    overflow: hidden;
}

.revenue-gallery li img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    background-color: white;
}

.revenue-gallery li:hover img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.revenue-gallery.showcase li {
    width: 175px;
    margin-right: 10px;
}

.copyright-section {
    font-size: 12px;
    padding: 16px 0 5px;
    color: rgba(255, 255, 255, 0.8);
    border-top: 1px solid #5a5a5a;
    background: #24252a;
}

.copyright p {
    color: #9e9e9e;
}

.copyright i {
    color: #32c5d2;
    margin: 0 5px;
}

.copyright a {
    color: #ffffff;
    font-size: 12px;
}

.copyright a:hover {
    color: #32c5d2;
}

.footer-nav {
    float: left;
}

.footer-nav li {
    display: inline-block;
}

.footer-nav li a {
    padding: 1px 12px;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-nav li a:hover {
    color: #32c5d2;
}

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

.error-page h1, .error-page h2, .error-page h3, .error-page h4, .error-page h5, .error-page h6 {
    font-size: 120px;
    margin-bottom: 40px;
    color: #fff;
}

.error-page h3 {
    font-size: 60px;
    color: #fff;
}

.error-page p {
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
}

.back-to-top.reveal {
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 30;
    filter: alpha(opacity=3000);
}

.back-to-top.reveal:focus, .back-to-top.reveal:active, .back-to-top.reveal:hover {
    background-color: #24252a;
    opacity: 100;
    filter: alpha(opacity=10000);
}

.back-to-top {
    position: fixed;
    z-index: 1000;
    right: 25px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    background-color: #32c5d2;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 350ms;
    -o-transition: opacity 350ms;
    transition: opacity 350ms;
}

.back-to-top i {
    position: absolute;
    top: 50%;
    left: 35%;
    margin-top: -15px;
    margin-left: -3px;
    color: #ffffff;
}

/******* Style Switcher *******/
.switcher-box {
    width: 212px;
    position: fixed;
    left: -212px;
    top: 160px;
    text-align: center;
    z-index: 99999999999;
    background-color: #fff;
    border-radius: 0 0 2px 0;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.switcher-box i {
    color: #32c5d2;
}

.switcher-box h4 {
    display: block;
    height: 40px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #333;
    margin-bottom: 10px;
}

.switcher-box span {
    display: block;
    padding: 5px 20px;
    text-align: left;
}

.switcher-box .colors-list {
    padding: 0 18px 0 18px;
    margin-bottom: 8px;
    line-height: 20px;
}

.switcher-box .colors-list li {
    display: inline-block;
    margin-right: 2px;
}

.switcher-box .colors-list li a {
    display: block;
    width: 24px;
    height: 18px;
    cursor: pointer;
}

.switcher-box .bg-list {
    padding: 0 18px 0 18px;
    margin-bottom: 18px;
}

.switcher-box .bg-list li {
    display: inline-block;
    margin-right: 2px;
}

.switcher-box .bg-list li a {
    display: block;
    width: 20px;
    height: 20px;
}

.switcher-box .bg-list li a.bg1 {
    background: url(../images/patterns/1.png) repeat;
}

.switcher-box .bg-list li a.bg2 {
    background: url(../images/patterns/2.png) repeat;
}

.switcher-box .bg-list li a.bg3 {
    background: url(../images/patterns/3.png) repeat;
}

.switcher-box .bg-list li a.bg4 {
    background: url(../images/patterns/4.png) repeat;
}

.switcher-box .bg-list li a.bg5 {
    background: url(../images/patterns/5.png) repeat;
}

.switcher-box .bg-list li a.bg6 {
    background: url(../images/patterns/6.png) repeat;
}

.switcher-box .bg-list li a.bg7 {
    background: url(../images/patterns/7.png) repeat;
}

.switcher-box .bg-list li a.bg8 {
    background: url(../images/patterns/8.png) repeat;
}

.switcher-box .bg-list li a.bg9 {
    background: url(../images/patterns/9.png) repeat;
}

.switcher-box .bg-list li a.bg10 {
    background: url(../images/patterns/10.png) repeat;
}

.switcher-box .bg-list li a.bg11 {
    background: url(../images/patterns/11.png) repeat;
}

.switcher-box .bg-list li a.bg12 {
    background: url(../images/patterns/12.png) repeat;
}

.switcher-box .bg-list li a.bg13 {
    background: url(../images/patterns/13.png) repeat;
}

.switcher-box .bg-list li a.bg14 {
    background: url(../images/patterns/14.png) repeat;
}

.switcher-box .open-switcher {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 2px 2px 0;
    background: #444 center no-repeat;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.switcher-box .open-switcher:hover {
    background: #444 center no-repeat;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.switcher-box .open-switcher i {
    text-align: center;
    padding-top: 7px;
}
