@charset "UTF-8";

.section-wrap,
.section-wrap-lg,
.section-wrap-md,
.section-wrap-sm {
    background-attachment: fixed;
    background-size: cover
}

:focus,
body {
    outline: 0
}

.checks i,
.logo-wrap>a,
.nav-right li {
    vertical-align: middle
}

.card .entry-date,
.hi-icon:after,
.is-dragging,
.play-btn:before,
.product-label,
.sold-out {
    pointer-events: none
}

.clearfix:after,
.clearfix:before {
    display: table;
    line-height: 0;
    content: ""
}

.clear,
.clearfix:after {
    clear: both
}

.oh {
    overflow: hidden
}

.ov {
    overflow: visible
}

.animation-wrap,
.section-wrap,
.section-wrap-md,
.section-wrap-sm,
.team-img {
    overflow: hidden
}

.navbar-collapse.in,
body {
    overflow-x: hidden
}

.relative {
    position: relative
}

.section-wrap {
    padding: 80px 0 100px;
}

.section-wrap-lg {
    padding: 150px 0;
    overflow: hidden
}
.optional {
    color: #949494;
    font-size: 14px;
}
@media only screen and (max-width:767px) {
    .section-wrap-lg {
        padding: 100px 0
    }
}

.section-wrap-md {
    padding: 120px 0
}

.section-wrap-sm {
    padding: 100px 0
}

.main-container {
    margin: auto
}

@media (min-width:1600px) {

    .grid-1440 .container,
    .grid-1440 .main-container,
    .grid-1440 .rev_slider_wrapper.container {
        width: 1440px
    }
}

@media (min-width:1200px) {
    .rev_slider_wrapper.container {
        width: 1170px
    }
}

.img-fw,
video {
    width: 100%
}

.mobile section {
    background-attachment: scroll !important
}

.bg-gradient {
    background: #684ef4;
    background: -moz-linear-gradient(left, #684ef4 0, #2183e9 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #684ef4), color-stop(100%, #2183e9));
    background: -webkit-linear-gradient(left, #684ef4 0, #2183e9 100%);
    background: -o-linear-gradient(left, #684ef4 0, #2183e9 100%);
    background: -ms-linear-gradient(left, #684ef4 0, #2183e9 100%);
    background: -webkit-gradient(linear, left top, right top, from(#684ef4), to(#2183e9));
    background: linear-gradient(to right, #684ef4 0, #2183e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0)
}

.bg-dark {
    background-color: #181821
}

.bg-darkblue {
    background-color: #152332
}

.bg-light {
    background-color: #f1f1f1
}

.bg-light-blue {
    background-color: #f9fbfc
}

.bg-white {
    background-color: #fff
}

.bg-color {
    background-color: #2a83e8
}

.white {
    color: #fff
}

.static {
    position: static
}

.block {
    display: block
}

.left {
    float: left
}

.right {
    float: right
}

.valign {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.container-fluid.semi-fluid {
    padding: 0 50px
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: .02em
}

.source-sans .btn span,
.source-sans .newsletter-submit.btn {
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400
}

.last {
    margin-bottom: 0 !important
}

@media (max-width:767px) {
    .sm-text-center {
        text-align: center
    }
}

@media (max-width:480px) {
    .xs-text-center {
        text-align: center
    }
}

img.alignleft {
    float: left;
    margin: 10px 20px 10px 0
}

img.alignright {
    float: right;
    margin: 10px 0 10px 20px
}

::-moz-selection {
    color: #fff;
    background-color: #2a83e8
}

::-webkit-selection {
    color: #fff;
    background-color: #2a83e8
}

::selection {
    color: #fff;
    background-color: #2a83e8
}

body {
    font-family: Montserrat, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    background: #fff;
    overflow-y: auto;
    color: #6c6c6c
}

body img {
    border: none;
    max-width: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none
}

video {
    height: 100%
}

.loader,
.loader div {
    display: inline-block;
    width: 50px;
    height: 50px
}

body .heading {
    font-size: 38px;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 45px
}

.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999
}

.loader,
.loader div,
.scroll-down {
    position: absolute
}

.scroll-down,
.scroll-down a {
    line-height: 38px;
    z-index: 50
}

.loader {
    left: 50%;
    top: 50%;
    font-size: 0;
    color: #2a83e8;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.loader div {
    background-color: #2a83e8;
    float: none;
    top: 0;
    left: 0;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.scroll-down {
    font-size: 16px;
    width: 38px;
    height: 38px;
    background-color: rgba(255, 255, 255, .2);
    text-align: center;
    bottom: 40px;
    left: 50%;
    margin-left: -19px;
    border-radius: 50%
}

.scroll-down.dark {
    background-color: transparent;
    border: 2px solid #111
}

.bottom-divider,
.from-blog.no-thumbs .entry,
.list-dividers>li {
    border-bottom: 1px solid #e5e9ec
}

.scroll-down.dark i {
    color: #111;
    left: 11px
}

.scroll-down.bottom-140 {
    bottom: 50px
}

@media only screen and (max-width:767px) {
    .scroll-down.bottom-140 {
        bottom: 80px
    }
}

.scroll-down a {
    position: relative
}

.scroll-down i {
    color: #fff;
    position: absolute;
    left: 13px;
    top: 10px;
    font-size: 20px
}

.row.row-4 {
    margin: 0 -2px
}

.row.row-4>div {
    padding: 0 2px
}

.row.row-10 {
    margin: 0 -5px
}

.row.row-10>div {
    padding: 0 5px
}

.row.row-12 {
    margin: 0 -6px
}

.row.row-12>div {
    padding: 0 6px
}

.row.row-16 {
    margin: 0 -8px
}

.row.row-16>div {
    padding: 0 8px
}

.row.row-20 {
    margin: 0 -10px
}

.row.row-20>div {
    padding: 0 10px
}

.items-grid .col-xs-1:nth-child(12n+13),
.items-grid .col-xs-2:nth-child(6n+7),
.items-grid .col-xs-3:nth-child(4n+5),
.items-grid .col-xs-4:nth-child(3n+4),
.items-grid .col-xs-6:nth-child(2n+3) {
    clear: left
}

@media (min-width:768px) {

    .items-grid .col-xs-1:nth-child(12n+13),
    .items-grid .col-xs-2:nth-child(6n+7),
    .items-grid .col-xs-3:nth-child(4n+5),
    .items-grid .col-xs-4:nth-child(3n+4),
    .items-grid .col-xs-6:nth-child(2n+3) {
        clear: none
    }

    .items-grid .col-sm-1:nth-child(12n+13),
    .items-grid .col-sm-2:nth-child(6n+7),
    .items-grid .col-sm-3:nth-child(4n+5),
    .items-grid .col-sm-4:nth-child(3n+4),
    .items-grid .col-sm-6:nth-child(2n+3) {
        clear: left
    }
    /****** custom width *******/
    .carousel-indicators {
        bottom: -30px;
    }
}

@media (min-width:992px) {

    .items-grid .col-sm-1:nth-child(12n+13),
    .items-grid .col-sm-2:nth-child(6n+7),
    .items-grid .col-sm-3:nth-child(4n+5),
    .items-grid .col-sm-4:nth-child(3n+4),
    .items-grid .col-sm-6:nth-child(2n+3) {
        clear: none
    }

    .items-grid .col-md-1:nth-child(12n+13),
    .items-grid .col-md-2:nth-child(6n+7),
    .items-grid .col-md-3:nth-child(4n+5),
    .items-grid .col-md-4:nth-child(3n+4),
    .items-grid .col-md-6:nth-child(2n+3) {
        clear: left
    }

    .col-md-5ths {
        width: 20%;
        float: left
    }
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-5ths {
    width: 20%;
    float: left
}

@media (min-width:767px) {
    .col-sm-5ths {
        width: 20%;
        float: left
    }
}

@media (min-width:1200px) {

    .items-grid .col-md-1:nth-child(12n+13),
    .items-grid .col-md-2:nth-child(6n+7),
    .items-grid .col-md-3:nth-child(4n+5),
    .items-grid .col-md-4:nth-child(3n+4),
    .items-grid .col-md-6:nth-child(2n+3) {
        clear: none
    }

    .items-grid .col-lg-1:nth-child(12n+13),
    .items-grid .col-lg-2:nth-child(6n+7),
    .items-grid .col-lg-3:nth-child(4n+5),
    .items-grid .col-lg-4:nth-child(3n+4),
    .items-grid .col-lg-6:nth-child(2n+3) {
        clear: left
    }

    .col-lg-5ths {
        width: 20%;
        float: left
    }
}

.hover-overlay {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.source-sans .btn i,
.source-sans .btn span {
    top: -1px;
    position: relative
}

.hover-overlay.light {
    background-color: rgba(255, 255, 255, .9)
}

.hover-trigger:hover .hover-overlay {
    opacity: 1;
    visibility: visible
}

[data-overlay="1"] {
    background-color: rgba(25, 25, 25, .1)
}

[data-overlay="2"] {
    background-color: rgba(25, 25, 25, .2)
}

[data-overlay="3"] {
    background-color: rgba(25, 25, 25, .3)
}

[data-overlay="4"] {
    background-color: rgba(25, 25, 25, .4)
}

[data-overlay="5"] {
    background-color: rgba(25, 25, 25, .5)
}

[data-overlay="6"] {
    background-color: rgba(25, 25, 25, .6)
}

[data-overlay="7"] {
    background-color: rgba(25, 25, 25, .7)
}

[data-overlay="8"] {
    background-color: rgba(25, 25, 25, .8)
}

[data-overlay="9"] {
    background-color: rgba(25, 25, 25, .9)
}

[data-overlay="10"] {
    background-color: #191919
}

.hover-scale img {
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out
}

.hover-scale:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.list-dividers>li {
    position: relative;
    padding: 9px 0
}

.list-dividers>li:first-child {
    padding-top: 0
}

.list-no-dividers>li {
    position: relative;
    padding: 7px 0
}

.top-divider {
    border-top: 1px solid #e5e9ec
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Barlow, sans-serif;
    margin-top: 0;
    color: #111;
    font-weight: 700;
    line-height: 1.2
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 34px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #111;
    font-size: 85%;
    font-weight: 700
}

.raleway .dropdown-menu li>a,
.raleway .intro .lead,
.raleway .megamenu-item span,
.raleway .nav.nav-tabs>li>a,
.raleway .navbar-nav>li>a,
.raleway .portfolio-filter a,
.raleway .search-wrap .form-control,
.raleway h1,
.raleway h2,
.raleway h3,
.raleway h4,
.raleway h5,
.raleway h6 {
    font-family: Raleway, sans-serif
}

.raleway .dropdown-menu li>a,
.raleway .megamenu-item span,
.raleway .navbar-nav>li>a {
    font-weight: 700 !important
}

.raleway .statistic .timer {
    font-family: Roboto, sans-serif
}

.playfair .footer-widgets .widget-title,
.playfair .overlay-menu ul li a,
.playfair .work-description h3,
.playfair h1,
.playfair h2,
.playfair h3,
.playfair h4,
.playfair h5,
.playfair h6 {
    font-family: "Playfair Display", serif;
    font-weight: 400 !important
}

.playfair .footer.bg-white .footer-widgets .widget-title {
    font-size: 18px;
    color: #949494
}

a,
a:focus {
    color: #2a83e8;
    text-decoration: none;
    outline: 0
}

.fauna .subtitle,
.fauna .work-description>span,
.fauna address,
.fauna p {
    font-family: "Fauna One", sans-serif
}

.dosis .footer-widgets .widget-title,
.dosis .megamenu-item span,
.dosis .navbar-nav>li>a,
.dosis .work-description h3,
.dosis h1,
.dosis h2,
.dosis h3,
.dosis h4,
.dosis h5,
.dosis h6 {
    font-family: Dosis, sans-serif;
    font-weight: 500
}

.poppins .btn,
.poppins .dropdown-menu .megamenu-wrap ul>li>a,
.poppins .dropdown-menu li>a,
.poppins .megamenu-item span,
.poppins .navbar-nav>li>a,
.poppins h1,
.poppins h2,
.poppins h3,
.poppins h4,
.poppins h5,
.poppins h6 {
    font-family: Poppins, sans-serif;
    font-weight: 600
}

.poppins h1,
.poppins h2,
.poppins h3,
.poppins h4,
.poppins h5,
.poppins h6 {
    letter-spacing: -.02em
}

.source-sans .btn,
.source-sans .newsletter-submit.btn {
    font-family: "Source Sans Pro", sans-serif
}

.poppins h2 {
    font-size: 32px
}

.source-sans .footer-widgets .widget-title,
.source-sans .megamenu-item span,
.source-sans .navbar-nav>li>a,
.source-sans body,
.source-sans h1,
.source-sans h2,
.source-sans h3,
.source-sans h4,
.source-sans h5,
.source-sans h6,
.source-sans p {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400
}

.source-sans p {
    font-size: 16px
}

.source-sans .lead {
    font-size: 18px;
    line-height: 30px
}

.source-sans .navbar-nav>li>a {
    text-transform: none;
    letter-spacing: normal;
    font-size: 18px
}

.roboto .dropdown-menu li>a,
.roboto .footer-widgets .widget-title,
.roboto .statistic-timer,
.roboto h3,
.roboto h4,
.roboto h5,
.roboto h6 {
    font-family: Roboto, sans-serif
}

.source-sans .btn-lg {
    font-size: 19px
}

.source-sans .btn-md {
    font-size: 17px
}

.source-sans .btn-sm {
    font-size: 16px
}

.roboto .intro-heading,
.roboto .megamenu-item span,
.roboto .navbar-nav>li>a,
.roboto h1,
.roboto h2 {
    font-family: Roboto, sans-serif;
    font-weight: 300
}

.roboto h3,
.roboto h4,
.roboto h5,
.roboto h6 {
    font-weight: 400
}

.roboto .navbar-nav>li>a {
    font-weight: 700;
    font-size: 12px
}

.roboto .megamenu-item span {
    font-weight: 700
}

.roboto .dropdown-menu li>a {
    font-weight: 700 !important
}

.roboto .footer-widgets .widget-title {
    text-transform: uppercase;
    font-size: 12px
}

.roboto .btn {
    text-transform: none;
    font-weight: 400
}

.btn,
.card .entry-date span,
.navbar-nav>li>a,
.portfolio-filter a,
.read-more {
    text-transform: uppercase
}

.heading {
    position: relative;
    margin-bottom: 0
}

.heading.large {
    font-size: 42px
}

.heading-row {
    margin-bottom: 70px
}

.heading-row.style-2 {
    margin-bottom: 60px
}

.heading-row .subheading:first-child {
    margin-bottom: 15px
}

.subheading {
    font-family: "Noto Serif", serif;
    font-style: italic;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 8px
}

.subheading.bottom-line:after {
    margin: 16px auto 0
}

.subheading.style-2 {
    font-size: 15px;
    line-height: 26px;
    font-style: normal;
    font-family: Roboto, sans-serif;
    margin-top: 20px
}

.lead,
p {
    font-size: 18px;
    line-height: 30px
}

a {
    -webkit-transition: color .1s ease-in-out;
    -moz-transition: color .1s ease-in-out;
    -ms-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out
}

.navbar,
.navigation.offset {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

a:hover {
    text-decoration: none;
    color: #181821;
    outline: 0
}

.lead-heading.white strong {
    color: #fff
}

p {
    color: #6c6c6c;
    font-weight: 300
}

.list-inline {
    margin: 0
}

.bottom-line:after {
    content: "";
    display: block;
    width: 50px;
    border-bottom: 3px solid #2a83e8;
    margin: 22px auto 0;
    z-index: 1;
    position: relative
}

.bottom-line.left-align:after {
    margin: 22px auto 22px 0
}

.bottom-line.grey:after {
    border-color: #e4e4e4
}

.bottom-line.full-grey:after {
    width: 100%;
    border-color: #e5e9ec;
    margin-top: 16px
}

@media (min-width:768px) {
    .lead {
        font-size: 18px
    }
}

.lead {
    margin-bottom: 10px;
    font-weight: 400
}

p.large {
    font-size: 120%;
    line-height: 1.8
}

.fsz-50 {
    font-size: 50px
}

.fsz-16 {
    font-size: 16px
}

blockquote {
    padding: 0 0 20px;
    margin: 0;
    border: none
}

blockquote>p {
    font-size: 18px;
    line-height: 32px;
    font-family: "Noto Serif", serif;
    margin-bottom: 10px !important;
    color: #111;
    position: relative;
    font-style: italic
}

.dropcap,
.navbar-nav>li>a {
    font-family: Barlow, sans-serif
}

blockquote>span {
    color: #2a83e8;
    font-size: 13px
}

.blockquote-style-1 {
    padding: 40px;
    background-color: #f9fbfc
}

.blockquote-style-1 span {
    color: #2a83e8
}

.blockquote-style-2 {
    padding: 20px 40px;
    border-left: 2px solid #2a83e8
}

.dropcap.style-1 {
    float: left;
    color: #2a83e8;
    font-size: 47px;
    line-height: 48px;
    padding-right: 10px
}

.dropcap.style-2,
.highlight {
    color: #fff;
    background-color: #2a83e8
}

.dropcap.style-2 {
    float: left;
    text-align: center;
    width: 38px;
    height: 38px;
    font-size: 24px;
    line-height: 40px;
    margin: 7px 10px 0 0
}

.navigation-overlay.sticky .logo-wrap>a,
.navigation.sticky .logo-wrap>a {
    height: 60px
}

.highlight {
    padding: 3px 5px
}

.list li {
    line-height: 24px;
    position: relative
}

.list li i {
    line-height: 21px
}

.arrows li,
.bullets li,
.checks li,
.numbers li {
    margin-bottom: 20px;
    color: #6c6c6c
}

.bullets li {
    padding-left: 15px
}

.bullets li:before {
    content: "\2022";
    font-size: 18px;
    position: absolute;
    left: 0;
    color: #2a83e8
}

.angle-bottom:after,
.angle-top:before,
.play-btn:before,
.underline-link:after {
    content: ""
}

.arrows i {
    margin-right: 5px
}

.arrows i,
.checks i {
    color: #2a83e8
}

.checks i {
    font-size: 12px;
    margin-right: 7px
}

ol.numbers {
    padding-left: 20px
}

.section-columns p {
    margin-bottom: 40px
}

@media (max-width:991px) {
    .md-text-center {
        text-align: center
    }

    .navbar-header {
        float: none
    }

    .navbar-left,
    .navbar-nav,
    .navbar-right {
        float: none !important
    }

    .navbar-toggle {
        display: block
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav {
        margin-top: 7.5px
    }

    .navbar-nav>li {
        float: none
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .collapse.in {
        display: block !important
    }

    .dropdown-trigger.active+.dropdown-menu,
    .navbar-nav .open .dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent !important;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar {
    margin-bottom: 0;
    border: none;
    min-height: 80px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s ease-in-out;
    z-index: 120
}

.navigation {
    width: 100%;
    line-height: 0
}

.navigation.offset {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: all .3s ease-in-out
}

.logo,
.navigation-overlay,
.navigation-overlay .logo-wrap>a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.navigation.scrolling {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.navigation.sticky {
    position: fixed;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    top: 41px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    z-index: 120
}

.navigation.sticky.scrolling {
    opacity: 1;
    visibility: visible
}

.navigation.sticky .navbar-nav>li>a {
    line-height: 60px;
    color: #111
}

.navigation.sticky .nav-right,
.navigation.sticky .nav-social-icons .social-icons a {
    color: #111
}

.navigation.sticky .nav-right:hover,
.navigation.sticky .nav-social-icons .social-icons a:hover {
    color: #000 !important
}

.navigation.sticky #nav-icon span {
    background-color: #111
}

.navigation-overlay {
    transition: all .3s ease-in-out
}

@media (min-width:992px) {
    header.transparent .navbar {
        position: absolute;
        top: 0;
        width: 100%
    }

    header.transparent .logo-dark,
    header.transparent .navigation-overlay.sticky .logo,
    header.transparent .navigation.scrolling .logo {
        display: none
    }

    header.transparent .logo,
    header.transparent .navigation-overlay.sticky .logo-dark,
    header.transparent .navigation.scrolling .logo-dark,
    header.transparent.dark .logo-dark {
        display: inline-block
    }
}

.logo-container {
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.logo-wrap {
    display: table;
    width: 100%
}

.logo-wrap>a {
    display: table-cell;
    height: 80px;
    padding: 0
}

.logo,
.navigation-overlay .logo-wrap>a {
    transition: all .3s ease-in-out
}

#back-to-top,
#back-to-top i {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.logo,
.logo-dark {
    max-height: 25px
}

.navbar-header {
    padding-right: 15px
}

.nav-wrap {
    padding: 0 15px
}

.navbar-nav {
    margin: 0;
    display: inline-block;
    float: none
}

.navbar-nav>li>a {
    font-weight: 600;
    letter-spacing: .05em;
    color: #111;
    font-size: 13px;
    padding: 0 17px;
    line-height: 100px
}

.navbar-nav>.active>a,
.navbar-nav>li>a:hover {
    color: #2a83e8
}

.navbar-nav>li:last-child>a {
    padding-right: 0
}

.navbar-collapse {
    border: none;
    padding-left: 0;
    padding-right: 0;
    max-height: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

header.transparent .navbar-nav>li>a {
    color: rgba(255, 255, 255, .9)
}

header.transparent .navbar-nav>.active>a,
header.transparent .navbar-nav>li>a:hover {
    color: #fff
}

header.transparent #nav-icon span {
    background-color: #fff
}

header.transparent #nav-icon:hover span {
    opacity: .85
}

header.transparent .navigation.scrolling #nav-icon:hover span {
    background-color: #2a83e8
}

header.transparent.dark .navbar-nav>li>a {
    color: #111
}

.navigation.scrolling .navbar-nav>.active>a,
.navigation.scrolling .navbar-nav>.active>a:focus,
.navigation.scrolling .navbar-nav>.active>a:hover,
.navigation.scrolling .navbar-nav>li>a:hover {
    color: #2a83e8
}

.navbar-nav>.open>a,
.navbar-nav>.open>a:focus,
.navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #2a83e8
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
    border-color: #e5e9ec;
    text-decoration: none
}

.navbar-nav .dropdown-menu {
    left: 0
}

.img-box-holder.right-align,
.navbar-nav .dropdown-menu.menu-right {
    left: auto;
    right: 0
}

.navigation-overlay.sticky #nav-icon .nav-icon-inner,
.navigation.sticky #nav-icon .nav-icon-inner,
.navigation.sticky .nav-right li,
.navigation.sticky .nav-social-icons .social-icons {
    height: 60px
}

.nav-right {
    float: right;
    display: table;
    color: #111;
    padding-left: 15px
}

.nav-right li {
    display: table-cell;
    font-size: 20px;
    padding-right: 25px;
    height: 100px
}

.nav-right li:last-child {
    padding-right: 0
}

.nav-right.menu-socials a {
    font-size: 15px;
    color: #111
}

.nav-right.menu-socials a:hover {
    color: #2a83e8
}

.navigation.sticky .nav-btn-holder .btn span,
header.transparent .menu-socials a,
header.transparent .nav-right {
    color: #fff
}

.nav-wrap~.nav-right {
    padding: 0 15px
}

.nav-btn-holder {
    padding-left: 15px;
    line-height: 100px
}

.navigation.sticky .nav-btn-holder {
    line-height: 60px
}

.navigation.sticky .nav-btn-holder .btn {
    background-color: #2a83e8
}

.navigation.sticky .nav-btn-holder .btn:hover {
    border-color: #2a83e8;
    background-color: transparent
}

.navigation.sticky .nav-btn-holder .btn:hover span {
    color: #2a83e8
}

#back-to-top {
    display: block;
    z-index: 100;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 16px;
    position: fixed;
    bottom: -34px;
    right: 20px;
    line-height: 32px;
    background-color: rgba(17, 17, 17, .3);
    border-radius: 50%;
    transition: all .3s ease-in-out;
    text-decoration: none
}

.angle-bottom:after,
.angle-top:before {
    width: 100%;
    position: absolute;
    background: #fff
}

#back-to-top i {
    transition: all .3s ease-in-out
}

.team-img .hover-overlay .social-icons,
.underline-link:after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

#back-to-top a {
    display: block;
    color: #fff
}

#back-to-top.show {
    bottom: 20px
}

#back-to-top:hover {
    background-color: #2a83e8;
    bottom: 24px
}

#back-to-top:hover i {
    color: #fff
}

.top-bar {
    background-color: #181821;
    width: 100%;
    position: relative;
    height: 40px;
    color: #a9b3bb
}

.top-bar .social-icons a {
    width: auto;
    margin: 0 14px 0 0;
    font-size: 13px;
    color: #a9b3bb !important
}

.top-bar-links {
    line-height: 40px;
    font-size: 12px
}

.top-bar-links li {
    padding-right: 20px
}

.top-bar-links a {
    color: #a9b3bb
}

.top-bar-links a:hover {
    color: #fff
}

.top-bar-links>ul:first-child i {
    margin-right: 7px
}

.top-bar-links>ul>li,
.top-bar>ul,
.underline-link {
    display: inline-block;
    position: relative
}

.underline-link:after {
    display: block;
    border-bottom: 2px solid #2a83e8;
    opacity: 0;
    visibility: hidden;
    bottom: 36px;
    left: 15px;
    right: 15px;
    position: absolute;
    transition: all .3s ease-in-out
}

.navbar-nav .active .underline-link:after,
.navbar-nav .underline-link:hover:after {
    opacity: 1;
    visibility: visible
}

.navigation.scrolling .underline-link:after {
    bottom: 16px
}

@media (max-width:991px) {

    .dropdown-menu .megamenu-wrap ul>li>a,
    .megamenu-wrap .menu-list>li:last-child>a,
    .mobile-search .form-control,
    .nav>li>a {
        border-bottom: 1px solid #e5e9ec
    }

    .logo-container,
    .nav-right {
        position: absolute;
        top: 0
    }

    .content-wrap,
    .vertical-nav .main-wrapper {
        margin-left: 0
    }

    .navbar {
        min-height: 60px
    }

    .navbar-header {
        width: 100%;
        padding-right: 0
    }

    .logo-wrap>a,
    .nav-social-icons .social-icons,
    .nav-type-2 .logo-container>a,
    .nav-type-4,
    .nav-type-4 .logo-wrap>a,
    .nav-type-5 .logo-wrap>a,
    .navbar-header,
    .navigation-overlay #nav-icon .nav-icon-inner {
        height: 60px
    }

    .navbar-collapse {
        text-align: left
    }

    .logo-wrap {
        width: auto
    }

    .nav>li>a {
        padding: 15px 0 15px 15px;
        line-height: 1.2
    }

    .navbar-nav {
        display: block
    }

    .nav-wrap {
        padding-left: 0;
        padding-right: 0;
        width: 100% !important
    }

    .megamenu-item span,
    header.transparent .navbar-nav>li>a {
        color: #111
    }

    header.transparent .navbar-nav>.active>a,
    header.transparent .navbar-nav>.active>a:focus,
    header.transparent .navbar-nav>.active>a:hover,
    header.transparent .navbar-nav>li>a:focus,
    header.transparent .navbar-nav>li>a:hover {
        color: #2a83e8
    }

    header.transparent .logo-dark {
        display: inline-block
    }

    .dropdown-submenu>a:after,
    header.transparent .logo {
        display: none
    }

    .dropdown-menu>li>a,
    .megamenu-item span {
        padding: 15px 0 15px 20px;
        border-bottom: 1px solid #e5e9ec;
        margin-bottom: 0;
        line-height: 15px
    }

    .dropdown-submenu .dropdown-menu>li>a {
        padding: 15px 0 15px 30px
    }

    .dropdown-submenu .dropdown-menu>li>ul>li>a {
        padding: 15px 0 15px 45px
    }

    .dropdown-menu {
        width: auto !important
    }

    .dropdown-menu,
    .megamenu-item.no-headings {
        padding: 0
    }

    .dropdown-menu.megamenu,
    .dropdown-menu.megamenu-wide {
        padding: 0 15px
    }

    .megamenu-item {
        border-right: none;
        padding: 0
    }

    .dropdown-menu .megamenu-wrap ul>li>a {
        display: block;
        padding: 15px 0 15px 20px;
        clear: both;
        font-weight: 400;
        line-height: 15px;
        color: #6c6c6c;
        white-space: nowrap
    }

    .mobile-search .form-control {
        height: 46px;
        background-color: transparent;
        border-left: none;
        border-top: none;
        border-right: none;
        margin-bottom: 0
    }

    #mobile-search .search-button {
        position: absolute;
        right: 0;
        top: 0;
        width: 45px;
        height: 46px;
        border: 0;
        cursor: pointer;
        background-color: transparent
    }

    .nav-right li,
    .nav-type-4 {
        height: auto
    }

    .nav-right {
        right: 40px;
        padding-right: 0;
        color: #111 !important
    }

    .nav-type-2 #nav-icon {
        top: 5px
    }

    .nav-type-2 .container-fluid.semi-fluid {
        padding: 0
    }

    .overlay-menu ul li a {
        font-size: 30px
    }

    .nav-type-4 {
        background-color: #fff;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        width: 100%;
        position: relative
    }

    .nav-type-4 .header-wrap {
        width: 100%;
        padding: 0 15px
    }

    .nav-type-4 .navbar-nav {
        position: relative;
        margin: 0
    }

    .nav-type-4 .navbar-nav>li {
        display: block
    }

    .nav-type-4 .navbar-nav>li>a {
        padding: 15px
    }

    .nav-type-4 .nav-item-submenu li a {
        padding: 15px;
        border-bottom: 1px solid #e5e9ec
    }

    .nav-type-4 .nav-item-toggle>a:after {
        right: 15px
    }

    .nav-type-4 .logo-container {
        width: auto
    }

    .nav-type-5 {
        padding: 0
    }

    .megamenu-wrap.container {
        width: 100%;
        padding: 0
    }

    .sticky-on-mobile .navbar {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0
    }

    .navbar-nav .dropdown-submenu>i,
    .navbar-nav .dropdown>i {
        display: block;
        width: 46px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 50;
        cursor: pointer
    }

    .nav-btn-holder .btn.btn-white {
        background-color: #2a83e8
    }

    .nav-btn-holder .btn.btn-white span {
        color: #fff
    }

    .nav-btn-holder .btn.btn-white:hover {
        background-color: #000 !important;
        border-color: transparent !important
    }
}

.intro {
    padding: 140px 0
}

.intro.style-2 .intro-heading {
    font-size: 20px;
    margin-bottom: 20px
}

.intro.style-2 .intro-text {
    margin-bottom: 0;
    margin-top: 48px
}

.intro.style-2 .intro-text-lead {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0
}

.intro.style-3 {
    padding: 173px 0 269px
}

.intro.style-3 .intro-heading {
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 26px
}

@media only screen and (max-width:767px) {
    .intro.style-3 {
        padding: 130px 0 100px
    }

    .intro.style-3 .intro-heading {
        font-size: 30px
    }
}

.intro.style-4 .lead {
    font-size: 22px;
    line-height: 38px
}

.intro.style-5 {
    padding: 120px 0 85px
}

@media (max-width:767px) {
    .intro.style-5 {
        padding: 80px 0 60px
    }
}

.intro.style-5 .intro-heading {
    font-size: 55px
}

.intro.style-5 .subtitle {
    font-family: "Noto Serif", serif;
    color: #919191;
    font-style: italic
}

.intro.style-5 .subtitle span {
    color: #111
}

.intro.style-6 {
    padding: 100px 0
}

.intro.style-6 .intro-heading {
    font-size: 26px;
    line-height: 41px;
    margin-bottom: 20px;
    color: #111
}

.intro.style-6 .subtitle {
    font-size: 14px;
    color: #2a83e8
}

.intro-heading {
    font-size: 47px;
    margin-bottom: 28px
}

.subtitle {
    font-size: 22px;
    font-weight: 400
}

#typed {
    display: inline-block;
    font-style: italic;
    color: #2a83e8
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    animation: blink .7s infinite
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@-webkit-keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@-moz-keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

section.angle-bottom {
    overflow: visible
}

.bg-dark.angle-top:before,
.bg-light.angle-bottom:after,
.bg-light.angle-top:before {
    background: inherit
}

.angle-top:before {
    margin-top: -147px;
    min-height: 135px;
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
    z-index: 3
}

.angle-bottom:after {
    min-height: 135px;
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
    z-index: 3
}

.img-box,
.page-title {
    background-size: cover
}

.angles .section-wrap,
.angles .section-wrap-sm,
.parallax-inner {
    background-attachment: scroll
}

.angles .testimonials.bg-parallax {
    padding: 230px 0 200px
}

.angles .partners {
    padding: 100px 0 40px
}

.angles .text-box {
    padding: 200px 13% 100px 12%
}

@media (max-width:992px) {
    .angles .text-box {
        padding: 100px 13% 100px 12%
    }
}

.angles .contact.bg-parallax {
    padding: 200px 0 260px
}

.testimonials .testimonial-text {
    font-family: Barlow, sans-serif;
    font-size: 22px;
    color: #111;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 14px;
    font-weight: 400
}

.testimonials .testimonial span {
    font-size: 12px;
    font-family: Barlow, sans-serif;
    color: #6c6c6c
}

.testimonials .testimonial a {
    color: #2a83e8
}

.testimonials.bg-parallax {
    padding: 135px 0 115px
}

.testimonials.bg-parallax .owl-dots {
    bottom: 29px;
    position: absolute
}

.testimonials.bg-parallax #owl-testimonials {
    position: static
}

.testimonials.bg-parallax .testimonial a,
.testimonials.bg-parallax .testimonial span,
.testimonials.bg-parallax .testimonial-text {
    color: #fff
}

.testimonials.bg-parallax .owl-pagination {
    margin-top: 40px
}

#owl-testimonials .container {
    width: auto;
    max-width: 1170px
}

.testimonials.style-2 .testimonial-box {
    background-color: #fff;
    padding: 40px;
    margin: 0 15px;
    border-radius: 4px;
    position: relative
}

.testimonials.style-2 .testimonial-text {
    color: #6c6c6c;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Noto Serif", serif;
    font-size: 17px;
    line-height: 28px
}

.testimonials.style-2 .owl-pagination {
    position: relative;
    bottom: auto;
    margin-top: 40px
}

.testimonials.style-2 .testimonial-author {
    margin-top: 30px
}

.testimonials.style-2 .testimonial-author img {
    border-radius: 70px;
    margin-right: 20px;
    float: left
}

.testimonials.style-2 .testimonial-author span {
    display: block;
    color: #111
}

.testimonials.style-2 .testimonial-author .testimonial-name {
    margin-top: 13px;
    margin-bottom: 2px;
    font-size: 15px
}

.testimonials.style-2 .testimonial-author span:last-child {
    font-size: 13px;
    font-family: Roboto, sans-serif;
    color: #6c6c6c
}

.testimonials.style-2 .owl-carousel img {
    width: auto;
    height: auto
}

.partners {
    padding: 85px 0
}

.call-to-action {
    position: relative;
    padding: 50px 0
}

.call-to-action h3 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 0
}

