.item1,
.item1 img:hover,
.owl-controls .owl-buttons div,
.owl-controls .owl-page,
.tparrows,
label {
    cursor: pointer
}

.search_results li a,
a:hover,
body {
    color: #000
}

.blog-post .author-info p:last-child,
.full-width-recent-projects .projects-carousel .item,
.sidebar .widget ul,
p,
ul,
ul.breadcrumbs li:first-child {
    margin: 0
}

.team-member.modern .member-socail,
ul.breadcrumbs {
    margin-top: 15px
}

.fittext,
.page-banner p,
.tp-caption.light_font_weight,
body,
label {
    font-weight: 300
}

#loader,
.icon-effect-3,
.icon-effect-4,
.icon-effect-5,
.icon-effect-6,
.section,
body {
    background: #fff
}

.dot1,
.dot2,
.service-center .service-icon i,
.top-bar .contact-details li,
ul.post-meta li,
ul.social-list li a {
    display: inline-block
}

a.main-button,
body,
h1,
h2,
h3,
h4,
h5,
h6,
input[type=submit],
p,
ul.breadcrumbs li {
    font-family: "Lexend", sans-serif;
}

.page-banner h2,
.pricing-table .plan-signup a,
.uppercase,
a.main-button,
input[type=submit] {
    text-transform: uppercase
}


/* body {
    font-size: 16px;
    line-height: 22px
} */

.classic-testimonials .testimonial-author span,
a:hover,
b,
p strong,
strong {
    font-weight: 600
}

img {
    max-width: 100%;
    height: auto
}

ol,
ul {
    list-style: none
}

#content.full-sections,
.panel-heading,
.service-box>div:first-child,
ul {
    padding: 0;
}

a {
    color: #ed1b24;
    transition: size .5s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out
}

a,
a:hover {
    text-decoration: none
}

i {
    font-size: 1.1em
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    color: #444
} */
/* 
h1 {
    font-size: 24px;
    line-height: 30px
} */

h2 {
    font-size: 22px;
    line-height: 28px
}

.tp-caption.small_font_size,
h3 {
    font-size: 18px;
    line-height: 24px
}

h4 {
    font-size: 18px;
    line-height: 22px;
    text-align: left
}

h5 {
    font-size: 14px;
    line-height: 20px
}

h6 {
    font-size: 12px;
    line-height: 18px
}

p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px;
    text-align: justify;
    color: #333;
}



.choose,
.client,
.greeey {
    background: #eee
}

.f99 {
    background: #f9f9f9
}

#container,
.boxed-page,
.btn-system.border-btn.btn-wite:hover,
.btn-system.btn-wite,
.panel-default>.panel-heading,
.top-bar {
    background-color: #fff
}

#pagination span.current,
.accent-color-bg,
.call-action-style3 h2.primary,
.full-width-recent-projects .portfolio-item .portfolio-details .like-link i,
.full-width-recent-projects .portfolio-item .portfolio-details .like-link span,
.icon-effect-2.gray-icon:hover,
.icon-effect-2:hover,
.light-section,
.portfolio-filter li a.selected,
.portfolio-filter li a.selected:hover,
.post-tags-list a:hover,
.service-box:hover .gray-icon.icon-effect-2,
.service-box:hover .icon-effect-2,
.sidebar .tagcloud a:hover,
.team-member .member-photo .member-name a,
.team-member.modern .member-socail a:hover i,
.testimonials-carousel .owl-controls .owl-buttons div i,
.tp-caption.wite_font_color,
.wite-text,
ul.footer-nav li a:hover,
ul.social-list li a:hover {
    color: #fff
}

.fittext {
    font-size: 38px;
    line-height: 46px;
    color: rgba(0, 0, 0, .8)
}

.alert strong,
.call-action h2.primary strong,
.contact-widget span,
.fittext strong,
.tp-caption.bold_font_weight {
    font-weight: 700
}

.milestone-block,
.page-content p,
.post-content p,
.tab-content p {
    margin-bottom: 15px
}

.image-text {
    margin-right: 10px
}

a.main-button,
input[type=submit] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 6px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

a.main-button:hover,
input[type=submit]:hover {
    background: #444;
    color: #fff
}

.panel-title a i,
a.main-button i {
    font-size: 1.2em
}

input[type=submit] {
    border: none;
    outline: 0
}

.panel-group .panel,
.tooltip .tooltip-inner {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px
}

.show-search i,
.tparrows {
    border-radius: 2px;
    text-align: center
}


/* .section {
  
} */
.section {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    padding: 30px 0;
    /* border-top: 0 solid #eee;
    border-bottom: 0 solid #eee; */
}

.section.repeat-bg {
    background-repeat: repeat;
    -webkit-background-size: auto !important;
    -moz-background-size: auto !important;
    -o-background-size: auto !important;
    background-size: auto !important
}

.bg-parallax {
    background-attachment: fixed
}

.section-video {
    position: absolute;
    z-index: 33;
    left: 0;
    top: -100px;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important
}

#loader,
.section-overlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.section-video img,
.section-video object {
    display: block;
    width: 100% !important;
    height: auto !important
}

.section-video-content {
    z-index: 35;
    position: relative;
    opacity: .98
}

.section-overlay {
    position: absolute;
    z-index: 34;
    opacity: .7
}

.boxed-page,
.boxed-page header {
    width: 1220px
}

.choose i,
.light-section .testimonials,
.panel-title-sm a.collapsed,
.top-bar a,
footer a {
    color: #aaa
}

footer,
footer p {
    color: #ccc
}

.light-section .testimonials .testimonial-content p {
    color: #c4c4c4
}

.boxed-page {
    position: relative;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

#loader {
    position: fixed;
    z-index: 9999999999
}

.spinner {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-animation: 2s linear infinite rotatee;
    animation: 2s linear infinite rotatee
}

.tmtlloader,
header {
    position: fixed;
    z-index: 999
}

.tmtlloader {
    height: 12em;
    width: 12em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 0;
    background-color: #0a9fd8;
    border-radius: 100%;
    -webkit-animation: 2s ease-in-out infinite bouncee;
    animation: 2s ease-in-out infinite bouncee
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}