.cta-buttons a {
    margin: 5px
}

.call-to-action.bg-color .btn-white:hover {
    background-color: rgba(255, 255, 255, .95)
}

.call-to-action.bg-color .btn-white:hover span {
    color: #181821
}

.mt-150 {
    margin-top: 150px
}

.call-to-action.style-2 {
    padding: 145px 0
}

.call-to-action.style-2 h2.large {
    font-size: 36px;
    font-weight: 700
}

.call-to-action.style-3 {
    padding: 120px 0
}

.call-to-action.style-3 p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 25px
}

h4.team-title {
    font-size: 16px;
    margin-bottom: 5px
}

.team-details span {
    font-size: 15px;
    display: block
}

.team-member {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.team-member .team-img .team-title {
    font-size: 16px;
    margin-bottom: 2px
}

.team-member .team-img span {
    font-size: 13px
}

.hover-overlay.light .team-details .team-title {
    color: #111
}

.hover-overlay.light .team-details span {
    color: #a3a3a3
}

.team-img {
    position: relative;
    margin-bottom: 35px
}

.team-img.rounded,
.team-img.rounded .overlay {
    border-radius: 50%
}

.team-img img {
    width: 100%
}

.team-img .hover-overlay .team-title,
.team-img .hover-overlay span {
    color: #fff
}

.team-img .hover-overlay .social-icons {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    transition: all .3s ease-in-out
}

.card,
.team-img .team-details {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    overflow: hidden
}

.team-img .hover-overlay .social-icons a {
    margin-bottom: 0;
    color: #fff
}

.team-img .team-details {
    position: absolute;
    padding: 30px;
    width: 100%;
    z-index: 2;
    bottom: 0;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%);
    transition: all .3s ease-in-out
}

.team-img:hover .team-details {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.team-img.hover-trigger.hover-2 .team-details {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -65%);
    -moz-transform: translate(0, -65%);
    -ms-transform: translate(0, -65%);
    -o-transform: translate(0, -65%);
    transform: translate(0, -65%)
}

.team-img.hover-trigger.hover-2:hover .team-details {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.team-img.hover-trigger.hover-2 .social-icons {
    bottom: 0
}

.team-img.hover-trigger.hover-2:hover .social-icons {
    bottom: 20px
}

#team-slider {
    margin: 0 -10px
}

#team-slider .gallery-cell {
    width: 25%;
    padding: 0 10px
}

#owl-team-slider .team-wrap {
    padding: 0 15px
}

#owl-team-slider .owl-pagination {
    position: relative;
    bottom: 0;
    margin-top: 40px
}

.img-box,
.img-box-holder {
    position: absolute;
    top: 0;
    height: 100%
}

.process-step {
    font-size: 100px;
    font-family: Barlow, sans-serif;
    color: #ddd;
    line-height: 1.3;
    margin-left: -5px
}

.process-title {
    font-size: 16px
}

.about-description h3 {
    margin-bottom: 25px
}

.img-box-holder {
    overflow: hidden;
    padding: 0
}

.img-box {
    background-position: 86% 50%;
    left: 0;
    width: 100%;
    z-index: 2
}

.page-title,
.parallax-inner {
    background-position: center top
}

.img-box.img-1 {
    background-image: url(../img/about_1.jpg)
}

.img-box.img-2 {
    background-image: url(../img/outline-bg.jpg)
}

.text-box {
    padding: 140px 30% 140px 12%
}

.text-box.sm {
    padding: 12%
}

.text-box-feature h4 {
    font-size: 18px
}

.features-list span {
    vertical-align: top
}

.features-list li {
    line-height: 20px;
    margin-top: 12px
}

.features-list i {
    font-size: 15px;
    color: #2a83e8;
    margin-right: 8px
}

.from-blog .entry-wrap {
    background-color: #fff;
    padding: 40px;
    text-align: center
}

.from-blog .entry-wrap p {
    margin-bottom: 0
}

.from-blog .entry-title {
    font-size: 16px
}

.from-blog .entry-item {
    position: relative;
    margin-bottom: 40px
}

.from-blog.no-thumbs .entry {
    padding: 35px 0
}

.from-blog.no-thumbs .entry:last-child {
    border-bottom: none
}

.from-blog.no-thumbs .entry-title {
    margin-bottom: 3px;
    font-size: 24px
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .15);
    transition: all .3s ease-in-out
}

.gmap-btn,
.pagination a,
.pagination span {
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.card:hover {
    -webkit-box-shadow: 2px 10px 25px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 10px 25px 0 rgba(0, 0, 0, .15);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.from-blog.style-2 .blog-slide {
    padding: 0 15px
}

.from-blog.style-2 .entry-item {
    margin-bottom: 0
}

.from-blog.style-2 .entry-wrap {
    text-align: left;
    padding: 60px 50px 50px
}

.from-blog.style-2 .entry-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    height: 8em;
    overflow: hidden
}

.from-blog.style-2 .entry-meta {
    margin-bottom: 0;
    padding-top: 36px;
    border-top: 1px solid #e5e9ec
}

.from-blog.style-2 .entry-meta li {
    font-size: 10px;
    text-transform: uppercase;
    font-style: normal;
    font-family: Roboto, sans-serif
}

.from-blog.style-2 .entry-meta li a {
    color: inherit
}

.twitter-slider .twitter-icon {
    font-size: 40px;
    display: inline-block;
    background-color: #f9fbfc;
    color: #111;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%
}

.twitter-slider #tweets .tweet {
    font-family: Roboto, sans-serif;
    color: #111;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 40px
}

.twitter-slider.bg-color #tweets .timePosted,
.twitter-slider.bg-color #tweets .tweet,
.twitter-slider.bg-color #tweets .tweet a,
.twitter-slider.bg-dark #tweets .timePosted,
.twitter-slider.bg-dark #tweets .tweet,
.twitter-slider.bg-dark #tweets .tweet a,
.twitter-slider.bg-darkblue #tweets .timePosted,
.twitter-slider.bg-darkblue #tweets .tweet,
.twitter-slider.bg-darkblue #tweets .tweet a {
    color: #fff
}

.twitter-slider #tweets li {
    max-width: 960px;
    margin: auto
}

#tweets li {
    padding: 8px 0
}

#tweets li:first-child {
    padding-top: 0
}

#tweets li:last-child {
    padding-bottom: 0
}

#tweets .tweet {
    font-size: 15px
}

#tweets .tweet a {
    word-wrap: break-word;
    color: #111
}

#tweets .tweet a:hover {
    color: #2a83e8
}

#tweets .timePosted {
    font-size: 12px;
    margin-bottom: 0;
    color: #929292
}

.contact.bg-parallax {
    background-image: url(../img/parallax/contact_bg.jpg);
    padding: 200px 0
}

.contact.bg-parallax .contact-item a,
.contact.bg-parallax .contact-item a:hover,
.contact.bg-parallax .contact-item p,
.contact.bg-parallax .contact-item span {
    color: #fff
}

.contact.bg-parallax .contact-icon i {
    color: rgba(255, 255, 255, .5)
}

.contact-info h4 {
    font-size: 15px;
    margin-top: 40px
}

.contact-item {
    position: relative;
    padding-left: 30px;
    margin-top: 38px;
    font-size: 15px
}

.contact-item p,
.contact-item span {
    font-size: inherit;
    margin-bottom: 0
}

.contact-item a {
    color: #6c6c6c
}

.contact-item a:hover {
    color: #181821
}

.contact-icon {
    position: absolute;
    left: 0
}

.contact-icon i {
    font-size: 16px;
    color: #6c6c6c;
    vertical-align: middle
}

.contact.bg-parallax input[type=text],
.contact.bg-parallax input[type=email],
.contact.bg-parallax textarea,
input[type=text].transparent,
input[type=email].transparent {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, .5)
}

.contact.bg-parallax input[type=text]:focus,
.contact.bg-parallax input[type=email]:focus,
.contact.bg-parallax textarea:focus,
input[type=text].transparent:focus,
input[type=email].transparent:focus {
    background-color: transparent;
    border-color: #fff
}

.contact.bg-parallax input::-webkit-input-placeholder,
.contact.bg-parallax textarea::-webkit-input-placeholder,
.submit-email input::-webkit-input-placeholder,
.submit-email textarea::-webkit-input-placeholder {
    color: #fff;
    border-color: rgba(255, 255, 255, .5)
}

.contact.bg-parallax input:-moz-placeholder,
.contact.bg-parallax textarea:-moz-placeholder,
.submit-email input:-moz-placeholder,
.submit-email textarea:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.contact.bg-parallax input::-moz-placeholder,
.contact.bg-parallax textarea::-moz-placeholder,
.submit-email input::-moz-placeholder,
.submit-email textarea::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.contact.bg-parallax input:-ms-input-placeholder,
.contact.bg-parallax textarea:-ms-input-placeholder,
.submit-email input:-ms-input-placeholder,
.submit-email textarea:-ms-input-placeholder {
    color: #fff
}

#contact-form .message {
    height: 50px;
    width: 100%;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
    float: none;
    margin-top: 20px;
    display: none;
    color: #fff
}

#contact-form .message.error {
    background-color: #ef5659
}

#contact-form .message.success {
    background-color: #2cb8a5
}

.gmap {
    width: 100%;
    height: 450px
}

.gmap-btn {
    background-color: #f9fbfc;
    color: #111;
    font-family: Barlow, sans-serif;
    width: 100%;
    height: 70px;
    line-height: 70px;
    z-index: 2;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.page-404 h2,
.quote:before {
    font-family: Roboto, sans-serif
}

.gmap-btn.opened,
.gmap-btn:hover {
    color: #fff;
    background-color: #181821
}

.gmap.gmap-hidden {
    display: none
}

.boxed .content-wrapper {
    margin: auto;
    max-width: 1170px
}

.boxed.grid-1440 .content-wrapper {
    max-width: 1440px
}

.service-tabs .nav-tabs {
    margin: 0 15px
}

.service-tabs .nav.nav-tabs>li.active>a,
.service-tabs .nav.nav-tabs>li>a {
    border: 0;
    color: #6c6c6c;
    padding: 14px 20px 24px;
    background-color: transparent
}

.service-tabs .nav.nav-tabs>li.active>a:focus,
.service-tabs .nav.nav-tabs>li.active>a:hover {
    color: #6c6c6c
}

.service-tabs .nav.nav-tabs>li.active:before {
    bottom: 1px;
    top: auto;
    height: 1px
}

.service-tabs .nav.nav-tabs>li>a>h4 {
    font-size: 16px;
    margin-bottom: 0;
    color: #6c6c6c
}

.service-tabs .nav.nav-tabs a i {
    display: block;
    margin-bottom: 28px;
    font-size: 43px
}

.service-tabs .nav.nav-tabs>li.active a i {
    color: #2a83e8
}

.page-title .breadcrumb a,
.page-title .breadcrumb>.active,
.page-title .entry-meta li a:hover,
.title-text .entry-meta li,
.title-text h1 {
    color: #fff
}

.service-tabs .tab-content {
    padding: 30px 0 0;
    border: 0
}

.play-btn-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.play-btn {
    display: inline-block;
    width: 82px;
    height: 82px;
    position: relative;
    border-radius: 50%;
    -webkit-transition: all 2s ease-in-out !important;
    -moz-transition: all 2s ease-in-out !important;
    -ms-transition: all 2s ease-in-out !important;
    -o-transition: all 2s ease-in-out !important;
    transition: all 2s ease-in-out !important
}

.play-btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -7px 0 0 -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 11px;
    border-color: transparent transparent transparent #111
}

.breadcrumb,
.title-holder .subheading {
    margin-bottom: 0
}

.svg-circle {
    width: 82px;
    height: 82px
}

.svg-circle>circle:last-child {
    fill: #fff
}

.svg-circle>circle:first-child {
    fill: transparent;
    stroke-dashoffset: 360px;
    stroke-dasharray: 360px, 360px;
    -webkit-animation: out 1.5s cubic-bezier(.5, .1, .07, 1) forwards;
    animation: out 1.5s cubic-bezier(.5, .1, .07, 1) forwards;
    stroke: #fff
}

.flickity-prev-next-button .arrow,
.light-arrows .flickity-prev-next-button .arrow {
    fill: #fff
}

.svg-circle:hover circle:first-child {
    -webkit-animation: in 1.5s cubic-bezier(.5, .1, .07, 1) forwards;
    animation: in 1.5s cubic-bezier(.5, .1, .07, 1) forwards
}

@-webkit-keyframes in {
    0% {
        stroke-dashoffset: 360px
    }

    100% {
        stroke-dashoffset: 1
    }
}

@keyframes in {
    0% {
        stroke-dashoffset: 360px
    }

    100% {
        stroke-dashoffset: 1
    }
}

@-webkit-keyframes out {
    0% {
        stroke-dashoffset: 1
    }

    100% {
        stroke-dashoffset: 360px
    }
}

@keyframes out {
    0% {
        stroke-dashoffset: 1
    }

    100% {
        stroke-dashoffset: 360px
    }
}

.page-title {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat
}

.page-title .container {
    height: 350px
}

.page-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35)
}

.page-title .breadcrumb>li+li:before {
    color: #fff;
    opacity: .5;
    padding: 0 1px 0 5px
}

.title-holder {
    position: relative;
    display: table;
    width: 100%;
    height: 100%
}

.title-text {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.title-text h1 {
    margin: 0;
    font-size: 48px
}

.title-text .entry-meta {
    margin-top: 10px
}

.breadcrumb {
    width: auto;
    background-color: transparent;
    padding: 15px 0 0;
    font-size: 13px;
    border-top: 1px solid #e5e9ec
}

.breadcrumb li,
.breadcrumb li a,
.breadcrumb li a.active {
    font-size: 12px;
    color: #a3a3a3
}

.breadcrumb>.active {
    color: #6c6c6c
}

.page-title.style-2 .title-holder {
    max-width: 860px;
    margin: auto
}

.page-title.style-2 .title-text h1 {
    margin: 20px 0 0;
    color: #fff;
    font-size: 75px;
    font-weight: 700
}

.page-title.style-2 .subheading {
    font-size: 26px;
    line-height: 50px
}

.page-title.style-2 .breadcrumb {
    position: absolute;
    right: 0;
    width: auto;
    background-color: transparent;
    top: 50%;
    padding: 0;
    margin: -10px 0 0
}

.page-title.style-2 .breadcrumb a,
.page-title.style-2 .breadcrumb>li+li:before {
    color: #6c6c6c
}

.page-title.style-2 .breadcrumb a:hover,
.page-title.style-2 .breadcrumb>.active {
    color: #111
}

.page-title.style-4 .container {
    height: 70vh
}

.page-404 h2 {
    color: #6c6c6c;
    font-weight: 400;
    font-size: 24px
}

.page-404 h1 {
    font-size: 200px;
    line-height: 1.2
}

.page-404 a,
.page-404 p {
    font-size: 14px;
    line-height: 25px;
}

.page-404 form {
    max-width: 370px;
    margin: auto
}

.bg-parallax {
    position: relative
}

.parallax-inner,
.parallax-wrap {
    position: absolute;
    left: 0;
    will-change: transform;
    top: 0
}

.parallax-wrap {
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.entry-img img,
.flip-card .front {
    -webkit-backface-visibility: hidden
}

.parallax-inner {
    right: 0;
    bottom: 0;
    background-repeat: no-repeat
}

.counters.bg-parallax .parallax-inner {
    background-image: url(../img/parallax/results_bg.jpg)
}

.testimonials.bg-parallax .parallax-inner {
    background-image: url(../img/parallax/testimonials_bg.jpg)
}

.testimonials.style-2.bg-parallax .parallax-inner {
    background-image: url(../img/parallax/testimonials_bg_3.jpg)
}

.call-to-action.bg-parallax .parallax-inner {
    background-image: url(../img/parallax/cta_bg.jpg)
}

.mobile .parallax-inner {
    background-attachment: scroll !important;
    background-position: 50% 50% !important
}

.quote {
    padding: 0
}

.quote:before {
    content: '“';
    display: inline-block;
    font-size: 63px;
    line-height: 1;
    position: relative;
    top: 15px
}

.coming-soon:before,
.hi-icon:after,
.pricing-table.best:before {
    content: ''
}

.quote span {
    font-size: 14px
}

.coming-soon:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .35)
}

.full-height-outer {
    display: table;
    width: 100%
}

.full-height-inner {
    display: table-cell;
    vertical-align: middle
}

.submit-email input:first-child {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-right: 5px
}

@media only screen and (max-width:767px) {
    .submit-email input:first-child {
        width: 100%;
        display: block;
        margin-bottom: 10px !important
    }
}

#countdown {
    color: #fff
}

#countdown>div {
    display: inline-block;
    padding: 0 15px;
    width: 20%
}

#countdown span {
    display: block;
    font-size: 50px;
    font-family: Barlow, sans-serif;
    margin-bottom: 15px;
    line-height: 1
}

@media only screen and (max-width:767px) {
    #countdown span {
        font-size: 30px
    }
}

#countdown label {
    color: #fff;
    font-size: 18px
}

.cc-window.cc-banner {
    -webkit-box-shadow: 0 6px 20px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 6px 20px 10px rgba(0, 0, 0, .1)
}

.flex-parent {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.promo-video-info h2 {
    padding-top: 50px;
    margin-bottom: 15px;
    font-size: 32px
}

.promo-box p,
.promo-video-info p {
    margin-bottom: 29px
}

@media only screen and (max-width:1199px) {
    .promo-video-info h2 {
        padding-top: 0
    }
}

.promo-box {
    padding: 137px 5%
}

.promo-box:first-child {
    background-color: #24292d
}

.promo-box:nth-child(2) {
    background-color: #2a83e8
}

.promo-box:nth-child(3) {
    background-color: #6060d9
}

.entry .blockquote-style-1,
.entry-wrap {
    background: #fff
}

.promo-box p {
    margin-top: 15px
}

.promo-box a.btn:hover {
    background-color: #fff
}

.promo-box a.btn:hover span {
    color: #111
}

.overlap-bg-section {
    padding-bottom: 300px !important;
    position: relative
}

.offset-top {
    overflow: visible;
    padding-top: 0
}

.blog-standard .post-content .entry-img,
.blog-standard .post-content .entry-slider,
.blog-standard .post-content .entry-video,
.entry-img {
    overflow: hidden;
    position: relative
}

.offset-top .container {
    margin-top: -310px;
    position: relative;
    z-index: 3
}

.partner-cell {
    border: 1px solid #e5e9ec;
    text-align: center;
    padding: 60px 0
}

.promo-info-holder {
    margin-top: 30px
}

.promo-title {
    font-size: 28px;
    line-height: 40px;
    max-width: 370px
}

.entry-img img {
    width: 100%;
    backface-visibility: hidden
}

.entry-meta {
    margin-bottom: 7px
}

.entry-meta li {
    color: #a3a3a3;
    font-family: "Noto Serif", serif;
    font-style: italic;
    font-size: 12px;
    display: inline-block;
    margin-right: 20px
}

.entry-meta li:last-child {
    margin-right: 0
}

.entry-meta li a {
    color: inherit
}

.entry-meta li a:hover,
.entry-title a:hover {
    color: #2a83e8
}

.entry-meta li i {
    margin-right: 5px
}

.entry-wrap {
    position: relative;
    padding: 40px
}

.entry-title {
    font-size: 24px;
    margin-bottom: 3px;
    line-height: 1.4
}

.blog-standard .post-content .entry-title {
    font-size: 24px;
    margin-bottom: 21px
}

.blog-standard .entry-item {
    margin-bottom: 8%;
    position: relative
}

.read-more {
    font-size: 13px;
    font-weight: 700
}

.post-content {
    padding-right: 3.2%
}

.entry .blockquote-style-1 p>a {
    color: #111
}

.entry .blockquote-style-1 p>a:hover {
    color: #2a83e8
}

.entry .blockquote-style-1 span {
    font-size: 14px;
    display: block
}

.entry-video iframe {
    width: 100%;
    display: block;
    border: 0
}

.pagination {
    margin: 0 auto;
    border-radius: 0;
    display: block
}

/*.pagination a,
.pagination span {
    font-family: Barlow, sans-serif;
    font-size: 14px;
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 0 3px;
    text-align: center;
    border: 2px solid #e5e9ec;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}*/

.pagination a {
    color: #111;
    vertical-align: middle
}

.pagination a:hover {
    background-color: #2a83e8;
    border-color: transparent;
    color: #fff
}

.pagination a>i {
    font-size: 15px
}

.pagination .current {
    color: #2a83e8;
    border-color: #2a83e8
}

.left-sidebar {
    float: left
}

.sidebar .widget-title {
    margin-bottom: 28px;
    font-size: 16px
}

.sidebar .widget {
    margin-top: 50px;
    margin-bottom: 0
}

.sidebar .widget:first-child {
    margin-top: 0
}

.sidebar .widget:last-child {
    margin-bottom: 30px
}

.sidebar .widget>ul>li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.sidebar .widget>ul>li:first-child {
    padding-top: 0
}

.widget.categories ul li.active-cat a {
    color: #111
}

.widget.categories ul li a {
    color: #6c6c6c
}

.widget.categories ul li a:hover {
    color: #2a83e8
}

.widget.categories li span {
    right: 0;
    position: absolute;
    color: #6c6c6c
}

.post-small img {
    width: auto
}

.entry-list .entry-img {
    float: left;
    margin-right: 20px;
    margin-bottom: 0
}

.entry-list li .entry-meta {
    margin-top: 0;
    margin-bottom: 0
}

.entry-list ul>li {
    padding: 12px 0;
    border-bottom: 1px solid #e5e9ec
}

.entry-list ul>li:first-child {
    padding-top: 0 !important
}

.entry-list ul>li:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important
}

.entry-list ul>li .entry-title {
    font-size: 14px;
    margin-bottom: 1px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 1.5
}

.card .entry-date,
.entry-comments .comment-author,
.portfolio-filter a {
    font-family: Barlow, sans-serif
}

.entry-list ul>li .entry-meta li:first-child {
    padding-left: 0
}

.entry-list.w-thumbs ul>li {
    padding: 15px 0
}

.sidebar .entry-meta li {
    font-size: 12px
}

.sidebar .entry-meta li a {
    color: #6c6c6c
}

.widget.search .searchbox {
    background-color: #fff;
    border: 2px solid #e5e9ec
}

.widget.search .searchbox:focus {
    border-color: #2a83e8
}

.search-button {
    position: absolute;
    top: 0;
    height: 100%;
    right: 10px;
    background-color: transparent;
    border: none
}

.search-button i {
    font-size: 13px
}

.search-button i:hover {
    color: #181821
}

.tags a {
    padding: 10px 13px;
    line-height: 1;
    margin: 0 6px 6px 0;
    font-size: 14px;
    color: #6c6c6c;
    background-color: #f9fbfc;
    display: inline-block;
    float: left;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tags a:hover {
    background-color: #2a83e8;
    color: #fff;
    border-color: transparent
}

.tags.light a {
    background-color: #fff
}

.tags.light a:hover {
    background-color: #2a83e8
}

.blog-masonry .entry-item {
    margin-bottom: 30px
}

.blog-masonry .entry-title {
    font-size: 20px;
    margin-bottom: 15px
}

.card .entry-date {
    position: absolute;
    top: 0;
    background-color: #111;
    line-height: 1;
    color: #fff;
    font-size: 18px;
    padding: 11px 14px
}

.card .entry-date span {
    font-size: 10px;
    display: block
}

.post-single .entry-wrap {
    padding: 6% 9%
}

.post-single .article p {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 32px
}

.post-single .entry-content .lead {
    font-size: 20px;
    line-height: 34px
}

.entry-content .entry-tags span,
.entry-share span {
    display: inline-block;
    margin-right: 10px;
    color: #111
}

.entry-content .entry-tags span {
    margin-right: 0
}

.entry-content .entry-tags a {
    margin: 0;
    padding: 0;
    background-color: transparent;
    float: none
}

.entry-content .entry-tags a:hover {
    color: #111
}

.entry-share {
    padding: 20px 0;
    border-top: 1px solid #e5e9ec;
    margin-bottom: 20px
}

.entry-share .social-icons {
    margin-top: 0;
    display: inline-block
}

.entry-author-box {
    padding: 50px 40px;
    background-color: #f9fbfc;
    position: relative;
    margin-bottom: 80px
}

.entry-author-box .author-img {
    display: block;
    border-radius: 50%;
    float: left
}

.entry-author-box .author-name,
.entry-comments .comment-author {
    margin-bottom: 0;
    display: block
}

.author-info span,
.entry-comments .comment-content p,
.entry-comments span:last-of-type {
    margin-bottom: 10px
}

.author-name {
    font-size: 18px;
    font-weight: 400
}

.author-info {
    padding-left: 86px
}
.author .bold {
    font-weight: 600;
    font-size: 20px;
}
.author-info span {
    font-size: 13px;
    margin-top: 5px;
    display: inline-block
}

.entry-comments .comment-avatar {
    position: absolute;
    display: block;
    border-radius: 50%
}

.work-img,
.work-img>a,
.work-item {
    position: relative
}

.entry-comments span,
.portfolio-filter a {
    display: inline-block
}

.entry-comments .comment-content {
    padding-left: 86px;
    margin-top: 5px
}

.entry-comments .comment-author {
    color: #111;
    font-weight: 400;
    font-size: 14px
}

.entry-comments .comment-content span a {
    font-size: 12px;
    color: #929292
}

.comment-reply {
    padding-left: 10%
}

.comment-body {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e9ec
}

#comment {
    margin-bottom: 20px
}

.comment-form input {
    margin-bottom: 20px !important
}

.works-grid.grid-5-col .work-item {
    width: 20%
}

.works-grid.grid-4-col .work-item {
    width: 25%
}

.works-grid.grid-3-col .work-item {
    width: 33.333%
}

.works-grid.grid-2-col .work-item {
    width: 50%
}

.works-grid.small-gutter {
    margin-left: 4px;
    margin-right: 4px
}

.works-grid.small-gutter .work-item {
    padding: 0 4px
}

.works-grid.gutter .work-item {
    padding: 0 15px
}

.works-grid.no-gutter .work-item {
    padding: 0
}

.works-grid.small-gutter .work-container {
    margin-bottom: 8px
}

.works-grid.small-gutter.with-title .work-container {
    margin-bottom: 30px
}

.works-grid.no-gutter .work-img {
    border-radius: 0
}

.flickity-slider-wrap.items-4 .work-item {
    width: 25%
}

.flickity-slider-wrap.items-3 .work-item {
    width: 33.333%
}

#showcases-slider .work-item {
    width: 60%;
    margin: 0 20px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(25, 27, 31, .1);
    box-shadow: 0 1px 4px 0 rgba(25, 27, 31, .1)
}

#showcases-slider .work-item.is-selected {
    -webkit-box-shadow: 0 10px 20px 0 rgba(25, 27, 31, .1);
    box-shadow: 0 10px 20px 0 rgba(25, 27, 31, .1)
}

#showcases-slider .flickity-viewport {
    overflow: visible
}

.bg-img-holder,
.btn,
.flickity,
.flickity-slider-wrap,
.owl-carousel,
.pricing-table,
.tab-content,
.work-container,
.work-img,
.work-img img {
    overflow: hidden
}

.flickity-slider-wrap.with-spacing {
    margin: 0 -8px
}

.flickity-slider-wrap.with-spacing .gallery-cell {
    padding: 0 8px
}

#slider-3-items .work-item {
    width: 33.333%;
    padding: 0 15px
}

#photography-slider img {
    padding: 0 2px;
    height: 780px;
    max-width: none
}

@media (max-width:991px) {
    #photography-slider img {
        height: 400px
    }
}

#slider-single .work-item {
    width: 100%;
    margin: 0;
    padding: 0
}

.gallery-cell .work-container,
.owl-carousel .work-container,
.works-grid.no-gutter .work-container {
    margin-bottom: 0
}

.portfolio-filter {
    margin-bottom: 50px;
    font-size: 12px
}

.portfolio-filter.style-2 .portfolio-filter-wrap {
    display: inline-block;
    border-bottom: 1px solid #e5e9ec
}

.portfolio-filter.style-2 a {
    padding: 0 20px 10px !important;
    margin-bottom: -1px;
    color: #111
}

.portfolio-filter.style-2 a.active {
    border-bottom: 1px solid #2a83e8
}

.portfolio-filter a {
    font-weight: 700;
    padding: 0 10px;
    color: #b9b9b9;
    text-decoration: none;
    letter-spacing: .1em
}

.portfolio-filter a.active,
.portfolio-filter a:hover {
    color: #111
}

.work-container {
    margin-bottom: 30px
}

.work-item {
    float: left
}

.work-item.hover-1 .work-description {
    background-color: #fff;
    text-align: center;
    color: #111;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .2s cubic-bezier(.43, .07, .61, .95);
    -moz-transition: .2s cubic-bezier(.43, .07, .61, .95);
    -ms-transition: .2s cubic-bezier(.43, .07, .61, .95);
    -o-transition: .2s cubic-bezier(.43, .07, .61, .95);
    transition: .2s cubic-bezier(.43, .07, .61, .95)
}

.work-item.hover-1 .work-description span {
    color: #6c6c6c
}

.work-item.hover-1 .work-img img {
    -webkit-transition: .2s cubic-bezier(.43, .07, .61, .95);
    -moz-transition: .2s cubic-bezier(.43, .07, .61, .95);
    -ms-transition: .2s cubic-bezier(.43, .07, .61, .95);
    -o-transition: .2s cubic-bezier(.43, .07, .61, .95);
    transition: .2s cubic-bezier(.43, .07, .61, .95)
}

.work-item.hover-1:hover .work-description {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.work-item.hover-1:hover img {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px)
}