@-webkit-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotatee {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes bouncee {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncee {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

header {
    top: 0;
    height: 70px;
    width: 100%;
    background: #fff;
    /* transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out */
}

.fixed-header {
    /* opacity: 1; */
    /* box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2); */
    /* -o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2) */
}

.top-bar.color-bar {
    border-bottom: 0
}

.top-bar.color-bar a {
    color: rgba(255, 255, 255, .6)
}

.top-bar.color-bar a:hover,
.top-bar.dark-bar a:hover {
    color: #fff !important
}

.top-bar.color-bar ul.social-list li a i {
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.top-bar.color-bar ul.social-list li:last-child a i {
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.top-bar.color-bar .contact-details li a:before,
.top-bar.dark-bar .contact-details li a:before {
    color: rgba(255, 255, 255, .2)
}

.top-bar.dark-bar {
    background-color: #444;
    border-bottom: 0
}

.top-bar.dark-bar a {
    color: rgba(255, 255, 255, .4)
}

.top-bar.dark-bar ul.social-list li a i {
    border-left: 1px solid rgba(255, 255, 255, .08)
}

.top-bar.dark-bar ul.social-list li:last-child a i {
    border-right: 1px solid rgba(255, 255, 255, .08)
}

.top-bar .contact-details li a:before {
    position: relative;
    content: "|";
    font-size: 15px;
    margin: 0 3px;
    top: -1px;
    color: #aaa
}

.nivo-lightbox-nav,
.oir>img,
.product_list li,
.team-member.modern .progress span,
.top-bar .contact-details li:first-child a:before {
    display: none
}

.top-bar .contact-details li a {
    font-size: 12px;
    display: block;
    line-height: 32px
}

.call-action .button-side,
ul.footer-nav,
ul.social-list {
    float: right
}

#comments .avatar,
.blog-post .author-info .author-image,
.owl-carousel .owl-item,
.post-share,
.service-icon-left .service-icon,
.service-icon-left-more .service-icon,
ul.social-list li {
    float: left
}

ul.social-list li a {
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.post-share a.facebook,
.social-widget ul.social-icons li a.facebook:hover i,
.team-member .member-socail a.facebook:hover i,
ul.social-list li a.facebook:hover {
    background-color: #507cbe
}

.post-share a.twitter,
.social-widget ul.social-icons li a.twitter:hover i,
.team-member .member-socail a.twitter:hover i,
ul.social-list li a.twitter:hover {
    background-color: #63cdf1
}

.post-share a.gplus,
.social-widget ul.social-icons li a.google:hover i,
.team-member .member-socail a.gplus:hover i,
ul.social-list li a.google:hover {
    background-color: #f16261
}

.social-widget ul.social-icons li a.dribbble:hover i,
.team-member .member-socail a.dribbble:hover i,
ul.social-list li a.dribbble:hover {
    background-color: #e46387
}

.post-share a.linkedin,
.social-widget ul.social-icons li a.linkdin:hover i,
.team-member .member-socail a.linkedin:hover i,
ul.social-list li a.linkdin:hover {
    background-color: #90cadd
}

.social-widget ul.social-icons li a.tumblr:hover i,
ul.social-list li a.tumblr:hover {
    background-color: #4d7ea3
}

.social-widget ul.social-icons li a.flickr:hover i,
.team-member .member-socail a.flickr:hover i,
ul.social-list li a.flickr:hover {
    background-color: #e474af
}

.social-widget ul.social-icons li a.instgram:hover i,
.team-member .member-socail a.instagramm:hover i,
ul.social-list li a.instgram:hover {
    background-color: #4d4f54
}

.social-widget ul.social-icons li a.vimeo:hover i,
ul.social-list li a.vimeo:hover {
    background-color: #87d3e0
}

.social-widget ul.social-icons li a.skype:hover i,
ul.social-list li a.skype:hover {
    background-color: #36c4f3
}

ul.social-list li a i {
    font-size: 1em;
    display: block;
    width: 34px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-left: 1px solid #f2f2f2
}

ul.social-list li:last-child a i {
    border-right: 1px solid #f2f2f2
}



.show-search {
    position: relative;
    display: block;
    float: right
}

.show-search i {
    font-size: 1.2em !important;
    display: block;
    color: #aaa;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    line-height: 36px;
    background-color: #f2f2f2;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.boot-menu .item1:hover,
.show-search:hover i {
    color: #ed1b24
}

.navbar .search-form {
    position: absolute;
    right: 80px;
    z-index: 20;
    float: right;
    /* display: none; */
    top: 60px;
    height: 40px;
}

.navbar .blk {
    background: #fff;
    padding: 15px;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
    /* display: none; */
}

.navbar .search-form:before {
    background-color: #ccc;
    top: -2px;
    content: '';
    display: block;
    height: 4px;
    width: 4px;
    z-index: 20;
    right: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute
}

.navbar .search-form form input {
    font-size: 16px;
    margin: 0px auto;
    display: block;
    width: 100%;
    border: 2px solid #ccc;
    outline: 0;
    padding: 5px 14px;
    box-shadow: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.navbar .search-form form {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20
}

.page-banner {
    padding: 30px 0;
    background: #f6f6f6;
    border-bottom: 1px solid #eee
}

.call-action h2.primary,
.page-banner h2,
.tp-caption.regular_font_weight {
    font-weight: 500
}

ul.breadcrumbs {
    float: right
}

.big-title h1+.title-desc,
.big-title h2+.title-desc,
.call-action h2+p,
.call-action.no-descripton h2.primary,
.no-subtitle ul.breadcrumbs {
    margin-top: 4px
}

ul.breadcrumbs li {
    font-size: 15px;
    font-weight: 300;
    margin-left: 3px;
    color: #999;
    float: left
}

ul.breadcrumbs li:before {
    content: '/';
    margin: 0 4px 0 2px;
    color: #bbb
}

ul.breadcrumbs li:first-child:before {
    content: '';
    margin: 0
}

ul.breadcrumbs li a {
    color: #888;
    font-weight: 600;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

label {
    font-size: 15px;
    color: #222
}

label .required {
    color: #ed2c3a;
    margin-left: 2px
}

.widget-search label {
    background: #666;
    height: 40px;
    padding: 10px;
    color: #fff;
    width: 100%;

}

#contact-form input[type=email],
#contact-form input[type=number],
#contact-form input[type=text],
#contact-form select,
#contact-form textarea,
#respond input[type=text],
#respond textarea,
.widget-search input[type=date],
.widget-search input[type=number],
.widget-search input[type=search],
.widget-search input[type=text],
.widget-search select {
    color: #000;
    font-size: 15px;
    font-family: "Lexend", sans-serif !important;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: 0;
    width: 100%;
    padding: 7px 14px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    cursor: pointer;
    background: transparent;
}

.panel-title a,
.tp-caption.wite_bg {
    padding: 6px 12px;
    background-color: #fff
}

#contact-form textarea {
    height: 140px
}

#contact-form input[type=text]:focus,
#contact-form textarea:focus,
#respond input[type=text]:focus,
#respond textarea:focus,
.widget-search input[type=search]:focus {
    border-color: #ddd;
    box-shadow: 0 0 3px #eee;
    -o-box-shadow: 0 0 3px #eee;
    -moz-box-shadow: 0 0 3px #eee;
    -webkit-box-shadow: 0 0 3px #eee
}

.blog-post,
.blog-post-page .blog-post,
.hr2,
.mail_response,
.project-content h4,
.widget-categories ul li a {
    border-bottom: 1px solid #eee
}

.mail_response {
    padding-bottom: 15px;
    margin-bottom: 15px
}

.city-missing,
.country-missing,
.email-missing,
.message-missing,
.mobile-missing,
.name-missing,
.state-missing {
    opacity: 0;
    color: #ed2c3a;
    margin-left: 10px;
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.error-page {
    padding: 90px 0;
    text-align: center
}

.error-page h1 {
    font-size: 160px;
    line-height: 140px;
    font-weight: 700;
    color: #333
}

.error-page h3 {
    font-size: 64px;
    line-height: 70px;
    font-weight: 300
}

.error-page p {
    font-size: 22px;
    line-height: 28px;
    color: #aaa;
    margin-bottom: 25px
}

#map {
    position: relative;
    height: 350px;
    width: 100%
}

.tp-bannertimer {
    background: rgba(0, 0, 0, .1) !important;
    height: 5px !important
}

.tparrows:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-size: 1.5em;
    color: #444;
    font-variant: normal;
    text-transform: none;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.tp-caption.big_font_size,
.tp-caption.medium_font_size {
    font-family: "Lexend", sans-serif;
    font-weight: 700
}

.tparrows {
    background: #fff !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px
}

.tp-leftarrow:before {
    content: '\e896'
}

.tp-rightarrow:before {
    content: '\e897'
}

.tparrows.tp-rightarrow:before {
    margin-left: 1px
}

.tp-caption {
    color: #fff;
    text-shadow: 3px 3px 10px #000
}

.tp-caption.big_font_size {
    font-size: 90px
}

.tp-caption.medium_font_size {
    font-size: 60px
}

.tp-caption.mini_font_size {
    font-size: 14px;
    line-height: 22px
}

.tp-caption.boldest_font_weight {
    font-weight: 900
}

.icon-effect-1.gray-icon:hover,
.latest-posts-classic .read-more:hover,
.service-box:hover .gray-icon.icon-effect-1,
.tp-caption.dark_font_color,
.varients a {
    color: #444
}

.tp-caption.black_font_color {
    color: #111
}

.comment-content .comment-meta .comment-date,
.portfolio-item .portfolio-details a span,
.sidebar a,
.tp-caption.gray_font_color,
.twitter-widget ul li span {
    color: #888
}

.tp-caption.color-bg,
.tp-caption.gray_bg {
    color: #fff;
    border-radius: 3px;
    padding: 6px 12px
}

.tp-caption.wite_bg {
    border-radius: 3px
}

.btn-system.btn-gray,
.tp-caption.gray_bg,
.widget-search .search-btn:hover {
    background-color: #444
}

.hr1 {
    height: 1px
}

.hr2,
.hr3,
.hr4 {
    height: 0
}

.hr3 {
    border-bottom: 1px dotted #eee
}

.hr4 {
    border-bottom: 1px dashed #eee
}

.hr5 {
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15), rgba(0, 0, 0, 0))
}

.icon-mini-effect,
.post-share a i {
    height: 32px;
    width: 32px;
    line-height: 32px
}

.clients-carousel .client-item a {
    display: block;
    padding: 12px 0;
    text-align: center
}

.clients-carousel .client-item a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.clients-carousel:hover .client-item a img {
    opacity: .6
}

.clients-carousel:hover .client-item a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.progress-label {
    font-size: 15px;
    color: #444;
    margin-bottom: 2px;
    font-weight: 600
}

.progress {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    height: 32px;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 20px
}

.progress .progress-bar {
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-align: right;
    transition: width 2s ease-in-out;
    -moz-transition: width 2s ease-in-out;
    -webkit-transition: width 2s ease-in-out;
    -o-transition: width 2s ease-in-out
}

.progress .progress-bar .percentage {
    position: relative;
    top: 5px;
    font-size: 22px;
    letter-spacing: 1px;
    margin-right: 10px;
    font-style: bold
}

.call-action-boxed {
    padding: 30px 40px
}

.call-action p {
    font-size: 14px;
    margin-bottom: 0
}

.call-action-style1 {
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 25px rgba(0, 0, 0, .04) inset;
    -o-box-shadow: 0 0 25px rgba(0, 0, 0, .04) inset;
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .04) inset;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .04) inset
}

.call-action-style2 {
    background: #f2f2f2
}

.call-action-style3,
.gray-icon.icon-effect-1:after,
.gray-icon.icon-effect-2:after {
    background: #444
}

.call-action-style3 p,
.contact-widget ul li p a {
    color: #bbb
}

.custom-carousel .item {
    padding-right: 20px;
    display: inline-block;
}

.custom-carousel.show-one-slide .item {
    padding-right: 0
}

.big-title,
.latest-posts-classic .post-row,
.service-boxed p,
.twitter-widget ul li {
    /* margin-bottom: 20px */
}

.latest-posts-classic .left-meta-post {
    float: left;
    text-align: center;
    margin-right: 12px;
    margin-bottom: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden
}

.latest-posts-classic .left-meta-post .post-date {
    padding: 8px 0;
    width: 42px;
    background-color: #444;
    color: #fff
}

.latest-posts-classic .left-meta-post .post-date .day {
    font-size: 20px;
    font-weight: 700;
    display: block;
    letter-spacing: 1px
}

.latest-posts-classic .left-meta-post .post-date .month {
    display: block;
    text-transform: uppercase;
    line-height: 14px;
    font-size: 11px;
    letter-spacing: 1px
}

.latest-posts-classic .left-meta-post .post-type i {
    display: block;
    height: 40px;
    line-height: 39px;
    width: 42px;
    color: #fff;
    font-size: 1.4em
}

#comments .comment-content .comment-meta,
.latest-posts-classic .post-title,
.project-content ul li,
.service-box h4 {
    margin-bottom: 5px
}

.dropcap.bg-dropcap,
.dropcap.border-dropcap {
    font-size: 28px;
    text-align: center;
    margin: 8px 12px 0 0;
    font-weight: 500
}

.latest-posts-classic .post-title a {
    color: #444;
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.latest-posts-classic .read-more {
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.panel-default {
    border-color: #e8e8e8
}

.panel-body {
    padding: 4px 15px 10px
}

.panel-title {
    font-size: 15px;
    font-weight: 700
}

.panel-title a {
    position: relative;
    display: block;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.panel-sitemap,
.panel-title-sm a,
footer {
    background-color: #222
}

.panel-title a.collapsed {
    color: #ccc;
    box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset
}

.panel-title a.collapsed:hover,
.touch-carousel.navigation-2 .owl-controls .owl-buttons div i,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div i {
    color: #666
}

.panel-title a .control-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.panel-title a.collapsed .control-icon {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top: none
}

.panel-sitemap {
    border-color: #222
}

.panel-body-sm {
    padding: 5px
}

.panel-title-sm a {
    text-decoration: none;
    height: 40px;
    color: #fff;
    border-bottom: 1px dotted #333
}

.panel-title-sm a.collapsed:hover {
    color: #ed1b24;
    text-decoration: none
}

.dropcap {
    display: block;
    float: left;
    font-size: 40px;
    line-height: 34px;
    color: #444;
    margin: 6px 8px 0 0
}

.dropcap.border-dropcap {
    border: 2px solid #444;
    width: 46px;
    height: 46px;
    line-height: 42px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px
}

.dropcap.bg-dropcap {
    background-color: #444;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px
}

.dropcap.circle-dropcap {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%
}

.milestone-block .product-no {
    padding: 15px 10px 10px;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #ed1b24;
    text-align: center !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    position: relative
}

.btn-system:last-child,
.easyPieChart:last-child,
.milestone-block:last-child {
    margin-right: 0
}

.milestone-block .milestone-icon {
    float: left;
    width: 70px;
    height: 70px;
    background: #fff;
    border: 1px solid #999;
    line-height: 70px;
    text-align: center;
    margin-right: 9px;
    margin-bottom: 4px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    position: relative
}

.milestone-block .milestone-icon i {
    font-size: 2em;
    color: #666
}

.milestone-block .milestone-right {
    float: left;
    text-align: left;
    margin-bottom: 25px
}

.milestone-block .milestone-number {
    padding-top: 7px;
    font-size: 32px;
    line-height: 28px;
    font-weight: 500
}

.milestone-block .milestone-text {
    padding-top: 7px;
    font-size: 18px;
    color: #444
}

.pricing-table .plan-price,
.pricing-tables,
.pricing-tables .pricing-table.highlight-plan .plan-name {
    padding: 25px 0
}

.pricing-tables .pricing-table {
    float: left;
    margin-right: -1px;
    border: 1px solid #e4e4e4;
    text-align: center;
    position: relative;
    background-color: #fff;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.pricing-tables.grid-2 .pricing-table {
    width: 50%
}

.pricing-tables.grid-3 .pricing-table {
    width: 33.3332%
}

.pricing-tables.grid-4 .pricing-table {
    width: 25%
}

.pricing-tables.grid-5 .pricing-table {
    width: 20%
}

.pricing-tables .pricing-table:hover {
    z-index: 2;
    top: -3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

.pricing-tables .highlight-plan {
    margin: -15px -1px -15px 0;
    z-index: 1;
    box-shadow: 0 0 6px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .06);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .06);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, .06)
}

.pricing-tables .pricing-table.highlight-plan .plan-signup {
    padding: 30px 0
}

.pricing-table .plan-name {
    padding: 15px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    border-bottom: 1px solid #eee
}

.pricing-table .plan-name h3 {
    font-weight: 700;
    color: #888
}

.pricing-table .plan-price .price-value {
    font-size: 38px;
    line-height: 40px;
    font-weight: 600;
    color: #444
}

.pricing-table .plan-price .price-value span {
    font-size: 18px;
    font-weight: 300;
    line-height: 18px
}

.pricing-table .plan-price .interval {
    line-height: 14px
}

.pricing-table .plan-list li {
    padding: 8px;
    font-size: 12px;
    border-bottom: 1px solid #eee
}

.pricing-table .plan-list li:first-child {
    border-top: 1px solid #eee
}

.pricing-table .plan-signup {
    padding: 25px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .06) inset;
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .06) inset;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .06) inset;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .06) inset
}

.btn {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.btn-system {
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    font-weight: 300;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 0 rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, .1) inset;
    font-size: 1em;
    width: auto
}

.btn-system.border-btn {
    background-color: transparent;
    border: 1px solid;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.btn-system:hover {
    color: #fff;
    opacity: .8
}

.btn-system.border-btn:hover {
    opacity: 1;
    color: #fff
}

.btn-system.border-btn.btn-gray:hover {
    background-color: #444;
    color: #fff
}

.btn-system.border-btn.btn-black:hover {
    background-color: #111;
    color: #fff
}

.btn-system.btn-black {
    background-color: #111
}

.btn-system.border-btn.btn-gray {
    background-color: transparent;
    border: 1px solid #444;
    color: #444
}

.btn-system.border-btn.btn-black {
    background-color: transparent;
    border: 1px solid #111;
    color: #111
}

.btn-system.border-btn.btn-wite {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.btn-large {
    font-size: 14px;
    padding: 9px 22px
}

.btn-medium {
    font-size: 14px;
    padding: 7px 18px
}

.btn-small {
    padding: 5px 15px
}

.btn-mini {
    padding: 3px 12px
}

.btn-large.border-btn {
    padding: 8px 22px
}

.btn-medium.border-btn {
    padding: 6px 18px
}

.btn-small.border-btn {
    padding: 4px 15px
}

.btn-mini.border-btn {
    padding: 2px 12px
}

.icon-effect-1:after,
.icon-effect-2:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1
}

.alert-success p {
    color: #468847
}

.alert-info p {
    color: #3a87ad
}

.alert-warning p {
    color: #c09853
}

.alert-danger p {
    color: #a94442
}

#footer-popup-modal .form-control,
.alert h4,
ul.post-meta {
    margin-bottom: 10px
}

.easyPieChart {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 80px 20px 0;
    overflow: hidden
}

.easyPieChart span {
    color: #888;
    line-height: 20px;
    font-size: 15px;
    font-weight: 700
}

.easyPieChart i {
    position: absolute;
    width: 100%;
    top: -2px;
    right: 0;
    display: block;
    font-size: 3.5em;
    color: rgba(0, 0, 0, .05);
    text-align: center
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0
}

.service-center .service-content h4,
ul.icons-list {
    margin-bottom: 6px
}

.blog-post .author-info h4,
ul.icons-list li,
ul.list-unstyled li {
    margin-bottom: 4px
}

ul.icons-list li i {
    font-size: 14px;
    margin-right: 4px
}

.nav-tabs {
    border-color: #eee
}

.nav-tabs>li>a {
    font-weight: 700;
    color: #444;
    padding: 8px 14px;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border: 1px solid #eee;
    border-bottom: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.nav-tabs>li>a i {
    margin-right: 1px
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    color: #fff;
    border-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1) inset
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-color: #eee #eee #fff
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1) inset
}

.tab-content {
    border: 1px solid #eee;
    border-top: none;
    padding: 12px 16px
}

.tab-content p:last-child {
    margin-bottom: 0
}

.icon-small {
    font-size: 2em;
    color: #444;
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.icon-large,
.icon-medium {
    transition: .4s ease-in-out;
    color: #444;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.icon-large-effect,
.icon-medium-effect,
.icon-mini-effect {
    color: #fff;
    position: relative;
    display: block;
    z-index: 1;
    margin: 0;
    text-align: center
}

.icon-large:hover,
.icon-medium:hover,
.icon-small:hover,
.service-box:hover .icon-large,
.service-box:hover .icon-medium,
.service-box:hover .icon-small {
    text-shadow: 5px 5px 2px rgba(255, 255, 255, 0)
}

.icon-medium {
    font-size: 3em
}

.icon-large {
    font-size: 4em
}

.icon-mini-effect {
    font-size: 1.2em;
    top: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.icon-large-effect,
.icon-medium-effect {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%
}

.icon-medium-effect {
    font-size: 2em;
    width: 64px;
    height: 64px;
    line-height: 64px;
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.icon-large-effect {
    font-size: 2.6em;
    width: 80px;
    height: 80px;
    line-height: 80px;
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.isotope-item,
.mapf {
    z-index: 2
}

.icon-large-effect:after,
.icon-medium-effect:after,
.icon-mini-effect:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.icon-effect-1 {
    background-color: #fff;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s
}

.gray-icon.icon-effect-1 {
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444
}

.icon-effect-1:after {
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    -moz-transition: -moz-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s
}

.icon-effect-1:hover:after,
.service-box:hover .icon-effect-1:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0
}

.icon-effect-2 {
    background: #fff;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s
}

.gray-icon.icon-effect-2,
.gray-icon.icon-effect-3,
.gray-icon.icon-effect-4,
.gray-icon.icon-effect-5,
.gray-icon.icon-effect-6 {
    color: #444;
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444
}

.icon-effect-2:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    -moz-transition: -moz-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s
}

.icon-effect-2:hover:after,
.service-box:hover .icon-effect-2:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.icon-effect-3:hover:before,
.service-box:hover .icon-effect-3:before {
    -webkit-animation: .4s forwards toRightFromLeft;
    -moz-animation: .4s forwards toRightFromLeft;
    animation: .4s forwards toRightFromLeft
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

.icon-effect-4:hover:before,
.service-box:hover .icon-effect-4:before {
    -webkit-animation: .4s forwards toLeftFromRight;
    -moz-animation: .4s forwards toLeftFromRight;
    animation: .4s forwards toLeftFromRight
}

@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translate(-100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%)
    }

    50% {
        opacity: 0;
        transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

.icon-effect-5:hover:before,
.service-box:hover .icon-effect-5:before {
    -webkit-animation: .4s forwards toTopFromBottom;
    -moz-animation: .4s forwards toTopFromBottom;
    animation: .4s forwards toTopFromBottom
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

.icon-effect-6:hover:before,
.service-box:hover .icon-effect-6:before {
    -webkit-animation: .4s forwards toBottomFromTop;
    -moz-animation: .4s forwards toBottomFromTop;
    animation: .4s forwards toBottomFromTop
}

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%)
    }

    50% {
        opacity: 0;
        transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

.service-box .read-more {
    margin-top: 4px;
    font-weight: 500;
    margin-left: 2px
}

.service-box .read-more i {
    display: inline-block;
    position: relative;
    top: 1px
}

.image-service-box img,
.service-center .service-icon {
    margin-bottom: 14px
}

.image-service-box h4 {
    margin-bottom: 8px;
    padding: 0 10px
}

.image-service-box p {
    padding: 0 10px
}

.service-box {
    margin-bottom: 35px
}

.nivo-lightbox-image,
.owl-theme .owl-controls,
.service-center,
.team-member .member-socail {
    text-align: center
}

.service-content p {
    min-height: 110px;
}

.service-icon-left .service-content {
    padding-left: 45px
}

.service-icon-left-more .service-content {
    padding-left: 60px
}

.service-boxed {
    margin-top: 20px;
    padding: 25px !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.service-boxed .product-btn {
    padding: 10px 25px !important;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 55px;
    margin-left: 15px;
    color: #666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.service-boxed .product-btn:hover {
    border: 1px solid #666;
    color: #000;
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.service-boxed:hover {
    border-color: #e2e2e2;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1)
}

.testimonials {
    padding-top: 8px;
    text-align: center;
    position: relative
}

.testimonials:after {
    font-family: fontello;
    content: '\eb5f';
    font-size: 6em;
    line-height: 70px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -32px;
    color: rgba(255, 255, 255, .06)
}

.testimonials .testimonial-content p {
    font-family: Lora, serif;
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
    font-weight: 400;
    color: #444
}

.blog-post .post-slider,
.project-slider,
.testimonials .testimonial-content {
    position: relative
}

.back-to-top,
.boot-menu,
.mapf {
    position: fixed
}

.testimonials .testimonial-content p::before {
    content: open-quote;
    margin-right: 6px
}

.testimonials .testimonial-content p::after {
    content: close-quote;
    margin-left: 6px
}

.testimonials .testimonial-author {
    padding: 8px;
    margin-bottom: 10px
}

.classic-testimonials .testimonial-content {
    position: relative;
    padding: 14px 18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset
}

.classic-testimonials .testimonial-content:before {
    content: "\201C";
    font-weight: 300;
    position: absolute;
    font-size: 30px;
    opacity: .5;
    top: 8px;
    left: 6px
}

.classic-testimonials .testimonial-content:after {
    font-family: fontello;
    content: '\eba4';
    font-size: 2em;
    height: 8px;
    line-height: 0;
    display: block;
    position: absolute;
    bottom: -8px;
    left: 33px;
    color: #fff;
    text-shadow: 0 2px 0 #eee
}

.classic-testimonials .testimonial-author {
    margin-left: 10px
}

.team-member .member-photo .member-name {
    right: 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px
}

.team-member .member-photo .member-name span {
    position: absolute;
    top: 90%;
    right: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 1px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px
}

.team-member .member-socail a i {
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    background-color: #d2d2d2;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.team-member.modern .member-photo:after {
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.team-member.modern:hover .member-photo:after {
    opacity: .2
}

.team-member.modern .progress {
    height: 6px;
    border-width: 2px;
    margin-bottom: 6px
}

.team-member.modern .progress-label {
    font-size: 11px;
    line-height: 16px
}

.team-member.modern .member-socail a i {
    background-color: transparent;
    color: #aaa
}

.classic-title,
.recent-projects h4.title {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee
}

.classic-title span,
.project-content h4 span,
.recent-projects h4.title span {
    padding-bottom: 8px;
    border-bottom: 1px solid
}

.big-title h1,
.big-title h2 {
    font-size: 26px !important;
    line-height: 32px;
    font-weight: 400 !important;
}

.big-title h1 strong,
.big-title h2 strong {
    font-weight: 800 !important
}

.big-title .title-desc {
    font-size: 16px;
    line-height: 22px;
    color: #888
}

.portfolio-filter,
.portfolio-item,
.project-content p,
.project-content ul {
    margin-bottom: 30px
}

.portfolio-filter li {
    display: inline-block;
    margin-right: 2px
}

.portfolio-filter li a {
    color: #888;
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

#pagination a:hover,
.portfolio-filter li a:hover {
    border-color: #ddd
}

.blog-post.quote-post .qoute-box .qoute-author,
.portfolio-4 {
    margin-left: 5px
}

.portfolio-4 .portfolio-item {
    width: 24.99% !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 22px
}

.portfolio-item .portfolio-border {
    padding: 3px;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.portfolio-item:hover .portfolio-border {
    box-shadow: 0 1px 3px #f8f8f8;
    -o-box-shadow: 0 1px 3px #f8f8f8;
    -moz-box-shadow: 0 1px 3px #f8f8f8;
    -webkit-box-shadow: 0 1px 3px #f8f8f8
}

.portfolio-item .portfolio-thumb {
    position: relative;
    overflow: hidden
}

.portfolio-item .portfolio-thumb img {
    display: block;
    margin: auto
}

.portfolio-item .portfolio-thumb .thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.portfolio-item:hover .portfolio-thumb .thumb-overlay,
.project-slider:hover .thumb-overlay {
    background: rgba(255, 255, 255, .5)
}

.portfolio-item .portfolio-thumb .thumb-overlay i {
    color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 42%;
    left: 50%;
    display: block;
    margin-left: -27px;
    margin-top: -19px;
    font-size: 3em;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.portfolio-item:hover .portfolio-thumb .thumb-overlay i,
.project-slider:hover .thumb-overlay i {
    top: 50%;
    color: #444
}

.portfolio-item .portfolio-thumb .thumb-overlay .varients {
    opacity: 0;
    color: #ed1f24;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 20px;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.portfolio-item:hover .portfolio-thumb .thumb-overlay .varients {
    opacity: 1;
    top: 1%;
    padding: 25px 10px;
    color: #ed1f24
}

a {
    text-decoration: none !important
}

.varients a strong:hover,
.varients a:hover {
    color: #ed1f24
}

.portfolio-item .portfolio-details {
    position: relative;
    padding: 9px 12px 6px;
    background: #f9f9f9
}

.portfolio-item .portfolio-details .like-link {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    margin: auto;
    background: #eee;
    height: 100%;
    width: 60px;
    padding: 19px 5px;
    text-align: center;
    color: #000;
    font-weight: 600
}

/* .portfolio-item .portfolio-details .like-link1 {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    margin: auto;
    background: #fff;
    border: 3px solid #f9f9f9;
    height: 100%;
    width: 90px;
    padding: 7px 5px;
    text-align: center;
    color: #000;
    font-weight: 600
} */
.portfolio-item .portfolio-details .like-link1 {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    border: 3px solid #f9f9f9;
    padding: 7px 5px;
    text-align: center;
    color: #000;
    font-weight: 600;
    left: 0;
    bottom: 0;
    display: flex
;
    align-items: center;
    justify-content: end;
}
.portfolio-item .portfolio-details .acc-margin {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    margin: auto;
    background: #eee;
    height: 100%;
    width: 60px;
    padding: 9px 5px;
    text-align: center;
    color: #000;
    font-weight: 600
}

.portfolio-item .portfolio-details .like-link i,
.portfolio-item .portfolio-details .like-link span {
    color: #aaa;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.portfolio-item .portfolio-details .like-link:hover i,
.portfolio-item .portfolio-details .like-link:hover span {
    color: #f54b5c
}

.portfolio-item .portfolio-details h4 {
    color: #666;
    font-size: 15px;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.portfolio-item .portfolio-details span:after {
    content: ", ";
    margin-right: 2px
}

.portfolio-item .portfolio-details span:last-child:after {
    content: ""
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity
}

.project-page {
    margin-bottom: 50px
}

.project-slider img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px
}

.blog-post .post-head .thumb-overlay,
.project-slider .thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.blog-post .post-head .thumb-overlay i,
.project-slider .thumb-overlay i {
    font-size: 3em;
    color: transparent;
    position: absolute;
    left: 50%;
    top: 42%;
    margin-left: -27px;
    margin-top: -19px;
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.project-content h4 {
    margin-bottom: 12px;
    padding-bottom: 8px
}

.projects-carousel {
    width: 1150px !important
}

.projects-carousel .item {
    margin-right: 15px;
    margin-bottom: 0
}

.full-width-recent-projects .projects-carousel,
.variant-carousel {
    width: 100% !important
}

.back-to-top i,
.blog-post .post-type,
.social-widget ul.social-icons li a i {
    width: 36px;
    line-height: 36px;
    text-align: center
}

.full-width-recent-projects .portfolio-item .portfolio-border {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.full-width-recent-projects .portfolio-item:hover .portfolio-thumb .thumb-overlay {
    opacity: .65;
    z-index: 9994
}

.full-width-recent-projects .portfolio-item .portfolio-thumb .thumb-overlay i {
    top: 25%
}

.full-width-recent-projects .portfolio-item:hover .portfolio-thumb .thumb-overlay i {
    color: #fff;
    top: 45%
}

.full-width-recent-projects .portfolio-item .portfolio-details {
    position: absolute;
    bottom: -10px;
    opacity: 0;
    width: 100%;
    z-index: 9995;
    padding: 0 20px;
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.full-width-recent-projects .portfolio-item:hover .portfolio-details {
    bottom: 10px;
    opacity: 1
}

.full-width-recent-projects .portfolio-item:hover .portfolio-details h4 {
    color: rgba(255, 255, 255, .9)
}

.full-width-recent-projects .portfolio-item .portfolio-details a span {
    color: rgba(255, 255, 255, .8)
}

.blog-post {
    margin-bottom: 40px;
    padding-bottom: 40px
}

.blog-post .post-head {
    overflow: hidden;
    position: relative;
    margin-bottom: 16px
}

.blog-post .post-head:hover .thumb-overlay {
    background-color: rgba(255, 255, 255, .4)
}

.blog-post .post-head:hover .thumb-overlay i {
    color: #444;
    top: 50%
}

.blog-post .post-head img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px
}

.blog-post .post-content {
    padding-left: 54px;
    position: relative
}

.blog-post .post-type {
    position: absolute;
    left: 0;
    top: 5px;
    height: 36px;
    background-color: #444;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px
}

.blog-post .post-type i {
    font-size: 1.2em;
    color: #fff
}

.blog-post.quote-post .post-type {
    top: 0
}

.post-content h2 {
    margin-bottom: 4px;
    font-weight: 500
}

.post-content h2 a {
    color: #444;
    font-weight: 500;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.blog-post.quote-post .qoute-box {
    background: #444;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 20px 25px;
    color: #fff;
    margin-bottom: 10px
}

.blog-post.quote-post .qoute-box a {
    color: #999
}

.blog-post.quote-post .qoute-box h2 {
    font-family: Lora, serif;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px
}

.blog-post.quote-post .qoute-box .qoute-author:after,
.blog-post.quote-post .qoute-box .qoute-author:before {
    content: " - "
}

ul.post-meta li:after {
    content: "-";
    margin: 0 8px
}

.comment-content .comment-meta span:last-child:after,
ul.post-meta li:last-child:after {
    content: "";
    margin: 0
}

ul.post-meta li,
ul.post-meta li a {
    color: #666;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

#pagination a,
#pagination span,
.post-tags-list a {
    transition: .2s ease-in-out;
    display: inline-block;
    color: #888;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

#pagination a,
#pagination span {
    text-align: center;
    height: 34px;
    width: 34px;
    line-height: 33px;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px
}

#pagination .all-pages,
#pagination .next-page {
    width: auto;
    padding: 0 14px
}

.blog-page,
.blog-post-page {
    padding-top: 5px
}

.blog-post-page .blog-post {
    margin-bottom: 30px;
    padding-bottom: 15px
}

.blog-post-page ul.post-meta,
.contact-widget ul li {
    margin-bottom: 12px
}

.post-bottom {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #f6f6f6
}

.post-tags-list {
    float: right;
    padding-top: 6px
}

.post-tags-list a {
    font-size: 12px;
    padding: 2px 8px;
    background: #eee;
    margin-bottom: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px
}

.footer-widget h4,
.sidebar .widget h4 {
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700
}

.post-share span {
    margin-right: 4px;
    font-size: 15px;
    color: #888
}

.post-share a {
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.post-share a.facebook:hover {
    background-color: #3e68a8
}

.post-share a.twitter:hover {
    background-color: #36bfed
}

.post-share a.gplus:hover {
    background-color: #ef4545
}

.post-share a.linkedin:hover {
    background-color: #72bbd3
}

.post-share a i {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 1em
}

.blog-post .author-info {
    display: block;
    margin-bottom: 10px
}

.blog-post .author-info .author-image img {
    width: 70px;
    height: 70px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border: 4px solid #eee
}

.blog-post .author-info .author-bio {
    padding-left: 85px
}

#comments .comments-list {
    padding: 0;
    margin: 0 0 35px
}

#comments .comments-title {
    font-weight: 500;
    margin-bottom: 20px
}

#comments .comments-list li .comment-box {
    padding: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset
}

#comments .comments-list li ul {
    padding-left: 80px
}

#comments .avatar img {
    width: 60px;
    height: 60px;
    padding: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #e8e8e8
}

#comments .comment-content {
    padding-left: 72px
}

.comment-content .comment-meta span:after {
    content: "-";
    margin: 0 5px;
    font-weight: 100;
    color: #888
}

.comment-content .comment-meta .comment-by {
    font-weight: 700;
    color: #444
}

#respond .respond-title {
    font-weight: 500;
    margin-bottom: 15px
}

.flickr-widget ul,
.sidebar .widget {
    overflow: hidden
}

.widget-search input[type=search] {
    position: relative;
    margin: 0;
    float: center;
    height: 37px;
    line-height: 37px;
    width: calc(100% - 38px);
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    width: 100%;
    background: transparent;
}

.widget-search .search-btn {
    display: inline-block;
    width: 38px;
    height: 37px;
    border: none;
    color: #fff;
    font-size: 1.2em;
    line-height: 36px;
    text-align: center;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.sidebar .widget h4 {
    margin-bottom: 16px;
    font-size: 14px
}

.sidebar .widget h4 .head-line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #ddd;
    margin: 0
}

.widget-categories ul li a {
    padding: 8px 0;
    text-decoration: none;
    display: block;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.widget-categories ul li:first-child a {
    padding-top: 0
}

.widget-categories ul li a:hover {
    padding-left: 8px
}

.sidebar .widget-popular-posts li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee
}

.sidebar .widget-popular-posts li:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.sidebar .widget-popular-posts .widget-thumb {
    float: left;
    margin-right: 8px;
    border: 3px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px
}

.sidebar .widget-popular-posts .widget-thumb img {
    width: 65px;
    height: 65px;
    opacity: 1;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.sidebar .widget-popular-posts .widget-thumb:hover img {
    opacity: .7
}

.sidebar .widget-popular-posts .widget-content h5 {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 5px;
    font-weight: 300
}

.sidebar .widget-popular-posts .widget-content span {
    color: #bbb;
    font-size: 12px
}

.sidebar .tagcloud a {
    display: inline-block;
    color: #888;
    font-size: 12px;
    padding: 4px 10px;
    background: #eee;
    margin-bottom: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

footer {
    padding-top: 60px;
    border-top: 4px solid #555
}

footer a:hover {
    color: #aaa;
    text-decoration: underline
}

.footer-widget {
    margin-bottom: 25px
}

.footer-widget h4 {
    color: #eee;
    margin-bottom: 20px;
    font-size: 14px
}

.footer-widget h4 .head-line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #333;
    margin: 0
}

.social-widget ul.social-icons li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px
}

.social-widget ul.social-icons li a i {
    font-size: 1.4em;
    height: 36px;
    color: #fff;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.flickr-widget ul li a,
ul.footer-nav li a {
    display: inline-block;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.twitter-widget a {
    color: #43b9cd
}

.twitter-widget a:hover {
    color: #43b9cd;
    text-decoration: underline
}

.flickr-widget ul li {
    float: left;
    margin-left: 8px;
    margin-bottom: 8px
}

.flickr-widget ul li:nth-child(3n+1),
ul.footer-nav li:first-child {
    margin-left: 0
}

.flickr-widget ul li a {
    width: 80px;
    opacity: .6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border: 4px solid #333
}

.flickr-widget ul li a img {
    width: 100%;
    height: 65px
}

.flickr-widget ul li a:hover,
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
    opacity: 1
}

.mail-subscribe-widget form {
    margin-top: 15px;
    margin-bottom: 20px
}

.mail-subscribe-widget form input[type=text] {
    outline: 0;
    color: #888;
    font-size: 12px;
    padding: 6px 12px;
    border: none;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px
}

.copyright-section {
    padding: 15px 0 50px;
    font-size: 12px;
    letter-spacing: .5px;
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.copyright-section p {
    font-size: 14px
}

ul.footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 15px
}

ul.footer-nav li a {
    text-transform: uppercase;
    text-decoration: none
}

.back-to-top {
    display: none;
    border-radius: 5px;
    float: right;
    right: 2%
}

.mapf {
    float: left;
    top: 15%;
    left: 0;
    background: rgba(255, 255, 255, .9);
    height: 75%;
    width: 300px;
    padding: 30px;
    color: #fff;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5)
}

.boot-menu {
    bottom: 0;
    width: 100%;
    border-radius: 0;
    background-color: #eee;
    border-top: 1px;
    border-color: #000;
    padding: 0 1px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    z-index: 99;
    box-shadow: 10px 20px 3px #000;
    display: table
}

.boot-menu .item,
.boot-menu .item1 {
    border-right: 2px solid #f9f9f9;
    cursor: pointer
}

.boot-menu .item {
    padding: 6px 15px;
    height: 30px
}

.boot-menu .item1 {
    padding: 9px 1%;
    height: 36px;
    color: #999;
    margin-top: 5px
}

.boot-menu .item1 img,
.item1 img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .6
}

.boot-menu .item1 img:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.facebook:hover i {
    color: #507cbe
}

.twitter:hover i {
    color: #63cdf1
}

.google:hover i {
    color: #f16261
}

.linkdin:hover i {
    color: #90cadd
}

.instagram:hover i {
    color: #8a3ab9
}

.back-to-top i {
    display: block;
    height: 36px;
    color: #fff;
    background-color: #444;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.nivo-lightbox-content,
.nivo-lightbox-content iframe,
.nivo-lightbox-error,
.nivo-lightbox-overlay {
    width: 100%;
    height: 100%
}

.nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1
}

.nivo-lightbox-wrap {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%
}

.nivo-lightbox-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center
}

.nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0
}

.nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0
}

.nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%
}

.nivo-lightbox-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle
}

.nivo-lightbox-ajax {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-lightbox-error {
    display: table;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 1px #000
}

.nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle
}

.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-fall,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp {
    -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
}

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transition: .3s cubic-bezier(.25, .5, .5, .9);
    -moz-transition: .3s cubic-bezier(.25, .5, .5, .9);
    -ms-transition: .3s cubic-bezier(.25, .5, .5, .9);
    -o-transition: .3s cubic-bezier(.25, .5, .5, .9);
    transition: .3s cubic-bezier(.25, .5, .5, .9)
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%)
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%)
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%)
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translateZ(300px);
    -moz-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px)
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0, 0, 0, .8)
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background: url(../images/lightbox/loading.html) 50% 50% no-repeat
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    top: 10%;
    width: 8%;
    height: 80%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: .5;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, .5)
}

.nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(../images/lightbox/prev.png);
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(../images/lightbox/next.png);
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background: url(../images/lightbox/close.png) 5px 5px no-repeat;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    padding: 5px;
    opacity: .5
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    bottom: -7%
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    /* font: 400 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif; */
    background: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .5)
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .5)
}

@media (-webkit-min-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6/2),
(min--moz-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
        background-image: url(../images/lightbox/loading%402x.html);
        background-size: 32px 32px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-prev {
        background-image: url(../images/lightbox/prev%402x.png);
        background-size: 48px 48px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-next {
        background-image: url(../images/lightbox/next%402x.png);
        background-size: 48px 48px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-close {
        background-image: url(../images/lightbox/close%402x.png);
        background-size: 16px 16px
    }
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    /* display: none; */
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    /* display: none; */
    position: relative
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

/* .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
} */

.grabbing {
    cursor: url(../images/icons/grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: .7s both fadeOut;
    -moz-animation: .7s both fadeOut;
    animation: .7s both fadeOut
}

.owl-fade-in {
    -webkit-animation: .7s both fadeIn;
    -moz-animation: .7s both fadeIn;
    animation: .7s both fadeIn
}

.owl-backSlide-out {
    -webkit-animation: 1s both backSlideOut;
    -moz-animation: 1s both backSlideOut;
    animation: 1s both backSlideOut
}

.owl-backSlide-in {
    -webkit-animation: 1s both backSlideIn;
    -moz-animation: 1s both backSlideIn;
    animation: 1s both backSlideIn
}

.owl-goDown-out {
    -webkit-animation: .7s both scaleToFade;
    -moz-animation: .7s both scaleToFade;
    animation: .7s both scaleToFade
}

.owl-goDown-in {
    -webkit-animation: .6s both goDown;
    -moz-animation: .6s both goDown;
    animation: .6s both goDown
}

.owl-fadeUp-in {
    -webkit-animation: .5s both scaleUpFrom;
    -moz-animation: .5s both scaleUpFrom;
    animation: .5s both scaleUpFrom
}

.owl-fadeUp-out {
    -webkit-animation: .5s both scaleUpTo;
    -moz-animation: .5s both scaleUpTo;
    animation: .5s both scaleUpTo
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100%,
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100%,
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100%,
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

.touch-slider .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    zoom: 1;
    padding: 0 1px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background: #444;
    filter: Alpha(Opacity=60);
    opacity: .6;
    margin-top: -30px;
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.touch-slider:hover .owl-controls .owl-buttons div,
.touch-slider:hover .owl-controls .owl-page span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.touch-slider .owl-controls .owl-buttons div.owl-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0
}

.touch-slider .owl-controls .owl-buttons div.owl-next {
    right: 0;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px
}

.touch-slider .owl-controls .owl-buttons div i {
    font-size: 1.8em;
    color: #fff
}

.touch-carousel .owl-controls .owl-buttons {
    position: absolute;
    top: -50px;
    right: 2px
}

.touch-carousel.projects-carousel .owl-controls .owl-buttons {
    right: 12px
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons {
    position: relative;
    top: 0;
    right: 0
}

.touch-carousel.navigation-2.clients-carousel .owl-controls .owl-buttons {
    top: -8px
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div {
    background-color: #f2f2f2;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%
}

.touch-carousel.navigation-3 {
    padding-top: 45px
}

.touch-carousel.navigation-3.clients-carousel {
    padding-top: 25px
}

.touch-carousel.navigation-3 .owl-controls .owl-buttons {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.touch-carousel.navigation-3.projects-carousel .owl-controls .owl-buttons {
    right: 9px
}

.testimonials-carousel .owl-controls .owl-buttons div,
.touch-carousel .owl-controls .owl-buttons div {
    height: 22px;
    width: 22px;
    line-height: 22px;
    display: inline-block;
    zoom: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    margin-left: 4px;
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.testimonials-carousel .owl-controls .owl-buttons div i,
.touch-carousel .owl-controls .owl-buttons div i {
    font-size: 1.2em;
    color: #ccc;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.touch-carousel .owl-controls.clickable .owl-buttons div:hover i {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3)
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div:hover {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.owl-pagination {
    /* position: absolute; */
    width: 100%;
    left: 0;
    bottom: 5px
}

.team-member,
.team-member .member-photo {
    position: relative;
    border: 1px solid #eee
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px 4px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #444;
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    border-color: #0a95d8
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px
}
/* 
.fullwidthbanner .banner_text p {
    position: absolute;
    right: auto;
    left: 10%;
    bottom: 35%;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    gap: 30px;
} */

.navbar-collapse #corp.navbar-right {
    margin: 0px !important;
    padding: 0px !important;
}

.navbar-collapse #corp.navbar-right:last-child {
    /* margin-right: 0px; */
}

#content.full-sections {
    width: 100%;
    height: auto;
}

.banner_text{
    position: absolute;
    right: auto;
    left: 5%;
    bottom: 20%
}

.banner_text p strong {
    font-family: "Lexend", sans-serif;
    text-shadow: 3px 3px 10px #000;
    font-size: 60px;
    text-transform: uppercase;
}

.banner-cta a._fadeLeft {
    position: absolute;
    right: auto;
    left: 12%;
    bottom: 13%;
    background: #ed1b24;
}

.banner-cta a._fadeRight {
    position: absolute;
    right: auto;
    left: 22%;
    bottom: 13%;

}

#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #444;
    filter: Alpha(Opacity=50);
    opacity: .5
}

#progressBar {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%
}

.owl-item.loading {
    min-height: 150px;
    background: url(../images/icons/ajaxloader.gif) center center no-repeat
}

#myUL,
#myUL1 {
    list-style-type: none;
    padding: 0;
    margin: 5px 0 0;
    max-height: 105px
}

#myUL li a,
#myUL1 li a {
    border: 1px solid #eee;
    margin-top: -1px;
    background-color: #fff;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 13px;
    color: #000;
    display: block;
    font-weight: 500
}

.team-member {
    padding: 5px 5px 2px;
    margin-bottom: 30px;
    background-color: rgba(250, 250, 250, .9)
}

.team-member .member-photo {
    padding: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.team-member .member-photo .member-name {
    position: absolute;
    bottom: 12px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 14px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9994
}

.team-member .member-info {
    padding: 6px
}

.team-member.modern .member-info {
    padding: 6px;
    font-size: 13px;
    color: #000;
    height: 50px;
    overflow: hidden
}

.team-member.modern .member-photo {
    position: relative;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0
}

.team-member.modern .member-photo:after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 1px);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9993;
    background-color: #000;
    transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out
}

.team-member.modern:hover .member-photo:after {
    top: 85%;
    opacity: .5;
    width: 100%;
    height: calc(10% + 1px);
    left: 0
}

.choose {
    border-top: 1px solid #ddd
}

.choose ul li a {
    color: #666;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0
}

.choose ul li a:hover {
    background: #666;
    border-radius: 0;
    color: #fff
}

.client {
    padding: 10px;
    margin: 5px;
    text-align: center
}

.tafe-bullets ul {
    list-style-image: url(https://tmtl.in/img/tmtl-bullet-red.png);
    padding: 5px 25px;
    text-align: left
}

.tafe-bullets-white ul {
    list-style-image: url(../img/tafe-bullets-white.png);
    padding: 5px 25px;
    text-align: left
}

.overlay h1,
.tafe-bullets li {
    padding: 2px 5px
}

.epd {
    position: relative;
    width: 100%;
    padding: 40% 25px 25px;
    border: 1px solid #eee;
    text-align: center;
    height: 300px;
    background-color: #eee;
    margin-bottom: 25px
}

.overlay,
a.video-link:before {
    position: absolute;
    left: 0;
    right: 0
}

.epdi {
    margin-top: 120px;
    border-radius: 50px;
    background: url(img/epd-right.png);
    padding: 20px;
    width: 100px;
    height: 100px
}

.epd-head {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle
}

.overlay {
    bottom: 100%;
    background-color: #444;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .3s;
    color: #fff
}

.overlay h1 {
    background-color: #000;
    color: #fff;
    width: 100%;
    font-size: 16px
}

.overlay li {
    padding: 12px 5px;
    border-bottom: 1px solid #555
}

.overlay .small4 li {
    padding: 4px 5px
}

.overlay .small9 li {
    padding: 9px 5px
}

.overlay .blk {
    background-color: #000;
    color: #fff;
    width: 100%;
    padding: 2px 50px
}

.epd:hover .overlay {
    bottom: 0;
    height: 100%
}

.item1 img:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

/* Homepage Starts*/
.homepage-hero-banner .owl-item h3 {
    font-size: 55px;
    font-family: "Lexend", sans-serif;
    font-weight: 900;
    text-shadow: 3px 3px 10px #000;
    text-transform: uppercase;
    line-height: 57px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #fff;

}

.homepage-hero-banner .owl-item p {
    font-size: 35px;
    font-family: "Lexend", sans-serif;
    /* font-weight: 900; */
    text-shadow: 3px 3px 10px #000;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #fff;
}

#hero-banner.homepage-hero-banner .owl-nav {
    visibility: none;
}

#hero-banner.homepage-hero-banner.owl-loaded .owl-nav .owl-prev,
#hero-banner.homepage-hero-banner.owl-loaded .owl-nav .owl-next {
    content: "";
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    display: block;
    color: rgb(153, 15, 15);
    font-size: 30px;
}

/* #hero-banner.homepage-hero-banner.owl-loaded .owl-nav .owl-prev,
#hero-banner.homepage-hero-banner.owl-loaded .owl-nav .owl-next {
    content: "";
    position: absolute;
    top: 35%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 30px;
    border: none;
    outline: none;
    border-radius: 2px;
} */

#hero-banner.homepage-hero-banner.owl-loaded .owl-nav .owl-prev {
    left: 10px;
}