.work-item.hover-2 .work-description {
    top: 0;
    padding: 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.work-item.hover-2:hover .work-description {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.work-item.hover-3 .work-description {
    top: 55%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.work-item.hover-3:hover .work-description {
    top: 50%
}

.work-item.hover-4 .hover-overlay {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
    height: auto;
    -webkit-transform: scale(.7, .7);
    -moz-transform: scale(.7, .7);
    -ms-transform: scale(.7, .7);
    -o-transform: scale(.7, .7);
    transform: scale(.7, .7)
}

.work-item.hover-4:hover .hover-overlay {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.work-item.hover-4:hover .work-img img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.work-item.hover-4 .work-description,
.work-item.hover-5 .hover-overlay {
    text-align: center
}

.work-item.hover-5 .work-description {
    top: 55%
}

.work-item.hover-5.hover-blue .hover-overlay {
    background-color: rgba(35, 171, 196, .9)
}

.work-item.hover-5.hover-green .hover-overlay {
    background-color: rgba(75, 225, 206, .9)
}

.work-item.hover-5.hover-pink .hover-overlay {
    background-color: rgba(222, 69, 90, .9)
}

.work-item.hover-5.hover-violet .hover-overlay {
    background-color: rgba(96, 96, 217, .9)
}

.work-item.hover-5.hover-orange .hover-overlay {
    background-color: rgba(234, 121, 59, .9)
}

.work-item.hover-5:hover .work-description {
    top: 50%
}

.work-item.hover-6 .work-description {
    top: 0;
    padding: 30px;
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%)
}

.work-item.hover-6:hover .work-description {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.work-item.hover-6 .hover-overlay {
    background-color: rgba(42, 131, 232, .75)
}

.work-item.hover-2:hover .work-img img,
.work-item.hover-3:hover .work-img img {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.hover-overlay .work-description,
.works-grid.with-title .work-item:hover .project-icons {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.work-item:hover .project-icons {
    top: 42%
}

.work-img {
    z-index: 1
}

.work-img img {
    width: 100%;
    height: auto;
    -webkit-transition: .3s cubic-bezier(.43, .07, .61, .95);
    -moz-transition: .3s cubic-bezier(.43, .07, .61, .95);
    -ms-transition: .3s cubic-bezier(.43, .07, .61, .95);
    -o-transition: .3s cubic-bezier(.43, .07, .61, .95);
    transition: .3s cubic-bezier(.43, .07, .61, .95);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.work-img.rounded {
    border-radius: 4px
}

.work-img>a {
    display: block;
    width: 100%;
    height: 100%
}

.hover-overlay .work-description {
    top: 50%;
    bottom: auto;
    color: #fff;
    transform: translateY(-50%)
}

.hover-overlay .work-description h3,
.hover-overlay .work-description span {
    color: inherit
}

.work-description {
    padding: 14px 20px;
    width: 100%;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    z-index: 3;
    -webkit-transition: .3s cubic-bezier(.43, .07, .61, .95);
    -moz-transition: .3s cubic-bezier(.43, .07, .61, .95);
    -ms-transition: .3s cubic-bezier(.43, .07, .61, .95);
    -o-transition: .3s cubic-bezier(.43, .07, .61, .95);
    transition: .3s cubic-bezier(.43, .07, .61, .95)
}

.work-description h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2px
}

.work-description h3 a:hover {
    color: #2a83e8
}

.work-description>span {
    color: #6c6c6c;
    font-size: 13px
}

.work-description i {
    font-size: 40px
}

.works-grid.with-title .work-description {
    position: relative;
    bottom: auto;
    padding: 20px 0 0
}

.works-grid.with-title .work-item:hover .work-img img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.works-grid.with-title .work-item:hover .project-icons {
    transform: translateY(-50%);
    margin-top: 0;
    top: calc(50% - 44px)
}

.works-grid.with-title .work-item .work-description h3 {
    font-size: 16px;
    letter-spacing: normal
}

.project-icons {
    position: absolute;
    top: 36%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .2s cubic-bezier(.43, .07, .61, .95);
    -moz-transition: .2s cubic-bezier(.43, .07, .61, .95);
    -ms-transition: .2s cubic-bezier(.43, .07, .61, .95);
    -o-transition: .2s cubic-bezier(.43, .07, .61, .95);
    transition: .2s cubic-bezier(.43, .07, .61, .95)
}

.project-icons a,
.project-nav .page-next a,
.project-nav .page-prev a {
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.project-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: 0 3px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.project-icons a:hover {
    opacity: .85
}

#masonry-grid .work-item.quarter {
    width: 25%;
    float: left
}

#masonry-grid .work-item.half {
    width: 50%
}

.work-item-description {
    background-color: #fff;
    position: relative;
    text-align: center
}

.features-holder .service-item-box.feature-right,
.project-nav .page-next {
    text-align: right
}

.work-description-inner {
    position: absolute;
    padding: 0 50px
}

.work-description-inner h3 {
    font-size: 16px;
    margin-bottom: 14px
}

.work-description-inner .bottom-line:after {
    border-color: #c8c8c8;
    margin: 16px auto 0
}

.work-description-inner p {
    margin-bottom: 0
}

.grid-tiles .work-item-description:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -13px;
    z-index: 1;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (min-width:768px) {
    .grid-tiles .work-item:nth-child(2n) .work-container {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }

    .grid-tiles .work-item:nth-child(2n) .work-item-description {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .grid-tiles .work-item:nth-child(2n) .work-item-description:before {
        bottom: -13px;
        top: auto
    }
}

.hover-zoom .work-img img {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out
}

.hover-zoom:hover .work-img img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.works-grid.description .work-description {
    padding: 40px;
    background-color: #fff
}

.grid-1-col .work-item {
    width: 100%;
    padding: 0 15px
}

.grid-1-col .work-item:hover .work-container {
    -webkit-box-shadow: 0 15px 30px 0 rgba(18, 20, 23, .05);
    -moz-box-shadow: 0 15px 30px 0 rgba(18, 20, 23, .05);
    -ms-box-shadow: 0 15px 30px 0 rgba(18, 20, 23, .05);
    box-shadow: 0 15px 30px 0 rgba(18, 20, 23, .05);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.grid-1-col .work-container {
    -webkit-box-shadow: 0 0 0 0 rgba(18, 20, 23, .05);
    -moz-box-shadow: 0 0 0 0 rgba(18, 20, 23, .05);
    -ms-box-shadow: 0 0 0 0 rgba(18, 20, 23, .05);
    box-shadow: 0 0 0 0 rgba(18, 20, 23, .05);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin-bottom: 30px
}

.grid-1-col .work-description {
    width: 50%;
    bottom: auto;
    position: relative;
    float: right;
    background-color: #fff;
    padding: 75px 70px 270px
}

.grid-1-col .work-description h3 {
    font-size: 20px;
    margin-bottom: 7px
}

.grid-1-col .work-description span {
    font-family: "Noto Serif", serif;
    font-style: italic;
    color: #a3a3a3
}

.pricing-price,
.project-nav li a {
    font-family: Barlow, sans-serif
}

.work-item.align-right .work-description {
    float: left
}

.work-item.align-right .bg-img-holder {
    float: right;
    right: 0
}

.bg-img-holder {
    position: absolute;
    width: 50%;
    height: 100%;
    float: left
}

.bg-img-holder .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover !important;
    background-position: 50% !important
}

.owl-page span,
.owl-page.active span {
    height: 12px;
    width: 12px;
    display: block
}

.bg-img-holder img {
    display: none
}

.project-description {
    padding-left: 5%
}

.product_meta .detail-wrap {
    display: table;
    table-layout: fixed
}

.product_meta .detail-label,
.product_meta .detail-value {
    display: table-cell;
    line-height: 28px;
    font-size: 14px
}

.product_meta .detail-label {
    min-width: 110px;
    color: #111
}

.project-nav {
    background-color: #f9fbfc;
    padding: 50px 0
}

.project-nav li {
    position: relative
}

.project-nav li a {
    color: #111
}

.project-nav li a:hover {
    color: #2a83e8
}

.project-nav .page-next a,
.project-nav .page-prev a {
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a,
.flickity-prev-next-button,
.owl-next,
.owl-page span,
.owl-prev {
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.project-nav .page-next i,
.project-nav .page-prev i {
    font-size: 22px;
    position: absolute
}

.project-nav .page-prev i {
    left: 0
}

.project-nav .page-prev a {
    padding-left: 28px
}

.project-nav .page-prev a:hover {
    padding-left: 24px
}

.project-nav .page-next i {
    right: 0
}

.project-nav .page-next a {
    padding-right: 28px
}

.project-nav .page-next a:hover {
    padding-right: 24px
}

.project-nav .back-to-projects {
    text-align: center
}

.portfolio-single.style-2 .project-description {
    padding-left: 15px
}

.owl-carousel img {
    width: 100%
}

.owl-pagination {
    position: relative;
    margin-top: 30px;
    left: 0;
    display: block;
    text-align: center;
    width: 100%
}

.owl-page {
    display: inline-block;
    padding: 5px;
    position: relative
}

.owl-page.active span {
    margin: 0;
    opacity: 1;
    border-color: transparent;
    background: #2a83e8
}

.owl-page span {
    position: relative;
    opacity: .7;
    background: 0 0;
    z-index: 100;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.owl-page span:hover {
    opacity: 1
}

.owl-carousel,
.slick-slider {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-buttons {
    position: static
}

.flex-direction-nav .flex-prev,
.flickity-prev-next-button.previous,
.owl-prev {
    left: -40px
}

.flex-direction-nav .flex-next,
.flickity-prev-next-button.next,
.owl-next {
    right: -40px
}

.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
    opacity: 0
}

.flex-direction-nav a,
.flickity-prev-next-button,
.owl-next,
.owl-prev {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
    z-index: 10;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a,
.flickity-prev-next-button {
    width: 30px;
    height: 60px;
    margin-top: -30px
}

.flickity-prev-next-button.previous {
    border-radius: 0 3px 3px 0
}

.flickity-prev-next-button.next {
    border-radius: 3px 0 0 3px
}

.flex-direction-nav a {
    background-color: #fff
}

.flex-direction-nav a i {
    font-size: 26px;
    color: #111;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#flexslider .flex-direction-nav .flex-next:before,
.flickity-prev-next-button:before,
.owl-next:before {
    left: auto;
    right: 0
}

#thumbs a i,
.owl-next i,
.owl-prev i {
    position: relative;
    font-size: 40px;
    color: #111
}

#flexslider.light-arrows a i,
.light-arrows .owl-next i,
.light-arrows .owl-prev i {
    color: #fff
}

#flexslider:hover .flex-direction-nav .flex-next,
.owl-carousel:hover .owl-next {
    opacity: 1;
    right: 10px
}

#flexslider:hover .flex-direction-nav .flex-prev,
.owl-carousel:hover .owl-prev {
    opacity: 1;
    left: 10px
}

.flickity-slider-wrap:hover .flickity-prev-next-button.previous {
    opacity: 1;
    left: 0
}

.flickity-slider-wrap:hover .flickity-prev-next-button.next {
    opacity: 1;
    right: 0
}

.flickity-prev-next-button,
.flickity-prev-next-button:hover {
    background-color: rgba(0, 0, 0, .5)
}

.flickity-prev-next-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.flickity-prev-next-button {
    border-radius: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.flickity-page-dots {
    position: relative;
    bottom: auto;
    margin-top: 50px
}

.flex-control-paging li a,
.flickity-page-dots .dot {
    height: 12px;
    width: 12px;
    opacity: .5;
    margin: 0 5px;
    border: 2px solid #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    background: 0 0
}

.flickity-page-dots .dot:hover {
    opacity: 1
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
    background: #2a83e8;
    border-color: transparent
}

.flex-control-nav {
    bottom: 15px
}

.flickity-slider-wrap.dots-inside .flickity-page-dots,
.owl-carousel.dots-inside .owl-pagination {
    position: absolute;
    bottom: 20px;
    margin-top: 0
}

.flex-control-nav li {
    margin: 0
}

.flickity-slider-wrap.dark-dots .flickity-page-dots .dot,
.owl-dark-dots .owl-page span {
    border-color: #6c6c6c
}

.flickity-slider-wrap.dark-dots .flickity-page-dots .dot.is-selected,
.owl-dark-dots .owl-page.active span {
    border-color: transparent
}

.owl-white-dots .owl-page.active span {
    background-color: #fff
}

.hi-icon,
.service-item-box {
    position: relative
}

.owl-custom-arrows {
    text-align: center
}

.owl-custom-arrows .next,
.owl-custom-arrows .prev {
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
    height: 47px;
    width: 75px;
    line-height: 47px;
    font-size: 22px;
    text-align: center;
    color: #111;
    border: 1px solid #edf2f4;
    border-radius: 3px
}

.owl-custom-arrows .next:hover,
.owl-custom-arrows .prev:hover {
    color: #2a83e8
}

.slider-gutter-14 {
    margin-left: -7px;
    margin-right: -7px
}

.slider-gutter-14 .work-item {
    padding: 0 7px
}

.service-item-box .icon-holder {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #f9fbfc;
    border-radius: 50%
}

.service-item-box i {
    font-size: 28px;
    display: inline-block;
    line-height: 80px;
    color: #111;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.service-item-box.dark .icon-holder {
    background-color: #111 !important
}

.service-text h3 {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 14px;
    margin-top: 0
}

.service-text p {
    margin-bottom: 0
}

.hi-icon {
    display: inline-block;
    text-align: center;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: background .2s, color .2s;
    -moz-transition: background .2s, color .2s;
    -ms-transition: background .2s, color .2s;
    -o-transition: background .2s, color .2s;
    transition: background .2s, color .2s
}

.hi-icon:hover {
    background: #181821
}

.hi-icon:hover i {
    color: #fff
}

.hi-icon:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.hi-icon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -5px;
    left: -5px;
    padding: 5px;
    -webkit-box-shadow: 0 0 0 2px #181821;
    box-shadow: 0 0 0 2px #181821;
    opacity: 0;
    border-radius: 50%;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -moz-transition: transform .2s, opacity .2s;
    -ms-transition: transform .2s, opacity .2s;
    -o-transition: transform .2s, opacity .2s;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s
}

.service-item-box.style-2 .icon-holder {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    line-height: normal;
    background-color: transparent;
    margin-bottom: 26px;
    border-radius: 0
}

.service-item-box.style-2 i {
    color: #2a83e8;
    line-height: normal;
    font-size: 36px
}

.service-item-box.style-2 .service-text {
    padding-left: 0
}

.service-item-box.style-3 .icon-holder {
    position: absolute;
    left: 0;
    width: 70px;
    height: 70px;
    margin-bottom: 0;
    text-align: center;
    background-color: #2a83e8;
    border-radius: 50%
}

.service-item-box.style-3 i {
    font-size: 28px;
    line-height: 70px;
    color: #fff
}

.service-item-box.style-3 .service-text {
    padding-left: 100px
}

.service-item-box.style-4 .icon-holder {
    position: absolute;
    left: 0;
    height: auto;
    width: auto;
    line-height: normal;
    background-color: transparent;
    margin-bottom: 0
}

.service-item-box.style-4 i {
    font-size: 48px;
    color: #2a83e8;
    line-height: normal
}

.service-item-box.style-4 h3 {
    font-size: 20px
}

.service-item-box.style-4 .service-text {
    padding-left: 82px
}

@media (min-width:992px) {
    .service-item-box.style-5 {
        padding: 0 15px
    }
}

.service-item-box.style-5 i {
    font-size: 70px;
    color: #2a83e8;
    margin-bottom: 41px
}

.service-item-box.style-5 .service-text h3 {
    font-size: 22px
}

.service-item-box.arrow-next:after {
    content: '\f061';
    font-size: 30px;
    color: #2a83e8;
    opacity: .25;
    font-family: FontAwesome;
    display: block;
    position: absolute;
    right: -30px;
    top: 10%
}

.service-text--arrow-none.service-item-box.arrow-next:after {
    display: none
}

.service-item-box.style-6 {
    margin-bottom: 62px
}

.service-item-box.style-6 .icon-holder {
    position: absolute;
    left: 0;
    height: auto;
    width: auto;
    line-height: normal;
    background-color: transparent;
    margin-bottom: 0
}

.service-item-box.style-6 i {
    font-size: 38px;
    color: #111;
    line-height: normal
}

.service-item-box.style-6 h3 {
    font-size: 20px
}

.service-item-box.style-6 .service-text {
    padding-left: 74px;
    padding-right: 20px
}

@media only screen and (max-width:767px) {
    .service-item-box.style-6 .service-text {
        padding-right: 0
    }
}

.service-item-box.style-7 {
    background-color: #fff;
    padding: 60px 40px
}

.service-item-box.style-7 .icon-holder {
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 20px
}

.service-item-box.style-7 i {
    font-size: 56px;
    color: #2a83e8;
    line-height: normal
}

.service-item-box.style-7 h3 {
    font-size: 20px
}

.flip-card {
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    background-color: transparent !important;
    padding: 0 !important
}

.flip-card .back,
.flip-card .front {
    background-color: #fff;
    border: 1px solid #e5e9ec;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.flip-card .front {
    padding: 60px 50px;
    z-index: 2;
    -webkit-transform: rotateY(0) rotateX(0);
    -moz-transform: rotateY(0) rotateX(0);
    -ms-transform: rotateY(0) rotateX(0);
    -o-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn,
.flip-card .back {
    -webkit-backface-visibility: hidden
}

.flip-card .back {
    padding: 120px 60px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.accordion .panel-heading,
.pricing-table {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.flip-card .back li {
    padding: 7px 0
}

.flip-card .back i {
    font-size: 15px;
    margin-right: 7px;
    margin-bottom: 0
}

.flip-card:hover .back {
    z-index: 2;
    -webkit-transform: rotateY(0) rotateX(0);
    -moz-transform: rotateY(0) rotateX(0);
    -ms-transform: rotateY(0) rotateX(0);
    -o-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0)
}

.flip-card:hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.features-img img {
    display: inline-block
}

.features-holder .service-item-box {
    padding: 0;
    margin-bottom: 63px;
    background-color: transparent;
    position: relative
}

.service-item-box.feature-right .icon-holder {
    right: 0;
    left: auto
}

.service-item-box.feature-right .service-text {
    padding-left: 0;
    padding-right: 100px
}

.bg-color .service-item-box h3,
.bg-color .service-text p,
.bg-dark .service-item-box h3,
.bg-dark .service-text p,
.bg-darkblue .service-item-box h3,
.bg-darkblue .service-text p {
    color: #fff
}

.bg-color .service-item-box .icon-holder,
.bg-dark .service-item-box .icon-holder,
.bg-darkblue .service-item-box .icon-holder {
    background-color: #fff !important
}

.bg-color .service-item-box i,
.bg-dark .service-item-box i,
.bg-darkblue .service-item-box i {
    color: #111
}

.pricing-table {
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
    border-radius: 5px;
    transition: all .3s ease-in-out
}

.pricing-table.best:before {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background-color: #2a83e8
}

.pricing-table:hover {
    -webkit-box-shadow: 2px 10px 25px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 10px 25px 0 rgba(0, 0, 0, .15);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.progress-bar,
.progress.meter {
    height: 8px;
    position: relative;
    -webkit-box-shadow: none;
    border-radius: 0
}

.pricing-price {
    padding: 25px 0;
    font-weight: 600;
    font-size: 44px;
    color: #111
}

.progress-bars h6,
.progress-bars h6 span {
    color: #6c6c6c;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.pricing-tables.style-2 .pricing-table {
    padding: 60px;
    background-color: #fcfdfe;
    text-align: left
}

.btn,
.chart,
.corner,
.social-icons a {
    text-align: center
}

.pricing-tables.style-2 .pricing-price {
    font-size: 60px
}

.pricing-tables.style-2 .pricing-currency {
    margin: 10px -15px 0 0
}

.progress-bar {
    -webkit-transition: width 2s cubic-bezier(.86, 0, .07, 1);
    -moz-transition: width 2s cubic-bezier(.86, 0, .07, 1);
    -ms-transition: width 2s cubic-bezier(.86, 0, .07, 1);
    -o-transition: width 2s cubic-bezier(.86, 0, .07, 1);
    transition: width 2s cubic-bezier(.86, 0, .07, 1);
    box-shadow: none;
    display: block;
    background-color: #2a83e8
}

.progress-bars {
    margin-bottom: 30px
}

.progress-bars h6 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 7px
}

.progress-bars h6 span {
    font-size: 14px;
    float: right
}

.accordion .panel-heading>a,
.progress-percent,
.toggle>.acc-panel>a {
    font-family: Barlow, sans-serif;
    font-size: 14px
}

.progress-bars.dark .progress.meter {
    background-color: #313235
}

.progress-bars.dark h6,
.progress-bars.dark h6 span {
    color: #fff
}

.progress.meter {
    background: #f9fbfc;
    margin-bottom: 25px;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.panel-content p,
.progress.meter:last-child {
    margin-bottom: 0
}

.progress.meter.violet .progress-bar {
    background-color: #6060d9
}

.progress.meter.red .progress-bar {
    background-color: #e95e49
}

.progress.meter.green .progress-bar {
    background-color: #23c495
}

.progress-percent {
    position: absolute;
    top: -32px;
    right: 0;
    font-weight: 600;
    color: #111
}

.accordion .panel-heading {
    position: relative;
    background-color: #f9fbfc;
    padding: 0;
    border-radius: 0;
    transition: all .3s ease-in-out
}

.accordion .panel-heading>a,
.btn,
.toggle>.acc-panel>a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    text-decoration: none
}

.accordion .panel-heading:hover {
    background-color: #eff4f7
}

.accordion .panel-heading>a.minus {
    color: #2a83e8
}

.accordion .panel-heading>a>span {
    display: block;
    width: 13px;
    height: 1px;
    background-color: #2a83e8;
    right: 18px;
    top: 24px;
    position: absolute
}

.accordion .panel-heading>a.plus>span {
    background-color: #6c6c6c
}

.accordion .panel-heading>a.plus>span:after {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    position: absolute;
    top: 0;
    background-color: #6c6c6c;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.accordion.panel-group .panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px
}

.accordion.panel-group .panel:first-child {
    margin-top: 0
}

.accordion .panel-heading+.panel-collapse>.panel-body,
.panel-content {
    border: 1px solid #e5e9ec;
    border-top-color: transparent;
    padding: 20px 30px;
    line-height: 26px;
    border-radius: 0
}

.chart i,
.percent {
    line-height: 160px
}

.accordion .panel-heading>a,
.toggle>.acc-panel>a {
    display: block;
    position: relative;
    padding: 14px 20px;
    color: #111;
    font-weight: 700;
    transition: all .3s ease-in-out
}

.accordion .panel-heading>a {
    border: 1px solid #e5e5e5
}

.toggle>.acc-panel>a {
    border-bottom: 1px solid #e5e9ec;
    padding: 14px 0
}

.toggle>.acc-panel>a:after {
    font-family: Icon54com;
    position: absolute;
    content: "\ebd0";
    right: 0;
    margin-top: 2px;
    color: #6c6c6c;
    font-size: 12px
}

.toggle>.acc-panel>a.active:after {
    content: "\f0aa";
    color: #111
}

.toggle .panel-content {
    padding: 20px 0 10px;
    border: none
}

.nav-tabs {
    border-bottom: 1px solid #e5e9ec;
    margin-bottom: -1px
}

.nav.nav-tabs>li.active>a {
    border: 1px solid #e5e9ec;
    background-color: #fff;
    border-bottom: 2px solid transparent
}

.nav.nav-tabs>li.active>a,
.nav.nav-tabs>li.active>a:focus,
.nav.nav-tabs>li.active>a:hover,
.nav.nav-tabs>li>a:focus,
.nav.nav-tabs>li>a:hover {
    color: #2a83e8
}

.nav.nav-tabs>li>a,
.percent {
    font-family: Barlow, sans-serif;
    color: #111;
    font-weight: 700
}

.nav.nav-tabs>li.active:before {
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #2a83e8
}

.nav-tabs>li {
    margin-bottom: -2px
}

.nav.nav-tabs>li>a {
    padding: 14px 20px 13px;
    background-color: #f9fbfc;
    margin-right: -1px;
    border: 1px solid #e5e9ec;
    border-radius: 0;
    font-size: 14px
}

.tab-content {
    padding: 30px;
    border: 1px solid #e5e9ec
}

.tab-content>.tab-pane>p {
    margin-bottom: 0
}

.tabs-bb .nav.nav-tabs>li.active:before {
    display: none
}

.chart,
.percent,
.social-icons a {
    display: inline-block
}

.tabs-bb .nav.nav-tabs>li>a {
    border: none;
    background: 0 0
}

.tabs-bb .nav.nav-tabs>li.active>a {
    border: none;
    border-bottom: 2px solid #2a83e8
}

.tabs-bb .tab-content {
    padding: 24px 0;
    border: none
}

.vertical .nav-tabs {
    float: left;
    width: 200px;
    position: relative;
    margin-right: -1px;
    border-right: 1px solid #e5e9ec;
    border-bottom: none;
    z-index: 2
}

.vertical .nav-tabs>li {
    float: none;
    border: 1px solid #e5e9ec;
    border-right: 0;
    border-top: 0;
    margin-bottom: 0
}

.vertical .nav-tabs>li:first-child {
    border-top: 1px solid #e5e9ec
}

.vertical .nav-tabs>li.active:before {
    height: 100%;
    width: 2px;
    left: -1px
}

.vertical .nav.nav-tabs>li>a {
    padding: 14px 20px 13px;
    margin-right: 0;
    border: none
}

.vertical .nav.nav-tabs>li.active>a {
    border-right: 1px solid #fff;
    right: -1px;
    padding-left: 19px
}

.pie-chart h6 {
    font-size: 16px;
    font-weight: 700
}

.chart {
    position: relative;
    width: 160px;
    height: 160px
}

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

.chart i {
    font-size: 56px
}

.percent {
    z-index: 2;
    font-size: 26px
}

.btn,
.btn.btn-transparent:hover span,
.btn:focus,
.btn:hover,
.btn:hover span {
    color: #fff
}

.percent:after {
    content: '%';
    margin-left: .1em;
    font-size: .9em
}

.section-buttons .btn {
    margin-bottom: 20px
}

.btn {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
    backface-visibility: hidden
}

label,
table th {
    font-weight: 400
}

.btn:hover,
.social-icons a {
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.btn:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn:focus {
    outline: 0 !important
}

.btn span {
    position: relative;
    z-index: 3;
    -webkit-transition: color .3s !important;
    -moz-transition: color .3s !important;
    -ms-transition: color .3s !important;
    -o-transition: color .3s !important;
    transition: color .3s !important
}

.btn.btn-transparent {
    background-color: transparent;
    border: 2px solid #fff
}

.btn.btn-transparent:hover {
    background-color: #2a83e8;
    border-color: transparent
}

.btn.btn-white {
    -webkit-box-shadow: 1px 1.73px 3px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 1.73px 3px 0 rgba(0, 0, 0, .05);
    -ms-box-shadow: 1px 1.73px 3px 0 rgba(0, 0, 0, .05);
    box-shadow: 1px 1.73px 3px 0 rgba(0, 0, 0, .05);
    background-color: #fff
}

.btn.btn-white span {
    color: #181821
}

.btn.btn-white:hover {
    background-color: #2a83e8
}

.btn.btn-white:hover span {
    color: #fff
}

.btn.btn-white.hover-stroke:hover {
    background-color: transparent;
    border-color: #fff
}

.btn.btn-stroke {
    background-color: transparent;
    color: #181821;
    border: 2px solid #e5e9ec
}

.btn.btn-color,
.btn.btn-stroke:hover {
    background-color: #2a83e8
}

.btn.btn-stroke:hover {
    border-color: transparent
}

.btn.btn-color:hover {
    background-color: #1771d7
}

.btn.btn-dark {
    background-color: #424242
}

.btn.btn-dark:hover {
    background-color: #303030
}

.btn.btn-light {
    color: #111;
    background-color: #f9fbfc
}

.btn.btn-light:hover {
    background-color: #2a83e8
}

.btn.btn-icon i {
    margin-right: 10px
}

.btn-lg {
    font-size: 15px;
    padding: 0 34px
}

.btn-lg span {
    line-height: 44px
}

.btn-lg.btn-icon i {
    font-size: 16px
}

.btn-md {
    font-size: 13px;
    padding: 0 27px
}

.btn-md span {
    line-height: 38px
}

.btn-sm span,
.social-icons a {
    line-height: 32px
}

.btn-md.btn-icon i {
    font-size: 15px
}

.btn-sm {
    font-size: 11px;
    padding: 0 25px
}

.btn-sm.btn-icon i {
    font-size: 12px
}

.rounded,
.rounded:before {
    border-radius: 70px
}

.btn-red {
    background-color: #e95e49
}

.btn-green {
    background-color: #23c495
}

.btn-violet {
    background-color: #6060d9
}

.btn-yellow {
    background-color: #e6b96a
}

.btn-orange {
    background-color: #e48343
}

.btn-gold {
    background-color: #cba173
}

.btn-pink-vibrant {
    background-color: #f01831
}

.btn-aqua-vibrant {
    background-color: #4be1ce
}

.btn-blue-vibrant {
    background-color: #2a83e8
}

.social-icons a {
    margin: 0 3px 6px 0;
    width: 32px;
    height: 32px;
    color: #6c6c6c;
    background-color: #f9fbfc;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.social-icons a:last-child {
    margin-right: 0 !important
}

.social-icons:not(.colored) a:hover {
    background-color: #2a83e8;
    color: #fff !important
}

.social-icons.large a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px
}

.social-icons.medium a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 15px
}

.social-icons.small a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    margin-right: 0
}

.social-icons.base-white a {
    background-color: #fff
}

.social-icons.dark a {
    background-color: #252525;
    color: #6c6c6c
}

.social-icons.nobase a {
    width: auto;
    height: auto;
    margin-right: 14px;
    background-color: transparent;
    color: #fff
}

.social-icons.nobase a:hover {
    background-color: transparent !important;
    color: #fff
}

.social-icons.nobase.dark a {
    color: #6c6c6c
}

.social-icons.nobase.dark a:hover {
    color: #111 !important
}

.social-icons.transparent a {
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

.rounded a {
    border-radius: 50%
}

.social-icons.colored a {
    color: #fff
}

.social-icons.colored a:hover {
    opacity: .9
}

.colored .social-twitter {
    background-color: #00acee
}

.colored .social-facebook {
    background-color: #3b5998
}

.colored .social-google-plus {
    background-color: #dd4b39
}

.colored .social-linkedin {
    background-color: #0e76a8
}

.colored .social-vimeo {
    background-color: #1ab7ea
}

.colored .social-youtube {
    background-color: #c4302b
}

.colored .social-instagram {
    background-color: #3f729b
}

.colored .social-pinterest {
    background-color: #c8232c
}

.colored .social-rss {
    background-color: #f26522
}

.colored .social-dribbble {
    background-color: #ea4c89
}

.colored .social-skype {
    background-color: #00aff0
}

.colored .social-soundcloud {
    background-color: #f30
}

.colored .social-vk {
    background-color: #45668e
}

.colored .social-delicious {
    background-color: #39f
}

.colored .social-android {
    background-color: #a4c639
}

.colored .social-digg {
    background-color: #000
}

.colored .social-reddit {
    background-color: #ff4500
}

.colored .social-dropbox {
    background-color: #007ee5
}

.colored .social-odnoklassniki {
    background-color: #ed812b
}

.colored .social-github {
    background-color: #4183c4
}

.colored .social-flickr {
    background-color: #ff0084
}

.colored .social-lastfm {
    background-color: #d51007
}

.colored .social-email {
    background-color: #242424
}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=search],
select,
textarea {
    height: 42px;
    border: 2px solid transparent;
    background-color: #f9fbfc;
    width: 100%;
    margin-bottom: 30px;
    font-size: 15px;
    padding: 0 16px;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

textarea {
    height: auto;
    padding: 8px 16px;
    margin-bottom: 25px
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=search]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
textarea:focus {
    border-color: #2a83e8;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

input:not([type=checkbox]):not([type=radio]),
textarea {
    -webkit-appearance: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #6c6c6c
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #6c6c6c;
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6c6c6c;
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #6c6c6c
}

select {
   
    cursor: pointer;
    padding-left: 12px;
    background-image: url(../img/dropdown.png);
    background-repeat: no-repeat;
    background-position: 100% 50%
}

select::-ms-expand {
    display: none
}

.row-12 input[type=text],
.row-12 input[type=email] {
    margin-bottom: 12px
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]+label:before {
    width: 18px;
    height: 18px;
    background-color: #fff;
    content: "";
    display: inline-block;
    font-size: 13px;
    margin: -4px 12px 0 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #000;
}

input[type=checkbox]:checked+label:before {
    content: "\f04d";
    font-family: FontAwesome;
    color: #327ab7;
    font-size: 9px;
    line-height: 16px;
    font-size: 14px;
}

.statistic-timer,
.table thead tr th {
    font-family: Barlow, sans-serif
}

input[type=checkbox]+label,
input[type=radio]+label {
    cursor: pointer;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: normal;
    color: #111;
    font-size: 15px
}

.product-label>span,
.sold-out {
    letter-spacing: .05em;
    font-weight: 700
}

.checkboxes>li,
.radio-buttons>li {
    padding: 7px 0
}

input[type=radio] {
    display: none
}

input[type=radio]+label:before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background-color: #ededed;
    border-radius: 40px;
    margin: -3px 10px 0 0;
    outline: 0;
    vertical-align: middle;
    cursor: pointer
}

input[type=radio]:checked+label:before {
    background-color: #181821;
    border: 5px solid #ededed;
    padding: 1px
}

input[type=radio]:focus {
    outline: 0
}

label {
    color: #111;
    font-size: 15px;
    vertical-align: middle;
    margin-bottom: 7px
}

button.btn.btn-lg,
input.btn.btn-lg {
    padding: 0 34px;
    height: 51px
}

button.btn.btn-md,
input.btn.btn-md {
    padding: 0 27px;
    height: 44px
}

button.btn:hover,
input.btn:hover {
    background-color: #1771d7;
    color: #fff
}

.mfp-iframe-holder .mfp-content {
    max-width: 1400px
}

.modal-body,
.modal-footer {
    padding: 30px
}

.modal-header {
    padding: 15px 30px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 1px solid #e5e9ec;
    padding: 10px
}

.table>thead>tr>th {
    border-bottom: none
}

.table thead tr th {
    font-size: 12px;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #e5e9ec
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9fbfc
}

.alert {
    padding: 14px 18px;
    margin-bottom: 20px;
    border: none;
    color: #fff;
    border-radius: 3px
}

.alert strong {
    color: inherit
}

.alert-dismissible .close {
    right: 0;
    top: 0;
    color: inherit;
    position: relative
}

.close {
    opacity: 1;
    text-shadow: none;
    font-weight: 400
}

.modal-header .close {
    font-size: 25px;
    margin-top: 2px !important
}

.alert-success {
    background-color: #cff0de;
    color: #137d69;
}

.alert-info {
    background-color: #e9f4f6;
    color: #23abc4
}

.alert-warning {
    background-color: #faf8f0;
    color: #b1804c
}

.alert-danger {
    background-color: #fae2e0;
    color: #e95e49
}

.counters.bg-color .counter-text,
.counters.bg-color .statistic-timer,
.counters.bg-parallax .counter-text,
.counters.bg-parallax .statistic-timer {
    color: #fff
}

.counters.bg-color .statistic-timer:after,
.counters.bg-parallax .statistic-timer:after {
    border-color: #fff
}

.statistic-border-right {
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.statistic-timer {
    font-size: 78px;
    color: #111;
    font-weight: 700;
    line-height: 1.2
}

.statistic-timer:after {
    content: "";
    display: block;
    width: 50px;
    border-bottom: 3px solid #a3a3a3;
    margin: 2px auto 28px;
    z-index: 1;
    position: relative
}

.statistic-1 {
    padding: 20px 0
}

.statistic-1.last {
    border-right: 0
}

.statistic-1 .statistic-timer {
    font-size: 48px;
    font-weight: 400
}

.statistic-1 .statistic-timer:after {
    display: none
}

.statistic-1 .counter-text {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    margin-bottom: 5px
}

.counter-text {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    color: #6c6c6c;
    font-family: Barlow, sans-serif
}

.statistic.with-icon .statistic-timer {
    display: block;
    margin: 20px 0
}

.statistic.with-icon i {
    font-size: 46px;
    color: #2a83e8;
    display: block;
    margin-bottom: 15px
}

.feature-box {
    padding: 40px;
    background-color: #fff
}

.promo-features .promo-features-title {
    font-size: 36px;
    margin-bottom: 20px
}

.promo-features.bg-img {
    background-image: url(../img/promo_features_bg.jpg);
    background-attachment: scroll;
    background-size: auto;
    -webkit-background-size: auto
}

.footer-widgets {
    padding: 80px 0
}

.footer-widgets .widget-title {
    margin-bottom: 26px;
    font-size: 16px;
    font-weight: 700;
    color: #c9c9c9;
    position: relative
}

.footer-widgets a {
    color: #6c6c6c
}

.footer-widgets a:hover {
    color: #111
}

.footer-get-in-touch a,
.footer-get-in-touch p {
    line-height: 31px;
    margin-bottom: 0;
    padding-bottom: 0
}

.footer-address {
    line-height: 24px;
    margin-bottom: 20px
}

.footer.bg-dark .bottom-footer-links li a:hover,
.footer.bg-dark .copyright a:hover,
.footer.bg-dark .footer-entry .entry-meta li a:hover,
.footer.bg-dark .footer-widgets .entry-list ul>li a:hover,
.footer.bg-dark .footer-widgets .widget-title,
.footer.bg-dark .footer-widgets a:hover {
    color: #fff
}

.footer.bg-dark .bottom-footer,
.footer.bg-dark .footer-widgets,
.footer.bg-dark a,
.footer.bg-dark address,
.footer.bg-dark p {
    color: #a9b3bb
}

.footer.bg-dark .entry-list ul>li,
.footer.bg-dark .list-dividers>li {
    border-color: #28282d
}

.footer.bg-dark .entry-list ul>li .entry-meta li,
.footer.bg-dark .entry-list ul>li .entry-meta li a,
.footer.bg-dark .list-dividers>li .entry-meta li,
.footer.bg-dark .list-dividers>li .entry-meta li a {
    color: #71777b;
    font-size: 12px
}

.entry-li:first-child,
.footer-links li:first-child {
    padding-top: 0 !important
}

.entry-li:last-child,
.footer-links li:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important
}

.footer-links.list-no-dividers ul>li {
    padding: 7px 0
}

.newsletter-input {
    margin-bottom: 12px !important
}

.newsletter-submit.btn {
    background-color: #111;
    padding: 12px 30px
}

.newsletter-submit.btn:hover {
    background-color: #2a83e8
}

.footer-payment-systems i {
    font-size: 26px;
    vertical-align: middle;
    line-height: 32px
}

.footer-widgets.top-bottom-dividers {
    border-bottom: 1px solid #e5e9ec;
    border-top: 1px solid #e5e9ec
}

.footer-widgets.top-divider {
    border-top: 1px solid #e5e9ec
}

.footer-widgets.bottom-divider {
    border-bottom: 1px solid #e5e9ec
}

.bottom-footer {
    padding: 21px 0;
    background-color: #111119
}

.bottom-footer .footer-socials {
    margin-top: 0
}

.bottom-footer .social-icons a {
    background-color: transparent;
    margin-bottom: 0
}

.bottom-footer .social-icons a:hover {
    background-color: transparent !important
}

.copyright span {
    display: inline-block;
    font-size: 13px;
    line-height: 32px
}

.copyright a {
    color: #6c6c6c
}

.footer-type-2 {
    padding: 50px 0 70px
}

.footer-type-2 .footer-widgets {
    padding: 0
}

#back-to-top.fixed-in-footer {
    position: relative;
    margin-top: 50px;
    display: inline-block !important;
    bottom: auto;
    right: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

#back-to-top.fixed-in-footer a {
    color: #6c6c6c;
    font-size: 30px
}

#back-to-top.fixed-in-footer:hover {
    background-color: transparent !important
}

#back-to-top.fixed-in-footer:hover a {
    color: #111 !important
}

#back-to-top.fixed-in-footer.style-2 {
    width: auto;
    height: auto;
    line-height: 32px;
    margin-top: 0
}

#back-to-top.fixed-in-footer.style-2 a {
    width: auto;
    height: auto;
    font-size: 13px;
    color: #a3a3a3
}

.footer.bg-light .widget-title,
.footer.bg-white .widget-title {
    color: #111
}

.bottom-footer.bg-white {
    background-color: #fff
}

.footer-type-4 .footer-get-in-touch a,
.footer-type-4 .footer-get-in-touch p,
.footer-type-4 .footer-links li {
    line-height: 24px
}

@media (min-width:992px) {
    .footer-type-4 .footer-about-us p {
        padding-right: 30px
    }

    .footer-type-4 .footer-widgets {
        padding: 130px 0
    }
}

.footer-type-4 .footer-get-in-touch p:last-of-type {
    margin-bottom: 5px
}

.footer-socials .social-icons a {
    background-color: transparent;
    width: auto;
    height: auto;
    margin-right: 14px;
    color: #a9b3bb
}

.footer-socials .social-icons a:hover {
    background-color: transparent !important
}

#customizer,
.corner {
    background-color: #fff
}

.footer-logo {
    padding-top: 50px
}

.footer-logo img {
    max-height: 58px
}

.bottom-footer-links li {
    display: inline-block;
    margin-right: 26px;
    line-height: 32px
}

.bottom-footer-links li:last-child {
    margin-right: 0
}

.bottom-footer-links li a {
    color: #6c6c6c;
    font-size: 13px
}

.footer-type-5 .footer-widgets {
    padding: 120px 0
}

.footer-type-5 .social-icons a {
    font-size: 16px
}

.footer.bg-light .social-icons:not(.base-white) a:hover,
.footer.bg-white .social-icons:not(.base-white) a:hover {
    color: #111 !important
}

.footer-type-6 .footer-widgets {
    padding: 160px 0 140px
}

.footer-socials.style-2 .social-icons a {
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 0;
    color: #a3a3a3
}

.footer-type-7 .footer-widgets {
    padding: 58px 0
}

#customizer {
    position: fixed;
    top: 0;
    z-index: 10000;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    width: 400px
}

.corner {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 100px;
    left: -40px;
    -webkit-box-shadow: -3px 0 8px -1px rgba(0, 0, 0, .1);
    box-shadow: -3px 0 8px -1px rgba(0, 0, 0, .1);
    line-height: 40px;
    border-radius: 3px 0 0 3px;
    font-size: 20px;
    color: #1e2023;
    font-family: Helvetica, sans-serif
}

.amount,
.price,
.sold-out {
    font-family: Barlow, sans-serif
}

.s-close {
    right: -400px !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.s-open {
    right: 0 !important
}

#options {
    padding: 15px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%
}

.demo-list li {
    float: left;
    padding: 7px 4px;
    width: 50%
}

.demo-list img {
    border: 1px solid #e5e9ec
}

.color-scheme a {
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 4.25px 10px
}

.product-img .product-quickview,
.sold-out {
    width: 100%;
    text-transform: uppercase;
    text-align: center
}

@media (max-width:767px) {
    #customizer {
        display: none
    }
}

.product-item {
    margin-bottom: 50px
}

.product-img img {
    overflow: hidden;
    min-width: 99.9%
}

.product-img>a {
    display: block;
    position: relative
}

.product-label {
    position: absolute;
    top: 10px;
    left: 10px
}

.product-label>span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 7px;
    border-radius: 3px
}

.product-label .sale {
    color: #fff;
    background-color: #e95e49
}

.sold-out {
    background-color: rgba(255, 255, 255, .9);
    color: #111;
    padding: 15px 0;
    display: block;
    z-index: 5;
    cursor: default;
    font-size: 11px
}

.product-details {
    position: relative;
    text-align: center
}

.product-details>h3,
.product-list-widget a>span,
.table.shop_table tr td.product-name a {
    line-height: 14px;
    margin-bottom: 3px;
    font-family: Barlow, sans-serif;
    font-weight: 400;
    font-size: 15px
}

.product-details .product-title,
.product-list-widget a {
    line-height: 1.5;
    color: #111
}

.product-details .product-title:hover,
.product-list-widget a:hover {
    color: #2a83e8
}

.amount,
.price {
    text-transform: uppercase
}

.price del {
    color: #6c6c6c;
    margin-right: 10px
}

.price ins {
    text-decoration: none;
    color: #6c6c6c
}

.product-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px
}

.product-img .product-actions,
.product-img .product-quickview {
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.product-img:hover .product-actions {
    opacity: 1;
    visibility: visible
}

.product-img:hover .product-quickview {
    bottom: 0
}

.product-img .product-quickview {
    bottom: -26px;
    background-color: #181821;
    font-size: 10px;
    letter-spacing: .14em;
    line-height: 26px;
    color: #fff !important;
    transition: all .3s ease-in-out
}

.product-img .product-quickview:hover {
    background-color: #2a83e8
}

.product-img .product-actions {
    display: block;
    top: 20px;
    right: 20px;
    opacity: 0;
    transition: all .3s ease-in-out
}

.product-img .product-actions a,
.promo-banner img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.product-img .product-actions a {
    color: #111;
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 2px;
    background-color: #fff;
    border-radius: 3px;
    transition: all .3s ease-in-out
}

.product-img .product-actions a:hover {
    background-color: #2a83e8;
    color: #fff
}

.product-img .product-actions i {
    font-size: 14px
}

.rating {
    font-size: 13px
}

.rating:before {
    font-family: FontAwesome;
    content: '\f005 \f005 \f005 \f005 \f006';
    letter-spacing: .25em;
    font-size: 12px;
    color: #a9946d;
    font-style: normal
}

.rating a {
    color: #a3a3a3;
    margin-left: 7px
}

.promo-banner a {
    display: block;
    position: relative;
    overflow: hidden
}

.promo-banner img {
    width: 100%;
    transition: all .3s ease-in-out;
    backface-visibility: hidded;
    -webkit-backface-visibility: hidden
}

.promo-banner a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.promo-inner {
    position: absolute;
    width: 100%;
    text-align: center
}

.promo-inner h2 {
    color: #fff;
    font-weight: 700;
    font-size: 37px
}

.promo-inner h2:after,
.promo-inner h2:before {
    content: '';
    display: block;
    margin: 30px auto;
    border-bottom: 3px solid #eae2e0;
    width: 58px
}

.shop-filter {
    margin-bottom: 50px;
    width: 100%;
    float: left
}

.ecommerce-ordering select,
.result-count {
    margin-bottom: 0
}

.result-count {
    display: inline-block;
    margin-top: 8px
}

.ecommerce-ordering {
    float: right;
    width: 31%
}

.product-list-widget img {
    width: 89px;
    float: left;
    margin-right: 20px;
    display: inline-block
}

.product-list-widget li {
    position: relative;
    overflow: hidden;
    padding: 20px 0 !important;
    border-bottom: 1px solid #e5e9ec
}

.product-list-widget li:first-child {
    padding-top: 0 !important
}

.product-list-widget li:last-child {
    padding-bottom: 0 !important;
    border: 0 !important
}

.product-list-widget .product-title {
    display: block;
    margin-bottom: 5px
}

.ui-slider-horizontal {
    cursor: pointer;
    position: relative;
    height: 7px;
    background: #f2eeed;
    margin-bottom: 20px
}

.filter-by-price .ui-slider .ui-slider-handle {
    position: absolute;
    border-radius: 10px;
    width: 13px;
    height: 13px;
    background: #111;
    top: -3px;
    margin-left: -13px
}

.filter-by-price .ui-slider span:first-of-type {
    margin-left: 0
}

.ui-slider .ui-slider-range {
    border-radius: 10px;
    position: absolute;
    background-color: #2a83e8;
    height: 7px
}

.filter-by-price p {
    margin-bottom: 0
}

.filter-by-price input#amount {
    width: 40%;
    padding: 0;
    font-size: 14px;
    color: #111;
    border: none;
    background-color: transparent;
    height: auto;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1;
    vertical-align: middle
}

.filter-by-price label {
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 33px;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    color: #6c6c6c
}

.filter-by-price p>a {
    float: right;
    padding: 0 15px
}

.price-filter {
    margin-top: 7px;
    float: left
}

.widget.filter-by-color label,
.widget.filter-by-size label {
    color: #6c6c6c
}

.color-swatches a,
.size-options a {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 9px;
    float: left
}

.color-swatches li:last-child a {
    margin-right: 0
}

.color-swatches a.selected {
    border: 2px solid #111
}

.swatch-red {
    background-color: #e7604a
}

.swatch-green {
    background-color: #1abc9c
}

.swatch-grey {
    background-color: #f5f5f5
}

.swatch-black {
    background-color: #000
}

.swatch-white {
    background-color: #fff;
    border: 1px solid #e0e0e0
}

.select-options,
.single-product .tab-content #tab-info .table>thead>tr {
    border-bottom: 1px solid #e5e9ec
}

.swatch-brown {
    background-color: #c2a191
}

#gallery-main .gallery-cell {
    margin-bottom: 10px
}

#gallery-main img,
.gallery-cell {
    width: 100%
}

.gallery-thumbs {
    margin: 0 -5px
}

.gallery-thumbs .gallery-cell {
    width: 25%;
    float: left;
    padding: 0 5px
}

.gallery-thumbs img {
    opacity: .5;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.gallery-thumbs .is-nav-selected img,
.gallery-thumbs img:hover {
    opacity: 1
}

.zoom-icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 24px;
    color: #ccc;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.zoom-icon:hover {
    color: #111
}

.single-product .product-description {
    margin: 25px 0
}

.single-product .price {
    margin-top: 25px;
    display: block
}

.single-product .price del {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 10px;
    color: #a3a3a3
}

.single-product .price ins {
    display: inline-block;
    font-size: 26px
}

.single-product .quantity.buttons_added {
    float: left
}

.single-product .product-actions {
    padding: 30px 0 24px
}

.single-product .add-to-wishlist i {
    display: inline-block;
    margin-right: 5px
}

.single-product .add-to-wishlist a {
    color: #a3a3a3
}

.single-product .add-to-wishlist a:hover {
    color: #2a83e8
}

.single-product .product_meta {
    padding: 30px 0
}

.product-description-wrap h1 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin-bottom: 5px
}