#hero-banner.homepage-hero-banner.owl-loaded .owl-nav .owl-next {
    right: 10px;
}



/* Homepage Ends*/



form label.error {
    color: red
}

form input.form-red-btn.btn-system.border-btn:hover {
    background-color: #444;
    color: #fff;
    border-color: #444
}

form input.form-red-btn.btn-system.border-btn {
    background-color: #ed1b24;
    color: #fff;
    border-color: #ed1b24;
    margin-top: 15px;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .4px
}

.fullwidthbanner-container .industrialengine_banner_product_title {
    font-weight: 900;
    line-height: 62px !important;
    bottom: 40px !important;
    top: auto !important
}

.h3-like-title {
    font-size: 26px;
    margin-bottom: 5px
}

.product_list .filter_show_product {
    display: block
}

.quick-contact {
    position: fixed;
    float: right;
    right: 1%;
    bottom: 12%;
    height: 100px;
    width: 100px;
    z-index: 99;

}

.g-recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(.8)
}

#footer-popup-modal .enquire-now-popup-form {
    padding: 0 25px 25px
}

#footer-popup-modal .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffffe3;
    z-index: 9999999;
    display: none;
    overflow: auto;
    overflow-y: scroll
}

#footer-popup-modal .modal-content {
    background-color: #fff;
    height: auto;
    webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .25);
    border-radius: 0;
    width: 75%;
    margin: 0 auto
}

#footer-popup-modal .bt-modal,
#footer-popup-modal .btr-modal {
    padding: 3% 12%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 45%;
    border: 0;
    margin-top: 10px
}

#footer-popup-modal .bt-modal {
    background-color: #4e4e4e;
    float: left
}

#footer-popup-modal .btr-modal {
    background-color: #ed3237;
    float: right
}

#footer-popup-modal .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#footer-popup-modal .modal.fade .modal-dialog {
    transform: translate(0, -100%)
}

#footer-popup-modal .modal.in .modal-dialog {
    transform: translate(0, 0)
}

.navbar .search-form form {
    width: 350px
}

#slider {
    margin-top: 70px;
}

#slider img {
    position: relative;
    /* width: 100%; */
}

.banner-wrapper img {
    width: 100%;
}

.tp-loader {
    display: none !important;
}

a.video-link:before {
    content: '';
    background: url(../img/play_icon.png) 0 0/100% no-repeat;
    width: 60px;
    height: 60px;
    top: 0;
    bottom: 0;
    margin: auto
}

.mfp-iframe-holder .mfp-close {
    background: 0 0 !important
}

.clone-title {
    font-size: 50px;
    font-family: "Lexend", sans-serif;
    color: #fff;
    text-shadow: 3px 3px 10px #000;
    position: absolute;
    bottom: 40px;
    top: auto;
    left: 105px;
    font-weight: 900;
    line-height: 62px;
    -webkit-font-smoothing: antialiased;
}
.ss-container.no-records {
    display: none;
}
h4#norec {
    font-size: 40px;
}
.p-0 {
    padding: 0 !important;
}
h3.animated {
    font-size: 55px;
    font-family: "Lexend", sans-serif;
    font-weight: 900;
    text-shadow: 3px 3px 10px #000;
    text-transform: uppercase;
    line-height: 57px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #fff;
}
.fullwidthbanner .banner_text p {
    position: static;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-shadow: 3px 3px 10px #000;
}
.fullwidthbanner .banner_text {
    position: absolute;
    right: auto;
    left: 12%;
    bottom: 21%;
}
.custom-carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: rgb(153, 15, 15);
    font-size: 25px;
    gap: 10px;
}
.fullwidthbanner img{
    width: 100%;
}
ul.search_results {
    padding: 10px 5px 10px;
}
ul.search_results li {
    padding: 1px;
}
.search_results li a {
    display: block;
}
.product-page-banner .product-title {
    left: 20px !important;
    top: 0 !important;
    bottom: 0 !important;
    display: flex;
    align-items: center;
}
.homepage-hero-banner img{
    width: 100%;
}
#boxes .window {
    padding: 10px 30px 10px 10px;
    font-size: 12px;
    color: white;
}
#footer-popup-modal span.button {
    right: 10px;
    top: -10px;
    padding: 10px;
    font-size: 20px;
}
.flip-brochure {
    text-align: center;
    margin-bottom: 16px;
    position: relative;
}
.flip-brochure img {
    width: 100%;
    display: block;
    margin: auto;
    max-width: 400px;
}
.flip-brochure a {
    text-align: center;
    display: inline-block;
    margin: 10px auto;
    padding: 9px 18px;
    background-color: #ED1B24;
    color: white;
    border-radius: 4px;
    font-weight: 600;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 140px;
}
    .contact-wrapper{
        font-size: 15px;
    }
    .pd-60px{
        padding: 60px 0;
    }
    .full-sections .section {
        padding: 60px 0px !important;
    }
    