.select-options {
    padding: 30px 0 0;
    border-top: 1px solid #e5e9ec
}

.quantity.buttons_added {
    white-space: nowrap;
    position: relative;
    display: inline-block
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    width: 32px;
    height: 47px;
    background-color: #fff;
    border: 1px solid #e5e9ec;
    font-size: 22px;
    float: left
}

.quantity.buttons_added .minus {
    border-right: 0
}

.quantity.buttons_added .plus {
    border-left: 0
}

.quantity .input-text.qty {
    width: 47px;
    height: 47px;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    float: left;
    border: 1px solid #e5e9ec;
    background-color: transparent;
    line-height: 1;
    border-radius: 0
}

.product-actions li {
    margin-right: 20px;
    display: inline-block;
    float: left
}

.product-actions li:last-child {
    margin-right: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.product_meta span {
    display: block;
    line-height: 28px;
    color: #a3a3a3
}

.product_meta span a {
    color: #111
}

.product_meta span a:hover {
    color: #2a83e8
}

.project-info .socials-share span,
.single-product .socials-share span {
    margin-bottom: 6px;
    display: inline-block;
    font-family: Barlow, sans-serif;
    color: #111
}

.project-info .socials-share a,
.single-product .socials-share a {
    color: #a3a3a3 !important
}

.single-product .tab-content #tab-info tr th {
    width: 25%;
    background-color: #f9fbfc;
    padding-left: 15px
}