.tmtl-accordion .at-title h2 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    padding: 0;
  }
  .tmtl-accordion .at-title:hover {
    background-color: transparent;
  }
  .tmtl-accordion .at-icon img {
    width: 40px;
  }
  .tmtl-accordion .at-item {
    border-bottom: 1px solid #c2c2c2;
    border-radius: 0px;
  }
  .accordion.tmtl-accordion {
    margin: 20px auto;
  }
  .tmtl-accordion .at-title {
    border: none;
  }
  .tmtl-accordion .at-tab {
    width: 98%;
    font-weight: 300;
    font-size: 16px;
    padding: 0;
    padding-top: 10px;
    padding-left: 20px;
    color: #000;
  }
  .accordion-content-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
  .accordion-content {
    width: 100%;
    padding: 20px 0px;
  }
  .accordion-content-wrapper .at-icon {
    width: 10%;
    margin-right: 8px;
  }
  .accordion-content-wrapper:after {
    content: "";
    display: inline-block;
    margin-top: 10px;
    width: 8px;
    height: 8px;
    border-left: 1.5px solid #000;
    border-bottom: 1.5px solid #000;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    position: absolute;
    right: 11px;
    top: 25px;
  }
  .accordion-content-wrapper.active:after {
    transform: rotate(135deg);
  }
  .tmtl-accordion .at-title:after {
    content: none;
  }

@media screen and (min-width:768px) {
    

}

@media screen and (min-width:992px) {

    .for-mob {
        display: none
    }
    .for-com {
        display: table
    }
}
@media (max-width: 1200px) {
    .banner-cta a._fadeRight {
        left: 24%;
    }


    .widget-search input {
        padding: 2px !important;
        letter-spacing: 1px !important;
    }
    .fullwidthbanner-container .industrialengine_banner_product_title {
        left: 40px !important;
    }
}

@media (max-width: 1024px) {
    .banner-cta a._fadeRight {
        left: 28%;
    }

    .fullwidthbanner .banner_text {
        position: absolute;
        right: auto;
        left: 0%;
        bottom: 21%;
    }
    .fullwidthbanner .banner_text {
        bottom: 30px;
        left: 30px;
    }
    .fullwidthbanner .banner_text h3 {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .fullwidthbanner .banner_text p {
        font-size: 40px !important;
        line-height: 40px;
    }
    .portfolio-item:hover .portfolio-thumb .thumb-overlay .varients a br{
        display: none;
    }
    .portfolio-item:hover .portfolio-thumb .thumb-overlay .varients a h3, .portfolio-item:hover .portfolio-thumb .thumb-overlay .varients a h2{
        margin: 10px 0;
        padding: 0;
    }
}
@media (max-width: 992px) {

.search-side, .search-side1 {
    display: none;
}
ul.icons-list {
    margin-top: 20px;
}
.pd-60px{
    padding: 30px 0;
}

.for-mob {
    display: table
}
.for-com {
    display: none
}
.full-sections .section {
    padding: 30px 0px !important;
}
}
@media (min-width:500px) and (max-width:820px) {
    .classic-title {
        margin-top: 20px
    }

    .justify-center {
        display: flex;
        justify-content: center
    }

    .row:before {
        content: none
    }

    .copyright-section p {
        text-align: center
    }


}

@media screen and (max-width:820px) {
    .heading-img img {
        width: 14% !important;
        right: 4% !important;
    }


    .service-box .service-icon {
        display: flex;
        justify-content: end;
    }

    .service-content p {
        min-height: 90px;
    }

    .img-box img {
        display: flex;
        justify-content: center;
    }


}

@media screen and (max-width:767px) {
    .oir>img {
        display: block
    }

    .for-com,
    .nor>h1,
    .nor>img,
    .nor>li:hover img,
    .nor>p,
    .nou>h1 {
        display: none
    }

    .about-nor {
        margin-top: 75px
    }

}

@media only screen and (max-width:768px) {
    .homepage-hero-banner .owl-item h3 {
        font-size: 35px;
        line-height: 37px;
        padding-bottom: 45px
    }

    .fullwidthbanner-container .industrialengine_banner_product_title {
        line-height: 19px !important;
        bottom: 30px !important;
        left: 10px !important
    }
    .fullwidthbanner .banner_text {
        bottom: 20px;
        left: 20px;
    }
    .fullwidthbanner .banner_text h3 {
        font-size: 35px !important;
        line-height: 30px !important;
    }
    .fullwidthbanner .banner_text p {
        font-size: 25px !important;
        line-height: 30px;
    }
    .flip-brochure {
        margin: 15px;
        margin-bottom: 20px;
    }
    .accordion-content{
        width:90%;
    }

}

@media only screen and (max-width:650px) {
    header {
        height: 75px;
    }

    .quick-contact {
        bottom: 5%;
    }

    .section {
        padding: 0px 0px;
    }

    .homepage-hero-banner .owl-nav .owl-next,
    .homepage-hero-banner .owl-nav .owl-prev {
        top: 43%;
        width: 21px;
        height: 21px;
    }

    .banner-cta a._fadeLeft {
        left: 12%;
    }

    .banner-cta a._fadeRight {
        left: 36%;
    }

    .homepage-hero-banner .owl-item h3 {
        font-size: 23px;
        line-height: 10px;
        padding-bottom: 20px;
    }

    .homepage-hero-banner .owl-item p {
        line-height: 10px;
        font-size: 23px;
    }

    .copyright-section p {
        text-align: center;
    }
    .silent-genser-banner .owl-item p {
        line-height: 10px;
        font-size: 22px;
    }
    .silent-genser-banner .owl-item h3 {
        font-size: 18px;
        line-height: 12px;
        padding-bottom: 0;
    }
}

@media screen and (max-width:495px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 95% !important
    }
    .fullwidthbanner .banner_text {
        bottom: 0px;
        left: 10px;
    }
    .fullwidthbanner .banner_text h3 {
        font-size: 25px !important;
        line-height: 25px !important;
    }
    .fullwidthbanner .banner_text p {
        font-size: 19px !important;
        line-height: 20px;
    }

}
@media screen and (max-width:350px) {
    #slider {
        margin-top: 50px;
    }
    .navbar-brand img {
        width: 120px;
    }
    .navbar-default .navbar-toggle {
        margin-top: 10px !important;
    }
    header {
        height: 50px;
    }
    .cs-wrapper {
        height: 50px !important;
    }

}