.single-product .tab-content #tab-info tr td {
    padding-left: 15px
}

.single-product .reviews-lists li {
    margin-top: 20px
}

.single-product .reviews-lists li:first-child {
    margin-top: 0
}

.single-product .review-content p:first-child {
    color: #111;
    margin-bottom: 0
}

.review-body {
    padding: 12px 0
}

#owl-shop-items-slider .product-item {
    padding: 0 15px;
    margin-bottom: 0
}

.checkout h2,
.shopping-cart h2 {
    font-size: 18px
}

.cart_totals,
.coupon,
.order-review-wrap,
.shipping-calculator-form {
    border: 2px solid #e5e9ec;
    padding: 40px;
    border-radius: 3px
}

.payment_methods li,
.shop_table thead {
    border-bottom: 1px solid #e5e9ec
}

@media only screen and (max-width:991px) {

    .cart_totals,
    .coupon,
    .order-review-wrap,
    .shipping-calculator-form {
        padding: 20px
    }
}

.cart_totals h2,
.order-review-wrap h2 {
    margin-bottom: 15px
}

.shop_table tr td {
    vertical-align: middle !important
}

.shop_table.cart {
    margin-bottom: 0;
    border: 1px solid #e5e9ec
}

.shop_table.cart thead tr th,
.shop_table.cart tr {
    padding: 14px
}

.shop_table .product-thumbnail {
    padding: 30px 10px 30px 30px;
    width: 130px;
    max-width: 130px;
    min-width: 80px
}

@media only screen and (max-width:991px) {
    .shop_table .product-thumbnail {
        padding: 15px
    }
}

.shop_table td.product-name {
    width: 30%;
    line-height: 24px
}

.shop_table td.product-quantity {
    min-width: 132px
}

.shop_table .product-name>a,
.shop_table .product-price>span,
.shop_table .product-subtotal>span {
    color: #111
}

.shop_table .product-name>a:hover {
    color: #2a83e8
}

.shop_table .product-remove {
    text-align: right;
    min-width: 30px
}

.product-remove .remove {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #f9fbfc;
    color: #6c6c6c
}

.actions a,
.actions>input,
.form-row.form-row-wide {
    width: 100%
}

.product-remove .remove i {
    font-size: 16px;
    line-height: 1.3
}

.product-remove .remove:hover {
    background-color: #2a83e8;
    color: #fff
}

.cart_totals table {
    margin-bottom: 15px;
    min-width: 100%
}

.cart_totals .table>tbody>tr>td,
.cart_totals .table>tbody>tr>th,
.table.ecommerce-checkout-review-order-table>tbody>tr>td,
.table.ecommerce-checkout-review-order-table>tbody>tr>th {
    color: #111;
    padding: 14px 0
}

.cart_totals tr:first-child td,
.cart_totals tr:first-child th,
.ecommerce-checkout-review-order-table tr:first-child td,
.ecommerce-checkout-review-order-table tr:first-child th {
    border-top: 0
}

.cart_totals tr td,
.ecommerce-checkout-review-order tr td {
    text-align: right
}

.form-row {
    float: left
}

.shipping-calculator-form p:last-child,
select.country_to_state {
    margin-bottom: 0
}

#calc_shipping_postcode,
#calc_shipping_state,
.actions>input,
.coupon .input-text {
    margin-bottom: 10px
}

#customer_details {
    padding-right: 30px
}

@media only screen and (max-width:991px) {
    #customer_details {
        padding-right: 15px
    }
}

.ecommerce form #customer_details p {
    display: block;
    width: 100%;
    margin-bottom: 20px
}

.ecommerce form .form-row:after {
    clear: both
}

.ecommerce form #customer_details .form-row textarea {
    min-height: 120px;
    line-height: 20px
}

.ecommerce form #customer_details label {
    float: left;
    width: 20%;
    line-height: 39px;
    margin: 0
}

@media only screen and (max-width:767px) {
    .ecommerce form #customer_details label {
        width: 100%
    }
}

.ecommerce .checkout #createaccount,
.ecommerce .checkout #ship-to-different-address-checkbox,
.ecommerce .checkout label.checkbox {
    float: none !important;
    width: auto !important
}

.ecommerce .checkout label.checkbox {
    line-height: 1.5 !important
}

.ecommerce .create-account {
    margin-top: 30px
}

.ecommerce .form-row.place-order {
    float: none;
    margin-top: 30px
}

.ecommerce form #customer_details .form-row input,
.ecommerce form #customer_details .form-row select,
.ecommerce form #customer_details .form-row textarea {
    float: right;
    width: 80%;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {

    .ecommerce form #customer_details .form-row input,
    .ecommerce form #customer_details .form-row select,
    .ecommerce form #customer_details .form-row textarea {
        float: none;
        width: 100%
    }
}

abbr.required {
    color: #e7604a
}

#billing_address_1_field {
    margin-bottom: 10px !important
}

.ecommerce-shipping-fields {
    margin-bottom: 50px
}

.order-review-wrap table {
    margin-bottom: 40px
}

.ecommerce-checkout-review-order-table .order-total {
    font-size: 15px
}

.order-review .payment_methods.methods li {
    padding-bottom: 10px
}

.form-row.place-order input {
    width: 100%
}

.payment_methods li {
    padding: 15px 0
}

.payment_method_paypal img {
    margin-left: 15px
}

.payment_box p {
    margin-top: 10px;
    margin-bottom: 0
}

.payment_methods label {
    color: #111;
    vertical-align: middle;
    margin-bottom: 0
}

@media (max-width:1199px) {
    .masonry-grid .work-item.quarter {
        width: 50%
    }

    .works-grid.grid-5-col .work-item {
        width: 25%
    }

    .rev_slider_wrapper.container {
        padding: 0
    }
}

@media (max-width:991px) {
    h1 {
        font-size: 28px
    }

    h2 {
        font-size: 25px
    }

    h3 {
        font-size: 22px
    }

    h4 {
        font-size: 19px
    }

    .section-wrap {
        padding: 80px 0;
        background-attachment: scroll !important;
        background-position: 50% 50% !important
    }

    .container-fluid.semi-fluid {
        padding: 0 30px
    }

    .underline-link:after {
        display: none
    }

    .statistic .timer {
        font-size: 50px
    }

    .call-to-action h2,
    .title-text h1 {
        font-size: 36px
    }

    .footer-widgets .row>div {
        margin-bottom: 60px
    }

    .features-holder .service-item-box.feature-right {
        text-align: left
    }

    .service-item-box.feature-right .service-text {
        padding-right: 0;
        padding-left: 100px
    }

    .service-item-box.feature-right .icon-holder {
        left: 0
    }

    .page-title .container {
        height: 200px
    }

    .page-title.style-2 .container {
        height: 400px !important
    }

    .title-text h1 {
        margin-top: 0
    }

    .blog-standard .post-content {
        padding-right: 15px
    }

    #team-slider .gallery-cell,
    .works-grid.grid-4-col .work-item,
    .works-grid.grid-5-col .work-item {
        width: 33.3333%
    }

    .project-description {
        padding-left: 15px;
        margin-top: 30px
    }

    .img-box,
    .img-box-holder {
        position: relative
    }

    .text-box,
    .text-box.style-2 {
        padding: 80px 0
    }

    .heading-row {
        margin-bottom: 40px
    }

    .testimonials .testimonial-text {
        font-size: 22px;
        line-height: 36px
    }

    .heading.large {
        font-size: 32px
    }

    #masonry-grid .work-item {
        width: 50% !important
    }

    .service-tabs .nav.nav-tabs {
        border-bottom: none
    }
}

@media (max-width:767px) {

    .statistic .timer,
    .work-item .bg-img-holder img {
        display: block
    }

    .container-fluid.semi-fluid {
        padding: 0 15px
    }

    .sidenav {
        width: 100%;
        right: -100%
    }

    .pricing-table.best {
        margin-top: 0
    }

    .pricing-tables .row>div[class^=col] {
        padding: 0 15px !important
    }

    .call-to-action h3 {
        margin-bottom: 20px
    }

    .process-item {
        margin-bottom: 40px
    }

    .page-title.style-2 .title-text h1 {
        text-align: center;
        font-size: 36px
    }

    .page-title.style-2 .breadcrumb {
        position: relative;
        text-align: center;
        margin-top: 7px
    }

    .page-title.style-2 .subheading {
        font-size: 20px;
        line-height: 1.5;
        margin-top: 15px
    }

    .flickity-slider-wrap.items-4 .work-item {
        width: 33.333%
    }

    #team-slider .gallery-cell,
    .works-grid.grid-3-col .work-item,
    .works-grid.grid-4-col .work-item,
    .works-grid.grid-5-col .work-item {
        width: 50%
    }

    .work-item .bg-img-holder,
    .work-item .bg-img-holder .bg-img {
        position: relative
    }

    .grid-1-col .work-description,
    .work-item .bg-img-holder,
    .works-grid.grid-tiles .work-item {
        width: 100%
    }

    .grid-1-col .work-description {
        padding: 60px 50px 80px
    }

    .large-heading {
        font-size: 40px
    }

    .entry-content {
        padding-left: 0;
        border-left: none;
        margin-top: 30px
    }

    .service-tabs .nav.nav-tabs>li>a i {
        margin-bottom: 30px
    }

    .entry-wrap {
        padding-top: 30px
    }

    .service-item-box.arrow-next:after {
        display: none
    }
}

@media (max-width:640px) {

    .col-xxs-12,
    .masonry-grid .work-item,
    .masonry-grid .work-item.quarter {
        width: 100%
    }

    .col-xxs-6,
    .flickity-slider-wrap.items-3 .work-item,
    .flickity-slider-wrap.items-4 .work-item {
        width: 50%
    }

    .portfolio-filter a {
        display: block;
        margin: 10px 0 0
    }

    .portfolio-filter.style-2 .portfolio-filter-wrap {
        border-bottom: none
    }

    .portfolio-filter.style-2 a.active {
        border-bottom: none;
        color: #2a83e8
    }

    .intro-heading {
        font-size: 30px
    }

    .text-box.sm {
        padding: 30px 15px
    }

    .entry .blockquote-style-1 {
        padding: 40px
    }

    .entry .blockquote-style-1 p:before {
        display: none
    }
    .blog-creative .masonry-item {
        height: 400px
    }
}

@media (max-width:540px) {
    .table-wrap {
        overflow-x: scroll
    }

    #masonry-grid .work-item,
    .flickity-slider-wrap.items-3 .work-item,
    .flickity-slider-wrap.items-4 .work-item,
    .works-grid .work-item {
        width: 100% !important
    }
}

@media (max-width:480px) {
    .page-404 h1 {
        font-size: 100px
    }

    .newsletter .newsletter-form {
        width: 100%;
        margin-right: 0
    }

    .nav-tabs>li,
    .vertical .nav-tabs {
        float: none;
        width: 100%
    }

    .vertical .nav-tabs li {
        padding-bottom: 0
    }

    .vertical .nav.nav-tabs>li.active>a {
        right: 0;
        padding-left: 20px
    }

    .vertical .tab-content {
        border-top: 0
    }
}

.nomargin {
    margin: 0 !important
}

.nopadding {
    padding: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-130 {
    margin-top: 130px
}

.mt-140 {
    margin-top: 140px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.pt-0 {
    padding-top: 0
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pt-110 {
    padding-top: 110px
}

.pt-120 {
    padding-top: 120px
}

.pt-130 {
    padding-top: 130px
}

.pt-140 {
    padding-top: 140px
}

.pt-150 {
    padding-top: 150px
}

.pt-160 {
    padding-top: 160px
}

.pt-170 {
    padding-top: 170px
}

.pt-180 {
    padding-top: 180px
}

.pt-190 {
    padding-top: 190px
}

.pt-200 {
    padding-top: 200px
}

.pb-0 {
    padding-bottom: 0
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-200 {
    padding-bottom: 200px
}

@media only screen and (max-width:1199px) {
    .mt-lrg-0 {
        margin-top: 0 !important
    }

    .mt-lrg-10 {
        margin-top: 10px
    }

    .mt-lrg-20 {
        margin-top: 20px
    }

    .mt-lrg-30 {
        margin-top: 30px
    }

    .mt-lrg-40 {
        margin-top: 40px
    }

    .mt-lrg-50 {
        margin-top: 50px
    }

    .mt-lrg-60 {
        margin-top: 60px
    }

    .mt-lrg-70 {
        margin-top: 70px
    }

    .mt-lrg-80 {
        margin-top: 80px
    }

    .mt-lrg-90 {
        margin-top: 90px
    }

    .mt-lrg-100 {
        margin-top: 100px
    }

    .mt-lrg-110 {
        margin-top: 110px
    }

    .mt-lrg-120 {
        margin-top: 120px
    }

    .mt-lrg-130 {
        margin-top: 130px
    }

    .mt-lrg-140 {
        margin-top: 140px
    }

    .mb-lrg-0 {
        margin-bottom: 0 !important
    }

    .mb-lrg-10 {
        margin-bottom: 10px
    }

    .mb-lrg-20 {
        margin-bottom: 20px
    }

    .mb-lrg-30 {
        margin-bottom: 30px
    }

    .mb-lrg-40 {
        margin-bottom: 40px
    }

    .mb-lrg-50 {
        margin-bottom: 50px
    }

    .mb-lrg-60 {
        margin-bottom: 60px
    }

    .mb-lrg-70 {
        margin-bottom: 70px
    }

    .mb-lrg-80 {
        margin-bottom: 80px
    }

    .mb-lrg-90 {
        margin-bottom: 90px
    }

    .mb-lrg-100 {
        margin-bottom: 100px
    }

    .mb-lrg-110 {
        margin-bottom: 110px
    }

    .mb-lrg-120 {
        margin-bottom: 120px
    }

    .mb-lrg-130 {
        margin-bottom: 130px
    }

    .mb-lrg-140 {
        margin-bottom: 140px
    }

    .pt-lrg-0 {
        padding-top: 0
    }

    .pt-lrg-10 {
        padding-top: 10px
    }

    .pt-lrg-20 {
        padding-top: 20px
    }

    .pt-lrg-30 {
        padding-top: 30px
    }

    .pt-lrg-40 {
        padding-top: 40px
    }

    .pt-lrg-50 {
        padding-top: 50px
    }

    .pt-lrg-60 {
        padding-top: 60px
    }

    .pt-lrg-70 {
        padding-top: 70px
    }

    .pt-lrg-80 {
        padding-top: 80px
    }

    .pt-lrg-90 {
        padding-top: 90px
    }

    .pt-lrg-100 {
        padding-top: 100px
    }

    .pt-lrg-110 {
        padding-top: 110px
    }

    .pt-lrg-120 {
        padding-top: 120px
    }

    .pt-lrg-130 {
        padding-top: 130px
    }

    .pt-lrg-140 {
        padding-top: 140px
    }

    .pb-lrg-0 {
        padding-bottom: 0
    }

    .pb-lrg-10 {
        padding-bottom: 10px
    }

    .pb-lrg-20 {
        padding-bottom: 20px
    }

    .pb-lrg-30 {
        padding-bottom: 30px
    }

    .pb-lrg-40 {
        padding-bottom: 40px
    }

    .pb-lrg-50 {
        padding-bottom: 50px
    }

    .pb-lrg-60 {
        padding-bottom: 60px
    }

    .pb-lrg-70 {
        padding-bottom: 70px
    }

    .pb-lrg-80 {
        padding-bottom: 80px
    }

    .pb-lrg-90 {
        padding-bottom: 90px
    }

    .pb-lrg-100 {
        padding-bottom: 100px
    }

    .pb-lrg-110 {
        padding-bottom: 110px
    }

    .pb-lrg-120 {
        padding-bottom: 120px
    }

    .pb-lrg-130 {
        padding-bottom: 130px
    }

    .pb-lrg-140 {
        padding-bottom: 140px
    }
}

@media only screen and (max-width:991px) {
    .mt-mdm-0 {
        margin-top: 0 !important
    }

    .mt-mdm-10 {
        margin-top: 10px
    }

    .mt-mdm-20 {
        margin-top: 20px
    }

    .mt-mdm-30 {
        margin-top: 30px
    }

    .mt-mdm-40 {
        margin-top: 40px
    }

    .mt-mdm-50 {
        margin-top: 50px
    }

    .mt-mdm-60 {
        margin-top: 60px
    }

    .mt-mdm-70 {
        margin-top: 70px
    }

    .mt-mdm-80 {
        margin-top: 80px
    }

    .mt-mdm-90 {
        margin-top: 90px
    }

    .mt-mdm-100 {
        margin-top: 100px
    }

    .mt-mdm-110 {
        margin-top: 110px
    }

    .mt-mdm-120 {
        margin-top: 120px
    }

    .mt-mdm-130 {
        margin-top: 130px
    }

    .mt-mdm-140 {
        margin-top: 140px
    }

    .mb-mdm-0 {
        margin-bottom: 0 !important
    }

    .mb-mdm-10 {
        margin-bottom: 10px
    }

    .mb-mdm-20 {
        margin-bottom: 20px
    }

    .mb-mdm-30 {
        margin-bottom: 30px
    }

    .mb-mdm-40 {
        margin-bottom: 40px
    }

    .mb-mdm-50 {
        margin-bottom: 50px
    }

    .mb-mdm-60 {
        margin-bottom: 60px
    }

    .mb-mdm-70 {
        margin-bottom: 70px
    }

    .mb-mdm-80 {
        margin-bottom: 80px
    }

    .mb-mdm-90 {
        margin-bottom: 90px
    }

    .mb-mdm-100 {
        margin-bottom: 100px
    }

    .mb-mdm-110 {
        margin-bottom: 110px
    }

    .mb-mdm-120 {
        margin-bottom: 120px
    }

    .mb-mdm-130 {
        margin-bottom: 130px
    }

    .mb-mdm-140 {
        margin-bottom: 140px
    }

    .pt-mdm-0 {
        padding-top: 0
    }

    .pt-mdm-10 {
        padding-top: 10px
    }

    .pt-mdm-20 {
        padding-top: 20px
    }

    .pt-mdm-30 {
        padding-top: 30px
    }

    .pt-mdm-40 {
        padding-top: 40px
    }

    .pt-mdm-50 {
        padding-top: 50px
    }

    .pt-mdm-60 {
        padding-top: 60px
    }

    .pt-mdm-70 {
        padding-top: 70px
    }

    .pt-mdm-80 {
        padding-top: 80px
    }

    .pt-mdm-90 {
        padding-top: 90px
    }

    .pt-mdm-100 {
        padding-top: 100px
    }

    .pt-mdm-110 {
        padding-top: 110px
    }

    .pt-mdm-120 {
        padding-top: 120px
    }

    .pt-mdm-130 {
        padding-top: 130px
    }

    .pt-mdm-140 {
        padding-top: 140px
    }

    .pt-mdm-150 {
        padding-top: 150px
    }

    .pb-mdm-0 {
        padding-bottom: 0
    }

    .pb-mdm-10 {
        padding-bottom: 10px
    }

    .pb-mdm-20 {
        padding-bottom: 20px
    }

    .pb-mdm-30 {
        padding-bottom: 30px
    }

    .pb-mdm-40 {
        padding-bottom: 40px
    }

    .pb-mdm-50 {
        padding-bottom: 50px
    }

    .pb-mdm-60 {
        padding-bottom: 60px
    }

    .pb-mdm-70 {
        padding-bottom: 70px
    }

    .pb-mdm-80 {
        padding-bottom: 80px
    }

    .pb-mdm-90 {
        padding-bottom: 90px
    }

    .pb-mdm-100 {
        padding-bottom: 100px
    }

    .pb-mdm-110 {
        padding-bottom: 110px
    }

    .pb-mdm-120 {
        padding-bottom: 120px
    }

    .pb-mdm-130 {
        padding-bottom: 130px
    }

    .pb-mdm-140 {
        padding-bottom: 140px
    }

    .pb-mdm-150 {
        padding-bottom: 150px
    }
}

@media only screen and (max-width:767px) {
    .mt-sml-0 {
        margin-top: 0 !important
    }

    .mt-sml-10 {
        margin-top: 10px
    }

    .mt-sml-20 {
        margin-top: 20px
    }

    .mt-sml-30 {
        margin-top: 30px
    }

    .mt-sml-40 {
        margin-top: 40px
    }

    .mt-sml-50 {
        margin-top: 50px
    }

    .mt-sml-60 {
        margin-top: 60px
    }

    .mt-sml-70 {
        margin-top: 70px
    }

    .mt-sml-80 {
        margin-top: 80px
    }

    .mt-sml-90 {
        margin-top: 90px
    }

    .mt-sml-100 {
        margin-top: 100px
    }

    .mt-sml-110 {
        margin-top: 110px
    }

    .mt-sml-120 {
        margin-top: 120px
    }

    .mt-sml-130 {
        margin-top: 130px
    }

    .mt-sml-140 {
        margin-top: 140px
    }

    .mb-sml-0 {
        margin-bottom: 0 !important
    }

    .mb-sml-10 {
        margin-bottom: 10px
    }

    .mb-sml-20 {
        margin-bottom: 20px
    }

    .mb-sml-30 {
        margin-bottom: 30px
    }

    .mb-sml-40 {
        margin-bottom: 40px
    }

    .mb-sml-50 {
        margin-bottom: 50px
    }

    .mb-sml-60 {
        margin-bottom: 60px
    }

    .mb-sml-70 {
        margin-bottom: 70px
    }

    .mb-sml-80 {
        margin-bottom: 80px
    }

    .mb-sml-90 {
        margin-bottom: 90px
    }

    .mb-sml-100 {
        margin-bottom: 100px
    }

    .mb-sml-110 {
        margin-bottom: 110px
    }

    .mb-sml-120 {
        margin-bottom: 120px
    }

    .mb-sml-130 {
        margin-bottom: 130px
    }

    .mb-sml-140 {
        margin-bottom: 140px
    }

    .pt-sml-0 {
        padding-top: 0
    }

    .pt-sml-10 {
        padding-top: 10px
    }

    .pt-sml-20 {
        padding-top: 20px
    }

    .pt-sml-30 {
        padding-top: 30px
    }

    .pt-sml-40 {
        padding-top: 40px
    }

    .pt-sml-50 {
        padding-top: 50px
    }

    .pt-sml-60 {
        padding-top: 60px
    }

    .pt-sml-70 {
        padding-top: 70px
    }

    .pt-sml-80 {
        padding-top: 80px
    }

    .pt-sml-90 {
        padding-top: 90px
    }

    .pt-sml-100 {
        padding-top: 100px
    }

    .pt-sml-110 {
        padding-top: 110px
    }

    .pt-sml-120 {
        padding-top: 120px
    }

    .pt-sml-130 {
        padding-top: 130px
    }

    .pt-sml-140 {
        padding-top: 140px
    }

    .pb-sml-0 {
        padding-bottom: 0
    }

    .pb-sml-10 {
        padding-bottom: 10px
    }

    .pb-sml-20 {
        padding-bottom: 20px
    }

    .pb-sml-30 {
        padding-bottom: 30px
    }

    .pb-sml-40 {
        padding-bottom: 40px
    }

    .pb-sml-50 {
        padding-bottom: 50px
    }

    .pb-sml-60 {
        padding-bottom: 60px
    }

    .pb-sml-70 {
        padding-bottom: 70px
    }

    .pb-sml-80 {
        padding-bottom: 80px
    }

    .pb-sml-90 {
        padding-bottom: 90px
    }

    .pb-sml-100 {
        padding-bottom: 100px
    }

    .pb-sml-110 {
        padding-bottom: 110px
    }

    .pb-sml-120 {
        padding-bottom: 120px
    }

    .pb-sml-130 {
        padding-bottom: 130px
    }

    .pb-sml-140 {
        padding-bottom: 140px
    }
}

@media only screen and (max-width:480px) {
    .mt-xsm-0 {
        margin-top: 0 !important
    }

    .mt-xsm-10 {
        margin-top: 10px
    }

    .mt-xsm-20 {
        margin-top: 20px
    }

    .mt-xsm-30 {
        margin-top: 30px
    }

    .mt-xsm-40 {
        margin-top: 40px
    }

    .mt-xsm-50 {
        margin-top: 50px
    }

    .mt-xsm-60 {
        margin-top: 60px
    }

    .mt-xsm-70 {
        margin-top: 70px
    }

    .mt-xsm-80 {
        margin-top: 80px
    }

    .mt-xsm-90 {
        margin-top: 90px
    }

    .mt-xsm-100 {
        margin-top: 100px
    }

    .mt-xsm-110 {
        margin-top: 110px
    }

    .mt-xsm-120 {
        margin-top: 120px
    }

    .mt-xsm-130 {
        margin-top: 130px
    }

    .mt-xsm-140 {
        margin-top: 140px
    }

    .mb-xsm-0 {
        margin-bottom: 0 !important
    }

    .mb-xsm-10 {
        margin-bottom: 10px
    }

    .mb-xsm-20 {
        margin-bottom: 20px
    }

    .mb-xsm-30 {
        margin-bottom: 30px
    }

    .mb-xsm-40 {
        margin-bottom: 40px
    }

    .mb-xsm-50 {
        margin-bottom: 50px
    }

    .mb-xsm-60 {
        margin-bottom: 60px
    }

    .mb-xsm-70 {
        margin-bottom: 70px
    }

    .mb-xsm-80 {
        margin-bottom: 80px
    }

    .mb-xsm-90 {
        margin-bottom: 90px
    }

    .mb-xsm-100 {
        margin-bottom: 100px
    }

    .mb-xsm-110 {
        margin-bottom: 110px
    }

    .mb-xsm-120 {
        margin-bottom: 120px
    }

    .mb-xsm-130 {
        margin-bottom: 130px
    }

    .mb-xsm-140 {
        margin-bottom: 140px
    }

    .pt-xsm-0 {
        padding-top: 0
    }

    .pt-xsm-10 {
        padding-top: 10px
    }

    .pt-xsm-20 {
        padding-top: 20px
    }

    .pt-xsm-30 {
        padding-top: 30px
    }

    .pt-xsm-40 {
        padding-top: 40px
    }

    .pt-xsm-50 {
        padding-top: 50px
    }

    .pt-xsm-60 {
        padding-top: 60px
    }

    .pt-xsm-70 {
        padding-top: 70px
    }

    .pt-xsm-80 {
        padding-top: 80px
    }

    .pt-xsm-90 {
        padding-top: 90px
    }

    .pt-xsm-100 {
        padding-top: 100px
    }

    .pt-xsm-110 {
        padding-top: 110px
    }

    .pt-xsm-120 {
        padding-top: 120px
    }

    .pt-xsm-130 {
        padding-top: 130px
    }

    .pt-xsm-140 {
        padding-top: 140px
    }

    .pb-xsm-0 {
        padding-bottom: 0
    }

    .pb-xsm-10 {
        padding-bottom: 10px
    }

    .pb-xsm-20 {
        padding-bottom: 20px
    }

    .pb-xsm-30 {
        padding-bottom: 30px
    }

    .pb-xsm-40 {
        padding-bottom: 40px
    }

    .pb-xsm-50 {
        padding-bottom: 50px
    }

    .pb-xsm-60 {
        padding-bottom: 60px
    }

    .pb-xsm-70 {
        padding-bottom: 70px
    }

    .pb-xsm-80 {
        padding-bottom: 80px
    }

    .pb-xsm-90 {
        padding-bottom: 90px
    }

    .pb-xsm-100 {
        padding-bottom: 100px
    }

    .pb-xsm-110 {
        padding-bottom: 110px
    }

    .pb-xsm-120 {
        padding-bottom: 120px
    }

    .pb-xsm-130 {
        padding-bottom: 130px
    }

    .pb-xsm-140 {
        padding-bottom: 140px
    }
}

.top-row,
.top-row .a-link {
    padding: 5px 20px;
    color: #fff
}

.top-row {
    background: #ee5254;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    height: 41px
}

.date-location .uppercase+p {
    margin-bottom: 25px
}

.top-row strong {
    color: #fff;
    font-weight: 700
}

.top-row .a-link {
    background: #d64a4b;
    display: inline-block;
    border-radius: 4px;
    margin: 0 0 0 6px
}

.main-wrapper {
    padding:0 0 0
}

.scroll-down {
    background: 0 0
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.video-bg {
    height: 650px;
    position: relative;
    background: url(../img/video-img.jpg) center no-repeat;
    background-size: cover
}

.video-bg video {
    height: auto;
    position: absolute;
    top: 0
}

.logo-wrap .demo {
    display: none
}

.navigation.sticky .logo-wrap .demo {
    display: inline-block;
    margin: 20px 0 0;
    text-align: center
}

.navigation.sticky .demo div {
    float: left;
    height: 40px;
    width: 40px;
    background: #1c3d4c;
    margin: 0 0 0 10px;
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff
}

.video-bg p {
    color: #fff;
    font-size: 30px;
    padding: 120px 0 0;
    line-height: 42px;
    font-weight: 500
}

.more-txt {
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0 0;
    display: inline-block
}

.bg-blue {
    background: #23abc4;
    padding: 60px 0
}

.bg-light,
.bg-light-blue {
    padding: 90px 0
}

.bg-light-blue {
    background: #e5f2f7
}

.video-side-heading {
    font-size: 29px;
    font-weight: 600;
    text-transform: uppercase
}

.btn-rounded,
.btn-square {
    text-transform: none;
    font-weight: 600
}

.btn-square {
    border-radius: 4px;
    padding: 10px 55px;
    font-size: 23px
}

.btn-rounded {
    border-radius: 50px;
    padding: 6px 55px;
    font-size: 21px
}

.sidebar-block h5,
.workshop h6,
.workshop ul li {
    font-weight: 700;
    color: #424242
}

.border-btn {
    border: 3px solid #fff;
    background: 0 0
}

.border-btn:hover {
    background: #fff;
    color: #23abc4
}

.primary-btn {
    background: #27ba8f;
    background: -moz-linear-gradient(-45deg, #27ba8f 0, #1da7c6 100%);
    background: -webkit-linear-gradient(-45deg, #27ba8f 0, #1da7c6 100%);
    background: linear-gradient(135deg, #27ba8f 0, #1da7c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27ba8f', endColorstr='#1da7c6', GradientType=1);
    border: none
}

.primary-btn:hover {
    color: #fff;
    background: #1da7c6;
    background: -moz-linear-gradient(-45deg, #1da7c6 0, #27ba8f 100%);
    background: -webkit-linear-gradient(-45deg, #1da7c6 0, #27ba8f 100%);
    background: linear-gradient(135deg, #1da7c6 0, #27ba8f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1da7c6', endColorstr='#27ba8f', GradientType=1);
    -webkit-box-shadow: 0 6px 17px rgba(195, 208, 216, .62);
    box-shadow: 0 6px 17px rgba(195, 208, 216, .62);
    transition: .3s all ease-in-out
}

.v-center .primary-btn:hover,.v-center .primary-btn:focus {
    box-shadow: none
}

.secondary-btn:hover ,.secondary-btn:focus{
    color: #fff;
    -webkit-box-shadow: 0 6px 17px rgba(195, 208, 216, .62);
    box-shadow: 0 6px 17px rgba(195, 208, 216, .62);
    transition: .3s all ease-in-out;
    background: #20ab93;
    border: 2px solid #20ab93
}

.bg--grey {
    background: #ebeef4;
    padding: 80px 0
}
.bg--green{
    background: #20ab93;
    padding: 80px 0;
}
.row.no-gutter {
    margin-right: 0;
    margin-left: 0
}

.row.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.video-side-heading span {
    color: #fff;
    width: 35px;
    border-bottom: 2px solid #fff;
    display: block;
    margin: 18px 0 25px
}

.white-color {
    color: #fff
}

.circle {
    border-radius: 50%;
    width: 95px;
    height: 95px;
    background: #f7f7f7;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 95px
}

.padding-top-0 {
    padding-top: 0
}

.col-sm-padding {
    padding-left: 6%
}

.bg--padding {
    padding: 90px 0
}

.bg--padding .heading {
    padding-bottom: 10px
}

.bg--padding .heading:before {
    border: none
}

.small-heading {
    font-size: 38px;
    font-weight: 600;
    color: #424242;
    margin: 0 0 35px;
    text-align: center
}

.sidebar-block h5 {
    font-size: 28px;
    border-bottom: 2px solid #23abc4;
    padding-bottom: 8px;
    margin-bottom: 15px
}

.sidebar-block {
    margin-bottom: 55px
}

.sidebar-block p {
    font-size: 20px;
    margin: 0;
    line-height: 30px
}

.workshop h6 {
    font-size: 28px;
    margin: 0 0 16px
}

.sidebar-block+.sidebar-block {
    margin: 0
}

.workshop ul li {
    font-size: 22px;
    padding: 0 0 6px;
    list-style-type: square;
    margin: 0 0 0 18px
}

.hero-content {
    height: calc(80vh - 100px);
    background: rgba(56, 56, 56, .4);
    color: #fff;
    position: relative
}

.hero-content a {
    margin: 20px 0 0 0
}

.v-center {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%
}

.hero-content__inner {
    padding: 20px 30px
}

.hero-content h1 {
    color: #fff;
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    margin: 0 0 26px
}

.reg-heading {
    max-width: 270px;
    background: #24a8d1;
    padding: 11px 30px 10px;
    position: relative;
    min-height: 50px;
    font-size: 19px
}

.reg-heading:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    top: 0;
    right: -32px;
    border-top: 50px solid #24a8d1;
    border-right: 32px solid transparent
}

.hero-content .banner-listing li {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    background-position: 0 7px;
    padding: 0 0 10px 23px
}

.hero-content p span {
    font-weight: 700
}

body .heading.process--heading:before {
    left: 34%
}

.nav-type-1 {
    position: relative;
    z-index: 99;
    background: #fff
}

.nav-wrap--space {
    margin: 16px 0 0
}

.nav-wrap--space span {
    color: #214351;
    font-size: 24px;
    line-height: 34px;
    display: inline-block;
    padding: 0 12px 0 0;
    vertical-align: middle;
    font-weight: 300
}

.count-down {
    margin: 30px 0 0 14px;
    float: left
}

.count-down label {
    color: #fff;
    float: left;
    margin: 20px 0 0;
    font-size: 18px
}

.count-down .demo {
    float: left
}

.demo div {
    float: left;
    height: 60px;
    width: 60px;
    background: #1c3d4c;
    margin: 0 0 0 15px;
    font-size: 21px;
    line-height: 60px;
    font-weight: 600;
    border-radius: 5px
}

footer {
    background: #2c262c;
    padding: 55px 0
}

footer p {
    font-size: 20px
}

.logo-dark {
    max-height: 66px
}

.navigation.sticky {
    height: 75px
}

.navigation.sticky .nav-wrap--space {
    margin: 14px 0 0
}

.padding--space {
    padding-top: 30px
}

.navigation.sticky .logo-dark {
    max-height: 50px;
    margin: 13px 0 0
}

.disp-table {
    display: table;
    margin: 40px auto 0
}

.banner {
    height: calc(80vh - 100px);
    background: url(../img/banner.jpg) no-repeat;
    background-size: cover;
    background-position: inherit
}

.circle--lg {
    width: 160px;
    height: 160px;
    margin: 50px auto 0;
    line-height: 160px;
    font-size: 40px;
    display: inline-block;
    color: #424242;
    border: none
}

.circle--lg:hover {
    background: #ccc;
    color: #fff
}

.video-modal .modal-body,
.video-modal .modal-content {
    background: 0 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.modal-backdrop.in {
    opacity: .7
}

.video-modal button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    font-size: 35px;
    position: relative;
    top: -12px;
    z-index: 9999
}
.emp-font{
    font-size:28px;
}
.tick-listing li,
.tick-listing-full li {
    background: url(../img/tick.png) 0 6px no-repeat;
    line-height: 36px;
    font-weight: 300;
    color: #666;
    list-style: none;
    letter-spacing: -.5px
}

.section-inline {
    display: flex;
    align-items: center;
    justify-content: center
}

.section-inline li {
    margin: 0;
    width: 33.33%;
    padding: 0 35px
}

.up .shadow {
    box-shadow: none;
    -webkit-box-shadow: none
}

.shadow {
    -webkit-box-shadow: 0 3px 5px 0 rgba(232, 232, 232, 1);
    -moz-box-shadow: 0 3px 5px 0 rgba(232, 232, 232, 1);
    box-shadow: 0 3px 5px 0 rgba(232, 232, 232, 1)
}

body .heading--certified::before {
    left: 40%
}

.bio-content p {
    margin-bottom: 40px
}

.inner-page .section-wrap {
    padding: 70px 0 120px
}

.inner-page .navigation.sticky .logo-wrap a {
    display: block
}

.inner-page--header {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.tick-listing li {
    width: 49%;
    padding: 0 25px 30px 39px;
    float: left;
    font-size: 24px
}

.tick-listing-full li {
    width: 100%;
    padding: 0 0 10px 39px;
    font-size: 22px;
    display: inline-block
}

.process-wrap {
    margin: 30px 0 0
}

b,
strong {
    color: #6c6c6c;
    font-weight: 600
}

#wrongCaptcha {
    font-size: 15px;
    color: #c30909;
    padding: 4px 0 14px;
}

.form-group label.error {
    color: #c30909;
    font-size: 14px;
}

.capcha--bg {
    background: #e5e5e5;
    padding: 5px 10px;
    border: none;
    color: #777;
    margin: 0 0 0 8px;
}
#successMsg {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    width: auto;
    display: table;
    padding: 10px;
    margin: 0 auto 20px;
}
#errorMsg{
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    width: auto;
    display: table;
    padding: 10px;
    margin: 0 auto 20px;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=password],
.form-group input[type=tel],
.form-group input[type=number],.form-group select {
    width: 100%;
    border: 1px solid #d1d3e1;
    border-radius: 3px;
    padding: 8px 15px;
    height: 42px;
    background: 0 0;
    margin-bottom: 4px
}
.form-group input[type=password]{
    font-size: 20px;
}

.register-form {
    max-width: 580px;
    margin: 40px auto 0;
    -webkit-box-shadow: 0 6px 17px hsla(0, 0%, 63.5%, .62);
    box-shadow: 0 6px 17px hsla(0, 0%, 63.5%, .62)
}

.form-group label {
    color: #6c6c6c;
    font-size: 16px;
    font-weight: 400
}

.listing {
    margin: 0 0 25px;
    float: left
}

.register-content p {
    font-size: 20px;
    color: #6c6c6c;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px
}

.register-content p+p {
    margin-bottom: 10px;
    font-weight: 500
}

.register-form-heading {
    padding: 50px;
    border-bottom: 1px solid #ebebeb
}

.register-form-heading h2 {
    font-size: 28px;
    text-align: center
}

.register-form-content {
    padding: 50px
}

.register-form-content input[type=submit] {
    border: none;
    background: #27ba8f;
    background: -moz-linear-gradient(-45deg, #27ba8f 0, #1da7c6 100%);
    background: -webkit-linear-gradient(-45deg, #27ba8f 0, #1da7c6 100%);
    background: linear-gradient(135deg, #27ba8f 0, #1da7c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27ba8f', endColorstr='#1da7c6', GradientType=1);
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 1.5em;
    padding: 16px 20px !important;
    margin: 0;
    min-height: 0;
    display: block;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer
}

.date-ic,
.listing li,
.location-ic,
.show_hide {
    font-size: 20px
}

.listing li {
    padding: 0 25px 20px 39px;
    background: url(../img/tick.png) 0 6px no-repeat;
    float: left;
    line-height: 34px;
    font-weight: 300;
    color: #666;
    list-style: none;
    width: 100%;
    letter-spacing: -.5px
}

body .heading--noborder {
    display: block;
    text-align: center;
    padding: 40px 0 0;
    margin-bottom: 33px
}

body .heading--noborder:before {
    border: none
}

.horrizntl--padding {
    padding: 20px 30px 30px
}

.horrizntl--position {
    position: relative;
    margin-top: -89px
}

.horrizntl {
    background: #fff
}

.promo-video-info iframe {
    min-height: 486px;
    width: 100%
}

.show_hide {
    margin: 16px 0 0;
    display: inline-block
}

.location-wrap {
    background: #1b3e4c;
    padding: 40px 120px 30px !important;
    min-height: 486px
}

.location ul {
    margin: 40px 0 0
}

.location-wrap img {
    border-bottom: 2px solid #fff;
    padding-bottom: 13px
}

.location-ic {
    background: url(../img/location-icon.png) no-repeat;
    padding: 0 0 25px 52px;
    color: #fff
}

.date-ic {
    background: url(../img/date-icon.png) no-repeat;
    padding: 5px 0 25px 55px;
    color: #fff
}

body .pricing-heading:before {
    left: 31%
}

.pricing-table {
    -webkit-box-shadow: 0 4px 6px rgba(195, 208, 216, .62);
    box-shadow: 0 4px 6px rgba(195, 208, 216, .62)
}

.pricing-table .pricing-title {
    position: relative;
    background: #1b3e4c;
    color: #fff;
    padding: 35px 20px 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 10px solid transparent
}

.pricing-table .recommend+.pricing-title {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.pricing-table .recommend {
    background: #fd6560;
    color: #fff;
    padding: 5px
}

.y-color {
    color: #de840d;
    display: block
}

.price-offer {
    padding: 10px;
    background: #20ab93;
    color: #fff
}

.pricing-currency {
    display: inline-block;
    vertical-align: baseline;
    margin-right:5px;/** Sandeep **/
    font-size: 18px
}

.pricing-title h3 {
    position: relative;
    font-size: 30px;
    color: #fff;
    width: 85%;
    margin: 0 auto;
    line-height: 38px
}

.pricing-term {
    font-size: 16px;
    display: block;
    color: #1b3e4c;
    font-weight: 400;
    text-align: right;
    margin: -6px 0 0
}

.pricing-table .cost {
    position: relative;
    padding: 6px 0 20px; /** Sandeep **/
    font-size: 40px;
    margin: 0 auto;
    display: table;
    color: #1b3e4c;
    font-weight: 600; /*** Sandeep **/
}
/*** Sandeep ****/
.pricing-table .old-cost {
    position: relative;
    padding: 15px 0 0;
    font-size: 35px;
    margin: 0 auto;
    display: block;
    color: #ff3232;
}
.early-bird.pricing-table .old-cost{
    padding: 15px 0 0;
    position: relative;
}   
.early-bird.pricing-table .cost{
    padding: 5px 0 20px;
}
.ribbon {
    width: 60px;
    height: 55px;
    background-color: #ff3939;
    position: absolute;
    right: 5px;
    top: -350px;
    animation: drop forwards 0.8s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .ribbon span{
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    padding-top: 8px;
    display: inline-block;
    color:#fff;
  }
  .ribbon:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -12px;
    border-left: 30px solid #ff3939;
    border-right: 30px solid #ff3939;
    border-bottom: 12px solid transparent;
  }
  /*.ribbon:after {
    content: '';
    width: 200px;
    height: 270px;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -120px;
    background-color: #507abd;
    transform: skewY(35deg) skewX(0);
  }*/
  @keyframes drop{
	0%		{ top:-350px; }
	100%	{ top:0; }
}
/*****/

.pricing-table .cta,
.quote-bg {
    display: flex;
    text-align: center
}

.pricing-table .cta {
    padding: 20px 0;
    background: #f1f1f1;
    font-size: 16px;
    min-height: 90px;
    vertical-align: middle;
    justify-content: center;
    flex-direction: column
}

.quote-bg {
    background: url(../img/quote-bg.jpg) center no-repeat;
    min-height: 600px;
    justify-content: center;
    flex-direction: column
}
@media (max-width:991px){
    .quote-bg {
        background-position: 55% 85%!important;
    }
}
@media(max-width:767px){
    .quote-bg {
        background: #585752;
        min-height: initial;
        padding: 120px 0 !important;
    }
}
.testimonials h5 {
    font-size: 27px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 15px
}

.author h4,
.benefits h4 {
    font-weight: 600;
    color: #6c6c6c
}

.testimonials p {
    font-size: 19px;
    line-height: 25px
}

.secondary-btn {
    background: 0 0;
    color: #20ab93;
    border: 2px solid #20ab93;
    padding: 8px 55px
}

.benefits {
    position: relative;
    border: 3px solid #ebeef4;
    padding: 45px 35px 22px
}

.benefits li {
    padding-left: 49px;
    margin-bottom: 26px;
    min-height: 40px;
}

.benefits li:first-child:before {
    content: "1"
}

.benefits li:nth-child(2):before {
    content: "2"
}

.benefits li:nth-child(3):before {
    content: "3"
}

.benefits li:nth-child(4):before {
    content: "4"
}
.benefits li:nth-child(5):before {
    content: "5";
    margin: -6px 0 0 0;
}
.benefits li:before {
    border-radius: 50%;
    background: #20ab93;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    position: absolute;
    width: 40px;
    height: 40px;
    content: "";
    left: 34px;
    margin: -3px 0 0
}
@media (min-width:1470px){
    .benefits li:before {
        margin: -9px 0 0
    }
}
.benefits h4 {
    position: relative;
    margin: -63px auto 18px;
    text-align: center;
    background: #fff;
    display: block;
    max-width: 350px;
    padding: 5px 5px 16px;
    font-size: 19px
}

.text-box {
    background: #f6f6f6
}

.author h4 {
    font-size: 22px;
    margin:28px 0 8px 0;
}

.author span {
    color: #6c6c6c;
    margin: 5px 0 0;
    display: inline-block;
    font-size: 15px
}

.testimonials-side:before {
    content: " ";
    background: url(../img/left-quote-center.svg) no-repeat;
    top: -42px;
    font-weight: 700;
    padding-right: 65px;
    position: relative;
    background-size: 50px 39px;
    left: 42%;
    padding-bottom: 37px
}

.testimonials:after,
.testimonials:before {
    content: " ";
    position: absolute;
    width: 62px;
    height: 50px
}

.testimonials:after {
    background: url(../img/right-quote.svg) no-repeat;
    bottom: 60px;
    background-size: 58px 48px;
    margin-left: 6px;
    right: 0
}

.testimonials:before {
    background: url(../img/left-quote.svg) no-repeat;
    top: -55px;
    background-size: 58px 48px;
    left: -40px
}

.testimonials,
body .heading-sec {
    position: relative
}

.testimonials .author h4,
.testimonials .author span {
    color: #fff
}

.authority-container .text-center:first-child img {
    margin-top: 25px
}

body .heading-sec {
    font-size: 38px;
    display: inline-block;
    padding-bottom: 20px
}

.text-box-sec {
    padding: 140px 5%
}

.banner-outline {
    height: calc(80vh - 100px);
    background: url(../img/section-banner.jpg) no-repeat;
    background-size: cover;
    background-position: inherit
}

.btn-hide {
    display: none
}

.jsLearnmore.visible {
    display: block !important
}

.jsLearnmore.visible a {
    margin: 0 5px
}

.mr-10 {
    margin-right: 10px
}

.main-wrapper.inner-page {
    padding: 0
}

.required {
    color: red
}
.disp-center{
    display: table;
    margin: 0 auto;
    width: 40%;
}
.logos-grp img +img{
    margin-top:5px;
}
.breadcrums-link a::after {
    content: "\003E";
    color: #000;
    padding: 0 5px;
}
.breadcrums-link a:last-child::after {
    content: "";
    color: #000;
    padding: 0 0 0 5px;
}
.breadcrums-link a:last-child{
    pointer-events: none;
    color: #000;
}
/** custom width **/
.col-twenty{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width:20%;
    float: left;
}
sup {
    top: -0.2em;
    font-size: 100%;
}
.font--small{
    font-size: 20px;
}
#loc-container .loc{
    display: none;
    height:30px;
}
.quote--space{
    padding:120px 0;
}
/* .quote--space h5,.quote--space  .testimonials .author h4,.quote--space  .testimonials .author span{
    color:#6c6c6c;
} */
.carousel-indicators li{
    border: 1px solid #848484;
}
.carousel-indicators .active {   
    background-color: #848484;
}
.quote--space .testimonials:after {
    background: url(../img/white-right-quote.svg) no-repeat;
    bottom: 103px;
    background-size: 58px 48px;
    margin-left: 6px;
    right: -50px;
}

.quote--space .testimonials:before {
    background: url(../img/white-left-quote.svg) no-repeat;
    top: -41px;
    background-size: 58px 48px;
    left: -70px
}
.tick-listing-full.bg--none li{
    background: none;
    padding-left:0;
}
.bg--none li .fa{
    color: #20ab93;
    font-size: 32px;
    padding-right: 8px;
}
@media (min-width:1470px) {
    .container {
        width: 1400px
    }

    p {
        font-size: 22px;
        font-weight: 300;
        line-height: 36px
    }
}
@media (min-width:1200px) and (max-width:1469px) {
    .price-wrapper .col-lg-offset-1 {
        margin-left: 0;
    }
    .price-wrapper .col-lg-5 {
        width: 50%;
    }
    .disp-center li{
        font-size:18px;
    }
    .testimonials:after{
        right: -57px;
    }
    .quote--space .testimonials:after{
        bottom: 127px;
        right: -71px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hero-content {
        min-width: 540px;
        width: auto
    }
    .disp-center{
        width:50%;
    }
    .disp-center li{
        font-size:18px;
    }
    .hero-content h1,
    .hero-content p {
        font-size: 34px
    }

    .nav-wrap--space span {
        font-size: 16px
    }

    .small-heading {
        font-size: 27px
    }

    .tick-listing li {
        font-size: 20px;
        line-height: 30px
    }

    .authority-container img {
        max-height: 80px
    }

    .testimonials:after {
        right: -7%
    }

    .location-wrap {
        padding: 40px 75px 30px !important
    }
    .benefits li:nth-child(5):before {
        margin:-9px 0 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hero-content {
        min-width: 50%;
        width: auto
    }
    .disp-center{
        width:60%;
    }
    .tick-listing-full.disp-center li{
        font-size:18px;
    }
    .pricing-table .old-cost{
        font-size:30px;
    }
    .banner {
        background-position: center
    }

    .hero-content h1,
    .hero-content p {
        font-size: 33px;
        line-height: 40px
    }

    .nav-wrap--space span {
        display: none
    }

    .hero-content .banner-listing li {
        font-size: 20px;
        line-height: 24px
    }

    .nav-wrap--space.nav-wrap {
        width: auto !important;
        margin: 14px 0 0
    }

    .btn-rounded {
        font-size: 20px
    }

    .small-heading {
        font-size: 25px
    }

    .sidebar-block h5,
    .workshop h6 {
        font-size: 24px
    }

    .navbar {
        min-height: 72px
    }

    .logo-dark {
        max-height: 55px;
        margin: 8px 0 0
    }

    .workshop ul {
        margin: 10px 0 0
    }

    .workshop ul li {
        font-size: 17px
    }

    body .heading {
        font-size: 30px;
        padding-bottom: 0
    }

    .video-bg p {
        font-size: 25px;
        padding: 100px 0 0;
        line-height: 35px
    }

    .navbar-header {
        width: auto;
        padding-right: 0;
        float: left
    }

    .tick-listing li {
        font-size: 20px;
        line-height: 30px
    }

    .authority-container img {
        max-height: 80px
    }

    .location-wrap {
        background: #1b3e4c;
        padding: 40px 20px !important;
        min-height: 486px;
        text-align: center;
        clear: both
    }

    .date-ic,
    .location,
    .location-ic {
        text-align: left
    }

    .location-ic {
        padding: 0 0 25px 51px;
        color: #fff;
        font-size: 20px;
        display: inline-block
    }

    .date-ic {
        display: inline-block;
        padding: 5px 0 25px 51px
    }

    .testimonials:before {
        top: -75px;
        left: -2px
    }

    .testimonials:after {
        bottom: 60px;
        right: 0
    }

    .tick-listing-full li {
        line-height: 34px;
        font-size: 20px
    }
    /**** custom width *****/
    .carousel-inner>.item>img{        
        margin:0 auto;
    }
    .carousel {
        position: relative;
        margin-bottom: 50px;
    }
    .quote--space .testimonials:before{
        top: -47px;
        left: 0;
    }
    .quote--space .testimonials:after{
        right:0;
    }
}
@media (min-width:500px) and (max-width:880px) {
    .top-row{
        height:65px;
    }
    .main-wrapper {
        padding: 10px 0 0;
    }
}
@media (max-width:767px) {
    /**** custom width *****/
    .col-twenty{
        width:100%;
        float: left;
    }
    .carousel-inner>.item>img{        
        margin:0 auto;
    }
    .carousel {
        position: relative;
        margin-bottom: 40px;
    }
    .carousel-indicators {
        bottom: -30px;
    }
    .secondary-btn{
        max-width:300px;
    }
    .tick-listing-full.disp-center li {
        font-size: 16px;
        min-width: 200px;
        display: table;
    }
    .disp-center{
        width:auto;
    }
    .count-down label,
    .icon-boxes figure,
    .logo-wrap {
        text-align: center
    }

    .hero-content {
        min-width: 90%;
        width: auto;
        height: calc(100vh - 50px);
    }

    .banner,
    .banner-outline {
        background-position: 45% 0%;
        height: calc(100vh - 50px);
    }
    .tick-listing-full li {
        line-height: 33px;
        font-size: 18px
    }

    .btn-rounded {
        padding: 6px 42px
    }

    .hero-content h1,
    .hero-content p {
        font-size: 25px;
        line-height: 32px
    }
    .hero-content h1{
        margin-bottom: 10px;
    }

    .hero-content .banner-listing li {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .hero-content__inner {
        padding: 20px 15px
    }

    .nav-wrap--space span {
        font-size: 19px
    }

    .testimonials h5 {
        font-size: 20px;
        line-height: 28px;
        width: 78%;
        margin: 0 auto;
    }

    .show_hide {
        font-size: 17px;
        margin: 14px 0 0
    }

    .small-heading {
        font-size: 22px
    }

    .sidebar-block h5,
    .workshop h6 {
        font-size: 23px
    }

    .workshop ul {
        margin: 10px 0 0
    }

    .workshop ul li {
        font-size: 17px
    }

    body .heading {
        font-size: 25px;
        padding-bottom: 20px;
        margin-bottom: 35px
    }

    .count-down .demo {
        float: none;
        display: table;
        margin: 0 auto
    }

    .video-bg p {
        font-size: 25px;
        padding: 100px 0 0;
        line-height: 35px
    }

    .section-wrap {
        padding: 70px 0
    }

    .workshop {
        margin-bottom: 50px
    }

    .bg--padding,
    .bg-blue {
        padding: 50px 0
    }

    .sidebar-block p,
    p {
        font-size: 16px;
        line-height: 28px
    }

    .col-sm-padding {
        padding-left: 15px;
        margin-top: 30px
    }

    .bg-blue .col-sm-6+.col-sm-6 {
        margin: 30px 0 0
    }

    .btn-rounded {
        font-size: 18px
    }

    .video-side-heading {
        font-size: 22px
    }

    .circle--lg {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 28px
    }

    .logo-container {
        padding-left: 15px;
        padding-right: 15px;
        float: none;
        width: 100%
    }

    .logo-wrap {
        width: 100%
    }

    .nav-wrap--space {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .demo div {
        font-size: 17px;
        width: 45px;
        height: 45px;
        line-height: 45px
    }

    .count-down label {
        margin: 0 0 8px;
        font-size: 18px;
        width: 100%
    }

    .more-txt,
    footer p {
        font-size: 16px
    }

    .logo-dark {
        max-height: 55px
    }

    .bg--padding .heading {
        padding-bottom: 10px;
        line-height: 30px
    }

    .mt-70 {
        margin-top: 50px
    }

    .tick-listing li {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        padding: 0 14px 20px 39px
    }

    body .heading.process--heading:before {
        left: 29%
    }

    .team-wrap {
        max-width: 300px;
        margin: 0 auto
    }

    .process-wrap {
        margin: 5px 0 0
    }

    .authority-container .text-center:first-child img,
    .horrizntl--position {
        margin-top: 0
    }

    .authority-container img {
        max-height: 80px
    }

    .location-wrap {
        padding: 40px 20px !important
    }

    .location-ic {
        padding: 0 0 25px 46px;
        color: #fff;
        font-size: 20px;
        display: inline-block
    }

    .date-ic {
        display: inline-block;
        padding: 5px 0 25px 46px
    }

    .testimonials:before {
        top: -28px;
        left: -2px
    }

    .testimonials:after {
        bottom: 60px;
        right: 0
    }

    .pb-100 {
        padding-bottom: 50px
    }

    .btn-square {
        width: 60%;
        padding: 10px;
        font-size: 21px;
    }

    .count-down {
        margin: 30px 0 0
    }

    .flip-clock-wrapper {
        margin: 10px 0
    }

    .flip-clock-wrapper ul {
        width: 30px;
        height: 50px
    }

    .flip-clock-wrapper ul li a div div.inn {
        font-size: 35px
    }

    .flip-clock-wrapper ul li {
        line-height: 50px
    }

    .flip-clock-divider .flip-clock-label {
        right: -56px
    }

    .flip-clock-divider.minutes .flip-clock-label {
        right: -65px
    }

    .flip-clock-divider.seconds .flip-clock-label {
        right: -66px
    }

    .hero-content a {
        margin: 0
    }

    .side--book {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .text-box-sec {
        padding: 60px 5%
    }

    .team-details {
        margin-bottom: 25px
    }

    .list-inline>li {
        margin-bottom: 12px
    }

    .authority-container .col-sm-4 img {
        max-width: 250px
    }

    .pricing-table {
        margin-bottom: 40px
    }

    body .heading,
    body .heading--noborder.heading {
        padding: 0
    }

    .primary-btn+.secondary-btn {
        margin-top: 16px !important
    }

    .register-form {
        display: block;
    }

    .register-form-heading h2 {
        font-size: 24px
    }

    .listing li,
    .register-content p {
        font-size: 18px;
        line-height: 30px
    }

    .register-form-heading {
        padding: 30px
    }

    .register-form-content {
        padding: 30px 20px
    }

    .inner-page .section-wrap {
        padding: 70px 0 100px
    }

    .listing li {
        padding: 0 25px 14px 39px
    }
    .quote--space .testimonials:before{
        left:-2px;
    }
    .quote--space .testimonials:after{
        right:0;
    }

}
@media (max-width:578px) {
    .quote--space .testimonials:after{
        bottom: 175px;
    }
}
@media (max-width:522px) {
    .top-row {
        height: 88px
    }

    .main-wrapper {
        padding: 10px 0 0;
    }

    .flip-clock-wrapper ul {
        width: 20px;
        height: 50px
    }

    .flip-clock-divider .flip-clock-label {
        right: -45px
    }

    .flip-clock-divider.minutes .flip-clock-label {
        right: -55px
    }

    .flip-clock-divider.seconds .flip-clock-label {
        right: -58px
    }

    .reg-heading {
        padding: 10px;
        max-width: 235px
    }
    .testimonials:before {
        top: -24px;
        left: -10px;
    }
    .testimonials:before ,.testimonials:after{
       background-size: 41px 32px;
    }
    .quote-bg{
        padding:80px 0 !important;
    }
    
}
@media (max-width:430px) {
    .btn-square {
        width: 100%;
    }

    .ribbon {
        width: 100%;
        height: 30px;
        right: 0;
        top: 169px;
        animation: none;
    }
    .ribbon:before{
        display: none;
    }
    .ribbon span {
        font-size: 16px;
        line-height: 18px;
        padding-top: 0;
        position: relative;
        top: -16px;
    }
    .early-bird.pricing-table .cost {
        padding: 5px 0 48px;
    }
    .top-row {
        height: 105px;
    }
    .main-wrapper {
        padding: 10px 0 0;
    }
    #demo{
        display: block;
    }
    .hero-content {
        min-width: 90%;
        width: auto;
        height: calc(80vh - 50px);
    }

    .banner,
    .banner-outline {
        background-position: 42% 0%;
        height: calc(80vh - 50px);
    }
    
}
@media (min-width:460px) and (max-width:767px){
    .nav-wrap--space{
        display: inline-block;
        text-align: right;
        margin-bottom: 20px;
        width:auto!important;
        margin-right: 15px;
    }
    .navbar-header, .logo-container{
        width:auto!important;
        float: left;
    }
    .quote--space .testimonials h5{
        width:72%;
    }
}

@media  (max-width:340px){
    .testimonials:after {
        bottom: 80px;
        right: -29px;
    }
    .quote--space .testimonials:after {
        bottom: 208px;
    }
    .quote--space .testimonials h5{
        width:72%;
    }
}
